/*------------------------------------------------------------------
[Table of contents]

1. Layouts
2. View Ports
3. Chat
4. Panels
5. Typography
6. Buttons
7. Alerts
8. Notifications
9. Progress Indicators
10. Modals
11. Tabs & Accordians
12. Sliders
13. Treeview
14. Nestables
15. Form Elements
16. Tables & Datatables
17. Charts
18. Lists
19. Social App
20. Email App
21. Calendar App
22. Login
23. Lockscreen
24. Timeline
25. Gallery
26. Vector Map
27. Widgets
28. Misc
29. Print
-------------------------------------------------------------------*/
/* Page Loader
------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Cairo:400,600,700,900&display=swap&subset=arabic");
.pace .pace-progress {
  background: #1dbb99;
  height: 3px; }

.pace .pace-progress-inner {
  box-shadow: none; }

.pace .pace-activity {
  -webkit-animation: none;
  animation: none;
  top: 73px;
  background: url("../img/progress/progress-circle-success.svg") no-repeat top left;
  background-size: 100% auto;
  margin: 0 auto;
  border-width: 0;
  border-radius: 0;
  width: 28px;
  height: 40px;
  right: 19px;
  display: none; }

.inner-content {
  margin-top: 0px;
  padding: 0px;
  overflow: auto;
  min-height: 100%;
  margin-left: 250px; }

/*------------------------------------------------------------------
[1. Layouts]
*/
html {
  height: 100%; }

/* Body Triggers for layout options
------------------------------------------------------------------
*/
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f5f6f7;
  -moz-osx-font-smoothing: grayscale; }
  body.fixed-header .header {
    position: fixed;
    left: 0;
    top: 0; }
  body.no-header .page-container .page-content-wrapper .content {
    padding-top: 0px; }
  body.no-header .header {
    border-bottom-color: transparent; }
  body.dashboard {
    background: #f5f6f7; }
    body.dashboard .page-container {
      background: #f5f6f7; }
  body.menu-pin .overlay {
    padding-left: 0; }
    body.menu-pin .overlay .overlay-brand {
      margin-left: 0; }

/* Page Container
------------------------------------
*/
.page-container {
  width: 100%;
  height: 100%;
  padding-left: 70px; }
  .page-container .page-content-wrapper {
    min-height: 100%;
    position: relative; }
    .page-container .page-content-wrapper .content {
      /* Content holder */
      z-index: 10;
      padding-top: 60px;
      padding-bottom: 69px;
      min-height: 100%;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .page-container .page-content-wrapper .content.full-width {
        width: 100%; }
      .page-container .page-content-wrapper .content .content-inner {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        padding-left: 30px;
        position: relative; }
      .page-container .page-content-wrapper .content:only-child {
        padding-bottom: 0px; }
      .page-container .page-content-wrapper .content.overlay-footer {
        padding-bottom: 0px; }
    .page-container .page-content-wrapper .footer {
      /* Footer */
      width: auto;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      -webkit-transition: left 0.3s ease;
      transition: left 0.3s ease; }
      .page-container .page-content-wrapper .footer.fixed {
        position: fixed; }

.page-title {
  margin-top: 0px; }

.group-container {
  white-space: nowrap !important; }
  .group-container .single-group {
    vertical-align: top;
    display: inline-block;
    white-space: normal; }

.jumbotron {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  background-color: #e8e9ea; }
  .jumbotron .inner {
    position: relative;
    z-index: 2; }
  .jumbotron.lg {
    height: 600px; }
  .jumbotron .cover-photo {
    width: 100%;
    height: inherit;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-size: cover;
    background-color: #1dbb99; }
  .jumbotron h1 {
    font-size: 44px; }

/* Other overides */
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  position: relative; }

.copyright {
  padding: 15px 0; }

.pager {
  margin: 0; }

::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c7c6c6; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

/* SPLIT VIEW FOR EMAIL and APPS
------------------------------------
*/
.split-view {
  position: relative;
  height: 100%; }
  .split-view .split-list {
    float: left;
    width: 360px;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    border-right: 1px solid #e1e1e2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .split-view .split-list .list-view-fake-header {
      font-size: 10.8px !important;
      line-height: normal !important; }
    .split-view .split-list.slideLeft {
      -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0); }
    .split-view .split-list .list-refresh {
      position: absolute;
      right: 18px;
      top: 4px;
      color: #575a5d;
      opacity: .34;
      z-index: 101; }
      .split-view .split-list .list-refresh i {
        font-size: 11px; }
    .split-view .split-list .list-view-fake-header, .split-view .split-list .list-view-group-header {
      background: #e8e9ea;
      height: 28px;
      color: rgba(87, 90, 93, 0.7);
      font-family: 'Montserrat';
      text-transform: uppercase;
      font-size: 10.8px;
      padding-left: 12px;
      padding-top: 6px;
      letter-spacing: 0.07em;
      width: 100%; }
    .split-view .split-list .item {
      height: 111px;
      list-style: none;
      position: relative;
      border-bottom: 1px solid rgba(225, 225, 226, 0.7);
      cursor: pointer; }
      .split-view .split-list .item .inline {
        width: 230px; }
        .split-view .split-list .item .inline > * {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          font-family: arial; }
      .split-view .split-list .item .recipients {
        letter-spacing: 0.01em;
        padding-bottom: 2px; }
      .split-view .split-list .item .checkbox {
        float: left;
        clear: left;
        display: none;
        max-width: 32px; }
      .split-view .split-list .item .subject {
        font-family: 'Helvetica';
        font-size: 14.33px;
        color: #1f3953;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 38px;
        display: -webkit-box;
        white-space: normal;
        line-height: 18px; }
      .split-view .split-list .item .body {
        font-size: 12.6px;
        opacity: .52;
        height: 22px; }
      .split-view .split-list .item .datetime {
        color: #111213;
        font-family: arial;
        font-size: 11.1px;
        position: absolute;
        right: 20px;
        top: 15px;
        opacity: 0.46; }
  .split-view .split-details {
    position: relative;
    overflow: auto;
    height: 100%; }
    .split-view .split-details .no-result {
      bottom: 0;
      left: 0;
      margin-top: -34px;
      opacity: 0.5;
      position: absolute;
      right: 0;
      text-align: center;
      top: 50%; }
    .split-view .split-details .actions {
      height: 50px;
      float: left; }
      .split-view .split-details .actions li {
        list-style: none;
        position: relative; }
        .split-view .split-details .actions li:last-child:after {
          display: none; }
        .split-view .split-details .actions li:after {
          content: "";
          height: 14px;
          position: absolute;
          right: -4px;
          top: 18px;
          width: 1px;
          background: rgba(0, 0, 0, 0.07); }
        .split-view .split-details .actions li a {
          font-size: 13.1px;
          color: #575a5d;
          font-weight: 600;
          padding: 0 13px;
          line-height: 50px;
          white-space: nowrap; }

/* Horizontal Menu
------------------------------------
*/
.horizontal-app-menu {
  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; }
  .horizontal-app-menu.fixed-header {
    overflow: hidden; }
    .horizontal-app-menu.fixed-header .header {
      position: relative; }
    .horizontal-app-menu.fixed-header .page-container {
      overflow: scroll;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch; }
  .horizontal-app-menu .header {
    display: block;
    height: auto;
    border-bottom: none;
    background-color: #323237;
    color: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .horizontal-app-menu .header .header-inner {
      height: 60px;
      background-color: transparent;
      position: relative;
      color: #fff; }
    .horizontal-app-menu .header .header-lg-height {
      height: 60px; }
    .horizontal-app-menu .header .header-md-height {
      height: 50px; }
    .horizontal-app-menu .header .header-sm-height {
      height: 45px; }
    .horizontal-app-menu .header .search-link {
      color: #fff; }
    .horizontal-app-menu .header .header-inner .brand.inline {
      position: relative;
      border-right: 1px solid #40444d;
      padding-left: 15px;
      margin-right: 0px;
      width: auto; }
    .horizontal-app-menu .header .notification-list {
      border: none; }
    .horizontal-app-menu .header .title-bar {
      padding-bottom: 18px; }
    .horizontal-app-menu .header .page-title {
      color: #fff;
      font-size: 21px;
      line-height: 21px;
      font-weight: normal;
      margin-bottom: 0;
      margin-left: 15px; }
    .horizontal-app-menu .header .pg {
      color: #fff;
      display: block; }
  .horizontal-app-menu .menu-bar {
    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;
    position: relative;
    color: #fff; }
    .horizontal-app-menu .menu-bar ul {
      margin: 0;
      padding: 0;
      list-style: none;
      border-radius: 3px; }
      .horizontal-app-menu .menu-bar ul li a {
        font-weight: 700; }
        .horizontal-app-menu .menu-bar ul li a .arrow {
          position: relative;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-left: 15px;
          width: 23px; }
          .horizontal-app-menu .menu-bar ul li a .arrow:before {
            font-size: 16px;
            font-family: FontAwesome;
            height: auto;
            content: "\f104";
            font-weight: 300;
            text-shadow: none;
            position: relative;
            top: 2px;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transition: all 0.12s ease;
            transition: all 0.12s ease; }
      .horizontal-app-menu .menu-bar ul li {
        line-height: 24px; }
        .horizontal-app-menu .menu-bar ul li .sub-menu {
          padding: 0;
          left: 50%;
          top: 0;
          position: absolute;
          visibility: hidden;
          opacity: 0;
          min-width: calc(100% + 4px);
          padding: 18px 25px;
          background: #fff;
          z-index: 1;
          position: absolute;
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
          -webkit-transform: translate3d(15px, 0, 0);
          transform: translate3d(15px, 0, 0);
          -ms-transform: translate(15px, 0);
          -webkit-transition: all 0.15s ease-in;
          transition: all 0.15s ease-in; }
          .horizontal-app-menu .menu-bar ul li .sub-menu li a {
            min-width: 50px;
            width: 100%;
            padding: 4px 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block; }
        .horizontal-app-menu .menu-bar ul li:hover > .sub-menu {
          visibility: visible;
          opacity: 1;
          -webkit-transform: translate3d(34%, 0, 0);
          transform: translate3d(34%, 0, 0);
          -ms-transform: translate(34%, 0); }
    .horizontal-app-menu .menu-bar > ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      -webkit-flex-flow: row nowrap;
              flex-flow: row nowrap; }
      .horizontal-app-menu .menu-bar > ul > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
                flex: 1 0 auto;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0;
        position: relative; }
        .horizontal-app-menu .menu-bar > ul > li:hover:not(.open) > a {
          color: #fff; }
        .horizontal-app-menu .menu-bar > ul > li:first-child > a {
          padding-left: 0; }
        .horizontal-app-menu .menu-bar > ul > li:last-child > a {
          padding-right: 0; }
        .horizontal-app-menu .menu-bar > ul > li > a {
          padding: 0 20px; }
        .horizontal-app-menu .menu-bar > ul > li > ul {
          display: none;
          opacity: 0;
          list-style: none;
          border: 0;
          top: -7px;
          left: -4px;
          min-width: calc(100% + 4px);
          padding: 0 25px;
          padding-top: 60px;
          padding-bottom: 18px;
          background: #fff;
          z-index: 1;
          position: absolute;
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08); }
        .horizontal-app-menu .menu-bar > ul > li.open > ul {
          display: block; }
          .horizontal-app-menu .menu-bar > ul > li.open > ul:before {
            content: '';
            position: absolute;
            height: 1px;
            top: 52px;
            width: calc(100% - 25px * 2);
            background-color: rgba(0, 0, 0, 0.07); }
          .horizontal-app-menu .menu-bar > ul > li.open > ul > li {
            padding-left: 0;
            -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
            -ms-transform: translate(0, -10px);
            opacity: 0;
            -webkit-transition: all 0.18s ease;
            transition: all 0.18s ease;
            border-bottom: none; }
            .horizontal-app-menu .menu-bar > ul > li.open > ul > li > a {
              min-width: 50px;
              width: 100%;
              padding: 4px 0;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between; }
              .horizontal-app-menu .menu-bar > ul > li.open > ul > li > a > .arrow:before {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
            .horizontal-app-menu .menu-bar > ul > li.open > ul > li:last-child > a {
              padding-bottom: 0; }
        .horizontal-app-menu .menu-bar > ul > li.open > a {
          -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
          -ms-transform: translate(0, -10px);
          opacity: 0;
          -webkit-transition: all 0.18s ease !important;
          transition: all 0.18s ease !important; }
        .horizontal-app-menu .menu-bar > ul > li.opening > ul {
          opacity: 1; }
          .horizontal-app-menu .menu-bar > ul > li.opening > ul > li {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -ms-transform: translate(0, 0);
            opacity: 1; }
        .horizontal-app-menu .menu-bar > ul > li.opening > a {
          position: relative;
          z-index: 10;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -ms-transform: translate(0, 0);
          opacity: 1; }
        .horizontal-app-menu .menu-bar > ul > li.closing > ul {
          opacity: 0; }
          .horizontal-app-menu .menu-bar > ul > li.closing > ul > li {
            -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
            -ms-transform: translate(0, -10px);
            opacity: 0; }
        .horizontal-app-menu .menu-bar > ul > li.closing > a {
          -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
          -ms-transform: translate(0, -10px);
          opacity: 0; }
      .horizontal-app-menu .menu-bar > ul li > a {
        color: #fff; }
  .horizontal-app-menu .secondary-sidebar {
    margin-left: -25px;
    border: 1px solid rgba(0, 0, 0, 0.07); }
  .horizontal-app-menu .inner-content {
    margin-left: 225px; }
  .horizontal-app-menu .content {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1; }
  .horizontal-app-menu .page-container {
    padding-left: 0; }
    .horizontal-app-menu .page-container .page-content-wrapper .content {
      padding-top: 0; }
  .horizontal-app-menu .ghost-nav-dropdown {
    top: -7px;
    left: -4px;
    background: #fff;
    z-index: 1000;
    position: absolute;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.18s ease-in;
    transition: all 0.18s ease-in; }
  .horizontal-app-menu .calendar .calendar-header {
    background-color: transparent;
    padding-left: 0;
    position: relative;
    left: -20px; }
  .horizontal-app-menu .calendar .options {
    padding-left: 0; }
  .horizontal-app-menu .calendar .months .month:first-child {
    padding-left: 0; }
  .horizontal-app-menu .calendar .weeks-wrapper {
    margin-left: 0;
    padding-left: 0; }
  .horizontal-app-menu .calendar .week-dragger {
    margin-left: 0; }
  .horizontal-app-menu .calendar .calendar-container .grid {
    overflow: hidden; }

@media (max-width: 1199px) {
  body.horizontal-menu-open .header {
    z-index: 1000; }
  .horizontal-menu-backdrop {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: none; }
  .horizontal-app-menu .menu-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #323237;
    width: 270px;
    left: -270px;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99), -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
    height: auto !important; }
    .horizontal-app-menu .menu-bar.open {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      -ms-transform: translate(100%, 0); }
    .horizontal-app-menu .menu-bar > ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      overflow-x: hidden; }
    .horizontal-app-menu .menu-bar ul {
      width: 100%; }
      .horizontal-app-menu .menu-bar ul li {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        min-height: 45px;
        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;
        width: 100%; }
        .horizontal-app-menu .menu-bar ul li > ul {
          padding: 0;
          overflow: hidden;
          margin-top: 6px;
          position: static;
          background: #27272a;
          opacity: 1;
          padding: 12px 0 10px 10px;
          min-width: 0;
          left: 0;
          box-shadow: none; }
          .horizontal-app-menu .menu-bar ul li > ul:before {
            display: none; }
          .horizontal-app-menu .menu-bar ul li > ul > li {
            padding-left: 0;
            min-height: 40px; }
            .horizontal-app-menu .menu-bar ul li > ul > li > a {
              font-size: 13px;
              padding-top: 0 !important;
              padding-bottom: 0 !important;
              line-height: 40px; }
        .horizontal-app-menu .menu-bar ul li a {
          display: inline-block;
          padding-left: 20px !important;
          padding-right: 20px !important;
          min-height: 40px;
          line-height: 40px;
          font-size: 14px;
          clear: both;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 100%;
          text-align: right; }
          .horizontal-app-menu .menu-bar ul li a > .arrow {
            float: right;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transition: all 0.12s ease;
            transition: all 0.12s ease;
            -webkit-transform-origin: 90% 50%;
                -ms-transform-origin: 90% 50%;
                    transform-origin: 90% 50%;
            padding-left: 17px; }
            .horizontal-app-menu .menu-bar ul li a > .arrow.open {
              -webkit-transform: rotate(0);
              -ms-transform: rotate(0);
              transform: rotate(0); }
        .horizontal-app-menu .menu-bar ul li.active {
          border: none; }
        .horizontal-app-menu .menu-bar ul li.open ul li {
          opacity: 1;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
        .horizontal-app-menu .menu-bar ul li.open > a {
          opacity: 1;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          color: #fff;
          padding-left: 20px !important; }
    .horizontal-app-menu .menu-bar .search-link {
      background: rgba(255, 255, 255, 0.1);
      display: block;
      height: 54px;
      width: 100%;
      margin: 0;
      padding-left: 20px;
      padding-right: 20px;
      color: #fff;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-top: auto; }
      .horizontal-app-menu .menu-bar .search-link i {
        margin: 0; }
    .horizontal-app-menu .menu-bar .toggle-sidebar {
      width: 35px;
      text-align: center;
      margin: 7px 10px 10px 8px;
      padding: 10px; }
  .horizontal-app-menu[data-pages-direction="slideRight"] {
    right: 0; }
  .horizontal-app-menu .header .header-sm-height {
    height: 100%; }
  .horizontal-app-menu .ghost-nav-dropdown {
    display: none; }
  .horizontal-app-menu .options {
    padding-left: 10px !important; } }

@media (max-width: 1400px) {
  .header .brand.inline::after {
    top: -7px !important; } }

@media (min-width: 980px) {
  .horizontal-menu .page-content {
    margin-left: 0; }
    .horizontal-menu .page-content .content {
      padding-top: 123px; } }

/* Secondary Sidebar
------------------------------------
*/
.toggle-secondary-sidebar {
  display: none; }

.secondary-sidebar {
  background: #cccccc;
  width: 250px;
  float: left;
  padding-left: 47px;
  height: 100%;
  position: fixed;
  padding: 20px 0; }
  .secondary-sidebar.not-fixed {
    position: inherit; }
  .secondary-sidebar.open {
    position: fixed;
    visibility: hidden;
    display: block; }
  .secondary-sidebar .btn-compose {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
  .secondary-sidebar .menu-title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10.8px;
    font-family: 'Montserrat';
    font-weight: normal;
    letter-spacing: 0.03em; }
  .secondary-sidebar .menu-title {
    padding-left: 30px; }
  .secondary-sidebar > ul > li {
    padding-left: 0; }
  .secondary-sidebar ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    padding-right: 30px; }
    .secondary-sidebar ul li a > .icon-thumbnail {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      width: auto;
      line-height: auto; }
      .secondary-sidebar ul li a > .icon-thumbnail > svg {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
    .secondary-sidebar ul li a.active {
      color: #2c2d2f; }
    .secondary-sidebar ul li a > .title {
      width: 100%;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
      .secondary-sidebar ul li a > .title:after {
        display: none; }
    .secondary-sidebar ul li a > .badge {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
    .secondary-sidebar ul li a > .arrow:before {
      float: right;
      display: inline;
      font-size: 16px;
      font-family: FontAwesome;
      height: auto;
      content: "\f104";
      font-weight: 300;
      text-shadow: none;
      -webkit-transition: all 0.12s ease;
      transition: all 0.12s ease; }
  .secondary-sidebar ul li ul {
    margin: 0;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 7px; }
    .secondary-sidebar ul li ul li {
      padding: 0;
      margin-bottom: 9px;
      margin-top: 5px; }
  .secondary-sidebar ul li.open > a {
    color: #2c2d2f; }
    .secondary-sidebar ul li.open > a .arrow:before {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .secondary-sidebar ul li.open > ul {
    display: block; }
  .secondary-sidebar ul li > ul {
    display: none; }
  .secondary-sidebar .main-menu {
    padding-left: 0; }
    .secondary-sidebar .main-menu > li {
      list-style: none; }
      .secondary-sidebar .main-menu > li.active > a {
        color: #F9A21B; }
        .secondary-sidebar .main-menu > li.active > a:hover {
          color: #F9A21B; }
        .secondary-sidebar .main-menu > li.active > a > .title {
          position: relative; }
          .secondary-sidebar .main-menu > li.active > a > .title:after {
            background: #F9A21B;
            border-radius: 50%;
            content: "";
            height: 7px;
            position: absolute;
            right: -14px;
            top: 6.5px;
            width: 7px; }
      .secondary-sidebar .main-menu > li a {
        font-size: 14px;
        color: #fff;
        line-height: 37px; }
        .secondary-sidebar .main-menu > li a:hover {
          color: #fff; }
        .secondary-sidebar .main-menu > li a > .title i {
          margin-right: 6px;
          opacity: .9; }
  .secondary-sidebar .sub-menu {
    margin-left: 23px; }
    .secondary-sidebar .sub-menu li {
      list-style: none;
      padding: 0; }
      .secondary-sidebar .sub-menu li.active a {
        color: #fff !important; }
      .secondary-sidebar .sub-menu li a {
        color: rgba(255, 255, 255, 0.89);
        line-height: 25px; }
        .secondary-sidebar .sub-menu li a:hover {
          color: #fff; }
  .secondary-sidebar .sub-menu li a .badge, .secondary-sidebar .main-menu li a .badge {
    background: transparent;
    font-size: 13px;
    color: #fff;
    line-height: 25px; }
  .secondary-sidebar.light {
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.07); }
    .secondary-sidebar.light .menu-title {
      color: white;
      opacity: 1; }
    .secondary-sidebar.light .icon-thumbnail {
      background-color: transparent; }
    .secondary-sidebar.light .main-menu li a:hover {
      color: #2c2d2f; }
    .secondary-sidebar.light .main-menu li.active > a {
      color: #2c2d2f; }
    .secondary-sidebar.light .sub-menu {
      margin-top: 5px; }
      .secondary-sidebar.light .sub-menu li.active a {
        color: #2c2d2f !important; }
      .secondary-sidebar.light .sub-menu li a {
        color: white; }
        .secondary-sidebar.light .sub-menu li a:hover {
          color: #2c2d2f; }

/* Header
------------------------------------
*/
.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 100%;
  padding: 0 20px 0 0;
  z-index: 800;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e2;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .header a {
    color: #575a5d; }
    .header a:hover, .header a:active, .header a:focus {
      color: #575a5d; }
  .header .header-inner {
    height: inherit;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header.transparent {
    background-color: transparent !important; }
  .header .brand {
    vertical-align: middle;
    width: 280px;
    text-align: center; }
  .header .bubble {
    border-radius: 100%;
    height: 12px;
    width: 12px;
    background-color: #f94816;
    color: #fff;
    position: absolute;
    top: -6px;
    float: right;
    right: -5px; }
  .header .notification-list {
    display: inline-block;
    line-height: 23px; }
  .header .search-link {
    display: inline-block;
    color: #575a5d;
    vertical-align: middle;
    line-height: 12px;
    font-family: Cairo, Droid, Raleway, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .header .search-link:hover {
      opacity: 1; }
  .header .pg {
    font-size: 16px; }
  .header ul li {
    line-height: 12px;
    vertical-align: middle; }
  .header .dropdown {
    line-height: 12px; }
  .header .dropdown-menu {
    margin-top: 10px; }

/* Bootstrap navbar
------------------------------------
*/
.navbar {
  min-height: 50px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid transparent;
  top: -1px; }

.navbar-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  padding-top: 20px;
  padding-bottom: 20px; }

.nav > li > a {
  padding: 10px 15px; }

.navbar-default {
  background-color: #fff; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent; }

.navbar-toggle {
  border-radius: 0;
  background-color: transparent !important; }

.navbar-default .navbar-nav > li > a {
  color: #575a5d; }

.nav-collapse.collapse {
  height: 100%  !important; }

.navbar-center, .navbar-center > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  *zoom: 1;
  /* hasLayout ie7 trigger */
  vertical-align: top; }

.navbar-nav li a {
  min-width: 50px; }

/*** General tablets and phones ***/
@media (max-width: 991px) {
  .header {
    padding: 0 15px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    .header .header-inner {
      text-align: right; }
      .header .header-inner .mark-email {
        left: 45px;
        position: absolute;
        top: 23px; }
      .header .header-inner .quickview-link {
        position: absolute;
        right: 0;
        top: 12px; }
    .header .brand {
      width: auto; } }

@media (max-width: 767px) {
  .header {
    height: 48px; }
    .header .header-inner {
      height: 48px; }
  .header .user-info-wrapper {
    display: none; }
  .header .search-link {
    height: 19px;
    width: 16px;
    overflow: hidden; } }

@media (max-width: 480px) {
  .header {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    .header .header-inner {
      height: 48px;
      text-align: center; }
      .header .header-inner .toggle-email-sidebar {
        font-size: 16px;
        top: 12px; }
      .header .header-inner .mark-email {
        left: 35px;
        top: 14px; }
      .header .header-inner .quickview-link {
        top: 14px; }
    .header .dropdown-submenu {
      top: 12px; } }

.windows .header .search-link {
  font-size: 15px; }

/* END Header
------------------------------------
*/
/* Breadcrumbs
------------------------------------
*/
.breadcrumb .breadcrumb-item {
  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; }

.breadcrumb {
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  padding: 15px 0;
  margin: 0;
  border: none;
  text-transform: uppercase; }
  .breadcrumb.breadcrumb-alt {
    padding: 8px 0;
    text-transform: none; }
    .breadcrumb.breadcrumb-alt a {
      letter-spacing: normal;
      color: #000;
      font-size: 12px !important; }
    .breadcrumb.breadcrumb-alt > .breadcrumb-item,
    .breadcrumb.breadcrumb-alt > .breadcrumb-item.active {
      letter-spacing: normal;
      opacity: .46;
      color: #000;
      font-size: 12px !important; }
  .breadcrumb a {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 10.5px !important;
    letter-spacing: 0.06em;
    font-weight: 400;
    color: #7b7d82; }
  .breadcrumb .breadcrumb-item {
    float: left;
    padding-left: 0px; }
  .breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
    padding: 0 5px;
    color: #515050;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: "keyboard_arrow_left"; }
  .breadcrumb > .breadcrumb-item.active {
    font-weight: 500;
    color: #0090d9;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 10.5px !important;
    letter-spacing: 0.06em; }
    .breadcrumb > .breadcrumb-item.active:before {
      padding-right: 10px;
      padding-left: 15px; }

/* Main Menu Sidebar
------------------------------------
*/
body.mobile .sidebar-menu {
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

body.mobile .sidebar-menu > ul {
  height: auto !important;
  overflow: visible !important;
  -webkit-overflow-scrolling: touch !important; }

body.mobile .page-sidebar .sidebar-menu .menu-items li:hover a {
  color: #fff; }

body.mobile .page-sidebar .sidebar-menu .menu-items li:hover .icon-thumbnail {
  color: #fff !important; }

body.mobile .page-sidebar .sidebar-menu .menu-items li.active > a, body.mobile .page-sidebar .sidebar-menu .menu-items li.open > a {
  color: #fff; }

body.mobile .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail, body.mobile .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail {
  color: #fff; }

body.mobile .drager {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

body.sidebar-visible .page-sidebar .scroll-element {
  visibility: visible; }

body.sidebar-visible .page-sidebar .menu-items .icon-thumbnail {
  -webkit-transform: translate3d(-14px, 0, 0);
  transform: translate3d(-14px, 0, 0);
  -ms-transform: translate(-14px, 0); }

body.sidebar-visible .page-sidebar .sidebar-header .sidebar-header-controls {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
  -ms-transform: translate(48px, 0); }

.page-sidebar {
  width: 280px;
  background-color: #323237;
  z-index: 1000;
  left: -210px;
  position: fixed;
  bottom: 0;
  top: 0;
  right: auto;
  overflow: hidden;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99), -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px; }
  .page-sidebar a, .page-sidebar button {
    color: #fff; }
    .page-sidebar a:hover, .page-sidebar a:active, .page-sidebar button:hover, .page-sidebar button:active {
      color: #fff;
      background-color: transparent !important; }
      .page-sidebar a:hover:focus, .page-sidebar a:active:focus, .page-sidebar button:hover:focus, .page-sidebar button:active:focus {
        color: #fff; }
    .page-sidebar a:visited, .page-sidebar a:focus, .page-sidebar button:visited, .page-sidebar button:focus {
      color: #fff; }
  .page-sidebar button.sidebar-slide-toggle.active {
    color: #fff; }
    .page-sidebar button.sidebar-slide-toggle.active:focus {
      background: transparent; }
  .page-sidebar .scroll-element {
    visibility: hidden; }
  .page-sidebar .sidebar-header {
    /* Side-bar header */
    display: block;
    height: 60px;
    line-height: 60px;
    background-color: #2d2d32;
    border-bottom: 1px solid #29292d;
    color: #fff;
    width: 100%;
    padding: 0 20px;
    padding-left: 30px;
    clear: both;
    z-index: 10;
    position: relative; }
    .page-sidebar .sidebar-header .sidebar-header-controls {
      display: inline-block;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
      transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
      transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
      transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99), -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
      -webkit-backface-visibility: hidden; }
    .page-sidebar .sidebar-header .sidebar-slide-toggle i {
      -webkit-transition: all 0.12s ease;
      transition: all 0.12s ease; }
    .page-sidebar .sidebar-header .sidebar-slide-toggle.active i {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .page-sidebar .close-sidebar {
    position: absolute;
    right: 19px;
    top: 14px;
    padding: 9px;
    z-index: 1; }
    .page-sidebar .close-sidebar > i {
      color: rgba(255, 255, 255, 0.57); }
  .page-sidebar .sidebar-overlay-slide {
    /* Side-bar Top Slider */
    width: 100%;
    height: 100%;
    background-color: #2d2d32;
    display: block;
    z-index: 9;
    padding: 80px 20px 20px 20px; }
    .page-sidebar .sidebar-overlay-slide.from-top {
      top: -100%;
      position: absolute;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .page-sidebar .sidebar-overlay-slide.from-top.show {
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%); }
  .page-sidebar .sidebar-menu {
    /* Side-bar Menu */
    height: calc(100% - 50px);
    position: relative;
    width: 100%; }
    .page-sidebar .sidebar-menu .outer-tab-nav-section {
      display: inline-block;
      width: 45px;
      position: absolute;
      height: 100%;
      background-color: #0aa699 !important; }
    .page-sidebar .sidebar-menu .menu-items {
      /* Side-bar Menut Items */
      list-style: none;
      margin: 0;
      padding: 0;
      margin: 0;
      padding: 0;
      position: relative;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      height: calc(100% - 10px);
      width: 100%; }
      .page-sidebar .sidebar-menu .menu-items li:hover > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail {
        color: #fff; }
      .page-sidebar .sidebar-menu .menu-items li:hover > a, .page-sidebar .sidebar-menu .menu-items li.open > a, .page-sidebar .sidebar-menu .menu-items li.active > a {
        color: #fff; }
      .page-sidebar .sidebar-menu .menu-items li > a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 65%; }
      .page-sidebar .sidebar-menu .menu-items > li {
        display: block;
        padding: 0;
        clear: right; }
        .page-sidebar .sidebar-menu .menu-items > li:after, .page-sidebar .sidebar-menu .menu-items > li:before {
          display: table;
          content: " ";
          clear: both; }
        .page-sidebar .sidebar-menu .menu-items > li > a {
          font-family: Arial, sans-serif;
          display: inline-block;
          padding-left: 32px;
          min-height: 40px;
          line-height: 40px;
          font-size: 14px;
          clear: both; }
          .page-sidebar .sidebar-menu .menu-items > li > a.open {
            background: #313131; }
          .page-sidebar .sidebar-menu .menu-items > li > a > .arrow {
            float: right;
            padding-right: 30px; }
            .page-sidebar .sidebar-menu .menu-items > li > a > .arrow:before {
              float: right;
              display: inline;
              font-size: 16px;
              font-family: FontAwesome;
              height: auto;
              content: "\f104";
              font-weight: 300;
              text-shadow: none;
              -webkit-transition: all 0.12s ease;
              transition: all 0.12s ease; }
            .page-sidebar .sidebar-menu .menu-items > li > a > .arrow.open:before {
              -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
          .page-sidebar .sidebar-menu .menu-items > li > a > .badge {
            margin-top: 12px; }
          .page-sidebar .sidebar-menu .menu-items > li > a > .title {
            float: left;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 65%; }
          .page-sidebar .sidebar-menu .menu-items > li > a > .details {
            font-size: 12px;
            opacity: 0.4;
            display: block;
            clear: both; }
          .page-sidebar .sidebar-menu .menu-items > li > a.detailed > .title {
            line-height: 28px; }
          .page-sidebar .sidebar-menu .menu-items > li > a.detailed > .details {
            line-height: 16px; }
        .page-sidebar .sidebar-menu .menu-items > li.active > ul.sub-menu {
          display: block; }
        .page-sidebar .sidebar-menu .menu-items > li > .icon-thumbnail:first-letter {
          text-transform: uppercase; }
        .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu > li ul.sub-menu li {
          padding-left: 10px;
          padding-right: 3px; }
        .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu > li ul.sub-menu .icon-thumbnail {
          width: 25px;
          height: 25px;
          line-height: 25px;
          font-size: 10px; }
        .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu li > a > .arrow:before {
          float: right;
          margin-top: 1px;
          margin-right: 20px;
          display: inline;
          font-size: 16px;
          font-family: FontAwesome;
          height: auto;
          content: "\f104";
          font-weight: 300;
          text-shadow: none;
          -webkit-transition: all 0.12s ease;
          transition: all 0.12s ease; }
        .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu li > a > .arrow.open:before {
          float: right;
          margin-top: 1px;
          margin-right: 18px;
          display: inline;
          font-family: FontAwesome;
          height: auto;
          font-size: 16px;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          font-weight: 300;
          text-shadow: none; }
        .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu {
          display: none;
          list-style: none;
          clear: both;
          margin: 0 0 10px 0;
          background-color: #27272a;
          padding: 18px 0 10px 0; }
          .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
            background: none;
            padding: 0px 20px 0 40px;
            margin-top: 1px; }
            .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li:hover > .icon-thumbnail {
              color: #fff; }
            .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a {
              display: inline-block;
              padding: 5px 0px;
              font-size: 13px;
              font-family: Arial, sans-serif;
              white-space: normal; }
            .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li .icon-thumbnail {
              width: 30px;
              height: 30px;
              line-height: 30px;
              margin: 0;
              background-color: #323237;
              font-size: 14px; }
    .page-sidebar .sidebar-menu .muted {
      color: #576775;
      opacity: .45; }
  .page-sidebar .icon-thumbnail [class^="bg-"], .page-sidebar [class*="bg-"] {
    color: #fff; }

[data-toggle-pin="sidebar"] > i:before {
  content: "\f10c"; }

/* Sidebar icon holder
------------------------------------
*/
.icon-thumbnail {
  display: inline-block;
  background: #27272a;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  left: 0;
  float: right;
  margin-left: 14px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99), -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  font-family: Cairo, Droid, Raleway, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: bold; }
  .icon-thumbnail > i {
    font-size: 14px; }
  .icon-thumbnail > svg {
    width: auto;
    height: auto;
    display: inline; }

/* Overlay Search
------------------------------------
*/
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.98);
  z-index: 1010;
  padding: 30px;
  overflow: auto; }
  .overlay .inline-block {
    display: inline-block; }
  .overlay .overlay-brand {
    margin-left: 7px; }
  .overlay > div {
    width: 100%;
    height: 260px;
    display: block;
    overflow: hidden; }
  .overlay .has-results {
    overflow: visible; }
  .overlay .overlay-search {
    font-weight: 700;
    font-size: 72px;
    line-height: 100px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    padding: 20px;
    height: auto; }
    .overlay .overlay-search:focus {
      border-color: #F9A21B !important; }
  .overlay .overlay-close {
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 36px; }
    .overlay .overlay-close i {
      font-size: inherit; }

/* Quick View
------------------------------------
*/
.quickview-wrapper {
  position: fixed;
  right: -285px;
  top: 0;
  width: 285px;
  background: #fff;
  bottom: 0;
  z-index: 1000;
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
  border-left: 1px solid rgba(222, 227, 231, 0.56);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99), -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  .quickview-wrapper.open {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0); }
  .quickview-wrapper .quickview-toggle {
    position: absolute;
    right: 12px;
    top: 2px;
    color: #fff;
    padding: 6px;
    opacity: 0.4; }
    .quickview-wrapper .quickview-toggle:hover {
      opacity: 1; }
  .quickview-wrapper .nav-tabs {
    /* Quickview Tabs */
    background-color: #323237;
    position: relative;
    padding: 0 43px; }
    .quickview-wrapper .nav-tabs > li > a {
      padding: 11px;
      color: #fff;
      border: 0;
      text-align: center;
      font-size: 11px;
      font-weight: bold;
      min-width: 62px;
      line-height: 1.4; }
      .quickview-wrapper .nav-tabs > li > a > span {
        opacity: 0.6; }
      .quickview-wrapper .nav-tabs > li > a:hover > span {
        color: #fff;
        opacity: 1; }
      .quickview-wrapper .nav-tabs > li > a.active:hover, .quickview-wrapper .nav-tabs > li > a.active:focus {
        background: transparent;
        color: white;
        opacity: 1; }
    .quickview-wrapper .nav-tabs > li.active > a, .quickview-wrapper .nav-tabs > li.active > a:hover, .quickview-wrapper .nav-tabs > li.active > a:focus {
      background-color: transparent;
      border: 0;
      color: white;
      opacity: 1; }
    .quickview-wrapper .nav-tabs ~ .tab-content {
      position: absolute;
      padding: 0;
      left: 0;
      right: 0;
      top: 38px;
      bottom: 0;
      height: auto; }
      .quickview-wrapper .nav-tabs ~ .tab-content > div {
        height: 100%; }
      .quickview-wrapper .nav-tabs ~ .tab-content ul {
        margin: 0;
        padding: 0; }
        .quickview-wrapper .nav-tabs ~ .tab-content ul li {
          list-style: none; }
      .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes {
        /* Quickview Notes */
        background: #fbf9e3; }
        .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes a, .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes button {
          color: #968974; }
        .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list {
          position: relative; }
          .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar {
            height: 50px;
            padding: 0 25px; }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul {
              margin-top: 10px; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li {
                display: inline-block;
                height: auto; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li a {
                  height: 22px;
                  line-height: 22px;
                  display: block;
                  padding: 0 5px;
                  font-size: 14px; }
                  .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li a:hover, .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li a.selected {
                    background: #968974;
                    color: #FBF9E3; }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar .btn-remove-notes {
              background: transparent;
              bottom: 8px;
              display: block;
              left: 50%;
              margin-left: -40%;
              position: absolute;
              width: 83%;
              border: 1px solid #968974; }
          .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul {
            padding: 0; }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li {
              cursor: pointer;
              height: 42px;
              padding: 0 25px;
              display: block;
              clear: both; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left {
                float: left;
                width: 65%;
                height: 100%;
                padding-top: 9px; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left .checkbox {
                  display: none;
                  float: left; }
                  .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left .checkbox label {
                    margin-right: 0;
                    vertical-align: text-top; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left p {
                  margin: 0;
                  font-size: 13px;
                  font-weight: bold;
                  width: 100px;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  vertical-align: middle;
                  display: inline-block; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .right {
                font-size: 10.5px;
                text-align: right;
                width: 35%;
                line-height: 41px; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .right .date {
                  margin-right: 10px; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li:hover {
                background: #f4ecd1; }
        .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note {
          /* Quickview Note */
          background-image: url("../img/notes_lines.png");
          background-repeat: repeat-y;
          background-position: 27px top; }
          .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note > div {
            display: table;
            height: 100%;
            width: 100%; }
          .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar {
            background: #fcfcfa;
            height: 35px;
            width: 100%;
            display: table-row;
            box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.33); }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li {
              display: inline-block;
              border-right: 1px solid #EDECEC;
              float: left;
              line-height: 37px;
              padding: 0;
              text-align: center;
              width: 40px;
              height: auto; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li > a {
                color: #a5a5a5;
                display: block;
                font-size: 14px; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li > a:hover {
                  background: #fffaf6; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li > a.active {
                  color: #333;
                  background: #f9f1ea; }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar:after {
              position: absolute;
              content: "";
              width: 100%; }
          .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body {
            display: table-row;
            height: 100%; }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body > div {
              display: table;
              height: 100%;
              width: 100%;
              padding: 0 20px 0 45px;
              white-space: normal; }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .top {
              height: 50px;
              display: table-row;
              clear: both;
              line-height: 50px;
              text-align: center; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .top > a {
                float: left;
                color: #b0b0a8;
                margin-left: 10px; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .top > span {
                font-style: italic;
                color: #b0b0a8;
                font-size: 11px; }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content {
              display: table-row;
              height: 100%; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content form {
                height: 100%; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor {
                font-size: 12px; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor:focus {
                  outline: none; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor::-moz-selection {
                  background: #fef8ae; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor::selection {
                  background: #fef8ae; }

.scroll {
  position: relative;
  overflow: auto; }

.scroll-wrapper > .scroll-element, .scroll-wrapper > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scroll-wrapper > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scroll-wrapper > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scroll-wrapper > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 4px; }

.scroll-wrapper > .scroll-element .scroll-element_outer {
  opacity: 0.3; }

.scroll-wrapper > .scroll-element .scroll-element_size {
  background-color: rgba(0, 0, 0, 0.07);
  opacity: 0; }

.scroll-wrapper > .scroll-element .scroll-bar {
  background-color: #697686; }

.scroll-wrapper > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 4px;
  min-width: 24px;
  top: auto; }

.scroll-wrapper > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s; }

.scroll-wrapper > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scroll-wrapper > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 4px; }

.scroll-wrapper > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.scroll-wrapper > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

.scroll-wrapper > .scroll-content {
  box-sizing: inherit !important; }

.scroll-wrapper.auto-hide > .scroll-element .scroll-element_track {
  display: none; }

.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scroll-wrapper > .scroll-element:hover .scroll-element_outer,
.scroll-wrapper > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scroll-wrapper > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scroll-wrapper > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scroll-wrapper > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scroll-wrapper > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%; }

.scroll-wrapper > .scroll-element.scroll-x:hover .scroll-element_outer,
.scroll-wrapper > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 10px;
  min-height: 7px; }

.scroll-wrapper > .scroll-element.scroll-y:hover .scroll-element_outer,
.scroll-wrapper > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 7px; }

.select2-container .scroll-wrapper > .scroll-element.scroll-y {
  left: 0;
  right: auto; }

/*------------------------------------------------------------------
[5. Typography]
*/
/* Standard elements
--------------------------------------------------
*/
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  color: #575a5d;
  font-family: Cairo, Droid, Raleway, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  direction: rtl;
  text-align: right; }

/* Headings
------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: Cairo, Droid, Raleway, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 700;
  color: #2c2d2f;
  letter-spacing: normal; }

h1 {
  font-size: 44px;
  line-height: 55px; }

h2 {
  font-size: 31px;
  line-height: 40px; }

h3 {
  font-size: 27px;
  line-height: 35px; }

h4 {
  font-size: 22px;
  line-height: 31.88px; }

h5 {
  font-size: 18px;
  line-height: 25.88px; }

h3 small,
h4 small,
h5 small {
  font-weight: 300; }

h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-bottom: 10px; }

/* Lins and Others
------------------------------------
*/
a {
  text-shadow: none !important;
  color: #005559;
  -webkit-transition: color 0.1s linear 0s,background-color 0.1s linear 0s,opacity 0.2s linear 0s !important;
  transition: color 0.1s linear 0s,background-color 0.1s linear 0s,opacity 0.2s linear 0s !important; }

a:focus, a:hover, a:active {
  color: #00696E; }

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

a[ng-click] {
  cursor: pointer; }

br {
  line-height: normal;
  clear: both; }

code {
  color: #ca3a12;
  background-color: #e8e9ea; }
  code:hover {
    background-color: #fedad0; }

p {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  margin: 0px 0px 10px 0px;
  font-style: normal;
  white-space: normal; }

small,
.small {
  line-height: 18px;
  font-size: 85%; }

label.inline {
  display: inline-block;
  position: relative;
  top: 0px;
  font-size: 13px; }

ul, ol {
  margin-bottom: 10px; }
  ul > li, ol > li {
    padding-left: 3px;
    line-height: 24px; }
  ul.lg-icon > li, ol.lg-icon > li {
    font-size: 21px; }
    ul.lg-icon > li span, ol.lg-icon > li span {
      font-size: 14px; }
  ul.no-style, ol.no-style {
    list-style: none;
    padding-left: 5px; }

address {
  margin-bottom: 0px; }
  address a {
    color: #575a5d; }

blockquote {
  padding: 0 0 0 18px;
  border-left: 0; }
  blockquote:before {
    content: '';
    font-family: FontAwesome;
    content: "\f10d";
    margin-right: 13px;
    float: left; }
  blockquote p {
    font-size: 16px; }
  blockquote small {
    line-height: 29px;
    color: #8b91a0;
    padding-left: 30px; }
    blockquote small:before {
      content: ""; }
  blockquote.pull-right {
    border-right: 0; }
    blockquote.pull-right:before {
      float: right;
      content: '';
      font-family: FontAwesome;
      content: "\f10d";
      margin-left: 13px;
      margin-right: 0; }
    blockquote.pull-right small {
      padding-right: 30px; }
      blockquote.pull-right small:after {
        content: ""; }

hr {
  border-color: #e1e1e2; }
  hr.double {
    border-width: 2px; }
  hr.dotted {
    border-style: dotted none none; }

/* Font Sizes
------------------------------------
*/
.small-text {
  font-size: 12px !important; }

.normal-text {
  font-size: 13px !important; }

.large-text {
  font-size: 15px !important; }

/* Font Weights
------------------------------------
 */
.normal {
  font-weight: normal; }

.semi-bold {
  font-weight: 400 !important; }

.bold {
  font-weight: bold !important; }

.light {
  font-weight: 300 !important; }

/* Misc
------------------------------------
*/
.logo {
  margin: 18px 14px; }

.all-caps {
  text-transform: uppercase; }

.muted {
  color: #d8dadb; }

.hint-text {
  opacity: .7; }

.no-decoration {
  text-decoration: none !important; }

/* Monochrome Colors
------------------------------------
 */
.bg-master {
  background-color: #575a5d; }

.bg-master-light {
  background-color: #e1e1e2; }

.bg-master-lighter {
  background-color: #e8e9ea; }

.bg-master-lightest {
  background-color: #f5f6f7; }

.bg-master-dark {
  background-color: #2c2d2f; }

.bg-master-darker {
  background-color: #18191a; }

.bg-master-darkest {
  background-color: #111213; }

/* Contextual Colors
------------------------------------
*/
/* Primary
------------------------------------
*/
.bg-primary {
  background-color: #00696E !important; }

.bg-primary-dark {
  background-color: #005559; }

.bg-primary-darker {
  background-color: #003f42; }

.bg-primary-light {
  background-color: #33878b; }

.bg-primary-lighter {
  background-color: #cce1e2; }

/* Complete
------------------------------------
*/
.bg-complete {
  background-color: #F9A21B !important; }

.bg-complete-dark {
  background-color: #ca8316; }

.bg-complete-darker {
  background-color: #956110; }

.bg-complete-light {
  background-color: #fab549; }

.bg-complete-lighter {
  background-color: #feecd1; }

/* Success
------------------------------------
*/
.bg-success {
  background-color: #1dbb99 !important; }

.bg-success-dark {
  background-color: #17977c; }

.bg-success-darker {
  background-color: #11705c; }

.bg-success-light {
  background-color: #4ac9ad; }

.bg-success-lighter {
  background-color: #d2f1eb; }

/* Info
------------------------------------
*/
.bg-info {
  background-color: #1f3953 !important; }

.bg-info-dark {
  background-color: #192e43; }

.bg-info-darker {
  background-color: #132232; }

.bg-info-light {
  background-color: #4c6175; }

.bg-info-lighter {
  background-color: #d2d7dd; }

/* Danger
------------------------------------
*/
.bg-danger {
  background-color: #f94816 !important; }

.bg-danger-dark {
  background-color: #ca3a12; }

.bg-danger-darker {
  background-color: #952b0d; }

.bg-danger-light {
  background-color: #fa6d45; }

.bg-danger-lighter {
  background-color: #fedad0; }

/* Warning
------------------------------------
 */
.bg-warning {
  background-color: #f7cf5f !important; }

.bg-warning-dark {
  background-color: #c8a84d; }

.bg-warning-darker {
  background-color: #947c39; }

.bg-warning-light {
  background-color: #f9d97f; }

.bg-warning-lighter {
  background-color: #fdf5df; }

/* More Color Options
------------------------------------
*/
/* Menu
------------------------------------
*/
.bg-menu-dark {
  background-color: #27272a; }

.bg-menu {
  background-color: #323237; }

.bg-menu-light {
  background-color: #fff; }

/* Gradients
------------------------------------
*/
.gradient-grey {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%); }

.gradient-black {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%); }

/* Other Colors
------------------------------------
*/
.bg-white {
  background-color: #fff; }

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

/* Text Colors */
.link {
  opacity: .7; }
  .link:hover {
    opacity: 1; }

.text-master {
  color: #575a5d !important; }

.text-master-light {
  color: #e1e1e2 !important; }

.text-black {
  color: #2c2d2f !important; }

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

.text-complete {
  color: #F9A21B !important; }

.text-success {
  color: #1dbb99 !important; }

.text-info {
  color: #1f3953 !important; }

.text-warning {
  color: #f7cf5f !important; }

.text-warning-dark {
  color: #c8a84d !important; }

.text-danger {
  color: #f94816 !important; }

.text-primary {
  color: #00696E !important; }

/* Text Aligngments
------------------------------------
*/
.text-right {
  text-align: right !important; }

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

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

/* Labels
------------------------------------
*/
.label {
  padding: 3px 9px;
  font-size: 11px;
  line-height: 1;
  text-shadow: none;
  background-color: #e1e1e2;
  font-weight: 600;
  color: #575a5d;
  border-radius: .25em; }

.label-success {
  background-color: #1dbb99;
  color: #fff; }

.label-warning {
  background-color: #f7cf5f;
  color: #fff; }

.label-important, .label-danger {
  background-color: #f94816;
  color: #fff; }

.label-info {
  background-color: #F9A21B;
  color: #fff; }

.label-inverse {
  background-color: #ca8316;
  color: #fff; }

.label-white {
  background-color: #fff;
  color: #575a5d; }

/* Font Sizes
------------------------------------
*/
.fs-10 {
  font-size: 10px !important; }

.fs-11 {
  font-size: 10.5px !important; }

.fs-12 {
  font-size: 12px !important; }

.fs-13 {
  font-size: 13px !important; }

.fs-14 {
  font-size: 14px !important; }

.fs-15 {
  font-size: 15px !important; }

.fs-16 {
  font-size: 16px !important; }

/* Line-heights
------------------------------------
*/
.lh-normal {
  line-height: normal; }

.lh-10 {
  line-height: 10px; }

.lh-11 {
  line-height: 11px; }

.lh-12 {
  line-height: 12px; }

.lh-13 {
  line-height: 13px; }

.lh-14 {
  line-height: 14px; }

.lh-15 {
  line-height: 15px; }

.lh-16 {
  line-height: 16px; }

/* Font Faces
------------------------------------
*/
.font-arial {
  font-family: Arial, sans-serif !important; }

.font-montserrat {
  font-family: 'Montserrat' !important; }

.font-georgia {
  font-family: Georgia !important; }

.font-heading {
  font-family: Cairo, Droid, Raleway, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.font-heading {
  font-family: Cairo, Droid, Raleway, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.font-raleway {
  font-family: Raleway, sans-serif !important; }

.font-droid {
  font-family: Droid, sans-serif !important; }

/* Wells
------------------------------------
*/
.well {
  background-color: #e1e1e2;
  border-radius: 3px;
  box-shadow: none !important;
  border: none;
  background-image: none; }
  .well.well-large {
    padding: 24px;
    width: auto; }
  .well.well-small {
    padding: 13px;
    width: auto; }
  .well.green {
    background-color: #F9A21B;
    color: #fff;
    border: none; }

.overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.jumbotron {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }
  .jumbotron p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: inherit; }
    .jumbotron p.small {
      font-size: 85%; }

/* Responsive Handlers : Typo
------------------------------------
*/
@media (max-width: 1400px) {
  body, p {
    font-size: 13px;
    line-height: 20px; }
  h1 {
    font-size: 33px;
    line-height: 44px; }
  h2 {
    font-size: 28px;
    line-height: 40px; }
  h3 {
    font-size: 24px;
    line-height: 35.88px; }
  h4 {
    font-size: 18px;
    line-height: 33.88px; }
  h5 {
    font-size: 16px;
    line-height: 25.88px; }
  small, .small {
    font-size: 89%;
    line-height: 17px; } }

/* For Windows : Fixes
------------------------------------
*/
.windows body,
.windows p {
  font-size: 13px; }

.windows h3 {
  font-size: 29px;
  line-height: 33px; }

.windows h4 {
  font-size: 23px;
  line-height: 32px; }

.windows h5 {
  font-size: 19px;
  line-height: 28px;
  font-weight: normal; }

.windows .jumbotron p {
  font-size: 13px; }
  .windows .jumbotron p.small {
    font-size: 85%; }

.windows small,
.windows .small {
  font-size: 89%; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.table > tbody > tr > td, .table > tbody > tr > th {
  line-height: 1.42857143; }

.table > tfoot > tr > td, .table > tfoot > tr > th {
  line-height: 1.42857143; }

.table > thead > tr > td, .table > thead > tr > th {
  line-height: 1.42857143; }

/*------------------------------------------------------------------
[6. Buttons]
*/
/*
[Buttons Base Styles]
*/
.btn {
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  border: 1px solid #e8e9ea;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: none !important;
  color: #575a5d;
  background-color: #fff;
  text-shadow: none;
  box-shadow: none;
  line-height: 21px;
  position: relative;
  -webkit-transition: color 0.1s linear 0s,background-color 0.1s linear 0s,opacity 0.2s linear 0s !important;
  transition: color 0.1s linear 0s,background-color 0.1s linear 0s,opacity 0.2s linear 0s !important;
  padding: 6px 12px; }
  .btn:hover {
    background-color: #fafafa;
    border: 1px solid rgba(87, 90, 93, 0.27);
    color: #333; }
  .btn.active {
    border-color: #e1e1e2;
    background: #fff;
    color: #333; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none !important;
    outline-style: none;
    color: #333; }
  .btn .caret {
    margin-left: 3px; }
    .btn .caret.single {
      margin-left: 0px; }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    box-shadow: none; }

button:focus {
  outline: none !important; }

/*
Alternate buttons
--------------------------------------------------
*/
.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #00696E;
  border-color: #00696E; }

.btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active:hover,
.btn-primary .show .dropdown-toggle.btn-primary {
  background-color: #005559;
  border-color: #005559;
  color: #fff;
  box-shadow: none; }

.btn-primary.hover, .btn-primary:hover,
.btn-primary .show .dropdown-toggle.btn-primary {
  background-color: #33878b;
  border-color: #33878b;
  color: #fff; }

.btn-primary.active:hover {
  background: #005a5f;
  border-color: #005a5f; }

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #00696E;
  border-color: #00696E; }

.btn-primary .badge {
  color: #00696E;
  background-color: #fff; }

.btn-success, .btn-success:focus {
  color: #fff;
  background-color: #1dbb99;
  border-color: #1dbb99; }

.btn-success.active, .btn-success:not(:disabled):not(.disabled):active, .btn-success.active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled):active:hover,
.btn-success .show .dropdown-toggle.btn-success {
  background-color: #17977c;
  border-color: #17977c;
  color: #fff;
  box-shadow: none; }

.btn-success.hover, .btn-success:hover,
.btn-success .show .dropdown-toggle.btn-success {
  background-color: #4ac9ad;
  border-color: #4ac9ad;
  color: #fff; }

.btn-success.active:hover {
  background: #19a184;
  border-color: #19a184; }

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #1dbb99;
  border-color: #1dbb99; }

.btn-success .badge {
  color: #1dbb99;
  background-color: #fff; }

.btn-complete, .btn-complete:focus {
  color: #fff;
  background-color: #F9A21B;
  border-color: #F9A21B; }

.btn-complete.active, .btn-complete:not(:disabled):not(.disabled):active, .btn-complete.active:focus, .btn-complete:not(:disabled):not(.disabled):active:focus, .btn-complete:not(:disabled):not(.disabled):active:hover,
.btn-complete .show .dropdown-toggle.btn-complete {
  background-color: #ca8316;
  border-color: #ca8316;
  color: #fff;
  box-shadow: none; }

.btn-complete.hover, .btn-complete:hover,
.btn-complete .show .dropdown-toggle.btn-complete {
  background-color: #fab549;
  border-color: #fab549;
  color: #fff; }

.btn-complete.active:hover {
  background: #d68b17;
  border-color: #d68b17; }

.btn-complete.disabled, .btn-complete.disabled:hover, .btn-complete.disabled:focus, .btn-complete.disabled:active, .btn-complete.disabled.active, .btn-complete[disabled], .btn-complete[disabled]:hover, .btn-complete[disabled]:focus, .btn-complete[disabled]:active, .btn-complete[disabled].active,
fieldset[disabled] .btn-complete,
fieldset[disabled] .btn-complete:hover,
fieldset[disabled] .btn-complete:focus,
fieldset[disabled] .btn-complete:active,
fieldset[disabled] .btn-complete.active {
  background-color: #F9A21B;
  border-color: #F9A21B; }

.btn-complete .badge {
  color: #F9A21B;
  background-color: #fff; }

.btn-info, .btn-info:focus {
  color: #fff;
  background-color: #1f3953;
  border-color: #1f3953; }

.btn-info.active, .btn-info:not(:disabled):not(.disabled):active, .btn-info.active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled):active:hover,
.btn-info .show .dropdown-toggle.btn-info {
  background-color: #192e43;
  border-color: #192e43;
  color: #fff;
  box-shadow: none; }

.btn-info.hover, .btn-info:hover,
.btn-info .show .dropdown-toggle.btn-info {
  background-color: #4c6175;
  border-color: #4c6175;
  color: #fff; }

.btn-info.active:hover {
  background: #1b3147;
  border-color: #1b3147; }

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #1f3953;
  border-color: #1f3953; }

.btn-info .badge {
  color: #1f3953;
  background-color: #fff; }

.btn-warning, .btn-warning:focus {
  color: #fff;
  background-color: #f7cf5f;
  border-color: #f7cf5f; }

.btn-warning.active, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled):active:hover,
.btn-warning .show .dropdown-toggle.btn-warning {
  background-color: #c8a84d;
  border-color: #c8a84d;
  color: #fff;
  box-shadow: none; }

.btn-warning.hover, .btn-warning:hover,
.btn-warning .show .dropdown-toggle.btn-warning {
  background-color: #f9d97f;
  border-color: #f9d97f;
  color: #fff; }

.btn-warning.active:hover {
  background: #d4b252;
  border-color: #d4b252; }

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f7cf5f;
  border-color: #f7cf5f; }

.btn-warning .badge {
  color: #f7cf5f;
  background-color: #fff; }

.btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #f94816;
  border-color: #f94816; }

.btn-danger.active, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled):active:hover,
.btn-danger .show .dropdown-toggle.btn-danger {
  background-color: #ca3a12;
  border-color: #ca3a12;
  color: #fff;
  box-shadow: none; }

.btn-danger.hover, .btn-danger:hover,
.btn-danger .show .dropdown-toggle.btn-danger {
  background-color: #fa6d45;
  border-color: #fa6d45;
  color: #fff; }

.btn-danger.active:hover {
  background: #d63e13;
  border-color: #d63e13; }

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #f94816;
  border-color: #f94816; }

.btn-danger .badge {
  color: #f94816;
  background-color: #fff; }

.btn-default, .btn-default:focus {
  color: #5e5e5e;
  background-color: #fff;
  border-color: #e8e9ea; }

.btn-default.active, .btn-default:active, .btn-default.active:focus, .btn-default:active:focus, .btn-default:active:hover {
  background-color: #e8e9ea;
  border-color: #e1e1e2;
  color: #2c2d2f; }

.btn-default.hover, .btn-default:hover {
  background-color: #f5f6f7;
  border-color: rgba(87, 90, 93, 0.27);
  color: #18191a; }

.btn-default.active:hover {
  background: #f0f0f0; }

.btn-link {
  color: #5e5e5e;
  background-color: transparent;
  border: none; }
  .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
    background-color: transparent;
    border: none;
    text-decoration: none;
    outline: none; }

.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block; }

.btn.has-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.btn.has-icon i {
  margin-left: 6px; }

/*
Button Sizes
--------------------------------------------------
*/
.btn-lg, .btn-group-lg > .btn {
  padding-left: 28px;
  padding-right: 28px;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px; }

.btn-sm, .btn-group-sm > .btn {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 11.9px;
  line-height: 20px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 2px 9px;
  font-size: 10.5px; }

.btn-cons {
  margin-right: 5px;
  min-width: 120px; }

/*
Rounded buttons
--------------------------------------------------
*/
.btn-rounded {
  border-radius: 100px !important; }

/*
 Dropdown menus
--------------------------------------------------
*/
.show .btn-group.show .dropdown-toggle,
.show .dropdown-toggle,
.show.dropdown-default .dropdown-toggle {
  box-shadow: none; }

.dropdown.open {
  display: block; }

.dropdown:focus {
  outline: none; }

/* Pages default dropdown */
.dropdown-default {
  display: inline-block; }
  .dropdown-default.toggle-only {
    padding-left: 9px;
    padding-right: 9px; }
    .dropdown-default.toggle-only:after {
      position: initial; }
  .dropdown-default.show > .btn.dropdown-toggle {
    border-color: transparent !important;
    background: transparent !important;
    z-index: 791 !important; }
  .dropdown-default.show .dropdown-menu {
    opacity: 1 !important;
    -webkit-transform: scale(1, 1) !important;
        -ms-transform: scale(1, 1) !important;
            transform: scale(1, 1) !important;
    z-index: 700 !important;
    display: block;
    visibility: visible; }
    .dropdown-default.show .dropdown-menu .dropdown-item {
      visibility: visible; }
  .dropdown-default.show.dropup > .btn-primary + .dropdown-menu:after,
  .dropdown-default.show.dropup > .btn-success + .dropdown-menu:after,
  .dropdown-default.show.dropup > .btn-complete + .dropdown-menu:after,
  .dropdown-default.show.dropup > .btn-warning + .dropdown-menu:after,
  .dropdown-default.show.dropup > .btn-danger + .dropdown-menu:after,
  .dropdown-default.show.dropup > .btn-info + .dropdown-menu:after {
    top: auto;
    bottom: 0; }
  .dropdown-default.show > .btn-primary + .dropdown-menu:after,
  .dropdown-default.show > .btn-success + .dropdown-menu:after,
  .dropdown-default.show > .btn-complete + .dropdown-menu:after,
  .dropdown-default.show > .btn-warning + .dropdown-menu:after,
  .dropdown-default.show > .btn-danger + .dropdown-menu:after,
  .dropdown-default.show > .btn-info + .dropdown-menu:after {
    top: 0;
    height: 42px; }
  .dropdown-default.show > .btn-primary + .dropdown-menu:after {
    background-color: #00696E; }
  .dropdown-default.show > .btn-success + .dropdown-menu:after {
    background-color: #1dbb99; }
  .dropdown-default.show > .btn-complete + .dropdown-menu:after {
    background-color: #F9A21B; }
  .dropdown-default.show > .btn-warning + .dropdown-menu:after {
    background-color: #f7cf5f; }
  .dropdown-default.show > .btn-danger + .dropdown-menu:after {
    background-color: #f94816; }
  .dropdown-default.show > .btn-info + .dropdown-menu:after {
    background-color: #1f3953; }
  .dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu {
    margin-bottom: -47px;
    padding-bottom: 49px; }
    .dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
      bottom: 49px; }
  .dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu {
    margin-bottom: -34px;
    padding-bottom: 36px; }
    .dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
      bottom: 36px; }
  .dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu {
    margin-bottom: -29px;
    padding-bottom: 31px; }
    .dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
      bottom: 31px; }
  .dropdown-default.dropup .dropdown-menu {
    margin-bottom: -40px;
    padding: 0 3px 44px 0 !important;
    -webkit-transform-origin: center bottom 0;
        -ms-transform-origin: center bottom 0;
            transform-origin: center bottom 0; }
    .dropdown-default.dropup .dropdown-menu:after {
      bottom: 43px;
      top: auto !important; }
  .dropdown-default .btn.dropdown-toggle {
    text-align: left;
    padding-right: 27px; }
    .dropdown-default .btn.dropdown-toggle.btn-lg {
      padding-right: 42px; }
      .dropdown-default .btn.dropdown-toggle.btn-lg:after {
        right: 26px; }
      .dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu {
        margin-top: -47px;
        padding-top: 49px; }
        .dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
          top: 49px; }
    .dropdown-default .btn.dropdown-toggle.btn-sm {
      padding-right: 26px; }
      .dropdown-default .btn.dropdown-toggle.btn-sm:after {
        right: 16px; }
      .dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu {
        margin-top: -34px;
        padding-top: 36px; }
        .dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
          top: 36px; }
    .dropdown-default .btn.dropdown-toggle.btn-xs {
      padding-right: 21px; }
      .dropdown-default .btn.dropdown-toggle.btn-xs:after {
        right: 8px; }
      .dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu {
        margin-top: -29px;
        padding-top: 31px; }
        .dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
          top: 31px; }
    .dropdown-default .btn.dropdown-toggle:after {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -2px; }
  .dropdown-default .btn-rounded {
    padding-left: 17px;
    padding-right: 17px; }
  .dropdown-default .btn-rounded + .dropdown-menu {
    border-radius: 17px; }
  .dropdown-default .dropdown-menu {
    margin-top: -4px;
    width: 100%;
    padding-top: 42px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center top 0;
        -ms-transform-origin: center top 0;
            transform-origin: center top 0;
    -webkit-transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
    transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
    z-index: -1; }
    .dropdown-default .dropdown-menu:after {
      content: "";
      position: absolute;
      height: 1px;
      left: 0;
      top: 42px;
      background: #e1e1e2;
      width: 100%; }
    .dropdown-default .dropdown-menu .dropdown-item {
      visibility: hidden; }

.navbar-nav .dropdown-menu {
  position: absolute; }

.dropdown-menu {
  position: absolute;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  box-shadow: 0px 0px 5px rgba(87, 90, 93, 0.2);
  border: none;
  border-radius: 3px;
  font-size: 13px;
  margin: 0;
  background: #f5f6f7;
  min-width: 50px;
  z-index: 700 !important; }
  .dropdown-menu:focus {
    outline: none; }
  .dropdown-menu .divider {
    background-color: #e1e1e2;
    height: 1px;
    margin: 3px 0;
    border-bottom: 0px; }
  .dropdown-menu > .dropdown-item {
    padding-left: 0px;
    line-height: 1.7;
    color: #575a5d;
    padding: 0 20px;
    border-radius: 3px;
    display: block;
	cursor: pointer;
    clear: both;
    white-space: nowrap;
    text-align: right;
    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; 
}
.notification-toggle{
	position: absolute;
    transform: translate3d(-50px, 32px, 0px) !important;
    top: 0px;
    left: 0px;
    will-change: transform;
}
    .dropdown-menu > .dropdown-item + .dropdown-item {
      padding-top: 9px; }
    .dropdown-menu > .dropdown-item span {
      margin: 0 5px; }
    .dropdown-menu > .dropdown-item:hover, .dropdown-menu > .dropdown-item:focus, .dropdown-menu > .dropdown-item:active {
      color: #18191a;
      text-decoration: none;
      background-color: transparent; }
    .dropdown-menu > .dropdown-item:first-child {
      padding-top: 9px; }
    .dropdown-menu > .dropdown-item:last-child {
      padding-bottom: 9px; }
    .dropdown-menu > .dropdown-item.dropdown-header {
      padding: 3px 20px; }
    .dropdown-menu > .dropdown-item.active, .dropdown-menu > .dropdown-item.active:hover, .dropdown-menu > .dropdown-item.active:focus {
      color: #18191a;
      text-decoration: none;
      background-color: #e8e9ea; }
    .dropdown-menu > .dropdown-item.disabled, .dropdown-menu > .dropdown-item.disabled:hover, .dropdown-menu > .dropdown-item.disabled:focus {
      color: #898d91; }
    .dropdown-menu > .dropdown-item.disabled:hover, .dropdown-menu > .dropdown-item.disabled:focus {
      text-decoration: none;
      cursor: default; }

.dropdown-backdrop {
  z-index: 600; }

/*
Animated buttons
--------------------------------------------------
*/
.btn-animated {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .btn-animated > span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .btn-animated:before {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 2.5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .btn-animated:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .btn-animated.from-top:before {
    left: 0;
    top: -100%; }
  .btn-animated.from-top:hover:before, .btn-animated.from-top.show-icon:before {
    top: 0; }
  .btn-animated.from-top:hover > span, .btn-animated.from-top.show-icon > span {
    -webkit-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%); }
  .btn-animated.from-left:before {
    left: -100%;
    top: 0; }
  .btn-animated.from-left:hover:before, .btn-animated.from-left.show-icon:before {
    left: 0; }
  .btn-animated.from-left:hover > span, .btn-animated.from-left.show-icon > span {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%); }
  .btn-animated.fa:before {
    font-family: FontAwesome; }
  .btn-animated.pg:before {
    font-family: "pages-icon"; }

/*
Tag buttons
--------------------------------------------------
*/
.btn-tag {
  line-height: 17px;
  border-radius: 17px 3px 3px 17px;
  padding: 5px 19px; }
  .btn-tag:hover, .btn-tag.hover {
    border-color: transparent; }
  .btn-tag.btn-tag-light {
    background: #fafdff;
    color: #5b8ca5;
    border: 1px solid #cbe4f0; }
    .btn-tag.btn-tag-light:hover {
      background: #fff; }
  .btn-tag.btn-tag-dark {
    background: #e1e1e2;
    color: #575a5d; }
    .btn-tag.btn-tag-dark:hover {
      background: #e6e6e7; }
  .btn-tag.btn-tag-rounded {
    border-radius: 17px; }

/*
Misc buttons
--------------------------------------------------
*/
.btn-toolbar .btn {
  padding-left: 14px;
  padding-right: 14px; }

.pager .disabled > button,
.pager .disabled > button:hover,
.pager .disabled > button:focus,
.pager .disabled > span {
  cursor: not-allowed;
  opacity: .5; }

.modal-content a.btn-primary:not([href]):not([tabindex]) {
  color: #fff; }
  .modal-content a.btn-primary:not([href]):not([tabindex]):hover, .modal-content a.btn-primary:not([href]):not([tabindex]):focus {
    color: #fff; }

/*------------------------------------------------------------------
[7. Alerts]
*/
.alert {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  padding: 9px 19px 9px 15px;
  border-radius: 3px;
  font-size: 13px;
  border-width: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }
  .alert.bordered {
    border-width: 1px; }
  .alert .link {
    color: #ce8f22;
    font-weight: bold; }
  .alert .alert-heading {
    color: #ce8f22 !important;
    margin-bottom: 5px;
    font-weight: 600; }
  .alert .btn-small {
    position: relative;
    top: -3.5px; }
  .alert .button-set .btn {
    position: relative;
    top: 8px; }
  .alert .close {
    background: url("../img/icons/noti-cross.png") no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    top: 4.5px;
    margin-left: 20px;
    font-size: 0;
    right: auto;
    padding: 0; }
    .alert .close:hover {
      opacity: 1; }

/* Alert : Color Options
------------------------------------
*/
.alert-danger,
.alert-error {
  background-color: #fedad0;
  color: #952b0d;
  border-color: #952b0d; }
  .alert-danger .close,
  .alert-error .close {
    background-position: -95px -10px !important; }

.alert-warning {
  background-color: #fdf5df;
  color: #947c39;
  border-color: #947c39; }

.alert-info {
  background-color: #feecd1;
  color: #956110;
  border-color: #956110; }
  .alert-info .close {
    background-position: -67px -10px !important; }

.alert-success {
  background-color: #d2f1eb;
  color: #11705c;
  border-color: #11705c; }
  .alert-success .close {
    background-position: -38px -10px !important; }

.alert-default {
  background-color: #fff;
  color: #575a5d;
  border-color: #e1e1e2; }
  .alert-default .close {
    background-position: -67px -10px !important; }

/*------------------------------------------------------------------
[8. Notifications]
*/
/* Badges
--------------------------------------------------
*/
.badge {
  text-shadow: none;
  font-family: Cairo, Droid, Raleway, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-color: #e1e1e2;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
  color: #575a5d;
  border-radius: 10px; }

.badge-success {
  background-color: #1dbb99;
  color: #fff; }

.badge-warning {
  background-color: #f7cf5f;
  color: #fff; }

.badge-important {
  background-color: #f94816;
  color: #fff; }

.badge-danger {
  background-color: #f94816;
  color: #fff; }

.badge-info {
  background-color: #1f3953;
  color: #fff; }

.badge-inverse {
  background-color: #956110;
  color: #fff; }

.badge-white {
  background-color: #fff;
  color: #575a5d; }

.badge-disable {
  background-color: #2c2d2f;
  color: #575a5d; }

/* Tool Tip
--------------------------------------------------
*/
.tooltip-inner {
  font-size: 12px; }

/* Notification popup
--------------------------------------------------
*/
.popover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
  z-index: 790; }

.notification-toggle {
  top: 35px;
  left: -26px;
  padding: 0; }
  .notification-toggle:before {
    border-bottom: 0px !important; }
  .notification-toggle:after {
    border-bottom: 0px !important; }

.notification-panel {
  background-color: #fff;
  border: 1px solid #e1e1e2; }
  .notification-panel .notification-body {
    height: auto;
    max-height: 350px;
    position: relative;
    overflow: hidden; }
    .notification-panel .notification-body .notification-item {
      position: relative;
      text-align: right;
      background-color: #fff;
      margin-right: 0px;
      padding-left: 25px; }
      .notification-panel .notification-body .notification-item:hover {
        background: #f1f1f1; }
      .notification-panel .notification-body .notification-item.unread .heading {
        opacity: 1; }
      .notification-panel .notification-body .notification-item.unread .option {
        background-color: #feecd1; }
      .notification-panel .notification-body .notification-item.unread .option .mark {
        color: #fab549; }
      .notification-panel .notification-body .notification-item .notification-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.7; }
      .notification-panel .notification-body .notification-item .notification-icon {
        margin-left: 10px; }
      .notification-panel .notification-body .notification-item .notification-progress {
        display: block;
        font-weight: 300;
        padding-top: 5px; }
      .notification-panel .notification-body .notification-item .heading {
        line-height: 43px;
        margin-right: 5px;
        background: #fff;
        border-bottom: 1px solid #e1e1e2;
        position: relative;
        margin: 0 0px 0 0 !important;
        padding: 10px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        font-size: 14px;
        opacity: 0.7; }
        .notification-panel .notification-body .notification-item .heading:after {
          content: '';
          position: absolute;
          width: 5px;
          height: 100%;
          background-color: #fff;
          right: 0;
          top: 1px; }
        .notification-panel .notification-body .notification-item .heading .thumbnail-wrapper {
          cursor: pointer; }
          .notification-panel .notification-body .notification-item .heading .thumbnail-wrapper i {
            -webkit-transition: all 0.12s linear;
            transition: all 0.12s linear; }
        .notification-panel .notification-body .notification-item .heading .time {
          font-size: 11px;
          margin-right: 8px;
          line-height: 1.6;
          width: 90px;
          padding-top: 4px; }
        .notification-panel .notification-body .notification-item .heading.open {
          display: block; }
          .notification-panel .notification-body .notification-item .heading.open .more-details {
            display: block; }
          .notification-panel .notification-body .notification-item .heading.open .thumbnail-wrapper i {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
        .notification-panel .notification-body .notification-item .heading .thumbnail-wrapper.d24 {
          line-height: 20px; }
      .notification-panel .notification-body .notification-item .more-details {
        display: none;
        background-color: #fff;
        width: 100%;
        height: 100%;
        clear: both;
        position: relative; }
        .notification-panel .notification-body .notification-item .more-details .more-details-inner {
          margin-left: 10px;
          padding-left: 28px;
          padding-top: 15px;
          margin-bottom: 20px;
          position: relative;
          border-left: 1px solid #e1e1e2;
          text-align: left; }
          .notification-panel .notification-body .notification-item .more-details .more-details-inner:after {
            width: 14px;
            height: 14px;
            position: absolute;
            content: '';
            background-color: #fff;
            left: -7px;
            top: 25px;
            border: 1px solid #e1e1e2;
            border-radius: 99px;
            -webkit-border-radius: 99px;
            -moz-border-radius: 99px; }
          .notification-panel .notification-body .notification-item .more-details .more-details-inner:before {
            color: #bcbdbe;
            position: absolute;
            bottom: 0;
            left: -5px;
            content: ' \25CF';
            font-size: 13px;
            line-height: 5px;
            background-color: #fff;
            height: 9px; }
          .notification-panel .notification-body .notification-item .more-details .more-details-inner .hint-text {
            opacity: .44; }
      .notification-panel .notification-body .notification-item .option {
        font-size: 10px;
        position: absolute;
        height: 44px;
        width: 26px;
        text-align: center;
        vertical-align: middle;
        line-height: 44px;
        background-color: #f5f6f7;
        height: 100%;
        top: 0;
        left: 0;
        right: auto; }
        .notification-panel .notification-body .notification-item .option .mark {
          background-color: transparent;
          color: #bcbdbe; }
          .notification-panel .notification-body .notification-item .option .mark:before {
            content: ' \25CF';
            font-size: 12px; }
      .notification-panel .notification-body .notification-item:last-child .heading {
        border-bottom: 0px; }
    .notification-panel .notification-body .notification-item .heading .thumbnail-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .notification-panel .notification-body .notification-item .heading .thumbnail-wrapper {
      position: relative; }
  .notification-panel .notification-footer {
    padding: 10px;
    display: block;
    border-top: 1px solid #e1e1e2; }
    .notification-panel .notification-footer a {
      color: #575a5d;
      opacity: .54; }
      .notification-panel .notification-footer a:hover {
        opacity: .74; }

/* Simple alerts
--------------------------------------------------
*/
.alerts-container {
  position: fixed;
  width: 350px;
  right: 20px;
  z-index: 999;
  top: 80px; }
  .alerts-container[data-placement$='-left'] {
    left: 100px;
    right: auto; }
  .alerts-container[data-placement$='-right'] {
    right: 20px;
    left: auto; }
  .alerts-container[data-placement^='top-'] {
    top: 80px;
    bottom: auto; }
  .alerts-container[data-placement^='bottom-'] {
    top: auto;
    bottom: 20px; }
  .alerts-container[data-placement='bottom-right'] .alert:last-child, .alerts-container[data-placement='bottom-left'] .alert:last-child {
    margin-bottom: 0; }
  .alerts-container .alert {
    position: relative; }
    .alerts-container .alert .close {
      position: absolute;
      right: 9px;
      top: 15px; }

.tooltip {
  font-family: Cairo, Droid, Raleway, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* Pages Notifications plugin
--------------------------------------------------
*/
/* Pages Notification customizations */
body:not(.horizontal-app-menu) .pgn-wrapper[data-position="top"] {
  top: 60px; }

body:not(.horizontal-app-menu) .pgn-wrapper[data-position$='-left'] {
  right: auto; }

body:not(.horizontal-app-menu) .pgn-wrapper[data-position^='top-'] {
  top: 80px;
  bottom: auto; }

body.menu-pin .pgn-wrapper[data-position$='-left'],
body.menu-pin .pgn-wrapper[data-position="top"],
body.menu-pin .pgn-wrapper[data-position="bottom"] {
  left: 250px; }

body.horizontal-app-menu .pgn-wrapper {
  z-index: 799; }

.pgn-wrapper {
  position: fixed;
  z-index: 1000; }

.pgn-wrapper[data-position$='-left'] {
  left: 30px; }

.pgn-wrapper[data-position$='-right'] {
  right: 20px; }

.pgn-wrapper[data-position^='top-'] {
  top: 20px; }

.pgn-wrapper[data-position^='bottom-'] {
  bottom: 20px; }

.pgn-wrapper[data-position='top'] {
  top: 0;
  left: 0;
  right: 0; }

.pgn-wrapper[data-position='bottom'] {
  bottom: 0;
  left: 0;
  right: 0; }

.pgn {
  position: relative;
  margin: 10px; }

.pgn .alert {
  margin: 0; }

/* Simple
------------------------------------
*/
.pgn-simple .alert {
  padding-top: 13px;
  padding-bottom: 13px;
  max-width: 500px;
  animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  max-height: 250px;
  overflow: hidden; }

/* Bar
------------------------------------
*/
.pgn-bar {
  overflow: hidden;
  margin: 0; }

.pgn-bar .alert {
  border-radius: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  max-height: 91px; }

.pgn-wrapper[data-position='top'] .pgn-bar .alert {
  animation: slideInFromTop 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -webkit-animation: slideInFromTop 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -ms-transform-origin: top left;
      transform-origin: top left;
  -webkit-transform-origin: top left; }

.pgn-wrapper[data-position='bottom'] .pgn-bar .alert {
  animation: slideInFromBottom 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -webkit-animation: slideInFromBottom 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -ms-transform-origin: bottom left;
      transform-origin: bottom left;
  -webkit-transform-origin: bottom left; }

.pgn-bar .alert span {
  opacity: 0;
  animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards; }

@keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0); } }

/* Circle
------------------------------------
*/
.pgn-circle .alert {
  margin-bottom: 10px;
  border-radius: 300px;
  animation: fadeInCircle 0.3s ease forwards, resizeCircle 0.3s 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6) forwards;
  -webkit-animation: fadeInCircle 0.3s ease forwards, resizeCircle 0.3s 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6) forwards;
  height: 60px;
  overflow: hidden;
  padding: 6px 55px 6px 6px;
  -webkit-transform: translateZ(0);
  position: relative; }

.pgn-wrapper[data-position$='-right'] .pgn-circle .alert {
  float: right; }

.pgn-wrapper[data-position$='-left'] .pgn-circle .alert {
  float: left; }

.pgn-wrapper[data-position^='bottom-'] .pgn-circle .alert {
  margin-bottom: 20px; }

.pgn-circle .alert > div > div.pgn-thumbnail > div {
  border-radius: 50%;
  overflow: hidden;
  width: 48px;
  height: 48px; }

.pgn-circle .alert > div > div.pgn-thumbnail > div > img {
  width: 100%;
  height: 100%; }

.pgn-circle .alert > div > div.pgn-message > div {
  opacity: 0;
  height: 47px;
  padding-left: 9px;
  animation: fadeIn .3s .5s ease forwards;
  -webkit-animation: fadeIn .3s .5s ease forwards;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word; }

.pgn-circle .alert > div > div.pgn-message > div p:only-child {
  padding: 12px 0; }

.pgn-circle .alert .close {
  margin-top: -12px;
  position: absolute;
  right: 18px;
  top: 50%;
  opacity: 0;
  animation: fadeIn .3s .5s ease forwards;
  -webkit-animation: fadeIn .3s .5s ease forwards; }

.pgn-circle .alert p {
  margin-bottom: 0; }

.pgn-circle .alert > div {
  display: table;
  height: 100%; }

.pgn-circle .alert > div > div {
  display: table-cell;
  vertical-align: middle; }

@keyframes fadeInCircle {
  0% {
    opacity: 0;
    width: 60px; }
  100% {
    opacity: 1;
    width: 60px; } }

@-webkit-keyframes fadeInCircle {
  0% {
    opacity: 0;
    width: 60px; }
  100% {
    opacity: 1;
    width: 60px; } }

@keyframes resizeCircle {
  0% {
    width: 60px; }
  100% {
    width: 300px; } }

@-webkit-keyframes resizeCircle {
  0% {
    width: 60px; }
  100% {
    width: 300px; } }

/* Flip
------------------------------------
*/
.pgn-wrapper[data-position^='top-'] .pgn-flip {
  top: -30px; }

.pgn-wrapper[data-position^='bottom-'] .pgn-flip {
  bottom: -30px; }

.pgn-wrapper[data-position^='bottom-'] .pgn-flip .alert {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%; }

.pgn-flip .alert {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
  box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.2);
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  border-radius: 0;
  padding: 25px 35px;
  max-width: 500px;
  max-height: 250px;
  overflow: hidden; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
    -webkit-transition-timing-function: ease-out; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    -webkit-transition-timing-function: ease-out; }
  100% {
    -webkit-transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Pages Notification customizations */
body > .pgn-wrapper[data-position="top"] {
  top: 60px;
  left: 70px; }

body > .pgn-wrapper[data-position="bottom"] {
  left: 70px; }

body > .pgn-wrapper[data-position$='-left'] {
  left: 90px;
  right: auto; }

body > .pgn-wrapper[data-position^='top-'] {
  top: 80px;
  bottom: auto; }

.pgn-circle .alert .close {
  margin-top: -4px; }

body > .pgn-wrapper {
  z-index: 900; }

@media (max-width: 979px) {
  body .pgn-wrapper[data-position="top"] {
    left: 0 !important; }
  body .pgn-wrapper[data-position="bottom"] {
    left: 0 !important; } }

@media (max-width: 767px) {
  body .pgn-wrapper[data-position$='-left'],
  body .pgn-wrapper[data-position$='-right'] {
    left: 10px !important;
    right: 10px !important; }
  body .pgn-wrapper[data-position$='-right'] .alert,
  body .pgn-wrapper[data-position$='-left'] .alert {
    max-width: 100%;
    width: 100%; } }

/* Notifications demo
--------------------------------------------------
*/
.notification-positions {
  border-radius: 4px;
  border: 3px dashed #e1e1e2;
  height: 370px;
  position: relative; }
  .notification-positions > div > .position:not(:only-child) {
    max-width: 50%; }
  .notification-positions .position {
    padding: 15px; }
    .notification-positions .position img {
      border: 3px solid transparent; }
    .notification-positions .position:hover {
      cursor: pointer; }
    .notification-positions .position.active img {
      border-color: #0090d9; }
    .notification-positions .position.pull-top, .notification-positions .position.pull-bottom {
      left: 0;
      right: 0; }
    .notification-positions .position img {
      width: 100%; }

.notification-tabs {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

/*------------------------------------------------------------------
[9. Progress Indicators]
*/
.progress {
  height: 4px;
  background-color: rgba(87, 90, 93, 0.2);
  background-image: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 20px; }
  .progress.transparent {
    background-color: rgba(0, 0, 0, 0.28); }
  .progress.progress-small {
    height: 3px; }

/* Circular Progress : indeterminate color
------------------------------------
*/
.progress-bar-indeterminate {
  background: url("../img/progress/progress-bar-master.svg") no-repeat top left;
  width: 100%;
  height: 100%;
  background-size: cover; }
  .progress-bar-indeterminate.progress-bar-primary {
    background-image: url("../img/progress/progress-bar-primary.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-complete {
    background-image: url("../img/progress/progress-bar-complete.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-success {
    background-image: url("../img/progress/progress-bar-success.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-info {
    background-image: url("../img/progress/progress-bar-info.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-warning {
    background-image: url("../img/progress/progress-bar-warning.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-danger {
    background-image: url("../img/progress/progress-bar-danger.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-master {
    background-image: url("../img/progress/progress-bar-master.svg");
    background-color: transparent; }

/* Progress Bar
------------------------------------
*/
.progress-bar {
  box-shadow: none;
  border-radius: 0;
  background-color: #575a5d;
  background-image: none;
  -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }

/* Progress Bar : Color Options
------------------------------------
*/
.progress-bar-primary {
  background-color: #00696E;
  background-image: none; }

.progress-bar-complete {
  background-color: #F9A21B;
  background-image: none; }

.progress-bar-success {
  background-color: #1dbb99;
  background-image: none; }

.progress-bar-info {
  background-color: #1f3953;
  background-image: none; }

.progress-bar-warning {
  background-color: #f7cf5f;
  background-image: none; }

.progress-bar-danger {
  background-color: #f94816;
  background-image: none; }

.progress-bar-white {
  background-color: #fff;
  background-image: none; }

.progress-bar-black {
  background-color: #000;
  background-image: none; }

.progress-info .bar, .progress .bar-info {
  background-color: #132232;
  background-image: none; }

.progress-warning .bar, .progress .bar-warning {
  background-color: #947c39;
  background-image: none; }

.progress-danger .bar, .progress .bar-danger {
  background-color: #952b0d;
  background-image: none; }

.progress-white .bar, .progress .bar-white {
  background-color: #fff;
  background-image: none; }

.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #1dbb99; }

.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #1f3953; }

/* Circular Progress : indeterminate 
------------------------------------
*/
.progress-circle-indeterminate {
  background: url("../img/progress/progress-circle-master.svg") no-repeat top left;
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  margin: 0 auto; }
  .progress-circle-indeterminate.progress-circle-warning {
    background-image: url("../img/progress/progress-circle-warning.svg"); }
  .progress-circle-indeterminate.progress-circle-danger {
    background-image: url("../img/progress/progress-circle-danger.svg"); }
  .progress-circle-indeterminate.progress-circle-info {
    background-image: url("../img/progress/progress-circle-info.svg"); }
  .progress-circle-indeterminate.progress-circle-primary {
    background-image: url("../img/progress/progress-circle-primary.svg"); }
  .progress-circle-indeterminate.progress-circle-success {
    background-image: url("../img/progress/progress-circle-success.svg"); }
  .progress-circle-indeterminate.progress-circle-complete {
    background-image: url("../img/progress/progress-circle-complete.svg"); }

/* Circular Progress 
------------------------------------
*/
.progress-circle {
  display: block;
  height: 45px;
  margin: 0 auto;
  position: relative;
  width: 45px;
  -webkit-backface-visibility: hidden; }
  .progress-circle.progress-circle-warning .pie .half-circle {
    border-color: #f7cf5f; }
  .progress-circle.progress-circle-danger .pie .half-circle {
    border-color: #f94816; }
  .progress-circle.progress-circle-info .pie .half-circle {
    border-color: #1f3953; }
  .progress-circle.progress-circle-primary .pie .half-circle {
    border-color: #00696E; }
  .progress-circle.progress-circle-success .pie .half-circle {
    border-color: #1dbb99; }
  .progress-circle.progress-circle-complete .pie .half-circle {
    border-color: #F9A21B; }
  .progress-circle.progress-circle-thick .pie .half-circle, .progress-circle.progress-circle-thick .shadow {
    border-width: 5px; }
  .progress-circle .pie {
    clip: rect(0, 45px, 45px, 22.5px);
    height: 45px;
    position: absolute;
    width: 45px; }
    .progress-circle .pie .half-circle {
      border: 3px solid #575a5d;
      border-radius: 50%;
      clip: rect(0, 22.5px, 45px, 0);
      height: 45px;
      position: absolute;
      width: 45px; }
  .progress-circle .shadow {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    box-shadow: none !important; }

/*------------------------------------------------------------------
[11. Tabs & Accordians]
*/
/* Tabs
------------------------------------
*/
.nav-tabs {
  position: relative; }
  .nav-tabs > li {
    padding-left: 0;
    padding-right: 0; }
    .nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus {
      border-color: #e1e1e2;
      color: #575a5d;
      background-color: #e1e1e2; }
    .nav-tabs > li > a {
      display: block;
      border-radius: 0;
      padding: 13px 20px;
      margin-right: 0;
      font-weight: 500;
      color: #575a5d;
      font-size: 14px;
      min-width: 70px;
      text-transform: uppercase;
      border-color: transparent;
      position: relative;
      line-height: 1.7em; }
      .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        background: transparent;
        border-color: transparent;
        color: #575a5d; }
      .nav-tabs > li > a .tab-icon {
        margin-right: 6px; }
  .nav-tabs ~ .tab-content {
    overflow: hidden;
    padding: 15px; }
    .nav-tabs ~ .tab-content > .tab-pane.slide-left, .nav-tabs ~ .tab-content > .tab-pane.slide-right {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .nav-tabs ~ .tab-content > .tab-pane.slide-left.sliding, .nav-tabs ~ .tab-content > .tab-pane.slide-right.sliding {
        opacity: 0 !important; }
      .nav-tabs ~ .tab-content > .tab-pane.slide-left.active, .nav-tabs ~ .tab-content > .tab-pane.slide-right.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        opacity: 1; }
    .nav-tabs ~ .tab-content > .tab-pane.slide-left.sliding {
      -webkit-transform: translate3d(10%, 0, 0);
      transform: translate3d(10%, 0, 0);
      -ms-transform: translate(10%, 0); }
    .nav-tabs ~ .tab-content > .tab-pane.slide-right.sliding {
      -webkit-transform: translate3d(-10%, 0, 0);
      transform: translate3d(-10%, 0, 0);
      -ms-transform: translate(-10%, 0); }
  .nav-tabs.nav-tabs-left, .nav-tabs.nav-tabs-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .nav-tabs.nav-tabs-left:after, .nav-tabs.nav-tabs-right:after {
      border-bottom: 0px; }
    .nav-tabs.nav-tabs-left > li, .nav-tabs.nav-tabs-right > li {
      float: none; }
  .nav-tabs.nav-tabs-left {
    float: left;
    padding-right: 0; }
    .nav-tabs.nav-tabs-left ~ .tab-content {
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      -ms-flex: 1;
      -ms-flex-negative: 0; }
  .nav-tabs.nav-tabs-right {
    float: right;
    padding-right: 0; }
    .nav-tabs.nav-tabs-right ~ .tab-content {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      -ms-flex: 1;
      -ms-flex-negative: 0; }

/* Tabs : Simple
------------------------------------
*/
.nav-tabs-simple {
  border-bottom: 0px; }
  .nav-tabs-simple:after {
    content: '';
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    position: absolute;
    bottom: -2px;
    z-index: 120;
    left: 0; }
  .nav-tabs-simple > li {
    margin-bottom: 0; }
    .nav-tabs-simple > li > a:after {
      position: absolute;
      -webkit-transition: all 0.1s linear 0s;
      transition: all 0.1s linear 0s;
      -webkit-backface-visibility: hidden;
      width: 100%;
      display: block;
      background-color: #F9A21B;
      height: 0px;
      content: '';
      left: 0;
      z-index: 125;
      top: 100%; }
      .nav-tabs-simple > li > a:after.nav-tabs-primary {
        background-color: #00696E; }
      .nav-tabs-simple > li > a:after.nav-tabs-success {
        background-color: #1dbb99; }
      .nav-tabs-simple > li > a:after.nav-tabs-complete {
        background-color: #F9A21B; }
      .nav-tabs-simple > li > a:after.nav-tabs-danger {
        background-color: #f94816; }
      .nav-tabs-simple > li > a:after.nav-tabs-warning {
        background-color: #f7cf5f; }
      .nav-tabs-simple > li > a:after.nav-tabs-info {
        background-color: #1f3953; }
    .nav-tabs-simple > li > a.active:hover, .nav-tabs-simple > li > a.active:focus {
      background-color: transparent;
      border-color: transparent; }
    .nav-tabs-simple > li > a.active:after, .nav-tabs-simple > li > a:hover:after {
      height: 3px; }
  .nav-tabs-simple.nav-tabs-left:after, .nav-tabs-simple.nav-tabs-right:after {
    border-bottom: 0px; }
  .nav-tabs-simple.nav-tabs-left > li > a:after, .nav-tabs-simple.nav-tabs-right > li > a:after {
    width: 0px;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute; }
  .nav-tabs-simple.nav-tabs-left > li > a.active:after, .nav-tabs-simple.nav-tabs-left > li > a:hover:after, .nav-tabs-simple.nav-tabs-right > li > a.active:after, .nav-tabs-simple.nav-tabs-right > li > a:hover:after {
    width: 3px; }
  .nav-tabs-simple.nav-tabs-left > li > a:after {
    right: 0;
    left: auto; }
  .nav-tabs-simple.nav-tabs-right > li > a:after {
    left: 0; }

/* Tabs : Line Triangles
------------------------------------
*/
.nav-tabs-linetriangle {
  border-bottom: 0; }
  .nav-tabs-linetriangle:after {
    content: '';
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    position: absolute;
    bottom: -1px;
    z-index: 100;
    left: 0; }
  .nav-tabs-linetriangle > li > a.active {
    background: transparent;
    box-shadow: none;
    border-color: transparent; }
    .nav-tabs-linetriangle > li > a.active:hover, .nav-tabs-linetriangle > li > a.active:focus, .nav-tabs-linetriangle > li > a.active:active {
      border-color: transparent;
      background-color: transparent; }
    .nav-tabs-linetriangle > li > a.active:after, .nav-tabs-linetriangle > li > a.active:before {
      border: medium solid transparent;
      content: "";
      height: 0;
      left: 50%;
      pointer-events: none;
      position: absolute;
      width: 0;
      z-index: 120;
      top: 98%; }
    .nav-tabs-linetriangle > li > a.active:after {
      border-top-color: #f5f6f7;
      border-width: 10px;
      margin-left: -10px; }
    .nav-tabs-linetriangle > li > a.active:before {
      border-top-color: rgba(0, 0, 0, 0.2);
      border-width: 11px;
      margin-left: -11px; }
  .nav-tabs-linetriangle > li > a span {
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .nav-tabs-linetriangle > li > a:hover, .nav-tabs-linetriangle > li > a:focus {
    overflow: visible;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s; }
  .nav-tabs-linetriangle ~ .tab-content {
    background: #fff; }
  .nav-tabs-linetriangle.nav-tabs-left.nav-tabs:after {
    border-bottom: none; }
  .nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li > a.active:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid rgba(0, 0, 0, 0.2); }
  .nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li > a.active:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f5f6f7;
    margin-top: 1px;
    margin-right: 2px; }
  .nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li > a.active:after, .nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li > a.active:before {
    top: auto;
    right: -22px;
    left: auto; }
  .nav-tabs-linetriangle.nav-tabs-right.nav-tabs:after {
    border-bottom: none; }
  .nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li > a.active:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid rgba(0, 0, 0, 0.2); }
  .nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li > a.active:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f5f6f7;
    margin-top: 1px;
    margin-left: -9px; }
  .nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li > a.active:after, .nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li > a.active:before {
    top: auto;
    left: -11px;
    right: auto; }

@media screen and (max-width: 58em) {
  .nav-tabs-linetriangle {
    font-size: 0.6em; } }

/* Tabs : Fill-up
------------------------------------
*/
.nav-tabs-fillup {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000; }
  .nav-tabs-fillup > li {
    overflow: hidden; }
    .nav-tabs-fillup > li > a {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: color 0.3s ease 0s;
      transition: color 0.3s ease 0s;
      background: transparent; }
      .nav-tabs-fillup > li > a:after {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background: none repeat scroll 0 0 #1dbb99;
        border: 1px solid #1dbb99;
        content: "";
        height: calc(100% + 1px);
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transform: translate3d(0, 100%, 0px);
        transform: translate3d(0, 100%, 0px);
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        transition: -webkit-transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
        width: 100%;
        z-index: -1; }
        .nav-tabs-fillup > li > a:after.nav-tabs-primary {
          background: none repeat scroll 0 0 #00696E;
          border: 1px solid #00696E; }
        .nav-tabs-fillup > li > a:after.nav-tabs-success {
          background: none repeat scroll 0 0 #1dbb99;
          border: 1px solid #1dbb99; }
        .nav-tabs-fillup > li > a:after.nav-tabs-complete {
          background: none repeat scroll 0 0 #F9A21B;
          border: 1px solid #F9A21B; }
        .nav-tabs-fillup > li > a:after.nav-tabs-warning {
          background: none repeat scroll 0 0 #f7cf5f;
          border: 1px solid #f7cf5f; }
        .nav-tabs-fillup > li > a:after.nav-tabs-danger {
          background: none repeat scroll 0 0 #f94816;
          border: 1px solid #f94816; }
        .nav-tabs-fillup > li > a:after.nav-tabs-info {
          background: none repeat scroll 0 0 #1f3953;
          border: 1px solid #1f3953; }
      .nav-tabs-fillup > li > a span {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0px, 5px, 0px);
        transform: translate3d(0px, 5px, 0px);
        -webkit-transition: -webkit-transform 0.5s ease 0s;
        transition: -webkit-transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
        display: block;
        font-weight: 700;
        line-height: 1.5; }
      .nav-tabs-fillup > li > a.active {
        z-index: 100;
        color: #fff; }
        .nav-tabs-fillup > li > a.active:hover, .nav-tabs-fillup > li > a.active:focus {
          border-color: transparent;
          background: transparent;
          color: #fff; }
        .nav-tabs-fillup > li > a.active:after {
          -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
          -ms-transform: translate(0px, 0px); }
        .nav-tabs-fillup > li > a.active span {
          -webkit-transform: translate3d(0px, -5px, 0px);
          transform: translate3d(0px, -5px, 0px);
          -ms-transform: translate(0px, -5px); }
  .nav-tabs-fillup .icon:before {
    -webkit-transform: translate3d(0px, 5px, 0px);
    transform: translate3d(0px, 5px, 0px);
    -ms-transform: translate(0px, 5px);
    -webkit-transition: transform 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    display: block;
    margin: 0; }
  .nav-tabs-fillup ~ .tab-content {
    background: #fff; }
  .nav-tabs-fillup.nav-tabs-left, .nav-tabs-fillup.nav-tabs-right {
    border-bottom: none; }
    .nav-tabs-fillup.nav-tabs-left:after, .nav-tabs-fillup.nav-tabs-right:after {
      border-bottom: none; }
    .nav-tabs-fillup.nav-tabs-left > li > a:after, .nav-tabs-fillup.nav-tabs-right > li > a:after {
      width: calc(100% + 1px);
      height: 100%; }
    .nav-tabs-fillup.nav-tabs-left > li.active a:after, .nav-tabs-fillup.nav-tabs-right > li.active a:after {
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      -ms-transform: translate(0px, 0px); }
  .nav-tabs-fillup.nav-tabs-left > li > a:after {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0); }
  .nav-tabs-fillup.nav-tabs-left > li > a span {
    -webkit-transform: translate3d(5px, 0, 0px);
    transform: translate3d(5px, 0, 0px);
    -ms-transform: translate(5px, 0); }
  .nav-tabs-fillup.nav-tabs-left > li.active a span {
    -webkit-transform: translate3d(-5px, 0, 0px);
    transform: translate3d(-5px, 0, 0px);
    -ms-transform: translate(-5px, 0); }
  .nav-tabs-fillup.nav-tabs-left > li.active .icon:before {
    -webkit-transform: translate3d(-5px, 0, 0px);
    transform: translate3d(-5px, 0, 0px);
    -ms-transform: translate(-5px, 0); }
  .nav-tabs-fillup.nav-tabs-right > li > a:after {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    left: -1px; }
  .nav-tabs-fillup.nav-tabs-right > li > a span {
    -webkit-transform: translate3d(-5px, 0, 0px);
    transform: translate3d(-5px, 0, 0px);
    -ms-transform: translate(-5px, 0); }
  .nav-tabs-fillup.nav-tabs-right > li.active a span {
    -webkit-transform: translate3d(5px, 0, 0px);
    transform: translate3d(5px, 0, 0px);
    -ms-transform: translate(5px, 0); }
  .nav-tabs-fillup.nav-tabs-right > li.active .icon:before {
    -webkit-transform: translate3d(5px, 0, 0px);
    transform: translate3d(5px, 0, 0px);
    -ms-transform: translate(5px, 0); }

.nav-tabs-header {
  overflow: scroll;
  width: 100%; }
  .nav-tabs-header .nav-tabs {
    width: auto;
    white-space: nowrap; }
    .nav-tabs-header .nav-tabs > li {
      display: inline-block;
      float: inherit; }
  .nav-tabs-header.nav-tabs-linetriangle {
    height: 54px;
    overflow-y: hidden; }
    .nav-tabs-header.nav-tabs-linetriangle:after {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      width: 100%;
      position: relative;
      bottom: 3px;
      z-index: 120;
      content: "";
      clear: both; }
    .nav-tabs-header.nav-tabs-linetriangle ~ .tab-content {
      position: relative;
      top: -12px; }

.nav-tabs-header ~ .tab-content {
  overflow: hidden;
  padding: 15px; }

.nav-tab-dropdown .cs-select {
  width: 100% !important;
  max-width: 100%; }
  .nav-tab-dropdown .cs-select .cs-placeholder {
    height: 48px;
    padding: 12px 34px 15px 15px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase; }
  .nav-tab-dropdown .cs-select .cs-backdrop {
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

/* Panel Groups
------------------------------------
*/
.card-group {
  margin-bottom: 18px; }
  .card-group.horizontal {
    display: block; }
    .card-group.horizontal .card + .card {
      border-left: 1px solid transparent; }
  .card-group .card-header {
    padding: 13px 18px 10px 22px; }
    .card-group .card-header.collapsed {
      background-color: #fff; }
    .card-group .card-header + .card-collapse .card-body {
      border: 0; }
    .card-group .card-header .card-title {
      width: 100%; }
      .card-group .card-header .card-title > a {
        color: #575a5d;
        font-size: 13px;
        font-weight: normal;
        display: block;
        opacity: 1; }
        .card-group .card-header .card-title > a:hover {
          color: #575a5d !important; }
          .card-group .card-header .card-title > a:hover:after {
            color: #575a5d !important; }
        .card-group .card-header .card-title > a:after {
          font-family: 'FontAwesome';
          content: "\f056";
          position: absolute;
          right: 13px;
          top: 36%;
          color: #575a5d; }
        .card-group .card-header .card-title > a.collapsed {
          color: #575a5d;
          opacity: 1; }
          .card-group .card-header .card-title > a.collapsed:after {
            content: "\f055";
            color: #575a5d; }
  .card-group .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0; }
    .card-group .card + .card {
      margin-top: 2px; }
    .card-group .card .card-body {
      height: auto; }

.nav-pills > li:first-child {
  padding-left: 0; }

.nav-pills > li > a {
  color: #575a5d; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #575a5d;
  background-color: #e1e1e2; }

@media (max-width: 767px) {
  .nav.nav-tabs.nav-stack-sm li {
    float: none; }
  .nav.nav-tabs.nav-stack-sm.nav-tabs-linetriangle > li.active > a:after,
  .nav.nav-tabs.nav-stack-sm.nav-tabs-linetriangle > li.active > a:before {
    display: none; } }

/*------------------------------------------------------------------
[10. Modals]
*/
.modal .close {
  position: absolute;
  right: 25px;
  top: 15px; }

.modal .close:focus {
  outline: 0; }

.modal .modal-dialog {
  -webkit-transition: all .2s !important;
  transition: all .2s !important; }

.modal .modal-content {
  border: 1px solid #f2f6f7;
  border-radius: 3px;
  box-shadow: none; }

.modal .modal-header {
  text-align: center;
  border-bottom: 0;
  padding: 25px 25px 0 25px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .modal .modal-header p {
    color: #8b91a0; }

.modal .modal-body {
  box-shadow: none;
  padding: 25px;
  padding-top: 0;
  white-space: normal; }

.modal .modal-footer {
  border-top: none;
  box-shadow: none;
  margin-top: 0;
  padding: 25px;
  padding-top: 0; }

.modal .drop-shadow {
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36) !important; }

.modal.fade {
  opacity: 1 !important; }
  .modal.fade.stick-up .modal-dialog {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    margin-top: -5px; }
  .modal.fade.stick-up.show .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0); }
  .modal.fade.slide-up {
    height: 100%;
    top: auto; }
    .modal.fade.slide-up.show .modal-dialog {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -ms-transform: translate(0, 0); }
    .modal.fade.slide-up.disable-scroll {
      overflow: hidden; }
    .modal.fade.slide-up .modal-dialog {
      display: table;
      height: 100%;
      -webkit-transform: translate3d(0, 75%, 0);
      transform: translate3d(0, 75%, 0);
      -ms-transform: translate(0, 75%); }
    .modal.fade.slide-up .modal-content-wrapper {
      display: table-cell;
      vertical-align: middle; }
  .modal.fade.center-scale .modal-dialog {
    display: table;
    height: 100%; }
  .modal.fade.center-scale .modal-content {
    display: table-cell;
    vertical-align: middle;
    border: 0;
    background: transparent; }
    .modal.fade.center-scale .modal-content .modal-header {
      border-bottom: 0px; }
  .modal.fade.center-scale.show .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .modal.fade.center-scale .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  .modal.fade.fill-in {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .modal.fade.fill-in > .close {
      opacity: 0.6;
      z-index: 9999; }
      .modal.fade.fill-in > .close > i {
        font-size: 16px; }
    .modal.fade.fill-in .modal-dialog {
      display: table;
      height: 100%; }
    .modal.fade.fill-in .modal-content {
      display: table-cell;
      vertical-align: middle;
      border: 0;
      background: transparent; }
      .modal.fade.fill-in .modal-content .modal-header {
        border-bottom: 0px; }
    .modal.fade.fill-in.show {
      background-color: rgba(255, 255, 255, 0.85); }
      .modal.fade.fill-in.show .modal-dialog {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    .modal.fade.fill-in .modal-dialog {
      opacity: 0;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6); }
  .modal.fade.slide-right .close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    z-index: 10; }
  .modal.fade.slide-right.show .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0); }
  .modal.fade.slide-right .modal-dialog {
    position: absolute;
    right: 0;
    margin: 0;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0); }
    .modal.fade.slide-right .modal-dialog .modal-content-wrapper {
      height: 100%; }
    .modal.fade.slide-right .modal-dialog .modal-content {
      height: 100%; }
    .modal.fade.slide-right .modal-dialog .modal-body {
      background-color: #fff; }
  .modal.fade.slide-right .modal-content {
    border-radius: 0px; }

.fill-in-modal .modal-backdrop {
  background-color: transparent; }

.modal-backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
  .modal-backdrop.show {
    opacity: 0.30; }

/* Responsive Handlers: Modals
------------------------------------
*/
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

@media (max-width: 768px) {
  .modal.fill-in .modal-dialog {
    width: calc(100% - 20px); }
  .modal.slide-up .modal-dialog {
    width: calc(100% - 20px); } }

@media (min-width: 768px) {
  .modal.stick-up .modal-dialog {
    margin: -5px auto; }
  .modal.slide-up .modal-dialog {
    margin: 0 auto; }
  .modal.fill-in .modal-dialog {
    margin: 0 auto; }
  .modal .modal-content {
    box-shadow: none; }
  .modal .modal-dialog {
    width: 600px; }
  .modal .modal-sm {
    width: 300px; }
  .modal .modal-sm {
    min-width: auto; } }

.modal-header {
  border: 0;
  border-radius: 0; }

.modal .modal-content {
  border: 0; }

/*------------------------------------------------------------------
[12. Sliders]
*/
/* Ion Range Slider
https://github.com/IonDen/ion.rangeSlider
--------------------------------------------------
*/
.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {
  background-image: none; }

.irs-bar {
  background: #f94816; }

.irs-wrapper .irs-line {
  background-color: #e1e1e2; }

.irs-wrapper .irs-line-mid, .irs-wrapper .irs-line-left, .irs-wrapper .irs-line-right, .irs-wrapper .irs-diapason, .irs-wrapper .irs-slider {
  background: none; }

.irs-wrapper .irs-diapason {
  background-color: #f94816;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.irs-wrapper .irs-from, .irs-wrapper .irs-to, .irs-wrapper .irs-single {
  background: #f94816; }

.irs-wrapper .irs-slider.from:before {
  top: -2%;
  left: 37%;
  width: 16%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background-color: #f94816; }

.irs-wrapper .irs-slider.to:before {
  top: -2%;
  left: 37%;
  width: 16%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background-color: #f94816; }

.irs-wrapper .irs-slider.single:before {
  top: -2%;
  left: 37%;
  width: 16%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background-color: #f94816; }

.irs-wrapper .irs-from:after, .irs-wrapper .irs-to:after, .irs-wrapper .irs-single:after {
  border-top-color: #f94816; }

.irs-wrapper.success .irs-diapason {
  background-color: #1dbb99; }

.irs-wrapper.success .irs-from, .irs-wrapper.success .irs-to, .irs-wrapper.success .irs-single {
  background: #1dbb99; }

.irs-wrapper.success .irs-slider.from:before {
  background-color: #1dbb99; }

.irs-wrapper.success .irs-slider.to:before {
  background-color: #1dbb99; }

.irs-wrapper.success .irs-slider.single:before {
  background-color: #1dbb99; }

.irs-wrapper.success .irs-from:after, .irs-wrapper.success .irs-to:after, .irs-wrapper.success .irs-single:after {
  border-top-color: #1dbb99; }

.irs-wrapper.success .irs-bar {
  background-color: #1dbb99; }

.irs-wrapper.primary .irs-diapason {
  background-color: #00696E; }

.irs-wrapper.primary .irs-from, .irs-wrapper.primary .irs-to, .irs-wrapper.primary .irs-single {
  background: #00696E; }

.irs-wrapper.primary .irs-slider.from:before {
  background-color: #00696E; }

.irs-wrapper.primary .irs-slider.to:before {
  background-color: #00696E; }

.irs-wrapper.primary .irs-slider.single:before {
  background-color: #00696E; }

.irs-wrapper.primary .irs-from:after, .irs-wrapper.primary .irs-to:after, .irs-wrapper.primary .irs-single:after {
  border-top-color: #00696E; }

.irs-wrapper.primary .irs-bar {
  background-color: #00696E; }

.irs-wrapper.warning .irs-diapason {
  background-color: #f7cf5f; }

.irs-wrapper.warning .irs-from, .irs-wrapper.warning .irs-to, .irs-wrapper.warning .irs-single {
  background: #f7cf5f; }

.irs-wrapper.warning .irs-slider.from:before {
  background-color: #f7cf5f; }

.irs-wrapper.warning .irs-slider.to:before {
  background-color: #f7cf5f; }

.irs-wrapper.warning .irs-slider.single:before {
  background-color: #f7cf5f; }

.irs-wrapper.warning .irs-from:after, .irs-wrapper.warning .irs-to:after, .irs-wrapper.warning .irs-single:after {
  border-top-color: #f7cf5f; }

.irs-wrapper.warning .irs-bar {
  background-color: #f7cf5f; }

.irs-wrapper.complete .irs-diapason {
  background-color: #F9A21B; }

.irs-wrapper.complete .irs-from, .irs-wrapper.complete .irs-to, .irs-wrapper.complete .irs-single {
  background: #F9A21B; }

.irs-wrapper.complete .irs-slider.from:before {
  background-color: #F9A21B; }

.irs-wrapper.complete .irs-slider.to:before {
  background-color: #F9A21B; }

.irs-wrapper.complete .irs-slider.single:before {
  background-color: #F9A21B; }

.irs-wrapper.complete .irs-from:after, .irs-wrapper.complete .irs-to:after, .irs-wrapper.complete .irs-single:after {
  border-top-color: #F9A21B; }

.irs-wrapper.complete .irs-bar {
  background-color: #F9A21B; }

.irs-wrapper.danger .irs-diapason {
  background-color: #f94816; }

.irs-wrapper.danger .irs-from, .irs-wrapper.danger .irs-to, .irs-wrapper.danger .irs-single {
  background: #f94816; }

.irs-wrapper.danger .irs-slider.from:before {
  background-color: #f94816; }

.irs-wrapper.danger .irs-slider.to:before {
  background-color: #f94816; }

.irs-wrapper.danger .irs-slider.single:before {
  background-color: #f94816; }

.irs-wrapper.danger .irs-from:after, .irs-wrapper.danger .irs-to:after, .irs-wrapper.danger .irs-single:after {
  border-top-color: #f94816; }

.irs-wrapper.danger .irs-bar {
  background-color: #f94816; }

/* noUiSlider
http://refreshless.com/nouislider/
--------------------------------------------------
*/
.noUi-target {
  border-radius: 0px;
  border: 0;
  box-shadow: none; }
  .noUi-target.bg-complete .noUi-connect {
    background-color: #F9A21B; }
  .noUi-target.bg-success .noUi-connect {
    background-color: #1dbb99; }
  .noUi-target.bg-warning .noUi-connect {
    background-color: #f7cf5f; }
  .noUi-target.bg-danger .noUi-connect {
    background-color: #f94816; }
  .noUi-target.bg-info .noUi-connect {
    background-color: #1f3953; }
  .noUi-target.bg-primary .noUi-connect {
    background-color: #00696E; }
  .noUi-target.noUi-connect {
    box-shadow: none; }

.noUi-handle {
  border-radius: 999px;
  box-shadow: none; }
  .noUi-handle:before, .noUi-handle:after {
    display: none; }

.noUi-horizontal {
  height: 4px; }
  .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: -15px;
    border: 1px solid #d8d9da;
    top: -7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .noUi-horizontal .noUi-handle:hover {
      border: 1px solid #bcbdbe; }
    .noUi-horizontal .noUi-handle:active {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
      border: 1px solid #d8d9da; }
    .noUi-horizontal .noUi-handle:focus {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
      border: 1px solid #d8d9da; }

.disable-hover-scale .noUi-handle:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.disable-hover-scale .noUi-handle:focus {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.vertical-slider {
  height: 150px; }

.noUi-vertical {
  width: 4px; }
  .noUi-vertical .noUi-handle {
    width: 18px;
    height: 18px;
    border: 1px solid #d8d9da;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .noUi-vertical .noUi-handle:hover {
      border: 1px solid #bcbdbe; }
    .noUi-vertical .noUi-handle:active {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
      border: 1px solid #d8d9da; }
    .noUi-vertical .noUi-handle:focus {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
      border: 1px solid #d8d9da; }

.noUi-base {
  padding: 5px 0; }

.noUi-origin {
  border-radius: 0px;
  bottom: 5px; }

.noUi-connect {
  box-shadow: none; }

.noUi-background {
  background: #ebebec !important;
  box-shadow: none; }

/*------------------------------------------------------------------
[14. Nesstables]
*/
.dd-handle {
  border-color: rgba(225, 225, 226, 0.7);
  color: #575a5d; }
  .dd-handle:hover {
    background-color: #f5f6f7; }

.dark .dd-handle {
  color: #575a5d;
  background: #e8e9ea; }
  .dark .dd-handle:hover {
    background-color: #f5f6f7; }

.dark .dd-placeholder {
  background-color: #e1e1e2; }

.dd3-content {
  background: #fff;
  border-color: rgba(225, 225, 226, 0.7);
  color: #575a5d; }
  .dd3-content:hover {
    background-color: #f5f6f7; }

.dd3-handle {
  background: transparent;
  text-indent: 9999px; }
  .dd3-handle:before {
    font-family: 'pages-icon';
    color: #575a5d;
    content: "\e660";
    font-size: 11px;
    top: 5px; }

.dd-placeholder {
  background: #e8e9ea;
  border-color: rgba(87, 90, 93, 0.35); }

.dd-empty {
  background-image: none;
  background: #e8e9ea;
  border-color: rgba(87, 90, 93, 0.5); }

.dd-item > button {
  font-size: 11px; }
  .dd-item > button:before {
    font-family: 'pages-icon';
    content: "\e63b"; }

.dd-item > button[data-action="collapse"]:before {
  font-family: 'pages-icon';
  content: "\e635"; }

/* Responsive Handlers : Nestables
------------------------------------
*/
@media only screen and (min-width: 700px) {
  .dd {
    width: 100%; }
  .nestable-lists .dd {
    float: left; } }

/*------------------------------------------------------------------
[13. Treeview]
*/
span.dynatree-active a {
  color: #2c2d2f !important;
  background-color: transparent !important; }

span.dynatree-selected a {
  color: #2c2d2f !important;
  font-style: normal; }

ul.dynatree-container a:focus, span.dynatree-focused a:link {
  background-color: transparent; }

ul.dynatree-container {
  background-color: transparent; }
  ul.dynatree-container a:hover {
    color: #575a5d;
    opacity: 0.7;
    background-color: transparent; }

ul.dynatree-container a {
  color: #575a5d; }

span.dynatree-empty, span.dynatree-vline, span.dynatree-connector, span.dynatree-expander, span.dynatree-icon, span.dynatree-checkbox, span.dynatree-radio, span.dynatree-drag-helper-img, #dynatree-drop-marker {
  height: 17px;
  position: relative;
  top: 3px; }

/*------------------------------------------------------------------
[2. View Ports]
*/
.view-port {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  white-space: nowrap;
  word-spacing: 0;
  font-size: 0;
  overflow: hidden; }
  .view-port > * {
    font-size: initial; }
  .view-port .navbar {
    border-radius: 0;
    padding-left: 0;
    margin-bottom: 0;
    border-left: 0;
    display: table;
    width: 100%;
    top: 0;
    border-top: 0;
    padding: 0;
    border-bottom: 1px solid #e7e7e7; }
    .view-port .navbar .navbar-inner {
      display: table-cell;
      height: 50px;
      vertical-align: middle; }
    .view-port .navbar .action {
      position: absolute;
      top: 0;
      line-height: 50px;
      z-index: 1; }
      .view-port .navbar .action.pull-right {
        right: 0; }
    .view-port .navbar .action {
      position: absolute;
      top: 0;
      line-height: 50px;
      z-index: 1; }
      .view-port .navbar .action.pull-right {
        right: 0; }
    .view-port .navbar .view-heading {
      font-size: 15px;
      text-align: center; }
    .view-port .navbar > p {
      line-height: 12px;
      font-size: 12px;
      margin: 0; }
    .view-port .navbar.navbar-sm {
      min-height: 35px; }
      .view-port .navbar.navbar-sm .navbar-inner {
        height: 35px; }
      .view-port .navbar.navbar-sm .action {
        line-height: 35px; }
  .view-port .view {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .view-port .view:first-child:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0;
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      z-index: -1; }
    .view-port .view:last-child {
      margin-left: -4px; }
    .view-port .view:only-child {
      margin: 0; }
  .view-port.from-top > .view:last-child {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0); }
  .view-port.push > .view:first-child {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0); }
  .view-port.push > .view:last-child {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0); }
  .view-port.push-parrallax > .view:first-child {
    -webkit-transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
    transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    -ms-transform: translate(-25%, 0); }
    .view-port.push-parrallax > .view:first-child:before {
      opacity: 0;
      z-index: 100; }
  .view-port.push-parrallax > .view:last-child {
    -webkit-transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
    transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    box-shadow: 0 0 9px rgba(191, 191, 191, 0.36); }

/*------------------------------------------------------------------
[4. Cards]
*/
.card {
  box-shadow: none;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  word-wrap: none; }
  .card .card-header {
    background: transparent;
    border-radius: 0px;
    border-bottom: 0px;
    padding: 20px 20px 7px 20px;
    position: relative;
    z-index: 3;
    min-height: 48px; }
    .card .card-header h3 {
      margin-top: 0;
      font-size: 22px; }
    .card .card-header h5 {
      margin-top: 0;
      margin-bottom: 5px; }
    .card .card-header.separator:after {
      content: "";
      height: 1px;
      background: rgba(0, 0, 0, 0.08);
      left: 16px;
      right: 16px;
      position: absolute;
      bottom: 0; }
    .card .card-header + .card-body {
      padding-top: 0; }
    .card .card-header .card-title {
      text-transform: uppercase;
      display: inline-block;
      font-size: 12px;
      font-weight: 500;
      margin: 0;
      padding: 0;
      line-height: normal;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-text-stroke: 0px;
      filter: alpha(opacity=40);
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .card .card-header .card-controls {
      float: right;
      margin-top: -3px; }
      .card .card-header .card-controls ul {
        margin: 0;
        padding: 0; }
        .card .card-header .card-controls ul li {
          display: inline-block;
          list-style: none;
          line-height: 0; }
      .card .card-header .card-controls:after {
        content: "";
        display: table;
        clear: both; }
    .card .card-header.card-header-hover .card-title {
      opacity: .4; }
    .card .card-header.card-header-hover:hover .card-title {
      opacity: 1; }
  .card.card-default {
    border: 1px solid transparent; }
    .card.card-default > .card-header {
      color: #333; }
  .card.card-bordered {
    border: 1px solid rgba(225, 225, 226, 0.7); }
  .card.card-borderless {
    border: none; }
  .card.card-condensed .card-header {
    padding: 13px 13px 0 13px;
    min-height: 30px; }
    .card.card-condensed .card-header .card-title {
      opacity: .4; }
  .card.card-condensed .card-body {
    padding: 13px; }
  .card.card-hover .card-header .card-title {
    opacity: .4; }
  .card.card-hover:hover .card-header .card-title {
    opacity: 1; }
  .card.card-transparent {
    background: transparent;
    border: none;
    box-shadow: none; }
    .card.card-transparent .card-body {
      background: transparent; }
  .card.full-height {
    height: 100%; }
    .card.full-height .card-body {
      height: auto;
      width: 100%;
      height: 100%; }
  .card.card-featured {
    box-shadow: -1px 1px 3px 0px rgba(121, 129, 135, 0.14);
    width: calc(100% - 50px);
    float: right; }
    .card.card-featured .card-title h4 {
      font-size: 16px;
      text-transform: uppercase;
      color: #e8e9ea; }
    .card.card-featured .card-body h3 {
      line-height: 34px;
      font-size: 26px; }
    .card.card-featured .footer .username {
      line-height: 8px;
      padding-top: 10px;
      font-size: 16px; }
    .card.card-featured .footer .buttons li {
      display: inline;
      list-style: none;
      font-weight: bold;
      margin-left: 20px; }
      .card.card-featured .footer .buttons li:first-child {
        margin-left: 0; }
    .card.card-featured .footer .buttons .heart {
      color: #f94816; }
    .card.card-featured .footer .buttons .comment {
      color: #575a5d; }
    .card.card-featured .ribbon {
      width: 38px;
      height: 38px;
      margin-left: -39px;
      float: left;
      box-shadow: inset -3px 0px 3px 0px rgba(0, 0, 0, 0.14); }
      .card.card-featured .ribbon.green {
        background: #F9A21B; }
      .card.card-featured .ribbon.blue {
        background: #1dbb99; }
  .card.hover-fill:hover {
    background: #e8e9ea; }
  .card.hover-stroke:hover {
    border: 1px solid #e1e1e2; }
  .card .card-body {
    padding: 20px; }
    .card .card-body.no-padding .row {
      margin-left: 0;
      margin-right: 0; }
    .card .card-body.no-bottom-padding {
      padding-bottom: 0; }
    .card .card-body.no-top-padding {
      padding-top: 0; }
    .card .card-body .title {
      margin-top: 0px; }
    .card .card-body.scrollable {
      margin-bottom: 20px; }

/* Portlets
------------------------------------
*/
.card-progress {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
  display: none;
  z-index: 2; }

.card-progress .progress,
.card-progress .progress.progress-small {
  height: 3px; }

.card-progress .progress-circle-indeterminate,
.card-progress .card-bar-indeterminate {
  display: block;
  left: 50%;
  margin-left: -17px;
  margin-top: -17px;
  position: absolute;
  top: 50%; }

.card-progress .progress-circle-indeterminate {
  width: 35px;
  height: 35px; }

.card-maximized {
  position: fixed !important;
  left: 70px;
  top: 59px;
  bottom: 0;
  right: 0;
  z-index: 600;
  margin: 0;
  width: auto; }

/* Pages notification holder */
.card .pgn-wrapper {
  position: absolute;
  z-index: 602;
  left: 0 !important;
  top: 0 !important; }

.card-header a:not(.btn) {
  color: #575a5d !important;
  opacity: .4;
  padding-top: 10px;
  padding-bottom: 10px; }
  .card-header a:not(.btn).card-refresh {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .card-header a:not(.btn).card-refresh.refreshing {
      opacity: 1; }
    .card-header a:not(.btn).card-refresh.minimal {
      position: relative;
      display: block;
      padding: 0; }

.card-header .dropdown-menu .dropdown-item {
  padding: 0 20px !important; }
  .card-header .dropdown-menu .dropdown-item:hover {
    opacity: 1;
    background-color: transparent; }

.card-header a[data-toggle]:hover {
  opacity: 1; }

.card-icon {
  -moz-osx-font-smoothing: grayscale;
  font-family: "pages-icon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none; }

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

.card-icon-maximize:before {
  content: "\e634"; }

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

.card-icon-collapse:before {
  content: "\e62c"; }

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

.card-icon-refresh-lg-master,
.card-icon-refresh-lg-white {
  width: 15px;
  height: 15px;
  display: block;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .card-icon-refresh-lg-master.fade,
  .card-icon-refresh-lg-white.fade {
    opacity: 0.1; }

.card-icon-refresh-lg-master {
  background-image: url("../img/progress/progress-circle-lg-master-static.svg"); }

.card-icon-refresh-lg-white {
  background-image: url("../img/progress/progress-circle-lg-white-static.svg"); }

.card-icon-refresh-lg-master-animated,
.card-icon-refresh-lg-white-animated {
  width: 15px;
  height: 15px;
  display: block;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .card-icon-refresh-lg-master-animated.active,
  .card-icon-refresh-lg-white-animated.active {
    opacity: 1; }

.card-icon-refresh-lg-master-animated {
  background-image: url("../img/progress/progress-circle-lg-master.svg"); }

.card-icon-refresh-lg-white-animated {
  background-image: url("../img/progress/progress-circle-lg-white.svg"); }

/* For demo purpose only */
.card-scroll {
  height: 100px; }

.sortable .card-header {
  cursor: move; }

/* To prevent lag while dragging */
.ui-sortable-handle {
  -webkit-transition: max-height 0.3s ease 0s;
  transition: max-height 0.3s ease 0s; }

.sortable .grid .grid-title {
  cursor: move; }

.ui-sortable {
  min-height: 0px !important; }

.ui-sortable-placeholder {
  border: 1px dotted black;
  visibility: visible !important;
  height: 100% !important; }
  .ui-sortable-placeholder * {
    visibility: hidden; }

.sortable-box-placeholder {
  background-color: #e8e9ea;
  border: 1px dashed #e1e1e2;
  display: block;
  margin-top: 0px !important;
  margin-bottom: 24px !important; }
  .sortable-box-placeholder * {
    visibility: hidden; }

.sortable .card {
  -webkit-transition: none;
  transition: none; }

.sortable-column {
  padding-bottom: 100px; }

.demo-card-scrollable {
  height: 158px; }

.card-body {
  padding: 15px; }

/*------------------------------------------------------------------
[15. Form Elements]
*/
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px;
  line-height: normal;
  cursor: pointer;
  box-sizing: border-box; }

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

input:focus,
select:focus,
textarea:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none; }

form legend {
  margin: 15px 0px 10px 0px; }

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-family: Cairo, Droid, Raleway, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  color: #2c2d2f;
  outline: 0;
  padding: 8px 12px;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  min-height: 35px;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s; }
  .form-control:focus {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #e8e9ea;
    outline: 0 !important;
    box-shadow: none; }
    .form-control:focus::-moz-placeholder {
      color: inherit;
      opacity: 0.7; }
    .form-control:focus:-ms-input-placeholder {
      color: inherit;
      opacity: 0.7; }
    .form-control:focus::-webkit-input-placeholder {
      color: inherit;
      opacity: 0.7; }
  .form-control::-moz-placeholder {
    color: inherit;
    opacity: 0.33; }
  .form-control:-ms-input-placeholder {
    color: inherit;
    opacity: 0.33; }
  .form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.33; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background: #f4f4f5;
    color: rgba(87, 90, 93, 0.23); }
  .form-control.transparent {
    background-color: transparent;
    border-color: transparent; }
    .form-control.transparent:focus {
      background-color: transparent;
      border-color: transparent; }

/* Input Sizes
--------------------------------------------------
*/
.input-sm,
.form-horizontal .form-group-sm .form-control {
  font-size: 13px;
  min-height: 32px;
  min-height: 32px;
  padding: 7px 9px; }

.input-lg,
.form-horizontal .form-group-lg .form-control {
  border-radius: 3px;
  font-size: 18px;
  min-height: 45px;
  padding: 11px 13px; }

.input-xlg {
  min-height: 51px;
  font-size: 18px;
  line-height: 22px; }

.input-group-lg > .form-control {
  padding: 6px 1rem; }

.input-group-sm > .form-control {
  padding: 0 .5rem;
  min-height: 32px; }

.select2-lg .select2-container .select2-selection.select2-selection--single {
  height: 45px;
  padding: 11px 13px; }
  .select2-lg .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    padding-top: 0px;
    line-height: 22px;
    font-size: 18px; }
  .select2-lg .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
    bottom: 9px; }

.select2-sm .select2-container .select2-selection.select2-selection--single {
  height: 32px;
  padding: 8px 9px; }
  .select2-sm .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    padding-top: 0px;
    line-height: 16px;
    font-size: 13px; }
  .select2-sm .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
    bottom: 4px; }

/* Checkboxes and Radio buttons
--------------------------------------------------
*/
.radio,
.checkbox {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0px; }
  .radio label,
  .checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
    margin-left: 15px;
    min-width: 17px;
    min-height: 17px;
    margin-right: 0;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0; }
    .radio label:before,
    .checkbox label:before {
      box-sizing: border-box;
      content: "";
      display: inline-block;
      width: 17px;
      height: 17px;
      margin-left: 10px;
      position: absolute;
      right: 0px;
      background-color: #fff;
      border: 1px solid #cdcece; }

.radio label {
  margin-bottom: 6px; }
  .radio label:before {
    bottom: 2.5px;
    border-radius: 99px;
    -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33); }

.radio input[type=radio]:checked + label:before {
  border-width: 5px; }

.radio input[type="radio"]:focus + label {
  color: #2c2d2f; }
  .radio input[type="radio"]:focus + label:before {
    background-color: #e1e1e2; }

.radio input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0; }

.radio input[type=radio][disabled] + label {
  opacity: 0.65; }

.radio.radio-success input[type=radio]:checked + label:before {
  border-color: #1dbb99; }

.radio.radio-primary input[type=radio]:checked + label:before {
  border-color: #00696E; }

.radio.radio-info input[type=radio]:checked + label:before {
  border-color: #1f3953; }

.radio.radio-warning input[type=radio]:checked + label:before {
  border-color: #f7cf5f; }

.radio.radio-danger input[type=radio]:checked + label:before {
  border-color: #f94816; }

.radio.radio-complete input[type=radio]:checked + label:before {
  border-color: #F9A21B; }

/**/
.radio input[type=checkbox]:checked + label:before {
  border-width: 5px; }

.radio input[type="checkbox"]:focus + label {
  color: #2c2d2f; }
  .radio input[type="checkbox"]:focus + label:before {
    background-color: #e1e1e2; }

.radio input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }

.radio input[type=checkbox][disabled] + label {
  opacity: 0.65; }

.radio.radio-success input[type=checkbox]:checked + label:before {
  border-color: #1dbb99; }

.radio.radio-primary input[type=checkbox]:checked + label:before {
  border-color: #00696E; }

.radio.radio-info input[type=checkbox]:checked + label:before {
  border-color: #1f3953; }

.radio.radio-warning input[type=checkbox]:checked + label:before {
  border-color: #f7cf5f; }

.radio.radio-danger input[type=checkbox]:checked + label:before {
  border-color: #f94816; }

.radio.radio-complete input[type=checkbox]:checked + label:before {
  border-color: #F9A21B; }
  .checkbox input[type=checkbox][disabled] + label:after {
  background-color: #e1e1e2; }
  .radio input[type=checkbox] {
    opacity: 1;
    width: 0;
    height: 0;
}
/**/


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

.checkbox input[type=radio][disabled] + label:after {
  background-color: #e1e1e2; }

.checkbox label {
  -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s;
  transition: border 0.2s linear 0s, color 0.2s linear 0s; }
  .checkbox label:before {
    top: 1.4px;
    border-radius: 3px;
    -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s;
    transition: border 0.2s linear 0s, color 0.2s linear 0s; }
  .checkbox label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3.5px;
    top: 0px;
    font-size: 11px;
    -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s;
    transition: border 0.2s linear 0s, color 0.2s linear 0s; }
  .checkbox label:after {
    border-radius: 3px; }

.checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }

.checkbox.checkbox-circle label:after {
  border-radius: 99px; }

.checkbox.checkbox-circle label:before {
  border-radius: 99px; }

.checkbox input[type=checkbox]:checked + label:before {
  border-width: 8.5px;
  border-color: #00696E; }

.checkbox input[type=checkbox]:checked + label::after {
  color: #fff;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: "check";
  font-size: 17px;
  -webkit-transform: translate3d(0px, 1px, 0px);
          transform: translate3d(0px, 1px, 0px); }

.checkbox input[type="checkbox"]:focus + label {
  color: #2c2d2f; }
  .checkbox input[type="checkbox"]:focus + label:before {
    background-color: #e1e1e2; }

.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65; }
  .checkbox input[type=checkbox][disabled] + label:before {
    background-color: #eceff3; }

.checkbox.right label {
  margin-right: 35px;
  padding-left: 0 !important; }
  .checkbox.right label:before {
    right: -35px;
    left: auto; }

.checkbox.right input[type=checkbox]:checked + label {
  position: relative; }
  .checkbox.right input[type=checkbox]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    right: -27px;
    left: auto; }

.checkbox.check-success input[type=checkbox]:checked + label:before {
  border-color: #1dbb99; }

.checkbox.check-primary input[type=checkbox]:checked + label:before {
  border-color: #00696E; }

.checkbox.check-complete input[type=checkbox]:checked + label:before {
  border-color: #F9A21B; }

.checkbox.check-warning input[type=checkbox]:checked + label:before {
  border-color: #f7cf5f; }

.checkbox.check-danger input[type=checkbox]:checked + label:before {
  border-color: #f94816; }

.checkbox.check-info input[type=checkbox]:checked + label:before {
  border-color: #1f3953; }

.checkbox.check-success input[type=checkbox]:checked + label::after,
.checkbox.check-primary input[type=checkbox]:checked + label::after,
.checkbox.check-complete input[type=checkbox]:checked + label::after,
.checkbox.check-warning input[type=checkbox]:checked + label::after,
.checkbox.check-danger input[type=checkbox]:checked + label::after,
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #fff; }

.input-group-text {
  background-color: #e8e9ea;
  color: rgba(87, 90, 93, 0.47);
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px; }
  .input-group-text.primary {
    background-color: #00696E;
    border: 1px solid #00696E;
    color: #fff;
    background-color: #00696E; }
  .input-group-text.success {
    background-color: #0090d9;
    color: #fff; }
  .input-group-text.info {
    background-color: #1f3853;
    color: #fff; }
  .input-group-text.warning {
    background-color: #fbb05e;
    color: #fff; }
  .input-group-text.danger {
    background-color: #f35958;
    color: #fff; }
  .input-group-text.transparent {
    background-color: transparent; }

.input-group-append .input-group-text {
  border-left: 0; }

.input-group-prepend .input-group-text {
  border-right: 0; }

/* Form layouts
--------------------------------------------------
*/
@media only screen and (min-width: 768px) {
  form .row {
    margin-left: 0;
    margin-right: 0; }
  form .row:not(.default-first-last-padding) [class*='col-']:not(:first-child), form .row:not(.default-first-last-padding) [class*='col-']:not(:last-child) {
    padding-right: 7px;
    padding-left: 7px; }
  form .row:not(.default-first-last-padding) [class*='col-']:first-child {
    padding-right: 0; }
  form .row:not(.default-first-last-padding) [class*='col-']:last-child {
    padding-left: 0; }
  form .row.default-first-last-padding [class*='col-']:not(:first-child), form .row.default-first-last-padding [class*='col-']:not(:last-child) {
    padding-right: 7px;
    padding-left: 7px; }
  form .row.default-first-last-padding [class*='col-']:first-child {
    padding-right: 0; } }

/* Form layouts  : Horizontal
--------------------------------------------------
*/
.form-horizontal .form-group {
  border-bottom: 1px solid #e1e1e2;
  padding-top: 19px;
  padding-bottom: 19px;
  margin-bottom: 0; }
  .form-horizontal .form-group:last-child {
    border-bottom: none; }
  .form-horizontal .form-group:hover .control-label {
    opacity: .6; }
  .form-horizontal .form-group.focused .control-label {
    opacity: 1; }
  .form-horizontal .form-group .control-label {
    text-align: left;
    opacity: .42;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s; }

.form-horizontal .radio {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0; }

/* Form layouts  : Attached
--------------------------------------------------
*/
.form-group-attached .form-group.form-group-default {
  border-radius: 0;
  margin-bottom: 0; }

.form-group-attached > div {
  margin: 0; }
  .form-group-attached > div:first-child.row > [class*='col-']:first-child .form-group-default {
    border-top-left-radius: 2px; }
  .form-group-attached > div:first-child.row > [class*='col-']:last-child .form-group-default {
    border-top-right-radius: 2px; }
  .form-group-attached > div:first-child.form-group-default {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .form-group-attached > div:last-child.row > [class*='col-']:first-child .form-group-default {
    border-bottom-left-radius: 2px; }
  .form-group-attached > div:last-child.row > [class*='col-']:last-child .form-group-default {
    border-bottom-right-radius: 2px; }
  .form-group-attached > div:last-child.form-group-default {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
  .form-group-attached > div.row > [class*='col-'] {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .form-group-attached > div.row > [class*='col-']:not(:only-child):not(:last-child) > .form-group-default {
    border-right-color: transparent; }
  .form-group-attached > div:not(:last-child) .form-group-default, .form-group-attached > div:not(:last-child).form-group-default {
    border-bottom-color: transparent; }

/* Form layouts  : Responsive Handlers
--------------------------------------------------
*/
@media (max-width: 767px) {
  .form-group-attached .form-group-default {
    border-right-color: rgba(0, 0, 0, 0.07) !important; } }

@media only screen and (min-width: 768px) {
  .form-group-attached > div.row > [class*='col-'] .form-group {
    height: 100%;
    width: 100%; } }

/* Form Groups
--------------------------------------------------
*/
.form-group {
  margin-bottom: 10px; }
  .form-group label:not(.error) {
    font-family: Cairo, Droid, Raleway, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10.5px;
    text-transform: uppercase;
    font-weight: 500; }
  .form-group label .help {
    margin-left: 8px; }
  .form-group .help {
    font-size: 12px;
    color: rgba(87, 90, 93, 0.55); }

.form-group-default {
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .form-group-default.required:after {
    color: #f94816;
    content: "*";
    font-family: Cairo, Droid, Raleway, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 9px; }
  .form-group-default.disabled {
    background: #f4f4f5;
    color: rgba(87, 90, 93, 0.23); }
    .form-group-default.disabled input {
      opacity: .6; }
    .form-group-default.disabled.focused {
      background: #f4f4f5; }
      .form-group-default.disabled.focused label {
        opacity: 1; }
  .form-group-default.focused {
    border-color: rgba(0, 0, 0, 0.1) !important;
    background-color: #e8e9ea; }
    .form-group-default.focused label {
      opacity: .4;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .form-group-default.has-error {
    background-color: rgba(249, 72, 22, 0.1); }
  .form-group-default.has-success .form-control-feedback, .form-group-default.has-error .form-control-feedback {
    display: none !important; }
  .form-group-default.has-success .form-control,
  .form-group-default.has-success .form-control:focus,
  .form-group-default.has-error .form-control,
  .form-group-default.has-error .form-control:focus {
    border: none;
    box-shadow: none; }
  .form-group-default.input-group {
    padding: 0; }
    .form-group-default.input-group > label {
      margin-top: 6px;
      padding-left: 12px; }
      .form-group-default.input-group > label.inline {
        margin-top: 6px;
        float: left; }
    .form-group-default.input-group > .form-control {
      margin-top: -2px;
      margin-bottom: 3px;
      padding-left: 12px; }
    .form-group-default.input-group label {
      margin-top: 6px;
      padding-left: 12px; }
    .form-group-default.input-group .form-input-group {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 1%;
      margin-bottom: 0; }
    .form-group-default.input-group .form-control {
      margin-top: -2px;
      margin-bottom: 3px;
      padding-left: 12px;
      width: 100%; }
    .form-group-default.input-group .input-group-text {
      border: 0;
      border-radius: 0;
      min-width: 50px; }
      .form-group-default.input-group .input-group-text i {
        width: 100%; }
    .form-group-default.input-group .btn {
      border-top: 0;
      border-bottom: 0; }
  .form-group-default .form-control {
    border: none;
    min-height: 25px;
    padding: 0;
    margin-top: -4px;
    background: none; }
    .form-group-default .form-control.error {
      color: #2c2d2f; }
    .form-group-default .form-control:focus {
      background: none; }
  .form-group-default textarea.form-control {
    padding-top: 5px; }
  .form-group-default label {
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .form-group-default label.label-lg {
      font-size: 13px;
      left: 13px;
      top: 9px; }
    .form-group-default label.label-sm {
      font-size: 11px;
      left: 11px;
      top: 6px; }
    .form-group-default label.highlight {
      opacity: 1; }
    .form-group-default label.fade {
      opacity: .5;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .form-group-default > .input-lg {
    height: 29px;
    min-height: 29px;
    padding-left: 1px; }
  .form-group-default > .input-sm {
    min-height: 18px;
    height: 18px; }
  .form-group-default.form-group-default-select {
    overflow: visible; }
    .form-group-default.form-group-default-select .ui-select-container.ui-select-bootstrap.dropdown .ui-select-match {
      padding-top: 6px;
      height: 23px; }
    .form-group-default.form-group-default-select .ui-select-container .select2-choices {
      border: 0px; }
  .form-group-default.form-group-default-select2 {
    padding: 0; }
    .form-group-default.form-group-default-select2 > label {
      position: absolute;
      z-index: 10;
      padding: 4px 12px 0 12px;
      top: 0; }
      .form-group-default.form-group-default-select2 > label.label-lg {
        left: 0;
        top: 0; }
      .form-group-default.form-group-default-select2 > label.label-sm {
        left: 0;
        top: 0; }
    .form-group-default.form-group-default-select2 .select2-container .select2-selection--single {
      padding-top: 20px;
      height: 52px;
      border: 0 !important; }
      .form-group-default.form-group-default-select2 .select2-container .select2-selection--single .select2-arrow b:before {
        top: 20px; }
      .form-group-default.form-group-default-select2 .select2-container .select2-selection--single .select2-chosen {
        padding-left: 3px;
        padding-top: 1px; }
    .form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple {
      padding-top: 19px;
      padding-bottom: 0;
      height: 52px;
      border: 0px; }
      .form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        margin-top: 5px; }
    .form-group-default.form-group-default-select2.input-lg {
      height: auto;
      padding: 0; }
      .form-group-default.form-group-default-select2.input-lg .select2-container .select2-selection--single {
        padding-top: 26px;
        height: 58px; }
        .form-group-default.form-group-default-select2.input-lg .select2-container .select2-selection--single .select2-selection__rendered {
          font-size: 18px; }
    .form-group-default.form-group-default-select2.input-sm {
      height: auto;
      padding: 0; }
      .form-group-default.form-group-default-select2.input-sm .select2-container .select2-selection--single {
        padding-top: 21px;
        height: 49px; }
        .form-group-default.form-group-default-select2.input-sm .select2-container .select2-selection--single .select2-selection__rendered {
          font-size: 13px; }
  .form-group-default.form-group-default-selectFx {
    padding: 0; }
    .form-group-default.form-group-default-selectFx > label {
      position: absolute;
      z-index: 10;
      padding: 7px 12px 0 12px; }
      .form-group-default.form-group-default-selectFx > label.label-lg {
        left: 0;
        top: 0; }
      .form-group-default.form-group-default-selectFx > label.label-sm {
        left: 0;
        top: 0; }
    .form-group-default.form-group-default-selectFx .cs-wrapper .cs-placeholder {
      padding-top: 28px;
      height: 52px;
      padding-left: 12px; }
    .form-group-default.form-group-default-selectFx .cs-wrapper .cs-select {
      height: auto; }
      .form-group-default.form-group-default-selectFx .cs-wrapper .cs-select > span:after,
      .form-group-default.form-group-default-selectFx .cs-wrapper .cs-select .cs-selected span:after {
        top: 39px; }
      .form-group-default.form-group-default-selectFx .cs-wrapper .cs-select.input-lg .cs-placeholder {
        height: 60px; }
      .form-group-default.form-group-default-selectFx .cs-wrapper .cs-select.input-sm .cs-placeholder {
        height: 50px; }
    .form-group-default.form-group-default-selectFx .cs-wrapper .dropdown-placeholder {
      vertical-align: top; }

/* Form validation
--------------------------------------------------
*/
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #17977c; }

.has-success .form-control {
  border-color: #17977c;
  box-shadow: none; }
  .has-success .form-control:focus {
    border-color: #106b58;
    box-shadow: none; }

.has-success .input-group-addon {
  background: #e8e9ea;
  border: 1px solid rgba(0, 0, 0, 0.07);
  color: rgba(87, 90, 93, 0.47); }

.has-success .form-control-feedback {
  color: #17977c; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c8a84d; }

.has-warning .form-control {
  border-color: #c8a84d;
  box-shadow: none; }
  .has-warning .form-control:focus {
    border-color: #ad8e35;
    box-shadow: none; }

.has-warning .input-group-addon {
  background: #e8e9ea;
  border: 1px solid rgba(0, 0, 0, 0.07);
  color: rgba(87, 90, 93, 0.47); }

.has-warning .form-control-feedback {
  color: #c8a84d; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #f94816; }

.has-error .form-control {
  border-color: #f94816;
  box-shadow: none; }
  .has-error .form-control:focus {
    border-color: #d63406;
    box-shadow: none; }

.has-error .input-group-addon {
  background: #e8e9ea;
  border: 1px solid rgba(0, 0, 0, 0.07);
  color: rgba(87, 90, 93, 0.47); }

.has-error .form-control-feedback {
  color: #f94816; }

.error {
  font-size: 12px;
  color: #f94816;
  display: block; }

/* Plugins
--------------------------------------------------
Datepicker
https://github.com/eternicode/bootstrap-datepicker
*/
.datepicker {
  padding: 16px 25px;
  border-radius: 2px;
  font-size: 12px; }
  .datepicker:after {
    border-bottom-color: #f5f6f7; }
  .datepicker thead tr .datepicker-switch {
    color: #6f7b8a;
    font-size: 13px; }
  .datepicker thead tr .next,
  .datepicker thead tr .prev {
    color: #00696E;
    content: '';
    font-size: 0px; }
    .datepicker thead tr .next:before,
    .datepicker thead tr .prev:before {
      color: #00696E;
      font-family: 'FontAwesome';
      font-size: 10px; }
  .datepicker thead tr .prev:before {
    content: "\f053"; }
  .datepicker thead tr .next:before {
    content: "\f054"; }
  .datepicker thead tr .dow {
    font-family: Cairo, Droid, Raleway, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #00696E;
    text-transform: uppercase;
    font-size: 11px; }
  .datepicker thead tr th {
    width: 31px;
    height: 29px; }
  .datepicker tbody tr .odd {
    color: #d0d3d8; }
  .datepicker table tr td {
    width: 31px;
    height: 29px; }
    .datepicker table tr td.old, .datepicker table tr td.new {
      color: #e1e1e2; }
    .datepicker table tr td.day:hover {
      background: #e8e9ea; }
    .datepicker table tr td.active {
      background-color: #00696E !important; }
      .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
        background-image: none;
        text-shadow: none;
        font-weight: 600; }
    .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
      background-color: #e8e9ea;
      background-image: none;
      color: #fff; }
    .datepicker table tr td span {
      border-radius: 4px;
      width: 42px;
      height: 42px;
      line-height: 42px; }
      .datepicker table tr td span.active {
        background-color: #00696E !important; }
      .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-image: none;
        border: none;
        text-shadow: none; }
  .datepicker.dropdown-menu {
    border-color: #e1e1e2;
    color: #575a5d; }
  .datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
    border-color: #e1e1e2; }

.datepicker-inline {
  width: auto; }

.input-daterange .input-group-addon {
  text-shadow: none;
  border: 0;
  margin: 0; }

/* Timepicker
https://github.com/m3wolf/bootstrap3-timepicker
*/
.bootstrap-timepicker-widget table td a i {
  font-size: 12px; }

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget .bootstrap-timepicker-widget input {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; }

.bootstrap-timepicker-widget.dropdown-menu {
  background: #fff; }

/* Daterangepicker
http://www.dangrossman.info/
*/
.daterangepicker {
  background: #fff; }
  .daterangepicker .calendar .calendar-date {
    border: 1px solid rgba(0, 0, 0, 0.07); }
  .daterangepicker .calendar .prev, .daterangepicker .calendar .next, .daterangepicker .calendar th {
    color: #00696E;
    text-transform: uppercase;
    font-size: 11px; }
  .daterangepicker .calendar .month {
    color: #6f7b8a;
    font-size: 13px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #00696E;
    border-color: #00696E; }

/* Select2
http://ivaynberg.github.io/select2/
*/
.form-group-default .select2-container .select2-selection,
.select2-container-multi .select2-choices {
  border-color: transparent !important; }

select.full-width + .select2-container {
  width: 100% !important; }

.select2-container *:focus {
  outline: none; }

.select2-container .select2-selection {
  background-image: none;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  padding: 2px 12px;
  -webkit-transition: border 0.2s linear 0s;
  transition: border 0.2s linear 0s; }
  .select2-container .select2-selection .select2-selection__rendered {
    padding: 0;
    padding-left: 3px;
    padding-top: 1px; }
    .select2-container .select2-selection .select2-selection__rendered .select2-selection__clear {
      font-weight: normal;
      right: 16px;
      width: 20px;
      text-align: center;
      color: #888; }
  .select2-container .select2-selection .select2-selection__arrow {
    top: auto;
    bottom: 5px;
    left: 10px !important;
    right: auto;
    background: transparent;
    border-left: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .select2-container .select2-selection.select2-selection--single {
    height: 35px; }
  .select2-container .select2-selection > .select2-chosen {
    margin-right: 26px;
    margin-left: 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent; }

.select2-container--default .select2-results__group {
  color: #2c2d2f; }

.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
  background-image: none !important; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none !important;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #e8e9ea; }

.select2-dropdown-open .select2-choice .select2-arrow {
  -webkit-transform: scale(scale(1, -1));
  -ms-transform: scale(scale(1, -1));
  transform: scale(scale(1, -1)); }

.select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: none;
  border-radius: 2px;
  padding-top: 0px; }
  .select2-dropdown.select2-drop-above {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: none; }

.select2-container--open .select2-selection {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #e8e9ea;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.select2-search--dropdown {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px; }
  .select2-search--dropdown input {
    background: #fff !important;
    vertical-align: baseline;
    line-height: 28px;
    border-radius: 2px;
    border: none;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.07) !important; }

.select2-results {
  margin: 3px 8px 10px 8px; }
  .select2-results li {
    color: #575a5d; }
    .select2-results li.select2-result-with-children > .select2-result-label {
      color: #2c2d2f; }
      .select2-results li.select2-result-with-children > .select2-result-label:first-child {
        padding-top: 8px; }
  .select2-results .select2-results__option--highlighted {
    background-color: #e8e9ea !important;
    border-radius: 3px;
    color: #575a5d !important; }
  .select2-results .select2-no-results,
  .select2-results .select2-searching,
  .select2-results .select2-selection-limit {
    background: none;
    color: #575a5d;
    font-size: 12px;
    padding-left: 8px;
    padding-top: 0px;
    position: relative;
    top: -5px; }

.select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px;
  z-index: 790;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-container--open .select2-selection--multiple .select2-selection__choice {
  background-color: #fff !important; }

.select2-selection--multiple .select2-selection__rendered {
  background-image: none; }
  .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #e1e1e2;
    background-image: none;
    border: none;
    box-shadow: none;
    color: inherit;
    border-radius: 8px;
    margin: 6px 6px 0px 0;
    padding: 0 8px 0 7px;
    line-height: 21px; }
    .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
      color: #626262;
      font-weight: 900;
      margin-right: 4px; }

.select2-selection--multiple.select2-container-active .select2-choices {
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: none; }

.select2-selection--multiple .select2-search-choice-close {
  left: 6px; }

.select2-search-choice-close {
  background: none;
  top: 4px;
  right: 0; }
  .select2-search-choice-close:hover {
    text-decoration: none; }

.select2-drop-multi .select2-results .select2-no-results,
.select2-drop-multi .select2-results .select2-searching,
.select2-drop-multi .select2-results .select2-selection-limit {
  top: 0px; }

.select2.form-control {
  padding: 0;
  box-shadow: none;
  border: 0; }

.select2-drop-mask {
  z-index: 700; }

.ui-select-bootstrap .ui-select-choices-row.active > a {
  background: #e8e9ea;
  border-radius: 3px;
  color: #575a5d; }

.ui-select-bootstrap > .ui-select-choices {
  background-color: #fff; }

.ui-select-choices-group-label {
  color: #2c2d2f;
  font-weight: bold; }

.modal-open .select2-drop-active {
  z-index: 1051; }

.modal-open .select2-container {
  z-index: 1051; }

.modal-open .datepicker.dropdown-menu {
  z-index: 1051 !important; }

.modal-open .select2-drop-mask {
  z-index: 1050; }

.modal-open .cs-skin-slide.cs-active {
  z-index: 1050; }

.dropdown-placeholder {
  display: inline-block;
  vertical-align: middle; }

.dropdown-mask {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 600; }

.ui-select-bootstrap *:focus {
  outline: none; }

.ui-select-bootstrap .ui-select-choices-row > span {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 24px;
  font-size: 14px; }

.ui-select-bootstrap .ui-select-match {
  box-shadow: none; }

.ui-select-bootstrap .ui-select-choices-group-label {
  padding-left: 15px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 700;
  color: #626262; }

.ui-select-bootstrap .ui-select-match.btn-default-focus {
  background-color: transparent; }

.form-group-default-select {
  padding-bottom: 2px; }
  .form-group-default-select .ui-select-bootstrap .ui-select-dropdown {
    width: calc(100% + 24px) !important;
    margin-left: -12px;
    padding: 10px; }
  .form-group-default-select .ui-select-bootstrap .ui-select-match-text {
    width: calc(100% + 24px);
    margin-top: -17px;
    margin-left: -16px;
    padding: 16px 16px 0; }
  .form-group-default-select .ui-select-bootstrap .ui-select-match {
    padding-top: 2px !important; }
    .form-group-default-select .ui-select-bootstrap .ui-select-match i.caret {
      margin-top: 10px; }
    .form-group-default-select .ui-select-bootstrap .ui-select-match.btn-default-focus {
      outline: none; }
    .form-group-default-select .ui-select-bootstrap .ui-select-match > .ui-select-toggle {
      width: calc(100% + 27px);
      height: 50px;
      margin-top: -34px;
      margin-left: -16px;
      padding: 32px 16px 16px; }
  .form-group-default-select .ui-select-bootstrap .dropdown-menu .divider {
    display: none; }
  .form-group-default-select .ui-select-bootstrap.ui-select-container {
    margin-top: -3px;
    padding-bottom: 2px; }
  .form-group-default-select .ui-select-multiple {
    margin-top: -7px; }
    .form-group-default-select .ui-select-multiple .select2-search-field input {
      height: 23px !important; }
    .form-group-default-select .ui-select-multiple .select2-search-choice {
      margin-top: 2px;
      margin-bottom: 0; }
      .form-group-default-select .ui-select-multiple .select2-search-choice:first-child {
        margin-left: 0; }
  .form-group-default-select .select2-container-multi .select2-choices {
    background-color: transparent; }

/* Bootstrap Tags input
https://github.com/timschlechter/bootstrap-tagsinput
*/
.form-group-default .bootstrap-tagsinput {
  border: 0px;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 0;
  vertical-align: top;
  padding-bottom: 0px;
  padding-left: 0;
  margin-top: -3px; }
  .form-group-default .bootstrap-tagsinput .tag {
    padding: 2px 9px;
    line-height: 18px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 2px; }
    .form-group-default .bootstrap-tagsinput .tag [data-role="remove"] {
      display: inline-block;
      vertical-align: top; }
  .form-group-default .bootstrap-tagsinput input {
    min-height: 20px; }
    .form-group-default .bootstrap-tagsinput input:first-child {
      margin-left: 0; }

.bootstrap-tagsinput {
  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;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
          flex-flow: wrap;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  padding: 0;
  padding-top: 5px;
  padding-right: 5px;
  box-shadow: none;
  width: 100%;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s; }
  .bootstrap-tagsinput.active-element {
    background-color: #e1e1e2; }
  .bootstrap-tagsinput input {
    border: none;
    margin: 5px;
    margin-top: 0;
    margin-right: 0;
    min-height: 25px;
    min-width: 10em !important;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-flex-shrink: 0;
    -webkit-flex-grow: 1;
    -webkit-flex-basis: auto; }
  .bootstrap-tagsinput .tag {
    padding: 3px 9px;
    padding-right: 6px;
    border-radius: 3px;
    line-height: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-flex-shrink: 0;
    -webkit-flex-grow: 1;
    -webkit-flex-basis: auto;
    margin: 5px;
    margin-top: 0;
    margin-right: 0; }
  .bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 4px;
    float: right;
    vertical-align: middle; }
  .bootstrap-tagsinput .tag[data-role="remove"]:hover:active,
  .bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: none; }
  .bootstrap-tagsinput .tag [data-role="remove"]:after {
    font-family: 'pages-icon';
    content: "\e60a";
    padding: 0; }

/* Bootstrap3 wysihtml5
https://github.com/Waxolunist/bootstrap3-wysihtml5-bower
*/
.wysiwyg5-wrapper {
  position: relative; }
  .wysiwyg5-wrapper .wysihtml5-toolbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 50px;*/
    background: #e8e9ea;
    border-top: 1px solid #e1e1e2; }
    .wysiwyg5-wrapper .wysihtml5-toolbar .btn {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
      border-color: transparent;
      border-right-color: #e1e1e2;
      color: #A5A5A5;
      font-size: 16px;
      font-weight: 600;
      height: 50px;
      line-height: 50px;
      padding: 0 5px;
      border-width: 1px;
      border-radius: 0 !important;
      box-shadow: none !important; }
      .wysiwyg5-wrapper .wysihtml5-toolbar .btn:hover .editor-icon {
        opacity: .8; }
      .wysiwyg5-wrapper .wysihtml5-toolbar .btn.active .editor-icon {
        opacity: 1; }
      .wysiwyg5-wrapper .wysihtml5-toolbar .btn.dropdown-toggle {
        padding-left: 10px;
        padding-right: 20px; }
        .wysiwyg5-wrapper .wysihtml5-toolbar .btn.dropdown-toggle .current-font {
          opacity: .5;
          font-size: 14px; }
    .wysiwyg5-wrapper .wysihtml5-toolbar > li {
      margin: 0;
      padding: 0; }
  .wysiwyg5-wrapper .wysiwyg {
    width: 100%;
    min-height: 200px;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 50px !important;
    border: 0; }
    .wysiwyg5-wrapper .wysiwyg:focus {
      background-color: #f5f6f7;
      outline: 0 !important;
      box-shadow: none; }
  .wysiwyg5-wrapper .expand-wysiwyg {
    bottom: 0;
    color: #A5A5A5;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    position: absolute;
    right: 0; }
  .wysiwyg5-wrapper .wysihtml5-sandbox {
    border: none !important;
    padding: 16px 16px 50px !important;
    width: 100% !important; }
    .wysiwyg5-wrapper .wysihtml5-sandbox.expanded {
      height: 100% !important; }

.toggle-wysiwyg {
  position: absolute;
  right: 15px;
  top: 0; }
  .toggle-wysiwyg li {
    display: inline-block;
    font-weight: 600; }

.editor-icon {
  background-image: url("../img/editor_tray.png");
  display: inline-block;
  height: 40px;
  margin-top: 5px;
  opacity: 0.4;
  vertical-align: top;
  width: 40px; }
  .editor-icon-headline {
    background-position: 0 0;
    width: 31px; }
  .editor-icon-bold {
    background-position: -40px 0; }
  .editor-icon-italic {
    background-position: -80px 0; }
  .editor-icon-underline {
    background-position: -120px 0; }
  .editor-icon-link {
    background-position: -160px 0; }
  .editor-icon-quote {
    background-position: -200px 0; }
  .editor-icon-ul {
    background-position: -240px 0; }
  .editor-icon-ol {
    background-position: -280px 0; }
  .editor-icon-outdent {
    background-position: -320px 0; }
  .editor-icon-indent {
    background-position: -360px 0; }
  .editor-icon-image {
    background-position: -400px 0; }
  .editor-icon-html {
    background-position: -440px 0; }

/* Summernote
https://github.com/HackerWins/summernote
*/
.summernote-wrapper .note-editor {
  border-color: #e1e1e2; }
  .summernote-wrapper .note-editor .note-toolbar {
    padding: 0;
    background-color: #e8e9ea;
    border-bottom: none; }
    .summernote-wrapper .note-editor .note-toolbar .btn-group {
      margin: 0 -1px 0 0; }
      .summernote-wrapper .note-editor .note-toolbar .btn-group .btn {
        font-size: 12px;
        font-weight: 600;
        height: 50px;
        min-width: 47px;
        line-height: 50px;
        padding: 0 5px;
        border-radius: 0;
        background-color: #e8e9ea;
        border-color: transparent;
        border-right-color: #e1e1e2;
        border-bottom-color: #e1e1e2;
        color: #575a5d; }
        .summernote-wrapper .note-editor .note-toolbar .btn-group .btn.active, .summernote-wrapper .note-editor .note-toolbar .btn-group .btn:active {
          background-color: #e1e1e2; }
        .summernote-wrapper .note-editor .note-toolbar .btn-group .btn.dropdown-toggle {
          min-width: 61px; }
        .summernote-wrapper .note-editor .note-toolbar .btn-group .btn:not(:last-child), .summernote-wrapper .note-editor .note-toolbar .btn-group .btn:not(:only-child) {
          margin-right: 1px; }
  .summernote-wrapper .note-editor .note-statusbar {
    background-color: transparent; }
    .summernote-wrapper .note-editor .note-statusbar .note-resizebar {
      border-top-color: transparent; }
      .summernote-wrapper .note-editor .note-statusbar .note-resizebar .note-icon-bar {
        border-top: 1px solid #e1e1e2; }

.summernote-wrapper .note-popover .popover .popover-content .dropdown-menu li a i, .summernote-wrapper .note-toolbar .dropdown-menu li a i {
  color: #00696E; }

input, input:focus {
  -webkit-transition: none !important; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important; }

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #e8e9ea inset !important; }

input.error:-webkit-autofill,
input.error:-webkit-autofill:focus,
.has-error input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #F9E9E9 inset !important; }

/* Pages SelectFx */
/* Default custom select styles */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */ }

.cs-select select {
  display: none; }

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em; }

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cs-select > span::after {
  content: '\25BE';
  right: 1em; }

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em; }

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden; }

.cs-select.cs-active .cs-options {
  visibility: visible; }

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.cs-select ul span {
  padding: 1em; }

.cs-select ul li.cs-focus span {
  background-color: #ddd; }

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em; }

.cs-select li.cs-optgroup > span {
  cursor: default; }

div.cs-skin-slide {
  color: #fff;
  /*font-size: 1.5em;*/
  width: 300px; }

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after, .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-radius: 0; }

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

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child), .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::after, .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-radius: 3px 0px 0px 3px; }

.btn-group > .btn:first-child {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.btn-group > .btn:hover {
  position: relative;
  z-index: 9; }

@media screen and (max-width: 30em) {
  div.cs-skin-slide {
    font-size: 1em;
    width: 250px; } }

div.cs-skin-slide::before {
  content: '';
  background: #282b30;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.cs-skin-slide.cs-active::before {
  -webkit-transform: scale3d(1.1, 3.5, 1);
  transform: scale3d(1.1, 3.5, 1); }

.cs-skin-slide > span {
  height: 80px;
  line-height: 32px;
  -webkit-transition: text-indent 0.3s, opacity 0.3s;
  transition: text-indent 0.3s, opacity 0.3s; }

@media screen and (max-width: 30em) {
  .cs-skin-slide > span {
    height: 60px;
    line-height: 28px; } }

.cs-skin-slide.cs-active > span {
  text-indent: -290px;
  opacity: 0; }

.cs-skin-slide.cs-active > span::after {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.cs-skin-slide .cs-options {
  background: transparent;
  width: 70%;
  height: 400%;
  padding: 1.9em 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

@media screen and (max-width: 30em) {
  .cs-skin-slide .cs-options {
    padding-top: 3em; } }

.cs-skin-slide .cs-options li {
  opacity: 0;
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }

.cs-skin-slide.cs-active .cs-options li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.cs-skin-slide.cs-active .cs-options li:first-child {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; }

/* more options need more delay declaration */
.cs-skin-slide .cs-options li span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 65%;
  padding: 0.8em 1em 0.8em 2.5em; }

.cs-skin-slide .cs-options li span:hover,
.cs-skin-slide .cs-options li.cs-focus span,
.cs-skin-slide .cs-options li.cs-selected span {
  color: #eb7e7f;
  background: transparent; }

.cs-skin-slide .cs-selected span::after {
  content: ''; }

/* Pages Select  overriding */
.form-group-default .cs-skin-slide > span {
  padding: 0 30px 0 0;
  height: 22px;
  line-height: 21px; }

.form-group-default .cs-wrapper {
  width: 100%;
  height: 100%;
  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; }

.cs-wrapper {
  display: inline-block; }

.form-control.cs-select:not(.cs-active) {
  width: 100% !important; }

.cs-select {
  background-color: transparent; }
  .cs-select span {
    text-overflow: initial; }
  .cs-select .cs-placeholder {
    width: 100%; }

div.cs-skin-slide {
  width: auto;
  font-family: Cairo, Droid, Raleway, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5e5e5e; }
  div.cs-skin-slide:before {
    background-color: transparent; }
  div.cs-skin-slide.cs-transparent {
    background: none; }
    div.cs-skin-slide.cs-transparent .cs-backdrop {
      border-color: transparent;
      background: none; }
    div.cs-skin-slide.cs-transparent.cs-active .cs-backdrop {
      background: #f5f6f7; }
  div.cs-skin-slide > span {
    height: 35px;
    padding: 6px 33px 6px 17px;
    line-height: 23px;
    z-index: 1; }
  div.cs-skin-slide.cs-active {
    z-index: 790; }
    div.cs-skin-slide.cs-active:before {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    div.cs-skin-slide.cs-active .cs-backdrop {
      border: transparent;
      background: #f5f6f7;
      box-shadow: -1px 0 1px #ccc, 1px 0 1px #ccc; }
  div.cs-skin-slide > span:after,
  div.cs-skin-slide.cs-active > span:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #5e5e5e; }
  div.cs-skin-slide .cs-options {
    height: auto;
    padding: 9px 0;
    width: auto;
    padding: 10px;
    max-height: 350px;
    -webkit-transform: translate3d(1, 1, 1);
            transform: translate3d(1, 1, 1);
    overflow: hidden;
    z-index: 1; }
    div.cs-skin-slide .cs-options ul {
      width: 100%;
      display: table; }
      div.cs-skin-slide .cs-options ul li {
        display: table-row; }
        div.cs-skin-slide .cs-options ul li span {
          display: table-cell;
          font-size: 14px;
          font-weight: normal;
          padding: 5px 0;
          text-transform: none;
          max-height: 350px;
          overflow-y: auto; }
        div.cs-skin-slide .cs-options ul li span:hover,
        div.cs-skin-slide .cs-options ul li.cs-focus span,
        div.cs-skin-slide .cs-options ul li.cs-selected span {
          color: #2c2d2f; }

.cs-backdrop {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.cs-skin-slide.cs-active .cs-options li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(7) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(9) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(11) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s; }

.cs-input-group-addon {
  background: #e8e9ea;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 6px 10px; }

/* end overrides */
.twitter-typeahead {
  width: 100%; }

.tt-menu {
  width: 100%;
  padding: 3px 10px 3px 3px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.tt-suggestion {
  color: #575a5d;
  padding: 3px 7px 4px;
  padding-left: 26px;
  line-height: 24px; }
  .tt-suggestion:hover {
    cursor: pointer;
    background: #e8e9ea; }
  .tt-suggestion.tt-cursor {
    background: #e8e9ea; }
  .tt-suggestion p {
    margin: 0; }

.form-group-default.typehead {
  overflow: inherit; }

.form-group-default .tt-menu {
  width: calc(100% + 24px);
  margin: 4px -12px; }

.dropzone {
  overflow: hidden; }
  .dropzone .dz-default.dz-message {
    width: 100%; }

/* Dropzone for Angular */
.dropzone[dropzone="dropzone"] input[type="file"] {
  visibility: hidden; }

/* end overrides */
/* Demo specifc classes */
.demo-form-wysiwyg {
  height: 250px; }

.error-form .form-group-default {
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .error-form .form-group-default label {
    margin-top: 6px;
    padding-left: 12px; }
  .error-form .form-group-default .form-control {
    margin-top: -2px;
    margin-bottom: 3px;
    padding-left: 12px; }

.error-container.bottom-container {
  margin-top: 0; }

.h-c-50 {
  height: calc(50px); }

.card-toolbar .note-editor .btn-toolbar {
  display: block; }

/******/
.input-file-container input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: transparent;
  color: transparent; }

.modal .form-group-default.form-group-default-select2 > label {
  z-index: 9999; }

/*------------------------------------------------------------------
[16. Tables and Datatables]
*/
/* Generic Tables
------------------------------------
*/
.table {
  margin-bottom: 0;
  margin-top: 5px; }
  .table thead tr th {
    font-weight: 700;
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(225, 225, 226, 0.7);
    color: rgba(44, 45, 47, 0.85);
    border-top: none;
    padding: 0 20px; }
    .table thead tr th[class*='sorting_']:not([class='sorting_disabled']) {
      color: #2c2d2f; }
    .table thead tr th:first-child {
      padding-left: 18px !important; }
    .table thead tr th .btn {
      margin-top: -20px;
      margin-bottom: -20px; }
    .table thead tr th .checkbox label::after {
      left: 0.5px; }
    .table thead tr th.no-sort {
      padding: 0 20px !important; }
      .table thead tr th.no-sort:after {
        display: none; }
  .table tbody tr td {
    background: #fff;
    border-bottom: 1px solid rgba(225, 225, 226, 0.7);
    border-top: 0px;
    padding: 9px 20px;
    font-size: 13.5px; }
    .table tbody tr td .btn-tag {
      background: rgba(44, 45, 47, 0.07);
      display: inline-block;
      margin: 5px;
      border-radius: 4px;
      padding: 5px;
      color: #62605a !important; }
      .table tbody tr td .btn-tag:hover {
        background: rgba(44, 45, 47, 0.15); }
    .table tbody tr td[class*='sorting_'] {
      color: #000; }
    .table tbody tr td .checkbox label::after {
      left: 0.5px; }
    .table tbody tr td p {
      margin-bottom: 0; }
  .table tbody tr.selected td {
    background: #fdf5df; }
  .table.table-hover tbody tr:hover td {
    background: #feecd1 !important; }
  .table.table-hover tbody tr.selected:hover td {
    background: #fdf5df !important; }
  .table.table-striped tbody tr td {
    background: #f5f6f7 !important; }
  .table.table-striped tbody tr:nth-child(2n+1) td {
    background: #fff !important; }
  .table.table-borderless tbody tr td {
    border-top: 0; }
  .table.table-condensed {
    table-layout: fixed; }
    .table.table-condensed thead tr th {
      padding-left: 20px;
      padding-right: 20px; }
    .table.table-condensed tbody tr td {
      padding-top: 12px;
      padding-bottom: 12px; }
    .table.table-condensed thead tr th, .table.table-condensed tbody tr td, .table.table-condensed tbody tr td *:not(.dropdown-default) {
      white-space: nowrap;
      vertical-align: middle;
      overflow: hidden;
      text-overflow: ellipsis; }
      .table.table-condensed thead tr th.reset-overflow *, .table.table-condensed tbody tr td.reset-overflow *, .table.table-condensed tbody tr td *:not(.dropdown-default).reset-overflow * {
        overflow: initial !important; }
    .table.table-condensed.table-detailed > tbody > tr.shown > td {
      background: #fdf5df; }
      .table.table-condensed.table-detailed > tbody > tr.shown > td:first-child:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .table.table-condensed.table-detailed > tbody > tr.shown + tr > td {
      background: rgba(245, 246, 247, 0.4);
      padding: 0px 40px; }
      .table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline {
        margin-top: 13px;
        margin-bottom: 13px;
        background: transparent; }
        .table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline tr, .table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline td {
          background: transparent;
          font-weight: 600; }
    .table.table-condensed.table-detailed > tbody > tr.row-details > td:first-child:before {
      content: '';
      display: none; }
    .table.table-condensed.table-detailed > tbody > tr > td:hover {
      cursor: pointer; }
    .table.table-condensed.table-detailed > tbody > tr > td:first-child:before {
      content: "\f054";
      display: inline-block;
      margin-right: 8px;
      font-size: 8px;
      top: -1px;
      position: relative;
      font-family: 'FontAwesome';
      -webkit-transition: all 0.12s linear;
      transition: all 0.12s linear; }
    .table.table-condensed.table-detailed .table-inline td {
      border: none;
      text-align: left; }
  .table.table-borderless > tbody > tr > td {
    border-bottom: 0px; }

.fht-table {
  margin-bottom: 0 !important; }

@media (max-width: 767px) {
  .table-responsive {
    border: 1px solid #ddd; }
  .table tbody tr td {
    white-space: nowrap; } }

/* Demo classes */
.demo-table-search thead th:nth-child(1) {
  width: 20%; }

.demo-table-search thead th:nth-child(2) {
  width: 22%; }

.demo-table-search thead th:nth-child(3) {
  width: 24%; }

.demo-table-search thead th:nth-child(4) {
  width: 15%; }

.demo-table-search thead th:nth-child(5) {
  width: 19%; }

.demo-table-dynamic thead th:nth-child(1) {
  width: 25%; }

.demo-table-dynamic thead th:nth-child(2) {
  width: 30%; }

.demo-table-dynamic thead th:nth-child(3) {
  width: 20%; }

.demo-table-dynamic thead th:nth-child(4) {
  width: 25%; }

.table-invoice th {
  border-top: 0; }

/* Data-tables
------------------------------------
*/
.table.dataTable.no-footer {
  border: none; }

.dataTables_scroll:hover .dataTables_scrollBody:before {
  content: "";
  top: 0;
  height: 0; }

.dataTables_scrollBody {
  overflow-y: auto;
  border: none !important; }
  .dataTables_scrollBody:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    background: transparent; }

.dataTables_wrapper .dataTables_paginate {
  float: right; }

.dataTables_wrapper .dataTables_paginate ul > li.disabled a {
  opacity: .5; }

.dataTables_wrapper .dataTables_paginate ul > li > a {
  padding: 5px 10px;
  color: #575a5d;
  opacity: .35;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .dataTables_wrapper .dataTables_paginate ul > li > a:hover {
    opacity: .65; }

.dataTables_wrapper .dataTables_paginate ul > li.next > a,
.dataTables_wrapper .dataTables_paginate ul > li.prev > a {
  opacity: 1; }

.dataTables_wrapper .dataTables_paginate ul > li.disabled a {
  opacity: .35; }
  .dataTables_wrapper .dataTables_paginate ul > li.disabled a:hover {
    opacity: .35; }

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  margin-top: 25px !important; }

.dataTables_paginate.paging_bootstrap.pagination {
  padding-top: 0;
  padding-right: 20px; }

.dataTables_wrapper .dataTables_info {
  clear: none;
  font-size: 12px;
  padding: 0 33px;
  color: #575a5d; }

.dataTables_wrapper .dataTables_paginate ul > li {
  display: inline-block;
  padding-left: 0;
  font-size: 11px; }

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

.export-options-container {
  position: relative; }

.dataTables_wrapper .dataTables_paginate ul > li.active > a {
  font-weight: bold;
  color: #575a5d;
  opacity: 1; }

.export-options-container a {
  color: inherit;
  opacity: 1; }

.exportOptions .DTTT.btn-group a {
  display: block !important; }

table.dataTable thead .sorting_asc:after {
  background-image: url("../img/icons/sort_asc.png"); }

table.dataTable thead .sorting_desc:after {
  background-image: url("../img/icons/sort_desc.png"); }

table.dataTable thead .sorting:after {
  background-image: url("../img/icons/sort_both.png"); }

table.dataTable thead .sorting_asc_disabled:after {
  background-image: url("../img/icons/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled:after {
  background-image: url("../img/icons/sort_desc_disabled.png"); }

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 {
  bottom: 12px;
  content: "";
  width: 19px;
  height: 19px;
  background-position: center center;
  opacity: 1; }

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

.dataTables_wrapper .row {
  width: 100%; }
  .dataTables_wrapper .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.dataTables_wrapper#tableWithDynamicRows_wrapper > div {
  width: 100%; }

/* Responsive Handlers : Tables */
@media (max-width: 991px) {
  .dataTables_wrapper .dataTables_info {
    float: left; }
  .dataTables_paginate.paging_bootstrap.pagination {
    float: right; } }

@media (max-width: 767px) {
  .dataTables_wrapper .row {
    margin: 0; }
    .dataTables_wrapper .row > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
              flex-direction: column; }
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    margin-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px; }
    .dataTables_wrapper .dataTables_info ul, .dataTables_wrapper .dataTables_paginate ul {
      padding: 0; } }

@media (max-width: 480px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: left;
    clear: both;
    display: block; } }

/*********/
.dataTables_wrapper .row {
  margin: 0; }

div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
  margin: 0 !important;
  padding: 8px 15px; }

div.dataTables_wrapper div.dataTables_paginate ul {
  margin: 0; }

.dataTables_wrapper .dataTables_paginate ul > li > a {
  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;
  font-size: 16px; }

.dataTables_wrapper .dataTables_paginate ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

div.dataTables_wrapper div.dataTables_info {
  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; }

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

div.dataTables_wrapper div.dataTables_info b {
  padding: 0 6px; }

table.dataTable {
  margin-top: 0 !important; }

/*------------------------------------------------------------------
[17. Charts]
*/
.line-chart .nvd3 line.nv-guideline {
  /* Vertical bar on hover in interactive chart */
  stroke-width: 30px;
  stroke-opacity: .04;
  stroke: #000; }

.line-chart .nvd3 .nv-groups path.nv-area {
  /*  filled area */
  fill-opacity: .1; }

.line-chart .nvd3 .nv-groups path.nv-line {
  /*  Line */
  stroke-opacity: .3; }

.line-chart .nvd3 .nv-axis line {
  /*  grid lines */
  stroke-opacity: .5; }

.line-chart[data-x-grid="false"] .nv-x .tick line {
  display: none; }

.line-chart[data-y-grid="false"] .nv-y .tick line {
  display: none; }

.line-chart .domain {
  /* domain */
  opacity: 0; }

.line-chart[data-points="true"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  /* Toggle points */
  fill-opacity: 1;
  stroke-opacity: .5; }

.line-chart .nvtooltip table td.legend-color-guide div {
  border-radius: 100px; }

.line-chart thead .nv-pointer-events-none strong {
  color: #a4a7a9; }

.line-chart .nv-pointer-events-none {
  font-size: 12px; }
  .line-chart .nv-pointer-events-none .value.nv-pointer-events-none {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 11px;
    color: #a4a7a9; }

.line-chart .nvtooltip table {
  margin: 12px 10px 14px 15px; }

.line-chart .nvtooltip.xy-tooltip.nv-pointer-events-none {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }

.line-chart[data-stroke-width="1"] .nvd3 .nv-groups path.nv-line {
  /* Line widths */
  stroke-width: 1px; }

.line-chart[data-stroke-width="1"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  /* Line widths */
  stroke-width: 2px; }

.line-chart[data-stroke-width="2"] .nvd3 .nv-groups path.nv-line {
  stroke-width: 2px; }

.line-chart[data-stroke-width="2"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke-width: 3px; }

.line-chart[data-stroke-width="3"] .nvd3 .nv-groups path.nv-line {
  stroke-width: 3px; }

.line-chart[data-stroke-width="3"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke-width: 4px; }

.line-chart .tick text, .line-chart .nvd3 .nv-axis .nv-axisMaxMin text {
  fill: #575a5d;
  font-family: "Montserrat";
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal; }

.line-chart .nvd3.nv-scatter .nv-groups .nv-point.hover,
.line-chart .nvd3 .nv-groups .nv-point.hover {
  fill: inherit !important;
  stroke: inherit !important; }

/* Line widths
------------------------------------
*/
.line-chart[data-line-color="master"] .nvd3 line.nv-guideline, .line-chart[data-line-color="master"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="master"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #575a5d; }

.line-chart[data-line-color="success"] .nvd3 line.nv-guideline, .line-chart[data-line-color="success"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="success"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #1dbb99; }

.line-chart[data-line-color="primary"] .nvd3 line.nv-guideline, .line-chart[data-line-color="primary"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="primary"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #00696E; }

.line-chart[data-line-color="info"] .nvd3 line.nv-guideline, .line-chart[data-line-color="info"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="info"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #1f3953; }

.line-chart[data-line-color="complete"] .nvd3 line.nv-guideline, .line-chart[data-line-color="complete"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="complete"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #F9A21B; }

.line-chart[data-line-color="warning"] .nvd3 line.nv-guideline, .line-chart[data-line-color="warning"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="warning"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #f7cf5f; }

.line-chart[data-line-color="danger"] .nvd3 line.nv-guideline, .line-chart[data-line-color="danger"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="danger"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #f94816; }

.line-chart[data-line-color="white"] .nvd3 line.nv-guideline, .line-chart[data-line-color="white"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="white"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #fff; }

.line-chart[data-line-color="black"] .nvd3 line.nv-guideline, .line-chart[data-line-color="black"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="black"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #000; }

/* Area Fill colors
------------------------------------
*/
.line-chart[data-area-color="master"] .nvd3 .nv-groups path.nv-area {
  fill: #575a5d; }

.line-chart[data-area-color="success"] .nvd3 .nv-groups path.nv-area {
  fill: #1dbb99; }

.line-chart[data-area-color="info"] .nvd3 .nv-groups path.nv-area {
  fill: #1f3953; }

.line-chart[data-area-color="complete"] .nvd3 .nv-groups path.nv-area {
  fill: #F9A21B; }

.line-chart[data-area-color="primary"] .nvd3 .nv-groups path.nv-area {
  fill: #00696E; }

.line-chart[data-area-color="warning"] .nvd3 .nv-groups path.nv-area {
  fill: #f7cf5f; }

.line-chart[data-area-color="danger"] .nvd3 .nv-groups path.nv-area {
  fill: #f94816; }

.line-chart[data-area-color="white"] .nvd3 .nv-groups path.nv-area {
  fill: #fff; }

.line-chart[data-area-color="black"] .nvd3 .nv-groups path.nv-area {
  fill: #000; }

/* Point fill colors
------------------------------------
*/
.line-chart[data-point-color="master"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #575a5d; }

.line-chart[data-point-color="success"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #1dbb99; }

.line-chart[data-point-color="info"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #1f3953; }

.line-chart[data-point-color="complete"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #F9A21B; }

.line-chart[data-point-color="primary"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #00696E; }

.line-chart[data-point-color="warning"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #f7cf5f; }

.line-chart[data-point-color="danger"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #f94816; }

.line-chart[data-point-color="white"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #fff; }

#nvd3-line svg,
#nvd3-line2 svg,
#nvd3-area svg {
  height: 500px; }

/* Rickshaw Charts
------------------------------------
*/
.rickshaw-chart.rickshaw_graph .detail {
  padding-left: 15px;
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
  width: 30px;
  background: rgba(0, 0, 0, 0.04);
  right: -15px; }
  .rickshaw-chart.rickshaw_graph .detail .item, .rickshaw-chart.rickshaw_graph .detail .x_label {
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px); }
  .rickshaw-chart.rickshaw_graph .detail:after {
    content: "";
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    display: block; }

.rickshaw-chart .y_grid .tick.major line {
  stroke-dasharray: 3px, 5px;
  opacity: .7; }

.rickshaw-chart.rickshaw_graph .detail .x_label {
  display: none; }

.rickshaw-chart.rickshaw_graph .detail .item {
  line-height: 1.4;
  padding: 0.5em; }

.rickshaw-chart.rickshaw_graph .detail_swatch {
  float: right;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px 0 0; }

.rickshaw-chart.rickshaw_graph .detail .date {
  font-size: 11px;
  color: #a0a0a0;
  opacity: .5; }

#tab-rickshaw-realtime #rickshaw-realtime_y_axis {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  width: 40px;
  left: 0;
  z-index: 1; }
  #tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .y_ticks path, #tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .x_ticks_d3 path {
    fill: none;
    stroke: none; }
  #tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .y_ticks text, #tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .x_ticks_d3 text {
    opacity: 0.35;
    font-family: 'Montserrat';
    font-size: 11px; }

#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .dot {
  border-radius: 50px; }

#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .x_label {
  display: none; }

#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .item {
  line-height: 1.4;
  padding: 0.5em; }

#tab-rickshaw-bars #rickshaw-stacked-bars .detail_swatch {
  float: right;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px 0 0; }

#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .date {
  font-size: 11px;
  color: #a0a0a0;
  opacity: .5; }

#tab-rickshaw-slider #rickshaw-slider {
  height: 500px; }

#tab-rickshaw-slider .rickshaw_graph .x_grid_d3 .tick {
  stroke-opacity: 0; }

#tab-rickshaw-slider .rickshaw_graph .y_ticks path, #tab-rickshaw-slider .rickshaw_graph .x_ticks_d3 path {
  stroke: none; }

#tab-rickshaw-slider .rickshaw_graph .y_ticks text, #tab-rickshaw-slider .rickshaw_graph .x_ticks_d3 text {
  font-family: 'Montserrat';
  font-size: 11px; }

#tab-rickshaw-slider .rickshaw_range_slider_preview .frame {
  opacity: 0; }

#tab-rickshaw-slider .rickshaw_range_slider_preview .left_handle, #tab-rickshaw-slider .rickshaw_range_slider_preview .right_handle {
  fill: #000;
  fill-opacity: 0.1 !important; }

#tab-rickshaw-slider .slider {
  position: absolute;
  top: 0;
  height: 93px;
  overflow: hidden; }

#tab-rickshaw-slider .chart {
  position: absolute;
  bottom: 40px;
  top: 150px;
  left: 33px;
  right: 0;
  width: auto; }
  #tab-rickshaw-slider .chart .x_tick.plain .title {
    font-family: 'Montserrat';
    font-size: 11px; }

#tab-rickshaw-slider .y_axis {
  bottom: 0;
  position: absolute;
  top: 150px;
  width: 40px;
  left: -6px; }

#tab-rickshaw-slider .rickshaw_graph .x_tick {
  border-color: transparent; }
  #tab-rickshaw-slider .rickshaw_graph .x_tick .title {
    bottom: -24px;
    left: -15px; }

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

/*------------------------------------------------------------------
[18. List]
*/
.list-view-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  -webkit-overflow-scrolling: touch; }

.list-view-container {
  position: relative; }
  .list-view-container .list-quickscroll ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 120;
    padding-top: 10px;
    padding-bottom: 10px; }
    .list-view-container .list-quickscroll ul li a {
      font-size: 0.7em;
      vertical-align: baseline; }

.list-view-group-container {
  margin: 0;
  min-height: 1px;
  overflow: hidden;
  padding: 26px 0 0 0;
  position: relative; }
  .list-view-group-container:last-child ul {
    border: 0; }

.list-view-group-header, .list-view-fake-header {
  background: #f5f6f7;
  color: #232830;
  font: normal 11px/14px 'Montserrat',Arial;
  text-transform: uppercase;
  margin: 0;
  padding: 6px 0 5px 15px;
  position: absolute;
  z-index: 10; }

.list-view-group-header {
  bottom: auto;
  min-height: 1px;
  top: 0;
  width: 100%;
  border-top: 0; }

.list-view-fake-header {
  width: 100%;
  z-index: 100;
  font-size: 11px !important;
  line-height: 14px !important; }

.list-view-fake-header.list-view-hidden {
  visibility: hidden; }

.list-view-group-container.list-view-animated .list-view-group-header {
  bottom: 0;
  top: auto; }

input.list-view-search {
  font-size: 15px;
  color: #232830; }

.no-top-border .list-view-fake-header {
  border-top: 0; }

.list-view ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.list-view li {
  padding-left: 15px;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .list-view li:hover {
    background-color: #feecd1; }
  .list-view li.active {
    background-color: #fdf5df; }
  .list-view li p {
    margin: 0;
    line-height: 19px; }
  .list-view li > a {
    margin-right: 15px;
    width: 100%; }
  .list-view li > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.list-view.boreded li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.list-view.boreded li:last-child > a {
  border-bottom: 0; }

.list-view.boreded li + li {
  border-top: 0; }

[data-ios="true"] .list-view-group-header,
[data-ios="true"] .list-view-fake-header {
  width: 288px;
  /*scrollbars aren't visible in iOS devices, so make the headers wider */ }

.list-group-item {
  border: 1px solid #e8e9ea; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #4ac9ad;
    border-color: #4ac9ad; }

.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

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

/*------------------------------------------------------------------
[19. Social App]
*/
.social-wrapper,
.social {
  height: 100%;
  width: 100%; }

/* Cover
------------------------------------
*/
.social-wrapper .social .jumbotron {
  height: 60vh;
  padding-top: 0; }

.social-wrapper .social .cover-photo {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden; }
  .social-wrapper .social .cover-photo:before {
    background-image: url("../img/linear_gradient.png");
    background-repeat: repeat-x;
    bottom: 0;
    content: " ";
    height: 270px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1; }
  .social-wrapper .social .cover-photo .pull-bottom {
    z-index: 2; }

.cover-img-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cover-img-container .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%; }

/* Feed
------------------------------------
*/
.social-user-profile {
  width: 52px; }
  .social-user-profile > .thumbnail-wrapper {
    float: none; }

.social-wrapper .social .feed {
  overflow-y: hidden;
  width: 100%; }
  .social-wrapper .social .feed > .day {
    white-space: normal;
    display: block;
    width: 100%;
    margin: 0 auto; }
    .social-wrapper .social .feed > .day:after {
      feed: '';
      display: block;
      clear: both; }
    .social-wrapper .social .feed > .day:hover > .timeline:after {
      background: #F9A21B; }

/* Social Cards
------------------------------------
*/
.social-card {
  padding-bottom: 0;
  margin-bottom: 0;
  background: #FFF;
  position: relative;
  border-radius: 4px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-bottom: 20px;
  width: 300px;
  border: 1px solid #e1e1e2; }
  .social-card .circle {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    border-radius: 50%;
    border: 2px solid #e8e9ea;
    width: 9px;
    height: 9px;
    background: #4c6175;
    z-index: 1; }
    .social-card .circle:hover {
      cursor: pointer; }
  .social-card.full-width {
    width: 100% !important; }
  .social-card.status {
    background: #feecd1;
    border-radius: 4px;
    padding: 15px 25px;
    box-sizing: border-box;
    border: 1px solid transparent; }
    .social-card.status:hover, .social-card.status.hover {
      border-color: #d2d7dd !important; }
    .social-card.status h5 {
      font-size: 12px;
      margin: 0; }
      .social-card.status h5 .time {
        color: #fff; }
    .social-card.status h2 {
      color: #2c2d2f;
      font-size: 25px;
      line-height: 32px;
      margin: 0;
      font-weight: normal; }
    .social-card.status .reactions {
      color: #e8e9ea;
      opacity: .45;
      font-size: 12px;
      padding: 0;
      margin: 5px 0 0;
      padding: 0; }
      .social-card.status .reactions li {
        display: inline-block;
        list-style: none;
        padding: 0; }
    .social-card.status .circle {
      width: 9px;
      height: 9px;
      border: none;
      background: #F9A21B; }
  .social-card .card-header, .social-card .card-footer {
    background-color: #fff;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
  .social-card.share .card-header {
    padding: 6px;
    border-bottom: 1px solid #e1e1e2;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    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; }
    .social-card.share .card-header:hover {
      cursor: pointer; }
      .social-card.share .card-header:hover h6 {
        opacity: .6; }
    .social-card.share .card-header.last {
      border-bottom: none; }
    .social-card.share .card-header .user-pic {
      float: right;
      border-radius: 50%;
      overflow: hidden;
      margin-left: 10px; }
      .social-card.share .card-header .user-pic > img {
        width: 48px;
        height: 48px; }
    .social-card.share .card-header h5 {
      font-weight: bold;
      font-size: 14px;
      margin: 0;
      line-height: 1.5;
      margin-top: 0px;
      margin-bottom: 4px; }
    .social-card.share .card-header h6 {
      font-size: 12px;
      margin: 0;
      opacity: .45;
      opacity: .45; }
  .social-card.share .card-description {
    padding: 12px 16px 11px;
    font-size: 14px;
    line-height: 21px;
    margin: 0; }
    .social-card.share .card-description p {
      margin-bottom: 4px; }
    .social-card.share .card-description .via {
      opacity: .45;
      display: block;
      font-size: 12px; }
  .social-card.share .card-content {
    position: relative; }
    .social-card.share .card-content .buttons {
      left: 17px;
      padding: 0;
      position: absolute;
      top: 10px; }
      .social-card.share .card-content .buttons li {
        display: inline-block;
        list-style: none;
        margin-right: 10px; }
        .social-card.share .card-content .buttons li a {
          color: #fff; }
  .social-card.share .card-feed {
    overflow: hidden;
    position: relative;
    max-height: 400px; }
    .social-card.share .card-feed:hover .buttons {
      opacity: 1; }
    .social-card.share .card-feed .buttons {
      position: absolute;
      top: 5px;
      right: 0;
      opacity: 0; }
      .social-card.share .card-feed .buttons li {
        display: inline-block;
        list-style: none; }
        .social-card.share .card-feed .buttons li a {
          color: #fff;
          opacity: 0.8;
          padding: 5px; }
    .social-card.share .card-feed > * {
      max-width: 100%; }
  .social-card.share .card-footer {
    padding: 14px 16px 11px;
    font-size: 12px !important; }
    .social-card.share .card-footer:hover {
      background: #feecd1;
      cursor: pointer; }
      .social-card.share .card-footer:hover .reactions, .social-card.share .card-footer:hover .time {
        opacity: .8; }
    .social-card.share .card-footer .time {
      float: left;
      opacity: .45;
      margin-top: 1px; }
    .social-card.share .card-footer .reactions {
      float: right;
      margin: 0;
      padding: 0;
      opacity: .45; }
      .social-card.share .card-footer .reactions li {
        display: inline-block;
        list-style: none; }
        .social-card.share .card-footer .reactions li a {
          color: inherit; }
  .social-card.share .card-description, .social-card.share .card-feed, .social-card.share .card-footer {
    border-color: transparent;
    border-style: solid; }
  .social-card.share .card-description {
    border-width: 1px; }
  .social-card.share .card-feed {
    border-width: 0 1px;
    margin-top: -2px; }
  .social-card.share .card-footer {
    border-width: 0 1px 1px 1px; }
  .social-card.share.share-other .card-description {
    padding-bottom: 0; }
  .social-card.share.share-other .card-footer {
    padding-top: 0;
    border-radius: 0; }
    .social-card.share.share-other .card-footer:hover {
      background: #fff; }
  .social-card.share.share-other .card-header {
    border-top: 1px solid #feecd1; }
  .social-card.share.share-other .circle {
    background: #f7cf5f; }
  .social-card.col1 {
    width: 300px; }
  .social-card.col2 {
    width: 620px; }
  .social-card.col3 {
    width: 920px; }
  .social-card img {
    width: 100%; }

/* Step Form : Status */
.simform {
  margin-left: 0;
  padding: 0;
  position: static;
  margin-bottom: 20px; }
  .simform .error-message {
    padding-top: 29px !important;
    padding-left: 22px; }
  .simform .final-message, .simform .error-message {
    margin: 0 !important;
    font-size: 15px;
    opacity: 0.5;
    display: none;
    margin-top: 19px;
    position: static;
    text-align: left;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .simform ol:before {
    background: transparent; }
  .simform .questions li {
    overflow: hidden; }
    .simform .questions li.current {
      position: relative; }
      .simform .questions li.current input {
        font-size: 14px;
        padding: 0 !important;
        margin: 0 !important; }
    .simform .questions li > span {
      width: 100%; }
      .simform .questions li > span label {
        font-size: 12px;
        opacity: .55;
        font-weight: 300;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
  .simform .questions input {
    background: transparent !important;
    height: 30px; }
  .simform .questions .current input,
  .simform .no-js .questions input {
    background: transparent;
    border: none; }
  .simform .controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .simform .controls .next, .simform .controls .number {
      display: none !important; }
  .simform .progress:before {
    background: none; }
  .simform .show {
    display: block; }

/* Responsive Handlers: Social App
------------------------------------
*/
@media (min-width: 991px) and (max-width: 1070px) {
  .day .card:first-child .col-md-4:first-child {
    width: 100%;
    margin-bottom: 20px; }
  .day .card:first-child .col-md-4:nth-child(2), .day .card:first-child .col-md-4:nth-child(3) {
    width: 50%; } }

@media (max-width: 667px) {
  .social-wrapper .social .feed > .day > .card {
    width: 100% !important; } }

/*------------------------------------------------------------------
[20. Email App]
*/
/* Email Components 
--------------------------------------------------
*/
.compose-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: #fff;
  border-top: 1px solid #e8e9ea;
  z-index: 101; }
  .compose-wrapper .compose-email {
    font-size: 24px; }

.email-composer {
  position: relative;
  overflow: auto;
  height: 100%;
  background: #fff; }
  .email-composer .email-toolbar-wrapper .wysihtml5-toolbar {
    background: #e8e9ea;
    border-bottom: 1px solid #e1e1e2;
    position: relative;
    border-top: none; }
  .email-composer .email-body-wrapper {
    border-bottom: 1px solid #e1e1e2;
    margin-bottom: 20px; }
  .email-composer .bootstrap-tagsinput {
    margin: 0;
    padding: 0; }
  .email-composer > .row {
    margin-left: -30px;
    margin-right: -30px; }

.split-view .split-details .email-content-wrapper {
  background: #fff;
  height: 100%;
  width: auto;
  overflow: auto; }
  .split-view .split-details .email-content-wrapper .actions-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 799; }
  .split-view .split-details .email-content-wrapper .email-content {
    margin: 0 auto;
    width: 600px;
    display: block;
    padding-top: 62px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px; }
    .split-view .split-details .email-content-wrapper .email-content .email-content-header .sender .name {
      font-size: 15px;
      color: #1f3953; }
    .split-view .split-details .email-content-wrapper .email-content .email-content-header .sender .datetime {
      color: #575a5d;
      opacity: .45;
      font-family: arial; }
    .split-view .split-details .email-content-wrapper .email-content .email-content-header .subject {
      font-family: arial;
      color: #1f3953;
      font-size: 15.2px;
      line-height: 17px; }
    .split-view .split-details .email-content-wrapper .email-content .email-content-header .fromto .btn-xs {
      border-radius: 13px; }
    .split-view .split-details .email-content-wrapper .email-content .email-content-body p {
      line-height: 23px;
      color: #575a5d;
      letter-spacing: 0.001em; }
    .split-view .split-details .email-content-wrapper .email-content .email-reply {
      min-height: 200px; }
    .split-view .split-details .email-content-wrapper .email-content .editor-wrapper {
      border: 1px solid rgba(0, 0, 0, 0.05); }
      .split-view .split-details .email-content-wrapper .email-content .editor-wrapper .wysihtml5-sandbox {
        max-height: 150px;
        min-height: 130px !important;
        width: 100% !important; }

/* Email App Top Header 
--------------------------------------------------
*/
.header-wrapper-email {
  font-size: 14.92px; }
  .header-wrapper-email .dropdown > .btn {
    color: #F9A21B; }
  .header-wrapper-email .btn:hover {
    text-decoration: none; }

/* Responsive Handler : Email App 
--------------------------------------------------
*/
@media (max-width: 768px) {
  .email-content .wysiwyg5-wrapper {
    min-height: 400px; } }

@media (max-width: 1024px) {
  .email-composer {
    margin-left: 0; } }

.email-composer .email-toolbar-wrapper .dropdown .dropdown-toggle::after {
  display: none; }

/*------------------------------------------------------------------
[22. Login]
*/
.login-wrapper {
  height: 100%;
  background-color: #00696E; }
  .login-wrapper > * {
    height: 100%; }
  .login-wrapper .bg-pic {
    position: absolute;
    width: 100%;
    overflow: hidden; }
    .login-wrapper .bg-pic > img {
      height: 100%;
      opacity: 0.6; }
  .login-wrapper .login-container {
    width: 496px;
    display: block;
    position: relative;
    float: right;
    height: 100%; }
  .login-wrapper .bg-caption {
    width: 500px; }

.register-container {
  width: 550px;
  margin: auto;
  height: 100%; }

/* Responsive handlers : Login
------------------------------------
*/
@media (max-width: 768px) {
  .login-wrapper .login-container {
    width: 100%; }
  .register-container {
    width: 100%;
    padding: 15px; } }

@media only screen and (max-width: 321px) {
  .login-wrapper .login-container {
    width: 100%; } }

/*=====================
   Login
======================*/
.login-wrapper {
  height: 100%;
  background: url(../../assets/img/login-bg.svg) !important;
  background-position: left center  !important;
  background-repeat: no-repeat  !important; }

/*------------------------------------------------------------------
[23. Lock Screen]
*/
.lock-container {
  margin-left: auto;
  margin-right: auto;
  width: 600px; }

.lock-screen-wrapper .credentials {
  margin-top: -84px;
  position: absolute;
  top: 50%; }
  .lock-screen-wrapper .credentials .thumbnail-wrapper {
    width: 53px;
    height: 53px; }
  .lock-screen-wrapper .credentials .logged {
    opacity: .21;
    margin-top: -5px !important; }
  .lock-screen-wrapper .credentials .name {
    opacity: .69;
    margin-top: -5px !important;
    font-size: 36px;
    height: 45px;
    overflow: hidden; }

.lock-screen-wrapper .terms-wrapper > div {
  display: table; }

.lock-screen-wrapper .terms-wrapper .terms {
  display: table-cell;
  vertical-align: middle; }

.lock-screen-wrapper .terms-wrapper .logo-terms {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  text-align: center;
  position: relative; }
  .lock-screen-wrapper .terms-wrapper .logo-terms .brand {
    left: 50%;
    margin-left: -21px;
    margin-top: -5px;
    position: absolute;
    top: 50%; }

/* Responsive Handlers : Lockscreen 
------------------------------------
*/
@media (max-width: 767px) {
  .lock-container {
    width: 80%; }
  .lock-screen-wrapper .credentials form {
    margin-top: 15px; } }

@media (max-width: 480px) {
  .lock-screen-wrapper .credentials {
    margin: 0;
    position: static;
    margin-top: 100px;
    width: 100%;
    float: left;
    clear: both; }
    .lock-screen-wrapper .credentials > div {
      text-align: center; }
    .lock-screen-wrapper .credentials .thumbnail-wrapper {
      float: none;
      margin: 0 auto; } }

/*------------------------------------------------------------------
[24. Timeline]
*/
/*
  Adapted from Vertical Timeline by Sebastiano Guerriero
  http://codyhouse.co/gem/vertical-timeline/
*/
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.timeline-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto; }
  .timeline-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both; }
  .timeline-container.top-circle:before {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    background-color: #fff;
    z-index: 10; }

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

Main components 

-------------------------------- */
.timeline {
  position: relative;
  padding: 3em 0 10em 0;
  margin-top: 0;
  margin-bottom: 0; }
  .timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 2px;
    background: #fff; }

@media only screen and (min-width: 1170px) {
  .timeline-container:not(.left) .timeline {
    margin-bottom: 0; }
    .timeline-container:not(.left) .timeline::before {
      left: 50%;
      margin-left: -2px; } }

.timeline-block {
  position: relative;
  margin: 2em 0; }
  .timeline-block:after {
    content: "";
    display: table;
    clear: both; }
  .timeline-block:first-child {
    margin-top: 0; }
  .timeline-block:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 1170px) {
  .timeline-container:not(.left) .timeline .timeline-block {
    margin: 4em 0; }
    .timeline-container:not(.left) .timeline .timeline-block:first-child {
      margin-top: 0; }
    .timeline-container:not(.left) .timeline .timeline-block:last-child {
      margin-bottom: 0; } }

.timeline-point {
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #adadb0;
  border: 2px solid #fff; }
  .timeline-point.small {
    height: 12px;
    margin-left: 13px;
    margin-top: 14px;
    width: 12px; }
  .timeline-point i {
    color: #fff;
    font-size: 14px;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    position: absolute;
    top: 50%; }
  .timeline-point.primary {
    background-color: #00696E; }
  .timeline-point.complete {
    background-color: #F9A21B; }
  .timeline-point.success {
    background-color: #1dbb99; }
  .timeline-point.info {
    background-color: #1f3953; }
  .timeline-point.danger {
    background-color: #f94816; }
  .timeline-point.warning {
    background-color: #f7cf5f; }

@media only screen and (min-width: 1170px) {
  .timeline-container:not(.left) .timeline .timeline-point {
    left: 50%;
    margin-left: -21px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
    .timeline-container:not(.left) .timeline .timeline-point.is-hidden {
      visibility: hidden; }
    .timeline-container:not(.left) .timeline .timeline-point.small {
      margin-left: -7px; }
    .timeline-container:not(.left) .timeline .timeline-point.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-1 0.6s;
      animation: cd-bounce-1 0.6s; } }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.timeline-content {
  position: relative;
  margin-left: 60px; }
  .timeline-content:after {
    content: "";
    display: table;
    clear: both; }
  .timeline-content .card {
    margin-bottom: 0; }
  .timeline-content .event-date {
    display: inline-block;
    float: left;
    padding: .8em 0;
    opacity: .7;
    clear: both; }

@media (max-width: 480px) {
  .timeline-container {
    width: 94%; } }

@media only screen and (min-width: 1170px) {
  .timeline-container:not(.left) .timeline .timeline-content {
    margin-left: 0;
    width: 46%; }
    .timeline-container:not(.left) .timeline .timeline-content::before {
      top: 24px;
      left: 100%;
      border-color: transparent;
      border-left-color: white; }
    .timeline-container:not(.left) .timeline .timeline-content.is-hidden {
      visibility: hidden; }
    .timeline-container:not(.left) .timeline .timeline-content.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-2 0.6s;
      animation: cd-bounce-2 0.6s; }
    .timeline-container:not(.left) .timeline .timeline-content .event-date {
      position: absolute;
      width: 100%;
      left: 118%;
      top: -2px;
      font-size: 16px;
      font-size: 1rem; }
      .timeline-container:not(.left) .timeline .timeline-content .event-date small {
        margin-top: 13px;
        display: block; }
      .timeline-container:not(.left) .timeline .timeline-content .event-date h6 + small {
        margin-top: 0; }
  .timeline-container:not(.left) .timeline .timeline-block:nth-child(odd) .timeline-content .card {
    float: right; }
  .timeline-container:not(.left) .timeline .timeline-block:nth-child(even) .timeline-content {
    float: right; }
    .timeline-container:not(.left) .timeline .timeline-block:nth-child(even) .timeline-content::before {
      top: 24px;
      left: auto;
      right: 100%;
      border-color: transparent;
      border-right-color: white; }
    .timeline-container:not(.left) .timeline .timeline-block:nth-child(even) .timeline-content .event-date {
      left: auto;
      right: 118%;
      text-align: right; } }

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .timeline-container:not(.left) .timeline .timeline-block:nth-child(even) .timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.timeline-container.center .timeline {
  margin-top: 3em;
  margin-bottom: 3em; }
  .timeline-container.center .timeline::before {
    left: 50%;
    margin-left: -2px; }
  .timeline-container.center .timeline .timeline-point {
    left: 50%;
    margin-left: -21px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
    .timeline-container.center .timeline .timeline-point.is-hidden {
      visibility: hidden; }
    .timeline-container.center .timeline .timeline-point.small {
      margin-left: -7px; }
    .timeline-container.center .timeline .timeline-point.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-1 0.6s;
      animation: cd-bounce-1 0.6s; }
  .timeline-container.center .timeline .timeline-content {
    margin-left: 0;
    width: 46%; }
    .timeline-container.center .timeline .timeline-content::before {
      top: 24px;
      left: 100%;
      border-color: transparent;
      border-left-color: white; }
    .timeline-container.center .timeline .timeline-content.is-hidden {
      visibility: hidden; }
    .timeline-container.center .timeline .timeline-content.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-2 0.6s;
      animation: cd-bounce-2 0.6s; }
    .timeline-container.center .timeline .timeline-content .event-date {
      position: absolute;
      width: 100%;
      left: 118%;
      top: -2px;
      font-size: 16px;
      font-size: 1rem; }
      .timeline-container.center .timeline .timeline-content .event-date small {
        margin-top: 13px;
        display: block; }
      .timeline-container.center .timeline .timeline-content .event-date h6 + small {
        margin-top: 0; }
  .timeline-container.center .timeline .timeline-block:nth-child(odd) .timeline-content .card {
    float: right; }
  .timeline-container.center .timeline .timeline-block:nth-child(even) .timeline-content {
    float: right; }
    .timeline-container.center .timeline .timeline-block:nth-child(even) .timeline-content::before {
      top: 24px;
      left: auto;
      right: 100%;
      border-color: transparent;
      border-right-color: white; }
    .timeline-container.center .timeline .timeline-block:nth-child(even) .timeline-content .event-date {
      left: auto;
      right: 118%;
      text-align: right; }

@media only screen and (min-width: 1170px) {
  .timeline-container.left {
    width: 60%;
    margin-left: 100px; } }

/*------------------------------------------------------------------
[25. Gallery]
*/
.gallery {
  margin: 70px auto 0 auto; }

.gallery-item {
  overflow: hidden;
  cursor: default;
  background-color: #000;
  margin-bottom: 10px;
  position: relative;
  width: 280px;
  height: 240px; }
  .gallery-item:hover {
    cursor: pointer; }
  .gallery-item[data-width="1"] {
    width: 280px; }
  .gallery-item[data-width="2"] {
    width: 570px; }
  .gallery-item[data-height="1"] {
    height: 240px; }
  .gallery-item[data-height="2"] {
    height: 490px; }
  .gallery-item > img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s; }
  .gallery-item > .live-tile img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s; }
  .gallery-item .rating {
    margin-top: -5px;
    color: rgba(255, 255, 255, 0.3); }
    .gallery-item .rating > .rated {
      color: white; }
  .gallery-item .item-info {
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    -webkit-transition: color 0.35s, -webkit-transform 0.35s;
    transition: color 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s; }
    .gallery-item .item-info.more-content {
      -webkit-transform: translate3d(0, 32%, 0);
      transform: translate3d(0, 32%, 0); }
  .gallery-item:hover .item-info {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .gallery-item:hover > img {
    opacity: 0.6; }
  .gallery-item:hover > .live-tile img {
    opacity: 0.6; }
  .gallery-item:active .item-info {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .gallery-item:active > img {
    opacity: 0.6; }

.item-details {
  z-index: 1050; }
  .item-details .dialog__content {
    width: 845px;
    max-width: 845px;
    padding: 0;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.8); }
    .item-details .dialog__content .dialog__overview {
      height: 516px;
      position: relative; }
      .item-details .dialog__content .dialog__overview .buy-now {
        position: absolute;
        bottom: 20px;
        right: 35px; }
      .item-details .dialog__content .dialog__overview .item-slideshow .slide {
        width: 516px;
        height: 516px;
        display: block;
        overflow: hidden; }
    .item-details .dialog__content .dialog__footer {
      height: 75px; }
      .item-details .dialog__content .dialog__footer .price {
        margin: 0;
        padding: 0;
        line-height: 75px; }
      .item-details .dialog__content .dialog__footer .separator {
        position: relative; }
      .item-details .dialog__content .dialog__footer .separator:after {
        content: "";
        width: 1px;
        background: rgba(255, 255, 255, 0.1);
        position: absolute;
        height: 27px;
        right: 0;
        top: 24px; }
      .item-details .dialog__content .dialog__footer .recommended li {
        overflow: hidden; }
        .item-details .dialog__content .dialog__footer .recommended li a {
          width: 56px;
          height: 56px;
          display: block; }
        .item-details .dialog__content .dialog__footer .recommended li img {
          width: 100%; }
    .item-details .dialog__content .close {
      top: 15px;
      right: 15px;
      z-index: 100; }
  .item-details .owl-nav {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    opacity: .7;
    font-size: 18px;
    padding: 0 20px; }
    .item-details .owl-nav .owl-prev {
      float: left; }
    .item-details .owl-nav .owl-next {
      float: right; }
  .item-details .owl-dots {
    bottom: 23px;
    position: absolute;
    right: 23px; }
    .item-details .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      border-radius: 10px;
      display: inline-block;
      background: rgba(0, 0, 0, 0.3);
      margin-left: 6px; }
      .item-details .owl-dots .owl-dot.active {
        background: #fff; }

.owl-carousel .owl-stage-outer {
  direction: ltr; }

.gallery-filters {
  position: absolute;
  left: 0;
  right: 0;
  height: 70px;
  top: -70px; }

@media (max-width: 920px) {
  .gallery-item.first {
    display: none; } }

@media (max-width: 767px) {
  .item-details .dialog__content {
    height: 90%;
    overflow-y: auto;
    width: 400px;
    max-width: 400px; }
    .item-details .dialog__content .container-fluid {
      height: 100%;
      padding-left: 30px;
      padding-right: 30px; }
    .item-details .dialog__content .dialog__overview {
      height: 100%;
      margin-right: -30px;
      margin-left: -30px; }
  .item-details .item-slideshow-wrapper {
    height: 515px !important; }
  .item-details .item-description {
    height: auto !important; }
    .item-details .item-description .buy-now {
      position: static !important;
      float: right;
      margin-bottom: 20px; }
  .item-details .item-slideshow .owl-stage-outer, .item-details .item-slideshow .owl-stage {
    height: 100%; }
  .item-details .item-slideshow .slide {
    width: 100% !important; } }

@media (max-width: 420px) {
  .gallery {
    margin-top: 80px; }
  .gallery-filters {
    top: -90px; }
  .item-details .dialog__content {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 610px) {
  .gallery-item, .gallery {
    width: 100% !important; } }

@media (min-width: 768px) {
  .item-details .dialog__content .container-fluid > .row {
    margin-left: -30px;
    margin-right: -30px; } }

/*------------------------------------------------------------------
[26. Vector Map : Mapplic Plugin] 
*/
.horizontal-app-menu .map-controls {
  left: 0;
  top: 15px; }

.mapplic-container {
  width: 100%;
  background-color: transparent; }
  .mapplic-container .mapplic-fullscreen-button {
    left: auto;
    right: 154px;
    bottom: 0;
    top: auto; }
  .mapplic-container .mapplic-clear-button {
    visibility: hidden; }

.mapplic-tooltip:before {
  content: "Location";
  font-size: 12px;
  margin: 0;
  line-height: normal;
  opacity: .7;
  color: #575a5d; }

.mapplic-tooltip-close {
  opacity: .5;
  background: none; }
  .mapplic-tooltip-close:after {
    content: "\e60a";
    font-family: 'pages-icon';
    font-size: 12px;
    position: relative;
    top: -2px;
    color: #575a5d;
    opacity: .7; }

.mapplic-tooltip-title {
  display: none; }

.mapplic-tooltip-content {
  margin-top: 5px; }

.mapplic-tooltip {
  max-width: 150px;
  padding: 10px 12px;
  border-radius: 4px; }

.mapplic-tooltip-description {
  font-weight: bold;
  color: #575a5d; }

.mapplic-tooltip-description strong {
  color: #f94816;
  margin-right: 2px; }

.map-controls {
  position: absolute;
  left: 50px;
  top: 80px;
  z-index: 1; }
  .map-controls select {
    width: 240px; }

.mapplic-pin {
  background-image: url("../../assets/img/maps/marker-master.svg");
  background-size: contain; }
  .mapplic-pin.pulse {
    background-image: url("../../assets/img/maps/pulse-master.svg"); }
    .mapplic-pin.pulse.green {
      background-image: url("../../assets/img/maps/pulse-success.svg"); }
    .mapplic-pin.pulse.blue {
      background-image: url("../../assets/img/maps/pulse-complete.svg"); }
    .mapplic-pin.pulse.purple {
      background-image: url("../../assets/img/maps/pulse-primary.svg"); }
    .mapplic-pin.pulse.yellow {
      background-image: url("../../assets/img/maps/pulse-warning.svg"); }
    .mapplic-pin.pulse.red {
      background-image: url("../../assets/img/maps/pulse-danger.svg"); }
  .mapplic-pin.pulse-alt {
    background-image: url("../../assets/img/maps/pulse-alt-master.svg"); }
    .mapplic-pin.pulse-alt.green {
      background-image: url("../../assets/img/maps/pulse-alt-success.svg"); }
    .mapplic-pin.pulse-alt.blue {
      background-image: url("../../assets/img/maps/pulse-alt-complete.svg"); }
    .mapplic-pin.pulse-alt.purple {
      background-image: url("../../assets/img/maps/pulse-alt-primary.svg"); }
    .mapplic-pin.pulse-alt.yellow {
      background-image: url("../../assets/img/maps/pulse-alt-warning.svg"); }
    .mapplic-pin.pulse-alt.red {
      background-image: url("../../assets/img/maps/pulse-alt-danger.svg"); }
  .mapplic-pin.marker {
    background-image: url("../../assets/img/maps/marker-master.svg"); }
    .mapplic-pin.marker.green {
      background-image: url("../../assets/img/maps/marker-success.svg"); }
    .mapplic-pin.marker.blue {
      background-image: url("../../assets/img/maps/marker-complete.svg"); }
    .mapplic-pin.marker.purple {
      background-image: url("../../assets/img/maps/marker-primary.svg"); }
    .mapplic-pin.marker.yellow {
      background-image: url("../../assets/img/maps/marker-warning.svg"); }
    .mapplic-pin.marker.red {
      background-image: url("../../assets/img/maps/marker-danger.svg"); }
  .mapplic-pin.marker-alt {
    background-image: url("../../assets/img/maps/marker-alt-master.svg"); }
    .mapplic-pin.marker-alt.green {
      background-image: url("../../assets/img/maps/marker-alt-success.svg"); }
    .mapplic-pin.marker-alt.blue {
      background-image: url("../../assets/img/maps/marker-alt-complete.svg"); }
    .mapplic-pin.marker-alt.purple {
      background-image: url("../../assets/img/maps/marker-alt-primary.svg"); }
    .mapplic-pin.marker-alt.yellow {
      background-image: url("../../assets/img/maps/marker-alt-warning.svg"); }
    .mapplic-pin.marker-alt.red {
      background-image: url("../../assets/img/maps/marker-alt-danger.svg"); }

/*------------------------------------------------------------------
[27. Widgets]
*/
.widget {
  position: relative; }
  .widget > div {
    position: relative;
    z-index: 1; }
  .widget:after {
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: .69; }

.widget-1:after {
  background-image: url("../../assets/img/dashboard/pages_hero.jpg");
  background-size: cover;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  opacity: .69; }

.widget-1:before {
  background-image: url("../img/linear_gradient.png");
  background-repeat: repeat-x;
  content: " ";
  left: 0;
  right: 0;
  height: 325px;
  bottom: 0;
  position: absolute;
  z-index: 1; }

.widget-1 > .card-body .company:nth-child(2) > div {
  display: table;
  margin: 0 auto;
  width: 127px; }

.widget-1 > .card-body > * {
  z-index: 1; }

.widget-1 > .card-body > *:not(.pull-bottom) {
  position: relative; }

.widget-1 > .card-body .pull-bottom {
  padding: 0 49px 56px 42px; }

.widget-1 span.label {
  color: #fff;
  background: rgba(255, 255, 255, 0.3); }

.widget-2:after {
  background-image: url("../../assets/img/social/person-cropped.jpg"); }

.widget-3 a {
  text-decoration: none; }

.widget-3 .pg-map {
  font-size: 30px; }

.widget-3 .widget-3-fav {
  background: rgba(0, 0, 0, 0.07);
  vertical-align: middle;
  padding: 6px 11px;
  display: block; }

.widget-4 .row-sm-height:nth-child(1) {
  height: 30px; }

.widget-4 .row-sm-height:nth-child(2) {
  height: 30px; }

.widget-4-chart {
  height: 100%;
  width: 100%;
  bottom: 0;
  position: absolute;
  right: 0; }
  .widget-4-chart.line-chart .tick text,
  .widget-4-chart .line-chart .nvd3 .nv-axis .nv-axisMaxMin text {
    -webkit-transform: translate(-10px, -32px);
        -ms-transform: translate(-10px, -32px);
            transform: translate(-10px, -32px); }
  .widget-4-chart .nvtooltip .nv-pointer-events-none thead {
    display: none; }
  .widget-4-chart .nvtooltip .nv-pointer-events-none tbody .nv-pointer-events-none .key {
    display: none; }

.widget-5-chart-container {
  overflow: hidden; }

.widget-5-chart {
  height: auto;
  width: auto;
  bottom: 20px;
  position: absolute;
  right: 20px;
  left: 20px;
  top: 40px; }

.widget-6 {
  background: #8b8d8f; }
  .widget-6 .label {
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.67); }

.widget-7 .slide-back .row-sm-height:nth-child(1) {
  height: 60%; }

.widget-7 .slide-back .row-sm-height:nth-child(2) {
  height: 40%; }

.widget-7-chart {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }
  .widget-7-chart.line-chart[data-points="true"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke-opacity: 1; }
  .widget-7-chart .nvd3 circle.nv-point:nth-child(4) {
    fill: #f94816 !important;
    stroke: #f94816 !important; }

.widget-8 {
  height: 145px; }
  .widget-8 .row-xs-height:first-child {
    height: 41px; }

.widget-8-chart {
  height: 100px;
  width: 50%;
  bottom: 0;
  position: absolute;
  right: 0; }
  .widget-8-chart .line-chart[data-points="true"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke-opacity: 0.3; }
  .widget-8-chart .line-chart .nvd3 .nv-groups path.nv-line {
    stroke-opacity: 0.15; }
  .widget-8-chart .nvtooltip {
    display: none; }

.widget-9 {
  height: 145px; }
  .widget-9 .row-xs-height:first-child {
    height: 26px; }
  .widget-9 .progress {
    background: rgba(0, 0, 0, 0.1); }

.widget-10 {
  height: 145px; }

.widget-11 sup {
  margin-right: -4px; }

.widget-11 .widget-11-table {
  height: 430px;
}
  .widget-11 .widget-11-table tr td:first-child {
    width: 40%; }

.widget-11-2 sup {
  margin-right: -4px; }

.widget-11-2 .widget-11-2-table {
  height: 273px; }

.widget-12 .list-inline a {
  padding: 3px 4px;
  border-radius: 3px;
  opacity: .7; }

.widget-12 .list-inline .active a {
  opacity: 1; }

.widget-12 .nvd3-line svg {
  height: 316px; }

.widget-12 .company-stat-boxes .close {
  line-height: 0; }

.widget-12 .widget-12-search {
  margin-top: -3px; }

@media (max-width: 992px) {
  .widget-12 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; } }

.widget-14 .row-xs-height:nth-child(1) {
  height: 30px; }

.widget-14 .row-xs-height:nth-child(2) {
  height: 120px; }

.widget-14 .row-xs-height:nth-child(3) {
  height: 297px; }

.widget-14-chart_y_axis {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  width: 35px;
  left: 0;
  z-index: 2; }
  .widget-14-chart_y_axis .rickshaw_graph .y_ticks path,
  .widget-14-chart_y_axis .rickshaw_graph .x_ticks_d3 path {
    fill: none;
    stroke: none; }
  .widget-14-chart_y_axis .rickshaw_graph .y_ticks text,
  .widget-14-chart_y_axis .rickshaw_graph .x_ticks_d3 text {
    opacity: 0.35;
    font-family: 'Montserrat';
    font-size: 11px; }
  .widget-14-chart_y_axis .y_ticks.plain g:first-child {
    opacity: 0 !important; }

.widget-14-chart-legend .ui-sortable li {
  padding-right: 0; }
  .widget-14-chart-legend .ui-sortable li .action {
    display: none; }
  .widget-14-chart-legend .ui-sortable li:last-child {
    margin-top: 7px; }

.widget-15 #widget-15-tab-1 > div {
  height: 170px; }

.widget-15-2 {
  height: 469px; }
  .widget-15-2 #widget-15-2-tab-1 .full-width {
    height: 180px; }

.widget-16-header .pull-left:last-child {
  width: 69%; }

.widget-16-chart {
  height: 100px; }
  .widget-16-chart.line-chart[data-stroke-width="2"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke-width: 2px; }

.widget-17 {
  height: 467px; }
  .widget-17 .widget-17-weather {
    width: 90%; }

.widget-18-post {
  height: 342px;
  background: url("../../assets/img/social/quote.jpg");
  background-position: center center;
  background-size: cover; }

.widget-19-post {
  height: 237px;
  background: #00A79A; }
  .widget-19-post img {
    top: 50%;
    margin-top: -70px; }

.btn-circle-arrow {
  border: 1px solid #fff;
  border-radius: 100px;
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px; }
  .btn-circle-arrow i {
    font-size: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -4px; }

/*** Large screens ***/
@media only screen and (min-width: 1824px) {
  .ar-3-2:before {
    padding-top: calc(55% - 5px) !important; }
  .ar-2-3:before {
    padding-top: calc(135% - 5px) !important; } }

@media (max-width: 991px) {
  .card {
    height: auto !important; }
  .widget-8,
  .widget-9,
  .widget-10 {
    height: 180px !important; } }

@media (max-width: 480px) {
  .widget-1-wrapper {
    height: 340px; } }

@media (max-width: 420px) {
  .widgets-container {
    margin-top: 80px; } }

@media (max-width: 610px) {
  .widget-item, .widgets-container {
    width: 100% !important; } }

/*------------------------------------------------------------------
[3. Chat]
*/
/* Chat Components
--------------------------------------------------
*/
.chat-view .chat-inner {
  padding: 15px;
  overflow-x: hidden;
  height: calc(100% - 103px); }

.chat-view .message {
  margin-bottom: 10px;
  line-height: 30px; }

.chat-view .profile-img-wrapper {
  height: 28px;
  width: 28px; }

.chat-view .chat-bubble {
  position: relative;
  border-radius: 12px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0px 0 5px;
  max-width: 60%;
  white-space: normal; }
  .chat-view .chat-bubble > p {
    margin: 0; }
  .chat-view .chat-bubble.from-me {
    background: #feecd1;
    color: #2c2d2f;
    opacity: 0.8;
    float: right;
    border: 1px solid rgba(0, 0, 0, 0.07); }
  .chat-view .chat-bubble.from-them {
    color: #2c2d2f;
    opacity: 0.8;
    background: #e8e9ea;
    position: relative;
    opacity: 0.8;
    float: left;
    border: 1px solid #f8f4ee; }

.chat-view .chat-input {
  border: 0;
  height: 45px; }
  .chat-view .chat-input:focus, .chat-view .chat-input:active {
    background-color: #fff; }

.chat-view .user-controls {
  padding-top: 12px; }

/* Chat User List
--------------------------------------------------
*/
.chat-user-list > a {
  height: 60px; }

/* Alert List
--------------------------------------------------
*/
.alert-list > a {
  height: 45px; }

/*------------------------------------------------------------------
[28. Misc : Helper Classes]
*/
.custom {
  height: 150px; }

.icon-list .fa-item {
  display: block;
  color: #111213;
  line-height: 32px;
  height: 32px;
  padding-left: 10px; }
  .icon-list .fa-item > i {
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px; }

.push-on-sidebar-open {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-backface-visibility: hidden; }

/* Thumbnail for icons and profile pics
------------------------------------
*/
.thumbnail-wrapper {
  display: inline-block;
  overflow: hidden;
  float: left; }
  .thumbnail-wrapper.circular {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }
  .thumbnail-wrapper.bordered {
    border-width: 4px;
    border-style: solid; }
    .thumbnail-wrapper.bordered.d16 {
      width: 20px;
      height: 20px; }
      .thumbnail-wrapper.bordered.d16 > * {
        line-height: 12px; }
    .thumbnail-wrapper.bordered.d24 {
      width: 28px;
      height: 28px; }
      .thumbnail-wrapper.bordered.d24 > * {
        line-height: 24px; }
    .thumbnail-wrapper.bordered.d32 {
      width: 36px;
      height: 36px; }
      .thumbnail-wrapper.bordered.d32 > * {
        line-height: 28px; }
    .thumbnail-wrapper.bordered.d48 {
      width: 52px;
      height: 52px; }
      .thumbnail-wrapper.bordered.d48 > * {
        line-height: 44px; }
  .thumbnail-wrapper.d16 {
    width: 16px;
    height: 16px; }
    .thumbnail-wrapper.d16 > * {
      line-height: 16px; }
  .thumbnail-wrapper.d24 {
    width: 24px;
    height: 24px; }
    .thumbnail-wrapper.d24 > * {
      line-height: 24px; }
  .thumbnail-wrapper.d32 {
    width: 32px;
    height: 32px; }
    .thumbnail-wrapper.d32 > * {
      line-height: 32px; }
  .thumbnail-wrapper.d39 {
    width: 39px;
    height: 39px; }
    .thumbnail-wrapper.d39 > * {
      line-height: 39px; }
  .thumbnail-wrapper.d48 {
    width: 48px;
    height: 48px; }
    .thumbnail-wrapper.d48 > * {
      line-height: 50px; }
  .thumbnail-wrapper > * {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center; }

/* Profile dropdown
------------------------------------
*/
.profile-dropdown, .add-dropdown {
  background: #fff;
  padding: 0; }
  .profile-dropdown > a, .add-dropdown > a {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    padding-left: 17px;
    padding-right: 37px;
    min-width: 138px;
    font-weight: 600; }
    .profile-dropdown > a > i, .add-dropdown > a > i {
      margin-right: 5px; }
    .profile-dropdown > a:hover, .add-dropdown > a:hover {
      opacity: 1; }
  .profile-dropdown:not(.no-divider) > a:last-child, .add-dropdown:not(.no-divider) > a:last-child {
    margin-top: 11px;
    padding-bottom: 9px !important;
    border-top: 1px solid #f4f4f5; }

.profile-dropdown-toggle, .add-dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer; }

.add-dropdown-toggle {
  background: rgba(0, 0, 0, 0.1);
  padding: 18px;
  color: #fff;
  -webkit-transition: .5s all;
  transition: .5s all; }
  .add-dropdown-toggle:hover {
    opacity: .7; }

.header .dropdown-menu.add-dropdown {
  margin: -2px 0 0 0; }

/* Scroll
------------------------------------
*/
.scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/* Overides
------------------------------------
*/
.no-padding {
  padding: 0px !important; }

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

.no-overflow {
  overflow: hidden !important; }

.auto-overflow {
  overflow: auto; }

.reset-overflow {
  overflow: initial !important; }

.center-margin {
  margin-left: auto;
  margin-right: auto; }

.inherit-size {
  width: inherit;
  height: inherit; }

.inherit-height {
  height: inherit; }

.image-responsive-height {
  width: 100%; }

.image-responsive-width {
  height: 100%; }

.overlayer {
  position: absolute;
  display: block;
  z-index: 21; }
  .overlayer.fullwidth {
    width: 100%; }

.overlayer-wrapper {
  position: relative;
  display: block;
  z-index: 10; }

.overlay-fixed {
  position: fixed !important;
  top: auto !important; }

.top-left {
  position: absolute !important;
  top: 0;
  left: 0; }

.top-right {
  position: absolute !important;
  top: 1px;
  right: 0; }

.bottom-left {
  position: absolute !important;
  bottom: 1px;
  left: 0; }

.bottom-right {
  position: absolute !important;
  bottom: 0;
  right: 0; }

.pull-bottom {
  position: absolute !important;
  bottom: 0; }

.pull-up {
  position: absolute !important;
  top: 0; }

.pull-center {
  left: 0; }

.pull-right {
  float: right !important; }

.pull-center {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: table;
  z-index: 1; }

.cursor {
  cursor: pointer; }

.scroll-x-hidden {
  overflow-x: hidden !important; }

/* Generic Padding Helpers
------------------------------------
*/
.p-t-0 {
  padding-top: 0px !important; }

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

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

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

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

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

.p-r-5 {
  padding-right: 5px !important; }

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

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

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

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

.p-r-10 {
  padding-right: 10px !important; }

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

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

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

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

.p-r-15 {
  padding-right: 15px !important; }

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

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

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

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

.p-r-20 {
  padding-right: 20px !important; }

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

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

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

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

.p-r-25 {
  padding-right: 25px !important; }

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

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

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

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

.p-r-30 {
  padding-right: 30px !important; }

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

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

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

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

.p-r-35 {
  padding-right: 35px !important; }

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

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

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

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

.p-r-40 {
  padding-right: 40px !important; }

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

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

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

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

.p-r-45 {
  padding-right: 45px !important; }

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

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

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

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

.p-r-50 {
  padding-right: 50px !important; }

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

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

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

/* Generic Margin Helpers
------------------------------------
 */
.m-t-0 {
  margin-top: 0px; }

.m-r-0 {
  margin-right: 0px; }

.m-l-0 {
  margin-left: 0px; }

.m-b-0 {
  margin-bottom: 0px; }

.m-t-5 {
  margin-top: 5px; }

.m-r-5 {
  margin-right: 5px; }

.m-l-5 {
  margin-left: 5px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-t-10 {
  margin-top: 10px; }

.m-r-10 {
  margin-right: 10px; }

.m-l-10 {
  margin-left: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-t-15 {
  margin-top: 15px; }

.m-r-15 {
  margin-right: 15px; }

.m-l-15 {
  margin-left: 15px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-t-20 {
  margin-top: 20px; }

.m-r-20 {
  margin-right: 20px; }

.m-l-20 {
  margin-left: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-t-25 {
  margin-top: 25px; }

.m-r-25 {
  margin-right: 25px; }

.m-l-25 {
  margin-left: 25px; }

.m-b-25 {
  margin-bottom: 25px; }

.m-t-30 {
  margin-top: 30px; }

.m-r-30 {
  margin-right: 30px; }

.m-l-30 {
  margin-left: 30px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-t-35 {
  margin-top: 35px; }

.m-r-35 {
  margin-right: 35px; }

.m-l-35 {
  margin-left: 35px; }

.m-b-35 {
  margin-bottom: 35px; }

.m-t-40 {
  margin-top: 40px; }

.m-r-40 {
  margin-right: 40px; }

.m-l-40 {
  margin-left: 40px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-t-45 {
  margin-top: 45px; }

.m-r-45 {
  margin-right: 45px; }

.m-l-45 {
  margin-left: 45px; }

.m-b-45 {
  margin-bottom: 45px; }

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

.m-r-50 {
  margin-right: 50px; }

.m-l-50 {
  margin-left: 50px; }

.m-b-50 {
  margin-bottom: 50px; }

.full-height {
  height: 100% !important; }

.full-width {
  width: 100%; }

.hide {
  display: none !important; }

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

.block {
  display: block !important; }

.b-blank {
  border-color: #000; }

/* Border Helpers
------------------------------------
*/
.b-a,
.b-r,
.b-l,
.b-t,
.b-b {
  border-style: solid;
  border-width: 0; }

.b-r {
  border-right-width: 1px; }

.b-l {
  border-left-width: 1px; }

.b-t {
  border-top-width: 1px; }

.b-b {
  border-bottom-width: 1px; }

.b-a {
  border-width: 1px; }

.b-dashed {
  border-style: dashed; }

.b-thick {
  border-width: 2px; }

.b-transparent {
  border-color: rgba(0, 0, 0, 0.4); }

.b-transparent-white {
  border-color: rgba(255, 255, 255, 0.3); }

.b-grey {
  border-color: #e1e1e2; }

.b-white {
  border-color: #fff; }

.b-primary {
  border-color: #00696E; }

.b-complete {
  border-color: #00696E; }

.b-success {
  border-color: #1dbb99; }

.b-info {
  border-color: #1f3953; }

.b-danger {
  border-color: #f94816; }

.b-warning {
  border-color: #f7cf5f; }

/* Border Radius
------------------------------------
*/
.b-rad-sm {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.b-rad-md {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.b-rad-lg {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px; }

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

/** Profile Wrappers **/
.profile-img-wrapper {
  display: inline-block;
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.profile-img-wrapper.big {
  height: 68px;
  width: 68px; }

.profile-img-wrapper.with-left-space-custom {
  margin-left: 7px; }

.relative {
  position: relative; }

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0; }

[data-pages-bg-image] {
  background-size: cover; }

/* Demo Purposes */
.icon-set-preview {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }

#icon-list {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.visible-xlg {
  display: none; }

.hidden-xlg {
  display: block; }

.sm-gutter .row > [class^="col-"], .sm-gutter .row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.sm-gutter .row {
  margin-left: -5px;
  margin-right: -5px; }

/* Aspect ratio */
.ar-1-1 .card,
.ar-2-1 .card,
.ar-1-2 .card,
.ar-3-2 .card,
.ar-2-3 .card {
  margin: 0; }

.ar-1-1 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden; }
  .ar-1-1:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/ }
  .ar-1-1 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.ar-2-1 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden; }
  .ar-2-1:before {
    content: "";
    display: block;
    padding-top: calc(50% - 5px);
    /* initial ratio of 1:1*/ }
  .ar-2-1 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.ar-1-2 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden; }
  .ar-1-2:before {
    content: "";
    display: block;
    padding-top: calc(150% - 5px);
    /* initial ratio of 1:1*/ }
  .ar-1-2 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.ar-3-2 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden; }
  .ar-3-2:before {
    content: "";
    display: block;
    padding-top: calc(75% - 5px);
    /* initial ratio of 1:1*/ }
  .ar-3-2 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.ar-2-3 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden; }
  .ar-2-3:before {
    content: "";
    display: block;
    padding-top: calc(125% - 5px);
    /* initial ratio of 1:1*/ }
  .ar-2-3 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

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

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

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

/* vertical alignment styles */
.col-top {
  vertical-align: top !important; }

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

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

/* columns of same height styles
------------------------------------
*/
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; } }

@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
  .row-md-height {
    display: table-row; }
  .col-md-height {
    display: table-cell !important;
    float: none !important; } }

@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
  .row-lg-height {
    display: table-row; }
  .col-lg-height {
    display: table-cell !important;
    float: none !important; } }

.windows .d-flex {
  -ms-flex-wrap: wrap; }

/* ######  Width   ###### */
.wd-5 {
  width: 5px; }

.wd-5p {
  width: 5%; }

.mx-wd-5p {
  max-width: 5%; }

.mn-wd-5p {
  min-width: 5%; }

.wd-5-f {
  width: 5px !important; }

.wd-5p-f {
  width: 5% !important; }

.mx-wd-5p-f {
  max-width: 5% !important; }

.mn-wd-5p-f {
  min-width: 5% !important; }

.wd-10 {
  width: 10px; }

.wd-10p {
  width: 10%; }

.mx-wd-10p {
  max-width: 10%; }

.mn-wd-10p {
  min-width: 10%; }

.wd-10-f {
  width: 10px !important; }

.wd-10p-f {
  width: 10% !important; }

.mx-wd-10p-f {
  max-width: 10% !important; }

.mn-wd-10p-f {
  min-width: 10% !important; }

.wd-15 {
  width: 15px; }

.wd-15p {
  width: 15%; }

.mx-wd-15p {
  max-width: 15%; }

.mn-wd-15p {
  min-width: 15%; }

.wd-15-f {
  width: 15px !important; }

.wd-15p-f {
  width: 15% !important; }

.mx-wd-15p-f {
  max-width: 15% !important; }

.mn-wd-15p-f {
  min-width: 15% !important; }

.wd-20 {
  width: 20px; }

.wd-20p {
  width: 20%; }

.mx-wd-20p {
  max-width: 20%; }

.mn-wd-20p {
  min-width: 20%; }

.wd-20-f {
  width: 20px !important; }

.wd-20p-f {
  width: 20% !important; }

.mx-wd-20p-f {
  max-width: 20% !important; }

.mn-wd-20p-f {
  min-width: 20% !important; }

.wd-25 {
  width: 25px; }

.wd-25p {
  width: 25%; }

.mx-wd-25p {
  max-width: 25%; }

.mn-wd-25p {
  min-width: 25%; }

.wd-25-f {
  width: 25px !important; }

.wd-25p-f {
  width: 25% !important; }

.mx-wd-25p-f {
  max-width: 25% !important; }

.mn-wd-25p-f {
  min-width: 25% !important; }

.wd-30 {
  width: 30px; }

.wd-30p {
  width: 30%; }

.mx-wd-30p {
  max-width: 30%; }

.mn-wd-30p {
  min-width: 30%; }

.wd-30-f {
  width: 30px !important; }

.wd-30p-f {
  width: 30% !important; }

.mx-wd-30p-f {
  max-width: 30% !important; }

.mn-wd-30p-f {
  min-width: 30% !important; }

.wd-35 {
  width: 35px; }

.wd-35p {
  width: 35%; }

.mx-wd-35p {
  max-width: 35%; }

.mn-wd-35p {
  min-width: 35%; }

.wd-35-f {
  width: 35px !important; }

.wd-35p-f {
  width: 35% !important; }

.mx-wd-35p-f {
  max-width: 35% !important; }

.mn-wd-35p-f {
  min-width: 35% !important; }

.wd-40 {
  width: 40px; }

.wd-40p {
  width: 40%; }

.mx-wd-40p {
  max-width: 40%; }

.mn-wd-40p {
  min-width: 40%; }

.wd-40-f {
  width: 40px !important; }

.wd-40p-f {
  width: 40% !important; }

.mx-wd-40p-f {
  max-width: 40% !important; }

.mn-wd-40p-f {
  min-width: 40% !important; }

.wd-45 {
  width: 45px; }

.wd-45p {
  width: 45%; }

.mx-wd-45p {
  max-width: 45%; }

.mn-wd-45p {
  min-width: 45%; }

.wd-45-f {
  width: 45px !important; }

.wd-45p-f {
  width: 45% !important; }

.mx-wd-45p-f {
  max-width: 45% !important; }

.mn-wd-45p-f {
  min-width: 45% !important; }

.wd-50 {
  width: 50px; }

.wd-50p {
  width: 50%; }

.mx-wd-50p {
  max-width: 50%; }

.mn-wd-50p {
  min-width: 50%; }

.wd-50-f {
  width: 50px !important; }

.wd-50p-f {
  width: 50% !important; }

.mx-wd-50p-f {
  max-width: 50% !important; }

.mn-wd-50p-f {
  min-width: 50% !important; }

.wd-55 {
  width: 55px; }

.wd-55p {
  width: 55%; }

.mx-wd-55p {
  max-width: 55%; }

.mn-wd-55p {
  min-width: 55%; }

.wd-55-f {
  width: 55px !important; }

.wd-55p-f {
  width: 55% !important; }

.mx-wd-55p-f {
  max-width: 55% !important; }

.mn-wd-55p-f {
  min-width: 55% !important; }

.wd-60 {
  width: 60px; }

.wd-60p {
  width: 60%; }

.mx-wd-60p {
  max-width: 60%; }

.mn-wd-60p {
  min-width: 60%; }

.wd-60-f {
  width: 60px !important; }

.wd-60p-f {
  width: 60% !important; }

.mx-wd-60p-f {
  max-width: 60% !important; }

.mn-wd-60p-f {
  min-width: 60% !important; }

.wd-65 {
  width: 65px; }

.wd-65p {
  width: 65%; }

.mx-wd-65p {
  max-width: 65%; }

.mn-wd-65p {
  min-width: 65%; }

.wd-65-f {
  width: 65px !important; }

.wd-65p-f {
  width: 65% !important; }

.mx-wd-65p-f {
  max-width: 65% !important; }

.mn-wd-65p-f {
  min-width: 65% !important; }

.wd-70 {
  width: 70px; }

.wd-70p {
  width: 70%; }

.mx-wd-70p {
  max-width: 70%; }

.mn-wd-70p {
  min-width: 70%; }

.wd-70-f {
  width: 70px !important; }

.wd-70p-f {
  width: 70% !important; }

.mx-wd-70p-f {
  max-width: 70% !important; }

.mn-wd-70p-f {
  min-width: 70% !important; }

.wd-75 {
  width: 75px; }

.wd-75p {
  width: 75%; }

.mx-wd-75p {
  max-width: 75%; }

.mn-wd-75p {
  min-width: 75%; }

.wd-75-f {
  width: 75px !important; }

.wd-75p-f {
  width: 75% !important; }

.mx-wd-75p-f {
  max-width: 75% !important; }

.mn-wd-75p-f {
  min-width: 75% !important; }

.wd-80 {
  width: 80px; }

.wd-80p {
  width: 80%; }

.mx-wd-80p {
  max-width: 80%; }

.mn-wd-80p {
  min-width: 80%; }

.wd-80-f {
  width: 80px !important; }

.wd-80p-f {
  width: 80% !important; }

.mx-wd-80p-f {
  max-width: 80% !important; }

.mn-wd-80p-f {
  min-width: 80% !important; }

.wd-85 {
  width: 85px; }

.wd-85p {
  width: 85%; }

.mx-wd-85p {
  max-width: 85%; }

.mn-wd-85p {
  min-width: 85%; }

.wd-85-f {
  width: 85px !important; }

.wd-85p-f {
  width: 85% !important; }

.mx-wd-85p-f {
  max-width: 85% !important; }

.mn-wd-85p-f {
  min-width: 85% !important; }

.wd-90 {
  width: 90px; }

.wd-90p {
  width: 90%; }

.mx-wd-90p {
  max-width: 90%; }

.mn-wd-90p {
  min-width: 90%; }

.wd-90-f {
  width: 90px !important; }

.wd-90p-f {
  width: 90% !important; }

.mx-wd-90p-f {
  max-width: 90% !important; }

.mn-wd-90p-f {
  min-width: 90% !important; }

.wd-95 {
  width: 95px; }

.wd-95p {
  width: 95%; }

.mx-wd-95p {
  max-width: 95%; }

.mn-wd-95p {
  min-width: 95%; }

.wd-95-f {
  width: 95px !important; }

.wd-95p-f {
  width: 95% !important; }

.mx-wd-95p-f {
  max-width: 95% !important; }

.mn-wd-95p-f {
  min-width: 95% !important; }

.wd-100 {
  width: 100px; }

.wd-100p {
  width: 100%; }

.mx-wd-100p {
  max-width: 100%; }

.mn-wd-100p {
  min-width: 100%; }

.wd-100-f {
  width: 100px !important; }

.wd-100p-f {
  width: 100% !important; }

.mx-wd-100p-f {
  max-width: 100% !important; }

.mn-wd-100p-f {
  min-width: 100% !important; }

.wd-150 {
  width: 150px; }

.wd-150-f {
  width: 150px !important; }

.mn-wd-150 {
  width: 150px; }

.mx-wd-150 {
  width: 150px; }

.wd-200 {
  width: 200px; }

.wd-200-f {
  width: 200px !important; }

.mn-wd-200 {
  width: 200px; }

.mx-wd-200 {
  width: 200px; }

.wd-250 {
  width: 250px; }

.wd-250-f {
  width: 250px !important; }

.mn-wd-250 {
  width: 250px; }

.mx-wd-250 {
  width: 250px; }

.wd-300 {
  width: 300px; }

.wd-300-f {
  width: 300px !important; }

.mn-wd-300 {
  width: 300px; }

.mx-wd-300 {
  width: 300px; }

.wd-350 {
  width: 350px; }

.wd-350-f {
  width: 350px !important; }

.mn-wd-350 {
  width: 350px; }

.mx-wd-350 {
  width: 350px; }

.wd-400 {
  width: 400px; }

.wd-400-f {
  width: 400px !important; }

.mn-wd-400 {
  width: 400px; }

.mx-wd-400 {
  width: 400px; }

.wd-450 {
  width: 450px; }

.wd-450-f {
  width: 450px !important; }

.mn-wd-450 {
  width: 450px; }

.mx-wd-450 {
  width: 450px; }

.wd-500 {
  width: 500px; }

.wd-500-f {
  width: 500px !important; }

.mn-wd-500 {
  width: 500px; }

.mx-wd-500 {
  width: 500px; }

.wd-550 {
  width: 550px; }

.wd-550-f {
  width: 550px !important; }

.mn-wd-550 {
  width: 550px; }

.mx-wd-550 {
  width: 550px; }

.wd-600 {
  width: 600px; }

.wd-600-f {
  width: 600px !important; }

.mn-wd-600 {
  width: 600px; }

.mx-wd-600 {
  width: 600px; }

.wd-650 {
  width: 650px; }

.wd-650-f {
  width: 650px !important; }

.mn-wd-650 {
  width: 650px; }

.mx-wd-650 {
  width: 650px; }

.wd-700 {
  width: 700px; }

.wd-700-f {
  width: 700px !important; }

.mn-wd-700 {
  width: 700px; }

.mx-wd-700 {
  width: 700px; }

.wd-750 {
  width: 750px; }

.wd-750-f {
  width: 750px !important; }

.mn-wd-750 {
  width: 750px; }

.mx-wd-750 {
  width: 750px; }

.wd-800 {
  width: 800px; }

.wd-800-f {
  width: 800px !important; }

.mn-wd-800 {
  width: 800px; }

.mx-wd-800 {
  width: 800px; }

.wd-850 {
  width: 850px; }

.wd-850-f {
  width: 850px !important; }

.mn-wd-850 {
  width: 850px; }

.mx-wd-850 {
  width: 850px; }

.wd-900 {
  width: 900px; }

.wd-900-f {
  width: 900px !important; }

.mn-wd-900 {
  width: 900px; }

.mx-wd-900 {
  width: 900px; }

.wd-950 {
  width: 950px; }

.wd-950-f {
  width: 950px !important; }

.mn-wd-950 {
  width: 950px; }

.mx-wd-950 {
  width: 950px; }

.wd-1000 {
  width: 1000px; }

.wd-1000-f {
  width: 1000px !important; }

.mn-wd-1000 {
  width: 1000px; }

.mx-wd-1000 {
  width: 1000px; }

@media (min-width: 480px) {
  .wd-xs-5 {
    width: 5px; }
  .wd-xs-5p {
    width: 5%; }
  .mx-wd-xs-5p {
    max-width: 5%; }
  .mn-wd-xs-5p {
    min-width: 5%; }
  .wd-xs-5-f {
    width: 5px !important; }
  .wd-xs-5p-f {
    width: 5% !important; }
  .mx-wd-xs-5p-f {
    max-width: 5% !important; }
  .mn-wd-xs-5p-f {
    min-width: 5% !important; }
  .wd-xs-10 {
    width: 10px; }
  .wd-xs-10p {
    width: 10%; }
  .mx-wd-xs-10p {
    max-width: 10%; }
  .mn-wd-xs-10p {
    min-width: 10%; }
  .wd-xs-10-f {
    width: 10px !important; }
  .wd-xs-10p-f {
    width: 10% !important; }
  .mx-wd-xs-10p-f {
    max-width: 10% !important; }
  .mn-wd-xs-10p-f {
    min-width: 10% !important; }
  .wd-xs-15 {
    width: 15px; }
  .wd-xs-15p {
    width: 15%; }
  .mx-wd-xs-15p {
    max-width: 15%; }
  .mn-wd-xs-15p {
    min-width: 15%; }
  .wd-xs-15-f {
    width: 15px !important; }
  .wd-xs-15p-f {
    width: 15% !important; }
  .mx-wd-xs-15p-f {
    max-width: 15% !important; }
  .mn-wd-xs-15p-f {
    min-width: 15% !important; }
  .wd-xs-20 {
    width: 20px; }
  .wd-xs-20p {
    width: 20%; }
  .mx-wd-xs-20p {
    max-width: 20%; }
  .mn-wd-xs-20p {
    min-width: 20%; }
  .wd-xs-20-f {
    width: 20px !important; }
  .wd-xs-20p-f {
    width: 20% !important; }
  .mx-wd-xs-20p-f {
    max-width: 20% !important; }
  .mn-wd-xs-20p-f {
    min-width: 20% !important; }
  .wd-xs-25 {
    width: 25px; }
  .wd-xs-25p {
    width: 25%; }
  .mx-wd-xs-25p {
    max-width: 25%; }
  .mn-wd-xs-25p {
    min-width: 25%; }
  .wd-xs-25-f {
    width: 25px !important; }
  .wd-xs-25p-f {
    width: 25% !important; }
  .mx-wd-xs-25p-f {
    max-width: 25% !important; }
  .mn-wd-xs-25p-f {
    min-width: 25% !important; }
  .wd-xs-30 {
    width: 30px; }
  .wd-xs-30p {
    width: 30%; }
  .mx-wd-xs-30p {
    max-width: 30%; }
  .mn-wd-xs-30p {
    min-width: 30%; }
  .wd-xs-30-f {
    width: 30px !important; }
  .wd-xs-30p-f {
    width: 30% !important; }
  .mx-wd-xs-30p-f {
    max-width: 30% !important; }
  .mn-wd-xs-30p-f {
    min-width: 30% !important; }
  .wd-xs-35 {
    width: 35px; }
  .wd-xs-35p {
    width: 35%; }
  .mx-wd-xs-35p {
    max-width: 35%; }
  .mn-wd-xs-35p {
    min-width: 35%; }
  .wd-xs-35-f {
    width: 35px !important; }
  .wd-xs-35p-f {
    width: 35% !important; }
  .mx-wd-xs-35p-f {
    max-width: 35% !important; }
  .mn-wd-xs-35p-f {
    min-width: 35% !important; }
  .wd-xs-40 {
    width: 40px; }
  .wd-xs-40p {
    width: 40%; }
  .mx-wd-xs-40p {
    max-width: 40%; }
  .mn-wd-xs-40p {
    min-width: 40%; }
  .wd-xs-40-f {
    width: 40px !important; }
  .wd-xs-40p-f {
    width: 40% !important; }
  .mx-wd-xs-40p-f {
    max-width: 40% !important; }
  .mn-wd-xs-40p-f {
    min-width: 40% !important; }
  .wd-xs-45 {
    width: 45px; }
  .wd-xs-45p {
    width: 45%; }
  .mx-wd-xs-45p {
    max-width: 45%; }
  .mn-wd-xs-45p {
    min-width: 45%; }
  .wd-xs-45-f {
    width: 45px !important; }
  .wd-xs-45p-f {
    width: 45% !important; }
  .mx-wd-xs-45p-f {
    max-width: 45% !important; }
  .mn-wd-xs-45p-f {
    min-width: 45% !important; }
  .wd-xs-50 {
    width: 50px; }
  .wd-xs-50p {
    width: 50%; }
  .mx-wd-xs-50p {
    max-width: 50%; }
  .mn-wd-xs-50p {
    min-width: 50%; }
  .wd-xs-50-f {
    width: 50px !important; }
  .wd-xs-50p-f {
    width: 50% !important; }
  .mx-wd-xs-50p-f {
    max-width: 50% !important; }
  .mn-wd-xs-50p-f {
    min-width: 50% !important; }
  .wd-xs-55 {
    width: 55px; }
  .wd-xs-55p {
    width: 55%; }
  .mx-wd-xs-55p {
    max-width: 55%; }
  .mn-wd-xs-55p {
    min-width: 55%; }
  .wd-xs-55-f {
    width: 55px !important; }
  .wd-xs-55p-f {
    width: 55% !important; }
  .mx-wd-xs-55p-f {
    max-width: 55% !important; }
  .mn-wd-xs-55p-f {
    min-width: 55% !important; }
  .wd-xs-60 {
    width: 60px; }
  .wd-xs-60p {
    width: 60%; }
  .mx-wd-xs-60p {
    max-width: 60%; }
  .mn-wd-xs-60p {
    min-width: 60%; }
  .wd-xs-60-f {
    width: 60px !important; }
  .wd-xs-60p-f {
    width: 60% !important; }
  .mx-wd-xs-60p-f {
    max-width: 60% !important; }
  .mn-wd-xs-60p-f {
    min-width: 60% !important; }
  .wd-xs-65 {
    width: 65px; }
  .wd-xs-65p {
    width: 65%; }
  .mx-wd-xs-65p {
    max-width: 65%; }
  .mn-wd-xs-65p {
    min-width: 65%; }
  .wd-xs-65-f {
    width: 65px !important; }
  .wd-xs-65p-f {
    width: 65% !important; }
  .mx-wd-xs-65p-f {
    max-width: 65% !important; }
  .mn-wd-xs-65p-f {
    min-width: 65% !important; }
  .wd-xs-70 {
    width: 70px; }
  .wd-xs-70p {
    width: 70%; }
  .mx-wd-xs-70p {
    max-width: 70%; }
  .mn-wd-xs-70p {
    min-width: 70%; }
  .wd-xs-70-f {
    width: 70px !important; }
  .wd-xs-70p-f {
    width: 70% !important; }
  .mx-wd-xs-70p-f {
    max-width: 70% !important; }
  .mn-wd-xs-70p-f {
    min-width: 70% !important; }
  .wd-xs-75 {
    width: 75px; }
  .wd-xs-75p {
    width: 75%; }
  .mx-wd-xs-75p {
    max-width: 75%; }
  .mn-wd-xs-75p {
    min-width: 75%; }
  .wd-xs-75-f {
    width: 75px !important; }
  .wd-xs-75p-f {
    width: 75% !important; }
  .mx-wd-xs-75p-f {
    max-width: 75% !important; }
  .mn-wd-xs-75p-f {
    min-width: 75% !important; }
  .wd-xs-80 {
    width: 80px; }
  .wd-xs-80p {
    width: 80%; }
  .mx-wd-xs-80p {
    max-width: 80%; }
  .mn-wd-xs-80p {
    min-width: 80%; }
  .wd-xs-80-f {
    width: 80px !important; }
  .wd-xs-80p-f {
    width: 80% !important; }
  .mx-wd-xs-80p-f {
    max-width: 80% !important; }
  .mn-wd-xs-80p-f {
    min-width: 80% !important; }
  .wd-xs-85 {
    width: 85px; }
  .wd-xs-85p {
    width: 85%; }
  .mx-wd-xs-85p {
    max-width: 85%; }
  .mn-wd-xs-85p {
    min-width: 85%; }
  .wd-xs-85-f {
    width: 85px !important; }
  .wd-xs-85p-f {
    width: 85% !important; }
  .mx-wd-xs-85p-f {
    max-width: 85% !important; }
  .mn-wd-xs-85p-f {
    min-width: 85% !important; }
  .wd-xs-90 {
    width: 90px; }
  .wd-xs-90p {
    width: 90%; }
  .mx-wd-xs-90p {
    max-width: 90%; }
  .mn-wd-xs-90p {
    min-width: 90%; }
  .wd-xs-90-f {
    width: 90px !important; }
  .wd-xs-90p-f {
    width: 90% !important; }
  .mx-wd-xs-90p-f {
    max-width: 90% !important; }
  .mn-wd-xs-90p-f {
    min-width: 90% !important; }
  .wd-xs-95 {
    width: 95px; }
  .wd-xs-95p {
    width: 95%; }
  .mx-wd-xs-95p {
    max-width: 95%; }
  .mn-wd-xs-95p {
    min-width: 95%; }
  .wd-xs-95-f {
    width: 95px !important; }
  .wd-xs-95p-f {
    width: 95% !important; }
  .mx-wd-xs-95p-f {
    max-width: 95% !important; }
  .mn-wd-xs-95p-f {
    min-width: 95% !important; }
  .wd-xs-100 {
    width: 100px; }
  .wd-xs-100p {
    width: 100%; }
  .mx-wd-xs-100p {
    max-width: 100%; }
  .mn-wd-xs-100p {
    min-width: 100%; }
  .wd-xs-100-f {
    width: 100px !important; }
  .wd-xs-100p-f {
    width: 100% !important; }
  .mx-wd-xs-100p-f {
    max-width: 100% !important; }
  .mn-wd-xs-100p-f {
    min-width: 100% !important; }
  .wd-xs-150 {
    width: 150px; }
  .wd-xs-150p {
    width: 150%; }
  .mx-wd-xs-150p {
    max-width: 150%; }
  .mn-wd-xs-150p {
    min-width: 150%; }
  .wd-xs-150-f {
    width: 150px !important; }
  .wd-xs-150p-f {
    width: 150% !important; }
  .mx-wd-xs-150p-f {
    max-width: 150% !important; }
  .mn-wd-xs-150p-f {
    min-width: 150% !important; }
  .wd-xs-200 {
    width: 200px; }
  .wd-xs-200p {
    width: 200%; }
  .mx-wd-xs-200p {
    max-width: 200%; }
  .mn-wd-xs-200p {
    min-width: 200%; }
  .wd-xs-200-f {
    width: 200px !important; }
  .wd-xs-200p-f {
    width: 200% !important; }
  .mx-wd-xs-200p-f {
    max-width: 200% !important; }
  .mn-wd-xs-200p-f {
    min-width: 200% !important; }
  .wd-xs-250 {
    width: 250px; }
  .wd-xs-250p {
    width: 250%; }
  .mx-wd-xs-250p {
    max-width: 250%; }
  .mn-wd-xs-250p {
    min-width: 250%; }
  .wd-xs-250-f {
    width: 250px !important; }
  .wd-xs-250p-f {
    width: 250% !important; }
  .mx-wd-xs-250p-f {
    max-width: 250% !important; }
  .mn-wd-xs-250p-f {
    min-width: 250% !important; }
  .wd-xs-300 {
    width: 300px; }
  .wd-xs-300p {
    width: 300%; }
  .mx-wd-xs-300p {
    max-width: 300%; }
  .mn-wd-xs-300p {
    min-width: 300%; }
  .wd-xs-300-f {
    width: 300px !important; }
  .wd-xs-300p-f {
    width: 300% !important; }
  .mx-wd-xs-300p-f {
    max-width: 300% !important; }
  .mn-wd-xs-300p-f {
    min-width: 300% !important; }
  .wd-xs-350 {
    width: 350px; }
  .wd-xs-350p {
    width: 350%; }
  .mx-wd-xs-350p {
    max-width: 350%; }
  .mn-wd-xs-350p {
    min-width: 350%; }
  .wd-xs-350-f {
    width: 350px !important; }
  .wd-xs-350p-f {
    width: 350% !important; }
  .mx-wd-xs-350p-f {
    max-width: 350% !important; }
  .mn-wd-xs-350p-f {
    min-width: 350% !important; }
  .wd-xs-400 {
    width: 400px; }
  .wd-xs-400p {
    width: 400%; }
  .mx-wd-xs-400p {
    max-width: 400%; }
  .mn-wd-xs-400p {
    min-width: 400%; }
  .wd-xs-400-f {
    width: 400px !important; }
  .wd-xs-400p-f {
    width: 400% !important; }
  .mx-wd-xs-400p-f {
    max-width: 400% !important; }
  .mn-wd-xs-400p-f {
    min-width: 400% !important; }
  .wd-xs-450 {
    width: 450px; }
  .wd-xs-450p {
    width: 450%; }
  .mx-wd-xs-450p {
    max-width: 450%; }
  .mn-wd-xs-450p {
    min-width: 450%; }
  .wd-xs-450-f {
    width: 450px !important; }
  .wd-xs-450p-f {
    width: 450% !important; }
  .mx-wd-xs-450p-f {
    max-width: 450% !important; }
  .mn-wd-xs-450p-f {
    min-width: 450% !important; }
  .wd-xs-500 {
    width: 500px; }
  .wd-xs-500p {
    width: 500%; }
  .mx-wd-xs-500p {
    max-width: 500%; }
  .mn-wd-xs-500p {
    min-width: 500%; }
  .wd-xs-500-f {
    width: 500px !important; }
  .wd-xs-500p-f {
    width: 500% !important; }
  .mx-wd-xs-500p-f {
    max-width: 500% !important; }
  .mn-wd-xs-500p-f {
    min-width: 500% !important; }
  .wd-xs-550 {
    width: 550px; }
  .wd-xs-550p {
    width: 550%; }
  .mx-wd-xs-550p {
    max-width: 550%; }
  .mn-wd-xs-550p {
    min-width: 550%; }
  .wd-xs-550-f {
    width: 550px !important; }
  .wd-xs-550p-f {
    width: 550% !important; }
  .mx-wd-xs-550p-f {
    max-width: 550% !important; }
  .mn-wd-xs-550p-f {
    min-width: 550% !important; }
  .wd-xs-600 {
    width: 600px; }
  .wd-xs-600p {
    width: 600%; }
  .mx-wd-xs-600p {
    max-width: 600%; }
  .mn-wd-xs-600p {
    min-width: 600%; }
  .wd-xs-600-f {
    width: 600px !important; }
  .wd-xs-600p-f {
    width: 600% !important; }
  .mx-wd-xs-600p-f {
    max-width: 600% !important; }
  .mn-wd-xs-600p-f {
    min-width: 600% !important; }
  .wd-xs-650 {
    width: 650px; }
  .wd-xs-650p {
    width: 650%; }
  .mx-wd-xs-650p {
    max-width: 650%; }
  .mn-wd-xs-650p {
    min-width: 650%; }
  .wd-xs-650-f {
    width: 650px !important; }
  .wd-xs-650p-f {
    width: 650% !important; }
  .mx-wd-xs-650p-f {
    max-width: 650% !important; }
  .mn-wd-xs-650p-f {
    min-width: 650% !important; }
  .wd-xs-700 {
    width: 700px; }
  .wd-xs-700p {
    width: 700%; }
  .mx-wd-xs-700p {
    max-width: 700%; }
  .mn-wd-xs-700p {
    min-width: 700%; }
  .wd-xs-700-f {
    width: 700px !important; }
  .wd-xs-700p-f {
    width: 700% !important; }
  .mx-wd-xs-700p-f {
    max-width: 700% !important; }
  .mn-wd-xs-700p-f {
    min-width: 700% !important; }
  .wd-xs-750 {
    width: 750px; }
  .wd-xs-750p {
    width: 750%; }
  .mx-wd-xs-750p {
    max-width: 750%; }
  .mn-wd-xs-750p {
    min-width: 750%; }
  .wd-xs-750-f {
    width: 750px !important; }
  .wd-xs-750p-f {
    width: 750% !important; }
  .mx-wd-xs-750p-f {
    max-width: 750% !important; }
  .mn-wd-xs-750p-f {
    min-width: 750% !important; }
  .wd-xs-800 {
    width: 800px; }
  .wd-xs-800p {
    width: 800%; }
  .mx-wd-xs-800p {
    max-width: 800%; }
  .mn-wd-xs-800p {
    min-width: 800%; }
  .wd-xs-800-f {
    width: 800px !important; }
  .wd-xs-800p-f {
    width: 800% !important; }
  .mx-wd-xs-800p-f {
    max-width: 800% !important; }
  .mn-wd-xs-800p-f {
    min-width: 800% !important; }
  .wd-xs-850 {
    width: 850px; }
  .wd-xs-850p {
    width: 850%; }
  .mx-wd-xs-850p {
    max-width: 850%; }
  .mn-wd-xs-850p {
    min-width: 850%; }
  .wd-xs-850-f {
    width: 850px !important; }
  .wd-xs-850p-f {
    width: 850% !important; }
  .mx-wd-xs-850p-f {
    max-width: 850% !important; }
  .mn-wd-xs-850p-f {
    min-width: 850% !important; }
  .wd-xs-900 {
    width: 900px; }
  .wd-xs-900p {
    width: 900%; }
  .mx-wd-xs-900p {
    max-width: 900%; }
  .mn-wd-xs-900p {
    min-width: 900%; }
  .wd-xs-900-f {
    width: 900px !important; }
  .wd-xs-900p-f {
    width: 900% !important; }
  .mx-wd-xs-900p-f {
    max-width: 900% !important; }
  .mn-wd-xs-900p-f {
    min-width: 900% !important; }
  .wd-xs-950 {
    width: 950px; }
  .wd-xs-950p {
    width: 950%; }
  .mx-wd-xs-950p {
    max-width: 950%; }
  .mn-wd-xs-950p {
    min-width: 950%; }
  .wd-xs-950-f {
    width: 950px !important; }
  .wd-xs-950p-f {
    width: 950% !important; }
  .mx-wd-xs-950p-f {
    max-width: 950% !important; }
  .mn-wd-xs-950p-f {
    min-width: 950% !important; }
  .wd-xs-1000 {
    width: 1000px; }
  .wd-xs-1000p {
    width: 1000%; }
  .mx-wd-xs-1000p {
    max-width: 1000%; }
  .mn-wd-xs-1000p {
    min-width: 1000%; }
  .wd-xs-1000-f {
    width: 1000px !important; }
  .wd-xs-1000p-f {
    width: 1000% !important; }
  .mx-wd-xs-1000p-f {
    max-width: 1000% !important; }
  .mn-wd-xs-1000p-f {
    min-width: 1000% !important; }
  .wd-xs-auto {
    width: auto; }
  .wd-xs-auto-f {
    width: auto !important; } }

@media (min-width: 576px) {
  .wd-sm-5 {
    width: 5px; }
  .wd-sm-5p {
    width: 5%; }
  .mx-wd-sm-5p {
    max-width: 5%; }
  .mn-wd-sm-5p {
    min-width: 5%; }
  .wd-sm-5-f {
    width: 5px !important; }
  .wd-sm-5p-f {
    width: 5% !important; }
  .mx-wd-sm-5p-f {
    max-width: 5% !important; }
  .mn-wd-sm-5p-f {
    min-width: 5% !important; }
  .wd-sm-10 {
    width: 10px; }
  .wd-sm-10p {
    width: 10%; }
  .mx-wd-sm-10p {
    max-width: 10%; }
  .mn-wd-sm-10p {
    min-width: 10%; }
  .wd-sm-10-f {
    width: 10px !important; }
  .wd-sm-10p-f {
    width: 10% !important; }
  .mx-wd-sm-10p-f {
    max-width: 10% !important; }
  .mn-wd-sm-10p-f {
    min-width: 10% !important; }
  .wd-sm-15 {
    width: 15px; }
  .wd-sm-15p {
    width: 15%; }
  .mx-wd-sm-15p {
    max-width: 15%; }
  .mn-wd-sm-15p {
    min-width: 15%; }
  .wd-sm-15-f {
    width: 15px !important; }
  .wd-sm-15p-f {
    width: 15% !important; }
  .mx-wd-sm-15p-f {
    max-width: 15% !important; }
  .mn-wd-sm-15p-f {
    min-width: 15% !important; }
  .wd-sm-20 {
    width: 20px; }
  .wd-sm-20p {
    width: 20%; }
  .mx-wd-sm-20p {
    max-width: 20%; }
  .mn-wd-sm-20p {
    min-width: 20%; }
  .wd-sm-20-f {
    width: 20px !important; }
  .wd-sm-20p-f {
    width: 20% !important; }
  .mx-wd-sm-20p-f {
    max-width: 20% !important; }
  .mn-wd-sm-20p-f {
    min-width: 20% !important; }
  .wd-sm-25 {
    width: 25px; }
  .wd-sm-25p {
    width: 25%; }
  .mx-wd-sm-25p {
    max-width: 25%; }
  .mn-wd-sm-25p {
    min-width: 25%; }
  .wd-sm-25-f {
    width: 25px !important; }
  .wd-sm-25p-f {
    width: 25% !important; }
  .mx-wd-sm-25p-f {
    max-width: 25% !important; }
  .mn-wd-sm-25p-f {
    min-width: 25% !important; }
  .wd-sm-30 {
    width: 30px; }
  .wd-sm-30p {
    width: 30%; }
  .mx-wd-sm-30p {
    max-width: 30%; }
  .mn-wd-sm-30p {
    min-width: 30%; }
  .wd-sm-30-f {
    width: 30px !important; }
  .wd-sm-30p-f {
    width: 30% !important; }
  .mx-wd-sm-30p-f {
    max-width: 30% !important; }
  .mn-wd-sm-30p-f {
    min-width: 30% !important; }
  .wd-sm-35 {
    width: 35px; }
  .wd-sm-35p {
    width: 35%; }
  .mx-wd-sm-35p {
    max-width: 35%; }
  .mn-wd-sm-35p {
    min-width: 35%; }
  .wd-sm-35-f {
    width: 35px !important; }
  .wd-sm-35p-f {
    width: 35% !important; }
  .mx-wd-sm-35p-f {
    max-width: 35% !important; }
  .mn-wd-sm-35p-f {
    min-width: 35% !important; }
  .wd-sm-40 {
    width: 40px; }
  .wd-sm-40p {
    width: 40%; }
  .mx-wd-sm-40p {
    max-width: 40%; }
  .mn-wd-sm-40p {
    min-width: 40%; }
  .wd-sm-40-f {
    width: 40px !important; }
  .wd-sm-40p-f {
    width: 40% !important; }
  .mx-wd-sm-40p-f {
    max-width: 40% !important; }
  .mn-wd-sm-40p-f {
    min-width: 40% !important; }
  .wd-sm-45 {
    width: 45px; }
  .wd-sm-45p {
    width: 45%; }
  .mx-wd-sm-45p {
    max-width: 45%; }
  .mn-wd-sm-45p {
    min-width: 45%; }
  .wd-sm-45-f {
    width: 45px !important; }
  .wd-sm-45p-f {
    width: 45% !important; }
  .mx-wd-sm-45p-f {
    max-width: 45% !important; }
  .mn-wd-sm-45p-f {
    min-width: 45% !important; }
  .wd-sm-50 {
    width: 50px; }
  .wd-sm-50p {
    width: 50%; }
  .mx-wd-sm-50p {
    max-width: 50%; }
  .mn-wd-sm-50p {
    min-width: 50%; }
  .wd-sm-50-f {
    width: 50px !important; }
  .wd-sm-50p-f {
    width: 50% !important; }
  .mx-wd-sm-50p-f {
    max-width: 50% !important; }
  .mn-wd-sm-50p-f {
    min-width: 50% !important; }
  .wd-sm-55 {
    width: 55px; }
  .wd-sm-55p {
    width: 55%; }
  .mx-wd-sm-55p {
    max-width: 55%; }
  .mn-wd-sm-55p {
    min-width: 55%; }
  .wd-sm-55-f {
    width: 55px !important; }
  .wd-sm-55p-f {
    width: 55% !important; }
  .mx-wd-sm-55p-f {
    max-width: 55% !important; }
  .mn-wd-sm-55p-f {
    min-width: 55% !important; }
  .wd-sm-60 {
    width: 60px; }
  .wd-sm-60p {
    width: 60%; }
  .mx-wd-sm-60p {
    max-width: 60%; }
  .mn-wd-sm-60p {
    min-width: 60%; }
  .wd-sm-60-f {
    width: 60px !important; }
  .wd-sm-60p-f {
    width: 60% !important; }
  .mx-wd-sm-60p-f {
    max-width: 60% !important; }
  .mn-wd-sm-60p-f {
    min-width: 60% !important; }
  .wd-sm-65 {
    width: 65px; }
  .wd-sm-65p {
    width: 65%; }
  .mx-wd-sm-65p {
    max-width: 65%; }
  .mn-wd-sm-65p {
    min-width: 65%; }
  .wd-sm-65-f {
    width: 65px !important; }
  .wd-sm-65p-f {
    width: 65% !important; }
  .mx-wd-sm-65p-f {
    max-width: 65% !important; }
  .mn-wd-sm-65p-f {
    min-width: 65% !important; }
  .wd-sm-70 {
    width: 70px; }
  .wd-sm-70p {
    width: 70%; }
  .mx-wd-sm-70p {
    max-width: 70%; }
  .mn-wd-sm-70p {
    min-width: 70%; }
  .wd-sm-70-f {
    width: 70px !important; }
  .wd-sm-70p-f {
    width: 70% !important; }
  .mx-wd-sm-70p-f {
    max-width: 70% !important; }
  .mn-wd-sm-70p-f {
    min-width: 70% !important; }
  .wd-sm-75 {
    width: 75px; }
  .wd-sm-75p {
    width: 75%; }
  .mx-wd-sm-75p {
    max-width: 75%; }
  .mn-wd-sm-75p {
    min-width: 75%; }
  .wd-sm-75-f {
    width: 75px !important; }
  .wd-sm-75p-f {
    width: 75% !important; }
  .mx-wd-sm-75p-f {
    max-width: 75% !important; }
  .mn-wd-sm-75p-f {
    min-width: 75% !important; }
  .wd-sm-80 {
    width: 80px; }
  .wd-sm-80p {
    width: 80%; }
  .mx-wd-sm-80p {
    max-width: 80%; }
  .mn-wd-sm-80p {
    min-width: 80%; }
  .wd-sm-80-f {
    width: 80px !important; }
  .wd-sm-80p-f {
    width: 80% !important; }
  .mx-wd-sm-80p-f {
    max-width: 80% !important; }
  .mn-wd-sm-80p-f {
    min-width: 80% !important; }
  .wd-sm-85 {
    width: 85px; }
  .wd-sm-85p {
    width: 85%; }
  .mx-wd-sm-85p {
    max-width: 85%; }
  .mn-wd-sm-85p {
    min-width: 85%; }
  .wd-sm-85-f {
    width: 85px !important; }
  .wd-sm-85p-f {
    width: 85% !important; }
  .mx-wd-sm-85p-f {
    max-width: 85% !important; }
  .mn-wd-sm-85p-f {
    min-width: 85% !important; }
  .wd-sm-90 {
    width: 90px; }
  .wd-sm-90p {
    width: 90%; }
  .mx-wd-sm-90p {
    max-width: 90%; }
  .mn-wd-sm-90p {
    min-width: 90%; }
  .wd-sm-90-f {
    width: 90px !important; }
  .wd-sm-90p-f {
    width: 90% !important; }
  .mx-wd-sm-90p-f {
    max-width: 90% !important; }
  .mn-wd-sm-90p-f {
    min-width: 90% !important; }
  .wd-sm-95 {
    width: 95px; }
  .wd-sm-95p {
    width: 95%; }
  .mx-wd-sm-95p {
    max-width: 95%; }
  .mn-wd-sm-95p {
    min-width: 95%; }
  .wd-sm-95-f {
    width: 95px !important; }
  .wd-sm-95p-f {
    width: 95% !important; }
  .mx-wd-sm-95p-f {
    max-width: 95% !important; }
  .mn-wd-sm-95p-f {
    min-width: 95% !important; }
  .wd-sm-100 {
    width: 100px; }
  .wd-sm-100p {
    width: 100%; }
  .mx-wd-sm-100p {
    max-width: 100%; }
  .mn-wd-sm-100p {
    min-width: 100%; }
  .wd-sm-100-f {
    width: 100px !important; }
  .wd-sm-100p-f {
    width: 100% !important; }
  .mx-wd-sm-100p-f {
    max-width: 100% !important; }
  .mn-wd-sm-100p-f {
    min-width: 100% !important; }
  .wd-sm-150 {
    width: 150px; }
  .wd-sm-150p {
    width: 150%; }
  .mx-wd-sm-150p {
    max-width: 150%; }
  .mn-wd-sm-150p {
    min-width: 150%; }
  .wd-sm-150-f {
    width: 150px !important; }
  .wd-sm-150p-f {
    width: 150% !important; }
  .mx-wd-sm-150p-f {
    max-width: 150% !important; }
  .mn-wd-sm-150p-f {
    min-width: 150% !important; }
  .wd-sm-200 {
    width: 200px; }
  .wd-sm-200p {
    width: 200%; }
  .mx-wd-sm-200p {
    max-width: 200%; }
  .mn-wd-sm-200p {
    min-width: 200%; }
  .wd-sm-200-f {
    width: 200px !important; }
  .wd-sm-200p-f {
    width: 200% !important; }
  .mx-wd-sm-200p-f {
    max-width: 200% !important; }
  .mn-wd-sm-200p-f {
    min-width: 200% !important; }
  .wd-sm-250 {
    width: 250px; }
  .wd-sm-250p {
    width: 250%; }
  .mx-wd-sm-250p {
    max-width: 250%; }
  .mn-wd-sm-250p {
    min-width: 250%; }
  .wd-sm-250-f {
    width: 250px !important; }
  .wd-sm-250p-f {
    width: 250% !important; }
  .mx-wd-sm-250p-f {
    max-width: 250% !important; }
  .mn-wd-sm-250p-f {
    min-width: 250% !important; }
  .wd-sm-300 {
    width: 300px; }
  .wd-sm-300p {
    width: 300%; }
  .mx-wd-sm-300p {
    max-width: 300%; }
  .mn-wd-sm-300p {
    min-width: 300%; }
  .wd-sm-300-f {
    width: 300px !important; }
  .wd-sm-300p-f {
    width: 300% !important; }
  .mx-wd-sm-300p-f {
    max-width: 300% !important; }
  .mn-wd-sm-300p-f {
    min-width: 300% !important; }
  .wd-sm-350 {
    width: 350px; }
  .wd-sm-350p {
    width: 350%; }
  .mx-wd-sm-350p {
    max-width: 350%; }
  .mn-wd-sm-350p {
    min-width: 350%; }
  .wd-sm-350-f {
    width: 350px !important; }
  .wd-sm-350p-f {
    width: 350% !important; }
  .mx-wd-sm-350p-f {
    max-width: 350% !important; }
  .mn-wd-sm-350p-f {
    min-width: 350% !important; }
  .wd-sm-400 {
    width: 400px; }
  .wd-sm-400p {
    width: 400%; }
  .mx-wd-sm-400p {
    max-width: 400%; }
  .mn-wd-sm-400p {
    min-width: 400%; }
  .wd-sm-400-f {
    width: 400px !important; }
  .wd-sm-400p-f {
    width: 400% !important; }
  .mx-wd-sm-400p-f {
    max-width: 400% !important; }
  .mn-wd-sm-400p-f {
    min-width: 400% !important; }
  .wd-sm-450 {
    width: 450px; }
  .wd-sm-450p {
    width: 450%; }
  .mx-wd-sm-450p {
    max-width: 450%; }
  .mn-wd-sm-450p {
    min-width: 450%; }
  .wd-sm-450-f {
    width: 450px !important; }
  .wd-sm-450p-f {
    width: 450% !important; }
  .mx-wd-sm-450p-f {
    max-width: 450% !important; }
  .mn-wd-sm-450p-f {
    min-width: 450% !important; }
  .wd-sm-500 {
    width: 500px; }
  .wd-sm-500p {
    width: 500%; }
  .mx-wd-sm-500p {
    max-width: 500%; }
  .mn-wd-sm-500p {
    min-width: 500%; }
  .wd-sm-500-f {
    width: 500px !important; }
  .wd-sm-500p-f {
    width: 500% !important; }
  .mx-wd-sm-500p-f {
    max-width: 500% !important; }
  .mn-wd-sm-500p-f {
    min-width: 500% !important; }
  .wd-sm-550 {
    width: 550px; }
  .wd-sm-550p {
    width: 550%; }
  .mx-wd-sm-550p {
    max-width: 550%; }
  .mn-wd-sm-550p {
    min-width: 550%; }
  .wd-sm-550-f {
    width: 550px !important; }
  .wd-sm-550p-f {
    width: 550% !important; }
  .mx-wd-sm-550p-f {
    max-width: 550% !important; }
  .mn-wd-sm-550p-f {
    min-width: 550% !important; }
  .wd-sm-600 {
    width: 600px; }
  .wd-sm-600p {
    width: 600%; }
  .mx-wd-sm-600p {
    max-width: 600%; }
  .mn-wd-sm-600p {
    min-width: 600%; }
  .wd-sm-600-f {
    width: 600px !important; }
  .wd-sm-600p-f {
    width: 600% !important; }
  .mx-wd-sm-600p-f {
    max-width: 600% !important; }
  .mn-wd-sm-600p-f {
    min-width: 600% !important; }
  .wd-sm-650 {
    width: 650px; }
  .wd-sm-650p {
    width: 650%; }
  .mx-wd-sm-650p {
    max-width: 650%; }
  .mn-wd-sm-650p {
    min-width: 650%; }
  .wd-sm-650-f {
    width: 650px !important; }
  .wd-sm-650p-f {
    width: 650% !important; }
  .mx-wd-sm-650p-f {
    max-width: 650% !important; }
  .mn-wd-sm-650p-f {
    min-width: 650% !important; }
  .wd-sm-700 {
    width: 700px; }
  .wd-sm-700p {
    width: 700%; }
  .mx-wd-sm-700p {
    max-width: 700%; }
  .mn-wd-sm-700p {
    min-width: 700%; }
  .wd-sm-700-f {
    width: 700px !important; }
  .wd-sm-700p-f {
    width: 700% !important; }
  .mx-wd-sm-700p-f {
    max-width: 700% !important; }
  .mn-wd-sm-700p-f {
    min-width: 700% !important; }
  .wd-sm-750 {
    width: 750px; }
  .wd-sm-750p {
    width: 750%; }
  .mx-wd-sm-750p {
    max-width: 750%; }
  .mn-wd-sm-750p {
    min-width: 750%; }
  .wd-sm-750-f {
    width: 750px !important; }
  .wd-sm-750p-f {
    width: 750% !important; }
  .mx-wd-sm-750p-f {
    max-width: 750% !important; }
  .mn-wd-sm-750p-f {
    min-width: 750% !important; }
  .wd-sm-800 {
    width: 800px; }
  .wd-sm-800p {
    width: 800%; }
  .mx-wd-sm-800p {
    max-width: 800%; }
  .mn-wd-sm-800p {
    min-width: 800%; }
  .wd-sm-800-f {
    width: 800px !important; }
  .wd-sm-800p-f {
    width: 800% !important; }
  .mx-wd-sm-800p-f {
    max-width: 800% !important; }
  .mn-wd-sm-800p-f {
    min-width: 800% !important; }
  .wd-sm-850 {
    width: 850px; }
  .wd-sm-850p {
    width: 850%; }
  .mx-wd-sm-850p {
    max-width: 850%; }
  .mn-wd-sm-850p {
    min-width: 850%; }
  .wd-sm-850-f {
    width: 850px !important; }
  .wd-sm-850p-f {
    width: 850% !important; }
  .mx-wd-sm-850p-f {
    max-width: 850% !important; }
  .mn-wd-sm-850p-f {
    min-width: 850% !important; }
  .wd-sm-900 {
    width: 900px; }
  .wd-sm-900p {
    width: 900%; }
  .mx-wd-sm-900p {
    max-width: 900%; }
  .mn-wd-sm-900p {
    min-width: 900%; }
  .wd-sm-900-f {
    width: 900px !important; }
  .wd-sm-900p-f {
    width: 900% !important; }
  .mx-wd-sm-900p-f {
    max-width: 900% !important; }
  .mn-wd-sm-900p-f {
    min-width: 900% !important; }
  .wd-sm-950 {
    width: 950px; }
  .wd-sm-950p {
    width: 950%; }
  .mx-wd-sm-950p {
    max-width: 950%; }
  .mn-wd-sm-950p {
    min-width: 950%; }
  .wd-sm-950-f {
    width: 950px !important; }
  .wd-sm-950p-f {
    width: 950% !important; }
  .mx-wd-sm-950p-f {
    max-width: 950% !important; }
  .mn-wd-sm-950p-f {
    min-width: 950% !important; }
  .wd-sm-1000 {
    width: 1000px; }
  .wd-sm-1000p {
    width: 1000%; }
  .mx-wd-sm-1000p {
    max-width: 1000%; }
  .mn-wd-sm-1000p {
    min-width: 1000%; }
  .wd-sm-1000-f {
    width: 1000px !important; }
  .wd-sm-1000p-f {
    width: 1000% !important; }
  .mx-wd-sm-1000p-f {
    max-width: 1000% !important; }
  .mn-wd-sm-1000p-f {
    min-width: 1000% !important; }
  .wd-sm-auto {
    width: auto; }
  .wd-sm-auto-f {
    width: auto !important; }
  .mx-wd-sm-650 {
    max-width: 650px; } }

@media (min-width: 768px) {
  .wd-md-5 {
    width: 5px; }
  .wd-md-5p {
    width: 5%; }
  .mx-wd-md-5p {
    max-width: 5%; }
  .mn-wd-md-5p {
    min-width: 5%; }
  .wd-md-5-f {
    width: 5px !important; }
  .wd-md-5p-f {
    width: 5% !important; }
  .mx-wd-md-5p-f {
    max-width: 5% !important; }
  .mn-wd-md-5p-f {
    min-width: 5% !important; }
  .wd-md-10 {
    width: 10px; }
  .wd-md-10p {
    width: 10%; }
  .mx-wd-md-10p {
    max-width: 10%; }
  .mn-wd-md-10p {
    min-width: 10%; }
  .wd-md-10-f {
    width: 10px !important; }
  .wd-md-10p-f {
    width: 10% !important; }
  .mx-wd-md-10p-f {
    max-width: 10% !important; }
  .mn-wd-md-10p-f {
    min-width: 10% !important; }
  .wd-md-15 {
    width: 15px; }
  .wd-md-15p {
    width: 15%; }
  .mx-wd-md-15p {
    max-width: 15%; }
  .mn-wd-md-15p {
    min-width: 15%; }
  .wd-md-15-f {
    width: 15px !important; }
  .wd-md-15p-f {
    width: 15% !important; }
  .mx-wd-md-15p-f {
    max-width: 15% !important; }
  .mn-wd-md-15p-f {
    min-width: 15% !important; }
  .wd-md-20 {
    width: 20px; }
  .wd-md-20p {
    width: 20%; }
  .mx-wd-md-20p {
    max-width: 20%; }
  .mn-wd-md-20p {
    min-width: 20%; }
  .wd-md-20-f {
    width: 20px !important; }
  .wd-md-20p-f {
    width: 20% !important; }
  .mx-wd-md-20p-f {
    max-width: 20% !important; }
  .mn-wd-md-20p-f {
    min-width: 20% !important; }
  .wd-md-25 {
    width: 25px; }
  .wd-md-25p {
    width: 25%; }
  .mx-wd-md-25p {
    max-width: 25%; }
  .mn-wd-md-25p {
    min-width: 25%; }
  .wd-md-25-f {
    width: 25px !important; }
  .wd-md-25p-f {
    width: 25% !important; }
  .mx-wd-md-25p-f {
    max-width: 25% !important; }
  .mn-wd-md-25p-f {
    min-width: 25% !important; }
  .wd-md-30 {
    width: 30px; }
  .wd-md-30p {
    width: 30%; }
  .mx-wd-md-30p {
    max-width: 30%; }
  .mn-wd-md-30p {
    min-width: 30%; }
  .wd-md-30-f {
    width: 30px !important; }
  .wd-md-30p-f {
    width: 30% !important; }
  .mx-wd-md-30p-f {
    max-width: 30% !important; }
  .mn-wd-md-30p-f {
    min-width: 30% !important; }
  .wd-md-35 {
    width: 35px; }
  .wd-md-35p {
    width: 35%; }
  .mx-wd-md-35p {
    max-width: 35%; }
  .mn-wd-md-35p {
    min-width: 35%; }
  .wd-md-35-f {
    width: 35px !important; }
  .wd-md-35p-f {
    width: 35% !important; }
  .mx-wd-md-35p-f {
    max-width: 35% !important; }
  .mn-wd-md-35p-f {
    min-width: 35% !important; }
  .wd-md-40 {
    width: 40px; }
  .wd-md-40p {
    width: 40%; }
  .mx-wd-md-40p {
    max-width: 40%; }
  .mn-wd-md-40p {
    min-width: 40%; }
  .wd-md-40-f {
    width: 40px !important; }
  .wd-md-40p-f {
    width: 40% !important; }
  .mx-wd-md-40p-f {
    max-width: 40% !important; }
  .mn-wd-md-40p-f {
    min-width: 40% !important; }
  .wd-md-45 {
    width: 45px; }
  .wd-md-45p {
    width: 45%; }
  .mx-wd-md-45p {
    max-width: 45%; }
  .mn-wd-md-45p {
    min-width: 45%; }
  .wd-md-45-f {
    width: 45px !important; }
  .wd-md-45p-f {
    width: 45% !important; }
  .mx-wd-md-45p-f {
    max-width: 45% !important; }
  .mn-wd-md-45p-f {
    min-width: 45% !important; }
  .wd-md-50 {
    width: 50px; }
  .wd-md-50p {
    width: 50%; }
  .mx-wd-md-50p {
    max-width: 50%; }
  .mn-wd-md-50p {
    min-width: 50%; }
  .wd-md-50-f {
    width: 50px !important; }
  .wd-md-50p-f {
    width: 50% !important; }
  .mx-wd-md-50p-f {
    max-width: 50% !important; }
  .mn-wd-md-50p-f {
    min-width: 50% !important; }
  .wd-md-55 {
    width: 55px; }
  .wd-md-55p {
    width: 55%; }
  .mx-wd-md-55p {
    max-width: 55%; }
  .mn-wd-md-55p {
    min-width: 55%; }
  .wd-md-55-f {
    width: 55px !important; }
  .wd-md-55p-f {
    width: 55% !important; }
  .mx-wd-md-55p-f {
    max-width: 55% !important; }
  .mn-wd-md-55p-f {
    min-width: 55% !important; }
  .wd-md-60 {
    width: 60px; }
  .wd-md-60p {
    width: 60%; }
  .mx-wd-md-60p {
    max-width: 60%; }
  .mn-wd-md-60p {
    min-width: 60%; }
  .wd-md-60-f {
    width: 60px !important; }
  .wd-md-60p-f {
    width: 60% !important; }
  .mx-wd-md-60p-f {
    max-width: 60% !important; }
  .mn-wd-md-60p-f {
    min-width: 60% !important; }
  .wd-md-65 {
    width: 65px; }
  .wd-md-65p {
    width: 65%; }
  .mx-wd-md-65p {
    max-width: 65%; }
  .mn-wd-md-65p {
    min-width: 65%; }
  .wd-md-65-f {
    width: 65px !important; }
  .wd-md-65p-f {
    width: 65% !important; }
  .mx-wd-md-65p-f {
    max-width: 65% !important; }
  .mn-wd-md-65p-f {
    min-width: 65% !important; }
  .wd-md-70 {
    width: 70px; }
  .wd-md-70p {
    width: 70%; }
  .mx-wd-md-70p {
    max-width: 70%; }
  .mn-wd-md-70p {
    min-width: 70%; }
  .wd-md-70-f {
    width: 70px !important; }
  .wd-md-70p-f {
    width: 70% !important; }
  .mx-wd-md-70p-f {
    max-width: 70% !important; }
  .mn-wd-md-70p-f {
    min-width: 70% !important; }
  .wd-md-75 {
    width: 75px; }
  .wd-md-75p {
    width: 75%; }
  .mx-wd-md-75p {
    max-width: 75%; }
  .mn-wd-md-75p {
    min-width: 75%; }
  .wd-md-75-f {
    width: 75px !important; }
  .wd-md-75p-f {
    width: 75% !important; }
  .mx-wd-md-75p-f {
    max-width: 75% !important; }
  .mn-wd-md-75p-f {
    min-width: 75% !important; }
  .wd-md-80 {
    width: 80px; }
  .wd-md-80p {
    width: 80%; }
  .mx-wd-md-80p {
    max-width: 80%; }
  .mn-wd-md-80p {
    min-width: 80%; }
  .wd-md-80-f {
    width: 80px !important; }
  .wd-md-80p-f {
    width: 80% !important; }
  .mx-wd-md-80p-f {
    max-width: 80% !important; }
  .mn-wd-md-80p-f {
    min-width: 80% !important; }
  .wd-md-85 {
    width: 85px; }
  .wd-md-85p {
    width: 85%; }
  .mx-wd-md-85p {
    max-width: 85%; }
  .mn-wd-md-85p {
    min-width: 85%; }
  .wd-md-85-f {
    width: 85px !important; }
  .wd-md-85p-f {
    width: 85% !important; }
  .mx-wd-md-85p-f {
    max-width: 85% !important; }
  .mn-wd-md-85p-f {
    min-width: 85% !important; }
  .wd-md-90 {
    width: 90px; }
  .wd-md-90p {
    width: 90%; }
  .mx-wd-md-90p {
    max-width: 90%; }
  .mn-wd-md-90p {
    min-width: 90%; }
  .wd-md-90-f {
    width: 90px !important; }
  .wd-md-90p-f {
    width: 90% !important; }
  .mx-wd-md-90p-f {
    max-width: 90% !important; }
  .mn-wd-md-90p-f {
    min-width: 90% !important; }
  .wd-md-95 {
    width: 95px; }
  .wd-md-95p {
    width: 95%; }
  .mx-wd-md-95p {
    max-width: 95%; }
  .mn-wd-md-95p {
    min-width: 95%; }
  .wd-md-95-f {
    width: 95px !important; }
  .wd-md-95p-f {
    width: 95% !important; }
  .mx-wd-md-95p-f {
    max-width: 95% !important; }
  .mn-wd-md-95p-f {
    min-width: 95% !important; }
  .wd-md-100 {
    width: 100px; }
  .wd-md-100p {
    width: 100%; }
  .mx-wd-md-100p {
    max-width: 100%; }
  .mn-wd-md-100p {
    min-width: 100%; }
  .wd-md-100-f {
    width: 100px !important; }
  .wd-md-100p-f {
    width: 100% !important; }
  .mx-wd-md-100p-f {
    max-width: 100% !important; }
  .mn-wd-md-100p-f {
    min-width: 100% !important; }
  .wd-md-150 {
    width: 150px; }
  .wd-md-150p {
    width: 150%; }
  .mx-wd-md-150p {
    max-width: 150%; }
  .mn-wd-md-150p {
    min-width: 150%; }
  .wd-md-150-f {
    width: 150px !important; }
  .wd-md-150p-f {
    width: 150% !important; }
  .mx-wd-md-150p-f {
    max-width: 150% !important; }
  .mn-wd-md-150p-f {
    min-width: 150% !important; }
  .wd-md-200 {
    width: 200px; }
  .wd-md-200p {
    width: 200%; }
  .mx-wd-md-200p {
    max-width: 200%; }
  .mn-wd-md-200p {
    min-width: 200%; }
  .wd-md-200-f {
    width: 200px !important; }
  .wd-md-200p-f {
    width: 200% !important; }
  .mx-wd-md-200p-f {
    max-width: 200% !important; }
  .mn-wd-md-200p-f {
    min-width: 200% !important; }
  .wd-md-250 {
    width: 250px; }
  .wd-md-250p {
    width: 250%; }
  .mx-wd-md-250p {
    max-width: 250%; }
  .mn-wd-md-250p {
    min-width: 250%; }
  .wd-md-250-f {
    width: 250px !important; }
  .wd-md-250p-f {
    width: 250% !important; }
  .mx-wd-md-250p-f {
    max-width: 250% !important; }
  .mn-wd-md-250p-f {
    min-width: 250% !important; }
  .wd-md-300 {
    width: 300px; }
  .wd-md-300p {
    width: 300%; }
  .mx-wd-md-300p {
    max-width: 300%; }
  .mn-wd-md-300p {
    min-width: 300%; }
  .wd-md-300-f {
    width: 300px !important; }
  .wd-md-300p-f {
    width: 300% !important; }
  .mx-wd-md-300p-f {
    max-width: 300% !important; }
  .mn-wd-md-300p-f {
    min-width: 300% !important; }
  .wd-md-350 {
    width: 350px; }
  .wd-md-350p {
    width: 350%; }
  .mx-wd-md-350p {
    max-width: 350%; }
  .mn-wd-md-350p {
    min-width: 350%; }
  .wd-md-350-f {
    width: 350px !important; }
  .wd-md-350p-f {
    width: 350% !important; }
  .mx-wd-md-350p-f {
    max-width: 350% !important; }
  .mn-wd-md-350p-f {
    min-width: 350% !important; }
  .wd-md-400 {
    width: 400px; }
  .wd-md-400p {
    width: 400%; }
  .mx-wd-md-400p {
    max-width: 400%; }
  .mn-wd-md-400p {
    min-width: 400%; }
  .wd-md-400-f {
    width: 400px !important; }
  .wd-md-400p-f {
    width: 400% !important; }
  .mx-wd-md-400p-f {
    max-width: 400% !important; }
  .mn-wd-md-400p-f {
    min-width: 400% !important; }
  .wd-md-450 {
    width: 450px; }
  .wd-md-450p {
    width: 450%; }
  .mx-wd-md-450p {
    max-width: 450%; }
  .mn-wd-md-450p {
    min-width: 450%; }
  .wd-md-450-f {
    width: 450px !important; }
  .wd-md-450p-f {
    width: 450% !important; }
  .mx-wd-md-450p-f {
    max-width: 450% !important; }
  .mn-wd-md-450p-f {
    min-width: 450% !important; }
  .wd-md-500 {
    width: 500px; }
  .wd-md-500p {
    width: 500%; }
  .mx-wd-md-500p {
    max-width: 500%; }
  .mn-wd-md-500p {
    min-width: 500%; }
  .wd-md-500-f {
    width: 500px !important; }
  .wd-md-500p-f {
    width: 500% !important; }
  .mx-wd-md-500p-f {
    max-width: 500% !important; }
  .mn-wd-md-500p-f {
    min-width: 500% !important; }
  .wd-md-550 {
    width: 550px; }
  .wd-md-550p {
    width: 550%; }
  .mx-wd-md-550p {
    max-width: 550%; }
  .mn-wd-md-550p {
    min-width: 550%; }
  .wd-md-550-f {
    width: 550px !important; }
  .wd-md-550p-f {
    width: 550% !important; }
  .mx-wd-md-550p-f {
    max-width: 550% !important; }
  .mn-wd-md-550p-f {
    min-width: 550% !important; }
  .wd-md-600 {
    width: 600px; }
  .wd-md-600p {
    width: 600%; }
  .mx-wd-md-600p {
    max-width: 600%; }
  .mn-wd-md-600p {
    min-width: 600%; }
  .wd-md-600-f {
    width: 600px !important; }
  .wd-md-600p-f {
    width: 600% !important; }
  .mx-wd-md-600p-f {
    max-width: 600% !important; }
  .mn-wd-md-600p-f {
    min-width: 600% !important; }
  .wd-md-650 {
    width: 650px; }
  .wd-md-650p {
    width: 650%; }
  .mx-wd-md-650p {
    max-width: 650%; }
  .mn-wd-md-650p {
    min-width: 650%; }
  .wd-md-650-f {
    width: 650px !important; }
  .wd-md-650p-f {
    width: 650% !important; }
  .mx-wd-md-650p-f {
    max-width: 650% !important; }
  .mn-wd-md-650p-f {
    min-width: 650% !important; }
  .wd-md-700 {
    width: 700px; }
  .wd-md-700p {
    width: 700%; }
  .mx-wd-md-700p {
    max-width: 700%; }
  .mn-wd-md-700p {
    min-width: 700%; }
  .wd-md-700-f {
    width: 700px !important; }
  .wd-md-700p-f {
    width: 700% !important; }
  .mx-wd-md-700p-f {
    max-width: 700% !important; }
  .mn-wd-md-700p-f {
    min-width: 700% !important; }
  .wd-md-750 {
    width: 750px; }
  .wd-md-750p {
    width: 750%; }
  .mx-wd-md-750p {
    max-width: 750%; }
  .mn-wd-md-750p {
    min-width: 750%; }
  .wd-md-750-f {
    width: 750px !important; }
  .wd-md-750p-f {
    width: 750% !important; }
  .mx-wd-md-750p-f {
    max-width: 750% !important; }
  .mn-wd-md-750p-f {
    min-width: 750% !important; }
  .wd-md-800 {
    width: 800px; }
  .wd-md-800p {
    width: 800%; }
  .mx-wd-md-800p {
    max-width: 800%; }
  .mn-wd-md-800p {
    min-width: 800%; }
  .wd-md-800-f {
    width: 800px !important; }
  .wd-md-800p-f {
    width: 800% !important; }
  .mx-wd-md-800p-f {
    max-width: 800% !important; }
  .mn-wd-md-800p-f {
    min-width: 800% !important; }
  .wd-md-850 {
    width: 850px; }
  .wd-md-850p {
    width: 850%; }
  .mx-wd-md-850p {
    max-width: 850%; }
  .mn-wd-md-850p {
    min-width: 850%; }
  .wd-md-850-f {
    width: 850px !important; }
  .wd-md-850p-f {
    width: 850% !important; }
  .mx-wd-md-850p-f {
    max-width: 850% !important; }
  .mn-wd-md-850p-f {
    min-width: 850% !important; }
  .wd-md-900 {
    width: 900px; }
  .wd-md-900p {
    width: 900%; }
  .mx-wd-md-900p {
    max-width: 900%; }
  .mn-wd-md-900p {
    min-width: 900%; }
  .wd-md-900-f {
    width: 900px !important; }
  .wd-md-900p-f {
    width: 900% !important; }
  .mx-wd-md-900p-f {
    max-width: 900% !important; }
  .mn-wd-md-900p-f {
    min-width: 900% !important; }
  .wd-md-950 {
    width: 950px; }
  .wd-md-950p {
    width: 950%; }
  .mx-wd-md-950p {
    max-width: 950%; }
  .mn-wd-md-950p {
    min-width: 950%; }
  .wd-md-950-f {
    width: 950px !important; }
  .wd-md-950p-f {
    width: 950% !important; }
  .mx-wd-md-950p-f {
    max-width: 950% !important; }
  .mn-wd-md-950p-f {
    min-width: 950% !important; }
  .wd-md-1000 {
    width: 1000px; }
  .wd-md-1000p {
    width: 1000%; }
  .mx-wd-md-1000p {
    max-width: 1000%; }
  .mn-wd-md-1000p {
    min-width: 1000%; }
  .wd-md-1000-f {
    width: 1000px !important; }
  .wd-md-1000p-f {
    width: 1000% !important; }
  .mx-wd-md-1000p-f {
    max-width: 1000% !important; }
  .mn-wd-md-1000p-f {
    min-width: 1000% !important; }
  .wd-md-auto {
    width: auto; }
  .wd-md-auto-f {
    width: auto !important; }
  .wd-md-120 {
    width: 120px; } }

@media (min-width: 992px) {
  .wd-lg-5 {
    width: 5px; }
  .wd-lg-5p {
    width: 5%; }
  .mx-wd-lg-5p {
    max-width: 5%; }
  .mn-wd-lg-5p {
    min-width: 5%; }
  .wd-lg-5-f {
    width: 5px !important; }
  .wd-lg-5p-f {
    width: 5% !important; }
  .mx-wd-lg-5p-f {
    max-width: 5% !important; }
  .mn-wd-lg-5p-f {
    min-width: 5% !important; }
  .wd-lg-10 {
    width: 10px; }
  .wd-lg-10p {
    width: 10%; }
  .mx-wd-lg-10p {
    max-width: 10%; }
  .mn-wd-lg-10p {
    min-width: 10%; }
  .wd-lg-10-f {
    width: 10px !important; }
  .wd-lg-10p-f {
    width: 10% !important; }
  .mx-wd-lg-10p-f {
    max-width: 10% !important; }
  .mn-wd-lg-10p-f {
    min-width: 10% !important; }
  .wd-lg-15 {
    width: 15px; }
  .wd-lg-15p {
    width: 15%; }
  .mx-wd-lg-15p {
    max-width: 15%; }
  .mn-wd-lg-15p {
    min-width: 15%; }
  .wd-lg-15-f {
    width: 15px !important; }
  .wd-lg-15p-f {
    width: 15% !important; }
  .mx-wd-lg-15p-f {
    max-width: 15% !important; }
  .mn-wd-lg-15p-f {
    min-width: 15% !important; }
  .wd-lg-20 {
    width: 20px; }
  .wd-lg-20p {
    width: 20%; }
  .mx-wd-lg-20p {
    max-width: 20%; }
  .mn-wd-lg-20p {
    min-width: 20%; }
  .wd-lg-20-f {
    width: 20px !important; }
  .wd-lg-20p-f {
    width: 20% !important; }
  .mx-wd-lg-20p-f {
    max-width: 20% !important; }
  .mn-wd-lg-20p-f {
    min-width: 20% !important; }
  .wd-lg-25 {
    width: 25px; }
  .wd-lg-25p {
    width: 25%; }
  .mx-wd-lg-25p {
    max-width: 25%; }
  .mn-wd-lg-25p {
    min-width: 25%; }
  .wd-lg-25-f {
    width: 25px !important; }
  .wd-lg-25p-f {
    width: 25% !important; }
  .mx-wd-lg-25p-f {
    max-width: 25% !important; }
  .mn-wd-lg-25p-f {
    min-width: 25% !important; }
  .wd-lg-30 {
    width: 30px; }
  .wd-lg-30p {
    width: 30%; }
  .mx-wd-lg-30p {
    max-width: 30%; }
  .mn-wd-lg-30p {
    min-width: 30%; }
  .wd-lg-30-f {
    width: 30px !important; }
  .wd-lg-30p-f {
    width: 30% !important; }
  .mx-wd-lg-30p-f {
    max-width: 30% !important; }
  .mn-wd-lg-30p-f {
    min-width: 30% !important; }
  .wd-lg-35 {
    width: 35px; }
  .wd-lg-35p {
    width: 35%; }
  .mx-wd-lg-35p {
    max-width: 35%; }
  .mn-wd-lg-35p {
    min-width: 35%; }
  .wd-lg-35-f {
    width: 35px !important; }
  .wd-lg-35p-f {
    width: 35% !important; }
  .mx-wd-lg-35p-f {
    max-width: 35% !important; }
  .mn-wd-lg-35p-f {
    min-width: 35% !important; }
  .wd-lg-40 {
    width: 40px; }
  .wd-lg-40p {
    width: 40%; }
  .mx-wd-lg-40p {
    max-width: 40%; }
  .mn-wd-lg-40p {
    min-width: 40%; }
  .wd-lg-40-f {
    width: 40px !important; }
  .wd-lg-40p-f {
    width: 40% !important; }
  .mx-wd-lg-40p-f {
    max-width: 40% !important; }
  .mn-wd-lg-40p-f {
    min-width: 40% !important; }
  .wd-lg-45 {
    width: 45px; }
  .wd-lg-45p {
    width: 45%; }
  .mx-wd-lg-45p {
    max-width: 45%; }
  .mn-wd-lg-45p {
    min-width: 45%; }
  .wd-lg-45-f {
    width: 45px !important; }
  .wd-lg-45p-f {
    width: 45% !important; }
  .mx-wd-lg-45p-f {
    max-width: 45% !important; }
  .mn-wd-lg-45p-f {
    min-width: 45% !important; }
  .wd-lg-50 {
    width: 50px; }
  .wd-lg-50p {
    width: 50%; }
  .mx-wd-lg-50p {
    max-width: 50%; }
  .mn-wd-lg-50p {
    min-width: 50%; }
  .wd-lg-50-f {
    width: 50px !important; }
  .wd-lg-50p-f {
    width: 50% !important; }
  .mx-wd-lg-50p-f {
    max-width: 50% !important; }
  .mn-wd-lg-50p-f {
    min-width: 50% !important; }
  .wd-lg-55 {
    width: 55px; }
  .wd-lg-55p {
    width: 55%; }
  .mx-wd-lg-55p {
    max-width: 55%; }
  .mn-wd-lg-55p {
    min-width: 55%; }
  .wd-lg-55-f {
    width: 55px !important; }
  .wd-lg-55p-f {
    width: 55% !important; }
  .mx-wd-lg-55p-f {
    max-width: 55% !important; }
  .mn-wd-lg-55p-f {
    min-width: 55% !important; }
  .wd-lg-60 {
    width: 60px; }
  .wd-lg-60p {
    width: 60%; }
  .mx-wd-lg-60p {
    max-width: 60%; }
  .mn-wd-lg-60p {
    min-width: 60%; }
  .wd-lg-60-f {
    width: 60px !important; }
  .wd-lg-60p-f {
    width: 60% !important; }
  .mx-wd-lg-60p-f {
    max-width: 60% !important; }
  .mn-wd-lg-60p-f {
    min-width: 60% !important; }
  .wd-lg-65 {
    width: 65px; }
  .wd-lg-65p {
    width: 65%; }
  .mx-wd-lg-65p {
    max-width: 65%; }
  .mn-wd-lg-65p {
    min-width: 65%; }
  .wd-lg-65-f {
    width: 65px !important; }
  .wd-lg-65p-f {
    width: 65% !important; }
  .mx-wd-lg-65p-f {
    max-width: 65% !important; }
  .mn-wd-lg-65p-f {
    min-width: 65% !important; }
  .wd-lg-70 {
    width: 70px; }
  .wd-lg-70p {
    width: 70%; }
  .mx-wd-lg-70p {
    max-width: 70%; }
  .mn-wd-lg-70p {
    min-width: 70%; }
  .wd-lg-70-f {
    width: 70px !important; }
  .wd-lg-70p-f {
    width: 70% !important; }
  .mx-wd-lg-70p-f {
    max-width: 70% !important; }
  .mn-wd-lg-70p-f {
    min-width: 70% !important; }
  .wd-lg-75 {
    width: 75px; }
  .wd-lg-75p {
    width: 75%; }
  .mx-wd-lg-75p {
    max-width: 75%; }
  .mn-wd-lg-75p {
    min-width: 75%; }
  .wd-lg-75-f {
    width: 75px !important; }
  .wd-lg-75p-f {
    width: 75% !important; }
  .mx-wd-lg-75p-f {
    max-width: 75% !important; }
  .mn-wd-lg-75p-f {
    min-width: 75% !important; }
  .wd-lg-80 {
    width: 80px; }
  .wd-lg-80p {
    width: 80%; }
  .mx-wd-lg-80p {
    max-width: 80%; }
  .mn-wd-lg-80p {
    min-width: 80%; }
  .wd-lg-80-f {
    width: 80px !important; }
  .wd-lg-80p-f {
    width: 80% !important; }
  .mx-wd-lg-80p-f {
    max-width: 80% !important; }
  .mn-wd-lg-80p-f {
    min-width: 80% !important; }
  .wd-lg-85 {
    width: 85px; }
  .wd-lg-85p {
    width: 85%; }
  .mx-wd-lg-85p {
    max-width: 85%; }
  .mn-wd-lg-85p {
    min-width: 85%; }
  .wd-lg-85-f {
    width: 85px !important; }
  .wd-lg-85p-f {
    width: 85% !important; }
  .mx-wd-lg-85p-f {
    max-width: 85% !important; }
  .mn-wd-lg-85p-f {
    min-width: 85% !important; }
  .wd-lg-90 {
    width: 90px; }
  .wd-lg-90p {
    width: 90%; }
  .mx-wd-lg-90p {
    max-width: 90%; }
  .mn-wd-lg-90p {
    min-width: 90%; }
  .wd-lg-90-f {
    width: 90px !important; }
  .wd-lg-90p-f {
    width: 90% !important; }
  .mx-wd-lg-90p-f {
    max-width: 90% !important; }
  .mn-wd-lg-90p-f {
    min-width: 90% !important; }
  .wd-lg-95 {
    width: 95px; }
  .wd-lg-95p {
    width: 95%; }
  .mx-wd-lg-95p {
    max-width: 95%; }
  .mn-wd-lg-95p {
    min-width: 95%; }
  .wd-lg-95-f {
    width: 95px !important; }
  .wd-lg-95p-f {
    width: 95% !important; }
  .mx-wd-lg-95p-f {
    max-width: 95% !important; }
  .mn-wd-lg-95p-f {
    min-width: 95% !important; }
  .wd-lg-100 {
    width: 100px; }
  .wd-lg-100p {
    width: 100%; }
  .mx-wd-lg-100p {
    max-width: 100%; }
  .mn-wd-lg-100p {
    min-width: 100%; }
  .wd-lg-100-f {
    width: 100px !important; }
  .wd-lg-100p-f {
    width: 100% !important; }
  .mx-wd-lg-100p-f {
    max-width: 100% !important; }
  .mn-wd-lg-100p-f {
    min-width: 100% !important; }
  .wd-lg-150 {
    width: 150px; }
  .wd-lg-150p {
    width: 150%; }
  .mx-wd-lg-150p {
    max-width: 150%; }
  .mn-wd-lg-150p {
    min-width: 150%; }
  .wd-lg-150-f {
    width: 150px !important; }
  .wd-lg-150p-f {
    width: 150% !important; }
  .mx-wd-lg-150p-f {
    max-width: 150% !important; }
  .mn-wd-lg-150p-f {
    min-width: 150% !important; }
  .wd-lg-200 {
    width: 200px; }
  .wd-lg-200p {
    width: 200%; }
  .mx-wd-lg-200p {
    max-width: 200%; }
  .mn-wd-lg-200p {
    min-width: 200%; }
  .wd-lg-200-f {
    width: 200px !important; }
  .wd-lg-200p-f {
    width: 200% !important; }
  .mx-wd-lg-200p-f {
    max-width: 200% !important; }
  .mn-wd-lg-200p-f {
    min-width: 200% !important; }
  .wd-lg-250 {
    width: 250px; }
  .wd-lg-250p {
    width: 250%; }
  .mx-wd-lg-250p {
    max-width: 250%; }
  .mn-wd-lg-250p {
    min-width: 250%; }
  .wd-lg-250-f {
    width: 250px !important; }
  .wd-lg-250p-f {
    width: 250% !important; }
  .mx-wd-lg-250p-f {
    max-width: 250% !important; }
  .mn-wd-lg-250p-f {
    min-width: 250% !important; }
  .wd-lg-300 {
    width: 300px; }
  .wd-lg-300p {
    width: 300%; }
  .mx-wd-lg-300p {
    max-width: 300%; }
  .mn-wd-lg-300p {
    min-width: 300%; }
  .wd-lg-300-f {
    width: 300px !important; }
  .wd-lg-300p-f {
    width: 300% !important; }
  .mx-wd-lg-300p-f {
    max-width: 300% !important; }
  .mn-wd-lg-300p-f {
    min-width: 300% !important; }
  .wd-lg-350 {
    width: 350px; }
  .wd-lg-350p {
    width: 350%; }
  .mx-wd-lg-350p {
    max-width: 350%; }
  .mn-wd-lg-350p {
    min-width: 350%; }
  .wd-lg-350-f {
    width: 350px !important; }
  .wd-lg-350p-f {
    width: 350% !important; }
  .mx-wd-lg-350p-f {
    max-width: 350% !important; }
  .mn-wd-lg-350p-f {
    min-width: 350% !important; }
  .wd-lg-400 {
    width: 400px; }
  .wd-lg-400p {
    width: 400%; }
  .mx-wd-lg-400p {
    max-width: 400%; }
  .mn-wd-lg-400p {
    min-width: 400%; }
  .wd-lg-400-f {
    width: 400px !important; }
  .wd-lg-400p-f {
    width: 400% !important; }
  .mx-wd-lg-400p-f {
    max-width: 400% !important; }
  .mn-wd-lg-400p-f {
    min-width: 400% !important; }
  .wd-lg-450 {
    width: 450px; }
  .wd-lg-450p {
    width: 450%; }
  .mx-wd-lg-450p {
    max-width: 450%; }
  .mn-wd-lg-450p {
    min-width: 450%; }
  .wd-lg-450-f {
    width: 450px !important; }
  .wd-lg-450p-f {
    width: 450% !important; }
  .mx-wd-lg-450p-f {
    max-width: 450% !important; }
  .mn-wd-lg-450p-f {
    min-width: 450% !important; }
  .wd-lg-500 {
    width: 500px; }
  .wd-lg-500p {
    width: 500%; }
  .mx-wd-lg-500p {
    max-width: 500%; }
  .mn-wd-lg-500p {
    min-width: 500%; }
  .wd-lg-500-f {
    width: 500px !important; }
  .wd-lg-500p-f {
    width: 500% !important; }
  .mx-wd-lg-500p-f {
    max-width: 500% !important; }
  .mn-wd-lg-500p-f {
    min-width: 500% !important; }
  .wd-lg-550 {
    width: 550px; }
  .wd-lg-550p {
    width: 550%; }
  .mx-wd-lg-550p {
    max-width: 550%; }
  .mn-wd-lg-550p {
    min-width: 550%; }
  .wd-lg-550-f {
    width: 550px !important; }
  .wd-lg-550p-f {
    width: 550% !important; }
  .mx-wd-lg-550p-f {
    max-width: 550% !important; }
  .mn-wd-lg-550p-f {
    min-width: 550% !important; }
  .wd-lg-600 {
    width: 600px; }
  .wd-lg-600p {
    width: 600%; }
  .mx-wd-lg-600p {
    max-width: 600%; }
  .mn-wd-lg-600p {
    min-width: 600%; }
  .wd-lg-600-f {
    width: 600px !important; }
  .wd-lg-600p-f {
    width: 600% !important; }
  .mx-wd-lg-600p-f {
    max-width: 600% !important; }
  .mn-wd-lg-600p-f {
    min-width: 600% !important; }
  .wd-lg-650 {
    width: 650px; }
  .wd-lg-650p {
    width: 650%; }
  .mx-wd-lg-650p {
    max-width: 650%; }
  .mn-wd-lg-650p {
    min-width: 650%; }
  .wd-lg-650-f {
    width: 650px !important; }
  .wd-lg-650p-f {
    width: 650% !important; }
  .mx-wd-lg-650p-f {
    max-width: 650% !important; }
  .mn-wd-lg-650p-f {
    min-width: 650% !important; }
  .wd-lg-700 {
    width: 700px; }
  .wd-lg-700p {
    width: 700%; }
  .mx-wd-lg-700p {
    max-width: 700%; }
  .mn-wd-lg-700p {
    min-width: 700%; }
  .wd-lg-700-f {
    width: 700px !important; }
  .wd-lg-700p-f {
    width: 700% !important; }
  .mx-wd-lg-700p-f {
    max-width: 700% !important; }
  .mn-wd-lg-700p-f {
    min-width: 700% !important; }
  .wd-lg-750 {
    width: 750px; }
  .wd-lg-750p {
    width: 750%; }
  .mx-wd-lg-750p {
    max-width: 750%; }
  .mn-wd-lg-750p {
    min-width: 750%; }
  .wd-lg-750-f {
    width: 750px !important; }
  .wd-lg-750p-f {
    width: 750% !important; }
  .mx-wd-lg-750p-f {
    max-width: 750% !important; }
  .mn-wd-lg-750p-f {
    min-width: 750% !important; }
  .wd-lg-800 {
    width: 800px; }
  .wd-lg-800p {
    width: 800%; }
  .mx-wd-lg-800p {
    max-width: 800%; }
  .mn-wd-lg-800p {
    min-width: 800%; }
  .wd-lg-800-f {
    width: 800px !important; }
  .wd-lg-800p-f {
    width: 800% !important; }
  .mx-wd-lg-800p-f {
    max-width: 800% !important; }
  .mn-wd-lg-800p-f {
    min-width: 800% !important; }
  .wd-lg-850 {
    width: 850px; }
  .wd-lg-850p {
    width: 850%; }
  .mx-wd-lg-850p {
    max-width: 850%; }
  .mn-wd-lg-850p {
    min-width: 850%; }
  .wd-lg-850-f {
    width: 850px !important; }
  .wd-lg-850p-f {
    width: 850% !important; }
  .mx-wd-lg-850p-f {
    max-width: 850% !important; }
  .mn-wd-lg-850p-f {
    min-width: 850% !important; }
  .wd-lg-900 {
    width: 900px; }
  .wd-lg-900p {
    width: 900%; }
  .mx-wd-lg-900p {
    max-width: 900%; }
  .mn-wd-lg-900p {
    min-width: 900%; }
  .wd-lg-900-f {
    width: 900px !important; }
  .wd-lg-900p-f {
    width: 900% !important; }
  .mx-wd-lg-900p-f {
    max-width: 900% !important; }
  .mn-wd-lg-900p-f {
    min-width: 900% !important; }
  .wd-lg-950 {
    width: 950px; }
  .wd-lg-950p {
    width: 950%; }
  .mx-wd-lg-950p {
    max-width: 950%; }
  .mn-wd-lg-950p {
    min-width: 950%; }
  .wd-lg-950-f {
    width: 950px !important; }
  .wd-lg-950p-f {
    width: 950% !important; }
  .mx-wd-lg-950p-f {
    max-width: 950% !important; }
  .mn-wd-lg-950p-f {
    min-width: 950% !important; }
  .wd-lg-1000 {
    width: 1000px; }
  .wd-lg-1000p {
    width: 1000%; }
  .mx-wd-lg-1000p {
    max-width: 1000%; }
  .mn-wd-lg-1000p {
    min-width: 1000%; }
  .wd-lg-1000-f {
    width: 1000px !important; }
  .wd-lg-1000p-f {
    width: 1000% !important; }
  .mx-wd-lg-1000p-f {
    max-width: 1000% !important; }
  .mn-wd-lg-1000p-f {
    min-width: 1000% !important; }
  .wd-lg-auto {
    width: auto; }
  .wd-lg-auto-f {
    width: auto !important; } }

@media (min-width: 1200px) {
  .wd-xl-5 {
    width: 5px; }
  .wd-xl-5p {
    width: 5%; }
  .mx-wd-xl-5p {
    max-width: 5%; }
  .mn-wd-xl-5p {
    min-width: 5%; }
  .wd-xl-5-f {
    width: 5px !important; }
  .wd-xl-5p-f {
    width: 5% !important; }
  .mx-wd-xl-5p-f {
    max-width: 5% !important; }
  .mn-wd-xl-5p-f {
    min-width: 5% !important; }
  .wd-xl-10 {
    width: 10px; }
  .wd-xl-10p {
    width: 10%; }
  .mx-wd-xl-10p {
    max-width: 10%; }
  .mn-wd-xl-10p {
    min-width: 10%; }
  .wd-xl-10-f {
    width: 10px !important; }
  .wd-xl-10p-f {
    width: 10% !important; }
  .mx-wd-xl-10p-f {
    max-width: 10% !important; }
  .mn-wd-xl-10p-f {
    min-width: 10% !important; }
  .wd-xl-15 {
    width: 15px; }
  .wd-xl-15p {
    width: 15%; }
  .mx-wd-xl-15p {
    max-width: 15%; }
  .mn-wd-xl-15p {
    min-width: 15%; }
  .wd-xl-15-f {
    width: 15px !important; }
  .wd-xl-15p-f {
    width: 15% !important; }
  .mx-wd-xl-15p-f {
    max-width: 15% !important; }
  .mn-wd-xl-15p-f {
    min-width: 15% !important; }
  .wd-xl-20 {
    width: 20px; }
  .wd-xl-20p {
    width: 20%; }
  .mx-wd-xl-20p {
    max-width: 20%; }
  .mn-wd-xl-20p {
    min-width: 20%; }
  .wd-xl-20-f {
    width: 20px !important; }
  .wd-xl-20p-f {
    width: 20% !important; }
  .mx-wd-xl-20p-f {
    max-width: 20% !important; }
  .mn-wd-xl-20p-f {
    min-width: 20% !important; }
  .wd-xl-25 {
    width: 25px; }
  .wd-xl-25p {
    width: 25%; }
  .mx-wd-xl-25p {
    max-width: 25%; }
  .mn-wd-xl-25p {
    min-width: 25%; }
  .wd-xl-25-f {
    width: 25px !important; }
  .wd-xl-25p-f {
    width: 25% !important; }
  .mx-wd-xl-25p-f {
    max-width: 25% !important; }
  .mn-wd-xl-25p-f {
    min-width: 25% !important; }
  .wd-xl-30 {
    width: 30px; }
  .wd-xl-30p {
    width: 30%; }
  .mx-wd-xl-30p {
    max-width: 30%; }
  .mn-wd-xl-30p {
    min-width: 30%; }
  .wd-xl-30-f {
    width: 30px !important; }
  .wd-xl-30p-f {
    width: 30% !important; }
  .mx-wd-xl-30p-f {
    max-width: 30% !important; }
  .mn-wd-xl-30p-f {
    min-width: 30% !important; }
  .wd-xl-35 {
    width: 35px; }
  .wd-xl-35p {
    width: 35%; }
  .mx-wd-xl-35p {
    max-width: 35%; }
  .mn-wd-xl-35p {
    min-width: 35%; }
  .wd-xl-35-f {
    width: 35px !important; }
  .wd-xl-35p-f {
    width: 35% !important; }
  .mx-wd-xl-35p-f {
    max-width: 35% !important; }
  .mn-wd-xl-35p-f {
    min-width: 35% !important; }
  .wd-xl-40 {
    width: 40px; }
  .wd-xl-40p {
    width: 40%; }
  .mx-wd-xl-40p {
    max-width: 40%; }
  .mn-wd-xl-40p {
    min-width: 40%; }
  .wd-xl-40-f {
    width: 40px !important; }
  .wd-xl-40p-f {
    width: 40% !important; }
  .mx-wd-xl-40p-f {
    max-width: 40% !important; }
  .mn-wd-xl-40p-f {
    min-width: 40% !important; }
  .wd-xl-45 {
    width: 45px; }
  .wd-xl-45p {
    width: 45%; }
  .mx-wd-xl-45p {
    max-width: 45%; }
  .mn-wd-xl-45p {
    min-width: 45%; }
  .wd-xl-45-f {
    width: 45px !important; }
  .wd-xl-45p-f {
    width: 45% !important; }
  .mx-wd-xl-45p-f {
    max-width: 45% !important; }
  .mn-wd-xl-45p-f {
    min-width: 45% !important; }
  .wd-xl-50 {
    width: 50px; }
  .wd-xl-50p {
    width: 50%; }
  .mx-wd-xl-50p {
    max-width: 50%; }
  .mn-wd-xl-50p {
    min-width: 50%; }
  .wd-xl-50-f {
    width: 50px !important; }
  .wd-xl-50p-f {
    width: 50% !important; }
  .mx-wd-xl-50p-f {
    max-width: 50% !important; }
  .mn-wd-xl-50p-f {
    min-width: 50% !important; }
  .wd-xl-55 {
    width: 55px; }
  .wd-xl-55p {
    width: 55%; }
  .mx-wd-xl-55p {
    max-width: 55%; }
  .mn-wd-xl-55p {
    min-width: 55%; }
  .wd-xl-55-f {
    width: 55px !important; }
  .wd-xl-55p-f {
    width: 55% !important; }
  .mx-wd-xl-55p-f {
    max-width: 55% !important; }
  .mn-wd-xl-55p-f {
    min-width: 55% !important; }
  .wd-xl-60 {
    width: 60px; }
  .wd-xl-60p {
    width: 60%; }
  .mx-wd-xl-60p {
    max-width: 60%; }
  .mn-wd-xl-60p {
    min-width: 60%; }
  .wd-xl-60-f {
    width: 60px !important; }
  .wd-xl-60p-f {
    width: 60% !important; }
  .mx-wd-xl-60p-f {
    max-width: 60% !important; }
  .mn-wd-xl-60p-f {
    min-width: 60% !important; }
  .wd-xl-65 {
    width: 65px; }
  .wd-xl-65p {
    width: 65%; }
  .mx-wd-xl-65p {
    max-width: 65%; }
  .mn-wd-xl-65p {
    min-width: 65%; }
  .wd-xl-65-f {
    width: 65px !important; }
  .wd-xl-65p-f {
    width: 65% !important; }
  .mx-wd-xl-65p-f {
    max-width: 65% !important; }
  .mn-wd-xl-65p-f {
    min-width: 65% !important; }
  .wd-xl-70 {
    width: 70px; }
  .wd-xl-70p {
    width: 70%; }
  .mx-wd-xl-70p {
    max-width: 70%; }
  .mn-wd-xl-70p {
    min-width: 70%; }
  .wd-xl-70-f {
    width: 70px !important; }
  .wd-xl-70p-f {
    width: 70% !important; }
  .mx-wd-xl-70p-f {
    max-width: 70% !important; }
  .mn-wd-xl-70p-f {
    min-width: 70% !important; }
  .wd-xl-75 {
    width: 75px; }
  .wd-xl-75p {
    width: 75%; }
  .mx-wd-xl-75p {
    max-width: 75%; }
  .mn-wd-xl-75p {
    min-width: 75%; }
  .wd-xl-75-f {
    width: 75px !important; }
  .wd-xl-75p-f {
    width: 75% !important; }
  .mx-wd-xl-75p-f {
    max-width: 75% !important; }
  .mn-wd-xl-75p-f {
    min-width: 75% !important; }
  .wd-xl-80 {
    width: 80px; }
  .wd-xl-80p {
    width: 80%; }
  .mx-wd-xl-80p {
    max-width: 80%; }
  .mn-wd-xl-80p {
    min-width: 80%; }
  .wd-xl-80-f {
    width: 80px !important; }
  .wd-xl-80p-f {
    width: 80% !important; }
  .mx-wd-xl-80p-f {
    max-width: 80% !important; }
  .mn-wd-xl-80p-f {
    min-width: 80% !important; }
  .wd-xl-85 {
    width: 85px; }
  .wd-xl-85p {
    width: 85%; }
  .mx-wd-xl-85p {
    max-width: 85%; }
  .mn-wd-xl-85p {
    min-width: 85%; }
  .wd-xl-85-f {
    width: 85px !important; }
  .wd-xl-85p-f {
    width: 85% !important; }
  .mx-wd-xl-85p-f {
    max-width: 85% !important; }
  .mn-wd-xl-85p-f {
    min-width: 85% !important; }
  .wd-xl-90 {
    width: 90px; }
  .wd-xl-90p {
    width: 90%; }
  .mx-wd-xl-90p {
    max-width: 90%; }
  .mn-wd-xl-90p {
    min-width: 90%; }
  .wd-xl-90-f {
    width: 90px !important; }
  .wd-xl-90p-f {
    width: 90% !important; }
  .mx-wd-xl-90p-f {
    max-width: 90% !important; }
  .mn-wd-xl-90p-f {
    min-width: 90% !important; }
  .wd-xl-95 {
    width: 95px; }
  .wd-xl-95p {
    width: 95%; }
  .mx-wd-xl-95p {
    max-width: 95%; }
  .mn-wd-xl-95p {
    min-width: 95%; }
  .wd-xl-95-f {
    width: 95px !important; }
  .wd-xl-95p-f {
    width: 95% !important; }
  .mx-wd-xl-95p-f {
    max-width: 95% !important; }
  .mn-wd-xl-95p-f {
    min-width: 95% !important; }
  .wd-xl-100 {
    width: 100px; }
  .wd-xl-100p {
    width: 100%; }
  .mx-wd-xl-100p {
    max-width: 100%; }
  .mn-wd-xl-100p {
    min-width: 100%; }
  .wd-xl-100-f {
    width: 100px !important; }
  .wd-xl-100p-f {
    width: 100% !important; }
  .mx-wd-xl-100p-f {
    max-width: 100% !important; }
  .mn-wd-xl-100p-f {
    min-width: 100% !important; }
  .wd-xl-150 {
    width: 150px; }
  .wd-xl-150p {
    width: 150%; }
  .mx-wd-xl-150p {
    max-width: 150%; }
  .mn-wd-xl-150p {
    min-width: 150%; }
  .wd-xl-150-f {
    width: 150px !important; }
  .wd-xl-150p-f {
    width: 150% !important; }
  .mx-wd-xl-150p-f {
    max-width: 150% !important; }
  .mn-wd-xl-150p-f {
    min-width: 150% !important; }
  .wd-xl-200 {
    width: 200px; }
  .wd-xl-200p {
    width: 200%; }
  .mx-wd-xl-200p {
    max-width: 200%; }
  .mn-wd-xl-200p {
    min-width: 200%; }
  .wd-xl-200-f {
    width: 200px !important; }
  .wd-xl-200p-f {
    width: 200% !important; }
  .mx-wd-xl-200p-f {
    max-width: 200% !important; }
  .mn-wd-xl-200p-f {
    min-width: 200% !important; }
  .wd-xl-250 {
    width: 250px; }
  .wd-xl-250p {
    width: 250%; }
  .mx-wd-xl-250p {
    max-width: 250%; }
  .mn-wd-xl-250p {
    min-width: 250%; }
  .wd-xl-250-f {
    width: 250px !important; }
  .wd-xl-250p-f {
    width: 250% !important; }
  .mx-wd-xl-250p-f {
    max-width: 250% !important; }
  .mn-wd-xl-250p-f {
    min-width: 250% !important; }
  .wd-xl-300 {
    width: 300px; }
  .wd-xl-300p {
    width: 300%; }
  .mx-wd-xl-300p {
    max-width: 300%; }
  .mn-wd-xl-300p {
    min-width: 300%; }
  .wd-xl-300-f {
    width: 300px !important; }
  .wd-xl-300p-f {
    width: 300% !important; }
  .mx-wd-xl-300p-f {
    max-width: 300% !important; }
  .mn-wd-xl-300p-f {
    min-width: 300% !important; }
  .wd-xl-350 {
    width: 350px; }
  .wd-xl-350p {
    width: 350%; }
  .mx-wd-xl-350p {
    max-width: 350%; }
  .mn-wd-xl-350p {
    min-width: 350%; }
  .wd-xl-350-f {
    width: 350px !important; }
  .wd-xl-350p-f {
    width: 350% !important; }
  .mx-wd-xl-350p-f {
    max-width: 350% !important; }
  .mn-wd-xl-350p-f {
    min-width: 350% !important; }
  .wd-xl-400 {
    width: 400px; }
  .wd-xl-400p {
    width: 400%; }
  .mx-wd-xl-400p {
    max-width: 400%; }
  .mn-wd-xl-400p {
    min-width: 400%; }
  .wd-xl-400-f {
    width: 400px !important; }
  .wd-xl-400p-f {
    width: 400% !important; }
  .mx-wd-xl-400p-f {
    max-width: 400% !important; }
  .mn-wd-xl-400p-f {
    min-width: 400% !important; }
  .wd-xl-450 {
    width: 450px; }
  .wd-xl-450p {
    width: 450%; }
  .mx-wd-xl-450p {
    max-width: 450%; }
  .mn-wd-xl-450p {
    min-width: 450%; }
  .wd-xl-450-f {
    width: 450px !important; }
  .wd-xl-450p-f {
    width: 450% !important; }
  .mx-wd-xl-450p-f {
    max-width: 450% !important; }
  .mn-wd-xl-450p-f {
    min-width: 450% !important; }
  .wd-xl-500 {
    width: 500px; }
  .wd-xl-500p {
    width: 500%; }
  .mx-wd-xl-500p {
    max-width: 500%; }
  .mn-wd-xl-500p {
    min-width: 500%; }
  .wd-xl-500-f {
    width: 500px !important; }
  .wd-xl-500p-f {
    width: 500% !important; }
  .mx-wd-xl-500p-f {
    max-width: 500% !important; }
  .mn-wd-xl-500p-f {
    min-width: 500% !important; }
  .wd-xl-550 {
    width: 550px; }
  .wd-xl-550p {
    width: 550%; }
  .mx-wd-xl-550p {
    max-width: 550%; }
  .mn-wd-xl-550p {
    min-width: 550%; }
  .wd-xl-550-f {
    width: 550px !important; }
  .wd-xl-550p-f {
    width: 550% !important; }
  .mx-wd-xl-550p-f {
    max-width: 550% !important; }
  .mn-wd-xl-550p-f {
    min-width: 550% !important; }
  .wd-xl-600 {
    width: 600px; }
  .wd-xl-600p {
    width: 600%; }
  .mx-wd-xl-600p {
    max-width: 600%; }
  .mn-wd-xl-600p {
    min-width: 600%; }
  .wd-xl-600-f {
    width: 600px !important; }
  .wd-xl-600p-f {
    width: 600% !important; }
  .mx-wd-xl-600p-f {
    max-width: 600% !important; }
  .mn-wd-xl-600p-f {
    min-width: 600% !important; }
  .wd-xl-650 {
    width: 650px; }
  .wd-xl-650p {
    width: 650%; }
  .mx-wd-xl-650p {
    max-width: 650%; }
  .mn-wd-xl-650p {
    min-width: 650%; }
  .wd-xl-650-f {
    width: 650px !important; }
  .wd-xl-650p-f {
    width: 650% !important; }
  .mx-wd-xl-650p-f {
    max-width: 650% !important; }
  .mn-wd-xl-650p-f {
    min-width: 650% !important; }
  .wd-xl-700 {
    width: 700px; }
  .wd-xl-700p {
    width: 700%; }
  .mx-wd-xl-700p {
    max-width: 700%; }
  .mn-wd-xl-700p {
    min-width: 700%; }
  .wd-xl-700-f {
    width: 700px !important; }
  .wd-xl-700p-f {
    width: 700% !important; }
  .mx-wd-xl-700p-f {
    max-width: 700% !important; }
  .mn-wd-xl-700p-f {
    min-width: 700% !important; }
  .wd-xl-750 {
    width: 750px; }
  .wd-xl-750p {
    width: 750%; }
  .mx-wd-xl-750p {
    max-width: 750%; }
  .mn-wd-xl-750p {
    min-width: 750%; }
  .wd-xl-750-f {
    width: 750px !important; }
  .wd-xl-750p-f {
    width: 750% !important; }
  .mx-wd-xl-750p-f {
    max-width: 750% !important; }
  .mn-wd-xl-750p-f {
    min-width: 750% !important; }
  .wd-xl-800 {
    width: 800px; }
  .wd-xl-800p {
    width: 800%; }
  .mx-wd-xl-800p {
    max-width: 800%; }
  .mn-wd-xl-800p {
    min-width: 800%; }
  .wd-xl-800-f {
    width: 800px !important; }
  .wd-xl-800p-f {
    width: 800% !important; }
  .mx-wd-xl-800p-f {
    max-width: 800% !important; }
  .mn-wd-xl-800p-f {
    min-width: 800% !important; }
  .wd-xl-850 {
    width: 850px; }
  .wd-xl-850p {
    width: 850%; }
  .mx-wd-xl-850p {
    max-width: 850%; }
  .mn-wd-xl-850p {
    min-width: 850%; }
  .wd-xl-850-f {
    width: 850px !important; }
  .wd-xl-850p-f {
    width: 850% !important; }
  .mx-wd-xl-850p-f {
    max-width: 850% !important; }
  .mn-wd-xl-850p-f {
    min-width: 850% !important; }
  .wd-xl-900 {
    width: 900px; }
  .wd-xl-900p {
    width: 900%; }
  .mx-wd-xl-900p {
    max-width: 900%; }
  .mn-wd-xl-900p {
    min-width: 900%; }
  .wd-xl-900-f {
    width: 900px !important; }
  .wd-xl-900p-f {
    width: 900% !important; }
  .mx-wd-xl-900p-f {
    max-width: 900% !important; }
  .mn-wd-xl-900p-f {
    min-width: 900% !important; }
  .wd-xl-950 {
    width: 950px; }
  .wd-xl-950p {
    width: 950%; }
  .mx-wd-xl-950p {
    max-width: 950%; }
  .mn-wd-xl-950p {
    min-width: 950%; }
  .wd-xl-950-f {
    width: 950px !important; }
  .wd-xl-950p-f {
    width: 950% !important; }
  .mx-wd-xl-950p-f {
    max-width: 950% !important; }
  .mn-wd-xl-950p-f {
    min-width: 950% !important; }
  .wd-xl-1000 {
    width: 1000px; }
  .wd-xl-1000p {
    width: 1000%; }
  .mx-wd-xl-1000p {
    max-width: 1000%; }
  .mn-wd-xl-1000p {
    min-width: 1000%; }
  .wd-xl-1000-f {
    width: 1000px !important; }
  .wd-xl-1000p-f {
    width: 1000% !important; }
  .mx-wd-xl-1000p-f {
    max-width: 1000% !important; }
  .mn-wd-xl-1000p-f {
    min-width: 1000% !important; }
  .wd-xl-auto {
    width: auto; }
  .wd-xl-auto {
    width: auto !important; } }

.wd-100v {
  width: 100vw; }

.wd-1 {
  width: 1px; }

.wd-2 {
  width: 2px; }

.wd-3 {
  width: 3px; }

.wd-4 {
  width: 4px; }

.wd-6 {
  width: 6px; }

.wd-7 {
  width: 7px; }

.wd-8 {
  width: 8px; }

.wd-9 {
  width: 9px; }

.wd-280 {
  width: 280px; }

/*------------------------------------------------------------------
[29. Print]
*/
@media print {
  .header,
  .page-sidebar,
  .quickview-wrapper,
  .overlay {
    display: none; }
  .page-container {
    padding-left: 0; }
  .page-content-wrapper .content {
    border-top: 0; }
    .page-content-wrapper .content .card {
      border: none; }
      .page-content-wrapper .content .card .card-body {
        padding: 0; }
  [class^='padding-'],
  [class*='padding-'],
  .table tbody tr td {
    padding: 10px; } }

.visible-xlg {
  display: none; }

.hidden-xlg {
  display: block; }

/*** Large screens ***/
@media (min-width: 1824px) {
  .visible-xlg {
    display: block !important; }
  .hidden-xlg {
    display: none !important; }
  .quickview-wrapper .tab-content #quickview-notes > .inner {
    width: 570px; }
  .container-fluid.container-fixed-lg {
    width: 1700px;
    margin-right: auto;
    margin-left: auto; }
  .menu-pin .container-fluid.container-fixed-lg {
    width: 1450px; }
  /*.visible-xlg {
        display: block !important;
    }
    .hidden-xlg {
        display: none !important;
    }*/
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
  .col-xlg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .col-xlg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6667%;
        -ms-flex: 0 0 91.6667%;
            flex: 0 0 91.6667%;
    max-width: 91.6667%; }
  .col-xlg-10 {
    width: 83.3333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333%;
        -ms-flex: 0 0 83.3333%;
            flex: 0 0 83.3333%;
    max-width: 83.3333%; }
  .col-xlg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xlg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6667%;
        -ms-flex: 0 0 66.6667%;
            flex: 0 0 66.6667%;
    max-width: 66.6667%; }
  .col-xlg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333%;
        -ms-flex: 0 0 58.3333%;
            flex: 0 0 58.3333%;
    max-width: 58.3333%; }
  .col-xlg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xlg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6667%;
        -ms-flex: 0 0 41.6667%;
            flex: 0 0 41.6667%;
    max-width: 41.6667%; }
  .col-xlg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  .col-xlg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xlg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6667%;
        -ms-flex: 0 0 16.6667%;
            flex: 0 0 16.6667%;
    max-width: 16.6667%; }
  .col-xlg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xlg-pull-12 {
    right: 100%; }
  .col-xlg-pull-11 {
    right: 91.6667%; }
  .col-xlg-pull-10 {
    right: 83.3333%; }
  .col-xlg-pull-9 {
    right: 75%; }
  .col-xlg-pull-8 {
    right: 66.6667%; }
  .col-xlg-pull-7 {
    right: 58.3333%; }
  .col-xlg-pull-6 {
    right: 50%; }
  .col-xlg-pull-5 {
    right: 41.6667%; }
  .col-xlg-pull-4 {
    right: 33.3333%; }
  .col-xlg-pull-3 {
    right: 25%; }
  .col-xlg-pull-2 {
    right: 16.6667%; }
  .col-xlg-pull-1 {
    right: 8.33333%; }
  .col-xlg-pull-0 {
    right: 0; }
  .col-xlg-push-12 {
    left: 100%; }
  .col-xlg-push-11 {
    left: 91.6667%; }
  .col-xlg-push-10 {
    left: 83.3333%; }
  .col-xlg-push-9 {
    left: 75%; }
  .col-xlg-push-8 {
    left: 66.6667%; }
  .col-xlg-push-7 {
    left: 58.3333%; }
  .col-xlg-push-6 {
    left: 50%; }
  .col-xlg-push-5 {
    left: 41.6667%; }
  .col-xlg-push-4 {
    left: 33.3333%; }
  .col-xlg-push-3 {
    left: 25%; }
  .col-xlg-push-2 {
    left: 16.6667%; }
  .col-xlg-push-1 {
    left: 8.33333%; }
  .col-xlg-push-0 {
    left: 0; }
  .col-xlg-offset-12 {
    margin-left: 100%; }
  .col-xlg-offset-11 {
    margin-left: 91.6667%; }
  .col-xlg-offset-10 {
    margin-left: 83.3333%; }
  .col-xlg-offset-9 {
    margin-left: 75%; }
  .col-xlg-offset-8 {
    margin-left: 66.6667%; }
  .col-xlg-offset-7 {
    margin-left: 58.3333%; }
  .col-xlg-offset-6 {
    margin-left: 50%; }
  .col-xlg-offset-5 {
    margin-left: 41.6667%; }
  .col-xlg-offset-4 {
    margin-left: 33.3333%; }
  .col-xlg-offset-3 {
    margin-left: 25%; }
  .col-xlg-offset-2 {
    margin-left: 16.6667%; }
  .col-xlg-offset-1 {
    margin-left: 8.33333%; }
  .col-xlg-offset-0 {
    margin-left: 0; } }

/*** Desktops ***/
/*** Medium Size Screen ***/
@media only screen and (max-width: 1400px) {
  .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu {
    bottom: 50px; }
  .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-widgets {
    display: none; }
  .footer-widget {
    padding: 11px 21px !important; } }

@media only screen and (max-width: 1199px) {
  .visible-xl-down {
    display: block !important; } }

/*** Desktops & Laptops ***/
@media only screen and (min-width: 980px) {
  body.ie9.menu-pin .page-sidebar {
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important; }
  body.menu-pin .header .brand {
    width: 245px; }
  body.menu-pin .page-container {
    padding-left: 0; }
    body.menu-pin .page-container .page-content-wrapper .content {
      padding-left: 250px; }
    body.menu-pin .page-container .page-content-wrapper .footer {
      left: 250px; }
  body.menu-pin [data-toggle-pin="sidebar"] > i:before {
    content: "\f192"; }
  body.menu-pin .page-sidebar {
    transform: translate(210px, 0) !important;
    -webkit-transform: translate(210px, 0) !important;
    -ms-transform: translate(210px, 0) !important;
    width: 250px; }
    body.menu-pin .page-sidebar .sidebar-header .sidebar-header-controls {
      -ms-transform: translateX(18px);
          transform: translateX(18px);
      -webkit-transform: translateX(18px); }
    body.menu-pin .page-sidebar .menu-items .icon-thumbnail {
      transform: translate3d(-14px, 0, 0);
      -webkit-transform: -webkit-translate3d(-14px, 0, 0); }
  body.menu-behind .page-sidebar {
    z-index: 799; }
  body.menu-behind .header .brand {
    width: 200px;
    text-align: left;
    padding-left: 20px; }
  body.box-layout {
    background-color: #fff; }
    body.box-layout > .container,
    body.box-layout > .full-height > .container {
      height: 100%;
      padding: 0;
      background-color: #f5f6f7; }
    body.box-layout .header {
      background-color: transparent;
      border: 0;
      padding: 0; }
      body.box-layout .header > .container {
        background-color: #fff;
        border-bottom: 1px solid rgba(230, 230, 230, 0.7);
        padding: 0 20px 0 0;
        height: 100%; }
    body.box-layout .page-sidebar {
      left: auto;
      -ms-transform: none !important;
          transform: none !important;
      -webkit-transform: none !important; }
    body.box-layout .page-container .page-content-wrapper .footer {
      width: auto; }
  .header .brand {
    position: relative; }
  .header .user-info-wrapper .user-details .user-name {
    font-size: 16px; }
  .header .user-info-wrapper .user-details .user-other {
    font-size: 10px; }
  .header .user-info-wrapper .user-pic {
    position: relative;
    top: -6px; }
  .notification-panel {
    width: 400px; } }

/*** General Small Screen Desktops ***/
/*** General tablets and phones ***/
@media (max-width: 991px) {
  .hidden-lg-down {
    display: none !important; }
  .page-container {
    padding-left: 0; }
  .d-flex-lg-down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .justify-between-lg-down {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  body.sidebar-open .page-container {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    -ms-transform: translate(250px, 0);
    overflow: hidden;
    position: fixed; }
  body.sidebar-open .push-on-sidebar-open {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    -ms-transform: translate(250px, 0);
    overflow: hidden; }
  body.box-layout > .container {
    padding: 0;
    height: 100%; }
  body.box-layout .header > .container {
    padding: 0; }
    body.box-layout .header > .container .pull-right .sm-action-bar {
      right: 0; }
  body.horizontal-app-menu .header > .container {
    padding: 0; }
  body.horizontal-app-menu .secondary-sidebar {
    margin-left: 0; }
  .sm-action-bar {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10; }
    .sm-action-bar > a {
      padding: 10px;
      display: inline-block; }
  .pace .pace-activity {
    top: 60px; }
  .page-sidebar {
    width: 250px;
    z-index: auto;
    left: 0 !important;
    -webkit-transform: translate3d(0, 0px, 0px) !important;
    transform: translate3d(0, 0px, 0px) !important; }
    .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
      padding: 0px 30px 0 36px; }
  .page-container {
    padding-left: 0;
    position: relative;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transition: -webkit-transform .25s ease; }
    .page-container .page-content-wrapper .content {
      overflow-x: hidden;
      height: auto; }
  .icon-thumbnail {
    margin-right: 24px; }
  .page-sidebar {
    display: none;
    z-index: auto; }
    .page-sidebar.visible {
      display: block; }
    .page-sidebar .page-sidebar-inner {
      z-index: 1;
      left: 0 !important;
      width: 260px; }
      .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        top: 40px;
        bottom: 0; }
        .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu ul > li > a > .badge {
          display: inline-block; }
  .secondary-sidebar {
    float: none;
    height: auto;
    left: 50%;
    margin-left: -125px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9999;
    display: none;
    border-radius: 10px; }
    .secondary-sidebar .btn-compose {
      display: none; }
  .inner-content, .horizontal-app-menu .inner-content {
    margin: 0; }
  .breadcrumb {
    padding-left: 15px;
    padding-right: 15px; }
  .copyright {
    padding-left: 15px;
    padding-right: 15px; }
  body > .pgn-wrapper[data-position="top"] {
    top: 48px;
    left: 0; }
  body > .pgn-wrapper[data-position="bottom"] {
    left: 0; }
  body > .pgn-wrapper[data-position$='-left'] {
    left: 20px;
    right: auto; }
  .sm-table {
    display: table;
    width: 100%; }
  .user-profile-wrapper {
    position: absolute;
    right: 50px;
    top: -9px; }
  .container {
    width: 100%; }
  .table-responsive-block table, .table-responsive-block thead, .table-responsive-block tbody, .table-responsive-block th, .table-responsive-block td, .table-responsive-block tr {
    display: block; }
  .table-responsive-block thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .table-responsive-block tr {
    border: 1px solid rgba(230, 230, 230, 0.7);
    margin-bottom: 15px; }
  .table-responsive-block td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left; }
    .table-responsive-block td:last-child {
      border-bottom: 0; }
    .table-responsive-block td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      text-align: left;
      font-weight: bold; }
    .table-responsive-block td:before {
      content: attr(data-title); }
  .kill-pull-md-down {
    position: relative;
    display: block;
    width: inherit; }
    .kill-pull-md-down .toggle-secondary-sidebar {
      display: inline-block;
      font-size: 18px; }
  .nav-tabs-header.nav-tabs-linetriangle {
    height: 61px; }
  .overlay {
    padding-left: 15px; } }

/* Landscape view of all tablet devices */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .page-sidebar .sidebar-menu .menu-items ul {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
  .page-container .page-content-wrapper .content {
    padding-top: 60px; }
  body.box-layout > .container {
    width: 100%; }
  .inner-content {
    margin-left: 0; }
  .secondary-sidebar {
    float: none;
    height: auto;
    left: 50%;
    margin-left: -155px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9999;
    display: none;
    border-radius: 10px; }
    .secondary-sidebar .btn-compose {
      display: none; }
  .horizontal-app-menu .secondary-sidebar {
    display: inline-block;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    padding: 20px 0;
    border-radius: 0;
    float: left;
    height: 100%; }
  .split-details {
    margin-left: 0; }
  .toggle-secondary-sidebar {
    font-size: 18px;
    display: block;
    font-size: 18px;
    left: 50%;
    margin-left: -36px;
    position: absolute; }
    .toggle-secondary-sidebar ~ .brand {
      display: none !important; } }

@media (max-width: 991px) {
  .sm-b-r,
  .sm-b-l,
  .sm-b-t,
  .sm-b-b {
    border-width: 0; }
  .sm-b-r {
    border-right-width: 1px; }
  .sm-b-l {
    border-left-width: 1px; }
  .sm-b-t {
    border-top-width: 1px; }
  .sm-b-b {
    border-bottom-width: 1px; }
  .sidebar-menu .icon-thumbnail {
    margin-right: 15px; } }

@media (min-width: 1200px) {
  .row-same-height {
    overflow: hidden; }
    .row-same-height > [class*="col-lg"] {
      margin-bottom: -99999px;
      padding-bottom: 99999px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .visible-md {
    display: block !important; } }

@media (min-width: 992px) {
  .row-same-height {
    overflow: hidden; }
    .row-same-height > [class*="col-md"] {
      margin-bottom: -99999px;
      padding-bottom: 99999px; } }

@media (min-width: 768px) {
  .row-same-height {
    overflow: hidden; }
    .row-same-height > [class*="col-sm"] {
      margin-bottom: -99999px;
      padding-bottom: 99999px; }
  .box-layout .container .jumbotron, .container-fluid .jumbotron {
    padding: 0; }
  .d-flex-md-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .navbar-toggle {
    display: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .dataTables_wrapper.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: absolute; }
  .justify-end-md-up {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media (min-width: 700px) {
  .dd {
    float: none; } }

/* Portrait view of all tablet devices */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-sidebar .sidebar-menu .menu-items > li > a {
    padding-left: 27px; }
  .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding: 0px 27px 0 31px; }
  .icon-thumbnail {
    margin-right: 21px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .visible-sm {
    display: block; }
  .hidden-sm {
    display: none; }
  .visible-sm-inline-block {
    display: inline-block !important; }
  .md-p-t-0 {
    margin-top: 0px !important; }
  .md-p-r-0 {
    margin-right: 0px !important; }
  .md-p-l-0 {
    margin-left: 0px !important; }
  .md-p-b-0 {
    margin-bottom: 0px !important; }
  .md-p-t-5 {
    margin-top: 5px !important; }
  .md-p-r-5 {
    margin-right: 5px !important; }
  .md-p-l-5 {
    margin-left: 5px !important; }
  .md-p-b-5 {
    margin-bottom: 5px !important; }
  .md-p-t-10 {
    margin-top: 10px !important; }
  .md-p-r-10 {
    margin-right: 10px !important; }
  .md-p-l-10 {
    margin-left: 10px !important; }
  .md-p-b-10 {
    margin-bottom: 10px !important; }
  .md-p-t-15 {
    margin-top: 15px !important; }
  .md-p-r-15 {
    margin-right: 15px !important; }
  .md-p-l-15 {
    margin-left: 15px !important; }
  .md-p-b-15 {
    margin-bottom: 15px !important; }
  .md-p-t-0 {
    margin-top: 0px !important; }
  .md-p-r-0 {
    margin-right: 0px !important; }
  .md-p-l-0 {
    margin-left: 0px !important; }
  .md-p-b-0 {
    margin-bottom: 0px !important; }
  .md-p-t-5 {
    margin-top: 5px !important; }
  .md-p-r-5 {
    margin-right: 5px !important; }
  .md-p-l-5 {
    margin-left: 5px !important; }
  .md-p-b-5 {
    margin-bottom: 5px !important; }
  .md-p-t-10 {
    margin-top: 10px !important; }
  .md-p-r-10 {
    margin-right: 10px !important; }
  .md-p-l-10 {
    margin-left: 10px !important; }
  .md-p-b-10 {
    margin-bottom: 10px !important; }
  .md-p-t-15 {
    margin-top: 15px !important; }
  .md-p-r-15 {
    margin-right: 15px !important; }
  .md-p-l-15 {
    margin-left: 15px !important; }
  .md-p-b-15 {
    margin-bottom: 15px !important; } }

@media (max-width: 979px) {
  .toggle-secondary-sidebar {
    font-size: 18px;
    position: static;
    display: block; }
    .toggle-secondary-sidebar ~ .brand {
      display: none !important; }
  .secondary-sidebar {
    float: none;
    height: auto;
    left: 50%;
    margin-left: -125px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9999;
    display: none;
    border-radius: 10px; }
    .secondary-sidebar .btn-compose {
      display: none; }
  .split-view .split-list {
    width: 100%;
    height: auto;
    bottom: 50px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1000;
    float: none; }
    .split-view .split-list .item {
      padding: 8px; }
      .split-view .split-list .item .inline {
        width: 188px; }
  .split-view .split-details {
    margin-left: 0;
    width: 100%; }
    .split-view .split-details .email-content-wrapper {
      overflow: auto;
      padding: 0;
      height: calc(100% - 50px); }
      .split-view .split-details .email-content-wrapper .email-content {
        width: 90%; }
  .compose-wrapper {
    display: block !important; }
    .compose-wrapper .btn-compose {
      display: block !important; } }

@media (max-width: 767px) {
  .jumbotron, .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .page-container .page-content-wrapper .content {
    padding-top: 48px;
    padding-bottom: 2px; }
  .page-sidebar .sidebar-header {
    padding: 0 12px; }
  .page-sidebar .sidebar-menu .menu-items > li > a {
    padding-left: 20px; }
  .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding: 0px 25px 0 28px; }
  .icon-thumbnail {
    margin-right: 20px; }
  .secondary-sidebar {
    top: 48px; }
  .split-details {
    margin-left: 0; }
  .email-composer {
    padding-left: 30px;
    padding-right: 30px; }
  .sm-pull-bottom, .sm-pull-up {
    position: relative !important; }
  .sm-p-t-0 {
    margin-top: 0px !important; }
  .sm-p-r-0 {
    margin-right: 0px !important; }
  .sm-p-l-0 {
    margin-left: 0px !important; }
  .sm-p-b-0 {
    margin-bottom: 0px !important; }
  .sm-p-t-5 {
    margin-top: 5px !important; }
  .sm-p-r-5 {
    margin-right: 5px !important; }
  .sm-p-l-5 {
    margin-left: 5px !important; }
  .sm-p-b-5 {
    margin-bottom: 5px !important; }
  .sm-p-t-10 {
    margin-top: 10px !important; }
  .sm-p-r-10 {
    margin-right: 10px !important; }
  .sm-p-l-10 {
    margin-left: 10px !important; }
  .sm-p-b-10 {
    margin-bottom: 10px !important; }
  .sm-p-t-15 {
    margin-top: 15px !important; }
  .sm-p-r-15 {
    margin-right: 15px !important; }
  .sm-p-l-15 {
    margin-left: 15px !important; }
  .sm-p-b-15 {
    margin-bottom: 15px !important; }
  .sm-p-t-20 {
    margin-top: 20px !important; }
  .sm-p-r-20 {
    margin-right: 20px !important; }
  .sm-p-l-20 {
    margin-left: 20px !important; }
  .sm-p-b-20 {
    margin-bottom: 20px !important; }
  .sm-p-t-25 {
    margin-top: 25px !important; }
  .sm-p-r-25 {
    margin-right: 25px !important; }
  .sm-p-l-25 {
    margin-left: 25px !important; }
  .sm-p-b-25 {
    margin-bottom: 25px !important; }
  .sm-p-t-30 {
    margin-top: 30px !important; }
  .sm-p-r-30 {
    margin-right: 30px !important; }
  .sm-p-l-30 {
    margin-left: 30px !important; }
  .sm-p-b-30 {
    margin-bottom: 30px !important; }
  .sm-p-t-35 {
    margin-top: 35px !important; }
  .sm-p-r-35 {
    margin-right: 35px !important; }
  .sm-p-l-35 {
    margin-left: 35px !important; }
  .sm-p-b-35 {
    margin-bottom: 35px !important; }
  .sm-p-t-40 {
    margin-top: 40px !important; }
  .sm-p-r-40 {
    margin-right: 40px !important; }
  .sm-p-l-40 {
    margin-left: 40px !important; }
  .sm-p-b-40 {
    margin-bottom: 40px !important; }
  .sm-p-t-45 {
    margin-top: 45px !important; }
  .sm-p-r-45 {
    margin-right: 45px !important; }
  .sm-p-l-45 {
    margin-left: 45px !important; }
  .sm-p-b-45 {
    margin-bottom: 45px !important; }
  .sm-p-t-50 {
    margin-top: 50px !important; }
  .sm-p-r-50 {
    margin-right: 50px !important; }
  .sm-p-l-50 {
    margin-left: 50px !important; }
  .sm-p-b-50 {
    margin-bottom: 50px !important; }
  .sm-p-t-0 {
    margin-top: 0px !important; }
  .sm-p-r-0 {
    margin-right: 0px !important; }
  .sm-p-l-0 {
    margin-left: 0px !important; }
  .sm-p-b-0 {
    margin-bottom: 0px !important; }
  .sm-p-t-5 {
    margin-top: 5px !important; }
  .sm-p-r-5 {
    margin-right: 5px !important; }
  .sm-p-l-5 {
    margin-left: 5px !important; }
  .sm-p-b-5 {
    margin-bottom: 5px !important; }
  .sm-p-t-10 {
    margin-top: 10px !important; }
  .sm-p-r-10 {
    margin-right: 10px !important; }
  .sm-p-l-10 {
    margin-left: 10px !important; }
  .sm-p-b-10 {
    margin-bottom: 10px !important; }
  .sm-p-t-15 {
    margin-top: 15px !important; }
  .sm-p-r-15 {
    margin-right: 15px !important; }
  .sm-p-l-15 {
    margin-left: 15px !important; }
  .sm-p-b-15 {
    margin-bottom: 15px !important; }
  .sm-p-t-20 {
    margin-top: 20px !important; }
  .sm-p-r-20 {
    margin-right: 20px !important; }
  .sm-p-l-20 {
    margin-left: 20px !important; }
  .sm-p-b-20 {
    margin-bottom: 20px !important; }
  .sm-p-t-25 {
    margin-top: 25px !important; }
  .sm-p-r-25 {
    margin-right: 25px !important; }
  .sm-p-l-25 {
    margin-left: 25px !important; }
  .sm-p-b-25 {
    margin-bottom: 25px !important; }
  .sm-p-t-30 {
    margin-top: 30px !important; }
  .sm-p-r-30 {
    margin-right: 30px !important; }
  .sm-p-l-30 {
    margin-left: 30px !important; }
  .sm-p-b-30 {
    margin-bottom: 30px !important; }
  .sm-p-t-35 {
    margin-top: 35px !important; }
  .sm-p-r-35 {
    margin-right: 35px !important; }
  .sm-p-l-35 {
    margin-left: 35px !important; }
  .sm-p-b-35 {
    margin-bottom: 35px !important; }
  .sm-p-t-40 {
    margin-top: 40px !important; }
  .sm-p-r-40 {
    margin-right: 40px !important; }
  .sm-p-l-40 {
    margin-left: 40px !important; }
  .sm-p-b-40 {
    margin-bottom: 40px !important; }
  .sm-p-t-45 {
    margin-top: 45px !important; }
  .sm-p-r-45 {
    margin-right: 45px !important; }
  .sm-p-l-45 {
    margin-left: 45px !important; }
  .sm-p-b-45 {
    margin-bottom: 45px !important; }
  .sm-p-t-50 {
    margin-top: 50px !important; }
  .sm-p-r-50 {
    margin-right: 50px !important; }
  .sm-p-l-50 {
    margin-left: 50px !important; }
  .sm-p-b-50 {
    margin-bottom: 50px !important; }
  .sm-no-margin {
    margin: 0px; }
  .sm-no-padding {
    padding: 0px; }
  .sm-text-right {
    text-align: right !important; }
  .sm-text-left {
    text-align: left !important; }
  .sm-text-center {
    text-align: center !important; }
  .sm-pull-right {
    float: right !important; }
  .sm-pull-left {
    float: left !important; }
  .sm-pull-reset {
    float: none !important; }
  .sm-block {
    display: block; }
  .sm-image-responsive-height {
    width: 100%;
    height: auto; }
  .email-composer {
    padding-left: 30px;
    padding-right: 30px; }
  .sm-padding-10 {
    padding: 10px !important; }
  .lock-box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto; }
  .login-box {
    padding-right: 15px;
    padding-left: 15px; }
  .visible-xs-inline-block {
    display: inline-block !important; }
  .sm-padding-10 {
    padding: 10px !important; }
  .lock-box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto; }
  .login-box {
    padding-right: 15px;
    padding-left: 15px; }
  .visible-xs-inline-block {
    display: inline-block !important; }
  .nav-tabs-linetriangle.nav-cust {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .nav-tabs-linetriangle li a.active:after, .nav-tabs-linetriangle li a.active:before {
    display: none; }
  .sm-vh-25 {
    height: 25vh; }
  .sm-vh-50 {
    height: 50vh; }
  .sm-vh-75 {
    height: 75vh; }
  .sm-vh-100 {
    height: 100vh; }
  .horizontal-app-menu .page-container .page-content-wrapper .content > .container {
    padding-left: 0;
    padding-right: 0; }
  .summernote-wrapper .btn-group {
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
            flex-flow: wrap; } }

/*** Phones ***/
@media (max-width: 480px) {
  body {
    width: 100%; }
    body #overlay-search {
      font-size: 48px;
      height: 118px;
      line-height: 46px; }
  .page-sidebar .sidebar-header {
    height: 48px;
    line-height: 48px; }
  .panel .panel-heading {
    padding-left: 15px; }
  .panel .panel-body {
    padding: 15px;
    padding-top: 0; }
  .map-controls {
    left: 10px; }
  .register-container {
    height: auto !important; } }

/*** Retina Display Images **/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 200 / 100), only screen and (min-device-pixel-ratio: 2) {
  .editor-icon {
    background-image: url("../img/editor_tray_2x.png");
    background-size: 480px 40px; }
  .alert .close {
    background: url("../img/icons/noti-cross-2x.png") no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    background-size: 114px 29px; } }

.hidden {
  display: none !important; }

.visible-sm, .visible-xs {
  display: none; }

@media (max-width: 767px) {
  .visible-xs {
    display: block; }
  .hidden-xs {
    display: none; } }

.horizontal-app-menu .header {
  background: #fff; }

.horizontal-app-menu .header .header-inner {
  padding-left: 0px;
  padding-right: 0px; }

.horizontal-app-menu .header .header-icon {
  color: #fff; }

.horizontal-app-menu .header .search-link {
  color: #fff; }

.horizontal-app-menu .menu-bar > ul > li.open > a {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.horizontal-app-menu .menu-bar > ul > li:first-child > a {
  padding-left: 4px; }

.horizontal-app-menu .menu-bar ul li a .arrow {
  padding-left: 7px; }

.header .bubble {
  background-color: #f94816; }

.menu-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13); }
  .menu-bar ul li.active {
    border-bottom: 3px solid #C49756; }
  .menu-bar ul li a {
    color: #000; }
    .menu-bar ul li a:hover {
      opacity: .8; }

@media (min-width: 1199px) {
  .horizontal-app-menu .menu-bar > ul > li {
    margin: 0 12px; }
    .horizontal-app-menu .menu-bar > ul > li:first-child {
      margin-left: 0; }
    .horizontal-app-menu .menu-bar > ul > li > a {
      padding: 0 4px; }
    .horizontal-app-menu .menu-bar > ul > li > ul {
      left: -21px; }
  .horizontal-app-menu .ghost-nav-dropdown {
    left: -21px; }
  .dataTables_wrapper .row {
    background: #ededed; } }

.jumbotron {
  padding-top: 20px; }

@media (max-width: 767px) {
  .client-row [class*="col-"],
  .attachments-row [class*="col-"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }
  .client-row + .client-row,
  .attachments-row + .attachments-row {
    margin-top: 2rem !important; }
  .form-group.form-group-default.uploadFileRequest {
    min-height: 50px;
    height: auto !important;
    padding-bottom: 2.5rem; }
  .attachments-row .form-group, .form-group.form-group-default.uploadFileRequest {
    margin-bottom: 1rem !important; }
  .breadcrumb.breadcrumb-alt {
    padding: 8px 1rem; }
  .breadcrumb li:first-child a {
    margin-right: 0; }
  .dataTables_wrapper .row {
    background: none; }
  .page-options-btns .btn-group .btn i + span {
    display: block;
    font-size: .75rem; }
  .page-options-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .page-options-btns .btn {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .page-options-btns .btn-group .btn i {
    margin: 0; }
  .dashboard-no-gutters > [class*=col] {
    padding: 1px 0; }
  .calendar-wrapper {
    position: static;
    min-height: 100vh; }
  .calendar-sidebar {
    display: none; }
  .horizontal-app-menu.fixed-header {
    overflow: auto;
    display: block;
    height: auto; }
  .page-container .page-content-wrapper .footer {
    position: static; }
  .calendar-content {
    right: 0;
    bottom: 90px;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden; } }

@media (min-width: 768px) and (max-width: 979px) {
  .calendar-wrapper {
    top: 133px; }
  .page-options-btns .btn-complete {
    margin: 1rem 0 !important; } }

@media (max-width: 979px) {
  .horizontal-app-menu .header {
    padding-left: 0; }
    .horizontal-app-menu .header .header-inner {
      padding-left: 15px;
      padding-right: 15px; }
      .horizontal-app-menu .header .header-inner .brand.inline {
        padding: 0;
        margin: 0;
        margin-left: 35px; }
    .horizontal-app-menu .header .dropdown-menu.add-dropdown {
      position: static !important;
      margin: 0;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      border: 0 !important;
      border-radius: 0;
      background: #27272a;
      box-shadow: none; }
    .horizontal-app-menu .header .dropdown-menu.add-dropdown a {
      padding-top: 0;
      padding-bottom: 0;
      color: #999; }
    .horizontal-app-menu .header .dropdown-menu.add-dropdown a:hover {
      color: #fff; }
  .horizontal-app-menu .menu-bar ul li a {
    padding-right: 20px !important; }
  .table tbody tr td {
    white-space: nowrap; }
  .dashboard-no-gutters > [class*=col] {
    padding: 1px; }
  .page-options-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .page-options-btns .btn {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.dashboard-no-gutters > [class*=col] {
  padding: 1px; }

.dashboard-statistics .card {
  margin-bottom: 2px; }

.dashboard-statistics .stats-bottom {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .dashboard-statistics .stats-bottom .hint-text {
    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; }
    .dashboard-statistics .stats-bottom .hint-text i {
      margin-left: 5px; }
  .dashboard-statistics .stats-bottom a {
    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;
    color: #939597; }
    .dashboard-statistics .stats-bottom a:hover {
      opacity: .5; }

.dashboard-statistics h3 {
  font-size: 18px;
  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; }

.dashboard-statistics h3 b {
  font-size: 28px;
  margin-left: 8px; }

.custom-control-label::after, .custom-control-label::before {
  left: auto;
  right: 0;
  border-radius: 0; }

label.custom-control-label {
  padding-right: 30px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #00696E; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00696E; }

.page-top-fixed {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px -2px 15px -5px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 9; }

.btn-material {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.row-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.row-options .btn {
  margin-bottom: 10px;
  margin-left: 0;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px; }
  .row-options .btn i {
    font-size: inherit; }

.attachments-row .row-options {
  height: auto; }

.input-file-container .label-info {
  padding: 0; }

.input-file-container.active .label-info {
  padding: 3px 6px;
  margin-top: 5px; }

.input-file-container .label-info {
  /* background: #000; */
  position: relative;
  z-index: 9999;
  opacity: 1;
  color: #000; }

.input-file-container label.input-file-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 7px 12px 44px 7px; }

.input-file-container {
  padding-bottom: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.input-file-container .label {
  width: 100%;
  font-weight: 700; }

.input-file-container label.input-file-trigger span {
  display: block; }

.form-group.form-group-default.uploadFileRequest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  height: 100%; }

.attachments-row .form-group {
  margin-bottom: 0; }

.attachments-row + .attachments-row {
  margin-top: 10px; }

.attachments-row .row-options .btn {
  margin: 0 !important;
  height: 100%; }

.attachments-row .row-options {
  height: 100%; }

/*********/
.page-header {
  font-size: 20px; }

/***********/
.note-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  -webkit-transition: .5s all;
  transition: .5s all;
  padding: 15px;
  position: relative; }
  .note-item .note-title {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .note-item .note-title p {
      padding-right: 5px; }
  .note-item + .note-item {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .note-item time {
    padding-right: 6px; }
  .note-item:hover {
    background: #f1f1f1; }

.note-options {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 28px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0;
  padding: 4px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  opacity: 0;
  z-index: -10;
  -webkit-transition: .5s all;
  transition: .5s all; }
  .note-options .notes-opt-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    min-width: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000; }
    .note-options .notes-opt-btn i {
      font-size: inherit; }

*:hover > .note-options {
  opacity: 1;
  z-index: 9; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0; }

.modal .input-daterange .form-group {
  margin: 0;
  height: 100%; }

.modal .input-daterange > .form-group {
  margin-bottom: 20px; }

.profile-dropdown-toggle {
  padding: 0; }

/*# sourceMappingURL=pages.css.map */
