/*******************************************************************************
 *              custom (version 1.0.0)
 *******************************************************************************/
.eng-font {
	font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.direction-ltr {
	direction: ltr !important;
}

.datepicker-dropdown.active {
	z-index: 1100;
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
	opacity: initial;
}

/**
 * Table Styles
 */
.table-info {
    border: 1px;
    border-style: groove;
    border-color: inherit;
}

/**
 * Set the table and action buttons
 */
.table-responsive {
    overflow: visible;
    width: 100%;
}
.table-responsive .dropdown-menu.show {
    z-index: 2000;
}

/**
 * File Zone Box
 */
.file-zone-box {
    border: 1px;
    border-color: #bdbdbd;
    border-style: dashed;
    min-height: 100px;
    border-radius: 10px;
    background-color: #f5f5f5;
}
.file-zone-box.is-dragover {
    border: 2px;
    border-color: green;
    border-style: dashed;
}

/**
 * Progress Bar
 */
.progress-bar.indeterminate {
  position: relative;
  animation: progress-indeterminate 3s linear infinite;
}

@keyframes progress-indeterminate {
   from { left: -25%; width: 25%; }
   to { left: 100%; width: 25%;}
}

/**
 * drop-box and pixie-editor styles
 */
pixie-editor.mode-overlay {
    z-index: 1050 !important;
}
mat-icon.mat-icon {
	vertical-align: inherit !important;
}
.drop-box {
    padding-top: 20px;
}
.drop-box .box {
    text-align: center;
    font-size: 1.25rem;
    background-color: #c8dadf;
    position: relative;
    padding: 10px 20px;
}
.drop-box .box {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.drop-box .box.is-dragover {
    outline-offset: -20px;
    outline-color: #c8dadf;
    background-color: #fff;
}
.drop-box .box .box-icon {
    display: none;
    width: 50px;
    height: 43px;
}
.drop-box .box .box-icon {
    width: 100%;
    height: 80px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 40px;
}
.drop-box .box .file-select {
    text-align: center;
}
.drop-box .box input {
    display:none;
}
.drop-box .box .file-select strong {
    outline: 0;
    cursor: pointer;
    color: #1E88E5;
    text-decoration: none;
    background-color: transparent;
}
.drop-box .box .file-select strong {
    outline: 0;
    cursor: pointer;
    color: #1E88E5;
    text-decoration: none;
    background-color: transparent;
}
.drop-box .box .file-select strong:hover, .drop-box .box .file-select strong:focus {
    color: #166dba;
}
.drop-box .box menu {
    top:10px;
    right:20px;
    position: absolute;
    width: 100%;
    text-align: right;
}
.drop-box .box .box-input {
    padding-top: 50px;
}
.drop-box .box img {
    padding:10px;
}
@media only screen and (min-width: 600px){
    .drop-box .box.has-advanced-upload {
        min-height: 300px;
    }
    .drop-box .box.passport {
        min-height: 380px;
    }
    .drop-box .box img {
        width: 100%;
    }
}
@media only screen and (max-width: 600px){
    .drop-box .box img {
        max-height:380px;
        width: 100%;
    }
}

/**
 * Wizard steps
 */
.wizard>.actions {
    padding-top: 20px;
}

/**
 * Specified Classes
 */
.status-div {
    color: #2196f3;
    text-decoration: none;
    background-color: transparent;
}
.status-div:hover {
    color: #0a6ebd;
    text-decoration: none;
    cursor: pointer;
}

/**
 * data quantity Classes
 */
[data-quantity] {
    position: relative;
    width: 100%;
    max-width: 11rem;
    padding: 0;
    border: 0;
}

[data-quantity] legend {
    display: none;
}

[data-quantity] input {
    font-size: 18px;
    height: 4rem;
    padding: 0 4rem;
    border-radius: 2rem;
    border: 0;
    background: #fff;
    color: #222;
    box-shadow: 0 10px 65px -10px rgba(0, 0, 0, 0.25);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

[data-quantity] input:focus {
    outline: none;
    box-shadow: 0 5px 55px -10px rgba(0, 0, 0, 0.2), 0 0 4px #3fb0ff; /* Allows border radius on focus */
}

[data-quantity] input[type=number]::-webkit-inner-spin-button,
[data-quantity] input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[data-quantity] input[type=number] {
    -moz-appearance: textfield;
}

[data-quantity] button {
    position: absolute;
    width: 2.8rem;
    height: 2.8rem;
    top: 0.6rem;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><path d="M17 25h16M67 25h16M75 17v16" fill="none" stroke="rgb(59,69,66)" stroke-width="1.5px" stroke-linecap="round" stroke-linejoin="round" /></svg>')
        no-repeat 0 0;
    background-size: 5.6rem 2.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    border-radius: 1.4rem;
    cursor: pointer;
    transition: opacity 0.15s;
    opacity: 0.5;
}

[data-quantity] button:active {
    background-position-y: 1px;
    box-shadow: inset 0 2px 12px -4px #c5d1d9;
}

[data-quantity] button:focus {
    outline: none;
}

[data-quantity] button:hover {
    opacity: 1;
}

[data-quantity] button.sub {
    left: 0.6rem;
}

[data-quantity] button.add {
    right: 0.6rem;
    background-position-x: -2.8rem;
}

.blurred-background {
    backdrop-filter: blur(5px);
    pointer-events: auto; /* Allow interaction with elements behind the modal */
}

.glass-effect {
    background: rgba(0, 0, 0, 0.6); /* Black with transparency */
    border: 1px solid rgba(0, 0, 0, 0.125); /* Adjust border color and transparency */
    border-radius: 10px; /* Adjust the border radius as needed */
}

.glass-effect .modal-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9); /* Add a subtle box shadow to the modal content */
}

.dashboard-app {
    background: rgba(0, 0, 0, 0.6); /* Black with transparency */
    border: 1px solid rgba(0, 0, 0, 0.125); /* Adjust border color and transparency */
    border-radius: 10px; /* Adjust the border radius as needed */
}

.dashboard-app-icons:hover  {
    color: #f58646!important;
    transform: scale(1.1);
}


.big-popover {
    min-width: 25%;
    max-width: 25%;
}
@media only screen and (max-width: 991px){
    .big-popover {
        min-width: 75%;
        max-width: 75%;
    }
}

.iconzoom {
    transition: transform .3s;
    width: 100%;
}

.iconzoom:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

.shortcutzoom {
    transition: transform .3s;
    min-width: 40px;
    max-width: 75px;
}

.shortcutzoom:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

.disableoverlay {
    z-index: 1000 !important;
}

.message_overlay {
    z-index: 1001 !important;
}

.zoom {
    transition: transform .2s;
}

.zoom:active {
    transform: scale(8);
    z-index: 500 !important;
}

#slider .ui-slider-tip {
    visibility: visible;
    opacity: 1;
    top: -30px;
}

.ui-slider-label {
    display:none;
}

.input-visible {
    flex: 1;
    min-width:150px;
}
.fancytree-ext-table tbody tr td:first-child {
    text-align: left;
}


.tooltip-inner {
    white-space:pre-wrap;
}

.dotted{
    border-bottom: 1px dashed;
    text-decoration: none;
}

.text-field {
    -moz-box-sizing: border-box;
    border: 1px solid #EEEEEE;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 0.73684em;
    font-weight: 600;
    height: 37px;
    margin: 0;
    padding: 5px;
    width: 100%;
}
.autocomplete-suggestion {
    overflow: hidden;
    padding: 2px 5px;
    white-space: nowrap;
}
.autocomplete-suggestions strong {
    color: #3399FF;
    font-weight: normal;
}
.autocomplete-selected{
    background:#F0F0F0;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; border-radius: 5px; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; margin: 10px; }
.autocomplete-selected { background: #F0F0F0; margin: 10px; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF;}
.autocomplete-group { padding: 2px 5px;  }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.img-max {
    width: 30%;

}
