@charset "UTF-8";
/*! =========================================================
 *
 *  Wildsparq Primary Theme
 *
 * ========================================================= */
/*      light colors         */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700");
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(3600deg);
            transform: rotate(3600deg); } }
.nowrap {
  white-space: nowrap;
}
html body .left {
  text-align: left; }
html body .float-left {
  float: left; }
html body .centered {
  text-align: center; }

html body .right {
  text-align: right; }
html body .float-right {
  float: right; }
html body .fit-content {
  width: fit-content;
}
html body .default-cursor {
  cursor: default!important; }
.highlighted-content {
  cursor: pointer !important;
  padding: 0.2em 0.05em;
}

a.default {
  color: #0fa0b5 !important;
}

html body .vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

html body .flex-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

html body .pull-left {
  float: left; }

html body .pull-right {
  float: right; }

html body .clearing:before, html body .clearing:after {
  content: " ";
  display: table; }

html body .clearing:after {
  clear: both; }

html body .height-100 {
  min-height: 100px !important; }

html body .height-150 {
  min-height: 150px !important; }

html body .height-200 {
  min-height: 200px !important; }

html body .height-300 {
  min-height: 300px !important; }

html body .height-400 {
  min-height: 400px !important; }

html body .height-500 {
  min-height: 500px !important; }

html body .italic {
  font-style: italic; }

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

html body .m-a-0 {
  margin: 0 0 !important; }

html body .m-t-0 {
  margin-top: 0 !important; }

html body .m-r-0 {
  margin-right: 0 !important; }

html body .m-b-0 {
  margin-bottom: 0 !important; }

html body .m-l-0 {
  margin-left: 0 !important; }

html body .m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

html body .m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

html body .m-a-1 {
  margin: 1rem 1rem !important; }

html body .m-t-1 {
  margin-top: 1rem !important; }

html body .m-r-1 {
  margin-right: 1rem !important; }

html body .m-b-1 {
  margin-bottom: 1rem !important; }

html body .m-l-1 {
  margin-left: 1rem !important; }

html body .m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

html body .m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

html body .m-a-2 {
  margin: 1.5rem 1.5rem !important; }

html body .m-t-2 {
  margin-top: 1.5rem !important; }

html body .m-r-2 {
  margin-right: 1.5rem !important; }

html body .m-b-2 {
  margin-bottom: 1.5rem !important; }

html body .m-l-2 {
  margin-left: 1.5rem !important; }

html body .m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

html body .m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

html body .m-a-3 {
  margin: 3rem 3rem !important; }

html body .m-t-3 {
  margin-top: 3rem !important; }

html body .m-r-3 {
  margin-right: 3rem !important; }

html body .m-b-3 {
  margin-bottom: 3rem !important; }

html body .m-l-3 {
  margin-left: 3rem !important; }

html body .m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

html body .m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

html body .p-a-0 {
  padding: 0 0 !important; }

html body .p-t-0 {
  padding-top: 0 !important; }

html body .p-r-0 {
  padding-right: 0 !important; }

html body .p-b-0 {
  padding-bottom: 0 !important; }

html body .p-l-0 {
  padding-left: 0 !important; }

html body .p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

html body .p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

html body .p-a-1 {
  padding: 1rem 1rem !important; }

html body .p-t-1 {
  padding-top: 1rem !important; }

html body .p-r-1 {
  padding-right: 1rem !important; }

html body .p-b-1 {
  padding-bottom: 1rem !important; }

html body .p-l-1 {
  padding-left: 1rem !important; }

html body .p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

html body .p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

html body .p-a-2 {
  padding: 1.5rem 1.5rem !important; }

html body .p-t-2 {
  padding-top: 1.5rem !important; }

html body .p-r-2 {
  padding-right: 1.5rem !important; }

html body .p-b-2 {
  padding-bottom: 1.5rem !important; }

html body .p-l-2 {
  padding-left: 1.5rem !important; }

html body .p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

html body .p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

html body .p-a-3 {
  padding: 3rem 3rem !important; }

html body .p-t-3 {
  padding-top: 3rem !important; }

html body .p-r-3 {
  padding-right: 3rem !important; }

html body .p-b-3 {
  padding-bottom: 3rem !important; }

html body .p-l-3 {
  padding-left: 3rem !important; }

html body .p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

html body .p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

html body .locked {
  overflow: hidden; }

html body .word-break {
  word-break: break-word; }  

html body .overflow-ellipsis {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.hidden {
  display: none !important;
}

html body .hidden-lg {
  display: none !important;
}

@media (min-width: 480px) {
  html body .hidden-xs-up {
    display: none !important; } }

@media (max-width: 767.9px) {
  html body .hidden-xs-down {
    display: none !important; } }

@media (min-width: 768px) {
  html body .hidden-sm-up {
    display: none !important; } }

@media (max-width: 991.9px) {
  html body .hidden-sm-down {
    display: none !important; } }

@media (min-width: 992px) {
  html body .hidden-md-up {
    display: none !important; } }

@media (max-width: 1199.9px) {
  html body .hidden-md-down {
    display: none !important; } }

@media (min-width: 1200px) {
  html body .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1349.9px) {
  html body .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1350px) {
  html body .hidden-xlg-up {
    display: none !important; } }

html body .hidden-xlg-down {
  display: none !important; }

html body .visible-print-block {
  display: none !important; }
  @media print {
    html body .visible-print-block {
      display: block !important; } }

html body .visible-print-inline {
  display: none !important; }
  @media print {
    html body .visible-print-inline {
      display: inline !important; } }

html body .visible-print-inline-block {
  display: none !important; }
  @media print {
    html body .visible-print-inline-block {
      display: inline-block !important; } }

.modal .full-screen {
  width: 100vw;
  height: 100vh;
  margin:0;
}
.modal .modal-dialog.full-screen .modal-content {
  width:100%;
  height:100%;
}
@media (min-width: 600px) {
  .modal .modal-dialog.small-screen-only {
    display: none !important;
  }
}


@media print {
  html body .hidden-print {
    display: none !important; } }

html body .text-light-blue {
  color: #10a0b5; }

html body p.truncate {
  overflow: hidden; }
  html body p.truncate + a.readMore {
    color: #777777; }

@media (max-width: 1199.9px) {
  html body .hidden-mobile {
    display: none !important; } }

html body .show-mobile {
  display: none !important; }
  @media (max-width: 1199.9px) {
    html body .show-mobile {
      display: block !important; } }

html body .show-mobile-inline {
  display: none !important; }
  @media (max-width: 1199.9px) {
    html body .show-mobile-inline {
      display: inline-block !important; } }

@media (min-width: 992px) {
  html body .hidden-desktop {
    display: none !important; } }

html body .show-desktop {
  display: none !important; }
  @media (min-width: 992px) {
    html body .show-desktop {
      display: block !important; } }

html body .show-desktop-inline {
  display: none !important; }
  @media (min-width: 992px) {
    html body .show-desktop-inline {
      display: inline-block !important; } }

@font-face {
  font-family: "icomoon";
  src: url("/assets/sass/vendor/icomoon/fonts/icomoon.eot?8cbp4a");
  src: url("/assets/sass/vendor/icomoon/fonts/icomoon.eot?8cbp4a#iefix") format("embedded-opentype"), url("/assets/sass/vendor/icomoon/fonts/icomoon.ttf?8cbp4a") format("truetype"), url("/assets/sass/vendor/icomoon/fonts/icomoon.woff?8cbp4a") format("woff"), url("/assets/sass/vendor/icomoon/fonts/icomoon.svg?8cbp4a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@media print
{
  .sidebar, .split-panel-aside-wrapper, .split-panel-aside-nav, .navbar, .mobilemenu, .footer, #stream-container, #notes-container, .offcanvas-container, .print-hide
  {
    display: none !important;
  }

  a[href]:after {
   content: none !important;
  }

  .print-break {
    page-break-before: always;
  }

  .wistia_responsive_padding:after {

    content: "[Video]"
  }
    .wistia_responsive_padding .wistia_responsive_wrapper {
      display: none !important;
    }

    iframe.ql-video:before {
      content: "[Video]";
      display: block !important;
    }

      iframe.ql-video {
        display: none !important;
      }
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  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-check-circle:before {
  content: ""; }

.icon-search-thin:before {
  content: ""; }

.icon-page:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-user-outline:before {
  content: ""; }

.icon-light-bulb-o:before {
  content: ""; }

.icon-comment-o:before {
  content: ""; }

.icon-lock-o:before {
  content: ""; }

.icon-clock-o:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-complete .path1:before {
  content: "";
  color: black; }

.icon-complete .path2:before {
  content: "";
  margin-left: -1em;
  color: white; }

.icon-video-square .path1:before {
  content: "";
  color: black; }

.icon-video-square .path2:before {
  content: "";
  margin-left: -1.3232421875em;
  color: #f8f8f8; }

.icon-chevron-down:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-inline:before {
  content: ""; }

.icon-justify:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-thumbs-up:before {
  content: ""; }

.icon-folder:before {
  content: ""; }

.icon-graph:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-paper:before {
  content: ""; }

.icon-people:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-stream:before {
  content: ""; }

.icon-ws-gear:before {
  content: ""; }

.icon-asterisk:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-star2:before {
  content: ""; }

.icon-star-o:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-cog:before {
  content: ""; }

.icon-gear:before {
  content: ""; }

.icon-trash-o:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-play-circle-o:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right2:before {
  content: ""; }

.icon-chevron-up2:before {
  content: ""; }

.icon-chevron-down2:before {
  content: ""; }

.icon-wrench:before {
  content: ""; }

.icon-cut:before {
  content: ""; }

.icon-scissors:before {
  content: ""; }

.icon-copy:before {
  content: ""; }

.icon-files-o:before {
  content: ""; }

.icon-bars:before {
  content: ""; }

.icon-navicon:before {
  content: ""; }

.icon-reorder:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-rotate-left:before {
  content: ""; }

.icon-undo:before {
  content: ""; }

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

.icon-angle-double-left:before {
  content: ""; }

.icon-angle-double-right:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-ellipsis-h:before {
  content: ""; }

.icon-ellipsis-v:before {
  content: ""; }

.icon-long-arrow-down:before {
  content: ""; }

.icon-long-arrow-up:before {
  content: ""; }

.icon-long-arrow-left:before {
  content: ""; }

.icon-long-arrow-right:before {
  content: ""; }

quill-editor[theme="snow"] {
  /*!
    * Quill Editor v1.3.5
    * https://quilljs.com/
    * Copyright (c) 2014, Jason Chen
    * Copyright (c) 2013, salesforce.com
    */ }
  quill-editor[theme="snow"] .ql-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0px;
    position: relative; }
  quill-editor[theme="snow"] .ql-container.ql-disabled .ql-tooltip {
    visibility: hidden; }
  quill-editor[theme="snow"] .ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
    pointer-events: none; }
  quill-editor[theme="snow"] .ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%; }
  quill-editor[theme="snow"] .ql-clipboard p {
    margin: 0;
    padding: 0; }
  quill-editor[theme="snow"] .ql-editor {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
       tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word; }
  quill-editor[theme="snow"] .ql-editor > * {
    cursor: text; }
  quill-editor[theme="snow"] .ql-editor p,
  quill-editor[theme="snow"] .ql-editor ol,
  quill-editor[theme="snow"] .ql-editor ul,
  quill-editor[theme="snow"] .ql-editor pre,
  quill-editor[theme="snow"] .ql-editor blockquote,
  quill-editor[theme="snow"] .ql-editor h1,
  quill-editor[theme="snow"] .ql-editor h2,
  quill-editor[theme="snow"] .ql-editor h3,
  quill-editor[theme="snow"] .ql-editor h4,
  quill-editor[theme="snow"] .ql-editor h5,
  quill-editor[theme="snow"] .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; }
  quill-editor[theme="snow"] .ql-editor ol,
  quill-editor[theme="snow"] .ql-editor ul {
    padding-left: 1.5em; }
  quill-editor[theme="snow"] .ql-editor ol > li,
  quill-editor[theme="snow"] .ql-editor ul > li {
    list-style-type: none; }
  quill-editor[theme="snow"] .ql-editor ul > li::before {
    content: '\2022'; }
  quill-editor[theme="snow"] .ql-editor ul[data-checked=true],
  quill-editor[theme="snow"] .ql-editor ul[data-checked=false] {
    pointer-events: none; }
  quill-editor[theme="snow"] .ql-editor ul[data-checked=true] > li *,
  quill-editor[theme="snow"] .ql-editor ul[data-checked=false] > li * {
    pointer-events: all; }
  quill-editor[theme="snow"] .ql-editor ul[data-checked=true] > li::before,
  quill-editor[theme="snow"] .ql-editor ul[data-checked=false] > li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all; }
  quill-editor[theme="snow"] .ql-editor ul[data-checked=true] > li::before {
    content: '\2611'; }
  quill-editor[theme="snow"] .ql-editor ul[data-checked=false] > li::before {
    content: '\2610'; }
  quill-editor[theme="snow"] .ql-editor li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em; }
  quill-editor[theme="snow"] .ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right; }
  quill-editor[theme="snow"] .ql-editor li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em; }
  quill-editor[theme="snow"] .ql-editor ol li:not(.ql-direction-rtl),
  quill-editor[theme="snow"] .ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-direction-rtl,
  quill-editor[theme="snow"] .ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em; }
  quill-editor[theme="snow"] .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; }
  quill-editor[theme="snow"] .ql-editor ol li:before {
    content: counter(list-0, decimal) ". "; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-1 {
    counter-increment: list-1; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "; }
  quill-editor[theme="snow"] .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; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-2 {
    counter-increment: list-2; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-3 {
    counter-increment: list-3; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-4 {
    counter-increment: list-4; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-5 {
    counter-increment: list-5; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-6 {
    counter-increment: list-6; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-7 {
    counter-increment: list-7; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-8 {
    counter-increment: list-8; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-8 {
    counter-reset: list-9; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-9 {
    counter-increment: list-9; }
  quill-editor[theme="snow"] .ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em; }
  quill-editor[theme="snow"] .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-video {
    display: block;
    max-width: 100%; }
  quill-editor[theme="snow"] .ql-editor .ql-video.ql-align-center {
    margin: 0 auto; }
  quill-editor[theme="snow"] .ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto; }
  quill-editor[theme="snow"] .ql-editor .ql-bg-black {
    background-color: #000; }
  quill-editor[theme="snow"] .ql-editor .ql-bg-red {
    background-color: #e60000; }
  quill-editor[theme="snow"] .ql-editor .ql-bg-orange {
    background-color: #f90; }
  quill-editor[theme="snow"] .ql-editor .ql-bg-yellow {
    background-color: #ff0; }
  quill-editor[theme="snow"] .ql-editor .ql-bg-green {
    background-color: #008a00; }
  quill-editor[theme="snow"] .ql-editor .ql-bg-blue {
    background-color: #06c; }
  quill-editor[theme="snow"] .ql-editor .ql-bg-purple {
    background-color: #93f; }
  quill-editor[theme="snow"] .ql-editor .ql-color-white {
    color: #fff; }
  quill-editor[theme="snow"] .ql-editor .ql-color-red {
    color: #e60000; }
  quill-editor[theme="snow"] .ql-editor .ql-color-orange {
    color: #f90; }
  quill-editor[theme="snow"] .ql-editor .ql-color-yellow {
    color: #ff0; }
  quill-editor[theme="snow"] .ql-editor .ql-color-green {
    color: #008a00; }
  quill-editor[theme="snow"] .ql-editor .ql-color-blue {
    color: #06c; }
  quill-editor[theme="snow"] .ql-editor .ql-color-purple {
    color: #93f; }
  quill-editor[theme="snow"] .ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif; }
  quill-editor[theme="snow"] .ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace; }
  quill-editor[theme="snow"] .ql-editor .ql-size-small {
    font-size: 0.75em; }
  quill-editor[theme="snow"] .ql-editor .ql-size-large {
    font-size: 1.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-size-huge {
    font-size: 2.5em; }
  quill-editor[theme="snow"] .ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit; }
  quill-editor[theme="snow"] .ql-editor .ql-align-center {
    text-align: center; }
  quill-editor[theme="snow"] .ql-editor .ql-align-justify {
    text-align: justify; }
  quill-editor[theme="snow"] .ql-editor .ql-align-right {
    text-align: right; }
  quill-editor[theme="snow"] .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; }
  quill-editor[theme="snow"] .ql-snow.ql-toolbar:after,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar:after {
    clear: both;
    content: '';
    display: table; }
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px; }
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button svg,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%; }
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button:active:hover,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button:active:hover {
    outline: none; }
  quill-editor[theme="snow"] .ql-snow.ql-toolbar input.ql-image[type=file],
  quill-editor[theme="snow"] .ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none; }
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button:hover,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button:hover,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button:focus,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button:focus,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button.ql-active,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button.ql-active,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-label:hover,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-label:hover,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-label.ql-active,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-label.ql-active,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-item:hover,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-item:hover,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #06c; }
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button:hover .ql-fill,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button:hover .ql-fill,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button:focus .ql-fill,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button:focus .ql-fill,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button.ql-active .ql-fill,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button.ql-active .ql-fill,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: #06c; }
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button:hover .ql-stroke,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button:hover .ql-stroke,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button:focus .ql-stroke,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button:focus .ql-stroke,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button.ql-active .ql-stroke,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button.ql-active .ql-stroke,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button:hover .ql-stroke-miter,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button:hover .ql-stroke-miter,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button:focus .ql-stroke-miter,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button:focus .ql-stroke-miter,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
  quill-editor[theme="snow"] .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
  quill-editor[theme="snow"] .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #06c; }
  @media (pointer: coarse) {
    quill-editor[theme="snow"] .ql-snow.ql-toolbar button:hover:not(.ql-active),
    quill-editor[theme="snow"] .ql-snow .ql-toolbar button:hover:not(.ql-active) {
      color: #444; }
    quill-editor[theme="snow"] .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    quill-editor[theme="snow"] .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    quill-editor[theme="snow"] .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    quill-editor[theme="snow"] .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
      fill: #444; }
    quill-editor[theme="snow"] .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    quill-editor[theme="snow"] .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    quill-editor[theme="snow"] .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    quill-editor[theme="snow"] .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
      stroke: #444; } }
  quill-editor[theme="snow"] .ql-snow {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  quill-editor[theme="snow"] .ql-snow * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  quill-editor[theme="snow"] .ql-snow .ql-hidden {
    display: none; }
  quill-editor[theme="snow"] .ql-snow .ql-out-bottom,
  quill-editor[theme="snow"] .ql-snow .ql-out-top {
    visibility: hidden; }
  quill-editor[theme="snow"] .ql-snow .ql-tooltip {
    position: absolute;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
  quill-editor[theme="snow"] .ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none; }
  quill-editor[theme="snow"] .ql-snow .ql-tooltip.ql-flip {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px); }
  quill-editor[theme="snow"] .ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle; }
  quill-editor[theme="snow"] .ql-snow .ql-formats:after {
    clear: both;
    content: '';
    display: table; }
  quill-editor[theme="snow"] .ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2; }
  quill-editor[theme="snow"] .ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2; }
  quill-editor[theme="snow"] .ql-snow .ql-fill,
  quill-editor[theme="snow"] .ql-snow .ql-stroke.ql-fill {
    fill: #444; }
  quill-editor[theme="snow"] .ql-snow .ql-empty {
    fill: none; }
  quill-editor[theme="snow"] .ql-snow .ql-even {
    fill-rule: evenodd; }
  quill-editor[theme="snow"] .ql-snow .ql-thin,
  quill-editor[theme="snow"] .ql-snow .ql-stroke.ql-thin {
    stroke-width: 1; }
  quill-editor[theme="snow"] .ql-snow .ql-transparent {
    opacity: 0.4; }
  quill-editor[theme="snow"] .ql-snow .ql-direction svg:last-child {
    display: none; }
  quill-editor[theme="snow"] .ql-snow .ql-direction.ql-active svg:last-child {
    display: inline; }
  quill-editor[theme="snow"] .ql-snow .ql-direction.ql-active svg:first-child {
    display: none; }
  quill-editor[theme="snow"] .ql-snow .ql-editor h1 {
    font-size: 2em; }
  quill-editor[theme="snow"] .ql-snow .ql-editor h2 {
    font-size: 1.5em; }
  quill-editor[theme="snow"] .ql-snow .ql-editor h3 {
    font-size: 1.17em; }
  quill-editor[theme="snow"] .ql-snow .ql-editor h4 {
    font-size: 1em; }
  quill-editor[theme="snow"] .ql-snow .ql-editor h5 {
    font-size: 0.83em; }
  quill-editor[theme="snow"] .ql-snow .ql-editor h6 {
    font-size: 0.67em; }
  quill-editor[theme="snow"] .ql-snow .ql-editor a {
    text-decoration: underline; }
  quill-editor[theme="snow"] .ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px; }
  quill-editor[theme="snow"] .ql-snow .ql-editor code,
  quill-editor[theme="snow"] .ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    -webkit-border-radius: 3px;
            border-radius: 3px; }
  quill-editor[theme="snow"] .ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px; }
  quill-editor[theme="snow"] .ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px; }
  quill-editor[theme="snow"] .ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible; }
  quill-editor[theme="snow"] .ql-snow .ql-editor img {
    max-width: 100%; }
  quill-editor[theme="snow"] .ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle; }
  quill-editor[theme="snow"] .ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%; }
  quill-editor[theme="snow"] .ql-snow .ql-picker-label::before {
    display: inline-block;
    line-height: 22px; }
  quill-editor[theme="snow"] .ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap; }
  quill-editor[theme="snow"] .ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1; }
  quill-editor[theme="snow"] .ql-snow .ql-color-picker,
  quill-editor[theme="snow"] .ql-snow .ql-icon-picker {
    width: 28px; }
  quill-editor[theme="snow"] .ql-snow .ql-color-picker .ql-picker-label,
  quill-editor[theme="snow"] .ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px; }
  quill-editor[theme="snow"] .ql-snow .ql-color-picker .ql-picker-label svg,
  quill-editor[theme="snow"] .ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px; }
  quill-editor[theme="snow"] .ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0px; }
  quill-editor[theme="snow"] .ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px; }
  quill-editor[theme="snow"] .ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px; }
  quill-editor[theme="snow"] .ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0px;
    width: 16px; }
  quill-editor[theme="snow"] .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
    content: attr(data-label); }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header {
    width: 98px; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-label::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: 'Normal'; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    content: 'Heading 1'; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    content: 'Heading 2'; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    content: 'Heading 3'; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    content: 'Heading 4'; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    content: 'Heading 5'; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    content: 'Heading 6'; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    font-size: 2em; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    font-size: 1.5em; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    font-size: 1.17em; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    font-size: 1em; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    font-size: 0.83em; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    font-size: 0.67em; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-font {
    width: 108px; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-font .ql-picker-label::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-font .ql-picker-item::before {
    content: 'Sans Serif'; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    content: 'Serif'; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    content: 'Monospace'; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    font-family: Georgia, Times New Roman, serif; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    font-family: Monaco, Courier New, monospace; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-size {
    width: 98px; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-size .ql-picker-label::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: 'Normal'; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    content: 'Small'; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    content: 'Large'; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    content: 'Huge'; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    font-size: 10px; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    font-size: 18px; }
  quill-editor[theme="snow"] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    font-size: 32px; }
  quill-editor[theme="snow"] .ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff; }
  quill-editor[theme="snow"] .ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000; }
  quill-editor[theme="snow"] .ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px; }
  quill-editor[theme="snow"] .ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px; }
  quill-editor[theme="snow"] .ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent; }
  quill-editor[theme="snow"] .ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
            box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px; }
  quill-editor[theme="snow"] .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: #ccc; }
  quill-editor[theme="snow"] .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc; }
  quill-editor[theme="snow"] .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
  quill-editor[theme="snow"] .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000; }
  quill-editor[theme="snow"] .ql-toolbar.ql-snow + .ql-container.ql-snow {
    border-top: 0px; }
  quill-editor[theme="snow"] .ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 5px #ddd;
            box-shadow: 0px 0px 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap; }
  quill-editor[theme="snow"] .ql-snow .ql-tooltip::before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px; }
  quill-editor[theme="snow"] .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; }
  quill-editor[theme="snow"] .ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    vertical-align: top; }
  quill-editor[theme="snow"] .ql-snow .ql-tooltip a.ql-action::after {
    border-right: 1px solid #ccc;
    content: 'Edit';
    margin-left: 16px;
    padding-right: 8px; }
  quill-editor[theme="snow"] .ql-snow .ql-tooltip a.ql-remove::before {
    content: 'Remove';
    margin-left: 8px; }
  quill-editor[theme="snow"] .ql-snow .ql-tooltip a {
    line-height: 26px; }
  quill-editor[theme="snow"] .ql-snow .ql-tooltip.ql-editing a.ql-preview,
  quill-editor[theme="snow"] .ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none; }
  quill-editor[theme="snow"] .ql-snow .ql-tooltip.ql-editing input[type=text] {
    display: inline-block; }
  quill-editor[theme="snow"] .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    border-right: 0px;
    content: 'Save';
    padding-right: 0px; }
  quill-editor[theme="snow"] .ql-snow .ql-tooltip[data-mode=link]::before {
    content: "Enter link:"; }
  quill-editor[theme="snow"] .ql-snow .ql-tooltip[data-mode=formula]::before {
    content: "Enter formula:"; }
  quill-editor[theme="snow"] .ql-snow .ql-tooltip[data-mode=video]::before {
    content: "Enter video:"; }
  quill-editor[theme="snow"] .ql-snow a {
    color: #06c; }
  quill-editor[theme="snow"] .ql-container.ql-snow {
    border: 1px solid #ccc; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.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; }

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

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

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

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

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

body.swal2-shown {
  overflow-y: hidden;
  padding-right: 0 !important; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 99999; }
  .swal2-container.swal2-fade {
    -webkit-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  -webkit-border-radius: 5%;
          border-radius: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%;
  padding: 40px !important; }
  @media (max-width: 992px) {
    .swal2-modal {
      padding: 20px !important; } }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }

.swal2-styled.swal2-confirm {
  background-color: #0fa0b5 !important; }

.swal2-styled .swal2-image {
  margin: 20px auto;
  max-width: 100%; }

.swal2-modal .swal2-image {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  margin: 0px auto 20px;
}

.swal2-styled .swal2-close {
  background: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: color .1s ease;
  -o-transition: color .1s ease;
  transition: color .1s ease; }
  .swal2-styled .swal2-close:hover {
    color: #d55; }

.swal2-styled > .swal2-input,
.swal2-styled > .swal2-file,
.swal2-styled > .swal2-textarea,
.swal2-styled > .swal2-select,
.swal2-styled > .swal2-radio,
.swal2-styled > .swal2-checkbox {
  display: none; }

.swal2-styled .swal2-input,
.swal2-styled .swal2-file,
.swal2-styled .swal2-textarea,
.swal2-styled .swal2-select,
.swal2-styled .swal2-radio,
.swal2-styled .swal2-checkbox {
  margin: 20px auto; }

.swal2-styled .swal2-input,
.swal2-styled .swal2-file,
.swal2-styled .swal2-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, -webkit-box-shadow .3s;
  -o-transition: border-color .3s, box-shadow .3s;
  transition: border-color .3s, box-shadow .3s;
  transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s; }
  .swal2-styled .swal2-input.swal2-inputerror,
  .swal2-styled .swal2-file.swal2-inputerror,
  .swal2-styled .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    -webkit-box-shadow: 0 0 2px #f27474 !important;
            box-shadow: 0 0 2px #f27474 !important; }
  .swal2-styled .swal2-input:focus,
  .swal2-styled .swal2-file:focus,
  .swal2-styled .swal2-textarea:focus {
    outline: none;
    border: 1px solid #b4dbed;
    -webkit-box-shadow: 0 0 3px #c4e6f5;
            box-shadow: 0 0 3px #c4e6f5; }
  .swal2-styled .swal2-input::-webkit-input-placeholder,
  .swal2-styled .swal2-file::-webkit-input-placeholder,
  .swal2-styled .swal2-textarea::-webkit-input-placeholder {
    color: #cccccc; }
  .swal2-styled .swal2-input::-moz-placeholder,
  .swal2-styled .swal2-file::-moz-placeholder,
  .swal2-styled .swal2-textarea::-moz-placeholder {
    color: #cccccc; }
  .swal2-styled .swal2-input::-ms-input-placeholder,
  .swal2-styled .swal2-file::-ms-input-placeholder,
  .swal2-styled .swal2-textarea::-ms-input-placeholder {
    color: #cccccc; }
  .swal2-styled .swal2-input::placeholder,
  .swal2-styled .swal2-file::placeholder,
  .swal2-styled .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-styled .swal2-range input {
  float: left;
  width: 80%; }

.swal2-styled .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center; }

.swal2-styled .swal2-range input,
.swal2-styled .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0; }

.swal2-styled .swal2-input {
  height: 43px;
  padding: 0 12px; }
  .swal2-styled .swal2-input[type='number'] {
    max-width: 150px; }

.swal2-styled .swal2-file {
  font-size: 20px; }

.swal2-styled .swal2-textarea {
  height: 108px;
  padding: 12px; }

.swal2-styled .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%; }

.swal2-styled .swal2-radio {
  border: 0; }
  .swal2-styled .swal2-radio label:not(:first-child) {
    margin-left: 20px; }
  .swal2-styled .swal2-radio input,
  .swal2-styled .swal2-radio span {
    vertical-align: middle; }
  .swal2-styled .swal2-radio input {
    margin: 0 3px 0 0; }

.swal2-styled .swal2-checkbox {
  color: #545454; }
  .swal2-styled .swal2-checkbox input,
  .swal2-styled .swal2-checkbox span {
    vertical-align: middle; }

.swal2-styled .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none; }
  .swal2-styled .swal2-validationerror::before {
    content: '!';
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0px auto 30px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (max-width: 992px) {
    .swal2-icon {
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      margin: 0 auto; } }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      -webkit-border-radius: 2px;
              border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: "Open Sans", sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: "Open Sans", sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        -webkit-border-radius: 120px 0 0 120px;
                border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
            -ms-transform-origin: 60px 60px;
                transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        -webkit-border-radius: 0 120px 120px 0;
                border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 0 60px;
            -ms-transform-origin: 0 60px;
                transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.5);
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    -webkit-border-radius: 2em;
            border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  -webkit-animation: showSweetAlert .3s;
          animation: showSweetAlert .3s; }
  .swal2-show.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

.swal2-hide {
  -webkit-animation: hideSweetAlert .15s forwards;
          animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip .75s;
          animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long .75s;
          animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon .5s;
          animation: animate-error-icon .5s; }

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark .5s;
          animation: animate-x-mark .5s; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

svg {
  -ms-touch-action: none;
      touch-action: none; }

.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none; }

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px; }

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px; }

.jvectormap-zoomin {
  top: 10px; }

.jvectormap-zoomout {
  top: 30px; }

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px; }

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==); }

.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center; }

.jvectormap-legend-cnt {
  position: absolute; }

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0; }

.jvectormap-legend-cnt-v {
  top: 0;
  right: 0; }

.jvectormap-legend {
  background: black;
  color: white;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left; }

.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle; }

.jvectormap-legend-tick-text {
  font-size: 12px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px; }

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.8.1
 * https://github.com/wenzhixin/bootstrap-table/
 */


.swal2-overflow {
  overflow-x: visible;
  overflow-y: visible;
}
.bootstrap-table .table {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #dddddd;
  border-collapse: collapse !important;
  -webkit-border-radius: 1px;
          border-radius: 1px; }

.bootstrap-table .table,
.bootstrap-table .table > tbody > tr > th,
.bootstrap-table .table > tfoot > tr > th,
.bootstrap-table .table > thead > tr > td,
.bootstrap-table .table > tbody > tr > td,
.bootstrap-table .table > tfoot > tr > td {
  padding: 8px !important; }

.bootstrap-table .table > tbody > .selected {
  background-color: rgba(68, 125, 247, 0.2); }

.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
  border-right: 2px solid transparent; }

.fixed-table-container {
  position: relative;
  clear: both; }

.fixed-table-container.table-no-bordered {
  border: 1px solid transparent; }

.fixed-table-footer,
.fixed-table-header {
  overflow: hidden; }

.fixed-table-footer {
  border-top: 1px solid #dddddd; }

.fixed-table-body {
  height: 100%;
  overflow: auto; }

.fixed-table-container table {
  width: 100%; }

.fixed-table-container thead th {
  height: 0;
  padding: 0;
  margin: 0; }

.fixed-table-container thead th:first-child {
  border-left: none; }

.fixed-table-container thead th .th-inner {
  padding: 0 8px;
  line-height: 24px;
  vertical-align: top;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.fixed-table-container thead th .sortable {
  cursor: pointer;
  background-repeat: no-repeat;
  padding-right: 30px; }

.fixed-table-container thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
  background-position: right 2px; }

.fixed-table-container thead th .asc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA+swAAIT6AAB5gQAA/RMAADBtAAASKQ0eJk4AAACASURBVHja7NKhDcJQFIbRV1MSEqaoYwYMYyARR6HZowzAHqguUolHYEgxD9MmTYPpA1JEb/KZK476Q4wxfKvwc6x/WKJE3v+nYkc8cfgIwxpXRNQokjBkOLdQ1wlZCrbFbYDdsRmFYYVqAHVdsBiD7dHg8aYGu2l2NmMz9s/YawDpU8qkYQTHqgAAAABJRU5ErkJggg==");
  background-position: right 5px; }

.fixed-table-container thead th .desc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA+swAAIT6AAB5gQAA/RMAADBtAAASKQ0eJk4AAACFSURBVHja7NKhDcJQFIbRWwMJCVPgmKGGMZCIo9DsAQOwRxWLIPEIDCnmYR4JaSp4DYKQis/8NznqRkopvlWM2Ij9BYY1Wtx7arEpwaZokHo6Yf4xFhGBGrcOdMUqIqIUq3DoYEdUxVgGFzhn6ILl61aMZXCLB3bv+1Bsgj1mg7CfeNrnAMXSyqQtsCNeAAAAAElFTkSuQmCC");
  background-position: right 0px; }

.fixed-table-container th.detail {
  width: 30px; }

.fixed-table-container tbody tr:first-child td {
  border-top: none; }

.fixed-table-container tbody td:first-child {
  border-left: none; }

/* the same color with .active */
.fixed-table-container tbody .selected td {
  background-color: rgba(245, 245, 245, 0.34); }

.fixed-table-container .bs-checkbox {
  text-align: center; }

.fixed-table-container .bs-checkbox .th-inner {
  padding: 8px 0; }

.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
  margin: 0 auto !important;
  cursor: pointer; }

.fixed-table-container .no-records-found {
  text-align: center;
  background-color: #FFFFFF !important;
  height: 340px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 100%;
  vertical-align: middle; }

.fixed-table-container .no-records-found td {
  font-weight: 300;
  font-size: 22px; }

.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px; }

.fixed-table-pagination div.pagination .pagination {
  margin: 0; }

.fixed-table-pagination .pagination a {
  padding: 6px 12px;
  line-height: 1.428571429; }

.fixed-table-pagination .pagination-info {
  line-height: 34px;
  margin-right: 5px; }

.fixed-table-pagination .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.fixed-table-pagination .page-list {
  display: inline-block; }

.fixed-table-toolbar {
  padding: 5px 15px; }

.fixed-table-toolbar .columns-left {
  margin-right: 5px; }

.fixed-table-toolbar .columns-right {
  margin-left: 5px; }

.fixed-table-toolbar .columns .btn, .fixed-table-toolbar .columns .swal2-modal .swal2-styled, .swal2-modal .fixed-table-toolbar .columns .swal2-styled {
  margin: 0 2px;
  -webkit-border-radius: 30px;
          border-radius: 30px; }

.fixed-table-toolbar .columns label {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  clear: both;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.428571429; }

.fixed-table-toolbar .columns li:last-child label {
  border-bottom: none; }

.fixed-table-toolbar .bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 34px; }

.fixed-table-pagination li.disabled a {
  pointer-events: none;
  cursor: default; }

.fixed-table-loading {
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  text-align: center; }

.fixed-table-body .card-view .title {
  font-weight: bold;
  display: inline-block;
  min-width: 30%;
  text-align: left !important; }

/* support bootstrap 2 */
.fixed-table-body thead th .th-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.table th, .table td {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fixed-table-toolbar .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important; }

.fixed-table-toolbar .dropdown-menu label {
  cursor: pointer; }

.fixed-table-toolbar .btn-group > .btn-group > .btn, .fixed-table-toolbar .swal2-modal .btn-group > .btn-group > .swal2-styled, .swal2-modal .fixed-table-toolbar .btn-group > .btn-group > .swal2-styled {
  -webkit-border-radius: 0;
          border-radius: 0; }

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn, .fixed-table-toolbar .swal2-modal .btn-group > .btn-group:first-child > .swal2-styled, .swal2-modal .fixed-table-toolbar .btn-group > .btn-group:first-child > .swal2-styled {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px; }

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn, .fixed-table-toolbar .swal2-modal .btn-group > .btn-group:last-child > .swal2-styled, .swal2-modal .fixed-table-toolbar .btn-group > .btn-group:last-child > .swal2-styled {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px; }

/* support bootstrap 3 */
.bootstrap-table .table thead > tr > th {
  padding: 0;
  margin: 0; }

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

/* calculate scrollbar width */
p.fixed-table-scroll-inner {
  width: 100%;
  height: 200px; }

div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden; }

.bootstrap-table .fixed-table-pagination {
  margin: 0 10px; }
  .bootstrap-table .fixed-table-pagination:after {
    display: table;
    content: "";
    clear: both; }
  .bootstrap-table .fixed-table-pagination .page-list .btn, .bootstrap-table .fixed-table-pagination .page-list .swal2-modal .swal2-styled, .swal2-modal .bootstrap-table .fixed-table-pagination .page-list .swal2-styled {
    -webkit-border-radius: 30px;
            border-radius: 30px; }
  .bootstrap-table .fixed-table-pagination .page-list .btn-group {
    margin-right: 5px; }
  .bootstrap-table .fixed-table-pagination div.pagination,
  .bootstrap-table .fixed-table-pagination .pagination-detail {
    margin-top: 15px;
    margin-bottom: 15px; }

.bootstrap-table .table.table-striped > thead > tr > td,
.bootstrap-table .table.table-striped > tbody > tr > td,
.bootstrap-table .table.table-striped > tfoot > tr > td {
  border: none; }

.table.dataTable:not(.table-wrap) td,
.table.dataTable:not(.table-wrap) th {
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap; }

.table.dataTable td.word-wrap {
  word-break: normal;
  white-space: normal;
  word-wrap: break-word;
}

.table.dataTable.collapsed {
  padding: 10px 0; }
  .table.dataTable.collapsed tbody tr:first-child td {
    border: 0; }
  @media (max-width: 991.9px) {
    .table.dataTable.collapsed tbody tr td:first-child {
      text-align: left; } }
  .table.dataTable.collapsed tbody tr td:before {
    margin-left: 7px; }
  .table.dataTable.collapsed .td-name.td-photo a {
    display: block; }
  .table.dataTable.collapsed .dtr-title {
    margin-right: 10px; }

span.dtr-data,
span.dtr-title {
  word-break: break-word; }

.dataTables_wrapper {
  overflow-x: scroll; }
  @media (min-width: 992px) {
    .dataTables_wrapper {
      overflow: initial; } }
  @media (max-width: 991.9px) {
    #editTable.dataTables_wrapper tbody > tr:not(.child) > td:not(.child).control,
    dataTables_wrapper tbody > tr:not(.child) > td:not(.child).td-mobile-label,
    .dataTables_wrapper thead > tr:not(.child) > th:not(.child).control,
    .dataTables_wrapper thead > tr:not(.child) > th:not(.child).td-mobile-label {
      padding: 0;
      display: table-cell; } }
  @media (min-width: 992px) {
    #editTable.dataTables_wrapper tbody > tr:not(.child) > td:not(.child).control,
    .dataTables_wrapper tbody > tr:not(.child) > td:not(.child).td-mobile-label,
    .dataTables_wrapper thead > tr:not(.child) > th:not(.child).td-mobile-label {
      display: none; } }
  @media (min-width: 992px) {
    .dataTables_wrapper #teamsDataTable thead > tr:not(.child) > th:not(.child).control,
    .dataTables_wrapper #teamsDataTable tbody > tr:not(.child) > td:not(.child).control {
      display: table-cell;
    }
  }
  @media (max-width: 991.9px) {
    .dataTables_wrapper .table.collapsed tbody > tr:not(.child) > td:not(.child).control,
    .dataTables_wrapper .table.collapsed thead > tr:not(.child) > th:not(.child).control {
      width: 30px !important;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  .dataTables_wrapper .table.collapsed tr.child {
    background-color: #fafafa;
    -webkit-box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, 0.14);
            box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, 0.14); }
    .dataTables_wrapper .table.collapsed tr.child > td.child {
      padding: 30px !important; }
  .dataTables_wrapper .datatable {
    clear: both;
    width: 100%;
    table-layout: fixed;
    overflow: hidden; }

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  width: auto;
  height: auto;
  font-family: FontAwesome !important;
  font-size: 16px !important;
  background-color: transparent !important;
  color: #ABABAB !important;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important; }

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  content: "\f196"; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "\f147"; }

table.dataTable > tbody > tr.child ul {
  width: 100% !important; }

.dataTables_paginate li.active a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  }

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center !important;
  line-height: 15; }

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

div.dataTables_wrapper div.dataTables_info {
  padding: 68px 40px 50px; }

div.dataTables_wrapper div.dataTables_length {
  padding: 61px 40px 50px;
  text-align: right; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5; }

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */ }

table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */ }

table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */ }

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none; }
div.dataTable .datatable {
  background-color: inherit !important;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px; }

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0; }

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0; }

table.dataTable .btn-simple.btn-icon {
  padding: 3px; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: relative;
  display: inline-block;
  bottom: 0px;
  right: -7px;
  font-family: 'FontAwesome';
  opacity: 0.8; }

table.dataTable thead .disabled-sorting.sorting:after,
table.dataTable thead .disabled-sorting.sorting_asc:after,
table.dataTable thead .disabled-sorting.sorting_desc:after,
table.dataTable thead .disabled-sorting.sorting_asc_disabled:after,
table.dataTable thead .disabled-sorting.sorting_desc_disabled:after {
  display: none; }

table.dataTable thead .sorting:after {
  opacity: 0.4;
  content: "\f0dc"; }

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  top: 3px; }

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  top: -3px; }

table.dataTable > thead > tr > th,
table.dataTable > tbody > tr > th,
table.dataTable > tfoot > tr > th,
table.dataTable > thead > tr > td,
table.dataTable > tbody > tr > td,
table.dataTable > tfoot > tr > td {
  padding: 8px !important;
  outline: 0; }

table.dataTable > thead > tr > th {
  border: none; }

.fresh-datatables .pagination > li > a,
.fresh-datatables .pagination > li:first-child > a,
.fresh-datatables .pagination > li:first-child > span,
.fresh-datatables .pagination > li:last-child > a,
.fresh-datatables .pagination > li:last-child > span {
  -webkit-border-radius: 25px;
          border-radius: 25px; }

.dataTables_paginate a {
  outline: 0; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  display: block;
  text-align: center; }

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  display: block;
  text-align: center; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }

table.dataTable > tbody > tr.child:hover {
  background: transparent !important; }

table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0; }
  
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0; }

table#teamsDataTable.dataTable > tbody > tr.child ul li {
  display: flex;
  justify-content: space-between; }

table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0; }

table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold; }

div.dtr-modal {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em; }
  div.dtr-modal div.dtr-modal-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    z-index: 102;
    overflow: auto;
    background-color: #f5f5f7;
    border: 1px solid black;
    -webkit-border-radius: 0.5em;
            border-radius: 0.5em;
    -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); }
  div.dtr-modal div.dtr-modal-content {
    position: relative;
    padding: 1em; }
  div.dtr-modal div.dtr-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    text-align: center;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    cursor: pointer;
    z-index: 12; }
  div.dtr-modal div.dtr-modal-close:hover {
    background-color: #eaeaea; }
  div.dtr-modal div.dtr-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }

/*!
 * 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: #ddd; }

.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: #F5F5F5; }

.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 {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
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;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */ }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%; }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

.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: "\000D7";
  font-size: 200%;
  top: 6%; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  border-width: 1px;
  background-color: transparent;
  font-weight: 400;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 8px 16px;
  border-color: #888888;
  color: #888888; }
  .fc button:hover, .fc button:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    outline: 0 !important; }
  .fc button:active, .fc button.active,
  .open > .fc button.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important; }

/* 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 */
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px; }

/* 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-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc button[disabled],
.fc button[disabled]:focus,
.fc button[disabled]:hover {
  background-color: #E3E3E3;
  border-color: #E3E3E3;
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65); }

.fc-state-hover {
  background-color: #F5F5F5; }

.fc .fc-state-active,
.fc .fc-state-active:focus,
.fc .fc-state-active:hover,
.fc .fc-state-active:active:focus,
.fc .fc-state-active:active:hover,
.fc .fc-state-active:active {
  background-color: #888888;
  color: #FFFFFF; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
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;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125); }

.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: right;
  border-bottom-width: 1px;
  font-size: 14px;
  text-transform: uppercase;
  color: #9A9A9A;
  font-weight: 400;
  padding-bottom: 3px; }

.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

.fc .fc-widget-header {
  border: 0; }

.fc .fc-head .fc-widget-header {
  margin-top: 15px; }

/* 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;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: rgba(68, 125, 247, 0.2);
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */ }
  .fc-event.event-azure {
    background-color: rgba(15, 160, 181, 0.2); }
  .fc-event.event-green {
    background-color: rgba(116, 181, 103, 0.2); }
  .fc-event.event-orange {
    background-color: rgba(231, 174, 67, 0.2); }
  .fc-event.event-red {
    background-color: rgba(239, 67, 84, 0.2); }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #333333;
  /* 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 */
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-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 */
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-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: 2px 5px 0;
  /* spacing between events and edges */
  padding: 1px 2px; }

.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;
  min-width: 260px; }

.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;
  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: 8px; }

.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 */
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-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 */
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-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: "\000A0-\000A0";
  /* 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: "="; }

.card-calendar .content {
  padding: 0 !important; }

.card-calendar .fc-toolbar {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px; }

.card-calendar .fc td:first-child {
  border-left: 0; }

.card-calendar .fc td:last-child {
  border-right: 0; }

.card-calendar .fc-basic-view td:last-child.fc-week-number span,
.card-calendar .fc-basic-view td:last-child.fc-day-number {
  padding-right: 32px; }

.card-calendar .fc .fc-day-header:last-child {
  padding-right: 15px; }

.card-calendar .fc .fc-row:last-child td {
  border-bottom: 0; }

.card-calendar .fc .fc-body .fc-widget-content {
  border-bottom: 0; }

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.3rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-point {
  stroke-width: 8px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 2px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.7; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #0fa0b5; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #0fa0b5; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #ef4354; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #ef4354; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #e7ae43; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #e7ae43; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #9368E9; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #9368E9; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #74B567; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #74B567; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #447DF7; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #447DF7; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #5e5e5e; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #5e5e5e; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #dd4b39; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #dd4b39; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #35465c; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #35465c; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #e52d27; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #e52d27; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #55acee; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #55acee; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #cc2127; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #cc2127; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #1769ff; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #1769ff; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.88889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.33333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.66667%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.8047%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.33333%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.33333%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-blue {
  stroke: #447DF7 !important; }

.ct-azure {
  stroke: #0fa0b5 !important; }

.ct-green {
  stroke: #74B567 !important; }

.ct-orange {
  stroke: #e7ae43 !important; }

.ct-red {
  stroke: #ef4354 !important; }

/* perfect-scrollbar v0.6.10 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

/*!
 * Bootstrap-select v1.8.1 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1; }

.bootstrap-select > select {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.11px;
  height: 100%;
  opacity: 0;
  border: none; }

.bootstrap-select > select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
  z-index: 2; }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn {
  z-index: auto; }

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute; }

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-overflow-style: scrollbar; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative; }

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff; }

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em; }

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 8px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

.bootstrap-select .dropdown-menu {
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform-origin: 50% -40px;
  -ms-transform-origin: 50% -40px;
  transform-origin: 50% -40px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  margin-top: -20px; }

.bootstrap-select.open .dropdown-menu {
  margin-top: -1px; }

.bootstrap-select.dropup .dropdown-menu {
  -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  margin-bottom: -20px; }

.bootstrap-select.dropup.open .dropdown-menu {
  margin-bottom: -1px; }

.btn-group.bootstrap-select .dropdown-menu {
  min-width: 100%; }

.bootstrap-select .dropdown-menu > li:first-child > a {
  -webkit-border-radius: 0;
          border-radius: 0;
  border-bottom: 0 none; }

.fixed-plugin li > a,
.fixed-plugin .badge {
  -o-transition: all .34s;
  transition: all .34s;
  -webkit-transition: all .34s;
  -moz-transition: all .34s; }

.fixed-plugin {
  position: fixed;
  top: 180px;
  right: 0;
  width: 64px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1031;
  -webkit-border-radius: 8px 0 0 8px;
          border-radius: 8px 0 0 8px;
  text-align: center; }

.fixed-plugin .fa-cog {
  color: #FFFFFF;
  padding: 10px;
  -webkit-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  width: auto; }

.fixed-plugin .dropdown-menu {
  right: 80px;
  left: auto;
  width: 290px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 0 10px; }

.fixed-plugin .dropdown-menu:after, .fixed-plugin .dropdown-menu:before {
  right: 10px;
  margin-left: auto;
  left: auto; }

.fixed-plugin .fa-circle-thin {
  color: #FFFFFF; }

.fixed-plugin .active .fa-circle-thin {
  color: #00bbff; }

.fixed-plugin .dropdown-menu > .active > a,
.fixed-plugin .dropdown-menu > .active > a:hover,
.fixed-plugin .dropdown-menu > .active > a:focus {
  color: #777777;
  text-align: center; }

.fixed-plugin img {
  -webkit-border-radius: 0;
          border-radius: 0;
  width: auto;
  height: 100px;
  -ms-transform: translateX(-30%);
      transform: translateX(-30%);
  -webkit-transform: translateX(-30%);
  margin: 0 auto; }

.fixed-plugin .badge {
  border: 3px solid #FFFFFF;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  margin-right: 5px;
  position: relative;
  width: 23px; }

.fixed-plugin .badge.active,
.fixed-plugin .badge:hover {
  border-color: #00bbff; }

.fixed-plugin .badge-white {
  background-color: #FFFFFF; }

.fixed-plugin .badge-black {
  background-color: #1DC7EA; }

.fixed-plugin .badge-azure {
  background-color: #1DC7EA; }

.fixed-plugin .badge-green {
  background-color: #87CB16; }

.fixed-plugin .badge-orange {
  background-color: #FFA534; }

.fixed-plugin .badge-purple {
  background-color: #9368E9; }

.fixed-plugin .badge-red {
  background-color: #FB404B; }

.fixed-plugin h5 {
  font-size: 14px;
  margin: 10px; }

.fixed-plugin .dropdown-menu li {
  display: block;
  padding: 5px 2px;
  width: 25%;
  float: left; }

.fixed-plugin li.adjustments-line,
.fixed-plugin li.header-title,
.fixed-plugin li.button-container {
  width: 100%;
  height: 50px;
  min-height: inherit; }

.fixed-plugin li.button-container {
  height: auto; }

.fixed-plugin li.button-container div {
  margin-bottom: 5px; }

.fixed-plugin #sharrreTitle {
  text-align: center;
  padding: 10px 0;
  height: 50px; }

.fixed-plugin li.header-title {
  height: 30px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }

/*
.fixed-plugin li.header-product-name{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-transform: none;
    text-align: center;
    font-weight: 300;
}
*/
.fixed-plugin .adjustments-line p {
  float: left;
  display: inline-block;
  margin-bottom: 0;
  font-size: 1em; }

.fixed-plugin .adjustments-line .switch {
  float: right; }

.fixed-plugin .dropdown-menu > li.adjustments-line > a {
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #ddd;
  margin: 0; }

.fixed-plugin .dropdown-menu > li > a.img-holder {
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #FFF;
  border: 3px solid #FFF;
  padding-left: 0;
  padding-right: 0;
  opacity: 1;
  cursor: pointer;
  max-height: 86px;
  overflow: hidden;
  padding: 0; }

.fixed-plugin .dropdown-menu > li > a.switch-trigger:hover,
.fixed-plugin .dropdown-menu > li > a.switch-trigger:focus {
  background-color: transparent; }

.fixed-plugin .dropdown-menu > li:hover > a.img-holder,
.fixed-plugin .dropdown-menu > li:focus > a.img-holder {
  border-color: rgba(0, 187, 255, 0.53); }

.fixed-plugin .dropdown-menu > .active > a.img-holder,
.fixed-plugin .dropdown-menu > .active > a.img-holder {
  border-color: #00bbff;
  background-color: #FFFFFF; }

.fixed-plugin .dropdown-menu > li > a img {
  margin-top: auto; }

.fixed-plugin .btn-social {
  width: 50%;
  display: block;
  width: 48%;
  float: left;
  font-weight: 600; }

.fixed-plugin .btn-social i {
  margin-right: 5px; }

.fixed-plugin .btn-social:first-child {
  margin-right: 2%; }

@media (min-width: 992px) {
  .fixed-plugin .dropdown .dropdown-menu {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    top: 15px;
    opacity: 0;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0; }
  .fixed-plugin .dropdown.open .dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0; }
  .fixed-plugin .dropdown-menu:before,
  .fixed-plugin .dropdown-menu:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 60px;
    width: 16px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
  .fixed-plugin .dropdown-menu:before {
    border-bottom: 16px solid rgba(0, 0, 0, 0);
    border-left: 16px solid rgba(0, 0, 0, 0.2);
    border-top: 16px solid rgba(0, 0, 0, 0);
    right: -27px; }
  .fixed-plugin .dropdown-menu:after {
    border-bottom: 16px solid rgba(0, 0, 0, 0);
    border-left: 16px solid #FFFFFF;
    border-top: 16px solid rgba(0, 0, 0, 0);
    right: -26px; }
  .typo-line {
    padding-left: 140px;
    margin-bottom: 40px;
    position: relative; }
  .typo-line .category {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 0px;
    position: absolute; }
  .fixed-plugin {
    top: 120px; } }

@media (max-width: 991px) {
  .fixed-plugin .dropdown-menu {
    right: 60px;
    width: 220px; }
  .fixed-plugin .dropdown-menu li {
    width: 50%; }
  .fixed-plugin li.adjustments-line,
  .fixed-plugin li.header-title,
  .fixed-plugin li.button-container {
    width: 100%;
    height: 55px;
    min-height: inherit; }
  .fixed-plugin li.button-container {
    height: auto; }
  .fixed-plugin .adjustments-line .switch {
    float: right;
    margin: 0 0px; }
  .fixed-plugin li.header-title {
    height: 40px; }
  .fixed-plugin .dropdown .dropdown-menu {
    top: -170px; }
  .fixed-plugin .dropdown-menu:before,
  .fixed-plugin .dropdown-menu:after {
    display: none; } }

.btn-social {
  opacity: 0.85;
  padding: 8px 9px; }

.btn-social .fa {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block; }

.btn-social.btn-round {
  padding: 9px 10px; }

.btn-social.btn-simple {
  padding: 9px 5px;
  font-size: 16px; }

.btn-social.btn-simple .fa {
  font-size: 20px;
  position: relative;
  top: -2px;
  width: 24px; }

.btn-facebook {
  border-color: #3b5998;
  color: #3b5998; }

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
  background-color: transparent;
  color: #3b5998;
  border-color: #3b5998;
  opacity: 1; }

.btn-facebook:disabled,
.btn-facebook[disabled],
.btn-facebook.disabled {
  background-color: transparent;
  border-color: #3b5998; }

.btn-facebook.btn-fill {
  color: #ffffff;
  background-color: #3b5998;
  opacity: 0.9; }

.btn-facebook.btn-fill:hover,
.btn-facebook.btn-fill:focus,
.btn-facebook.btn-fill:active,
.btn-facebook.btn-fill.active,
.open > .btn-facebook.btn-fill.dropdown-toggle {
  background-color: #3b5998;
  color: #ffffff;
  opacity: 1; }

.btn-twitter {
  border-color: #55acee;
  color: #55acee; }

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .btn-twitter.dropdown-toggle {
  background-color: transparent;
  color: #55acee;
  border-color: #55acee;
  opacity: 1; }

.btn-twitter:disabled,
.btn-twitter[disabled],
.btn-twitter.disabled {
  background-color: transparent;
  border-color: #55acee; }

.btn-twitter.btn-fill {
  color: #ffffff;
  background-color: #55acee;
  opacity: 0.9; }

.btn-twitter.btn-fill:hover,
.btn-twitter.btn-fill:focus,
.btn-twitter.btn-fill:active,
.btn-twitter.btn-fill.active,
.open > .btn-twitter.btn-fill.dropdown-toggle {
  background-color: #55acee;
  color: #ffffff;
  opacity: 1; }

/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px; }

.noUi-horizontal .noUi-handle {
  left: -7.5px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-target {
  background: #e5e5e5; }

.noUi-connect {
  background: #3FB8AF;
  -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
          box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  -o-transition: background 450ms;
  transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #FFF;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.4);
  background: white;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f1f1f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f1f1f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f1f1f2 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f2));
  background: linear-gradient(to bottom, white 0%, #f1f1f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f2',GradientType=0 );
  /* IE6-9 */ }

/* Handle stripes;
 */
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.ng2-tag-input.regular-theme {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  cursor: text;
  border-bottom: 1px solid #888888; }
  .ng2-tag-input.regular-theme:focus {
    outline: 0; }
  .ng2-tag-input.regular-theme.ng2-tag-input--dropping {
    opacity: 0.7; }
  .ng2-tag-input.regular-theme.ng2-tag-input--loading {
    border: none; }
  .ng2-tag-input.regular-theme.ng2-tag-input--disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .ng2-tag-input.regular-theme .ng2-tags-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.ng2-tag-input.regular-theme tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 500;
  font-size: 12px;
  color: #0fa0b5;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #0fa0b5;
  margin: 5px 3px 5px 0;
  padding: 2px 12px;
  height: auto;
  line-height: 1.5;
  background: transparent;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  position: relative; }
  .ng2-tag-input.regular-theme tag:not(.readonly):not(.tag--editing):focus {
    background: transparent;
    color: #0fa0b5; }
  .ng2-tag-input.regular-theme tag:not(.readonly):not(.tag--editing):active {
    background: transparent;
    color: #0fa0b5; }
  .ng2-tag-input.regular-theme tag:not(:focus):not(.tag--editing):not(:active):not(.readonly):hover {
    background: transparent;
    color: #0fa0b5; }
  .ng2-tag-input.regular-theme tag.readonly {
    cursor: default; }
  .ng2-tag-input.regular-theme tag.readonly:focus, .ng2-tag-input.regular-theme tag:focus {
    outline: 0; }
  .ng2-tag-input.regular-theme tag.tag--editing {
    cursor: text; }
  .ng2-tag-input.regular-theme tag[_nghost-c5]:focus path[_ngcontent-c5],
  .ng2-tag-input.regular-theme tag:focus [_nghost-c5] path[_ngcontent-c5],
  .ng2-tag-input.regular-theme tag[_nghost-c5]:active path[_ngcontent-c5],
  .ng2-tag-input.regular-theme tag:active [_nghost-c5] path[_ngcontent-c5] {
    fill: #0fa0b5; }
  .ng2-tag-input.regular-theme tag[_nghost-c5]:hover svg,
  .ng2-tag-input.regular-theme tag:hover [_nghost-c5] svg {
    opacity: 1;
    right: 10px; }

.ng2-tag-input.regular-theme tag delete-icon {
  text-align: right;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  .ng2-tag-input.regular-theme tag delete-icon path {
    fill: #0fa0b5; }
  .ng2-tag-input.regular-theme tag delete-icon svg {
    vertical-align: middle;
    height: 13px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 5px; }
  .ng2-tag-input.regular-theme tag delete-icon:not(.readonly):not(.tag--editing):focus {
    color: #0fa0b5; }
  .ng2-tag-input.regular-theme tag delete-icon:not(.readonly):not(.tag--editing):active {
    color: #0fa0b5; }
  .ng2-tag-input.regular-theme tag delete-icon:not(:focus):not(.tag--editing):not(:active):not(.readonly):hover {
    color: #0fa0b5; }

tag[_nghost-c5]:focus path[_ngcontent-c5],
tag:focus [_nghost-c5] path[_ngcontent-c5],
tag[_nghost-c5]:active path[_ngcontent-c5],
tag:active [_nghost-c5] path[_ngcontent-c5] {
  fill: #0fa0b5; }

.ng2-tag-input.filled-theme {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  cursor: text;
  border-bottom: 1px solid #888888; }
  .ng2-tag-input.filled-theme:focus {
    outline: 0; }
  .ng2-tag-input.filled-theme.ng2-tag-input--dropping {
    opacity: 0.7; }
  .ng2-tag-input.filled-theme.ng2-tag-input--loading {
    border: none; }
  .ng2-tag-input.filled-theme.ng2-tag-input--disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .ng2-tag-input.filled-theme .ng2-tags-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.ng2-tag-input.filled-theme tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #0fa0b5;
  margin: 5px 3px 5px 0;
  padding: 2px 12px;
  height: auto;
  line-height: 1.5;
  background: #23CCEF;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  position: relative; }
  .ng2-tag-input.filled-theme tag:not(.readonly):not(.tag--editing):focus {
    background: #23CCEF;
    color: #ffffff; }
  .ng2-tag-input.filled-theme tag:not(.readonly):not(.tag--editing):active {
    background: #23CCEF;
    color: #ffffff; }
  .ng2-tag-input.filled-theme tag:not(:focus):not(.tag--editing):not(:active):not(.readonly):hover {
    background: #23CCEF;
    color: #ffffff; }
  .ng2-tag-input.filled-theme tag.readonly {
    cursor: default; }
  .ng2-tag-input.filled-theme tag.readonly:focus, .ng2-tag-input.filled-theme tag:focus {
    outline: 0; }
  .ng2-tag-input.filled-theme tag.tag--editing {
    cursor: text; }
  .ng2-tag-input.filled-theme tag[_nghost-c5]:focus path[_ngcontent-c5],
  .ng2-tag-input.filled-theme tag:focus [_nghost-c5] path[_ngcontent-c5],
  .ng2-tag-input.filled-theme tag[_nghost-c5]:active path[_ngcontent-c5],
  .ng2-tag-input.filled-theme tag:active [_nghost-c5] path[_ngcontent-c5] {
    fill: #0fa0b5; }
  .ng2-tag-input.filled-theme tag[_nghost-c5]:hover svg,
  .ng2-tag-input.filled-theme tag:hover [_nghost-c5] svg {
    opacity: 1;
    right: 10px; }

.ng2-tag-input.filled-theme tag delete-icon {
  text-align: right;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  .ng2-tag-input.filled-theme tag delete-icon path {
    fill: #ffffff; }
  .ng2-tag-input.filled-theme tag delete-icon svg {
    vertical-align: middle;
    height: 13px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 5px; }
  .ng2-tag-input.filled-theme tag delete-icon:not(.readonly):not(.tag--editing):focus {
    color: #ffffff; }
  .ng2-tag-input.filled-theme tag delete-icon:not(.readonly):not(.tag--editing):active {
    color: #ffffff; }
  .ng2-tag-input.filled-theme tag delete-icon:not(:focus):not(.tag--editing):not(:active):not(.readonly):hover {
    color: #ffffff; }

tag[_nghost-c5]:focus path[_ngcontent-c5],
tag:focus [_nghost-c5] path[_ngcontent-c5],
tag[_nghost-c5]:active path[_ngcontent-c5],
tag:active [_nghost-c5] path[_ngcontent-c5] {
  fill: #0fa0b5; }

.tag__text[_ngcontent-c3] {
  margin-top: 2px; }

/*           Font Smoothing      */
body,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p,
.navbar,
.brand,
.btn-simple,
.alert,
a,
.td-name,
td,
button.close {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

h1, .h1 {
  font-size: 40.56px; }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 52px; } }

h2, .h2 {
  font-size: 28.08px; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 36px; } }

h3, .h3 {
  font-size: 21.84px;
  margin: 20px 0 10px; }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 17.16px;
  line-height: 30px; }
  @media (min-width: 992px) {
    h4, .h4 {
      font-size: 22px; } }

h5, .h5 {
  font-size: 14.04px;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    h5, .h5 {
      font-size: 18px; } }

h6, .h6 {
  font-size: 10.92px;
  font-weight: 600;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    h6, .h6 {
      font-size: 14px; } }

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 2rem; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #9A9A9A;
  font-weight: 300;
  line-height: 1.5; }

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 60%; }

h1 .subtitle {
  display: block;
  margin: 0 0 30px; }

.text-white {
  color: #fff; }

.text-muted {
  color: #9A9A9A; }

.text-primary, .text-primary:hover {
  color: #1D62F0 !important; }

.text-info, .text-info:hover {
  color: #0fa0b5 !important; }

.text-success, .text-success:hover {
  color: #74B567 !important; }

.text-warning, .text-warning:hover {
  color: #e7ae43 !important; }

.text-danger, .text-danger:hover {
  color: #ef4354 !important; }

.text-space {
  padding: 70px 0; }

a[data-id] {
  cursor: pointer; }

body.nav-open .sidebar a.sidebarClose {
  display: block; }

.sidebar {
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 0;
  width: 260px;
  display: block;
  z-index: 1;
  color: #fff;
  font-weight: 200;
  overflow-x: visible;
  overflow-y: hidden; }
  .sidebar[hidden] {
    display: none !important; }
  .sidebar a.sidebarClose {
    display: none;
    width: -webkit-calc(100vw - 320px);
    width: calc(100vw - 320px);
    height: 100vh;
    right: 320px;
    position: absolute;
    z-index: 1; }
  .sidebar .logo-img {
    width: 30px;
    display: inline-block;
    max-height: 30px; }
    .sidebar .logo-img img {
      width: 35px;
      top: 1px;
      position: absolute;
      left: 0px; }
  .sidebar .sidebar-wrapper {
    position: relative;
    z-index: 4;
    width: 320px;
    height: -webkit-calc(100%);
    height: calc(100%);
    padding: 30px 0; }
    .sidebar .sidebar-wrapper > .nav, .sidebar .sidebar-wrapper > .sidebar-nav-actions {
      margin-top: 20px; }
    .sidebar .sidebar-wrapper > .user ~ .nav, .sidebar .sidebar-wrapper > .user ~ .sidebar-nav-actions {
      margin-top: 0; }
    .sidebar .sidebar-wrapper .dropdown .dropdown-backdrop {
      display: none !important; }
    .sidebar .sidebar-wrapper .nav [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal, .sidebar .sidebar-wrapper .sidebar-nav-actions [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
    .sidebar .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal {
      margin: 0;
      position: relative;
      -webkit-transform: translate3d(0px, 0, 0);
      -ms-transform: translate3d(0px, 0, 0);
      transform: translate3d(0px, 0, 0);
      opacity: 1;
      white-space: nowrap;
      display: block; }
    .sidebar .sidebar-wrapper .nav [data-toggle="collapse"] ~ div > ul > li > a .sidebar-mini, .sidebar .sidebar-wrapper .sidebar-nav-actions [data-toggle="collapse"] ~ div > ul > li > a .sidebar-mini,
    .sidebar .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-mini {
      text-transform: uppercase;
      float: left;
      width: 30px;
      text-align: center;
      margin-right: 15px;
      letter-spacing: 1px; }
    .sidebar .sidebar-wrapper .nav [data-toggle="collapse"] ~ div > ul > li > a i, .sidebar .sidebar-wrapper .sidebar-nav-actions [data-toggle="collapse"] ~ div > ul > li > a i,
    .sidebar .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a i {
      font-size: 17px;
      line-height: 20px;
      width: 26px; }
  .sidebar .sidebar-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center; }
  .sidebar .nav i, .sidebar .sidebar-nav-actions i {
    position: relative;
    font-size: 16px;
    float: left;
    margin-right: 12px;
    line-height: 1;
    width: 30px;
    text-align: center; }
    @media (min-width: 1200px) {
      .sidebar .nav i, .sidebar .sidebar-nav-actions i {
        top: 3px; } }
  .sidebar .nav a, .sidebar .sidebar-nav-actions a {
    -webkit-transition: background-color 0.2s ease-in-out,
 opacity 0.2s ease-in-out,
 color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out,
 opacity 0.2s ease-in-out,
 color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out,
 opacity 0.2s ease-in-out,
 color 0.2s ease-in-out; }
    .sidebar .nav a .caret, .sidebar .sidebar-nav-actions a .caret {
      margin-left: 10px;
      -webkit-transition: border-color 0.2s ease-in-out;
      -o-transition: border-color 0.2s ease-in-out;
      transition: border-color 0.2s ease-in-out; }
    .sidebar .nav a .label, .sidebar .sidebar-nav-actions a .label {
      padding: 2px 0px 2px 0;
      width: 18px;
      height: 18px;
      display: inline-block;
      text-align: center;
      line-height: 13px;
      font-size: 10px;
      font-weight: normal;
      position: absolute;
      right: 100px;
      top: 12px;
      -webkit-border-radius: 2px;
              border-radius: 2px; }
      .sidebar .nav a .label.label-sm, .sidebar .sidebar-nav-actions a .label.label-sm {
        font-size: 12px; }
      .sidebar .nav a .label.label-lg, .sidebar .sidebar-nav-actions a .label.label-lg {
        font-size: 8px; }
  .sidebar .nav li > a, .sidebar .sidebar-nav-actions li > a {
    color: #5b626a;
    margin: 7px 0;
    padding: 10px 18px;
    display: block;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    opacity: 1; }
    @media (min-width: 1200px) {
      .sidebar .nav li > a, .sidebar .sidebar-nav-actions li > a {
        font-size: 16px; } }
  .sidebar .nav li:hover > a, .sidebar .sidebar-nav-actions li:hover > a {
    background: rgba(255, 255, 255, 0.13);
    color: #fff !important; }
  .sidebar .nav li.active > a, .sidebar .sidebar-nav-actions li.active > a {
    color: #FFFFFF;
    opacity: 1;
    background: #131418;
    border-left: 6px solid var(--primary-blue);
    padding-left: 12px;
  }

  .sidebar .nav p, .sidebar .sidebar-nav-actions p {
    margin: 0;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    color: inherit;
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    display: block;
    height: auto;
    opacity: 1; }
    .sidebar .nav p .caret, .sidebar .sidebar-nav-actions p .caret {
      top: 12px;
      position: absolute;
      right: 0px; }
  .sidebar .logo-mini {
    display: none; }

.sidebar .logo p,
.bootstrap-navbar .logo p {
  float: left;
  font-size: 20px;
  margin: 10px 10px;
  color: #FFFFFF;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.sidebar .logo .logo-text,
.bootstrap-navbar .logo .logo-text {
  text-transform: uppercase;
  padding: 5px 0px 5px 15px;
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden; }

.sidebar .logo .logo-image,
.bootstrap-navbar .logo .logo-image {
  float: left;
  height: 40px;
  width: 40px;
  margin: 0 10px; }

.sidebar .logo .logo-round,
.bootstrap-navbar .logo .logo-round {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: block;
  overflow: hidden; }
  .sidebar .logo .logo-round img,
  .bootstrap-navbar .logo .logo-round img {
    width: 100%; }

.sidebar .logo:before,
.bootstrap-navbar .logo:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 15px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3); }

.sidebar .logo-mini .logo-text,
.bootstrap-navbar .logo-mini .logo-text {
  text-transform: uppercase;
  padding: 7px 0px;
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden; }

.sidebar .user,
.bootstrap-navbar .user {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 6px;
  margin-top: 12px; }
  @media (min-width: 1200px) {
    .sidebar .user,
    .bootstrap-navbar .user {
      display: none; } }
  .sidebar .user .photo,
  .bootstrap-navbar .user .photo {
    width: 34px;
    height: 34px;
    overflow: hidden;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    float: left;
    margin-right: 11px;
    margin-left: 23px;
    z-index: 5;
    border: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-background-size: cover !important;
            background-size: cover !important; }
    .sidebar .user .photo img,
    .bootstrap-navbar .user .photo img {
      width: 100%; }
  .sidebar .user a,
  .bootstrap-navbar .user a {
    color: #FFFFFF;
    padding: 8px 14px;
    display: block;
    white-space: nowrap; }
  .sidebar .user .info > a > span,
  .bootstrap-navbar .user .info > a > span {
    opacity: 1;
    line-height: 20px;
    display: block;
    position: relative; }
  .sidebar .user .info .caret,
  .bootstrap-navbar .user .info .caret {
    position: absolute;
    top: 11px;
    right: 15px; }

.sidebar:after, .sidebar:before,
.bootstrap-navbar:after,
.bootstrap-navbar:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2; }

.sidebar:before,
.bootstrap-navbar:before {
  background: #28292b; }

.sidebar[data-color="blue"]:after,
.bootstrap-navbar[data-color="blue"]:after {
  background: #447DF7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #447DF7), color-stop(100%, rgba(83, 60, 225, 0.7)));
  background: -webkit-linear-gradient(top, #447DF7 0%, rgba(83, 60, 225, 0.7) 100%);
  background: -o-linear-gradient(top, #447DF7 0%, rgba(83, 60, 225, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#447DF7), to(rgba(83, 60, 225, 0.7)));
  background: linear-gradient(to bottom, #447DF7 0%, rgba(83, 60, 225, 0.7) 100%);
  -webkit-background-size: 150% 150%;
          background-size: 150% 150%; }

.sidebar[data-color="azure"]:after,
.bootstrap-navbar[data-color="azure"]:after {
  background: #0fa0b5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0fa0b5), color-stop(100%, rgba(64, 145, 255, 0.7)));
  background: -webkit-linear-gradient(top, #0fa0b5 0%, rgba(64, 145, 255, 0.7) 100%);
  background: -o-linear-gradient(top, #0fa0b5 0%, rgba(64, 145, 255, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#0fa0b5), to(rgba(64, 145, 255, 0.7)));
  background: linear-gradient(to bottom, #0fa0b5 0%, rgba(64, 145, 255, 0.7) 100%);
  -webkit-background-size: 150% 150%;
          background-size: 150% 150%; }

.sidebar[data-color="green"]:after,
.bootstrap-navbar[data-color="green"]:after {
  background: #74B567;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #74B567), color-stop(100%, rgba(109, 192, 48, 0.7)));
  background: -webkit-linear-gradient(top, #74B567 0%, rgba(109, 192, 48, 0.7) 100%);
  background: -o-linear-gradient(top, #74B567 0%, rgba(109, 192, 48, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#74B567), to(rgba(109, 192, 48, 0.7)));
  background: linear-gradient(to bottom, #74B567 0%, rgba(109, 192, 48, 0.7) 100%);
  -webkit-background-size: 150% 150%;
          background-size: 150% 150%; }

.sidebar[data-color="orange"]:after,
.bootstrap-navbar[data-color="orange"]:after {
  background: #e7ae43;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7ae43), color-stop(100%, rgba(236, 22, 87, 0.7)));
  background: -webkit-linear-gradient(top, #e7ae43 0%, rgba(236, 22, 87, 0.7) 100%);
  background: -o-linear-gradient(top, #e7ae43 0%, rgba(236, 22, 87, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e7ae43), to(rgba(236, 22, 87, 0.7)));
  background: linear-gradient(to bottom, #e7ae43 0%, rgba(236, 22, 87, 0.7) 100%);
  -webkit-background-size: 150% 150%;
          background-size: 150% 150%; }

.sidebar[data-color="red"]:after,
.bootstrap-navbar[data-color="red"]:after {
  background: #ef4354;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef4354), color-stop(100%, rgba(187, 5, 2, 0.7)));
  background: -webkit-linear-gradient(top, #ef4354 0%, rgba(187, 5, 2, 0.7) 100%);
  background: -o-linear-gradient(top, #ef4354 0%, rgba(187, 5, 2, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ef4354), to(rgba(187, 5, 2, 0.7)));
  background: linear-gradient(to bottom, #ef4354 0%, rgba(187, 5, 2, 0.7) 100%);
  -webkit-background-size: 150% 150%;
          background-size: 150% 150%; }

.sidebar[data-color="purple"]:after,
.bootstrap-navbar[data-color="purple"]:after {
  background: #9368E9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9368E9), color-stop(100%, rgba(148, 59, 234, 0.7)));
  background: -webkit-linear-gradient(top, #9368E9 0%, rgba(148, 59, 234, 0.7) 100%);
  background: -o-linear-gradient(top, #9368E9 0%, rgba(148, 59, 234, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#9368E9), to(rgba(148, 59, 234, 0.7)));
  background: linear-gradient(to bottom, #9368E9 0%, rgba(148, 59, 234, 0.7) 100%);
  -webkit-background-size: 150% 150%;
          background-size: 150% 150%; }

@media (min-width: 1350px) {
  body.rsb-pinned .outlet {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    width: 100% !important; } }

@media (min-width: 1200px) {
  body.rsb-pinned app-stream {
    display: block; }
  body.rsb-pinned .outlet {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    width: 125%;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left; } }

@media (min-width: 1200px) {

  body.collapsed-sidebar .main-panel .offcanvas-container {
    width: 330px;
    -webkit-box-shadow: -1px 0 0 #cfcfce;
    box-shadow: -1px 0 0 #cfcfce; }
  body.collapsed-sidebar .sidebar {
    width: 60px; }
  body.collapsed-sidebar .sidebar {
    display: block;
    font-weight: 200;
    z-index: 4; }
  body.collapsed-sidebar .sidebar .logo a.logo-mini {
    opacity: 1; }
  body.collapsed-sidebar .sidebar .logo a.logo-normal {
    opacity: 0;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  body.collapsed-sidebar .sidebar .sidebar-wrapper > .nav [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal, body.collapsed-sidebar .sidebar .sidebar-wrapper > .sidebar-nav-actions [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
  body.collapsed-sidebar .sidebar .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
  body.collapsed-sidebar .sidebar .sidebar-wrapper .user .info > a > span,
  body.collapsed-sidebar .sidebar .sidebar-wrapper > .nav li > a p,
  body.collapsed-sidebar .sidebar .sidebar-wrapper > .sidebar-nav-actions li > a p {
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
    opacity: 0; }
  body.collapsed-sidebar .sidebar .nav li > a, body.collapsed-sidebar .sidebar .sidebar-nav-actions li > a {
    color: #28292b; }
  body.collapsed-sidebar .sidebar .nav li > a i, body.collapsed-sidebar .sidebar .sidebar-nav-actions li > a i {
    color: #5b626a; }
  body.collapsed-sidebar .sidebar .nav li.active > a, body.collapsed-sidebar .sidebar .sidebar-nav-actions li.active > a {
    color: #131418; }
  body.collapsed-sidebar .sidebar .nav li:hover > a i,
  body.collapsed-sidebar .sidebar .nav li.active > a i, body.collapsed-sidebar .sidebar .sidebar-nav-actions li.active > a i {
    color: #fff; }
  body.collapsed-sidebar .sidebar:hover {
    width: 260px; }
  body.collapsed-sidebar .sidebar:hover .logo a.logo-normal {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  body.collapsed-sidebar .sidebar:hover .sidebar-wrapper > .nav li > a p, body.collapsed-sidebar .sidebar:hover .sidebar-wrapper > .sidebar-nav-actions li > a p,
  body.collapsed-sidebar .sidebar:hover .sidebar-wrapper > .nav [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
  body.collapsed-sidebar .sidebar:hover .sidebar-wrapper > .sidebar-nav-actions [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
  body.collapsed-sidebar .sidebar:hover .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
  body.collapsed-sidebar .sidebar:hover .sidebar-wrapper .user .info > a > span {
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    opacity: 1; }
  body.collapsed-sidebar .sidebar:hover .sidebar-wrapper .nav li > a, body.collapsed-sidebar .sidebar:hover .sidebar-wrapper .sidebar-nav-actions li > a {
    color: rgba(255, 255, 255, 0.3); }
  body.collapsed-sidebar .sidebar:hover .sidebar-wrapper .nav li.active > a, body.collapsed-sidebar .sidebar:hover .sidebar-wrapper .sidebar-nav-actions li.active > a {
    color: #fff; }

body.collapsed-sidebar .main-panel {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  margin-left: 60px; }

body.collapse-sidebar .bubble-label {
  display: none;
}


  body.rsb-pinned #stream-close, body.rsb-pinned #notes-close, body.rsb-pinned #coach-close{
    display: none !important; }
  body.rsb-pinned .main-panel {
    width: -webkit-calc(100% - 590px);
    width: calc(100% - 590px);
    margin-right: 330px; }
    body.rsb-pinned .main-panel .offcanvas-container {
      width: 330px;
      -webkit-box-shadow: -1px 0 0 #cfcfce;
              box-shadow: -1px 0 0 #cfcfce; }
  body.rsb-pinned .sidebar {
    width: 60px; }
  body.rsb-pinned .main-panel {
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px); }
  body.rsb-pinned .sidebar {
    display: block;
    font-weight: 200;
    z-index: 3; }
    body.rsb-pinned .sidebar .logo a.logo-mini {
      opacity: 1; }
    body.rsb-pinned .sidebar .logo a.logo-normal {
      opacity: 0;
      -webkit-transform: translate3d(-25px, 0, 0);
      -ms-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0); }
    body.rsb-pinned .sidebar .sidebar-wrapper > .nav [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal, body.rsb-pinned .sidebar .sidebar-wrapper > .sidebar-nav-actions [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
    body.rsb-pinned .sidebar .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
    body.rsb-pinned .sidebar .sidebar-wrapper .user .info > a > span,
    body.rsb-pinned .sidebar .sidebar-wrapper > .nav li > a p,
    body.rsb-pinned .sidebar .sidebar-wrapper > .sidebar-nav-actions li > a p {
      -webkit-transform: translate3d(-25px, 0, 0);
      -ms-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0);
      opacity: 0; }
    body.rsb-pinned .sidebar .nav li > a, body.rsb-pinned .sidebar .sidebar-nav-actions li > a {
      color: #28292b; }
      body.rsb-pinned .sidebar .nav li > a i, body.rsb-pinned .sidebar .sidebar-nav-actions li > a i {
        color: #5b626a; }
    body.rsb-pinned .sidebar .nav li.active > a, body.rsb-pinned .sidebar .sidebar-nav-actions li.active > a {
      color: #131418; }
      body.rsb-pinned .sidebar .nav li.active > a i, body.rsb-pinned .sidebar .sidebar-nav-actions li.active > a i {
        color: #fff; }
  body.rsb-pinned .sidebar:hover {
    width: 260px; }
    body.rsb-pinned .sidebar:hover .logo a.logo-normal {
      opacity: 1;
      -webkit-transform: translate3d(0px, 0, 0);
      -ms-transform: translate3d(0px, 0, 0);
      transform: translate3d(0px, 0, 0); }
    body.rsb-pinned .sidebar:hover .sidebar-wrapper {
      width: 320px; }
      body.rsb-pinned .sidebar:hover .sidebar-wrapper > .nav li > a p, body.rsb-pinned .sidebar:hover .sidebar-wrapper > .sidebar-nav-actions li > a p,
      body.rsb-pinned .sidebar:hover .sidebar-wrapper > .nav [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
      body.rsb-pinned .sidebar:hover .sidebar-wrapper > .sidebar-nav-actions [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
      body.rsb-pinned .sidebar:hover .sidebar-wrapper .user .info [data-toggle="collapse"] ~ div > ul > li > a .sidebar-normal,
      body.rsb-pinned .sidebar:hover .sidebar-wrapper .user .info > a > span {
        -webkit-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        opacity: 1; }
      body.rsb-pinned .sidebar:hover .sidebar-wrapper .nav li > a, body.rsb-pinned .sidebar:hover .sidebar-wrapper .sidebar-nav-actions li > a {
        color: rgba(255, 255, 255, 0.3); }
      body.rsb-pinned .sidebar:hover .sidebar-wrapper .nav li.active > a, body.rsb-pinned .sidebar:hover .sidebar-wrapper .sidebar-nav-actions li.active > a {
        color: #fff; } }

.main-panel {
  background: #f5f5f5;
  position: relative; /* this is gross, but necessary with the way everything else interacts */
  float: right;
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px); }
  .main-panel > *:first-child {
    display: block;
    min-height: -webkit-calc(100% - 72px);
    min-height: calc(100% - 72px);
  }
  .main-panel .offcanvas-close {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 70px;
    left: 0px;
    z-index: 997;
    cursor: pointer;
    display: none; }
    .main-panel .offcanvas-close#notifications-close {
      z-index: 999;
      top: 0; }
    .main-panel .offcanvas-close.show {
      position: fixed;
      display: block;
      -webkit-animation: fadeInFromNone 0.5s ease-out;
              animation: fadeInFromNone 0.5s ease-out; }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
  .meeting-link .offcanvas-container,
  .main-panel .offcanvas-container {
    position: fixed;
    top: 70px;
    right: 0px;
    width: 390px;
    background: #fff;
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
    overflow: hidden;
    z-index: 998;
    -webkit-box-shadow: 20px 0px 60px 10px rgba(0, 0, 0, 0);
            box-shadow: 20px 0px 60px 10px rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease 0.2s;
    transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease 0.2s;
    -o-transition: transform 0.5s ease, box-shadow 0.5s ease 0.2s;
    transition: transform 0.5s ease, box-shadow 0.5s ease 0.2s;
    transition: transform 0.5s ease, box-shadow 0.5s ease 0.2s, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease 0.2s;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
    .meeting-link .offcanvas-container,
    .main-panel .offcanvas-container.open {
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-box-shadow: 20px 0px 60px 10px rgba(0, 0, 0, 0.2);
              box-shadow: 20px 0px 60px 10px rgba(0, 0, 0, 0.2); }
    .main-panel .offcanvas-container .stream-footer {
      padding-bottom: 20px; }
    .meeting-link .offcanvas-container,
    .main-panel .offcanvas-container#notifications-toast {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: 998;
      background: transparent;
      height: auto;
      -webkit-transition: -webkit-transform 0.75s ease-in-out;
      transition: -webkit-transform 0.75s ease-in-out;
      -o-transition: transform 0.75s ease-in-out;
      transition: transform 0.75s ease-in-out;
      transition: transform 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
      -webkit-transform: translateY(-150%);
          -ms-transform: translateY(-150%);
              transform: translateY(-150%); }
      .meeting-link .offcanvas-container,
      .main-panel .offcanvas-container#notifications-toast.toasting {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%); }
    @media (min-width: 1200px) {
      .main-panel .offcanvas-container#notifications-container {
        right: 40px;
        top: 60px;
        max-height: -webkit-calc(100% - 150px);
        max-height: calc(100% - 150px);
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        border: none;
        -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
        overflow: visible;
        height: auto;
        opacity: 0;
        -webkit-transition: opacity 0.25s ease-in-out;
        -o-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
        z-index: -1; } }
    .main-panel .offcanvas-container#notifications-container .offcanvas-item {
      -webkit-filter: blur(20px);
              filter: blur(20px);
      opacity: 0;
      height: 0;
      min-height: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .main-panel .offcanvas-container#notifications-container .offcanvas-item.open {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
        height: auto;
        min-height: 105px; }
      .main-panel .offcanvas-container#notifications-container .offcanvas-item:not(.open) + .open {
        border-top: none; }
    .main-panel .offcanvas-container#notifications-container .scroll-container {
      position: relative;
      top: 0;
      bottom: 0;
      width: 100%;
      max-height: -webkit-calc(100vh - 51px);
      max-height: calc(100vh - 51px);
      overflow: hidden;
      overflow-y: scroll;
      min-height: 238px; }
      @media (min-width: 1200px) {
        .main-panel .offcanvas-container#notifications-container .scroll-container {
          max-height: -webkit-calc(100vh - 205px);
          max-height: calc(100vh - 205px); } }
      .main-panel .offcanvas-container#notifications-container .scroll-container .panel-footer {
        background: transparent; }
    .main-panel .offcanvas-container#notifications-container.open {
      opacity: 1;
      z-index: 999; }
    .main-panel .offcanvas-container#notifications-container:before {
      content: '';
      position: absolute;
      top: -20px;
      right: 25px;
      border: solid 10px transparent;
      border-bottom-color: #fff; }
    .main-panel .offcanvas-container#notifications-container h4.title {
      padding: 10px 20px;
      font-size: 18px; }
    .main-panel .offcanvas-container h4.title {
      font-weight: normal;
      border-bottom: solid 1px #dfdede;
      margin: 0;
      padding: 20px 20px 19px; }
      @media (min-width: 1200px) {
        .main-panel .offcanvas-container h4.title {
          padding: 34px 35px; } }
      @media (min-width: 1350px) {
        .main-panel .offcanvas-container h4.title {
          padding: 46px 35px; } }
      .main-panel .offcanvas-container h4.title .pin {
        padding: 5px;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        margin-left: 5px; }
      .main-panel .offcanvas-container h4.title .pin.btn-info {
        background: #ddd;
        -webkit-box-shadow: 0 2px 2px #00000030 inset;
                box-shadow: 0 2px 2px #00000030 inset; }
    .main-panel .offcanvas-container .offcanvas-items .offcanvas-item {
      border-top: solid 1px #dfdede;
      padding: 15px 20px 20px;
      font-size: 13px;
      display: block;
      position: relative; }
      @media (min-width: 992px) {
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item {
          padding: 18px 25px 20px; } }
      .main-panel .offcanvas-container .offcanvas-items .offcanvas-item.toast {
        -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
        margin: 15px;
        background: #fff;
        padding-bottom: 2px; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item.toast.multiple {
          -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
                  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1); }
          .main-panel .offcanvas-container .offcanvas-items .offcanvas-item.toast.multiple:after, .main-panel .offcanvas-container .offcanvas-items .offcanvas-item.toast.multiple:before {
            content: '';
            display: block;
            position: absolute;
            width: -webkit-calc(100% - 10px);
            width: calc(100% - 10px);
            height: 100%;
            top: 5px;
            z-index: -1;
            background: #fff;
            left: 5px;
            -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
                    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }
          .main-panel .offcanvas-container .offcanvas-items .offcanvas-item.toast.multiple:before {
            width: -webkit-calc(100% - 20px);
            width: calc(100% - 20px);
            top: 10px;
            left: 10px; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item.toast .offcanvas-item-inner {
          max-height: 60px;
          overflow: hidden;
          -webkit-transition: max-height 0.25s ease-in-out;
          -o-transition: max-height 0.25s ease-in-out;
          transition: max-height 0.25s ease-in-out; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item.toast:hover .offcanvas-item-inner {
          max-height: 300px; }
      .main-panel .offcanvas-container .offcanvas-items .offcanvas-item.new span.time:after {
        content: 'NEW';
        color: #e7ae43;
        padding-left: 7px;
        font-weight: 600;
        font-size: 11px; }
      .main-panel .offcanvas-container .offcanvas-items .offcanvas-item:first-child {
        border: none; }
      .main-panel .offcanvas-container .offcanvas-items .offcanvas-item blockquote {
        margin: 9px 0;
        padding: 1px 0 4px 17px;
        font-size: 13px;
        border-left: solid 2px #0fa0b5;
        color: #777777; }
      .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-picture {
        margin-bottom: 20px;
        padding: 0;
        border: none;
        font-size: 13px;
        overflow: visible; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-picture a {
          color: #1f2025;
          font-weight: bold; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-picture .media-left {
          padding-right: 15px; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-picture .offcanvas-item-picture-details {
          padding-top: 5px; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-picture .offcanvas-item-picture-pic {
          width: 46px;
          height: 46px;
          background: #eee;
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          -webkit-background-size: cover;
                  background-size: cover;
          -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
                  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
          background-position: center center; }
          .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-picture .offcanvas-item-picture-pic.generic {
            /*background-color: #FCD7D7;*/
            -webkit-box-shadow: none;
                    box-shadow: none; }
            .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-picture .offcanvas-item-picture-pic.generic img {
              padding: 12px 12px; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-body p {
          font-size: 13px;
          margin: 0;
          color: #777777; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-body a.link {
          color: #3d3d3d; }
          .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-body a.link:hover {
            text-decoration: underline; }
      .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-close-btn {
        position: absolute;
        top: 22px;
        right: 20px;
        width: 15px;
        height: 15px; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-close-btn:before, .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-close-btn:after {
          content: '';
          height: 1px;
          width: 16px;
          background: #aaa;
          display: block;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          top: 7px;
          position: absolute; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-close-btn:after {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-close-btn:hover:before, .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-close-btn:hover:after {
          background: #222; }
      .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-actions {
        margin-top: 20px; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-actions a {
          display: inline-block;
          margin-right: 15px;
          font-size: 13px; }
      .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-comments {
        margin: 10px -25px -1px;
        background: #f5f6f6;
        border-left: solid 3px #10a0b5;
        position: relative;
        z-index: 1; }
        @media (max-width: 992px) {
          .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-comments {
            width: -webkit-calc(100% + 40px);
            width: calc(100% + 40px);
            margin: 0 -20px -1px; } }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-comments:before {
          border: solid 8px transparent;
          border-top-width: 8px;
          border-bottom-width: 8px;
          border-bottom-color: #f5f6f6;
          width: 16px;
          height: 12px;
          position: absolute;
          left: 33px;
          top: -16px;
          content: '';
          display: block; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-comments .offcanvas-item-comment-items app-comment-item {
          position: relative;
          border-bottom: solid 1px #ddd;
          padding: 20px 25px 20px 25px;
          font-size: 13px;
          display: block; }
          .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-comments .offcanvas-item-comment-items app-comment-item:last-child {
            border: none; }
          .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-comments .offcanvas-item-comment-items app-comment-item span.time {
            margin: 0; }
          .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-comments .offcanvas-item-comment-items app-comment-item.new span.time:after {
            content: 'NEW';
            color: #e7ae43;
            padding-left: 7px;
            font-weight: 600;
            font-size: 11px; }
          .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-comments .offcanvas-item-comment-items app-comment-item .offcanvas-item-comment-body {
            overflow: hidden; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-comments .comment-item-edit {
          margin-bottom: 10px; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-comments .comment-item-save {
          margin-bottom: 10px; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-comments .offcanvas-item-comment-new textarea {
          border: none;
          border-top: solid 1px #10a0b5;
          border-bottom: solid 1px #10a0b5;
          padding: 10px 85px 13px 25px;
          width: 100% !important;
          display: block;
        }

        @media screen and (max-width: 1200px) {
          .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-comments .offcanvas-item-comment-new textarea {
            overflow-y: scroll !important;
            max-height: 100px;
          }
        }
          .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-comments .offcanvas-item-comment-new textarea:focus {
            background: rgba(16, 160, 181, 0.1);
            outline: none; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-comments .offcanvas-item-comment-new button {
          position: absolute;
          bottom: 9px;
          right: 10px; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item .offcanvas-item-comments a {
          color: #1f2025;
          font-weight: 600; }
      .main-panel .offcanvas-container .offcanvas-items .offcanvas-item span.time {
        color: #9A9A9A;
        font-weight: normal;
        font-size: 12px;
        padding: 0px;
        margin-left: 4px; }
      .main-panel .offcanvas-container .offcanvas-items .offcanvas-item span.title {
        display: block;
        font-weight: bold; }
        .main-panel .offcanvas-container .offcanvas-items .offcanvas-item span.title + span.time {
          margin: 0; }
    .main-panel .offcanvas-container .offcanvas-item-footer {
      padding: 20px 35px;
      border-top: solid 1px #ddd; }
  .main-panel .main-content {
    padding: 40px 15px 100px 15px;
    min-height: -webkit-calc(100vh - 136px);
    min-height: calc(100vh - 136px); }
  @media (max-width: 767px) {
    .main-panel .main-content.resources {
      padding-left: 0;
      padding-right: 0;
    }
  }
    @media (min-width: 992px) {
      .main-panel .main-content {
        padding: 50px 15px 100px; } }
    .main-panel .main-content.profile {
      padding-top: 0px; }
    @media screen and (min-width: 991px) {
      .main-panel .main-content.sparqwork-page .section, .main-panel .main-content.sparqwork-page .jumbotron {
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 992px) {
      .main-panel .main-content.sparqwork-page {
        padding: 50px 0; } }
  .main-panel.full-width {
    width: 100% !important; }
  @media (min-width: 1200px) {
    .main-panel .container {
      max-width: 1200px;
      width: 100%;
      } }
  .main-panel > .content-no-padding {
    padding: 0; }
  .main-panel > .footer {
    border-top: 1px solid #e7e7e7; }
  .main-panel .navbar {
    margin-bottom: 0; }

.sidebar,
.main-panel,
.sidebar-wrapper,
.navbar-fixed {
  -webkit-transition-property: top, bottom, width, margin;
  -o-transition-property: top, bottom, width, margin;
  transition-property: top, bottom, width, margin;
  -webkit-transition-duration: .2s,.2s, .35s;
  -o-transition-duration: .2s,.2s, .35s;
     transition-duration: .2s,.2s, .35s;
  -webkit-transition-timing-function: linear,linear,ease;
  -o-transition-timing-function: linear,linear,ease;
     transition-timing-function: linear,linear,ease;
  -webkit-overflow-scrolling: touch; }

.main-panel {
  max-height: -webkit-calc(100% - 50px);
  max-height: calc(100% - 50px);
  height: 100vh; }
  @media (min-width: 1200px) {
    .main-panel {
      max-height: -webkit-calc(100% - 70px);
      max-height: calc(100% - 70px); } }

.main-header {
  background: #ffffff;
  border-bottom: solid 1px #d7d7d7;
  padding: 60px 0 50px; }
  .main-header h1 {
    margin: 0;
    font-size: 42px; }

.sidebar {
  max-height: 100%;
  height: 100%; }
  @media (min-width: 1200px) {
    .sidebar {
      max-height: -webkit-calc(100% - 70px);
      max-height: calc(100% - 70px); } }

.perfect-scrollbar-on .sidebar .sidebar-wrapper, .sidebar .sidebar-wrapper, .perfect-scrollbar-on
.main-panel,
.main-panel {
  overflow: hidden; }

.perfect-scrollbar-off .sidebar .sidebar-wrapper,
.perfect-scrollbar-off .main-panel,
.perfect-scrollbar-off .offcanvas-container {
  overflow: hidden; }
  @media (min-width: 1200px) {
    .perfect-scrollbar-off .sidebar .sidebar-wrapper,
    .perfect-scrollbar-off .offcanvas-container {
      overflow: auto; }

    .perfect-scrollbar-off .main-panel {
      overflow-y: auto;
      overflow-x: hidden;
      height: 100%;
    }

  }

.perfect-scrollbar-off .sidebar {
  overflow: hidden; }

.visible-on-sidebar-regular {
  display: inline-block !important; }

.visible-on-sidebar-mini {
  display: none !important; }

.sidebar-nav-actions .sidebar-nav-action {
  display: block;
  padding: 5px 33px;
  margin: 0;
  vertical-align: top; }
  .sidebar-nav-actions .sidebar-nav-action i {
    color: #fff;
    font-size: 20px; }
  .sidebar-nav-actions .sidebar-nav-action a {
    display: block; }
  .sidebar-nav-actions .sidebar-nav-action p {
    color: #fff; }
  .sidebar-nav-actions .sidebar-nav-action.attention .alert-drop-icon i,
  .sidebar-nav-actions .sidebar-nav-action.attention .dropdown-toggle i {
    position: relative; }
    .sidebar-nav-actions .sidebar-nav-action.attention .alert-drop-icon i:after,
    .sidebar-nav-actions .sidebar-nav-action.attention .dropdown-toggle i:after {
      content: '';
      position: absolute;
      top: -15%;
      right: -12%;
      height: 10px;
      width: 10px;
      background-color: #ef4354;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      border: 2px solid #1A1A1E; }

.button {
  display: block;
  padding: 10px 25px;
  color: #777777;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: 1px solid #777777;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out,
 color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out,
 color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out,
 color 0.2s ease-in-out; }
  .button:hover {
    background-color: #777777;
    color: #fff; }
  .button.button-emphasis {
    background-color: #10a0b5;
    border-color: #10a0b5; }
    .button.button-emphasis, .button.button-emphasis:hover {
      color: #fff; }
    .button.button-emphasis:hover {
      background-color: #0e8b9e; }

 .btn, .swal2-modal .swal2-styled {
  border-width: 1px;
  background-color: transparent;
  font-weight: 400;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 8px 16px;
 }

.panel.show-arrow .panel-default .accordion-toggle:after {
  content: "›";
  float: right;
  margin-right:20px;
}
.panel.panel-open.show-arrow .panel-default .accordion-toggle:after {
  content: "⌄";
}

 .accordion-toggle .btn {
    border: none !important;
    color: inherit !important;
  }

 .btn, .swal2-modal .swal2-styled {
    border-color: #888888;
    color: #888888;
  }
  :not(.accordion-toggle) .btn:hover, .swal2-modal .swal2-styled:hover,   :not(.accordion-toggle) .btn:focus, .swal2-modal .swal2-styled:focus,   :not(.accordion-toggle) .btn:active, .swal2-modal .swal2-styled:active,   :not(.accordion-toggle) .btn.active, .swal2-modal .active.swal2-styled,   :not(.accordion-toggle) .btn:active:focus, .swal2-modal .swal2-styled:active:focus,   :not(.accordion-toggle) .btn:active:hover, .swal2-modal .swal2-styled:active:hover,   :not(.accordion-toggle) .btn.active:focus, .swal2-modal .active.swal2-styled:focus,   :not(.accordion-toggle) .btn.active:hover, .swal2-modal .active.swal2-styled:hover,
  .open > .btn.dropdown-toggle,
  .swal2-modal .open > .dropdown-toggle.swal2-styled {
    background-color: transparent;
    color: #797979;
    border-color: #797979; }
  .btn.disabled, .swal2-modal .disabled.swal2-styled, .btn.disabled:hover, .swal2-modal .disabled.swal2-styled:hover, .btn.disabled:focus, .swal2-modal .disabled.swal2-styled:focus, .btn.disabled.focus, .swal2-modal .disabled.focus.swal2-styled, .btn.disabled:active, .swal2-modal .disabled.swal2-styled:active, .btn.disabled.active, .swal2-modal .disabled.active.swal2-styled, .btn:disabled, .swal2-modal .swal2-styled:disabled, .btn:disabled:hover, .swal2-modal .swal2-styled:disabled:hover, .btn:disabled:focus, .swal2-modal .swal2-styled:disabled:focus, .btn:disabled.focus, .swal2-modal .swal2-styled:disabled.focus, .btn:disabled:active, .swal2-modal .swal2-styled:disabled:active, .btn:disabled.active, .swal2-modal .swal2-styled:disabled.active, .btn[disabled], .swal2-modal .swal2-styled[disabled], .btn[disabled]:hover, .swal2-modal .swal2-styled[disabled]:hover, .btn[disabled]:focus, .swal2-modal .swal2-styled[disabled]:focus, .btn[disabled].focus, .swal2-modal .swal2-styled[disabled].focus, .btn[disabled]:active, .swal2-modal .swal2-styled[disabled]:active, .btn[disabled].active, .swal2-modal .swal2-styled[disabled].active,
  fieldset[disabled] .btn,
  fieldset[disabled] .swal2-modal .swal2-styled,
  .swal2-modal fieldset[disabled] .swal2-styled,
  fieldset[disabled] .btn:hover,
  fieldset[disabled] .swal2-modal .swal2-styled:hover,
  .swal2-modal fieldset[disabled] .swal2-styled:hover,
  fieldset[disabled] .btn:focus,
  fieldset[disabled] .swal2-modal .swal2-styled:focus,
  .swal2-modal fieldset[disabled] .swal2-styled:focus,
  fieldset[disabled] .btn.focus,
  fieldset[disabled] .swal2-modal .focus.swal2-styled,
  .swal2-modal fieldset[disabled] .focus.swal2-styled,
  fieldset[disabled] .btn:active,
  fieldset[disabled] .swal2-modal .swal2-styled:active,
  .swal2-modal fieldset[disabled] .swal2-styled:active,
  fieldset[disabled] .btn.active,
  fieldset[disabled] .swal2-modal .active.swal2-styled,
  .swal2-modal fieldset[disabled] .active.swal2-styled {
    background-color: transparent;
    border-color: #888888; }
  .btn.btn-fill, .swal2-modal .btn-fill.swal2-styled {
    color: #FFFFFF;
    background-color: #888888;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn.btn-fill:hover, .swal2-modal .btn-fill.swal2-styled:hover, .btn.btn-fill:focus, .swal2-modal .btn-fill.swal2-styled:focus, .btn.btn-fill:active, .swal2-modal .btn-fill.swal2-styled:active, .btn.btn-fill.active, .swal2-modal .btn-fill.active.swal2-styled,
    .open > .btn.btn-fill.dropdown-toggle,
    .swal2-modal .open > .btn-fill.dropdown-toggle.swal2-styled {
      background-color: #797979;
      color: #FFFFFF; }
    .btn.btn-fill .caret, .swal2-modal .btn-fill.swal2-styled .caret {
      border-top-color: #FFFFFF; }
  .btn .caret, .swal2-modal .swal2-styled .caret {
    border-top-color: #888888; }
  .btn:hover, .swal2-modal .swal2-styled:hover, .btn:focus, .swal2-modal .swal2-styled:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    outline: 0 !important; }
  .btn:active, .swal2-modal .swal2-styled:active, .btn.active, .swal2-modal .active.swal2-styled,
  .open > .btn.dropdown-toggle,
  .swal2-modal .open > .dropdown-toggle.swal2-styled {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important; }
  .btn.btn-icon, .swal2-modal .btn-icon.swal2-styled {
    padding: 8px; }
  .btn.loading, .swal2-modal .loading.swal2-styled {
    position: relative; }
    .btn.loading:after, .swal2-modal .loading.swal2-styled:after {
      color: #777777;
      content: "\f013";
      -webkit-animation: fa-spin 2s infinite linear;
              animation: fa-spin 2s infinite linear;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      position: absolute;
      top: 50%;
      margin: -8px 0 0 0;
      right: -25px; }
  .btn .btn-label .fa, .swal2-modal .swal2-styled .btn-label .fa {
    width: 13px; }
  .btn .fa, .swal2-modal .swal2-styled .fa {
    width: 20px;
  }

.btn-primary, .swal2-modal .swal2-confirm {
  border-color: #447DF7;
  color: #447DF7; }
  .btn-primary:hover, .swal2-modal .swal2-confirm:hover, .btn-primary:focus, .swal2-modal .swal2-confirm:focus, .btn-primary:active, .swal2-modal .swal2-confirm:active, .btn-primary.active, .swal2-modal .active.swal2-confirm, .btn-primary:active:focus, .swal2-modal .swal2-confirm:active:focus, .btn-primary:active:hover, .swal2-modal .swal2-confirm:active:hover, .btn-primary.active:focus, .swal2-modal .active.swal2-confirm:focus, .btn-primary.active:hover, .swal2-modal .active.swal2-confirm:hover,
  .open > .btn-primary.dropdown-toggle,
  .swal2-modal .open > .dropdown-toggle.swal2-confirm {
    background-color: transparent;
    color: #2c6cf6;
    border-color: #2c6cf6; }
  .btn-primary.disabled, .swal2-modal .disabled.swal2-confirm, .btn-primary.disabled:hover, .swal2-modal .disabled.swal2-confirm:hover, .btn-primary.disabled:focus, .swal2-modal .disabled.swal2-confirm:focus, .btn-primary.disabled.focus, .swal2-modal .disabled.focus.swal2-confirm, .btn-primary.disabled:active, .swal2-modal .disabled.swal2-confirm:active, .btn-primary.disabled.active, .swal2-modal .disabled.active.swal2-confirm, .btn-primary:disabled, .swal2-modal .swal2-confirm:disabled, .btn-primary:disabled:hover, .swal2-modal .swal2-confirm:disabled:hover, .btn-primary:disabled:focus, .swal2-modal .swal2-confirm:disabled:focus, .btn-primary:disabled.focus, .swal2-modal .swal2-confirm:disabled.focus, .btn-primary:disabled:active, .swal2-modal .swal2-confirm:disabled:active, .btn-primary:disabled.active, .swal2-modal .swal2-confirm:disabled.active, .btn-primary[disabled], .swal2-modal .swal2-confirm[disabled], .btn-primary[disabled]:hover, .swal2-modal .swal2-confirm[disabled]:hover, .btn-primary[disabled]:focus, .swal2-modal .swal2-confirm[disabled]:focus, .btn-primary[disabled].focus, .swal2-modal .swal2-confirm[disabled].focus, .btn-primary[disabled]:active, .swal2-modal .swal2-confirm[disabled]:active, .btn-primary[disabled].active, .swal2-modal .swal2-confirm[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .swal2-modal .swal2-confirm,
  .swal2-modal fieldset[disabled] .swal2-confirm,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .swal2-modal .swal2-confirm:hover,
  .swal2-modal fieldset[disabled] .swal2-confirm:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .swal2-modal .swal2-confirm:focus,
  .swal2-modal fieldset[disabled] .swal2-confirm:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .swal2-modal .focus.swal2-confirm,
  .swal2-modal fieldset[disabled] .focus.swal2-confirm,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .swal2-modal .swal2-confirm:active,
  .swal2-modal fieldset[disabled] .swal2-confirm:active,
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] .swal2-modal .active.swal2-confirm,
  .swal2-modal fieldset[disabled] .active.swal2-confirm {
    background-color: transparent;
    border-color: #447DF7; }
  .btn-primary.btn-fill, .swal2-modal .btn-fill.swal2-confirm {
    color: #FFFFFF;
    background-color: #447DF7;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn-primary.btn-fill:hover, .swal2-modal .btn-fill.swal2-confirm:hover, .btn-primary.btn-fill:focus, .swal2-modal .btn-fill.swal2-confirm:focus, .btn-primary.btn-fill:active, .swal2-modal .btn-fill.swal2-confirm:active, .btn-primary.btn-fill.active, .swal2-modal .btn-fill.active.swal2-confirm,
    .open > .btn-primary.btn-fill.dropdown-toggle,
    .swal2-modal .open > .btn-fill.dropdown-toggle.swal2-confirm {
      background-color: #2c6cf6;
      color: #FFFFFF; }
    .btn-primary.btn-fill .caret, .swal2-modal .btn-fill.swal2-confirm .caret {
      border-top-color: #FFFFFF; }
  .btn-primary .caret, .swal2-modal .swal2-confirm .caret {
    border-top-color: #447DF7; }

.btn-success {
  border-color: #74B567;
  color: #74B567; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success:active:focus, .btn-success:active:hover, device_type.btn-success.active:focus, .btn-success.active:hover,
  .open > .btn-success.dropdown-toggle {
    background-color: transparent;
    color: #64ad56;
    border-color: #64ad56; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success:disabled, .btn-success:disabled:hover, .btn-success:disabled:focus, .btn-success:disabled.focus, .btn-success:disabled:active, .btn-success:disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: transparent;
    border-color: #74B567; }
  .btn-success.btn-fill {
    color: #FFFFFF;
    background-color: #74B567;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn-success.btn-fill:hover, .btn-success.btn-fill:focus, .btn-success.btn-fill:active, .btn-success.btn-fill.active,
    .open > .btn-success.btn-fill.dropdown-toggle {
      background-color: #64ad56;
      color: #FFFFFF; }
    .btn-success.btn-fill .caret {
      border-top-color: #FFFFFF; }
  .btn-success .caret {
    border-top-color: #74B567; }

.btn-info {
  border-color: #0fa0b5;
  color: #0fa0b5; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:focus, .btn-info.active:hover,
  .open > .btn-info.dropdown-toggle {
    background-color: transparent;
    color: #0b7686;
    border-color: #0b7686; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info:disabled, .btn-info:disabled:hover, .btn-info:disabled:focus, .btn-info:disabled.focus, .btn-info:disabled:active, .btn-info:disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: transparent;
    border-color: #0fa0b5; }
  .btn-info.btn-fill {
    color: #FFFFFF;
    background-color: #0fa0b5;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active, .btn-info.btn-fill.active,
    .open > .btn-info.btn-fill.dropdown-toggle {
      background-color: #0b7686;
      color: #FFFFFF; }
    .btn-info.btn-fill .caret {
      border-top-color: #FFFFFF; }
  .btn-info .caret {
    border-top-color: #0fa0b5; }

.btn-warning, .swal2-modal .swal2-cancel {
  border-color: #e7ae43;
  color: #e7ae43; }
  .btn-warning:hover, .swal2-modal .swal2-cancel:hover, .btn-warning:focus, .swal2-modal .swal2-cancel:focus, .btn-warning:active, .swal2-modal .swal2-cancel:active, .btn-warning.active, .swal2-modal .active.swal2-cancel, .btn-warning:active:focus, .swal2-modal .swal2-cancel:active:focus, .btn-warning:active:hover, .swal2-modal .swal2-cancel:active:hover, .btn-warning.active:focus, .swal2-modal .active.swal2-cancel:focus, .btn-warning.active:hover, .swal2-modal .active.swal2-cancel:hover,
  .open > .btn-warning.dropdown-toggle,
  .swal2-modal .open > .dropdown-toggle.swal2-cancel {
    background-color: transparent;
    color: #e3a023;
    border-color: #e3a023; }
  .btn-warning.disabled, .swal2-modal .disabled.swal2-cancel, .btn-warning.disabled:hover, .swal2-modal .disabled.swal2-cancel:hover, .btn-warning.disabled:focus, .swal2-modal .disabled.swal2-cancel:focus, .btn-warning.disabled.focus, .swal2-modal .disabled.focus.swal2-cancel, .btn-warning.disabled:active, .swal2-modal .disabled.swal2-cancel:active, .btn-warning.disabled.active, .swal2-modal .disabled.active.swal2-cancel, .btn-warning:disabled, .swal2-modal .swal2-cancel:disabled, .btn-warning:disabled:hover, .swal2-modal .swal2-cancel:disabled:hover, .btn-warning:disabled:focus, .swal2-modal .swal2-cancel:disabled:focus, .btn-warning:disabled.focus, .swal2-modal .swal2-cancel:disabled.focus, .btn-warning:disabled:active, .swal2-modal .swal2-cancel:disabled:active, .btn-warning:disabled.active, .swal2-modal .swal2-cancel:disabled.active, .btn-warning[disabled], .swal2-modal .swal2-cancel[disabled], .btn-warning[disabled]:hover, .swal2-modal .swal2-cancel[disabled]:hover, .btn-warning[disabled]:focus, .swal2-modal .swal2-cancel[disabled]:focus, .btn-warning[disabled].focus, .swal2-modal .swal2-cancel[disabled].focus, .btn-warning[disabled]:active, .swal2-modal .swal2-cancel[disabled]:active, .btn-warning[disabled].active, .swal2-modal .swal2-cancel[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .swal2-modal .swal2-cancel,
  .swal2-modal fieldset[disabled] .swal2-cancel,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .swal2-modal .swal2-cancel:hover,
  .swal2-modal fieldset[disabled] .swal2-cancel:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .swal2-modal .swal2-cancel:focus,
  .swal2-modal fieldset[disabled] .swal2-cancel:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .swal2-modal .focus.swal2-cancel,
  .swal2-modal fieldset[disabled] .focus.swal2-cancel,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .swal2-modal .swal2-cancel:active,
  .swal2-modal fieldset[disabled] .swal2-cancel:active,
  fieldset[disabled] .btn-warning.active,
  fieldset[disabled] .swal2-modal .active.swal2-cancel,
  .swal2-modal fieldset[disabled] .active.swal2-cancel {
    background-color: transparent;
    border-color: #e7ae43; }
  .btn-warning.btn-fill, .swal2-modal .btn-fill.swal2-cancel {
    color: #FFFFFF;
    background-color: #e7ae43;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn-warning.btn-fill:hover, .swal2-modal .btn-fill.swal2-cancel:hover, .btn-warning.btn-fill:focus, .swal2-modal .btn-fill.swal2-cancel:focus, .btn-warning.btn-fill:active, .swal2-modal .btn-fill.swal2-cancel:active, .btn-warning.btn-fill.active, .swal2-modal .btn-fill.active.swal2-cancel,
    .open > .btn-warning.btn-fill.dropdown-toggle,
    .swal2-modal .open > .btn-fill.dropdown-toggle.swal2-cancel {
      background-color: #e3a023;
      color: #FFFFFF; }
    .btn-warning.btn-fill .caret, .swal2-modal .btn-fill.swal2-cancel .caret {
      border-top-color: #FFFFFF; }
  .btn-warning .caret, .swal2-modal .swal2-cancel .caret {
    border-top-color: #e7ae43; }

.btn-danger {
  border-color: #ef4354;
  color: #ef4354; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.active:focus, .btn-danger.active:hover,
  .open > .btn-danger.dropdown-toggle {
    background-color: transparent;
    color: #ec1d32;
    border-color: #ec1d32; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger:disabled, .btn-danger:disabled:hover, .btn-danger:disabled:focus, .btn-danger:disabled.focus, .btn-danger:disabled:active, .btn-danger:disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: transparent;
    border-color: #ef4354; }
  .btn-danger.btn-fill {
    color: #FFFFFF;
    background-color: #ef4354;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn-danger.btn-fill:hover, .btn-danger.btn-fill:focus, .btn-danger.btn-fill:active, .btn-danger.btn-fill.active,
    .open > .btn-danger.btn-fill.dropdown-toggle {
      background-color: #ec1d32;
      color: #FFFFFF; }
    .btn-danger.btn-fill .caret {
      border-top-color: #FFFFFF; }
  .btn-danger .caret {
    border-top-color: #ef4354; }

.btn-white {
  border-color: #ffffff;
  color: #ffffff; }
  .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white:active:focus, .btn-white:active:hover, .btn-white.active:focus, .btn-white.active:hover,
  .open > .btn-white.dropdown-toggle {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff; }
  .btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white:disabled, .btn-white:disabled:hover, .btn-white:disabled:focus, .btn-white:disabled.focus, .btn-white:disabled:active, .btn-white:disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, .btn-white[disabled]:active, .btn-white[disabled].active,
  fieldset[disabled] .btn-white,
  fieldset[disabled] .btn-white:hover,
  fieldset[disabled] .btn-white:focus,
  fieldset[disabled] .btn-white.focus,
  fieldset[disabled] .btn-white:active,
  fieldset[disabled] .btn-white.active {
    background-color: transparent;
    border-color: #ffffff; }
  .btn-white.btn-fill {
    color: #FFFFFF;
    background-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn-white.btn-fill:hover, .btn-white.btn-fill:focus, .btn-white.btn-fill:active, .btn-white.btn-fill.active,
    .open > .btn-white.btn-fill.dropdown-toggle {
      background-color: #ffffff;
      color: #FFFFFF; }
    .btn-white.btn-fill .caret {
      border-top-color: #FFFFFF; }
  .btn-white .caret {
    border-top-color: #ffffff; }

.btn-neutral {
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .btn-neutral:hover, .btn-neutral:focus, .btn-neutral:active, .btn-neutral.active, .btn-neutral:active:focus, .btn-neutral:active:hover, .btn-neutral.active:focus, .btn-neutral.active:hover,
  .open > .btn-neutral.dropdown-toggle {
    background-color: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-neutral.disabled, .btn-neutral.disabled:hover, .btn-neutral.disabled:focus, .btn-neutral.disabled.focus, .btn-neutral.disabled:active, .btn-neutral.disabled.active, .btn-neutral:disabled, .btn-neutral:disabled:hover, .btn-neutral:disabled:focus, .btn-neutral:disabled.focus, .btn-neutral:disabled:active, .btn-neutral:disabled.active, .btn-neutral[disabled], .btn-neutral[disabled]:hover, .btn-neutral[disabled]:focus, .btn-neutral[disabled].focus, .btn-neutral[disabled]:active, .btn-neutral[disabled].active,
  fieldset[disabled] .btn-neutral,
  fieldset[disabled] .btn-neutral:hover,
  fieldset[disabled] .btn-neutral:focus,
  fieldset[disabled] .btn-neutral.focus,
  fieldset[disabled] .btn-neutral:active,
  fieldset[disabled] .btn-neutral.active {
    background-color: transparent;
    border-color: #FFFFFF; }
  .btn-neutral.btn-fill {
    color: #FFFFFF;
    background-color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100); }
    .btn-neutral.btn-fill:hover, .btn-neutral.btn-fill:focus, .btn-neutral.btn-fill:active, .btn-neutral.btn-fill.active,
    .open > .btn-neutral.btn-fill.dropdown-toggle {
      background-color: #FFFFFF;
      color: #FFFFFF; }
    .btn-neutral.btn-fill .caret {
      border-top-color: #FFFFFF; }
  .btn-neutral .caret {
    border-top-color: #FFFFFF; }
  .btn-neutral:active, .btn-neutral.active,
  .open > .btn-neutral.dropdown-toggle {
    background-color: #FFFFFF;
    color: #888888; }
  .btn-neutral.btn-fill, .btn-neutral.btn-fill:hover, .btn-neutral.btn-fill:focus {
    color: #888888; }
  .btn-neutral.btn-fill:hover, .btn-neutral.btn-fill:focus {
    opacity: 0.86;
    filter: alpha(opacity=86); }
  .btn-neutral.btn-simple:active, .btn-neutral.btn-simple.active {
    background-color: transparent; }

.btn:disabled, .swal2-modal .swal2-styled:disabled, .btn[disabled], .swal2-modal .swal2-styled[disabled], .btn.disabled, .swal2-modal .disabled.swal2-styled {
  background: #d7d7d6 !important;
  border-color: #d7d7d6 !important; }

.btn-round {
  border-width: 1px;
  -webkit-border-radius: 30px !important;
          border-radius: 30px !important;
  padding: 8px 16px; }
  .btn-round.btn-icon {
    padding: 8px; }

.btn-simple {
  border: 0;
  font-size: 16px;
  padding: 8px 16px; }
  .btn-simple.btn-icon {
    padding: 8px;
    font-size: 20;
    }

.btn-bare {
  border: none !important;
  font-size: 16px;
  padding: 8px 16px;
  background: none !important; }

.btn-lg {
  font-size: 18px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 14px 30px;
  font-weight: 400; }
  .btn-lg.btn-round {
    padding: 15px 30px; }
  .btn-lg.btn-simple {
    padding: 16px 30px; }

.btn-sm {
  font-size: 12px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 5px 10px; }
  .btn-sm.btn-round {
    padding: 6px 10px; }
  .btn-sm.btn-simple {
    padding: 7px 10px; }

.btn-xs {
  font-size: 12px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 1px 5px; }
  .btn-xs.btn-round {
    padding: 2px 5px; }
  .btn-xs.btn-simple {
    padding: 3px 5px; }

.btn-wd {
  min-width: 140px; }

.btn-group.select {
  width: 100%; }

.btn-group.select .btn, .btn-group.select .swal2-modal .swal2-styled, .swal2-modal .btn-group.select .swal2-styled {
  text-align: left; }

.btn-group.select .caret {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 8px; }

/*     General overwrite     */
html {
  height: 100vh; }
  @media (min-width: 1200px) {
    html {
      overflow: hidden; } }

.link {
  cursor: pointer; }

.list-unstyled.striped li:nth-child(even) {
  background: #f5f5f5; }

.list-unstyled li {
  padding: 2px 0; }

body,
.wrapper {
  overflow-x: hidden;
  min-height: 100vh;
  width: 100vw;
  max-width: 100%; }

a {
  color: #0fa0b5;
  cursor: pointer; }
  a:hover, a:focus {
    color: #0b7686;
    text-decoration: none; }
  a.normal {
    color: inherit; }
    a.normal:hover {
      color: #0fa0b5; }

a:focus, a:active,
button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: 0; }

.ui-slider-handle:focus,
.navbar-toggle,
input:focus {
  outline: 0 !important; }

/*           Animations              */
.animation-transition-general, .login-page .card {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.animation-transition-fast, .bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th, .bootstrap-datetimepicker-widget table td span,
.sidebar .nav .collapse a > span,
.sidebar .sidebar-nav-actions .collapse a > span,
.sidebar .sidebar-wrapper > .nav p,
.sidebar .sidebar-wrapper > .sidebar-nav-actions p,
.sidebar .user .info > a > span,
.sidebar .logo a.logo-normal,
.sidebar .user .info .collapse .nav a > span,
.sidebar .user .info .collapse .sidebar-nav-actions a > span {
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear; }

.animation-transition-ultra-fast {
  -webkit-transition: all 60ms ease-in;
  -o-transition: all 60ms ease-in;
  transition: all 60ms ease-in; }

.form-control,
.input-group-addon,
.tagsinput,
.navbar .alert,
.panel-collapse.collapse-hover {
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.sidebar .nav a, .sidebar .sidebar-nav-actions a,
.table > tbody > tr .td-actions .btn,
.table > tbody > tr .td-actions .swal2-modal .swal2-styled,
.swal2-modal .table > tbody > tr .td-actions .swal2-styled,
.caret {
  -webkit-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in; }

.btn, .swal2-modal .swal2-styled {
  -webkit-transition: all 60ms ease-in;
  -o-transition: all 60ms ease-in;
  transition: all 60ms ease-in; }

.fa {
  width: 18px;
  text-align: center; }

.margin-top {
  margin-top: 50px; }

a[data-toggle="collapse"][aria-expanded="true"] .caret,
.btn[data-toggle="collapse"][aria-expanded="true"] .caret,
.swal2-modal .swal2-styled[data-toggle="collapse"][aria-expanded="true"] .caret,
a.dropdown-toggle[aria-expanded="true"] .caret {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

legend {
  font-size: 22px;
  font-weight: 300; }

.full-screen-map {
  position: relative;
  width: 100%;
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px); }

#loader {
  position: absolute;
  display: block;
  left: 50%;
  right: 0;
  margin: 0;
  z-index: 1;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 75px;
  height: 75px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }
  #loader img {
    -webkit-animation: spin 7s cubic-bezier(0, 1, 1, 0.11);
            animation: spin 7s cubic-bezier(0, 1, 1, 0.11);
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.swal2-modal .swal2-title {
  margin-bottom: 20px !important; }
  .swal2-modal .swal2-title .completed {
    color: #74B567;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 14px;
    display: block;
    margin: -15px 0 5px;
    position: relative;
    z-index: 100; }

.swal2-modal .swal2-content {
  display: block;
  margin-bottom: 30px;
  color: #777777;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.7; }
  .swal2-modal .swal2-content .modal-body-msg {
    margin-bottom: -15px; }

.swal2-modal .swal2-styled {
  border: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  margin: 0 7.5px 15px 7.5px !important; }
  .swal2-modal .swal2-styled.below-text-cancel {
    display: block !important;
    margin: 20px auto 0 !important;
    background: transparent !important;
    color: #555 !important;
    padding: 0; }

.swal2-modal .swal2-buttonswrapper {
  margin-bottom: -15px; }

.swal2-modal .swal2-select {
  width: 100%;
  height: 35px;
  padding: 0px 5px; }

.swal2-modal .swal2-textarea {
  width: 100%;
  min-height: 200px;
  padding: 10px; }

span.emoji {
  font-size: 24px; }
  span.emoji.large {
    font-size: 82px; }

.form-control::-moz-placeholder {
  color: #d7d7d6;
  opacity: 1;
  filter: alpha(opacity=100); }

.form-control:-moz-placeholder {
  color: #d7d7d6;
  opacity: 1;
  filter: alpha(opacity=100); }

.form-control::-webkit-input-placeholder {
  color: #d7d7d6;
  opacity: 1;
  filter: alpha(opacity=100); }

.form-control:-ms-input-placeholder {
  color: #d7d7d6;
  opacity: 1;
  filter: alpha(opacity=100); }

.form-control {
  background-color: #FFFFFF;
  border: 1px solid #d7d7d6;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #565656;
  padding: 8px 12px;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control:focus {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #333333; }
  .has-error .form-control,
  .has-error .form-control:focus,
  .has-success .form-control,
  .has-warning .form-control,
  .has-success .form-control:focus,
  .has-warning .form-control:focus {
    border-color: #d7d7d6;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .has-success .form-control:focus, .form-control.valid:focus {
    border-color: #74B567; }
  .form-control.ng-invalid.ng-touched,
  .has-error .form-control, .form-control.error,
  .has-error .form-control:focus {
    color: #ef4354;
    border-color: #ef4354; }
  .form-control + .form-control-feedback {
    -webkit-border-radius: 6px;
            border-radius: 6px;
    font-size: 14px;
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
    vertical-align: middle; }
  .open .form-control {
    -webkit-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
    border-bottom-color: transparent; }

.input-sm {
  height: 30px;
  padding: 5px 10px; }

.input-lg {
  height: 55px;
  padding: 14px 30px; }

.has-error .form-control-feedback {
  color: #ef4354; }

.has-success .form-control-feedback {
  color: #74B567; }

.has-success .control-label {
  color: #74B567; }

.has-warning .control-label {
  color: #e7ae43; }

.has-error .control-label {
  color: #ef4354; }

.input-group-addon {
  background-color: #FFFFFF;
  border: 1px solid #d7d7d6;
  -webkit-border-radius: 2px;
          border-radius: 2px; }
  .has-success .input-group-addon,
  .has-error .input-group-addon {
    background-color: #FFFFFF;
    border: 1px solid #d7d7d6; }
  .has-error .input-group-addon,
  .has-error.input-group-focus .input-group-addon {
    border-color: #ef4354;
    color: #ef4354; }
  .has-success.input-group-focus .input-group-addon {
    border-color: #74B567; }
  .has-error .form-control:focus + .input-group-addon {
    border-color: #ef4354;
    color: #ef4354; }
  .has-success .form-control:focus + .input-group-addon {
    border-color: #74B567;
    color: #74B567; }
  .form-control:focus + .input-group-addon,
  .form-control:focus ~ .input-group-addon {
    background-color: #FFFFFF;
    border-color: #9A9A9A; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.swal2-modal .input-group-btn:last-child > .swal2-styled:not(:last-child):not(.dropdown-toggle) {
  border-right: 0 none; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.swal2-modal .input-group-btn:first-child > .swal2-styled:not(:first-child) {
  border-left: 0 none; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #F5F5F5;
  color: #888888;
  cursor: not-allowed; }

.input-group-btn .btn, .input-group-btn .swal2-modal .swal2-styled, .swal2-modal .input-group-btn .swal2-styled {
  border-width: 1px;
  padding: 8px 16px; }

.input-group-btn .btn-default:not(.btn-fill) {
  border-color: #d7d7d6; }

.input-group-btn:last-child > .btn, .swal2-modal .input-group-btn:last-child > .swal2-styled {
  margin-left: 0; }

.input-group-focus .input-group-addon {
  border-color: #AAAAAA; }

.progress {
  background-color: #E5E5E5;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 7px; }

.progress-thin {
  height: 4px; }

.progress-thick .progress,
.progress.progress-thick {
  height: 20px; }

.progress-bar,
.progress-bar-primary {
  background-color: #447DF7; }

.progress-bar-info {
  background-color: #0fa0b5; }

.progress-bar-success {
  background-color: #74B567; }

.progress-bar-warning {
  background-color: #e7ae43; }

.progress-bar-danger {
  background-color: #ef4354; }

.progress-bar-group:before, .progress-bar-group:after {
  content: " ";
  display: table; }

.progress-bar-group:after {
  clear: both; }

.progress-bar-group.progress-bar-group-no-labels .progress-bar-icon,
.progress-bar-group.progress-bar-group-no-labels .progress-bar-label {
  display: none; }

.progress-bar-group.progress-bar-group-no-labels .progress {
  width: 100%; }

.progress-bar-group.progress-bar-group-alternative .progress,
.progress-bar-group.progress-bar-group-alternative .progress-bar-label {
  display: block;
  float: none;
  padding: 0;
  width: 100%; }

.progress-bar-group .progess-bar-icon,
.progress-bar-group .progress,
.progress-bar-group .progress-bar-label {
  float: left;
  width: 50%; }

.progress-bar-group .progess-bar-icon {
  width: 30px;
  padding-right: 10px;
  height: 30px; }
  .progress-bar-group .progess-bar-icon .core {
    background: #74B567;
    -webkit-border-radius: 18px;
            border-radius: 18px;
    width: 22px;
    height: 22px;
    margin: 2px 0;
    text-align: center; }
    .progress-bar-group .progess-bar-icon .core i {
      color: #fff;
      font-size: 1.1em; }
  .progress-bar-group .progess-bar-icon i {
    font-size: 20px;
    position: relative;
    top: 2px; }
    .progress-bar-group .progess-bar-icon i .path1 {
      color: #74B567; }
  .progress-bar-group .progess-bar-icon svg {
    width: 100%; }
    .progress-bar-group .progess-bar-icon svg .cls-1 {
      stroke: #d7d7d6;
      stroke-width: 8px;
      fill: none; }

.progress-bar-group .progress {
  margin: 10px 0;
  width: -webkit-calc(100% - 230px);
  width: calc(100% - 230px); }

.progress-bar-group .progress-bar-label {
  padding-left: 15px;
  color: #777777;
  font-size: 14px;
  width: 200px;
  line-height: 26px; }
  .progress-bar-group .progress-bar-label-points {
    float: right; }

/*!
 * jQuery UI Slider 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: 4px; }

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -10px;
  top: -7px; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em; }

.ui-widget-content {
  background-color: #E5E5E5; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  background: #999999;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

.slider-primary .ui-widget-header {
  background-color: #447DF7; }

.slider-info .ui-widget-header {
  background-color: #0fa0b5; }

.slider-success .ui-widget-header {
  background-color: #74B567; }

.slider-warning .ui-widget-header {
  background-color: #e7ae43; }

.slider-danger .ui-widget-header {
  background-color: #ef4354; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: white;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f1f1f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f1f1f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f1f1f2 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f2));
  background: linear-gradient(to bottom, white 0%, #f1f1f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f2',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.4);
  height: 15px;
  width: 15px;
  cursor: pointer; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ef4354;
  background-color: #ef4354;
  color: #ef4354; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ef4354; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ef4354; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

form label {
  text-transform: uppercase;
  font-weight: 500;
  color: #777777;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 5px; }
  form label.radio, form label.checkbox {
    font-size: 14px;
    text-transform: none;
    cursor: pointer;
    display: inline-block; }

form .form-group {
  margin-bottom: 25px; }

.form-horizontal .checkbox,
.form-horizontal .radio {
  padding-top: 0; }
  .form-horizontal .checkbox:first-child, .form-horizontal .checkbox.checkbox-inline, .form-horizontal .checkbox.radio-inline,
  .form-horizontal .radio:first-child,
  .form-horizontal .radio.checkbox-inline,
  .form-horizontal .radio.radio-inline {
    margin-top: 10px; }

.star {
  color: #ef4354;
  padding-left: 3px; }

@media (min-width: 992px) {
  .form-horizontal .control-label {
    padding-top: 12px !important; }
  .form-horizontal code {
    margin-top: 8px;
    display: inline-block; } }

.fresh-datatables .select-checkbox {
  position: relative; }

.fresh-datatables td.select-checkbox:before {
  content: ' ';
  border: 1px solid black;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: block;
  position: absolute;
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  left: -webkit-calc(50% - 6px);
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fresh-datatables tr.selected td.select-checkbox:before {
  background-color: #0fa0b5; }

.alert {
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #FFFFFF;
  padding: 10px 15px;
  font-size: 14px; }
  .alert a {
    color: #fff;
    text-decoration: underline; }
  .container .alert {
    -webkit-border-radius: 4px;
            border-radius: 4px; }
  .navbar .alert {
    -webkit-border-radius: 0;
            border-radius: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 85px;
    width: 100%;
    z-index: 3; }
  .navbar:not(.navbar-transparent) .alert {
    top: 70px; }
  .alert span[data-notify="icon"] {
    display: block;
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .alert [data-notify="icon"][class*="pe-"] ~ [data-notify="message"] {
    padding-left: 50px; }
  .alert button.close {
    position: absolute;
    right: 15px;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1033;
    display: block;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    line-height: 11px;
    width: 25px;
    height: 25px;
    outline: 0 !important;
    text-align: center;
    padding: 3px;
    font-weight: 300;
    opacity: 0.5; }
    .alert button.close:hover {
      color: #fff;
      opacity: 1; }
  .alert .close ~ span {
    display: block;
    max-width: 89%; }
  .alert[data-notify="container"] {
    padding: 10px 10px 10px 20px;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
  .alert.alert-with-icon {
    padding-left: 50px;
    position: relative; }

.alert-info {
  background-color: #24d3ed; }

.alert-success {
  background-color: #93c689; }

.alert-warning {
  background-color: #edc170; }

.alert-danger {
  background-color: #f3727f; }

.table.table-themed {
  background-color: #fff;
  padding: 30px 0;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  }
  .table.table-themed.table-edgeless {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0; }
  .table.table-themed.highlight-user tbody tr.highlight {
    background: rgba(231, 174, 67, 0.1);
    -webkit-box-shadow: -5px 0px 0 0 #e7ae43;
            box-shadow: -5px 0px 0 0 #e7ae43; }
  .table.table-themed tr {
    padding-left: 30px;
    padding-right: 30px;
    height: 72.5px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
  .table.table-themed tbody tr:hover {
    background-color: #f5f5f5; }
  .table.table-themed td,
  .table.table-themed td a,
  .table.table-themed th,
  .table.table-themed th a {
    color: #777777;
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif; }
    @media (max-width: 767.9px) {
      .table.table-themed td,
      .table.table-themed td a,
      .table.table-themed th,
      .table.table-themed th a {
        font-size: 13px !important; } }
  .table.table-themed td,
  .table.table-themed th {
    padding: 8px 10px !important; }
    @media (min-width: 992px) {
      .table.table-themed td,
      .table.table-themed th {
        padding: 8px 15px !important; } }
  .table.table-themed th {
    font-size: 12px !important;
    color: #3d3d3d !important;
    font-weight: 600;
    text-transform: uppercase; }

.table.dataTable table {
  margin: 0; }

.table.dataTable tr > :first-child:not(.control) {
  padding-left: 35px !important; }

.table.dataTable tr > th.control[style*="none"] + th,
.table.dataTable tr > td.control[style*="none"] + td {
  padding-left: 35px !important; }

.table.dataTable tr > :last-child {
  text-align: right;
  padding-right: 35px !important; }

.table.dataTable .progress {
  margin: 7px 10px 7px 0; }

.table.dataTable .td-name.td-photo .photo {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0 11px -5px #000 inset;
          box-shadow: 0 0 11px -5px #000 inset;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  background-color: #ddd;
  background-position: center center;
  height: 32px;
  width: 32px;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%; }

.table.dataTable .td-name.td-photo a {
  padding-left: 55px;
  position: relative; }

.table.dataTable blockquote {
  font-size: 14px;
  margin: 5px 0;
  padding: 0 0 0 20px;
  font-style: italic;
  opacity: 0.8; }

.table.table-inside {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .table.table-inside > thead > tr:first-child {
    height: initial; }
    .table.table-inside > thead > tr:first-child > th {
      padding-top: 0 !important;
      padding-bottom: 15px !important; }

.table .radio,
.table .checkbox {
  position: relative;
  height: 20px;
  display: block;
  width: 20px;
  padding: 0px 0px;
  margin: 0px 5px;
  text-align: center; }
  .table .radio .icons,
  .table .checkbox .icons {
    left: 5px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px 8px;
  vertical-align: middle;
  border-color: #E3E3E3; }

.table > thead > tr > th {
  border-bottom-width: 1px;
  font-size: 12px;
  text-transform: uppercase;
  color: #9A9A9A;
  font-weight: 400;
  padding-bottom: 5px; }

.table .td-actions .btn, .table .td-actions .swal2-modal .swal2-styled, .swal2-modal .table .td-actions .swal2-styled {
  opacity: 0.36;
  filter: alpha(opacity=36); }
  .table .td-actions .btn.btn-xs, .table .td-actions .swal2-modal .btn-xs.swal2-styled, .swal2-modal .table .td-actions .btn-xs.swal2-styled {
    padding-left: 3px;
    padding-right: 3px; }

.table .td-actions {
  min-width: 90px; }

.table > tbody > tr {
  position: relative; }
  .table > tbody > tr:hover .td-actions .btn, .table > tbody > tr:hover .td-actions .swal2-modal .swal2-styled, .swal2-modal .table > tbody > tr:hover .td-actions .swal2-styled {
    opacity: 1;
    filter: alpha(opacity=100); }

.table-bigboy > thead > tr > th {
  font-size: 14px;
  text-transform: uppercase;
  color: #9A9A9A;
  font-weight: 400; }

.table-bigboy > tbody > tr > td {
  font-size: 14px; }
  .table-bigboy > tbody > tr > td b {
    display: block;
    margin-bottom: 5px; }

.table-bigboy .td-name {
  font-weight: 300;
  font-size: 18px; }
  .table-bigboy .td-name .photo {
    -webkit-background-size: cover !important;
            background-size: cover !important;
    background-color: #ddd;
    height: 32px;
    width: 32px;
    display: inline-block;
    -webkit-border-radius: 100%;
            border-radius: 100%; }
    .table-bigboy .td-name .photo:after {
      content: '';
      display: block;
      padding-top: 100%; }

.table-bigboy .td-number {
  text-align: right;
  min-width: 110px; }
  .table-bigboy .td-number small {
    margin-right: 3px; }

.table-bigboy .td-actions {
  width: 60px;
  min-width: auto; }
  .table-bigboy .td-actions .btn, .table-bigboy .td-actions .swal2-modal .swal2-styled, .swal2-modal .table-bigboy .td-actions .swal2-styled {
    float: right; }

.table-bigboy .img-container {
  width: 180px;
  height: 120px;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 6px;
          border-radius: 6px; }
  .table-bigboy .img-container img {
    width: 100%; }
  .table-bigboy .img-container.table-image {
    background: #333333; }

.table-tight td, .table-tight th {
  padding-left: 0; }

.compressed table.table > tbody > tr > td {
  vertical-align: top; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: rgba(116, 181, 103, 0.2); }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: rgba(125, 186, 113, 0.2); }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: rgba(15, 160, 181, 0.2); }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: rgba(16, 172, 195, 0.2); }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: rgba(231, 174, 67, 0.2); }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: rgba(233, 180, 81, 0.2); }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: rgba(239, 67, 84, 0.2); }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: rgba(240, 81, 97, 0.2); }

.tooltip {
  font-size: 14px; }
  @media (max-width: 768px) {
    .tooltip {
      left: 0px !important; }
      .tooltip .tooltip-inner:after,
      .tooltip .tooltip-inner:before {
        display: none; } }
  .tooltip.top {
    margin-top: -11px;
    padding: 0; }
  .tooltip.top .tooltip-inner:after {
    border-top: 11px solid #2c2d2f;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    bottom: -10px; }
  .tooltip.top .tooltip-inner:before {
    border-top: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    bottom: -11px; }
  .tooltip.bottom {
    margin-top: 11px;
    padding: 0; }
  .tooltip.bottom .tooltip-inner:after {
    border-bottom: 11px solid #2c2d2f;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    top: -10px; }
  .tooltip.bottom .tooltip-inner:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    top: -11px; }
  .tooltip.left {
    margin-left: -11px;
    padding: 0; }
  .tooltip.left .tooltip-inner:after {
    border-left: 11px solid #2c2d2f;
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    right: -10px;
    left: auto;
    margin-left: 0; }
  .tooltip.left .tooltip-inner:before {
    border-left: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    right: -11px;
    left: auto;
    margin-left: 0; }
  .tooltip.right {
    margin-left: 11px;
    padding: 0; }
  .tooltip.right .tooltip-inner:after {
    border-right: 11px solid #2c2d2f;
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 0; }
  .tooltip.right .tooltip-inner:before {
    border-right: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    left: -11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 0; }

.tooltip-arrow {
  display: none;
  opacity: 0; }

.tooltip-inner {
  background-color: #2C2D2F;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
          box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
  color: #fff;
  max-width: 280px;
  min-width: 200px;
  padding: 8px 13px;
  text-align: center;
  text-decoration: none; }

.tooltip-inner:after {
  content: "";
  display: inline-block;
  left: 100%;
  margin-left: -55%;
  position: absolute; }

.tooltip-inner:before {
  content: "";
  display: inline-block;
  left: 100%;
  margin-left: -55%;
  position: absolute; }

.popover {
  padding: 0;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  z-index: 1031;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.popover-title {
  font-size: 16px;
  background-color: #24d3ed;
  font-weight: normal;
  line-height: 22px;
  padding: 8px 15px;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
  -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0; }

.popover-content {
  padding: 9px 15px; }

.popover .arrow {
  border: 0; }

.popover.top .arrow {
  margin-left: 0; }

.popover.bottom .arrow:after {
  border-bottom-color: #24d3ed; }

.popover-filter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.popover-filter.in {
  visibility: visible;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

.tooltip-themed {
  opacity: 1;
  z-index: 9999; }
  .tooltip-themed,
  .tooltip-themed * {
    color: #fff;
    background-color: #1f2025; }

bs-datepicker-container {
  z-index: 99999; }

.theme-green .bs-datepicker-body table td.week span {
  display: none;
}
/*      Checkbox and radio         */
.checkbox,
.radio {
  margin-bottom: 12px; }

.checkbox label,
.radio label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 24px;
  margin-bottom: 0; }

.checkbox label::before,
.checkbox label::after {
  font-family: 'FontAwesome';
  content: "\f096";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  cursor: pointer;
  line-height: 20px;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0px;
  color: #777777;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  padding: 1px; }

.checkbox label::after {
  content: "";
  text-align: center;
  opacity: 1;
  left: 0;
  color: #777777; }

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  opacity: 0;
  margin-left: 0; }

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f046"; }

.checkbox input[type="checkbox"]:checked + label::after {
  color: #0fa0b5; }

.checkbox input[type="checkbox"]:checked + label::before {
  opacity: 0; }

@media (hover: hover) {
  .checkbox input[type="checkbox"]:not(:disabled):hover + label::after {
    font-family: 'FontAwesome';
    content: "\f046"; }

  .checkbox input[type="checkbox"]:not(:disabled):hover + label::before {
    opacity: 0; }
}

.android .checkbox input[type="checkbox"]:not(:disabled):hover + label::after {
  content: none; }

.android .checkbox input[type="checkbox"]:not(:disabled):hover + label::before {
  opacity: 1; }

.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label,
.checkbox input[type="checkbox"]:disabled:checked + label::after {
  color: #d7d7d6; }

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="checkbox"]:disabled + label::after {
  cursor: not-allowed; }

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

.checkbox.checkbox-circle label::before {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.checkbox.checkbox-inline {
  padding-left: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio label::before,
.radio label::after {
  font-family: 'FontAwesome';
  content: "\f10c";
  font-size: 20px;
  height: 20px;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  line-height: 20px;
  left: 0;
  top: 0;
  color: #777777;
  padding: 1px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.radio input[type="radio"]:not(:disabled):hover + label::after,
.radio input[type="radio"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f192";
  color: #777777; }

.radio input[type="radio"]:checked:not(:disabled):hover + label::after,
.radio input[type="radio"]:checked + label::after {
  color: #0fa0b5; }

.radio input[type="radio"]:disabled + label {
  color: #ddd; }

.radio input[type="radio"]:disabled + label::before,
.radio input[type="radio"]:disabled + label::after {
  color: #ddd; }

.radio.radio-inline {
  margin-top: 0; }

/* ============================================================
 * bootstrapSwitch v1.3 by Larentis Mattia @spiritualGuru
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  border: 0;
  position: relative;
  text-align: left;
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 8px;
  width: 61px !important;
  height: 26px;
  outline: none;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }

.bootstrap-switch .bootstrap-switch-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: 0;
  height: 26px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100px !important; }

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  color: #fff;
  padding: 6px 12px;
  font-size: 11px;
  text-indent: -5px;
  line-height: 15px;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out; }

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
  float: left;
  width: 50% !important;
  background-color: #888888; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #447DF7; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #447DF7; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #74B567; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #e7ae43;
  color: #fff; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #ef4354; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #fff;
  background: #d7d7d6; }

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  z-index: 100;
  color: #333333;
  background: #ffffff;
  width: 22px !important;
  height: 22px;
  margin: 2px -11px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  position: relative;
  float: left;
  padding: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.25); }

.bootstrap-switch .bootstrap-switch-handle-on {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px; }

.bootstrap-switch .bootstrap-switch-handle-off {
  text-indent: 6px; }

.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto; }

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5; }

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33; }

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important; }

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important; }

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s; }

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px; }

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px; }

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
  margin-left: -2px !important; }

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
  margin-left: -37px !important; }

.bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
  width: 26px !important;
  margin: 2px -15px; }

.bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
  width: 26px !important;
  margin: 2px -15px -13px -11px; }

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-handle-off {
  background-color: #888888; }

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-handle-on {
  background-color: #d7d7d6; }

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-danger ~ .bootstrap-switch-default {
  background-color: #ef4354; }

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-warning ~ .bootstrap-switch-default {
  background-color: #e7ae43; }

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-success ~ .bootstrap-switch-default {
  background-color: #74B567; }

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-primary ~ .bootstrap-switch-default {
  background-color: #447DF7; }

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-info ~ .bootstrap-switch-default {
  background-color: #447DF7; }

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-danger,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-primary,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-info,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-warning,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-success {
  background-color: #d7d7d6; }

.nav > li > a:hover, .sidebar-nav-actions > li > a:hover,
.nav > li > a:focus,
.sidebar-nav-actions > li > a:focus {
  background-color: transparent; }

.nav i, .sidebar-nav-actions i {
  position: relative;
  font-size: 20px; }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  border: 0;
  font-size: 16px;
  -webkit-border-radius: 0;
          border-radius: 0;
  min-height: 50px;
  margin: 0;
  z-index: 999; }
  @media (min-width: 1200px) {
    .navbar {
      position: relative;
      height: 70px; } }
  .navbar .navbar-minimize {
    float: left;
    margin: 3px 15px; }
  .navbar .navbar-brand {
    font-weight: 400;
    margin: 7px 0px;
    padding: 15px 15px;
    font-size: 20px; }
  .navbar .navbar-nav > li > a {
    padding: 7px 10px;
    margin: 10px 3px;
    position: relative; }
  .navbar .navbar-nav > li > a.btn, .navbar .swal2-modal .navbar-nav > li > a.swal2-styled, .swal2-modal .navbar .navbar-nav > li > a.swal2-styled {
    margin: 15px 3px;
    padding: 8px 16px; }
  .navbar .navbar-nav > li > a.btn-round {
    margin: 16px 3px; }
  .navbar .navbar-nav > li > a [class^="fa"] {
    font-size: 19px;
    position: relative;
    line-height: 16px;
    top: 1px; }
  .navbar .navbar-nav p {
    display: inline-block;
    padding-left: 5px;
    margin-bottom: 0; }
  .navbar .navbar-nav .notification {
    position: absolute;
    background-color: #FB404B;
    text-align: center;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 18px;
    top: 2px;
    left: 7px; }
  .navbar .btn, .navbar .swal2-modal .swal2-styled, .swal2-modal .navbar .swal2-styled {
    margin: 10px 3px;
    font-size: 14px; }
  .navbar .btn-simple {
    font-size: 16px; }
  .navbar.fixed {
    width: -webkit-calc(100% - $sidebar-width);
    width: calc(100% - $sidebar-width);
    right: 0;
    left: auto;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .navbar.navbar-absolute {
    position: absolute;
    width: 100%;
    z-index: 1030; }
  .navbar .navbar-btn {
    display: inline-block;
    padding: 15px 15px 15px 0px;
    margin: 0;
    vertical-align: top; }
    .navbar .navbar-btn:last-child {
      padding-right: 0; }
    .navbar .navbar-btn i {
      color: #fff;
      font-size: 20px; }
    .navbar .navbar-btn.attention .alert-drop-icon i,
    .navbar .navbar-btn.attention .dropdown-toggle i {
      position: relative; }
      .navbar .navbar-btn.attention .alert-drop-icon i:after,
      .navbar .navbar-btn.attention .dropdown-toggle i:after {
        content: '';
        position: absolute;
        top: -15%;
        right: -12%;
        height: 10px;
        width: 10px;
        background-color: #ef4354;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        border: 2px solid #1A1A1E; }
      .navbar .user.meeting {
        max-width: 400px;
      }
        @media (max-width: 1200px) {
          .navbar .user.meeting {
            margin-right: 0px;
            top: 21px;
          }
        }
        @media (max-width: 692px) {
          .navbar .user.meeting {
            min-width:0;
            padding-right:0px;
            border-right: none;
          }
        }

.navbar .user {
    display: inline-block;
    max-width: 270px;
    padding-right: 20px;
    margin-right: 20px;
    text-align: right;
    border-right: 1px solid rgba(255, 255, 255, 0.3); }
    .navbar .user.admin {
      border-right: none;
      margin-right: 0;
      padding-right: 0; }
    .navbar .user .photo,
    .navbar .user .user-wrapper {
      display: inline-block;
      vertical-align: top; }
    .navbar .user .user-wrapper {
      padding: 8px 14px 8px 0; }
      .navbar .user .user-wrapper .dropdown-menu:after {
        left: initial;
        right: 35px; }
    .navbar .user .username {
      color: #fff; }
    .navbar .user .photo {
      width: 34px;
      height: 34px;
      overflow: hidden;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-right: 11px;
      z-index: 5;
      border: 2px solid rgba(255, 255, 255, 0.3);
      -webkit-background-size: cover !important;
              background-size: cover !important; }
      .navbar .user .photo img {
        width: 100%; }
    .navbar .user .usermenu {
      position: absolute;
      top: 100%;
      right: 0;
      display: block;
      text-align: left;
      background-color: #131418;
      opacity: 1;
      visibility: visible; }
      .navbar .user .usermenu:not(.in):not(.collapsing) {
        opacity: 0;
        visibility: hidden; }
      .navbar .user .usermenu a {
        color: #FFFFFF;
        padding: 33px 14px 8px 14px;
        display: block;
        white-space: nowrap; }
        @media (min-width: 992px) {
          .navbar .user .usermenu a {
            padding: 8px 14px; } }

.navbar-fixed {
  position: fixed;
  width: 100%;
  right: 0;
  z-index: 1031; }
  .navbar-fixed ~ .main-panel > .content {
    padding-top: 95px;
    min-height: -webkit-calc(100% - 71px);
    min-height: calc(100% - 71px); }

.navbar-nav > li > .dropdown-menu {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin-top: -5px; }

.navbar-transparent .navbar-brand, [class*="navbar-ct"] .navbar-brand {
  color: #FFFFFF;
  opacity: 0.9;
  filter: alpha(opacity=90); }
  .navbar-transparent .navbar-brand:focus, .navbar-transparent .navbar-brand:hover, [class*="navbar-ct"] .navbar-brand:focus, [class*="navbar-ct"] .navbar-brand:hover {
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=100); }

.navbar-transparent .navbar-nav > li > a:not(.btn), [class*="navbar-ct"] .navbar-nav > li > a:not(.btn) {
  color: #FFFFFF;
  border-color: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.navbar-transparent .navbar-nav > .active > a:not(.btn),
.navbar-transparent .navbar-nav > .active > a:hover:not(.btn),
.navbar-transparent .navbar-nav > .active > a:focus:not(.btn),
.navbar-transparent .navbar-nav > li > a:hover:not(.btn),
.navbar-transparent .navbar-nav > li > a:focus:not(.btn), [class*="navbar-ct"] .navbar-nav > .active > a:not(.btn),
[class*="navbar-ct"] .navbar-nav > .active > a:hover:not(.btn),
[class*="navbar-ct"] .navbar-nav > .active > a:focus:not(.btn),
[class*="navbar-ct"] .navbar-nav > li > a:hover:not(.btn),
[class*="navbar-ct"] .navbar-nav > li > a:focus:not(.btn) {
  background-color: transparent;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100); }

.navbar-transparent .navbar-nav .nav > li > a.btn:hover, .navbar-transparent .navbar-nav .sidebar-nav-actions > li > a.btn:hover, .navbar-transparent .navbar-nav .swal2-modal .nav > li > a.swal2-styled:hover, .swal2-modal .navbar-transparent .navbar-nav .nav > li > a.swal2-styled:hover, .navbar-transparent .navbar-nav .swal2-modal .sidebar-nav-actions > li > a.swal2-styled:hover, .swal2-modal .navbar-transparent .navbar-nav .sidebar-nav-actions > li > a.swal2-styled:hover, [class*="navbar-ct"] .navbar-nav .nav > li > a.btn:hover, [class*="navbar-ct"] .navbar-nav .sidebar-nav-actions > li > a.btn:hover, [class*="navbar-ct"] .navbar-nav .swal2-modal .nav > li > a.swal2-styled:hover, .swal2-modal [class*="navbar-ct"] .navbar-nav .nav > li > a.swal2-styled:hover, [class*="navbar-ct"] .navbar-nav .swal2-modal .sidebar-nav-actions > li > a.swal2-styled:hover, .swal2-modal [class*="navbar-ct"] .navbar-nav .sidebar-nav-actions > li > a.swal2-styled:hover {
  background-color: transparent; }

.navbar-transparent .navbar-nav > .dropdown > a .caret,
.navbar-transparent .navbar-nav > .dropdown > a:hover .caret,
.navbar-transparent .navbar-nav > .dropdown > a:focus .caret, [class*="navbar-ct"] .navbar-nav > .dropdown > a .caret,
[class*="navbar-ct"] .navbar-nav > .dropdown > a:hover .caret,
[class*="navbar-ct"] .navbar-nav > .dropdown > a:focus .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF; }

.navbar-transparent .navbar-nav > .open > a,
.navbar-transparent .navbar-nav > .open > a:hover,
.navbar-transparent .navbar-nav > .open > a:focus, [class*="navbar-ct"] .navbar-nav > .open > a,
[class*="navbar-ct"] .navbar-nav > .open > a:hover,
[class*="navbar-ct"] .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100); }

.navbar-transparent .btn-default, [class*="navbar-ct"] .btn-default {
  color: #FFFFFF;
  border-color: #FFFFFF; }

.navbar-transparent .btn-default.btn-fill, [class*="navbar-ct"] .btn-default.btn-fill {
  color: #9A9A9A;
  background-color: #FFFFFF;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.navbar-transparent .btn-default.btn-fill:hover,
.navbar-transparent .btn-default.btn-fill:focus,
.navbar-transparent .btn-default.btn-fill:active,
.navbar-transparent .btn-default.btn-fill.active,
.navbar-transparent .open .dropdown-toggle.btn-fill.btn-default, [class*="navbar-ct"] .btn-default.btn-fill:hover,
[class*="navbar-ct"] .btn-default.btn-fill:focus,
[class*="navbar-ct"] .btn-default.btn-fill:active,
[class*="navbar-ct"] .btn-default.btn-fill.active,
[class*="navbar-ct"] .open .dropdown-toggle.btn-fill.btn-default {
  border-color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100); }

.navbar-transparent .dropdown-menu .divider {
  background-color: rgba(255, 255, 255, 0.2); }

.nav-open .nav .caret, .nav-open .sidebar-nav-actions .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF; }

.navbar-default {
  background-color: #131418;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .navbar-default .navbar-nav > li > a:not(.btn) {
    color: #9A9A9A; }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:not(.btn):hover,
  .navbar-default .navbar-nav > .active > a:not(.btn):focus,
  .navbar-default .navbar-nav > li > a:not(.btn):hover,
  .navbar-default .navbar-nav > li > a:not(.btn):focus {
    background-color: transparent;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #0fa0b5;
    opacity: 1;
    filter: alpha(opacity=100); }
  .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #0fa0b5;
    border-top-color: #0fa0b5; }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #0fa0b5; }
  .navbar-default .navbar-nav .navbar-toggle:hover, .navbar-default .navbar-nav .navbar-toggle:focus {
    background-color: transparent; }
  .navbar-default:not(.navbar-transparent) .btn-default:hover {
    color: #0fa0b5;
    border-color: #0fa0b5; }
  .navbar-default:not(.navbar-transparent) .btn-neutral,
  .navbar-default:not(.navbar-transparent) .btn-neutral:hover,
  .navbar-default:not(.navbar-transparent) .btn-neutral:active {
    color: #9A9A9A; }

/*      Navbar with icons            */
.navbar-icons.navbar .navbar-brand {
  margin-top: 12px;
  margin-bottom: 12px; }

.navbar-icons .navbar-nav > li > a {
  text-align: center;
  padding: 6px 15px;
  margin: 6px 3px; }

.navbar-icons .navbar-nav [class^="pe"] {
  font-size: 30px;
  position: relative; }

.navbar-icons .navbar-nav p {
  margin: 3px 0 0; }

.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .navbar-form .form-control {
    padding: 8px 6px;
    height: 40px;
    -webkit-border-radius: 0;
            border-radius: 0;
    border: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #E3E3E3; }
  .navbar-transparent .navbar-form .form-control,
  [class*="navbar-ct"] .navbar-form .form-control,
  .navbar-transparent .navbar-form .input-group-addon,
  [class*="navbar-ct"] .navbar-form .input-group-addon {
    color: #FFFFFF;
    border: 0;
    background-color: rgba(255, 255, 255, 0.13); }
  [class*="navbar-ct"] .navbar-form .form-control:focus,
  [class*="navbar-ct"] .navbar-form .input-group-focus .input-group-addon {
    background-color: rgba(255, 255, 255, 0.23);
    color: #FFFFFF; }
  [class*="navbar-ct"] .navbar-form .form-control:-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100); }
  [class*="navbar-ct"] .navbar-form .form-control:-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100); }
  [class*="navbar-ct"] .navbar-form .form-control:-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100); }
  .navbar-form .input-group-addon {
    -webkit-border-radius: 0;
            border-radius: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    color: #E3E3E3;
    font-size: 16px;
    padding: 0 7px;
    -webkit-border-radius: 2px 0 0 2px;
            border-radius: 2px 0 0 2px; }
  .navbar-form .input-group-focus .input-group-addon,
  .navbar-form .form-control:focus {
    color: #9A9A9A; }

.navbar-ct-blue {
  background-color: #759ff9; }

.navbar-ct-azure {
  background-color: #24d3ed; }

.navbar-ct-green {
  background-color: #93c689; }

.navbar-ct-orange {
  background-color: #edc170; }

.navbar-ct-red {
  background-color: #f3727f; }

.navbar-transparent {
  padding-top: 15px;
  background-color: transparent;
  border-bottom: 1px solid transparent; }

.navbar-toggle {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0; }
  .navbar-toggle .icon-bar {
    background-color: #FFFFFF; }
  .navbar-toggle .navbar-collapse,
  .navbar-toggle .navbar-form {
    border-color: transparent; }
  .navbar-toggle.navbar-default .navbar-toggle:hover,
  .navbar-toggle.navbar-default .navbar-toggle:focus {
    background-color: transparent; }

.navbar-always-top {
  position: absolute;
  top: 6px;
  right: 15px;
  font-size: 14px;
  text-align: right; }
  @media (min-width: 992px) {
    .navbar-always-top {
      font-size: 16px; } }
  .navbar-always-top a {
    margin: 0; }

.pages-navbar .navbar-brand img {
  width: 100%;
  max-width: 65%;
  height: auto; }
  @media (min-width: 480px) {
    .pages-navbar .navbar-brand img {
      max-width: 215px; } }

footer.footer {
  background-color: #F5F5F5;
  line-height: 20px;
  border-top: 1px solid #cfcfce; }
  footer.footer nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal; }
    footer.footer nav > ul a:not(.btn) {
      color: #9A9A9A;
      display: block;
      margin-bottom: 3px; }
      footer.footer nav > ul a:not(.btn):hover, footer.footer nav > ul a:not(.btn):focus {
        color: #797979; }
  footer.footer .social-area {
    padding: 15px 0; }
    footer.footer .social-area h5 {
      padding-bottom: 15px; }
  footer.footer .social-area > a:not(.btn) {
    color: #9A9A9A;
    display: inline-block;
    vertical-align: top;
    padding: 10px 5px;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    text-align: center; }
    footer.footer .social-area > a:not(.btn):hover, footer.footer .social-area > a:not(.btn):focus {
      color: #797979; }
  footer.footer .copyright {
    color: #797979;
    padding: 0px 0 10px;
    margin: 0px 0 10px;
    line-height: 31px;
    font-size: 14px; }
    @media (min-width: 992px) {
      footer.footer .copyright {
        padding: 10px 15px;
        margin: 10px 3px; } }
  footer.footer hr {
    border-color: #d7d7d6; }
  footer.footer .title {
    color: #797979; }

.footer-default {
  background-color: #F5F5F5; }

.footer:not(.footer-big) nav > ul {
  font-size: 16px; }
  .footer:not(.footer-big) nav > ul li {
    margin-left: 20px;
    float: left; }
  .footer:not(.footer-big) nav > ul a {
    padding: 10px 0px;
    margin: 15px 10px 15px 0px; }

.footer-black,
.footer-transparent {
  background-color: rgba(30, 30, 30, 0.97);
  color: #d7d7d6; }
  .footer-black nav > ul a,
  .footer-transparent nav > ul a {
    color: #FFFFFF; }
    .footer-black nav > ul a:hover, .footer-black nav > ul a:focus,
    .footer-transparent nav > ul a:hover,
    .footer-transparent nav > ul a:focus {
      color: #9A9A9A; }
  .footer-black .social-area > a:not(.btn),
  .footer-transparent .social-area > a:not(.btn) {
    color: #FFFFFF; }
    .footer-black .social-area > a:not(.btn):hover, .footer-black .social-area > a:not(.btn):focus,
    .footer-transparent .social-area > a:not(.btn):hover,
    .footer-transparent .social-area > a:not(.btn):focus {
      color: #9A9A9A; }
  .footer-black .btn-social,
  .footer-transparent .btn-social {
    color: #FFFFFF; }
  .footer-black hr,
  .footer-transparent hr {
    border-color: #444444; }
  .footer-black .title,
  .footer-transparent .title {
    color: #d7d7d6; }

.footer-transparent {
  background-attachment: fixed;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  background-color: transparent !important;
  border: 0 !important; }
  .footer-transparent .container {
    z-index: 2;
    position: relative; }

.footer-big {
  padding-top: 30px; }
  .footer-big hr {
    margin-bottom: 0;
    margin-top: 50px; }
  .footer-big .copyright {
    margin: 10px 0px 20px; }
  .footer-big .social-area > * {
    margin: 0 15px; }
  .footer-big nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal; }
    .footer-big nav > ul li {
      float: none; }
    .footer-big nav > ul .btn, .footer-big nav > ul .swal2-modal .swal2-styled, .swal2-modal .footer-big nav > ul .swal2-styled {
      margin-bottom: 5px; }
    .footer-big nav > ul .btn-social.btn-simple {
      padding: 0 0 4px 0; }
  .footer-big .form-group {
    margin-top: 15px; }
  .footer-big .numbers h4 {
    margin: 0 0 10px 0; }

.media {
  border-bottom: 1px solid #d7d7d6;
  padding-bottom: 30px;
  margin-top: 30px; }
  .media .avatar {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    overflow: hidden;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-right: 15px;
    border: 3px solid transparent; }
    .media .avatar img {
      width: 100%; }
  .media .media-heading {
    margin-bottom: 10px;
    margin-top: 5px;
    display: inline-block; }
  .media .btn-simple {
    padding: 0px 5px; }
  .media .media {
    margin-top: 30px; }
  .media .media:last-child {
    border: 0; }

.media-post {
  color: #555;
  border: 0; }
  .media-post .media-heading {
    display: block;
    text-align: center; }
  .media-post .author {
    width: 15%; }
  .media-post .media-body {
    width: 85%;
    float: left;
    display: inline-block; }
  .media-post textarea {
    margin: 0 0 10px 0;
    font-size: 16px; }
  .media-post .avatar {
    border-color: white; }

.media-area .media:last-child {
  border: 0; }

.media-area .pagination-area {
  padding: 10px 0;
  text-align: center; }

.media-area-small p {
  font-size: 14px; }

.media-area-small .btn-simple {
  font-size: 14px; }

.media-area-small .avatar {
  width: 58px;
  height: 58px; }

.img-container {
  padding: 30px; }
  .img-container.dark {
    background: #222; }
  .img-container img {
    max-width: 100%; }

.jumbotron {
  position: relative;
  display: block;
  margin: -50px -15px 15px -15px;
  padding: 30px 15px 30px 0;
  background-color: #fff;
  border-bottom: 1px solid #d7d7d6; }
  @media (min-width: 768px) {
    .jumbotron {
      padding: 30px 15px 30px 15px; } }
  @media (min-width: 992px) {
    .jumbotron {
      margin: -50px -15px 30px -15px; } }
  @media (min-width: 1200px) {
    .jumbotron {
      margin: -50px -15px 70px -15px;
      padding: 35px 15px;
      } }
  section + .jumbotron {
    margin-top: 0;
    padding-top: 45px; }
    section + .jumbotron.jumbotron-relative{
      position: relative;
    }
    section + .jumbotron.jumbotron-relative .subnav-wrapper{
      position: static;
      margin-top: 7px;
    }
    section + .jumbotron.jumbotron-relative .search{
      position: static;
    }
    section + .jumbotron.jumbotron-has-subnav {
      padding-bottom: 75px; }
      section + .jumbotron.jumbotron-has-subnav .search {
        position: relative;
        top: -10px; }
        @media (min-width: 1200px) {
          section + .jumbotron.jumbotron-has-subnav .search {
            top: 65px; } }
            .jumbotron .container > :first-child {
    margin-top: 0; }
  .jumbotron .container > :last-child {
    margin-bottom: 0; }
  .jumbotron.jumbotron-has-subnav {
     padding-bottom: 75px;
      overflow-x: hidden;
    }
    @media (min-width: 1200px) {
      .jumbotron.jumbotron-has-subnav {
        padding-bottom: 100px;
        } }
  .jumbotron .headline, .jumbotron .swal2-modal .swal2-title, .swal2-modal .jumbotron .swal2-title {
    display: block;
    margin: 0 0 37px 0;
    color: #1f2025;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold; }
    @media (min-width: 1200px) {
      .jumbotron .headline, .jumbotron .swal2-modal .swal2-title, .swal2-modal .jumbotron .swal2-title {
        font-size: 48px; } }
  .jumbotron .title {
    display: block;
    margin: 0;
    color: #1f2025;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    @media (min-width: 992px) {
      .jumbotron .title {
        white-space: initial;
        overflow: initial;
        -o-text-overflow: initial;
           text-overflow: initial; } }
    @media (min-width: 1200px) {
      .jumbotron .title {
        font-size: 44px; } }
  .jumbotron .filters {
    margin-top: 30px; }
    @media (min-width: 992px) {
      .jumbotron .filters {
        margin-top: 0;
        padding: 0px 0; } }
    .jumbotron .filters .form-group {
      margin: 0; }
      @media (min-width: 768px) {
        .jumbotron .filters .form-group {
          margin: 0; } }
  .jumbotron .subnav-wrapper {
    position: absolute;
    bottom: 0;
    /* display: inline-block; */
    margin: 0;
    padding: 0;
    width: 100%;
    }
    .jumbotron .subnav-wrapper .subnav {
      /* padding-right: 100px; */
      }
    .jumbotron .subnav-wrapper.subnav-can-scroll:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 85px;
      height: 100%;
      pointer-events: none;
      background: rgba(255, 255, 255, 0);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(60%, white), color-stop(100%, white));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, white), to(white));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); }

  .jumbotron .subnav {
    margin: 0;
    padding: 0;
    display: block;
    max-width: 100%;
    width: fit-content;
    white-space: nowrap;
    overflow: auto;
    font-size: 0;
    list-style: none;
    }

  .jumbotron .subnav-wrapper.subnav-can-scroll .subnav {
    padding-right: 70px;
  }
    @media (min-width: 1200px) {
      .jumbotron .subnav {
        white-space: initial;
        overflow: initial; } }
    .jumbotron .subnav li {
      display: inline-block;
      max-width: 150px;
      }
      @media (min-width: 992px) {
        .jumbotron .subnav li {
          max-width: none; } }
      .jumbotron .subnav li + .jumbotron .subnav li:last-child {
        margin-right: 50px; }
      .jumbotron .subnav li:not(:last-child) {
        margin-right: 20px; }
        @media (min-width: 992px) {
          .jumbotron .subnav li:not(:last-child) {
            margin-right: 30px; } }
      .jumbotron .subnav li,
      .jumbotron .subnav li a {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        }
        @media (min-width: 992px) {
          .jumbotron .subnav li,
          .jumbotron .subnav li a {
            white-space: initial;
            overflow: initial;
            -o-text-overflow: initial;
               text-overflow: initial; } }
      .jumbotron .subnav li a {
        position: relative;
        display: block;
        width: 100%;
        padding: 0 0 22px 0;
        cursor: pointer;
        color: #cfcfce;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        -webkit-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
        @media (min-width: 992px) {
          .jumbotron .subnav li a {
            font-size: 18px; } }
        .jumbotron .subnav li a i {
          font-size: 0.5em;
          position: relative;
          top: -3px;
          opacity: 0.5;
          -webkit-transition: opacity 0.2s ease-in-out;
          -o-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out; }
          .jumbotron .subnav li a i.sup {
            opacity: 1;
            position: absolute;
            top: 0px;
            right: -15px;
            font-size: 0.6em; }
        .jumbotron .subnav li a img {
          width: 30px;
          height: 30px;
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          margin-right: 8px;
          -webkit-filter: grayscale(100%);
                  filter: grayscale(100%);
          opacity: 0.5;
          -webkit-transition: opacity 0.2 ease-in-out,
 -webkit-filter 0.2 ease-in-out;
          transition: opacity 0.2 ease-in-out,
 -webkit-filter 0.2 ease-in-out;
          -o-transition: filter 0.2 ease-in-out,
 opacity 0.2 ease-in-out;
          transition: filter 0.2 ease-in-out,
 opacity 0.2 ease-in-out;
          transition: filter 0.2 ease-in-out,
 opacity 0.2 ease-in-out,
 -webkit-filter 0.2 ease-in-out; }
          @media (min-width: 992px) {
            .jumbotron .subnav li a img {
              width: 34px;
              height: 34px;
              margin-right: 10px; } }
        .jumbotron .subnav li a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 5px;
          visibility: hidden;
          opacity: 0;
          background-color: #10a0b5;
          -webkit-transition: background-color 0.2s ease-in-out,
 visibility 0.2s ease-in-out,
 opacity 0.2s ease-in-out;
          -o-transition: background-color 0.2s ease-in-out,
 visibility 0.2s ease-in-out,
 opacity 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out,
 visibility 0.2s ease-in-out,
 opacity 0.2s ease-in-out; }
        .jumbotron .subnav li a:hover {
          color: #777777; }
          .jumbotron .subnav li a:hover i {
            opacity: 0.8; }
          .jumbotron .subnav li a:hover:after {
            visibility: visible;
            opacity: 0.2;
            background-color: #777777; }
          .jumbotron .subnav li a:hover img {
            opacity: 0.65; }
    .jumbotron .subnav li.active a,
    .jumbotron .subnav a.active {
      color: #3d3d3d; }
      .jumbotron .subnav li.active a i,
      .jumbotron .subnav a.active i {
        opacity: 1; }
      .jumbotron .subnav li.active a:after,
      .jumbotron .subnav a.active:after {
        visibility: visible;
        opacity: 1 !important; }
      .jumbotron .subnav li.active a:hover:after,
      .jumbotron .subnav a.active:hover:after {
        background-color: #10a0b5; }
      .jumbotron .subnav li.active a img,
      .jumbotron .subnav a.active img {
        -webkit-filter: grayscale(0%) !important;
                filter: grayscale(0%) !important;
        opacity: 1 !important; }
  .jumbotron .due-date {
    display: inline-block;
    padding: 7.5px 12.5px;
    float: right;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #ef4354; }

.filters input,
.filters .input-group-addon,
.filters select,
.filters .btn,
.filters .swal2-modal .swal2-styled,
.swal2-modal .filters .swal2-styled {
  border-color: #E3E3E3; }

@media (min-width: 992px) {
  .filters > .row > [class*="col-"] + [class*="col-"] {
    margin-top: 0; } }

.filters .search input {
  -webkit-border-radius: 30px;
          border-radius: 30px;
  padding: 8px 20px; }

.filters .search .input-group-addon {
  -webkit-border-top-right-radius: 30px;
          border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
          border-bottom-right-radius: 30px;
  padding: 8px 18px 8px 10px; }
  @media (min-width: 992px) {
    .filters .search .input-group-addon {
      padding: 8px 20px; } }

.filters .search i {
  color: #777777; }

.filters label {
  padding-top: 10px;
  padding-bottom: 10px; }

.filters .filter .btn, .filters .filter .swal2-modal .swal2-styled, .swal2-modal .filters .filter .swal2-styled {
  width: 100%;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.filters .filter label {
  font-size: 12px;
  font-weight: 600;
  color: #777777;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-align: right;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 992px) {
    .filters .filter label {
      padding-left: 15px;
      padding-right: 15px; } }
  .filters .filter label.error {
    text-transform: none;
    color: #ef4354; }

.filters .filter select {
  width: 100%; }

.filters .filter-drop-group:before, .filters .filter-drop-group:after {
  content: " ";
  display: table; }

.filters .filter-drop-group:after {
  clear: both; }

.filters .filter-drop-group .control-label {
  display: none;
  width: 60px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  float: right; }
  @media (min-width: 992px) {
    .filters .filter-drop-group .control-label {
      display: inline-block; } }

@media (min-width: 992px) {
  .filters .filter-drop-group .dropdown {
    max-width: -webkit-calc(100% - 75px);
    max-width: calc(100% - 75px);
    float: right; } }

.filters .filter-drop-group .dropdown-menu:before,
.filters .filter-drop-group .dropdown-menu:after {
  left: initial;
  right: 12px; }

.inline-filter {
  display: inline-block;
  margin-left: 18px; }
  .inline-filter .dropdown-toggle {
    background-color: #ffffff; }
  .inline-filter .dropdown-menu a {
    cursor: pointer; }

.listing {
  position: relative;
  height: auto;
  overflow-y: hidden;
  margin-bottom: -15px; }
  .listing:before, .listing:after {
    content: " ";
    display: table; }
  .listing:after {
    clear: both; }
  @media (min-width: 992px) {
    .listing {
      margin-bottom: -30px; } }
  .listing > [class*="col-"],
  .listing .preloader > [class*="col-"] {
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .listing > [class*="col-"],
      .listing .preloader > [class*="col-"] {
        margin-bottom: 30px; } }
    .listing > [class*="col-"] > :first-child,
    .listing .preloader > [class*="col-"] > :first-child {
      display: block;
      margin-bottom: 0; }

.compressed .pagination {
  margin-top: 10px !important; }

.compressed div.dataTables_info {
  padding-top: 29px !important;
  padding-bottom: 0px !important; }

.compressed div.dataTables_length {
  padding-top: 25px !important;
  padding-bottom: 0px !important; }

.micro table.dataTable > tbody > tr > td {
  padding: 4px !important;
  font-size: 13px; }

.micro table.dataTable > thead > tr > th {
  padding: 0 4px !important; }

.micro .table.dataTable tr > :first-child {
  padding-left: 0px !important; }

.micro .table.dataTable tr > :last-child {
  padding-right: 10px !important; }

.pagination {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 10px;
  padding: 0;
  margin: 50px auto 0 auto;
  text-align: center; }
  .pagination.loading {
    opacity: 0.5;
    background: #ddd;
    pointer-events: none; }
  .pagination li {
    display: inline-block; }
.pagination li.paginate_button.previous,
.pagination li.paginate_button.next {
    position: relative;
    bottom: 2px;
  }
.pagination li:not(.next) a {
      padding: 9px 7.5px;
      color: #777777;
      font-size: 16px;
      background: none;
      border: none; }
    .pagination li.next a,
    .pagination li.previous a {
      top: 3px;
      left: 15px;
      height: 45px;
      width: 45px;
      padding: 0 7.5px;
      color: #447DF7;
      line-height: 45px;
      text-align: center;
      -webkit-box-shadow: 0px 2.5px 5px 0px rgba(0, 1, 1, 0.1), 0px 5px 20px 0px rgba(0, 1, 1, 0.1);
              box-shadow: 0px 2.5px 5px 0px rgba(0, 1, 1, 0.1), 0px 5px 20px 0px rgba(0, 1, 1, 0.1);
      border: none;
      -webkit-transition: background-color 0.2s ease-in-out,
 color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out,
 color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out,
 color 0.2s ease-in-out;
      text-indent: -999em; }
      .pagination li.next a:before,
      .pagination li.previous a:before {
        color: #0fa0b5;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f105';
        width: 46px;
        height: 44px;
        position: absolute;
        left: 2px;
        text-indent: 0;
        line-height: 42px;
        font-size: 26px; }
    .pagination li.previous a {
      top: 3px;
      left: -15px; }
      .pagination li.previous a:before {
        left: -2px;
        content: '\f104'; }
    .pagination li.disabled a {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .pagination li.disabled a:before {
        color: #777777; }
    .pagination li a {
      margin: 0; }

.section {
  display: block;
  padding: 30px 15px 30px 15px;
  margin: 0 -15px 0 -15px;
  overflow-x: hidden; }
  @media (min-width: 1200px) {
    .section {
      padding: 70px 15px 70px 15px; } }
  .section.organization-leaderboard {
    overflow: hidden; }
  .section .headline, .section .swal2-modal .swal2-title, .swal2-modal .section .swal2-title {
    margin-left: -15px; }
    @media (min-width: 768px) {
      .section .headline, .section .swal2-modal .swal2-title, .swal2-modal .section .swal2-title {
        margin-left: 0; } }
  .section:first-child {
    padding-top: 0; }
  .section:last-child {
    padding-bottom: 0; }
  .section.section-white-bg {
    background-color: #fff; }
  .section.section-two-tone-bg {
    background: #fff; }
    .section.section-two-tone-bg > [class*="row"] > [class*="col-"]:first-child {
      background-color: #f5f5f5;
      border-bottom: 1px solid #e3e3e3; }
      @media (min-width: 992px) {
        .section.section-two-tone-bg > [class*="row"] > [class*="col-"]:first-child {
          background-color: none;
          border-bottom: 0; } }
    @media (min-width: 1200px) {
      .section.section-two-tone-bg {
        background: whitesmoke;
        background: -webkit-gradient(left top, right top, color-stop(0%, whitesmoke), color-stop(50%, whitesmoke), color-stop(50%, white), color-stop(100%, white));
        background: -webkit-linear-gradient(left, whitesmoke 0%, whitesmoke 50%, white 50%, white 100%);
        background: -o-linear-gradient(left, whitesmoke 0%, whitesmoke 50%, white 50%, white 100%);
        background: -webkit-gradient(linear, left top, right top, from(whitesmoke), color-stop(50%, whitesmoke), color-stop(50%, white), to(white));
        background: linear-gradient(to right, whitesmoke 0%, whitesmoke 50%, white 50%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=1 ); } }
  .section.section-two-tone-bg-alt {
    background: #fff; }
    @media (min-width: 992px) {
      .section.section-two-tone-bg-alt {
        background: whitesmoke;
        background: -webkit-gradient(left top, right top, color-stop(0%, whitesmoke), color-stop(41.66%, whitesmoke), color-stop(41.66%, white), color-stop(100%, white));
        background: -webkit-linear-gradient(left, whitesmoke 0%, whitesmoke 41.66%, white 41.66%, white 100%);
        background: -o-linear-gradient(left, whitesmoke 0%, whitesmoke 41.66%, white 41.66%, white 100%);
        background: -webkit-gradient(linear, left top, right top, from(whitesmoke), color-stop(41.66%, whitesmoke), color-stop(41.66%, white), to(white));
        background: linear-gradient(to right, whitesmoke 0%, whitesmoke 41.66%, white 41.66%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=1 ); } }
    @media (min-width: 1200px) {
      .section.section-two-tone-bg-alt {
        background: whitesmoke;
        background: -webkit-gradient(left top, right top, color-stop(0%, whitesmoke), color-stop(33.333%, whitesmoke), color-stop(33.333%, white), color-stop(100%, white));
        background: -webkit-linear-gradient(left, whitesmoke 0%, whitesmoke 33.333%, white 33.333%, white 100%);
        background: -o-linear-gradient(left, whitesmoke 0%, whitesmoke 33.333%, white 33.333%, white 100%);
        background: -webkit-gradient(linear, left top, right top, from(whitesmoke), color-stop(33.333%, whitesmoke), color-stop(33.333%, white), to(white));
        background: linear-gradient(to right, whitesmoke 0%, whitesmoke 33.333%, white 33.333%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=1 ); } }
  .section.section-gray-bg {
    background-color: #E3E3E3; }
  .section.section-light-gray-bg {
    background-color: #f5f5f5; }
  .section.section-no-padding {
    padding: 0; }
  @media (min-width: 992px) {
    .section.section-bordered-cols > .container > [class*="row"] > [class*="col-"]:not(:last-child),
    .section.section-bordered-cols > [class*="row"] > [class*="col-"]:not(:last-child) {
      border-right: 1px solid #d7d7d6; } }
  .section.section-border-bottom {
    border-bottom: 1px solid #d7d7d6; }
  .jumbotron + .section {
    margin-top: 15px; }
    @media (min-width: 992px) {
      .jumbotron + .section {
        margin-top: 30px; } }
    @media (min-width: 1200px) {
      .jumbotron + .section {
        margin-top: -70px; } }
  .section + .section {
    padding-top: 0; }

.rank {
  display: block;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); }
  @media (min-width: 992px) {
    .rank {
      padding: 20px; } }
  @media (min-width: 768px) {
    .rank.rank-1 {
      padding: 0; } }
  .rank.rank-1 .rank-header {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center top; }
    @media (min-width: 992px) {
      .rank.rank-1 .rank-header {
        padding: 45px 0; } }
  @media (min-width: 768px) {
    .rank.rank-1 .rank-name {
      color: #fff; } }
  .rank.rank-1 .rank-score {
    background-color: #fbb039; }
  @media (min-width: 992px) {
    .rank.rank-1 .rank-body {
      padding: 50px 20px 45px 20px; } }
  .rank.rank-3 .rank-score {
    background-color: #966342; }
  .rank .rank-header {
    display: block;
    padding: 20px;
    width: 100%;
    border-bottom: 1px solid #E3E3E3; }
    .rank .rank-header:before, .rank .rank-header:after {
      content: " ";
      display: table; }
    .rank .rank-header:after {
      clear: both; }
    @media (max-width: 767.9px) {
      .rank .rank-header {
        background-image: none !important; } }
    @media (min-width: 768px) {
      .rank .rank-header {
        padding: 35px 0;
        background-color: #f5f5f5;
        border: 0; } }
  .rank .rank-headshot,
  .rank .rank-name {
    display: inline-block;
    float: left; }
    @media (min-width: 768px) {
      .rank .rank-headshot,
      .rank .rank-name {
        display: block;
        float: none; } }
  .rank .rank-headshot {
    display: block;
    width: 65px;
    height: 65px;
    margin-right: 15px;
    -webkit-box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center; }
    @media (min-width: 768px) {
      .rank .rank-headshot {
        margin: 0 auto 23px auto;
        width: 110px;
        height: 110px; } }
  .rank .rank-name {
    color: #1f2025;
    font-size: 18px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: 0 0 15px 0; }
    .rank .rank-name:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .rank .rank-name {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
        font-size: 22px; } }
    @media (min-width: 768px) {
      .rank .rank-name {
        font-size: 30px; } }
  .rank .rank-position {
    display: block;
    margin: 10px 0 0 0;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    color: #777777;
    font-size: 12px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .rank .rank-position {
        margin: 15px 0 0 0;
        width: 100%;
        text-align: center; } }
    @media (min-width: 768px) {
      .rank .rank-position {
        font-size: 14px; } }
  .rank .rank-body {
    position: relative;
    display: block;
    height: 67px; }
    @media (min-width: 768px) {
      .rank .rank-body {
        width: 100%;
        height: auto;
        padding: 50px 0 25px 0; } }
  .rank .rank-score,
  .rank .rank-points {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 768px) {
      .rank .rank-score,
      .rank .rank-points {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .rank .rank-score {
    left: 20px;
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    background-color: #777777;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 35px; }
    @media (min-width: 768px) {
      .rank .rank-score {
        left: 0;
        right: 0;
        top: -20px;
        width: 40px;
        height: 40px;
        line-height: 40px; } }
  .rank .rank-points {
    position: absolute;
    right: 20px;
    display: block;
    text-align: center; }
    @media (min-width: 768px) {
      .rank .rank-points {
        position: static; } }
    .rank .rank-points label,
    .rank .rank-points p {
      display: inline-block; }
      @media (min-width: 768px) {
        .rank .rank-points label,
        .rank .rank-points p {
          display: block; } }
    .rank .rank-points label {
      margin: 0 5px 0 0;
      font-size: 12px;
      color: #777777;
      font-weight: 400; }
      @media (min-width: 768px) {
        .rank .rank-points label {
          margin: 0 0 2px 0;
          text-transform: uppercase;
          font-weight: 700; } }
    .rank .rank-points p {
      margin: 0;
      color: #10a0b5;
      font-size: 14px; }
      @media (min-width: 768px) {
        .rank .rank-points p {
          font-size: 22px; } }
  .rank .rank-meta {
    display: block;
    padding: 20px; }
    @media (min-width: 768px) {
      .rank .rank-meta {
        margin-top: 40px;
        border-top: 1px solid #E3E3E3; } }
  .rank .rank-medal img,
  .rank .rank-medal span {
    display: inline-block; }
  .rank .rank-medal img {
    width: 20px;
    height: auto; }
  .rank .rank-medal span {
    margin: 0;
    padding-left: 5px;
    color: #3d3d3d;
    font-size: 14px;
    max-width: -webkit-calc(100% - 25px);
    max-width: calc(100% - 25px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .rank .progress-bar-group .progress {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px); }
  .rank .progress-bar-group .progress-bar-label {
    width: 150px; }
  .rank .rank-stats {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    text-align: center; }
  .rank .rank-stat {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0 6px;
    color: #AAAAAA;
    font-size: 13px;
    text-transform: uppercase; }
    .rank .rank-stat:not(:last-child):after {
      content: '|';
      position: absolute;
      right: -11px;
      color: #AAAAAA; }
  .rank.rank-alt {
    padding: 0; }
    .rank.rank-alt .rank-header {
      padding: 30px 20px 30px 20px;
      background: none; }
      @media (min-width: 768px) {
        .rank.rank-alt .rank-header {
          padding: 20px 10px 0 10px; } }
      @media (min-width: 768px) {
        .rank.rank-alt .rank-header {
          padding: 30px 20px 0 20px; } }
      .rank.rank-alt .rank-header:last-child {
        padding-bottom: 40px; }
    .rank.rank-alt .rank-name {
      font-size: 18px; }
      @media (min-width: 768px) {
        .rank.rank-alt .rank-name {
          font-size: 22px; } }
    .rank.rank-alt .rank-score,
    .rank.rank-alt .rank-points {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .rank.rank-alt .rank-points {
      text-align: right; }
      .rank.rank-alt .rank-points p {
        font-size: 16px;
        text-align: right; }

.headline, .swal2-modal .swal2-title {
  display: block;
  margin: 0 0 15px 0;
  font-size: 24px; }
  @media (min-width: 992px) {
    .headline, .swal2-modal .swal2-title {
      font-size: 28px;
      margin: 0 0 20px 0; } }
  @media (min-width: 1200px) {
    .headline, .swal2-modal .swal2-title {
      margin: 0 0 40px 0; } }
  .headline.headline-center, .swal2-modal .headline-center.swal2-title {
    text-align: left; }
    @media (min-width: 1200px) {
      .headline.headline-center, .swal2-modal .headline-center.swal2-title {
        text-align: center; } }
  @media (max-width: 767.9px) {
    .headline.headline-has-button .btn, .swal2-modal .headline-has-button.swal2-title .btn, .headline.headline-has-button .swal2-modal .swal2-styled, .swal2-modal .headline.headline-has-button .swal2-styled, .swal2-modal .headline-has-button.swal2-title .swal2-styled {
      display: block;
      float: none !important;
      clear: both !important;
      padding: 8px 10px;
      font-size: 12px;
      margin: 15px 0 0 0;
      max-width: 150px; } }

.row-no-padding > [class*="col-"] {
  padding: 0; }

.row-is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .row-is-flex > [class*="col-"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

.row-bordered > [class*="col-"] {
  border-bottom: 1px solid #cfcfce; }
  .row-bordered > [class*="col-"]:first-child {
    border-right: 1px solid #cfcfce; }

.row-bordered.row-bordered-no-bottom > [class*="col-"] {
  border-bottom: 0; }
  .row-bordered.row-bordered-no-bottom > [class*="col-"]:first-child {
    border-right: 1px solid #cfcfce; }

.chart-card {
  display: block;
  padding: 20px;
  background-color: #fff; }
  .chart-card:before, .chart-card:after {
    content: " ";
    display: table; }
  .chart-card:after {
    clear: both; }
  @media (min-width: 992px) {
    .chart-card {
      padding: 50px; } }
  .chart-card .chart-card-title {
    position: absolute;
    top: 50%;
    left: 140px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    float: right;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin: 0;
    color: #1f2025;
    font-size: 26px;
    line-height: 1;
    text-align: left; }
    @media (min-width: 992px) {
      .chart-card .chart-card-title {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        display: block;
        margin: 0 0 30px 0;
        float: none;
        width: 100%;
        text-align: center;
        font-size: 22px; } }
    .chart-card .chart-card-title .chart-card-title-label {
      display: block;
      color: #A1A1A1;
      margin: 9px 0 0 0;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 500; }
      @media (min-width: 992px) {
        .chart-card .chart-card-title .chart-card-title-label {
          display: none; } }
  .chart-card .chart-card-chart {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    float: left; }
    @media (min-width: 992px) {
      .chart-card .chart-card-chart {
        display: block;
        width: 190px;
        height: 190px;
        margin: 0 auto;
        float: none; } }
    .chart-card .chart-card-chart svg {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    .chart-card .chart-card-chart .donut {
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: rotateZ(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotateZ(-90deg); }
  .chart-card .chart-card-text {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    display: block;
    margin: 0 auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    text-align: center; }
  .chart-card .chart-card-percent {
    display: block;
    margin: 0;
    color: #1f2025;
    font-size: 22px;
    font-weight: 300; }
    @media (min-width: 992px) {
      .chart-card .chart-card-percent {
        margin: 0 0 8px 0;
        font-size: 30px; } }
  .chart-card .chart-card-label {
    display: none;
    margin: 0;
    color: #777777;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600; }
    @media (min-width: 992px) {
      .chart-card .chart-card-label {
        display: block; } }

.chart-cards {
  overflow: visible; }
  @media (min-width: 992px) {
    .chart-cards {
      -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
              box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); } }
  .chart-cards [class*="col-"] {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .chart-cards [class*="col-"] {
        margin-bottom: 0; } }
    .chart-cards [class*="col-"]:last-child {
      margin-bottom: 0; }
      .chart-cards [class*="col-"]:last-child .chart-card {
        border-right: 0;
        margin-bottom: 0; }
    .chart-cards [class*="col-"] .chart-card {
      -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
              box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); }
      @media (min-width: 992px) {
        .chart-cards [class*="col-"] .chart-card {
          margin-bottom: initial;
          border-right: 1px solid #E3E3E3;
          -webkit-box-shadow: initial;
                  box-shadow: initial; } }

.stat-card {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); }
  .stat-card .stat-card-header {
    display: block;
    width: 100%;
    padding: 30px 20px 0 20px; }
  .stat-card .stat-card-headshot {
    display: block;
    margin: 0 auto 23px auto;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    background-color: #f5f5f5; }
  .stat-card .stat-card-name {
    display: block;
    margin: 0;
    font-size: 30px;
    color: #1f2025;
    text-align: center; }
  .stat-card .stat-card-position {
    display: block;
    margin: 15px 0 0 0;
    color: #777777;
    font-size: 14px;
    text-transform: uppercaes;
    text-align: center; }
  .stat-card .stat-card-meta {
    display: block;
    margin-top: 40px;
    padding: 20px;
    border-top: 1px solid #E3E3E3; }
  .stat-card .stat-card-points {
    display: block;
    text-align: center; }
    .stat-card .stat-card-points [class*="col-"]:not(:last-child) {
      border-right: 1px solid #E3E3E3; }
    .stat-card .stat-card-points label {
      display: block;
      margin: 0 0 2px 0;
      font-size: 12px;
      color: #777777;
      text-transform: uppercase; }
    .stat-card .stat-card-points p {
      display: block;
      margin: 0;
      color: #10a0b5;
      font-size: 22px; }

.post-card {
  display: block;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding: 32px; }
  .post-card.link {
    cursor: pointer; }
  .post-card div.img-responsive {
    min-height: 180px;
    background: url(https://res.cloudinary.com/wildsparq/image/upload/ui/web/ws-logo.svg) center center no-repeat #eeeeee;
    -webkit-background-size: cover;
            background-size: cover; }
    .post-card div.img-responsive.wide {
      margin-top: -32px;
      margin-left: -32px;
      margin-right: -32px;
      width: -webkit-calc(100% + 64px);
      width: calc(100% + 64px);
      -webkit-box-shadow: 0 -60px 50px -50px rgba(0, 0, 0, 0.1) inset;
              box-shadow: 0 -60px 50px -50px rgba(0, 0, 0, 0.1) inset;
      max-width: none; }
  .post-card .meta {
    display: block;
    margin-top: 30px;
    font-family: "Open Sans", sans-serif; }
    .post-card .meta h3 {
      display: block;
      margin: 0 0 15px 0;
      color: #3d3d3d;
      font-size: 18px;
      line-height: 1.36; }
      @media (min-width: 1200px) {
        .post-card .meta h3 {
          font-size: 22px; } }
    .post-card .meta p, .post-card .meta .snippet {
      display: block;
      margin: 0;
      font-size: 14px;
      color: #777777;
      line-height: 1.8; }
      @media (min-width: 1200px) {
        .post-card .meta p, .post-card .meta .snippet {
          font-size: 16px; } }
  .post-card .footer {
    margin: 32px -32px -32px -32px;
    padding: 16px 32px 16px 32px;
    border-top: 1px solid #cfcfce; }

.unit-card {
  display: block;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .unit-card {
      padding: 30px; } }
  @media (min-width: 992px) {
    .unit-card {
      padding: 25px; } }
  .unit-card .unit-card-banner {
    display: block;
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 15px;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    height: auto; }
    @media (min-width: 1200px) {
      .unit-card .unit-card-banner {
        margin-bottom: 30px; } }
  .unit-card hr {
    border-top-color: #d7d7d6;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 30px;
    margin-bottom: 30px; }
  .unit-card .module-progress-wrapper {
    border-top: solid 1px #d7d7d6;
    border-bottom: solid 1px #d7d7d6;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 18px 25px 15px; }
    @media (min-width: 992px) {
      .unit-card .module-progress-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 18px 25px 15px; } }
  .unit-card .unit-card-module-badge {
    position: absolute;
    width: 74px;
    height: 74px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    border: solid 6px #ffffff;
    margin-top: -52px;
    margin-right: -6px;
    right: 10px;
    -webkit-box-shadow: 0 0 0 10px #fff inset;
            box-shadow: 0 0 0 10px #fff inset; }
    @media (min-width: 768px) {
      .unit-card .unit-card-module-badge {
        right: 30px; } }
    @media (min-width: 992px) {
      .unit-card .unit-card-module-badge {
        position: static;
        right: initial;
        left: 30px;
        margin-top: -65px;
        margin-left: -6px;
        margin-right: 0; } }
    @media (min-width: 1200px) {
      .unit-card .unit-card-module-badge {
        margin-top: -82px;
        left: 19px;
        right: initial; } }
  .unit-card .unit-card-header > :first-child,
  .unit-card .unit-card-main > :first-child {
    margin-top: 0; }
  .unit-card .unit-card-header > :last-child,
  .unit-card .unit-card-main > :last-child {
    margin-bottom: 0; }
  .unit-card .unit-card-header {
    display: block; }
  .unit-card .unit-card-title,
  .unit-card .unit-card-headline {
    display: block;
    margin: 0 0 15px 0; }
    @media (min-width: 992px) {
      .unit-card .unit-card-title,
      .unit-card .unit-card-headline {
        margin: 0 0 20px 0; } }
  .unit-card .unit-card-introduction,
  .unit-card .unit-card-text,
  .unit-card .readMore {
    display: block;
    color: #777777;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.55; }
    @media (min-width: 992px) {
      .unit-card .unit-card-introduction,
      .unit-card .unit-card-text,
      .unit-card .readMore {
        font-size: 15px;
        line-height: 1.7; } }
  @media (min-width: 992px) {
    .unit-card .unit-card-text {
      height: auto !important; } }
  @media (min-width: 992px) {
    .unit-card .unit-card-text + .readMore {
      display: none; } }
  .unit-card .readMore {
    text-transform: uppercase; }
  .unit-card .unit-card-title {
    max-width: -webkit-calc(100% - 74px);
    max-width: calc(100% - 74px);
    color: #1f2025;
    font-size: 26px;
    font-weight: 300; }
    @media (min-width: 992px) {
      .unit-card .unit-card-title {
        max-width: 100%;
        font-size: 34px; } }
  .unit-card .unit-card-label {
    display: block;
    margin: 0 0 15px 0;
    color: #777777;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1; }
    @media (min-width: 992px) {
      .unit-card .unit-card-label {
        margin: 0 0 20px 0; } }
  .unit-card .unit-card-headline {
    color: #3d3d3d;
    font-size: 21px;
    font-weight: 400; }
    @media (min-width: 992px) {
      .unit-card .unit-card-headline {
        font-size: 28px; } }
  .unit-card .progress-bar-label {
    width: 150px; }
    @media (min-width: 1200px) {
      .unit-card .progress-bar-label {
        width: 200px; } }

app-competency-card-mini,
app-unit-card-mini {
  display: block;
  margin: 0 -15px 15px -15px;
  position: relative;
  background: #333;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    app-competency-card-mini,
    app-unit-card-mini {
      margin: 0 0 15px 0; } }
  @media (min-width: 1200px) {
    app-competency-card-mini,
    app-unit-card-mini {
      margin: 0 0 25px 0; } }
  .unit-group:last-child > [class*="col-"]:last-child app-unit-card-mini {
    margin-bottom: 0; }
  app-competency-card-mini .link:after,
  app-unit-card-mini .link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #333;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  app-competency-card-mini .link .btn-group,
  app-unit-card-mini .link .btn-group {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 2; }
    app-competency-card-mini .link .btn-group .btn,
    app-unit-card-mini .link .btn-group .btn, app-unit-card-mini .link .btn-group .swal2-modal .swal2-styled, .swal2-modal app-unit-card-mini .link .btn-group .swal2-styled {
      float: none; }
  app-competency-card-mini .link:hover:after,
  app-unit-card-mini .link:hover:after {
    opacity: 0.75; }
  app-competency-card-mini .link:hover .btn-group,
  app-unit-card-mini .link:hover .btn-group {
    opacity: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  app-competency-card-mini img,
  app-unit-card-mini img {
    width: 100%;
    height: auto; }

.notice-card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }

.module.module-expanded {
  display: block;
  width: 100%; }
  .module.module-expanded .row {
    max-width: 560px;
    margin: 0px; }

.module.module-listing {
  display: block;
  padding: 10px 25px 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  .module.module-listing:last-child {
    padding-bottom: 10px; }
  .module.module-listing .module-title {
    font-size: 22px; }
  .module.module-listing .module-icon {
    width: 45px;
    height: 45px; }
  .module.module-listing:hover {
    background-color: rgba(0, 0, 0, 0.05); }

.module .module-header {
  padding: 30px 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #d7d7d6; }
  .module .module-header:before, .module .module-header:after {
    content: " ";
    display: table; }
  .module .module-header:after {
    clear: both; }
  .module .module-header .half-container {
    padding: 30px 30px; }

.module .module-hello {
  position: relative;
  padding: 0px 10px; }
  .module .module-hello .module-icon,
  .module .module-hello .module-meta {
    display: inline-block;
    vertical-align: top; }
    .module .module-hello .module-icon .module-label, .module .module-hello .module-icon .lesson-progress .lesson-progress-label, .lesson-progress .module .module-hello .module-icon .lesson-progress-label,
    .module .module-hello .module-meta .module-label,
    .module .module-hello .module-meta .lesson-progress .lesson-progress-label,
    .lesson-progress .module .module-hello .module-meta .lesson-progress-label {
      padding: 0; }
  .module .module-hello .module-icon {
    margin-right: 15px; }
  .module .module-hello .module-meta {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.module .module-icon {
  width: 65px;
  height: 65px;
  -webkit-border-radius: 100%;
          border-radius: 100%; }

.module .module-title {
  margin: 0;
  color: #3d3d3d;
  font-weight: 400;
  font-size: 28px;
  line-height: 1; }

.module .module-label, .module .lesson-progress .lesson-progress-label, .lesson-progress .module .lesson-progress-label {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 15px;
  color: #777777;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1; }

.module .module-kebab {
  display: block;
  margin-top: 17px;
  float: right;
  padding: 4px 16px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 0px 5px rgba(0, 0, 0, 0.1);
  left: 20px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .module .module-kebab.active .middle {
    -webkit-transform: scale(4.5);
        -ms-transform: scale(4.5);
            transform: scale(4.5);
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  .module .module-kebab.active .cross {
    visibility: visible;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
  .module .module-kebab.active figure {
    background: #f5f5f5; }
  .module .module-kebab figure {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background: #cfcfce;
    margin: 3px 0; }
  .module .module-kebab .middle {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    position: relative;
    -webkit-filter: blur(0.1px);
    filter: blur(0.1px); }
  .module .module-kebab .cross {
    position: absolute;
    margin: 0;
    position: absolute;
    top: 19px;
    left: 18.5px;
    visibility: hidden;
    color: #1f2025;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 18px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }

.module .module-progress-wrapper {
  padding: 20px 30px;
  border-bottom: 1px solid #d7d7d6; }
  .module .module-progress-wrapper .half-container {
    padding: 30px 30px; }

.module .module-due-date {
  padding: 5px 0 0;
  float: right;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase; }

.module .module-main {
  padding: 30px 15px; }
  @media (min-width: 768px) {
    .module .module-main {
      padding: 45px 30px; } }
  .module .module-main .half-container {
    padding-left: 30px;
    padding-right: 30px; }
  .module .module-main .module-lesson-review {
    max-width: 100%; }
    @media (min-width: 992px) {
      .module .module-main .module-lesson-review {
        max-width: 560px; } }

.module .module-lesson-group {
  display: block;
  width: 100%; }
  .module .module-lesson-group:before, .module .module-lesson-group:after {
    content: " ";
    display: table; }
  .module .module-lesson-group:after {
    clear: both; }
  .module .module-lesson-group:not(:last-child) {
    margin-bottom: 30px; }
  .module .module-lesson-group .module-label, .module .module-lesson-group .lesson-progress .lesson-progress-label, .lesson-progress .module .module-lesson-group .lesson-progress-label {
    display: block;
    color: #3d3d3d;
    margin-bottom: 15px; }
  .module .module-lesson-group ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
  .module .module-lesson-group li {
    padding: 0; }
    .module .module-lesson-group li.active .lesson-listing {
      background: rgba(0, 0, 0, 0.05); }
    .module .module-lesson-group li.active .lesson-meta .lesson-icon, .module .module-lesson-group li.active .lesson-meta .lesson-title {
      font-weight: bold; }
    .module .module-lesson-group li.active .lesson-listing.lesson-complete .lesson-icon .path1:before,
    .module .module-lesson-group li.active .lesson-listing.lesson-complete:hover .lesson-icon .path1:before {
      color: #222222; }

.module .module-non-active-modules {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .module .module-non-active-modules.active {
    border-bottom: inset 0 7px 10px -7px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, 0.14);
            box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, 0.14);
    padding: 20px 0;
    background-color: #f5f5f5; }

.module-lesson-emoji-mesage {
  position: relative;
  margin: 0; }
  @media (max-width: 400px) {
    .module-lesson-emoji-mesage {
      top: -10px; } }
  .module-lesson-emoji-mesage h1 {
    margin-top: 0; }
  .module-lesson-emoji-mesage p {
    margin-bottom: 0; }

.lesson .lesson-meta {
  position: relative; }
  .lesson .lesson-meta:before, .lesson .lesson-meta:after {
    content: " ";
    display: table; }
  .lesson .lesson-meta:after {
    clear: both; }
  .lesson .lesson-meta .lesson-icon,
  .lesson .lesson-meta .lesson-title {
    float: left;
    display: inline-block; }

.lesson .lesson-title {
  display: block;
  margin: 0;
  line-height: 20px;
  color: #777777;
  font-size: 13.5px;
  font-weight: 400; }
  @media (min-width: 992px) {
    .lesson .lesson-title {
      font-size: 15px; } }
  .lesson .lesson-title small {
    font-weight: 600;
    font-size: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    display: none; }
    @media (min-width: 992px) {
      .lesson .lesson-title small {
        font-size: 11px; } }

.lesson .lesson-points {
  color: #10a0b5;
  font-size: 16px;
  font-weight: 400; }

.split-panel {
  position: relative;
  z-index: 3; }
  @media (min-width: 992px) {
    .split-panel {
      overflow: hidden; } }
  .split-panel > div > div:last-child {
    position: relative;
    z-index: 1;
    background: #fff; }
  .split-panel .split-panel-aside,
  .split-panel .split-panel-content {
    display: block;
    width: 100%; }
  .split-panel .split-panel-content {
    padding-top: 40px;
  }
    @media (min-width: 992px) {
      .split-panel .split-panel-aside,
      .split-panel .split-panel-content {
        min-height: 100vh; } }
    @media (max-width: 991px) {
      .split-panel .split-panel-content.lesson-split-panel-content {
        padding-top: 92px;
      }
    }
  .split-panel .split-panel-aside {
    position: fixed;
    bottom: 42px;
    left: 0;
    right: 0;
    z-index: 99999;
    display: block;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    @media (min-width: 992px) {
      .split-panel .split-panel-aside {
        position: static;
        z-index: initial;
        height: initial;
        margin-top: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
    .split-panel .split-panel-aside.open {
      -webkit-transform: translateY(42px);
          -ms-transform: translateY(42px);
              transform: translateY(42px); }
  .split-panel .split-panel-aside-wrapper {
    background: #fff;
    display: block;
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden; }
    @media (min-width: 992px) {
      .split-panel .split-panel-aside-wrapper {
        background: none;
        z-index: initial;
        max-height: none;
        overflow-x: initial; } }
  .split-panel .split-panel-aside-nav {
    display: block;
    padding: 1.25rem 1.5rem;
    width: 100%;
    background-color: #1A1A1E;
    -webkit-box-shadow: 0px -5px 31px -9px rgba(0, 0, 0, 0.52);
            box-shadow: 0px -5px 31px -9px rgba(0, 0, 0, 0.52); }
    @media (min-width: 992px) {
      .split-panel .split-panel-aside-nav {
        display: none; } }
    .split-panel .split-panel-aside-nav.split-panel-aside-nav-has-progess:before, .split-panel .split-panel-aside-nav.split-panel-aside-nav-has-progess:after {
      content: " ";
      display: table; }
    .split-panel .split-panel-aside-nav.split-panel-aside-nav-has-progess:after {
      clear: both; }
    .split-panel .split-panel-aside-nav.split-panel-aside-nav-has-progess h3,
    .split-panel .split-panel-aside-nav.split-panel-aside-nav-has-progess .split-panel-aside-nav-progess {
      float: left;
      display: inline-block; }
    .split-panel .split-panel-aside-nav.split-panel-aside-nav-has-progess i {
      font-size: 10px;
      margin-left: 10px; }
    .split-panel .split-panel-aside-nav.split-panel-aside-nav-has-progess h3 {
      position: relative;
      top: 3px;
      width: 50%;
      font-size: 16px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
    .split-panel .split-panel-aside-nav.split-panel-aside-nav-has-progess .split-panel-aside-nav-progess {
      width: 50%; }
    .split-panel .split-panel-aside-nav .split-panel-aside-nav-progess:before, .split-panel .split-panel-aside-nav .split-panel-aside-nav-progess:after {
      content: " ";
      display: table; }
    .split-panel .split-panel-aside-nav .split-panel-aside-nav-progess:after {
      clear: both; }
    .split-panel .split-panel-aside-nav .split-panel-aside-nav-progess span,
    .split-panel .split-panel-aside-nav .split-panel-aside-nav-progess app-progress-bar {
      display: inline-block;
      float: left;
      vertical-align: middle; }
    .split-panel .split-panel-aside-nav .split-panel-aside-nav-progess span {
      color: #89898A;
      font-size: 16px;
      width: 40px;
      margin-right: 8px; }
    .split-panel .split-panel-aside-nav .split-panel-aside-nav-progess app-progress-bar {
      padding: 7px 0;
      width: -webkit-calc(100% - 48px);
      width: calc(100% - 48px); }
      .split-panel .split-panel-aside-nav .split-panel-aside-nav-progess app-progress-bar .progress {
        margin: 0; }
      .split-panel .split-panel-aside-nav .split-panel-aside-nav-progess app-progress-bar .progress-bar-label {
        display: none; }
    .split-panel .split-panel-aside-nav h3,
    .split-panel .split-panel-aside-nav i {
      color: #fff; }
    .split-panel .split-panel-aside-nav h3 {
      display: block;
      margin: 0;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }
    .split-panel .split-panel-aside-nav i {
      position: relative;
      top: -2px;
      margin-left: 10px;
      font-size: 10px;
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  .split-panel .split-panel-content {
    background-color: #fff; }

.lesson-progress .lesson-progress-header {
  display: block;
  padding: 30px;
  background-color: #E3E3E3; }
  .lesson-progress .lesson-progress-header .progress {
    background-color: #fff; }

.lesson-progress .lesson-progress-title {
  display: block;
  margin: 0 0 30px 0;
  font-size: 28px; }
  .lesson-progress .lesson-progress-title.category {
    margin-bottom: 15px; }

.lesson-progress .lesson-progress-main {
  display: block; }
  .lesson-progress .lesson-progress-main .lesson-progress-label {
    margin: 0 30px 15px 30px; }
  .lesson-progress .lesson-progress-main .panel-group {
    margin-bottom: 0; }
  .lesson-progress .lesson-progress-main .panel:last-child {
    margin: 0;
    border-bottom: 0; }

.lesson-progress .lesson-progress-lesson-group {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  float: left;
  padding: 30px 0;
  margin: 0; }
  .lesson-progress .lesson-progress-lesson-group:before, .lesson-progress .lesson-progress-lesson-group:after {
    content: " ";
    display: table; }
  .lesson-progress .lesson-progress-lesson-group:after {
    clear: both; }
  .lesson-progress .lesson-progress-lesson-group + .lesson-progress-lesson-group {
    padding-top: 0; }
  .lesson-progress .lesson-progress-lesson-group .lesson-progress-label {
    display: block;
    color: #3d3d3d;
    margin-bottom: 15px; }
  .lesson-progress .lesson-progress-lesson-group ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
  .lesson-progress .lesson-progress-lesson-group li {
    padding: 0; }
    .lesson-progress .lesson-progress-lesson-group li.active .lesson-listing {
      background: rgba(0, 0, 0, 0.05); }
    .lesson-progress .lesson-progress-lesson-group li.active .lesson-meta .lesson-icon, .lesson-progress .lesson-progress-lesson-group li.active .lesson-meta .lesson-title {
      font-weight: bold; }
    .lesson-progress .lesson-progress-lesson-group li.active .lesson-listing.lesson-complete .lesson-icon .path1:before,
    .lesson-progress .lesson-progress-lesson-group li.active .lesson-listing.lesson-complete:hover .lesson-icon .path1:before {
      color: #222222; }
  .lesson-progress .lesson-progress-lesson-group .form-group {
    padding: 0 16px; }
    .lesson-progress .lesson-progress-lesson-group .form-group label {
      text-transform: none;
      font-size: 14px;
      color: #3d3d3d; }
    .lesson-progress .lesson-progress-lesson-group .form-group small {
      font-size: 72%;
      display: block; }
    .lesson-progress .lesson-progress-lesson-group .form-group .input-group .input-group-btn {
      vertical-align: top; }
    .lesson-progress .lesson-progress-lesson-group .form-group .input-group textarea {
      border-right: solid 1px #ddd; }
    .lesson-progress .lesson-progress-lesson-group .form-group hr {
      margin: 10px 0; }

.lesson-progress .lesson-progress-label {
  color: #3d3d3d; }

.lesson-progress .lesson-listing {
  padding-left: 32px;
  padding-right: 20px;
  display: block; }
  .lesson-progress .lesson-listing.link:hover {
    background-color: #E3E3E3; }
  .lesson-progress .lesson-listing.lesson-active {
    background-color: rgba(0, 0, 0, 0.05); }
  .lesson-progress .lesson-listing:not(.lesson-complete) .lesson-icon .path1:before {
    color: #777777; }

.lesson-progress .panel-group .panel {
  background: transparent !important;
  margin-top: 0px; }
  .lesson-progress .panel-group .panel.card {
    border: none;
    background: transparent !important; }
  .lesson-progress .panel-group .panel .panel-body {
    padding: 0; }
    .lesson-progress .panel-group .panel .panel-body .other-resources .resource {
      padding: 25px 30px;
      border-bottom: solid 1px #d7d7d6; }
      .lesson-progress .panel-group .panel .panel-body .other-resources .resource:last-child {
        border: none; }
      .lesson-progress .panel-group .panel .panel-body .other-resources .resource h4 {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        margin: 0 0 5px;
        color: #3d3d3d; }
      .lesson-progress .panel-group .panel .panel-body .other-resources .resource .snippet, .lesson-progress .panel-group .panel .panel-body .other-resources .resource .snippet p {
        font-size: 14px;
        margin: 0;
        color: #777777; }
  .lesson-progress .panel-group .panel .panel-title {
    padding: 15px 30px 15px 30px;
    cursor: pointer; }
    .lesson-progress .panel-group .panel .panel-title:hover {
      background-color: #f5f5f5; }
    .lesson-progress .panel-group .panel .panel-title i {
      font-size: 80%;
      line-height: 1.8em; }

.floatTasks {
  overflow: hidden; }
  @media (min-width: 992px) {
    .floatTasks .lesson-progress-main {
      position: fixed;
      top: 70px;
      width: 25%;
      width: -webkit-calc((100vw - 280px) / 4);
      width: calc((100vw - 280px) / 4); } }

.lesson-content {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .lesson-content div:first-child .content-wrapper {
    padding-top: 80px;
  }
  .lesson-content div:last-child .content-wrapper {
    padding-bottom: 80px;
  }
}
.lesson-content .content-wrapper,
.lesson-content .content-wrapper.large-wrapper > .task-title{
  max-width: 700px;
  margin: 0 auto 20px;
}
.lesson-content .content-wrapper.large-wrapper {
  max-width: 900px;
}
@media (max-width: 720px) {
  .lesson-content .content-wrapper {
    margin: 0 20px 20px;
  }
}
  .lesson-content .dropdown-menu li {
    margin: 0;
    font-size: 14px; }
  .lesson-content .image-box img {
    width: 100%;
    height: auto; }
  .lesson-content .body table {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin: 20px -30px; }
    .lesson-content .body table tr {
      border-bottom: solid 1px #E3E3E3; }
      .lesson-content .body table tr:first-child td:first-child {
        border-top: 0; }
      .lesson-content .body table tr:last-child td:first-child {
        border-bottom: 0; }
      .lesson-content .body table tr td {
        vertical-align: top;
        padding: 20px 15px;
        border-right: solid 1px #E3E3E3; }
      .lesson-content .body table:not(.app-comp-table) tr td:first-child {
        padding-left: 30px; }
      .lesson-content .body table:not(.app-comp-table) tr td:last-child {
        padding-right: 30px;
        border: none; }
      .lesson-content .body table tr td,
      .lesson-content .body table tr td span {
        font-size: 15px !important;
        line-height: 18px !important; }
    .lesson-content .body table tr:nth-child(even) {
      background: #f5f5f5; }
  .lesson-content .body .list-items {
    margin: 20px 0 30px;
  }
    .lesson-content .body .list-items .field-title {
      margin: 15px 0 5px; }
    .lesson-content .body .list-items .inline {
      display: inline-block; }
      .lesson-content .body .list-items .inline label {
        padding: 0 30px 0 0;
        cursor: pointer; }
    .lesson-content .body .list-items .form-group {
      position: relative;
      top: -15px; }
      .lesson-content .body .list-items .form-group p:first-child {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 0; }
  .lesson-content .body textarea {
    margin-bottom: 20px; }
  .lesson-content .body hr.task-end {
    margin: 20px 0; }
  .lesson-content .body iframe {
    background: url(https://res.cloudinary.com/wildsparq/image/upload/ui/web/wildsparq-spin.gif) center center no-repeat #eeeeee;
    background-color: #eeeeee;
    -webkit-background-size: 64px 64px;
            background-size: 64px; }
  .lesson-content .body iframe {
    width: 100%;
    aspect-ratio: 16 / 9.5;
    -webkit-box-shadow: 0 0 0 10px #f5f5f5;
            box-shadow: 0 0 0 10px #f5f5f5;
    margin: 20px 0 0;}
    @media (min-width: 1200px) {
      .lesson-content .body iframe {
        width: -webkit-calc(100% + 120px);
        width: calc(100% + 120px);
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        position: relative; } }
  .lesson-content .body p.help-block {
    font-size: 14px; }
    .lesson-content .body p.help-block kbd {
      background: #999; }
  .lesson-content .body img {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    width: auto !important;
    height: auto;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 992px) {
      .lesson-content .body img {
        max-width: -webkit-calc(120px + 100%);
        max-width: calc(120px + 100%); } }
  .lesson-content .body figure figcaption {
    font-size: 14px !important;
    line-height: 1.6 !important;
    padding: 10px 0 0; }
  .lesson-content .body div.info-labels {
    position: absolute;
    top: 20px;
    right: 20px; }
    .lesson-content .body div.info-labels pre {
      display: inline-block;
      border: none;
      padding: 5px 10px; }
      .lesson-content .body div.info-labels pre.type {
        color: #fff;
        background: #d7d7d6; }
      .lesson-content .body div.info-labels pre.dirty {
        color: #fff; }
  .lesson-content h1.task-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36.4px;
    word-break: break-word; }
    @media (min-width: 992px) {
      .lesson-content h1.task-title {
        margin-bottom: 40px;
        font-size: 51px; } }
  .lesson-content.resource .image figure img {
    margin: 0; }
  .lesson-content.resource h2 {
    margin: 40px 0 30px; }
  .lesson-content.resource hr {
    border-color: #E3E3E3; }
  .lesson-content.resource .body {
    margin-bottom: 40px; }

.lesson-content .body .app-comp-table tr td, .lesson-content .body .app-comp-table tr td span {
  vertical-align: middle !important;
  border-right: none !important;
  background: white;
  border-color: #E3E3E3 !important;
}

.lesson-content.review .review-task.discussion-task .review-task-response, .lesson-content.review .review-task.action-statement-task .review-task-response {
  padding: 30px; }
@media (min-width: 992px) {
  .lesson-content.review .review-task.discussion-task .review-task-response, .lesson-content.review .review-task.action-statement-task .review-task-response {
    margin: 20px -47px 30px; } }

  .lesson-content.review .review-task.discussion-task .review-task-response, .lesson-content.review .review-task.personal-impact-task .review-task-response {
    padding: 30px; }
    @media (min-width: 992px) {
      .lesson-content.review .review-task.discussion-task .review-task-response, .lesson-content.review .review-task.personal-impact-task .review-task-response {
        margin: 20px -47px 30px; } }
  .lesson-content.review .review-task .text-muted {
    opacity: 0.5; }
  @media (min-width: 992px) {
    .lesson-content.review .review-task .boxed {
      border: solid 1px #E3E3E3;
      background-color: #f5f5f5;
      padding: 5px 10px; } }
  .lesson-content.review .review-task .boxed span {
    line-height: 30px; }
  .lesson-content app-resource-impact .impact {
    position: relative;
    margin-top: 40px; }
    .lesson-content app-resource-impact .impact .textarea-meta {
      position: absolute;
      bottom: -30px;
      right: 0px;
      color: #777777; }
  .lesson-content .ql-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    margin: 0px;
    position: relative; }
  .lesson-content .ql-container.ql-disabled .ql-tooltip {
    visibility: hidden; }
  .lesson-content .ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
    pointer-events: none; }
  .lesson-content .ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%; }
  .lesson-content .ql-clipboard p {
    margin: 0;
    padding: 0; }
  .lesson-content .ql-editor {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    width: 100%;
    max-width: 700px;
    outline: none;
    -o-tab-size: 4;
       tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word; }
    .lesson-content .ql-editor iframe {
      width: 100%;
      height: 32vw;
      max-height: 380px;
      margin-bottom: 20px; }
  .lesson-content .ql-editor > * {
    cursor: text; }
  .lesson-content .ql-editor ul[data-checked=true],
  .lesson-content .ql-editor ul[data-checked=false] {
    pointer-events: none; }
  .lesson-content .ql-editor ul[data-checked=true] > li *,
  .lesson-content .ql-editor ul[data-checked=false] > li * {
    pointer-events: all; }
  .lesson-content .ql-editor ul[data-checked=true] > li::before,
  .lesson-content .ql-editor ul[data-checked=false] > li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all; }
  .lesson-content .ql-editor ul[data-checked=true] > li::before {
    content: '\2611'; }
  .lesson-content .ql-editor ul[data-checked=false] > li::before {
    content: '\2610'; }
  .lesson-content .ql-editor .ql-video {
    display: block;
    max-width: 100%; }
  .lesson-content .ql-editor .ql-video.ql-align-center {
    margin: 0 auto; }
  .lesson-content .ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto; }
  .lesson-content .ql-editor .ql-bg-black {
    background-color: #000; }
  .lesson-content .ql-editor .ql-bg-red {
    background-color: #e60000; }
  .lesson-content .ql-editor .ql-bg-orange {
    background-color: #f90; }
  .lesson-content .ql-editor .ql-bg-yellow {
    background-color: #ff0; }
  .lesson-content .ql-editor .ql-bg-green {
    background-color: #008a00; }
  .lesson-content .ql-editor .ql-bg-blue {
    background-color: #06c; }
  .lesson-content .ql-editor .ql-bg-purple {
    background-color: #93f; }
  .lesson-content .ql-editor .ql-color-white {
    color: #fff; }
  .lesson-content .ql-editor .ql-color-red {
    color: #e60000; }
  .lesson-content .ql-editor .ql-color-orange {
    color: #f90; }
  .lesson-content .ql-editor .ql-color-yellow {
    color: #ff0; }
  .lesson-content .ql-editor .ql-color-green {
    color: #008a00; }
  .lesson-content .ql-editor .ql-color-blue {
    color: #06c; }
  .lesson-content .ql-editor .ql-color-purple {
    color: #93f; }
  .lesson-content .ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif; }
  .lesson-content .ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace; }
  .lesson-content .ql-editor .ql-size-small {
    font-size: 0.75em; }
  .lesson-content .ql-editor .ql-size-large {
    font-size: 1.5em; }
  .lesson-content .ql-editor .ql-size-huge {
    font-size: 2.5em; }
  .lesson-content .ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit; }
  .lesson-content .ql-editor .ql-align-center {
    text-align: center; }
  .lesson-content .ql-editor .ql-align-justify {
    text-align: justify; }
  .lesson-content .ql-editor .ql-align-right {
    text-align: right; }
  .lesson-content .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; }
  .lesson-content .ql-bubble.ql-toolbar:after,
  .lesson-content .ql-bubble .ql-toolbar:after {
    clear: both;
    content: '';
    display: table; }
  .lesson-content .ql-bubble.ql-toolbar button,
  .lesson-content .ql-bubble .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px; }
    .lesson-content .ql-bubble.ql-toolbar button i,
    .lesson-content .ql-bubble .ql-toolbar button i {
      opacity: 0.8; }
  .lesson-content .ql-bubble.ql-toolbar button svg,
  .lesson-content .ql-bubble .ql-toolbar button svg {
    float: left;
    height: 100%; }
  .lesson-content .ql-bubble.ql-toolbar button:active:hover,
  .lesson-content .ql-bubble .ql-toolbar button:active:hover {
    outline: none; }
  .lesson-content .ql-bubble.ql-toolbar input.ql-image[type=file],
  .lesson-content .ql-bubble .ql-toolbar input.ql-image[type=file] {
    display: none; }
  .lesson-content .ql-bubble.ql-toolbar button:hover,
  .lesson-content .ql-bubble .ql-toolbar button:hover,
  .lesson-content .ql-bubble.ql-toolbar button:focus,
  .lesson-content .ql-bubble .ql-toolbar button:focus,
  .lesson-content .ql-bubble.ql-toolbar button.ql-active,
  .lesson-content .ql-bubble .ql-toolbar button.ql-active,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-label:hover,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-label:hover,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-label.ql-active,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-label.ql-active,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-item:hover,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-item:hover,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
    color: #fff; }
  .lesson-content .ql-bubble.ql-toolbar button:hover .ql-fill,
  .lesson-content .ql-bubble .ql-toolbar button:hover .ql-fill,
  .lesson-content .ql-bubble.ql-toolbar button:focus .ql-fill,
  .lesson-content .ql-bubble .ql-toolbar button:focus .ql-fill,
  .lesson-content .ql-bubble.ql-toolbar button.ql-active .ql-fill,
  .lesson-content .ql-bubble .ql-toolbar button.ql-active .ql-fill,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
  .lesson-content .ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
  .lesson-content .ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
  .lesson-content .ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
  .lesson-content .ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
  .lesson-content .ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
  .lesson-content .ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: #fff; }
  .lesson-content .ql-bubble.ql-toolbar button:hover .ql-stroke,
  .lesson-content .ql-bubble .ql-toolbar button:hover .ql-stroke,
  .lesson-content .ql-bubble.ql-toolbar button:focus .ql-stroke,
  .lesson-content .ql-bubble .ql-toolbar button:focus .ql-stroke,
  .lesson-content .ql-bubble.ql-toolbar button.ql-active .ql-stroke,
  .lesson-content .ql-bubble .ql-toolbar button.ql-active .ql-stroke,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
  .lesson-content .ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
  .lesson-content .ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
  .lesson-content .ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
  .lesson-content .ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
  .lesson-content .ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
  .lesson-content .ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
  .lesson-content .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
  .lesson-content .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #fff; }
  @media (pointer: coarse) {
    .lesson-content .ql-bubble.ql-toolbar button:hover:not(.ql-active),
    .lesson-content .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
      color: #ccc; }
    .lesson-content .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .lesson-content .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .lesson-content .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .lesson-content .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
      fill: #ccc; }
    .lesson-content .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .lesson-content .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .lesson-content .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .lesson-content .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
      stroke: #ccc; } }
  .lesson-content .ql-bubble {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .lesson-content .ql-bubble * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .lesson-content .ql-bubble .ql-hidden {
    display: none; }
  .lesson-content .ql-bubble .ql-out-bottom,
  .lesson-content .ql-bubble .ql-out-top {
    visibility: hidden; }
  .lesson-content .ql-bubble .ql-tooltip {
    position: absolute;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
  .lesson-content .ql-bubble .ql-tooltip a {
    cursor: pointer;
    text-decoration: none; }
  .lesson-content .ql-bubble .ql-tooltip.ql-flip {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px); }
  .lesson-content .ql-bubble .ql-formats {
    display: inline-block;
    vertical-align: middle; }
  .lesson-content .ql-bubble .ql-formats:after {
    clear: both;
    content: '';
    display: table; }
  .lesson-content .ql-bubble .ql-stroke {
    fill: none;
    stroke: #ccc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2; }
  .lesson-content .ql-bubble .ql-stroke-miter {
    fill: none;
    stroke: #ccc;
    stroke-miterlimit: 10;
    stroke-width: 2; }
  .lesson-content .ql-bubble .ql-fill,
  .lesson-content .ql-bubble .ql-stroke.ql-fill {
    fill: #ccc; }
  .lesson-content .ql-bubble .ql-empty {
    fill: none; }
  .lesson-content .ql-bubble .ql-even {
    fill-rule: evenodd; }
  .lesson-content .ql-bubble .ql-thin,
  .lesson-content .ql-bubble .ql-stroke.ql-thin {
    stroke-width: 1; }
  .lesson-content .ql-bubble .ql-transparent {
    opacity: 0.4; }
  .lesson-content .ql-bubble .ql-direction svg:last-child {
    display: none; }
  .lesson-content .ql-bubble .ql-direction.ql-active svg:last-child {
    display: inline; }
  .lesson-content .ql-bubble .ql-direction.ql-active svg:first-child {
    display: none; }
  .lesson-content .ql-bubble .ql-picker {
    color: #ccc;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle; }
  .lesson-content .ql-bubble .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%; }
  .lesson-content .ql-bubble .ql-picker-label::before {
    display: inline-block;
    line-height: 22px; }
  .lesson-content .ql-bubble .ql-picker-options {
    background-color: #444;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap; }
  .lesson-content .ql-bubble .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px; }
  .lesson-content .ql-bubble .ql-picker.ql-expanded .ql-picker-label {
    color: #777;
    z-index: 2; }
  .lesson-content .ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #777; }
  .lesson-content .ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #777; }
  .lesson-content .ql-bubble .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1; }
  .lesson-content .ql-bubble .ql-color-picker,
  .lesson-content .ql-bubble .ql-icon-picker {
    width: 28px; }
  .lesson-content .ql-bubble .ql-color-picker .ql-picker-label,
  .lesson-content .ql-bubble .ql-icon-picker .ql-picker-label {
    padding: 2px 4px; }
  .lesson-content .ql-bubble .ql-color-picker .ql-picker-label svg,
  .lesson-content .ql-bubble .ql-icon-picker .ql-picker-label svg {
    right: 4px; }
  .lesson-content .ql-bubble .ql-icon-picker .ql-picker-options {
    padding: 4px 0px; }
  .lesson-content .ql-bubble .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px; }
  .lesson-content .ql-bubble .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px; }
  .lesson-content .ql-bubble .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0px;
    width: 16px; }
  .lesson-content .ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px; }
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
  .lesson-content .ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
  .lesson-content .ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
  .lesson-content .ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
  .lesson-content .ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
    content: attr(data-label); }
  .lesson-content .ql-bubble .ql-picker.ql-header {
    width: 98px; }
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-label::before,
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-item::before {
    content: 'Normal'; }
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    content: 'Heading 1'; }
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    content: 'Heading 2'; }
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    content: 'Heading 3'; }
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    content: 'Heading 4'; }
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    content: 'Heading 5'; }
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    content: 'Heading 6'; }
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    font-size: 2em; }
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    font-size: 1.5em; }
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    font-size: 1.17em; }
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    font-size: 1em; }
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    font-size: 0.83em; }
  .lesson-content .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    font-size: 0.67em; }
  .lesson-content .ql-bubble .ql-picker.ql-font {
    width: 108px; }
  .lesson-content .ql-bubble .ql-picker.ql-font .ql-picker-label::before,
  .lesson-content .ql-bubble .ql-picker.ql-font .ql-picker-item::before {
    content: 'Sans Serif'; }
  .lesson-content .ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
  .lesson-content .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    content: 'Serif'; }
  .lesson-content .ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
  .lesson-content .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    content: 'Monospace'; }
  .lesson-content .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    font-family: Georgia, Times New Roman, serif; }
  .lesson-content .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    font-family: Monaco, Courier New, monospace; }
  .lesson-content .ql-bubble .ql-picker.ql-size {
    width: 98px; }
  .lesson-content .ql-bubble .ql-picker.ql-size .ql-picker-label::before,
  .lesson-content .ql-bubble .ql-picker.ql-size .ql-picker-item::before {
    content: 'Normal'; }
  .lesson-content .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
  .lesson-content .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    content: 'Small'; }
  .lesson-content .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
  .lesson-content .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    content: 'Large'; }
  .lesson-content .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
  .lesson-content .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    content: 'Huge'; }
  .lesson-content .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    font-size: 10px; }
  .lesson-content .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    font-size: 18px; }
  .lesson-content .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    font-size: 32px; }
  .lesson-content .ql-bubble .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff; }
  .lesson-content .ql-bubble .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000; }
  .lesson-content .ql-bubble .ql-toolbar .ql-formats {
    margin: 8px 12px 8px 0px; }
  .lesson-content .ql-bubble .ql-toolbar .ql-formats:first-child {
    margin-left: 12px; }
  .lesson-content .ql-bubble .ql-color-picker svg {
    margin: 1px; }
  .lesson-content .ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
  .lesson-content .ql-bubble .ql-color-picker .ql-picker-item:hover {
    border-color: #fff; }
  .lesson-content .ql-bubble .ql-tooltip {
    background-color: #444;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    color: #fff; }
  .lesson-content .ql-bubble .ql-tooltip-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: " ";
    display: block;
    left: 50%;
    margin-left: -6px;
    position: absolute; }
  .lesson-content .ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
    border-bottom: 6px solid #444;
    top: -6px; }
  .lesson-content .ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
    border-top: 6px solid #444;
    bottom: -6px; }
  .lesson-content .ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
    display: block; }
  .lesson-content .ql-bubble .ql-tooltip.ql-editing .ql-formats {
    visibility: hidden; }
  .lesson-content .ql-bubble .ql-tooltip-editor {
    display: none; }
  .lesson-content .ql-bubble .ql-tooltip-editor input[type=text] {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 13px;
    height: 100%;
    outline: none;
    padding: 10px 20px;
    position: absolute;
    width: 100%; }
  .lesson-content .ql-bubble .ql-tooltip-editor a {
    top: 10px;
    position: absolute;
    right: 20px; }
  .lesson-content .ql-bubble .ql-tooltip-editor a:before {
    color: #ccc;
    content: "\D7";
    font-size: 16px;
    font-weight: bold; }
  .lesson-content .ql-container.ql-bubble:not(.ql-disabled) a {
    position: relative;
    white-space: nowrap; }
  .lesson-content .ql-container.ql-bubble:not(.ql-disabled) a::before {
    background-color: #444;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    top: -5px;
    font-size: 12px;
    color: #fff;
    content: attr(href);
    font-weight: normal;
    overflow: hidden;
    padding: 5px 15px;
    text-decoration: none;
    z-index: 1; }
  .lesson-content .ql-container.ql-bubble:not(.ql-disabled) a::after {
    border-top: 6px solid #444;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 0;
    content: " ";
    height: 0;
    width: 0; }
  .lesson-content .ql-container.ql-bubble:not(.ql-disabled) a::before,
  .lesson-content .ql-container.ql-bubble:not(.ql-disabled) a::after {
    left: 0;
    margin-left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    -webkit-transition: visibility 0s ease 200ms;
    -o-transition: visibility 0s ease 200ms;
    transition: visibility 0s ease 200ms;
    visibility: hidden; }
  .lesson-content .ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
  .lesson-content .ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
    visibility: visible; }

.body:before, .body:after {
  content: " ";
  display: table; }

.body:after {
  clear: both; }

.body > :first-child {
  margin-top: 0; }

.body > :last-child {
  margin-bottom: 0; }

.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body h6 {
  display: block;
  margin-bottom: 20px;
  color: #2c2d2d;
  font-family: "Open Sans", sans-serif; }

.body h1 {
  margin-bottom: 50px;
  font-size: 35px;
  font-weight: 500; }

.body h2 {
  font-size: 26px;
  font-weight: 400; }

.body h3 {
  font-size: 23.4px;
  font-weight: 400; }

.body h4 {
  font-size: 21.06px;
  font-weight: 400; }

.body h5 {
  font-size: 18.954px;
  font-weight: 400; }

.body h6 {
  font-size: 17.0586px;
  font-weight: 400; }

.body p + h1,
.body p + h2,
.body p + h3,
.body p + h4,
.body p + h5,
.body p + h6,
.body ul + h1,
.body ul + h2,
.body ul + h3,
.body ul + h4,
.body ul + h5,
.body ul + h6 {
  margin-top: 45px; }

.body a:not([class]),
.body button:not([class]),
.body figcaption:not([class]),
.body input:not([class]),
.body textarea:not([class]),
.body label:not([class]),
.body li:not([class]),
.body p:not([class]),
.team-review p:not([class]),
.team-review li:not([class]),
.body span:not([class]),
.body blockquote:not([class]),
.body td {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.003em; }

.body p:not([class]) {
  line-height: 1.8;
}

.body p,
.body ul,
.body ol {
  margin-bottom: 10px;
  }

.body ol:not([class]),
.body ul:not([class]) {
  padding-left: 30px; }

.body ul:not([class]) {
  list-style: disc; }
  .body ul:not([class]) ul {
    list-style: circle; }

.body img,
.body figure.img,
.body .responsive-embed {
  display: block;
  width: 100%;
   margin-top: 30px;
   margin-bottom: 30px;
}
  @media (min-width: 992px) {
    .body img,
    .body figure.img,
    .body .responsive-embed {
      width: 100%; } }
  @media (min-width: 1350px) {
    .body img,
    .body figure.img,
    .body .responsive-embed {
      width: -webkit-calc(100% + 120px);
      width: calc(100% + 120px); } }

.body figure {
  margin-bottom: 30px !important; }
  .body figure img {
    margin-bottom: 0; }

.body blockquote {
  padding: 15px 30px;
  font-size: 22px;
  border-left: 5px solid #10a0b5; }

blockquote,
.body blockquote {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

blockquote:first-of-type,
.body blockquote:first-of-type {
  /* margin-top: 30px; */
}

blockquote:last-of-type,
.body blockquote:last-of-type {
   margin-bottom: 30px;
}

.body hr {
  margin-top: 50px;
  padding-bottom: 50px;
  border-color: #E3E3E3; }

.body .body-top-video {
  display: block;
  margin-bottom: 50px; }

.body .body-title {
  display: block;
  margin: 0 0 45px 0;
  font-size: 34px;
  font-weight: 300; }

.body .body-title-alt {
  display: block;
  margin: 0 0 40px 0;
  font-size: 28px;
  font-weight: 400; }

.body .body-snippet a {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }

.responsive-embed {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin: 15px 0 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .responsive-embed, .responsive-embed.responsive-embed-16by9 {
    padding-bottom: calc(56.25% + 20px); }


    @media (min-width: 992px) {
      .responsive-embed, .responsive-embed.responsive-embed-16by9 {
        padding-bottom: -webkit-calc(56.25% + 20px);
        padding-bottom: calc(56.25% + 20px); } }
    @media (min-width: 1200px) {
      .responsive-embed, .responsive-embed.responsive-embed-16by9 {
        padding-bottom: -webkit-calc(65.25% + 25px);
        padding-bottom: calc(65.25% + 25px); } }
  .responsive-embed.responsive-embed-4by3 {
    padding-bottom: 75%; }
    @media (min-width: 992px) {
      .responsive-embed.responsive-embed-4by3 {
        padding-bottom: -webkit-calc(75% + 10px);
        padding-bottom: calc(75% + 10px); } }
  .responsive-embed .responsive-embed-item,
  .responsive-embed iframe,
  .responsive-embed embed,
  .responsive-embed object,
  .responsive-embed video {
    position: absolute !important;
    top: 0;
    left: 0 !important;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
    bottom: 0;
    height: 100% !important;
    width: 100% !important;
    border: 0;
    margin: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

.half-container {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @media (min-width: 992px) {
    .half-container {
      width: 496px; } }
  @media (min-width: 1200px) {
    .half-container {
      width: 600px; } }
  @media (min-width: 992px) {
    .half-container-left {
      margin-right: 0;
      margin-left: auto; } }
  @media (min-width: 992px) {
    .half-container-right {
      margin-right: auto;
      margin-left: 0; } }

.download .download-pre-text,
.download .download-post-text {
  display: block; }

.download .download-pre-text {
  margin-bottom: 30px; }

.download .download-post-text {
  margin-top: 30px; }

.download .download-box {
  display: block;
  padding: 45px 45px;
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #d7d7d6;
  margin: 10px 0 20px; }
  .download .download-box .download-box-copy {
    display: block;
    margin: 0;
    color: #10a0b5;
    text-align: center; }
    @media (min-width: 992px) {
      .download .download-box .download-box-copy {
        text-align: left; } }
  .download .download-box .download-box-button {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: table;
    margin: 30px auto 0 auto; }
    @media (min-width: 992px) {
      .download .download-box .download-box-button {
        margin: 0; } }

.resource .post-card {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
  .resource .post-card img {
    margin: 0; }

.resource .panel.panel-success {
  margin-top: 30px;
  border: solid 1px #74B567; }
  .resource .panel.panel-success p {
    margin: 0 0 10px;
    padding: 0; }

.team-lesson-review {
  color: #fff;
}

.team-lesson-review {
  position: relative;
  text-align: center;
  width: 220px;
}
.team-lesson-review > button.btn {
  width: 220px;
}

.team-lesson-review > button.btn.btn-fill.disabled {
  position: relative;
  /*left: 30px;*/
  padding-right: 40px;
  padding-left: 20px;
}

.team-lesson-review > .fa.fa-question-circle {
  top: 12px;
  right: 22px;
  position: absolute;
  z-index: 5;
}

.team-lesson-review .btn.disabled {
  background: linear-gradient(250.52deg, #888888 23.04%, #A4A4A4 100%) !important;
  border-color: #8f8f8f !important;
  color: #fff;
  pointer-events: none;
  cursor: default;
}

.profile-card {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .profile-card .profile-card-top {
    display: block;
    padding: 37.5px;
    text-align: center;
    border-bottom: 1px solid #cfcfce; }
  .profile-card .profile-card-main {
    display: block;
    border-bottom: 1px solid #cfcfce; }
    .profile-card .profile-card-main [class*="col"]:not(:last-child) {
      border-right: 1px solid #cfcfce; }
  .profile-card .profile-card-bottom {
    display: block;
    padding: 25px;
    background-color: #f5f5f5; }
    .profile-card .profile-card-bottom .button {
      margin: 0 auto;
      width: 125px; }
  .profile-card .profile-card-avatar {
    display: block;
    width: 125px;
    height: 125px;
    background-position: center center;
    margin: 0 auto 23px auto;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-background-size: cover;
            background-size: cover; }
  .profile-card .profile-card-name {
    display: block;
    margin: 0 0 18px 0;
    color: #1f2025;
    font-size: 26px;
    font-weight: 300;
    line-height: 1; }
    @media (min-width: 992px) {
      .profile-card .profile-card-name {
        font-size: 32px; } }
  .profile-card .profile-card-meta {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none; }
    .profile-card .profile-card-meta li {
      position: relative;
      display: inline-block;
      color: #9A9A9A;
      font-size: 12px; }
      @media (min-width: 992px) {
        .profile-card .profile-card-meta li {
          font-size: 14px; } }
      .profile-card .profile-card-meta li:not(:last-child) {
        margin-right: 20px; }
        .profile-card .profile-card-meta li:not(:last-child):after {
          content: '';
          position: absolute;
          right: -10px;
          top: 50%;
          display: block;
          height: 90%;
          width: 1px;
          background-color: #9A9A9A;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
  .profile-card .profile-card-stat {
    display: block;
    padding: 30px 15px;
    text-align: center; }
    .profile-card .profile-card-stat .profile-card-stat-label,
    .profile-card .profile-card-stat .profile-card-stat-value {
      color: #777777;
      line-height: 1; }
    .profile-card .profile-card-stat .profile-card-stat-label {
      display: block;
      margin: 0 0 10px 0;
      font-size: 10px;
      font-weight: 600;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .profile-card .profile-card-stat .profile-card-stat-label {
          font-size: 12px; } }
    .profile-card .profile-card-stat .profile-card-stat-value {
      display: block;
      margin: 0;
      font-size: 22px; }
      .profile-card .profile-card-stat .profile-card-stat-value.emphasis {
        color: #10a0b5; }

.profile-content .profile-content-widget {
  padding: 0 30px 30px 30px;
  width: 100%; }
  @media (min-width: 992px) {
    .profile-content .profile-content-widget {
      padding: 0 0 50px 0; } }
  .profile-content .profile-content-widget:first-child {
    padding-top: 0; }
  .profile-content .profile-content-widget:not(:last-child) {
    margin-bottom: 50px;
    border-bottom: 1px solid #cfcfce; }
  .profile-content .profile-content-widget .private {
    background: #f5f5f5;
    padding: 30px 45px 10px;
    margin: 0 -45px 30px; }
    .profile-content .profile-content-widget .private p {
      margin-bottom: 25px;
      color: #777777; }

.profile-content .profile-content-widget-inner {
  padding: 0 30px; }
  @media (min-width: 992px) {
    .profile-content .profile-content-widget-inner {
      padding: 0; } }

@media (max-width: 1199.9px) {
  .profile-content-widget-table tbody > tr:not(.child) > td:not(.child).control, .profile-content-widget-table tbody > tr:not(.child) > td:not(.child).td-mobile-label,
  .profile-content-widget-table thead > tr:not(.child) > th:not(.child).control,
  .profile-content-widget-table thead > tr:not(.child) > th:not(.child).td-mobile-label {
    padding: 0;
    display: table-cell; } }

@media (min-width: 1200px) {
  .profile-content-widget-table tbody > tr:not(.child) > td:not(.child).control, .profile-content-widget-table tbody > tr:not(.child) > td:not(.child).td-mobile-label,
  .profile-content-widget-table thead > tr:not(.child) > th:not(.child).control,
  .profile-content-widget-table thead > tr:not(.child) > th:not(.child).td-mobile-label {
    display: none; } }

@media (max-width: 1349.9px) {
  .profile-content-widget-table tbody > tr:not(.child) > td:not(.child).control,
  .profile-content-widget-table thead > tr:not(.child) > th:not(.child).control {
    width: 40px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media (max-width: 1349.9px) {
  .profile-content-widget-table .child {
    text-align: left !important; } }

@media (min-width: 992px) {
  .profile-content-widget-table .member-team #peopletable_wrapper table tr .td-name {
    padding-left: 0 !important; } }

.expandable-text .expandable-text-text,
.expandable-text .expandable-text-toggle {
  font-size: 16px;
  line-height: 2; }

.expandable-text .expandable-text-text {
  color: #777777; }

.expandable-text .expandable-text-toggle {
  color: #1f2025;
  font-weight: 600;
  margin-left: 10px;
  cursor: pointer; }

@media screen and (max-width: 1735px) {
  .expandable-text.body {
    padding-right: 45px; } }

@media screen and (max-width: 768px) {
  .expandable-text.body {
    padding-right: 0;
  }
}

.simple-notification-wrapper{
  z-index: 99999 !important;
}

.simple-table .table td,
.simple-table .table th {
  font-size: 14px;
  font-weight: 400;
  border-color: #E3E3E3; }
  @media (min-width: 992px) {
    .simple-table .table td,
    .simple-table .table th {
      min-width: 200px; } }

.simple-table .table th {
  padding-top: 15px;
  padding-bottom: 15px; }

.simple-table .table td {
  padding-top: 30px;
  padding-bottom: 30px; }

.attributers .attributers-label,
.attributers .attributers-text {
  display: block;
  margin-bottom: 30px;
  font-size: 16px; }

.attributers .attributers-attributes {
  margin: 0 -5px -10px -5px;
  padding: 0;
  list-style: none; }

.attributers .attributers-attribute {
  display: inline-block;
  margin: 0 5px 10px 5px;
  padding: 15px 12px;
  text-align: center;
  color: #10a0b5;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  background-color: #f5f5f5; }
  @media (min-width: 992px) {
    .attributers .attributers-attribute {
      padding: 25px 20px; } }

.member-team #peopletable_wrapper {
  overflow: hidden; }

.member-team #peopletable_filter {
  display: none; }

.edit-profile {
  position: relative;
  display: block; }
  .edit-profile .edit-profile-close {
    position: absolute;
    top: 20px;
    right: 30px;
    opacity: 1; }
    .edit-profile .edit-profile-close span {
      font-size: 30px;
      color: #9A9A9A; }
  .edit-profile .edit-profile-wrapper {
    padding: 40px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 1200px) {
      .edit-profile .edit-profile-wrapper {
        padding: 45px 25px; } }
  .edit-profile .edit-profile-group:before, .edit-profile .edit-profile-group:after {
    content: " ";
    display: table; }
  .edit-profile .edit-profile-group:after {
    clear: both; }
  .edit-profile .edit-profile-group:not(:last-child) {
    margin-bottom: 50px; }
  .edit-profile .edit-profile-headshot {
    position: relative;
    background-color: #E3E3E3;
    height: 150px;
    width: 150px;
    margin: 0 auto 15px auto;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-background-size: cover;
            background-size: cover; }
    .edit-profile .edit-profile-headshot .edit-profile-edit-icon {
      position: absolute;
      bottom: -10px;
      right: -10px; }
      .edit-profile .edit-profile-headshot .edit-profile-edit-icon.rotate {
        right: auto;
        left: -10px;
        z-index: 2; }
      .edit-profile .edit-profile-headshot .edit-profile-edit-icon.save {
        right: auto;
        -webkit-transition: left 0.2s ease, -webkit-transform 0.2s ease;
        transition: left 0.2s ease, -webkit-transform 0.2s ease;
        -o-transition: left 0.2s ease, transform 0.2s ease;
        transition: left 0.2s ease, transform 0.2s ease;
        transition: left 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
        left: -10px;
        background: #0fa0b5;
        color: #fff;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
                transform: scale(0.5);
        -webkit-transition-delay: 0.2s;
             -o-transition-delay: 0.2s;
                transition-delay: 0.2s; }
        .edit-profile .edit-profile-headshot .edit-profile-edit-icon.save.canSave {
          left: -70px;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transition-delay: 0;
               -o-transition-delay: 0;
                  transition-delay: 0;
          -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 1, 1, 0.1);
                  box-shadow: 0px 5px 10px 0px rgba(0, 1, 1, 0.1); }
        .edit-profile .edit-profile-headshot .edit-profile-edit-icon.save.saved {
          background: #74B567;
          -webkit-transition-delay: 0.2s;
               -o-transition-delay: 0.2s;
                  transition-delay: 0.2s; }
  .edit-profile .edit-profile-edit-icon {
    display: block;
    height: 50px;
    width: 50px;
    color: #10a0b5;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 1, 1, 0.1);
            box-shadow: 0px 5px 10px 0px rgba(0, 1, 1, 0.1);
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
    .edit-profile .edit-profile-edit-icon:hover {
      background-color: #fafafa; }
  .edit-profile .edit-profile-edit-meta > .row,
  .edit-profile .edit-profile-personal-attributes > .row {
    margin-bottom: -30px; }
  .edit-profile .edit-profile-edit-meta .form-group,
  .edit-profile .edit-profile-personal-attributes .form-group {
    margin-bottom: 30px; }
  .edit-profile .edit-profile-label {
    display: block;
    margin: 0 0 25px 0;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 1;
    font-weight: 400; }
  .edit-profile .edit-profile-roles-goals-group label {
    color: #3d3d3d; }
  .edit-profile .edit-profile-group-accordion {
    display: block;
    margin: 0; }
    .edit-profile .edit-profile-group-accordion .edit-profile-group-accordion-group {
      position: relative;
      margin: 0;
      border: 0; }
      .edit-profile .edit-profile-group-accordion .edit-profile-group-accordion-group .panel-open .edit-profile-group-accordion-heading {
        border-bottom: 1px solid white; }
      .edit-profile .edit-profile-group-accordion .edit-profile-group-accordion-group + .edit-profile-group-accordion-group {
        border-top: 1px solid #E3E3E3; }
    .edit-profile .edit-profile-group-accordion .edit-profile-group-accordion-heading,
    .edit-profile .edit-profile-group-accordion .panel {
      background-color: #f5f5f5; }
    .edit-profile .edit-profile-group-accordion .edit-profile-group-accordion-heading {
      position: relative;
      display: block;
      padding: 22px 30px;
      color: #9A9A9A;
      font-size: 15px;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 1; }
      .edit-profile .edit-profile-group-accordion .edit-profile-group-accordion-heading.active {
        background: #E3E3E3; }
      .edit-profile .edit-profile-group-accordion .edit-profile-group-accordion-heading i {
        color: #9A9A9A; }
    .edit-profile .edit-profile-group-accordion .panel-body {
      padding: 0; }
    .edit-profile .edit-profile-group-accordion .edit-profile-group-accordion-content {
      height: 0px;
      overflow: hidden;
      -webkit-transition: height 0.25s ease;
      -o-transition: height 0.25s ease;
      transition: height 0.25s ease; }
      .edit-profile .edit-profile-group-accordion .edit-profile-group-accordion-content .edit-profile-roles-goals-group {
        padding: 25px 30px;
        background: #f5f5f5; }
      .edit-profile .edit-profile-group-accordion .edit-profile-group-accordion-content.open {
        height: 400px; }
        .edit-profile .edit-profile-group-accordion .edit-profile-group-accordion-content.open .form-control {
          border-bottom-color: #d7d7d6; }
  .edit-profile .edit-profile-new {
    display: block;
    margin-top: 10px;
    float: right;
    font-weight: 14px;
    font-weight: 600; }
    .edit-profile .edit-profile-new i {
      font-size: 10px; }

.edit-profile-modal {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  max-width: 975px; }
  .edit-profile-modal .modal-content {
    top: 50px;
    left: 0;
    height: fit-content;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    -webkit-transform: initial !important;
        -ms-transform: initial !important;
            transform: initial !important;
    /** fix for IE height calc issues **/ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .edit-profile-modal .modal-content {
        top: 50%; } }
    @media (min-width: 1200px) {
      .edit-profile-modal .modal-content {
        height: fit-content; } }
  .edit-profile-modal .edit-profile-personal-attributes .edit-profile-personal-attributes-legacy-words {
    margin-bottom: -15px; }
    .edit-profile-modal .edit-profile-personal-attributes .edit-profile-personal-attributes-legacy-words app-legacy-word {
      margin-bottom: 15px;
      display: block; }
      .edit-profile-modal .edit-profile-personal-attributes .edit-profile-personal-attributes-legacy-words app-legacy-word i.fa-times {
        opacity: 0; }
      .edit-profile-modal .edit-profile-personal-attributes .edit-profile-personal-attributes-legacy-words app-legacy-word:hover i.fa-times {
        opacity: 1; }
  .edit-profile-modal .edit-profile-bottom {
    display: block;
    padding: 25px;
    background-color: #f5f5f5; }
    .edit-profile-modal .edit-profile-bottom .button {
      margin: 0 auto;
      width: 150px; }

#dash-sparqwork {
  margin-bottom: 30px; }
  @media (max-width: 991.9px) {
    #dash-sparqwork {
      border-right: 0 !important;
      border-left: 0 !important; } }
  @media (min-width: 1200px) {
    #dash-sparqwork {
      margin-bottom: 70px; } }
  #dash-sparqwork > .row:not(.row-wrapper) {
    margin: 0; }
  #dash-sparqwork .module-details {
    display: block;
    padding: 0 15px; }
    @media (min-width: 992px) {
      #dash-sparqwork .module-details {
        padding: 25px 25px;
        border-right: solid 1px #dadada; } }
    #dash-sparqwork .module-details a.unit-art {
      position: relative;
      background: #333;
      display: block; }
      #dash-sparqwork .module-details a.unit-art:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #333;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
      #dash-sparqwork .module-details a.unit-art button {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
      #dash-sparqwork .module-details a.unit-art img {
        max-width: 100%;
        width: 100%;
        height: auto; }
      #dash-sparqwork .module-details a.unit-art:hover:after {
        opacity: 0.5; }
      #dash-sparqwork .module-details a.unit-art:hover button {
        opacity: 1; }
    #dash-sparqwork .module-details .media {
      margin: 15px 0 15px 0;
      border: none;
      padding: 0; }
      @media (min-width: 992px) {
        #dash-sparqwork .module-details .media {
          margin: 20px 40px 0 20px; } }
      #dash-sparqwork .module-details .media .media-left {
        padding-right: 25px; }
        #dash-sparqwork .module-details .media .media-left img {
          max-width: 64px;
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          border: solid 2px #dadada; }
      #dash-sparqwork .module-details .media p {
        display: block;
        color: #777777;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.7; }
      #dash-sparqwork .module-details .media h3.title {
        margin: 10px 0 15px; }
        #dash-sparqwork .module-details .media h3.title a {
          color: inherit;
          font-size: 20px; }
          @media (min-width: 992px) {
            #dash-sparqwork .module-details .media h3.title a {
              font-size: 28px; } }
  #dash-sparqwork .module-label, #dash-sparqwork .lesson-progress .lesson-progress-label, .lesson-progress #dash-sparqwork .lesson-progress-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1; }
    #dash-sparqwork .module-label.module-label-lighter, #dash-sparqwork .lesson-progress .module-label-lighter.lesson-progress-label, .lesson-progress #dash-sparqwork .module-label-lighter.lesson-progress-label {
      color: #B2B2B2; }
  #dash-sparqwork .tasks {
    padding: 30px 15px; }
    @media (min-width: 992px) {
      #dash-sparqwork .tasks {
        padding: 32px 32px; } }
    @media (max-width: 991.9px) {
      #dash-sparqwork .tasks {
        width: 100%; } }
    #dash-sparqwork .tasks .jumbotron {
      padding: 0 32px;
      margin: -32px -32px 30px;
      height: 60px;
      -webkit-border-radius: 0;
              border-radius: 0; }
      @media (min-width: 992px) {
        #dash-sparqwork .tasks .jumbotron {
          height: 80px;
          -webkit-border-radius: 0;
                  border-radius: 0;
          background: #f7f7f7; } }
      #dash-sparqwork .tasks .jumbotron .subnav-wrapper {
        width: auto; }
        #dash-sparqwork .tasks .jumbotron .subnav-wrapper:after {
          display: none; }
    #dash-sparqwork .tasks .module-progress-wrapper {
      position: absolute;
      bottom: 0;
      border-top: solid 1px #dadada;
      width: 100%;
      left: 0;
      padding: 25px 25px; }
      #dash-sparqwork .tasks .module-progress-wrapper .progress {
        display: none; }
        @media (min-width: 768px) {
          #dash-sparqwork .tasks .module-progress-wrapper .progress {
            display: block; } }
      #dash-sparqwork .tasks .module-progress-wrapper .progress-bar-label {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px); }
        @media (min-width: 768px) {
          #dash-sparqwork .tasks .module-progress-wrapper .progress-bar-label {
            width: auto; } }
    #dash-sparqwork .tasks .module-main {
      margin-bottom: 70px; }
      @media (min-width: 1200px) {
        #dash-sparqwork .tasks .module-main {
          margin-bottom: 64px; } }
      #dash-sparqwork .tasks .module-main .module-lesson-group ul {
        margin: 10px 0 30px;
        padding: 0;
        list-style: none; }
        #dash-sparqwork .tasks .module-main .module-lesson-group ul .lesson.lesson-listing {
          float: none; }
      #dash-sparqwork .tasks .module-main .module-lesson-group p {
        margin-bottom: 80px; }

.dash-leaderboard {
  overflow: visible; }
  .dash-leaderboard:before, .dash-leaderboard:after {
    content: " ";
    display: table; }
  .dash-leaderboard:after {
    clear: both; }
  @media (min-width: 1200px) {
    .dash-leaderboard {
      margin-bottom: 70px; } }
  .dash-leaderboard .row.listing {
    overflow: visible; }
  .dash-leaderboard [class*="col-"]:not(:last-child) {
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .dash-leaderboard [class*="col-"]:not(:last-child) {
        margin-bottom: 0; } }
  .dash-leaderboard .rank-header {
    min-height: none; }
    @media (min-width: 768px) {
      .dash-leaderboard .rank-header {
        min-height: 235px; } }
    @media (min-width: 1200px) {
      .dash-leaderboard .rank-header {
        min-height: 220px; } }

.dash-team {
  overflow: visible; }

#reports .report-chart {
  margin-bottom: 30px; }

#reports .chart-cards:before, #reports .chart-cards:after {
  content: " ";
  display: table; }

#reports .chart-cards:after {
  clear: both; }

#reports .section {
  overflow: visible; }

#reports .impact-cards blockquote {
  border: none;
  padding: 0;
  font-size: 15px;
  font-style: italic;
  margin: 0; }
  #reports .impact-cards blockquote:before {
    content: open-quote; }
  #reports .impact-cards blockquote:after {
    content: close-quote; }

#reports .impact-cards .footer i {
  font-size: 0.5em;
  position: relative;
  top: -2px; }

#reports .listing h4 {
  margin-top: 0; }

#reports .listing .user-details p {
  margin-bottom: 25px; }

#content-assignment-container {
  padding: 0 15px; }
  #content-assignment-container .month {
    border: none; }
    #content-assignment-container .month > * {
      background: #eee; }
    #content-assignment-container .month .header {
      border-bottom: solid 3px #fff;
      padding: 25px 30px; }
      #content-assignment-container .month .header p {
        font-size: 12px;
        margin: 0;
        text-align: right; }
    #content-assignment-container .month .content app-content-module {
      margin-bottom: 10px;
      display: block; }
      #content-assignment-container .month .content app-content-module .well {
        margin: 0;
        position: relative;
        padding-right: 30px;
        border: solid 1px #777777; }
        #content-assignment-container .month .content app-content-module .well.open {
          border: dashed 1px #0fa0b5;
          background: #fff; }
        #content-assignment-container .month .content app-content-module .well .module-title {
          display: block; }
        #content-assignment-container .month .content app-content-module .well p {
          font-size: 14px;
          margin: 0; }
        #content-assignment-container .month .content app-content-module .well .dropdown {
          position: absolute;
          top: 10px;
          right: 10px; }
          #content-assignment-container .month .content app-content-module .well .dropdown .dropdown-menu {
            margin-left: -14px;
            margin-top: 5px; }
        #content-assignment-container .month .content app-content-module .well i.fa-lock,
        #content-assignment-container .month .content app-content-module .well i.fa-clock-o {
          position: absolute;
          bottom: 10px;
          right: 10px; }
        #content-assignment-container .month .content app-content-module .well i.fa-gamepad,
        #content-assignment-container .month .content app-content-module .well i.fa-ban {
          position: absolute;
          bottom: 10px;
          right: 30px; }
      #content-assignment-container .month .content app-content-module:last-child {
        margin: 0; }
    #content-assignment-container .month .footer {
      border-top: solid 3px #fff;
      padding: 25px 30px; }

.flexy-table-wrapper {
  overflow-x: scroll; }
  @media (min-width: 992px) {
    .flexy-table-wrapper {
      overflow: initial; } }

.flexy-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 1000px; }
  .flexy-table.loading {
    opacity: 0.5;
    pointer-events: none; }
  .flexy-table .flexy-table-row {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    border-bottom: 1px solid #d9d9d8; }
    .flexy-table .flexy-table-row:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 2px;
      -webkit-transition: background-color 150ms linear;
      -o-transition: background-color 150ms linear;
      transition: background-color 150ms linear; }
    .flexy-table .flexy-table-row.flexy-table-row-expanded:after {
      background-color: #10a0b5; }
    .flexy-table .flexy-table-row.flexy-table-row-expanded > .flexy-table-cols {
      background-color: #f2f3f3; }
      .flexy-table .flexy-table-row.flexy-table-row-expanded > .flexy-table-cols > .flexy-table-col:first-child:after {
        border-bottom: 0 !important;
        border-left: 5px solid transparent !important;
        border-right: 5px solid transparent !important;
        border-top: 5px solid #777777 !important; }
    .flexy-table .flexy-table-row.flexy-table-row-expanded > .flexy-table-expand {
      display: block; }
    .flexy-table .flexy-table-row.flexy-table-row-expandable > .flexy-table-cols {
      cursor: pointer;
      -webkit-transition: background-color 200ms linear;
      -o-transition: background-color 200ms linear;
      transition: background-color 200ms linear;
      transition: background-color 200ms linear; }
      .flexy-table .flexy-table-row.flexy-table-row-expandable > .flexy-table-cols:hover {
        background-color: #f2f3f3; }
      .flexy-table .flexy-table-row.flexy-table-row-expandable > .flexy-table-cols > .flexy-table-col:first-child:after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 15px;
        width: 0px;
        height: 0px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #777777;
        -webkit-transition: -webkit-transform 200ms linear;
        transition: -webkit-transform 200ms linear;
        -o-transition: transform 200ms linear;
        transition: transform 200ms linear;
        transition: transform 200ms linear, -webkit-transform 200ms linear; }
  .flexy-table .flexy-table-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
  .flexy-table .flexy-table-col {
    position: relative;
    padding: 15px 35px;
    min-height: 80px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #AAAAAA;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600; }
    .flexy-table .flexy-table-col.flexy-table-col-longer {
      -webkit-box-flex: 2;
      -webkit-flex: 2;
          -ms-flex: 2;
              flex: 2; }
    .flexy-table .flexy-table-col.flexy-table-col-label {
      min-height: initial;
      padding-top: 0;
      padding-bottom: 15px;
      color: #3d3d3d;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600; }
  .flexy-table .flexy-table-expand {
    display: none;
    border-top: 1px solid #d9d9d8; }
    .flexy-table .flexy-table-expand .flexy-table .flexy-table-row:last-child {
      border-bottom: 0; }
  .flexy-table .name .name-avatar + .name-main {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin-bottom: 0;
    overflow: hidden;
    width: 235px; }

.name {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  }
  .name.image {
    padding-left: 50px; }
  .name .name-main,
  .name .name-sub {
    line-height: 1.2;
    text-transform: initial;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    overflow: hidden;
  }
  .name .name-main {
    display: block;
    margin: 0;
    font-size: 17px;
    color: #777777; }
  .name .name-sub {
    display: block;
    margin: 8px 0 0;
    font-size: 12px;
    color: #adadad; }
  .name .name-avatar {
    display: block;
    height: 35px;
    width: 35px;
    position: absolute;
    left: 0;
    -webkit-border-radius: 100%;
            border-radius: 100%; }
    .name .name-avatar + .name-main {
      display: inline-block; }
  .name .name-group:before, .name .name-group:after {
    content: " ";
    display: table; }
  .name .name-group:after {
    clear: both; }

.micro-graph {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  max-width: 57.5px;
  text-align: center;
  width: 100%; }
  .micro-graph .micro-graph-label {
    display: block;
    margin: 0 0 15px 0;
    text-transform: none;
    color: #777777;
    font-size: 15px;
    line-height: 1;
    font-weight: 500; }
  .micro-graph .micro-graph-gutter,
  .micro-graph .micro-graph-bar {
    -webkit-border-radius: 30px;
            border-radius: 30px; }
  .micro-graph .micro-graph-gutter {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 6px;
    background-color: #d3d8dd; }
    .micro-graph .micro-graph-gutter.loading {
      background-color: #fff;
      -webkit-box-shadow: 0 0 1px #999 inset;
              box-shadow: 0 0 1px #999 inset; }
  .micro-graph .micro-graph-bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    background-color: rgba(68, 125, 247, 0.2); }

.impact {
  word-break: break-word; }

.user-profile {
  position: relative; }
  .user-profile .user-profile-atop {
    display: block;
    cursor: pointer; }
    .user-profile .user-profile-atop.drop-active .icon, .user-profile .user-profile-atop:hover .icon {
      opacity: 1; }
    .user-profile .user-profile-atop .user-profile-photo,
    .user-profile .user-profile-atop .user-profile-name {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .user-profile .user-profile-atop .user-profile-photo {
      display: inline-block;
      height: 35px;
      width: 35px;
      margin-right: 15px;
      }
    .user-profile .user-profile-atop .countdown,
    .user-profile .user-profile-atop .user-profile-name {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: relative;
      display: inline-block;
      margin: 0;
      color: #fff;
      font-size: 16px; }
    .user-profile .user-profile-atop .icon {
      position: relative;
      top: 2px;
      margin-left: 10px;
      opacity: 0.7;
      -webkit-transition: opacity 250ms ease-in-out,
 -webkit-transform 250ms ease-in-out;
      transition: opacity 250ms ease-in-out,
 -webkit-transform 250ms ease-in-out;
      -o-transition: opacity 250ms ease-in-out,
 transform 250ms ease-in-out;
      transition: opacity 250ms ease-in-out,
 transform 250ms ease-in-out;
      transition: opacity 250ms ease-in-out,
 transform 250ms ease-in-out,
 -webkit-transform 250ms ease-in-out; }
  .user-profile .user-profile-photo {
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background-color: #f5f5f5;
    -webkit-background-size: cover;
            background-size: cover; }
  .user-profile .countdown,
  .user-profile .user-profile-name {
    font-family: "Open Sans", sans-serif;
    font-weight: 500; }
  .user-profile .user-profile-mobile-links {
    display: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 1199.9px) {
      .user-profile .user-profile-mobile-links.active {
        display: block; } }
    .user-profile .user-profile-mobile-links li {
      display: block; }
  .user-profile .user-profile-mobile-link {
    display: block;
    width: 100%;
    padding: 8px 33px !important; }
  .user-profile .user-profile-card {
    position: absolute;
    top: 110%;
    right: -50px;
    display: none;
    width: 404px;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: visibility 125ms ease-in-out,
 opacity 125ms ease-in-out,
 -webkit-transform 125ms ease-in-out;
    transition: visibility 125ms ease-in-out,
 opacity 125ms ease-in-out,
 -webkit-transform 125ms ease-in-out;
    -o-transition: visibility 125ms ease-in-out,
 opacity 125ms ease-in-out,
 transform 125ms ease-in-out;
    transition: visibility 125ms ease-in-out,
 opacity 125ms ease-in-out,
 transform 125ms ease-in-out;
    transition: visibility 125ms ease-in-out,
 opacity 125ms ease-in-out,
 transform 125ms ease-in-out,
 -webkit-transform 125ms ease-in-out; }
    @media (min-width: 1200px) {
      .user-profile .user-profile-card {
        display: block; } }
    @media (max-width: 1200px) {
      .user-profile .user-profile-atop .countdown {
        top: 10px; } }
    .user-profile .user-profile-card.active {
      visibility: visible;
      opacity: 1;
      pointer-events: all; }
    .user-profile .user-profile-card:before {
      content: '';
      position: absolute;
      top: -9px;
      right: 45px;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #fff; }
    .user-profile .user-profile-card .user-profile-card-bottom {
      background-color: #f5f5f5;
      border-top: 1px solid #cfcfce; }
    .user-profile .user-profile-card .user-profile-card-wrapper {
      padding: 15px; }
      @media (min-width: 992px) {
        .user-profile .user-profile-card .user-profile-card-wrapper {
          padding: 25px 30px 20px 30px; } }
  .user-profile .user-profile-avatar {
    position: relative; }
    .user-profile .user-profile-avatar .user-profile-photo {
      display: inline-block;
      height: 93px;
      width: 93px;
      margin-right: 25px; }
    .user-profile .user-profile-avatar .user-profile-info {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      display: inline-block; }
    .user-profile .user-profile-avatar .user-profile-name {
      display: block;
      margin: 0 0 15px 0;
      color: #3d3d3d;
      font-size: 22px;
      line-height: 1; }
    .user-profile .user-profile-avatar .user-profile-team {
      display: block;
      margin: 0;
      color: #969696;
      font-size: 14px; }
  .user-profile .user-profile-meta {
    display: block;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center; }
    .user-profile .user-profile-meta li {
      position: relative;
      display: inline-block;
      margin: 0 15.5px;
      color: #969696;
      font-size: 18px;
      list-style: none; }
      .user-profile .user-profile-meta li:not(:last-child):after {
        content: '';
        position: absolute;
        right: -16px;
        top: 50%;
        display: block;
        width: 1px;
        height: 80%;
        background-color: #969696;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
  .user-profile .user-profile-button {
    display: block;
    width: 140px;
    margin: 0 auto 15px auto; }
  .user-profile .user-profile-links {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none; }
    .user-profile .user-profile-links li {
      position: relative;
      display: inline-block;
      margin: 0 10.5px; }
      .user-profile .user-profile-links li:not(:last-child):after {
        content: '';
        position: absolute;
        right: -11px;
        top: 50%;
        display: block;
        width: 1px;
        height: 65%;
        background-color: #3d3d3d;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
  .user-profile .user-profile-link {
    display: block;
    color: #3d3d3d;
    font-size: 12px;
    -webkit-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out; }
    .user-profile .user-profile-link:hover {
      color: #0e8b9e; }

.user-status-icon {
  margin-right: 3px; }

ul.sans-list-style,
ol.sans-list-style {
  padding-left: 0px; }
  ul.sans-list-style li,
  ol.sans-list-style li {
    list-style: none; }

.sidebar-nav-action .alert-drop .alert-drop-icon,
.alert-drop .alert-drop-icon {
  cursor: pointer; }
  .sidebar-nav-action .alert-drop .alert-drop-icon .alertCount,
  .alert-drop .alert-drop-icon .alertCount {
    position: absolute;
    background: #ef4354;
    font-family: "Open Sans", sans-serif;
    font-size: 9px;
    font-weight: bold;
    line-height: 10px;
    display: inline-block;
    width: 13px;
    text-align: center;
    padding-bottom: 2px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    padding-right: 1px;
    -webkit-box-shadow: 0 0 0 2px #1f2025;
            box-shadow: 0 0 0 2px #1f2025; }
    .sidebar-nav-action .alert-drop .alert-drop-icon .alertCount.wiggle,
    .alert-drop .alert-drop-icon .alertCount.wiggle {
      -webkit-animation: ring 2s ease infinite;
              animation: ring 2s ease infinite;
      -webkit-transform-origin: 50% 0 initial;
          -ms-transform-origin: 50% 0 initial;
              transform-origin: 50% 0 initial; }

.sidebar-nav-action .alert-drop .alert-drop-dropdown,
.alert-drop .alert-drop-dropdown {
  display: none;
  padding: 0 0;
  margin: 10px -33px 0;
  background: #111;
  text-align: left;
  -webkit-transition: visibility 125ms ease-in-out,
 opacity 125ms ease-in-out,
 -webkit-transform 125ms ease-in-out;
  transition: visibility 125ms ease-in-out,
 opacity 125ms ease-in-out,
 -webkit-transform 125ms ease-in-out;
  -o-transition: visibility 125ms ease-in-out,
 opacity 125ms ease-in-out,
 transform 125ms ease-in-out;
  transition: visibility 125ms ease-in-out,
 opacity 125ms ease-in-out,
 transform 125ms ease-in-out;
  transition: visibility 125ms ease-in-out,
 opacity 125ms ease-in-out,
 transform 125ms ease-in-out,
 -webkit-transform 125ms ease-in-out; }
  @media (min-width: 1200px) {
    .sidebar-nav-action .alert-drop .alert-drop-dropdown,
    .alert-drop .alert-drop-dropdown {
      position: absolute;
      top: 89%;
      right: -15px;
      width: 404px;
      display: block;
      margin: 0;
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.08);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.08);
      -webkit-border-radius: 3px;
              border-radius: 3px; } }
  .sidebar-nav-action .alert-drop .alert-drop-dropdown.empty,
  .alert-drop .alert-drop-dropdown.empty {
    min-height: 100px; }
  .sidebar-nav-action .alert-drop .alert-drop-dropdown.active,
  .alert-drop .alert-drop-dropdown.active {
    display: block;
    pointer-events: all; }
    @media (min-width: 1200px) {
      .sidebar-nav-action .alert-drop .alert-drop-dropdown.active,
      .alert-drop .alert-drop-dropdown.active {
        visibility: visible;
        opacity: 1; } }
  .sidebar-nav-action .alert-drop .alert-drop-dropdown:before,
  .alert-drop .alert-drop-dropdown:before {
    content: '';
    position: absolute;
    top: -9px;
    right: 28px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff; }
  .sidebar-nav-action .alert-drop .alert-drop-dropdown li,
  .alert-drop .alert-drop-dropdown li {
    display: block;
    width: 100%;
    max-height: 200px;
    list-style: none;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .sidebar-nav-action .alert-drop .alert-drop-dropdown li:first-child,
      .alert-drop .alert-drop-dropdown li:first-child {
        -webkit-border-top-left-radius: 3px;
                border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
                border-top-right-radius: 3px; } }
    @media (min-width: 1200px) {
      .sidebar-nav-action .alert-drop .alert-drop-dropdown li:last-child,
      .alert-drop .alert-drop-dropdown li:last-child {
        -webkit-border-bottom-left-radius: 3px;
                border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
                border-bottom-right-radius: 3px; } }
    @media (min-width: 1200px) {
      .sidebar-nav-action .alert-drop .alert-drop-dropdown li:not(:last-child),
      .alert-drop .alert-drop-dropdown li:not(:last-child) {
        border-bottom: 1px solid #E3E3E3; } }
  .sidebar-nav-action .alert-drop .alert-drop-dropdown .alert-drop-dropdown-message,
  .alert-drop .alert-drop-dropdown .alert-drop-dropdown-message {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #777777;
    font-size: 14px;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    pointer-events: none; }

.sidebar-nav-action .alert-drop .alert-drop-alert,
.alert-drop .alert-drop-alert {
  position: relative;
  padding: 10px 16px;
  display: block;
  width: 100%;
  margin: 0;
  color: #777777;
  font-size: 12px;
  -webkit-transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  border-bottom: solid 1px #464647; }
  .sidebar-nav-action .alert-drop .alert-drop-alert .alert-drop-alert-text,
  .alert-drop .alert-drop-alert .alert-drop-alert-text {
    font-weight: bold; }
  .sidebar-nav-action .alert-drop .alert-drop-alert .alert-drop-alert-description,
  .alert-drop .alert-drop-alert .alert-drop-alert-description {
    display: block; }
  .sidebar-nav-action .alert-drop .alert-drop-alert i,
  .alert-drop .alert-drop-alert i {
    color: #777777;
    font-size: 14px; }
  .sidebar-nav-action .alert-drop .alert-drop-alert.icon,
  .alert-drop .alert-drop-alert.icon {
    padding-left: 40px; }
    @media (min-width: 1200px) {
      .sidebar-nav-action .alert-drop .alert-drop-alert.icon,
      .alert-drop .alert-drop-alert.icon {
        padding-left: 55px; } }
    .sidebar-nav-action .alert-drop .alert-drop-alert.icon .alert-drop-icon,
    .alert-drop .alert-drop-alert.icon .alert-drop-icon {
      position: absolute;
      top: 14px;
      left: 6px; }
      @media (min-width: 1200px) {
        .sidebar-nav-action .alert-drop .alert-drop-alert.icon .alert-drop-icon,
        .alert-drop .alert-drop-alert.icon .alert-drop-icon {
          left: 25px;
          top: 23px; } }
  .sidebar-nav-action .alert-drop .alert-drop-alert.sticky,
  .alert-drop .alert-drop-alert.sticky {
    padding-right: 35px; }
    @media (min-width: 1200px) {
      .sidebar-nav-action .alert-drop .alert-drop-alert.sticky,
      .alert-drop .alert-drop-alert.sticky {
        -webkit-box-shadow: 5px 0 #0fa0b5 inset;
                box-shadow: 5px 0 #0fa0b5 inset;
        padding-right: 55px; } }
  @media (min-width: 1200px) {
    .sidebar-nav-action .alert-drop .alert-drop-alert,
    .alert-drop .alert-drop-alert {
      padding: 20px 30px;
      border: none;
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .sidebar-nav-action .alert-drop .alert-drop-alert:hover,
    .alert-drop .alert-drop-alert:hover {
      background-color: #f5f5f5; } }
  .sidebar-nav-action .alert-drop .alert-drop-alert .alert-drop-alert-sticky i,
  .alert-drop .alert-drop-alert .alert-drop-alert-sticky i {
    position: absolute;
    top: 14px;
    right: 6px;
    color: #9A9A9A;
    font-size: 14px;
    margin: 0; }
    @media (min-width: 1200px) {
      .sidebar-nav-action .alert-drop .alert-drop-alert .alert-drop-alert-sticky i,
      .alert-drop .alert-drop-alert .alert-drop-alert-sticky i {
        top: 22px;
        right: 18px; } }
  .sidebar-nav-action .alert-drop .alert-drop-alert .alert-drop-alert-dismiss,
  .alert-drop .alert-drop-alert .alert-drop-alert-dismiss {
    position: absolute;
    top: 10px;
    right: 4px;
    display: none;
    width: 8px;
    height: 8px;
    padding: 8px;
    -webkit-transition: opacity 250ms ease-in-out,
 -webkit-transform 250ms ease-in-out;
    transition: opacity 250ms ease-in-out,
 -webkit-transform 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out,
 transform 250ms ease-in-out;
    transition: opacity 250ms ease-in-out,
 transform 250ms ease-in-out;
    transition: opacity 250ms ease-in-out,
 transform 250ms ease-in-out,
 -webkit-transform 250ms ease-in-out; }
    .sidebar-nav-action .alert-drop .alert-drop-alert .alert-drop-alert-dismiss:before, .sidebar-nav-action .alert-drop .alert-drop-alert .alert-drop-alert-dismiss:after,
    .alert-drop .alert-drop-alert .alert-drop-alert-dismiss:before,
    .alert-drop .alert-drop-alert .alert-drop-alert-dismiss:after {
      content: '';
      position: absolute;
      height: 1px;
      width: 8px;
      top: 50%;
      left: 0;
      margin-top: -1px;
      background-color: #969696;
      -webkit-transition: background-color 250ms ease-in-out;
      -o-transition: background-color 250ms ease-in-out;
      transition: background-color 250ms ease-in-out; }
    .sidebar-nav-action .alert-drop .alert-drop-alert .alert-drop-alert-dismiss:before,
    .alert-drop .alert-drop-alert .alert-drop-alert-dismiss:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .sidebar-nav-action .alert-drop .alert-drop-alert .alert-drop-alert-dismiss:after,
    .alert-drop .alert-drop-alert .alert-drop-alert-dismiss:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .sidebar-nav-action .alert-drop .alert-drop-alert .alert-drop-alert-dismiss:hover:before, .sidebar-nav-action .alert-drop .alert-drop-alert .alert-drop-alert-dismiss:hover:after,
    .alert-drop .alert-drop-alert .alert-drop-alert-dismiss:hover:before,
    .alert-drop .alert-drop-alert .alert-drop-alert-dismiss:hover:after {
      background-color: #000; }

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  10% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  15% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  20% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  25% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  30% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  35% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  40% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  45% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  100%, 50% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  10% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  15% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  20% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  25% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  30% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  35% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  40% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  45% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  100%, 50% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.resources .post-card {
  -webkit-transition: -webkit-box-shadow 0.35s ease-in-out;
  transition: -webkit-box-shadow 0.35s ease-in-out;
  -o-transition: box-shadow 0.35s ease-in-out;
  transition: box-shadow 0.35s ease-in-out;
  transition: box-shadow 0.35s ease-in-out, -webkit-box-shadow 0.35s ease-in-out; }
  @media (min-width: 768px) {
    .resources .post-card .meta {
      min-height: 180px; } }
  @media (min-width: 992px) {
    .resources .post-card .meta {
      min-height: 220px; } }

.resources .listing {
  overflow: visible; }
  .resources .listing [class*="col-"] {
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    will-change: transform; }
    @media (min-width: 992px) {
      .resources .listing [class*="col-"]:hover {
        -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
                transform: translateY(-5px); } }
    @media (min-width: 992px) {
      .resources .listing [class*="col-"]:hover .post-card {
        -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.15);
                box-shadow: 0 7px 30px rgba(0, 0, 0, 0.15); } }

.login-form {
  display: block; }
  .login-form .dropup .dropdown-menu:before,
  .login-form .dropup .dropdown-menu:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .login-form .card {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 38px 20px 12px !important; }
    @media (min-width: 992px) {
      .login-form .card {
        padding-top: 22vh;
        padding: 30px 30px 50px !important; } }
    .login-form .card .header,
    .login-form .card .content,
    .login-form .card .footer {
      padding: 0 0 30px 0 !important; }
      .login-form .card .header:last-child,
      .login-form .card .content:last-child,
      .login-form .card .footer:last-child {
        padding-bottom: 0 !important; }
    .login-form .card .content {
      padding-bottom: 15px !important; }

.container-relative {
  position: relative; }

app-search-modal .search-modal-close {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  /* .navbar is z-index 999 */ }

app-search-modal .search-modal {
  background: #fff;
  z-index: 1001;
  /* one greater than .search-modal-close */
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 95%;
  position: absolute;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.3); }
  @media (min-width: 992px) {
    app-search-modal .search-modal {
      position: fixed;
      -webkit-transition: top 0.5s 0.5s ease-in-out;
      -o-transition: top 0.5s 0.5s ease-in-out;
      transition: top 0.5s 0.5s ease-in-out;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      max-width: 800px; } }
  app-search-modal .search-modal__input {
    border-bottom: solid 1px #E3E3E3; }
    app-search-modal .search-modal__input input {
      padding: 10px 30px;
      border: none;
      font-size: 30px; }
      app-search-modal .search-modal__input input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #E3E3E3; }
      app-search-modal .search-modal__input input::-moz-placeholder {
        /* Firefox 19+ */
        color: #E3E3E3; }
      app-search-modal .search-modal__input input:-ms-input-placeholder {
        /* IE 10+ */
        color: #E3E3E3; }
      app-search-modal .search-modal__input input:-moz-placeholder {
        /* Firefox 18- */
        color: #E3E3E3; }
    app-search-modal .search-modal__input i {
      position: absolute;
      top: 22px;
      right: 10px;
      font-size: 20px; }
  app-search-modal .search-modal__results {
    background: #fff;
    -webkit-transition: height 0.5s 0.5s ease-in-out;
    -o-transition: height 0.5s 0.5s ease-in-out;
    transition: height 0.5s 0.5s ease-in-out;
    position: relative; }
    @media (min-width: 992px) {
      app-search-modal .search-modal__results {
        max-height: 80vh; } }
    app-search-modal .search-modal__results-item {
      padding: 0 20px; }
      app-search-modal .search-modal__results-item a {
        padding: 5px 10px;
        display: block;
        color: #3d3d3d;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        app-search-modal .search-modal__results-item a i {
          width: 12px;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          position: relative;
          top: 2px; }
        app-search-modal .search-modal__results-item a strong {
          padding-left: 12px;
          white-space: nowrap; }
        app-search-modal .search-modal__results-item a span {
          display: inline-block;
          height: 20px;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          white-space: nowrap;
          padding-left: 10px;
          color: #777777; }
      app-search-modal .search-modal__results-item:first-child {
        margin-top: 10px; }
      app-search-modal .search-modal__results-item:last-child {
        margin-bottom: 10px; }

/*           Labels              */
.label {
  font-weight: normal; }

.btn-social {
  opacity: 0.85;
  padding: 8px 9px; }
  .btn-social .fa {
    font-size: 18px;
    width: 20px;
    vertical-align: middle;
    display: inline-block; }
  .btn-social.btn-round {
    padding: 8px; }
  .btn-social.btn-simple {
    padding: 8px 5px;
    font-size: 16px; }
    .btn-social.btn-simple .fa {
      font-size: 20px;
      position: relative;
      top: -2px;
      width: 24px; }

.btn-facebook {
  border-color: #3b5998;
  color: #3b5998; }
  .btn-facebook:hover,
  .btn-facebook:focus,
  .btn-facebook:active,
  .btn-facebook.active,
  .open > .btn-facebook.dropdown-toggle {
    background-color: transparent;
    color: #3b5998;
    border-color: #3b5998;
    opacity: 1; }
  .btn-facebook:disabled,
  .btn-facebook[disabled],
  .btn-facebook.disabled {
    background-color: transparent;
    border-color: #3b5998; }
  .btn-facebook.btn-fill {
    color: #FFFFFF;
    background-color: #3b5998;
    opacity: 0.9; }
    .btn-facebook.btn-fill:hover,
    .btn-facebook.btn-fill:focus,
    .btn-facebook.btn-fill:active,
    .btn-facebook.btn-fill.active,
    .open > .btn-facebook.btn-fill.dropdown-toggle {
      background-color: #3b5998;
      color: #FFFFFF;
      opacity: 1; }

.btn-twitter {
  border-color: #55acee;
  color: #55acee; }
  .btn-twitter:hover,
  .btn-twitter:focus,
  .btn-twitter:active,
  .btn-twitter.active,
  .open > .btn-twitter.dropdown-toggle {
    background-color: transparent;
    color: #55acee;
    border-color: #55acee;
    opacity: 1; }
  .btn-twitter:disabled,
  .btn-twitter[disabled],
  .btn-twitter.disabled {
    background-color: transparent;
    border-color: #55acee; }
  .btn-twitter.btn-fill {
    color: #FFFFFF;
    background-color: #55acee;
    opacity: 0.9; }
    .btn-twitter.btn-fill:hover,
    .btn-twitter.btn-fill:focus,
    .btn-twitter.btn-fill:active,
    .btn-twitter.btn-fill.active,
    .open > .btn-twitter.btn-fill.dropdown-toggle {
      background-color: #55acee;
      color: #FFFFFF;
      opacity: 1; }

.btn-pinterest {
  border-color: #cc2127;
  color: #cc2127; }
  .btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active,
  .open > .btn-pinterest.dropdown-toggle {
    background-color: transparent;
    color: #cc2127;
    border-color: #cc2127;
    opacity: 1; }
  .btn-pinterest:disabled, .btn-pinterest[disabled], .btn-pinterest.disabled {
    background-color: transparent;
    border-color: #cc2127; }
  .btn-pinterest.btn-fill {
    color: #FFFFFF;
    background-color: #cc2127;
    opacity: 0.9; }
    .btn-pinterest.btn-fill:hover, .btn-pinterest.btn-fill:focus, .btn-pinterest.btn-fill:active, .btn-pinterest.btn-fill.active,
    .open > .btn-pinterest.btn-fill.dropdown-toggle {
      background-color: #cc2127;
      color: #FFFFFF;
      opacity: 1; }

.btn-google {
  border-color: #dd4b39;
  color: #dd4b39; }
  .btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active,
  .open > .btn-google.dropdown-toggle {
    background-color: transparent;
    color: #dd4b39;
    border-color: #dd4b39;
    opacity: 1; }
  .btn-google:disabled, .btn-google[disabled], .btn-google.disabled {
    background-color: transparent;
    border-color: #dd4b39; }
  .btn-google.btn-fill {
    color: #FFFFFF;
    background-color: #dd4b39;
    opacity: 0.9; }
    .btn-google.btn-fill:hover, .btn-google.btn-fill:focus, .btn-google.btn-fill:active, .btn-google.btn-fill.active,
    .open > .btn-google.btn-fill.dropdown-toggle {
      background-color: #dd4b39;
      color: #FFFFFF;
      opacity: 1; }

.btn-linkedin {
  border-color: #0976b4;
  color: #0976b4; }
  .btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active,
  .open > .btn-linkedin.dropdown-toggle {
    background-color: transparent;
    color: #0976b4;
    border-color: #0976b4;
    opacity: 1; }
  .btn-linkedin:disabled, .btn-linkedin[disabled], .btn-linkedin.disabled {
    background-color: transparent;
    border-color: #0976b4; }
  .btn-linkedin.btn-fill {
    color: #FFFFFF;
    background-color: #0976b4;
    opacity: 0.9; }
    .btn-linkedin.btn-fill:hover, .btn-linkedin.btn-fill:focus, .btn-linkedin.btn-fill:active, .btn-linkedin.btn-fill.active,
    .open > .btn-linkedin.btn-fill.dropdown-toggle {
      background-color: #0976b4;
      color: #FFFFFF;
      opacity: 1; }

.btn-dribbble {
  border-color: #ea4c89;
  color: #ea4c89; }
  .btn-dribbble:hover, .btn-dribbble:focus, .btn-dribbble:active, .btn-dribbble.active,
  .open > .btn-dribbble.dropdown-toggle {
    background-color: transparent;
    color: #ea4c89;
    border-color: #ea4c89;
    opacity: 1; }
  .btn-dribbble:disabled, .btn-dribbble[disabled], .btn-dribbble.disabled {
    background-color: transparent;
    border-color: #ea4c89; }
  .btn-dribbble.btn-fill {
    color: #FFFFFF;
    background-color: #ea4c89;
    opacity: 0.9; }
    .btn-dribbble.btn-fill:hover, .btn-dribbble.btn-fill:focus, .btn-dribbble.btn-fill:active, .btn-dribbble.btn-fill.active,
    .open > .btn-dribbble.btn-fill.dropdown-toggle {
      background-color: #ea4c89;
      color: #FFFFFF;
      opacity: 1; }

.btn-github {
  border-color: #333333;
  color: #333333; }
  .btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active,
  .open > .btn-github.dropdown-toggle {
    background-color: transparent;
    color: #333333;
    border-color: #333333;
    opacity: 1; }
  .btn-github:disabled, .btn-github[disabled], .btn-github.disabled {
    background-color: transparent;
    border-color: #333333; }
  .btn-github.btn-fill {
    color: #FFFFFF;
    background-color: #333333;
    opacity: 0.9; }
    .btn-github.btn-fill:hover, .btn-github.btn-fill:focus, .btn-github.btn-fill:active, .btn-github.btn-fill.active,
    .open > .btn-github.btn-fill.dropdown-toggle {
      background-color: #333333;
      color: #FFFFFF;
      opacity: 1; }

.btn-youtube {
  border-color: #e52d27;
  color: #e52d27; }
  .btn-youtube:hover, .btn-youtube:focus, .btn-youtube:active, .btn-youtube.active,
  .open > .btn-youtube.dropdown-toggle {
    background-color: transparent;
    color: #e52d27;
    border-color: #e52d27;
    opacity: 1; }
  .btn-youtube:disabled, .btn-youtube[disabled], .btn-youtube.disabled {
    background-color: transparent;
    border-color: #e52d27; }
  .btn-youtube.btn-fill {
    color: #FFFFFF;
    background-color: #e52d27;
    opacity: 0.9; }
    .btn-youtube.btn-fill:hover, .btn-youtube.btn-fill:focus, .btn-youtube.btn-fill:active, .btn-youtube.btn-fill.active,
    .open > .btn-youtube.btn-fill.dropdown-toggle {
      background-color: #e52d27;
      color: #FFFFFF;
      opacity: 1; }

.btn-stumbleupon {
  border-color: #eb4924;
  color: #eb4924; }
  .btn-stumbleupon:hover, .btn-stumbleupon:focus, .btn-stumbleupon:active, .btn-stumbleupon.active,
  .open > .btn-stumbleupon.dropdown-toggle {
    background-color: transparent;
    color: #eb4924;
    border-color: #eb4924;
    opacity: 1; }
  .btn-stumbleupon:disabled, .btn-stumbleupon[disabled], .btn-stumbleupon.disabled {
    background-color: transparent;
    border-color: #eb4924; }
  .btn-stumbleupon.btn-fill {
    color: #FFFFFF;
    background-color: #eb4924;
    opacity: 0.9; }
    .btn-stumbleupon.btn-fill:hover, .btn-stumbleupon.btn-fill:focus, .btn-stumbleupon.btn-fill:active, .btn-stumbleupon.btn-fill.active,
    .open > .btn-stumbleupon.btn-fill.dropdown-toggle {
      background-color: #eb4924;
      color: #FFFFFF;
      opacity: 1; }

.btn-reddit {
  border-color: #ff4500;
  color: #ff4500; }
  .btn-reddit:hover, .btn-reddit:focus, .btn-reddit:active, .btn-reddit.active,
  .open > .btn-reddit.dropdown-toggle {
    background-color: transparent;
    color: #ff4500;
    border-color: #ff4500;
    opacity: 1; }
  .btn-reddit:disabled, .btn-reddit[disabled], .btn-reddit.disabled {
    background-color: transparent;
    border-color: #ff4500; }
  .btn-reddit.btn-fill {
    color: #FFFFFF;
    background-color: #ff4500;
    opacity: 0.9; }
    .btn-reddit.btn-fill:hover, .btn-reddit.btn-fill:focus, .btn-reddit.btn-fill:active, .btn-reddit.btn-fill.active,
    .open > .btn-reddit.btn-fill.dropdown-toggle {
      background-color: #ff4500;
      color: #FFFFFF;
      opacity: 1; }

.btn-tumblr {
  border-color: #35465c;
  color: #35465c; }
  .btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active,
  .open > .btn-tumblr.dropdown-toggle {
    background-color: transparent;
    color: #35465c;
    border-color: #35465c;
    opacity: 1; }
  .btn-tumblr:disabled, .btn-tumblr[disabled], .btn-tumblr.disabled {
    background-color: transparent;
    border-color: #35465c; }
  .btn-tumblr.btn-fill {
    color: #FFFFFF;
    background-color: #35465c;
    opacity: 0.9; }
    .btn-tumblr.btn-fill:hover, .btn-tumblr.btn-fill:focus, .btn-tumblr.btn-fill:active, .btn-tumblr.btn-fill.active,
    .open > .btn-tumblr.btn-fill.dropdown-toggle {
      background-color: #35465c;
      color: #FFFFFF;
      opacity: 1; }

.btn-behance {
  border-color: #1769ff;
  color: #1769ff; }
  .btn-behance:hover, .btn-behance:focus, .btn-behance:active, .btn-behance.active,
  .open > .btn-behance.dropdown-toggle {
    background-color: transparent;
    color: #1769ff;
    border-color: #1769ff;
    opacity: 1; }
  .btn-behance:disabled, .btn-behance[disabled], .btn-behance.disabled {
    background-color: transparent;
    border-color: #1769ff; }
  .btn-behance.btn-fill {
    color: #FFFFFF;
    background-color: #1769ff;
    opacity: 0.9; }
    .btn-behance.btn-fill:hover, .btn-behance.btn-fill:focus, .btn-behance.btn-fill:active, .btn-behance.btn-fill.active,
    .open > .btn-behance.btn-fill.dropdown-toggle {
      background-color: #1769ff;
      color: #FFFFFF;
      opacity: 1; }

.dropdown-menu {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 9000;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
  }
  .dropdown-menu > li > a,
  .dropdown-menu > li > button {
    padding: 8px 16px;
    color: #333333; }
    .dropdown-menu > li > a img {
      margin-top: -3px; }
  .dropdown-menu > li > a:focus {
    outline: 0 !important; }
  .dropdown-menu li.dropdown-divider {
    height: 2px;
    margin: 4px 0;
    background: #E3E3E3; }
  .btn-group.select .dropdown-menu {
    min-width: 100%; }
  .dropdown-menu > li:first-child > a,
  .dropdown-menu > li:first-child > button {
    margin-top: 5px;
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px; }
  .dropdown-menu > li:last-child > a,
  .dropdown-menu > li:first-child > button {
    margin-bottom: 5px;
    -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px; }
  .select .dropdown-menu > li:first-child > a {
    -webkit-border-radius: 0;
            border-radius: 0;
    border-bottom: 0 none; }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li.selected > a {
    background-color: #F5F5F5;
    color: #333333;
    opacity: 1;
    text-decoration: none; }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover {
    background-color: rgba(68, 125, 247, 0.2);
    color: #333333; }
  .dropdown-menu:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    /* content: ""; */
    /* display: inline-block; */
    /* position: absolute; */
    /* left: 12px; */
    /* top: -11px; */
    /* border-bottom: 11px solid #FFFFFF; */
    /* border-left: 11px solid rgba(0, 0, 0, 0); */
    /* border-right: 11px solid rgba(0, 0, 0, 0); */
    /* content: ""; */
    /* display: inline-block; */
    /* position: absolute; */
    /* left: 12px; */
    /* top: -10px; */
    }
  .dropdown-menu:after {
    /* border-bottom: 11px solid #FFFFFF; */
    /* border-left: 11px solid rgba(0, 0, 0, 0); */
    /* border-right: 11px solid rgba(0, 0, 0, 0); */
    /* content: ""; */
    /* display: inline-block; */
    /* position: absolute; */
    /* left: 12px; */
    top: -10px;
    /* border-bottom: 11px solid rgba(0, 0, 0, 0.2); */
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -11px;
    }
  .dropdown-menu-right:before {
    left: unset;
    right: 0px !important;
    top: -11px;
  }
  .pull-right .dropdown-menu:before {
    left: auto;
    right: 12px; }
  .pull-right .dropdown-menu:after {
    left: auto;
    right: 12px; }
  .dropup .dropdown-menu:before {
    border-bottom: none;
    border-top: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: auto;
    bottom: -11px; }
  .dropup .dropdown-menu:after {
    border-bottom: none;
    border-top: 11px solid #FFFFFF;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: auto;
    bottom: -10px; }
  .dropdown-menu.dropdown-blue > li > a:hover,
  .dropdown-menu.dropdown-blue > li > a:focus,
  .dropdown-menu.dropdown-blue > li.selected > a {
    background-color: rgba(68, 125, 247, 0.2); }
  .dropdown-menu.dropdown-azure > li > a:hover,
  .dropdown-menu.dropdown-azure > li > a:focus,
  .dropdown-menu.dropdown-azure > li.selected > a {
    background-color: rgba(15, 160, 181, 0.2); }
  .dropdown-menu.dropdown-green > li > a:hover,
  .dropdown-menu.dropdown-green > li > a:focus,
  .dropdown-menu.dropdown-green > li.selected > a {
    background-color: rgba(116, 181, 103, 0.2); }
  .dropdown-menu.dropdown-orange > li > a:hover,
  .dropdown-menu.dropdown-orange > li > a:focus,
  .dropdown-menu.dropdown-orange > li.selected > a {
    background-color: rgba(231, 174, 67, 0.2); }
  .dropdown-menu.dropdown-red > li > a:hover,
  .dropdown-menu.dropdown-red > li > a:focus,
  .dropdown-menu.dropdown-red > li.selected > a {
    background-color: rgba(239, 67, 84, 0.2); }
  .dropdown-menu > li.disabled > a {
    background-color: transparent !important;
    opacity: .5; }

.dropdown-with-icons > li > a {
  padding-left: 0px;
  line-height: 28px; }

.dropdown-with-icons .dropdown-menu {
  min-width: 180px; }
  .dropdown-with-icons .dropdown-menu i {
    text-align: center;
    line-height: 28px;
    float: left; }
    .dropdown-with-icons .dropdown-menu i[class^="pe-"] {
      font-size: 24px;
      width: 46px; }
    .dropdown-with-icons .dropdown-menu i[class^="fa"] {
      font-size: 14px;
      width: 38px; }

.btn-group.select {
  overflow: hidden; }

.btn-group.select.open {
  overflow: visible; }

.modal-dialog.modal-lg {
  width: 1200px; }
.modal-dialog.overflow-unset .modal-content {
  overflow: unset !important;
}

.ngx-dropdown-list-container hr {
  display: none;
}
.modal-content {
  border: 0 none;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  top: 60px;
  bottom: 0;
  position: absolute;
  overflow: visible; }
  .modal-content:before, .modal-content:after {
    content: " ";
    display: table; }
  .modal-content:after {
    clear: both; }
  .super .modal-content {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 0px 3000px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 0px 3000px rgba(0, 0, 0, 0.3); }
  @media (max-width: 992px) {
    .modal-content {
      bottom: auto; } }
  @media (min-width: 768px) {
    .modal-content {
      padding: 40px 60px;
      bottom: auto;
      top: 60px; } }
  @media (min-width: 992px) {
    .modal-content {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      position: inherit; } }
  .modal-content .mini {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px; }
  .modal-content .modal-header {
    border: 0 none;
    padding: 20px 0px; }
    .modal-content .modal-header button.close {
      font-size: 30px;
      color: #777;
      opacity: 1; }
  .modal-content .modal-body {
    padding: 20px 0px; }
    .modal-content .modal-body .logo-preview {
      height: 80px;
      background: #131418;
      padding: 10px; }
      .modal-content .modal-body .logo-preview img {
        max-width: 100%;
        top: 50%;
        position: relative;
        -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
        left: 50%; }
  .modal-content .modal-footer {
    border-top: 0 none;
    padding: 20px 0px;
    text-align: center;
    background: #eee;
    margin: 0 -10px -10px; }
    @media (min-width: 768px) {
      .modal-content .modal-footer {
        margin: 0px -60px -40px; } }

.modal-dialog {
  height: 100vh; }
  @media (min-width: 480px) {
    .modal-dialog {
      margin: auto auto; } }

.modal-footer .modal-footer .btn-default.btn-simple {
  font-weight: 400; }

.modal.fade .modal-dialog {
  -ms-transform: none;
      transform: none;
  -webkit-transform: none;
  -moz-transform: none; }

.modal.in .modal-dialog {
  -ms-transform: none;
      transform: none;
  -webkit-transform: none;
  -moz-transform: none; }

.modal-small .modal-dialog {
  max-width: 350px; }

.modal-small .divider {
  margin: 0 auto;
  display: block;
  width: 14px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 16px; }

.modal-small .divider:after {
  position: absolute;
  content: "";
  right: -140px;
  top: 12px;
  height: 1px;
  width: 115px;
  background-color: #E3E3E3; }

.modal-small .divider:before {
  position: absolute;
  content: "";
  left: -140px;
  top: 12px;
  height: 1px;
  width: 115px;
  background-color: #E3E3E3; }

.modal-small .modal-footer {
  text-align: center; }

.social-area {
  text-align: center; }
  .social-area .btn-social {
    margin: 0 10px; }

.modal-backdrop.in {
  opacity: 0.25; }

.modal-dialog.share-guide-modal {
  margin: 0 auto; }
  .modal-dialog.share-guide-modal .modal-content {
    overflow: visible; }
    @media (max-width: 767.9px) {
      .modal-dialog.share-guide-modal .modal-content {
        top: 0;
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        position: relative; } }

@media (min-width: 1200px) {
  .modal-dialog.share-guide-modal {
    width: 1050px; } }

@media (min-width: 1350px) {
  .modal-dialog.share-guide-modal {
    width: 1200px; } }

.card {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  margin-bottom: 30px;
  /*
    background-image: url('https://images.unsplash.com/photo-1438978280647-f359d95ebda4?q=80&fm=jpg&s=73cb1239b517411534379c92660b2660');
    background-size: cover;
    z-index: 1;

    &:before{
        position: absolute;
        width: 94%;
        left: 3%;
        height: 95%;
        z-index: 0;
        background-color: red;
        display: block;
        border-radius: 6px;
        content: "";
        box-shadow: 0 3px 40px rgba(0, 0, 0, 0.2);
        top: 24px;
    }
*/
  /*
    .footer div{
        display: inline-block;
    }
*/ }
  .card .header {
    padding: 19.2px; }
.card .bottom-border {
  border-bottom: 1px solid #d7d7d6; }
  .card .input-group .input-group-addon:last-child {
    -webkit-border-radius: 0px 20px 20px 0px;
            border-radius: 0px 20px 20px 0px;
    padding-left: 1px; }
  .card .input-group .input-group-addon:first-child {
    -webkit-border-radius: 20px 0px 0px 20px;
            border-radius: 20px 0px 0px 20px;
    padding-right: 0px; }
  .card .input-group .input-group-addon.squared {
    -webkit-border-radius: 0px !important;
            border-radius: 0px !important; }
  .card .input-group .input-group-addon.disabled {
    background: #f5f5f5; }
  .card .input-group .rouded-right {
    -webkit-border-radius: 0px 20px 20px 0px;
            border-radius: 0px 20px 20px 0px; }
  .card .input-group input.ng-invalid.ng-touched + .input-group-addon {
    border-color: #ef4354; }
  .card .input-group .input-group-addon + .form-control {
    margin-top: 0px;
    height: 38px;
    border-right: none;
    border-left: none;
    border-color: #d7d7d6; }
    .card .input-group .input-group-addon + .form-control:last-child {
      border-right: solid 1px #d7d7d6; }
  .card .image {
    width: 100%;
    overflow: hidden;
    height: 260px;
    -webkit-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .card .image img {
      width: 100%; }
  .card .filter {
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.68);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0); }
    .card .filter .btn, .card .filter .swal2-modal .swal2-styled, .swal2-modal .card .filter .swal2-styled {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .card:hover .filter {
    opacity: 1;
    filter: alpha(opacity=100); }
  .card .btn-hover {
    opacity: 0;
    filter: alpha(opacity=0); }
  .card:hover .btn-hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .card .map {
    height: 280px;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
    .card .map.map-big {
      height: 420px; }
    .card .card-section {
      padding-bottom: 35px;
      border-bottom: 1px solid #d7d7d6;
    }
  .card .content {
    padding: 19.2px; }
    @media (min-width: 992px) {
      .card .content {
        padding: 32px; } }
  .card .content-no-padding {
    padding: 0; }
    .card .content-no-padding .map {
      margin-top: 32px;
      -webkit-border-radius: 0;
              border-radius: 0; }
  .card .content-full-width {
    padding: 32px 0; }
  .card .header {
    color: #333333;
    font-weight: 300;
    font-size: 22px; }
    .card .header:last-child {
      padding-bottom: 32px; }
  .card .category,
  .card .form-group > label {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 0px; }
    .card .category.error,
    .card .form-group > label.error {
      text-transform: none;
      color: #ef4354; }
    .card .category i,
    .card .form-group > label i {
      font-size: 16px; }
  .card .form-group > label {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .card .title {
    margin: 0;
    color: #333333;
    font-weight: 300; }
  .card .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-right: 5px; }
  .card .description {
    font-size: 14px;
    color: #333; }
  .card .footer {
    padding: 0 32px 32px;
    background-color: transparent;
    line-height: 30px; }
    .card .footer .form-group label {
      margin-bottom: 0; }
    .card .footer .legend {
      padding: 5px 0; }
    .card .footer hr {
      margin-top: 5px;
      margin-bottom: 5px; }
  .card .stats {
    color: #a9a9a9; }
  .card .author {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }
  .card .author i {
    font-size: 14px; }
  .card h6 {
    font-size: 12px;
    margin: 0; }
  .card.card-separator:after {
    height: 100%;
    right: -15px;
    top: 0;
    width: 1px;
    background-color: #d7d7d6;
    content: "";
    position: absolute; }
  .card .ct-chart {
    margin: 0px 0 30px;
    height: 245px;
    position: relative; }
    .card .ct-chart .chartist-tooltip {
      position: absolute;
      background: #333;
      color: #fff;
      display: inline-block;
      padding: 5px 10px;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      opacity: 0; }
      .card .ct-chart .chartist-tooltip.tooltip-show {
        opacity: 1; }
        .card .ct-chart .chartist-tooltip.tooltip-show:after {
          content: '';
          border: solid 8px transparent;
          border-top-color: #333;
          height: 8px;
          width: 8px;
          position: absolute;
          bottom: -16px;
          left: -webkit-calc(50% - 7px);
          left: calc(50% - 7px); }
    .card .ct-chart .ct-point {
      cursor: pointer; }
  .card .table {
    margin-bottom: 0; }
    .card .table tbody .bs-checkbox input,
    .card .table thead .bs-checkbox .th-inner {
      padding-left: 15px; }
    .card .table tbody td:last-child,
    .card .table thead th:last-child {
      padding-right: 15px; }
    .card .table tbody td.bs-checkbox:first-child {
      padding-left: 23px !important; }
  .card .alert {
    -webkit-border-radius: 2px;
            border-radius: 2px;
    position: relative; }
    .card .alert.alert-with-icon {
      padding-left: 65px; }
  .card.card-plain {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important; }
    .card.card-plain .image {
      -webkit-border-radius: 4px;
              border-radius: 4px; }

.card-user .image {
  height: 110px; }

.card-user .image-plain {
  height: 0;
  margin-top: 110px; }

.card-user .author {
  text-align: center;
  text-transform: none;
  margin-top: -70px; }

.card-user .avatar {
  width: 124px;
  height: 124px;
  border: 5px solid #FFFFFF;
  position: relative;
  margin-bottom: 15px;
  background-position: center center;
  -webkit-background-size: cover !important;
          background-size: cover !important; }
  .card-user .avatar.border-gray {
    border-color: #EEEEEE; }

.card-user .title {
  line-height: 24px; }

.card-user .content {
  min-height: 240px; }

.card-user .footer,
.card-price .footer {
  padding: 5px 15px 10px; }

.card-user hr,
.card-price hr {
  margin: 5px 15px; }

.card-wizard {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); }
  .card-wizard .nav-pills {
    margin-left: -32px;
    margin-right: -32px;
    margin-top: 10px;
    margin-bottom: 10px; }
    .card-wizard .nav-pills > li > a {
      text-align: center;
      border: none;
      background-color: #9A9A9A;
      color: #FFFFFF;
      text-transform: uppercase; }
      .card-wizard .nav-pills > li > a:hover, .card-wizard .nav-pills > li > a:focus {
        background-color: #9A9A9A;
        outline: 0 !important; }
    .card-wizard .nav-pills > li:first-child > a,
    .card-wizard .nav-pills > li:last-child > a {
      -webkit-border-radius: 0;
              border-radius: 0; }
  .card-wizard .btn-finish {
    display: none; }
  .card-wizard .header {
    padding-top: 47px;
    padding-bottom: 32px; }
  .card-wizard .footer {
    padding-bottom: 37px; }

.textarea {
  display: block; }
  .textarea-meta {
    display: block; }
    .textarea-meta:before, .textarea-meta:after {
      content: " ";
      display: table; }
    .textarea-meta:after {
      clear: both; }
    .textarea-meta .textarea-label {
      float: left; }
    .textarea-meta .textarea-count {
      float: right; }
  .textarea-label {
    display: block;
    margin: 0;
    color: #777777;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }
  .textarea-input {
    display: block;
    width: 100%;
    height: 175px;
    padding: 20px 30px;
    border: 1px solid #d7d7d6 !important;
    background-color: #fff;
    resize: none; }
    .textarea-input, .textarea-input:focus, .textarea-input:hover {
      outline: none;
      border: none; }
  .textarea-engagement {
    display: block;
    margin: 0;
    padding: 20px 30px;
    background-color: #f5f5f5;
    border: 1px solid #d7d7d6;
    border-top: 0; }
    .textarea-engagement:before, .textarea-engagement:after {
      content: " ";
      display: table; }
    .textarea-engagement:after {
      clear: both; }
    .textarea-engagement button {
      display: block;
      margin: 0;
      float: right; }

.panel {
  border: 0;
  border-bottom: 1px solid #d7d7d6;
  -webkit-box-shadow: none;
          box-shadow: none; }

.panel-default > .panel-heading {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-box-shadow: 0 1px #ddd;
          box-shadow: 0 1px #ddd; }

.panel-group .panel {
  -webkit-border-radius: 0;
          border-radius: 0; }

.panel-title {
  font-size: 18px; }

.panel-title a:hover, .panel-title a:focus {
  text-decoration: none; }

.collapse-hover {
  display: block;
  height: 0px;
  visibility: visible;
  overflow: hidden; }

.panel-title a:hover, .panel-title a:focus {
  color: #797979; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  -webkit-box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, 0.14);
          box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, 0.14); }

.panel-heading {
  padding: 0; }
  .panel-heading .caret {
    float: right;
    margin-top: 12px;
    margin-right: 32px; }
  .panel-heading a {
    padding: 32px 0;
    display: block;
    width: 100%; }
    .content-full-width .panel-heading a {
      padding: 32px 32px; }

.carousel-control {
  width: 8%; }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa, .carousel-control .fa {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5; }

.carousel-control .fa {
  font-size: 35px; }

.carousel-control.left, .carousel-control.right {
  background-image: none; }

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="incrementHours"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="incrementMinutes"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="decrementHours"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="decrementMinutes"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="showHours"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="showMinutes"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="togglePeriod"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="clear"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="today"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.bootstrap-datetimepicker-widget {
  list-style: none; }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 4px;
    width: 19em; }
    @media (min-width: 768px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    @media (min-width: 992px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    @media (min-width: 1200px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom {
      visibility: visible;
      opacity: 1; }
      .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
        right: auto;
        left: 12px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top {
      margin-top: auto;
      margin-bottom: -20px; }
      .bootstrap-datetimepicker-widget.dropdown-menu.top.open {
        margin-top: auto;
        margin-bottom: 5px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
      left: auto;
      right: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
      left: auto;
      right: 7px; }
  .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0; }
  .bootstrap-datetimepicker-widget a[data-action] {
    padding: 0;
    margin: 0;
    border-width: 0;
    background-color: transparent;
    color: #0fa0b5;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .bootstrap-datetimepicker-widget a[data-action]:hover {
      background-color: transparent; }
      .bootstrap-datetimepicker-widget a[data-action]:hover span {
        background-color: #E3E3E3;
        color: #0fa0b5; }
  .bootstrap-datetimepicker-widget a[data-action]:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 56px;
    height: 56px;
    font-weight: 300;
    font-size: 22px;
    margin: 3px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="incrementHours"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="incrementHours"]::after {
    content: "Increment Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="incrementMinutes"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="incrementMinutes"]::after {
    content: "Increment Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="decrementHours"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="decrementHours"]::after {
    content: "Decrement Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="decrementMinutes"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="showHours"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="showHours"]::after {
    content: "Show Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="showMinutes"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="showMinutes"]::after {
    content: "Show Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="togglePeriod"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM"; }
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="clear"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="clear"]::after {
    content: "Clear the picker"; }
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .swal2-modal .swal2-styled[data-action="today"]::after, .swal2-modal .bootstrap-datetimepicker-widget .swal2-styled[data-action="today"]::after {
    content: "Set the date to today"; }
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
    .bootstrap-datetimepicker-widget .picker-switch::after {
      content: "Toggle Date and Time Screens"; }
    .bootstrap-datetimepicker-widget .picker-switch td {
      padding: 0;
      margin: 0;
      height: auto;
      width: auto;
      line-height: inherit; }
      .bootstrap-datetimepicker-widget .picker-switch td span {
        line-height: 2.5;
        height: 2.5em;
        width: 100%;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        margin: 2px 0px !important; }
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0; }
    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
      text-align: center; }
    .bootstrap-datetimepicker-widget table th {
      height: 20px;
      line-height: 20px;
      width: 20px; }
      .bootstrap-datetimepicker-widget table th.picker-switch {
        width: 145px; }
      .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
        background: none;
        color: #d7d7d6;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table th.prev span,
      .bootstrap-datetimepicker-widget table th.next span {
        -webkit-border-radius: 2px;
                border-radius: 2px;
        height: 27px;
        width: 27px;
        line-height: 28px;
        font-size: 12px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        text-align: center; }
      .bootstrap-datetimepicker-widget table th.prev::after {
        content: "Previous Month"; }
      .bootstrap-datetimepicker-widget table th.next::after {
        content: "Next Month"; }
      .bootstrap-datetimepicker-widget table th.dow {
        text-align: center;
        border-bottom: 1px solid #E3E3E3;
        font-size: 12px;
        text-transform: uppercase;
        color: #9A9A9A;
        font-weight: 400;
        padding-bottom: 5px;
        padding-top: 32px; }
    .bootstrap-datetimepicker-widget table thead tr:first-child th {
      cursor: pointer; }
      .bootstrap-datetimepicker-widget table thead tr:first-child th:hover span, .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
        background: #E3E3E3; }
    .bootstrap-datetimepicker-widget table td {
      -webkit-border-radius: 2px;
              border-radius: 2px;
      height: 54px;
      line-height: 54px;
      width: 54px;
      text-align: center; }
      .bootstrap-datetimepicker-widget table td.cw {
        font-size: .8em;
        height: 20px;
        line-height: 20px;
        color: #d7d7d6; }
      .bootstrap-datetimepicker-widget table td.day {
        height: 30px;
        line-height: 30px;
        width: 15px;
        text-align: center;
        padding: 0px;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
      .bootstrap-datetimepicker-widget table td.minute, .bootstrap-datetimepicker-widget table td.hour {
        -webkit-border-radius: 50%;
                border-radius: 50%; }
      .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
        background: #E3E3E3;
        cursor: pointer; }
      .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
        color: #d7d7d6; }
      .bootstrap-datetimepicker-widget table td.today {
        position: relative; }
        .bootstrap-datetimepicker-widget table td.today:before {
          content: '';
          display: inline-block;
          border: 0 0 7px 7px solid transparent;
          border-bottom-color: #0fa0b5;
          border-top-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 4px;
          right: 4px; }
      .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
        background-color: #0fa0b5;
        color: #FFFFFF; }
      .bootstrap-datetimepicker-widget table td.active.today:before {
        border-bottom-color: #fff; }
      .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
        background: none;
        color: #d7d7d6;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table td span {
        display: inline-block;
        width: 56px;
        height: 56px;
        line-height: 56px;
        margin: 3px 3px;
        cursor: pointer;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        text-align: center; }
        .bootstrap-datetimepicker-widget table td span:hover {
          background: #E3E3E3; }
        .bootstrap-datetimepicker-widget table td span.active {
          background-color: #0fa0b5;
          color: #FFFFFF; }
        .bootstrap-datetimepicker-widget table td span.old {
          color: #d7d7d6; }
        .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
          background: none;
          color: #d7d7d6;
          cursor: not-allowed; }
  .bootstrap-datetimepicker-widget .timepicker-picker span,
  .bootstrap-datetimepicker-widget .timepicker-hours span,
  .bootstrap-datetimepicker-widget .timepicker-minutes span {
    -webkit-border-radius: 50% !important;
            border-radius: 50% !important; }
  .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px; }
  .bootstrap-datetimepicker-widget .datepicker-decades table td span.active {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87); }

.input-group.date .input-group-addon {
  cursor: pointer; }

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

.wrapper {
  padding-top: 50px;
  -webkit-transition: padding 0.33s ease-in-out;
  -o-transition: padding 0.33s ease-in-out;
  transition: padding 0.33s ease-in-out; }
:host-context(.plt-ios) .wrapper {
  margin-top: env(safe-area-inset-top);
}
  .notifications-open .wrapper,
  .stream-open .wrapper,
  .coach-open .wrapper,
  .notes-open .wrapper,
  .sidepanel-open .wrapper {
    padding: 0; }
  @media (min-width: 1200px) {
    .wrapper {
       height: 100vh;
      padding-top: 0;
      } }
  .wrapper:after {
    display: table;
    clear: both;
    content: " "; }
  .wrapper.wrapper-full-page {
    height: auto;
    min-height: 100vh; }

.full-page:after, .full-page:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100vh + 120px);
  top: 0;
  left: 0;
  z-index: 2; }

.full-page:before {
  opacity: .33;
  background: #000000; }

.full-page:after {
  background: #787878;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #787878), color-stop(100%, rgba(52, 52, 52, 0.4)));
  background: -webkit-linear-gradient(top, #787878 0%, rgba(52, 52, 52, 0.4) 100%);
  background: -o-linear-gradient(top, #787878 0%, rgba(52, 52, 52, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#787878), to(rgba(52, 52, 52, 0.4)));
  background: linear-gradient(to bottom, #787878 0%, rgba(52, 52, 52, 0.4) 100%);
  -webkit-background-size: 150% 150%;
          background-size: 150% 150%;
  z-index: 3;
  opacity: 1; }

.full-page > .content,
.full-page > .footer {
  position: relative;
  z-index: 4; }

@media (min-width: 992px) {
  .full-page > .content {
    min-height: -webkit-calc(100vh - 70px);
    min-height: calc(100vh - 70px); } }

.full-page .full-page-background {
  position: fixed;
  z-index: 1;
  height: 100vh;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center; }

.full-page[data-image]:after, .full-page.has-image:after {
  opacity: .9; }

.full-page[data-color="blue"]:after {
  background: #447DF7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #447DF7), color-stop(100%, rgba(83, 60, 225, 0.6)));
  background: -webkit-linear-gradient(top, #447DF7 0%, rgba(83, 60, 225, 0.6) 100%);
  background: -o-linear-gradient(top, #447DF7 0%, rgba(83, 60, 225, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#447DF7), to(rgba(83, 60, 225, 0.6)));
  background: linear-gradient(to bottom, #447DF7 0%, rgba(83, 60, 225, 0.6) 100%);
  -webkit-background-size: 150% 150%;
          background-size: 150% 150%; }

.full-page[data-color="azure"]:after {
  background: #0fa0b5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0fa0b5), color-stop(100%, rgba(64, 145, 255, 0.6)));
  background: -webkit-linear-gradient(top, #0fa0b5 0%, rgba(64, 145, 255, 0.6) 100%);
  background: -o-linear-gradient(top, #0fa0b5 0%, rgba(64, 145, 255, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#0fa0b5), to(rgba(64, 145, 255, 0.6)));
  background: linear-gradient(to bottom, #0fa0b5 0%, rgba(64, 145, 255, 0.6) 100%);
  -webkit-background-size: 150% 150%;
          background-size: 150% 150%; }

.full-page[data-color="green"]:after {
  background: #74B567;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #74B567), color-stop(100%, rgba(109, 192, 48, 0.6)));
  background: -webkit-linear-gradient(top, #74B567 0%, rgba(109, 192, 48, 0.6) 100%);
  background: -o-linear-gradient(top, #74B567 0%, rgba(109, 192, 48, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#74B567), to(rgba(109, 192, 48, 0.6)));
  background: linear-gradient(to bottom, #74B567 0%, rgba(109, 192, 48, 0.6) 100%);
  -webkit-background-size: 150% 150%;
          background-size: 150% 150%; }

.full-page[data-color="orange"]:after {
  background: #e7ae43;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7ae43), color-stop(100%, rgba(236, 22, 87, 0.6)));
  background: -webkit-linear-gradient(top, #e7ae43 0%, rgba(236, 22, 87, 0.6) 100%);
  background: -o-linear-gradient(top, #e7ae43 0%, rgba(236, 22, 87, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e7ae43), to(rgba(236, 22, 87, 0.6)));
  background: linear-gradient(to bottom, #e7ae43 0%, rgba(236, 22, 87, 0.6) 100%);
  -webkit-background-size: 150% 150%;
          background-size: 150% 150%; }

.full-page[data-color="red"]:after {
  background: #ef4354;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef4354), color-stop(100%, rgba(187, 5, 2, 0.6)));
  background: -webkit-linear-gradient(top, #ef4354 0%, rgba(187, 5, 2, 0.6) 100%);
  background: -o-linear-gradient(top, #ef4354 0%, rgba(187, 5, 2, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ef4354), to(rgba(187, 5, 2, 0.6)));
  background: linear-gradient(to bottom, #ef4354 0%, rgba(187, 5, 2, 0.6) 100%);
  -webkit-background-size: 150% 150%;
          background-size: 150% 150%; }

.full-page[data-color="purple"]:after {
  background: #9368E9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9368E9), color-stop(100%, rgba(148, 59, 234, 0.6)));
  background: -webkit-linear-gradient(top, #9368E9 0%, rgba(148, 59, 234, 0.6) 100%);
  background: -o-linear-gradient(top, #9368E9 0%, rgba(148, 59, 234, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#9368E9), to(rgba(148, 59, 234, 0.6)));
  background: linear-gradient(to bottom, #9368E9 0%, rgba(148, 59, 234, 0.6) 100%);
  -webkit-background-size: 150% 150%;
          background-size: 150% 150%; }

.full-page[data-color="clear"]:after, .full-page[data-color="clear"]:before {
  opacity: 0; }

.full-page .footer nav > ul a:not(.btn),
.full-page .footer,
.full-page .footer .copyright a {
  color: #FFFFFF;
  font-size: 14px; }

.full-page .footer .copyright {
  color: rgba(255, 255, 255, 0.5); }

.login-page > .content,
.lock-page > .content {
  padding-top: 8vh; }
:host-context(.plt-ios) .lock-page > .content {
    padding-top: calc(8vh + env(safe-area-inset-top)); }
  @media (min-width: 992px) {
    .login-page > .content,
    .lock-page > .content {
      padding-top: 20vh; } }

.login-page .card .footer .btn:first-child, .login-page .card .footer .swal2-modal .swal2-styled:first-child, .swal2-modal .login-page .card .footer .swal2-styled:first-child,
.lock-page .card .footer .btn:first-child,
.lock-page .card .footer .swal2-modal .swal2-styled:first-child,
.swal2-modal .lock-page .card .footer .swal2-styled:first-child {
  margin-bottom: 20px; }

.public-page > .content {
  padding-top: 15vh; }

.public-page .card {
  padding: 50px; }
  .public-page .card#onboarding {
    padding: 0 50px; }
    .public-page .card#onboarding blockquote {
      font-size: 1em; }
    .public-page .card#onboarding .header img {
      width: 44px !important; }
    .public-page .card#onboarding .progress {
      margin: 0; }
      .public-page .card#onboarding .progress .progress-bar span {
        display: none; }
    .public-page .card#onboarding .profile-picture {
      height: 260px;
      width: 260px;
      -webkit-background-size: cover;
              background-size: cover;
      margin: 0 auto 10px;
      position: relative;
      overflow: hidden; }
      .public-page .card#onboarding .profile-picture:after {
        content: '';
        width: 256px;
        height: 256px;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-box-shadow: 0 0 0 1px #E3E3E3, 0 0 0 100px rgba(255, 255, 255, 0.8);
                box-shadow: 0 0 0 1px #E3E3E3, 0 0 0 100px rgba(255, 255, 255, 0.8);
        -webkit-border-radius: 100%;
                border-radius: 100%;
        border: solid 2px #fff; }
    .public-page .card#onboarding textarea {
      background: #f5f5f5; }

.public-page.tour > .content {
  padding-top: 5vh; }

.public-page.tour .card .card-image {
  margin: -50px -50px 0 -50px;
  width: -webkit-calc(100% + 100px);
  width: calc(100% + 100px);
  position: relative; }
  .public-page.tour .card .card-image img {
    width: 100%; }
  .public-page.tour .card .card-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 -58px 75px -70px rgba(0, 0, 0, 0.6) inset;
            box-shadow: 0 -58px 75px -70px rgba(0, 0, 0, 0.6) inset; }

.public-page.tour .card .card-icon {
  margin-top: -37px;
  position: relative;
  z-index: 2; }
  .public-page.tour .card .card-icon img {
    background: #fff;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    padding: 8px;
    border: solid 2px #eee;
    -webkit-box-shadow: 0 0 0 6px #fff;
            box-shadow: 0 0 0 6px #fff; }

.public-page.tour .progress {
  margin: 30px 0 60px; }

.fadeDrop {
  -webkit-animation: fadeDrop 0.5s ease;
          animation: fadeDrop 0.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0; }
  .fadeDrop.delay {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s; }
  .fadeDrop.longdelay {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .fadeDrop.verylongdelay {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s; }

@-webkit-keyframes fadeDrop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes fadeDrop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.login-page .card {
  -webkit-box-shadow: 0 25px 30px -13px rgba(40, 40, 40, 0.4);
          box-shadow: 0 25px 30px -13px rgba(40, 40, 40, 0.4);
  -webkit-border-radius: 0;
          border-radius: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .login-page .card.card-hidden {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0);
    -ms-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0); }
  .login-page .card .header {
    padding-bottom: 64px; }

.lock-page .user-profile {
  text-align: center;
  width: 240px;
  margin: 30px auto 0;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  display: block; }
  .lock-page .user-profile.with-animation {
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
  .lock-page .user-profile .author {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear; }
    .lock-page .user-profile .author img {
      width: 100%; }
  .lock-page .user-profile h4 {
    margin-top: 15px;
    margin-bottom: 30px; }

.register-page .header-text {
  color: #FFFFFF;
  text-align: center;
  padding: 160px 0 64px; }
  .register-page .header-text h4 {
    margin-top: 0px; }
  .register-page .header-text hr {
    opacity: .3;
    margin-top: 30px; }

.register-page .media {
  color: #FFFFFF;
  margin-bottom: 45px; }
  .register-page .media .icon {
    float: left;
    margin-right: 5px; }
  .register-page .media i {
    font-size: 36px; }
  .register-page .media h4 {
    margin: 0 0 5px 0; }

.register-page .form-group {
  margin-bottom: 25px; }

.register-page .card .content {
  padding-top: 0;
  padding-bottom: 0; }

.sparqwork-page {
  padding-bottom: 0 !important; }
  .sparqwork-page .otf .unit-card {
    margin: 0; }
    @media (min-width: 1200px) {
      .sparqwork-page .otf .unit-card {
        margin: 50px auto;
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
        max-width: 540px; } }
    @media (min-width: 1200px) {
      .sparqwork-page .otf .unit-card {
        margin: 30px 45px 40px 0;
        float: right; } }

.sparqwork-atf {
  margin: 0 0 15px 0;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) and (max-width: 1199.9px) {
  .sparqwork-atf {
    margin: 0 30px 30px 30px; } }

@media (min-width: 1200px) and (max-width: 1349.9px) {
  .sparqwork-atf {
    margin: -70px -15px 0 -15px;
    -webkit-box-shadow: none;
            box-shadow: none; } }

.team-detail {
  overflow-y: visible; }

.profile {
  padding-bottom: 0 !important; }
  .profile .profile-user-gutter,
  .profile .profile-content-gutter {
    position: relative;
    padding-top: 30px; }
    @media (min-width: 1200px) {
      .profile .profile-user-gutter,
      .profile .profile-content-gutter {
        min-height: 100vh;
        padding-top: 75px; } }
  @media (min-width: 992px) {
    .profile .profile-content-gutter {
      padding-left: 30px; } }
  @media (min-width: 1200px) {
    .profile .profile-content-gutter {
      padding-left: 45px; } }
  .profile .profile-card-wrapper {
    display: block; }

@media (min-width: 992px) and (max-width: 1199.9px) {
  .profile .profile-card-wrapper {
    top: 100px !important; } }
    @media (min-width: 992px) {
      .profile .profile-card-wrapper {
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
        max-width: 378px; } }
    @media (max-width: 991.9px) {
      .profile .profile-card-wrapper {
        position: initial !important;
        width: 100% !important;
        max-width: 500px !important;
        padding: 0 15px;
        margin: 0 auto !important; } }
    @media (min-width: 992px) {
      .profile .profile-card-wrapper.sticky {
        left: initial !important;
        -webkit-transform: translateX(30px);
            -ms-transform: translateX(30px);
                transform: translateX(30px); } }
    @media (min-width: 1200px) {
      .profile .profile-card-wrapper.sticky {
        -webkit-transform: translateX(45px);
            -ms-transform: translateX(45px);
                transform: translateX(45px); } }
    @media (min-width: 1670px) {
      .profile .profile-card-wrapper.sticky {
        left: -webkit-calc(260px + ((100vw - 260px) / 3) - 378px - 45px) !important;
        left: calc(260px + ((100vw - 260px) / 3) - 378px - 45px) !important;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .profile .profile-content {
    max-width: 936px; }
  .profile .profile-user-sticky-container {
    border: 2px solid red; }

.sparqwork-unit-archive {
  padding: 30px 15px 30px 15px !important; }
  @media (min-width: 992px) {
    .sparqwork-unit-archive {
      padding: 70px 0 40px 0 !important; } }

.onboarding-actions:before, .onboarding-actions:after {
  content: " ";
  display: table; }

.onboarding-actions:after {
  clear: both; }

app-reports {
  display: block;
}

app-leaderboard-this-month .row.listing,
app-leaderboard-last-month .row.listing,
app-leaderboard-all-time .row.listing {
  overflow: visible; }

app-leaderboard-this-month [class*="col-"]:not(:last-child),
app-leaderboard-last-month [class*="col-"]:not(:last-child),
app-leaderboard-all-time [class*="col-"]:not(:last-child) {
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    app-leaderboard-this-month [class*="col-"]:not(:last-child),
    app-leaderboard-last-month [class*="col-"]:not(:last-child),
    app-leaderboard-all-time [class*="col-"]:not(:last-child) {
      margin-bottom: 0; } }

.preloader.preloading:before {
  background: url(https://res.cloudinary.com/wildsparq/image/upload/ui/web/wildsparq-spin.gif) center center no-repeat transparent;
  -webkit-background-size: 64px 64px;
          background-size: 64px 64px;
  display: block;
  margin: 0 15px;
  content: ''; }

.preloader.square:before {
  padding-top: 100%; }

.preloader.wide:before {
  padding-top: 66%; }

.preloader.pano:before {
  padding-top: 33%;
  }

.preloader.h100:before {
  padding-top: 100px; }

.preloader.h200:before {
  padding-top: 200px; }

.preloader.h300:before {
  padding-top: 300px; }

.preloader.h400:before {
  padding-top: 400px; }

.preloader.empty {
  position: relative;
  height: 100px; }
  .preloader.empty:before {
    content: 'There\'s Nothing Here';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    color: #777777;
    font-size: 14.4px;
    font-family: "Open Sans", sans-serif;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

@media (max-height: 780px) {
  html {
    overflow: auto; } }

@media (max-height: 780px) and (min-width: 992px) {
  .profile .profile-card-wrapper.sticky {
    top: 70px !important; }
  .profile-card .profile-card-name {
    font-size: 24px; }
  .profile-card .profile-card-top {
    padding-left: 0;
    padding-right: 0; }
  .profile-card .profile-card-main > .row > div.col-xs-6:first-child .profile-card-stat {
    padding-right: 0; }
  .profile-card .profile-card-main > .row > div.col-xs-6:last-child .profile-card-stat {
    padding-left: 0; }
  .profile-card .profile-card-stat .profile-card-stat-label {
    font-size: 10px; } }

@media (min-width: 992px) {
  .navbar-form {
    margin: 12px 0;
    padding-left: 10px;
    padding-right: 10px; }
  .navbar-nav > li > .dropdown-menu,
  .dropdown .dropdown-menu,
  .dropup .dropdown-menu,
  .bootstrap-table .dropdown-menu {
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    margin-top: -20px;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0); }
  .navbar-nav > li.open > .dropdown-menu,
  .dropdown.open .dropdown-menu,
  .dropup.open .dropdown-menu,
  .bootstrap-table .open .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    margin-top: 0px; }
  .dropup .dropdown-menu {
    margin-top: auto;
    margin-bottom: -20px; }
  .dropup.open .dropdown-menu {
    margin-top: auto;
    margin-bottom: 5px; }
  .navbar-nav > li > .dropdown-menu:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -11px; }
  .navbar-nav > li > .dropdown-menu:after {
    border-bottom: 11px solid #FFFFFF;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -10px; }
  .navbar-nav.navbar-right > li > .dropdown-menu:before {
    left: auto;
    right: 12px; }
  .navbar-nav.navbar-right > li > .dropdown-menu:after {
    left: auto;
    right: 12px; }
  .footer:not(.footer-big) nav > ul li:first-child {
    margin-left: 0; }
  body > .navbar-collapse.collapse {
    display: none !important; }
  .card form [class*="col-"] {
    padding: 0 6px; }
  .card form [class*="col-"]:first-child {
    padding-left: 15px; }
  .card form [class*="col-"]:last-child {
    padding-right: 15px; }
  .table-full-width {
    margin-left: -15px;
    margin-right: -15px; }
  .table-responsive {
    overflow: visible; }
  .sidebar .navbar-form {
    display: none !important; }
  .navbar-fixed {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px); } }

/*   Changes for tablet display and under      */
@media (max-width: 1200px) {
  .container {
    width: 100%; }
  .container .navbar-header {
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1); }
  .modal {
    display: block;
    z-index: 99999; }
  .modal-content {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 100%; }
  .main-panel,
  .wrapper-full-page {
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    left: 0;
    width: 100vw !important;
    overflow-x: hidden !important; }
    .main-panel > .content,
    .wrapper-full-page > .content {
      padding: 15px 0px; }
    .main-panel .card,
    .wrapper-full-page .card {
      margin-bottom: 15px; }
  .navbar-transparent {
    padding-top: 15px; }

  .wrapper {
    background-color: white; }
    .wrapper.wrapper-full-page {
      height: auto; }
  .navbar > div {
    left: 0;
    width: 100%;
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    position: relative; }
  .navbar-nav > li {
    float: none;
    position: relative;
    display: block; }
  .bootstrap-collapse .navbar-collapse {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #9A9A9A; }
  .off-canvas-sidebar .navbar-collapse .nav.navbar-right, .off-canvas-sidebar .navbar-collapse .navbar-right.sidebar-nav-actions,
  .bootstrap-collapse .navbar-collapse .nav.navbar-right,
  .bootstrap-collapse .navbar-collapse .navbar-right.sidebar-nav-actions {
    float: none !important; }
  .sidebar,
  .bootstrap-navbar,
  .off-canvas-sidebar .navbar-collapse {
    position: fixed;
    display: block;
    top: 0;
    height: auto;
    width: 320px;
    right: 0;
    left: auto;
    z-index: 1032;
    visibility: visible;
    overflow-y: visible;
    padding: 0;
    background-color: #888888;
    -webkit-transform: translate3d(320px, 0, 0);
    -ms-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1); }
    .sidebar .nav > li > a, .sidebar .sidebar-nav-actions > li > a,
    .bootstrap-navbar .nav > li > a,
    .bootstrap-navbar .sidebar-nav-actions > li > a,
    .off-canvas-sidebar .navbar-collapse .nav > li > a,
    .off-canvas-sidebar .navbar-collapse .sidebar-nav-actions > li > a {
      padding-bottom: 5px;
      padding-top: 5px;
      color: #FFFFFF !important; }
      .sidebar .nav > li > a.dropdown-toggle, .sidebar .sidebar-nav-actions > li > a.dropdown-toggle,
      .bootstrap-navbar .nav > li > a.dropdown-toggle,
      .bootstrap-navbar .sidebar-nav-actions > li > a.dropdown-toggle,
      .off-canvas-sidebar .navbar-collapse .nav > li > a.dropdown-toggle,
      .off-canvas-sidebar .navbar-collapse .sidebar-nav-actions > li > a.dropdown-toggle {
        background: transparent; }
    .sidebar .navbar-form,
    .bootstrap-navbar .navbar-form,
    .off-canvas-sidebar .navbar-collapse .navbar-form {
      float: none !important;
      margin: 15px 0 0 0; }
      .sidebar .navbar-form .input-group,
      .bootstrap-navbar .navbar-form .input-group,
      .off-canvas-sidebar .navbar-collapse .navbar-form .input-group {
        width: 100%; }
        .sidebar .navbar-form .input-group .form-control,
        .bootstrap-navbar .navbar-form .input-group .form-control,
        .off-canvas-sidebar .navbar-collapse .navbar-form .input-group .form-control {
          background: rgba(255, 255, 255, 0.13);
          -webkit-border-radius: 0 2px 2px 0;
                  border-radius: 0 2px 2px 0;
          padding-left: 0;
          padding-right: 0;
          color: #FFFFFF; }
          .sidebar .navbar-form .input-group .form-control:focus,
          .bootstrap-navbar .navbar-form .input-group .form-control:focus,
          .off-canvas-sidebar .navbar-collapse .navbar-form .input-group .form-control:focus {
            background: rgba(255, 255, 255, 0.23); }
      .sidebar .navbar-form .input-group-addon,
      .sidebar .navbar-form .input-group-focus .input-group-addon,
      .bootstrap-navbar .navbar-form .input-group-addon,
      .bootstrap-navbar .navbar-form .input-group-focus .input-group-addon,
      .off-canvas-sidebar .navbar-collapse .navbar-form .input-group-addon,
      .off-canvas-sidebar .navbar-collapse .navbar-form .input-group-focus .input-group-addon {
        color: #FFFFFF;
        padding: 0 20px;
        background: rgba(255, 255, 255, 0.13);
        -webkit-border-radius: 2px 0 0 2px;
                border-radius: 2px 0 0 2px; }
      .sidebar .navbar-form .input-group-focus .input-group-addon,
      .bootstrap-navbar .navbar-form .input-group-focus .input-group-addon,
      .off-canvas-sidebar .navbar-collapse .navbar-form .input-group-focus .input-group-addon {
        background: rgba(255, 255, 255, 0.23); }
    .sidebar .nav-mobile-menu,
    .bootstrap-navbar .nav-mobile-menu,
    .off-canvas-sidebar .navbar-collapse .nav-mobile-menu {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin-bottom: 15px;
      padding-bottom: 8px;
      padding-top: 5px; }
      .sidebar .nav-mobile-menu i,
      .bootstrap-navbar .nav-mobile-menu i,
      .off-canvas-sidebar .navbar-collapse .nav-mobile-menu i {
        position: relative;
        top: 6px; }
      .sidebar .nav-mobile-menu .notification,
      .bootstrap-navbar .nav-mobile-menu .notification,
      .off-canvas-sidebar .navbar-collapse .nav-mobile-menu .notification {
        float: left;
        line-height: 30px;
        margin-right: 8px;
        font-weight: 600; }
      .sidebar .nav-mobile-menu .open .dropdown-menu,
      .bootstrap-navbar .nav-mobile-menu .open .dropdown-menu,
      .off-canvas-sidebar .navbar-collapse .nav-mobile-menu .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .sidebar .nav-mobile-menu .dropdown-menu li a,
      .bootstrap-navbar .nav-mobile-menu .dropdown-menu li a,
      .off-canvas-sidebar .navbar-collapse .nav-mobile-menu .dropdown-menu li a {
        padding-left: 55px; }
      .sidebar .nav-mobile-menu .dropdown-with-icons li a,
      .bootstrap-navbar .nav-mobile-menu .dropdown-with-icons li a,
      .off-canvas-sidebar .navbar-collapse .nav-mobile-menu .dropdown-with-icons li a {
        padding-left: 15px; }
    .sidebar .dropdown-with-icons > li > a,
    .bootstrap-navbar .dropdown-with-icons > li > a,
    .off-canvas-sidebar .navbar-collapse .dropdown-with-icons > li > a {
      padding-left: 32px;
      padding-top: 2px;
      padding-bottom: 2px; }
    .sidebar .dropdown-with-icons .dropdown-menu i[class^="pe-"],
    .bootstrap-navbar .dropdown-with-icons .dropdown-menu i[class^="pe-"],
    .off-canvas-sidebar .navbar-collapse .dropdown-with-icons .dropdown-menu i[class^="pe-"] {
      width: 30px; }
    .sidebar .dropdown-menu:after,
    .sidebar .dropdown-menu:before,
    .bootstrap-navbar .dropdown-menu:after,
    .bootstrap-navbar .dropdown-menu:before,
    .off-canvas-sidebar .navbar-collapse .dropdown-menu:after,
    .off-canvas-sidebar .navbar-collapse .dropdown-menu:before {
      display: none; }
  .off-canvas-sidebar .navbar-collapse {
    top: -15px;
    margin: 0 !important;
    height: 100vh !important;
    display: block !important; }
  .bootstrap-navbar .nav, .bootstrap-navbar .sidebar-nav-actions,
  .off-canvas-sidebar .navbar-collapse .nav,
  .off-canvas-sidebar .navbar-collapse .sidebar-nav-actions {
    position: relative;
    z-index: 4;
    border-top: none;
    margin-top: 20px; }
    
    .bootstrap-navbar .nav > li > a,
    .bootstrap-navbar .sidebar-nav-actions > li > a,
    .off-canvas-sidebar .navbar-collapse .nav > li > a,
    .off-canvas-sidebar .navbar-collapse .sidebar-nav-actions > li > a {
      color: #FFFFFF;
      margin: 5px 15px;
      opacity: .86;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      line-height: 30px;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase; }
    .bootstrap-navbar .nav > li:hover > a, .bootstrap-navbar .sidebar-nav-actions > li:hover > a,
    .off-canvas-sidebar .navbar-collapse .nav > li:hover > a,
    .off-canvas-sidebar .navbar-collapse .sidebar-nav-actions > li:hover > a {
      background: rgba(255, 255, 255, 0.13);
      opacity: 1; }
    .bootstrap-navbar .nav > li.active > a, .bootstrap-navbar .sidebar-nav-actions > li.active > a,
    .off-canvas-sidebar .navbar-collapse .nav > li.active > a,
    .off-canvas-sidebar .navbar-collapse .sidebar-nav-actions > li.active > a {
      color: #FFFFFF;
      opacity: 1;
      background: rgba(255, 255, 255, 0.23); }
    .bootstrap-navbar .nav p, .bootstrap-navbar .sidebar-nav-actions p,
    .off-canvas-sidebar .navbar-collapse .nav p,
    .off-canvas-sidebar .navbar-collapse .sidebar-nav-actions p {
      font-size: 12px;
      font-weight: 600;
      line-height: 30px;
      margin: 0;
      text-transform: uppercase;
      display: inline-block; }
    .bootstrap-navbar .nav i, .bootstrap-navbar .sidebar-nav-actions i,
    .off-canvas-sidebar .navbar-collapse .nav i,
    .off-canvas-sidebar .navbar-collapse .sidebar-nav-actions i {
      float: left;
      font-size: 18px;
      line-height: 30px;
      margin-right: 5px;
      text-align: center;
      width: 30px; }
  .nav-open .navbar .container,
  .nav-open .main-panel,
  .nav-open .wrapper-full-page {
    left: 0;
    -webkit-transform: translate3d(-320px, 0, 0);
    -ms-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0); }
  .nav-open .navbar-fixed > div {
    -webkit-transform: translate3d(-320px, 0, 0);
    -ms-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0); }
  .nav-open .sidebar,
  .nav-open .bootstrap-navbar {
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-box-shadow: 0 0px 130px #000000bf;
            box-shadow: 0 0px 130px #000000bf; }
  .nav-open .navbar-default .navbar-toggle .icon-bar {
    background-color: #222222; }
  .navbar-minimize {
    display: none; }
  .navbar-toggle .icon-bar {
    display: block;
    position: relative;
    background: #fff;
    width: 24px;
    height: 2px;
    -webkit-border-radius: 1px;
            border-radius: 1px;
    margin: 0 auto; }
  @keyframes topbar-x {
    0% {
      top: 0px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    45% {
      top: 6px;
      -webkit-transform: rotate(145deg);
              transform: rotate(145deg); }
    75% {
      -webkit-transform: rotate(130deg);
              transform: rotate(130deg); }
    100% {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); } }
  @-webkit-keyframes topbar-x {
    0% {
      top: 0px;
      -webkit-transform: rotate(0deg); }
    45% {
      top: 6px;
      -webkit-transform: rotate(145deg); }
    75% {
      -webkit-transform: rotate(130deg); }
    100% {
      -webkit-transform: rotate(135deg); } }
  @keyframes topbar-back {
    0% {
      top: 6px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    45% {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg); }
    75% {
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg); }
    100% {
      top: 0px;
      -webkit-transform: rotate(0);
              transform: rotate(0); } }
  @-webkit-keyframes topbar-back {
    0% {
      top: 6px;
      -webkit-transform: rotate(135deg); }
    45% {
      -webkit-transform: rotate(-10deg); }
    75% {
      -webkit-transform: rotate(5deg); }
    100% {
      top: 0px;
      -webkit-transform: rotate(0); } }
  @keyframes bottombar-x {
    0% {
      bottom: 0px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    45% {
      bottom: 6px;
      -webkit-transform: rotate(-145deg);
              transform: rotate(-145deg); }
    75% {
      -webkit-transform: rotate(-130deg);
              transform: rotate(-130deg); }
    100% {
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); } }
  @-webkit-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -webkit-transform: rotate(0deg); }
    45% {
      bottom: 6px;
      -webkit-transform: rotate(-145deg); }
    75% {
      -webkit-transform: rotate(-130deg); }
    100% {
      -webkit-transform: rotate(-135deg); } }
  @keyframes bottombar-back {
    0% {
      bottom: 6px;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    45% {
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg); }
    75% {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg); }
    100% {
      bottom: 0px;
      -webkit-transform: rotate(0);
              transform: rotate(0); } }
  @-webkit-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -webkit-transform: rotate(-135deg); }
    45% {
      -webkit-transform: rotate(10deg); }
    75% {
      -webkit-transform: rotate(-5deg); }
    100% {
      bottom: 0px;
      -webkit-transform: rotate(0); } }
  .navbar-header .navbar-toggle {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px; }
  .navbar-toggle .icon-bar {
    outline: 1px solid transparent; }
  .navbar-toggle .icon-bar:nth-child(2) {
    top: 0px;
    -webkit-animation: topbar-back 500ms linear 0s;
    animation: topbar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .navbar-toggle .icon-bar:nth-child(3) {
    opacity: 1; }
  .navbar-toggle .icon-bar:nth-child(4) {
    bottom: 0px;
    -webkit-animation: bottombar-back 500ms linear 0s;
    animation: bottombar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .toggled .icon-bar:nth-child(2) {
    top: 6px;
    -webkit-animation: topbar-x 500ms linear 0s;
    animation: topbar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .toggled .icon-bar:nth-child(3) {
    opacity: 0; }
  .toggled .icon-bar:nth-child(4) {
    bottom: 6px;
    -webkit-animation: bottombar-x 500ms linear 0s;
    animation: bottombar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .dropdown-menu .divider {
    background-color: rgba(229, 229, 229, 0.15); }
  .navbar-nav {
    margin: 1px 0; }
    .navbar-nav .open .dropdown-menu > li > a {
      padding: 15px 15px 5px 50px; }
    .navbar-nav .open .dropdown-menu > li:first-child > a {
      padding: 5px 15px 5px 50px; }
    .navbar-nav .open .dropdown-menu > li:last-child > a {
      padding: 15px 15px 25px 50px; }
  [class*="navbar-"] .navbar-nav > li > a,
  [class*="navbar-"] .navbar-nav > li > a:hover,
  [class*="navbar-"] .navbar-nav > li > a:focus,
  [class*="navbar-"] .navbar-nav .active > a,
  [class*="navbar-"] .navbar-nav .active > a:hover,
  [class*="navbar-"] .navbar-nav .active > a:focus,
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a,
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover,
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus,
  [class*="navbar-"] .navbar-nav .navbar-nav .open .dropdown-menu > li > a:active {
    color: white; }
  [class*="navbar-"] .navbar-nav > li > a,
  [class*="navbar-"] .navbar-nav > li > a:hover,
  [class*="navbar-"] .navbar-nav > li > a:focus,
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a,
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover,
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus {
    opacity: .7;
    background: transparent; }
  [class*="navbar-"] .navbar-nav.navbar-nav .open .dropdown-menu > li > a:active {
    opacity: 1; }
  [class*="navbar-"] .navbar-nav .dropdown > a:hover .caret {
    border-bottom-color: #777;
    border-top-color: #777; }
  [class*="navbar-"] .navbar-nav .dropdown > a:active .caret {
    border-bottom-color: white;
    border-top-color: white; }
  .dropdown-menu {
    display: none; }
  .navbar-fixed-top {
    -webkit-backface-visibility: hidden; }
  .close-layer {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: auto;
    content: "";
    z-index: 9999;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-transition: all 370ms ease-in;
    -o-transition: all 370ms ease-in;
    transition: all 370ms ease-in; }
    .close-layer.visible {
      opacity: 1; }
  .navbar-collapse.collapse.in {
    display: block !important; }
  .navbar-header .collapse, .navbar-toggle {
    display: block !important; }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse .nav p, .navbar-collapse .sidebar-nav-actions p {
    font-size: 14px;
    margin: 0; }
  .navbar-collapse [class^="pe-7s-"] {
    float: left;
    font-size: 20px;
    margin-right: 10px; }
  .navbar-toggle:hover, .navbar-toggle:focus {
    background-color: transparent !important; }
  .navbar-minimize {
    display: none; }
  .sidebar .sidebar-wrapper {
    padding-top: 0;
    padding-bottom: 0; }
  .main-panel .offcanvas-container {
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    width: -webkit-calc(100%);
    width: calc(100%);
    height: 100vh;
    z-index: 9999;
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    will-change: transform, opacity, visibility;
    -webkit-transition: -webkit-transform 0.33s ease-in-out;
    transition: -webkit-transform 0.33s ease-in-out;
    -o-transition: transform 0.33s ease-in-out;
    transition: transform 0.33s ease-in-out;
    transition: transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out; } }
  @media (max-width: 1200px) and (min-width: 1200px) {
    .main-panel .offcanvas-container {
      height: -webkit-calc(100vh - 70px);
      height: calc(100vh - 70px); } }

@media (max-width: 1200px) {
  body.stream-open:not(.nav-animating) .main-panel #stream-container.open, body.notes-open:not(.nav-animating) .main-panel #notes-container.open, body.coach-open:not(.nav-animating) .main-panel #coach-container.open {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
    visibility: visible;
    opacity: 1;
    pointer-events: all; }


  body.notes-open:not(.nav-animating) .main-panel #notes-container.open,
  body.notifications-open:not(.nav-animating) .main-panel #notifications-container.open {
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0);
    visibility: visible;
    opacity: 1;
    pointer-events: all; }
  body.nav-open {
    overflow: hidden; }
  body.notes-open:not(.nav-animating),
  body.coach-open:not(.nav-animating),
  body.stream-open:not(.nav-animating) {
    position: fixed; }
  body.notes-open .navbar-toggle,
  body.coach-open .navbar-toggle,
  body.stream-open .navbar-toggle {
    pointer-events: none; }
  body.notes-open app-notes:after,
  body.coach-open app-coach:after,
  body.stream-open app-stream:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: visibility 0.33s ease-in-out,
 opacity 0.33s ease-in-out;
    -o-transition: visibility 0.33s ease-in-out,
 opacity 0.33s ease-in-out;
    transition: visibility 0.33s ease-in-out,
 opacity 0.33s ease-in-out; }
  body.notes-open.modal-open app-notes:after,
  body.coach-open.modal-open app-coach:after,
  body.stream-open.modal-open app-stream:after {
    visibility: visible;
    opacity: 1;
    pointer-events: all; }
  .alert-drop-dropdown {
    position: relative; }
    .alert-drop-dropdown:before {
      display: none; }
  body.notifications-open:not(.nav-animating) {
    position: fixed; }
  body.notifications-open .navbar-toggle {
    pointer-events: none; }
  body.notifications-open app-notifications:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: visibility 0.33s ease-in-out,
 opacity 0.33s ease-in-out;
    -o-transition: visibility 0.33s ease-in-out,
 opacity 0.33s ease-in-out;
    transition: visibility 0.33s ease-in-out,
 opacity 0.33s ease-in-out; }
  body.notifications-open.modal-open app-notifications:after {
    visibility: visible;
    opacity: 1;
    pointer-events: all; }
  .main-panel .offcanvas-container#notifications-toast {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    left: 0%;
    width: 100%;
    max-width: none;
    pointer-events: all; }
    .main-panel .offcanvas-container#notifications-toast .offcanvas-items {
      max-width: 400px;
      margin: 0 auto; }
  .alert-drop-dropdown {
    position: relative; }
    .alert-drop-dropdown:before {
      display: none; }
  .alert-drop-alert-text {
    color: rgba(255, 255, 255, 0.7); }
  .alert-drop-alert-dismiss {
    opacity: 1 !important; }
  .sparqwork-page .otf .unit-card {
    -webkit-box-shadow: none;
            box-shadow: none; }
  app-stream .title .btn, app-stream .title .swal2-modal .swal2-styled, .swal2-modal app-stream .title .swal2-styled {
    padding: 7px 12px;
    font-size: 12px; }
  app-notifications .title .btn, app-notifications .title .swal2-modal .swal2-styled, .swal2-modal app-notifications .title .swal2-styled {
    padding: 7px 12px;
    font-size: 12px; }
  #datatables_wrapper .info,
  #datatables_wrapper .page,
  #datatables_wrapper .show {
    display: block;
    float: none;
    margin: 0 auto;
    clear: both;
    width: 100%; }
    #datatables_wrapper .info:first-child > :first-child,
    #datatables_wrapper .page:first-child > :first-child,
    #datatables_wrapper .show:first-child > :first-child {
      padding-top: 30px;
      margin-top: 0; }
    #datatables_wrapper .info:last-child > :first-child,
    #datatables_wrapper .page:last-child > :first-child,
    #datatables_wrapper .show:last-child > :first-child {
      padding-bottom: 30px;
      margin-bottom: 0; }
    #datatables_wrapper .info,
    #datatables_wrapper .info > :first-child,
    #datatables_wrapper .page,
    #datatables_wrapper .page > :first-child,
    #datatables_wrapper .show,
    #datatables_wrapper .show > :first-child {
      text-align: center; }
    #datatables_wrapper .info > :first-child,
    #datatables_wrapper .page > :first-child,
    #datatables_wrapper .show > :first-child {
      padding: 15px 0;
      white-space: initial; }
  #datatables_wrapper .pagination {
    margin: 0; }
  .start-button {
    display: none !important; }
  app-leaderboard-last-month .section .headline, app-leaderboard-last-month .section .swal2-modal .swal2-title, .swal2-modal app-leaderboard-last-month .section .swal2-title,
  app-leaderboard-all-time .section .headline,
  app-leaderboard-all-time .section .swal2-modal .swal2-title,
  .swal2-modal app-leaderboard-all-time .section .swal2-title,
  app-leaderboard-this-month .section .headline,
  app-leaderboard-this-month .section .swal2-modal .swal2-title,
  .swal2-modal app-leaderboard-this-month .section .swal2-title {
    margin-top: 30px; } }

/*      Changes for small display and under      */
@media (max-width: 992px) {
  .zEWidget-launcher, iframe#launcher {
    display: none; }
  .social-line .btn, .social-line .swal2-modal .swal2-styled, .swal2-modal .social-line .swal2-styled {
    margin: 0 0 10px 0; }
  .subscribe-line .form-control {
    margin: 0 0 10px 0; }
  .social-line.pull-right {
    float: none; }
  .footer {
    text-align: center; }
  .footer nav.pull-left {
    padding-top: 10px; }
    .footer nav.pull-left,
    .footer nav.pull-left li {
      float: none !important; }
    .footer nav.pull-left li {
      display: inline-block;
      margin-bottom: 0; }
    .footer nav.pull-left a {
      margin-bottom: 0; }
  .footer:not(.footer-big) nav > ul a {
    margin-bottom: 0; }
  .footer .copyright {
    margin-top: 0; }
  .social-area.pull-right {
    float: none !important; }
  .form-control + .form-control-feedback {
    margin-top: -8px; }
  .btn.dropdown-toggle, .swal2-modal .dropdown-toggle.swal2-styled {
    margin-bottom: 0; }
  .media-post .author {
    width: 20%;
    float: none !important;
    display: block;
    margin: 0 auto 10px; }
  .media-post .media-body {
    width: 100%; }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch; }
  .sidebar .sidebar-wrapper {
    padding-bottom: 60px; }
  app-be-unit .table,
  app-be-unit thead,
  app-be-unit tbody {
    display: block;
    width: 100%; }
  app-be-unit tbody > tr {
    padding: 0 !important;
    table-layout: fixed; }
    app-be-unit tbody > tr,
    app-be-unit tbody > tr td {
      display: block;
      width: 100%; }
    app-be-unit tbody > tr td {
      padding: 30px 20px; }
  app-be-unit .img-thumbnail {
    display: block;
    margin: 0 auto; }
  .report-start,
  .admin-actions {
    padding: 10px 0; }
  .ct-horizontal {
    display: none !important; }
  .mobile-clear-float {
    float: none !important;
    clear: both !important; }
  .profile-user-gutter {
    padding-bottom: 30px;
    background: #F5F5F5;
    border-bottom: #d7d7d6; }
  table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .lesson.lesson-listing.link:not(.next-up) {
    margin-left: -15px;
    margin-right: -15px; }
  .tasks .progress-bar-group .progress-bar-label {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px); }
  app-onboarding .content {
    padding-top: 0 !important; }
  app-onboarding .card#onboarding {
    padding: 0 30px !important; }
    app-onboarding .card#onboarding .header {
      padding-top: 20px !important; }
    app-onboarding .card#onboarding .tab-pane {
      padding-bottom: 0 !important; }
      app-onboarding .card#onboarding .tab-pane h5 {
        padding-bottom: 15px; }
  .onboarding-actions [class*="col-"] {
    text-align: center; }
    .onboarding-actions [class*="col-"]:not(:last-child) {
      margin-bottom: 10px; }
  app-dash-sparqwork .unit-art {
    display: none !important; }
  .team-detail-range {
    color: #B0AFAD;
    text-align: left; }
  .section.team-detail-charts {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible; }
  .split-panel-aside-wrapper .resource .snippet h4 {
    font-size: 18px; }
  .split-panel-aside-wrapper .resource .snippet p,
  .split-panel-aside-wrapper .lesson-progress-label {
    font-size: 16px; }
  .split-panel-aside-wrapper .lesson.lesson-listing.link:not(.next-up) {
    padding-left: 60px;
    padding-top: 7px;
    padding-bottom: 7px; }
    .split-panel-aside-wrapper .lesson.lesson-listing.link:not(.next-up) .lesson-icon {
      left: 30px;
      font-size: 20px; }
    .split-panel-aside-wrapper .lesson.lesson-listing.link:not(.next-up) .lesson-title {
      font-size: 16px; }
  app-winner-card .rank-name,
  app-user-card .rank-name {
    margin-top: 10px !important; }
  app-leaderboard-all-time .btns {
    display: none; }
  .user-profile .user-profile-atop {
    padding-left: 33px !important; }
  .split-panel-aside-wrapper .lesson-progress-title {
    margin: 0; }
  .split-panel-aside-wrapper .progress-bar-group-alternative {
    display: none; }
  .edit-profile-modal {
    margin: 0;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 15px; }
    .edit-profile-modal .modal-content {
      left: 0; }
  .sparqwork-atf .module-due-date {
    margin-left: -15px; }
  .textarea-input {
    padding: 20px; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .bootstrap-collapse .navbar-collapse.collapse {
    display: none !important; }
    .bootstrap-collapse .navbar-collapse.collapse.in {
      display: block !important; } }

@media (max-width: 767.9px) {
  .post-card,
  app-user-card,
  app-directory-team,
  app-directory-people,
  app-leaderboard .dataTables_wrapper,
  app-winner-card,
  app-chart-card .chart-card {
    display: block;
    margin-left: -15px;
    margin-right: -15px; }
  .notice-card-wrapper {
    margin: 0 !important;
    padding: 0 !important; }
  .notice-card {
    margin: 0 !important; }
  .card,
  .unit-card {
    margin: 0 -30px 0 -30px;
    border: 1px solid #e3e3e3 !important; }
    .card,
    .card .rank,
    .unit-card,
    .unit-card .rank {
      -webkit-box-shadow: none;
              box-shadow: none; }
    [class*="col"]:first-child .card, [class*="col"]:first-child
    .unit-card {
      margin-top: 0;
      border-top: 0; }
    [class*="col"]:last-child .card, [class*="col"]:last-child
    .unit-card {
      margin-bottom: 0;
      border-bottom: 0; }
  .dataTables_wrapper {
    overflow-x: visible; }
  div.dataTables_wrapper div.dataTables_length {
    display: none; }
  div.dataTables_wrapper div.dataTables_info {
    padding: 20px 0 0 0; }
  .top-action {
    text-align: left;
    padding: 10px 0 10px 15px; }
    .top-action a {
      padding: 0; }
    .top-action h4 {
      margin: 0; } }

.container {
  max-width: 100%; }

/*            Navigation menu                */
.nav-pills > li + li {
  margin-left: 0; }

.nav-pills > li > a {
  border: 1px solid #0fa0b5;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #0fa0b5;
  margin-left: -1px; }
  .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: #F5F5F5; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #0fa0b5;
  color: #FFFFFF; }

.nav-pills > li:first-child > a {
  -webkit-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
  margin: 0; }

.nav-pills > li:last-child > a {
  -webkit-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0; }

.pagination > li.disabled {
  opacity: .4; }

.pagination.pagination-no-border > li > a,
.pagination.pagination-no-border > li > span {
  border: 0; }

.pagination > li > a,
.pagination > li > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 2px;
  color: #797979;
  line-height: 28px; }

.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
  background-color: #0fa0b5;
  border: 0;
  color: #FFFFFF;
  padding: 7px 13px;
  aspect-ratio: 1 / 1;
  width: 45px; 
  line-height: 30px}

.nav-pills-blue > li.active > a,
.nav-pills-blue > li.active > a:hover,
.nav-pills-blue > li.active > a:focus {
  background-color: #447DF7; }

.pagination-blue > li.active a,
.pagination-blue > li.active a:hover,
.pagination-blue > li.active a:focus,
.pagination-blue > li.active span,
.pagination-blue > li.active span:hover,
.pagination-blue > li.active span:focus {
  background-color: #447DF7; }

.nav-pills-azure > li.active > a,
.nav-pills-azure > li.active > a:hover,
.nav-pills-azure > li.active > a:focus {
  background-color: #0fa0b5; }

.pagination-azure > li.active a,
.pagination-azure > li.active a:hover,
.pagination-azure > li.active a:focus,
.pagination-azure > li.active span,
.pagination-azure > li.active span:hover,
.pagination-azure > li.active span:focus {
  background-color: #0fa0b5; }

.nav-pills-green > li.active > a,
.nav-pills-green > li.active > a:hover,
.nav-pills-green > li.active > a:focus {
  background-color: #74B567; }

.pagination-green > li.active a,
.pagination-green > li.active a:hover,
.pagination-green > li.active a:focus,
.pagination-green > li.active span,
.pagination-green > li.active span:hover,
.pagination-green > li.active span:focus {
  background-color: #74B567; }

.nav-pills-orange > li.active > a,
.nav-pills-orange > li.active > a:hover,
.nav-pills-orange > li.active > a:focus {
  background-color: #e7ae43; }

.pagination-orange > li.active a,
.pagination-orange > li.active a:hover,
.pagination-orange > li.active a:focus,
.pagination-orange > li.active span,
.pagination-orange > li.active span:hover,
.pagination-orange > li.active span:focus {
  background-color: #e7ae43; }

.nav-pills-red > li.active > a,
.nav-pills-red > li.active > a:hover,
.nav-pills-red > li.active > a:focus {
  background-color: #ef4354; }

.pagination-red > li.active a,
.pagination-red > li.active a:hover,
.pagination-red > li.active a:focus,
.pagination-red > li.active span,
.pagination-red > li.active span:hover,
.pagination-red > li.active span:focus {
  background-color: #ef4354; }

.nav-pills-blue > li > a {
  border: 1px solid #447DF7;
  color: #447DF7; }

.nav-pills-azure > li > a {
  border: 1px solid #0fa0b5;
  color: #0fa0b5; }

.nav-pills-green > li > a {
  border: 1px solid #74B567;
  color: #74B567; }

.nav-pills-orange > li > a {
  border: 1px solid #e7ae43;
  color: #e7ae43; }

.nav-pills-red > li > a {
  border: 1px solid #ef4354;
  color: #ef4354; }

.nav-text,
.nav-icons {
  padding: 32px 0 0; }
  .nav-text > li > a,
  .nav-icons > li > a {
    display: block;
    padding: 0px 16px;
    color: #9A9A9A;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80); }
    .nav-text > li > a:hover, .nav-text > li > a:focus,
    .nav-icons > li > a:hover,
    .nav-icons > li > a:focus {
      background-color: transparent;
      opacity: 1;
      filter: alpha(opacity=100); }
  .nav-text > li:first-child a,
  .nav-icons > li:first-child a {
    padding-left: 0; }
  .nav-text > li.active a,
  .nav-icons > li.active a {
    color: #0fa0b5; }

.nav-icons > li {
  display: inline-block; }
  .nav-icons > li > a {
    padding: 0 10px;
    margin-bottom: 10px; }
  .nav-icons > li > a i {
    font-size: 22px;
    margin-bottom: 10px;
    width: 22px; }

.nav-icons.nav-stacked > li {
  display: block; }
  .nav-icons.nav-stacked > li > a {
    margin-bottom: 20px; }

.nav-blue > li.active a {
  color: #447DF7; }

.nav-azure > li.active a {
  color: #0fa0b5; }

.nav-green > li.active a {
  color: #74B567; }

.nav-orange > li.active a {
  color: #e7ae43; }

.nav-red > li.active a {
  color: #ef4354; }

.nav-text {
  margin: 0 0 10px 0; }
  .nav-text > li > a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 3px 0;
    text-align: left;
    font-weight: 500; }
  .nav-text > li:first-child > a {
    padding-top: 0; }
  .nav-text h4 {
    margin-top: 0; }

.nav-text:not(.nav-stacked) > li {
  display: inline-block; }

.nav-text:not(.nav-stacked) > li > a {
  margin-right: 15px; }

.tab-pane {
  padding: 15px 0; }

.nav-container {
  display: block;
  width: 100%;
  text-align: center; }

.content-full-width .nav-tabs li:first-child {
  padding-left: 32px; }

.content-full-width .tab-pane {
  padding: 32px; }

.microsoft-log-in-button {
  background: url("../img/integrations/microsoft/ms-symbollockup_signin_dark.svg") no-repeat;
  display: inline-block;
  width: 218px;
  box-sizing: border-box;
  border: 2px solid white;
  height: 43px;
}

.microsoft-log-in-button:hover {
  cursor: pointer;
  border-color: #435373;
}

.linkedin-log-in-button {
  background: url("../img/integrations/linkedin/Sign-In-Small---Default.png") no-repeat;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  border: 2px solid white;
  height: 43px;
}

.linkedin-log-in-button:hover {
  background: url("../img/integrations/linkedin/Sign-In-Small---Hover.png") no-repeat;
  cursor: pointer;
}



.google-log-in-button {
  background: url("../img/integrations/google/btn_google_signin_dark_normal_web.png") no-repeat;
  display: inline-block;
  width: 191px;
  height: 46px;
}

.google-log-in-button:hover {
  background: url("../img/integrations/google/btn_google_signin_dark_focus_web.png") no-repeat;
  cursor: pointer;
}
.google-log-in-button:active {
  background: url("../img/integrations/google/btn_google_signin_dark_pressed_web.png") no-repeat;
}
.google-log-in-button:disabled {
  background: url("../img/integrations/google/btn_google_signin_dark_disabled_web.png") no-repeat;
}

.modal.fade.show {
  opacity: 100;
}

.multiselect-dropdown .dropdown-btn {
  min-height: 35px;
}
