﻿/*@keyframes blinker {
  50% {
    opacity: 0
  }
}

.ko-error, .tabError {
  animation: blinker 2s linear infinite
}*/

/*.ko-error {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  background-color: #ff7500;
  color: #fff;
  margin-top: 5px
}*/
.ko-error {
  display: block;
  width: 100%;
  text-align: left;
  color: #ef0e0e;
  margin-top: 0px;
  font-size: 0.75rem;
}

.navbar.default-layout .navbar-brand-wrapper .brand-logo-mini img {
  /* width: calc(75px - 50px); */
  /* max-width: 100%; */
  height: 28px;
  margin: auto;
  width: 100%;
}

.tabError {
  background-color: #fff;
  border: 1px solid gray;
  margin-left: 5px
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #0000007d;
}

.sort-icon {
  position: absolute;
  height: 10px;
}

  .sort-icon.asc {
    padding-left: 4px
  }

  .sort-icon.desc {
    margin-top: 4px;
    padding-left: 4px;
  }

.modal-header {
  background: #18bbf2;
  color: white;
}

.close {
  font-weight: bold;
  color: #fff;
  opacity: 1;
}

.form-control-xxs {
  height: calc(0.7em + 0.7rem + 2px);
  font-size: 80%;
  padding: 0.1rem 0.45rem;
  min-width: 70px;
}

.form-control-xxl {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 3.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/*.btn-primary.disabled, .btn-primary:disabled, .btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #c3c3c3;
  border-color: #f7f7f7
}*/

/*.btn-primary {
  background-color: #18bbf2;
  border-color: #18bbf2
}*/

/*.bg-primary {
  background-color: #18bbf2 !important;
  border-color: #18bbf2 !important
}*/

.btn-group-xs > .btn, .btn-xs {
  padding: .35rem .4rem .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.btn.dropdown-toggle {
  height: calc(1.5em + 0.5rem + 8px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  border: 1px solid #ced4da;
}

  .btn.dropdown-toggle.dropdown-toggle-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }

    .btn.dropdown-toggle.dropdown-toggle-sm.select {
      width: 100%;
      text-align: left;
    }

      .btn.dropdown-toggle.dropdown-toggle-sm.select:after {
        float: right;
        margin-top: 8px;
      }

tspan {
  font-family: Poppins,sans-serif;
}

body {
  font-family: Poppins,sans-serif;
  font-size: .875rem;
  background-color: #e6e6e6;
  background-image: url(/images/seamless.jpg)
}

  body.public-signup {
    font-family: Poppins,sans-serif;
    font-size: .875rem;
    background-color: #e6e6e6;
    background-image: url(/images/signup-bg.jpg)
  }

.card {
  border-radius: 4px
}

/*.card-header.bg-primary {
  color: white;
}*/

.card-weather {
  background: #e1ecff;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#d6eef6), color-stop(#dff0fa), color-stop(#e7f3fc), color-stop(#eff6fe), to(#f6f9ff));
  background-image: linear-gradient(to left bottom, #d6eef6, #dff0fa, #e7f3fc, #eff6fe, #f6f9ff);
}

  .card-weather .card-body:first-child {
    background: url(../images/weather/weather.svg) no-repeat center;
    background-size: cover;
  }

.breadcrumb {
  border: 1px solid #ccc
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom
}

.login-container {
  height: 100vh;
  align-content: center;
}

.login-card {
  margin-top: auto;
  margin-bottom: auto;
  width: 400px;
  background-color: white !important;
  border-radius: 4px;
}

.two-factor-card {
  margin-top: auto;
  margin-bottom: auto;
  width: 400px;
  background-color: white !important;
}

.dropdown-menu {
  min-width: 14rem;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto
}

.display-5 {
  font-size: 2.35rem;
}

.display-6 {
  font-size: 1.0rem;
}

.form-group-xs {
  font-size: 0.70rem;
}

.form-control-xs {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.15rem 0.25rem;
  font-size: 0.70rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-prepend-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

@media(min-width: 1200px) {
  .modal-xl {
    max-width: 85%;
  }

  .milestone-progress {
    min-width: 170px;
  }
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky
  }
}

.sidebar .nav-link {
  color: #333
}

  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999
  }

  .sidebar .nav-link.active {
    color: #007bff
  }

    .sidebar .nav-link.active .feather, .sidebar .nav-link:hover .feather {
      color: inherit
    }

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase
}

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.1)
}

  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255,255,255,.25)
  }

.gradient-background {
  background: linear-gradient(120deg,#556cdc,#128bfc,#18bef1)
}

.bg-grey {
  background-color: #efefef !important
}

@media screen and (max-width:992px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -33%;
    padding-top: 0
  }

  .row-offcanvas-left.active {
    left: 33%;
    margin-left: -6px
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 33%;
    height: 100%;
    overflow: auto
  }
}

@media screen and (max-width:34em) {
  .row-offcanvas-left .sidebar-offcanvas {
    left: -65%;
    padding-top: 0
  }

  .row-offcanvas-left.active {
    left: 65%;
    margin-left: -6px;
    top: 0
  }

  .sidebar-offcanvas {
    width: 65%
  }
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem .5rem;
  clear: both;
  font-weight: lighter;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .70rem;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.portal-body {
  font-size: .875rem;
  background: #b2d1c9
}

.portal-bg-image {
  background-image: url(/images/background.jpg);
  filter: blur(8px);
  -webkit-filter: blur(8px);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -1
}

.portal-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4%;
  z-index: 1;
  font-size: 20px;
  font-weight: 700
}

.portal-signature-required {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  height: 150px;
  margin: 0
}

@media (min-width:992px) {
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge, .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
    display: none
  }

  .sidebar-icon-only .sidebar {
    width: 70px
  }
}

.sidebar {
  min-height: calc(100vh - 63px);
  background: #fff;
  font-family: "Poppins",sans-serif;
  padding: 0;
  width: 255px;
  z-index: 11;
  transition: width .15s ease,background .15s ease;
  -webkit-transition: width .15s ease,background .15s ease;
  -moz-transition: width .15s ease,background .15s ease;
  -ms-transition: width .15s ease,background .15s ease
}

.nav-link, .navbar-toggler {
  padding: 10px 25px
}

.navbar.fixed-top + .page-body-wrapper {
  padding-top: 62px
}

@media (min-width:992px) {
  .sidebar-icon-only .main-panel {
    width: calc(100% - 70px)
  }
}

.main-panel {
  -webkit-transition: width .15s ease,margin .15s ease;
  transition: width .15s ease,margin .15s ease;
  width: calc(100% - 255px);
  min-height: calc(100vh - 63px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.navbar {
  height: 63px
}

.navbar-brand {
  margin-right: 0
}

.container-fluid {
  padding-left: 0;
  padding-right: 0
}

.container-scroller {
  overflow: hidden
}

.navbar.default-layout .navbar-brand-wrapper {
  transition: width .15s ease,background .15s ease;
  -webkit-transition: width .15s ease,background .15s ease;
  -moz-transition: width .15s ease,background .15s ease;
  -ms-transition: width .15s ease,background .15s ease;
  background: #fff;
  width: 255px;
  height: 63px
}

@media (min-width:992px) {
  .sidebar-icon-only .navbar .navbar-brand-wrapper {
    width: 70px
  }

  .sidebar-icon-only .navbar .navbar-menu-wrapper {
    width: calc(100% - 70px)
  }
}

.navbar.default-layout .navbar-menu-wrapper {
  transition: width .15s ease;
  -webkit-transition: width .15s ease;
  -moz-transition: width .15s ease;
  -ms-transition: width .15s ease;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 255px);
  height: 63px
}

  .navbar.default-layout .navbar-menu-wrapper .navbar-toggler {
    border: 0;
    color: inherit
  }

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer
}

.navbar.default-layout .navbar-brand-wrapper .brand-logo-mini {
  display: none
}

  .navbar.default-layout .navbar-brand-wrapper .brand-logo-mini img {
    width: calc(75px - 50px);
    max-width: 100%;
    height: 28px;
    margin: auto
  }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar.default-layout .navbar-menu-wrapper .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

@media (min-width:992px) {
  .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo {
    display: none
  }

  .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .sidebar-icon-only .navbar .navbar-menu-wrapper {
    width: calc(100% - 70px)
  }

  .navbar.default-layout .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
    margin-left: auto
  }

  .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
    display: block;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px
  }
}

.navbar.default-layout {
  font-family: "Poppins",sans-serif;
  background: linear-gradient(120deg,#556cdc,#128bfc,#18bef1);
  transition: background .15s ease;
  -webkit-transition: background .15s ease;
  -moz-transition: background .15s ease;
  -ms-transition: background .15s ease
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.email-wrapper .message-body .attachments-sections ul li, .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.sidebar .nav .nav-item .nav-link .menu-icon {
  margin-right: 1.25rem;
  width: 16px;
  line-height: 1;
  font-size: 18px;
  color: #979797
}

.sidebar .nav .nav-item .nav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 35px;
  white-space: nowrap;
  height: 52px;
  color: #4a4a4a
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

.navbar.default-layout .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
  color: inherit;
  font-size: 12px;
  vertical-align: middle
}

.nav .nav-item.dropdown .count-indicator, .navbar-nav .nav-item.dropdown .count-indicator {
  position: relative;
  text-align: center
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.img-xs {
  width: 32px;
  height: 32px
}

.rounded-circle, .settings-panel .color-tiles .tiles {
  border-radius: 50% !important
}

.nav .nav-item.dropdown .navbar-dropdown, .navbar-nav .nav-item.dropdown .navbar-dropdown {
  font-size: .9rem;
  margin-top: 0;
  position: absolute;
  top: calc(63px - 6px);
  right: 0;
  left: auto;
  border: 1px solid rgba(182,182,182,.1);
  padding: 0 0 20px;
  min-width: 100%;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.13);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.13);
  overflow: hidden
}

.navbar.default-layout .navbar-menu-wrapper .navbar-nav .nav-item {
  margin-left: 1rem;
  margin-right: 1rem
}

.dropdown .dropdown-toggle:after {
  vertical-align: middle;
  margin-left: 11px
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdownAnimation, .nav .nav-item.dropdown .navbar-dropdown, .navbar-nav .nav-item.dropdown .navbar-dropdown {
  -webkit-animation-name: dropdownAnimation;
  animation-name: dropdownAnimation;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

  .nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
    margin-bottom: 0;
    padding: 7px 25px
  }

.align-middle {
  margin: auto
}

.content-wrapper {
  padding: 1.5rem 1.7rem;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.stretch-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch
}

  .stretch-card > .card {
    width: 100%;
    min-width: 100%
  }

@media (max-width:991px) {
  .navbar.default-layout .navbar-menu-wrapper .navbar-toggler:not(.navbar-toggler-right) {
    display: none
  }

  .main-panel {
    margin-left: 0;
    width: 100%
  }
}

@media screen and (max-width:991px) {
  .sidebar-offcanvas {
    position: fixed;
    max-height: calc(100vh - 63px);
    top: 63px;
    bottom: 0;
    overflow: auto;
    right: -255px;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
  }

    .sidebar-offcanvas.active {
      right: 0
    }
}

.pagination {
  margin-bottom: 0
}

.btn-clear, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel {
  border: 1px solid #f2f2f2;
  font-family: "Poppins",sans-serif;
  font-size: .75rem;
  line-height: 14px;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  border-color: #f2f2f2
}

.page-body-wrapper {
  min-height: calc(100vh - 63px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0
}

.avatar {
  height: 40px;
  width: 40px;
  background-size: cover;
  background-image: url(CFSDownload.cfs?url=/admin/24/avatar.jpg);
  background-position: center;
  border-radius: 30px
}

.avatar-sm {
  height: 25px;
  width: 25px;
  background-size: cover;
  background-image: url(CFSDownload.cfs?url=/admin/24/avatar.jpg);
  background-position: center;
  border-radius: 30px
}

.card-footer {
  background-color: rgb(247, 247, 247);
}

.th-sticky.activity {
  position: sticky;
  left: 0px;
  background: white;
}

.td-sticky.activity {
  position: sticky;
  left: 0px;
  background: white;
}

.th-sticky.startdate {
  position: sticky;
  left: 124px;
  background: white;
}

.td-sticky.startdate {
  position: sticky;
  left: 124px;
  background: white;
}

.th-sticky.enddate {
  position: sticky;
  left: 248px;
  background: white;
}

.td-sticky.enddate {
  position: sticky;
  left: 248px;
  background: white;
}

.th-sticky.duration {
  position: sticky;
  left: 372px;
  background: white;
}

.td-sticky.duration {
  position: sticky;
  left: 372px;
  background: white;
}

.th-sticky.cost {
  position: sticky;
  left: 496px;
  background: white;
}

.td-sticky.cost {
  position: sticky;
  left: 496px;
  background: white;
}

.td-sticky.totals {
  position: sticky;
  left: 0;
  background: white;
}

.td-sticky > input {
  width: 100px;
}

.td-sticky > span {
  width: 100px;
}

.td-sticky > div {
  width: 100px;
}

.toggle.btn.btn-xs {
  min-width: 3.0rem;
}

.panel-content-sm::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.panel-content-sm::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.panel-content-sm::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #18bbf2;
}

.timePicker {
  display: inline;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (min-width:992px) {
  .card-body.change-management {
    height: 605px;
  }

  .modal-lg {
    max-width: 830px;
  }
}

/*.btn-primary.toggle {
  background-color: #183f4c;
  border-color: #183f4c;
}*/

.btn-primary.toggle-on {
  background-color: #183f4c;
}

.btn-light.toggle-off {
  background-color: #d5e9ff;
}

.fc-event-container {
  cursor: pointer;
}

#heading {
  /*text-transform: uppercase;
    color: #28a745;
    font-weight: normal*/
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px
}

  #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
  }


    #msform fieldset:not(:first-of-type) {
      display: none
    }

  #msform input,
  #msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
  }

    #msform input:focus,
    #msform textarea:focus {
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border: 1px solid #28a745;
      outline-width: 0
    }

  #msform .action-button {
    width: 100px;
    background: #28a745;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
  }

    #msform .action-button:hover,
    #msform .action-button:focus {
      background-color: #311B92
    }

  #msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
  }

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
      background-color: #000000
    }

.card-step {
  z-index: 0;
  border: none;
  position: relative
}

.fs-title {
  font-size: 25px;
  color: #28a745;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}

/*.purple-text {
    color: #28a745;
    font-weight: normal
}*/

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}

.fieldlabels {
  color: gray;
  text-align: left
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey
}

  #progressbar .active {
    color: #28a745
  }

  #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
  }

  #progressbar #account:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c"
  }

  #progressbar #personal:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c"
  }

  #progressbar #payment:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c"
  }

  #progressbar #confirm:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c"
  }

  #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
  }

  #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
  }

  #progressbar li.active:before,
  #progressbar li.active:after {
    background: #28a745;
  }

.progress {
  height: 20px;
}

  .progress.progress-xs {
    height: 8px;
  }

.progress-bar {
  background-color: #28a745;
}

.fit-image {
  width: 100%;
  ;
  object-fit: cover;
}

.status-bar-red {
  border-left: 3px solid #dc3545;
}

.status-bar-amber {
  border-left: 3px solid #ffc107;
}

.status-bar-green {
  border-left: 3px solid #28a745;
}

.status-bar-grey {
  border-left: 3px solid #a2a2a2
}

/*HELP TOOLTIP SPECIFIC CSS START*/
.tooltip-icon {
  cursor: pointer;
}

.popover-header {
  background-color: #18bbf2 !important;
  border-color: #18bbf2 !important;
  color: white;
}

.popover {
  max-width: 650px !important;
  max-height: 650px !important;
  min-width: 100px !important;
  min-height: 100px !important;
}

.popover-body {
  max-width: 650px !important;
  max-height: 610px !important;
  min-width: 100px !important;
  min-height: 100px !important;
  overflow: auto;
}

  .popover-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  .popover-body::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    height: 8px;
  }

  .popover-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #c1c1c1;
  }

a[aria-expanded=false] .fa-chevron-down {
  display: none;
  color: white
}

a[aria-expanded=true] .fa-chevron-right {
  display: none;
  color: white
}

.popover-body > * > img {
  height: auto !important;
  width: 100% !important;
}

.popover-body > * > iframe {
  width: 100% !important;
}

.popover-body > * > video {
  width: 100% !important;
}

.popover {
  font-family: Poppins,sans-serif;
}

.tooltip-icon-right {
  position: absolute;
  right: 0px;
}

.tooltip-icon:before {
  background: transparent;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);
  transform: scale(0.15);
  animation: pulse 3.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.10);
    box-shadow: 0px 0px 0px 0px #7575754f;
  }

  70% {
    transform: scale(0.15);
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.10);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  }
}
/*HELP TOOLTIP SPECIFIC CSS END*/

/*SINGLE ELEMENT LOADER START*/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #17bbf1;
  font-size: 5px;
  margin: 20px auto 30px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader-lg {
  font-size: 10px;
  margin: 20px auto 50px;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/*SINGLE ELEMENT LOADER END*/

/*ONBOARDING CSS START*/
.sw-theme-circles > ul.step-anchor > li.active > a {
  border-color: #5bc0de;
  color: #fff !important;
  background: #5bc0de;
}

.sw-theme-circles > ul.step-anchor > li.done > a {
  border-color: #5cb85c;
  color: #fff !important;
  background: #5cb85c;
}

@media (max-width: 767.98px) {
  .sw-theme-circles > ul.step-anchor > li > a {
    border: 2px solid #f5f5f5;
    background: #f5f5f5;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 15px 0;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 3px #fff !important;
    text-decoration: none;
    outline-style: none;
    z-index: 99;
    color: #bbb !important;
    background: #f5f5f5;
    line-height: 1;
    font-weight: normal;
  }

  .sw-theme-circles > ul.step-anchor > li {
    border: none;
    margin-left: 10px;
    z-index: 98;
  }

    .sw-theme-circles > ul.step-anchor > li > a > small {
      position: relative;
      bottom: -20px;
      color: #ccc;
    }
}
/*ONBOARDING CSS END*/

/*COMMENTS CSS START*/
#comments {
  max-height: 150px;
  overflow-y: auto;
}

  #comments::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }

  #comments::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
  }

  #comments::-webkit-scrollbar-thumb {
    background-color: #18bbf2;
  }
/*COMMENTS CSS END*/

/*GRIDSTACK CSS START*/
.grid-stack-scroll {
  overflow-y: auto;
}

  .grid-stack-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(255 255 255);
    background-color: #ffffff;
  }

  .grid-stack-scroll::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff;
  }

  .grid-stack-scroll::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
  }

.grid-stack-item-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(255 255 255);
  background-color: #ffffff;
}

.grid-stack-item-content::-webkit-scrollbar {
  width: 4px;
  background-color: #ffffff;
}

.grid-stack-item-content::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

.grid-stack-item-content {
  background: white;
  padding: 10px;
}

.grid-stack {
  height: 100%;
}

.grid-stack-placeholder > .placeholder-content {
  background: #e0e0e09e;
}

@media (max-width: 991.98px) {
  grid-stack-move-icon {
    display: none;
  }
}

.grid-stack-move-icon {
  display: none;
  z-index: 100;
  cursor: grab;
  color: #666666
}

.grid-stack-item-content:hover .grid-stack-move-icon {
  display: block;
}

.grid-stack-move-icon:hover {
  z-index: 100;
  color: black;
}

.grid-stack-move-icon:active {
  z-index: 100;
  color: #28a745;
  cursor: grabbing;
}
/*GRIDSTACK CSS END*/
#mobile-indicator {
  display: none;
}

@media (max-width: 991.98px) {
  #mobile-indicator {
    display: block;
  }
}

/*WIZARD DEV CSS START*/
.sw-toolbar {
  margin-left: 0;
  background: white;
}

.sw-theme-arrows > ul.step-anchor > li.active > a {
  border-color: #18bbf2 !important;
  color: #fff !important;
  background: #18bbf2 !important;
}

  .sw-theme-arrows > ul.step-anchor > li.active > a:after {
    border-left: 30px solid #18bbf2 !important;
  }

.sw-theme-arrows > ul.step-anchor > li.done > a {
  border-color: #18bbf254 !important;
  color: #fff !important;
  background: #18bbf254 !important;
}

  .sw-theme-arrows > ul.step-anchor > li.done > a:after {
    border-left: 30px solid #ace2f4;
  }

.sw-theme-arrows > .nav .nav-link.done {
  color: #fff;
  border-color: #18bbf254;
  background: #18bbf254;
  cursor: pointer;
}

  .sw-theme-arrows > .nav .nav-link.done::after {
    border-left-color: #b3e9fb;
  }

.sw-theme-arrows > .nav .nav-link.inactive {
  cursor: context-menu;
}

  .sw-theme-arrows > .nav .nav-link.inactive.done {
    cursor: pointer;
  }

.toolbar.toolbar-bottom {
  display: none;
}

.sw-theme-arrows {
  border-bottom: 0px;
}
/*WIZARD DEV CSS END*/

/*BOOTSTRAP TOUR CSS START*/
.tour-backdrop {
  background-color: #00000080;
  filter: alpha(opacity=80);
  opacity: .8;
  position: absolute;
  z-index: 1100;
}
/*.tour-GettingStarted-0 {
	top: -100% !important;
}
.tour-GettingStarted-5 {
	top: -100% !important;
}
.tour-ContractsTour {
	top: -100% !important;
}
.tour-ContractCreation-0 {
	top: -50% !important;
}*/
/*.tour-ContractSummary-0 {
	top: -150% !important;
}*/
.popover[class*="tour-"].orphan {
  left: 50% !important;
  top: 50% !important;
  margin-top: 0;
  position: absolute;
  transform: translate(-50%, -50%) !important;
}
/*BOOTSTRAP TOUR CSS END*/

/*DIARY RESOURCES MODAL START*/
#allResourcesModal {
  background-color: #0000007d;
}

  #allResourcesModal > .modal-dialog {
    max-width: 95%;
  }
/*DIARY RESOURCES MODAL END*/

/*DASHBOARD CHART/WIDGET START*/
.highcharts-container {
  width: 100% !important;
}

.highcharts-root {
  width: 100% !important;
}

.percentage-circle {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  font-size: 50px;
  text-align: center;
}
/*DASHBOARD CHART/WIDGET END*/


/*ADMIIN PANEL START*/
#AdminPanel {
  position: fixed;
  bottom: 0px;
  height: 30px;
  width: 100%;
  z-index: 10000;
  text-align: center;
  background-color: #dc3545;
  line-height: 30px;
  font-size: 18px;
}

  #AdminPanel a {
    color: #ffffff;
  }
/*ADMIN PANEL END*/


.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%,0)scale(1);
  transform: translate(100%,0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}

  .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
  }

.modal-dialog-slideout .modal-content {
  border: 0;
}

.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {
  height: 69px;
  display: block;
}

  .modal-dialog-slideout .modal-header h5 {
    float: left;
  }

.notification-close {
  position: absolute;
  top: 2px;
  right: 6px;
}

/*DASHBOARD CHART OVERLAY*/
.no-chart-overlay {
  position: absolute;
  height: calc(100vh - 35px);
  width: 100vw;
}

.no-chart-image-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100;
  filter: blur(3px);
  background: #ffffff85;
}

.overlay-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
}

.overlay-message-wrapper {
  text-align: left;
  position: relative;
  z-index: 200;
  width: 100%;
}
/*DASHBOARD CHART OVERLAY*/
/*TREEVIEW CSS*/
.listree-submenu-heading {
  cursor: pointer
}

ul.listree {
  list-style: none
}

ul.listree-submenu-items {
  list-style: none;
  border-left: 1px dashed black;
  white-space: nowrap;
  margin-right: 4px;
  padding-left: 20px
}

div.listree-submenu-heading.collapsed:before {
  content: "+";
  margin-right: 4px
}

div.listree-submenu-heading.expanded:before {
  content: "-";
  margin-right: 4px
}

.scrollable-menu {
  height: auto;
  max-width: 800px;
  overflow-y: hidden
}

/*TREEVIEW CSS*/

.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #efefef;
  color: black;
}

.shake {
  animation: shake-animation 7s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes shake-animation {
  0% {
    transform: rotate(0deg);
  }

  1.78571% {
    transform: rotate(20deg);
  }

  3.57143% {
    transform: rotate(0deg);
  }

  5.35714% {
    transform: rotate(-20deg);
  }

  7.14286% {
    transform: rotate(0deg);
  }

  8.92857% {
    transform: rotate(20deg);
  }

  10.71429% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background: #e0e0e0;
}

::-webkit-scrollbar-thumb:horizontal {
  background: rgb(53,149,246);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:vertical {
  background: rgb(53,149,246);
  border-radius: 10px;
}

/***********************
**CUSTOM SELECTOR START**
************************/
.check-label-group {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}

  .check-label-group label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
  }

    .check-label-group label:before {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      content: '';
      background-color: #007bff;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
      transform: translate(-50%, -50%) scale3d(1, 1, 1);
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      z-index: -1;
    }

    .check-label-group label:after {
      width: 32px;
      height: 32px;
      content: '';
      border: 2px solid #D1D7DC;
      background-color: #fff;
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
      background-repeat: no-repeat;
      background-position: 2px 3px;
      border-radius: 50%;
      z-index: 2;
      position: absolute;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer;
      transition: all 200ms ease-in;
    }

  .check-label-group input:checked ~ label {
    color: #fff;
  }

    .check-label-group input:checked ~ label:before {
      -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
      transform: translate(-50%, -50%) scale3d(56, 56, 1);
      opacity: 1;
    }

    .check-label-group input:checked ~ label:after {
      background-color: #54E0C7;
      border-color: #54E0C7;
    }

  .check-label-group input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
  }
/***********************
***CUSTOM SELECTOR END***
************************/

.sw-theme-arrows > .nav .nav-link.active::after {
  border-left-color: #007bff;
}

.sw-theme-arrows > .nav .nav-link.active {
  color: #fff;
  border-color: #5bc0de;
  background: #007bff;
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #007bff;
  color: #fff;
  font-size: 1em;
}

  .swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px #007bff5e;
  }

  .swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px #007bff5e;
  }

.table-xs {
  font-size: 0.75rem;
}

.table-control-xs {
  height: calc(.70em + 0.70rem + 2px);
  padding: 0.275rem 0.45rem;
  font-size: 80%;
  font-weight: 400;
  line-height: 1.5;
  color: #141515;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.tr-highlighted {
  background-color: #18bcf1 !important;
  color: white;
}

.cursor-pointer {
  cursor: pointer;
}

.condensed-header > * > th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.clean-nav.nav-link {
  color: #b3b3b3;
  font-weight: light;
}

  .clean-nav.nav-link.active {
    color: #000000;
  }

.nav-link.active > .menu-icon {
  color: #1499f9 !important;
}

.inline-edit {
  padding-right: 20px;
}

  .inline-edit:focus + .fas {
    opacity: 1;
    position: relative;
    top: -17px;
    right: 4px;
    float: right;
    font-size: 0.7rem;
    color: #007bff;
    cursor: pointer;
  }

  .inline-edit + .fas {
    opacity:0;
    position: relative;
    top: -17px;
    right: 4px;
    float: right;
    font-size: 0.7rem;
    color: #007bff;
  }

.header-sticky{
  position: sticky;
  top: -1px;
  z-index: 0;
}

.thead-white{
  background: #FFFFFF;
}

.navbar-toggler:focus
{
  outline:none;
}
.input-group.date{
  min-width: 120px;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.aliquot-card-delete {
  position: absolute;
  right: 10px;
  bottom: 10px;
}



/*SIDEBAR CSS START*/
.nav-item.hover-open > .nav-link {
  background-color: #fafbfc;
}


@media (min-width: 992px) {
  .sidebar-icon-only .navbar .navbar-brand-wrapper {
    width: 70px;
  }

    .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo {
      display: none;
    }

    .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

  .sidebar-icon-only .navbar .navbar-menu-wrapper {
    width: calc(100% - 70px);
  }

  .sidebar-icon-only .sidebar {
    width: 70px;
  }

    .sidebar-icon-only .sidebar .nav {
      overflow: visible;
    }

      .sidebar-icon-only .sidebar .nav .nav-item {
        position: relative;
      }

        .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
          display: block;
          text-align: center;
          padding-left: 25px;
          padding-right: 25px;
        }

          .sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge,
          .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
            display: none;
          }

          .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-icon {
            margin-right: 0;
          }

          .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-arrow {
            display: none;
          }

        .sidebar-icon-only .sidebar .nav .nav-item.nav-profile,
        .sidebar-icon-only .sidebar .nav .nav-item .sidebar-sticker {
          display: none;
        }

        .sidebar-icon-only .sidebar .nav .nav-item .collapse {
          display: none;
        }

        .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background: #fafbfc;
          color: #4a4a4a;
          padding: 0.5rem 1.25rem;
          left: 70px;
          position: absolute;
          text-align: left;
          top: 0;
          width: 200px;
          z-index: 1;
          height: 52px;
          line-height: 1.8;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
        }

  .sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    background: #2e3657;
    color: #9F9EA3;
  }

  .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    left: auto;
    right: 70px;
    text-align: right;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title:after {
    display: none;
  }

  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link[data-toggle=collapse] .menu-title {
    border-bottom-right-radius: 0;
  }

  .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link[data-toggle=collapse] .menu-title {
    border-bottom-left-radius: 0;
  }

  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse,
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    display: block;
    padding: 0.5rem 0;
    background: #fafbfc;
    color: #4a4a4a;
    position: absolute;
    top: 52px;
    left: 70px;
    width: 200px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, 0.08);
    box-shadow: 0 1px 15px 1px rgba(113, 106, 202, 0.08);
  }

  .sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, .sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    background: #2e3657;
    color: #9F9EA3;
  }

  .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
  }

  .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    left: auto;
    right: 70px;
  }

  .sidebar-icon-only .sidebar .nav.sub-menu {
    padding: 0 0 0 1.5rem;
  }

    .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
      text-align: left;
      color: #4a4a4a;
    }

      .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link:hover {
        color: #cccccc;
      }

  .sidebar-dark.sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
    color: #9F9EA3;
  }

  .rtl.sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
    text-align: right;
  }

  .sidebar-icon-only .sidebar .nav.sub-menu .nav-item:nth-child(5n+1) .nav-link:before, .sidebar-icon-only .sidebar .nav.sub-menu .nav-item:nth-child(5n+2) .nav-link:before, .sidebar-icon-only .sidebar .nav.sub-menu .nav-item:nth-child(5n+3) .nav-link:before, .sidebar-icon-only .sidebar .nav.sub-menu .nav-item:nth-child(5n+4) .nav-link:before, .sidebar-icon-only .sidebar .nav.sub-menu .nav-item:nth-child(5n+5) .nav-link:before {
    background: #ffffff;
  }

  .sidebar-icon-only .main-panel {
    width: calc(100% - 70px);
  }
}
.menu-title {
  font-size: 0.8rem;
}
/*SIDEBAR CSS END*/