﻿@font-face {
  font-family: 'avi-book';
  src: url("../../Content/fonts/gr-book.eot");
  src: url("../../Content/fonts/gr-book.eot?#iefix") format("embedded-opentype"), url("../../Content/fonts/gr-book.woff") format("woff"), url("../../Content/fonts/gr-book.ttf") format("truetype"), url("../../Content/fonts/gr-book.svg#GothamRounded-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'avi-medium';
  src: url("../../Content/fonts/gr-medium.eot");
  src: url("../../Content/fonts/gr-medium.eot?#iefix") format("embedded-opentype"), url("../../Content/fonts/gr-medium.woff") format("woff"), url("../../Content/fonts/gr-medium.ttf") format("truetype"), url("../../Content/fonts/gr-medium.svg#GothamRounded-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

html,
body, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'avi-book', sans-serif; }

#sidebar #sidebar-menu {
  background-color: transparent !important;
  background-image: none !important;
  border: 0;
  border-color: transparent;
  padding-bottom: 12em; }
  @media (max-width: 767.98px) {
    #sidebar #sidebar-menu {
      padding-bottom: 1em; } }
  #sidebar #sidebar-menu .k-item {
    float: none;
    border-width: 0 0 0 0; }
    #sidebar #sidebar-menu .k-item.k-state-hover .k-link {
      background: #233c52;
      text-decoration: none !important;
      background-image: none;
      border-color: transparent;
      color: #fff; }
    #sidebar #sidebar-menu .k-item.k-state-hover:hover {
      background: #233c52;
      background-image: none;
      border-color: transparent;
      color: #fff; }
  #sidebar #sidebar-menu .k-state-highlight a.dropdown-toggle {
    background-color: #fff;
    color: #2b4964;
    text-shadow: none; }

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #2b4964;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s; }
  #sidebar .sidebar-header {
    background-color: #97CC44;
    width: 250px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    position: fixed;
    z-index: 1021;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s; }
    #sidebar .sidebar-header img {
      width: 110px;
      height: 54px; }
    #sidebar .sidebar-header .logoCaretDown {
      width: 0;
      height: 0;
      top: auto;
      right: 0;
      bottom: 1px;
      left: -1.5625em;
      position: absolute;
      margin: 0 auto; }
      @media (max-width: 767.98px) {
        #sidebar .sidebar-header .logoCaretDown {
          display: none; } }
      #sidebar .sidebar-header .logoCaretDown:after, #sidebar .sidebar-header .logoCaretDown:before {
        content: '';
        display: block;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        margin: auto; }
      #sidebar .sidebar-header .logoCaretDown::after {
        top: 0;
        border-color: #97CC44 transparent transparent transparent;
        border-width: 10px; }
      #sidebar .sidebar-header .logoCaretDown::before {
        border-color: transparent; }
  #sidebar ul#sidebar-menu {
    list-style: none;
    padding-top: 66px; }
    @media (min-width: 768px) {
      #sidebar ul#sidebar-menu {
        margin-top: 1em;
        padding-bottom: 5em; } }
    #sidebar ul#sidebar-menu li {
      min-height: 40px;
      width: 250px;
      border-bottom: 1px solid #233c52 !important; }
      #sidebar ul#sidebar-menu li .dropdown-toggle {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        #sidebar ul#sidebar-menu li .dropdown-toggle::after {
          display: none; }
        #sidebar ul#sidebar-menu li .dropdown-toggle .navIcon {
          -webkit-flex: 1;
          -moz-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        #sidebar ul#sidebar-menu li .dropdown-toggle .navText {
          -webkit-flex: 7;
          -moz-flex: 7;
          -ms-flex: 7;
          flex: 7; }
      #sidebar ul#sidebar-menu li a {
        width: 100%;
        text-align: left;
        padding: 0.5em 0.625em !important;
        font-size: 0.9em;
        display: block;
        color: #fff;
        min-height: 40px;
        text-shadow: 1px 1px 2px #000;
        -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2);
        -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2);
        box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2);
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease; }
        #sidebar ul#sidebar-menu li a:hover {
          color: #fff;
          background: #233c52;
          text-decoration: none !important; }
        #sidebar ul#sidebar-menu li a i {
          margin-right: 0.625em; }
    #sidebar ul#sidebar-menu li:first-child a {
      box-shadow: none !important; }

#sidebar.active {
  min-width: 5em;
  max-width: 5em;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s; }
  #sidebar.active .sidebar-header {
    width: 5em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s; }
    #sidebar.active .sidebar-header img {
      width: 70px;
      height: 34px; }
  #sidebar.active ul#sidebar-menu {
    list-style: none; }
    #sidebar.active ul#sidebar-menu li {
      min-width: 5em;
      width: 5em; }
      #sidebar.active ul#sidebar-menu li a {
        text-align: center; }
        #sidebar.active ul#sidebar-menu li a i {
          display: block; }
        #sidebar.active ul#sidebar-menu li a .navText {
          display: none; }

#sidebarCollapse {
  box-shadow: none !important;
  font-size: 1.1em;
  width: 35px;
  text-shadow: 1px 1px 2px #000; }
  @media (min-width: 768px) {
    #sidebarCollapse {
      top: 14px;
      right: auto;
      bottom: auto;
      left: 215px;
      position: fixed;
      z-index: 1022;
      -webkit-border-radius: 0.25em 0 0 0.25em;
      -moz-border-radius: 0.25em 0 0 0.25em;
      -ms-border-radius: 0.25em 0 0 0.25em;
      border-radius: 0.25em 0 0 0.25em;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s; } }
  #sidebarCollapse .fa-chevron-right {
    display: none; }

@media (min-width: 768px) {
  #sidebar.active #sidebarCollapse {
    left: 4.55em;
    -webkit-border-radius: 0 0.25em 0.25em 0;
    -moz-border-radius: 0 0.25em 0.25em 0;
    -ms-border-radius: 0 0.25em 0.25em 0;
    border-radius: 0 0.25em 0.25em 0; } }

#sidebar.active #sidebarCollapse .fa-chevron-left {
  display: none; }

#sidebar.active #sidebarCollapse .fa-chevron-right {
  display: block; }

.customNavBar .navTopHeading {
  position: relative;
  left: 0; }

#sidebar.active ~ #contentBox .customNavBar .navTopHeading {
  position: relative;
  left: 2em; }

header {
  height: 66px; }
  header .customNavBar {
    position: relative;
    width: 100%;
    z-index: 1010;
    height: 66px;
    padding: 0 !important;
    background-color: #eae8e8;
    border-bottom: 1px solid #dfdfdf; }
    @media (max-width: 767.98px) {
      header .customNavBar {
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        position: fixed; } }
    header .customNavBar .navTopHeading {
      transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear; }
  @media (max-width: 767.98px) {
    header {
      height: 50px; }
      header .customNavBar {
        height: 50px; } }

.cartIcon {
  position: absolute;
  right: 0;
  float: right;
  text-align: right;
  width: 100%;
  padding: 0 10px 0; }
  @media (min-width: 768px) {
    .cartIcon {
      width: auto; } }
  @media (min-width: 768px) {
    .cartIcon {
      position: relative;
      float: none;
      padding-right: 0; } }
  @media (max-width: 767.98px) {
    .cartIcon .cartQuantity {
      top: 5px;
      right: -5px;
      bottom: auto;
      left: auto;
      position: absolute;
      width: 24px;
      height: 24px;
      line-height: 24px;
      background-color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
      .cartIcon .cartQuantity .brckt {
        display: none; } }
  .cartIcon .loginBox .dropdown-menu .userPic {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .cartIcon .loginBox .dropdown-menu .userPic .userBox .userIcon {
      width: 100px;
      height: 100px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-color: #f1f1f1;
      color: #cfcfcf;
      border: 1px solid #cfcfcf;
      display: inline-block;
      text-align: center;
      box-sizing: border-box;
      position: relative;
      overflow: hidden; }
      .cartIcon .loginBox .dropdown-menu .userPic .userBox .userIcon .fa {
        font-size: 5.7em;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        margin: 0 auto; }
      .cartIcon .loginBox .dropdown-menu .userPic .userBox .userIcon img {
        width: 100px;
        height: 100px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .cartIcon .loginBox .dropdown-menu .userPic .userBox .userIcon .changeImg {
        background: rgba(0, 0, 0, 0.5);
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-weight: 300 !important;
        font-size: 0.8em;
        top: auto;
        right: auto;
        bottom: 0;
        left: auto;
        position: absolute;
        color: #fff;
        text-decoration: none !important; }
        .cartIcon .loginBox .dropdown-menu .userPic .userBox .userIcon .changeImg:hover {
          background: rgba(0, 0, 0, 0.8); }
  .cartIcon .loginBox .dropdown-menu .userDetail {
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
    margin-left: 1em; }
    .cartIcon .loginBox .dropdown-menu .userDetail .userItem {
      display: block;
      font-size: 0.8em;
      text-decoration: none;
      text-transform: capitalize;
      margin: 0.35em 0; }
      .cartIcon .loginBox .dropdown-menu .userDetail .userItem:hover {
        color: #97CC44; }
    @media (max-width: 767.98px) {
      .cartIcon .loginBox .dropdown-menu .userDetail .emailtext {
        word-break: break-all; } }
  .cartIcon .loginBox .dropdown-toggle {
    padding: 0.5rem 0; }
  .cartIcon a.nav-link {
    line-height: 46px;
    color: #97CC44; }
    @media (max-width: 767.98px) {
      .cartIcon a.nav-link {
        line-height: 30px; } }
    .cartIcon a.nav-link:hover, .cartIcon a.nav-link:focus, .cartIcon a.nav-link:active {
      color: #7cae2f !important; }
    .cartIcon a.nav-link.dropdown-toggle::after {
      border: 0 !important;
      margin: 0 !important; }
    .cartIcon a.nav-link .userBox {
      color: #3d3d3d;
      font-weight: 700;
      font-size: 0.875rem; }
      @media (max-width: 767.98px) {
        .cartIcon a.nav-link .userBox {
          padding-left: 0.25rem; } }
      .cartIcon a.nav-link .userBox .userIcon {
        width: 34px;
        height: 34px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: #f1f1f1;
        color: #cfcfcf;
        border: 1px solid #cfcfcf;
        display: inline-block;
        text-align: center;
        line-height: 34px;
        margin-right: 5px;
        box-sizing: content-box;
        position: relative; }
        @media (max-width: 767.98px) {
          .cartIcon a.nav-link .userBox .userIcon {
            margin-right: 0;
            width: 26px;
            height: 26px;
            line-height: 26px; } }
        .cartIcon a.nav-link .userBox .userIcon img {
          width: 34px;
          height: 34px;
          top: -1px;
          position: relative;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
          @media (max-width: 767.98px) {
            .cartIcon a.nav-link .userBox .userIcon img {
              width: 26px;
              height: 26px; } }
        @media (min-width: 768px) {
          .cartIcon a.nav-link .userBox .userIcon {
            float: left;
            margin-top: 2px; } }
      @media (min-width: 768px) {
        .cartIcon a.nav-link .userBox .userNameWD {
          max-width: 110px;
          float: left; } }
  .cartIcon .dropdown-menu {
    margin-top: 0 !important;
    -webkit-box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
    border-color: #dfdfdf; }
    @media (min-width: 768px) {
      .cartIcon .dropdown-menu {
        min-width: 22rem;
        width: auto !important; } }
    .cartIcon .dropdown-menu .dropdown-item {
      font-size: 0.875rem; }
      .cartIcon .dropdown-menu .dropdown-item:hover, .cartIcon .dropdown-menu .dropdown-item:focus, .cartIcon .dropdown-menu .dropdown-item:active {
        color: #fff;
        background-color: #97CC44; }
  .cartIcon .btn-group {
    height: 64px;
    padding: 0.25rem;
    margin-left: -3px; }
    @media (max-width: 767.98px) {
      .cartIcon .btn-group {
        height: 50px; } }
    .cartIcon .btn-group > .nav-link.dropdown-toggle {
      padding: 0.5rem 0.25rem; }
      @media (max-width: 767.98px) {
        .cartIcon .btn-group > .nav-link.dropdown-toggle {
          padding: 0.5rem 0; } }
    .cartIcon .btn-group.show {
      position: static; }
      @media (min-width: 768px) {
        .cartIcon .btn-group.show {
          position: relative; } }
      .cartIcon .btn-group.show .dropdown-menu {
        display: table;
        width: 100%;
        left: 0;
        right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        border-left-width: 0;
        border-right-width: 0; }
        @media (min-width: 768px) {
          .cartIcon .btn-group.show .dropdown-menu {
            width: auto !important;
            display: block;
            left: auto;
            right: 0;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px;
            border-left-width: 1px;
            border-right-width: 1px; } }
    .cartIcon .btn-group.flag-group .dropdown-toggle {
      padding-left: 0.4rem; }
    @media (max-width: 767.98px) {
      .cartIcon .btn-group.flag-group .dropdown-toggle {
        padding: 0.5rem 0; } }
    @media (min-width: 768px) {
      .cartIcon .btn-group.flag-group .dropdown-menu {
        min-width: 15rem; }
        .cartIcon .btn-group.flag-group .dropdown-menu .upTriangle {
          top: -30px;
          right: 0;
          bottom: 0;
          left: 82%;
          position: absolute; } }
    .cartIcon .btn-group.headerCart {
      display: inline-block; }
      .cartIcon .btn-group.headerCart .nav-link {
        padding-left: .5rem;
        padding-right: .5rem;
        padding-bottom: 4px; }
        @media (max-width: 767.98px) {
          .cartIcon .btn-group.headerCart .nav-link {
            padding-left: .1rem;
            line-height: 34px; } }
        .cartIcon .btn-group.headerCart .nav-link .cart-pendTrans {
          top: -4px;
          right: -8px;
          bottom: auto;
          left: auto;
          position: absolute;
          width: 22px;
          height: 22px;
          display: inline-block;
          background-color: #dc3545;
          -webkit-border-radius: 5em;
          -moz-border-radius: 5em;
          -ms-border-radius: 5em;
          border-radius: 5em;
          color: #fff;
          font-size: 12px;
          line-height: 22px;
          text-align: center;
          font-weight: bold; }
          @media (max-width: 767.98px) {
            .cartIcon .btn-group.headerCart .nav-link .cart-pendTrans {
              width: 18px;
              height: 18px;
              line-height: 18px;
              font-size: 10px;
              top: -6px; } }
        .cartIcon .btn-group.headerCart .nav-link .cart-iconfont {
          font-size: 1.375em; }
          @media (max-width: 767.98px) {
            .cartIcon .btn-group.headerCart .nav-link .cart-iconfont {
              font-size: 0.875em; } }
    .cartIcon .btn-group:hover, .cartIcon .btn-group:focus, .cartIcon .btn-group:active {
      background-color: #dedbdb; }

.upTriangle {
  width: 0;
  height: 0;
  display: none;
  top: -30px;
  right: 0;
  bottom: 0;
  left: 87%;
  position: absolute; }
  .upTriangle:after, .upTriangle:before {
    content: '';
    display: block;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    margin: auto; }
  .upTriangle::after {
    top: 1px;
    border-color: transparent transparent #fff transparent;
    border-width: 15px; }
  .upTriangle::before {
    top: 0;
    border-color: transparent transparent #cfcfcf transparent;
    border-width: 15px; }
  @media (min-width: 768px) {
    .upTriangle {
      display: block; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  #sidebar.active {
    min-width: 250px;
    max-width: 250px;
    background: #2b4964;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s; }
    #sidebar.active .sidebar-header {
      width: 250px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s; }
      #sidebar.active .sidebar-header img {
        width: 100px;
        height: 54px; } }
  @media (min-width: 768px) and (max-width: 1199.98px) and (min-width: 768px) {
    #sidebar.active ul#sidebar-menu {
      margin-top: 1em;
      padding-bottom: 5em; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
    #sidebar.active ul#sidebar-menu li {
      min-height: 40px;
      width: 250px; }
      #sidebar.active ul#sidebar-menu li a {
        text-align: left; }
        #sidebar.active ul#sidebar-menu li a .navText {
          display: inline-block; }
  #sidebar {
    min-width: 5em;
    max-width: 5em;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s; }
    #sidebar .sidebar-header {
      width: 5em;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s; }
      #sidebar .sidebar-header img {
        width: 70px;
        height: 34px; }
    #sidebar ul#sidebar-menu li {
      min-width: 5em;
      width: 5em; }
      #sidebar ul#sidebar-menu li a {
        text-align: center; }
        #sidebar ul#sidebar-menu li a i {
          display: block; }
        #sidebar ul#sidebar-menu li a .navText {
          display: none; }
    #sidebar #sidebarCollapse {
      left: 4.55em;
      -webkit-border-radius: 0 0.25em 0.25em 0;
      -moz-border-radius: 0 0.25em 0.25em 0;
      -ms-border-radius: 0 0.25em 0.25em 0;
      border-radius: 0 0.25em 0.25em 0; }
      #sidebar #sidebarCollapse .fa-chevron-left {
        display: none; }
      #sidebar #sidebarCollapse .fa-chevron-right {
        display: block; }
  #sidebar.active #sidebarCollapse {
    left: 215px;
    -webkit-border-radius: 0.25em 0 0 0.25em;
    -moz-border-radius: 0.25em 0 0 0.25em;
    -ms-border-radius: 0.25em 0 0 0.25em;
    border-radius: 0.25em 0 0 0.25em; }
    #sidebar.active #sidebarCollapse .fa-chevron-right {
      display: none; }
    #sidebar.active #sidebarCollapse .fa-chevron-left {
      display: block; }
  .customNavBar .navTopHeading {
    left: 2em; }
  #sidebar.active ~ #contentBox .customNavBar .navTopHeading {
    left: 0;
    display: none !important; }
  .navTopHeading {
    width: 20em; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .navTopHeading {
    width: 10em; } }

@media (max-width: 767.98px) {
  #sidebar {
    min-width: 250px;
    max-width: 250px;
    text-align: left;
    margin-left: -250px !important;
    margin-left: 0;
    top: 50px;
    right: auto;
    bottom: auto;
    left: 0;
    position: fixed;
    height: 100%;
    z-index: 1020; }
    #sidebar .sidebar-header {
      height: 50px;
      width: 5em;
      left: 40px;
      line-height: 50px; }
      #sidebar .sidebar-header img {
        width: 70px;
        height: 34px; }
    #sidebar ul#sidebar-menu {
      padding-top: 0;
      overflow-y: auto;
      overflow-x: hidden;
      height: calc(100% - 50px);
      touch-action: pan-y;
      -webkit-overflow-scrolling: touch; }
      #sidebar ul#sidebar-menu li {
        min-width: 250px;
        max-width: 250px;
        width: 250px; }
        #sidebar ul#sidebar-menu li a {
          font-size: 0.9em; }
    #sidebar .navText {
      display: block !important; }
    #sidebar #sidebarCollapse {
      height: 50px;
      width: 40px;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      position: fixed;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      #sidebar #sidebarCollapse .fa-chevron-left {
        display: none; }
      #sidebar #sidebarCollapse .fa-chevron-right {
        display: block; }
  #sidebar.active {
    margin-left: 0 !important;
    min-width: 250px;
    max-width: 250px;
    text-align: left;
    -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4); }
    #sidebar.active ul#sidebar-menu li {
      min-width: 250px;
      max-width: 250px;
      width: 250px; }
      #sidebar.active ul#sidebar-menu li a {
        text-align: left; }
    #sidebar.active #sidebarCollapse .fa-chevron-left {
      display: block; }
    #sidebar.active #sidebarCollapse .fa-chevron-right {
      display: none; }
  header .customNavBar .navBarIcon {
    top: 14px;
    right: 10px;
    bottom: auto;
    left: auto;
    position: absolute; }
  header .customNavBar .navbar-collapse {
    margin-top: 66px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
    padding: 0 15px !important; }
  .btn-group.show .downTriangle {
    width: 0;
    height: 0;
    position: relative;
    top: 13px;
    left: 10px;
    z-index: 1022; }
    .btn-group.show .downTriangle:after, .btn-group.show .downTriangle:before {
      content: '';
      display: block;
      top: 0;
      right: auto;
      bottom: auto;
      left: auto;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      margin: auto; }
    .btn-group.show .downTriangle::after {
      top: 1px;
      border-color: transparent transparent #fff transparent;
      border-width: 10px; }
    .btn-group.show .downTriangle::before {
      top: 0;
      border-color: transparent transparent #cfcfcf transparent;
      border-width: 10px; } }

/* use css like offsetT1 for margin-top: 1em; and gutterT1 for padding-top:1em; */
.offsetT0 {
  margin-top: 0em !important; }

.offsetT1 {
  margin-top: 1em !important; }

.offsetT2 {
  margin-top: 2em !important; }

.offsetT3 {
  margin-top: 3em !important; }

.offsetT4 {
  margin-top: 4em !important; }

.offsetT5 {
  margin-top: 5em !important; }

.offsetT6 {
  margin-top: 6em !important; }

.offsetT7 {
  margin-top: 7em !important; }

.offsetT8 {
  margin-top: 8em !important; }

.offsetT9 {
  margin-top: 9em !important; }

.offsetT10 {
  margin-top: 10em !important; }

.offsetT09 {
  margin-top: 0.9em !important; }

.offsetT08 {
  margin-top: 0.8em !important; }

.offsetT07 {
  margin-top: 0.7em !important; }

.offsetT06 {
  margin-top: 0.6em !important; }

.offsetT05 {
  margin-top: 0.5em !important; }

.offsetT04 {
  margin-top: 0.4em !important; }

.offsetT03 {
  margin-top: 0.3em !important; }

.offsetT02 {
  margin-top: 0.2em !important; }

.offsetT01 {
  margin-top: 0.1em !important; }

.offsetB0 {
  margin-bottom: 0em !important; }

.offsetB1 {
  margin-bottom: 1em !important; }

.offsetB2 {
  margin-bottom: 2em !important; }

.offsetB3 {
  margin-bottom: 3em !important; }

.offsetB4 {
  margin-bottom: 4em !important; }

.offsetB5 {
  margin-bottom: 5em !important; }

.offsetB6 {
  margin-bottom: 6em !important; }

.offsetB7 {
  margin-bottom: 7em !important; }

.offsetB8 {
  margin-bottom: 8em !important; }

.offsetB9 {
  margin-bottom: 9em !important; }

.offsetB10 {
  margin-bottom: 10em !important; }

.offsetB09 {
  margin-bottom: 0.9em !important; }

.offsetB08 {
  margin-bottom: 0.8em !important; }

.offsetB07 {
  margin-bottom: 0.7em !important; }

.offsetB06 {
  margin-bottom: 0.6em !important; }

.offsetB05 {
  margin-bottom: 0.5em !important; }

.offsetB04 {
  margin-bottom: 0.4em !important; }

.offsetB03 {
  margin-bottom: 0.3em !important; }

.offsetB02 {
  margin-bottom: 0.2em !important; }

.offsetB01 {
  margin-bottom: 0.1em !important; }

.offsetL0 {
  margin-left: 0em !important; }

.offsetL1 {
  margin-left: 1em !important; }

.offsetL2 {
  margin-left: 2em !important; }

.offsetL3 {
  margin-left: 3em !important; }

.offsetL4 {
  margin-left: 4em !important; }

.offsetL5 {
  margin-left: 5em !important; }

.offsetL6 {
  margin-left: 6em !important; }

.offsetL7 {
  margin-left: 7em !important; }

.offsetL8 {
  margin-left: 8em !important; }

.offsetL9 {
  margin-left: 9em !important; }

.offsetL10 {
  margin-left: 10em !important; }

.offsetL09 {
  margin-left: 0.9em !important; }

.offsetL08 {
  margin-left: 0.8em !important; }

.offsetL07 {
  margin-left: 0.7em !important; }

.offsetL06 {
  margin-left: 0.6em !important; }

.offsetL05 {
  margin-left: 0.5em !important; }

.offsetL04 {
  margin-left: 0.4em !important; }

.offsetL03 {
  margin-left: 0.3em !important; }

.offsetL02 {
  margin-left: 0.2em !important; }

.offsetL01 {
  margin-left: 0.1em !important; }

.offsetR0 {
  margin-right: 0em !important; }

.offsetR1 {
  margin-right: 1em !important; }

.offsetR2 {
  margin-right: 2em !important; }

.offsetR3 {
  margin-right: 3em !important; }

.offsetR4 {
  margin-right: 4em !important; }

.offsetR5 {
  margin-right: 5em !important; }

.offsetR6 {
  margin-right: 6em !important; }

.offsetR7 {
  margin-right: 7em !important; }

.offsetR8 {
  margin-right: 8em !important; }

.offsetR9 {
  margin-right: 9em !important; }

.offsetR10 {
  margin-right: 10em !important; }

.offsetR09 {
  margin-right: 0.9em !important; }

.offsetR08 {
  margin-right: 0.8em !important; }

.offsetR07 {
  margin-right: 0.7em !important; }

.offsetR06 {
  margin-right: 0.6em !important; }

.offsetR05 {
  margin-right: 0.5em !important; }

.offsetR04 {
  margin-right: 0.4em !important; }

.offsetR03 {
  margin-right: 0.3em !important; }

.offsetR02 {
  margin-right: 0.2em !important; }

.offsetR01 {
  margin-right: 0.1em !important; }

.offset1 {
  margin: 1em !important; }

.offset2 {
  margin: 2em !important; }

.offset3 {
  margin: 3em !important; }

.offset4 {
  margin: 4em !important; }

.offset5 {
  margin: 5em !important; }

.offset6 {
  margin: 6em !important; }

.offset7 {
  margin: 7em !important; }

.offset8 {
  margin: 8em !important; }

.offset9 {
  margin: 9em !important; }

.offset10 {
  margin: 10em !important; }

.offset09 {
  margin: 0.9em !important; }

.offset08 {
  margin: 0.8em !important; }

.offset07 {
  margin: 0.7em !important; }

.offset06 {
  margin: 0.6em !important; }

.offset05 {
  margin: 0.5em !important; }

.offset04 {
  margin: 0.4em !important; }

.offset03 {
  margin: 0.3em !important; }

.offset02 {
  margin: 0.2em !important; }

.offset01 {
  margin: 0.1em !important; }

.gutterT0 {
  padding-top: 0em !important; }

.gutterT1 {
  padding-top: 1em !important; }

.gutterT2 {
  padding-top: 2em !important; }

.gutterT3 {
  padding-top: 3em !important; }

.gutterT4 {
  padding-top: 4em !important; }

.gutterT5 {
  padding-top: 5em !important; }

.gutterT6 {
  padding-top: 6em !important; }

.gutterT7 {
  padding-top: 7em !important; }

.gutterT8 {
  padding-top: 8em !important; }

.gutterT9 {
  padding-top: 9em !important; }

.gutterT10 {
  padding-top: 10em !important; }

.gutterT09 {
  padding-top: 0.9em !important; }

.gutterT08 {
  padding-top: 0.8em !important; }

.gutterT07 {
  padding-top: 0.7em !important; }

.gutterT06 {
  padding-top: 0.6em !important; }

.gutterT05 {
  padding-top: 0.5em !important; }

.gutterT04 {
  padding-top: 0.4em !important; }

.gutterT03 {
  padding-top: 0.3em !important; }

.gutterT02 {
  padding-top: 0.2em !important; }

.gutterT01 {
  padding-top: 0.1em !important; }

.gutterB0 {
  padding-bottom: 0em !important; }

.gutterB1 {
  padding-bottom: 1em !important; }

.gutterB2 {
  padding-bottom: 2em !important; }

.gutterB3 {
  padding-bottom: 3em !important; }

.gutterB4 {
  padding-bottom: 4em !important; }

.gutterB5 {
  padding-bottom: 5em !important; }

.gutterB6 {
  padding-bottom: 6em !important; }

.gutterB7 {
  padding-bottom: 7em !important; }

.gutterB8 {
  padding-bottom: 8em !important; }

.gutterB9 {
  padding-bottom: 9em !important; }

.gutterB10 {
  padding-bottom: 10em !important; }

.gutterB09 {
  padding-bottom: 0.9em !important; }

.gutterB08 {
  padding-bottom: 0.8em !important; }

.gutterB07 {
  padding-bottom: 0.7em !important; }

.gutterB06 {
  padding-bottom: 0.6em !important; }

.gutterB05 {
  padding-bottom: 0.5em !important; }

.gutterB04 {
  padding-bottom: 0.4em !important; }

.gutterB03 {
  padding-bottom: 0.3em !important; }

.gutterB02 {
  padding-bottom: 0.2em !important; }

.gutterB01 {
  padding-bottom: 0.1em !important; }

.gutterL0 {
  padding-left: 0em !important; }

.gutterL1 {
  padding-left: 1em !important; }

.gutterL2 {
  padding-left: 2em !important; }

.gutterL3 {
  padding-left: 3em !important; }

.gutterL4 {
  padding-left: 4em !important; }

.gutterL5 {
  padding-left: 5em !important; }

.gutterL6 {
  padding-left: 6em !important; }

.gutterL7 {
  padding-left: 7em !important; }

.gutterL8 {
  padding-left: 8em !important; }

.gutterL9 {
  padding-left: 9em !important; }

.gutterL10 {
  padding-left: 10em !important; }

.gutterL09 {
  padding-left: 0.9em !important; }

.gutterL08 {
  padding-left: 0.8em !important; }

.gutterL07 {
  padding-left: 0.7em !important; }

.gutterL06 {
  padding-left: 0.6em !important; }

.gutterL05 {
  padding-left: 0.5em !important; }

.gutterL04 {
  padding-left: 0.4em !important; }

.gutterL03 {
  padding-left: 0.3em !important; }

.gutterL02 {
  padding-left: 0.2em !important; }

.gutterL01 {
  padding-left: 0.1em !important; }

.gutterR0 {
  padding-right: 0em !important; }

.gutterR1 {
  padding-right: 1em !important; }

.gutterR2 {
  padding-right: 2em !important; }

.gutterR3 {
  padding-right: 3em !important; }

.gutterR4 {
  padding-right: 4em !important; }

.gutterR5 {
  padding-right: 5em !important; }

.gutterR6 {
  padding-right: 6em !important; }

.gutterR7 {
  padding-right: 7em !important; }

.gutterR8 {
  padding-right: 8em !important; }

.gutterR9 {
  padding-right: 9em !important; }

.gutterR10 {
  padding-right: 10em !important; }

.gutterR09 {
  padding-right: 0.9em !important; }

.gutterR08 {
  padding-right: 0.8em !important; }

.gutterR07 {
  padding-right: 0.7em !important; }

.gutterR06 {
  padding-right: 0.6em !important; }

.gutterR05 {
  padding-right: 0.5em !important; }

.gutterR04 {
  padding-right: 0.4em !important; }

.gutterR03 {
  padding-right: 0.3em !important; }

.gutterR02 {
  padding-right: 0.2em !important; }

.gutterR01 {
  padding-right: 0.1em !important; }

.gutter1 {
  padding: 1em !important; }

.gutter2 {
  padding: 2em !important; }

.gutter3 {
  padding: 3em !important; }

.gutter4 {
  padding: 4em !important; }

.gutter5 {
  padding: 5em !important; }

.gutter6 {
  padding: 6em !important; }

.gutter7 {
  padding: 7em !important; }

.gutter8 {
  padding: 8em !important; }

.gutter9 {
  padding: 9em !important; }

.gutter10 {
  padding: 10em !important; }

.gutter09 {
  padding: 0.9em !important; }

.gutter08 {
  padding: 0.8em !important; }

.gutter07 {
  padding: 0.7em !important; }

.gutter06 {
  padding: 0.6em !important; }

.gutter05 {
  padding: 0.5em !important; }

.gutter04 {
  padding: 0.4em !important; }

.gutter03 {
  padding: 0.3em !important; }

.gutter02 {
  padding: 0.2em !important; }

.gutter01 {
  padding: 0.1em !important; }

.height1 {
  height: 1em; }

.height2 {
  height: 2em; }

.height3 {
  height: 3em; }

.height4 {
  height: 4em; }

.height5 {
  height: 5em; }

.height6 {
  height: 6em; }

.height7 {
  height: 7em; }

.height8 {
  height: 8em; }

.height9 {
  height: 9em; }

.height10 {
  height: 10em; }

.height11 {
  height: 11em; }

.height12 {
  height: 12em; }

.height13 {
  height: 13em; }

.height14 {
  height: 14em; }

.height15 {
  height: 15em; }

.height16 {
  height: 16em; }

.height17 {
  height: 17em; }

.height18 {
  height: 18em; }

.height19 {
  height: 19em; }

.height20 {
  height: 20em; }

.height21 {
  height: 21em; }

.height22 {
  height: 22em; }

.height23 {
  height: 23em; }

.height24 {
  height: 24em; }

.height25 {
  height: 25em; }

.height26 {
  height: 26em; }

.height27 {
  height: 27em; }

.height28 {
  height: 28em; }

.height29 {
  height: 29em; }

.height30 {
  height: 30em; }

.height31 {
  height: 31em; }

.height32 {
  height: 32em; }

.height33 {
  height: 33em; }

.height34 {
  height: 34em; }

.height35 {
  height: 35em; }

.height36 {
  height: 36em; }

.height37 {
  height: 37em; }

.height38 {
  height: 38em; }

.height39 {
  height: 39em; }

.height40 {
  height: 40em; }

.max-height1 {
  max-height: 1em; }

.max-height2 {
  max-height: 2em; }

.max-height3 {
  max-height: 3em; }

.max-height4 {
  max-height: 4em; }

.max-height5 {
  max-height: 5em; }

.max-height6 {
  max-height: 6em; }

.max-height7 {
  max-height: 7em; }

.max-height8 {
  max-height: 8em; }

.max-height9 {
  max-height: 9em; }

.max-height10 {
  max-height: 10em; }

.max-height11 {
  max-height: 11em; }

.max-height12 {
  max-height: 12em; }

.max-height13 {
  max-height: 13em; }

.max-height14 {
  max-height: 14em; }

.max-height15 {
  max-height: 15em; }

.max-height16 {
  max-height: 16em; }

.max-height17 {
  max-height: 17em; }

.max-height18 {
  max-height: 18em; }

.max-height19 {
  max-height: 19em; }

.max-height20 {
  max-height: 20em; }

.max-height21 {
  max-height: 21em; }

.max-height22 {
  max-height: 22em; }

.max-height23 {
  max-height: 23em; }

.max-height24 {
  max-height: 24em; }

.max-height25 {
  max-height: 25em; }

.max-height26 {
  max-height: 26em; }

.max-height27 {
  max-height: 27em; }

.max-height28 {
  max-height: 28em; }

.max-height29 {
  max-height: 29em; }

.max-height30 {
  max-height: 30em; }

.max-height31 {
  max-height: 31em; }

.max-height32 {
  max-height: 32em; }

.max-height33 {
  max-height: 33em; }

.max-height34 {
  max-height: 34em; }

.max-height35 {
  max-height: 35em; }

.max-height36 {
  max-height: 36em; }

.max-height37 {
  max-height: 37em; }

.max-height38 {
  max-height: 38em; }

.max-height39 {
  max-height: 39em; }

.max-height40 {
  max-height: 40em; }

@media (max-width: 575.98px) {
  .offset-xsT0 {
    margin-top: 0em !important; }
  .offset-xsR0 {
    margin-right: 0em !important; }
  .offset-xsB0 {
    margin-bottom: 0em !important; }
  .offset-xsL0 {
    margin-left: 0em !important; }
  .gutter-xsT0 {
    padding-top: 0em !important; }
  .gutter-xsR0 {
    padding-right: 0em !important; }
  .gutter-xsB0 {
    padding-bottom: 0em !important; }
  .gutter-xsL0 {
    padding-left: 0em !important; } }

@media (max-width: 767.98px) {
  .offset-smT0 {
    margin-top: 0em !important; }
  .offset-smR0 {
    margin-right: 0em !important; }
  .offset-smB0 {
    margin-bottom: 0em !important; }
  .offset-smL0 {
    margin-left: 0em !important; }
  .gutter-smT0 {
    padding-top: 0em !important; }
  .gutter-smR0 {
    padding-right: 0em !important; }
  .gutter-smB0 {
    padding-bottom: 0em !important; }
  .gutter-smL0 {
    padding-left: 0em !important; } }

@media (max-width: 991.98px) {
  .offset-mdT0 {
    margin-top: 0em !important; }
  .offset-mdR0 {
    margin-right: 0em !important; }
  .offset-mdB0 {
    margin-bottom: 0em !important; }
  .offset-mdL0 {
    margin-left: 0em !important; }
  .gutter-mdT0 {
    padding-top: 0em !important; }
  .gutter-mdR0 {
    padding-right: 0em !important; }
  .gutter-mdB0 {
    padding-bottom: 0em !important; }
  .gutter-mdL0 {
    padding-left: 0em !important; } }

@media (max-width: 1199.98px) {
  .offset-lgT0 {
    margin-top: 0em !important; }
  .offset-lgR0 {
    margin-right: 0em !important; }
  .offset-lgB0 {
    margin-bottom: 0em !important; }
  .offset-lgL0 {
    margin-left: 0em !important; }
  .gutter-lgT0 {
    padding-top: 0em !important; }
  .gutter-lgR0 {
    padding-right: 0em !important; }
  .gutter-lgB0 {
    padding-bottom: 0em !important; }
  .gutter-lgL0 {
    padding-left: 0em !important; } }

a {
  color: #97CC44; }
  a:hover, a:focus, a:active {
    color: #7cae2f; }

.btn-sm {
  min-height: 31px !important; }

.btn-sm-gray {
  background-color: #eae8e8;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  color: #505050;
  text-transform: none; }
  .btn-sm-gray:hover, .btn-sm-gray:focus, .btn-sm-gray:active {
    color: #505050 !important;
    background-color: #dedbdb;
    border-color: #dedbdb; }

.btn-large {
  font-size: 1.1em !important;
  padding: .5rem 1rem !important; }

.bg-primary,
.bkg-primary {
  background-color: #97CC44 !important; }
  .bg-primary:hover, .bg-primary:focus, .bg-primary:active,
  .bkg-primary:hover,
  .bkg-primary:focus,
  .bkg-primary:active {
    background-color: #7cae2f !important;
    border-color: #7cae2f !important; }

.bg-secondary,
.bkg-secondary {
  background-color: #2b4964 !important; }
  .bg-secondary:hover, .bg-secondary:focus, .bg-secondary:active,
  .bkg-secondary:hover,
  .bkg-secondary:focus,
  .bkg-secondary:active {
    background-color: #1c2f40;
    border-color: #1c2f40; }

.text-primary,
.txt-primary {
  color: #97CC44 !important; }

.text-secondary,
.txt-secondary {
  color: #2b4964 !important; }

textarea.form-control {
  height: auto !important; }

.form-control, input.k-textbox, input.text-box {
  height: calc(2.25rem + 2px) !important;
  border: 1px solid #cfcfcf !important; }

.input.k-textbox, input.text-box {
  margin-top: 0;
  margin-bottom: 0; }

input.text-box {
  outline: 0;
  text-indent: .33em;
  padding: .2em .3em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.form-control:focus,
select:focus,
.custom-select:focus {
  border-color: #cfcfcf; }

.form-control:disabled, .form-control[readonly] {
  background-color: #eae8e8;
  opacity: 0.7;
  border-color: #d5d5d5 !important; }

.btn-primary:focus,
.btn-primary.focus,
.btn:focus,
.btn.focus,
.form-control:focus,
select:focus,
.custom-select:focus,
.k-button:focus,
.k-primary:focus,
.btn-aluvii:focus,
.btn-aluvii.focus,
.btn-aluvii:active, .btn-aluvii:visited,
.btn:active, .btn:visited,
input.k-textbox:focus, input.text-box:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important; }

.btn-primary, .k-primary, .btn-aluvii, .in-button, .kiosk-button, .widget .templateHeader .k-button.tipButton.selected, .btn-secondary, .btn-gray,
button.btn-gray, .unavailable-button, .btn-makedefault, .btn-isdefault, .k-button, .btn-white,
button.btn-white, .out-button, .fr-param-form .fr-param-button {
  min-height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.0525rem; }

.btn-primary, .k-primary, .btn-aluvii, .in-button, .kiosk-button, .widget .templateHeader .k-button.tipButton.selected {
  background-color: #97CC44;
  border-color: #7cae2f;
  color: #fff !important;
  text-transform: uppercase; }
  .btn-primary:hover, .k-primary:hover, .btn-aluvii:hover, .in-button:hover, .kiosk-button:hover, .widget .templateHeader .k-button.tipButton.selected:hover, .btn-primary:focus, .k-primary:focus, .btn-aluvii:focus, .in-button:focus, .kiosk-button:focus, .widget .templateHeader .k-button.tipButton.selected:focus, .btn-primary:active, .k-primary:active, .btn-aluvii:active, .in-button:active, .kiosk-button:active, .widget .templateHeader .k-button.tipButton.selected:active {
    background-color: #7cae2f !important;
    border-color: #7cae2f !important; }

.btn,
a.k-button,
span.k-button {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.k-primary:focus,
.k-primary.focus,
.k-primary:focus:active:not(.k-state-disabled):not([disabled]),
.k-primary:focus:not(.k-state-disabled):not([disabled]),
.k-button:focus:not(.k-state-disabled):not([disabled]),
.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
  outline: 0; }

.k-primary {
  background-color: #97CC44 !important;
  color: #fff !important;
  border-color: #7cae2f !important; }

.k-primary,
.k-button {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  background-image: none;
  outline: 0;
  cursor: pointer;
  transition: all 0.15s ease-in-out !important;
  -webkit-transition: all 0.15s ease-in-out !important;
  -ms-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important; }
  .k-primary:hover, .k-primary:active, .k-primary:focus,
  .k-button:hover,
  .k-button:active,
  .k-button:focus {
    background-image: none; }

.btn-secondary {
  background-color: #2b4964 !important;
  border-color: #2b4964 !important;
  text-transform: uppercase;
  color: #fff !important; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #1c2f40 !important;
    border-color: #1c2f40 !important; }

.btn-primary.disabled,
.btn-primary:disabled,
.k-button.k-primary.disabled,
.k-button.k-primary:disabled,
.btn-aluvii:disabled,
.btn-aluvii.disabled {
  background-color: #97CC44;
  border-color: #7cae2f;
  background-image: none;
  opacity: 0.5; }

.k-button.disabled,
.k-button:disabled {
  background-color: #eae8e8;
  border: 1px solid #cfcfcf;
  background-image: none;
  color: #505050;
  opacity: 0.5; }

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #2b4964;
  border-color: #1c2f40; }

.btn.disabled, .btn:disabled {
  opacity: 0.5; }

::-moz-selection {
  background-color: #97CC44;
  color: #fff; }

::selection {
  background-color: #97CC44;
  color: #fff; }

.btn-gray,
button.btn-gray, .unavailable-button {
  background-color: #eae8e8;
  border: 1px solid #cfcfcf;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #505050 !important; }
  .btn-gray:hover, .btn-gray:focus, .btn-gray:active,
  button.btn-gray:hover,
  button.btn-gray:focus,
  button.btn-gray:active, .unavailable-button:hover, .unavailable-button:focus, .unavailable-button:active {
    color: #505050 !important;
    background-color: #dedbdb;
    border-color: #dedbdb; }

.btn-makedefault {
  background-color: #5FBCFE !important;
  border: 1px solid #2ca7fe !important;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #fff !important; }
  .btn-makedefault:hover, .btn-makedefault:focus, .btn-makedefault:active {
    color: #fff !important;
    background-color: #0095ff !important;
    border-color: #0077cc !important; }

.btn-isdefault {
  background-color: #0095ff !important;
  border: 1px solid #0077cc !important;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #fff !important; }
  .btn-isdefault:hover, .btn-isdefault:focus, .btn-isdefault:active {
    color: #fff !important;
    background-color: #0095ff !important;
    border-color: #0077cc !important; }

.k-button {
  background-color: #eae8e8;
  border: 1px solid #cfcfcf;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #505050;
  outline: 0; }
  .k-button:hover, .k-button:focus, .k-button:active {
    color: #505050;
    background-color: #dedbdb;
    border-color: #dedbdb; }
  .k-button:active:hover {
    color: #505050;
    background-color: #dedbdb;
    border-color: #dedbdb; }

.btn-white,
button.btn-white {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #505050 !important; }
  .btn-white:hover, .btn-white:focus, .btn-white:active,
  button.btn-white:hover,
  button.btn-white:focus,
  button.btn-white:active {
    color: #505050 !important;
    background-color: #dedbdb;
    border-color: #dedbdb; }

.btn-success {
  border-color: #1e7e34 !important; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #1e7e34 !important;
    border-color: #1e7e34 !important; }

.btn-danger, .out-button {
  background-color: #dc3545;
  border-color: #bd2130 !important; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .out-button:hover, .out-button:focus, .out-button:active {
    background-color: #bd2130 !important;
    border-color: #bd2130 !important; }

.btn-warning {
  color: #fff !important;
  background-color: #ffc107;
  border-color: #edb100; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background-color: #edb100 !important;
    border-color: #edb100; }

.btn-info {
  background-color: #17a2b8;
  border-color: #148ea1 !important; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background-color: #148ea1 !important;
    border-color: #148ea1 !important; }

.custom-select {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjU1IDI1NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjU1IDI1NTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJhcnJvdy1kcm9wLWRvd24iPgoJCTxwb2x5Z29uIHBvaW50cz0iMCw2My43NSAxMjcuNSwxOTEuMjUgMjU1LDYzLjc1ICAgIiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-size: 10px 9px; }

.resize-none {
  resize: none; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #2b4964;
  font-weight: 500; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

#contentBox {
  width: 100%;
  min-height: calc(100vh - 80px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  overflow: auto; }

#contentInnerBox {
  width: 100%;
  padding: 1.25em;
  display: block; }

footer {
  background-color: #f1f1f1;
  border-top: 1px solid #eae8e8;
  height: 80px;
  width: 100%;
  padding: 15px; }
  footer .fot-logo img {
    width: 100px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%); }

.header-waiverlogo {
  width: auto;
  height: 50px;
  margin: auto; }
  .header-waiverlogo img {
    max-width: 100%;
    max-height: 100%;
    height: 100%; }

.btn-expnd {
  padding-left: 1.75rem;
  padding-right: 1.75rem; }

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

.f10 {
  font-size: 0.625em; }

.f12 {
  font-size: 0.75em; }

.f13 {
  font-size: 0.8125em; }

.f14 {
  font-size: 0.875em; }

.f15 {
  font-size: 0.9375em; }

.f16 {
  font-size: 1em; }

.f18 {
  font-size: 1.125em; }

.f20 {
  font-size: 1.25em; }

.f22 {
  font-size: 1.375em; }

.f24 {
  font-size: 1.5em; }

.f26 {
  font-size: 1.625em; }

.f28 {
  font-size: 1.75em; }

.f30 {
  font-size: 1.875em; }

.f32 {
  font-size: 2em; }

.f32 {
  font-size: 2em; }

.f34 {
  font-size: 2.125em; }

.f36 {
  font-size: 2.25em; }

.f38 {
  font-size: 2.375em; }

.f40 {
  font-size: 2.5em; }

.f42 {
  font-size: 2.625em; }

.f44 {
  font-size: 2.75em; }

.f46 {
  font-size: 2.875em; }

.f48 {
  font-size: 3em; }

.f50 {
  font-size: 3.125em; }

.f52 {
  font-size: 3.25em; }

.f54 {
  font-size: 3.375em; }

.f56 {
  font-size: 3.5em; }

.f58 {
  font-size: 3.625em; }

.f60 {
  font-size: 3.75em; }

.f62 {
  font-size: 3.875em; }

.f64 {
  font-size: 4em; }

.text-gray100 {
  color: #f1f1f1; }

.text-gray200 {
  color: #eae8e8; }

.text-gray300 {
  color: #dfdfdf; }

.text-gray400 {
  color: #cfcfcf; }

.text-gray500 {
  color: #a3a0a0; }

.text-gray600 {
  color: #949494; }

.text-gray700 {
  color: #505050; }

.text-gray800 {
  color: #3d3d3d; }

.text-gray900 {
  color: #242424; }

.border-gray100 {
  border: 1px solid #f1f1f1; }

.border-gray200 {
  border: 1px solid #eae8e8; }

.border-gray300 {
  border: 1px solid #dfdfdf; }

.border-gray400 {
  border: 1px solid #cfcfcf; }

.border-gray500 {
  border: 1px solid #a3a0a0; }

.border-gray600 {
  border: 1px solid #949494; }

.border-gray700 {
  border: 1px solid #505050; }

.border-gray800 {
  border: 1px solid #3d3d3d; }

.border-gray900 {
  border: 1px solid #242424; }

.bg-gray100 {
  background-color: #f1f1f1; }

.bg-gray200 {
  background-color: #eae8e8; }

.bg-gray300 {
  background-color: #dfdfdf; }

.bg-gray400 {
  background-color: #cfcfcf; }

.bg-gray500 {
  background-color: #a3a0a0; }

.bg-gray600 {
  background-color: #949494; }

.bg-gray700 {
  background-color: #505050; }

.bg-gray800 {
  background-color: #3d3d3d; }

.bg-gray900 {
  background-color: #242424; }

.bg-grayf5f7f7 {
  background-color: #f5f7f7; }

@media (max-width: 575.98px) {
  .text-nowrap-sm {
    white-space: nowrap !important; } }

@media (max-width: 767.98px) {
  .text-nowrap-md {
    white-space: nowrap !important; } }

.overflow-auto {
  overflow: auto; }

.overflow-x-auto {
  overflow-x: auto; }

.overflow-y-auto {
  overflow-y: auto; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

@media (max-width: 575.98px) {
  .overflow-x-auto-sm {
    overflow-x: auto !important; } }

@media (max-width: 767.98px) {
  .overflow-x-auto-md {
    overflow-x: auto !important; } }

@media (max-width: 575.98px) {
  .overflow-y-auto-sm {
    overflow-y: auto !important; } }

@media (max-width: 767.98px) {
  .overflow-y-auto-md {
    overflow-y: auto !important; } }

@media (max-width: 575.98px) {
  .overflow-auto-sm {
    overflow: auto !important; } }

@media (max-width: 767.98px) {
  .overflow-auto-md {
    overflow: auto !important; } }

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

label {
  font-size: 0.875rem;
  color: #2b4964;
  font-weight: bold; }

.cursor-pointer {
  cursor: pointer !important; }

.l-spacing-1 {
  letter-spacing: 1px; }

.white-space-wrap {
  white-space: normal !important; }

.text-break {
  word-break: break-all; }

.reQuired:not(.form-group),
.required:not(.form-group) {
  position: relative; }
  .reQuired:not(.form-group):after,
  .required:not(.form-group):after {
    position: relative;
    content: "*";
    color: #97CC44;
    font-weight: 700;
    font-size: 1rem; }

.inputAddOn > .input-group-prepend {
  margin-right: 0; }
  .inputAddOn > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-left: 0; }

@media (max-width: 575.98px) {
  .btn-block-xs,
  .btn-block-sm {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

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

.col-TickBox {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (max-width: 767.98px) {
    .col-TickBox {
      width: 20%; } }
  @media (max-width: 575.98px) {
    .col-TickBox {
      width: 25%; } }
  @media (max-width: 480px) {
    .col-TickBox {
      width: 33.33333334%; } }

.colorPicker .k-colorpicker {
  width: 2.5em !important;
  background-color: transparent; }
  .colorPicker .k-colorpicker .k-picker-wrap {
    width: 2.5em !important; }
    .colorPicker .k-colorpicker .k-picker-wrap .k-selected-color {
      height: calc(2.25rem);
      width: calc(2.5rem - 2px); }
    .colorPicker .k-colorpicker .k-picker-wrap .k-select {
      width: 2.5em !important;
      border-left: 0; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #97CC44; }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #97CC44; }

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label,
.custom-radio .custom-control-input:disabled ~ .custom-control-label {
  color: #2b4964;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.custom-checkbox-inline,
.custom-radio-inline {
  display: inline-block !important; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #97CC44;
  border-color: #97CC44; }

.custom-control-label {
  padding: 0.35rem;
  cursor: pointer;
  line-height: 18px; }
  .custom-control-label::before {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
    height: 1.25rem;
    width: 1.25rem; }

.custom-control-label::after {
  height: 1.25rem;
  width: 1.25rem;
  background-size: 50% 50%; }

.custom-radio .custom-control-label::after {
  background-size: 50% 50% !important; }

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 !important;
  -moz-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important; }

.chkContainer,
.radioContainer {
  display: inline !important;
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  user-select: none; }

.chkContainer input,
.radioContainer input {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0; }

.checkmark,
.circlekmark {
  display: inline-block;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1); }

.checkmark {
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em; }

.circlekmark {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  border-radius: 5em; }

.chkContainer:hover input ~ .checkmark,
.radioContainer:hover input ~ .circlekmark {
  background-color: #fff; }

.chkContainer input:checked ~ .checkmark,
.radioContainer input:checked ~ .circlekmark {
  background-color: #97CC44;
  border-color: #97CC44;
  outline: 0; }

.checkmark:after,
.circlekmark:after {
  content: "";
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  position: absolute;
  display: none; }

.chkContainer input:checked ~ .checkmark:after,
.radioContainer input:checked ~ .circlekmark:after {
  display: block; }

.chkContainer input:checked ~ .checkmark,
.chkContainer input:checked ~ .circlekmark,
.radioContainer input:checked ~ .checkmark,
.radioContainer input:checked ~ .circlekmark {
  -webkit-box-shadow: inset inset 0 0 0;
  -moz-box-shadow: inset inset 0 0 0;
  box-shadow: inset inset 0 0 0; }

.chkContainer .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.radioContainer .circlekmark:after {
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  border-radius: 5em; }

input[type="checkbox"][disabled] ~ .checkmark,
input[type="radio"][disabled] ~ .circlekmark {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
  pointer-events: none; }

@media (max-width: 767.98px) {
  .k-scrollForContainer .k-pane.k-scrollable {
    position: relative !important;
    left: 0 !important;
    height: auto !important;
    width: 100% !important; } }

@media (max-width: 767.98px) {
  .k-scrollForContainer .k-splitbar {
    display: none; } }

.k-schedulerDropdown {
  padding: 0.3em; }
  .k-schedulerDropdown .ddlGroup {
    width: 250px;
    margin-right: 5px; }
  @media (max-width: 767.98px) {
    .k-schedulerDropdown .k-dropdown {
      width: 100% !important;
      margin: 0 !important; } }

.k-scheduler-correction .k-scheduler-toolbar {
  padding: 0.25em; }
  .k-scheduler-correction .k-scheduler-toolbar ul.k-scheduler-navigation {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px; }
    .k-scheduler-correction .k-scheduler-toolbar ul.k-scheduler-navigation li.k-header {
      width: auto !important; }
    .k-scheduler-correction .k-scheduler-toolbar ul.k-scheduler-navigation li.k-state-hover {
      background-image: none;
      background-color: #d8d8d8; }
    .k-scheduler-correction .k-scheduler-toolbar ul.k-scheduler-navigation li.k-nav-current.k-state-hover {
      background-color: transparent; }
  .k-scheduler-correction .k-scheduler-toolbar .k-scheduler-refresh {
    padding: 0 0.6em; }

.k-scheduler-view-correction .k-scheduler-toolbar {
  display: flex; }
  .k-scheduler-view-correction .k-scheduler-toolbar ul.k-scheduler-navigation {
    flex: 1; }
  .k-scheduler-view-correction .k-scheduler-toolbar ul.k-scheduler-views {
    flex: 1;
    text-align: right;
    font-size: 14px; }
    .k-scheduler-view-correction .k-scheduler-toolbar ul.k-scheduler-views li.k-state-default {
      width: auto;
      border-color: #c5c5c5; }
    .k-scheduler-view-correction .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover {
      background-image: none;
      background-color: #d8d8d8; }
    .k-scheduler-view-correction .k-scheduler-toolbar ul.k-scheduler-views li.k-state-selected {
      background-color: #97CC44;
      border: 1px solid #7cae2f !important;
      color: #fff; }
      .k-scheduler-view-correction .k-scheduler-toolbar ul.k-scheduler-views li.k-state-selected.k-state-hover a.k-link {
        color: #fff !important; }

.k-scheduler-innerStyle .k-scheduler-dayview {
  font-size: 14px; }
  .k-scheduler-innerStyle .k-scheduler-dayview .k-scheduler-header .k-scheduler-table {
    text-align: left; }

.k-scheduler-content .k-event {
  background-color: #eae8e8 !important;
  border-color: #cfcfcf;
  background-image: none;
  padding: 5px;
  min-height: 30px;
  color: #242424 !important;
  cursor: pointer; }
  .k-scheduler-content .k-event.selectedSlot {
    background-color: #97CC44;
    border-color: #7cae2f;
    background-image: none;
    color: #fff; }
  .k-scheduler-content .k-event .Slot-template {
    font-size: 0.875em; }
    .k-scheduler-content .k-event .Slot-template p {
      font-weight: normal !important; }

.k-scheduler-content td {
  background-color: transparent; }

.k-tooltip .k-tooltip-content {
  padding: 0.7em; }
  .k-tooltip .k-tooltip-content .tooltip-template {
    font-size: 0.875em; }
    .k-tooltip .k-tooltip-content .tooltip-template p {
      margin: 0 0 5px 0; }

@media (max-width: 1024px) {
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover {
    background-image: none;
    background: linear-gradient(none) !important;
    background-color: #dfdfdf; }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    padding-right: 0.5em; } }

.table-noborder tr,
.table-noborder th,
.table-noborder td {
  border: 0; }

.table-hoverEffect tr:hover {
  background-image: none;
  background-color: #eae8e8; }

.modal .modal-title {
  line-height: 1;
  padding: 12px 8px; }

.fa-ticket-alt {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

@media (max-width: 575.98px) {
  .page-heading {
    font-size: 1.25em; } }

.employeeRegisterCard #listView {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 30px;
  border: 0; }

.employeeRegisterCard .card {
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  .employeeRegisterCard .card .card-body {
    text-decoration: none !important;
    flex-wrap: wrap;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
    .employeeRegisterCard .card .card-body .r-cardIcon {
      flex: 1;
      margin-right: 0.8em; }
      .employeeRegisterCard .card .card-body .r-cardIcon .r-faCircle {
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #97CC44;
        font-size: 2em;
        text-align: center; }
        @media (max-width: 1399.98px) {
          .employeeRegisterCard .card .card-body .r-cardIcon .r-faCircle {
            font-size: 1.2em;
            width: 60px;
            height: 60px;
            line-height: 60px; } }
        @media (max-width: 575.98px) {
          .employeeRegisterCard .card .card-body .r-cardIcon .r-faCircle {
            font-size: 1em;
            width: 40px;
            height: 40px;
            line-height: 40px; } }
    .employeeRegisterCard .card .card-body .r-cardContent {
      flex: 5;
      margin-right: 0.8em;
      padding: 0.8em 0; }
      .employeeRegisterCard .card .card-body .r-cardContent .card-title {
        word-break: break-word; }
        @media (max-width: 1399.98px) {
          .employeeRegisterCard .card .card-body .r-cardContent .card-title {
            font-size: 1.5em;
            margin-bottom: 0.5rem; } }
        @media (max-width: 1199.98px) {
          .employeeRegisterCard .card .card-body .r-cardContent .card-title {
            font-size: 1.2em;
            margin-bottom: 0.3rem; } }
        @media (max-width: 575.98px) {
          .employeeRegisterCard .card .card-body .r-cardContent .card-title {
            font-size: 1em;
            margin-bottom: 0.1rem; } }
      .employeeRegisterCard .card .card-body .r-cardContent .card-text {
        color: #2b4964; }
        @media (max-width: 575.98px) {
          .employeeRegisterCard .card .card-body .r-cardContent .card-text {
            font-size: 0.875em; } }
      @media (max-width: 1399.98px) {
        .employeeRegisterCard .card .card-body .r-cardContent {
          padding: 0.5em 0; } }
      @media (max-width: 1199.98px) {
        .employeeRegisterCard .card .card-body .r-cardContent {
          padding: 0; } }
      @media (max-width: 575.98px) {
        .employeeRegisterCard .card .card-body .r-cardContent {
          margin-right: 0; } }
    .employeeRegisterCard .card .card-body .r-cardOpen {
      flex: 1;
      text-align: center; }
      @media (max-width: 991.98px) {
        .employeeRegisterCard .card .card-body .r-cardOpen .btn-expnd {
          padding: 0.375rem 0.75rem !important; } }
      @media (max-width: 575.98px) {
        .employeeRegisterCard .card .card-body .r-cardOpen {
          display: none; } }
    .employeeRegisterCard .card .card-body:hover, .employeeRegisterCard .card .card-body:focus, .employeeRegisterCard .card .card-body:active {
      background-color: #eae8e8;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      .employeeRegisterCard .card .card-body:hover .btn-primary, .employeeRegisterCard .card .card-body:focus .btn-primary, .employeeRegisterCard .card .card-body:active .btn-primary {
        background-color: #7cae2f; }
    @media (max-width: 1399.98px) {
      .employeeRegisterCard .card .card-body {
        padding: 1rem; } }
    @media (max-width: 575.98px) {
      .employeeRegisterCard .card .card-body {
        padding: 0.75rem; } }

.er-ProductWrapper .er-productCartList .col {
  flex-grow: 0;
  margin-bottom: 20px;
  flex-basis: 210px;
  min-width: 210px; }
  @media (min-width: 1200px) and (max-width: 1599.98px) {
    .er-ProductWrapper .er-productCartList .col {
      flex-basis: 25%;
      min-width: 25%; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .er-ProductWrapper .er-productCartList .col {
      flex-basis: 33.33%;
      min-width: 33.33%; } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .er-ProductWrapper .er-productCartList .col {
      flex-basis: 25%;
      min-width: 25%; } }
  @media (max-width: 575.98px) {
    .er-ProductWrapper .er-productCartList .col {
      flex-basis: 50%;
      min-width: 50%;
      padding: 0 10px; } }

.er-ProductWrapper .er-productCartList .er-productCart {
  padding: 0;
  width: 100%;
  outline: none;
  height: 100%;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease; }
  .er-ProductWrapper .er-productCartList .er-productCart .er-productImg {
    width: 100%;
    height: 7em;
    text-align: center;
    margin: auto;
    padding: 10px;
    overflow: hidden; }
    .er-ProductWrapper .er-productCartList .er-productCart .er-productImg img {
      max-width: 100%;
      width: auto;
      height: 100%;
      -webkit-border-radius: 0.25em 0.25em 0 0;
      -moz-border-radius: 0.25em 0.25em 0 0;
      -ms-border-radius: 0.25em 0.25em 0 0;
      border-radius: 0.25em 0.25em 0 0; }
    @media (max-width: 1399.98px) {
      .er-ProductWrapper .er-productCartList .er-productCart .er-productImg {
        height: 4.375em; } }
  .er-ProductWrapper .er-productCartList .er-productCart .card-body {
    width: 100%;
    background-color: #f1f1f1;
    border-top: 1px solid #eae8e8;
    padding: 0.5rem 0.25rem;
    color: #2b4964;
    line-height: 18px;
    text-align: center;
    -webkit-border-radius: 0 0 0.25em 0.25em;
    -moz-border-radius: 0 0 0.25em 0.25em;
    -ms-border-radius: 0 0 0.25em 0.25em;
    border-radius: 0 0 0.25em 0.25em;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    flex: 1;
    min-width: 0; }
    .er-ProductWrapper .er-productCartList .er-productCart .card-body .card-text {
      margin: 0;
      font-size: 0.9em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .er-ProductWrapper .er-productCartList .er-productCart .card-body .card-text-wrap {
      white-space: pre-wrap;
      line-height: 1.5em; }
  .er-ProductWrapper .er-productCartList .er-productCart:hover, .er-ProductWrapper .er-productCartList .er-productCart:focus, .er-ProductWrapper .er-productCartList .er-productCart:active {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); }
    .er-ProductWrapper .er-productCartList .er-productCart:hover .card-body, .er-ProductWrapper .er-productCartList .er-productCart:focus .card-body, .er-ProductWrapper .er-productCartList .er-productCart:active .card-body {
      background-color: #97CC44;
      color: #fff; }
      .er-ProductWrapper .er-productCartList .er-productCart:hover .card-body:hover, .er-ProductWrapper .er-productCartList .er-productCart:hover .card-body:focus, .er-ProductWrapper .er-productCartList .er-productCart:hover .card-body:active, .er-ProductWrapper .er-productCartList .er-productCart:focus .card-body:hover, .er-ProductWrapper .er-productCartList .er-productCart:focus .card-body:focus, .er-ProductWrapper .er-productCartList .er-productCart:focus .card-body:active, .er-ProductWrapper .er-productCartList .er-productCart:active .card-body:hover, .er-ProductWrapper .er-productCartList .er-productCart:active .card-body:focus, .er-ProductWrapper .er-productCartList .er-productCart:active .card-body:active {
        background-color: #7cae2f; }
  .er-ProductWrapper .er-productCartList .er-productCart .er-actionBtn {
    background-color: #97CC44;
    display: inline-block;
    padding: 0;
    font-size: 0.8em;
    color: #fff;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0 0.25em 0 0;
    -moz-border-radius: 0 0.25em 0 0;
    -ms-border-radius: 0 0.25em 0 0;
    border-radius: 0 0.25em 0 0; }
    .er-ProductWrapper .er-productCartList .er-productCart .er-actionBtn span {
      padding: 0.25em;
      display: inline-block; }
      .er-ProductWrapper .er-productCartList .er-productCart .er-actionBtn span:hover, .er-ProductWrapper .er-productCartList .er-productCart .er-actionBtn span:focus, .er-ProductWrapper .er-productCartList .er-productCart .er-actionBtn span:active {
        background-color: #7cae2f;
        outline: 0; }
      .er-ProductWrapper .er-productCartList .er-productCart .er-actionBtn span:last-child {
        -webkit-border-radius: 0 0.25em 0 0;
        -moz-border-radius: 0 0.25em 0 0;
        -ms-border-radius: 0 0.25em 0 0;
        border-radius: 0 0.25em 0 0; }
      .er-ProductWrapper .er-productCartList .er-productCart .er-actionBtn span:first-child {
        -webkit-border-radius: 0 0 0 0.25em;
        -moz-border-radius: 0 0 0 0.25em;
        -ms-border-radius: 0 0 0 0.25em;
        border-radius: 0 0 0 0.25em; }
    .er-ProductWrapper .er-productCartList .er-productCart .er-actionBtn i {
      margin: 0 0.125em; }
    .er-ProductWrapper .er-productCartList .er-productCart .er-actionBtn button {
      background-color: transparent;
      border: 0;
      color: #fff;
      padding: 0.25em;
      cursor: pointer; }
      .er-ProductWrapper .er-productCartList .er-productCart .er-actionBtn button:hover, .er-ProductWrapper .er-productCartList .er-productCart .er-actionBtn button:focus, .er-ProductWrapper .er-productCartList .er-productCart .er-actionBtn button:active {
        background-color: #7cae2f;
        outline: 0; }
      .er-ProductWrapper .er-productCartList .er-productCart .er-actionBtn button:last-child {
        -webkit-border-radius: 0 0.25em 0 0;
        -moz-border-radius: 0 0.25em 0 0;
        -ms-border-radius: 0 0.25em 0 0;
        border-radius: 0 0.25em 0 0; }
      .er-ProductWrapper .er-productCartList .er-productCart .er-actionBtn button:first-child {
        -webkit-border-radius: 0 0 0 0.25em;
        -moz-border-radius: 0 0 0 0.25em;
        -ms-border-radius: 0 0 0 0.25em;
        border-radius: 0 0 0 0.25em; }

.er-ProductWrapper .er-productPanelDetails .borderTop-dashed {
  border-top: 2px dashed #dfdfdf; }

.er-ProductWrapper .er-productPanelDetails .er-productListContent .er-quantityItemRow .er-qCol2 {
  color: #2b4964; }

@media (max-width: 575.98px) {
  .er-ProductWrapper .er-productPanelDetails .er-productListContent .er-quantityItemRow {
    display: block !important; }
    .er-ProductWrapper .er-productPanelDetails .er-productListContent .er-quantityItemRow .incrdecr-itemsWD {
      margin-bottom: 0.4em; }
    .er-ProductWrapper .er-productPanelDetails .er-productListContent .er-quantityItemRow .er-qCol1 {
      width: calc(100% - 100px);
      float: left; }
    .er-ProductWrapper .er-productPanelDetails .er-productListContent .er-quantityItemRow .er-qCol2 {
      width: 100px !important;
      float: right;
      margin: 0 !important; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .er-ProductWrapper .er-productPanelDetails .er-productListContent .er-quantityItemRow {
    display: block !important; }
    .er-ProductWrapper .er-productPanelDetails .er-productListContent .er-quantityItemRow .incrdecr-itemsWD {
      margin-bottom: 0.4em; }
    .er-ProductWrapper .er-productPanelDetails .er-productListContent .er-quantityItemRow .er-qCol1 {
      width: calc(100% - 100px);
      float: left; }
    .er-ProductWrapper .er-productPanelDetails .er-productListContent .er-quantityItemRow .er-qCol2 {
      width: 100px !important;
      float: right;
      margin: 0 !important; } }

.er-ProductWrapper .er-productPanelDetails .card-footer .btn {
  min-height: 2.7rem;
  line-height: 2.7rem;
  margin: 0 !important;
  padding: 0 !important; }

@media (max-width: 575.98px) {
  .er-ProductWrapper .er-productPanelDetails .card-footer .btn {
    font-size: 1em; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .er-ProductWrapper .er-productPanelDetails .card-footer .btn {
    font-size: 1em; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .er-ProductWrapper .er-productPanelDetails .card-footer .btn {
    font-size: 1.1em; } }

.er-ProductWrapper .er-btnIconGroup button,
.er-ProductWrapper .er-btnIconGroup a.btn {
  background-color: #f1f1f1;
  border-color: #cfcfcf;
  color: #2b4964;
  font-size: 1.3em;
  float: left;
  width: 54px;
  height: 44px;
  padding: 0;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em; }
  .er-ProductWrapper .er-btnIconGroup button:hover, .er-ProductWrapper .er-btnIconGroup button:focus, .er-ProductWrapper .er-btnIconGroup button:active,
  .er-ProductWrapper .er-btnIconGroup a.btn:hover,
  .er-ProductWrapper .er-btnIconGroup a.btn:focus,
  .er-ProductWrapper .er-btnIconGroup a.btn:active {
    background-color: #2b4964;
    color: #fff; }
  @media (max-width: 575.98px) {
    .er-ProductWrapper .er-btnIconGroup button,
    .er-ProductWrapper .er-btnIconGroup a.btn {
      font-size: 1em;
      width: 35px;
      height: 35px;
      line-height: 33px; } }

.er-ProductWrapper .er-btnIconGroup .btn-hw {
  height: 44px !important;
  width: 44px !important;
  font-size: 1em; }
  @media (max-width: 575.98px) {
    .er-ProductWrapper .er-btnIconGroup .btn-hw {
      height: 35px !important;
      width: 35px !important; }
      .er-ProductWrapper .er-btnIconGroup .btn-hw .toltip-innerArea {
        line-height: 35px; } }

.er-ProductWrapper .er-btnIconGroup .btn-h50 {
  height: 50px !important; }

.er-ProductWrapper .er-toptabBar {
  flex-wrap: nowrap;
  height: 44px; }
  @media (max-width: 767.98px) {
    .er-ProductWrapper .er-toptabBar {
      position: sticky;
      z-index: 111;
      top: 66px;
      background-color: #fff;
      padding-bottom: 8px;
      padding-top: 8px;
      height: auto; } }
  .er-ProductWrapper .er-toptabBar .er-searchBtnBar {
    -webkit-flex: 0;
    -moz-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding-right: 0;
    flex-basis: 60px;
    min-width: 60px;
    position: static; }
    .er-ProductWrapper .er-toptabBar .er-searchBtnBar .dropdown-toggle::after {
      content: "";
      display: none; }
    .er-ProductWrapper .er-toptabBar .er-searchBtnBar .btn-group {
      position: static !important;
      width: 100%; }
      .er-ProductWrapper .er-toptabBar .er-searchBtnBar .btn-group.show .dropdown-toggle {
        background-color: #2b4964;
        color: #fff; }
      .er-ProductWrapper .er-toptabBar .er-searchBtnBar .btn-group .dropdown-menu.show {
        display: table;
        width: calc(100% - 90px);
        height: 50px;
        z-index: 111;
        box-sizing: border-box;
        padding: 0;
        left: 14px !important;
        right: 0;
        border: 0; }
        .er-ProductWrapper .er-toptabBar .er-searchBtnBar .btn-group .dropdown-menu.show input {
          height: 44px !important;
          margin: 0;
          border-right: 0; }
        .er-ProductWrapper .er-toptabBar .er-searchBtnBar .btn-group .dropdown-menu.show .input-group-text {
          -webkit-border-radius: 0 0.25em 0.25em 0;
          -moz-border-radius: 0 0.25em 0.25em 0;
          -ms-border-radius: 0 0.25em 0.25em 0;
          border-radius: 0 0.25em 0.25em 0;
          padding: 0;
          border: 0;
          border-left: 1px solid #cfcfcf; }
          .er-ProductWrapper .er-toptabBar .er-searchBtnBar .btn-group .dropdown-menu.show .input-group-text button {
            box-sizing: border-box;
            -webkit-border-radius: 0 0.25em 0.25em 0;
            -moz-border-radius: 0 0.25em 0.25em 0;
            -ms-border-radius: 0 0.25em 0.25em 0;
            border-radius: 0 0.25em 0.25em 0;
            font-size: 1.2em;
            border-left-color: transparent;
            padding: 0;
            width: 39px;
            height: 44px;
            line-height: 44px; }
            @media (max-width: 575.98px) {
              .er-ProductWrapper .er-toptabBar .er-searchBtnBar .btn-group .dropdown-menu.show .input-group-text button {
                font-size: 1em;
                width: 29px; } }
  .er-ProductWrapper .er-toptabBar .er-tabBar {
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
    flex-basis: calc(100% - 60px);
    min-width: calc(100% - 60px); }
    .er-ProductWrapper .er-toptabBar .er-tabBar .nav {
      border-bottom: 0;
      display: flex; }
      .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item {
        background-color: #f1f1f1;
        border-top: 1px solid #cfcfcf;
        border-bottom: 1px solid #cfcfcf;
        min-height: 44px;
        box-sizing: border-box;
        text-align: center; }
        .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item .nav-link {
          white-space: nowrap;
          color: #2b4964;
          height: 100%;
          border-right: 1px solid #cfcfcf;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          position: relative;
          font-size: 1em;
          line-height: 2.5rem;
          padding-top: 0;
          padding-bottom: 0; }
          @media (max-width: 1399.98px) {
            .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item .nav-link {
              font-size: 0.875em; } }
          @media (max-width: 575.98px) {
            .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item .nav-link {
              font-size: 0.9em;
              padding-left: 0.5em;
              padding-right: 0.75em;
              line-height: 1.96rem; } }
          .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item .nav-link.active {
            background-color: #2b4964;
            color: #fff;
            border-color: transparent !important; }
            .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item .nav-link.active .tab-caretDown {
              display: inline-block;
              top: auto;
              right: 0;
              bottom: -20px;
              left: 0;
              position: absolute;
              margin: 0 auto;
              width: 15px;
              font-size: 1.5em;
              color: #2b4964; }
              @media (max-width: 1399.98px) {
                .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item .nav-link.active .tab-caretDown {
                  bottom: -17px; } }
              @media (max-width: 575.98px) {
                .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item .nav-link.active .tab-caretDown {
                  bottom: -18px; } }
            .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item .nav-link.active:hover, .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item .nav-link.active:focus, .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item .nav-link.active:active {
              background-color: #2b4964;
              color: #fff; }
          .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item .nav-link:hover {
            background-color: #eae8e8; }
          .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item .nav-link .tab-caretDown {
            display: none; }
        .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item:first-child {
          -webkit-border-radius: 0.25rem 0 0 0.25rem;
          -moz-border-radius: 0.25rem 0 0 0.25rem;
          -ms-border-radius: 0.25rem 0 0 0.25rem;
          border-radius: 0.25rem 0 0 0.25rem;
          border-left: 1px solid #cfcfcf; }
          .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item:first-child .nav-link:first-child {
            -webkit-border-radius: 0.25rem 0 0 0.25rem;
            -moz-border-radius: 0.25rem 0 0 0.25rem;
            -ms-border-radius: 0.25rem 0 0 0.25rem;
            border-radius: 0.25rem 0 0 0.25rem; }
        .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item:last-child {
          -webkit-border-radius: 0 0.25rem 0.25rem 0;
          -moz-border-radius: 0 0.25rem 0.25rem 0;
          -ms-border-radius: 0 0.25rem 0.25rem 0;
          border-radius: 0 0.25rem 0.25rem 0;
          border-right: 1px solid #cfcfcf; }
          .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item:last-child .nav-link:last-child {
            -webkit-border-radius: 0 0.25rem 0.25rem 0;
            -moz-border-radius: 0 0.25rem 0.25rem 0;
            -ms-border-radius: 0 0.25rem 0.25rem 0;
            border-radius: 0 0.25rem 0.25rem 0;
            border-right: 0; }
        @media (max-width: 575.98px) {
          .er-ProductWrapper .er-toptabBar .er-tabBar .nav .nav-item {
            min-height: 35px; } }

.er-ProductWrapper #scrollview {
  overflow-y: auto;
  height: 100% !important; }
  .er-ProductWrapper #scrollview > div {
    min-height: unset !important; }
    @media (min-width: 992px) {
      .er-ProductWrapper #scrollview > div {
        height: 100% !important; } }

.toltip-innerArea {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 44px; }

.er-userDetails .er-userpic {
  flex: 1;
  margin-right: 0.8em; }
  .er-userDetails .er-userpic span {
    width: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .er-userDetails .er-userpic span img {
      max-width: 100%;
      height: 100%; }
  @media (max-width: 575.98px) {
    .er-userDetails .er-userpic {
      flex: auto;
      display: block;
      margin-right: 0; } }

.er-userDetails .er-userdeta {
  flex: 5;
  margin-right: 0.8em;
  word-break: break-word; }
  .er-userDetails .er-userdeta .card-text {
    margin: 0;
    font-size: 0.8em;
    color: #505050; }
  @media (max-width: 575.98px) {
    .er-userDetails .er-userdeta {
      flex: auto;
      display: block;
      margin-right: 0; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .er-userDetails .er-userdeta {
      flex: auto;
      display: block;
      margin-right: 0; } }

.er-userDetails .er-userAddIcon {
  flex: 1; }
  .er-userDetails .er-userAddIcon .er-adduserBtn {
    background-color: transparent;
    border: 2px solid #2b4964;
    padding: 0;
    color: #2b4964;
    font-size: 1.3em;
    line-height: 46px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease; }
    .er-userDetails .er-userAddIcon .er-adduserBtn:hover, .er-userDetails .er-userAddIcon .er-adduserBtn:focus, .er-userDetails .er-userAddIcon .er-adduserBtn:active {
      background-color: #2b4964;
      color: #fff;
      outline: 0; }
  @media (max-width: 575.98px) {
    .er-userDetails .er-userAddIcon {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto;
      position: absolute; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .er-userDetails .er-userAddIcon {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto;
      position: absolute; } }

.er-addGuest .er-userDetails {
  padding: 0.5em 0; }
  .er-addGuest .er-userDetails .er-userpic,
  .er-addGuest .er-userDetails .er-userAddIcon {
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    flex-basis: 60px;
    min-width: 60px;
    vertical-align: middle; }
  .er-addGuest .er-userDetails .er-userdeta {
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto; }
  .er-addGuest .er-userDetails .er-userAddIcon .er-adduserBtn {
    background-color: #97CC44;
    border: 0;
    color: #fff;
    line-height: 50px; }
    .er-addGuest .er-userDetails .er-userAddIcon .er-adduserBtn:hover, .er-addGuest .er-userDetails .er-userAddIcon .er-adduserBtn:focus, .er-addGuest .er-userDetails .er-userAddIcon .er-adduserBtn:active {
      background-color: #7cae2f; }
  @media (max-width: 1199.98px) {
    .er-addGuest .er-userDetails .er-userAddIcon {
      position: relative; } }
  @media (max-width: 575.98px) {
    .er-addGuest .er-userDetails .er-userAddIcon {
      position: relative; } }

.er-addGuest .k-widget {
  border: 0; }

.er-addGuest .k-pager-wrap {
  margin-top: 30px; }

.er-addGuest table tr:hover {
  background-image: none;
  background-color: #eae8e8; }

.er-addGuest table tr,
.er-addGuest table th,
.er-addGuest table td {
  border: 0; }

.er-addGuest table tr:first-of-type td {
  border-top: 1px solid #dfdfdf !important; }

.er-addGuest table tr:last-of-type td {
  border-bottom: 1px solid #dfdfdf !important; }

.er-addGuest table tr td {
  border-bottom: 2px dashed #dfdfdf !important; }

.er-pymntModeRow {
  border-bottom: 2px dashed #dfdfdf; }
  .er-pymntModeRow .er-pymntIcon {
    width: 40px;
    margin-right: 10px;
    -webkit-flex: 0;
    -moz-flex: 0;
    -ms-flex: 0;
    flex: 0; }
    .er-pymntModeRow .er-pymntIcon .pymntmodeIcon {
      width: 40px;
      height: 40px;
      display: inline-block;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #2b4964;
      line-height: 40px;
      text-align: center;
      color: #2b4964; }
  .er-pymntModeRow:last-child {
    border-bottom: 0; }

.input-group-prepend .input-group-text, .input-group-append .input-group-text {
  color: #2b4964; }

.border-t-thick {
  border-top-width: 5px !important;
  border-top-style: solid; }

.border-b-thick {
  border-bottom-width: 5px !important;
  border-bottom-style: solid; }

.incrdecr-itemsWD .incr-decrItems {
  position: relative; }
  .incrdecr-itemsWD .incr-decrItems .decrIcon,
  .incrdecr-itemsWD .incr-decrItems .incrIcon {
    background-color: #97CC44;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 0.7em;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .incrdecr-itemsWD .incr-decrItems .decrIcon:hover, .incrdecr-itemsWD .incr-decrItems .decrIcon:focus, .incrdecr-itemsWD .incr-decrItems .decrIcon:active,
    .incrdecr-itemsWD .incr-decrItems .incrIcon:hover,
    .incrdecr-itemsWD .incr-decrItems .incrIcon:focus,
    .incrdecr-itemsWD .incr-decrItems .incrIcon:active {
      background-color: #7cae2f;
      color: #fff;
      outline: 0; }
  .incrdecr-itemsWD .incr-decrItems .quantityValue {
    width: 1.375em;
    text-align: center;
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold; }

.removeCrossIcon {
    background-color: #97CC44;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 0.7em;
    cursor: pointer;
    padding: 0;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
  border-radius: 50%; }
  .removeCrossIcon:hover, .removeCrossIcon:focus, .removeCrossIcon:active {
    background-color: #7cae2f;
    color: #fff;
    outline: 0; }
  .removeCrossIcon.disabled, .removeCrossIcon:disabled {
    opacity: 0.5; }

.tabsmore {
  position: relative; }
  .tabsmore .nav-tabs .nav-item {
    margin-right: 5px;
    margin-bottom: 5px; }
    .tabsmore .nav-tabs .nav-item .nav-link {
      background-color: #eae8e8;
      color: #2b4964;
      border-bottom: 1px solid #dee2e6;
      font-size: 0.9375em; }
      .tabsmore .nav-tabs .nav-item .nav-link:hover, .tabsmore .nav-tabs .nav-item .nav-link:focus, .tabsmore .nav-tabs .nav-item .nav-link:active, .tabsmore .nav-tabs .nav-item .nav-link.active {
        background-color: #fff; }
      .tabsmore .nav-tabs .nav-item .nav-link.active {
        border-bottom: 1px solid #fff;
        font-weight: bold; }
      @media (max-width: 1199.98px) {
        .tabsmore .nav-tabs .nav-item .nav-link {
          font-size: 0.875em;
          padding: 0.5rem; } }
    .tabsmore .nav-tabs .nav-item.dropdown.show .nav-link {
      font-weight: bold; }
    .tabsmore .nav-tabs .nav-item.dropdown .dropdown-menu .dropdown-item {
      color: #2b4964; }
      .tabsmore .nav-tabs .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .tabsmore .nav-tabs .nav-item.dropdown .dropdown-menu .dropdown-item:focus, .tabsmore .nav-tabs .nav-item.dropdown .dropdown-menu .dropdown-item:active, .tabsmore .nav-tabs .nav-item.dropdown .dropdown-menu .dropdown-item.active {
        background-color: #97CC44;
        color: #fff; }

.numericSpanOuter {
  background-color: #fff;
  border: 1px solid #eae8e8;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  padding: 5px;
  margin-bottom: 8px;
  display: block;
  width: 100%;
  min-width: 55px;
  height: 50px;
  box-sizing: border-box; }
  .numericSpanOuter .numericSpan {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #eae8e8;
    border: 0;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    border-radius: 0.25em;
    color: #505050;
    text-align: center;
    line-height: 40px;
    font-size: 0.9em;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s; }
    .numericSpanOuter .numericSpan:hover, .numericSpanOuter .numericSpan:focus, .numericSpanOuter .numericSpan:active {
      background-color: #97CC44;
      color: #fff;
      outline: 0; }
  .numericSpanOuter button:focus, .numericSpanOuter button:active,
  .numericSpanOuter .numericSpan:focus,
  .numericSpanOuter .numericSpan:active {
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3), 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3), 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important; }

.numericCalc {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap; }
  .numericCalc li {
    flex-basis: 55px;
    max-width: 55px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 8px; }

.clcLarge td {
  width: 100px;
  height: 80px;
  padding-right: 8px;
  padding-bottom: 8px;
  vertical-align: middle;
  text-align: center; }
  .clcLarge td .numericSpanOuter {
    min-width: 100% !important;
    height: 100% !important; }
  .clcLarge td .numericSpan {
    font-size: 1.125em !important; }

.clcLarge-ul li {
  flex-basis: 70px;
  max-width: 70px; }
  .clcLarge-ul li .numericSpanOuter {
    width: 70px;
    height: 60px; }
  .clcLarge-ul li .numericSpan {
    font-size: 1.125em !important; }

.out-button {
  text-transform: uppercase; }

.came-in {
  color: #97CC44 !important; }

.went-out {
  color: #dc3545 !important; }

.hide-time-separator {
  color: #fff; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 16rem !important;
  font-size: 0.875em !important; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  height: 30px; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #97CC44 !important; }

.bootstrap-datetimepicker-widget table td.active.today::before {
  border-bottom-color: #fff !important; }

.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #97CC44 !important; }

@media (max-width: 991.98px) {
  .col-flexGrow .col {
    max-width: 100%;
    flex-basis: 100%;
    display: block; } }

@media (max-width: 575.98px) {
  .col-flexGrow-2 .col {
    max-width: 100%;
    flex-basis: 100%;
    display: block; } }

.emptyButtonLink {
  background-color: transparent !important;
  border: 0 !important;
  color: #2b4964 !important;
  font-weight: bold;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer; }
  .emptyButtonLink:hover, .emptyButtonLink:focus, .emptyButtonLink:active {
    background-color: transparent !important;
    color: #97CC44 !important; }

table {
  color: #242424; }
  table thead {
    color: #2b4964; }

.returnOrderTable thead th,
.returnPaymentTable thead th {
  padding-top: 0.75em;
  padding-bottom: 0.75em; }

.returnOrderTable tfoot,
.returnPaymentTable tfoot {
  background-color: #eae8e8;
  outline: 1px solid #cfcfcf;
  font-size: 20px; }

.returnPaymentTable tr {
  border-bottom: 1px solid #dfdfdf; }
  .returnPaymentTable tr:last-child {
    border-bottom: 0; }
  .returnPaymentTable tr td {
    padding-top: 10px !important; }

.wd100px {
  width: 100px !important; }

.ht100px {
  height: 100px !important; }

.wd150px {
  width: 150px !important; }

::-webkit-input-placeholder {
  font-size: 14px; }

::-moz-placeholder {
  font-size: 14px; }

:-ms-input-placeholder {
  font-size: 14px; }

:-moz-placeholder {
  font-size: 14px; }

::-moz-placeholder {
  font-size: 14px; }

input::placeholder {
  font-size: 14px; }

.border-radius-r0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.border-radius-l0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

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

.rounded-pill {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  border-radius: 5em; }

.flex-ellipsis-parent {
  flex: 1;
  min-width: 0;
  /* or some value */ }
  .flex-ellipsis-parent .flex-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.mCustomScrollbar {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden; }

.mCSB_outside + .mCSB_scrollTools {
  right: -35px !important; }

.mCSB_scrollTools {
  right: -5px !important; }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #add76c !important; }
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:focus, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active {
      background-color: #97CC44 !important; }
  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #a3a0a0 !important; }

.mCSB_inside > .mCSB_container {
  margin-right: 20px !important;
  padding: 0 5px; }

@media (min-width: 992px) {
  .er-ProductWrapper .carousel {
    min-height: 560px; } }

.er-ProductWrapper .carousel-inner {
  padding: 0 2px 50px 2px; }

.er-ProductWrapper .carousel-indicators li {
  background-color: #dfdfdf;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .er-ProductWrapper .carousel-indicators li.active {
    background-color: #2b4964; }

.er-ProductWrapper .carousel-control-prev,
.er-ProductWrapper .carousel-control-next {
  top: auto;
  width: 40px;
  height: 40px;
  background-color: #f1f1f1;
  border: 1px solid #cfcfcf;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #2b4964;
  font-size: 1.2em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em; }
  .er-ProductWrapper .carousel-control-prev:hover, .er-ProductWrapper .carousel-control-prev:focus, .er-ProductWrapper .carousel-control-prev:active,
  .er-ProductWrapper .carousel-control-next:hover,
  .er-ProductWrapper .carousel-control-next:focus,
  .er-ProductWrapper .carousel-control-next:active {
    background-color: #2b4964;
    color: #fff; }
  @media (max-width: 575.98px) {
    .er-ProductWrapper .carousel-control-prev,
    .er-ProductWrapper .carousel-control-next {
      font-size: 1em; } }

.modal .modal-body {
  padding: 2em; }

.modal .modal-header .close {
  outline: 0; }

@media (min-width: 576px) {
  .modal .modal-90percent {
    max-width: 90%; } }

@media (min-width: 992px) {
  .modal .modal-75percent {
    max-width: 75%; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .modal-customize .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-customize .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto; } }

@media (max-width: 575.98px) {
  .productThumbnail {
    width: 50%;
    height: auto;
    margin: 0 auto; } }

.pr-modifierList .list-modifiers .selectedItem {
  background-color: #97CC44;
  color: #fff !important;
  border-color: #7cae2f; }
  .pr-modifierList .list-modifiers .selectedItem span.priceLbl {
    background-color: #7cae2f; }

.pr-modifierList .list-modifiers button span.priceLbl {
  background-color: #cfcfcf;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  border-radius: 5em;
  padding: 0.2em 0.5em; }

.ulAvail {
  display: flex;
  flex-wrap: wrap; }
  .ulAvail .pr-time-select,
  .ulAvail .filter-time-select {
    margin-right: 0.4em;
    margin-bottom: 0.4em;
    background-color: #f1f1f1;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    border-radius: 0.25em;
    border: 1px solid #dfdfdf;
    font-size: 0.875em;
    min-height: 30px;
    line-height: 1.5;
    padding: .3em .5em;
    cursor: pointer; }
    .ulAvail .pr-time-select.active, .ulAvail .pr-time-select.full, .ulAvail .pr-time-select.soldout,
    .ulAvail .filter-time-select.active,
    .ulAvail .filter-time-select.full,
    .ulAvail .filter-time-select.soldout {
      background-color: #97CC44;
      color: #fff !important;
      border-color: #7cae2f; }
      .ulAvail .pr-time-select.active > span, .ulAvail .pr-time-select.full > span, .ulAvail .pr-time-select.soldout > span,
      .ulAvail .filter-time-select.active > span,
      .ulAvail .filter-time-select.full > span,
      .ulAvail .filter-time-select.soldout > span {
        color: #fff; }

.quantityInput, .incrmntItemValue {
  position: relative;
  width: 100px; }
  .quantityInput input[type="number"]::-webkit-outer-spin-button,
  .quantityInput input[type="number"]::-webkit-inner-spin-button, .incrmntItemValue input[type="number"]::-webkit-outer-spin-button,
  .incrmntItemValue input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
    margin: 0; }
  .quantityInput input[type="number"], .incrmntItemValue input[type="number"] {
    -moz-appearance: textfield; }
  .quantityInput .plusicon, .quantityInput .itemValue_plus,
  .quantityInput .minusicon, .quantityInput .itemValue_minus, .incrmntItemValue .plusicon, .incrmntItemValue .itemValue_plus,
  .incrmntItemValue .minusicon, .incrmntItemValue .itemValue_minus {
    top: auto;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 50%;
    border: 1px solid #cfcfcf;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px; }
    .quantityInput .plusicon:hover, .quantityInput .plusicon:focus, .quantityInput .itemValue_plus:hover, .quantityInput .itemValue_plus:focus,
    .quantityInput .minusicon:hover,
    .quantityInput .minusicon:focus, .quantityInput .itemValue_minus:hover, .quantityInput .itemValue_minus:focus, .incrmntItemValue .plusicon:hover, .incrmntItemValue .plusicon:focus, .incrmntItemValue .itemValue_plus:hover, .incrmntItemValue .itemValue_plus:focus,
    .incrmntItemValue .minusicon:hover,
    .incrmntItemValue .minusicon:focus, .incrmntItemValue .itemValue_minus:hover, .incrmntItemValue .itemValue_minus:focus {
      background-color: #97CC44;
      color: #fff; }
  .quantityInput .plusicon, .quantityInput .itemValue_plus, .incrmntItemValue .plusicon, .incrmntItemValue .itemValue_plus {
    top: 0;
    border-bottom: 0;
    -webkit-border-radius: 0 0.25em 0 0;
    -moz-border-radius: 0 0.25em 0 0;
    -ms-border-radius: 0 0.25em 0 0;
    border-radius: 0 0.25em 0 0; }
  .quantityInput .minusicon, .quantityInput .itemValue_minus, .incrmntItemValue .minusicon, .incrmntItemValue .itemValue_minus {
    bottom: 0;
    vertical-align: middle;
    -webkit-border-radius: 0 0 0.25em 0;
    -moz-border-radius: 0 0 0.25em 0;
    -ms-border-radius: 0 0 0.25em 0;
    border-radius: 0 0 0.25em 0; }

.scrtabs-tab-container {
  height: 44px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap; }
  @media (max-width: 575.98px) {
    .scrtabs-tab-container {
      height: 35px; } }

.scrtabs-tab-container .tab-content {
  clear: left; }

.scrtabs-tab-container.scrtabs-bootstrap4 .scrtabs-tabs-movable-container > .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.scrtabs-tabs-fixed-container {
  float: left;
  height: 54px;
  overflow: hidden;
  width: 100%; }

.scrtabs-tabs-movable-container {
  position: relative; }

.scrtabs-tabs-movable-container .tab-content {
  display: none; }

.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
  padding-right: 0; }

.scrtabs-tab-scroll-arrow {
  display: none;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #cfcfcf;
  color: #2b4964;
  font-size: 1.2em;
  float: left;
  width: 40px;
  height: 44px;
  line-height: 44px; }
  .scrtabs-tab-scroll-arrow:hover, .scrtabs-tab-scroll-arrow:focus, .scrtabs-tab-scroll-arrow:active {
    background-color: #2b4964;
    color: #fff; }
  @media (max-width: 575.98px) {
    .scrtabs-tab-scroll-arrow {
      font-size: 1em;
      width: 35px;
      height: 35px;
      line-height: 35px; } }
  .scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right {
    -webkit-border-radius: 0 0.25em 0.25em 0;
    -moz-border-radius: 0 0.25em 0.25em 0;
    -ms-border-radius: 0 0.25em 0.25em 0;
    border-radius: 0 0.25em 0.25em 0; }
  .scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left {
    -webkit-border-radius: 0.25em 0 0 0.25em;
    -moz-border-radius: 0.25em 0 0 0.25em;
    -ms-border-radius: 0.25em 0 0 0.25em;
    border-radius: 0.25em 0 0 0.25em; }

.scrtabs-tab-scroll-arrow,
.scrtabs-tab-scroll-arrow .scrtabs-click-target {
  cursor: pointer; }

.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
  cursor: default; }

.scrtabs-tab-scroll-arrow.scrtabs-disable,
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
  color: #f1f1f1;
  cursor: default; }

.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
  background-color: initial; }

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap; }

.k-pager-wrap > .k-link, .k-pager-wrap ul.k-pager-numbers .k-state-selected,
.k-pager-wrap ul.k-pager-numbers .k-current-page > .k-link.k-pager-nav {
  width: 2.125em;
  height: 2.125em;
  font-size: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background-image: none; }

.k-pager-wrap {
  color: #505050; }
  .k-pager-wrap > .k-link {
    background-color: #f1f1f1; }
    .k-pager-wrap > .k-link:hover, .k-pager-wrap > .k-link:focus {
      background-color: #eae8e8;
      color: #fff; }
  .k-pager-wrap ul.k-pager-numbers .k-state-selected,
  .k-pager-wrap ul.k-pager-numbers .k-current-page > .k-link.k-pager-nav {
    background-color: #97CC44;
    border-color: #7cae2f;
    color: #fff; }
    @media (max-width: 1024px) {
      .k-pager-wrap ul.k-pager-numbers .k-state-selected,
      .k-pager-wrap ul.k-pager-numbers .k-current-page > .k-link.k-pager-nav {
        width: 4.5em;
        padding-left: 0.375em;
        padding-right: 0.375em;
        text-align: center;
        -webkit-border-radius: 1.0833em;
        -moz-border-radius: 1.0833em;
        -ms-border-radius: 1.0833em;
        border-radius: 1.0833em; } }
    @media (min-width: 1025px) {
      .k-pager-wrap ul.k-pager-numbers .k-state-selected,
      .k-pager-wrap ul.k-pager-numbers .k-current-page > .k-link.k-pager-nav {
        margin-left: 2px; } }
  @media (max-width: 1024px) {
    .k-pager-wrap ul.k-pager-numbers.k-state-expanded {
      -webkit-border-radius: 1.0833em;
      -moz-border-radius: 1.0833em;
      -ms-border-radius: 1.0833em;
      border-radius: 1.0833em; } }
  .k-pager-wrap ul.k-pager-numbers li a.k-link:hover {
    background-image: none;
    background-color: #dfdfdf; }
  .k-pager-wrap ul.k-pager-numbers.k-state-expanded {
    background-color: #f5f7f7; }
    @media (max-width: 1024px) {
      .k-pager-wrap ul.k-pager-numbers.k-state-expanded li a.k-link {
        text-align: center; }
        .k-pager-wrap ul.k-pager-numbers.k-state-expanded li a.k-link:hover {
          background-image: none;
          background-color: #dfdfdf;
          -webkit-border-radius: 1.0833em;
          -moz-border-radius: 1.0833em;
          -ms-border-radius: 1.0833em;
          border-radius: 1.0833em;
          border-color: transparent; }
      .k-pager-wrap ul.k-pager-numbers.k-state-expanded li .k-state-selected {
        border-color: transparent; } }
  .k-pager-wrap .k-pager-sizes {
    font-size: 0.9rem; }
    .k-pager-wrap .k-pager-sizes .k-dropdown {
      width: 5.5em; }
      .k-pager-wrap .k-pager-sizes .k-dropdown .k-dropdown-wrap {
        padding: 0;
        height: 2em; }
        .k-pager-wrap .k-pager-sizes .k-dropdown .k-dropdown-wrap .k-input {
          font-size: 0.9rem;
          padding-top: 0.25rem; }
  .k-pager-wrap .k-pager-info {
    font-size: 0.9rem; }
  .k-pager-wrap .k-pager-refresh {
    border: 1px solid #cfcfcf; }

.tooltip {
  visibility: visible; }
  .tooltip .tooltip-inner {
    background-color: #dfdfdf;
    color: #242424; }
  @media (max-width: 1024px) {
    .tooltip {
      visibility: hidden; } }
  .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #dfdfdf; }
  .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #dfdfdf; }
  .tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #dfdfdf; }
  .tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #dfdfdf; }

.btn-absTopRight {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute; }

.noDisplay,
.displayNone {
  display: none; }

.arcadeCard-wrapper {
  display: flex;
  flex-wrap: nowrap; }
  @media (max-width: 575.98px) {
    .arcadeCard-wrapper {
      flex-wrap: wrap; }
      .arcadeCard-wrapper h4 {
        font-size: 1.2rem; } }
  .arcadeCard-wrapper .arcadeListmenu {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 1em; }
    @media (max-width: 575.98px) {
      .arcadeCard-wrapper .arcadeListmenu {
        -webkit-flex: auto;
        -moz-flex: auto;
        -ms-flex: auto;
        flex: auto;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 2em;
        margin-right: 0; } }
    .arcadeCard-wrapper .arcadeListmenu .btnArcade {
      background-color: #eae8e8;
      border: 1px solid #dfdfdf;
      padding: 0;
      min-height: 40px;
      color: #505050;
      -webkit-border-radius: 0.25em;
      -moz-border-radius: 0.25em;
      -ms-border-radius: 0.25em;
      border-radius: 0.25em;
      display: flex;
      margin-bottom: 0.5em;
      font-size: 15px;
      cursor: pointer;
      position: relative; }
      .arcadeCard-wrapper .arcadeListmenu .btnArcade:hover {
        background-color: #dfdfdf; }
      .arcadeCard-wrapper .arcadeListmenu .btnArcade .ar-btnSection {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative; }
        .arcadeCard-wrapper .arcadeListmenu .btnArcade .ar-btnSection .ar-falistIcon {
          width: 40px;
          height: 100%;
          background-color: #cfcfcf;
          display: flex;
          align-items: center;
          justify-content: center;
          -webkit-border-radius: 0.25em 0 0 0.25em;
          -moz-border-radius: 0.25em 0 0 0.25em;
          -ms-border-radius: 0.25em 0 0 0.25em;
          border-radius: 0.25em 0 0 0.25em;
          top: auto;
          right: auto;
          bottom: auto;
          left: auto;
          position: absolute;
          font-size: 0.875em;
          margin-right: 0.5em;
          text-align: center;
          line-height: 100%; }
        .arcadeCard-wrapper .arcadeListmenu .btnArcade .ar-btnSection .ar-listText {
          width: calc(100% - 40px);
          padding: 0.5em;
          margin-left: 45px; }
    .arcadeCard-wrapper .arcadeListmenu .btnSelArcade {
      background-color: #2b4964;
      color: #fff;
      border-color: #2b4964; }
      .arcadeCard-wrapper .arcadeListmenu .btnSelArcade:hover {
        background-color: #2b4964; }
      .arcadeCard-wrapper .arcadeListmenu .btnSelArcade::before {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0da";
        color: #2b4964;
        font-size: 1.8em;
        width: 1px;
        height: 1px; }
      .arcadeCard-wrapper .arcadeListmenu .btnSelArcade .ar-btnSection .ar-falistIcon {
        background-color: #fff;
        color: #2b4964; }
  .arcadeCard-wrapper .arcadeContainer {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3; }
    @media (max-width: 575.98px) {
      .arcadeCard-wrapper .arcadeContainer {
        -webkit-flex: auto;
        -moz-flex: auto;
        -ms-flex: auto;
        flex: auto;
        flex-basis: 100%;
        max-width: 100%; } }

.col-spnBal {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .col-spnBal .colFlex {
    margin-right: 1rem;
    font-size: 0.875em;
    font-weight: 700;
    color: #2b4964;
    margin-bottom: 1em; }
  .col-spnBal .spnCurBal,
  .col-spnBal .spnBonBal,
  .col-spnBal .spnBoxbal,
  .col-spnBal .spnTime{
    display: inline-block;
    padding: 0.3em 0.5em;
    color: #97CC44;
    background-color: #f1f1f1;
    border: 1px solid #eae8e8;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    border-radius: 0.25em;
    font-size: 1em; }

.ClearCardBG span, .delTask, .edTask, .grpClose,
.delete-option, .multiGrpIcon .grpIcon, .add-option-group,
.add-option,
.delete-option-group,
.common-add-option, .moreTime, .extraButton-primary {
  background-color: #eae8e8;
  border: 1px solid #cfcfcf;
  display: inline-block;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  border-radius: 5em;
  text-align: center;
  color: #505050;
  cursor: pointer;
  transition: all 0.07s ease-in-out;
  -webkit-transition: all 0.07s ease-in-out;
  -ms-transition: all 0.07s ease-in-out;
  -moz-transition: all 0.07s ease-in-out; }
  .ClearCardBG span:hover, .delTask:hover, .edTask:hover, .grpClose:hover,
  .delete-option:hover, .multiGrpIcon .grpIcon:hover, .add-option-group:hover,
  .add-option:hover,
  .delete-option-group:hover,
  .common-add-option:hover, .moreTime:hover, .extraButton-primary:hover, .ClearCardBG span:focus, .delTask:focus, .edTask:focus, .grpClose:focus,
  .delete-option:focus, .multiGrpIcon .grpIcon:focus, .add-option-group:focus,
  .add-option:focus,
  .delete-option-group:focus,
  .common-add-option:focus, .moreTime:focus, .extraButton-primary:focus {
    background-color: #2b4964;
    border-color: #2b4964;
    color: #fff; }

.ClearCardBG span {
  width: 40px;
  height: 40px;
  line-height: 38px; }
  .ClearCardBG span.ClearCard-active {
    background-color: #2b4964;
    border-color: #2b4964;
    color: #fff; }

.delTask {
  width: 22px;
  height: 22px;
  line-height: 21px;
  font-size: 0.7em; }

.edTask {
  background-color: #97CC44 !important;
  border: 0 !important;
  color: #fff !important;
  width: 22px;
  height: 22px;
  line-height: 21px;
  font-size: 10px; }
  .edTask:hover, .edTask:focus {
    background-color: #7cae2f !important; }

.grpClose,
.delete-option {
  width: 22px;
  height: 22px;
  top: 0;
  right: 1.2em;
  bottom: auto;
  left: auto;
  position: absolute;
  line-height: 21px;
  font-size: 0.7em;
  z-index: 1; }
  .grpClose.top-3px,
  .delete-option.top-3px {
    top: -3px !important; }

.grpClose-r0 {
  right: 0 !important; }

.grpClose-posRel {
  position: relative !important;
  top: auto !important;
  right: auto !important; }

.multiGrpIcon {
  top: -3px;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute; }
  .multiGrpIcon .grpIcon {
    width: 22px;
    height: 22px;
    line-height: 21px;
    font-size: 0.7em;
    margin-left: 0.5em; }

.add-option-group,
.add-option,
.delete-option-group,
.common-add-option {
  font-size: 0.8em;
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  height: 100%;
  min-height: 30px;
  line-height: 1.5;
  text-align: left;
  text-decoration: none !important; }
  .add-option-group span,
  .add-option span,
  .delete-option-group span,
  .common-add-option span {
    padding: 0.3em 0.5em; }
  .add-option-group span.add-faIcon,
  .add-option span.add-faIcon,
  .delete-option-group span.add-faIcon,
  .common-add-option span.add-faIcon {
    background-color: #dfdfdf;
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5em 0 0 5em;
    -moz-border-radius: 5em 0 0 5em;
    -ms-border-radius: 5em 0 0 5em;
    border-radius: 5em 0 0 5em;
    transition: all 0.07s ease-in-out;
    -webkit-transition: all 0.07s ease-in-out;
    -ms-transition: all 0.07s ease-in-out;
    -moz-transition: all 0.07s ease-in-out; }
  .add-option-group:hover span.add-faIcon, .add-option-group:focus span.add-faIcon,
  .add-option:hover span.add-faIcon,
  .add-option:focus span.add-faIcon,
  .delete-option-group:hover span.add-faIcon,
  .delete-option-group:focus span.add-faIcon,
  .common-add-option:hover span.add-faIcon,
  .common-add-option:focus span.add-faIcon {
    background-color: #233c52;
    color: #fff; }

.moreTime {
  padding: 0.1em 0.5em;
  font-size: 14px; }
  .moreTime:hover, .moreTime:focus {
    background-color: #2b4964;
    color: #fff;
    border-color: #2b4964; }

.extraButton-primary {
  font-size: 0.8em;
  padding: 0.3em 0.8em;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  border-radius: 5em; }

.er-productListButton .imgPrev,
.er-productListButton .imgNext {
  display: none; }

.z-accordion .z-section .z-content .z-auto-g .slot-time, .z-accordion .z-section .z-content .z-auto-g .slot-time-active {
  position: relative;
  width: auto;
  background-color: #f1f1f1;
  border: 1px solid #dfdfdf;
  color: #505050;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  cursor: pointer;
  margin: 10px 0px 0 20px;
  padding: 0.5em 0.5em 0.5em 2em;
  font-size: 0.925em;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out; }
  .z-accordion .z-section .z-content .z-auto-g .slot-time .slot-avaialble, .z-accordion .z-section .z-content .z-auto-g .slot-time-active .slot-avaialble {
    padding: 0.3em 0.8em;
    margin-top: 5px;
    color: #242424;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    border-radius: 5em;
    font-size: 0.9em;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out; }
  .z-accordion .z-section .z-content .z-auto-g .slot-time:hover, .z-accordion .z-section .z-content .z-auto-g .slot-time-active:hover {
    background-color: #eae8e8; }
    .z-accordion .z-section .z-content .z-auto-g .slot-time:hover .slot-avaialble, .z-accordion .z-section .z-content .z-auto-g .slot-time-active:hover .slot-avaialble {
      background-color: #97CC44;
      border: 1px solid #97CC44;
      color: #fff; }
  .z-accordion .z-section .z-content .z-auto-g .slot-time .slotChecked, .z-accordion .z-section .z-content .z-auto-g .slot-time-active .slotChecked {
    top: 0;
    right: auto;
    bottom: 0;
    left: -20px;
    position: absolute;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    border-radius: 5em;
    margin: auto;
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #505050;
    font-size: 1.3em;
    text-align: center;
    line-height: 40px;
    background-color: #dfdfdf;
    border: 1px solid #cfcfcf; }

.z-accordion {
  display: flex; }
  .z-accordion .z-section .z-header {
    float: left;
    width: 42px;
    background-color: #97CC44;
    height: 100vh;
    cursor: pointer;
    border: 1px solid #7cae2f;
    overflow: hidden;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px; }
    .z-accordion .z-section .z-header .z-title {
      float: left;
      transform: rotate(90deg);
      transform-origin: left bottom 0;
      color: #fff;
      font-size: 1.6em; }
  .z-accordion .z-section .z-content.z-active {
    overflow: hidden;
    position: relative; }
  .z-accordion .z-section .z-content .z-auto-g {
    background-color: #fff;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    border: 1px solid #cfcfcf;
    padding: 15px 20px;
    height: 100vh;
    overflow: hidden;
    text-overflow: initial;
    position: relative; }
    .z-accordion .z-section .z-content .z-auto-g .slot-time .slot-avaialble {
        background-color: #eae8e8;
        border: 1px solid #dfdfdf;
        width: 100%;
        text-align: left;
        outline: none; 
        display: block;
    }

    .z-accordion .z-section .z-content .z-auto-g .slot-time-active {
      color: #000; }
        .z-accordion .z-section .z-content .z-auto-g .slot-time-active .slot-avaialble {
            background-color: #97CC44;
            border: 1px solid #97CC44;
            color: #fff;
            width: 100%;
            text-align: left;
            outline: none;
        }.z-accordion .z-section .z-content .z-auto-g .slot-time .slot-avaialble 

      .z-accordion .z-section .z-content .z-auto-g .slot-time-active .slotChecked {
        background-color: #97CC44;
        border-color: #97CC44;
        color: #fff; }
  .z-accordion .z-section .z-section-disabled {
    cursor: default;
    background-color: #eae8e8;
    border: 1px solid #cfcfcf; }
    .z-accordion .z-section .z-section-disabled .z-title {
      color: #505050; }
  .z-accordion #z-content-1,
  .z-accordion #z-content-2,
  .z-accordion #z-content-3 {
    float: left;
    overflow: hidden; }
  .z-accordion #z-content-2 {
    flex: 1;
    margin: 0 5px; }

.z-content-disabledarea .z-section-disabled {
  opacity: 0.5; }
  .z-content-disabledarea .z-section-disabled:hover {
    color: #505050; }

.hide-spinbutton input {
  appearance: textfield; }
  .hide-spinbutton input::-webkit-outer-spin-button, .hide-spinbutton input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0; }

.session-product {
  margin-bottom: 10px; }
  .session-product .qty-wrapper {
    display: flex;
    align-items: center; }
    .session-product .qty-wrapper .sQIcon {
        width: 22px;
        height: 22px;
        background-color: #97CC44;
        display: inline-block;
        -webkit-border-radius: 5em;
        -moz-border-radius: 5em;
        -ms-border-radius: 5em;
        border-radius: 5em;
        color: #fff;
        font-size: 0.7em;
        line-height: 22px;
        text-align: center;
        cursor: pointer;
        vertical-align: middle;
        padding: 0;
        border: none;
        outline: none;
    }
    }
      .session-product .qty-wrapper .sQIcon:hover, .session-product .qty-wrapper .sQIcon:focus {
        background-color: #7cae2f; }
    .session-product .qty-wrapper .sQinput {
      width: 50px;
      display: inline-block;
      margin: 0 5px;
      text-align: center; }
      .session-product .qty-wrapper .sQinput input {
        appearance: textfield;
        height: 30px !important;
        padding: 0.25em 0.3em;
        text-align: center;
        font-weight: bold; }
        .session-product .qty-wrapper .sQinput input::-webkit-outer-spin-button, .session-product .qty-wrapper .sQinput input::-webkit-inner-spin-button {
          appearance: none;
          margin: 0; }
        .session-product .qty-wrapper .sQinput input:disabled {
          opacity: 0.5 !important; }

.name-participant, .name-participant-active {
  position: relative;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 0.75em 110px 0.75em 0.75em;
  background-color: #f1f1f1;
  border: 1px solid #dfdfdf;
  color: #505050; }
  .name-participant .name-waiver, .name-participant-active .name-waiver {
    display: inline-block;
    top: 0;
    right: 10px;
    bottom: 0;
    left: auto;
    position: absolute;
    width: 80px;
    height: 80px;
    margin: auto;
    text-align: center;
    line-height: 80px;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer; }

.name-participant .name-waiver {
  background-color: #dfdfdf;
  border: 1px solid #cfcfcf; }
  .name-participant .name-waiver label {
    display: block;
    color: #3d3d3d;
    cursor: pointer; }
  .name-participant .name-waiver:hover {
    background-color: #cfcfcf; }

.name-participant .form-group {
  margin-bottom: 0; }

.name-participant-active .name-waiver {
  background-color: #97CC44;
  border: 1px solid #97CC44; }
  .name-participant-active .name-waiver .clsChecked {
    color: #fff; }
    .name-participant-active .name-waiver .clsChecked i {
      vertical-align: middle; }
  .name-participant-active .name-waiver:hover {
    background-color: #7cae2f;
    border-color: #7cae2f; }

.recent-waivers, .recent-waivers-select {
  float: left;
  width: 100%;
  padding: 0.75em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  cursor: pointer;
  margin: 5px 0; }

.recent-waivers {
  background-color: #f1f1f1;
  border: 1px solid #dfdfdf;
  color: #3d3d3d;
  font-size: 15px; }
  .recent-waivers:hover {
    background-color: #eae8e8; }

.recent-waivers-select {
  background-color: #97CC44;
  border-color: #97CC44;
  color: #fff; }
  .recent-waivers-select:hover {
    background-color: #7cae2f;
    border-color: #7cae2f; }

.notificationSuccess,
.notificationError {
  width: 280px;
  min-width: 260px;
  display: flex !important;
  flex-wrap: nowrap;
  background-image: none;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  padding: 1em;
  color: #fff;
  font-size: 0.925em;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute; }
  .notificationSuccess h1,
  .notificationSuccess h2,
  .notificationSuccess h3,
  .notificationSuccess h4,
  .notificationSuccess h5,
  .notificationSuccess h6,
  .notificationError h1,
  .notificationError h2,
  .notificationError h3,
  .notificationError h4,
  .notificationError h5,
  .notificationError h6 {
    color: #fff;
    font-size: 0.980em; }
  .notificationSuccess .divImgProp,
  .notificationError .divImgProp {
    flex: 0;
    margin-right: 10px;
    margin-top: -4px;
    font-size: 0.980em;
    position: relative; }
    .notificationSuccess .divImgProp span,
    .notificationError .divImgProp span {
      width: 26px;
      height: 26px;
      display: inline-block;
      -webkit-border-radius: 5em;
      -moz-border-radius: 5em;
      -ms-border-radius: 5em;
      border-radius: 5em;
      background-color: #fff;
      line-height: 26px;
      text-align: center; }

.notificationSuccess {
  background: rgba(40, 167, 69, 0.8);
  border: 1px solid #1e7e34; }
  .notificationSuccess .divImgProp span {
    color: #28a745; }

.notificationError {
  background: rgba(220, 53, 69, 0.8);
  border: 1px solid #bd2130; }
  .notificationError .divImgProp span {
    color: #dc3545; }

.maxH350 {
  max-height: 350px;
  overflow-y: auto; }

.storeduser-detail {
  overflow-y: auto;
  max-height: 350px; }
  .storeduser-detail .selectable-user {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    background-color: #FFFFFF;
    border-bottom: 1px solid #eae8e8;
    padding: 0.7em 0; }
    .storeduser-detail .selectable-user img.storeduserpic {
      width: 60px;
      height: 60px;
      border: 4px solid #fff;
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      flex-flow: 0;
      margin-right: 10px; }
    .storeduser-detail .selectable-user .user-account-name {
      display: block;
      font-size: 0.925em; }
    .storeduser-detail .selectable-user .usr-email {
      display: block; }

.k-tabstrip span.k-tabstrip-prev, .k-tabstrip span.k-tabstrip-next {
  display: inherit !important;
  top: 0;
  min-height: 35px;
  height: auto;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  background-color: #f1f1f1 !important;
  opacity: 1; }
  .k-tabstrip span.k-tabstrip-prev:hover, .k-tabstrip span.k-tabstrip-next:hover, .k-tabstrip span.k-tabstrip-prev:focus, .k-tabstrip span.k-tabstrip-next:focus {
    background-color: #eae8e8 !important; }

.k-tabstrip span.k-tabstrip-prev {
  left: 0; }

.k-tabstrip span.k-tabstrip-next {
  right: 0; }

.k-tabstrip .k-content {
  overflow: inherit; }

.discountTab .k-grid-content {
  overflow-y: hidden !important; }

.k-norecordsBox .k-grid-norecords-template {
  width: 100%;
  height: auto;
  line-height: 1.5; }

.tabstrip-likeKendo ul.nav-tabs li {
  margin-top: 5px;
  margin-right: 4px; }
  .tabstrip-likeKendo ul.nav-tabs li a {
    background-color: #eae8e8;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 0.25em 0.25em 0 0;
    -moz-border-radius: 0.25em 0.25em 0 0;
    -ms-border-radius: 0.25em 0.25em 0 0;
    border-radius: 0.25em 0.25em 0 0;
    display: inline-block;
    padding: 0.4em 0.92em;
    min-height: 35px;
    font-size: 0.925em;
    color: #242424;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out; }
    .tabstrip-likeKendo ul.nav-tabs li a:hover, .tabstrip-likeKendo ul.nav-tabs li a:focus {
      background-color: #dfdfdf; }
  .tabstrip-likeKendo ul.nav-tabs li.active a {
    background-color: #fff;
    font-weight: bold;
    -webkit-box-shadow: inset 0 -2px 0 #97cc44;
    -moz-box-shadow: inset 0 -2px 0 #97cc44;
    box-shadow: inset 0 -2px 0 #97cc44;
    border-color: #97CC44; }

.tabstrip-likeKendo .tab-content {
  padding: 1em 0; }

.activetab-inanchor ul.nav-tabs li a.active {
  background-color: #fff;
  font-weight: bold;
  -webkit-box-shadow: inset 0 -2px 0 #97cc44;
  -moz-box-shadow: inset 0 -2px 0 #97cc44;
  box-shadow: inset 0 -2px 0 #97cc44;
  border-color: #97CC44; }

.form-group-textbox {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 1rem; }
  .form-group-textbox .k-space-right {
    position: relative; }
    .form-group-textbox .k-space-right input.k-textbox {
      width: 100%; }
    .form-group-textbox .k-space-right .k-icon {
      font-size: 18px;
      top: 2px;
      right: 0;
      bottom: auto;
      left: auto;
      position: absolute;
      width: 40px;
      min-height: 36px;
      text-decoration: none;
      cursor: pointer; }
      .form-group-textbox .k-space-right .k-icon:focus {
        color: #000; }

.wd300px {
  width: 300px;
  max-width: 100%;
  height: auto; }

.wd200px {
  width: 200px;
  max-width: 100%;
  height: auto; }

.wd100-important {
  width: 100% !important; }

.wd-auto {
  width: auto !important; }

.imgresponsive img {
  width: 100%; }

.er-flex {
  flex-direction: column; }

.er-flex-1 {
  flex: 1; }

.er-height100,
.ht100 {
  height: 100%; }

.height-100vh {
  height: 100vh; }
  @media (max-width: 575.98px) {
    .height-100vh.height-sm-100vh {
      height: auto; } }

.hw0 {
  width: 0 !important;
  height: 0 !important; }

.er-overflow-auto {
  overflow: auto; }

.er-overflow-hidden {
  overflow: hidden; }

.er-total-section {
  font-size: 1rem; }
  @media (max-width: 1399.98px) {
    .er-total-section {
      font-size: 0.875rem; } }

.cart-totals {
  font-size: 0.875rem; }

.cart-totals label,
.er-total-section label {
  margin-bottom: 0; }

.collect-btn {
  padding: 0.3rem; }

.card-header-with-btn {
  justify-content: space-between;
  align-items: center; }
  .card-header-with-btn span.text {
    overflow: hidden;
    flex: 1; }
  .card-header-with-btn span.button {
    cursor: pointer;
    margin-left: 0.5rem;
    border: 1px solid;
    border-radius: 50%;
    padding: 0.3rem;
    font-size: 1rem;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out; }
    .card-header-with-btn span.button:hover {
      background-color: #2b4964;
      color: #fff; }
  @media (max-width: 1399.98px) {
    .card-header-with-btn {
      font-size: 1.125em; } }

.category-footer {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.3rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  @media (max-width: 575.98px) {
    .category-footer {
      background-color: transparent;
      border: none;
      padding: 0; } }

.fixed-footer {
  padding-bottom: 61px; }

.fixed-footer .footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff; }

@media (max-width: 575.98px) {
  .payment-total-due h1 {
    font-size: 2rem; } }

.payment-tab-content {
  padding: 0; }
  .payment-tab-content .tab-pane {
    height: 100%;
    overflow: hidden; }
    .payment-tab-content .tab-pane.active {
      display: flex;
      flex-direction: column; }
    .payment-tab-content .tab-pane .scrollable-area {
      flex: 1;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 1rem 1rem 0; }
    .payment-tab-content .tab-pane .fixed-area {
      padding: 0 1rem; }

.totalFinalRowText,
.totalFinalRow {
  background-color: #ffc107;
  font-weight: bold;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  padding: 0 0.5em;
  font-size: 0.925em; }

@media (max-width: 575.98px) {
  .report-amtCard .card {
    flex-basis: calc(50% - 1em);
    width: calc(50% - 1em); } }

@media (max-width: 480px) {
  .report-amtCard .card {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0 !important; } }

.er-productPanelDetailsHeight {
  height: calc(100vh - 6.5em); }
  @media (max-width: 991px) {
    .er-productPanelDetailsHeight {
      height: auto; } }

.discountTableFont th {
  font-size: 0.875em; }

.fixed-popupBtnStrip {
  background-color: #fff;
  width: 100%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  padding-top: 1.5em;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  .fixed-popupBtnStrip .k-button,
  .fixed-popupBtnStrip .btn {
    margin-bottom: 0.3em; }

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  height: calc(2.25rem + 2px);
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  user-select: none;
  vertical-align: middle;
  transition: border-color ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s;
  transition: box-shadow ease-in-out 0.15s;
  -webkit-transition: box-shadow ease-in-out 0.15s;
  -ms-transition: box-shadow ease-in-out 0.15s;
  -moz-transition: box-shadow ease-in-out 0.15s; }
  .bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }
  .bootstrap-switch .bootstrap-switch-handle-on,
  .bootstrap-switch .bootstrap-switch-handle-off,
  .bootstrap-switch .bootstrap-switch-label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    height: 2.25rem;
    padding: 6px 7px;
    font-size: 14px;
    line-height: 24px; }
  .bootstrap-switch .bootstrap-switch-handle-on,
  .bootstrap-switch .bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #97CC44; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
    color: #fff;
    background: #17a2b8; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    color: #fff;
    background: #97CC44; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    color: #fff;
    background: #ffc107; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    color: #242424;
    background: #cfcfcf; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #242424;
    background: #cfcfcf; }
  .bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    color: #3d3d3d;
    background: #fff; }
  .bootstrap-switch .bootstrap-switch-handle-on {
    -webkit-border-radius: 3px auto auto 3px;
    -moz-border-radius: 3px auto auto 3px;
    -ms-border-radius: 3px auto auto 3px;
    border-radius: 3px auto auto 3px; }
  .bootstrap-switch .bootstrap-switch-handle-off {
    -webkit-border-radius: auto 3px 3px auto;
    -moz-border-radius: auto 3px 3px auto;
    -ms-border-radius: auto 3px 3px auto;
    border-radius: auto 3px 3px auto; }
  .bootstrap-switch input[type="radio"], .bootstrap-switch input[type="checkbox"] {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0 !important;
    position: absolute;
    margin: 0;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0); }
  .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
  .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
  .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5; }
  .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
  .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
  .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
  .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
  .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 1.3333333; }
  .bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-readonly, .bootstrap-switch.bootstrap-switch-indeterminate {
    cursor: default !important; }
  .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
  .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
  .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
  .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
  .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
  .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
  .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
  .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
  .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
    opacity: 50;
    filter: alpha(opacity=5000);
    cursor: default !important; }
  .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    transition: margin-left 0.5s;
    -webkit-transition: margin-left 0.5s;
    -ms-transition: margin-left 0.5s;
    -moz-transition: margin-left 0.5s; }
  .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
  .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }
  .bootstrap-switch.bootstrap-switch-focused {
    border-color: #dfdfdf;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1); }
  .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
  .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
  .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
  .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }

.isotope-grid {
  display: flex;
  flex-wrap: wrap; }
  .isotope-grid .isotope-grid-item {
    flex-basis: 320px;
    max-width: 320px;
    height: 260px;
    margin: 0.5em;
    flex: 0;
    border: 1px solid #eae8e8;
    -webkit-border-radius: 0.25em !important;
    -moz-border-radius: 0.25em !important;
    -ms-border-radius: 0.25em !important;
    border-radius: 0.25em !important;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
    @media (max-width: 575.98px) {
      .isotope-grid .isotope-grid-item {
        flex-basis: 100%;
        max-width: 100%; } }
    .isotope-grid .isotope-grid-item .isotope-image-zoom {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: block;
      padding: 0; }
      .isotope-grid .isotope-grid-item .isotope-image-zoom img {
        width: 100%;
        height: 100% !important;
        -webkit-border-radius: 0.25em !important;
        -moz-border-radius: 0.25em !important;
        -ms-border-radius: 0.25em !important;
        border-radius: 0.25em !important; }
      .isotope-grid .isotope-grid-item .isotope-image-zoom:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2); }
      .isotope-grid .isotope-grid-item .isotope-image-zoom .isotope-captionbox {
        display: flex;
        justify-content: space-between;
        background: rgba(0, 0, 0, 0.3);
        width: 96%;
        height: 60px;
        top: auto;
        right: 0;
        bottom: 3px;
        left: 0;
        position: absolute;
        margin: 0 auto;
        padding: 0.5em; }
        .isotope-grid .isotope-grid-item .isotope-image-zoom .isotope-captionbox .pictureLayoutPackageNameDiv {
          width: calc(100% - 80px); }
          .isotope-grid .isotope-grid-item .isotope-image-zoom .isotope-captionbox .pictureLayoutPackageNameDiv .packageName {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            font-size: 0.875em;
            color: #fff;
            font-weight: bold; }
          .isotope-grid .isotope-grid-item .isotope-image-zoom .isotope-captionbox .pictureLayoutPackageNameDiv .packageShortDesciption {
            font-size: 0.8125em;
            color: #fff; }

.loginPopupWrapper {
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute;
  height: 100%;
  min-height: 100%;
  margin: auto; }
  .loginPopupWrapper .loginBoxPanel {
    height: 100%;
    display: flex;
    align-items: center; }
    .loginPopupWrapper .loginBoxPanel .logincontainer {
      background-color: #f1f1f1;
      -webkit-border-radius: 0.25em;
      -moz-border-radius: 0.25em;
      -ms-border-radius: 0.25em;
      border-radius: 0.25em;
      padding: 1em 2em; }
      .loginPopupWrapper .loginBoxPanel .logincontainer .dropdown .dropdown-toggle {
        text-decoration: none; }
        .loginPopupWrapper .loginBoxPanel .logincontainer .dropdown .dropdown-toggle::after {
          color: #949494; }
      .loginPopupWrapper .loginBoxPanel .logincontainer .dropdown .dropdown-menu.show {
        left: auto !important;
        right: 0 !important; }
      .loginPopupWrapper .loginBoxPanel .logincontainer .dropdown .dropdown-menu .dropdown-item {
        font-size: 0.875em;
        padding-left: 0.5em;
        padding-right: 0.5em; }
        .loginPopupWrapper .loginBoxPanel .logincontainer .dropdown .dropdown-menu .dropdown-item:focus, .loginPopupWrapper .loginBoxPanel .logincontainer .dropdown .dropdown-menu .dropdown-item:active {
          background-color: #97CC44;
          color: #fff; }
    .loginPopupWrapper .loginBoxPanel .loginfooter {
      padding-top: 20px;
      line-height: 25px;
      text-align: center;
      font-size: 0.875em;
      color: #505050; }

.text-theme-teal {
  color: #35BCC3; }

.bkgd-theme-teal {
  background-color: #35BCC3; }

.bkgd-theme-gray {
  background-color: #C1C1BF; }

.bkgd-theme-green {
  background-color: #97CC44; }

.bkgd-theme-yellow {
  background-color: #ffc107; }

.bootbox.modal {
  display: flex !important;
  align-items: center;
  justify-content: center; }

.bootbox .modal-header h4 {
  font-size: 16px;
  font-weight: bold; }

.bootbox .bootbox-body {
  font-size: 0.875em; }

.bootbox button.bootbox-close-button {
  top: 20px;
  right: 15px;
  bottom: auto;
  left: auto;
  position: absolute;
  outline: 0; }

.dashboard-colbox {
  display: flex;
  align-items: center; }
  .dashboard-colbox .circleico {
    flex: 0;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    border-radius: 5em;
    background-color: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 1.5em;
    color: #a3a0a0; }
    @media (max-width: 991.98px) {
      .dashboard-colbox .circleico {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1em; } }
  @media (max-width: 991.98px) {
    .dashboard-colbox .currentTime {
      font-size: 1.125em; } }
  @media (max-width: 991.98px) {
    .dashboard-colbox .currentDate {
      font-size: 0.8125em; } }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .panel .panel-heading {
    position: relative;
    color: #2b4964;
    padding: 10px 15px;
    border-bottom: 1px solid #dfdfdf;
    -webkit-border-radius: 0 0.25em 0 0.25em;
    -moz-border-radius: 0 0.25em 0 0.25em;
    -ms-border-radius: 0 0.25em 0 0.25em;
    border-radius: 0 0.25em 0 0.25em;
    background-color: #eae8e8;
    font-size: 1em; }
    .panel .panel-heading .panel-toggle {
      float: right;
      color: #242424; }
  .panel .panel-body {
    padding: 1.2em;
    width: 100%; }
  .panel.panel-dashboard .panel-body {
    max-height: 600px;
    overflow: auto; }
    @media (max-width: 575.98px) {
      .panel.panel-dashboard .panel-body {
        max-height: inherit;
        overflow: visible; } }

.weekForecast,
.calendarWeek {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .weekForecast .wkday,
  .weekForecast .wkDy,
  .calendarWeek .wkday,
  .calendarWeek .wkDy {
    background-color: transparent;
    padding: 0px;
    flex-basis: calc(100% / 7);
    max-width: calc(100% / 7);
    text-align: center;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    border-right: 0; }
    @media (max-width: 575.98px) {
      .weekForecast .wkday,
      .weekForecast .wkDy,
      .calendarWeek .wkday,
      .calendarWeek .wkDy {
        flex-basis: calc(100% / 7);
        max-width: calc(100% / 7); } }
    .weekForecast .wkday:last-child,
    .weekForecast .wkDy:last-child,
    .calendarWeek .wkday:last-child,
    .calendarWeek .wkDy:last-child {
      border-right: 1px solid #cfcfcf; }
    .weekForecast .wkday.active .dayTitle,
    .weekForecast .wkDy.active .dayTitle,
    .calendarWeek .wkday.active .dayTitle,
    .calendarWeek .wkDy.active .dayTitle {
      color: #fff;
      background-color: #35BCC3;
      border-bottom: 1px solid #2b4964; }
    .weekForecast .wkday.active .wkDyTitle,
    .weekForecast .wkDy.active .wkDyTitle,
    .calendarWeek .wkday.active .wkDyTitle,
    .calendarWeek .wkDy.active .wkDyTitle {
      color: #fff;
      background-color: #97CC44;
      border-bottom: 1px solid #7cae2f; }
    .weekForecast .wkday .dayTitle,
    .weekForecast .wkday .wkDyTitle,
    .weekForecast .wkDy .dayTitle,
    .weekForecast .wkDy .wkDyTitle,
    .calendarWeek .wkday .dayTitle,
    .calendarWeek .wkday .wkDyTitle,
    .calendarWeek .wkDy .dayTitle,
    .calendarWeek .wkDy .wkDyTitle {
      display: block;
      height: 26px;
      line-height: 26px;
      font-size: 0.875em;
      font-weight: bold;
      background-color: #f1f1f1;
      border-bottom: 1px solid #cfcfcf;
      color: #2b4964;
      text-transform: capitalize; }
      @media (max-width: 575.98px) {
        .weekForecast .wkday .dayTitle,
        .weekForecast .wkday .wkDyTitle,
        .weekForecast .wkDy .dayTitle,
        .weekForecast .wkDy .wkDyTitle,
        .calendarWeek .wkday .dayTitle,
        .calendarWeek .wkday .wkDyTitle,
        .calendarWeek .wkDy .dayTitle,
        .calendarWeek .wkDy .wkDyTitle {
          font-size: 0.8125em !important; } }
    .weekForecast .wkday .wkDyTitle,
    .weekForecast .wkDy .wkDyTitle,
    .calendarWeek .wkday .wkDyTitle,
    .calendarWeek .wkDy .wkDyTitle {
      height: 36px !important;
      line-height: 36px !important; }
    @media (max-width: 991.98px) {
      .weekForecast .wkday .dayCast .weather-icon,
      .weekForecast .wkday .calDateWrapper .weather-icon,
      .weekForecast .wkDy .dayCast .weather-icon,
      .weekForecast .wkDy .calDateWrapper .weather-icon,
      .calendarWeek .wkday .dayCast .weather-icon,
      .calendarWeek .wkday .calDateWrapper .weather-icon,
      .calendarWeek .wkDy .dayCast .weather-icon,
      .calendarWeek .wkDy .calDateWrapper .weather-icon {
        font-size: 1.375em !important; }
      .weekForecast .wkday .dayCast .highTemp,
      .weekForecast .wkday .dayCast .calMo,
      .weekForecast .wkday .calDateWrapper .highTemp,
      .weekForecast .wkday .calDateWrapper .calMo,
      .weekForecast .wkDy .dayCast .highTemp,
      .weekForecast .wkDy .dayCast .calMo,
      .weekForecast .wkDy .calDateWrapper .highTemp,
      .weekForecast .wkDy .calDateWrapper .calMo,
      .calendarWeek .wkday .dayCast .highTemp,
      .calendarWeek .wkday .dayCast .calMo,
      .calendarWeek .wkday .calDateWrapper .highTemp,
      .calendarWeek .wkday .calDateWrapper .calMo,
      .calendarWeek .wkDy .dayCast .highTemp,
      .calendarWeek .wkDy .dayCast .calMo,
      .calendarWeek .wkDy .calDateWrapper .highTemp,
      .calendarWeek .wkDy .calDateWrapper .calMo {
        font-size: 0.875em !important; }
      .weekForecast .wkday .dayCast .lowTemp,
      .weekForecast .wkday .dayCast .calDate,
      .weekForecast .wkday .calDateWrapper .lowTemp,
      .weekForecast .wkday .calDateWrapper .calDate,
      .weekForecast .wkDy .dayCast .lowTemp,
      .weekForecast .wkDy .dayCast .calDate,
      .weekForecast .wkDy .calDateWrapper .lowTemp,
      .weekForecast .wkDy .calDateWrapper .calDate,
      .calendarWeek .wkday .dayCast .lowTemp,
      .calendarWeek .wkday .dayCast .calDate,
      .calendarWeek .wkday .calDateWrapper .lowTemp,
      .calendarWeek .wkday .calDateWrapper .calDate,
      .calendarWeek .wkDy .dayCast .lowTemp,
      .calendarWeek .wkDy .dayCast .calDate,
      .calendarWeek .wkDy .calDateWrapper .lowTemp,
      .calendarWeek .wkDy .calDateWrapper .calDate {
        font-size: 0.8125em !important; } }
    @media (max-width: 575.98px) {
      .weekForecast .wkday .dayCast .weather-icon,
      .weekForecast .wkday .calDateWrapper .weather-icon,
      .weekForecast .wkDy .dayCast .weather-icon,
      .weekForecast .wkDy .calDateWrapper .weather-icon,
      .calendarWeek .wkday .dayCast .weather-icon,
      .calendarWeek .wkday .calDateWrapper .weather-icon,
      .calendarWeek .wkDy .dayCast .weather-icon,
      .calendarWeek .wkDy .calDateWrapper .weather-icon {
        font-size: 1em !important; }
      .weekForecast .wkday .dayCast .highTemp,
      .weekForecast .wkday .dayCast .calMo,
      .weekForecast .wkday .calDateWrapper .highTemp,
      .weekForecast .wkday .calDateWrapper .calMo,
      .weekForecast .wkDy .dayCast .highTemp,
      .weekForecast .wkDy .dayCast .calMo,
      .weekForecast .wkDy .calDateWrapper .highTemp,
      .weekForecast .wkDy .calDateWrapper .calMo,
      .calendarWeek .wkday .dayCast .highTemp,
      .calendarWeek .wkday .dayCast .calMo,
      .calendarWeek .wkday .calDateWrapper .highTemp,
      .calendarWeek .wkday .calDateWrapper .calMo,
      .calendarWeek .wkDy .dayCast .highTemp,
      .calendarWeek .wkDy .dayCast .calMo,
      .calendarWeek .wkDy .calDateWrapper .highTemp,
      .calendarWeek .wkDy .calDateWrapper .calMo {
        font-size: 0.8125em !important; }
      .weekForecast .wkday .dayCast .lowTemp,
      .weekForecast .wkday .dayCast .calDate,
      .weekForecast .wkday .calDateWrapper .lowTemp,
      .weekForecast .wkday .calDateWrapper .calDate,
      .weekForecast .wkDy .dayCast .lowTemp,
      .weekForecast .wkDy .dayCast .calDate,
      .weekForecast .wkDy .calDateWrapper .lowTemp,
      .weekForecast .wkDy .calDateWrapper .calDate,
      .calendarWeek .wkday .dayCast .lowTemp,
      .calendarWeek .wkday .dayCast .calDate,
      .calendarWeek .wkday .calDateWrapper .lowTemp,
      .calendarWeek .wkday .calDateWrapper .calDate,
      .calendarWeek .wkDy .dayCast .lowTemp,
      .calendarWeek .wkDy .dayCast .calDate,
      .calendarWeek .wkDy .calDateWrapper .lowTemp,
      .calendarWeek .wkDy .calDateWrapper .calDate {
        font-size: 0.75em !important; } }
    .weekForecast .wkday .calDateWrapper,
    .weekForecast .wkDy .calDateWrapper,
    .calendarWeek .wkday .calDateWrapper,
    .calendarWeek .wkDy .calDateWrapper {
      padding: 0.7em; }
      @media (max-width: 767.98px) {
        .weekForecast .wkday .calDateWrapper,
        .weekForecast .wkDy .calDateWrapper,
        .calendarWeek .wkday .calDateWrapper,
        .calendarWeek .wkDy .calDateWrapper {
          padding: 0.7em 0; } }
      .weekForecast .wkday .calDateWrapper .calMo,
      .weekForecast .wkDy .calDateWrapper .calMo,
      .calendarWeek .wkday .calDateWrapper .calMo,
      .calendarWeek .wkDy .calDateWrapper .calMo {
        font-size: 1em;
        color: #949494;
        text-transform: uppercase; }
      .weekForecast .wkday .calDateWrapper .calDate,
      .weekForecast .wkDy .calDateWrapper .calDate,
      .calendarWeek .wkday .calDateWrapper .calDate,
      .calendarWeek .wkDy .calDateWrapper .calDate {
        font-size: 1.375em;
        font-weight: bold;
        color: #2b4964; }
  .weekForecast .wkday.active,
  .calendarWeek .wkday.active {
    border: 1px solid #2b4964; }
  .weekForecast .wkDy.active,
  .calendarWeek .wkDy.active {
    border: 1px solid #7cae2f; }
  .weekForecast .wkDy.past,
  .calendarWeek .wkDy.past {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: not-allowed; }
  .weekForecast .wkDy:hover .wkDyTitle,
  .weekForecast .wkDy:hover .calDateWrapper,
  .calendarWeek .wkDy:hover .wkDyTitle,
  .calendarWeek .wkDy:hover .calDateWrapper {
    background-color: #f1f1f1; }
  .weekForecast .wkDy:hover.active .wkDyTitle,
  .calendarWeek .wkDy:hover.active .wkDyTitle {
    background-color: #97CC44; }

#userAccountSuggestions {
  position: absolute;
  width: calc(100% - 30px);
  display: none;
  overflow-y: scroll;
  height: 250px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #cfcfcf;
  border-top: 0;
  z-index: 10;
  margin-top: -15px; }
  #userAccountSuggestions .addnew-guest-account {
    background-color: #eae8e8;
    padding: 10px 10px;
    border-bottom: 1px solid #cfcfcf;
    font-size: 0.875em;
    font-weight: bold;
    cursor: pointer; }
    #userAccountSuggestions .addnew-guest-account:hover {
      background-color: #dfdfdf; }
  #userAccountSuggestions .alert {
    margin: 10px;
    padding: 10px;
    font-size: 0.875em; }

#userAccountSuggestions .selectable-user, .selectable-userdroplist {
  padding: 5px 10px;
  cursor: pointer;
  font-size: 0.875em;
  display: flex; }
  #userAccountSuggestions .selectable-user img, .selectable-userdroplist img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    border-radius: 5em; }
  #userAccountSuggestions .selectable-user .user-account-detail .user-account-name, .selectable-userdroplist .user-account-detail .user-account-name {
    color: #2b4964;
    display: block; }
  #userAccountSuggestions .selectable-user .user-account-detail .user-email, .selectable-userdroplist .user-account-detail .user-email {
    color: #949494;
    display: block;
    font-size: 13px; }
  #userAccountSuggestions .selectable-user:nth-child(even), .selectable-userdroplist:nth-child(even) {
    background-color: #f1f1f1; }
  #userAccountSuggestions .selectable-user:hover, .selectable-userdroplist:hover {
    background-color: #97CC44;
    color: #fff; }
    #userAccountSuggestions .selectable-user:hover .user-account-name, .selectable-userdroplist:hover .user-account-name, #userAccountSuggestions .selectable-user:hover .user-email, .selectable-userdroplist:hover .user-email, #userAccountSuggestions .selectable-user:hover .usr-email, .selectable-userdroplist:hover .usr-email, #userAccountSuggestions .selectable-user:hover .text-muted, .selectable-userdroplist:hover .text-muted {
      color: #fff !important; }

.selectable-userdroplist .user-account-name {
  display: block;
  line-height: 1.2; }

.selectable-userdroplist .user-email {
  display: block;
  line-height: 1.2; }

.k-item.k-state-selected .selectable-userdroplist .user-email, .k-item.k-state-selected .selectable-userdroplist .usr-email, .k-item.k-state-selected .selectable-userdroplist .text-muted {
  color: #fff !important; }

.customizations-row .customiz-pic,
.commonGrid-row .customiz-pic {
  width: 80px;
  display: inline-block; }

.prodviewCardPanel .col-auto {
  flex-basis: calc(100% / 6); }

.prodviewCardPanel .prodviewCard {
  text-align: center; }
  .prodviewCardPanel .prodviewCard .prodviewImg {
    width: 150px;
    height: 130px;
    display: inline-block; }
    .prodviewCardPanel .prodviewCard .prodviewImg img {
      height: 100%; }

.bkgd-red {
  background-color: #dc3545; }

.bkgd-yellow {
  background-color: #ffc107; }

.bkgd-green {
  background-color: #28a745; }

.btn-aluvii.btn-off, .btn-aluvii.btn-on {
  height: calc(2.25rem + 2px);
  min-height: unset; }
  .btn-aluvii.btn-off.active, .btn-aluvii.btn-off:hover, .btn-aluvii.btn-off:focus, .btn-aluvii.btn-on.active, .btn-aluvii.btn-on:hover, .btn-aluvii.btn-on:focus {
    background-color: #97CC44;
    color: #fff !important;
    border-color: #97CC44; }

.hideradio-circle input[type="radio"] {
  visibility: hidden;
  position: absolute; }

.hideafter-icon .dropdown-toggle::after {
  display: none; }

.dropdown .dropdown-menu .dropdown-item,
.btn-group .dropdown-menu .dropdown-item {
  cursor: pointer; }
  .dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item.active,
  .btn-group .dropdown-menu .dropdown-item:focus,
  .btn-group .dropdown-menu .dropdown-item:active,
  .btn-group .dropdown-menu .dropdown-item.active {
    background-color: #97CC44;
    color: #fff; }

.opt-list {
  display: flex;
  list-style: none; }
  .opt-list li a {
    width: 38px;
    height: 38px;
    display: block;
    text-align: center;
    line-height: 38px;
    color: #cfcfcf;
    font-size: 1em;
    border: 1px solid #cfcfcf;
    border-right: 0;
    background-color: #fff; }
    .opt-list li a:hover {
      background-color: #97CC44;
      color: #fff;
      border-color: #97CC44; }
  .opt-list li:last-child a {
    border-right: 1px solid #cfcfcf; }
  .opt-list li.active a {
    background-color: #97CC44;
    color: #fff;
    border-color: #97CC44; }

.minwd45 {
  min-width: 45px; }

.modal .modal-dialog .modal-header {
  background-color: #eae8e8;
  border-bottom: 1px solid #cfcfcf; }
  .modal .modal-dialog .modal-header h1,
  .modal .modal-dialog .modal-header h2,
  .modal .modal-dialog .modal-header h3,
  .modal .modal-dialog .modal-header h4,
  .modal .modal-dialog .modal-header h5,
  .modal .modal-dialog .modal-header h6 {
    font-size: 1em;
    color: #2b4964;
    font-weight: bold;
    margin: 0; }
  .modal .modal-dialog .modal-header .close {
    line-height: 16px;
    font-size: x-large;
    padding: 12px !important; }

.k-numeric-wrap.k-expand-padding {
  padding-right: 0.3em; }

.darkblue {
  color: #2b4964; }

.fade.in {
  opacity: 1; }

.uploaded-image {
  max-width: 100%;
  width: 260px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }

.jconfirm-box-container .jconfirm-title {
  font-size: 1.125em; }

.jconfirm-box-container .jconfirm-content {
  font-size: 0.875em; }

.jconfirm-box-container .jconfirm-buttons {
  width: 100%;
  text-align: right;
  border-top: 1px solid #dfdfdf;
  padding-top: 1em;
  margin-top: 0.7em; }
  .jconfirm-box-container .jconfirm-buttons button.btn {
    min-height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 12px !important;
    background-color: #eae8e8 !important;
    border: 1px solid #cfcfcf !important;
    text-transform: uppercase;
    box-sizing: border-box !important;
    color: #505050 !important;
    margin-bottom: 5px !important; }
    .jconfirm-box-container .jconfirm-buttons button.btn:hover, .jconfirm-box-container .jconfirm-buttons button.btn:focus, .jconfirm-box-container .jconfirm-buttons button.btn:active {
      color: #505050 !important;
      background-color: #dedbdb !important;
      border-color: #dedbdb !important; }

.unscrollable {
  overflow: -webkit-paged-x;
  overflow: -moz-hidden-unscrollable; }

@media (max-width: 1366px) {
  .packageviewpanel [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%; } }

.packageviewpanel .card {
  background-color: #f9f9f9;
  height: 100%; }

.packageView {
  position: relative; }
  .packageView .pack-imgbox {
    flex-basis: 250px;
    max-width: 250px;
    margin-bottom: 1em; }
    .packageView .pack-imgbox .p-imgbox {
      width: 220px;
      height: 170px; }
      @media (min-width: 768px) {
        .packageView .pack-imgbox .p-imgbox {
          max-width: 100%;
          padding: 0.25rem;
          background-color: #fff;
          border: 1px solid #dfdfdf;
          -webkit-border-radius: 0.25rem;
          -moz-border-radius: 0.25rem;
          -ms-border-radius: 0.25rem;
          border-radius: 0.25rem;
          text-align: center; } }
      .packageView .pack-imgbox .p-imgbox img {
        height: 100%; }
      @media (max-width: 575.98px) {
        .packageView .pack-imgbox .p-imgbox {
          width: 120px;
          height: 100px; } }
  .packageView .pack-price {
    top: 0;
    right: 15px;
    bottom: auto;
    left: auto;
    position: absolute;
    padding: 0.5em 0.7em;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    background-color: #eae8e8;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    border-radius: 0.25em; }
    @media (max-width: 767.98px) {
      .packageView .pack-price {
        font-size: 0.875em;
        min-width: 120px; } }
  .packageView .pack-detailbox {
    flex-basis: calc(100% - 250px);
    max-width: calc(100% - 250px); }
    .packageView .pack-detailbox .pack-hdgbox .pack-hdg {
      margin-right: 100px; }
      .packageView .pack-detailbox .pack-hdgbox .pack-hdg h1,
      .packageView .pack-detailbox .pack-hdgbox .pack-hdg h2,
      .packageView .pack-detailbox .pack-hdgbox .pack-hdg h3,
      .packageView .pack-detailbox .pack-hdgbox .pack-hdg h4,
      .packageView .pack-detailbox .pack-hdgbox .pack-hdg h5,
      .packageView .pack-detailbox .pack-hdgbox .pack-hdg h6 {
        font-size: 1.125em; }
        @media (max-width: 767.98px) {
          .packageView .pack-detailbox .pack-hdgbox .pack-hdg h1,
          .packageView .pack-detailbox .pack-hdgbox .pack-hdg h2,
          .packageView .pack-detailbox .pack-hdgbox .pack-hdg h3,
          .packageView .pack-detailbox .pack-hdgbox .pack-hdg h4,
          .packageView .pack-detailbox .pack-hdgbox .pack-hdg h5,
          .packageView .pack-detailbox .pack-hdgbox .pack-hdg h6 {
            font-size: 1em; } }
  @media (max-width: 767.98px) {
    .packageView .pack-imgbox {
      flex-basis: 100%;
      max-width: 100%;
      display: flex; }
      .packageView .pack-imgbox .p-imgbox,
      .packageView .pack-imgbox .pack-btnbox {
        flex-basis: 50%;
        max-width: 50%; }
      .packageView .pack-imgbox .p-imgbox {
        text-align: left;
        padding-right: 15px; }
        .packageView .pack-imgbox .p-imgbox img {
          max-width: 100%;
          padding: 0.25rem;
          background-color: #fff;
          border: 1px solid #dfdfdf;
          -webkit-border-radius: 0.25rem;
          -moz-border-radius: 0.25rem;
          -ms-border-radius: 0.25rem;
          border-radius: 0.25rem; }
      .packageView .pack-imgbox .pack-btnbox {
        text-align: right;
        margin-top: 45px !important; }
        .packageView .pack-imgbox .pack-btnbox .btn {
          min-height: 31px;
          display: inline-block;
          min-width: 120px;
          width: auto; }
    .packageView .pack-detailbox {
      flex-basis: 100%;
      max-width: 100%;
      font-size: 0.875em; } }

@media (max-width: 575.98px) {
  .calendar-controls .calendarLocation {
    flex-basis: 100%; } }

.dvMoreWaiversFixed {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  position: fixed;
  height: 50px;
  background-color: #fff;
  width: 100%;
  text-align: right;
  padding: 0 20px;
  line-height: 50px; }

.kitchenRegisterCard .col {
  flex-basis: 20%;
  max-width: 20%; }
  @media (max-width: 1366px) {
    .kitchenRegisterCard .col {
      flex-basis: 25%;
      max-width: 25%; } }
  @media (max-width: 991.98px) {
    .kitchenRegisterCard .col {
      flex-basis: calc(100% / 3);
      max-width: calc(100% / 3); } }
  @media (max-width: 767.98px) {
    .kitchenRegisterCard .col {
      flex-basis: 50%;
      max-width: 50%; } }
  @media (max-width: 575.98px) {
    .kitchenRegisterCard .col {
      flex-basis: 100%;
      max-width: 100%; } }
  .kitchenRegisterCard .col .panel-heading {
    -webkit-border-radius: 0.25em 0.25em 0 0;
    -moz-border-radius: 0.25em 0.25em 0 0;
    -ms-border-radius: 0.25em 0.25em 0 0;
    border-radius: 0.25em 0.25em 0 0; }
    .kitchenRegisterCard .col .panel-heading .printIco {
      top: 0;
      right: 0;
      bottom: auto;
      left: auto;
      position: absolute;
      display: inline-block;
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 0 0.25em 0 0.25em;
      -moz-border-radius: 0 0.25em 0 0.25em;
      -ms-border-radius: 0 0.25em 0 0.25em;
      border-radius: 0 0.25em 0 0.25em;
      border: solid rgba(0, 0, 0, 0.1);
      border-width: 0 0 1px 1px;
      font-size: 1.5em;
      color: #505050;
      width: 38px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      padding-left: 2px; }
      .kitchenRegisterCard .col .panel-heading .printIco:hover {
        background-color: rgba(0, 0, 0, 0.15); }
    .kitchenRegisterCard .col .panel-heading.danger, .kitchenRegisterCard .col .panel-heading.warning {
      color: #fff; }
      .kitchenRegisterCard .col .panel-heading.danger .printIco, .kitchenRegisterCard .col .panel-heading.warning .printIco {
        color: #fff; }
      .kitchenRegisterCard .col .panel-heading.danger h1,
      .kitchenRegisterCard .col .panel-heading.danger h2,
      .kitchenRegisterCard .col .panel-heading.danger h3,
      .kitchenRegisterCard .col .panel-heading.danger h4,
      .kitchenRegisterCard .col .panel-heading.danger h5,
      .kitchenRegisterCard .col .panel-heading.danger h6, .kitchenRegisterCard .col .panel-heading.warning h1,
      .kitchenRegisterCard .col .panel-heading.warning h2,
      .kitchenRegisterCard .col .panel-heading.warning h3,
      .kitchenRegisterCard .col .panel-heading.warning h4,
      .kitchenRegisterCard .col .panel-heading.warning h5,
      .kitchenRegisterCard .col .panel-heading.warning h6 {
        color: #fff; }
    .kitchenRegisterCard .col .panel-heading.danger {
      background-color: #dc3545; }
    .kitchenRegisterCard .col .panel-heading.warning {
      background-color: #ffc107; }

.input-group-text {
  background-color: #eae8e8; }

.scanresultCard .card-header {
  color: #2b4964;
  font-size: 1.75em;
  text-align: center; }

.scanresultCard .approved,
.scanresultCard .denied {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  font-size: 1.75em;
  text-align: center;
  color: #2b4964;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.scanresultCard .approved {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6; }

.scanresultCard .denied {
  background-color: #f2dede;
  border: 1px solid #eed3d7; }

.scanresultCard .scanImgBox,
.scanresultCard .scanInCountBox {
  flex-basis: 225px;
  max-width: 225px;
  background-color: #f6f6f6;
  padding-top: 1em;
  padding-bottom: 1em; }

@media (max-width: 575.98px) {
  .scanresultCard .scanImgBox {
    flex-basis: 130px;
    max-width: 130px; } }

@media (max-width: 991.98px) {
  .scanresultCard .scanInCountBox {
    flex-basis: calc(100% - 225px);
    max-width: calc(100% - 225px); } }

@media (max-width: 575.98px) {
  .scanresultCard .scanInCountBox {
    flex-basis: calc(100% - 130px);
    max-width: calc(100% - 130px);
    padding-left: 0; }
    .scanresultCard .scanInCountBox label {
      font-size: 12px; } }

.scanresultCard .scanDetails {
  flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .scanresultCard .scanDetails {
      flex-basis: calc(100% - 450px);
      max-width: calc(100% - 450px); } }

.hr-employee-header {
  padding: 0.3em 0; }
  .hr-employee-header .hr-employee-imgBox {
    display: inline-block;
    width: 160px;
    height: 160px;
    border: 4px solid #fff;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    border-radius: 0.25em;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px; }
    .hr-employee-header .hr-employee-imgBox img {
      max-width: 100%;
      width: 100%;
      height: 100%; }

.kendoleftTabs .k-tabstrip-left .k-tabstrip-items {
  width: 240px;
  padding: 0; }
  .kendoleftTabs .k-tabstrip-left .k-tabstrip-items .k-item {
    border-width: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 0.5em;
    background-color: #eae8e8;
    border-color: #dfdfdf;
    min-height: 40px;
    transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -moz-transition: none !important; }
    .kendoleftTabs .k-tabstrip-left .k-tabstrip-items .k-item .k-link {
      padding-top: 0.7em;
      padding-bottom: 0.7em; }
    .kendoleftTabs .k-tabstrip-left .k-tabstrip-items .k-item.k-state-hover {
      background-color: #dfdfdf; }
    .kendoleftTabs .k-tabstrip-left .k-tabstrip-items .k-item.k-state-active {
      background-color: #2b4964 !important;
      border-color: #2b4964 !important;
      -webkit-box-shadow: inset 0 0 0 0 !important;
      -moz-box-shadow: inset 0 0 0 0 !important;
      box-shadow: inset 0 0 0 0 !important; }
      .kendoleftTabs .k-tabstrip-left .k-tabstrip-items .k-item.k-state-active .k-link {
        font-weight: normal !important;
        color: #fff; }
      .kendoleftTabs .k-tabstrip-left .k-tabstrip-items .k-item.k-state-active::before {
        top: 6px;
        right: 0;
        bottom: auto;
        left: auto;
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0da";
        color: #2b4964;
        font-size: 1.8em;
        width: 1px;
        height: 1px; }
    .kendoleftTabs .k-tabstrip-left .k-tabstrip-items .k-item .k-loading {
      border-color: #cfcfcf !important; }
  @media (max-width: 767.98px) {
    .kendoleftTabs .k-tabstrip-left .k-tabstrip-items {
      width: 100%; } }

.kendoleftTabs .k-tabstrip-left .k-content {
  padding-left: 20px !important;
  border: 0;
  overflow: inherit; }
  @media (max-width: 767.98px) {
    .kendoleftTabs .k-tabstrip-left .k-content {
      width: 100%;
      padding-top: 15px !important;
      margin-left: 0 !important;
      padding-left: 0 !important;
      clear: both; } }

.change-password {
  padding-left: 0 !important; }
  .change-password .passwordul li {
    padding-bottom: 0.5em;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .change-password .passwordul li .passwordicon {
      font-size: 20px !important;
      color: #949494;
      flex-basis: 30px;
      max-width: 30px;
      padding-right: 8px; }
    .change-password .passwordul li .spancirclecheck {
      padding-top: 0 !important; }
    .change-password .passwordul li span {
      position: relative !important;
      padding-top: 0 !important; }

.timeCard span.k-picker-wrap,
.timeCard span.k-datepicker,
.timeCard .k-select,
.timeCard .k-icon {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  border-color: transparent !important; }

.timeCard span.k-picker-wrap .k-input {
  background-color: transparent !important; }

.daywiseTable table tbody td {
  vertical-align: top; }
  .daywiseTable table tbody td ul {
    margin: 0;
    padding: 0; }

.day-color {
  color: #97CC44;
  border-left-color: #97CC44; }
  .day-color table {
    color: #97CC44; }

.break-color {
  color: #17a2b8;
  border-left-color: #17a2b8; }
  .break-color table {
    color: #17a2b8; }

.lunch-color {
  color: #505050;
  border-left-color: #505050; }
  .lunch-color table {
    color: #505050; }

.more-than-allowed-time {
  color: #9D2E63; }
  .more-than-allowed-time table {
    color: #9D2E63; }

.potential-long-shift {
  color: orangered; }
  .potential-long-shift table {
    color: orangered; }

.less-than-required-time {
  color: #CE1126; }
  .less-than-required-time table {
    color: #CE1126; }

.punch-does-not-match-schedule {
  color: #ffc107; }
  .punch-does-not-match-schedule table {
    color: #ffc107; }

.day-background {
  background: #97CC44; }

.break-background {
  background: #17a2b8; }

.lunch-background {
  background: #505050; }

.more-than-allowed-time-background {
  background: #9D2E63; }

.potential-long-shift-background {
  background: orangered; }

.less-than-required-time-background {
  background: #CE1126; }

.punch-does-not-match-schedule-background {
  background: #ffc107; }

.arrow-right {
  display: inline-block;
  margin-top: 5px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid; }

.square {
  display: inline-block;
  width: 10px;
  height: 10px; }

.circle {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  border-radius: 5em; }

.hide-inputlabel input[type="hidden"],
.hide-inputlabel label.k-checkbox-label {
  display: none; }

.arcadeCardBox {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }
  .arcadeCardBox li {
    padding: 10px 20px 10px 0; }
    .arcadeCardBox li .cardBoxInside {
      outline: none;
      width: 260px;
      height: 125px;
      display: block;
      background-color: #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      padding: 5px;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(0, 0, 0, 0.125);
      cursor: pointer; }
      .arcadeCardBox li .cardBoxInside:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50); }
      .arcadeCardBox li .cardBoxInside .arcadeCardTop {
        position: relative;
        padding-bottom: 5px; }
        .arcadeCardBox li .cardBoxInside .arcadeCardTop .configAnchor {
          color: #97CC44;
          font-size: 0.75em;
          text-decoration: underline;
          text-align: right;
          display: block; }
      .arcadeCardBox li .cardBoxInside .arcadeImgBox {
        width: 70%;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto; }
        .arcadeCardBox li .cardBoxInside .arcadeImgBox img {
          max-width: 100%;
          max-height: 100%;
          height: auto;
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease; }

.connected-msg {
  color: #28a745;
  font-size: 16px; }
  .connected-msg::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";
    margin-right: 0.3em; }

.failed-msg {
  color: #dc3545;
  font-size: 16px; }
  .failed-msg::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f127";
    margin-right: 0.3em; }

.tooltip-area .tooltip {
  left: 0 !important; }
  .tooltip-area .tooltip .tooltip-inner {
    max-width: 160px; }

.div-striped:nth-child(even) {
  background-color: #f1f1f1;
  border-bottom: 1px solid #eae8e8;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.div-striped:nth-child(odd) {
  border-bottom: 1px solid #eae8e8;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.waiverTypeBox {
  background-color: #f1f1f1;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  text-align: center;
  min-height: 100px;
  align-items: center;
  color: #949494;
  font-size: 1em;
  font-weight: bold;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  border-radius: 5em;
  transition: all 0.15 ease;
  -webkit-transition: all 0.15 ease;
  -ms-transition: all 0.15 ease;
  -moz-transition: all 0.15 ease; }
  .waiverTypeBox:hover {
    background-color: #eae8e8; }
  .waiverTypeBox .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .waiverTypeBox .wtypeIcon {
    background-color: #f9f9f9;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    border-radius: 5em;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    margin-right: 10px; }

.m-signature-pad {
  position: relative;
  width: 100% !important;
  height: auto !important;
  border: 1px solid #eae8e8;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em; }
  .m-signature-pad .m-signature-pad--body {
    position: relative;
    height: 160px;
    border: 1px solid #f1f1f1;
    margin: 15px; }
  .m-signature-pad .m-signature-pad--footer {
    position: relative;
    margin: 5px 15px 15px; }
  .m-signature-pad canvas,
  .m-signature-pad canvas#signature-canvas-1 {
    width: 100% !important;
    position: absolute;
    left: 0;
    height: 100%;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    border-radius: 0.25em;
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.1); }

.btn-textCap {
  text-transform: capitalize !important; }

.guestSelectionButton {
  background-color: #eae8e8;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  color: #505050;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  min-height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  cursor: pointer; }
  .guestSelectionButton:hover {
    background-color: #dedbdb;
    border-color: #dedbdb; }
  .guestSelectionButton:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important; }

.blueBtn {
  color: #fff;
  background-color: #2b4964 !important;
  border-color: #2b4964 !important; }
  .blueBtn:hover {
    background-color: #1c2f40 !important;
    border-color: #1c2f40 !important; }

.paneldeleteRow {
  background-color: #f9f9f9;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  border-radius: 5em;
  display: inline-flex;
  text-align: center;
  color: #505050 !important;
  cursor: pointer;
  font-size: 0.8em;
  min-height: 30px;
  line-height: 1.5;
  padding: 0.3em 0.5em;
  text-decoration: none !important;
  transition: all 0.07s ease-in-out;
  -webkit-transition: all 0.07s ease-in-out;
  -ms-transition: all 0.07s ease-in-out;
  -moz-transition: all 0.07s ease-in-out;
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
  position: absolute; }
  .paneldeleteRow:hover, .paneldeleteRow:focus {
    background-color: #eae8e8; }
  .paneldeleteRow i {
    font-size: 18px;
    margin-left: 5px; }

.panel-heading .accordion-toggle[aria-expanded="true"] .indicator i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.panel-heading .accordion-toggle .indicator {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  height: 100%;
  width: 40px;
  background-color: #f9f9f9;
  border-right: 1px solid #cfcfcf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #505050;
  font-size: 1em;
  padding: 0.5em;
  -webkit-border-radius: 0.25em 0 0 0.25em;
  -moz-border-radius: 0.25em 0 0 0.25em;
  -ms-border-radius: 0.25em 0 0 0.25em;
  border-radius: 0.25em 0 0 0.25em; }
  .panel-heading .accordion-toggle .indicator i {
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear; }

.table-lightgray tbody tr:nth-of-type(odd), .table-lightgray tbody tr:nth-of-type(even) {
  background-color: #f1f1f1; }

.info-moduleBoxBg {
  display: flex;
  height: 40vh;
  background-color: #fff;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid #dfdfdf;
  padding: 0.5em;
  width: 100%; }
  .info-moduleBoxBg .info-moduleBox {
    display: block;
    width: 100%; }
    .info-moduleBoxBg .info-moduleBox .module-status {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      position: absolute;
      width: 40px;
      min-height: 50px;
      color: #fff;
      text-align: center;
      padding: 5px 2px 15px;
      box-sizing: content-box;
      font-size: 12px; }
      .info-moduleBoxBg .info-moduleBox .module-status::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 13px solid #fff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent; }
    .info-moduleBoxBg .info-moduleBox .module-icon {
      width: 50px;
      height: 50px;
      line-height: 40px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      color: #2b4964;
      font-size: 1.625em;
      margin: auto; }
    .info-moduleBoxBg .info-moduleBox .product-photo {
      width: 90px;
      height: 90px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      margin: auto auto 0.5em auto;
      display: block; }

table .active.removable div.rowtable {
  overflow: visible !important; }

table tbody.table-strpiedColor tr:nth-of-type(4n + 1) {
  background-color: #f1f1f1 !important; }

table tbody.table-strpiedColor tr:nth-of-type(odd) {
  background-color: transparent; }

table tbody.table-strpiedColor tr table tbody tr:nth-of-type(4n + 1) {
  background-color: inherit !important; }

table tbody.table-strpiedColor tr table tbody tr:nth-of-type(odd) {
  background-color: #f1f1f1 !important; }

table tbody.table-strpiedColor tr:hover {
  background-color: rgba(0, 0, 0, 0.075) !important; }

.gridtext-success {
  color: #28a745;
  font-weight: bold; }

.gridtext-danger {
  color: #dc3545;
  font-weight: bold; }

.k-state-selected .gridtext-success,
.k-state-selected .gridtext-danger {
  color: #fff;
  font-weight: normal; }

.connectedGatewayDevices .col,
.disconnectedGatewayDevices .col {
  flex-grow: 0;
  height: 100%;
  padding: 0; }
  .connectedGatewayDevices .col .card,
  .disconnectedGatewayDevices .col .card {
    position: relative;
    width: 240px;
    margin: 20px 15px 40px 15px; }
    .connectedGatewayDevices .col .card .device-icon,
    .disconnectedGatewayDevices .col .card .device-icon {
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      font-size: 1.5em;
      -webkit-border-radius: 5em;
      -moz-border-radius: 5em;
      -ms-border-radius: 5em;
      border-radius: 5em;
      background-color: #fff;
      border: 1px solid #dfdfdf;
      top: -30px;
      right: 0;
      bottom: auto;
      left: 0;
      position: absolute;
      margin: auto; }
    .connectedGatewayDevices .col .card .card-body,
    .disconnectedGatewayDevices .col .card .card-body {
      padding: 40px 0.7em 0.7em;
      background-color: #f5f7f7;
      -webkit-border-radius: 0.25em;
      -moz-border-radius: 0.25em;
      -ms-border-radius: 0.25em;
      border-radius: 0.25em; }
      .connectedGatewayDevices .col .card .card-body .cardInsider,
      .disconnectedGatewayDevices .col .card .card-body .cardInsider {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        min-height: 220px; }

.disconnectedGatewayDevices .devicebutton .k-button.k-primary:disabled,
.disconnectedGatewayDevices .devicebutton button:disabled {
  background-color: #eae8e8 !important;
  border: 1px solid #cfcfcf !important;
  color: #505050 !important;
  opacity: 0.5;
  filter: alpha(opacity=50); }
  .disconnectedGatewayDevices .devicebutton .k-button.k-primary:disabled:hover, .disconnectedGatewayDevices .devicebutton .k-button.k-primary:disabled:focus, .disconnectedGatewayDevices .devicebutton .k-button.k-primary:disabled:active,
  .disconnectedGatewayDevices .devicebutton button:disabled:hover,
  .disconnectedGatewayDevices .devicebutton button:disabled:focus,
  .disconnectedGatewayDevices .devicebutton button:disabled:active {
    background-color: #eae8e8 !important;
    color: #505050 !important; }

.linkhover:hover {
  color: #97CC44;
  cursor: pointer; }

.enum-select select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4c5e70;
  vertical-align: middle;
  border: 1px solid #cfcfcf;
  border-radius: 0.25rem;
  outline: 0; }

.searchBybuttonList li a.active {
  background-color: #97CC44 !important;
  color: #fff !important;
  border-color: #7cae2f !important; }
  .searchBybuttonList li a.active:hover {
    background-color: #7cae2f !important; }

.tab-content #tab-load-icon {
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px; }

.status-icon {
  color: #fff;
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  font-size: 14px; }
  .status-icon i {
    font-size: 12px; }

.searchGridByLocation .expandable-row .product-table-photo {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.align-middle-td td {
  vertical-align: middle; }

.label-danger,
.danger {
  background-color: #dc3545; }

.label-warning,
.warning {
  background-color: #ffc107; }

.label-success,
.success {
  background-color: #28a745; }

.label-gray600 {
  background-color: #949494; }

.gray-flag-banner {
  position: relative;
  width: auto;
  min-height: 40px;
  display: inline-block;
  color: #949494;
  background-color: #f1f1f1;
  text-align: center;
  padding: 8px 25px 8px 10px;
  box-sizing: content-box;
  font-size: 16px;
  text-transform: capitalize; }
  .gray-flag-banner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 13px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; }

#history-table thead tr th, .th-hover thead tr th {
  cursor: pointer; }
  #history-table thead tr th:focus, .th-hover thead tr th:focus {
    outline: 0; }

.table th.tablesorter-headerAsc .sorting-icon::before {
  content: "\f0d7";
  font-family: FontAwesome; }

.table th.tablesorter-headerDesc .sorting-icon::before {
  content: "\f0d8";
  font-family: FontAwesome; }

.pagination-navbar {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0; }
  .pagination-navbar .pagination {
    margin-right: 20px; }
    .pagination-navbar .pagination li.firstPage, .pagination-navbar .pagination li.lastPage {
      visibility: visible;
      display: inline-block; }
    .pagination-navbar .pagination li.scrunch.page-item {
      visibility: hidden;
      width: 0; }
    .pagination-navbar .pagination li.page-item .page-link {
      color: #505050;
      font-size: 0.875em; }
      .pagination-navbar .pagination li.page-item .page-link:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
        -moz-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important; }
    .pagination-navbar .pagination li.page-item.active .page-link {
      color: #fff;
      background-color: #97CC44;
      border-color: #7cae2f; }
    .pagination-navbar .pagination li.page-item.prev .page-link, .pagination-navbar .pagination li.page-item.next .page-link {
      background-color: #f1f1f1; }
    .pagination-navbar .pagination li.page-item.prev.disabled .page-link, .pagination-navbar .pagination li.page-item.next.disabled .page-link {
      opacity: 0.7;
      filter: alpha(opacity=70); }
      .pagination-navbar .pagination li.page-item.prev.disabled .page-link i, .pagination-navbar .pagination li.page-item.next.disabled .page-link i {
        opacity: 0.8;
        filter: alpha(opacity=80); }
  .pagination-navbar .page-count {
    font-size: 0.875em;
    color: #949494;
    padding-top: 8px; }
    .pagination-navbar .page-count span {
      color: #505050; }

#suggestions-container,
#reorder-product-suggestions {
  position: absolute;
  padding: 10px 0;
  width: calc(100% - 30px);
  display: none;
  background-color: #f1f1f1;
  z-index: 999;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #cfcfcf;
  word-break: break-word; }
  #suggestions-container ul,
  #reorder-product-suggestions ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px; }
    #suggestions-container ul li a,
    #reorder-product-suggestions ul li a {
      padding: 2px 15px;
      color: #505050;
      display: block; }
      #suggestions-container ul li a:hover,
      #reorder-product-suggestions ul li a:hover {
        color: #fff;
        background-color: #97CC44;
        text-decoration: none; }

.ng-accordionTab {
  padding: .5em;
  font-size: 1.125em;
  font-weight: bold;
  color: #2b4964; }
  .ng-accordionTab .ssrs-angle-width {
    width: 20px; }

.starCircle {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #f1f1f1;
  border: 1px solid #eae8e8;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  border-radius: 5em;
  text-align: center;
  line-height: 20px;
  padding: .3em;
  font-size: 14px; }

.aluvii-report-viewer {
  width: 100% !important; }

.fr-core-toolbar, .fr-layout-leftpanecontent, .fr-toolpane-dropdown-itemcontainer:hover {
  background-color: #2b4964 !important;
  background-image: none !important; }

.fr-toolbase-state:hover, .fr-toolbar-slide {
  background-color: #1c2f40 !important;
  background-image: none !important; }

.fr-report-loading-indicator {
  border-color: #2b4964 !important;
  height: 50px !important; }

.fr-toolpane .fr-toolbase-groupcontainer, .fr-toolpane-dropdown-itemcontainer {
  border-top-color: rgba(255, 255, 255, 0.3) !important; }

.fr-toolpane-dropdown-group-container {
  background-color: #335676 !important; }

.fr-toolpane-dropdown-item-text {
  color: #fff !important; }

#report1 label {
  color: #242424;
  font-weight: normal; }

#report1 .fr-param-dropdown label {
  color: #242424;
  font-weight: normal !important; }

.fr-param-dropdown {
  z-index: 5;
  overflow-y: auto !important; }

.fr-core-toolbar {
  background: #2b4964; }

.fr-layout-param-top {
  background: #f2f2f2 !important; }
  .fr-layout-param-top .fr-param-container {
    border: 1px solid #dfdfdf !important; }

.fr-param-form .fr-param-button {
  background-color: #eae8e8 !important;
  border: 1px solid #cfcfcf !important;
  background-image: none !important;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #505050 !important; }
  .fr-param-form .fr-param-button:hover, .fr-param-form .fr-param-button:focus, .fr-param-form .fr-param-button:active {
    color: #505050 !important;
    background-color: #dedbdb !important;
    border-color: #dedbdb !important; }

.fr-param-label {
  color: #242424; }

.fr-param-error-message {
  display: none; }

.fr-param-form .fr-param-error,
input[type="text"].fr-param-form input[type="text"].fr-param-error {
  border: 1px solid #dc3545 !important; }

.activeBtn_rDefault, .selectedItem, .radioButtonSelect button.active, .radioButtonSelect button:hover {
  background-color: #97CC44 !important;
  border-color: #7cae2f !important;
  color: #fff !important; }
  .activeBtn_rDefault:hover, .selectedItem:hover, .radioButtonSelect button:hover, .activeBtn_rDefault:focus, .selectedItem:focus, .radioButtonSelect button.active:focus, .radioButtonSelect button:focus:hover, .activeBtn_rDefault:active, .selectedItem:active, .radioButtonSelect button.active:active, .radioButtonSelect button:active:hover {
    background-color: #7cae2f !important;
    border-color: #7cae2f !important;
    color: #fff !important; }

.radioButtonSelect button {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  color: #505050;
  font-size: 0.875em;
  outline: 0;
  padding: 1em .7em;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.anchortext {
  color: #97CC44 !important;
  text-decoration: none !important; }
  .anchortext:hover {
    color: #7cae2f !important; }

.k-stylescrollview #packageContainer {
  visibility: visible !important;
  min-height: auto; }

.k-stylescrollview .commonListView .col {
  flex-basis: 220px;
  max-width: 220px;
  flex-grow: 0;
  margin-bottom: 20px; }
  @media (max-width: 1599.98px) and (min-width: 992px) {
    .k-stylescrollview .commonListView .col {
      flex-basis: 20%;
      min-width: 20%; } }
  @media (max-width: 991.98px) and (min-width: 576px) {
    .k-stylescrollview .commonListView .col {
      flex-basis: 25%;
      min-width: 25%; } }
  @media (max-width: 575.98px) {
    .k-stylescrollview .commonListView .col {
      flex-basis: 50%;
      min-width: 50%; } }
  .k-stylescrollview .commonListView .col .card {
    height: 100%;
    margin: 0;
    width: 100%;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-decoration: none !important;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease; }
    .k-stylescrollview .commonListView .col .card .commonListImg {
      width: 100%;
      height: 7em;
      text-align: center;
      margin: auto;
      padding: 10px;
      overflow: hidden; }
      @media (max-width: 1199.98px) {
        .k-stylescrollview .commonListView .col .card .commonListImg {
          height: 4.375em; } }
      .k-stylescrollview .commonListView .col .card .commonListImg img {
        max-width: 100%;
        width: auto;
        height: 100%;
        border-radius: .25em .25em 0 0; }
    .k-stylescrollview .commonListView .col .card .card-body {
      font-size: 0.875em;
      color: #2b4964;
      background-color: #f1f1f1;
      border-top: 1px solid #eae8e8;
      padding: .5rem .25rem;
      line-height: 18px;
      text-align: center;
      -webkit-border-radius: 0 0 0.25em 0.25em;
      -moz-border-radius: 0 0 0.25em 0.25em;
      -ms-border-radius: 0 0 0.25em 0.25em;
      border-radius: 0 0 0.25em 0.25em;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease; }
    .k-stylescrollview .commonListView .col .card:hover .card-body {
      color: #fff;
      background-color: #97CC44;
      border-top: 1px solid #97CC44; }

.dropdown-ashover {
  min-height: calc(2.25rem + 2px);
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  color: #505050; }
  .dropdown-ashover .k-item {
    background-color: #eae8e8;
    border-color: #cfcfcf; }
    .dropdown-ashover .k-item .k-link {
      min-height: 2.25rem;
      font-size: 0.875em;
      line-height: 1.5;
      color: #505050; }
      .dropdown-ashover .k-item .k-link.k-state-active {
        background-color: #dedbdb;
        border-color: #dedbdb; }
      .dropdown-ashover .k-item .k-link .k-icon {
        color: #505050;
        margin-left: 5px; }
    .dropdown-ashover .k-item ul li.k-item .k-link {
      padding-top: .6em !important;
      padding-bottom: .6em !important; }
    .dropdown-ashover .k-item.k-state-hover .k-link {
      background-color: #dedbdb;
      border-color: #dedbdb;
      background-image: none !important; }
    .dropdown-ashover .k-item.k-state-hover ul li.k-item .k-link {
      background-color: #eae8e8;
      border-color: #cfcfcf; }
    .dropdown-ashover .k-item.k-state-hover.k-state-focused > .k-state-active, .dropdown-ashover .k-item.k-state-hover.k-state-focused > .k-link {
      background-color: #97CC44;
      border-color: #97CC44;
      color: #fff !important; }
    .dropdown-ashover .k-item.k-state-hover.k-state-focused .k-icon {
      color: #fff; }

.hybridGrid .k-grid-content table tr td.k-hierarchy-cell > .k-i-collapse::before {
  background-color: #97CC44;
  color: #fff; }

.hybridGrid .k-grid-content table tr td button {
  text-transform: uppercase !important; }

.hybridGrid .k-grid-content table tr.k-state-selected td.k-hierarchy-cell > .k-i-expand::before {
  background-color: #97CC44;
  color: #fff; }

.hybridGrid .k-grid-content table tr.k-detail-row, .hybridGrid .k-grid-content table tr.k-detail-row.k-alt {
  background-color: #fff; }
  .hybridGrid .k-grid-content table tr.k-detail-row td, .hybridGrid .k-grid-content table tr.k-detail-row.k-alt td {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf; }
  .hybridGrid .k-grid-content table tr.k-detail-row:hover, .hybridGrid .k-grid-content table tr.k-detail-row.k-alt:hover {
    background-color: #fff; }

.hybridGrid .hybridGuestInfoGrid {
  border-width: 0 1px 0 0; }
  .hybridGrid .hybridGuestInfoGrid table thead {
    display: none; }
  .hybridGrid .hybridGuestInfoGrid table tbody .guest-detail-img-container button {
    min-width: 35px; }
  .hybridGrid .hybridGuestInfoGrid table tbody tr:last-child td {
    border-bottom-width: 1px !important; }
  .hybridGrid .hybridGuestInfoGrid table tbody tr td {
    vertical-align: top !important;
    padding: 1em;
    border-bottom-width: 0 !important; }
    .hybridGrid .hybridGuestInfoGrid table tbody tr td .grid-cellFlex {
      display: flex;
      flex-wrap: wrap; }
      .hybridGrid .hybridGuestInfoGrid table tbody tr td .grid-cellFlex .current-membership {
        display: flex;
        width: 280px;
        margin-right: 10px;
        margin-bottom: 10px;
        background-color: #f1f1f1;
        border: 1px solid #dfdfdf;
        padding: .7em;
        -webkit-border-radius: 0.25em;
        -moz-border-radius: 0.25em;
        -ms-border-radius: 0.25em;
        border-radius: 0.25em; }
        .hybridGrid .hybridGuestInfoGrid table tbody tr td .grid-cellFlex .current-membership .membership-package-photo {
          width: 80px;
          height: 80px;
          max-width: 100%;
          border: 4px solid #fff;
          -webkit-border-radius: 0.25em;
          -moz-border-radius: 0.25em;
          -ms-border-radius: 0.25em;
          border-radius: 0.25em;
          -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
        .hybridGrid .hybridGuestInfoGrid table tbody tr td .grid-cellFlex .current-membership .current-membership-package {
          font-size: 1.125em;
          padding-left: 7px;
          width: calc(100% - 80px); }
          .hybridGrid .hybridGuestInfoGrid table tbody tr td .grid-cellFlex .current-membership .current-membership-package .membership-package-name {
            font-weight: bold;
            color: #2b4964;
            padding-bottom: 5px; }
          .hybridGrid .hybridGuestInfoGrid table tbody tr td .grid-cellFlex .current-membership .current-membership-package .membership-package-exp {
            color: #949494;
            margin-bottom: 5px; }
          .hybridGrid .hybridGuestInfoGrid table tbody tr td .grid-cellFlex .current-membership .current-membership-package button {
            margin-top: 5px;
            min-height: 31px !important; }
        .hybridGrid .hybridGuestInfoGrid table tbody tr td .grid-cellFlex .current-membership .btn-group.show {
          position: absolute; }
  .hybridGrid .hybridGuestInfoGrid table tbody tr, .hybridGrid .hybridGuestInfoGrid table tbody tr.k-alt, .hybridGrid .hybridGuestInfoGrid table tbody tr:hover {
    background-color: transparent; }

.hybridGuestGrid.k-tabstrip-left .k-tabstrip-items .k-item .k-link {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 !important;
  color: #505050;
  min-height: 40px; }
  .hybridGuestGrid.k-tabstrip-left .k-tabstrip-items .k-item .k-link .icon-container {
    background-color: #cfcfcf;
    display: flex;
    width: 40px;
    height: 100%;
    line-height: 100%;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 0.25em 0 0 0.25em;
    -moz-border-radius: 0.25em 0 0 0.25em;
    -ms-border-radius: 0.25em 0 0 0.25em;
    border-radius: 0.25em 0 0 0.25em;
    margin-right: .5em;
    font-size: 0.875em;
    position: absolute; }
    .hybridGuestGrid.k-tabstrip-left .k-tabstrip-items .k-item .k-link .icon-container i {
      color: #505050; }
  .hybridGuestGrid.k-tabstrip-left .k-tabstrip-items .k-item .k-link span {
    width: calc(100% - 40px);
    padding: .7em .5em .5em;
    margin-left: 45px; }

.hybridGuestGrid.k-tabstrip-left .k-tabstrip-items .k-item.k-state-active .k-link .icon-container {
  background-color: #fff; }
  .hybridGuestGrid.k-tabstrip-left .k-tabstrip-items .k-item.k-state-active .k-link .icon-container i {
    color: #2b4964; }

@media (max-width: 767.98px) {
  .hybridGuestGrid.k-tabstrip-left .k-tabstrip-items {
    display: flex;
    flex-wrap: wrap; }
    .hybridGuestGrid.k-tabstrip-left .k-tabstrip-items .k-item.k-state-active::before {
      top: auto;
      right: 0;
      bottom: 10px;
      left: 0;
      position: absolute;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0d7";
      color: #2b4964;
      font-size: 1.8em;
      width: 1px;
      height: 1px;
      margin: 0 auto; } }

.addmemberGuest {
  display: flex;
  flex-wrap: wrap; }
  .addmemberGuest .card {
    margin: 5px;
    cursor: pointer;
    flex-grow: 0;
    max-width: 220px; }
    .addmemberGuest .card:nth-last-child(odd) {
      flex-grow: 0; }
    .addmemberGuest .card .card-body {
      font-size: 0.875em;
      text-align: center;
      padding: .7em; }
      .addmemberGuest .card .card-body img {
        width: 70px;
        height: 70px;
        margin-bottom: 10px; }
    .addmemberGuest .card:hover .card-body {
      background-color: #dfdfdf; }

.dropdown-asclick {
  border: 0; }
  .dropdown-asclick .k-item {
    border: 0; }
    .dropdown-asclick .k-item .k-link {
      background-color: #fff;
      border: 1px solid #cfcfcf;
      -webkit-border-radius: 0.25em;
      -moz-border-radius: 0.25em;
      -ms-border-radius: 0.25em;
      border-radius: 0.25em;
      color: #505050 !important;
      padding-left: .5em; }
      .dropdown-asclick .k-item .k-link.k-state-hover {
        background-color: #dedbdb !important;
        border-color: #dedbdb !important;
        background-image: none !important;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0 !important;
        -moz-box-shadow: 0 0 0 0 !important;
        box-shadow: 0 0 0 0 !important; }
      .dropdown-asclick .k-item .k-link.k-state-focused {
        background-color: #fff !important;
        border: 1px solid #cfcfcf !important;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0 !important;
        -moz-box-shadow: 0 0 0 0 !important;
        box-shadow: 0 0 0 0 !important; }
    .dropdown-asclick .k-item.k-state-active .k-link {
      background-color: #dedbdb !important;
      border-color: #dedbdb !important;
      outline: 0;
      -webkit-box-shadow: 0 0 0 0 !important;
      -moz-box-shadow: 0 0 0 0 !important;
      box-shadow: 0 0 0 0 !important; }
  .dropdown-asclick .k-content {
    border: 0; }

.datepickr-correction .k-picker-wrap input {
  height: 2.25em !important;
  margin: 0 !important;
  border: 0 !important; }

.datepickr-correction .k-picker-wrap.k-state-focused input {
  -webkit-box-shadow: 0 0 0 0 !important;
  -moz-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important; }

.pickDateRowIdx:last-child {
  border-bottom: 0 !important; }

/*extra css as per kendo*/
.k-datetimepicker,
.k-header,
.k-dropdown,
.k-numerictextbox {
  width: 100%; }

.k-autocomplete.k-state-default,
.k-dropdown-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-picker-wrap.k-state-default {
  background-image: none;
  height: calc(2.25rem + 2px);
  font-size: 1rem;
  line-height: 1.5;
  color: #505050;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  border-radius: 0.25rem; }

.kendo-form-control {
  width: 100%;
  display: block; }

.k-datetimepicker .k-picker-wrap .k-select .k-icon,
.k-datepicker .k-picker-wrap .k-select .k-icon,
.k-timepicker .k-picker-wrap .k-select .k-icon {
  color: #949494; }
  .k-datetimepicker .k-picker-wrap .k-select .k-icon:hover,
  .k-datepicker .k-picker-wrap .k-select .k-icon:hover,
  .k-timepicker .k-picker-wrap .k-select .k-icon:hover {
    color: #242424; }

.k-datetimepicker .k-select .k-link-date,
.k-datepicker .k-select .k-link-date,
.k-timepicker .k-select .k-link-date {
  border-right: 1px solid #cccccc;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  display: inline-block;
  line-height: 38px;
  padding: 0 5px; }

.k-datetimepicker .k-select .k-link-time,
.k-datepicker .k-select .k-link-time,
.k-timepicker .k-select .k-link-time {
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  display: inline-block;
  line-height: 38px;
  padding: 0 5px; }

.k-calendar {
  font-size: 0.875em !important; }
  .k-calendar td.k-state-hover .k-link,
  .k-calendar td.k-state-hover {
    background-color: #dfdfdf;
    background-image: none; }
  .k-calendar .k-header .k-nav-prev.k-state-hover,
  .k-calendar .k-header .k-nav-next.k-state-hover,
  .k-calendar .k-header .k-nav-fast.k-state-hover {
    background-color: #dfdfdf;
    background-image: none; }
  .k-calendar .k-year td.k-state-hover,
  .k-calendar .k-decade td.k-state-hover,
  .k-calendar .k-century td.k-state-hover {
    background-color: #dfdfdf;
    background-image: none; }

.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-numeric-wrap .k-input,
.k-picker-wrap .k-input,
.k-selectbox .k-input,
.k-textbox > input {
  height: calc(2.25rem - 2px);
  margin-top: 1px;
  margin-left: 1px;
  font-size: 14px;
  line-height: 1.5;
  color: #505050;
  padding: 0 0.5rem;
  text-indent: 0; }

.k-autocomplete .k-input,
.k-dropdown-wrap .k-input {
  padding: 0.375rem 0.5rem; }

.k-draghandle.k-state-selected:hover,
.k-ghost-splitbar-horizontal,
.k-ghost-splitbar-vertical,
.k-marquee-color,
.k-panel > .k-state-selected, .k-list > .k-state-highlight,
.k-list > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
  background-color: #97CC44;
  background-image: none;
  border: 0;
  -webkit-box-shadow: inset inset 0 0 0;
  -moz-box-shadow: inset inset 0 0 0;
  box-shadow: inset inset 0 0 0; }

.k-state-focused.k-state-hover > .k-link {
  background-color: #97CC44;
  -webkit-box-shadow: inset inset 0 0 0;
  -moz-box-shadow: inset inset 0 0 0;
  box-shadow: inset inset 0 0 0; }

.k-menu .k-calendar .k-state-selected > .k-link,
.k-menu-group .k-calendar .k-state-selected > .k-link {
  background-color: #97CC44;
  background-image: none;
  color: #fff; }

.k-menu .k-calendar-container .k-year td.k-state-focused .k-link,
.k-menu .k-calendar-container .k-decade td.k-state-focused .k-link,
.k-menu .k-calendar-container .k-century td.k-state-focused .k-link,
.k-menu-group .k-calendar-container .k-year td.k-state-focused .k-link,
.k-menu-group .k-calendar-container .k-decade td.k-state-focused .k-link,
.k-menu-group .k-calendar-container .k-century td.k-state-focused .k-link {
  color: #fff !important; }

.k-calendar td.k-state-selected.k-state-hover,
.k-calendar td.k-state-selected.k-state-hover .k-link,
.k-calendar .k-year td.k-state-focused,
.k-calendar .k-decade td.k-state-focused,
.k-calendar .k-century td.k-state-focused,
.k-calendar td.k-state-focused,
.k-calendar td.k-state-focused.k-state-hover .k-link {
  background-color: #97CC44;
  -webkit-box-shadow: inset inset 0 0 0;
  -moz-box-shadow: inset inset 0 0 0;
  box-shadow: inset inset 0 0 0; }

.k-calendar .k-year td.k-state-focused .k-link,
.k-calendar .k-decade td.k-state-focused .k-link,
.k-calendar .k-century td.k-state-focused .k-link,
.k-calendar td.k-state-focused .k-link {
  color: #fff; }

.k-calendar .k-year td.k-state-focused.k-state-hover,
.k-calendar .k-decade td.k-state-focused.k-state-hover,
.k-calendar .k-century td.k-state-focused.k-state-hover {
  background-image: none; }

.k-calendar .k-year td.k-state-focused.k-state-hover .k-link,
.k-calendar .k-decade td.k-state-focused.k-state-hover .k-link,
.k-calendar .k-century td.k-state-focused.k-state-hover .k-link {
  background-color: transparent !important; }

.k-state-focused.k-state-hover,
.k-state-selected.k-state-hover {
  color: #fff; }

.k-calendar .k-today {
  -webkit-box-shadow: inset inset 0 0 0;
  -moz-box-shadow: inset inset 0 0 0;
  box-shadow: inset inset 0 0 0; }
  .k-calendar .k-today .k-link {
    color: #2b4964; }
  .k-calendar .k-today.k-state-hover,
  .k-calendar .k-today.k-state-hover .k-link {
    background-color: #2b4964;
    color: #fff !important; }
  .k-calendar .k-today.k-state-focused.k-state-hover {
    background-color: #97CC44; }

.k-autocomplete,
.k-dropdown-wrap,
.k-multiselect.k-header,
.k-numeric-wrap,
.k-picker-wrap {
  transition: border-color 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  -webkit-transition: box-shadow 0.15s ease-in-out;
  -ms-transition: box-shadow 0.15s ease-in-out;
  -moz-transition: box-shadow 0.15s ease-in-out; }

.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-autocomplete.k-state-focused.k-state-active,
.k-dropdown-wrap.k-state-focused.k-state-active,
.k-multiselect.k-header.k-state-focused.k-state-active,
.k-numeric-wrap.k-state-focused.k-state-active,
.k-picker-wrap.k-state-focused.k-state-active {
  color: #505050;
  border-color: #cfcfcf;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1); }

.k-list-container {
  background-color: #f5f7f7; }

.k-autocomplete.k-state-border-down, .k-autocomplete.k-state-border-up {
  -webkit-box-shadow: 0 2 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2 10px 0 rgba(0, 0, 0, 0.3); }

.k-datepicker-calendar,
.k-dropdown-wrap.k-state-active,
.k-filebrowser .k-image,
.k-grid .k-filter-options,
.k-menu .k-menu-group,
.k-multiselect.k-state-focused,
.k-picker-wrap.k-state-active,
.k-popup,
.k-time-popup,
.k-tooltip {
  -webkit-box-shadow: 0 2 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2 10px 0 rgba(0, 0, 0, 0.3); }

.k-state-disabled input:disabled,
.k-state-disabled .k-input {
  background-color: transparent; }

.k-list-filter > .k-textbox {
  width: 100% !important; }

.k-list-optionlabel.k-state-selected.k-state-focused.k-state-hover,
.k-list > .k-state-selected.k-state-focused.k-state-hover {
  background-color: #97CC44;
  color: #fff;
  background-image: none; }

.k-list-scroller .k-item.k-state-focused,
.k-list-scroller .k-item.k-state-focused.k-state-hover {
  background-color: #97CC44;
  color: #fff;
  background-image: none;
  -webkit-box-shadow: 0 0 0 0 !important;
  -moz-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important; }

.k-list-scroller .k-item.k-state-selected.k-state-hover {
  background-color: #97CC44; }

.k-list-scroller .k-item.k-state-hover,
.k-list-optionlabel.k-state-hover,
.k-list > .k-state-hover,
.k-column-menu ul .k-item.k-state-hover > .k-link {
  background-color: #dfdfdf;
  background-image: none; }

.k-list-scroller .k-item {
  font-size: 0.875em; }

.k-column-menu {
  font-size: 0.875em !important; }
  .k-column-menu .k-list-scroller .k-item {
    font-size: 1em !important; }
  .k-column-menu .k-filterable .k-filter-help-text,
  .k-column-menu .k-content .k-filter-help-text {
    margin-bottom: 0.5em; }
  .k-column-menu .k-filterable .k-dropdown,
  .k-column-menu .k-filterable .k-textbox,
  .k-column-menu .k-filterable .k-numerictextbox,
  .k-column-menu .k-filterable .k-datepicker,
  .k-column-menu .k-filterable .k-datetimepicker,
  .k-column-menu .k-content .k-dropdown,
  .k-column-menu .k-content .k-textbox,
  .k-column-menu .k-content .k-numerictextbox,
  .k-column-menu .k-content .k-datepicker,
  .k-column-menu .k-content .k-datetimepicker {
    margin-top: 0.5em; }
  .k-column-menu .k-filter-menu .k-button {
    min-height: 31px; }

.k-popup.k-calendar-container,
.k-popup.k-list-container {
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  border-color: #cfcfcf; }

.k-block,
.k-draghandle,
.k-grid-header,
.k-grouping-header,
.k-header,
.k-toolbar,
.k-treemap-tile,
html .km-pane-wrapper .k-header {
  padding: 0;
  margin: 0; }

.k-numeric-wrap .k-link.k-state-selected {
  background-color: #97CC44; }
  .k-numeric-wrap .k-link.k-state-selected .k-icon::before {
    color: #fff; }

.k-numerictextbox .k-numeric-wrap .k-link-increase,
.k-numerictextbox .k-numeric-wrap .k-link-decrease {
  margin: auto;
  height: 50%; }
  .k-numerictextbox .k-numeric-wrap .k-link-increase .k-icon,
  .k-numerictextbox .k-numeric-wrap .k-link-decrease .k-icon {
    height: 100%; }
  .k-numerictextbox .k-numeric-wrap .k-link-increase:hover, .k-numerictextbox .k-numeric-wrap .k-link-increase:focus,
  .k-numerictextbox .k-numeric-wrap .k-link-decrease:hover,
  .k-numerictextbox .k-numeric-wrap .k-link-decrease:focus {
    background-color: #97CC44;
    color: #fff; }
    .k-numerictextbox .k-numeric-wrap .k-link-increase:hover .k-icon, .k-numerictextbox .k-numeric-wrap .k-link-increase:focus .k-icon,
    .k-numerictextbox .k-numeric-wrap .k-link-decrease:hover .k-icon,
    .k-numerictextbox .k-numeric-wrap .k-link-decrease:focus .k-icon {
      color: #fff; }
  .k-numerictextbox .k-numeric-wrap .k-link-increase.k-state-selected,
  .k-numerictextbox .k-numeric-wrap .k-link-decrease.k-state-selected {
    background-color: #7cae2f; }

.k-numerictextbox .k-numeric-wrap .k-link-increase {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute; }

.k-numerictextbox .k-numeric-wrap .k-link-decrease {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute; }

.k-block > .k-header,
.k-window-titlebar {
  position: relative !important;
  min-height: 20px;
  font-size: 0.95em;
  font-weight: 700;
  padding: 12px 0 8px;
  box-sizing: content-box !important; }
  .k-block > .k-header .k-window-actions,
  .k-window-titlebar .k-window-actions {
    top: 5px;
    right: 10px; }
    .k-block > .k-header .k-window-actions .k-window-action,
    .k-window-titlebar .k-window-actions .k-window-action {
      width: 20px;
      height: 20px;
      padding: 2px; }
      .k-block > .k-header .k-window-actions .k-window-action.k-state-hover,
      .k-window-titlebar .k-window-actions .k-window-action.k-state-hover {
        background-color: #97CC44;
        background-image: none;
        border: 0; }
        .k-block > .k-header .k-window-actions .k-window-action.k-state-hover .k-icon,
        .k-window-titlebar .k-window-actions .k-window-action.k-state-hover .k-icon {
          color: #fff; }
  .k-block > .k-header .k-window-title,
  .k-window-titlebar .k-window-title {
    left: 1.2em;
    right: 2.5em;
    color: #2b4964; }

.popupPanel {
  padding-bottom: 150px; }
  @media (min-width: 576px) {
    .popupPanel {
      padding-bottom: 80px; } }

.k-widget.k-window .k-window-content {
  padding: 1.2em; }
  @media (max-width: 575.98px) {
    .k-widget.k-window .k-window-content {
      padding: 1.2em 0.3em; } }

@media (max-width: 1080px) {
  .k-widget.k-window #windowPopupProductPriceAdjustments {
    height: 75vh; } }

.k-file-error {
  font-size: 0.813em; }

#productContainer {
  visibility: visible !important; }

.k-scrollview {
  border: 0 !important; }
  .k-scrollview .k-pages,
  .k-scrollview .km-pages {
    top: auto;
    right: 0;
    bottom: 10px;
    left: 0;
    position: absolute;
    margin: 0 auto; }
    .k-scrollview .k-pages li.k-current-page, .k-scrollview .k-pages li.km-current-page,
    .k-scrollview .km-pages li.k-current-page,
    .k-scrollview .km-pages li.km-current-page {
      background-color: #97CC44; }

.k-grid .k-header .k-button,
.k-grid .k-grid-toolbar .k-button {
  background-color: #f5f7f7;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  border-radius: 0.25em;
  font-weight: 700;
  color: #505050;
  padding: 0.5em 0.7em;
  margin: 0.25em;
  outline: 0;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out; }
  .k-grid .k-header .k-button:hover, .k-grid .k-header .k-button:active, .k-grid .k-header .k-button:focus,
  .k-grid .k-grid-toolbar .k-button:hover,
  .k-grid .k-grid-toolbar .k-button:active,
  .k-grid .k-grid-toolbar .k-button:focus {
    background-color: #dfdfdf;
    background-image: none;
    -webkit-box-shadow: inset 0 0 0;
    -moz-box-shadow: inset 0 0 0;
    box-shadow: inset 0 0 0; }
  .k-grid .k-header .k-button:active, .k-grid .k-header .k-button:focus,
  .k-grid .k-grid-toolbar .k-button:active,
  .k-grid .k-grid-toolbar .k-button:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important; }

.k-grid .k-grid-header .k-grid-header-wrap {
  border-right: 0 !important; }

.k-grid .k-grid-header th.k-header {
  background-color: #f5f7f7;
  vertical-align: top; }
  .k-grid .k-grid-header th.k-header .k-link {
    font-size: 0.875em;
    font-weight: 700; }
  .k-grid .k-grid-header th.k-header .k-header-column-menu {
    background-color: transparent; }

.k-grid tbody tr td {
  font-size: 0.9em; }

.k-grid tbody tr.k-detail-row {
  font-size: 0.875em; }

.shoppingGridStyle,
.PaymentGridStyle {
  border: 0;
  background-color: transparent; }
  .shoppingGridStyle.k-widget,
  .PaymentGridStyle.k-widget {
    border: 0; }
  .shoppingGridStyle .k-grid-content,
  .PaymentGridStyle .k-grid-content {
    background-color: transparent; }
  .shoppingGridStyle .k-grid-header,
  .PaymentGridStyle .k-grid-header {
    display: none; }
  .shoppingGridStyle table,
  .PaymentGridStyle table {
    width: 100%; }
    .shoppingGridStyle table tbody,
    .PaymentGridStyle table tbody {
      width: 100%; }
    .shoppingGridStyle table tr,
    .PaymentGridStyle table tr {
      background-color: transparent; }
      .shoppingGridStyle table tr:hover,
      .PaymentGridStyle table tr:hover {
        background-image: none;
        background-color: transparent; }
    .shoppingGridStyle table tr,
    .shoppingGridStyle table th,
    .shoppingGridStyle table td,
    .PaymentGridStyle table tr,
    .PaymentGridStyle table th,
    .PaymentGridStyle table td {
      border: 0;
      vertical-align: top;
      font-size: 1em !important;
      line-height: 1.4em; }
      @media (min-width: 576px) {
        .shoppingGridStyle table tr,
        .shoppingGridStyle table th,
        .shoppingGridStyle table td,
        .PaymentGridStyle table tr,
        .PaymentGridStyle table th,
        .PaymentGridStyle table td {
          padding: 0.6em; } }
    .shoppingGridStyle table tr:first-of-type td,
    .PaymentGridStyle table tr:first-of-type td {
      border-top: 1px solid #cfcfcf !important; }
    .shoppingGridStyle table tr:last-of-type td,
    .PaymentGridStyle table tr:last-of-type td {
      border-bottom: 1px solid #cfcfcf !important; }
    .shoppingGridStyle table tr td,
    .PaymentGridStyle table tr td {
      border-bottom: 2px dashed #cfcfcf !important; }
    @media (max-width: 575.98px) {
      .shoppingGridStyle table,
      .PaymentGridStyle table {
        display: flex; }
        .shoppingGridStyle table tr,
        .PaymentGridStyle table tr {
          display: inline-block;
          width: 100%;
          position: relative;
          border-bottom: 2px dashed #cfcfcf !important; }
          .shoppingGridStyle table tr td,
          .PaymentGridStyle table tr td {
            border: 0 !important; }
          .shoppingGridStyle table tr:first-of-type td, .shoppingGridStyle table tr:last-of-type td,
          .PaymentGridStyle table tr:first-of-type td,
          .PaymentGridStyle table tr:last-of-type td {
            border: 0 !important; }
        .shoppingGridStyle table td.qntyTD,
        .PaymentGridStyle table td.qntyTD {
          width: 40px;
          padding-top: 0.5em !important; }
        .shoppingGridStyle table td.incrdecrTD,
        .PaymentGridStyle table td.incrdecrTD {
          width: 30px; }
        .shoppingGridStyle table td.detailTD,
        .PaymentGridStyle table td.detailTD {
          width: calc(100% - 120px);
          display: inline-block;
          padding-top: 0;
          padding-left: 0; }
          .shoppingGridStyle table td.detailTD .flex-ellipsis,
          .PaymentGridStyle table td.detailTD .flex-ellipsis {
            white-space: normal; }
        .shoppingGridStyle table td.priceTD,
        .PaymentGridStyle table td.priceTD {
          width: 120px;
          display: inline-block;
          padding-top: 0; }
        .shoppingGridStyle table td.removeTD,
        .PaymentGridStyle table td.removeTD {
          top: 0;
          right: 0;
          bottom: auto;
          left: auto;
          position: absolute;
          border: 0 !important; } }
  .shoppingGridStyle .k-grid-content,
  .PaymentGridStyle .k-grid-content {
    overflow-y: auto; }
  .shoppingGridStyle span.priceHover,
  .PaymentGridStyle span.priceHover {
    cursor: pointer; }
    .shoppingGridStyle span.priceHover:hover,
    .PaymentGridStyle span.priceHover:hover {
      color: #97CC44 !important; }

@media (max-width: 575.98px) {
  .PaymentGridStyle table {
    display: table !important; }
    .PaymentGridStyle table tr {
      display: table-row !important;
      width: 100%; }
      .PaymentGridStyle table tr td {
        border-bottom: 2px dashed #cfcfcf !important; }
      .PaymentGridStyle table tr:first-of-type td {
        border-top: 1px solid #cfcfcf !important; }
      .PaymentGridStyle table tr:last-of-type td {
        border-bottom: 1px solid #cfcfcf !important; } }

.k-animation-container .k-column-menu {
  border-color: #c0c0c0;
  font-size: 14px; }
  .k-animation-container .k-column-menu li.k-sort-asc {
    border-bottom: 1px solid #c0c0c0; }
  .k-animation-container .k-column-menu li.k-item.k-state-selected, .k-animation-container .k-column-menu li.k-item.k-state-focused {
    background-color: #dfdfdf;
    background-image: none;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }
    .k-animation-container .k-column-menu li.k-item.k-state-selected .k-link, .k-animation-container .k-column-menu li.k-item.k-state-focused .k-link {
      background-color: transparent;
      color: #3d3d3d; }
      .k-animation-container .k-column-menu li.k-item.k-state-selected .k-link .k-icon, .k-animation-container .k-column-menu li.k-item.k-state-focused .k-link .k-icon {
        color: inherit; }
  .k-animation-container .k-column-menu li .k-menu-group .k-list .k-item.k-state-selected, .k-animation-container .k-column-menu li .k-menu-group .k-list .k-item.k-state-focused {
    background-color: #97CC44; }
  .k-animation-container .k-column-menu li.k-filter-item .k-filter-menu .k-dropdown,
  .k-animation-container .k-column-menu li.k-filter-item .k-filter-menu .k-numerictextbox,
  .k-animation-container .k-column-menu li.k-filter-item .k-filter-menu .k-datepicker,
  .k-animation-container .k-column-menu li.k-filter-item .k-filter-menu .k-datepicker {
    width: 100% !important; }

.k-grid table {
  width: 100% !important; }
  .k-grid table tr td .k-button {
    min-height: 2rem !important;
    padding: 0.075rem 0.75rem !important;
    text-transform: capitalize !important;
    margin: 0.25em; }
    .k-grid table tr td .k-button.k-primary .k-icon::before {
      color: #fff; }
  .k-grid table tr:hover {
    background-color: #eae8e8;
    background-image: none; }
  .k-grid table tr td.k-edit-cell .k-dropdown {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
    .k-grid table tr td.k-edit-cell .k-dropdown .k-dropdown-wrap .k-input {
      font-size: 0.875em;
      line-height: 1.9; }
  .k-grid table tr td.k-edit-cell .k-datepicker,
  .k-grid table tr td.k-edit-cell .k-datetimepicker {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .k-grid table tr td.k-edit-cell .k-textbox,
  .k-grid table tr td.k-edit-cell .text-box {
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .k-grid table tr td.k-edit-cell .k-multiselect {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
    .k-grid table tr td.k-edit-cell .k-multiselect .k-multiselect-wrap .k-button {
      background-color: #eae8e8;
      border: 1px solid #cfcfcf;
      padding: 8px 30px 5px 5px !important;
      text-transform: uppercase !important; }
      .k-grid table tr td.k-edit-cell .k-multiselect .k-multiselect-wrap .k-button::before {
        content: "";
        margin-right: 0; }
      .k-grid table tr td.k-edit-cell .k-multiselect .k-multiselect-wrap .k-button:hover, .k-grid table tr td.k-edit-cell .k-multiselect .k-multiselect-wrap .k-button:focus, .k-grid table tr td.k-edit-cell .k-multiselect .k-multiselect-wrap .k-button:active {
        background-color: #dedbdb !important;
        border-color: #dedbdb !important; }
  .k-grid table.k-selectable tr.k-state-selected {
    background-color: #2b4964; }
    .k-grid table.k-selectable tr.k-state-selected:hover {
      background-color: #233c52; }
    .k-grid table.k-selectable tr.k-state-selected td i {
      color: #fff; }
    .k-grid table.k-selectable tr.k-state-selected .fa-text-primary,
    .k-grid table.k-selectable tr.k-state-selected .fa-arrow-circle-down,
    .k-grid table.k-selectable tr.k-state-selected .fa-arrow-circle-up {
      color: #fff !important; }
      .k-grid table.k-selectable tr.k-state-selected .fa-text-primary:hover,
      .k-grid table.k-selectable tr.k-state-selected .fa-arrow-circle-down:hover,
      .k-grid table.k-selectable tr.k-state-selected .fa-arrow-circle-up:hover {
        color: rgba(255, 255, 255, 0.8) !important; }
    .k-grid table.k-selectable tr.k-state-selected .totalFinalRowText,
    .k-grid table.k-selectable tr.k-state-selected .totalFinalRow {
      color: #000; }

.k-grid .custom-control-label {
  padding-top: 0.35rem !important; }

.k-grid i.fa-info-circle {
  font-size: 1.5em;
  color: #505050;
  cursor: pointer; }
  .k-grid i.fa-info-circle:hover {
    color: #000; }

.k-grid .fa-text-primary,
.k-grid .fa-arrow-circle-down,
.k-grid .fa-arrow-circle-up {
  vertical-align: middle;
  font-size: 1.5em;
  color: #97CC44 !important;
  cursor: pointer;
  text-decoration: none; }
  .k-grid .fa-text-primary:hover,
  .k-grid .fa-arrow-circle-down:hover,
  .k-grid .fa-arrow-circle-up:hover {
    color: #7cae2f !important; }

.widget .templateHeader {
  padding: 1em 0; }
  .widget .templateHeader .k-dropdown {
    width: auto !important;
    min-width: 260px; }
  .widget .templateHeader .k-dropdown,
  .widget .templateHeader .k-button,
  .widget .templateHeader .custom-control,
  .widget .templateHeader .input-group {
    margin-top: 2px;
    margin-bottom: 2px; }

.grid-borderless {
  border: 0; }
  .grid-borderless .k-grid-header {
    padding-right: 0 !important;
    background-color: transparent;
    border: 0; }
    .grid-borderless .k-grid-header tr:hover {
      background-color: transparent !important; }
    .grid-borderless .k-grid-header th.k-header {
      border: 0;
      background-color: transparent !important;
      background-image: none;
      padding-top: 0.9em;
      padding-bottom: 0.9em; }
      .grid-borderless .k-grid-header th.k-header .k-link {
        font-size: 1em !important;
        color: #2b4964; }
  .grid-borderless .k-grid-footer-wrap,
  .grid-borderless .k-grid-header-wrap {
    border: 0; }
  .grid-borderless .k-grid-content {
    overflow-y: auto; }
  .grid-borderless .k-grid-content table tr td, .grid-borderless .k-grid-content table.k-footer-template td,
  .grid-borderless .k-grid-footer table tr td,
  .grid-borderless .k-grid-footer table.k-footer-template td {
    border: 0; }
  .grid-borderless .k-grid-content table tr td,
  .grid-borderless .k-grid-footer table tr td {
    padding-top: 0.9em;
    padding-bottom: 0.9em; }
  .grid-borderless td.k-edit-cell {
    padding-top: 0.4em !important;
    padding-bottom: 0.4em !important; }
    .grid-borderless td.k-edit-cell .text-box {
      width: 110px;
      -webkit-border-radius: 0.25em;
      -moz-border-radius: 0.25em;
      -ms-border-radius: 0.25em;
      border-radius: 0.25em;
      height: 2rem !important;
      border: 1px solid #cfcfcf !important;
      outline: 0;
      padding-left: 0.5em;
      padding-right: 0.5em; }
      .grid-borderless td.k-edit-cell .text-box:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
        -moz-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important; }

.k-tabstrip-wrapper .k-tabstrip {
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 0 !important;
  -moz-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
  margin-top: 10px; }
  .k-tabstrip-wrapper .k-tabstrip .k-tabstrip-items {
    padding: 0; }
    .k-tabstrip-wrapper .k-tabstrip .k-tabstrip-items .k-item {
      margin-right: 5px; }
      .k-tabstrip-wrapper .k-tabstrip .k-tabstrip-items .k-item.k-state-active {
        border-color: #97CC44;
        -webkit-box-shadow: inset 0 -2px 0 #97cc44;
        -moz-box-shadow: inset 0 -2px 0 #97cc44;
        box-shadow: inset 0 -2px 0 #97cc44;
        transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out; }
        .k-tabstrip-wrapper .k-tabstrip .k-tabstrip-items .k-item.k-state-active .k-link {
          font-weight: bold; }
      .k-tabstrip-wrapper .k-tabstrip .k-tabstrip-items .k-item.k-state-hover {
        background-color: #dfdfdf !important;
        background-image: none; }
      .k-tabstrip-wrapper .k-tabstrip .k-tabstrip-items .k-item.k-state-focused {
        background-color: #dfdfdf !important;
        -webkit-box-shadow: inset 0 0 0 0;
        -moz-box-shadow: inset 0 0 0 0;
        box-shadow: inset 0 0 0 0; }
      .k-tabstrip-wrapper .k-tabstrip .k-tabstrip-items .k-item .k-link {
        font-size: 15px; }
      .k-tabstrip-wrapper .k-tabstrip .k-tabstrip-items .k-item .k-loading {
        border-color: #97CC44; }
      .k-tabstrip-wrapper .k-tabstrip .k-tabstrip-items .k-item span.k-complete {
        display: none; }
  .k-tabstrip-wrapper .k-tabstrip .k-content {
    border-width: 1px 0 0 0;
    border-color: #cfcfcf;
    padding: 0;
    margin: 0; }
    .k-tabstrip-wrapper .k-tabstrip .k-content .widget .templateHeader {
      padding: 1em 0; }
      .k-tabstrip-wrapper .k-tabstrip .k-content .widget .templateHeader .k-dropdown {
        width: auto !important;
        min-width: 260px; }
      .k-tabstrip-wrapper .k-tabstrip .k-content .widget .templateHeader .custom-control-label {
        padding-top: 0.35rem !important; }

.divDisabled {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.k-multiselect {
  background-color: #fff; }
  .k-multiselect .k-multiselect-wrap {
    min-height: calc(2rem + 2px);
    margin: 1px; }
    .k-multiselect .k-multiselect-wrap ul li.k-button {
      height: auto !important;
      padding: 7px 30px 5px 5px;
      min-height: 30px; }
      .k-multiselect .k-multiselect-wrap ul li.k-button span.k-select {
        height: 100%;
        background-color: #cfcfcf;
        padding: 0.03em 1em; }
        .k-multiselect .k-multiselect-wrap ul li.k-button span.k-select span.k-icon.k-i-close {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          position: absolute;
          margin: auto;
          width: 18px;
          height: 18px; }
      .k-multiselect .k-multiselect-wrap ul li.k-button:hover span.k-select, .k-multiselect .k-multiselect-wrap ul li.k-button:focus span.k-select {
        background-color: #eae8e8; }
    .k-multiselect .k-multiselect-wrap ul ~ .k-input {
      min-height: 2rem;
      height: 2rem; }
    .k-multiselect .k-multiselect-wrap ul ~ span.k-clear-value {
      top: 10px;
      cursor: pointer; }
  .k-multiselect.k-state-focused, .k-multiselect:hover, .k-multiselect:focus {
    background-color: #fff !important; }

.k-editor-widget .k-editor-toolbar .k-header {
  width: auto !important; }

.k-upload .k-dropzone {
  padding: 0.4em; }
  .k-upload .k-dropzone em {
    display: none; }
  .k-upload .k-dropzone .k-upload-button {
    line-height: 2 !important; }
    .k-upload .k-dropzone .k-upload-button.k-state-focused {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
      -moz-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
      -webkit-box-shadow: inset inset 0 0 0;
      -moz-box-shadow: inset inset 0 0 0;
      box-shadow: inset inset 0 0 0; }
  .k-upload .k-dropzone .k-upload-status {
    font-size: 0.75em;
    padding-right: 6px;
    color: #3d3d3d; }

.k-upload .k-upload-files {
  padding-bottom: 0;
  border-color: #cfcfcf; }
  .k-upload .k-upload-files .k-file {
    display: flex; }
    .k-upload .k-upload-files .k-file .k-progress {
      background-color: #97CC44; }
    .k-upload .k-upload-files .k-file .k-file-name-size-wrapper {
      margin-right: 100px; }
      .k-upload .k-upload-files .k-file .k-file-name-size-wrapper .k-file-name {
        font-size: 0.875em;
        white-space: normal;
        word-break: break-all; }
      .k-upload .k-upload-files .k-file .k-file-name-size-wrapper .k-file-state {
        display: none; }
    .k-upload .k-upload-files .k-file .k-upload-status {
      display: flex;
      align-items: center;
      right: 0;
      background-color: #eae8e8;
      height: 100%;
      width: 80px; }
      .k-upload .k-upload-files .k-file .k-upload-status .k-upload-pct {
        margin-left: 0.75em; }
      .k-upload .k-upload-files .k-file .k-upload-status button.k-upload-action {
        position: relative;
        right: -5px; }
        .k-upload .k-upload-files .k-file .k-upload-status button.k-upload-action:hover, .k-upload .k-upload-files .k-file .k-upload-status button.k-upload-action:focus, .k-upload .k-upload-files .k-file .k-upload-status button.k-upload-action:active, .k-upload .k-upload-files .k-file .k-upload-status button.k-upload-action:visited {
          background-color: transparent;
          border: 0;
          -webkit-box-shadow: 0 0 0 0 !important;
          -moz-box-shadow: 0 0 0 0 !important;
          box-shadow: 0 0 0 0 !important; }

.k-scheduler {
  font-size: 0.875em; }
  .k-scheduler .k-header {
    width: auto; }
  .k-scheduler .k-scheduler-toolbar {
    background-color: #eae8e8;
    padding: 0.5rem; }
    .k-scheduler .k-scheduler-toolbar .k-link {
      padding: 0.1rem 0.5rem; }
    .k-scheduler .k-scheduler-toolbar li.k-state-hover {
      background-image: none;
      background-color: #d8d8d8 !important; }
    .k-scheduler .k-scheduler-toolbar li.k-state-selected {
      background-color: #97CC44;
      border: 1px solid #7cae2f !important;
      color: #fff; }
      .k-scheduler .k-scheduler-toolbar li.k-state-selected.k-state-hover {
        background-color: #97CC44 !important; }
        .k-scheduler .k-scheduler-toolbar li.k-state-selected.k-state-hover a.k-link {
          color: #fff !important; }
    .k-scheduler .k-scheduler-toolbar li.k-nav-current.k-state-hover {
      background-color: transparent !important; }
  .k-scheduler .k-scheduler-navigation {
    overflow: hidden; }
    .k-scheduler .k-scheduler-navigation li {
      float: left; }
  .k-scheduler table.k-scheduler-layout {
    border: 1px solid #eae8e8; }
  .k-scheduler .k-scheduler-footer {
    padding: 0.3em; }

.wizard-steps {
  height: 100%;
  background-color: transparent;
  position: fixed;
  float: none !important; }
  .wizard-steps .wizard-nav-list {
    border-bottom: solid 1px #fff; }
    .wizard-steps .wizard-nav-list > li > a {
      padding: 10px !important; }
      .wizard-steps .wizard-nav-list > li > a > span.fas,
      .wizard-steps .wizard-nav-list > li > a > span.fa {
        display: none; }
    .wizard-steps .wizard-nav-list > li.active > a:hover {
      background-color: #2b4964;
      color: #fff; }
  @media (max-width: 767.98px) {
    .wizard-steps {
      position: relative !important;
      width: 100%;
      clear: both;
      margin-bottom: 2rem; } }
  .wizard-steps .wizard-nav-container {
    padding-bottom: 0; }

.wizard-steps .wizard-nav-list > li, .boot-leftnavigation ul.nav li {
  width: 100%;
  line-height: 18px;
  margin-bottom: 0.5em; }
  .wizard-steps .wizard-nav-list > li > a, .boot-leftnavigation ul.nav li > a {
    min-height: 40px;
    display: block;
    background-color: #eae8e8;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    color: #505050;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    border-radius: 0.25em;
    position: relative;
    cursor: pointer; }
    .wizard-steps .wizard-nav-list > li > a:hover, .boot-leftnavigation ul.nav li > a:hover {
      background-color: #dfdfdf;
      color: #505050; }

.wizard-steps .wizard-nav-list > li.active > a, .boot-leftnavigation ul.nav li a.active {
  background-color: #2b4964;
  color: #fff; }
  .wizard-steps .wizard-nav-list > li.active > a::before, .boot-leftnavigation ul.nav li a.active::before {
    top: 10px;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    color: #2b4964;
    font-size: 1.8em;
    width: 1px;
    height: 1px; }

.boot-leftnavigation ul.nav li a {
  text-decoration: none !important; }
  .boot-leftnavigation ul.nav li a .listSection {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    min-height: 40px; }
    .boot-leftnavigation ul.nav li a .listSection .fa-iconSection {
      width: 40px;
      height: 100%;
      background-color: #cfcfcf;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-border-radius: 0.25em 0 0 0.25em;
      -moz-border-radius: 0.25em 0 0 0.25em;
      -ms-border-radius: 0.25em 0 0 0.25em;
      border-radius: 0.25em 0 0 0.25em;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      position: absolute;
      font-size: 0.875em;
      margin-right: 0.5em;
      text-align: center;
      line-height: 100%; }
    .boot-leftnavigation ul.nav li a .listSection .textSection {
      width: calc(100% - 40px);
      padding: 0.5em;
      margin-left: 45px; }
  .boot-leftnavigation ul.nav li a.active {
    border: 1px solid #2b4964; }
    .boot-leftnavigation ul.nav li a.active .fa-iconSection {
      background-color: #fff;
      color: #2b4964; }

.hidClose span {
  font-size: 14px !important;
  color: #333333; }

.hidClose div {
  margin-bottom: 10px; }

.hidClose .fa {
  background-color: #97CC44;
  width: 20px;
  height: 20px;
  font-size: 14px !important;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  color: #fff !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer; }

.wizard-card-container {
  margin-left: 30%; }
  @media (max-width: 767.98px) {
    .wizard-card-container {
      margin-left: 0; } }

.wizard-card-padding {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  border-top: 0; }
  @media (max-width: 767.98px) {
    .wizard-card-padding {
      padding-left: 0;
      padding-right: 0;
      overflow: -webkit-paged-x;
      overflow: -moz-hidden-unscrollable; } }

.fee-container {
  padding: 10px;
  background-color: #f5f5f5;
  margin-bottom: 1rem; }

.k-header.dropdown-header {
  padding: 0.5rem; }

.k-state-selected .multiRowDropDown,
.k-state-selected .multiRowDropDown:hover,
.k-state-focused .multiRowDropDown {
  background: none; }

.k-item .multiRowDropDown {
  border-bottom: 1px solid #dfdfdf; }

.multiRowDropDown span {
  display: block; }

.multiRowDropDown:hover {
  background: none; }

.multiRowDropDown:not(.k-header) {
  background: transparent;
  padding: 0.4rem; }

.multiRowDropDown.dropdown-header {
  color: #242424;
  background-color: #f1f1f1; }

#active-task-list .task-details {
  display: none; }

#active-task-list.full-view .task-details {
  display: block; }

#show-tasks-full-view {
  position: absolute;
  bottom: 0;
  right: 32px;
  padding: 10px;
  cursor: pointer;
  z-index: 100; }
  #show-tasks-full-view:hover {
    background-color: #e7e7e7; }
  #show-tasks-full-view.active {
    color: #fff;
    background-color: #97CC44; }

#divFinalSummaryClone {
  font-size: 12px;
  width: 100%;
  margin: 0 !important; }
  #divFinalSummaryClone #payment-checkout-table tbody tr td:nth-child(3) > .d-inline-block:nth-child(2) {
    display: none !important; }
  #divFinalSummaryClone #payment-checkout-table tbody tr td:nth-child(3) .gutterR2 {
    padding-right: 0 !important; }
  #divFinalSummaryClone .customizations-row .customiz-pic, #divFinalSummaryClone .commonGrid-row .customiz-pic {
    width: 40px; }

.receiptview-section {
  font-size: 0.875rem; }

.currentperks-section {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0; }
  .currentperks-section .current-membership {
    max-width: 280px;
    width: 100%;
    padding: .7em;
    min-height: 100px;
    display: flex;
    align-items: flex-start;
    margin: 0 10px 10px 0;
    background-color: #f1f1f1;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    border-radius: 0.25em; }
    .currentperks-section .current-membership img.membership-package-photo {
      width: 80px;
      height: 80px;
      max-width: 100%;
      border: 4px solid #fff;
      -webkit-border-radius: 0.25em;
      -moz-border-radius: 0.25em;
      -ms-border-radius: 0.25em;
      border-radius: 0.25em;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
    .currentperks-section .current-membership div.current-membership-package {
      flex: 1;
      font-size: 1.125em;
      padding-left: 7px; }
      .currentperks-section .current-membership div.current-membership-package .membership-package-name {
        font-weight: bold;
        color: #2b4964;
        padding-bottom: 5px; }
      .currentperks-section .current-membership div.current-membership-package .membership-package-exp {
        color: #949494;
        font-size: 0.9375em;
        margin-bottom: 5px; }

.guestbarcodelist-container {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0; }
  .guestbarcodelist-container .barcode-container {
    text-align: center;
    position: relative;
    padding: 0 10px;
    margin: 0 10px 10px 0; }
    .guestbarcodelist-container .barcode-container .guestBarcode {
      width: 350px; }
    .guestbarcodelist-container .barcode-container .deactivate-barcode, .guestbarcodelist-container .barcode-container .download-barcode, .guestbarcodelist-container .barcode-container .print-barcode {
      position: absolute;
      top: 0;
      left: 10px;
      padding: 5px;
      font-size: 1rem; }
    .guestbarcodelist-container .barcode-container .deactivate-barcode {
      color: red; }
    .guestbarcodelist-container .barcode-container .download-barcode {
      left: auto;
      right: 36px; }
    .guestbarcodelist-container .barcode-container .print-barcode {
      left: auto;
      right: 10px; }
    .guestbarcodelist-container .barcode-container .guestBarcodeDateLastScanned, .guestbarcodelist-container .barcode-container .guestBarcodeOwner {
      line-height: 29px; }

.k-sprite {
  font-size: 12px;
  line-height: 18px; }

#GuestList-Table {
  width: 100%; }
  #GuestList-Table .form-group {
    margin-bottom: 0;
    width: 90%; }

#validate-modal .modal-dialog {
  max-width: 991px; }

.search-toolbar {
  width: 100%;
  max-width: 25rem; }

.stored-value-h {
  min-height: 480px; }

.no-bottom-margin {
  margin-bottom: 0; }

/*UI FIXES for KENDO UPDATE 2020.3.1118*/
span.k-textbox {
  border: 0px solid #cfcfcf !important;
  padding: 0px !important;
  margin: 0px !important;
  box-shadow: 0px 0px 0px #0070d2;
  width: 100%; }

.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-numeric-wrap .k-input,
.k-picker-wrap .k-input,
.k-selectbox .k-input,
.k-textbox > input {
  margin-top: 0px;
  margin-left: 0px; }

span.k-colorpicker, span.k-combobox, span.k-datepicker, span.k-datetimepicker, span.k-dropdown, span.k-dropdowntree, span.k-numerictextbox, span.k-timepicker {
  width: 100%; }

.k-calendar .k-footer .k-nav-today.k-state-hover, .k-calendar .k-footer .k-nav-today:hover {
  background-color: #fff;
  text-decoration: underline; }

.k-calendar .k-footer .k-nav-today {
  color: #2e2e2e;
  text-decoration: none;
  background-color: #fff; }

.k-calendar .k-footer .k-nav-today:hover {
  color: #2e2e2e;
  text-decoration: underline;
  background-color: #fff; }

.k-calendar .k-footer .k-nav-today:active {
  background-color: #fff; }

.k-calendar td.k-state-selected.k-state-hover, .k-calendar td.k-state-selected.k-state-hover .k-link, .k-calendar .k-year td.k-state-focused, .k-calendar .k-decade td.k-state-focused, .k-calendar .k-century td.k-state-focused, .k-calendar td.k-state-focused, .k-calendar td.k-state-focused.k-state-hover .k-link {
  background-color: #97cc44;
  -webkit-box-shadow: inset inset 0 0 0;
  -moz-box-shadow: inset inset 0 0 0;
  box-shadow: inset inset 0 0 0; }

.k-calendar td.k-state-focused .k-link {
  box-shadow: inset 0 0 0px 0px #97CC44; }

.k-calendar td.k-state-hover .k-link, .k-calendar td.k-state-hover {
  background-color: #dfdfdf;
  background-image: none; }

.k-calendar td.k-state-selected .k-link {
  border-color: #97CC44;
  color: #fff;
  background-color: #97CC44;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 100%); }

.k-calendar .k-content .k-link {
  display: block;
  overflow: hidden;
  min-height: 1.8333em;
  line-height: 1.8333em;
  padding: 0 .45em 0 .1em; }

.k-calendar .k-today .k-link {
  color: #97CC44;
  box-shadow: inset 0 0 0 0px #97CC44; }

.k-calendar td.k-state-hover .k-link, .k-calendar td.k-state-hover {
  background-color: #dfdfdf;
  background-image: none; }

.k-calendar tr:hover {
  background-color: transparent; }

tr:nth-child(even):hover {
  background-color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.k-listview-content {
  align-content: flex-start;
  position: relative;
  margin: 0px;
  padding: 0px;
  border-color: inherit;
  list-style: none;
  flex: 1 1 auto;
  overflow: auto;
  flex-wrap: wrap;
  display: flex; }

.table th, .table td {
  background: white;
  color: #2b4964; }

.k-dropdown-wrap .k-input:before {
  display: block; }

#timeCardLegend table td {
  border: 0px solid #fff;
  padding: 0px; }

#timeCardLegend table td:hover, #timeCardLegend table tr:hover {
  background-color: transparent; }

.k-button.k-state-active:hover, .k-button.k-state-selected:hover {
  color: #fff;
  border-color: #97CC48;
  background-color: #97CC44; }

.k-button.k-state-active, .k-button.k-state-selected, .k-button:active {
  color: #fff;
  background-color: #97CC44;
  border-color: #97CC48; }

table.k-editor tr:hover {
  background-color: transparent; }

table.k-editor tbody, table.k-editor td, table.k-editor tr {
  background-color: #ECEAEA; }

#contentInnerBox {
  background-color: #FFFFFF; }

table th {
  background-color: transparent;
  color: #242424; }

.k-block > .k-header, .k-window-titlebar {
  position: relative !important;
  min-height: 20px;
  font-size: 0.95em;
  font-weight: 700;
  padding: 12px 8px;
  box-sizing: content-box !important; }

.k-block > .k-header .k-window-actions, .k-window-titlebar .k-window-actions {
  top: 22px;
  right: 10px; }

.k-window-title {
  font-size: .95em;
  line-height: 1.25;
  font-weight: 700;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: default; }

.k-window-titlebar {
  width: auto; }

.k-button.k-state-focused, .k-button.k-state-focused.k-state-disabled, .k-button:focus, .k-button:focus:hover, .k-state-disabled .k-button.k-state-focused {
  border-color: #dedbdb;
  box-shadow: 0 0 2px 1px #68a30b; }

span .k-textbox:focus {
  outline: 0px;
  box-shadow: 0px 0px 0px #0070d2;
  background-color: rgba(255, 255, 255, 0); }

span.k-autocomplete.k-state-focused, span.k-dropdown-wrap.k-state-focused, span.k-numeric-wrap.k-state-focused, span.k-picker-wrap.k-state-focused, span.k-textbox.k-state-focused, span.k-textbox:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) !important; }

.k-file-error {
  color: red; }

/*.k-pager-sm .k-pager-numbers-wrap select.k-dropdown {
    width: 100%;
    display: none;
    box-sizing: border-box;
}*/
span.k-no-click > input.form-control[readonly] {
  background-color: #FFF !important;
  opacity: 1.0 !important;
  border-color: #d5d5d5 !important; }

.k-dropzone em, .k-slider .k-draghandle, .k-state-disabled, .k-state-disabled .k-link {
  color: #000000; }

.k-state-disabled {
  opacity: 0.7;
  color: #c3c3c3; }

.k-tabstrip .k-state-active {
  color: #313131; }

.k-panelbar .k-tabstrip-items .k-link, .k-tabstrip-items .k-link {
  color: inherit !important; }

.k-input {
  color: #000000 !important;
  opacity: 0.95 !important; }

span.k-button.k-flat {
  border-color: #cfcfcf !important; }

.k-tabstrip > .k-button.k-flat {
  top: 0.0em; }

.k-scheduler-correction .k-scheduler-toolbar .k-scheduler-refresh {
  width: auto; }

.k-button-group .k-button {
  width: auto; }

.k-window-titlebar .k-window-actions {
  padding-top: .3em; }

.k-pager-sm .k-pager-numbers-wrap select.k-dropdown {
  display: none; }

.k-pager-sm .k-pager-numbers, .k-pager-sm .k-pager-sizes {
  display: contents !important; }

.k-pager-sm.k-pager-wrap .k-pager-numbers-wrap {
  width: auto; }

.k-pager-wrap > .k-link:hover, .k-pager-wrap > .k-link:focus {
  color: #2e2e2e; }

.topmargin-20 {
  margin-top: 20px !important; }

.linkwaivertbale {
  width: 100%; }

.notificationError {
  position: fixed !important; }

.divMsgProp {
  white-space: normal;
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */ }

.wizard-nav-link .glyphicon-chevron-right {
  margin-top: 5px; }

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

.chkContainer {
  padding-left: 25px; }

.k-checkbox-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  border-style: solid;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  text-align: center; }

.checkbox-align-left {
  padding-left: 2em !important; }

.checkbox-align-left::before, .checkbox-align-left::after {
  left: 0em !important; }

.k-pager-wrap > .k-link > .k-file-error, .k-pager-wrap > .k-pager-sizes > .k-dropdown > .k-dropdown-wrap > .k-select > .k-file-error {
  color: #2e2e2e !important; }

.k-resize-ne,
.k-resize-se,
.k-resize-e {
  right: 0 !important; }

.SSRSProViewerTopNav {
  height: 50px !important;
  font-size: 1rem !important; }

.SSRSProViewerTopNav button,
.SSRSProViewerTopNav input,
.SSRSProViewerTopNav optgroup,
.SSRSProViewerTopNav select,
.SSRSProViewerTopNav textarea,
.SSRSProViewerTopNav span,
.SSRSProViewerTopNav a {
  font-size: 1rem !important; }

.SSRSProExportFormats {
  width: 200px !important; }

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

.SSRSProViewerTopNav {
  margin-top: 5px !important; }

.SSRSProSubmitPanel {
  align-items: center !important; }
