﻿:root {
    --theme-color: #FFF;
    --theme-image: url('../app_themes/NewDesing/Themes/Theme1.png');
}

html, body {
    margin: 0px;
    height: 100%;
    font-size: 11px !important;
    font-family: 'Segoe UI' !important;
    /*overflow: auto;*/
}

.low-opacity-bg-image {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

    .low-opacity-bg-image::before {
        content: "";
        background: var(--theme-image) no-repeat center center fixed;
        /*background-color: var(--theme-color);*/
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        opacity: 0.3;
        background-size: cover;
    }

#MainDiv {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.scDiv {
    overflow: auto;
    width: 100%;
}

label {
    font-size: 11px !important;
}

.dxeMemoEditAreaSys {
    width: 98% !important;
    white-space: pre-wrap !important;
}

.dxgvLoadingDiv {
    width: auto !important;
    height: auto !important;
}

.dxm-horizontal {
    float: right !important;
    padding-right: 5px !important;
}

input {
    font-size: 11px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

td {
    font-size: 11px !important;
    padding: 1px;
}

.lblHeader {
    font-family: 'Segoe UI' !important;
    color: black !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.lblHeader1 {
    font-family: 'Segoe UI' !important;
    color: purple !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.lblHeaderBig {
    font-family: 'Segoe UI';
    color: #2c4d79;
    font-size: 12pt !important;
    font-weight: bold;
}

.loadingPanelText {
    font-family: 'Segoe UI' !important;
    color: #2c4d79 !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.dxucEditArea {
    padding-bottom: 4px !important;
}

.dxeBase {
    font-size: 11px !important;
}

/*Aqua*/
.dxeBase_Aqua {
    font-size: 11px !important;
    font-family: 'Segoe UI' !important;
}


.dxrpControl.dxrp-noCollapsing > tbody > tr.dxrpCR > .dxrpcontent:first-child, .dxrpControl > tbody > tr.dxrpCR > .dxrpcontent > .dxrpAW > .dxrpCW, .dxrpControl > tbody > tr.dxrpCR > .dxrpcontent > .dxrpCW {
    padding: 0px !important;
}


a:visited {
    color: #283b56 !important;
    text-decoration: none !important;
}

.dxtlFocusedNode a {
    color: #FFF !important;
}

/*Gridview'de seçilen satırın renginin beyaz olmasını sağlar*/
.dxgvFocusedRow a {
    color: #FFF !important;
}

.dxeEditAreaSys {
    height: 16px;
}

.dxm-content {
    text-align: left !important;
    font: bold !important;
}

.dxm-popOut {
    padding-left: 5px !important;
}

.dx-vam {
    font-size: 11px;
}

.dxrpHeader {
    background-color: rgba(136,94,116,0.7) !important;
    color: white !important;
    border-radius: 0px !important;
}

.dx-borderBox {
    background-color: rgba(255,255,255,0) !important;
}

#LoadingSpinImage {
    width: 100% !important;
    height: 99.9% !important;
    display: none;
    z-index: 9999;
    position: fixed !important;
    top: 0px;
    left: 0px;
    background: rgba(75,17,48,0.5);
}
/*Loading panel ↓*/
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.arc-rotate2 .loader {
    width: 300px;
    height: 300px;
}

    .arc-rotate2 .loader .arc {
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .arc-rotate2 .loader .arc::before, .arc-rotate2 .loader .arc::after {
            content: '';
            position: absolute;
            border: 7px solid;
            border-radius: 50%;
            width: 36%;
            height: 36%;
        }

        .arc-rotate2 .loader .arc::before {
            border-color: #FFF;
            opacity: .3;
        }

        .arc-rotate2 .loader .arc::after {
            border-color: transparent;
            border-bottom-color: #FFF;
            -webkit-animation: rotate 1s infinite linear;
            animation: rotate 1s infinite linear;
        }

.loader-container .loader {
    position: absolute;
    margin: auto;
}

.loader-container {
    position: relative;
    float: left;
    width: 250px;
    height: 250px;
    top: 25%;
    left: 45%;
}

    .loader-container img {
        position: absolute;
        top: 30px;
        left: 30px;
    }

.dxtcLite > .dxtc-content {
    padding: 0;
    border: none;
}

.CustomTableHeader {
    font-weight: bold;
    background-color: #DCDCDC;
    padding: 4px 6px;
    border-bottom: 1px Solid #CFCFCF;
}


.CustomTableRow1 {
    background-color: rgb(240, 240, 240);
}

.CustomTableRow2 {
    background-color: rgb(233, 233, 233);
}

.CustomTableCell {
    color: rgb(97, 97, 97);
    border-collapse: collapse;
    padding: 3px 6px 4px;
    font-size: 12px !important;
}

.styleMatrixTable {
    z-index: 2;
}

    .styleMatrixTable table {
        border-width: thin;
        border-spacing: 10px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.15);
    }

    .styleMatrixTable tr {
        border-width: thin;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.15);
    }

    .styleMatrixTable td {
        border-width: thin;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.15);
        padding: 10px;
        color: #5f5e59;
        font-size: 12px !important;
    }

.dxgvDataRow.dxgvDataRowAlt.dxgvFocusedRow {
    background-color: var(--theme-color) !important;
    color: White !important;
}

    .dxgvDataRow.dxgvDataRowAlt.dxgvFocusedRow > td {
        color: White !important;
    }

        .dxgvDataRow.dxgvDataRowAlt.dxgvFocusedRow > td > img[src*="tree-arrow-up.svg"],
        .dxgvDataRow.dxgvDataRowAlt.dxgvFocusedRow > td > img[src*="tree-arrow-right.svg"],
        .dxgvDataRow.dxgvDataRowAlt.dxgvFocusedRow > td > img[src*="tree-arrow-left.svg"],
        .dxgvDataRow.dxgvDataRowAlt.dxgvFocusedRow > td > img[src*="tree-arrow-down.svg"] {
            filter: brightness(0) invert(1);
        }

.dxgvDataRow.dxgvFocusedRow {
    background-color: var(--theme-color) !important;
    color: White !important;
}

    .dxgvDataRow.dxgvFocusedRow > td {
        color: White !important;
    }

        .dxgvDataRow.dxgvFocusedRow > td > img[src*="tree-arrow-up.svg"],
        .dxgvDataRow.dxgvFocusedRow > td > img[src*="tree-arrow-right.svg"],
        .dxgvDataRow.dxgvFocusedRow > td > img[src*="tree-arrow-left.svg"],
        .dxgvDataRow.dxgvFocusedRow > td > img[src*="tree-arrow-down.svg"] {
            filter: brightness(0) invert(1);
        }


.dxgvEditFormDisplayRow.dxgvFocusedRow {
    background-color: var(--theme-color) !important;
    color: White !important;
}

    .dxgvEditFormDisplayRow.dxgvFocusedRow > td {
        color: White !important;
    }

        .dxgvEditFormDisplayRow.dxgvFocusedRow > td > img[src*="tree-arrow-up.svg"],
        .dxgvEditFormDisplayRow.dxgvFocusedRow > td > img[src*="tree-arrow-right.svg"],
        .dxgvEditFormDisplayRow.dxgvFocusedRow > td > img[src*="tree-arrow-left.svg"],
        .dxgvEditFormDisplayRow.dxgvFocusedRow > td > img[src*="tree-arrow-down.svg"] {
            filter: brightness(0) invert(1);
        }

.dxtlNode {
    background-color: transparent !important;
    height: 40px;
    color: #5f5e59 !important;
}

.dxtlAltNode {
    background: !important;
    background-color: rgba(0, 0, 0, 0.03) !important;
    height: 40px;
    color: #5f5e59 !important;
}

.dxtlFocusedNode {
    background-color: var(--theme-color) !important;
    color: White !important;
    height: 40px;
}

    .dxtlFocusedNode > td > img.dxtl__Expand,
    .dxtlFocusedNode > td > img.dxtl__Collapse {
        filter: brightness(0) invert(1);
    }

.dxtlSelectedNode {
    background-color: var(--theme-color) !important;
    color: White !important;
    height: 40px;
}

.dxgvSelectedRow {
    background-color: var(--theme-color) !important;
    color: White !important;
}

    .dxgvSelectedRow > td {
        color: White !important;
    }

.informationBox {
    border: 1px solid #ccc;
    padding: 10px;
    width: auto;
    height: auto;
    min-width: 140px;
    background-color: var(--theme-color);
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.QDMSGridViewHeaderLeft {
    background-repeat: repeat-x;
    background-color: #dcdcdc;
    height: auto;
    min-height: 55px;
}

.QDMSGridViewHeaderRight {
    background-color: #dcdcdc;
    height: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 55px;
}

.QDMSGridViewContentLeft {
    height: 24px;
}

.QDMSGridViewContentRight {
    height: 24px;
}

.QDMSGridContentLabel {
    Font-Size: 12px;
    font-family: 'Segoe UI';
    /*color:#616161 !important;*/
    /*color: black !important;*/
}

.QDMSGridViewSelectedRow {
    background-color: var(--theme-color) !important;
    color: #fff !important;
}

.QDMSGridViewRow {
    background-color: #F0F0F0;
}

.QDMSGridHeaderLabel {
    Font-Size: 12px;
    font-family: 'Segoe UI';
    color: black;
    font-weight: bold;
    vertical-align: middle;
    display: table;
    margin: auto;
    text-align: center;
}


.QDMSGridTable {
}

    .QDMSGridTable tr:nth-child(odd) {
        background-color: #F0F0F0;
    }

    .QDMSGridTable tr:nth-child(even) {
        background-color: #E9E9E9;
    }

input[type="checkbox"] {
    margin: 3px 3px 3px 4px !important;
}

.dxgvGI {
    width: 1% !important;
}

.pageHeader {
    font-size: 16px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #25241f;
}

.headerbuttons {
    border-top: 1px Solid rgba(0, 0, 0, 0.15) !important;
    border-bottom: 1px Solid rgba(0, 0, 0, 0.15) !important;
    padding: 0.1rem 1rem 0.1rem 1rem;
    min-height: 50px;
}

.buttonspn {
    font-size: 12px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #333d46;
    cursor: pointer;
}

.svgbutton {
    width: 16px;
    height: 16px;
}

.dropsvgbutton {
    width: 16px;
    height: 16px;
}

.d-flex.p-2.dropdownbbottom:hover {
    background-color: #f2f1f0;
    cursor: pointer;
}

.buttonseperator {
    width: 1px;
    height: 32px;
    margin: 6px;
    background-color: rgba(0, 0, 0, 0.15);
}

.buttonseperator2 {
    width: 1px;
    height: 18px;
    margin: 6px;
    background-color: rgba(0, 0, 0, 0.15);
}

.dashboardbuttonseperator {
    width: 1px;
    height: 16px;
    margin: 6px;
    background-color: rgba(0, 0, 0, 0.15);
}

.dxb > .dx-vam {
    width: 16px;
    height: 16px;
}

.dxeImage {
    width: 16px;
    height: 16px;
}

.dxtlControl {
    border: 1px Solid rgba(0, 0, 0, 0.15) !important;
}

.dxrpControl td.dxrpHeader, .dxrpControl > tbody > tr > .dxrpcontent {
    border: none !important;
}

.dxtcLite > .dxtc-stripContainer .dxtc-tab, .dxtcLite > .dxtc-stripContainer .dxtc-activeTab {
    border-color: rgba(0, 0, 0, 0.15) !important;
}

.dxtcLite > .dxtc-stripContainer .dxtc-leftIndent, .dxtcLite > .dxtc-stripContainer .dxtc-spacer, .dxtcLite > .dxtc-stripContainer .dxtc-rightIndent, .dxtcLite > .dxtc-stripContainer .dxtc-sbWrapper, .dxtcLite > .dxtc-stripContainer .dxtc-sbIndent, .dxtcLite > .dxtc-stripContainer .dxtc-sbSpacer {
    border-bottom-color: rgba(0, 0, 0, 0.15) !important;
}

.dxtcLite > .dxtc-stripContainer .dxtc-link {
    padding: 0.6rem;
    min-width: 100px;
    height: 32px;
}

    .dxtcLite > .dxtc-stripContainer .dxtc-link .dx-vam {
        font-size: 12px !important;
    }

.dxtcLite > .dxtc-stripContainer .dxtc-tab {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.dxtcLite > .dxtc-stripContainer .dxtc-tabHover {
    background-color: rgba(0, 0, 0, 0.06) !important;
}

.dxgvEmptyDataRow td.dxgv {
    border-color: rgba(0, 0, 0, 0.15) !important;
}

.qdmsborder {
    border: 1px Solid rgba(0, 0, 0, 0.15) !important;
}

.qdmsfixedfooter {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background-color: red;*/
    color: white;
    text-align: center;
    height: 10px;
}

.dxrpControl td.dxrpHeader {
    padding: 0px !important;
}

.flyButtons {
    position: absolute;
    top: 42px;
    right: 10px;
    border-top: none !important;
    border-bottom: none !important;
}

.dxICheckBox {
    cursor: pointer !important;
}

.dxeIRadioButton {
    cursor: pointer !important;
}

.dxtcLite.dxtc-left > .dxtc-content {
    border: none !important;
}

.dxtcLite.dxtc-left > .dxtc-stripContainer .dxtc-leftIndent, .dxtcLite.dxtc-left > .dxtc-stripContainer .dxtc-rightIndent {
    height: 0px;
}

div.dxtc-flex.dxtc-left > .dxtc-stripContainer, div.dxtc-flex.dxtc-right > .dxtc-stripContainer {
    box-sizing: border-box;
    border: 1px Solid rgba(0, 0, 0, 0.15) !important;
    margin-right: 1rem;
    height: 100%;
    overflow: auto;
    min-width: 120px;
}

.dxtcLite.dxtc-left > .dxtc-stripContainer {
    padding-left: 0px;
}

div.dxtc-flex.dxtc-left > .dxtc-stripContainer, div.dxtc-flex.dxtc-right > .dxtc-stripContainer {
    display: block;
}

.dxtcLite.dxtc-left > .dxtc-stripContainer .dxtc-link {
    padding: 0.6rem;
}

.dxtc-activeTab > a {
    background-color: var(--theme-color) !important;
    color: White !important;
}

.dxtcLite.dxtc-left > .dxtc-stripContainer .dxtc-spacer {
    height: 0px;
}

.dxtcLite.dxtc-left > .dxtc-stripContainer .dxtc-activeTab {
    padding-right: 0px;
}

.dxtcLite > .dxtc-stripContainer .dxtc-tab, .dxtcLite > .dxtc-stripContainer .dxtc-activeTab {
    border-bottom: 1px Solid rgba(0, 0, 0, 0.15) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.dxtlHSEC {
    background-color: transparent !important;
}

.dxtlHeader {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

    .dxtlHeader, .dxtlHeader td.dxtl {
        font-size: 12px !important;
        color: #5f5e59 !important;
        font-weight: 600 !important;
    }

.dxtlControl .dxtlHSDC {
    background-color: transparent !important;
}

.dxtlIndent, .dxtlIndentWithButton {
    vertical-align: middle !important;
}

.dropdownbbottom {
    border-bottom: 1px Solid rgba(0, 0, 0, 0.15) !important;
}

.dropdown-menu {
    min-width: 15rem !important;
    padding: 0px !important;
}

.dxgvTable .dxgvHEC {
    background-color: transparent !important;
}

.dxpcLite .dxpc-header, .dxdpLite .dxpc-header {
    padding: 0px !important;
}

.spnetButtons {
    position: absolute;
    top: -1px;
    right: 13px;
}

.dxgvCommandColumn.dx-ar > div {
    width: 100%;
}

    .dxgvCommandColumn.dx-ar > div > div {
        width: 10%;
        border: 1px Solid rgba(0, 0, 0, 0.15) !important;
    }

        .dxgvCommandColumn.dx-ar > div > div > div > span {
            width: unset !important;
            height: unset !important;
        }

.borderNone {
    border: none !important;
}

.fixedtableheader {
    position: sticky;
    top: 0;
    background-color: var(--theme-color);
    color: white;
    height: 30px;
    z-index: 2;
}

    .fixedtableheader > td > span {
        font-size: 14px !important;
    }

.fixedtabledashboardheader {
    position: sticky;
    top: 0;
    height: 75px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.07);
}

.tablestickyheader {
    position: sticky;
    top: 0;
    z-index: 2;
    padding-top: 0px;
}

    .tablestickyheader > td {
        padding-top: 0px;
    }

.checkBoxSpn {
    font-size: 12px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #333d46;
}

.loginLangText {
    font-size: 14px !important;
    color: white;
    font-weight: normal !important;
    cursor: pointer;
}

.cpointer {
    cursor: pointer;
}

    .cpointer.d-flex.dropdownbbottom.p-2:hover {
        background-color: rgba(0, 0, 0, 0.10);
    }

.hoverbutton {
    box-sizing: border-box;
    padding: 2px;
    cursor: pointer;
}

    .hoverbutton:hover {
        box-shadow: 0px 0px 0px 1px #ddd;
        background-color: #f2f1f0 !important;
        border-radius: 3px;
    }

.disabled {
    background-color: rgba(0, 0, 0, 0.05);
}

.cursordefault {
    cursor: default !important;
}

.dxpcLite .dxpc-header, .dxdpLite .dxpc-header {
    color: #404040;
    background-color: transparent;
    border-bottom: none;
    padding: 1rem !important;
}

.dxpcLite .dxpc-headerText, .dxdpLite .dxpc-headerText {
    font-size: 16px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #25241f;
}

.dxpcLite .dxpc-closeBtn {
    padding: 0px;
}

.dxpcLite .dxpc-closeBtn {
    padding: 0px;
}

.error-page-word-wrap {
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
    display: table;
    white-space: pre-line;
}

.collapse-body {
    background-color: transparent;
    border: 1px Solid rgba(0, 0, 0, 0.15) !important;
}

.rotate-icon-error {
    transform: rotate(90deg);
    width: 12px;
}

.drop-header:not(.collapsed) .rotate-icon-error {
    transform: rotate(-90deg);
    width: 12px;
}

.themeProgressColor {
    background-color: var(--theme-color) !important;
}

.annonextbutton {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 50%;
}


.annobackbutton {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 10px;
    top: 50%;
}

.dxgvEditFormTable {
    width: auto !important;
    min-width: 10%;
}

.qdmsstickyheader {
    position: sticky;
    top: 0;
    background: #fafafa;
    z-index: 99;
}

@media print {
    body {
        font-size: 14px;
        color: #000000;
        line-height: 16px;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        list-style: none;
        display: block;
        width: 100%;
        height: auto;
    }
}

.char-count {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #5f5e59;
}

#alert-container {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1099;
    margin: 0 auto;
    color: #721c24;
    box-sizing: border-box;
    overflow-wrap: break-word;
    white-space: normal;
    overflow-x: hidden;
    max-height: 20vh;
    overflow-y: auto;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

[id^="ErrorPopup_PW-"] {
    z-index: 12003 !important;
}

.dxeListBox {
    table-layout: fixed;
}

.selectControllerAddButton {
    position: absolute;
    transform: translateX(-220%);
    padding-top: 3.5px;
}

    .selectControllerAddButton > .hoverbutton {
        padding: 1px !important;
    }

.selectControllerDeleteButton {
    position: absolute;
    transform: translateX(-115%);
    padding-top: 3.5px;
}

    .selectControllerDeleteButton > .hoverbutton {
        padding: 1px !important;
    }

.selectController {
    position: relative;
}

    .selectController input[type="text"] {
        width: 85%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.file-error-message {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
    width: 100%;
    height: 100%;
}

.fullscreen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95vw;
    height: 95vh;
    background: white;
    z-index: 9999;
    overflow: auto;
    padding: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.releativeTable {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

    .releativeTable .sticky-footer {
        position: sticky;
        bottom: 0;
        left: 0;
    }

    .releativeTable.no-scroll .sticky-footer {
        position: absolute;
        bottom: 0;
        left: 0;
    }

table {
    z-index: 2;
}
