﻿.has-error {
    color: #f1416c !important;
}

.has-error .inputText {
}

.has-error.inputText {
}

.has-error label {
    font-weight: bold !important;
}

.has-error.grouprow {
    border: none;
}

.has-error.grouprow > .panel-heading {
    background: #a94442 !important;
    background-image: none;
}

.has-error .validation {
    display: block !important;
}

.css-box-shadow {
    /*start ------------*/
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

.col-xs-nowidth {
    width: inherit;
    float: left;
}

.table > :not(caption) > * > * {
    padding: 5px;
}

.accordion-body {
    padding: 10px;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*Normal listview Padding*/
.listviewtable .table:not(.table-bordered) tr:first-child, .listviewtable .table:not(.table-bordered) th:first-child, .listviewtable .table:not(.table-bordered) td:first-child {
    padding: 0.313rem 0.75rem 0.313rem 2.25rem;
}

.listviewtable .table:not(.table-bordered) tr:last-child, .listviewtable .table:not(.table-bordered) th:last-child, .listviewtable .table:not(.table-bordered) td:last-child {
    padding: 0.313rem 2.25rem 0.313rem 0.75rem;
}

.listviewtable .table:not(.table-bordered) tr:last-child, .listviewtable .table:not(.table-bordered) tr#emptymessage, .listviewtable .table:not(.table-bordered) tr:last-child, .listviewtable .table:not(.table-bordered) tr#emptymessage td {
    padding: 1.25rem 2.25rem 1.25rem 2.25rem;
}

:not(.modal) .listviewtable .card-footer > div {
    padding-top: 1.25rem !important;
}

:not(.modal) .listviewtable .card-footer > div:last-child {
    padding-bottom: 1.25rem !important;
    padding-top: 1.25rem !important;
}

/*Compact listview Padding*/

.modal .listviewtable .table:not(.table-bordered) tr:first-child, .modal .listviewtable .table:not(.table-bordered) th:first-child, .modal .listviewtable .table:not(.table-bordered) td:first-child {
    padding: 0.313rem 0rem 0.313rem 0.75rem;
}

.modal .listviewtable .table:not(.table-bordered) tr:last-child, .modal .listviewtable .table:not(.table-bordered) th:last-child, .modal .listviewtable .table:not(.table-bordered) td:last-child {
    padding: 0.313rem 0.75rem 0.313rem 0.75rem;
}

.modal .listviewtable .table:not(.table-bordered) tr:last-child, .modal .listviewtable .table:not(.table-bordered) tr#emptymessage, .modal .listviewtable .table:not(.table-bordered) tr:last-child, .modal .listviewtable .table:not(.table-bordered) tr#emptymessage td {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.modal .listviewtable .card-footer > div {
    padding-top: 0.75rem !important;
}

.modal .listviewtable .card-footer > div:last-child {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

/*End ListView padding*/

.listviewtable .menu-icon {
    margin-right: 5px;
}

.row {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.modal .row {
    margin-right: -10px;
    margin-left: -10px;
}


[data-kt-app-sidebar-minimize="on"] .app-sidebar-footer{
    display:none;
}

[data-kt-app-sidebar-minimize="on"] #AdminDashboardSearch {
    display: none;
}

.card-header #FormStatistics2_splitContainer_Statistics_AdvancedSearch, .card-header #FormStatistics2_splitContainer_Statistics_AdvancedSearch, .card-header #FormStatistics2_splitContainer_Statistics_AdvancedSearch div:first-child.col-12.col-xs-12 {
    padding: 0px;
}

input .form-control {
    font-size: 12.025px !important;
}

.modal-body, .modal-header, .modal-footer {
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.modal-body{
    padding-top: 8px;
    padding-bottom: 8px;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modal hr {
    margin: 5px;
}

i.fa.fa-circle {
    color: inherit;
}

/*===condition colors ===*/
.conditionColor-GreenLight {
    color: #99FF00 !important;
}

.conditionColor-Green {
    color: green !important;
}

.conditionColor-Yellow {
    color: yellow !important;
}

.conditionColor-Red {
    color: red !important;
}

.conditionColor-Orange {
    color: orange !important;
}

.conditionColor-Gray {
    color: #3d3d3d !important;
}

.conditionColor-Silver {
    color: silver !important;
}

.conditionColor-BrightBlue {
    color: #00BFFF !important;
}

.conditionColor-Brown {
    color: saddlebrown !important;
}

.legend-item {
    display: inline-block;
}

.menu.menu-sub .separator:last-child {
    display: none;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

/*===Modals Overlay Effekts ===*/
/* Hinzufuegen eines Overlay-Effekts */
.modal::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Hintergrundfarbe des Overlays */
    z-index: 99998; 
    opacity: 0; /* Anfangs unsichtbar */
    pointer-events: none; /* Klicks durch das Overlay hindurch ermöglichen */
}

/* Wenn das Modal geöffnet ist, das Overlay sichtbar machen */
.modal.open::before, .modal.validationdialog.show::before {
    opacity: 0.4;
    pointer-events: auto;
}

/* Stile für den Inhalt des Modals (Modal-Dialog) */
.modal-content {
    /* Z-Index des Inhalts über dem Overlay */
    z-index: 99999;
}
/*===END Modals Overlay Effekts ===*/

.combobox select.form-select, .combobox span{
    border-radius: 0.475rem !important;
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 2.5rem;
}

/*Updatepanel*/
.updatepanel #loading {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.9;
    display: none;
}

.updatepanel.loading #loading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.updatepanel #loading i.fa.fa-spinner {
    font-size: 2rem;
}
/*End Updatepanel*/

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 0px;
    text-align: right;
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn i.fa.fa-spinner.fa-spin{
    padding: 0px !important;
}

/*linePreloader*/
.linePreloader {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #2dd4bf, #509df6);
    background-color: #ccc;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 4px;
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: -25% 0;
    animation: scroll 1.2s ease-in-out infinite;
}

@keyframes scroll {
    50% {
        background-size: 80%;
    }

    100% {
        background-position: 125% 0;
    }
}
/*End linePreloader*/

/*MODAL linePreloader*/
.modal-linePreloader {
    margin-top: -1px;
    min-height: 5px;
}

.modal-linePreloader .linePreloader {
    border-radius: 0px;
    height: 5px;
        
}
/*End linePreloader*/

/*colorpicker*/
.colorpicker {
    margin-top: 0px !important;
}

.colorpicker-element .input-group-addon i, .colorpicker-element .add-on i {
    width: 20px !important;
    height: 20px !important;
}

.colorpicker.dropdown-menu {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
}

input.colorpicker{
    z-index: 300;
}
/*End colorpicker*/
.menu-item .menu-link.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/*Dropdown Menu Typeahead*/
.typeahead.dropdown-menu {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}

.typeahead.dropdown-menu > li > a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: var(--bs-text-gray-700);
    white-space: nowrap;
}

.typeahead.dropdown-menu > .active > a, .typeahead.dropdown-menu > .active > a:hover, .typeahead.dropdown-menu > .active > a:focus {
    color: var(--bs-menu-link-color-active);
    background-color: var(--bs-menu-link-bg-color-hover);
    text-decoration: none;
    outline: 0;
}
/*End Dropdown Menu Typeahead*/

/*Accordion*/
.accordion.has-error .accordion-button {
    background: #f1416c !important;
    color: white;
}

.accordion.has-error .accordion-button i {
    color: white;
}

.accordion.has-error .accordion-button:not(.collapsed)::after, .accordion.has-error .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/*End Accordion*/

/*Markup Dialog*/
.markupviewdialog hr {
    margin: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.markupviewdialog .row hr:last-child {
    display: none;
}

.markupviewdialog td{
    padding: 2px;
    padding-right: 5px;
}

.markupviewdialog h6, .markupviewdialog .h6, .markupviewdialog h5, .markupviewdialog .h5, .markupviewdialog h4, .markupviewdialog .h4, .markupviewdialog h3, .markupviewdialog .h3, h2, .markupviewdialog .h2, .markupviewdialog h1, .markupviewdialog .h1 {
    margin-bottom: 10px;
}
/*End Markup Dialog*/

button.without-header {
    position: absolute;
    right: 13px;
    top: 10px;
    z-index: 1000;
}

.close-btn-container {
    position: relative;
    height: 20px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

img.img-responsive {
    display: inline-block;
}

.form-control.disabled {
    color: var(--bs-gray-500);
    background-color: var(--bs-gray-200) !important;
    border-color: var(--bs-gray-300);
}

/*Alert Box*/
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -3px;
    right: -21px;
    color: inherit;
}

.close {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    border: unset;
    background: unset;
}
.close i {
    font-size: 19px;
}
/*End Alert Box*/

/*Modal Header*/
.modal-title {
    color: #DBDFE9;
}

.modal-header .ki-solid.ki-cross {
    background-color: unset;
    border: unset;
    font-size: 25px;
    color: #DBDFE9;
}

.modal-header {
    background-color: #071437;
}
/*End Modal Header*/

@media (min-width: 992px){
    .app-content {
        padding-top: 0px;
    }
}

.fa::before {
    font: normal normal normal 14px/1 FontAwesome;
}

.progress i {
    font-size: 10px;
}

.progress i.fa::before {
    vertical-align: middle;
    font: normal normal normal 9px/1 FontAwesome;
}

.multi-nullable-select-checkbox {
    padding-top: 9px;
    padding-bottom: 9px;
}

#AdminDashboardSearch{
    color: #DBDFE9;
}

.country-icon {
    position: relative;
    top: 9px;
}

/*Listview pintrest and Tile Mode*/
.thumbnail {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: 1px solid #f2f2f2;
    border-radius: 0.625rem;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    /* border-radius: 0.625rem;*/
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
}

.item.pinterest.thumbnail .zoom-image {
    right: 8px;
    top: 8px;
    position: absolute;
}

.item.tiled .thumbnail .zoom-image {
    right: 8px;
    top: 8px;
    position: absolute;
}

.item.tiled .thumbnail h3 {
    margin-bottom: 4px;
    font-size: 18px;
}

.item.tiled .thumbnail .item-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*height: 50px;*/
}

.item.tiled .thumbnail .item-description {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
   /* height: 78px;*/
}

.thumbnail .item-checkbox {
    position: absolute;
    left: 8px;
    top: 8px;
}

.thumbnail .img-area:hover .zoom-image i.fa {
    color: white !important;
}

.thumbnail .img-area:hover .zoom-image:hover i.fa {
    color: gray !important;
}

[data-bs-theme=dark] .thumbnail {
    border: 1px solid #2B2B40;
}

[data-bs-theme=dark] .overlay.overlay-show .overlay-layer, [data-bs-theme=dark] .overlay.overlay-block .overlay-layer, [data-bs-theme=dark] .overlay:hover .overlay-layer {
    background-color: #00000029 !important;
}

/*End Listview pintrest and Tile Mode*/
.blog-post .news-description {
    line-height: 1.7;
}

/*Login Page*/
.news_description.login-news-desc, .news-title, .news-link {
    color: #002D37 !important;
}

.versionInfo, .login-version {
    color: #B5B5C3 !important;
    font-size: 10px !important;
}

.right-area {
    background: #87CDDC 0% 0% no-repeat padding-box;
    position: relative;
    overflow: hidden;
}

.clude-img {
    top: 0px;
    left: -77px;
    height: 20%;
    width: auto;
    max-width: 100vw;
    position: absolute;
    z-index: 1;
    bottom: 0;
    transform: rotate(180deg);
}
/*END Login Page*/

.menu-img {
    width: 22px;
}
.ki-solid.ki-folder.text-warning {
    color: #ffdc5b !important;
}

/*Start ribbon*/
.thumbnail.ribbon.ribbon-start .ribbon-label {
    top: 14%;
    background-color: #E6E6E6;
    color: #787878 !important;
}

.thumbnail.ribbon.ribbon-start .ribbon-label .ribbon-icon {
    color: #787878 !important;
}

.thumbnail.ribbon.ribbon-start .ribbon-label .ribbon-inner {
    background-color: #E6E6E6 !important;
}

.thumbnail.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before {
    border-right-color: #c9c5c5 !important;
}
/*END ribbon*/

.app-sidebar .menu > .menu-item .menu-link .menu-icon i {
    background: linear-gradient(to bottom right, #509df6 22%, #00a24a);
    -webkit-background-clip: text;
    color: transparent !important;
}

.hotspot .btn-group{
    margin-bottom:10px;
}

.thumbnail_container_small .thumbnail.fancybox.image-with-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 400px;
}

.thumbnail_container_small .thumbnail.fancybox.image-with-caption .caption {
    text-align: center;
    position: absolute;
    margin-left: 94px;
    margin-right: 93px;
}

.thumbnail_container_small .thumbnail.fancybox.image-with-caption img {
    position: absolute;
    z-index: 10;
}

/*Start ListView Dark Skin Colors*/
[data-bs-theme=dark] .table-danger {
    --bs-table-color: #FFFFFF;
    --bs-table-bg: #9c3939;
    --bs-table-border-color: #d42c2c;
    --bs-table-striped-bg: #a43434;
    --bs-table-striped-color: #FFFFFF;
    --bs-table-active-bg: #f03e3e;
    --bs-table-active-color: #FFFFFF;
    --bs-table-hover-bg: #ae2626;
    --bs-table-hover-color: #FFFFFF;
    color: var(--bs-table-color) !important;
    border-color: var(--bs-table-border-color);
}

[data-bs-theme=dark] .table-success {
    --bs-table-color: #FFFFFF;
    --bs-table-bg: #328155;
    --bs-table-border-color: #c6ddd0;
    --bs-table-striped-bg: #439264;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #2e8755;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #299f5d;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color) !important;
    border-color: var(--bs-table-border-color);
}

[data-bs-theme=dark] .table-warning {
    --bs-table-color: #ffffff;
    --bs-table-bg: #b38f0d;
    --bs-table-border-color: #e6dcb8;
    --bs-table-striped-bg: #a68508;
    --bs-table-striped-color: #ffffff;
    --bs-table-active-bg: #a78c29;
    --bs-table-active-color: #ffffff;
    --bs-table-hover-bg: #c39d0f;
    --bs-table-hover-color: #ffffff;
    color: var(--bs-table-color) !important;
    border-color: var(--bs-table-border-color);
}
/*End ListView Dark Skin Colors*/

.item.pinterest.thumbnail [gs-click=click-view] {
    cursor:pointer;
}


/*Summernote Editor*/
.note-editor.note-frame .note-btn.dropdown-toggle::after {
    content: unset;
}

.note-editor.note-frame .note-modal-footer {
    height: 70px;
}
/*END Summernote Editor*/
