﻿/**
    Global
*/
@media screen and (min-width: 0px) and (max-width: 425px) and (orientation: portrait) {
  #right-side-bar {
    display: none;
  }
  #left-side-bar {
    display: none;
  }
  body {
    font-size: 1rem;
  }
  .horizontal-container {
    width: 100%;
    overflow: auto;
  }
  .table-tab-container {
    padding: 0px;
    margin-bottom: 5px;
  }
  .right-table {
    margin: 10px 0px 0px 0px;
  }
  .table-header {
    font-size: 20px;
    text-align: center;
    padding: 3px;
    border-width: 2px;
  }
  .table-header-second {
    font-size: 20px;
    border-left: 2px;
    border-right: 2px;
    text-align: center;
    font-weight: bold;
  }
  .table-tab-moblie-first-row, .table-tab-container {
    margin-bottom: 8px;
  }
  .table-edit-panel-left {
    border-top: 2px;
  }
  .table-tabs-active {
    border-right: 2px;
    border-top: 2px;
    border-bottom: 2px;
    text-align: center;
    float: left;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
  }
  .table-tabs {
    border-right: 2px;
    border-top: 2px;
    border-bottom: 2px;
    text-align: center;
    float: left;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
  }
  .tdthicon {
    text-align: center;
    min-width: 10px;
  }
  table {
    text-align: left;
    border: 2px;
  }
  table th {
    border: 2px;
    text-align: center;
    padding: 3px;
  }
  table td {
    cursor: pointer;
    padding: 3px;
  }
  .table-buttons {
    padding-top: 0px;
    height: 40px;
    width: 50px;
    font-size: 16px;
  }
  #select-modal-table {
    text-align: left;
  }
  #select-modal-table #table-modal-head #modal-row > div {
    border: 2px;
    text-align: center;
    padding: 3px;
  }
  #select-modal-table #table-modal-body {
    border: 2px;
  }
  #select-modal-table #table-modal-body .modal-data-row > div {
    cursor: pointer;
    padding: 3px;
    overflow: hidden;
    height: 25px;
  }
  .menu-container {
    margin-top: 50px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .menu-container .app-container {
    width: 100%;
    margin-bottom: 30px;
    border-width: 0px 0px 2px 0px;
  }
  .menu-container .app-container .app-header {
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    border-radius: 2px;
    border-width: 2px 2px 0px 2px;
  }
  .menu-container .app-container .app-button {
    width: 50%;
    float: left;
    border-width: 2px 0px 0px 0px;
  }
  .menu-container .app-container .app-button .app-image {
    width: 100%;
  }
  .menu-container .app-container .module-container {
    margin-left: 50%;
    border-left: 2px;
    border-width: 0px 0px 2px 0px;
  }
  .menu-container .app-container .module-container a {
    border-width: 2px 0px 0px 0px;
    display: block;
  }
  .menu-container .app-container .module-container a:hover {
    border-width: 2px 0px 2px 0px;
  }
  #routeContainer {
    padding-left: 5px;
    padding-right: 5px;
  }
  #mobile-main {
    margin-top: 45px;
  }
  #mobile-user-settings {
    font-size: 28px;
  }
  .mobile-settings-userName {
    font-size: 20px;
    /*@media screen and (max-width: 544px){/*col-sm  font-size:20px;}*/
  }
  .mobile-messages-container {
    position: absolute;
    width: 100%;
    z-index: 9;
    text-align: center;
    transition: 1s;
    height: 0px;
    overflow: hidden;
  }
  .mobile-messages-container .mobile-messages-window {
    position: relative;
    height: 100%;
  }
  .mobile-messages-container .mobile-message-strip {
    text-align: left;
  }
  .mobile-messages-container .mobile-message-item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border-width: 2px;
    padding: 10px;
  }
  .mobile-messages-container .mobile-close-bar {
    border-width: 2px;
  }
  .mobile-nav {
    border-width: 1px;
    height: 45px;
    position: fixed;
    width: 100%;
    z-index: 8;
    top: 0px;
  }
  .mobile-nav #mobile-menu-div {
    display: inline-block;
  }
  .mobile-nav #mobile-menu-div button {
    border-width: 0px 1px 0px 1px;
  }
  .mobile-nav #mobile-user-settings {
    float: right;
    height: inherit;
    width: 20%;
  }
  .mobile-nav #mobile-user-settings ul {
    padding: 0px;
    display: table;
    margin-bottom: 0px;
    height: inherit;
    width: 100%;
  }
  .mobile-nav #mobile-user-settings ul li {
    text-align: center;
    display: table-cell;
    padding: 1%;
    border-width: 0px 2px 0px 0px;
  }
  .mobile-menu-dropdown-container {
    font-size: 20px;
    z-index: 8;
    position: fixed;
    width: 100%;
  }
  .mobile-menu-dropdown-container ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .mobile-menu-dropdown-container ul li {
    padding-left: 10px;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 3px;
  }
  .mobile-menu-dropdown-container ul li a {
    font-size: 20px;
  }
  .mobile-close-bar {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    text-align: center;
  }
  .section-header .content {
    padding-top: 20px;
  }
  .concept-content {
    position: relative;
    z-index: 0;
  }
  .row-container {
    position: relative;
    z-index: 0;
  }
  .row-content {
    position: relative;
    z-index: 0;
  }
  .panel-container {
    overflow: hidden;
  }
  .panel-content {
    position: relative;
    z-index: 0;
  }
  .panel-body-optionless {
    margin-bottom: 10px;
  }
  .block-container {
    margin-bottom: 2px;
  }
  .slider {
    border-width: 1px;
  }
  .slider .slider-css {
    height: 100%;
  }
  .options-right-left-window {
    overflow: hidden;
    height: 80%;
  }
  .options-container {
    border-width: 3px;
    height: 46px;
  }
  .options-container-side {
    border-width: 3px;
    overflow: hidden;
  }
  .options-strip-side {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .options-strip {
    display: inline-block;
    position: absolute;
    left: 0px;
    height: 40px;
  }
  .option-wrapper {
    margin-left: 2px;
    margin-right: 2px;
  }
  .record-option {
    font-weight: bold;
    border-width: 0px 0px 0px 1px;
    padding: 2px 10px 2px 10px;
    margin-top: 4px;
  }
  .multi-option {
    border-width: 1px;
    border-radius: 5px;
    margin-top: 4px;
  }
  .multi-option .adjustment-stack-bg {
    margin-top: 1px;
    font-size: 29px;
  }
  .options-top {
    height: 50px;
  }
  .options-top .options-window {
    height: inherit;
  }
  .options-top .options-window-side {
    height: inherit;
    border-width: 0px 0px 3px 0px;
  }
  .options-top button {
    padding-top: 0px;
    height: 40px;
    width: 60px;
    font-size: 27px;
  }
  .options-bottom {
    height: 50px;
  }
  .options-bottom .options-window {
    height: inherit;
  }
  .options-bottom .options-window-side {
    height: inherit;
    border-width: 3px 0px 0px 0px;
  }
  .options-bottom button {
    padding-bottom: 0px;
    height: 40px;
    width: 60px;
    font-size: 27px;
  }
  .options-right, .options-left {
    padding-left: 0px;
    padding-right: 0px;
  }
  .options-right .scroll-bar, .options-left .scroll-bar {
    height: 50px;
    width: 100%;
    text-align: center;
    border-width: 0px 0px 3px 0px;
  }
  .options-right .scroll-bar-bottom, .options-left .scroll-bar-bottom {
    height: 50px;
    width: 100%;
    text-align: center;
    border-width: 3px 0px 0px 0px;
  }
  .options-right .options-strip-dec, .options-left .options-strip-dec {
    border-width: 0px 3px 0px 3px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 100%;
  }
  .options-right .options-strip, .options-left .options-strip {
    padding: 15px;
    transition: 1s;
  }
  .options-right button, .options-left button {
    width: 100%;
    height: 60px;
    margin-bottom: 2px;
  }
  .options-right button i, .options-left button i {
    font-size: 40px;
    margin-left: -5px;
  }
  .url-box {
    width: 80%;
    margin-left: 10%;
    border-width: 1px;
    padding: 15px;
    word-wrap: break-word;
  }
  .url-copy {
    margin-left: 10%;
    margin-top: 25px;
  }
  .select-list-block {
    text-align: center;
    margin-bottom: 0px;
  }
  .combo {
    position: absolute;
    z-index: 3;
  }
  .comboList {
    width: 100%;
    border-width: 1px;
    border-radius: 4px;
    cursor: pointer;
    padding-left: 0px;
  }
  .comboList li {
    padding-left: 10px;
  }
  .filter-button {
    height: 30px;
  }
  .filter-header-bar {
    font-size: 18px;
    height: 30px;
    border-radius: 3px;
  }
  .wizard-footer {
    height: 60px;
    margin: 0px;
  }
  .wizard-footer .wizard-breadcrumb-container {
    position: fixed;
    z-index: 1;
    bottom: 0;
  }
  .wizard-footer .wizard-action-buttons {
    margin: 2px 0px 0px 0px;
    height: 55px;
    width: 55px;
  }
  .wizard-body {
    margin: 0px;
    overflow-y: auto;
  }
  .wizard-header {
    height: 40px;
    margin: 0px;
  }
  .wizard-header .wizard-breadcrumb-container {
    position: fixed;
    z-index: 1;
    text-align: center;
    height: inherit;
  }
  .wizard-header .wizard-breadcrumb-container .wizard-breadcrumb {
    height: 35px;
    width: 35px;
    margin: 2px 10px 0px 0px;
    display: inline-block;
  }
  .wizard-header .wizard-breadcrumb-container .wizard-breadcrumb span {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }
  .loading-screen-container {
    z-index: 1;
    position: absolute;
  }
  .loading-screen-container .loading-screen {
    text-align: center;
  }
  .loading-screen-container .loading-screen svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: square;
  }
  .loading-screen-container .loading-screen svg .loading-text {
    font-size: 54px;
    stroke-width: 2px;
    stroke-opacity: 0.7;
  }
  .loading-screen-container .loading-screen svg .loading-circle-bg {
    stroke-width: 30px;
    stroke-opacity: 0.4;
    fill: none;
  }
  .loading-screen-container .loading-screen svg .loading-circle-target {
    stroke-width: 30px;
    stroke-opacity: 0.6;
  }
  .loading-screen-container .loading-screen .back-screen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .filter-header-col {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .filter-header-col div {
    text-align: center;
  }
  .filter-header-col div:first-child {
    border-width: 0px 1px 0px 0px;
  }
  .filter-header-col div:last-child {
    border-width: 0px 0px 0px 1px;
  }
  .filter-body {
    margin-bottom: 20px;
  }
  .search-box-container {
    margin-top: 2px;
  }
  /*classes need for type properties*/
  .margin-bottom-clear {
    margin-bottom: 0px;
  }
  .maring-top-sub {
    margin-top: -4px;
  }
  .col-margin-top {
    margin-top: 10px;
  }
  .col-padding-left {
    padding-left: 15px;
  }
  .mobile-option-slider {
    position: absolute;
    z-index: 1;
  }
  .mobile-option-slider ul {
    padding: 0px;
  }
  .mobile-option-slider ul li {
    list-style: none;
    padding-left: 10px;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 3px;
  }
  .mobile-option-slider ul li a {
    font-size: 20px;
  }
  .mobile-section-top-nav ul {
    padding-top: 7px;
  }
  .mobile-section-top-nav .input-group {
    padding-top: 3px;
  }
  .mobile-section-top-nav li i {
    font-size: 28px;
  }
  .table-body-box {
    border-width: 0px 2px 2px 2px;
  }
  #wizard-modal {
    width: 100%;
    z-index: 3;
  }
  .form-control {
    font-size: 1rem;
  }
  .final-screen img {
    width: 80%;
  }
  .final-screen #final-message {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .final-screen i {
    font-size: 80px;
  }
  .final-screen #icon-right {
    margin-left: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1023px) and (max-height: 400px) and (orientation: landscape) {
  #right-side-bar {
    display: none;
  }
  #left-side-bar {
    display: none;
  }
  body {
    font-size: 1rem;
  }
  .horizontal-container {
    width: 100%;
    overflow: auto;
  }
  .table-tab-container {
    padding: 0px;
    margin-bottom: 5px;
  }
  .right-table {
    margin: 10px 0px 0px 0px;
  }
  .table-header {
    font-size: 20px;
    text-align: center;
    padding: 3px;
    border-width: 2px;
  }
  .table-header-second {
    font-size: 20px;
    border-left: 2px;
    border-right: 2px;
    text-align: center;
    font-weight: bold;
  }
  .table-tab-moblie-first-row, .table-tab-container {
    margin-bottom: 8px;
  }
  .table-edit-panel-left {
    border-top: 2px;
  }
  .table-tabs-active {
    border-right: 2px;
    border-top: 2px;
    border-bottom: 2px;
    text-align: center;
    float: left;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
  }
  .table-tabs {
    border-right: 2px;
    border-top: 2px;
    border-bottom: 2px;
    text-align: center;
    float: left;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
  }
  .tdthicon {
    text-align: center;
    min-width: 10px;
  }
  table {
    text-align: left;
    border: 2px;
  }
  table th {
    border: 2px;
    text-align: center;
    padding: 3px;
  }
  table td {
    cursor: pointer;
    padding: 3px;
  }
  .table-buttons {
    padding-top: 0px;
    height: 40px;
    width: 50px;
    font-size: 16px;
  }
  #select-modal-table {
    text-align: left;
  }
  #select-modal-table #table-modal-head #modal-row > div {
    border: 2px;
    text-align: center;
    padding: 3px;
  }
  #select-modal-table #table-modal-body {
    border: 2px;
  }
  #select-modal-table #table-modal-body .modal-data-row > div {
    cursor: pointer;
    padding: 3px;
    overflow: hidden;
    height: 25px;
  }
  .menu-container {
    margin-top: 50px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .menu-container .app-container {
    width: 100%;
    margin-bottom: 30px;
    border-width: 0px 0px 2px 0px;
  }
  .menu-container .app-container .app-header {
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    border-radius: 2px;
    border-width: 2px 2px 0px 2px;
  }
  .menu-container .app-container .app-button {
    width: 50%;
    float: left;
    border-width: 2px 0px 0px 0px;
  }
  .menu-container .app-container .app-button .app-image {
    width: 100%;
  }
  .menu-container .app-container .module-container {
    margin-left: 50%;
    border-left: 2px;
    border-width: 0px 0px 2px 0px;
  }
  .menu-container .app-container .module-container a {
    border-width: 2px 0px 0px 0px;
    display: block;
  }
  .menu-container .app-container .module-container a:hover {
    border-width: 2px 0px 2px 0px;
  }
  #routeContainer {
    padding-left: 5px;
    padding-right: 5px;
  }
  #mobile-main {
    margin-top: 45px;
  }
  #mobile-user-settings {
    font-size: 28px;
  }
  .mobile-settings-userName {
    font-size: 20px;
    /*@media screen and (max-width: 544px){/*col-sm  font-size:20px;}*/
  }
  .mobile-messages-container {
    position: absolute;
    width: 100%;
    z-index: 9;
    text-align: center;
    transition: 1s;
    height: 0px;
    overflow: hidden;
  }
  .mobile-messages-container .mobile-messages-window {
    position: relative;
    height: 100%;
  }
  .mobile-messages-container .mobile-message-strip {
    text-align: left;
  }
  .mobile-messages-container .mobile-message-item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border-width: 2px;
    padding: 10px;
  }
  .mobile-messages-container .mobile-close-bar {
    border-width: 2px;
  }
  .mobile-nav {
    border-width: 1px;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 8;
    top: 0px;
  }
  .mobile-nav #mobile-menu-div {
    display: inline-block;
  }
  .mobile-nav #mobile-menu-div button {
    border-width: 0px 1px 0px 1px;
  }
  .mobile-nav #mobile-user-settings {
    float: right;
    height: inherit;
    width: 20%;
  }
  .mobile-nav #mobile-user-settings ul {
    padding: 0px;
    display: table;
    margin-bottom: 0px;
    height: inherit;
    width: 100%;
  }
  .mobile-nav #mobile-user-settings ul li {
    text-align: center;
    display: table-cell;
    padding: 1%;
    border-width: 0px 2px 0px 0px;
  }
  .mobile-menu-dropdown-container {
    font-size: 20px;
    z-index: 8;
    position: fixed;
    width: 100%;
  }
  .mobile-menu-dropdown-container ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .mobile-menu-dropdown-container ul li {
    padding-left: 10px;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 3px;
  }
  .mobile-close-bar {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    text-align: center;
  }
  .section-header .content {
    padding-top: 20px;
  }
  .concept-content {
    position: relative;
    z-index: 0;
  }
  .row-container {
    position: relative;
    z-index: 0;
  }
  .row-content {
    position: relative;
    z-index: 0;
  }
  .panel-container {
    overflow: hidden;
  }
  .panel-content {
    position: relative;
    z-index: 0;
  }
  .panel-body-optionless {
    margin-bottom: 10px;
  }
  .block-container {
    margin-bottom: 2px;
  }
  .slider {
    border-width: 1px;
  }
  .slider .slider-css {
    height: 100%;
  }
  .options-right-left-window {
    overflow: hidden;
    height: 80%;
  }
  .options-container {
    border-width: 3px;
    height: 46px;
  }
  .options-container-side {
    border-width: 3px;
    overflow: hidden;
  }
  .options-strip-side {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .options-strip {
    display: inline-block;
    position: absolute;
    left: 0px;
    height: 40px;
  }
  .option-wrapper {
    margin-left: 2px;
    margin-right: 2px;
  }
  .record-option {
    font-weight: bold;
    border-width: 0px 0px 0px 1px;
    padding: 2px 10px 2px 10px;
    margin-top: 4px;
  }
  .multi-option {
    border-width: 1px;
    border-radius: 5px;
    margin-top: 4px;
  }
  .multi-option .adjustment-stack-bg {
    margin-top: 1px;
    font-size: 29px;
  }
  .options-top {
    height: 50px;
  }
  .options-top .options-window {
    height: inherit;
  }
  .options-top .options-window-side {
    padding: 5px 0px 0px 0px;
    height: inherit;
    border-width: 0px 0px 3px 0px;
  }
  .options-top button {
    padding-top: 0px;
    height: 40px;
    width: 60px;
    font-size: 27px;
  }
  .options-bottom {
    height: 50px;
  }
  .options-bottom .options-window {
    height: inherit;
  }
  .options-bottom .options-window-side {
    padding: 3px 0px 0px 0px;
    height: inherit;
    border-width: 3px 0px 0px 0px;
  }
  .options-bottom button {
    padding-bottom: 0px;
    height: 40px;
    width: 60px;
    font-size: 27px;
  }
  .options-right, .options-left {
    padding-left: 0px;
    padding-right: 0px;
  }
  .options-right .scroll-bar, .options-left .scroll-bar {
    height: 50px;
    width: 100%;
    text-align: center;
    border-width: 0px 0px 3px 0px;
  }
  .options-right .scroll-bar-bottom, .options-left .scroll-bar-bottom {
    height: 50px;
    width: 100%;
    text-align: center;
    border-width: 3px 0px 0px 0px;
  }
  .options-right .options-strip-dec, .options-left .options-strip-dec {
    border-width: 0px 3px 0px 3px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 100%;
  }
  .options-right .options-strip, .options-left .options-strip {
    padding: 15px;
    transition: 1s;
  }
  .options-right button, .options-left button {
    width: 100%;
    height: 60px;
    margin-bottom: 2px;
  }
  .options-right button i, .options-left button i {
    font-size: 40px;
    margin-left: -5px;
  }
  .url-box {
    width: 80%;
    margin-left: 10%;
    border-width: 1px;
    padding: 15px;
    word-wrap: break-word;
  }
  .url-copy {
    margin-left: 10%;
    margin-top: 25px;
  }
  .select-list-block {
    text-align: center;
    margin-bottom: 0px;
  }
  .combo {
    position: absolute;
    z-index: 3;
  }
  .comboList {
    width: 100%;
    border-width: 1px;
    border-radius: 4px;
    cursor: pointer;
    padding-left: 0px;
  }
  .comboList li {
    padding-left: 10px;
  }
  .filter-button {
    height: 30px;
  }
  .filter-header-bar {
    font-size: 18px;
    height: 30px;
    border-radius: 3px;
  }
  .wizard-footer {
    height: 60px;
    margin: 0px;
  }
  .wizard-footer .wizard-breadcrumb-container {
    position: fixed;
    z-index: 1;
    bottom: 0;
  }
  .wizard-footer .wizard-action-buttons {
    margin: 2px 0px 0px 0px;
    height: 55px;
    width: 55px;
  }
  .wizard-body {
    margin: 0px;
    overflow-y: auto;
  }
  .wizard-header {
    height: 40px;
    margin: 0px;
  }
  .wizard-header .wizard-breadcrumb-container {
    position: fixed;
    z-index: 1;
    text-align: center;
    height: inherit;
  }
  .wizard-header .wizard-breadcrumb-container .wizard-breadcrumb {
    height: 35px;
    width: 35px;
    margin: 2px 10px 0px 0px;
    display: inline-block;
  }
  .wizard-header .wizard-breadcrumb-container .wizard-breadcrumb span {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }
  .loading-screen-container {
    z-index: 1;
    position: absolute;
  }
  .loading-screen-container .loading-screen {
    text-align: center;
  }
  .loading-screen-container .loading-screen svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: square;
  }
  .loading-screen-container .loading-screen svg .loading-text {
    font-size: 54px;
    stroke-width: 2px;
    stroke-opacity: 0.7;
  }
  .loading-screen-container .loading-screen svg .loading-circle-bg {
    stroke-width: 30px;
    stroke-opacity: 0.4;
    fill: none;
  }
  .loading-screen-container .loading-screen svg .loading-circle-target {
    stroke-width: 30px;
    stroke-opacity: 0.6;
  }
  .loading-screen-container .loading-screen .back-screen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .filter-header-col {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .filter-header-col div {
    text-align: center;
  }
  .filter-header-col div:first-child {
    border-width: 0px 1px 0px 0px;
  }
  .filter-header-col div:last-child {
    border-width: 0px 0px 0px 1px;
  }
  .filter-body {
    margin-bottom: 20px;
  }
  .search-box-container {
    margin-top: 2px;
  }
  /*classes need for type properties*/
  .margin-bottom-clear {
    margin-bottom: 0px;
  }
  .maring-top-sub {
    margin-top: -4px;
  }
  .col-margin-top {
    margin-top: 10px;
  }
  .col-padding-left {
    padding-left: 15px;
  }
  .mobile-option-slider {
    position: absolute;
    z-index: 1;
  }
  .mobile-option-slider ul {
    padding: 0px;
  }
  .mobile-option-slider ul li {
    list-style: none;
    padding-left: 10px;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 3px;
  }
  .mobile-option-slider ul li a {
    font-size: 25px;
  }
  .mobile-section-top-nav ul {
    padding-top: 7px;
  }
  .mobile-section-top-nav .input-group {
    padding-top: 3px;
  }
  .mobile-section-top-nav li i {
    font-size: 28px;
  }
  .table-body-box {
    border-width: 0px 2px 2px 2px;
  }
  #wizard-modal {
    width: 100%;
    z-index: 3;
  }
  .form-control {
    font-size: 1rem;
  }
  /*---------------------------------Card Block --------------------------------------*/
  .chart-card-body {
    text-align: center;
    margin: 7px 0px 7px 0px;
  }
  .chart-card-body .chart-card-label {
    font-size: 50px;
  }
  .chart-card-body .chart-card-value {
    font-size: 36px;
  }
}
/**
    Global
*/
@media screen and (min-width: 426px) and (max-width: 1023px) and (min-height: 401px) {
  #right-side-bar {
    display: none;
  }
  #left-side-bar {
    display: none;
  }
  body {
    font-size: 1rem;
  }
  .horizontal-container {
    width: 100%;
    overflow: auto;
  }
  .table-tab-container {
    padding: 0px;
    margin-bottom: 5px;
  }
  .right-table {
    margin: 10px 0px 0px 0px;
  }
  .table-header {
    font-size: 20px;
    text-align: center;
    padding: 3px;
    border-width: 2px;
  }
  .table-header-second {
    font-size: 20px;
    border-left: 2px;
    border-right: 2px;
    text-align: center;
    font-weight: bold;
  }
  .table-tab-moblie-first-row, .table-tab-container {
    margin-bottom: 8px;
  }
  .table-edit-panel-left {
    border-top: 2px;
  }
  .table-tabs-active {
    border-right: 2px;
    border-top: 2px;
    border-bottom: 2px;
    text-align: center;
    float: left;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
  }
  .table-tabs {
    border-right: 2px;
    border-top: 2px;
    border-bottom: 2px;
    text-align: center;
    float: left;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
  }
  .tdthicon {
    text-align: center;
    min-width: 10px;
  }
  table {
    text-align: left;
    border: 2px;
  }
  table th {
    border: 2px;
    text-align: center;
    padding: 3px;
  }
  table td {
    cursor: pointer;
    padding: 3px;
  }
  .table-buttons {
    padding-top: 0px;
    height: 25px;
    width: 50px;
    font-size: 16px;
  }
  #select-modal-table {
    text-align: left;
  }
  #select-modal-table #table-modal-head #modal-row > div {
    border: 2px;
    text-align: center;
    padding: 3px;
  }
  #select-modal-table #table-modal-body {
    border: 2px;
  }
  #select-modal-table #table-modal-body .modal-data-row > div {
    cursor: pointer;
    padding: 3px;
    overflow: hidden;
    height: 25px;
  }
  .menu-container {
    margin-top: 50px;
    margin-left: 5%;
    margin-right: 5%;
  }
  .menu-container .app-container {
    width: 100%;
    margin-bottom: 30px;
    border-width: 0px 0px 2px 0px;
  }
  .menu-container .app-container .app-header {
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    border-radius: 2px;
    border-width: 2px 2px 0px 2px;
  }
  .menu-container .app-container .app-button {
    width: 50%;
    float: left;
    border-width: 2px 0px 0px 0px;
  }
  .menu-container .app-container .app-button .app-image {
    width: 100%;
  }
  .menu-container .app-container .module-container {
    margin-left: 50%;
    border-left: 2px;
    border-width: 0px 0px 2px 0px;
  }
  .menu-container .app-container .module-container a {
    border-width: 2px 0px 0px 0px;
    display: block;
  }
  .menu-container .app-container .module-container a:hover {
    border-width: 2px 0px 2px 0px;
  }
  #routeContainer {
    padding-left: 5px;
    padding-right: 5px;
  }
  #mobile-main {
    margin-top: 50px;
  }
  #mobile-user-settings {
    font-size: 28px;
  }
  .mobile-settings-userName {
    font-size: 20px;
    /*@media screen and (max-width: 544px){/*col-sm  font-size:20px;}*/
  }
  .mobile-messages-container {
    position: absolute;
    width: 100%;
    z-index: 9;
    text-align: center;
    transition: 1s;
    height: 0px;
    overflow: hidden;
  }
  .mobile-messages-container .mobile-messages-window {
    position: relative;
    height: 100%;
  }
  .mobile-messages-container .mobile-message-strip {
    text-align: left;
  }
  .mobile-messages-container .mobile-message-item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border-width: 2px;
    padding: 10px;
  }
  .mobile-messages-container .mobile-close-bar {
    border-width: 2px;
  }
  .mobile-nav {
    border-width: 1px;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 8;
    top: 0px;
  }
  .mobile-nav #mobile-menu-div {
    display: inline-block;
  }
  .mobile-nav #mobile-menu-div button {
    border-width: 0px 1px 0px 1px;
  }
  .mobile-nav #mobile-user-settings {
    float: right;
    height: inherit;
    width: 20%;
  }
  .mobile-nav #mobile-user-settings ul {
    padding: 0px;
    display: table;
    margin-bottom: 0px;
    height: inherit;
    width: 100%;
  }
  .mobile-nav #mobile-user-settings ul li {
    text-align: center;
    display: table-cell;
    padding: 1%;
    border-width: 0px 2px 0px 0px;
  }
  .mobile-menu-dropdown-container {
    font-size: 20px;
    z-index: 8;
    position: fixed;
    width: 100%;
  }
  .mobile-menu-dropdown-container ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .mobile-menu-dropdown-container ul li {
    padding-left: 10px;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 3px;
  }
  .mobile-close-bar {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    text-align: center;
  }
  .section-header .content {
    padding-top: 20px;
  }
  .concept-content {
    position: relative;
    z-index: 0;
  }
  .row-container {
    position: relative;
    z-index: 0;
  }
  .row-content {
    position: relative;
    z-index: 0;
  }
  .panel-container {
    overflow: hidden;
  }
  .panel-content {
    position: relative;
    z-index: 0;
  }
  .panel-body-optionless {
    margin-bottom: 10px;
  }
  .block-container {
    margin-bottom: 2px;
  }
  .slider {
    border-width: 1px;
  }
  .slider .slider-css {
    height: 100%;
  }
  .screen-nav-bar {
    font-size: 17px;
    padding: 0px;
  }
  .screen-nav-bar .screen-nav-item {
    text-align: center;
    min-width: 80px;
    padding: 0px 10px 0px 10px;
    height: 30px;
  }
  .screen-nav-bar .screen-nav-item:hover {
    border-width: 0px 2px 0px 2px;
  }
  .screen-nav-bar .active {
    border-width: 0px 2px 0px 2px;
  }
  .top-nav {
    padding: 0px;
    /*Remove from boot strap*/
  }
  .top-nav .nav-inline .nav-item + .nav-item, .top-nav .nav-inline .nav-link + .nav-link {
    margin-left: 0px;
  }
  .top-nav i {
    font-size: 25px;
  }
  .top-nav span {
    font-size: 20px;
    margin-left: 5px;
  }
  .top-nav li {
    padding-left: 13px;
    padding-right: 14px;
  }
  .top-nav li a span {
    margin-left: 5px;
  }
  .top-nav .wizardNav {
    display: inline-block;
  }
  .top-nav .sectionNav {
    display: inline-block;
  }
  .options-right-left-window {
    overflow: hidden;
    height: 80%;
  }
  .options-container {
    border-width: 3px;
    height: 46px;
  }
  .options-container-side {
    border-width: 3px;
    overflow: hidden;
  }
  .options-strip-side {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .options-strip {
    display: inline-block;
    position: absolute;
    left: 0px;
    height: 40px;
  }
  .option-wrapper {
    margin-left: 2px;
    margin-right: 2px;
  }
  .record-option {
    font-weight: bold;
    border-width: 0px 0px 0px 1px;
    padding: 2px 10px 2px 10px;
    margin-top: 4px;
  }
  .multi-option {
    border-width: 1px;
    border-radius: 5px;
    margin-top: 4px;
  }
  .multi-option .adjustment-stack-bg {
    margin-top: 1px;
    font-size: 29px;
  }
  .options-top {
    height: 50px;
  }
  .options-top .options-window {
    height: inherit;
  }
  .options-top .options-window-side {
    height: inherit;
    border-width: 0px 0px 3px 0px;
  }
  .options-top button {
    padding-top: 0px;
    height: 40px;
    width: 60px;
    font-size: 27px;
  }
  .options-bottom {
    height: 50px;
  }
  .options-bottom .options-window {
    height: inherit;
  }
  .options-bottom .options-window-side {
    height: inherit;
    border-width: 3px 0px 0px 0px;
  }
  .options-bottom button {
    padding-bottom: 0px;
    height: 40px;
    width: 60px;
    font-size: 27px;
  }
  .options-right, .options-left {
    padding-left: 0px;
    padding-right: 0px;
  }
  .options-right .scroll-bar, .options-left .scroll-bar {
    height: 50px;
    width: 100%;
    text-align: center;
    border-width: 0px 0px 3px 0px;
  }
  .options-right .scroll-bar-bottom, .options-left .scroll-bar-bottom {
    height: 50px;
    width: 100%;
    text-align: center;
    border-width: 3px 0px 0px 0px;
  }
  .options-right .options-strip-dec, .options-left .options-strip-dec {
    border-width: 0px 3px 0px 3px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 100%;
  }
  .options-right .options-strip, .options-left .options-strip {
    padding: 15px;
    transition: 1s;
  }
  .options-right button, .options-left button {
    width: 100%;
    height: 57px;
    font-size: 35px;
    margin-bottom: 5px;
  }
  .url-box {
    width: 80%;
    margin-left: 10%;
    border-width: 1px;
    padding: 15px;
    word-wrap: break-word;
  }
  .url-copy {
    margin-left: 10%;
    margin-top: 25px;
  }
  .select-list-block {
    text-align: center;
    margin-bottom: 0px;
  }
  .combo {
    position: absolute;
    z-index: 3;
  }
  .comboList {
    width: 100%;
    border-width: 1px;
    border-radius: 4px;
    cursor: pointer;
    padding-left: 0px;
  }
  .comboList li {
    padding-left: 10px;
  }
  .filter-button {
    height: 30px;
  }
  .filter-header-bar {
    font-size: 18px;
    height: 30px;
    border-radius: 3px;
  }
  .wizard-footer {
    height: 80px;
    margin: 0px;
  }
  .wizard-footer .wizard-breadcrumb-container {
    position: fixed;
    z-index: 1;
    bottom: 0;
  }
  .wizard-footer .wizard-action-buttons {
    padding: 2px 0px 0px 0px;
    height: 75px;
    width: 75px;
  }
  .wizard-body {
    margin: 0px;
    overflow-y: auto;
  }
  .wizard-header {
    height: 60px;
    margin: 0px;
  }
  .wizard-header .wizard-breadcrumb-container {
    position: fixed;
    z-index: 1;
    text-align: center;
    height: inherit;
  }
  .wizard-header .wizard-breadcrumb-container .wizard-breadcrumb {
    height: 55px;
    width: 55px;
    margin-right: 10px;
    display: inline-block;
  }
  .wizard-header .wizard-breadcrumb-container .wizard-breadcrumb span {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }
  .loading-screen-container {
    z-index: 1;
    position: absolute;
  }
  .loading-screen-container .loading-screen {
    text-align: center;
  }
  .loading-screen-container .loading-screen svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: square;
  }
  .loading-screen-container .loading-screen svg .loading-text {
    font-size: 54px;
    stroke-width: 2px;
    stroke-opacity: 0.7;
  }
  .loading-screen-container .loading-screen svg .loading-circle-bg {
    stroke-width: 30px;
    stroke-opacity: 0.4;
    fill: none;
  }
  .loading-screen-container .loading-screen svg .loading-circle-target {
    stroke-width: 30px;
    stroke-opacity: 0.6;
  }
  .loading-screen-container .loading-screen .back-screen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .filter-header-col {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .filter-header-col div {
    text-align: center;
  }
  .filter-header-col div:first-child {
    border-width: 0px 1px 0px 0px;
  }
  .filter-header-col div:last-child {
    border-width: 0px 0px 0px 1px;
  }
  .filter-body {
    margin-bottom: 20px;
  }
  .search-box-container {
    margin-top: 2px;
  }
  /*classes need for type properties*/
  .margin-bottom-clear {
    margin-bottom: 0px;
  }
  .maring-top-sub {
    margin-top: -4px;
  }
  .col-margin-top {
    margin-top: 10px;
  }
  .col-padding-left {
    padding-left: 15px;
  }
  .table-body-box {
    border-width: 0px 2px 2px 2px;
  }
  #wizard-modal {
    width: 100%;
    z-index: 3;
  }
  .form-control {
    font-size: 1rem;
  }
  /*---------------------------------Card Block --------------------------------------*/
  .chart-card-body {
    text-align: center;
    margin: 7px 0px 7px 0px;
  }
  .chart-card-body .chart-card-label {
    font-size: 50px;
  }
  .chart-card-body .chart-card-value {
    font-size: 36px;
  }
  .final-screen img {
    width: 80%;
  }
  .final-screen #final-message {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .final-screen i {
    font-size: 80px;
  }
  .final-screen #icon-right {
    margin-left: 60px;
  }
}
/**
    Global
*/
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  body {
    font-size: 1rem;
  }
  .admin-page-controls {
    text-align: right;
  }
  .horizontal-container {
    width: 100%;
    overflow: auto;
  }
  .table-tab-container {
    padding: 0px;
    margin-bottom: 5px;
  }
  .table-tab-moblie-first-row {
    margin-bottom: 8px;
  }
  .table-header {
    font-size: 20px;
    text-align: center;
    padding: 3px;
    border-width: 2px;
  }
  .table-header-second {
    font-size: 20px;
    border-left: 2px;
    border-right: 2px;
    text-align: center;
    font-weight: bold;
  }
  .table-edit-panel-left {
    border-top: 2px;
  }
  .table-tabs-active {
    border-right: 2px;
    border-top: 2px;
    border-bottom: 2px;
    text-align: center;
    float: left;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
  }
  .table-tabs {
    border-right: 2px;
    border-top: 2px;
    border-bottom: 2px;
    text-align: center;
    float: left;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
  }
  .tdthicon {
    text-align: center;
    min-width: 10px;
  }
  table {
    text-align: left;
    border: 2px;
  }
  table th {
    border: 2px;
    text-align: center;
    padding: 3px;
  }
  table td {
    cursor: pointer;
    padding: 3px;
  }
  .table-buttons {
    padding-top: 0px;
    height: 25px;
    width: 50px;
    font-size: 16px;
  }
  #select-modal-table {
    text-align: left;
  }
  #select-modal-table #table-modal-head #modal-row > div {
    border: 2px;
    text-align: center;
    padding: 3px;
  }
  #select-modal-table #table-modal-body {
    border: 2px;
  }
  #select-modal-table #table-modal-body .modal-data-row > div {
    cursor: pointer;
    padding: 3px;
    overflow: hidden;
    height: 25px;
  }
  .menu-container {
    margin-top: 50px;
    margin-left: 20%;
    margin-right: 20%;
  }
  .menu-container .app-container {
    width: 100%;
    margin-bottom: 30px;
    border-width: 0px 0px 2px 0px;
  }
  .menu-container .app-container .app-header {
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    border-radius: 2px;
    border-width: 2px 2px 0px 2px;
  }
  .menu-container .app-container .app-button {
    width: 50%;
    float: left;
    border-width: 2px 0px 0px 0px;
  }
  .menu-container .app-container .app-button .app-image {
    width: 100%;
  }
  .menu-container .app-container .module-container {
    margin-left: 50%;
    border-left: 2px;
    border-width: 0px 0px 2px 0px;
  }
  .menu-container .app-container .module-container a {
    border-width: 2px 0px 2px 0px;
    display: block;
  }
  .menu-container .app-container .module-container a:hover {
    border-width: 2px 0px 2px 0px;
  }
  #routeContainer {
    /*padding-left:5px;*/
    padding-right: 5px;
  }
  #mobile-user-settings {
    font-size: 28px;
  }
  .mobile-messages-container {
    position: absolute;
    width: 100%;
    z-index: 9;
    text-align: center;
    transition: 1s;
    height: 0px;
    overflow: hidden;
  }
  .mobile-messages-container .mobile-messages-window {
    position: relative;
    height: 100%;
  }
  .mobile-messages-container .mobile-message-strip {
    text-align: left;
  }
  .mobile-messages-container .mobile-message-item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border-width: 2px;
    padding: 10px;
  }
  .mobile-messages-container .mobile-close-bar {
    border-width: 2px;
  }
  .mobile-nav {
    border-width: 1px;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 8;
    top: 0px;
  }
  .mobile-nav #mobile-menu-div {
    display: inline-block;
  }
  .mobile-nav #mobile-menu-div button {
    border-width: 0px 1px 0px 1px;
  }
  .mobile-nav #mobile-user-settings {
    float: right;
    height: inherit;
    width: 20%;
    cursor: pointer;
  }
  .mobile-nav #mobile-user-settings ul {
    padding: 0px;
    display: table;
    margin-bottom: 0px;
    height: inherit;
    width: 100%;
  }
  .mobile-nav #mobile-user-settings ul li {
    text-align: center;
    display: table-cell;
    padding: 1%;
    border-width: 0px 2px 0px 0px;
  }
  .mobile-menu-dropdown-container {
    font-size: 20px;
    z-index: 8;
    position: fixed;
    width: 100%;
  }
  .mobile-menu-dropdown-container ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .mobile-menu-dropdown-container ul li {
    padding-left: 10px;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 3px;
  }
  .mobile-close-bar {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    text-align: center;
  }
  #main-screen {
    transition: 1s;
    position: relative;
    display: block;
    width: 100%;
  }
  .ms-left-open {
    padding-left: 12%;
  }
  .ms-left-closed {
    padding-left: 6%;
  }
  .ms-right-open {
    padding-right: 12%;
  }
  .ms-right-closed {
    padding-right: 6%;
  }
  .sidebar-control {
    position: fixed;
    transition: 1s;
    top: 0;
    line-height: 1.25;
    width: 2%;
    overflow: hidden;
  }
  .sidebar-control .caret-left, .sidebar-control .caret-right {
    font-size: 36px;
    margin: 0 auto;
  }
  .slide-bar-left-open {
    left: 10%;
  }
  .slide-bar-left-open .caret-left {
    display: block;
  }
  .slide-bar-left-open .caret-right {
    display: none;
  }
  .slide-bar-left-closed {
    left: 4%;
  }
  .slide-bar-left-closed .caret-left {
    display: none;
  }
  .slide-bar-left-closed .caret-right {
    display: block;
  }
  .slide-bar-right-open {
    left: 88%;
  }
  .slide-bar-right-open .caret-left {
    display: none;
  }
  .slide-bar-right-open .caret-right {
    display: block;
  }
  .slide-bar-right-closed {
    left: 94%;
  }
  .slide-bar-right-closed .caret-left {
    display: block;
  }
  .slide-bar-right-closed .caret-right {
    display: none;
  }
  .sidebar-control-button {
    cursor: pointer;
    text-align: center;
  }
  .side-bar {
    height: 100%;
  }
  .second-nav .long {
    display: block;
    margin-left: 10px;
  }
  .second-nav .long i {
    margin-top: 4px;
    width: 20px;
    height: 20px;
    float: left;
  }
  .second-nav .long span {
    margin-left: 33px;
    display: block;
  }
  .second-nav .short {
    display: block;
    margin-left: 20%;
  }
  .second-nav .short i {
    margin-top: 4px;
    width: 30px;
    height: 30px;
  }
  .second-nav .short span {
    display: none;
  }
  #user-settings .user-bar {
    text-align: center;
    height: 45px;
    font-size: 15px;
  }
  #user-settings .user-bar i {
    font-size: 20px;
  }
  #user-settings ul {
    padding: 0px;
    border-width: 2px 0px 2px 0px;
    display: table;
    margin-bottom: 0px;
    width: 100%;
  }
  #user-settings ul li {
    text-align: center;
    display: table-cell;
    border-width: 0px 2px 0px 0px;
    cursor: pointer;
  }
  #user-settings ul li:last-child {
    border-right: 0px;
  }
  .sidebar-open {
    width: 10%;
  }
  .sidebar-closed {
    width: 4%;
  }
  #left-side-bar {
    display: block;
    border-width: 0px 1px 0px 0px;
    font-size: 15px;
    left: 0;
    top: 0;
    position: fixed;
    transition: 1s;
  }
  #left-side-bar .nav-container {
    overflow: hidden;
    width: 99%;
    float: left;
  }
  #left-side-bar .second-nav-line {
    width: 100%;
  }
  #left-side-bar .second-nav-line span {
    display: block;
    border-width: 1px;
    width: 88%;
    margin-left: 6%;
  }
  #left-side-bar .second-nav {
    margin-top: 16px;
    padding: 0px;
  }
  #left-side-bar .second-nav div {
    /*border-width: 1px 0px 1px 0px;*/
    border: 0;
  }
  #left-side-bar .second-nav div .long {
    display: block;
  }
  #left-side-bar .second-nav div .short {
    display: block;
  }
  #left-side-bar .second-nav div .short span {
    display: none;
  }
  #left-side-bar .second-nav div:hover {
    border-width: 0px;
  }
  #left-side-bar .second-nav .selected {
    border-width: 0px;
  }
  #left-side-bar .second-nav .selected a {
    cursor: default;
  }
  .messages-closed .message-bar {
    display: none;
  }
  #right-side-bar {
    display: block;
    right: 0;
    position: fixed;
    height: 100%;
    transition: 1s;
    border-width: 0px 0px 0px 1px;
  }
  #right-side-bar #side-button-bottom {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0px;
    border-width: 3px 0px 0px 3px;
  }
  #right-side-bar .message-bar {
    height: 100%;
    overflow: hidden;
  }
  #right-side-bar .message-bar .message-list {
    height: 100%;
    overflow: auto;
  }
  #right-side-bar .message-container .message-item {
    padding: 10px;
    margin-bottom: 5px;
    border-width: 2px;
    min-height: 150px;
    font-size: 9px;
  }
  #right-side-bar .message-container .message-item div {
    font-size: 13px;
    width: 100%;
    margin-bottom: 5px;
  }
  #right-side-bar .message-container .message-item div:hover {
    cursor: pointer;
  }
  #right-side-bar .message-container .message-item .mini-view {
    display: none;
  }
  #right-side-bar .message-container .message-item .message-text {
    max-height: 80px;
    overflow: hidden;
  }
  #right-side-bar .message-container .message-item .message-text a {
    color: #BAD8E1;
    text-decoration: underline;
  }
  #right-side-bar .message-container .message-item .message-control {
    cursor: pointer;
  }
  #right-side-bar .message-container .message-item h6 {
    line-height: 1.2;
    cursor: pointer;
    font-size: 15px;
    display: block;
  }
  #right-side-bar .message-container .message-item:first-of-type {
    margin-top: 5px;
  }
  #right-side-bar .message-container .full-message-strip .message-item {
    padding: 20px;
    margin-bottom: 5px;
    border-width: 2px;
    font-size: 20px;
  }
  #right-side-bar .message-container .full-message-strip .message-item .mini-view {
    display: none;
  }
  #right-side-bar .message-container .full-message-strip .message-item .message-text {
    max-height: 10000px;
    overflow: hidden;
  }
  #right-side-bar .message-container .full-message-strip .message-item .message-text a {
    color: #BAD8E1;
    text-decoration: underline;
  }
  #right-side-bar .message-container .full-message-strip .message-item h6 {
    line-height: 1.2;
    cursor: default;
    font-size: 33px;
  }
  .section-header .content {
    padding-top: 20px;
  }
  .concept-content {
    position: relative;
    z-index: 0;
  }
  .row-container {
    position: relative;
    z-index: 0;
  }
  .row-content {
    position: relative;
    z-index: 0;
  }
  .panel-container {
    overflow: hidden;
  }
  .panel-content {
    position: relative;
    z-index: 0;
  }
  .panel-body-optionless {
    margin-bottom: 10px;
  }
  .block-container {
    margin-bottom: 2px;
  }
  .slider {
    border-width: 1px;
  }
  .slider .slider-css {
    height: 100%;
  }
  .screen-nav-bar {
    padding: 0px;
    font-size: 17px;
  }
  .screen-nav-bar .nav-inline .nav-item + .nav-item, .screen-nav-bar .nav-inline .nav-link + .nav-link {
    margin-left: 0px;
  }
  .screen-nav-bar .screen-nav-item {
    text-align: center;
    min-width: 80px;
    padding: 0px 10px 0px 10px;
    height: 30px;
  }
  .screen-nav-bar .screen-nav-item:hover {
    border-width: 0px 2px 0px 2px;
  }
  .screen-nav-bar .active {
    border-width: 0px 2px 0px 2px;
  }
  .top-nav {
    padding: 0px;
    /*Remove from boot strap*/
  }
  .top-nav .nav-inline .nav-item + .nav-item, .top-nav .nav-inline .nav-link + .nav-link {
    margin-left: 0px;
  }
  .top-nav i {
    font-size: 25px;
  }
  .top-nav span {
    font-size: 20px;
    margin-left: 5px;
  }
  .top-nav li {
    padding-left: 13px;
    padding-right: 14px;
  }
  .top-nav li a span {
    margin-left: 5px;
  }
  .top-nav .wizardNav {
    display: inline-block;
  }
  .top-nav .sectionNav {
    display: inline-block;
  }
  .options-right-left-window {
    overflow: hidden;
    height: 80%;
  }
  .options-container {
    border-width: 3px;
    height: 40px;
  }
  .options-container-side {
    border-width: 3px;
    overflow: hidden;
  }
  .options-strip-side {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .options-strip {
    display: inline-block;
    position: absolute;
    left: 0px;
    height: 40px;
  }
  .option-wrapper {
    margin-left: 2px;
    margin-right: 2px;
  }
  .record-option {
    font-weight: bold;
    border-width: 0px 0px 0px 1px;
    padding: 2px 10px 2px 10px;
    margin-top: 4px;
  }
  .multi-option {
    border-width: 1px;
    border-radius: 5px;
    margin-top: 4px;
  }
  .multi-option .adjustment-stack-bg {
    margin-top: 1px;
    font-size: 29px;
  }
  .options-top {
    height: 44px;
  }
  .options-top .options-window {
    height: inherit;
  }
  .options-top .options-window-side {
    height: inherit;
    border-width: 0px 0px 3px 0px;
  }
  .options-top button {
    padding-top: 0px;
    height: 30px;
    width: 42px;
    font-size: 13px;
  }
  .options-bottom {
    height: 44px;
  }
  .options-bottom .options-window {
    height: inherit;
  }
  .options-bottom .options-window-side {
    height: inherit;
    border-width: 3px 0px 0px 0px;
  }
  .options-bottom button {
    padding-bottom: 0px;
    height: 30px;
    width: 42px;
    font-size: 13px;
  }
  .options-right, .options-left {
    padding-left: 0px;
    padding-right: 0px;
  }
  .options-right .scroll-bar, .options-left .scroll-bar {
    height: 50px;
    width: 100%;
    text-align: center;
    border-width: 0px 0px 3px 0px;
  }
  .options-right .scroll-bar-bottom, .options-left .scroll-bar-bottom {
    height: 50px;
    width: 100%;
    text-align: center;
    border-width: 3px 0px 0px 0px;
  }
  .options-right .options-strip-dec, .options-left .options-strip-dec {
    border-width: 0px 3px 0px 3px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 100%;
  }
  .options-right .options-strip, .options-left .options-strip {
    padding: 15px;
    transition: 1s;
  }
  .options-right button, .options-left button {
    width: 100%;
    font-size: 79px;
    height: 120px;
    margin-bottom: 20px;
  }
  .url-box {
    width: 80%;
    margin-left: 10%;
    border-width: 1px;
    padding: 15px;
    word-wrap: break-word;
  }
  .url-copy {
    margin-left: 10%;
    margin-top: 25px;
  }
  .select-list-block {
    text-align: center;
    margin-bottom: 0px;
  }
  .combo {
    position: absolute;
    z-index: 3;
  }
  .comboList {
    width: 100%;
    border-width: 1px;
    border-radius: 4px;
    cursor: pointer;
    padding-left: 0px;
  }
  .comboList li {
    padding-left: 10px;
  }
  .filter-button {
    height: 30px;
  }
  .filter-header-bar {
    font-size: 18px;
    height: 30px;
    border-radius: 3px;
  }
  .wizard-footer {
    height: 80px;
    margin: 0px;
  }
  .wizard-footer .wizard-breadcrumb-container {
    position: fixed;
    z-index: 1;
    bottom: 0;
  }
  .wizard-footer .wizard-action-buttons {
    padding: 2px 0px 0px 0px;
    height: 75px;
    width: 75px;
  }
  .wizard-body {
    margin: 0px;
    overflow-y: auto;
  }
  .wizard-header {
    height: 60px;
    margin: 0px;
  }
  .wizard-header .wizard-breadcrumb-container {
    position: fixed;
    z-index: 1;
    text-align: center;
    height: inherit;
  }
  .wizard-header .wizard-breadcrumb-container .wizard-breadcrumb {
    height: 55px;
    width: 55px;
    margin-right: 10px;
    display: inline-block;
  }
  .wizard-header .wizard-breadcrumb-container .wizard-breadcrumb span {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }
  .loading-screen-container {
    z-index: 1;
    position: absolute;
  }
  .loading-screen-container .loading-screen {
    text-align: center;
  }
  .loading-screen-container .loading-screen svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: square;
  }
  .loading-screen-container .loading-screen svg .loading-text {
    font-size: 54px;
    stroke-width: 2px;
    stroke-opacity: 0.7;
  }
  .loading-screen-container .loading-screen svg .loading-circle-bg {
    stroke-width: 30px;
    stroke-opacity: 0.4;
    fill: none;
  }
  .loading-screen-container .loading-screen svg .loading-circle-target {
    stroke-width: 30px;
    stroke-opacity: 0.6;
  }
  .loading-screen-container .loading-screen .back-screen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .filter-header-col {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .filter-header-col div {
    text-align: center;
  }
  .filter-header-col div:first-child {
    border-width: 0px 1px 0px 0px;
  }
  .filter-header-col div:last-child {
    border-width: 0px 0px 0px 1px;
  }
  .filter-body {
    margin-bottom: 20px;
  }
  .search-box-container {
    margin-top: 2px;
  }
  /*classes need for type properties*/
  .margin-bottom-clear {
    margin-bottom: 0px;
  }
  .maring-top-sub {
    margin-top: -4px;
  }
  .col-margin-top {
    margin-top: 10px;
  }
  .col-padding-left {
    padding-left: 15px;
  }
  .table-body-box {
    border-width: 0px 2px 2px 2px;
  }
  #wizard-modal {
    width: 100%;
    z-index: 100;
  }
  .form-control {
    font-size: 1rem;
  }
  /*---------------------------------Card Block --------------------------------------*/
  .chart-card-body {
    text-align: center;
    margin: 7px 0px 7px 0px;
  }
  .chart-card-body .chart-card-label {
    font-size: 50px;
  }
  .chart-card-body .chart-card-value {
    font-size: 36px;
  }
  /*--------------------------------Wizard Final page ----------------------*/
  .final-screen img {
    width: 50%;
  }
  .final-screen #final-message {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .final-screen i {
    font-size: 80px;
  }
  .final-screen #icon-right {
    margin-left: 60px;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
                                                             $screen size 1920px

*/
@media screen and (min-width: 1440px) {
  body {
    font-size: 1rem;
  }
  .admin-page-controls {
    text-align: right;
  }
  .horizontal-container {
    width: 100%;
    overflow: auto;
  }
  .table-tab-container {
    padding: 0px;
    margin-bottom: 5px;
  }
  .table-header {
    font-size: 20px;
    text-align: center;
    padding: 3px;
    border-width: 2px;
  }
  .table-header-second {
    font-size: 20px;
    border-left: 2px;
    border-right: 2px;
    text-align: center;
    font-weight: bold;
  }
  .table-edit-panel-left {
    border-top: 2px;
  }
  .table-tabs-active {
    border-right: 2px;
    border-top: 2px;
    border-bottom: 2px;
    text-align: center;
    float: left;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
  }
  .table-tabs {
    border-right: 2px;
    border-top: 2px;
    border-bottom: 2px;
    text-align: center;
    float: left;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
  }
  .tdthicon {
    text-align: center;
    min-width: 10px;
  }
  table {
    text-align: left;
    border: 2px;
  }
  table th {
    border: 2px;
    text-align: center;
    padding: 3px;
  }
  table td {
    cursor: pointer;
    padding: 3px;
  }
  .table-buttons {
    padding-top: 0px;
    height: 25px;
    width: 50px;
    font-size: 16px;
  }
  #select-modal-table {
    text-align: left;
  }
  #select-modal-table #table-modal-head #modal-row > div {
    border: 2px;
    text-align: center;
    padding: 3px;
  }
  #select-modal-table #table-modal-body {
    border: 2px;
  }
  #select-modal-table #table-modal-body .modal-data-row > div {
    cursor: pointer;
    padding: 3px;
    overflow: hidden;
    height: 25px;
  }
  .menu-container {
    margin-top: 50px;
    margin-left: 30%;
    margin-right: 30%;
  }
  .menu-container .app-container {
    width: 100%;
    margin-bottom: 30px;
    border-width: 0px 0px 2px 0px;
  }
  .menu-container .app-container .app-header {
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    border-radius: 2px;
    border-width: 2px 2px 0px 2px;
  }
  .menu-container .app-container .app-button {
    width: 50%;
    float: left;
    border-width: 2px 0px 0px 0px;
  }
  .menu-container .app-container .app-button .app-image {
    width: 100%;
  }
  .menu-container .app-container .module-container {
    margin-left: 50%;
    border-left: 2px;
    border-width: 0px 0px 2px 0px;
  }
  .menu-container .app-container .module-container a {
    border-width: 2px 0px 2px 0px;
    display: block;
  }
  .menu-container .app-container .module-container a:hover {
    border-width: 2px 0px 2px 0px;
  }
  #routeContainer {
    /*padding-left:5px;*/
    padding-right: 5px;
  }
  #mobile-user-settings {
    font-size: 28px;
  }
  .mobile-messages-container {
    position: absolute;
    width: 100%;
    z-index: 9;
    text-align: center;
    transition: 1s;
    height: 0px;
    overflow: hidden;
  }
  .mobile-messages-container .mobile-messages-window {
    position: relative;
    height: 100%;
  }
  .mobile-messages-container .mobile-message-strip {
    text-align: left;
  }
  .mobile-messages-container .mobile-message-item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border-width: 2px;
    padding: 10px;
  }
  .mobile-messages-container .mobile-close-bar {
    border-width: 2px;
  }
  .mobile-nav {
    border-width: 1px;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 8;
    top: 0px;
  }
  .mobile-nav #mobile-menu-div {
    display: inline-block;
  }
  .mobile-nav #mobile-menu-div button {
    border-width: 0px 1px 0px 1px;
  }
  .mobile-nav #mobile-user-settings {
    float: right;
    height: inherit;
    width: 20%;
    cursor: pointer;
  }
  .mobile-nav #mobile-user-settings ul {
    padding: 0px;
    display: table;
    margin-bottom: 0px;
    height: inherit;
    width: 100%;
  }
  .mobile-nav #mobile-user-settings ul li {
    text-align: center;
    display: table-cell;
    padding: 1%;
    border-width: 0px 2px 0px 0px;
  }
  .mobile-menu-dropdown-container {
    font-size: 20px;
    z-index: 8;
    position: fixed;
    width: 100%;
  }
  .mobile-menu-dropdown-container ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .mobile-menu-dropdown-container ul li {
    padding-left: 10px;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 3px;
  }
  .mobile-close-bar {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    text-align: center;
  }
  #main-screen {
    transition: 1s;
    position: relative;
    display: block;
    width: 100%;
  }
  .ms-left-open {
    padding-left: 11.5%;
  }
  .ms-left-closed {
    padding-left: 5.5%;
  }
  .ms-right-open {
    padding-right: 11.5%;
  }
  .ms-right-closed {
    padding-right: 5.5%;
  }
  .sidebar-control {
    position: fixed;
    transition: 1s;
    top: 0;
    line-height: 1.25;
    width: 1%;
    overflow: hidden;
  }
  .sidebar-control .caret-left, .sidebar-control .caret-right {
    font-size: 36px;
    margin: 0 auto;
  }
  .slide-bar-left-open {
    left: 10.5%;
  }
  .slide-bar-left-open .caret-left {
    display: block;
  }
  .slide-bar-left-open .caret-right {
    display: none;
  }
  .slide-bar-left-closed {
    left: 4.5%;
  }
  .slide-bar-left-closed .caret-left {
    display: none;
  }
  .slide-bar-left-closed .caret-right {
    display: block;
  }
  .slide-bar-right-open {
    left: 88.75%;
  }
  .slide-bar-right-open .caret-left {
    display: none;
  }
  .slide-bar-right-open .caret-right {
    display: block;
  }
  .slide-bar-right-closed {
    left: 94.5%;
  }
  .slide-bar-right-closed .caret-left {
    display: block;
  }
  .slide-bar-right-closed .caret-right {
    display: none;
  }
  .sidebar-control-button {
    cursor: pointer;
    text-align: center;
  }
  .side-bar {
    height: 100%;
  }
  .second-nav .long {
    display: block;
    margin-left: 10px;
  }
  .second-nav .long i {
    margin-top: 4px;
    width: 22px;
    height: 22px;
    float: left;
  }
  .second-nav .long span {
    font-size: 20px;
    margin-left: 33px;
    display: block;
  }
  .second-nav .short {
    display: block;
    margin-left: 15%;
  }
  .second-nav .short i {
    margin-top: 4px;
    width: 45px;
    height: 45px;
  }
  .second-nav .short span {
    display: none;
  }
  #user-settings .user-bar {
    text-align: center;
    height: 45px;
    font-size: 15px;
  }
  #user-settings .user-bar i {
    font-size: 20px;
  }
  #user-settings ul {
    padding: 0px;
    border-width: 2px 0px 2px 0px;
    display: table;
    margin-bottom: 0px;
    width: 100%;
  }
  #user-settings ul li {
    text-align: center;
    display: table-cell;
    border-width: 0px 2px 0px 0px;
    cursor: pointer;
  }
  #user-settings ul li:last-child {
    border-right: 0px;
  }
  .sidebar-open {
    width: 10%;
  }
  .sidebar-closed {
    width: 4%;
  }
  #left-side-bar {
    display: block;
    border-width: 0px 1px 0px 0px;
    font-size: 15px;
    left: 0;
    top: 0;
    position: fixed;
    transition: 1s;
  }
  #left-side-bar .nav-container {
    overflow: hidden;
    width: 99%;
    float: left;
  }
  #left-side-bar .second-nav-line {
    width: 100%;
  }
  #left-side-bar .second-nav-line span {
    display: block;
    border-width: 1px;
    width: 88%;
    margin-left: 6%;
  }
  #left-side-bar .second-nav {
    margin-top: 16px;
    padding: 0px;
  }
  #left-side-bar .second-nav div {
    /*border-width: 1px 0px 1px 0px;*/
    border: 0;
  }
  #left-side-bar .second-nav div .long {
    display: block;
  }
  #left-side-bar .second-nav div .short {
    display: block;
  }
  #left-side-bar .second-nav div .short span {
    display: none;
  }
  #left-side-bar .second-nav div:hover {
    border-width: 0px;
  }
  #left-side-bar .second-nav .selected {
    border-width: 0px;
  }
  #left-side-bar .second-nav .selected a {
    cursor: default;
  }
  .messages-closed .message-bar {
    display: none;
  }
  #right-side-bar {
    display: block;
    right: 0;
    position: fixed;
    height: 100%;
    transition: 1s;
    border-width: 0px 0px 0px 1px;
  }
  #right-side-bar #side-button-bottom {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0px;
    border-width: 3px 0px 0px 3px;
  }
  #right-side-bar .message-bar {
    height: 100%;
    overflow: hidden;
  }
  #right-side-bar .message-bar .message-list {
    height: 100%;
    overflow: auto;
  }
  #right-side-bar .message-container .message-item {
    padding: 10px;
    margin-bottom: 5px;
    border-width: 2px;
    min-height: 150px;
    font-size: 11px;
  }
  #right-side-bar .message-container .message-item div {
    font-size: 10px;
    width: 100%;
    margin-bottom: 5px;
  }
  #right-side-bar .message-container .message-item div:hover {
    cursor: pointer;
  }
  #right-side-bar .message-container .message-item .mini-view {
    display: none;
  }
  #right-side-bar .message-container .message-item .message-text {
    max-height: 80px;
    overflow: hidden;
  }
  #right-side-bar .message-container .message-item .message-text a {
    color: #BAD8E1;
    text-decoration: underline;
  }
  #right-side-bar .message-container .message-item .message-control {
    cursor: pointer;
  }
  #right-side-bar .message-container .message-item h6 {
    line-height: 1.2;
    cursor: pointer;
    font-size: 15px;
    display: block;
  }
  #right-side-bar .message-container .message-item:first-of-type {
    margin-top: 5px;
  }
  #right-side-bar .message-container .full-message-strip .message-item {
    padding: 20px;
    margin-bottom: 5px;
    border-width: 2px;
    font-size: 20px;
  }
  #right-side-bar .message-container .full-message-strip .message-item .mini-view {
    display: none;
  }
  #right-side-bar .message-container .full-message-strip .message-item .message-text {
    max-height: 10000px;
    overflow: hidden;
  }
  #right-side-bar .message-container .full-message-strip .message-item .message-text a {
    color: #BAD8E1;
    text-decoration: underline;
  }
  #right-side-bar .message-container .full-message-strip .message-item h6 {
    line-height: 1.2;
    cursor: default;
    font-size: 33px;
  }
  .section-header .content {
    padding-top: 20px;
  }
  .concept-content {
    position: relative;
    z-index: 0;
  }
  .row-container {
    position: relative;
    z-index: 0;
  }
  .row-content {
    position: relative;
    z-index: 0;
  }
  .panel-container {
    overflow: hidden;
  }
  .panel-content {
    position: relative;
    z-index: 0;
  }
  .panel-body-optionless {
    margin-bottom: 10px;
  }
  .block-container {
    margin-bottom: 2px;
  }
  .screen-nav-bar {
    padding: 0px;
    font-size: 17px;
  }
  .screen-nav-bar .nav-inline .nav-item + .nav-item, .screen-nav-bar .nav-inline .nav-link + .nav-link {
    margin-left: 0px;
  }
  .screen-nav-bar .screen-nav-item {
    text-align: center;
    min-width: 80px;
    padding: 0px 10px 0px 10px;
    height: 30px;
  }
  .screen-nav-bar .screen-nav-item:hover {
    border-width: 0px 2px 0px 2px;
  }
  .screen-nav-bar .active {
    border-width: 0px 2px 0px 2px;
  }
  .top-nav {
    padding: 0px;
    /*Remove from boot strap*/
  }
  .top-nav .nav-inline .nav-item + .nav-item, .top-nav .nav-inline .nav-link + .nav-link {
    margin-left: 0px;
  }
  .top-nav i {
    font-size: 25px;
  }
  .top-nav span {
    font-size: 20px;
    margin-left: 5px;
  }
  .top-nav li {
    padding-left: 13px;
    padding-right: 14px;
  }
  .top-nav li a span {
    margin-left: 5px;
  }
  .top-nav .wizardNav {
    display: inline-block;
    /*margin-left: -5px;*/
  }
  .top-nav .sectionNav {
    display: inline-block;
  }
  .options-right-left-window {
    overflow: hidden;
    height: 80%;
  }
  .options-container {
    border-width: 3px;
    height: 40px;
  }
  .options-container-side {
    border-width: 3px;
    overflow: hidden;
  }
  .options-strip-side {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .options-strip {
    display: inline-block;
    position: absolute;
    left: 0px;
    height: 40px;
  }
  .option-wrapper {
    margin-left: 2px;
    margin-right: 2px;
  }
  .record-option {
    font-weight: bold;
    border-width: 0px 0px 0px 1px;
    padding: 2px 10px 2px 10px;
    margin-top: 4px;
  }
  .multi-option {
    border-width: 1px;
    border-radius: 5px;
    margin-top: 4px;
  }
  .multi-option .adjustment-stack-bg {
    margin-top: 1px;
    font-size: 29px;
  }
  .options-top {
    height: 44px;
  }
  .options-top .options-window {
    height: inherit;
  }
  .options-top .options-window-side {
    height: inherit;
    border-width: 0px 0px 3px 0px;
  }
  .options-top button {
    padding-top: 0px;
    height: 30px;
    width: 42px;
    font-size: 13px;
  }
  .options-bottom {
    height: 44px;
  }
  .options-bottom .options-window {
    height: inherit;
  }
  .options-bottom .options-window-side {
    height: inherit;
    border-width: 3px 0px 0px 0px;
  }
  .options-bottom button {
    padding-bottom: 0px;
    height: 30px;
    width: 42px;
    font-size: 13px;
  }
  .options-right, .options-left {
    padding-left: 0px;
    padding-right: 0px;
  }
  .options-right .scroll-bar, .options-left .scroll-bar {
    height: 50px;
    width: 100%;
    text-align: center;
    border-width: 0px 0px 3px 0px;
  }
  .options-right .scroll-bar-bottom, .options-left .scroll-bar-bottom {
    height: 50px;
    width: 100%;
    text-align: center;
    border-width: 3px 0px 0px 0px;
  }
  .options-right .options-strip-dec, .options-left .options-strip-dec {
    border-width: 0px 3px 0px 3px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 100%;
  }
  .options-right .options-strip, .options-left .options-strip {
    padding: 15px;
    transition: 1s;
  }
  .options-right button, .options-left button {
    width: 100%;
    font-size: 79px;
    height: 120px;
    margin-bottom: 20px;
  }
  .url-box {
    width: 80%;
    margin-left: 10%;
    border-width: 1px;
    padding: 15px;
    word-wrap: break-word;
  }
  .url-copy {
    margin-left: 10%;
    margin-top: 25px;
  }
  .select-list-block {
    text-align: center;
    margin-bottom: 0px;
  }
  .combo {
    position: absolute;
    z-index: 3;
  }
  .comboList {
    width: 100%;
    border-width: 1px;
    border-radius: 4px;
    cursor: pointer;
    padding-left: 0px;
  }
  .comboList li {
    padding-left: 10px;
  }
  .filter-button {
    height: 30px;
  }
  .filter-header-bar {
    font-size: 18px;
    height: 30px;
    border-radius: 3px;
  }
  .wizard-footer {
    height: 80px;
    margin: 0px;
  }
  .wizard-footer .wizard-breadcrumb-container {
    position: fixed;
    z-index: 1;
    bottom: 0;
  }
  .wizard-footer .wizard-action-buttons {
    padding: 2px 0px 0px 0px;
    height: 75px;
    width: 75px;
  }
  .wizard-body {
    margin: 0px;
    overflow-y: auto;
  }
  .wizard-header {
    margin: 0px;
    height: 60px;
  }
  .wizard-header .wizard-breadcrumb-container {
    position: fixed;
    z-index: 1;
    text-align: center;
    height: inherit;
  }
  .wizard-header .wizard-breadcrumb-container .wizard-breadcrumb {
    height: 55px;
    width: 55px;
    margin-right: 10px;
    display: inline-block;
  }
  .wizard-header .wizard-breadcrumb-container .wizard-breadcrumb span {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }
  .loading-screen-container {
    z-index: 1;
    position: absolute;
  }
  .loading-screen-container .loading-screen {
    text-align: center;
  }
  .loading-screen-container .loading-screen svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: square;
  }
  .loading-screen-container .loading-screen svg .loading-text {
    font-size: 54px;
    stroke-width: 2px;
    stroke-opacity: 0.7;
  }
  .loading-screen-container .loading-screen svg .loading-circle-bg {
    stroke-width: 30px;
    stroke-opacity: 0.4;
    fill: none;
  }
  .loading-screen-container .loading-screen svg .loading-circle-target {
    stroke-width: 30px;
    stroke-opacity: 0.6;
  }
  .loading-screen-container .loading-screen .back-screen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .filter-header-col {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .filter-header-col div {
    text-align: center;
  }
  .filter-header-col div:first-child {
    border-width: 0px 1px 0px 0px;
  }
  .filter-header-col div:last-child {
    border-width: 0px 0px 0px 1px;
  }
  .filter-body {
    margin-bottom: 20px;
  }
  .search-box-container {
    margin-top: 2px;
  }
  /*classes need for type properties*/
  .margin-bottom-clear {
    margin-bottom: 0px;
  }
  .maring-top-sub {
    margin-top: -4px;
  }
  .col-margin-top {
    margin-top: 10px;
  }
  .col-padding-left {
    padding-left: 15px;
  }
  .table-body-box {
    border-width: 0px 2px 2px 2px;
  }
  #wizard-modal {
    width: 100%;
    z-index: 100;
  }
  .form-control {
    font-size: 1rem;
  }
  /*---------------------------------Card Block --------------------------------------*/
  .chart-card-body {
    text-align: center;
    margin: 7px 0px 7px 0px;
  }
  .chart-card-body .chart-card-label {
    font-size: 50px;
  }
  .chart-card-body .chart-card-value {
    font-size: 36px;
  }
  /*--------------------------------Wizard Final page ----------------------*/
  .final-screen img {
    width: 35%;
  }
  .final-screen #final-message {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .final-screen i {
    font-size: 80px;
  }
  .final-screen #icon-right {
    margin-left: 60px;
  }
}
html {
  height: 100%;
  /*background-repeat: no-repeat;*/
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  html {
    overflow: initial;
  }
}
html body {
  background: #1B2126;
}

.link-on-panel {
  color: #3885BD;
  text-decoration: underline;
}
.link-on-panel:hover {
  color: #f7f7f9;
}

.select-color {
  color: #f7f7f9;
}

.btn-primary-bg-color {
  color: #BAD8E1;
}

.btn-secondary-bg-color {
  color: #BAD8E1;
}

.btn-primary-color {
  color: #003E6B;
}

.btn-secondary-color {
  color: #003E6B;
}

.app-page-anchor {
  color: #f7f7f9;
}
.app-page-anchor:hover {
  color: #003E6B;
}

.icon-primary-button {
  cursor: pointer;
  color: white;
}
.icon-primary-button:hover {
  color: #003E6B;
}

.fake-primary {
  background-color: #BAD8E1;
  color: #003E6B;
}
.fake-primary:hover {
  background-color: #16475D;
}
.fake-primary:focus {
  background-color: #19526D;
  /* The outline parameter surpresses the border
  color / outline when focused */
  outline: 0;
}
.fake-primary:active {
  background-color: #123B4E;
}

.fake-secondary {
  background-color: #BAD8E1;
  color: #003E6B;
}
.fake-secondary:hover {
  background-color: #62686C;
}
.fake-secondary:focus {
  background-color: #424A4F;
  /* The outline parameter surpresses the border
  color / outline when focused */
  outline: 0;
}
.fake-secondary:active {
  background-color: #232C31;
}

.primary-hover {
  cursor: pointer;
}
.primary-hover:hover {
  background: #495965;
}

.secondary-hover {
  cursor: pointer;
}
.secondary-hover:hover {
  background: #BAD8E1;
}

.bg-primary-inverse {
  color: #BAD8E1 !important;
  background-color: #1B2126 !important;
}

.menu-icon-fill {
  fill: #BAD8E1;
}

.menu-icon-stroke {
  stroke: #BAD8E1;
}

.icon-option-button:hover .icon-color-bg {
  color: #BAD8E1;
}

.icon-color-bg {
  color: #003E6B;
}

.icon-color {
  color: #f7f7f9;
}

.icon-secondary-color {
  color: #BAD8E1;
}

.dropdown-item a {
  color: #f7f7f9;
}

.dropdown-item.active {
  border-radius: 5px;
}
.dropdown-item.active a {
  color: #003E6B;
}

.dropdown-item:hover {
  border-radius: 5px;
}

.btn-primary-selected {
  background: #BAD8E1;
  color: #f7f7f9;
}

.drop-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.field-header-labels label {
  color: #003E6B;
}

.form-control[readonly] {
  cursor: not-allowed;
}

.field-labels {
  font-weight: bold;
  color: #eceeef;
}
.field-labels a {
  color: #eceeef;
}
.field-labels a:visited {
  color: #eceeef;
}

.login-labels {
  font-weight: bold;
  color: #eceeef;
}
.login-labels a {
  color: #eceeef;
}
.login-labels a:visited {
  color: #eceeef;
}

.field-borders {
  /*box-shadow: 1px 2px 3px $gray-light;*/
}

.login-attachment-link {
  color: #f7f7f9;
}

.attachment-search-wrapper {
  margin-top: 0.5rem;
}

.attachments-container .btn-link {
  color: #1f2021;
  padding-left: 5px;
  padding-right: 5px;
  /*&:link, &:visited {
      color: darken($gray-dark, 10%);
  }*/
}
.attachments-container .btn-link:hover, .attachments-container .btn-link:active {
  color: #eceeef;
  background-color: #003E6B !important;
}

.attachment-thumbnail-container {
  position: relative;
}
.attachment-thumbnail-container:hover {
  background-color: #1E2429;
  color: #BAD8E1;
  cursor: pointer;
}
.attachment-thumbnail-container:hover .attachment-thumbnail-tooltray-container {
  display: block;
}
.attachment-thumbnail-container .attachment-thumbnail-tooltray-container {
  display: none;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 0.5rem;
}
.attachment-thumbnail-container .attachment-thumbnail-tooltray {
  background-color: #1B2126;
  border-radius: 5px;
  position: relative;
  padding: 0.5rem;
  opacity: 0.9;
}
.attachment-thumbnail-container .attachment-thumbnail-tooltray .tooltray-tool {
  color: #f7f7f9;
  margin: 0 0.5rem 0 0;
  opacity: 1;
  padding: 0.2rem 0.4rem;
}
.attachment-thumbnail-container .attachment-thumbnail-tooltray .tooltray-tool:hover {
  background-color: #303b44;
  color: white;
}

.selected .attachment-thumbnail-container {
  background-color: #1E2429;
  color: #BAD8E1;
}
.selected .attachment-thumbnail-container:hover {
  background-color: #1E2429;
  color: #BAD8E1;
}
.selected .attachment-thumbnail-container .attachment-thumbnail-tooltray-container {
  display: block;
}

.attachment-link {
  color: #f7f7f9;
  /*i{
      color:#003E6B !important;
  }*/
  /*&:focus{
      color: $attachment-link  !important;
      :hover{
          color: #f7f7f9 !important;
          background-color: #003E6B !important;

          span{
              span{
              color:#003E6B !important;
              }
          }
      }
  }*/
}
.attachment-link:link {
  color: #f7f7f9 !important;
}
.attachment-link:visited {
  color: #f7f7f9 !important;
}
.attachment-link:visited:hover {
  color: #f7f7f9 !important;
  background-color: #003E6B !important;
}
.attachment-link:visited:hover span span {
  color: #003E6B !important;
}
.attachment-link:hover {
  color: #f7f7f9 !important;
  background-color: #003E6B !important;
}
.attachment-link:hover span span {
  color: #003E6B !important;
}
.attachment-link:active {
  color: #f7f7f9 !important;
}
.attachment-link:active :hover {
  color: #f7f7f9 !important;
  background-color: #003E6B !important;
}
.attachment-link:active :hover span span {
  color: #003E6B !important;
}

.focus-border {
  border-color: #000 #000;
  outline-color: black;
}

.checkbox-danger {
  outline-color: #d9534f;
}

.checkbox-info {
  outline-color: #5bc0de;
}

.checkbox-warning {
  outline-color: #f0ad4e;
}

.checkbox-success {
  outline-color: #5cb85c;
}

/*---------------------------------------------------------------Modal-----------------------------------------------------*/
.no-bs-modal {
  position: fixed;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.no-bs-modal .no-bs-content {
  position: absolute;
  padding: 20px;
  border: 2px solid;
  border-radius: 8px;
}

/*-----------------------------*/
.no-outline {
  outline: none;
}

.no-select {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
}

/*.container-fluid{ padding: 0px;}*/
.schema-designer-module {
  fill: white;
  fill-opacity: 1;
  stroke-opacity: 1;
  stroke-width: 2;
  stroke: #495965;
}

.schema-designer-entity {
  fill: #5e7383;
  stroke-width: 2;
  stroke: #BAD8E1;
}

.schema-designer-selected {
  background: #495965;
  color: #ffffff;
}

.schema-designer-property :hover {
  background: #eef0f2;
}

.schema-designer-property-error {
  border-width: 2px;
  border-color: #d9534f;
  border-style: solid;
}

.carousel {
  position: relative;
}

.carousel-window {
  position: relative;
  overflow: hidden;
  margin-left: 15px;
}

.carousel-item-container {
  position: relative;
  overflow: hidden;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.carousel-slide {
  width: auto;
  float: left;
}

.carousel-slide-link {
  background: inherit;
  color: inherit;
  display: block;
  text-decoration: none;
}

.carousel-slide-v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  display: block;
  /*width: 20px;
  height: 20px;*/
  padding: 0;
  margin-top: -10px\9 ; /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: white;
  opacity: 0.5;
  border: none;
  outline: none;
  background: transparent;
}

.carousel-prev {
  left: 0;
}

.carousel-next {
  right: 0;
}

.carousel-disabled {
  visibility: collapse;
}

/*bottom tabs */
.tabs-below > .nav-tabs,
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.selected-nav {
  margin-top: 5px;
  height: 1cm;
}

.cursor-pointer {
  cursor: pointer;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome and Opera */
}

/*Page Designer*/
.designer-header-primary {
  padding-left: 5px;
  color: #003E6B;
  background: #BAD8E1;
}

.designer-header {
  padding-left: 10px;
  color: #f7f7f9;
  background: #495965 !important;
}
.designer-header h2 {
  margin: 0;
  line-height: 1.5;
}
.designer-header .designer-header-button {
  text-align: right;
}
.designer-header button {
  margin: 10px 20px;
}

.block-designer-header {
  background: #252C33;
  color: #495965;
}

.block-designer-label {
  background: #252C33;
  border: 1px solid #252C33;
}

.block-designer-container {
  background: #252C33;
}

.pagedesigner-menu-section {
  padding: 0 10px 10px;
}

.pagedesigner-menu-block {
  min-width: 15%;
  max-width: 80%;
  display: inline-block;
  margin: 10px 20px 10px 0;
  background: #495965;
}
.pagedesigner-menu-block .pd-menu-block-title {
  padding: 13px 10px;
  color: #f7f7f9;
}
.pagedesigner-menu-block .pd-menu-block-title span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.pagedesigner-menu-block .pd-menu-block-button {
  display: inline-block;
  padding: 3px 10px;
  background: #BAD8E1;
  border: 1px solid #1a1f24;
  text-align: center;
  cursor: pointer;
}
.pagedesigner-menu-block .pd-menu-block-button:hover {
  background: #1a1f24;
  color: #f7f7f9;
}

.mouse-over-highlight .mouse-over-visible {
  display: none;
}
.mouse-over-highlight:hover {
  background-color: #d5e6f7;
}
.mouse-over-highlight:hover .mouse-over-visible {
  display: inline;
}

.mouse-over-hidden .mouse-over-visible {
  display: none;
}
.mouse-over-hidden:hover .mouse-over-visible {
  display: inline;
}

.d-menu {
  width: 200px;
  display: inline-block;
  margin-right: 10px;
  color: #f7f7f9;
}
.d-menu .d-menu-display {
  float: left;
  width: 100px;
  padding: 20px 0px 20px 0px;
  background: #495965;
  text-align: center;
}
.d-menu .d-menu-button:first-child {
  border-top: 1px solid #1a1f24;
}
.d-menu .d-menu-button {
  margin-left: 100px;
  padding: 5px 0px 5px 0px;
  background: #BAD8E1;
  border-bottom: 1px solid #1a1f24;
  border-left: 1px solid #1a1f24;
  border-right: 1px solid #1a1f24;
  text-align: center;
  cursor: pointer;
}
.d-menu .d-menu-button:hover {
  background: #1a1f24;
}

.concept-designer-container {
  background: #252C33;
}

.screen-design-container {
  background: #252C33;
}

.row-design-container {
  background: #252C33;
}

.first-line {
  padding-top: 10px;
}

.section-designer-label {
  background: #495965;
  border-top: 2px solid #424A4F;
  border-bottom: 2px solid #424A4F;
  text-align: center;
  font-weight: bold;
}

.dataset-designer-lookup {
  background: #252C33;
}

.instruction {
  font-style: italic;
}

/**---------------------------Buttons-------------**/
/*Action Button*/
.action-button {
  border-radius: 2px;
  background-color: #BAD8E1;
  border: none;
  color: #003E6B;
  text-align: center;
  font-size: 18px;
  height: 40px;
  padding: 4px 4px 4px 10px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  text-align: center;
}

.action-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.action-button span:after {
  font-family: "bootstrap-icons";
  content: "\f134";
  display: inline-block;
  margin-left: -12px;
  font-size: 18px;
  opacity: 0;
  transition: 0.5s;
}

.action-button:hover span:after {
  opacity: 1;
  margin-left: 10px;
}

/**loading css*/
.loading-anime-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 20px;
}

.loading-anime-container div {
  position: absolute;
  top: 27px;
  width: 20px;
  height: 10px;
  background: black;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

.loading-anime-container div:nth-child(1) {
  left: 0px;
  animation: dash-bar-move 2s infinite;
  animation-delay: -0.25s;
}

.loading-anime-container div:nth-child(2) {
  left: 30px;
  animation: dash-bar-move 2s infinite;
  animation-delay: -0.15s;
}

.loading-anime-container div:nth-child(3) {
  left: 60px;
  animation: dash-bar-move 2s infinite;
  animation-delay: -0.05s;
}

.option-button {
  position: relative;
}

.option-icon {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
}

.field-button {
  width: 35px;
  height: 25px;
}

.field-icon {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  bottom: 0;
}

@keyframes dash-bar-move {
  0% {
    opacity: 0;
  }
  50% {
    left: 50%;
    opacity: 0.6;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.icon-button {
  position: relative;
  width: 40px;
  height: 30px;
}

.icon-button-pos {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  bottom: 0;
}

.field-modified {
  filter: drop-shadow(0 0 5px) sepia(0.5);
}

.filter-body-display {
  border-width: 1px;
  border-style: solid;
  padding: 10px 5px;
  border-radius: 10px;
  filter: drop-shadow(2px 4px 6px);
  overflow: hidden;
}

.quickList-container {
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}

.quickList-item {
  padding: 0 5px;
  cursor: default;
}

.table-edit-panel {
  padding: 5px;
}

.table-edit-panel-left {
  border-radius: 0 0 20px 20px;
}

.field-list-container {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  filter: drop-shadow(0 0 5px);
  border-radius: 20px;
  padding-bottom: 5px;
}

.field-list-item {
  position: relative;
  height: 30px;
  margin-top: 5px;
}

.field-list-item div {
  font-size: 1.3rem;
}

.table-hover-scroll-left {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  z-index: 10;
  border-radius: 0 20px 20px 0;
  opacity: 0.15;
  cursor: pointer;
}
.table-hover-scroll-left:hover {
  opacity: 0.8;
}
.table-hover-scroll-left i {
  position: absolute;
  top: 50%;
}

.table-hover-scroll-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  z-index: 10;
  border-radius: 20px 0 0 20px;
  opacity: 0.15;
  cursor: pointer;
}
.table-hover-scroll-right:hover {
  opacity: 0.8;
}
.table-hover-scroll-right i {
  position: absolute;
  top: 50%;
}

/* bootstrap icons */
.bi-rotate-90 {
  display: inline-block;
  transform: rotate(90deg);
}

.bi-mirror-v {
  display: inline-block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bi-mirror-h {
  display: inline-block;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.bi-scale-2 {
  display: inline-block;
  transform: scale(1.75);
}

.bi-scale-half {
  display: inline-block;
  transform: scale(1.5);
}

.bi-scale-qtr {
  display: inline-block;
  transform: scale(1.25);
}

.bi-btn {
  position: relative;
  width: 30px;
  height: 30px;
}

.bi-on-btn {
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  bottom: 0;
}

.bi-1x {
  font-size: 1em;
  line-height: 1;
}

.bi-1x-bg {
  font-size: 1.25em;
  line-height: 1;
}

.bi-1x-bgr {
  font-size: 1.5em;
  line-height: 1;
}

.bi-2x {
  font-size: 2em;
  line-height: 1;
}

.bi-2x-bg {
  font-size: 2.25em;
  line-height: 1;
}

.bi-2x-bgr {
  font-size: 2.5em;
  line-height: 1;
}

.bi-3x {
  font-size: 3em;
  line-height: 1;
}

.bi-3x-bg {
  font-size: 3.25em;
  line-height: 1;
}

.bi-3x-bgr {
  font-size: 3.5em;
  line-height: 1;
}

.bi-4x {
  font-size: 4em;
  line-height: 1;
}

.bi-4x-bg {
  font-size: 4.25em;
  line-height: 1;
}

.bi-4x-bgr {
  font-size: 4.5em;
  line-height: 1;
}

.bi-5x {
  font-size: 5em;
  line-height: 1;
}

.bi-5x-bg {
  font-size: 5.25em;
  line-height: 1;
}

.bi-5x-bgr {
  font-size: 5.5em;
  line-height: 1;
}

.bi-stack-icons {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 3em;
  text-align: center;
}

.bi-stack-icons-sm {
  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
  position: relative;
  vertical-align: middle;
  width: 3em;
  text-align: center;
}

.bi-stack-item {
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fa, .fad, .far, .fas, .fab,
[class^=fa-]::before,
[class*=" fa-"]::before {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -0.125em;
}

.fa-box-open {
  font-family: bootstrap-icons !important;
  font-size: 1.25em;
  top: 0;
}

.fa-box-open::before {
  content: "\f1c7";
}

.fa-times {
  font-family: "MCMFontIcons" !important;
  vertical-align: -0.125em;
  font-size: 1.25em;
  top: 0;
}

.fa-times::before {
  content: "\e00c";
}

.fa-home {
  font-family: bootstrap-icons !important;
  font-size: 1.25rem;
  vertical-align: -0.125rem;
  top: 0px;
}

.fa-home::before {
  content: "\f424";
}

.fa-minus-circle {
  font-family: bootstrap-icons !important;
  font-size: 1.25em;
}

.fa-minus-circle::before {
  content: "\f2e6";
}

.fa-walkie-talkie {
  font-family: "MCMFontIcons" !important;
  vertical-align: -0.125em;
  font-size: 1.25em;
  top: 0;
}

.fa-walkie-talkie::before {
  content: "\e00e";
}

.fa-rss {
  font-family: "MCMFontIcons" !important;
  vertical-align: -0.125em;
  font-size: 1.25em;
  top: 4px;
}

.fa-rss::before {
  content: "\e00f";
}

.fa-list {
  font-family: bootstrap-icons !important;
  font-size: 1.25em;
}

.fa-list::before {
  content: "\f475";
}

.fa-list-ol {
  font-family: bootstrap-icons !important;
  font-size: 1.25em;
}

.fa-list-ol::before {
  content: "\f475";
}

.fa-plus {
  font-family: "MCMFontIcons" !important;
  vertical-align: -0.125em;
  font-size: 1.25em;
  top: 0;
}

.fa-plus::before {
  content: "\e00b";
}

.fa-link {
  font-family: bootstrap-icons !important;
  font-size: 1.25em;
}

.fa-link::before {
  content: "\f470";
}

.fa-save {
  font-family: "MCMFontIcons" !important;
  vertical-align: -0.125em;
  font-size: 1.25em;
  top: 0;
}

.fa-save::before {
  content: "\e000";
}

.fa-cart-arrow-down {
  font-family: bootstrap-icons !important;
  font-size: 1.25em;
}

.fa-cart-arrow-down::before {
  content: "\f23e";
}

/*---------------------------------------------------------------Manage Alerts-----------------------------------------------------*/
.modal-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.modal-wrapper .modal-dialog {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.padded-row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.manage-alerts-page .alert-email-error {
  display: none;
  margin-left: 1.5rem;
}
.manage-alerts-page a .alert-template-tag {
  background-color: transparent;
  text-decoration: underline;
  color: #5fa6f2;
}
.manage-alerts-page a .alert-template-tag:hover {
  color: #1272d9;
}
.manage-alerts-page .alert-template-tag {
  background-color: #101417;
  display: inline-block;
  padding: 2px 12px 3px 12px;
  border-radius: 10px;
  margin: 0;
}
.manage-alerts-page .alert-preview {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  padding: 0.5rem 1.5rem;
}
.manage-alerts-page .manage-alerts-module-container {
  background-color: #101417;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
.manage-alerts-page .manage-alerts-module-container .manage-alerts-entity-container {
  padding: 0.5rem;
}
.manage-alerts-page .manage-alerts-module-container .manage-alerts-entity-container .manage-alerts-entity-wrapper {
  background-color: #1B2126;
}
.manage-alerts-page .manage-alerts-module-container .manage-alerts-entity-container .manage-alerts-entity-wrapper .manage-alerts-list-container {
  padding: 0.5rem;
}
.manage-alerts-page .manage-alerts-module-container .manage-alerts-entity-container .manage-alerts-entity-wrapper .manage-alerts-list-container .manage-alerts-list-item {
  background-color: #101417;
  cursor: pointer;
  margin: 1px 0;
}
.manage-alerts-page .manage-alerts-module-container .manage-alerts-entity-container .manage-alerts-entity-wrapper .manage-alerts-list-container .manage-alerts-list-item:hover {
  background-color: #303b44;
}
.manage-alerts-page .manage-alerts-module-container .manage-alerts-entity-container .manage-alerts-entity-wrapper .manage-alerts-list-container .manage-alerts-list-item .manage-alerts-list-item-disabled {
  color: #990000;
}
.manage-alerts-page .manage-alerts-module-container .manage-alerts-entity-container .manage-alerts-entity-wrapper .manage-alerts-list-container .selected {
  background-color: #303b44;
}
.manage-alerts-page .manage-alerts-details-container {
  padding: 0 1rem 1rem 3rem;
}
.manage-alerts-page .manage-alerts-details-container .manage-alerts-alert-title {
  background-color: #101417;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.manage-alerts-page .manage-alerts-details-container .manage-alerts-alert-name {
  font-size: 2rem;
  line-height: 3rem;
}
.manage-alerts-page .manage-alerts-details-container .manage-alerts-alert-save {
  float: right;
  font-size: 2rem;
  margin-left: 0.5rem;
}
.manage-alerts-page .manage-alerts-details-container .manage-alerts-alert-parents {
  font-size: 1.5rem;
  line-height: 2rem;
  padding-bottom: 1.5rem;
}
.manage-alerts-page .manage-alerts-details-container .manage-alerts-alert-parents .manage-alerts-alert-parent-label {
  display: inline-block;
  min-width: 20%;
}
.manage-alerts-page .manage-alerts-details-container .manage-alerts-alert-field {
  padding-bottom: 1.5rem;
}
.manage-alerts-page .manage-alerts-details-container .manage-alerts-alert-field .bg-danger {
  padding: 1rem;
}
.manage-alerts-page .manage-alerts-details-container .manage-alerts-alert-field .manage-alerts-recipient-add {
  background-color: #5cb85c;
  display: inline-block;
  padding: 2px 12px 3px 6px;
  border-radius: 10px;
  margin: 0 0.5rem 0.5rem 0;
}
.manage-alerts-page .manage-alerts-details-container .manage-alerts-alert-field .manage-alerts-recipient-add:hover {
  background-color: #80c780;
  cursor: pointer;
}
.manage-alerts-page .manage-alerts-details-container .manage-alerts-alert-field .manage-alerts-recipient-add .add-recipient {
  display: inline-block;
  padding: 0 5px;
}
.manage-alerts-page .manage-alerts-details-container .manage-alerts-alert-field .manage-alerts-recipient {
  background-color: #060708;
  display: inline-block;
  padding: 2px 6px 3px 12px;
  border-radius: 10px;
  margin: 0 0.5rem 0.5rem 0;
}
.manage-alerts-page .manage-alerts-details-container .manage-alerts-alert-field .manage-alerts-recipient:hover {
  background-color: #303b44;
  /*outline: 1px solid lighten($body-bg, 50%);*/
}
.manage-alerts-page .manage-alerts-details-container .manage-alerts-alert-field .manage-alerts-recipient .remove-recipient {
  display: inline-block;
  border-radius: 10px;
  margin: 0 0 0 0.5rem;
  padding: 0 5px;
}
.manage-alerts-page .manage-alerts-details-container .manage-alerts-alert-field .manage-alerts-recipient .remove-recipient:hover {
  background-color: #1B2126;
  cursor: pointer;
}

.mcm-icon {
  display: inline-block;
}

.mcm-xs {
  height: 10px;
  width: 10px;
}

.mcm-sm {
  height: 20px;
  width: 20px;
}

.mcm-md {
  height: 30px;
  width: 30px;
}

.mcm-lg {
  height: 40px;
  width: 40px;
}

.mcm-xl {
  height: 50px;
  width: 50px;
}

.icon-people {
  background: url("../../icons/newAgency.svg") no-repeat;
  background-size: cover;
}

.icon-tower {
  background: url("../../icons/towerBlue.jpg") no-repeat;
  background-size: cover;
}

.icon-clock {
  background: url("../../icons/Clock.jpg") no-repeat;
  background-size: cover;
}

.icon-screws {
  background: url("../../icons/screws.jpg") no-repeat;
  background-size: cover;
}

.icon-tools {
  background: url("../../icons/tools.jpg") no-repeat;
  background-size: cover;
}

.icon-pie {
  background: url("../../icons/pie.jpg") no-repeat;
  background-size: cover;
}

.icon-bar {
  background: url("../../icons/bar.jpg") no-repeat;
  background-size: cover;
}

.icon-cycle {
  background: url("../../icons/cycle.jpg") no-repeat;
  background-size: cover;
}

.icon-wifi {
  background: url("../../icons/wifi.jpg") no-repeat;
  background-size: cover;
}

.icon-cart {
  background: url("../../icons/cart.jpg") no-repeat;
  background-size: cover;
}

.icon-radio {
  background: url("../../icons/radio.jpg") no-repeat;
  background-size: cover;
}

.icon-inspection {
  background: url("../../icons/inspection.svg") no-repeat;
  background-size: cover;
}

.icon-inspection2 {
  background: url("../../icons/inspection2.svg") no-repeat;
  background-size: cover;
}

.icon-radio-one {
  background: url("../../icons/radio1.svg") no-repeat;
  background-size: cover;
}

.icon-radio-two {
  background: url("../../icons/radio2.svg") no-repeat;
  background-size: cover;
}

.icon-admin {
  background: url("../../icons/Admin.svg") no-repeat;
  background-size: cover;
}

.icon-agency-list {
  background: url("../../icons/AgencyList.svg") no-repeat;
  background-size: cover;
}

.icon-barcode {
  background: url("../../icons/Asset2.svg") no-repeat;
  background-size: cover;
}

.icon-barcode-list {
  background: url("../../icons/AssetList.svg") no-repeat;
  background-size: cover;
}

.icon-walkietalkie {
  background: url("../../icons/Asset1.svg") no-repeat;
  background-size: cover;
}

.icon-parts-table {
  background: url("../../icons/parts_icon_tables.svg") no-repeat;
  background-size: cover;
}

.icon-parts-table-lg {
  background: url("../../icons/parts_icon_tables_lg.svg") no-repeat;
  background-size: cover;
}

.icon-parts-inventory {
  background: url("../../icons/parts_inventory_icon.svg") no-repeat;
  background-size: cover;
}

.icon-purchasing {
  background: url("../../icons/Purchasing.svg") no-repeat;
  background-size: cover;
}

.icon-purchasingList {
  background: url("../../icons/PurchasingList.svg") no-repeat;
  background-size: cover;
}

.icon-workorder {
  background: url("../../icons/WorkOrder.svg") no-repeat;
  background-size: cover;
}

.icon-workorder-list {
  background: url("../../icons/WorkOrderList.svg") no-repeat;
  background-size: cover;
}

.icon-back {
  background: url("../../icons/BackIcon.svg") no-repeat;
  background-size: cover;
}

.icon-next {
  background: url("../../icons/NextIcon.svg") no-repeat;
  background-size: cover;
}

.icon-cancel {
  background: url("../../icons/Cancel.svg") no-repeat;
  background-size: cover;
}

.icon-close {
  background: url("../../icons/Close.svg") no-repeat;
  background-size: cover;
}

.icon-save {
  background: url("../../icons/Save.svg") no-repeat;
  background-size: cover;
}

.icon-finish {
  background: url("../../icons/Finish.svg") no-repeat;
  background-size: cover;
}

.icon-manage-all {
  background: url("../../icons/ManageAll.svg") no-repeat;
  background-size: cover;
}

.icon-user-mgmt {
  background: url("../../icons/UserMgmt.svg") no-repeat;
  background-size: cover;
}

.icon-user-mgmt2 {
  background: url("../../icons/UserMgmt2.svg") no-repeat;
  background-size: cover;
}

.icon-user-mgmt3 {
  background: url("../../icons/UserMgmt3.svg") no-repeat;
  background-size: cover;
}

.icon-tower1 {
  background: url("../../icons/TowerIcon1.svg") no-repeat;
  background-size: cover;
}

.icon-tower2 {
  background: url("../../icons/TowerIcon2.svg") no-repeat;
  background-size: cover;
}

.icon-tower3 {
  background: url("../../icons/TowerIcon3.svg") no-repeat;
  background-size: cover;
}

.icon-dashboard1 {
  background: url("../../icons/Dashboard_v1.svg") no-repeat;
  background-size: cover;
}

.icon-dashboard2 {
  background: url("../../icons/Dashboard_v2.svg") no-repeat;
  background-size: cover;
}

.icon-quartermaster {
  background: url("../../icons/quartermaster.svg") no-repeat;
  background-size: cover;
}

.icon-poweredby-copyright {
  content: "";
  background: url("../../icons/poweredby-whitelightblue.svg") no-repeat;
  background-size: cover;
  display: inline-block;
  width: inherit;
  height: 80px;
}

.icon-cash {
  background: url("../../icons/Cash.svg") no-repeat;
  background-size: cover;
}

.icon-billing {
  background: url("../../icons/Billing.svg") no-repeat;
  background-size: cover;
}

.icon-cash-receipts {
  background: url("../../icons/CashReceipts.svg") no-repeat;
  background-size: cover;
}

.icon-asset-audit {
  background: url("../../icons/AssetAudit_dark.svg") no-repeat;
  background-size: cover;
}

.icon-check-out {
  background: url("../../icons/Check-Out_dark.svg") no-repeat;
  background-size: cover;
}

.icon-inventory-audit {
  background: url("../../icons/InventoryAudit_dark.svg") no-repeat;
  background-size: cover;
}

.icon-drug {
  background: url("../../icons/Drug01.svg") no-repeat;
  background-size: cover;
}

.icon-fleet {
    background: url('../../../icons/car_front.svg') no-repeat;
    background-size: cover;
}

.mfi-color-inverse {
  color: #ffffff;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
@font-face {
  font-family: "MCMFontIcons";
  src: url("../../fonts/MCMFontIconsRegular.woff2") format("woff2"), url("../../fonts/MCMFontIconsRegular.woff") format("woff");
}
@-webkit-keyframes mfi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mfi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mfi-spin {
  -webkit-animation: mfi-spin 2s infinite linear;
  animation: mfi-spin 2s infinite linear;
}

.mfir {
  font-family: MCMFontIcons;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 1em;
  line-height: 1;
  vertical-align: 0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mfi-va-super {
  vertical-align: super;
}

.mfi-rotate-45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfi-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mfi-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mfi-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.mfi-smr {
  font-size: 0.5em;
}

.mfi-sm {
  font-size: 0.75em;
}

.mfi-sz-1-75 {
  font-size: 1.75em;
}

.mfi-1x {
  font-size: 1em;
}

.mfi-sz-1-25 {
  font-size: 1.25em;
}

.mfi-sz-1-5 {
  font-size: 1.5em;
}

.mfi-sz-1-75 {
  font-size: 1.75em;
}

.mfi-2x {
  font-size: 2em;
}

.mfi-sz-2-25 {
  font-size: 2.25em;
}

.mfi-sz-2-5 {
  font-size: 2.5em;
}

.mfi-sz-2-75 {
  font-size: 2.75em;
}

.mfi-3x {
  font-size: 3em;
}

.mfi-sz-3-25 {
  font-size: 3.25em;
}

.mfi-sz-3-5 {
  font-size: 3.5em;
}

.mfi-sz-3-75 {
  font-size: 3.75em;
}

.mfi-4x {
  font-size: 4em;
}

.mfi-sz-4-25 {
  font-size: 4.25em;
}

.mfi-sz-4-5 {
  font-size: 4.5em;
}

.mfi-sz-4-75 {
  font-size: 4.75em;
}

.mfi-scale-1-5 {
  transform: scale(1.5);
}

.mfi-scale-1-75 {
  transform: scale(1.75);
}

.mfi-scale-2 {
  transform: scale(2);
}

.mfi-floppy::before {
  content: "\e000";
}

.mfi-play::before {
  content: "\e001";
}

.mfi-magic-wand::before {
  content: "\e002";
}

.mfi-fidget-spinner::before {
  content: "\e003";
}

.mfi-dot-spinner::before {
  content: "\e004";
}

.mfi-spoke-spinner::before {
  content: "\e005";
}

.mfi-simi-circle::before {
  content: "\e006";
}

.mfi-caret-up-down::before {
  content: "\e007";
}

.mfi-duplicate::before {
  content: "\e008";
}

.mfi-equals::before {
  content: "\e009";
}

.mfi-dot2-spinner::before {
  content: "\e00a";
}

.mfi-add::before {
  content: "\e00b";
}

.mfi-close::before {
  content: "\e00c";
}

.mfi-no::before {
  content: "\e00d";
}

.mfi-radio::before {
  content: "\e00e";
}

.mfi-rss::before {
  content: "\e00f";
}

.meta-color {
  color: #55595c;
}

select {
  background: #252C33;
}

.card-header {
  background: #252C33;
}

.brand-third-color {
  color: #003E6B;
}

.icon-option-button:hover .icon-color {
  color: #003E6B;
}

.dropdown-item:hover a {
  color: #003E6B;
}

.dropdown-item.active {
  border-radius: 5px;
}
.dropdown-item.active a {
  color: #003E6B;
}

.slider-button {
  background: #003E6B;
  color: #eceeef;
  border: 0;
}

.field-header-labels label {
  font-weight: bold;
}

.signature-line {
  stroke: #f7f7f9;
}

.mcm-card-title {
  color: #fff;
}

.quickList-container .active {
  background-color: #5bc0de;
  color: white;
}

.quickList-item:hover {
  background-color: #5bc0de;
  color: white;
}

.table-edit-panel-left {
  border-color: #424A4F;
  border-style: solid;
}

.table-tabs-active {
  background: #252C33;
  color: #f7f7f9;
  border-style: solid;
  border-color: #424A4F;
}

.table-tabs {
  background: #eeeef2;
  border-style: solid;
  border-color: #424A4F;
}

.table-header-second {
  background: #495965;
  border-style: solid;
  border-color: #424A4F;
}

.even {
  background: #252C33 !important;
}
.even td {
  border-top: 2px solid #424A4F;
}

.odd {
  background: #303942;
}
.odd td {
  border-top: 2px solid #424A4F;
}

table {
  border-collapse: collapse;
  border-style: solid;
  border-color: #424A4F;
}
table th {
  background: #1E2429;
  color: #BAD8E1;
  border-style: solid;
  border-color: #424A4F;
}
table tr:hover {
  color: #003E6B;
}
table .table-active td, table tr:hover td {
  background: #BAD8E1;
  color: #003E6B;
}

.designer-table tr:hover td.designer-table-td {
  background-color: inherit;
}

.mouse-over-highlight:hover {
  background-color: #1a1f24;
}

.no-bs-body {
  text-align: left;
}
.no-bs-body .table-modal-head .modal-row > div {
  background: #1E2429;
  color: #f4f4f7;
  border-style: solid;
  border-color: #424A4F;
}
.no-bs-body .table-modal-body {
  border-collapse: collapse;
  border-style: solid;
  border-color: #424A4F;
}
.no-bs-body .table-modal-body .modal-data-row.even div {
  background: #303942;
}
.no-bs-body .table-modal-body .modal-data-row.odd div {
  background: #252C33;
}
.no-bs-body .table-modal-body .modal-data-row:hover, .no-bs-body .table-modal-body .modal-data-row.active {
  color: #f4f4f7;
}
.no-bs-body .table-modal-body .modal-data-row:hover > div, .no-bs-body .table-modal-body .modal-data-row.active > div {
  background: #424A4F;
}

.login-panel {
  background: #252C33;
}

.menu-container .app-container {
  border-style: solid;
  border-color: #252C33;
}
.menu-container .app-container .app-header {
  color: #BAD8E1;
  background: #252C33;
  border-style: solid;
  border-color: #21272d;
  border-radius: 2px;
}
.menu-container .app-container .app-button {
  border-style: solid;
  border-color: #252C33;
}
.menu-container .app-container .app-button .app-image {
  background: #252C33;
}
.menu-container .app-container .module-container {
  border-style: solid;
  border-color: #21272d;
  background: #252C33;
}
.menu-container .app-container .module-container a {
  border-style: solid;
  border-color: #232930;
  display: block;
}
.menu-container .app-container .module-container a:hover {
  background: #BAD8E1;
  color: #003E6B;
  border-style: solid;
  border-color: #424A4F;
  box-shadow: 0px 1px 1px #252C33;
}

.admin-page-controls {
  background-color: #252C33;
  border-bottom: 1px solid #424A4F;
}

.s-bar-left {
  color: #f7f7f9;
}

.mobile-messages-container {
  background: -moz-linear-gradient(left, #21272d 0%, #252C33 12%, #252C33 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #21272d 0%, #252C33 12%, #252C33 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #21272d 0%, #252C33 12%, #252C33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.mobile-messages-container .mobile-message-item {
  border-style: solid;
  border-color: #2b3033;
  background: #3a4651;
  box-shadow: inset 0px 10px 10px -13px rgba(0, 0, 0, 0.75);
  color: #f7f7f9;
}
.mobile-messages-container .mobile-message-item b {
  color: #BAD8E1;
}
.mobile-messages-container .mobile-close-bar {
  border-style: solid;
  border-color: #424A4F;
  background: #96c4d2;
  color: #f7f7f9;
}

.mobile-nav {
  background: #495965;
  border-style: solid;
  border-color: #424A4F;
}
.mobile-nav #mobile-menu-div button {
  color: #f7f7f9;
  background: transparent;
  border-style: solid;
  border-color: #424A4F;
}
.mobile-nav #mobile-user-settings {
  color: #f7f7f9;
  background: #BAD8E1;
}
.mobile-nav #mobile-user-settings ul {
  background: #bfd1d6;
  list-style: none;
}
.mobile-nav #mobile-user-settings ul li {
  border-style: solid;
  border-color: #CFDDE0;
}

.mobile-menu-dropdown-container {
  background: #252C33;
  overflow: hidden;
  /*height:100%;*/
  width: 20%;
  right: 0;
}
.mobile-menu-dropdown-container ul {
  list-style: none;
}
.mobile-menu-dropdown-container ul li {
  border-style: solid;
  border-color: #1B2126;
  color: #f7f7f9;
}

.mobile-close-bar {
  border-style: solid;
  border-color: red;
}

#user-settings {
  color: #003E6B;
  background: #BAD8E1;
}
#user-settings .user-bar {
  background: #BAD8E1;
}
#user-settings ul {
  background: #bfd1d6;
  color: #fff;
  list-style: none;
  border-style: solid;
  border-color: #CFDDE0;
}
#user-settings ul li {
  color: #003E6B;
  border-style: solid;
  border-color: #CFDDE0;
}
#user-settings ul li:hover {
  color: #fff;
  background: #003E6B;
  border-color: #003E6B;
}

#left-side-bar {
  background: #252C33;
  color: #f7f7f9;
  /*border-style: solid;
  border-color: $darker-border;*/
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background: -moz-linear-gradient(left, #252C33 0%, #252C33 88%, #21272d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #252C33 0%, #252C33 88%, #21272d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #252C33 0%, #252C33 88%, #21272d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#left-side-bar .selected {
  background: #546674;
  box-shadow: 3px 0 0 #BAD8E1 inset;
}
#left-side-bar .selected a {
  color: #f7f7f9;
}
#left-side-bar li {
  list-style: none;
  overflow: hidden;
}
#left-side-bar li:hover {
  background: #546674;
}
#left-side-bar .second-nav-line span {
  border-style: solid;
  border-color: #bfd1d6;
}
#left-side-bar .second-nav div {
  border-color: #1B2126;
  border-style: solid;
}

.messages-closed .message-bar {
  display: none;
}

#right-side-bar {
  /*border-style: solid;
  border-color: $darker-border;*/
  background: #252C33;
  color: #f7f7f9;
  background: -moz-linear-gradient(left, #21272d 0%, #252C33 12%, #252C33 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #21272d 0%, #252C33 12%, #252C33 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #21272d 0%, #252C33 12%, #252C33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#right-side-bar #user-settings ul.full .message-badge {
  display: none;
}
#right-side-bar #user-settings ul.mini .message-badge {
  display: block;
  background: red;
  color: white;
  position: absolute;
  top: 0;
  left: -5px;
  padding: 3px 8px;
  line-height: 1rem;
  font-size: 0.8rem;
  border-radius: 20px;
  overflow: hidden;
}
#right-side-bar #user-settings ul.mini li {
  position: relative;
  display: block;
  height: 35px;
  line-height: 35px;
}
#right-side-bar #side-button-bottom {
  background: #BAD8E1;
  border-style: solid;
  border-color: #deecf0;
}
#right-side-bar .message-container .message-item {
  border-style: solid;
  border-color: #303942;
  background: #303942;
  color: #f7f7f9;
  box-shadow: inset 0px 10px 10px -13px rgba(0, 0, 0, 0.75);
}
#right-side-bar .message-container .message-item b {
  color: #BAD8E1;
}
#right-side-bar .message-container .message-item .message-meta {
  color: #BAD8E1;
}
#right-side-bar .message-container .message-item .message-control {
  color: #BAD8E1;
  text-decoration: underline;
}
#right-side-bar .message-container .message-item .message-control:hover {
  color: #495965;
  text-decoration: none;
}
#right-side-bar .message-container .message-item .full-message-strip .message-item {
  border-style: solid;
  border-color: #2b3033;
  background: #3a4651;
  box-shadow: inset 0px 10px 10px -13px rgba(0, 0, 0, 0.75);
}
#right-side-bar .message-container .message-item .full-message-strip .message-item b {
  color: #BAD8E1;
}

#message-screen {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
#message-screen .message-window {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: #252C33;
  color: #f7f7f9;
  overflow: hidden;
}
#message-screen .message-window .message-search {
  padding: 0.5rem;
}
#message-screen .message-window .message-search input {
  width: 25%;
  display: inline-block;
  border-width: 3px;
  margin-right: 8px;
}
#message-screen .message-window .message-search .message-window-close {
  /*background-color:$btn-primary-bg;
  color:$btn-primary-color;
  display:block;*/
  float: right;
  /*height:100%;
  border:3px solid $btn-secondary-bg;
  text-align:center;
  width:100px;*/
}
#message-screen .message-window .message-pane {
  /*position:relative;*/
  float: left;
  background-color: #fff;
  height: 100%;
  width: 100%;
}
#message-screen .message-window .message-pane .message-list {
  /*position:absolute;*/
  height: 100%;
  /*top:0;
  left:0;
  bottom:0;*/
  float: left;
  width: 40%;
  border-right: 1px solid #000;
  padding-bottom: 100px;
  /*overflow:auto;*/
}
#message-screen .message-window .message-pane .message-list .message-list-controls {
  line-height: 1.4rem;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccc;
}
#message-screen .message-window .message-pane .message-list .message-list-controls .message-list-control {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 1rem;
}
#message-screen .message-window .message-pane .message-list .message-strip {
  position: relative;
  overflow: auto;
  height: 100%;
}
#message-screen .message-window .message-pane .message-list .message-strip .selected-message {
  background-color: #fcc;
}
#message-screen .message-window .message-pane .message-list .message-strip .message-item {
  margin: 0;
  padding: 0;
  padding-left: 40px;
  border: none;
  border-top: 1px solid #ccc;
  min-height: 0;
  position: relative;
}
#message-screen .message-window .message-pane .message-list .message-strip .message-item .message-picker {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 1.4rem 0 0 20px;
}
#message-screen .message-window .message-pane .message-list .message-strip .message-item .message-wrapper {
  margin: 0;
  background-color: #fff;
  cursor: pointer;
}
#message-screen .message-window .message-pane .message-list .message-strip .message-item .message-wrapper .current-message {
  background-color: #ededed;
  cursor: default;
}
#message-screen .message-window .message-pane .message-list .message-strip .message-item .message-wrapper .message {
  margin: 0;
  padding: 1rem;
  box-shadow: inset 0px 10px 10px -13px rgba(0, 0, 0, 0.75);
}
#message-screen .message-window .message-pane .message-list .message-strip .message-item .message-wrapper .message .message-header {
  position: relative;
  margin: 0 0 1rem 0;
}
#message-screen .message-window .message-pane .message-list .message-strip .message-item .message-wrapper .message .message-header h6 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  display: block;
  width: 70%;
  margin: 0;
}
#message-screen .message-window .message-pane .message-list .message-strip .message-item .message-wrapper .message .message-header h6 .fa-exclamation-triangle {
  font-size: 1rem;
  margin-right: 0.5rem;
}
#message-screen .message-window .message-pane .message-list .message-strip .message-item .message-wrapper .message .message-header .message-meta {
  width: 30%;
  line-height: 1.4rem;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  margin: 0;
}
#message-screen .message-window .message-pane .message-list .message-strip .message-item .message-wrapper .message .message-header .message-sender {
  margin: 0;
  line-height: 1.4rem;
  padding: 0.2rem 0 0 0;
}
#message-screen .message-window .message-pane .message-list .message-strip .message-item .message-wrapper .message .message-text {
  line-height: 1.2rem;
  font-size: 1rem;
  height: 2.5rem;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#message-screen .message-window .message-pane .message-viewer-wrapper {
  float: left;
  width: 60%;
  height: 100%;
  color: #000;
}
#message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer {
  position: relative;
  height: 100%;
  overflow: auto;
  padding: 2.4rem;
}
#message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer .message-current {
  /*border:1px solid #000;*/
}
#message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer .message-current .message-current-wrapper .message-current-header {
  position: relative;
}
#message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer .message-current .message-current-wrapper .message-current-header .message-current-title {
  width: 70%;
}
#message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer .message-current .message-current-wrapper .message-current-header .message-current-title h6 {
  line-height: 2.4rem;
  font-size: 2rem;
  margin: 0;
  padding: 0;
}
#message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer .message-current .message-current-wrapper .message-current-header .message-current-title h6 .fa-exclamation-triangle {
  font-size: 1.6rem;
  margin-right: 0.5rem;
}
#message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer .message-current .message-current-wrapper .message-current-header .message-current-controls {
  position: absolute;
  top: 0;
  right: 0;
  height: 2.4rem;
  line-height: 2.4rem;
  padding: 0 0.4rem;
}
#message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer .message-current .message-current-wrapper .message-current-header .message-current-controls span.message-control {
  position: relative;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  cursor: pointer;
}
#message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer .message-current .message-current-wrapper .message-meta {
  position: relative;
  padding: 1.2rem 0;
}
#message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer .message-current .message-current-wrapper .message-meta .message-sender {
  width: 70%;
}
#message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer .message-current .message-current-wrapper .message-meta .message-date {
  width: 30%;
  text-align: right;
  position: absolute;
  top: 1.2rem;
  right: 0;
  color: #003E6B;
}
#message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer .message-current .message-current-wrapper .message-text {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 0;
  padding: 0;
}
#message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer .message-current .message-current-wrapper .message-text a:link, #message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer .message-current .message-current-wrapper .message-text a:visited {
  color: #003E6B;
  text-decoration: underline;
}
#message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer .message-current .message-current-wrapper .message-text a:hover, #message-screen .message-window .message-pane .message-viewer-wrapper .message-viewer .message-current .message-current-wrapper .message-text a:active {
  color: #2283be;
  text-decoration: none;
}
#message-screen .message-container .message-item {
  border-style: solid;
  border-color: #303942;
  background: #303942;
  color: #000;
  box-shadow: inset 0px 10px 10px -13px rgba(0, 0, 0, 0.75);
}
#message-screen .message-container .message-item b {
  color: #BAD8E1;
}
#message-screen .message-container .message-item .message-meta {
  color: #000;
}
#message-screen .message-container .message-item .message-control {
  color: #BAD8E1;
  text-decoration: underline;
}
#message-screen .message-container .message-item .message-control:hover {
  color: #495965;
  text-decoration: none;
}
#message-screen .message-container .message-item .full-message-strip .message-item {
  border-style: solid;
  border-color: #2b3033;
  background: #3a4651;
  box-shadow: inset 0px 10px 10px -13px rgba(0, 0, 0, 0.75);
}
#message-screen .message-container .message-item .full-message-strip .message-item b {
  color: #BAD8E1;
}

.section-container {
  /*box-shadow: 4px 6px 8px $gray-light;*/
}

.section-header {
  background: #BAD8E1;
}

.row-container {
  background: #252C33;
}

.panel-container {
  background: #252C33;
  box-shadow: 0 0 5px #252C33;
}

.slider {
  background: #252C33;
  background-size: cover;
  background-repeat: no-repeat;
  border-style: solid;
  border-color: #424A4F;
}
.slider .slider-css {
  background: #252C33;
  box-shadow: 0 0 5px #252C33;
}

.screen-nav-bar {
  background: #1E2429;
}
.screen-nav-bar .screen-nav-item span {
  color: #eceeef;
}
.screen-nav-bar .screen-nav-item:hover {
  background: #BAD8E1;
  border-style: solid;
  border-color: #424A4F;
}
.screen-nav-bar .screen-nav-item:hover span {
  color: #003E6B;
}
.screen-nav-bar .active {
  background: #BAD8E1;
  border-style: solid;
  border-color: #424A4F;
}
.screen-nav-bar .active span {
  color: #003E6B;
}

.top-nav {
  background: #BAD8E1;
}
.top-nav li {
  background: -moz-linear-gradient(left, #afd2dc k 0%, #BAD8E1 12%, #BAD8E1 88%, #afd2dc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #afd2dc 0%, #BAD8E1 12%, #BAD8E1 88%, #afd2dc); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #afd2dc 0%, #BAD8E1 12%, #BAD8E1 88%, #afd2dc); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.top-nav li a {
  color: #003E6B;
}
.top-nav li:hover {
  background: #003E6B;
}
.top-nav li:hover a {
  color: #f7f7f9;
}
.top-nav .active {
  background: #003E6B;
}
.top-nav .active a {
  color: #f7f7f9;
}

.options-right-left-window {
  overflow: hidden;
  height: 80%;
}

.options-container {
  background: #303942;
  border-style: solid;
  border-color: #424A4F;
  box-shadow: 5px 0px 5px #252C33;
}

.options-container-side {
  background: #303942;
  border-style: solid;
  border-color: #424A4F;
  overflow: hidden;
}

.record-option {
  border-style: solid;
  border-color: #424A4F;
}

.multi-option {
  background: #252C33;
  border-style: solid;
  border-color: #424A4F;
}

.options-top .options-window-side {
  background: #252C33;
  border-style: solid;
  border-color: #424A4F;
}
.options-top button {
  box-shadow: 5px 0px 5px #252C33;
}

.options-bottom .options-window-side {
  background: #252C33;
  border-style: solid;
  border-color: #424A4F;
}
.options-bottom button {
  box-shadow: 5px 0px 5px #252C33;
}

.options-right .scroll-bar, .options-left .scroll-bar {
  background: #252C33;
  border-style: solid;
  border-color: #424A4F;
}
.options-right .scroll-bar-bottom, .options-left .scroll-bar-bottom {
  background: #252C33;
  text-align: center;
  border-style: solid;
  border-color: #424A4F;
}
.options-right .options-strip-dec, .options-left .options-strip-dec {
  border-style: solid;
  border-color: #424A4F;
  background: #252C33;
}

.select-list-block {
  background: #4d5e6b;
}

.url-box {
  border-style: solid;
  border-color: #BAD8E1;
  word-wrap: break-word;
}

.combo {
  background: white;
}

.comboList {
  background: #f7f7f9;
  border-style: solid;
  border-color: #ccc;
  border-radius: 4px;
  list-style: none;
  cursor: pointer;
}
.comboList li:hover {
  background: #eceeef;
}

.filter-header-bar {
  background: #BAD8E1;
}
.filter-header-bar a {
  color: #f7f7f9;
}
.filter-header-bar .active a {
  color: #495965;
}

.wizard-footer .wizard-breadcrumb-container {
  background: #495965;
}

.wizard-header .wizard-breadcrumb-container {
  background: #495965;
}
.wizard-header .wizard-breadcrumb-container .wizard-breadcrumb {
  display: inline-block;
}
.wizard-header .wizard-breadcrumb-container .wizard-breadcrumb .active {
  fill: #f7f7f9;
}
.wizard-header .wizard-breadcrumb-container .wizard-breadcrumb .error {
  fill: #f7f7f9;
}

.loading-modal-font-color {
  color: #fff;
}

.loading-screen-container .loading-screen {
  color: #fff;
}
.loading-screen-container .loading-screen svg {
  fill: none;
}
.loading-screen-container .loading-screen svg .loading-text {
  stroke: white;
}
.loading-screen-container .loading-screen svg .loading-circle-bg {
  stroke: white;
}
.loading-screen-container .loading-screen svg .loading-circle-target {
  stroke: white;
}
.loading-screen-container .loading-screen .back-screen {
  background: rgba(0, 0, 0, 0.85);
}

.filter-header-col div {
  background: #495965;
  color: #f7f7f9;
}
.filter-header-col div:first-child {
  border-style: solid;
  border-color: #424A4F;
}
.filter-header-col div:last-child {
  border-style: solid;
  border-color: #424A4F;
}

.body-link {
  color: #f7f7f9;
}

.mobile-option-slider {
  background: #1B2126;
}
.mobile-option-slider ul {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #15191d;
}
.mobile-option-slider ul li {
  list-style: none;
  border-style: solid;
  border-color: #15191d;
}
.mobile-option-slider ul li a {
  color: #252C33;
}

.mobile-section-top-nav {
  background: #1E2429;
}
.mobile-section-top-nav ul li a:hover {
  color: #f7f7f9;
}
.mobile-section-top-nav .active {
  color: #252C33;
}

.ssrsPanel {
  background: #252C33;
  box-shadow: 6px 8px 3px #818a91;
}

.caret-left, .caret-right {
  color: #003E6B;
}

.sizing-addon2:hover {
  color: #BAD8E1;
}

.chart-header {
  background: #BAD8E1;
  padding: 2px;
  margin: 0px;
}

/*-----------------------------------Attachments----------------------------------------------*/
.table-header {
  background: #1E2429;
  color: #BAD8E1;
  border-style: solid;
  border-color: #424A4F;
}

.table-body-box {
  border-style: solid;
  border-color: #424A4F;
}

/*------------------------------------Modal-----------------------------------*/
#wizard-modal {
  position: absolute;
  background: #1B2126;
  background-size: cover;
  background-repeat: no-repeat;
}

.no-bs-modal .no-bs-content {
  background: #252C33;
  border-color: #252C33 #252C33;
}

/*---------------------------------Card Block --------------------------------------*/
.chart-card-body {
  background: #353A3D;
  border: 3px solid #eceeef;
}
.chart-card-body .chart-card-label {
  color: #eceeef;
  font-weight: bold;
}
.chart-card-body .chart-card-value {
  color: #eceeef;
  font-weight: bold;
}

.final-screen #final-message {
  color: #eceeef;
}

.backButton {
  border-radius: 4px;
  padding: 8px;
  border: none;
  font-size: 16px;
  background-color: #2eacd1;
  color: white;
  position: absolute;
  cursor: pointer;
  right: 0px;
  top: 0px;
}

.cart-row-outer {
  padding: 2px 0px 2px 0px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.cart-row-outer img {
  height: 150px;
  width: 150px;
}
.cart-row-outer h2 {
  font-weight: 700;
  color: #eceeef;
}
.cart-row-outer .header-description {
  display: inline-block;
  padding-left: 20px;
}
.cart-row-outer .price {
  padding-top: 17px;
  font-weight: 300;
}
.cart-row-outer .qty {
  padding-top: 17px;
}

.text-link {
  text-decoration: underline;
}

.mcm-has-danger .form-control {
  border-color: #d9534f !important;
  border-width: 3px;
}

.form-control:focus {
  /*border-width:3px;*/
  border-color: #55595C;
  outline: 2px solid #55595C;
}

.mcm-input {
  display: block;
  width: 100%;
  padding: 0rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #f7f7f9;
  background-color: #252C33;
  background-image: none;
  border: 1px solid #55595C;
  border-radius: 0;
  outline: none;
}

.designer-copy-target {
  background-color: #f4f4f7;
  border-width: 1px;
  border-color: black;
  text-align: center;
  width: 100%;
  color: #373a3c;
}

.cover-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.cover-background {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  position: absolute;
  opacity: 0.25;
}

.snippet-list {
  background: #eeeef2;
  border-style: solid;
  border-color: #424A4F;
}
.snippet-list .snippet-list-header {
  background: #1E2429;
  color: #f4f4f7;
  border-style: solid;
  border-color: #424A4F;
}
.snippet-list .snippet-list-body {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.snippet-list .snippet-list-body .even div {
  background: #303942;
}
.snippet-list .snippet-list-body .odd div {
  background: #252C33;
}
.snippet-list .snippet-list-body .snippet-list-row {
  margin-top: 3px;
  margin-bottom: 3px;
}
.snippet-list .snippet-list-body .snippet-list-row div {
  height: 30px;
}
.snippet-list .snippet-list-body .snippet-list-row:hover {
  color: #f4f4f7;
}
.snippet-list .snippet-list-body .snippet-list-row:hover div {
  background: #424A4F;
}

.snippet-list-row-selected {
  color: #f4f4f7;
}
.snippet-list-row-selected div {
  background: #59646b !important;
}

.page-designer-trashcan {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 300px;
  height: 300px;
  color: red;
  transition: visibility 0.5s, opacity 0.5s ease-out;
}

.cascade-delete-button {
  background-color: #4976bf;
  color: #BAD8E1;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding: 5px 20px;
  margin: 1px;
  overflow: hidden;
  line-height: 2em;
  text-align: left;
}

.cascade-delete-button:hover {
  background-color: #375e9e;
}

.cascade-delete-button:active {
  background-color: #2a4878;
}

.cascade-delete-button-active {
  background-color: #269cfc;
  color: #303942;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding: 5px 20px;
  margin: 1px;
  overflow: hidden;
  line-height: 2em;
  text-align: left;
}

.cascade-delete-button-active:hover {
  background-color: #0383ec;
}

.cascade-delete-button-active:active {
  background-color: #0367b9;
}

.cascade-delete-removed {
  margin-left: 50px;
}
.cascade-delete-removed h5 {
  color: #d9534f;
  display: inline;
}
.cascade-delete-removed span {
  display: inline;
}

.field-builder-select {
  background-color: #269cfc;
  color: #303942;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding: 5px 10px;
  margin: 3px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.field-builder-select option {
  background-color: white;
  color: black;
}

.field-builder-select:hover {
  background-color: #0383ec;
}

.field-builder-select:active {
  background-color: #0367b9;
}

.mcm-info {
  position: relative;
}
.mcm-info div {
  position: absolute;
  right: -5px;
  top: -5px;
}
.mcm-info div i {
  transform: rotate(10deg);
}

.mcm-info-sm {
  padding: 5px;
}

.mcm-btn-trans {
  background: inherit;
  padding: 0.25rem 0.5rem;
  font-size: 0.5rem;
}

.mcm-btn-trans:hover {
  border-color: black;
  border-width: 1px;
  border-style: solid;
}

.searchFieldItem:hover {
  background-color: #BAD8E1;
  color: #003E6B;
}

.field-list-item div {
  background-color: #BAD8E1;
  color: #003E6B;
}

.field-list-item:hover div {
  background-color: #73b0c2;
  color: #f7f7f9;
}

.table-hover-scroll-left {
  background-color: #BAD8E1;
}
.table-hover-scroll-left i {
  color: #003E6B;
}

.table-hover-scroll-right {
  background-color: #BAD8E1;
}
.table-hover-scroll-right i {
  color: #003E6B;
}

@keyframes div-error-pulse-glow {
  from {
    box-shadow: 0px 0px 5px 0px red;
  }
  to {
    box-shadow: 0px 0px 5px 5px red;
  }
}
.div-error-pulse {
  background-color: red;
  animation: div-error-pulse-glow 0.5s infinite alternate;
}
