/* Minification failed. Returning unminified contents.
(1114,21): run-time error CSS1039: Token not allowed after unary operator: '-fc-small-font-size'
(1157,19): run-time error CSS1039: Token not allowed after unary operator: '-spacing-3'
(1357,19): run-time error CSS1039: Token not allowed after unary operator: '-spacing-3'
(1412,15): run-time error CSS1039: Token not allowed after unary operator: '-scroll-y'
(1414,35): run-time error CSS1039: Token not allowed after unary operator: '-scroll-offset'
(1420,33): run-time error CSS1030: Expected identifier, found '*'
(1420,34): run-time error CSS1031: Expected selector, found ')'
(1420,34): run-time error CSS1025: Expected comma or open brace, found ')'
(1484,31): run-time error CSS1030: Expected identifier, found '.'
(1484,42): run-time error CSS1031: Expected selector, found ')'
(1484,42): run-time error CSS1025: Expected comma or open brace, found ')'
 */

/* making the switch divs in the _layout.cshtml behave in a maner that allows the footer to be snaped to the bottom as it should */
.switch-div {
    height: 100%;
}

.datepicker ul {
    width: 317px !important;
}

.datepicker table {
    width: 315px !important;
}

.datepicker button {
    height: 35px !important;
}

.timepicker-wrapper ul {
    min-width: 120px !important;
}

    .timepicker-wrapper ul li table {
        margin-left: auto;
        margin-right: auto;
    }

.my-upload {
    margin-top: 10px;
}

.fs16px {
    font-size: 16px;
    font-weight: 300;
}

.btn-small {
    width: 30px;
    padding-right: 5px;
    padding-left: 5px;
}

.table-responsive td {
    white-space: normal;
}

.ellipsis {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.no-wrap {
    white-space: nowrap;
}

/* Style when highlighting a search. */
.highlight-yellow {
    font-weight: bold;
    background-color: yellow;
    vertical-align: inherit;
}

.editable-sm-col {
    width: 70px;
}
.editable-sm-col .editable-wrap .editable-controls .editable-input {
    width: 50px;
    padding-right: 5px;
    padding-left: 5px;
}
.editable-select-col {
    width: 190px;
    position:relative;
}
    .editable-select-col .editable-wrap {
        width: 185px;
    }
.editable-wrap,
.editable-wrap .editable-input {
    width: 100%;
}
.editable-wrap .editable-controls .editable-input .ui-select-match {
    min-width: 185px;
}

.editable-note span {
    width:100% !important;
}
    .editable-note span span input[type="text"] {
        width: 100% !important;
        overflow-x: hidden;
    }
/* fixing overflow issue when using with xeditable inside table*/
td .ui-select-inside-table-xeditable.open {
    position: absolute;
    margin-top: -2.4rem;
    width:185px !important;
    left:4px;    
}

td .has-error .ui-select-inside-table-xeditable.open {
    margin-top:-3.8rem;
}
.editable-select-col .editable-error {
    position: absolute;
    margin-top:0.1rem;
}
td .ui-select-inside-table-xeditable a {
    margin-right:0 !important;
}
.ui-select-match-text {
    width:80%;
}
    .ui-select-match-text span {
        display: block;
        text-overflow:ellipsis;
        overflow-x:hidden;
    }

.ui-select-placeholder {
    display: block;
    text-overflow:ellipsis;
    overflow-x:hidden;
}
.dashboard-filter-form .ui-select-bootstrap .ui-select-choices {
    width: auto;
}
.dashboard-filter-form .form-control {
    padding-right: 10px;
    padding-left: 10px;
}
.word-break {
    -ms-word-wrap: break-word !important;
    word-wrap: break-word !important;
    white-space: normal !important;
}

@font-face {
  font-family: 'open-sans-v13-latin-regular';
  src: url('/content/fonts/open-sans-v13-latin-regular.eot');
  src: url('/content/fonts/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('/content/fonts/open-sans-v13-latin-regular.woff2') format('woff2'), url('/content/fonts/open-sans-v13-latin-regular.woff') format('woff'), url('/content/fonts/open-sans-v13-latin-regular.ttf') format('truetype'), url('/content/fonts/open-sans-v13-latin-regular.svg#open-sans-v13-latin-regular') format('svg');
  font-display: swap;
}
.public-wrapper {
    overflow:hidden;
    font-size: 16px;
}
    .public-wrapper .table-responsive {
        padding-bottom: 20px;
    }
.rectangle {
    padding: 6px; 
    background-color: white; 
    border: #cbc6c6 1px solid;
}
.rectangle-transparent {
    padding: 6px; 
    background-color: transparent; 
    border: #cbc6c6 1px solid;
    margin-bottom: 6px;
}
.addon-text {
    background-color:transparent;
    border:none;
}

.gp {
    margin-top:0;
    margin-bottom:0;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width:100%;
}

.fileUploadPath {
    border: 1px dashed #dddddd;
    background-color:#edf1f2;
}


.my-container {
    position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
}
@media(max-width:768px) {
    .my-container {
        padding-bottom: 210%;
    }
}

.my-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.my-container-1 {
    position: relative;
    height: 0;
    overflow: hidden;
}

.logo-no-circle {
    max-width: 80%;
}
/*
.my-messages {
}
.my-messages.ng-active {
  // messages are visible 
}
.my-messages.ng-inactive {
  // messages are hidden
}
*/
.some-message {
    white-space:normal;
}
/*
.some-message.ng-enter {}
.some-message.ng-enter.ng-enter-active {}

.some-message.ng-leave {}
.some-message.ng-leave.ng-leave-active {}

[ng-message].ng-enter,[ng-message].ng-leave{
}

[ng-message].ng-enter, [ng-message].ng-leave-active{
}

[ng-message].ng-enter-active, [ng-message].ng-leave{
}
*/
.editable-error {
    white-space:normal;
}

.wrap-me{
    white-space: normal;
}

.upload-file-in-table{
    max-height: 400px;
    overflow-y: auto;
}


.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
}
.centered-view {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
}

.c-checkbox span {
    display: inline-block;
}

.c-checkbox div {
    display: inline;
}

#section-login {
    height:100%;
}

.sp-replacer {
    border-color: #d6d6d6 !important;
    background: #ffffff !important;
    color: #333333 !important;
    padding: 6px !important;
    line-height: 1.52857143;
    border-radius: 4px;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #d6d6d6 !important;
    background: #f5f5f5 !important;
    color: #333333 !important;
}

.my-table-responsive {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.borderless {
    border: none !important;
    border-style:hidden !important;
}

    .borderless > thead > tr > th,
    .borderless > tbody > tr > th,
    .borderless > tfoot > tr > th,
    .borderless > thead > tr > td,
    .borderless > tbody > tr > td,
    .borderless > tfoot > tr > td {
        border: none !important;
        border-style:hidden !important;
    }

    .borderless > thead > tr > th,
    .borderless > thead > tr > td {
        border-width: 0 !important;
        border-style:hidden !important;
    }

.fa-3g {
    font-size: 3em !important;
}
@media (min-width: 992px) {
    .fa-3g {
        font-size: 2vw !important;
    }
}
/*fadeIn-show-hide for ng-show/hide*/
.fadeIn-show-hide.ng-hide {
  opacity: 0;
}

.fadeIn-show-hide.ng-hide-add,
.fadeIn-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
}

.fadeIn-show-hide.ng-hide {
  opacity: 0;
}

/*fadeIn-show-hide for ng-repeat*/
.fadeIn-show-hide.ng-enter {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    opacity: 0;
}

.fadeIn-show-hide.ng-enter-active {
    opacity: 1;
}

.fadeIn-show-hide.ng-leave {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    opacity: 1;
}

.fadeIn-show-hide.ng-leave-active {
    opacity: 0;
}

/*fadeIn-show-hide-fast for ng-show/hide*/
.fadeIn-show-hide-fast.ng-hide {
    opacity: 0;
}

.fadeIn-show-hide-fast.ng-hide-add,
.fadeIn-show-hide-fast.ng-hide-remove {
    transition: all linear 0.5s;
}

.fadeIn-show-hide-fast.ng-hide {
    opacity: 0;
}

/*fadeIn-show-hide-fast for ng-repeat*/
.fadeIn-show-hide-fast.ng-enter {
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
    opacity: 0;
}

.fadeIn-show-hide-fast.ng-enter-active {
    opacity: 1;
}

.fadeIn-show-hide-fast.ng-leave {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    opacity: 1;
}

.fadeIn-show-hide-fast.ng-leave-active {
    opacity: 0;
}

.auto-grow {
    height:auto;
    max-width:600px;
    width:100%;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}
.input-group .auto-grow {
    max-width: 100%;
}

.width-100 {
    max-width: 100% !important;
}

.inline-block-width-100 {
    display: inline-block;
    width: 100% !important;
}

/* cg-busy overrides*/
.cg-busy-backdrop {
	opacity:.4 !important;
}
.fixed-head .cg-busy { /*making the busy bar ontop of the fixed header*/
    z-index:1071;
}
.fixed-head .cg-busy-default-sign {
    z-index:1072;
}

.widget-tools h5{
    color:inherit;
}

.widget-menu {
    margin-right:-5px;
    margin-left:-5px;
    margin-top:4px;
}

.help-indicator {
    cursor:help;
}

#video-player, #canvas-capture-image {
    display:block;
    margin: auto;
}

.btn-circle {
    border-radius: 50%;
}

.fa, .fas {
    font-weight: 900 !important;
}

/**/

.horizontal-list {
    text-align:center;
}

.horizontal-list ul {
    padding-left:0;
    padding-right:0;
}
.horizontal-list li {
    padding: 0 1em;
    list-style:none;
    display:inline-block;
}

.no-clear-sign::-ms-clear {
    display: none;
}

.table-bordered > tbody > tr:nth-of-type(odd) {
    background-color: #fafbfc;
}

.fixed-col {
    background-color: white;
    background-clip: padding-box;
    z-index: 1067;
}
.fixed-head th, .fixed-head thead {
    background-color:white;
    background-clip: padding-box;
    z-index: 1068;
    position:relative; /*important for checkboc columns to be under the thead in chrome*/
}

.fixed-head th.fixed-col,
.fixed-head thead.fixed-col {
    z-index: 1069;
}

/* wide ngDialog for questionnaires */
.ngdialog.ngdialog-theme-default.wide .ngdialog-content {
    max-width: 99%;
    width: 1400px;
    background:#f5f7fa;
}

.ngdialog.ngdialog-theme-default.wide {
  padding-top: 60px;
}

.ngdialog.ngdialog-theme-plain.wide .ngdialog-content {
    max-width: 99%;
    width: 700px;    
}

.ngdialog.ngdialog-theme-plain.wide {
  padding-top: 5px;
}

.caps-lock-warning {
    display:none;
}

.hebrew-warning {
    display:none;
}

.table-billboard {
    border-spacing:5px;
    border-collapse:separate;
}

.table-billboard > tbody > tr > td {
    vertical-align:top;
    border-radius:20px;
    border:2px solid !important;
    background-color:white;
}

.table-billboard > tbody > tr > td:hover,
.table-billboard > tbody > tr > th:hover,
.table-billboard > tbody > tr:hover > td,
.table-billboard > tbody > tr > .active,
.table-billboard > tbody > tr:hover > th {
    background-color: #c4e3f3;
}

/* Fix safari icon rendering issue */
.fa,.far,.fab,.fas {
    text-rendering:optimizeLegibility !important;
}

.career-english > * {
    text-align:left !important;
    direction:ltr !important;
}

.ngdialog-content .questionnaire {
    max-height: 740px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dashboard-badge-circle {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid; 
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

.dashboard-grid-row-menu-inline {
    width: 1% !important;
}

.dashboard-grid-row-menu a {
    text-decoration:none;
    width:15px;
    display:inline-block;
}
.dashboard-grid-row-menu i {
    display:none;
    margin:0;
    padding:0;
    width:100%;
}
.dashboard-grid tr:hover .dashboard-grid-row-menu i,
.dashboard-grid .dashboard-grid-row-menu .open i {
    display:inline !important;
}
/*on small screens like mobile we want the menu to be visible at all times*/
@media (max-width: 768px) {
    .dashboard-grid-row-menu i {
        display: inline !important;
    }
}
.api-grid-row-menu .save-btn i {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
}

.dashboard-grid tr:hover .dashboard-grid-row-menu i,
.dashboard-grid .dashboard-grid-row-menu .open i,
.api-grid tr:hover .dashboard-grid-row-menu i,
.api-grid .dashboard-grid-row-menu .open i {
    display: inline !important;
}
.api-grid thead input:focus {
    transition: all 0.5s;
}

.api-grid th i {
    color: white !important;
}

.api-grid th:hover i {
    color: inherit !important;
}
.api-grid-filter-type {
    z-index: 10;
}
.save-btn {
    text-decoration: none !important;
    padding: 0;
    color: #008b00 !important;
}

.updated {
    background-color: #d7f9c7;
}

.api-grid-filter-row-remove {
    border-right-style: hidden !important;
    border-left-style: hidden !important;
    width: 30px !important;
    padding: 15px 10px !important;
}

.api-grid .pagination {
    margin: 0 !important;
}

.dashboard-grid {
    border: none;
    margin-bottom: 0 !important;
}

.dashboard-grid-row-menu {
    border-right-style: hidden !important;
    border-left-style: hidden !important;
    width: 15px !important;
    padding: 0 !important;
}

.api-grid-row-menu {
    border-right-style: hidden !important;
    border-left-style: hidden !important;
    width: 30px !important;
    padding: 0 !important;
}
.dashboard-grid td,
.dashboard-grid th {
    border:none !important;
}
    .dashboard-grid th {
        border-bottom:1px solid #cfdbe2 !important;
    }
.question-title .show-on-hover {
    display:none;
}
.question-title:hover .show-on-hover {
    display:inline !important;
}

.panel-dashboard {
    border-top-width:1px !important;
}

.panel-dashboard .panel-heading {
    border-bottom:1px solid #cfdbe2;
    padding-right:10px;
    padding-left:10px;
}
.panel-dashboard .grid-widget {
    border-bottom:none;
    padding-bottom:0;
}
.panel-dashboard h4 {
    color:dimgray;
    margin-top: 5px;
    margin-bottom: 5px;
}

.grid-widget .breadcrumb {
    padding-bottom: 0;
    padding-top: 0;
}

.Customer {
    background-color: #3a3f51 !important;
    color: #ffffff !important;
    min-height: 65px; /* to allow for the marker to be displayed correctly*/
}

.Secritary {
    background-color: #5d9cec !important;
    color: #ffffff !important;
}

.marker {
    color: lightgray;
}

.marker-read {
    color: #5d9cec;
}

.panel-rounded {
    border-radius:10px;
}
.panel-rounded .panel-body {
    border-radius:inherit;
}

.paper-stamp {
    margin-bottom: 5px;
    padding: 20px;
    padding-bottom: 5px;
    border: 2px dashed #dddddd;
    background-color: #edebe0;
    color: #444444;
    padding-top: 0 !important;
}
.has-error .btn-theme.disabled,
.has-error .btn-theme[disabled],
.has-error fieldset[disabled] .btn-theme,
.has-error .btn-theme.disabled:hover,
.has-error .btn-theme[disabled]:hover,
.has-error fieldset[disabled] .btn-theme:hover,
.has-error .btn-theme.disabled:focus,
.has-error .btn-theme[disabled]:focus,
.has-error fieldset[disabled] .btn-theme:focus,
.has-error .btn-theme.disabled.focus,
.has-error .btn-theme[disabled].focus,
.has-error fieldset[disabled] .btn-theme.focus,
.has-error .btn-theme.disabled:active,
.has-error .btn-theme[disabled]:active,
.has-error fieldset[disabled] .btn-theme:active,
.has-error .btn-theme.disabled.active,
.has-error .btn-theme[disabled].active,
.has-error fieldset[disabled] .btn-theme.active {
    background-color: #f2dede;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #e82020;
}

.fc-view-container {
    background-color:white;
}

.fc-day-grid,
.fc-h-event .fc-event-title-container {
    text-align: center;
}
/*making the month dot align to middle of text*/
.fc-daygrid-event-dot {
    margin-top: -4px !important;
}

.dashboard-settings {
    position: fixed;
    top: 144px;
    width: 215px;
    background-color: #fff;
    backface-visibility: hidden;
    border: 1px solid #1797be;
    z-index: 9999;
    transition: margin .3s cubic-bezier(1,0,0,1);
}

.dashboard-inline-action {
    padding-right: 3px;
    padding-left: 3px;
}

.settings-inner {
    position: relative;
}

.settings-inner .settings-ctrl {
    position: absolute;
    top: -2px;
    width: 20px;
    height: 44px;
    color:#f5f7fa;
    background:#1797be;
    border: 1px solid #f5f7fa;
    text-align: center;
    cursor: pointer;
    padding-top:10px;
}

.settings-content {
    padding: 10px;
}

.external-app-color-0 {
    background: #F7464A;
}
.external-app-color-1 {
    background: #46BFBD;
}
.external-app-color-2 {
    background: #FDB45C;
}
.external-app-color-3 {
    background: #AB7DF6;
}
.external-app-color-4 {
    background: #949FB1;
}
.external-app-color-5 {
    background: #4D5360;
}

.color-0 {
    color: #F7464A;
}
.color-1 {
    color: #46BFBD;
}
.color-2 {
    color: #FDB45C;
}
.color-3 {
    color: #AB7DF6;
}
.color-4 {
    color: #949FB1;
}
.color-5 {
    color: #4D5360;
}

.border-0 {
    border-color: #F7464A;
}

.border-1 {
    border-color: #46BFBD;
}

.border-2 {
    border-color: #FDB45C;
}

.border-3 {
    border-color: #AB7DF6;
}

.border-4 {
    border-color: #949FB1;
}

.border-5 {
    border-color: #4D5360;
}

.face-lift-tabs > ul {
    margin-bottom: -20px !important;
    display: flex;
    overflow-x: auto;
    overflow-y:hidden;
    /*scrollbar-width: none;
    -ms-overflow-style: none;*/
}
/* make scrollbar in virtualstore and dashboard tabs not visible*/
@media (max-width: 768px) {
    .face-lift-tabs > ul::-webkit-scrollbar {
        display: none;
        height: 0;
    }
}
.face-lift-tabs > .nav-tabs > a,
.face-lift-tabs > .nav-tabs > li,
.face-lift-tabs > .nav-tabs > li > a {
    font-size:small;
    border:none !important;
    background-color:transparent !important;
    border-radius: 0 !important;
    padding-right: 5px;
    padding-left: 5px;
}
.face-lift-tabs > .nav-tabs > li.active > a,
.face-lift-tabs > .nav-tabs > li.active > a:hover {
    border: none;
    background-color: transparent; 
}
.face-lift-tabs > .nav-tabs > li.active {
    border-bottom: 3px solid !important;
}
.face-lift-tabs > .nav-tabs {
    border-bottom:none !important;
}

.virtualstore-scrollable-tabs .face-lift-tabs > .nav-tabs {
    border-bottom:1px solid lightgray !important
}
.virtualstore-scrollable-tabs .face-lift-tabs > .nav-tabs > li > a {
    font-size: 18px;
    padding-right: 10px;
    padding-left: 10px;
}

.face-lift-tabs > .nav-tabs > li:focus > a {
    border: none !important;
}

@media (max-width: 768px) {
    .face-lift-tabs .nav-tabs > li {
        float: right !important; 
        border-left:1px solid red;
    }
    .face-lift-tabs ul {
        margin-bottom: -16px !important;
    }
}

.face-lift-tabs .tab-content{
    border:none !important;
}

.face-lift-tabs .tab-definitions-a {
    width:10px;
    padding-right:0;
    padding-left:0;
    color:darkgray !important;
}

.tabs-tool-wrapper {
    position: absolute;
    font-size: small;
    padding: 15px 0;
}

.questionnaire-picture {
    box-shadow:0 0 4px 4px;
    width:100%;
    margin-bottom:15px;
}
.questionnaire-picture img {
    width:100%;
}

/* font-awesome addins*/
.fa-one:before{content:"1"}
.fa-two:before{content:"2"}
.fa-three:before{content:"3"}
.fa-four:before{content:"4"}
.fa-five:before{content:"5"}
.fa-six:before{content:"6"}
.fa-seven:before{content:"7"}
.fa-eight:before{content:"8"}
.fa-nine:before{content:"9"}
.fa-ten:before{content:"10"}


.pdf-wrapper {margin: 0 ; width: 100%; }
.pdf-canvas {
    border:1px solid black;
    height:550px;
    width: 100%;
    overflow-y:hidden;
    overflow-x:hidden;
}

.input-no-arrows::-webkit-outer-spin-button,
.input-no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-no-arrows {
    -moz-appearance: textfield;
}

.auto-suggest .caret {
    display:none;
}

.legend-item {
    padding-top: 5px;
}
.legend-item div {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}
.upper-text-label {
    position: absolute !important;
    top: -5px !important;
    left: 8px;
    padding: 2px 5px;
}

.shiny {
    border-radius: 30px;
    padding-top: 4px;
}

.questionnaire-extra-info {
    color: #007a9b;
}
.questionnaire-entity-description {
    text-align: center;
}

.fc-rtl .fc-center,
.fc-rtl .fc-event-container {
    direction:rtl;
}

.fc-event-extended-props {
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0;
    overflow: hidden;
}

.informative-question {
    display: inline-table;
    margin: 0 10px 0 10px;
}

/*  
    fix to allow calendar to be exported to pdf
    html2canvas does not support box-shadow and when present it prints as white rectangle
    hiding the content of the appointments
*/
.fc-timegrid-event-harness-inset .fc-timegrid-event, 
.fc-timegrid-event.fc-event-mirror, 
.fc-timegrid-more-link {
    box-shadow:none;
    border-color: #fff !important;
    padding:3px;
}

.fc-v-event .fc-event-title-container {
    flex-grow: 0 !important;
}

.grade-column {
    width: 90px;
}

.display-on-hover-wrapper:hover .display-hover {
    display: inline;
}
.display-on-hover-wrapper:not(:hover) .display-hover {
    display: none;
}
.display-on-hover-no-value .display-hover {
    display: none !important;
}

.cart-sum {
    border-top: 2px solid gray;
}

/* Tooltip text */
.tooltiptext {
    min-width: 120px;
    min-height: 30px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    transition: opacity 0.3s;
    display: inline-table;
    font-size: var(--fc-small-font-size);
    bottom: calc(100% + 4px);
}
/* Tooltip arrow */
.tooltiptext::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    top: 100%;
    border-color: #555 transparent transparent transparent;
}

.translate-cloak {
    display: none !important;
}

/* making request tracking correspondance fade in when loaded and added */
.correspondance-item.ng-enter {
    opacity: 0;
    transition: all .8s ease-in-out;
}

.correspondance-item.ng-enter-active {
    opacity: 1;
}

.alternative-auth-method {
}

    .alternative-auth-method button {
        color: inherit;
    }

.alternative-auth-method-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    border: none;
    margin: 0;
    padding: 24px 0 0;
    padding: var(--spacing-3) 0 0 0;
}

    .alternative-auth-method-title span {
        text-align: center;
        flex: 0.2 0 auto;
        margin: 0;
    }

    .alternative-auth-method-title:after, .alternative-auth-method-title:before {
        content: "";
        border-bottom: 1px solid #c2c8d0;
        flex: 1 0 auto;
        height: .7em;
        margin: 0;
    }
.product-extra-details-link {
    font-size: 85%;
    padding-right: 0;
    padding-left: 0;
}

.dxcustom-color-picker {
    width: 120px;
    padding: 10px;
    border: 1px solid gray;
    border-radius: 5px;
}

.has-error .dx-viewport {
    border: 2px solid red;
}

.has-error .dx-invalid-message-content {
    display: none !important;
}

.allsize-center {
    height: 50%;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#unauthorized-wrapper {
    height: 100%;
    display: grid;
    align-content: space-between;
}

#company-footer {
    z-index: 1;
}

.flatpickr-calendar.hasTime.noCalendar {
    width: 200px;
}
.constraint-day-header {
    text-align: center;
    width: 15%;
}
.constraint-cell {
    text-align: center;
    width: 15%;
}
.constraint-hours-header {
    max-width: 10%;
    text-align: center;
}
.constraint-hours {
    max-width: 10%;
    text-align: center;
}
.constraint-hours span {
    text-align: center;
}
.constraint-active {
    color: palevioletred;
    opacity: 70%;
}
.constraint-inactive {
    color: gray;
    opacity: 70%;
}
.constraint-on {
    background-color: #f05050;
    color: #ffffff !important;
}

.questionnaire-properties-wrapper {
    font-weight: bold;
}

.deposit-redemption-pending-payments {
    color: #008b00;
    margin: 0;
    font-weight: bold;
}

.bank-transfer-pending-payments {
    color: #007a9b;
    margin: 0;
    font-weight: bold;
}

.partial-pending-payments {
    color: #ff902b;
    margin: 0;
    font-weight: bold;
}

.choosing-num-of-payments {
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 10px;
}

/*  -------- text --------  */
.text-hr-seperator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 5px 0 0 0;
}

    .text-hr-seperator span {
        margin: 0 16px;
        font-weight: bold;
        /*color: #555;*/
    }

    .text-hr-seperator::before,
    .text-hr-seperator::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #ccc;
    }

    .text-hr-seperator::before {
        margin-right: 16px;
    }

    .text-hr-seperator::after {
        margin-left: 16px;
    }

.custom-display-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.questionnaire-display-item {
    flex: 1 1 0;
    width: 0;
    min-width: 0;
    word-break: break-word;
    padding: 10px;
}

.custom-display-label {
    font-weight: bold;
}

.custom-display-data{

}

.circle-bordered {
    border: 1px dotted gray !important;
}
.circle-white {
    background-color: white !important;
}

.circle-middle {
    text-align: center !important;
    margin: 0 !important;
}

    .circle-middle i {
        text-align: center !important;
    }

.circle-md {
    width: 25px !important;
    height: 25px !important;
}

.correspondence-item-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    border: none;
    margin: 0;
    padding: 24px 0 0;
    padding: var(--spacing-3) 0 0 0;
}

    .correspondence-item-title span {
        text-align: center;
        flex: 0.2 0 auto;
        margin: 0;
    }

    .correspondence-item-title:after, .correspondence-item-title:before {
        content: "";
        border-bottom: 1px solid #c2c8d0;
        flex: 1 0 auto;
        height: .7em;
        margin: 0;
    }

.correspondence-item-title-text {
    font-weight: bold;
}

.correspondence-wrapper {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.correspondence-dialog {
    padding-top: 60px !important;
}
    .correspondence-dialog hr {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }

textarea.no-resize {
    resize: none !important;
}

.ai-btn-glow {
    animation: ai-pulse 2s infinite ease-in-out;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    font-family: inherit !important;
}

/* Fix: prevent ngDialog overflow:hidden from resetting page scroll position */
html.ngdialog-open {
    overflow: hidden;
}

body.ngdialog-open {
    position: fixed;
    width: 100%;
    top: var(--scroll-y);
    overflow: hidden;
    min-height: calc(100vh + var(--scroll-offset, 0px));
}

.fc-button {
    margin-top: 5px !important;
}
.fc-button:not(.fc-button-group *) {
    margin-left: 5px !important;
    margin-right: 0 !important;
}
.fc-button-group {
    margin-left: 5px !important;
}

.question-description {
    width: 50%;
}

@media (max-width: 768px) {
    /* Switch everything to block layout */
    .resp-table,
    .resp-table thead,
    .resp-table tbody,
    .resp-table th,
    .resp-table td,
    .resp-table tr {
        display: block;
    }

        /* Hide the column headers */
        .resp-table thead {
            display: none;
        }

        /* Style each row as a card */
        .resp-table tbody tr {
            margin-bottom: 1rem;
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
        }

        /* Each cell becomes a label–value row */
        .resp-table td {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 14px !important;
            border-bottom: none !important;
            border-top: none !important;
            border-radius: 0;
        }

        .resp-table tbody tr td:last-child {
            border-bottom: none;
        }

        /* Inject the label from the data attribute */
        .resp-table td:not([data-label=""])::before {
            content: attr(data-label);
            font-size: 14px;
            font-weight: 600;
            margin-right: 12px;
            flex-shrink: 0;
        }
        /*If inner table is white we dont want it to be like that in mobile because the cards (rows) are already white*/
        .resp-table .bg-white {
            background-color: transparent;
        }
        /*When in mobile view table should be borderless*/
        .table-responsive:has(.resp-table) {
            border: none;
        }
        /*Questionnaires special rules*/
        .resp-table .question-description {
            width:100% !important;
        }
        /*VirtualStore special rules*/
        .resp-table .list-product td {
            border-top: none !important;
            border-bottom: none !important;
            border-radius: 0 !important;
        }
        .resp-table .list-product .product-title {
            border-right: none !important;
            border-radius: 0 !important;
        }
        .resp-table .list-product .product-actions {
            border-left: none !important;
        }

        .resp-table .product-additional-text,
        .resp-table .product-small {
            display: flex !important;
        }
}


/*
    usage of badges:
    <span class="badge badge-red">Inactive</span>

    <!-- with icon -->
    <span class="badge badge-purple">
        <i class="ti ti-crown"></i> Admin
    </span>

    <!-- with dot -->
    <span class="badge badge-green badge-dot">Online</span>
*/

.badge-green {
    background: #EAF3DE;
    color: #27500A;
}

.badge-amber {
    background: #FAEEDA;
    color: #633806;
}

.badge-red {
    background: #FCEBEB;
    color: #791F1F;
}

.badge-blue {
    background: #E6F1FB;
    color: #0C447C;
}

.badge-purple {
    background: #EEEDFE;
    color: #3C3489;
}

.badge-teal {
    background: #E1F5EE;
    color: #085041;
}

.badge-pink {
    background: #FBEAF0;
    color: #72243E;
}

.badge-coral {
    background: #FAECE7;
    color: #712B13;
}

.badge-gray {
    background: #F1EFE8;
    color: #444441;
}

/* ── Dot indicator ── */
.badge-dot::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
    background: currentColor;
    opacity: 0.7;
    margin-left: 3px;
    margin-right: 3px;
}

/* Virtual store home-phone field (mask="store-phone"):
   empty -> placeholder follows the page language start side (right in RTL Hebrew);
   filled -> the phone number reads LTR and hugs the left. */
input[input-mask-store-phone] {
    direction: ltr;
    text-align: left;
}
input[input-mask-store-phone]:placeholder-shown {
    direction: inherit;
    text-align: start;
}

.language-logo {
    aspect-ratio: 2.5 / 1
}
.symbol-logo {
    aspect-ratio: 1 / 1
}

#login-other-pop button {
    font-size: 14px;
    padding: 0;
}

#unauthorized-wrapper {
    opacity: 0;
}

    #unauthorized-wrapper.is-ready {
        opacity: 1;
        transition: opacity 0.15s ease-in;
    }
