﻿/*Bunun amacı yazı dışarı taşınca kaydırmak.*/
.ui-tooltip-content {
    word-wrap: break-word !important;
}

.dt-buttons > .btn {
    min-width: 180px !important;
    margin: 0;
}

.dt-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .dt-buttons > * {
        margin-top: 1rem !important;
        margin-right: 1rem !important;
        margin-bottom: 1rem !important;
    }

.head-label > a.btn {
    min-width: 180px !important;
}

.head-label > * {
    margin-right: 1rem !important;
    margin-top: 0 !important;
}

@media only screen and (max-width: 1240px) {
    .head-label > * {
        margin-top: 1rem !important;
    }
}

@media only screen and (max-width: 991px) {
    .head-label > * {
        margin: 0 !important;
        margin-top: 1rem !important;
        margin-right: 1rem !important;
    }

    .head-label {
        margin: 0 !important;
    }

    .dt-action-buttons {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 719px) {
    .dt-buttons > * {
        margin-top: 1rem !important;
        margin-right: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .head-label > * {
        margin-right: 1rem !important;
        margin-top: 1rem !important;
    }
}

@media only screen and (max-width: 600px) {
    .dt-buttons > * {
        margin-top: 1rem !important;
        margin-right: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .head-label > * {
        margin-right: 1rem !important;
        margin-top: 1rem !important;
    }
}

@media only screen and (max-width: 414px) {
    .dt-buttons > * {
        margin-top: 1rem !important;
        margin-right: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .head-label > * {
        margin-right: 1rem !important;
        margin-top: 1rem !important;
    }
}


.blockElement, .blockPage {
    z-index: 1050 !important;
}

.input-group-append > .select2-container {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: fit-content !important;
}

    .input-group-append > .select2-container.valid-div {
        top: -1px !important;
    }

    .input-group-append > .select2-container.invalid-div {
        top: -1px !important;
    }

    .input-group-append > .select2-container > span {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

        .input-group-append > .select2-container > span > span {
            border-top-left-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
        }

a.glink.nturl {
    display: inline-flex !important;
}

    a.glink.nturl > * {
        margin-right: 0.5rem !important;
        font-size: 1rem !important;
        color: var(--light);
    }

        a.glink.nturl > *:hover {
            color: var(--primary);
        }

.custom-hide-modal {
    opacity: 0;
    pointer-events: none; /* Element gizli olduğunda tıklamaları engeller */
    height: 0px !important; /* !important ile display değerini ezerek gizleme işlemini güvence altına alabilirsiniz */
    transition: opacity 0.15s linear, height 0.15s linear; /* Hem opacity hem de height için geçiş efektleri ekliyoruz */
}

.modal {
    transition: opacity 0.15s linear; /* Sadece opacity için geçiş efekti ekliyoruz */
}

.cursor-copy {
    cursor: copy !important;
}

.cursor-grab {
    cursor: grab !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.after-line::after {
    content: " ";
    height: 0.1rem;
    background: #3b4253 !important;
    width: 90%;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    margin-left: 5%;
}

.toast-warning .toast-close-button {
    color: black !important;
}

.toast-success .toast-close-button {
    color: black !important;
}

.toast-info .toast-close-button {
    color: white !important;
}

#progressCircleLongPress {
    width: 40px;
    height: 40px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: absolute;
    right: 0;
}

    #progressCircleLongPress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
    }

    #progressCircleLongPress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

#progressCircleLongPressLeft {
    left: 0;
}

#progressCircleLongPressRight {
    right: 0;
}

#progressCircleLongPressLeftBar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 0.3rem;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    border-color: #7367f0;
}

#progressCircleLongPressRightBar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 0.3rem;
    border-style: solid;
    position: absolute;
    top: 0;
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    border-color: #7367f0;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.input-parent-click-item > input {
    pointer-events: none !important;
}

.table-row-selected {
    background-color: #343d55 !important;
}

.warning-table-row:not(.table-row-selected) {
    border-left: 1px solid #ff9f43 !important;
    border-right: 1px solid #ff9f43 !important;
}

.warning-table-row.table-row-selected {
    background: rgb(255 154 0 / 24%) !important;
    border-left: 1px solid #ff9f43 !important;
    border-right: 1px solid #ff9f43 !important;
}

.blockOverlay {
    border-radius: 0.4rem !important;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

@media screen and (max-width: 340px) {
    .bookmark-wrapper {
        flex-direction: column !important;
    }

    .dropdown-language {
        margin: 0px !important;
    }
}

.rotate {
    width: 100px;
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.input-group-cursor-select {
    cursor: copy !important;
}

    .input-group-cursor-select > input {
        cursor: copy !important;
        pointer-events: none !important;
    }

    .input-group-cursor-select > div {
        cursor: copy !important;
        pointer-events: none !important;
    }

        .input-group-cursor-select > div > a {
            cursor: copy !important;
        }

a[onclick="tagSelectModalOpen(this)"] {
    cursor: copy !important;
}

.skiptranslate {
    display: none !important;
}

.license-warning-text {
    /*box-shadow: 1px 2px 15px 1px #7c7a75;*/
    animation: licenseWarningAnimation 0.8s linear infinite;
    color: red !important;
}

@keyframes licenseWarningAnimation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

#image-area-row > div {
    padding: 1px;
}

    #image-area-row > div > div {
        padding: 5px;
        height: 125px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #image-area-row > div > div > img {
            max-width: 100%;
            max-height: 100px;
        }

#threeD-area-row > div {
    padding: 1px;
}

    #threeD-area-row > div > div {
        padding: 5px;
        height: 125px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #threeD-area-row > div > div > img {
            max-width: 100%;
            max-height: 100px;
        }

#documentFile-area-row > div {
    padding: 1px;
}

    #documentFile-area-row > div > div {
        padding: 5px;
        height: 125px;
        width: 125px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

table.dataTable.dtr-column > tbody > tr > td.control:before {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#image-area-row, #threeD-area-row, #documentFile-area-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    padding: 0.5rem !important;
    overflow-y: auto;
    max-height: 400px;
}

.navbar-header {
    height: 90px !important;
}

#PageContent {
    user-select: none !important;
}

.custom-select-element > input {
    cursor: copy !important;
}

.dataTables_info, .dataTables_paginate {
    -webkit-user-select: none !important; /* Safari */
    -ms-user-select: none !important; /* IE 10 and IE 11 */
    user-select: none !important; /* Standard syntax */
}

.custom-disable {
    filter: opacity(0.3);
    pointer-events: none;
    user-select: none !important;
}

.draggable {
    user-select: none;
}

.flatpickr-calendar {
    user-select: none;
}

.blur-element {
    pointer-events: none;
    user-select: none;
    filter: blur(10px);
}

.tooltip-custom {
    position: relative;
    display: inline-block;
}

    .tooltip-custom .tooltiptext-custom {
        visibility: hidden;
        width: max-content !important;
        background-color: #555;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip-custom .tooltiptext-custom::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip-custom:hover .tooltiptext-custom {
        visibility: visible;
        opacity: 1;
    }

.tooltiptext-custom > * {
    margin: 0 5px !important;
}

#hmiScreen > #topTools > div > * {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

#topTools {
    z-index: 1048;
}

.control-label {
    font-size: 15px !important;
}

.form-label {
    font-size: 15px !important;
}

.btnEditChartData {
    padding-left: 5px;
}

.processCol {
    min-width: 150px !important;
}

    .processCol > a {
        padding: 2px !important;
    }

.ui-autocomplete-input, .ui-menu, .ui-menu-item {
    z-index: 2021;
}

.selectedTableRow {
    background-color: #343d55 !important;
}

.requiredSpan {
    cursor: default !important;
    margin: 5px !important;
    color: #ea5455 !important;
}

.infoSpan {
    cursor: default !important;
    margin: 5px !important;
    color: black;
    font-weight: bold !important;
    font-size: 15px;
    box-shadow: 0px 0px 3px #ff9f43;
    min-width: 1.429rem;
    min-height: 1.429rem;
    align-items: center;
    justify-content: center;
    line-height: 0.786;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    background-color: #ff9f43;
    border-radius: 10rem;
    display: inline-block;
    padding: 0.3rem 0.5rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background 0s, border 0s;
}

.widgetImage {
    max-height: 300px !important;
    max-width: 100% !important;
    width: unset !important;
}

body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    transition: background-color .2s linear,width .2s ease-in-out;
}

/* Track */
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    /*border-radius: 10px;*/
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 6px;
}

    /* Handle on hover */
    body::-webkit-scrollbar-thumb:hover {
        background: #b4b7bd;
    }

div::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    transition: background-color .2s linear,width .2s ease-in-out;
}

/* Track */
div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    /*border-radius: 10px;*/
}

/* Handle */
div::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 6px;
}

    /* Handle on hover */
    div::-webkit-scrollbar-thumb:hover {
        background: #b4b7bd;
    }

form::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    transition: background-color .2s linear,width .2s ease-in-out;
}

/* Track */
form::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    /*border-radius: 10px;*/
}

/* Handle */
form::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 6px;
}

    /* Handle on hover */
    form::-webkit-scrollbar-thumb:hover {
        background: #b4b7bd;
    }


.file-manager-content-body {
    /*height: unset !important;*/
    max-height: 500px !important;
    min-height: 300px !important;
}

.image-select-area {
    height: calc( 59.5vh) !important;
}

/*.scrollHideDark::-webkit-scrollbar {
    width: 15px;
}*/

/* Track */
/*.scrollHideDark::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;*/
/*border-radius: 10px;*/
/*}*/

/* Handle */
/*.scrollHideDark::-webkit-scrollbar-thumb {
    background: #10163a;*/
/*border-radius: 10px;*/
/*}*/

/* Handle on hover */
/*.scrollHideDark::-webkit-scrollbar-thumb:hover {
        background: #10163a;
    }*/

.loading-page {
    visibility: hidden !important;
    pointer-events: none;
    opacity: 0;
    filter: blur(20px);
    overflow: hidden;
}

.hidden-loading {
    visibility: hidden !important;
}

#PreLoader {
    display: flex;
    flex-direction: column;
    user-select: none;
    position: fixed;
    top: 0;
    /*left: 25%;*/
    z-index: 1060;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #b4b7bd;
    background-color: #161d31;
}

    #PreLoader > row {
        justify-content: center;
        align-items: center;
    }

#loaderText {
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-size: 32px;
    margin-top: 10px;
}

.gear {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 10%;
    border: 5px solid #fff;
    position: relative;
    box-shadow: 0 10px 0 0 rgba(0, 0, 0, .1);
}

    .gear:after {
        content: "";
        width: 100px;
        height: 100px;
        border-radius: 100%;
        display: block;
        border: 5px dashed #fff;
        position: absolute;
        top: -24px;
        left: -24px;
        box-shadow: inset 0px 0 0 20px #fff;
        transform: scale(.5) rotate(0deg);
        animation: gear 6s linear infinite;
    }

    .gear:before {
        content: "";
        width: 58px;
        height: 58px;
        border-radius: 100%;
        display: block;
        border: 5px dashed #fff;
        position: absolute;
        top: 26px;
        right: -14px;
        box-shadow: inset 0px 0 0 10px #fff;
        transform: scale(.5) rotate(0deg);
        animation: gear2 4s linear infinite;
    }

/*.dot-typing {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
    box-shadow: 9984px 0 0 0 #ffffff, 9999px 0 0 0 #ffffff, 10014px 0 0 0 #ffffff;
    animation: dotTyping 1.5s infinite linear;
}

@keyframes dotTyping {
    0% {
        box-shadow: 9984px 0 0 0 #ffffff, 9999px 0 0 0 #ffffff, 10014px 0 0 0 #ffffff;
    }

    16.667% {
        box-shadow: 9984px -10px 0 0 #ffffff, 9999px 0 0 0 #ffffff, 10014px 0 0 0 #ffffff;
    }

    33.333% {
        box-shadow: 9984px 0 0 0 #ffffff, 9999px 0 0 0 #ffffff, 10014px 0 0 0 #ffffff;
    }

    50% {
        box-shadow: 9984px 0 0 0 #ffffff, 9999px -10px 0 0 #ffffff, 10014px 0 0 0 #ffffff;
    }

    66.667% {
        box-shadow: 9984px 0 0 0 #ffffff, 9999px 0 0 0 #ffffff, 10014px 0 0 0 #ffffff;
    }

    83.333% {
        box-shadow: 9984px 0 0 0 #ffffff, 9999px 0 0 0 #ffffff, 10014px -10px 0 0 #ffffff;
    }

    100% {
        box-shadow: 9984px 0 0 0 #ffffff, 9999px 0 0 0 #ffffff, 10014px 0 0 0 #ffffff;
    }
}*/

@keyframes gear {
    0% {
        transform: scale(.5) rotate(0deg);
    }

    100% {
        transform: scale(.5) rotate(360deg);
    }
}

@keyframes gear2 {
    0% {
        transform: scale(.5) rotate(0deg);
    }

    100% {
        transform: scale(.5) rotate(-360deg);
    }
}

.clear-dropzone-custom {
    z-index: 1000;
    top: 5px;
    right: 5px;
}

a.gflag {
    vertical-align: middle;
    font-size: 24px;
    padding: 1px 0;
}

    a.gflag img {
        border: 0;
    }

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

body {
    top: 0 !important;
}

#google_translate_element2 {
    display: none !important;
}


.invalid-div {
    border: 1px solid #ea5455 !important;
    border-radius: 0.357rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .invalid-div > .input-group-append {
        color: #ea5455 !important;
    }

.valid-div {
    border: 1px solid #28c76f !important;
    border-radius: 0.357rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .valid-div > .input-group-append {
        color: #28c76f !important;
    }

.custom-error-message {
}

    .custom-error-message > li {
        font-weight: bold;
        /*font-size: 16px;*/
    }

.custom-slider-icon {
    background: #00000096;
    border-radius: 5px;
    padding: 2%;
}

.keyboard-shortcut-modal-text div {
    padding: 7px;
}

.keyboard-shortcut-modal-key:not(button) {
    font-size: 12px;
    width: 124px;
}

button.keyboard-shortcut-modal-key {
    font-size: 12px;
    max-width: 130px;
}

.keyboard-shortcut-modal-value {
    color: #7367f0;
    font-weight: bold;
    font-size: 12px;
    max-width: 130px;
}

.keyboard-shortcut-modal-sub-title {
    font-size: 14px;
    text-align: left;
    color: white;
    font-weight: bold;
}

button.keyboard-shortcut-modal-key {
    width: 40px; /* Resmin maksimum genişliğini parent elementinden daha büyük olmamak üzere ayarlar */
    height: 40px; /* Genişlik oranına bağlı olarak otomatik olarak yüksekliği ayarlar */
    display: block; /* Resmi bir blok elemanı olarak görüntüler */
    margin: 0 auto; /* Merkezlemek için kenar boşluğu ekler (isteğe bağlı) */
}

    button.keyboard-shortcut-modal-key > img {
        height: 1.56rem; /* Resmin maksimum genişliğini parent elementinden daha büyük olmamak üzere ayarlar */
    }

.language-item > span {
    color: #b8c2cc !important;
}

.language-item.language-active > span {
    color: #fff !important;
}

.parameter-service-language-item > span {
    color: #b8c2cc !important;
}

.parameter-service-language-item.language-active > span {
    color: #fff !important;
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: #82868b !important;
    margin: 8px 0px;
}

    .hr-sect::before,
    .hr-sect::after {
        content: "";
        flex-grow: 1;
        background: #82868b !important;
        height: 1px;
        font-size: 0px;
        line-height: 0px;
        margin: 0px 8px;
    }

.active-authentication-type-indicator {
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.text-black {
    color: #000 !important;
}


td {
    padding: 0.3rem 1.5rem !important;
    font-size: 0.9rem !important;
}

.dt-buttons > .btn {
    min-width: fit-content !important;
}

.dt-buttons > * {
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 0.5rem !important;
}

.dataTables_filter {
    display: inline-flex !important;
    margin-right: 2rem !important;
}

.dataTables_length {
    display: inline-flex !important;
}

    .dataTables_length > label > select {
        margin-top: -0.3rem !important
    }

.dt-buttons.d-inline-flex.my-1.ml-1 {
    width: fit-content !important;
}
/*        .dataTables_filter > label {
            width: calc(100% - 1rem) !important;
        }*/

.dataTables_filter > label > input {
    width: 95% !important;
}

@keyframes blink {
    50% {
        opacity: 0.0;
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: 0.0;
    }
}

.blink {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}

.alert-div {
    font-size: 50px;
    position: absolute;
    color: red;
    font-weight: bold;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: black;
    left: 50%;
    z-index: 99;
}

.modal-z-index-custom {
    z-index: 1051 !important;
}

.navbar-z-index-custom {
    z-index: 1048 !important;
}

.main-menu-z-index-custom {
    z-index: 1049 !important;
}

.modal > .blockElement, .modal > .blockPage, .modal > .blockOverlay {
    z-index: 1050 !important;
}

.blockElement, .blockPage, .blockOverlay {
    z-index: 1047 !important;
}

/*.data-frequency-div > .btn {
    font-size: 0.65rem;
}
*/
.input-group-append > .form-control.left-item {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append > .form-control.right-item {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.gnc-bg-skin {
    background-color: #FACEB9 !important;
}

.gnc-bg-lilac {
    background-color: #CFC4EC !important;
}

.gnc-text-dark {
    color: #000000 !important;
}

.gnc-text-white {
    color: #FFFFFF !important;
}
