/*************************************************************
*						App Variables
**************************************************************/
/*************************************************************
*					  Colors Definitions
**************************************************************/
/*343a40*/
/*6c757d*/
/*************************************************************
*					Common Element Variables
**************************************************************/
/* ***************************************************
*			Page Specific Element Variables
****************************************************** */
/*****************************************
*       Background-image: cover mixin
******************************************/
/*****************************************
*       Media Query Mixins
******************************************/
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 0.85rem;
  color: #4f5f6f;
  overflow-x: hidden;
}

.action-icon-text {
  font-weight: bold;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.85rem;
  color: red;
}

@media print {
  @page {
    margin: 0;
  }
  .k-grid-header {
    display: block !important;
  }
  .kgrid-label-mobile {
    display: none !important;
  }
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.main-wrapper {
  width: 100%;
  /*position: absolute;*/
  height: 100%;
  min-height: 100%;
  /*overflow-y: auto;*/
  overflow-y: auto;
  overflow-x: hidden;
}

#ref .color-primary {
  color: #142f46;
}
#ref .chart .color-primary {
  color: #142f46;
}
#ref .chart .color-secondary {
  color: rgb(31.3333333333, 73.6333333333, 109.6666666667);
}

.app {
  /*position: relative;*/
  width: 100%;
  padding-left: 230px;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  left: 0;
  background-color: #f8f8f8;
  box-shadow: 0 0 3px #ccc;
  transition: left 0.3s ease, padding-left 0.3s ease;
  /*overflow: hidden;*/
  overflow-y: auto;
  overflow-x: hidden;
}
.app.sidebar-mini {
  padding-left: 70px;
}
@media (max-width: 991.98px) {
  .app.sidebar-mini {
    padding-left: 0;
  }
}
.app .content .global-notify:not(:empty) {
  padding-top: 10px;
  padding-bottom: 15px;
}
.app .content {
  padding: 75px 20px 55px 20px;
  height: 100%;
  min-height: 100%;
}
@media (min-width: 1200px) {
  .app .content {
    padding: 85px 40px 0 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .app .content {
    padding: 85px 35px 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .app .content {
    padding: 75px 20px 0 20px;
  }
}
@media (max-width: 767.98px) {
  .app .content {
    padding: 75px 20px 0 20px;
  }
}
.app .content.n o-gutter {
  padding: 74px 20px 0 20px;
}
@media (min-width: 1200px) {
  .app .content.n o-gutter {
    padding: 74px 20px 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .app .content.n o-gutter {
    padding: 74px 20px 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .app .content.n o-gutter {
    padding: 74px 20px 0 20px;
  }
}
@media (max-width: 767.98px) {
  .app .content.n o-gutter {
    padding: 70px 20px 0 20px;
  }
}
@media (max-width: 991.98px) {
  .app {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .app.sidebar-open {
    left: 0;
  }
}
.app.blank {
  background-color: #667380;
}

.rtl .app {
  padding-left: 0;
  padding-right: 230px;
  transition: right 0.3s ease, padding-right 0.3s ease;
}
@media (max-width: 991.98px) {
  .rtl .app {
    padding-right: 0;
  }
}
.rtl .app.sidebar-mini {
  padding-right: 70px;
}
@media (max-width: 991.98px) {
  .rtl .app.sidebar-mini {
    padding-right: 0;
  }
}
.rtl .sidebar {
  left: auto;
  right: 0;
  transition: right 0.3s ease;
}
@media (max-width: 991.98px) {
  .rtl .sidebar {
    right: -230px;
  }
}
.rtl .sidebar-open .sidebar {
  right: 0;
  left: auto;
}
.rtl .sidebar-mini .sidebar .nav > li > ul.mini {
  right: 100%;
  left: auto;
}
.rtl .sidebar-container .nav .nav-item a i {
  margin-right: 0px;
  margin-left: 5px;
}
.rtl .sidebar-container .nav .nav-item a i.arrow {
  position: absolute;
  left: 10px;
  transform: rotate(180deg);
}
.rtl .sidebar-container li.active a.active:after {
  left: 0 !important;
  right: auto !important;
  transform: rotate(180deg);
}
.rtl .sidebar-container li a {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.hide-scroll {
  overflow: hidden;
}

.div-stick {
  position: fixed;
  width: 60%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .div-stick {
    width: 59%;
  }
}
.unread {
  background-color: #e8f4f8;
}

.public-app {
  padding-left: 0px !important;
}

.nav-vertical {
  border-right: 1px solid #ccc;
}

.breadcrumb-item.active.dashboard {
  color: #142f46;
  cursor: pointer;
}

.mail-search {
  max-width: 300px;
}

.email-total-js span.badge {
  font-size: 11px;
}

a.active:not(.btn):hover {
  color: #fff;
  background-color: #1e61a6;
  border-color: #1e61a6;
}

.tab-content {
  height: 100%;
}

.row-widget-drag, row-widget-new {
  border: 1px dashed #000 !important;
}
.row-widget-drag .col-widget-new, .row-widget-drag .col-widget-drag, row-widget-new .col-widget-new, row-widget-new .col-widget-drag {
  min-height: 160px;
}

@media (max-width: 425px) {
  .header .header-block-collapse {
    width: auto !important;
  }
}

.usertyperolegrid-cs.k-grid, .usertyperolegrid-cs.k-grid * {
  border: 0 !important;
}

.js-mobile-device, .js-small-device, .js-extra-small-device {
  color: #f8f8f8 !important;
}

@media (min-width: 992px) {
  .d-lg-table-header-group {
    display: table-header-group !important;
  }
}
.input-code {
  text-transform: uppercase;
}
.input-code::-webkit-input-placeholder {
  text-transform: initial;
}
.input-code:-moz-placeholder { /* Firefox 18- */
  text-transform: initial;
}
.input-code::-moz-placeholder { /* Firefox 19+ */
  text-transform: initial;
}
.input-code:-ms-input-placeholder {
  text-transform: initial;
}

.disable-filter-div {
  pointer-events: none;
  opacity: 0.5;
  background: #CCC;
}

#ResultPanel .eqv-result-grid, #ResultPanel .eqjs-result-spinner {
  display: none;
}
#ResultPanel .eqv-chart-panel {
  display: block !important;
}

.eq-sort {
  display: none;
}

.user-audited-row {
  background-color: rgba(255, 235, 59, 0.4) !important;
}

.audit-params {
  max-height: 330px;
  overflow: auto;
}

@media (max-width: 425px) {
  .d2h-file-side-diff {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }
}
.column-overflow {
  overflow-wrap: break-word;
}

.appeal-content {
  width: 100%;
}
.appeal-content .user-img, .appeal-content .void-user-img {
  width: 10%;
}
@media (max-width: 1700px) {
  .appeal-content .user-img, .appeal-content .void-user-img {
    width: 12%;
  }
}
@media (max-width: 1440px) {
  .appeal-content .user-img, .appeal-content .void-user-img {
    width: 15%;
  }
}
@media (max-width: 1240px) {
  .appeal-content .user-img, .appeal-content .void-user-img {
    width: 17%;
  }
}
@media (max-width: 1024px) {
  .appeal-content .user-img, .appeal-content .void-user-img {
    width: 10% !important;
  }
}
@media (max-width: 740px) {
  .appeal-content .user-img, .appeal-content .void-user-img {
    width: 13% !important;
  }
}
@media (max-width: 580px) {
  .appeal-content .user-img, .appeal-content .void-user-img {
    width: 15% !important;
  }
}
@media (max-width: 500px) {
  .appeal-content .user-img, .appeal-content .void-user-img {
    width: 17% !important;
  }
}
@media (max-width: 425px) {
  .appeal-content .user-img, .appeal-content .void-user-img {
    width: 13% !important;
  }
}
@media (max-width: 375px) {
  .appeal-content .user-img, .appeal-content .void-user-img {
    width: 15% !important;
  }
}
@media (max-width: 320px) {
  .appeal-content .user-img, .appeal-content .void-user-img {
    width: 19% !important;
  }
}
@media (max-width: 425px) {
  .appeal-content .user-img .fa-user-circle-o, .appeal-content .user-img .fa-user-circle, .appeal-content .void-user-img .fa-user-circle-o, .appeal-content .void-user-img .fa-user-circle {
    font-size: 3em;
  }
}
.appeal-content .void-user-img {
  width: 5%;
}
@media (max-width: 1440px) {
  .appeal-content .void-user-img {
    width: 7%;
  }
}
.appeal-content .appeal-description, .appeal-content .void-description {
  width: 68%;
}
@media (max-width: 1700px) {
  .appeal-content .appeal-description, .appeal-content .void-description {
    width: 66%;
  }
}
@media (max-width: 1440px) {
  .appeal-content .appeal-description, .appeal-content .void-description {
    width: 63%;
  }
}
@media (max-width: 1240px) {
  .appeal-content .appeal-description, .appeal-content .void-description {
    width: 61%;
  }
}
@media (max-width: 1024px) {
  .appeal-content .appeal-description, .appeal-content .void-description {
    width: 68% !important;
  }
}
@media (max-width: 740px) {
  .appeal-content .appeal-description, .appeal-content .void-description {
    width: 65% !important;
  }
}
@media (max-width: 580px) {
  .appeal-content .appeal-description, .appeal-content .void-description {
    width: 63% !important;
  }
}
@media (max-width: 500px) {
  .appeal-content .appeal-description, .appeal-content .void-description {
    width: 61% !important;
  }
}
@media (max-width: 425px) {
  .appeal-content .appeal-description, .appeal-content .void-description {
    width: 87% !important;
  }
}
@media (max-width: 375px) {
  .appeal-content .appeal-description, .appeal-content .void-description {
    width: 85% !important;
  }
}
@media (max-width: 325px) {
  .appeal-content .appeal-description, .appeal-content .void-description {
    width: 81% !important;
  }
}
.appeal-content .appeal-description .header-title, .appeal-content .void-description .header-title {
  font-weight: bold;
  color: black;
}
.appeal-content .appeal-description .appeal-comment, .appeal-content .void-description .appeal-comment {
  max-height: 50px;
  overflow: hidden;
  margin-bottom: 0px !important;
}
.appeal-content .appeal-description .appeal-full-comment, .appeal-content .void-description .appeal-full-comment {
  max-height: unset;
  overflow: hidden;
  margin-bottom: 0px !important;
}
.appeal-content .appeal-description .show-more-comment, .appeal-content .void-description .show-more-comment {
  cursor: pointer;
}
.appeal-content .void-description {
  width: 73%;
}
@media (max-width: 1440px) {
  .appeal-content .void-description {
    width: 71%;
  }
}
.appeal-content .datetime-content {
  width: 22%;
}
@media (max-width: 425px) {
  .appeal-content .datetime-content {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 425px) {
  .appeal-content .admin-approve-reject {
    position: absolute;
    bottom: -35px !important;
  }
}
@media (max-width: 425px) {
  .appeal-content .admin-approve-reject-description {
    margin-bottom: 30px;
  }
}

@media (max-width: 425px) {
  .appeal-btn {
    margin-top: 1rem;
  }
}

@media (max-width: 425px) {
  .admin-appeal-content {
    margin-bottom: 3rem !important;
  }
}

.print-window {
  height: unset !important;
  min-height: unset !important;
}

.page-header span.badge-info {
  display: 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 {
  text-indent: 0.6em !important;
}

.content-disabled {
  pointer-events: none;
  opacity: 0.5;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.k-editor-dialog .k-editor-textarea {
  height: 400px !important;
  width: 800px;
  overflow: auto;
}

@media (max-width: 767.98px) {
  .dxrd-preview-wrapper {
    right: 0 !important;
  }
  .dx-shadow, .dxrd-image-search, .dxrd-toolbar-item-separator {
    display: none;
  }
}
.dxrd-report-preview {
  width: auto !important;
  height: auto !important;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

.k-grid .k-grid-content tr:hover:not(.k-detail-row),
.k-grid .k-grid-content tr:hover:not(.k-detail-row) td:not(.k-hierarchy-cell) {
  background-color: #142f46 !important;
  color: #ffffff !important;
}

.k-grid .k-grid-content tr:hover:not(.k-detail-row) td .k-i-collapse {
  color: #fff;
}
.k-grid .k-grid-content tr:hover:not(.k-detail-row) td .k-i-expand {
  color: #fff;
}

.k-grid .k-grid-content tr:hover:not(.k-detail-row) td .k-checkbox-label {
  background-color: #e0e1e2;
  border-radius: 2px;
}

.page-link {
  background-color: #1e61a6 !important;
  color: #ffffff !important;
}

.page-link:hover {
  filter: brightness(90%);
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item .body-col:hover {
  color: #fcfcfc !important;
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item .body-col p .accent-unread {
  color: #ff4444 !important;
}

.dropdown-menu .dropdown-item:hover,
.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item:hover {
  filter: brightness(130%);
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item {
  color: #ffffff !important;
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item {
  background-color: #142f46 !important;
}

.upload-profile-picture {
  top: 2.6em !important;
  font-size: 0.5em !important;
  cursor: pointer !important;
}

#uploadedProfilePicture {
  padding: 0px !important;
  width: 100px !important;
  height: 100px !important;
}

#uploadedSignature {
  padding: 0px !important;
  width: 274px !important;
  height: 35px !important;
}

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

.fa-stack-2x-signature {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.74em;
}

.uploaded-Profile-Picture {
  padding: 0px !important;
  width: 100px !important;
  height: 100px !important;
}

.selected-culture {
  background-color: #779ec8 !important;
}

.culture-flag {
  width: 30px;
  padding: 3px;
}

.culture-flag-sm {
  width: 20px;
}

.d-relative {
  position: relative;
}

.billing-invoice-address {
  position: absolute;
  bottom: -73px;
  left: -20px;
}

.covid-status-box {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  line-height: 20px;
  color: white;
}

.covid-status-green {
  display: block;
  background-color: green;
}

.covid-status-red {
  display: none;
  background-color: red;
}

.covid-grid-status-red {
  background-color: red;
}

.covid-status-icon {
  margin: 0 auto;
  display: table;
  font-size: 14px;
  line-height: 20px;
}

.covid-checkbox {
  position: absolute;
  top: 0rem;
  right: 0.5rem;
  z-index: 1000;
  width: 51px;
  height: 27px;
  visibility: hidden;
}

.covid-selector .panel-item p {
  margin-right: 55px;
}

.waitlist-higlighter {
  background-color: #ffe333 !important;
}

/* move to kendo css later*/
.masked-textbox-lg-text {
  height: calc(2.8125rem + 2px) !important;
  width: 100% !important;
  font-size: medium !important;
  font-weight: bold !important;
}

.infor-message {
  color: #0033ff;
}

/*qshield*/
.q-body-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.q-navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  background-color: #142f46;
  height: 70px;
  position: fixed;
  left: 0;
  right: 0;
  transition: left 0.3s ease;
  z-index: 10000;
}
.q-navbar .left .burger {
  display: none;
  cursor: pointer;
}
.q-navbar .left .burger div {
  width: 25px;
  height: 3px;
  background: white;
  margin: 5px;
  transition: all 0.3s ease;
}
.q-navbar .left .toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.q-navbar .left .toggle .line2 {
  opacity: 0;
}
.q-navbar .left .toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}
.q-navbar .left {
  display: flex;
  align-items: center;
}
.q-navbar .left .q-logo > a {
  background: url(../images/qshield/company-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  width: 195px;
  display: block;
}
.q-navbar .user-toggle {
  display: none;
  cursor: pointer;
}
.q-navbar .user-toggle i {
  transition: all 0.4s ease;
  font-size: 25px;
  color: #ffffff;
}
.q-navbar .user-toggle.open i {
  transition: all 0.4s ease;
  transform: rotate(180deg);
}
.q-navbar .right .main.active {
  height: 100vh;
  padding-bottom: 70px;
}
.q-navbar .right .main .welcome-msg {
  color: #ffffff;
  margin-right: 15px;
}
.q-navbar .right .main .card {
  min-width: 55px;
  color: #FF4444;
  border-radius: 0;
  border-right: 1px solid rgb(180, 180, 180);
  background: transparent;
  padding: 0 5px;
  margin-bottom: 0;
  box-shadow: none;
}
.q-navbar .right .main .card img {
  width: 30px;
  height: 30px;
}
.q-navbar .right .main .card span {
  margin-top: 2px;
  font-size: 14px;
  font-weight: bold;
}
.q-navbar .right .main a {
  border: none;
}
.q-navbar .right .main a:last-child {
  border-right: none;
}
.q-navbar .right .main .drop-down {
  position: absolute;
  width: 275px;
  height: 198px;
  top: 70px;
  right: 43px;
  background: #142f46;
  overflow-y: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
}
.q-navbar .right .main .drop-down.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s ease;
}
.q-navbar .right .main .drop-down .card {
  margin: 10px 0;
  border: none;
}
.q-navbar .right .user-drop-down {
  cursor: pointer;
}
.q-navbar .right .user-drop-down i {
  transition: all 0.4s ease;
  font-size: 25px;
  color: #ffffff;
}
.q-navbar .right .user-drop-down.open i {
  transition: all 0.4s ease;
  transform: rotate(180deg);
}

@media only screen and (max-width: 576px) {
  .q-navbar .right .main {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 70px;
    background: rgb(244.7829787234, 143.6344680851, 25.1170212766);
    flex-direction: column;
    transition: all 0.4s ease;
    height: 0;
    overflow-y: auto;
    z-index: 10000;
  }
  .q-navbar .right .main .welcome-msg {
    margin: 10px 0;
  }
  .q-navbar .right .main .first {
    flex-direction: column;
  }
  .q-navbar .right .main .card {
    border-right: none;
    margin: 10px 0;
  }
  .q-navbar .right .main .drop-down {
    visibility: visible;
    opacity: 1;
    position: unset;
    width: 100%;
    height: auto;
    overflow-y: unset;
    background: none !important;
    box-shadow: none;
    z-index: 10000;
  }
  .q-navbar .right .user-drop-down {
    display: none !important;
  }
  .q-navbar .left .burger {
    display: block;
  }
  .q-navbar .left .q-logo {
    margin-left: 16px;
  }
  .q-navbar .user-toggle {
    display: block;
  }
}
.q-sidebar {
  background-color: rgb(244.7829787234, 143.6344680851, 25.1170212766);
  width: 82px;
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;
  z-index: 10000;
  border-right: 1px solid #000;
}
.q-sidebar .list-text {
  width: 0;
  height: 0;
  opacity: 0;
  transition: width 0.5s ease;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.q-sidebar .list-text.active {
  width: calc(100% - 50px);
  height: auto;
  opacity: 1;
  transition: all 0.4s ease, opacity 0.4s ease 0.4s;
}
.q-sidebar li i {
  font-size: 25px;
}
.q-sidebar li a {
  color: #ffffff;
  font-weight: 500;
}
.q-sidebar li a:hover {
  background: #142f46;
  color: rgb(255, 255, 255);
}
.q-sidebar li a:hover .list-text {
  color: #ffffff;
}
.q-sidebar .top {
  border-bottom: 1px solid #000;
}
.q-sidebar .top .top-icon {
  width: 50px;
  height: 30px;
}
.q-sidebar .top .top-icon img {
  height: 100%;
}
.q-sidebar .menu {
  overflow-y: auto;
  height: calc(100% - 213px);
}
.q-sidebar .menu .menu-icon {
  width: 50px;
  height: 30px;
}
.q-sidebar .menu .menu-icon img {
  height: 100%;
}
.q-sidebar .bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
  border-top: 1px solid #000;
}
.q-sidebar .bottom .sidebar-hide .fa-angle-double-right {
  transition: all 0.3s ease-in-out;
}
.q-sidebar .bottom .sidebar-hide .fa-angle-double-right.active {
  transition: all 0.3s ease-in-out;
  transform: rotate(-180deg);
}
.q-sidebar .bottom-icon {
  width: 50px;
  height: 30px;
}
.q-sidebar .bottom-icon img {
  height: 100%;
}

.q-sidebar.active {
  transform: translateX(0px);
}

@media only screen and (max-width: 576px) {
  .q-sidebar {
    transition: all 0.4s ease;
    transform: translateX(-300px);
  }
}
.q-content {
  min-height: 100%;
  margin-left: 82px;
  margin-top: 70px;
  transition: all 0.4s ease;
  position: relative;
}
.q-content .addons {
  position: fixed;
  width: 230px;
  max-height: 400px;
  background: rgb(244.7829787234, 143.6344680851, 25.1170212766);
  padding: 5px 5px;
  overflow-y: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  z-index: 11000;
  display: flex;
  flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
}
.q-content .addons::-webkit-scrollbar {
  display: none;
}
.q-content .addons .card {
  width: 100px;
  min-height: 100px;
  margin: 5px;
  color: #a9a9a9;
  padding: 10px 10px;
  background: #142f46;
}
.q-content .addons .card img {
  width: 50px;
  height: 50px;
}
.q-content .addons .card span {
  margin-top: 5px;
  text-align: center;
}
.q-content .addons.active {
  visibility: visible;
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 576px) {
  .q-content {
    margin-left: 0px !important;
  }
  .q-content .addons {
    top: 132px;
  }
}
.q-grid .q-grid-header-icon {
  width: 100%;
  height: 60px;
  max-width: 60px;
  background-size: 60px 60px;
  background-position: center center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.q-grid .q-grid-header-name {
  text-align: center;
}
.q-grid .k-grid-header {
  border-bottom: 20px solid rgb(244.7829787234, 143.6344680851, 25.1170212766);
}
.q-grid .q-grid-row-pic {
  width: 90px;
  height: 70px;
  background-size: 90px 70px;
  background-position: center center;
  margin: 0 auto;
}
.q-grid .q-grid-row-name {
  text-align: center;
  margin-top: 5px;
}
.q-grid .plate-pic {
  width: 120px;
  height: 50px;
  background-size: 120px 50px;
  background-position: center center;
  margin: 0 auto;
}
.q-grid.k-grid th.k-sorted {
  background-color: #FF4444;
}
.q-grid.k-grid th.k-sorted .q-grid-header-name {
  color: #ffffff;
}
.q-grid .k-grid-header .k-grid-header-wrap .k-link, .q-grid .k-grid-header .k-grid-header-wrap .k-header {
  text-decoration: none !important;
}
.q-grid .k-grid-header .k-link {
  text-align: center;
}
.q-grid .k-grid-header .k-i-sort-asc-sm, .q-grid .k-grid-header .k-i-sort-desc-sm, .q-grid .k-grid-header .k-sort-order {
  color: #ffffff;
}
.q-grid .k-grid-content {
  overflow-x: inherit !important;
  overflow-y: scroll !important;
}
.q-grid.k-grid .k-grid-content tr:hover:not(.k-detail-row), .q-grid.k-grid .k-grid-content tr:hover:not(.k-detail-row) td:not(.k-hierarchy-cell),
.q-grid .k-pager-numbers .k-state-selected {
  background-color: rgb(244.7829787234, 143.6344680851, 25.1170212766) !important;
  color: #fff !important;
  filter: brightness(105%);
}
.q-grid.k-grid .k-grid-content tr.k-state-selected > td {
  background-color: rgb(244.7829787234, 143.6344680851, 25.1170212766);
  color: #fff !important;
  filter: brightness(105%);
}
.q-grid .k-pager-numbers .k-state-selected,
.q-grid .k-pager-numbers .k-state-selected:hover,
.q-grid .eqjs-fb-container .eqjs-fb-button-apply:hover,
.q-grid .eqjs-fb-container .eqjs-fb-button-apply {
  border-color: #142f46 !important;
}

@media only screen and (max-width: 992px) {
  .q-grid {
    position: relative !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .q-grid {
    height: auto !important;
  }
  .q-grid .k-grid-content {
    height: 80vh !important;
  }
  .q-grid .q-grid-row-pic, .q-grid .plate-pic {
    margin: 0;
  }
  .q-grid .q-grid-row-name {
    text-align: start;
  }
}
.k-context-menu .k-item .k-link.k-state-active,
.k-list .k-item.k-state-selected,
.k-list-container .k-button.k-state-active,
.k-list-container .k-button:active,
.k-menu-group .k-item .k-link.k-state-active,
.k-spreadsheet-popup .k-button.k-state-active,
.k-spreadsheet-popup .k-button.k-state-selected,
.k-spreadsheet-popup .k-button:active {
  background-color: #142f46 !important;
}

.q-card h6 {
  color: #000000;
}

.card-status {
  border: 2px solid blue;
}

.student-profile-picture {
  margin-top: -40px !important;
}

.add-vehicle {
  top: -0.4em !important;
  font-size: 0.7em !important;
  cursor: pointer !important;
}

.uploaded-student-picture {
  height: 70px !important;
  width: 100px !important;
}

.user-type-count {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.driver-student-navi {
  position: relative;
}
.driver-student-navi .q-card-content {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
}

.rtl {
  text-align: right;
  direction: rtl;
}
.rtl .header .sidebar-brand {
  margin-left: auto;
}
.rtl .header .header-block-center {
  margin: 0 auto;
  position: relative;
  left: 4.2%;
  width: auto;
  top: 4px;
}
.rtl .header .header-block-nav {
  margin-left: 0px;
}
@media (min-width: 576px) {
  .rtl .header .profile.dropdown {
    direction: rtl;
  }
  .rtl .header .profile.dropdown .dropdown-menu {
    right: auto;
    left: 0px;
    text-align: right;
  }
  .rtl .header #userCulture {
    text-align: right;
  }
}
.rtl .card .card-header {
  direction: rtl;
}
.rtl .card .card-header .pull-right {
  margin-right: auto;
  margin-left: unset;
}
.rtl .k-widget.form-control-sm .k-input {
  text-align: right;
}
.rtl .dashboard-edit-menu-container {
  left: 0px;
  right: auto;
}
.rtl .k-grid {
  direction: rtl;
}
.rtl .k-grid th, .rtl .k-grid td {
  text-align: right;
}
.rtl.q-body-wrapper {
  direction: rtl;
}
.rtl.q-body-wrapper .q-sidebar {
  left: auto;
  right: 0;
}
.rtl.q-body-wrapper .q-sidebar .list-unstyled {
  padding-right: 0px;
}
.rtl.q-body-wrapper .q-content {
  margin-right: 82px;
  margin-left: 0;
}
.rtl .nav {
  padding-right: 0px;
}
.rtl .q-navbar .right .main .drop-down {
  left: 43px;
  right: auto;
}
.rtl .k-grid .k-grid-header table, .rtl .k-grid .k-grid-content table {
  direction: ltr;
}
.rtl .k-grid .k-grid-header .k-header:first-child {
  border-left: 1px solid;
  border-color: inherit;
}
.rtl .settings-rtl .breadcrumb-item .fa {
  padding-right: 0 !important;
  padding-left: 1rem !important;
}
.rtl .settings-rtl .card-dashboard a .fa {
  padding-right: 0 !important;
  padding-left: 0.8rem !important;
}
.rtl .k-list {
  direction: rtl;
}
.rtl .form-check-inline {
  margin-right: 0;
}
.rtl .form-check-inline .form-check-input {
  margin-right: 0;
  margin-left: 0.3125rem;
}
.rtl #additionalEditor .pr-md-0, .rtl #additionalEditor .px-md-0, .rtl #assignPermitPanel .pr-md-0, .rtl #assignPermitPanel .px-md-0, .rtl #permitVehiclePanel .pr-md-0, .rtl #permitVehiclePanel .px-md-0 {
  padding-right: 15px !important;
}
.rtl #roleClaimsView .panel-category-wrapper > span:nth-child(3) {
  left: 2rem;
  right: auto !important;
}
.rtl #roleClaimsView .panel-item-wrapper > span:nth-child(3) {
  left: 2rem;
  right: auto !important;
}
.rtl .k-button-icontext .k-icon {
  margin-right: 0px !important;
  margin-left: 5px;
}
.rtl .k-edit-buttons .k-button + .k-button {
  margin-right: 0.5rem;
  margin-left: 0px;
}
.rtl .k-datetimepicker .k-select, .rtl .k-datepicker .k-select {
  right: auto;
  left: -1px;
}
.rtl .notifications-dropdown-menu.show {
  right: auto !important;
}

.underline-animation {
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #142f46;
  content: "";
  transition: all 0.2s;
  backface-visibility: hidden;
  transform: scaleX(0);
}

.stat-chart {
  border-radius: 50%;
}

.stat {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-right: 10px;
}
.stat .value {
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.stat .name {
  overflow: hidden;
  text-overflow: ellipsis;
}
.stat.lg .value {
  font-size: 26px;
  line-height: 28px;
}
.stat.lg .name {
  font-size: 16px;
}

.list-icon [class^=col] {
  cursor: pointer;
}
.list-icon [class^=col] em {
  font-size: 14px;
  width: 40px;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  text-align: center;
  transition: all 1s;
  line-height: 30px;
}
.list-icon [class^=col]:hover em {
  transform: scale(2, 2);
}

.well {
  background-image: none;
  background-color: #fff;
}

.jumbotron {
  background-image: none;
  background-color: #fff;
  padding: 15px 30px;
}
.jumbotron.jumbotron-fluid {
  padding-left: 0;
  padding-right: 0;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-l {
  border-radius: 0.3rem;
}

.rounded-s {
  border-radius: 0.2rem;
}

.jqstooltip {
  height: 25px !important;
  width: auto !important;
  border-radius: 0.2rem;
}

@media (max-width: 575.98px) {
  .w-xs-100 {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .w-xs-33 {
    width: 33.3%;
  }
}

.title {
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 0;
}
.title.l {
  font-size: 1.6rem;
}
.title.s {
  font-size: 1.4rem;
}

.title-description {
  margin: 0;
  font-size: 0.9rem;
  font-weight: normal;
  color: #7e8e9f;
}
.title-description.s {
  font-size: 0.8rem;
}
@media (max-width: 767.98px) {
  .title-description {
    display: none;
  }
}

.subtitle {
  font-size: 1.2rem;
  margin: 0;
  color: #7e8e9f;
}

.text-primary {
  color: #142f46;
}

.text-muted {
  color: rgb(155.24, 167.6133333333, 180.76);
}

pre {
  padding: 0;
  border: none;
  background: none;
}

.wrap-break-word {
  width: 100%;
  display: block;
  word-wrap: break-word;
}

/*****************************************
*       Background-image: cover mixin
******************************************/
/*****************************************
*       Media Query Mixins
******************************************/
.row .col {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.row-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.row-sm [class^=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.title-block {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #142f46;
}
.title-block::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 767.98px) {
  .title-block {
    margin-bottom: 20px;
  }
}

.subtitle-block {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgb(23.4, 54.99, 81.9);
}

.section {
  display: block;
  padding: 10px;
  margin-bottom: -5px;
}
@media (min-width: 1200px) {
  .section {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section {
    margin-bottom: -5px;
  }
}
@media (max-width: 767.98px) {
  .section {
    margin-bottom: 15px;
  }
}
.section:last-of-type {
  margin-bottom: 0;
}

.box-placeholder {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px dashed #ddd;
  background: #fafafa;
  color: #444;
  cursor: pointer;
}

.public-content {
  margin-top: 80px;
}

.content-centered {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .content-centered {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.alert {
  background-image: none;
}
.alert.alert-primary {
  color: #ffffff;
  background-color: #142f46;
  border-color: #142f46;
}
.alert.alert-primary hr {
  border-top-color: rgb(14.3333333333, 33.6833333333, 50.1666666667);
}
.alert.alert-primary .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert.alert-success {
  color: #ffffff;
  background-color: #4bcf99;
  border-color: #4bcf99;
}
.alert.alert-success hr {
  border-top-color: rgb(54.8684210526, 201.6315789474, 141.5921052632);
}
.alert.alert-success .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert.alert-info {
  color: #ffffff;
  background-color: #45bbe4;
  border-color: #45bbe4;
}
.alert.alert-info hr {
  border-top-color: rgb(46.7323943662, 178.8591549296, 224.7676056338);
}
.alert.alert-info .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert.alert-warning {
  color: #ffffff;
  background-color: #fe974b;
  border-color: #fe974b;
}
.alert.alert-warning hr {
  border-top-color: rgb(253.8591160221, 136.3480662983, 49.6408839779);
}
.alert.alert-warning .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.alert.alert-danger {
  color: #ffffff;
  background-color: #FF4444;
  border-color: #FF4444;
}
.alert.alert-danger hr {
  border-top-color: rgb(255, 42.5, 42.5);
}
.alert.alert-danger .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.animated {
  animation-duration: 0.5s;
  animation-delay: 0.1s;
}

.badge {
  background-image: none;
}
.badge.badge-primary {
  color: #ffffff;
  background-color: #142f46;
  border-color: #142f46;
}
.badge.badge-primary hr {
  border-top-color: rgb(14.3333333333, 33.6833333333, 50.1666666667);
}
.badge.badge-primary .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.badge.badge-success {
  color: #ffffff;
  background-color: #4bcf99;
  border-color: #4bcf99;
}
.badge.badge-success hr {
  border-top-color: rgb(54.8684210526, 201.6315789474, 141.5921052632);
}
.badge.badge-success .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.badge.badge-info {
  color: #ffffff;
  background-color: #45bbe4;
  border-color: #45bbe4;
}
.badge.badge-info hr {
  border-top-color: rgb(46.7323943662, 178.8591549296, 224.7676056338);
}
.badge.badge-info .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.badge.badge-warning {
  color: #ffffff;
  background-color: #fe974b;
  border-color: #fe974b;
}
.badge.badge-warning hr {
  border-top-color: rgb(253.8591160221, 136.3480662983, 49.6408839779);
}
.badge.badge-warning .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.badge.badge-danger {
  color: #ffffff;
  background-color: #FF4444;
  border-color: #FF4444;
}
.badge.badge-danger hr {
  border-top-color: rgb(255, 42.5, 42.5);
}
.badge.badge-danger .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.badge.badge-inverse {
  color: #ffffff;
  background-color: #131e26;
  border-color: #131e26;
}
.badge.badge-inverse hr {
  border-top-color: rgb(10.5, 16.5789473684, 21);
}
.badge.badge-inverse .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.k-block, .k-widget:not(.k-switch), .dropdown-menu, .btn {
  font-size: 0.956rem;
}

label {
  margin-bottom: 0.2rem;
}

.card-header {
  padding: 0.5rem 1rem;
}

select.form-control:not([size]):not([multiple]):not(.lg-dropdown) {
  height: calc(1.75rem + 2px);
}

.btn {
  padding: 0.3rem 0.75rem;
  margin-bottom: 3px;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

/* Forms and Input */
.form-control {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  height: calc(1.75rem + 2px);
}

.k-edit-label, .k-edit-field {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
}

.k-edit-field > .k-input.k-textbox, .k-edit-field > .k-textbox {
  height: calc(1.75rem + 2px);
  padding: 0.25rem 0.5rem;
}

.breadcrumb {
  padding: 0.5rem 1rem;
  margin-bottom: 0.3rem;
}

.k-dropdown.k-widget, .k-numerictextbox.k-widget, .k-multiselect.k-widget, .k-autocomplete.k-widget, .k-datepicker.k-widget, .k-datetimepicker.k-widget, .k-combobox.k-widget, .k-dateinput.k-widget, .k-timepicker.k-widget, .k-maskedtextbox.k-widget {
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.k-dropdown.k-widget .k-input, .k-numerictextbox.k-widget .k-input, .k-multiselect.k-widget .k-input, .k-autocomplete.k-widget .k-input, .k-datepicker.k-widget .k-input, .k-datetimepicker.k-widget .k-input, .k-combobox.k-widget .k-input, .k-dateinput.k-widget .k-input, .k-timepicker.k-widget .k-input, .k-maskedtextbox.k-widget .k-input {
  padding: 0.25rem 0.5rem;
  height: 1.8125rem;
}
.k-dropdown.k-widget .k-select, .k-numerictextbox.k-widget .k-select, .k-multiselect.k-widget .k-select, .k-autocomplete.k-widget .k-select, .k-datepicker.k-widget .k-select, .k-datetimepicker.k-widget .k-select, .k-combobox.k-widget .k-select, .k-dateinput.k-widget .k-select, .k-timepicker.k-widget .k-select, .k-maskedtextbox.k-widget .k-select {
  padding: 0.25rem;
  width: 1.8125rem;
}

.k-widget.k-datetimepicker .k-picker-wrap .k-select {
  padding: 0 !important;
  width: auto !important;
}

.k-dateinput .k-select, .k-numerictextbox .k-select {
  padding: 0 !important;
}
.k-dateinput .k-select .k-link, .k-numerictextbox .k-select .k-link {
  height: 0.90625rem;
}

.k-multiselect .k-clear-value {
  top: 0.4rem;
}

.k-checkbox-label, .k-radio-label {
  line-height: 1.5;
}

.input-group-btn .btn {
  margin-bottom: inherit;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  margin-bottom: 5px;
}

.input-group-append .btn {
  margin-bottom: inherit;
  height: calc(1.75rem + 2px);
  line-height: initial;
}

.btn {
  background-image: none;
  /*border-radius: 0;*/
  margin-bottom: 5px;
}
.btn.btn-primary {
  color: #fff;
  background-color: #1e61a6;
  border-color: rgb(37.806122449, 122.2397959184, 209.193877551);
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: rgb(24.1454081633, 78.0701530612, 133.6045918367);
  border-color: #1e61a6;
}
.btn.btn-primary:focus, .btn.btn-primary.focus {
  color: #fff;
  background-color: rgb(24.1454081633, 78.0701530612, 133.6045918367);
  border-color: #1e61a6;
  box-shadow: 0 0 0 0.2rem rgba(70.3852040816, 142.1538265306, 216.0647959184, 0.5);
}
.btn.btn-primary.disabled, .btn.btn-primary:disabled {
  color: #fff;
  background-color: #1e61a6;
  border-color: rgb(37.806122449, 122.2397959184, 209.193877551);
}
.btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active, .show > .btn.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(22.193877551, 71.7602040816, 122.806122449);
  border-color: rgb(28.0484693878, 90.6900510204, 155.2015306122);
}
.btn.btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70.3852040816, 142.1538265306, 216.0647959184, 0.5);
}
.btn.btn-secondary {
  color: #212529;
  background-color: #fff;
  border-color: #ccc;
}
.btn.btn-secondary:hover {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn.btn-secondary:focus, .btn.btn-secondary.focus {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(178.5, 178.5, 178.5);
  box-shadow: 0 0 0 0.2rem rgba(178.35, 178.95, 179.55, 0.5);
}
.btn.btn-secondary.disabled, .btn.btn-secondary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #ccc;
}
.btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(172.125, 172.125, 172.125);
}
.btn.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn.btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178.35, 178.95, 179.55, 0.5);
}
.btn.btn-success {
  color: #212529;
  background-color: #4bcf99;
  border-color: rgb(115.2631578947, 217.7368421053, 175.8157894737);
}
.btn.btn-success:hover {
  color: #fff;
  background-color: rgb(51.3157894737, 192.4342105263, 134.7039473684);
  border-color: #4bcf99;
}
.btn.btn-success:focus, .btn.btn-success.focus {
  color: #fff;
  background-color: rgb(51.3157894737, 192.4342105263, 134.7039473684);
  border-color: #4bcf99;
  box-shadow: 0 0 0 0.2rem rgba(102.9236842105, 190.6263157895, 155.5934210526, 0.5);
}
.btn.btn-success.disabled, .btn.btn-success:disabled {
  color: #212529;
  background-color: #4bcf99;
  border-color: rgb(115.2631578947, 217.7368421053, 175.8157894737);
}
.btn.btn-success:not(:disabled):not(.disabled):active, .btn.btn-success:not(:disabled):not(.disabled).active, .show > .btn.btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.6315789474, 182.3684210526, 127.6578947368);
  border-color: rgb(64.9342105263, 204.3157894737, 147.2960526316);
}
.btn.btn-success:not(:disabled):not(.disabled):active:focus, .btn.btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102.9236842105, 190.6263157895, 155.5934210526, 0.5);
}
.btn.btn-info {
  color: #212529;
  background-color: #45bbe4;
  border-color: rgb(113.5352112676, 203.2816901408, 234.4647887324);
}
.btn.btn-info:hover {
  color: #fff;
  background-color: rgb(35.5985915493, 174.7887323944, 223.1514084507);
  border-color: #45bbe4;
}
.btn.btn-info:focus, .btn.btn-info.focus {
  color: #fff;
  background-color: rgb(35.5985915493, 174.7887323944, 223.1514084507);
  border-color: #45bbe4;
  box-shadow: 0 0 0 0.2rem rgba(101.4549295775, 178.3394366197, 205.4450704225, 0.5);
}
.btn.btn-info.disabled, .btn.btn-info:disabled {
  color: #212529;
  background-color: #45bbe4;
  border-color: rgb(113.5352112676, 203.2816901408, 234.4647887324);
}
.btn.btn-info:not(:disabled):not(.disabled):active, .btn.btn-info:not(:disabled):not(.disabled).active, .show > .btn.btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(31.1830985915, 167.4647887324, 214.8169014085);
  border-color: rgb(57.8661971831, 182.9295774648, 226.3838028169);
}
.btn.btn-info:not(:disabled):not(.disabled):active:focus, .btn.btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101.4549295775, 178.3394366197, 205.4450704225, 0.5);
}
.btn.btn-warning {
  color: #212529;
  background-color: #fe974b;
  border-color: rgb(254.2817679558, 180.3038674033, 125.7182320442);
}
.btn.btn-warning:hover {
  color: #212529;
  background-color: rgb(253.7886740331, 129.0220994475, 36.9613259669);
  border-color: #fe974b;
}
.btn.btn-warning:focus, .btn.btn-warning.focus {
  color: #212529;
  background-color: rgb(253.7886740331, 129.0220994475, 36.9613259669);
  border-color: #fe974b;
  box-shadow: 0 0 0 0.2rem rgba(221.0895027624, 158.8082872928, 113.0104972376, 0.5);
}
.btn.btn-warning.disabled, .btn.btn-warning:disabled {
  color: #212529;
  background-color: #fe974b;
  border-color: rgb(254.2817679558, 180.3038674033, 125.7182320442);
}
.btn.btn-warning:not(:disabled):not(.disabled):active, .btn.btn-warning:not(:disabled):not(.disabled).active, .show > .btn.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(253.7182320442, 121.6961325967, 24.2817679558);
  border-color: rgb(253.929558011, 143.6740331492, 62.320441989);
}
.btn.btn-warning:not(:disabled):not(.disabled):active:focus, .btn.btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.0895027624, 158.8082872928, 113.0104972376, 0.5);
}
.btn.btn-danger {
  color: #fff;
  background-color: #FF4444;
  border-color: #ff7777;
}
.btn.btn-danger:hover {
  color: #fff;
  background-color: rgb(255, 29.75, 29.75);
  border-color: #ff4444;
}
.btn.btn-danger:focus, .btn.btn-danger.focus {
  color: #fff;
  background-color: rgb(255, 29.75, 29.75);
  border-color: #ff4444;
  box-shadow: 0 0 0 0.2rem rgba(255, 139.4, 139.4, 0.5);
}
.btn.btn-danger.disabled, .btn.btn-danger:disabled {
  color: #fff;
  background-color: #FF4444;
  border-color: #ff7777;
}
.btn.btn-danger:not(:disabled):not(.disabled):active, .btn.btn-danger:not(:disabled):not(.disabled).active, .show > .btn.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1111;
  border-color: rgb(255, 55.25, 55.25);
}
.btn.btn-danger:not(:disabled):not(.disabled):active:focus, .btn.btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 139.4, 139.4, 0.5);
}
.btn.btn-primary-outline {
  color: #1e61a6;
  border-color: #1e61a6;
}
.btn.btn-primary-outline:hover {
  color: #fff;
  background-color: #1e61a6;
  border-color: #1e61a6;
}
.btn.btn-primary-outline:focus, .btn.btn-primary-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 97, 166, 0.5);
}
.btn.btn-primary-outline.disabled, .btn.btn-primary-outline:disabled {
  color: #1e61a6;
  background-color: transparent;
}
.btn.btn-primary-outline:not(:disabled):not(.disabled):active, .btn.btn-primary-outline:not(:disabled):not(.disabled).active, .show > .btn.btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #1e61a6;
  border-color: #1e61a6;
}
.btn.btn-primary-outline:not(:disabled):not(.disabled):active:focus, .btn.btn-primary-outline:not(:disabled):not(.disabled).active:focus, .show > .btn.btn-primary-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 97, 166, 0.5);
}
.btn.btn-secondary-outline {
  color: #1e61a6;
  border-color: #1e61a6;
}
.btn.btn-secondary-outline:hover {
  color: #fff;
  background-color: #1e61a6;
  border-color: #1e61a6;
}
.btn.btn-secondary-outline:focus, .btn.btn-secondary-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 97, 166, 0.5);
}
.btn.btn-secondary-outline.disabled, .btn.btn-secondary-outline:disabled {
  color: #1e61a6;
  background-color: transparent;
}
.btn.btn-secondary-outline:not(:disabled):not(.disabled):active, .btn.btn-secondary-outline:not(:disabled):not(.disabled).active, .show > .btn.btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #1e61a6;
  border-color: #1e61a6;
}
.btn.btn-secondary-outline:not(:disabled):not(.disabled):active:focus, .btn.btn-secondary-outline:not(:disabled):not(.disabled).active:focus, .show > .btn.btn-secondary-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 97, 166, 0.5);
}
.btn.btn-info-outline {
  color: #45bbe4;
  border-color: #45bbe4;
}
.btn.btn-info-outline:hover {
  color: #212529;
  background-color: #45bbe4;
  border-color: #45bbe4;
}
.btn.btn-info-outline:focus, .btn.btn-info-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 187, 228, 0.5);
}
.btn.btn-info-outline.disabled, .btn.btn-info-outline:disabled {
  color: #45bbe4;
  background-color: transparent;
}
.btn.btn-info-outline:not(:disabled):not(.disabled):active, .btn.btn-info-outline:not(:disabled):not(.disabled).active, .show > .btn.btn-info-outline.dropdown-toggle {
  color: #212529;
  background-color: #45bbe4;
  border-color: #45bbe4;
}
.btn.btn-info-outline:not(:disabled):not(.disabled):active:focus, .btn.btn-info-outline:not(:disabled):not(.disabled).active:focus, .show > .btn.btn-info-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 187, 228, 0.5);
}
.btn.btn-success-outline {
  color: #4bcf99;
  border-color: #4bcf99;
}
.btn.btn-success-outline:hover {
  color: #212529;
  background-color: #4bcf99;
  border-color: #4bcf99;
}
.btn.btn-success-outline:focus, .btn.btn-success-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 207, 153, 0.5);
}
.btn.btn-success-outline.disabled, .btn.btn-success-outline:disabled {
  color: #4bcf99;
  background-color: transparent;
}
.btn.btn-success-outline:not(:disabled):not(.disabled):active, .btn.btn-success-outline:not(:disabled):not(.disabled).active, .show > .btn.btn-success-outline.dropdown-toggle {
  color: #212529;
  background-color: #4bcf99;
  border-color: #4bcf99;
}
.btn.btn-success-outline:not(:disabled):not(.disabled):active:focus, .btn.btn-success-outline:not(:disabled):not(.disabled).active:focus, .show > .btn.btn-success-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 207, 153, 0.5);
}
.btn.btn-warning-outline {
  color: #fe974b;
  border-color: #fe974b;
}
.btn.btn-warning-outline:hover {
  color: #212529;
  background-color: #fe974b;
  border-color: #fe974b;
}
.btn.btn-warning-outline:focus, .btn.btn-warning-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 151, 75, 0.5);
}
.btn.btn-warning-outline.disabled, .btn.btn-warning-outline:disabled {
  color: #fe974b;
  background-color: transparent;
}
.btn.btn-warning-outline:not(:disabled):not(.disabled):active, .btn.btn-warning-outline:not(:disabled):not(.disabled).active, .show > .btn.btn-warning-outline.dropdown-toggle {
  color: #212529;
  background-color: #fe974b;
  border-color: #fe974b;
}
.btn.btn-warning-outline:not(:disabled):not(.disabled):active:focus, .btn.btn-warning-outline:not(:disabled):not(.disabled).active:focus, .show > .btn.btn-warning-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 151, 75, 0.5);
}
.btn.btn-danger-outline {
  color: #FF4444;
  border-color: #FF4444;
}
.btn.btn-danger-outline:hover {
  color: #fff;
  background-color: #FF4444;
  border-color: #FF4444;
}
.btn.btn-danger-outline:focus, .btn.btn-danger-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 68, 68, 0.5);
}
.btn.btn-danger-outline.disabled, .btn.btn-danger-outline:disabled {
  color: #FF4444;
  background-color: transparent;
}
.btn.btn-danger-outline:not(:disabled):not(.disabled):active, .btn.btn-danger-outline:not(:disabled):not(.disabled).active, .show > .btn.btn-danger-outline.dropdown-toggle {
  color: #fff;
  background-color: #FF4444;
  border-color: #FF4444;
}
.btn.btn-danger-outline:not(:disabled):not(.disabled):active:focus, .btn.btn-danger-outline:not(:disabled):not(.disabled).active:focus, .show > .btn.btn-danger-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 68, 68, 0.5);
}
.btn.btn-pill-left:focus, .btn.btn-pill-right:focus, .btn.btn-oval:focus {
  outline: none;
  outline-offset: initial;
}
.btn.btn-pill-left {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.btn.btn-pill-right {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.btn.btn-oval {
  border-radius: 25px;
}
.btn.btn-link {
  text-decoration: none;
}
.btn.btn-panel {
  border-radius: 4px;
  background-color: #1e61a6;
  color: #fff;
  cursor: pointer;
}
.btn strong {
  font-weight: 600;
}

.btn-group .dropdown-menu > li:last-child a:hover:before {
  height: 0px;
  transform: scaleX(0);
}

/* Customize options button set */
@media (max-width: 575.98px) {
  .btn-set-options .btn {
    padding: 0.5rem 0.4rem !important;
    font-size: 0.68rem !important;
  }
}

@media (max-width: 575.98px) {
  .k-grid-custom-add, .k-grid-add, .k-grid-save-changes, .k-grid-cancel-changes, .k-grid-clear {
    display: block;
  }
}

/* Add and remove Violation buttons */
.violation-add-js, .violation-remove-js {
  width: 24px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.violation-add-js i, .violation-remove-js i {
  top: 1px;
  position: relative;
}
.violation-add-js.violation-remove-js, .violation-remove-js.violation-remove-js {
  text-align: left;
}

/* Add and remove Standard Invoice buttons */
.item-add-js, .item-remove-js {
  width: 24px;
  width: 24px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.item-add-js i, .item-remove-js i {
  top: 1px;
  position: relative;
}
.item-add-js.item-remove-js, .item-remove-js.item-remove-js {
  text-align: left;
}

.icon-trash i {
  font-size: 1.2rem;
}

.mob-btn-template {
  display: flex;
  flex-wrap: wrap;
}
.mob-btn-template button {
  flex: auto;
  margin-left: 3px;
}

.k-button.k-primary,
.k-action-buttons .k-primary:active,
.k-button.k-primary.k-state-active,
.k-button.k-primary.k-state-selected,
.k-button.k-primary:active {
  background-color: #1e61a6;
  border-color: #1e61a6;
}

.k-action-buttons .k-primary:hover,
.k-button.k-primary.k-state-hover,
.k-button.k-primary:hover,
.k-slider .k-draghandle:hover {
  background-color: #1e61a6;
  border-color: #1e61a6;
  filter: brightness(90%);
}

.card {
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
}
.card .card {
  box-shadow: none;
}
.card.card-dashboard > .card-header {
  background-color: #fff;
  color: inherit;
}
.card.card-dashboard {
  background-color: #f8f8f8;
  border: none;
  color: #142f46;
  box-shadow: none;
}
.card {
  margin-bottom: 10px;
  /*border-radius: 0;*/
  /*border: none;*/
}
.card .card-header {
  background-image: none;
  background-color: #ffffff;
  align-items: center;
  display: flex;
  flex-direction: row;
  /*padding: 0;*/
  border-radius: 0;
  /*min-height: 50px;*/
  /*border: none;*/
  /*padding: 0.525rem 0.9375rem;*/
}
.card .card-header::after {
  display: block;
  clear: both;
  content: "";
}
.card .card-header .custom-control.custom-checkbox {
  margin-bottom: inherit;
}
.card .card-header .custom-control.custom-checkbox .custom-control-indicator {
  border: 2px solid #fff;
  background-color: #142f46;
}
.card .card-header.bordered {
  border-bottom: 1px solid #142f46;
}
.card .card-header.card-header-sm {
  min-height: 40px;
}
.card .card-header > span {
  vertical-align: middle;
}
.card .card-header .pull-right {
  margin-left: auto;
}
.card .card-header .header-block {
  padding: 0.5rem 12px;
}
@media (min-width: 1200px) {
  .card .card-header .header-block {
    padding: 0.5rem 20px;
  }
}
@media (max-width: 767.98px) {
  .card .card-header .header-block {
    padding: 0.5rem 10px;
  }
}
.card .card-header .card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
}
.card .card-header .btn {
  margin: 0;
}
.card .card-header {
  /*.nav-tabs {
      border-color: transparent;
      align-self: stretch;
      display: flex;
      position: relative;
      top: 1px;

      .nav-item {
          margin-left: 0;
          display: flex;
          align-self: stretch;

          .nav-link {
              display: flex;
              align-self: stretch;
              align-items: center;
              color: $color-text;
              opacity: 0.7;
              padding-left: 10px;
              padding-right: 10px;
              border-radius: 0;
              font-size: 14px;
              border-top-width: 2px;
              border-bottom: 1px solid $color-primary;
              text-decoration: none;

              &.active {
                  border-top-color: $color-primary;
                  border-bottom-color: transparent;
                  opacity: 1;

                  &:hover,
                  &:focus {
                      opacity: 1;
                      background-color: $color-text-inverse;
                      border-color: $color-primary $color-primary transparent;
                      border-top-color: $color-primary;
                  }
              }

              &:hover,
              &:focus {
                  opacity: 1;
                  background-color: transparent;
                  border-color: transparent;
              }
          }
      }
  }*/
}
.card .card-header a {
  text-decoration: none;
}
.card .card-header a i.fa-chevron-down {
  transition: all 0.3s ease;
}
.card .card-header a.collapsed i.fa-chevron-down {
  transform: rotate(-90deg);
}
.card.card-default > .card-header {
  background-color: #fff;
  color: inherit;
}
.card.card-primary {
  border-color: #142f46;
}
.card.card-primary > .card-header {
  color: #fff;
  background-color: #142f46;
}
.card.card-success {
  border-color: #4bcf99;
}
.card.card-success > .card-header {
  background-color: #4bcf99;
}
.card.card-info {
  border-color: #45bbe4;
}
.card.card-info > .card-header {
  background-color: #45bbe4;
}
.card.card-warning {
  border-color: #fe974b;
}
.card.card-warning > .card-header {
  background-color: #fe974b;
}
.card.card-danger {
  border-color: #FF4444;
}
.card.card-danger > .card-header {
  background-color: #FF4444;
}
.card.card-inverse {
  border-color: #131e26;
}
.card.card-inverse > .card-header {
  background-color: #131e26;
}
.card .title-block,
.card .card-title-block {
  padding-bottom: 0;
  margin-bottom: 20px;
  border: none;
  /*font-size:initial;*/
}
.card .title-block::after,
.card .card-title-block::after {
  display: block;
  clear: both;
  content: "";
}
.card .section {
  margin-bottom: 20px;
}
.card .example,
.card .section.demo {
  margin-bottom: 20px;
}

.card-block {
  padding: 12px;
}
.card-block .tab-content {
  padding: 0;
  border-color: transparent;
}
.card-block {
  /*@include media(xl) {
      padding: $card-padding-x-xl;
  }*/
}
@media (max-width: 767.98px) {
  .card-block {
    padding: 10px;
  }
}

.card-footer {
  background-color: #fafafa;
}

.easy-pie-chart {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #142f46;
  border-radius: 5px;
}

.dropdown-menu {
  float: left;
  box-shadow: 2px 3px 6px rgba(126, 142, 159, 0.1);
  border: 1px solid rgba(126, 142, 159, 0.1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-menu .dropdown-item {
  display: block;
  padding: 0px 15px;
  clear: both;
  font-weight: normal;
  color: #4f5f6f;
  white-space: nowrap;
  transition: none;
}
.dropdown-menu .dropdown-item i {
  margin-right: 2px;
}
.dropdown-menu .dropdown-item:hover {
  background: none;
  background-color: rgb(31.3333333333, 73.6333333333, 109.6666666667);
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.centralize-y {
  display: flex;
  align-items: center;
}

input,
textarea {
  outline: none;
}

.form-group {
  margin-bottom: 0.8rem;
  /*padding: 0.4rem 0.75rem;*/
}
.form-group .row {
  margin-left: -10px;
  margin-right: -10px;
}
.form-group .row [class^=col] {
  padding-left: 10px;
  padding-right: 10px;
}
.form-group .input-group-addon {
  color: #fff;
}
.form-group label {
  font-size: 0.88rem;
}
.form-group.has-error span.has-error {
  color: #FF4444;
  font-size: 13px;
  display: block !important;
}
.form-group.has-error .form-control-feedback {
  color: #FF4444;
}
.form-group.has-warning span.has-warning {
  color: #fe974b;
  font-size: 13px;
  display: block !important;
}
.form-group.has-warning .form-control-feedback {
  color: #fe974b;
}
.form-group.has-success span.has-success {
  color: #4bcf99;
  font-size: 13px;
  display: block !important;
}
.form-group.has-success .form-control-feedback {
  color: #4bcf99;
}
.form-group .form-check-input {
  position: initial;
}

.field-validation-error:not(.text-danger) {
  border-color: #ffeeba;
  color: #856404;
  background-color: #fff3cd;
  margin: 0.5rem 0 0;
  display: inline-flex;
  display: -ms-inline-flexbox;
  align-items: center;
  font-size: 0.956rem;
}
.field-validation-error:not(.text-danger) > span {
  line-height: 1.5;
}
.field-validation-error:not(.text-danger) > span:before {
  content: "\e403";
  font-family: WebComponentsIcons;
  vertical-align: text-bottom;
  margin-right: 0.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.field-validation-error.text-danger {
  font-size: 0.85rem;
  font-weight: 500;
}

.datetime-group span > i {
  position: relative;
  cursor: pointer;
  top: 3px;
}

.datetime-group .new-date {
  cursor: pointer;
}

/* Input groups */
.input-group {
  margin-bottom: 10px;
}
.input-group .form-control {
  padding-left: 5px;
}
.input-group span.input-group-text {
  color: #fff;
  font-style: italic;
  border: none;
  border-radius: 0;
  background-color: #1e61a6;
  transition: background-color ease-in-out 15s, color ease-in-out 0.15s;
}
.input-group span.input-group-text.focus {
  background-color: #1e61a6;
  color: #ffffff;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text {
  background-color: #1e61a6;
  color: #fff;
}

label,
.control-label {
  font-weight: 600;
}

.form-control.span-underlined {
  border-radius: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #142f46;
}

.form-control.underlined {
  padding: 0.375rem 0;
  border-radius: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #142f46;
}
.form-control.underlined.k-numerictextbox {
  padding-bottom: 0;
}
.form-control.underlined.k-numerictextbox .k-numeric-wrap {
  border: none;
  padding-left: 0;
}
.form-control.underlined.k-numerictextbox .k-numeric-wrap input.k-input {
  border: none;
}
.form-control.underlined.k-numerictextbox .k-numeric-wrap input.k-input:focus {
  border-bottom: none;
}
.form-control.underlined.k-numerictextbox .k-select {
  border: none;
}
.form-control.underlined.k-numerictextbox .k-invalid {
  border: none !important;
}
.form-control.underlined.indented {
  padding: 0.375rem 0.75rem;
}
.has-error .form-control.underlined:focus, .has-warning .form-control.underlined:focus, .has-success .form-control.underlined:focus, .form-control.underlined:focus {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #142f46;
}
.has-error .form-control.underlined {
  box-shadow: none;
  border-color: #FF4444;
}
.has-warning .form-control.underlined {
  box-shadow: none;
  border-color: #fe974b;
}
.has-success .form-control.underlined {
  box-shadow: none;
  border-color: #4bcf99;
}

.form-control.boxed {
  border-radius: 0;
  box-shadow: none;
}
.form-control.boxed:focus {
  border: 1px solid #142f46;
}

.radio,
.checkbox {
  display: none;
}
.radio + span,
.checkbox + span {
  padding: 0;
  padding-right: 10px;
}
.radio + span:before,
.checkbox + span:before {
  font-family: FontAwesome;
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 10px;
  color: rgb(14.3333333333, 33.6833333333, 50.1666666667);
}
.radio:checked + span:before,
.checkbox:checked + span:before {
  color: #142f46;
}
.radio:disabled + span:before,
.checkbox:disabled + span:before {
  opacity: 0.5;
  cursor: not-allowed;
}
.radio:checked:disabled + span:before,
.checkbox:checked:disabled + span:before {
  color: rgb(14.3333333333, 33.6833333333, 50.1666666667);
}

.checkbox + span:before {
  content: "\f0c8";
}
.checkbox:checked + span:before {
  content: "\f14a";
}
.checkbox.rounded + span:before {
  content: "\f111";
}
.checkbox.rounded:checked + span:before {
  content: "\f058";
}

.radio + span:before {
  content: "\f111";
}
.radio:checked + span:before {
  content: "\f192";
}
.radio.squared + span:before {
  content: "\f0c8";
}
.radio.squared:checked + span:before {
  content: "\f14a";
}

/* Customize placeholder typography */

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #a5a5a5 !important;
  font-style: normal !important;
  font-family: "Roboto", sans-serif !important;
  font-size: small !important;
}

*::-moz-placeholder { /* Most modern browsers */
  color: #a5a5a5 !important;
  font-style: normal !important;
  font-family: "Roboto", sans-serif !important;
  font-size: small !important;
}

*::placeholder { /* Most modern browsers */
  color: #a5a5a5 !important;
  font-style: normal !important;
  font-family: "Roboto", sans-serif !important;
  font-size: small !important;
}

.custom-control.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #142f46;
}
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #142f46;
}

.tot-value-input .k-numeric-wrap {
  border: 0;
}
.tot-value-input .k-numeric-wrap input.k-formatted-value {
  font-size: 2.2rem;
  padding: 0;
  font-weight: 500;
  height: 2.4rem;
}

.pay-value-input .k-numeric-wrap {
  border: 0;
}
.pay-value-input .k-numeric-wrap input.k-formatted-value {
  font-size: 1.5rem;
  padding: 0;
  font-weight: 400;
  height: auto;
}

.images-container::after {
  display: block;
  clear: both;
  content: "";
}
.images-container .image-container {
  float: left;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 35px;
  position: relative;
  border: 1px solid rgb(25.6666666667, 60.3166666667, 89.8333333333);
  overflow: hidden;
}
.images-container .image-container.active {
  border-color: #142f46;
}
.images-container .image-container:hover .controls {
  bottom: 0;
  opacity: 1;
}
.images-container .controls {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  bottom: -35px;
  text-align: center;
  height: 35px;
  font-size: 24px;
  transition: bottom 0.2s ease, opacity 0.2s ease;
  background-color: #fff;
}
.images-container .controls::after {
  display: block;
  clear: both;
  content: "";
}
.images-container .controls .control-btn {
  display: inline-block;
  color: #4f5f6f;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.images-container .controls .control-btn:hover {
  opacity: 1;
}
.images-container .controls .control-btn.move {
  cursor: move;
}
.images-container .controls .control-btn.star {
  color: #FFB300;
}
.images-container .controls .control-btn.star i:before {
  content: "\f006";
}
.images-container .controls .control-btn.star.active i:before {
  content: "\f005";
}
.images-container .controls .control-btn.remove {
  color: #FF4444;
}
.images-container .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 130px;
  height: 135px;
  line-height: 135px;
  text-align: center;
}
.images-container .image-container.main {
  border-color: #FFB300;
}
.images-container .image-container.new {
  opacity: 0.6;
  transition: opacity 0.3s ease;
  border-style: dashed;
  border: 1px #142f46 solid;
  color: #142f46;
}
.images-container .image-container.new .image {
  font-size: 2.5rem;
}
.images-container .image-container.new:hover {
  opacity: 1;
}

.img-wrap img {
  width: 100%;
  height: 100px;
  background-size: cover !important;
}
.img-wrap a {
  text-decoration: none !important;
}

/* *******************************************
*		  Item List general styles
********************************************** */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #142f46;
  border-color: #142f46;
}

.item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  line-height: 1.4rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .item-list {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .item-list {
    font-size: 0.95rem;
  }
}
@media (max-width: 767.98px) {
  .item-list {
    font-size: 1.05rem;
  }
}
.item-list {
  display: flex;
  flex-flow: column nowrap;
}
.item-list.striped > li {
  border-bottom: 1px solid rgb(26.8, 62.98, 93.8);
}
.item-list.striped > li:nth-child(2n+1) {
  background-color: rgb(33.6, 78.96, 117.6);
}
@media (max-width: 767.98px) {
  .item-list.striped > li:nth-child(2n+1) {
    background-color: rgb(32.4666666667, 76.2966666667, 113.6333333333);
  }
}
.item-list.striped .item-list-footer {
  border-bottom: none;
}

/* *******************************************
*			Item general styles
********************************************** */
.item-list .item {
  display: flex;
  flex-direction: column;
}
.item-list .item-row {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  min-width: 100%;
}
.item-list .item-row.nowrap {
  flex-wrap: nowrap;
}
.item-list .item-col {
  align-items: center;
  display: flex;
  padding: 10px 10px 10px 0;
  flex-basis: 0;
  flex-grow: 3;
  flex-shrink: 3;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
}
.item-list .item-col.fixed {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.item-list .item-col.pull-left {
  margin-right: auto;
}
.item-list .item-col.pull-right {
  margin-left: auto;
}
.item-list .item-col > div {
  width: 100%;
}
.item-list .item-col:last-child {
  padding-right: 0;
}
.item-list .no-overflow {
  overflow: hidden;
}
.item-list .no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* *******************************************
*				Item components
********************************************** */
.item-list {
  /********************************************
  *					Header
  *********************************************/
}
.item-list .item-list-header .item-col.item-col-header span {
  color: #999;
  font-size: 0.8rem;
  font-weight: 700 !important;
}
.item-list {
  /********************************************
  *					Heading
  *********************************************/
}
.item-list .item-heading {
  font-size: 0.9rem;
  display: none;
  color: #666;
  font-weight: 700;
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  .item-list .item-heading {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .item-list .item-heading {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .item-list .item-heading {
    width: 40%;
  }
}
.item-list {
  /********************************************
  *					Checkbox
  *********************************************/
}
.item-list .item-col.item-col-check {
  flex-basis: 30px;
}
@media (max-width: 767.98px) {
  .item-list .item-col.item-col-check {
    order: -8;
  }
}
.item-list .item-check {
  margin-bottom: 0;
}
.item-list .item-check .checkbox + span {
  padding-right: 0;
}
.item-list .item-check .checkbox + span:before {
  width: 20px;
}
.item-list {
  /********************************************
  *					Image
  *********************************************/
}
.item-list .item-col.item-col-img {
  display: flex;
  flex-basis: 70px;
}
.item-list .item-col.item-col-img.xs {
  flex-basis: 40px;
}
.item-list .item-col.item-col-img.sm {
  flex-basis: 50px;
}
.item-list .item-col.item-col-img.lg {
  flex-basis: 100px;
}
.item-list .item-col.item-col-img.xl {
  flex-basis: 120px;
}
.item-list .item-col.item-col-img a {
  width: 100%;
}
.item-list .item-img {
  flex-grow: 1;
  align-self: stretch;
  background-color: #efefef;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.item-list {
  /********************************************
  *					Title
  *********************************************/
}
@media (max-width: 767.98px) {
  .item-list .item-col.item-col-title {
    order: -4;
  }
}
.item-list .item-col.item-col-title a {
  display: block;
}
.item-list .item-title {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}
.item-list {
  /********************************************
  *					Stats
  *********************************************/
}
.item-list .item-stats {
  height: 1.4rem;
}
.item-list {
  /********************************************
  *				     Actions
  *********************************************/
}
.item-list .item-col.item-col-actions-dropdown {
  flex-basis: 40px;
  text-align: center;
  padding-left: 0 !important;
}
@media (max-width: 767.98px) {
  .item-list .item-col.item-col-actions-dropdown {
    order: -3;
    flex-basis: 40px !important;
    padding-right: 10px;
  }
}
.item-list .item-actions-dropdown {
  position: relative;
  font-size: 1.1rem;
}
.item-list .item-actions-dropdown.active .item-actions-block {
  max-width: 120px;
}
.item-list .item-actions-dropdown.active .item-actions-toggle-btn {
  color: #142f46;
}
.item-list .item-actions-dropdown.active .item-actions-toggle-btn .active {
  display: block;
}
.item-list .item-actions-dropdown.active .item-actions-toggle-btn .inactive {
  display: none;
}
.item-list .item-actions-dropdown .item-actions-toggle-btn {
  color: rgb(155.24, 167.6133333333, 180.76);
  font-size: 1.2rem;
  cursor: pointer;
  width: 100%;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
.item-list .item-actions-dropdown .item-actions-toggle-btn .active {
  display: none;
}
.item-list .item-actions-dropdown .item-actions-block {
  height: 30px;
  max-width: 0px;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #142f46;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
}
.item-list .item-actions-dropdown .item-actions-block.direction-right {
  right: auto;
  left: 100%;
}
.item-list .item-actions-dropdown .item-actions-block .item-actions-list {
  padding: 0;
  list-style: none;
  white-space: nowrap;
  padding: 0 5px;
}
.item-list .item-actions-dropdown .item-actions-block .item-actions-list li {
  display: inline-block;
  padding: 0;
}
.item-list .item-actions-dropdown .item-actions-block .item-actions-list a {
  display: block;
  padding: 0 5px;
}
.item-list .item-actions-dropdown .item-actions-block .item-actions-list a.edit {
  color: #38424C;
}
.item-list .item-actions-dropdown .item-actions-block .item-actions-list a.check {
  color: #40B726;
}
.item-list .item-actions-dropdown .item-actions-block .item-actions-list a.remove {
  color: #DB0E1E;
}
.item-list {
  /********************************************
  *			   Something else?
  *********************************************/
}

/* *******************************************
*				Adjustments
********************************************** */
.card > .item-list .item > .item-row {
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .card > .item-list .item > .item-row {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .card > .item-list .item > .item-row {
    padding: 0 10px;
  }
}

/*KENDO*/
.k-switch-label-off, .k-switch-label-on {
  display: inline !important;
  font-size: 0.88em !important;
  padding-top: 3px !important;
}

.k-switch-container {
  background-color: #fff !important;
  box-shadow: inset 0px 0px 1px 0px #142f46 !important;
}

.k-button, .k-textbox {
  box-sizing: border-box;
}

.k-grid-header, .k-grid-footer {
  padding-right: 0 !important;
}

@media (max-width: 575.98px) {
  .k-grid-footer td {
    font-size: 11px;
    padding-right: 2px !important;
  }
}

/* Invalid messsage positioning */
.k-edit-field .k-widget.k-multiselect, .k-edit-field .k-widget.k-dropdown {
  display: block;
}
.k-edit-field .k-widget.k-multiselect .k-invalid-msg, .k-edit-field .k-widget.k-dropdown .k-invalid-msg {
  width: 100%;
}

.k-multiselect .k-button {
  line-height: 1.25;
  font-size: 0.875rem;
}

table.k-editor {
  margin-top: 0.5rem;
}

.k-tooltip-validation {
  margin: 0.5rem 0 0 !important;
  z-index: 10000;
}
.k-tooltip-validation.k-tooltip.k-invalid-msg {
  flex-direction: initial;
  max-width: 100%;
  white-space: pre-wrap;
}

.k-invalid-msg.k-tooltip-validation, .k-invalid-msg.field-validation-error {
  font-size: 13px;
  font-family: Roboto, sans-serif;
}

/* Global Info template */
.k-notification-Globalinfo, .k-notification-Globalconfirmation {
  background-color: #45bbe4;
  border-color: #45bbe4;
  color: #ffffff;
}

/* Global Error template */
.k-notification-Globalerror {
  background-color: #FF4444;
  border-color: #FF4444;
  color: #ffffff;
}

/* Global Success template */
.k-notification-Globalsuccess, .k-notification-Globalsuccessconfirmation {
  background-color: #4bcf99;
  border-color: #4bcf99;
  color: #ffffff;
}

.k-notification-Globalwarning {
  background-color: #fe974b;
  border-color: #FF4444;
  color: #ffffff;
}

/* Mandatory Input Field Validation */
.k-textbox:invalid, .k-input:invalid, .k-textbox.k-input:invalid {
  border-color: rgba(33, 37, 41, 0.15);
}

/* Invalid Input */
.k-input .k-invalid:not(.underlined), .k-input.k-invalid:not(.underlined), .k-input.input-validation-error:not(.underlined), .k-autocomplete .k-invalid:not(.underlined), .k-autocomplete.k-invalid:not(.underlined), .k-autocomplete.input-validation-error:not(.underlined), .k-textbox .k-invalid:not(.underlined), .k-textbox.k-invalid:not(.underlined), .k-textbox.input-validation-error:not(.underlined), .form-control .k-invalid:not(.underlined), .form-control.k-invalid:not(.underlined), .form-control.input-validation-error:not(.underlined), .k-datepicker .k-invalid:not(.underlined), .k-datepicker.k-invalid:not(.underlined), .k-datepicker.input-validation-error:not(.underlined) {
  border: 1px solid #dc3545 !important;
  height: calc(1.75rem + 2px);
}

.k-widget > span.k-invalid {
  border: 1px solid #dc3545;
}

/* Autocomplete Input */
.k-autocomplete.k-input.k-textbox {
  border: 0;
  padding: 0.5rem 0;
}
.k-autocomplete .k-clear-value {
  top: 3.8px;
}

.k-textbox .k-icon {
  top: 48%;
}

.k-input.k-textbox, .k-textarea, .k-textbox, .k-input, .k-textbox > input {
  width: inherit;
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
  min-width: 35px;
  /*margin-bottom: 5px;*/
  padding: 5px;
}

.k-autocomplete, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-dropdown, .k-numerictextbox, .k-selectbox, .k-textbox, .k-timepicker, .k-toolbar .k-split-button {
  width: inherit;
}

.k-widget.k-datetimepicker {
  width: 100%;
}

.k-grid a:not(.btn) {
  text-decoration: none;
}
.k-grid a:not(.btn).k-button-icontext {
  color: #142f46;
}

.k-grid tbody .btn {
  padding: 1px 10px;
  margin-bottom: 0;
}

.k-grid tbody .dropdown-toggle::after {
  margin-left: 0;
}

.k-grid tbody .dropdown-menu {
  padding: 3px 1.5rem;
  min-width: 6rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.k-grid tbody .dropdown-menu .dropdown-item:hover {
  color: #142f46 !important;
  background: none;
  background-color: initial !important;
}

.k-grid tbody .dropdown-menu .dropdown-item {
  padding: 0;
}

.k-grid tbody a:not(.btn) {
  text-decoration: 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 {
  padding: 0.03em 0;
}

.k-grid-content {
  overflow-x: inherit !important;
  overflow-y: inherit !important;
}

.k-grid tr td {
  border-width: 0 0 1px 1px;
  border-style: solid;
}
@media (max-width: 991.98px) {
  .k-grid tr td .k-widget.k-dropdown {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.k-grid .k-button {
  background-color: #fff;
}

.k-grid td, .k-grid th {
  padding: 0.4em 0.6em;
}

.k-grid .k-grid-content .k-detail-row .k-grid-header .k-grid-header-wrap .k-header {
  pointer-events: none;
}

/*.k-window-content .k-editor{
   width: inherit;
}*/
.editor-wrap {
  position: relative;
}

.editor-wrap .k-overlay {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

.editor-wrap .k-resize-se {
  position: absolute;
  z-index: 2;
  bottom: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  background-image: url(http://cdn.kendostatic.com/2017.3.1026/styles/Bootstrap/sprite.png);
}

.editor-wrap > .k-editor {
  /*width: inherit;*/
}

.k-pager-numbers .k-state-selected, .k-pager-numbers .k-state-selected:hover {
  background-color: #142f46;
  border-color: #142f46;
}

.k-grid-header .k-header > .k-link {
  margin: 0;
  padding: 0;
}

.k-grid tr.k-state-selected {
  background-color: rgba(64, 85, 109, 0.5);
}

.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover td {
  background-color: #142f46;
  color: #fff;
}

.k-context-menu .k-item .k-link.k-state-active, .k-list .k-item.k-state-selected, .k-list-container .k-button.k-state-active, .k-list-container .k-button:active, .k-menu-group .k-item .k-link.k-state-active, .k-spreadsheet-popup .k-button.k-state-active, .k-spreadsheet-popup .k-button.k-state-selected, .k-spreadsheet-popup .k-button:active {
  background-color: #142f46;
}

.k-pager-wrap .k-link, .k-pager-wrap .k-pager-nav {
  color: #142f46;
}

.k-pager-wrap .k-link:hover, .k-pager-wrap .k-pager-nav:hover {
  color: #142f46;
}

.k-pager-wrap .k-pager-nav, .k-pager-wrap .k-pager-numbers .k-link {
  color: #142f46;
}

.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
  color: #142f46;
}

.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
  bottom: -0.1rem;
}

.k-calendar .k-nav-today {
  color: #142f46;
}

.k-calendar .k-content .k-today.k-state-focused .k-link {
  box-shadow: inset 0 0 0 1px #142f46, inset 0 0 0 3px rgba(228, 231, 235, 0.5);
}

.k-button, .k-colorpicker .k-picker-wrap, .k-combobox .k-select, .k-dateinput .k-select, .k-datepicker .k-select, .k-datetimepicker .k-select, .k-dropdown .k-dropdown-wrap, .k-editor-toolbar a.k-tool, .k-fieldselector .k-list li.k-item, .k-gantt-views li, .k-grid .k-button, .k-grouping-header .k-group-indicator, .k-handle, .k-list-container .k-nodata .k-button, .k-map .k-navigator, .k-numerictextbox .k-select, .k-pivot-toolbar .k-button, .k-scheduler-footer li, .k-scheduler-navigation .k-nav-next, .k-scheduler-navigation .k-nav-prev, .k-scheduler-navigation .k-nav-today, .k-scheduler-views li, .k-spreadsheet-filter, .k-switch-handle, .k-switch-wrapper, .k-task-single, .k-timepicker .k-select, .k-switch-handle, .k-switch-wrapper {
  background-color: #fff;
}

.k-grid .k-button-danger {
  background-color: #FF4444;
}

/* K-Buttons */
.k-button-success {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.k-button-success:hover, .k-button-success:active {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.k-state-selected {
  background-color: #142f46;
  border-color: rgb(8.6666666667, 20.3666666667, 30.3333333333);
}

.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 {
  text-indent: 0.8em;
}

.k-maskedtextbox {
  width: 100%;
}

.required-field .k-dropdown-wrap, .required-field .k-multiselect-wrap {
  border-color: #dc3545;
}

.k-dropdown.custom-dropdown .k-dropdown-wrap .k-input {
  display: block;
  text-overflow: ellipsis;
}

/*Kendo Window Content*/
.k-window-content .k-grid td {
  white-space: nowrap;
}

/*Kendo Mobile Gird Changes*/
.kgrid-td-mobile {
  display: block;
  border-left: none !important;
  float: left;
  width: 100%;
  clear: left;
}
.kgrid-td-mobile:first-child {
  border-top: none !important;
}

.kgrid-col-mobile {
  width: 100% !important;
}

.kgrid-tr-mobile {
  border-bottom: 2px dashed #000000 !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.kgrid-label-mobile {
  width: 45% !important;
  float: left !important;
}

.kgrid-span-mobile {
  width: 50% !important;
  float: right !important;
  word-wrap: break-word;
  margin-right: 10px;
}
.kgrid-span-mobile .text-right {
  text-align: left !important;
}

.k-button-icontext {
  min-width: 30px !important;
}

/* Datepicker and timepicker modification */
.k-datepicker .k-select, .k-timepicker .k-select, .k-datetimepicker .k-select {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
}

/* K-Forms */
.k-maskedtextbox.form-control .k-textbox {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
}

.k-edit-form-container {
  min-width: inherit;
}

.k-switch-label-off {
  color: #FF4444;
}

.k-switch-label-on {
  color: #142f46;
}

.k-switch-on .k-switch-handle {
  background-color: #142f46 !important;
  border-color: #142f46;
}

.k-panelbar .k-link > .k-sprite {
  font-size: inherit;
  padding-top: 11px;
}

.panel-category-wrapper .k-sprite {
  font-size: inherit;
  padding-top: 11px;
}

.panel-item-wrapper {
  color: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  width: 100%;
  max-height: 30px;
}
.panel-item-wrapper .k-sprite {
  font-size: inherit;
  padding-top: 11px;
}
.panel-item-wrapper .panel-item span:first-child {
  font-weight: bold;
}
.panel-item-wrapper .k-picker-wrap {
  height: 25px;
}

.k-dialog {
  min-width: 300px;
  max-width: 400px;
  white-space: normal;
  word-wrap: break-word;
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .k-grid > .d-none.d-lg-block {
    display: block !important;
  }
  #dash-edit {
    display: none !important;
  }
  /*.inntergrid > .k-grid-header {
      display: block !important;
  }*/
  .k-grid-content table tr td .d-lg-none {
    display: none !important;
  }
  .inntergrid table tr td .d-lg-none {
    display: none !important;
  }
  .glyphicon-size {
    font-size: 1.5em !important;
  }
}
/* iPads (portrait) ----------- */
@media (max-width: 767.98px) {
  .k-edit-form-container {
    width: 342px;
  }
  #selectedPermitLotsGrid.k-grid td, #selectedPermitLotsGrid.k-grid th {
    padding: 0.4em 0.4em;
  }
}
.panel-item {
  max-width: 85%;
}

@media (max-width: 991.98px) {
  .panel-item {
    max-width: 70%;
  }
}
@media (max-width: 380px) {
  .k-edit-form-container {
    width: 295px;
  }
}
@media (max-width: 330px) {
  .k-edit-form-container {
    width: 280px;
  }
}
.lightbox {
  z-index: 100000;
}

.lightboxOverlay {
  z-index: 99999;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
  width: 80%;
  position: absolute;
}
.lb-nav a.lb-prev {
  left: -50px;
}
.lb-nav a.lb-next {
  right: -50px;
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 100%;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.pg-loading-screen .pg-loading-html p {
  color: #FFF;
  font-weight: 300;
}
.pg-loading-screen .pg-loading-html p.loading-message {
  font-size: 20px;
  margin-bottom: 100px;
}

.logo {
  display: inline-block;
  width: 195px;
  height: 65px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  background: url("/images/Logo_HighRes.png");
}

.modal-body.modal-tab-container {
  padding: 0;
}
.modal-body.modal-tab-container .modal-tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.modal-body.modal-tab-container .modal-tabs .nav-link {
  padding: 10px 20px;
  border: none;
}
.modal-body.modal-tab-container .modal-tabs .nav-link:hover, .modal-body.modal-tab-container .modal-tabs .nav-link.active {
  color: #142f46;
  border-bottom: 2px solid #142f46;
}
.modal-body.modal-tab-container .modal-tabs .nav-link.active {
  font-weight: 600;
}

a:not(.btn) {
  transition: initial;
  text-decoration: underline;
  color: #142f46;
}
a:not(.btn):hover {
  text-decoration: underline;
  color: rgb(10.9333333333, 25.6933333333, 38.2666666667);
}
a:not(.btn):hover:before {
  transform: scaleX(1);
}
a:not(.btn):focus {
  text-decoration: none;
}

span a {
  vertical-align: text-bottom;
}

[class^=nav] li > a,
[class*=" nav"] li > a {
  display: block;
}
[class^=nav] li > a:before,
[class*=" nav"] li > a:before {
  display: none;
}

.nav.nav-tabs-bordered {
  border-color: #1e61a6;
}
.nav.nav-tabs-bordered + .tab-content {
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #1e61a6;
  padding: 10px 20px 0;
}
.nav.nav-tabs-bordered .nav-item .nav-link {
  text-decoration: none;
}
.nav.nav-tabs-bordered .nav-item .nav-link:hover {
  color: #ffffff;
  background-color: #1e61a6;
  border: 1px solid #1e61a6;
}
.nav.nav-tabs-bordered .nav-item .nav-link.active {
  border-color: #1e61a6;
  border-bottom-color: transparent;
}
.nav.nav-tabs-bordered .nav-item .nav-link.active:hover {
  background-color: #ffffff;
  color: inherit;
}
.nav.nav-pills + .tab-content {
  border: 0;
  padding: 5px;
}
.nav.nav-pills .nav-item .nav-link {
  text-decoration: none;
}
.nav.nav-pills .nav-item .nav-link:hover {
  color: #4f5f6f;
  background-color: transparent;
  border: 0;
}
.nav.nav-pills .nav-item .nav-link.active {
  border-color: #1e61a6;
  border-bottom-color: transparent;
  background-color: #1e61a6;
}
.nav.nav-pills .nav-item .nav-link.active:hover {
  background-color: #1e61a6;
  color: #ffffff;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #1e61a6;
}
.nav-tabs .nav-link {
  /*border-color:darken($color-bg, 10%) darken($color-bg, 15%) darken($color-bg, 20%);*/
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #1e61a6;
}

.page-header {
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.page-header span {
  cursor: help;
}

.pagination {
  margin-top: 0;
}
.pagination .page-item .page-link {
  color: #142f46;
}
.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:focus,
.pagination .page-item.active .page-link:hover {
  color: #fff;
  border-color: #142f46;
  background-color: #142f46;
}

@media (max-width: 575.98px) {
  .custom-pagination li.page-item {
    width: 50%;
  }
  .custom-pagination li button {
    width: 100%;
  }
}

.activatedUserText, .suspendedUserText {
  line-height: 25px;
}

.post {
  padding: 10px 15px 0;
}
.post .date-holder {
  padding-left: 60px;
  width: 170px;
}

.comment-image {
  padding-left: 60px;
}

.post-js {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1rem;
}
.post-js .separator {
  font-size: 24px;
  line-height: 0.5;
}
.post-js .reply-box {
  padding-left: 27px;
}
@media (max-width: 991.98px) {
  .post-js .reply-box {
    flex-basis: auto;
    padding-left: 75px;
  }
}

.comment-js {
  background-color: rgba(212, 212, 212, 0.2);
  border-radius: 5px;
  border: 1px solid #eaeaea;
}
.comment-js .k-upload {
  background-color: transparent;
  border: 0;
}
.comment-js .k-upload .k-upload-button {
  margin-left: 0;
}
.comment-js .fa-send {
  font-size: 14px;
}

.comment-text {
  color: #4f5f6f;
  font-size: 1rem;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  white-space: pre-wrap;
  margin-bottom: 0.5rem;
}

.reply-link {
  padding-left: 45px;
}

.reply-comment {
  border: 1px solid #eaeaea;
  background-color: rgba(212, 212, 212, 0.2);
  border-radius: 5px;
  margin-bottom: 2px;
}
.reply-comment:first-child {
  margin-top: 1.5rem;
}
.reply-comment .comment-image {
  padding-left: 18px;
}

.u-image {
  width: 40px;
}

.u-comment {
  width: calc(100% - 40px);
}

.commentbox-js .comment-image {
  float: left;
  padding-left: 0;
}

.comment-date {
  font-size: 0.8rem;
  line-height: 2.5;
}

.checkbox-space {
  margin-top: 1px;
  margin-left: 0.5rem;
}

.comment-board {
  height: calc(100vh - 388px);
  overflow: scroll;
}
@media (max-width: 991.98px) {
  .comment-board {
    overflow: auto;
    margin-top: 3rem;
    height: auto;
  }
}

.user-window .comment-board {
  height: calc(100vh - 575px);
}

/* Placeholder */
.timeline-item {
  background: #f8f8f8;
  padding: 12px;
  padding-left: 0;
  margin: 0 auto;
  min-height: 130px;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

.background-masker {
  background: #f8f8f8;
  position: absolute;
}

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}

.background-masker.header-bottom {
  top: 18px;
  height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px;
}

.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0;
}

.background-masker.subheader-right {
  left: 230px;
}

.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}

.background-masker.content-top {
  height: 20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px;
}

.background-masker.content-second-line {
  top: 68px;
}

.background-masker.content-second-end {
  left: 420px;
  top: 74px;
}

.background-masker.content-third-line {
  top: 82px;
}

.background-masker.content-third-end {
  left: 300px;
  top: 88px;
}

/* Pre Loader */
.comment-preloader {
  display: none;
  position: absolute;
  left: 49.5%;
  top: 42%;
  z-index: 1;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgb(14.3333333333, 33.6833333333, 50.1666666667);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #142f46;
}

.eqjs-fb-container .eqjs-qp-row {
  min-height: 27px;
  height: auto;
}
.eqjs-fb-container .eqjs-fb-header {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  background-color: #142f46;
  color: #fff;
}
.eqjs-fb-container .eqjs-fb-header .eqjs-fb-header-textblock, .eqjs-fb-container .eqjs-fb-header .eqjs-fb-header-text {
  display: inline;
}
.eqjs-fb-container .eqjs-fb-header .eqjs-fb-header-arrowblock {
  float: right;
}
.eqjs-fb-container .eqjs-fb-header-text {
  white-space: pre-wrap;
}
.eqjs-fb-container .eqjs-fb-header-icon {
  width: 30px;
  float: left;
  height: 100%;
  display: inline-block;
  background-color: #142f46;
}
.eqjs-fb-container a:not(.btn) {
  text-decoration: none;
}
.eqjs-fb-container .eqjs-fb-header-link {
  color: #fff;
}
.eqjs-fb-container .eqjs-fb-header-link:hover {
  color: #fff;
}
.eqjs-fb-container .eqjs-fb-button-apply {
  background-image: none;
  color: #fff;
  background-color: #142f46;
  border-color: #142f46;
}
.eqjs-fb-container .eqjs-fb-button-apply:hover {
  background-image: none;
  color: #fff;
  background-color: #0c1b28;
  border-color: #142f46;
}
.eqjs-fb-container .eqjs-fb-button-clear {
  background-image: none;
  color: #111;
  background-color: #fff;
  border-color: #ccc;
}
.eqjs-fb-container .eqjs-fb-button-clear:hover {
  background-image: none;
  color: #111;
  background-color: #ececec;
  border-color: #b3b3b3;
}

.g-tab-container {
  background-color: #F4F7F8;
  overflow: hidden !important;
  display: flex !important;
  padding-left: 0 !important;
  margin-top: 4px;
  border-bottom: 1px solid #c6c6c6;
}
.g-tab-container .g-t-item {
  flex: auto !important;
  margin-right: 1px;
  width: 100px;
  min-width: 0 !important;
  color: #08131f;
  background-color: #f5f5f5;
  font-size: 12px;
  list-style: none;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid #c6c6c6;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.g-tab-container .g-t-item:hover {
  background-color: rgb(25.3163265306, 81.856122449, 140.0836734694);
}
.g-tab-container .g-t-item:hover .g-t-link {
  color: #fff !important;
}
.g-tab-container .g-t-item:last-child {
  margin-right: 0 !important;
}
.g-tab-container .g-t-item .g-t-link {
  height: 100%;
  padding: 0.3em 1em;
  color: #08131f;
  text-decoration: none !important;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.g-tab-container .g-t-item .g-t-link i {
  font-size: 16px;
  margin: 6px 0;
}
.g-tab-container .g-t-item .g-t-link span {
  vertical-align: text-bottom;
  margin-left: 4px;
}
.g-tab-container .g-t-item .g-t-link.active {
  background-color: #1e61a6;
  color: #fff !important;
}

/* ---- Media Queries ---- */
@media (max-width: 1200px) {
  .g-t-item {
    font-size: 11px !important;
  }
  .g-t-item .g-t-link {
    padding: 0.5em 0 !important;
  }
}
/* -------------------------- */
.table label {
  margin-bottom: 0;
}
.table .checkbox + span {
  margin-bottom: 0;
}
.table .checkbox + span:before {
  line-height: 20px;
}

/* Compatible Browser Screen */
.compatible-browsers {
  width: 100%;
}
.compatible-browsers tr {
  width: 100%;
}
.compatible-browsers tr td {
  text-align: center;
}
@media (max-width: 575.98px) {
  .compatible-browsers tr td {
    width: 50%;
    display: block;
    float: left;
  }
}

.items-header {
  font-size: 0.84rem;
  font-weight: 600;
}
.items-header .col {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.items-template {
  position: inherit;
}
.items-template .row label {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.items-template .row:nth-child(odd) .col-md-1, .items-template .row:nth-child(odd) .col-md-2, .items-template .row:nth-child(odd) .col-md-3, .items-template .row:nth-child(odd) .col-md-4 {
  background-color: rgba(33, 37, 41, 0.03);
}
@media (max-width: 767.98px) {
  .items-template .row:nth-child(odd) .col-md-1, .items-template .row:nth-child(odd) .col-md-2, .items-template .row:nth-child(odd) .col-md-3, .items-template .row:nth-child(odd) .col-md-4 {
    background-color: rgba(33, 37, 41, 0);
  }
}
@media (max-width: 767.98px) {
  .items-template .row:nth-child(odd) {
    background-color: rgba(33, 37, 41, 0.03);
  }
}
@media (max-width: 767.98px) {
  .items-template .row {
    border-top: dashed 1px;
    padding-top: 0.5rem;
  }
  .items-template .row:last-child {
    border-bottom: dashed 1px;
  }
}

@media (max-width: 767.98px) {
  .mobile-invoice .row .col {
    font-size: 0.7rem;
  }
}

.timeline {
  padding: 30px;
  font-size: 0.88rem;
}
.timeline.collapse.show {
  display: flex;
}
.timeline .timeline-section .timeline-content-top {
  position: relative;
  border-bottom: 20px solid #142f46;
  height: 70px;
}
.timeline .timeline-section .timeline-content-top span {
  font-weight: bold;
}
.timeline .timeline-section .timeline-content-top:after {
  content: " ";
  position: absolute;
  top: 50px;
  right: 0px;
  border: 10px solid #f8f8f8;
  border-left-color: #142f46;
}
.timeline .timeline-section .timeline-content-top:before {
  content: " ";
  position: absolute;
  top: 50px;
  left: 0px;
  border: 10px solid transparent;
  border-left-color: #f8f8f8;
}
.timeline .timeline-section .timeline-content-bottom {
  margin-top: 30px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .timeline .timeline-section .timeline-content-top::after,
  .timeline .timeline-section .timeline-content-top::before,
  .timeline .timeline-section .timeline-content-top {
    border: none;
    height: 5px;
  }
  .timeline .timeline-section {
    border-bottom: 3px solid #DC3545;
    margin-bottom: 15px;
  }
}

.footer {
  background-color: #fff;
  position: absolute;
  left: 230px;
  right: 0;
  bottom: 0;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-fixed .footer {
  position: fixed;
}
.footer .footer-block {
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
}
.footer .footer-github-btn {
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .footer {
    left: 0;
  }
}
.footer .author > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .author > ul li {
  display: inline-block;
}
.footer .author > ul li:after {
  content: "|";
}
.footer .author > ul li:last-child:after {
  content: "";
}
@media (max-width: 991.98px) {
  .footer .author > ul li {
    display: block;
    text-align: right;
  }
  .footer .author > ul li:after {
    content: "";
  }
}
@media (max-width: 991.98px) {
  .footer .author > ul {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .footer .author > ul {
    display: none;
  }
}

.header {
  background-color: #142f46;
  height: 70px;
  position: fixed;
  left: 0;
  right: 0;
  transition: left 0.3s ease;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 5px solid rgb(244.7829787234, 143.6344680851, 25.1170212766);
}
@media (max-width: 991.98px) {
  .header {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .header {
    left: 0;
    /*height: $header-height-xs;*/
  }
}
.header-fixed .header {
  position: fixed;
}
@media (max-width: 767.98px) {
  .header .header-block {
    padding: 5px;
  }
}

.sidebar {
  background-color: rgb(244.7829787234, 143.6344680851, 25.1170212766);
  width: 230px;
  padding-bottom: 60px;
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 0;
  transition: left 0.3s ease;
  z-index: 20;
}
@media (max-width: 991.98px) {
  .sidebar {
    position: fixed;
    left: -230px;
  }
}
.sidebar-fixed .sidebar {
  position: fixed;
}
.sidebar-open .sidebar {
  left: 0;
}
.sidebar-mini .sidebar {
  width: 70px;
}
.sidebar .sidebar-container {
  position: absolute;
  top: 0;
  bottom: 51px;
  width: 100%;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.sidebar .sidebar-container::-webkit-scrollbar-track {
  background-color: rgb(226.6755319149, 126.9382978723, 10.0744680851);
}
.sidebar-mini .sidebar .sidebar-container {
  overflow-y: inherit;
  overflow-x: inherit;
}
.sidebar .nav {
  font-size: 13px;
}
.sidebar .nav li a:focus, .open .sidebar .nav li a:focus {
  background-color: inherit;
}
.sidebar .nav ul {
  padding: 0;
  height: 0px;
  overflow: hidden;
}
.loaded .sidebar .nav ul {
  height: auto;
}
.sidebar .nav li.active ul {
  height: auto;
}
.sidebar .nav {
  /*li.active {
      a {
          &.nav-link {
              padding-right: 0;

              &:after {
                  border-bottom: 20px solid rgba(0,0,0,0);
                  border-right: 20px solid $color-bg;
                  border-top: 20px solid rgba(0,0,0,0);
                  content: "";
                  height: 0;
                  width: 0;
                  margin-top: -9px;
                  position: absolute;
                  right: 0;
                  z-index: 5;
                  float: right;

                  .sidebar-mini & {
                      margin-top: -6px;
                  }
              }
          }
      }
  }*/
}
.sidebar .nav li a {
  color: black;
  text-decoration: none;
  font-weight: 500;
}
.sidebar-mini .sidebar .nav li a i {
  font-size: 1.8em;
}
.sidebar-mini .sidebar .nav li a i:last-of-type {
  margin-top: 1px;
}
.sidebar-mini .sidebar .nav li a span {
  display: none;
}
.sidebar .nav li a:hover,
.sidebar .nav li.open > a,
.sidebar .nav li.open a:hover {
  color: #fff;
  background-color: rgb(13.2, 31.02, 46.2);
}
.sidebar .nav > li > a {
  color: black;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 10px;
}
.sidebar-mini .sidebar .nav > li > a {
  padding-left: 10px;
}
.sidebar .nav > li.active > a, .sidebar .nav > li.active > a:hover {
  background-color: #142f46 !important;
  color: #fff !important;
}
.sidebar .nav > li.active a.active.nav-link {
  padding-right: 0;
}
.sidebar .nav > li.active a.active.nav-link:after {
  border-bottom: 19px solid rgba(0, 0, 0, 0);
  border-right: 20px solid #f8f8f8;
  border-top: 19px solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  width: 0;
  margin-top: -9px;
  position: absolute;
  right: 0;
  z-index: 5;
  float: right;
}
.sidebar-mini .sidebar .nav > li.active a.active.nav-link:after {
  margin-top: -6px;
}
.sidebar .nav > li.open > a {
  background-color: rgb(243.7659574468, 136.5089361702, 10.8340425532);
}
.sidebar .nav > li.open > a i.arrow {
  transform: rotate(90deg);
}
.sidebar .nav > li > a i {
  margin-right: 5px;
  font-size: 18px;
}
.sidebar .nav > li > a i.arrow {
  float: right;
  font-size: 20px;
  line-height: initial;
  transition: all 0.3s ease;
}
.sidebar .nav > li > a i.arrow:before {
  content: "\f105" !important;
}
.sidebar-mini .sidebar .nav > li > ul.in, .sidebar-mini .sidebar .nav > li > ul.collapsing, .sidebar-mini .sidebar .nav > li > ul.mini {
  position: absolute;
  left: 100%;
  margin-top: -70%;
  width: 200px;
  overflow: visible;
  list-style: none;
}
.sidebar .nav > li > ul.mini a.nav-link:after {
  border: none;
}
.sidebar .nav > li > ul > li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  background-color: rgb(243.7659574468, 136.5089361702, 10.8340425532);
}
.sidebar .nav > li > ul > li a.active {
  color: #fff;
}
.sidebar .nav > li > ul > li a.active.nav-link {
  padding-right: 0;
}
.sidebar .nav > li > ul > li a.active.nav-link:after {
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  border-right: 20px solid #f8f8f8;
  border-top: 20px solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  width: 0;
  margin-top: -9px;
  position: absolute;
  right: 0;
  z-index: 5;
  float: right;
}
.sidebar-mini .sidebar .nav > li > ul > li a.active.nav-link:after {
  margin-top: -6px;
}

.sidebar-overlay {
  position: absolute;
  display: none;
  left: 200vw;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 15;
}
@media (max-width: 991.98px) {
  .sidebar-overlay {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .sidebar-overlay {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media (max-width: 991.98px) {
  .sidebar-open .sidebar-overlay {
    left: 0;
    opacity: 1;
  }
}

.sidebar-brand .brand {
  color: #fff;
  text-align: left;
  /*padding-left: 25px;*/
  line-height: 70px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .sidebar-brand .brand {
    line-height: 50px;
    font-size: 16px;
  }
}

.header .header-block-collapse {
  padding-right: 5px;
}
@media (max-width: 767.98px) {
  .header .header-block-collapse {
    width: 155px;
  }
}
.header .header-block-collapse .collapse-btn {
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  border-radius: 0;
  outline: none;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: initial;
}

.header .header-block-nav {
  margin-left: auto;
  white-space: nowrap;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .header .header-block-nav {
    padding-right: 25px;
  }
}
.header .header-block-nav::after {
  display: block;
  clear: both;
  content: "";
}
.header .header-block-nav a {
  text-decoration: none;
}
.header .header-block-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 600px;
  /*overflow-y: scroll;
  ::-webkit-scrollbar-thumb {
      background-color: $color-text-inverse;
  }*/
}
.header .header-block-nav > ul {
  display: table;
}
.header .header-block-nav > ul > li {
  display: table-cell;
  position: relative;
}
.header .header-block-nav > ul > li:before {
  display: block;
  content: " ";
  width: 1px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background-color: black;
  position: absolute;
  left: 0;
}
.header .header-block-nav > ul > li:first-child:before {
  display: none;
}
.header .header-block-nav > ul > li > a {
  padding: 0 15px;
  color: #fff;
  /*&:hover {
  	color: $color-primary;
  }*/
}
.header .header-block-nav .dropdown-menu {
  margin-top: 17px;
  background-color: #142f46;
  border-top: 5px solid rgb(244.7829787234, 143.6344680851, 25.1170212766);
}

.header .header-block-center {
  display: inline-block;
  color: #fff;
  left: 0;
  margin-left: 25%;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 50%;
}

.header .header-block-nav .notifications {
  font-size: 16px;
}
.header .header-block-nav .notifications a {
  padding-right: 10px;
}
.header .header-block-nav .notifications .counter {
  font-weight: bold;
  font-size: 14px;
  position: relative;
  top: -3px;
  left: -2px;
}
.header .header-block-nav .notifications.new .counter {
  color: #FF4444;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .header .header-block-nav .notifications {
    position: static;
  }
}
.header .header-block-nav .notifications-dropdown-menu {
  white-space: normal;
  left: auto;
  right: 0;
  min-width: 350px;
  padding: 0;
  max-height: 640px;
  overflow: hidden;
  margin-top: 22px;
}
.header .header-block-nav .notifications-dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}
.header .header-block-nav .notifications-dropdown-menu:before {
  position: absolute;
  right: 20px;
  bottom: 100%;
  margin-right: -1px;
}
.header .header-block-nav .notifications-dropdown-menu:after {
  position: absolute;
  right: 20px;
  bottom: 100%;
}
.header .header-block-nav .notifications-dropdown-menu .notifications-container {
  max-height: 400px;
  overflow-y: scroll;
}
.header .header-block-nav .notifications-dropdown-menu .notifications-container::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}
.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item {
  border-bottom: 1px solid rgba(126, 142, 159, 0.1);
  padding: 5px;
  color: #fff;
}
.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item:hover {
  color: #131e26;
}
.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item .img-col {
  display: table-cell;
  padding: 5px;
}
.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item .body-col {
  padding: 5px;
  display: table-cell;
}
.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item .body-col p {
  color: inherit;
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  margin: 0;
  vertical-align: top;
}
.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item .body-col p .accent {
  font-weight: bold;
}
.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item .body-col p .accent-unread {
  font-weight: bold;
  color: #5ecdf3;
}
.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item .body-col p:hover {
  color: inherit;
}
.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item .img {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header .header-block-nav .notifications-dropdown-menu footer {
  text-align: center;
  border-top: 1px solid rgba(126, 142, 159, 0.1);
}
.header .header-block-nav .notifications-dropdown-menu footer a {
  color: #fff;
  transition: none;
  padding: 3px;
}
.header .header-block-nav .notifications-dropdown-menu footer a:hover {
  background-color: #f5f5f5;
  color: #142f46;
}
@media (max-width: 767.98px) {
  .header .header-block-nav .notifications-dropdown-menu {
    min-width: 100px;
    width: 100%;
    transform: translate3d(0, 43px, 0px) !important;
  }
  .header .header-block-nav .notifications-dropdown-menu:before, .header .header-block-nav .notifications-dropdown-menu:after {
    right: 107px;
  }
  .header .header-block-nav .notifications-dropdown-menu .notifications-container {
    max-height: 165px;
    overflow-y: scroll;
  }
}

.header .header-block-nav .profile .img {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  /*background-color: darken($color-primary, 25%);
  color: $color-text-inverse;*/
  text-align: center;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
}
.header .header-block-nav .profile .name {
  display: inline-block;
  margin-right: 9px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .header .header-block-nav .profile .name {
    display: none;
  }
}
.header .header-block-nav .profile .arrow {
  color: #142f46;
}
.header .header-block-nav .profile-dropdown-menu {
  left: auto;
  right: 0;
  min-width: 180px;
  white-space: normal;
  padding: 0;
}
.header .header-block-nav .profile-dropdown-menu:before {
  position: absolute;
  right: 10px;
  bottom: 100%;
  margin-right: -1px;
}
.header .header-block-nav .profile-dropdown-menu:after {
  position: absolute;
  right: 10px;
  bottom: 100%;
}
.header .header-block-nav .profile-dropdown-menu .dropdown-item {
  padding: 10px 15px;
  color: #fff;
}
.header .header-block-nav .profile-dropdown-menu .dropdown-item .icon {
  /*color: $link-color;*/
  text-align: center;
  width: 16px;
}
.header .header-block-nav .profile-dropdown-menu .dropdown-item span {
  display: inline-block;
  padding-left: 5px;
  text-align: left;
  color: #7e8e9f;
}
.header .header-block-nav .profile-dropdown-menu .profile-dropdown-menu-icon {
  padding: 0;
}
.header .header-block-nav .profile-dropdown-menu .profile-dropdown-menu-topic {
  color: #7e8e9f;
  padding: 0;
}
.header .header-block-nav .profile-dropdown-menu .dropdown-divider {
  margin: 0;
}
.header .header-block-nav .profile-dropdown-menu .logout {
  border-top: 1px solid rgba(126, 142, 159, 0.1);
}