/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');*/
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');*/
/*@import url('https://fonts.googleapis.com/css?family=Quicksand:500,500i,700,700i&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;0,600;0,700;1,500;1,600;1,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,600;0,700;1,600;1,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Duru+Sans&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,700;1,500;1,700&display=swap');


* :not(.dx-icon,.dx-theme-marker,[class^="fa-solid"],[class^="fa-regular"],[class*="chevron"],[class*="nav-button"], .dx-header-filter, .dx-lookup-arrow, .dx-dropdowneditor-icon,.dx-checkbox-icon,.dx-numberbox-spin-up-icon, .dx-numberbox-spin-down-icon) {
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Arial, sans-serif !important;
    /*font-family: "Mulish", system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Arial, sans-serif !important;*/
    /*font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Arial,sans-serif !important;*/
    /*font-family: "Noto Sans", "Segoe UI","Segoe UI Semilight", "Segoe Semilight", "Segoe Web",Segoe, Arial,sans-serif !important;*/
    /*font-family: "Open Sans","Segoe UI Semilight", "Segoe Semilight", "Segoe UI","Segoe Web",Segoe, Arial, sans-serif !important;*/
    /*font-family: "Open Sans", "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif !important;
    font-family: "Segoe UI Light","Segoe UI Web Light","Segoe UI Web Regular", "Segoe UI Semilight", "Segoe Semilight", "Segoe UI","Segoe Web",Segoe, Arial, sans-serif !important;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif !important;     
    */
    /*-webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;*/
    /*-webkit-font-smoothing: subpixel-antialiased !important;*/

    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
}

*:hover {
    transition: 0.2s;
}

/*li:hover, span:hover, tr:hover, td:hover, td div:hover {
    transition: 0.2s;
}*/
/*
tr:hover {
    transition: 0.2s;
}
*/

header {
    height: 75px;
}

main {
    height: calc(100% - 140px);
}

footer {
    height: 65px;
}

body {
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Arial, sans-serif !important;
    /*font-family: "Mulish", system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Arial, sans-serif !important;*/
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif !important;*/
    /*font-family: "Noto Sans",-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Arial,sans-serif !important;*/
    /*font-family: "Noto Sans","Segoe UI", "Segoe UI Semilight", "Segoe Semilight", "Segoe Web", Segoe, Arial,sans-serif !important;*/
    /*font-family: "Open Sans","Segoe UI Semilight", "Segoe Semilight", "Segoe UI","Segoe Web",Segoe, Arial, sans-serif !important;*/
    /*font-family: "Open Sans", "Segoe UI Light","Segoe UI Web Light","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","HelveticaNeue-Light","Helvetica Neue",Arial,sans-serif !important;
    font-family: "Segoe UI Light","Segoe UI Web Light","Segoe UI Web Regular", "Segoe UI Semilight", "Segoe Semilight", "Segoe UI","Segoe Web",Segoe, Arial, sans-serif !important;
    font-family: 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif !important;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif !important;
    */
    /*-webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;*/
    /*-webkit-font-smoothing: subpixel-antialiased !important;*/
    /*margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 3px;
    margin-right: 3px;*/
    background-color: #fefefe;
    height: 100vh !important;
}

.girisBackground {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
    background: rgb(238, 238, 238); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(238, 238, 238, 1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(-45deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(-45deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(-45deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%); /* IE10 preview */
    background: linear-gradient(135deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

table.main {
    width: 100% !important;
    /*-webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale; */
    /*font-size: 12px !important;*/
    /*font-style: normal !important;*/
}

    table.main .fixed {
        table-layout: fixed;
    }

tr.line {
    /*width: 99%;*/
}

div.header {
    width: 100%;
    height: 70px;
    max-height: 70px;
    overflow-y: hidden;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,d1d1d1+51,fefefe+100 */
    background: rgb(226,226,226); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
    /*background: #e2e2e2;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, #e2e2e2 0%, #d1d1d1 51%, #fefefe 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #e2e2e2 0%,#d1d1d1 51%,#fefefe 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #e2e2e2 0%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #e2e2e2 0%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #e2e2e2 0%,#d1d1d1 51%,#fefefe 100%); /* W3C */;
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );*/ /* IE6-9 */
}

div.headerSub {
    vertical-align: middle;
    text-align: center;
    width: 100%;
    color: black;
    font-size: 16pt !important;
    -ms-text-shadow: lightslategray 0.1em 0.1em 0.2em;
    text-shadow: lightslategray 0.1em 0.1em 0.2em;
    white-space: pre-line;
    display: table-cell;
}

div.headerInfo {
    text-align: center;
    width: 100%;
    height: 70px;
    max-height: 70px;
    display: table;
}

span.headerSub {
    vertical-align: middle;
    text-align: center;
    width: 100%;
    /*color: springgreen;*/
    color: black;
    font-size: 14pt !important;
    -ms-text-shadow: lightslategray 0.1em 0.2em 0.2em;
    text-shadow: lightslategray 0.1em 0.2em 0.2em;
}

div.footer {
    width: 100%;
    height: 60px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,d1d1d1+49,e2e2e2+100 */
    background: rgb(254,254,254); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(226,226,226,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(209,209,209,1) 49%,rgba(226,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(209,209,209,1) 49%,rgba(226,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    /*background: #fefefe;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, #fefefe 0%, #d1d1d1 49%, #e2e2e2 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#d1d1d1), color-stop(100%,#e2e2e2));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#e2e2e2 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#e2e2e2 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#e2e2e2 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, #fefefe 0%,#d1d1d1 49%,#e2e2e2 100%);*/ /* W3C */
    /*-webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );*/
    /*-moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );*/
    /*-o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );*/ /* IE6-9 */
}

div.footerInfo {
    text-align: center;
    width: 99%;
    height: 35px;
    margin-top: 5px;
}


span.footer {
    /*position: relative;*/
    top: 60%;
    color: black;
    -ms-text-shadow: lightslategray 0.1em 0.2em 0.2em;
    text-shadow: lightslategray 0.1em 0.2em 0.2em;
    font-size: 10pt !important;
}

a.footer {
    color: black;
}

td.baslik {
    vertical-align: middle;
    text-align: right;
    -moz-word-break: keep-all;
    -o-word-break: keep-all;
    word-break: keep-all;
}

td.leftBaslik {
    vertical-align: middle;
    text-align: justify-all;
    -moz-word-break: keep-all;
    -o-word-break: keep-all;
    word-break: keep-all;
}

td.ustBaslik {
    vertical-align: middle;
    text-align: center;
    -moz-word-break: keep-all;
    -o-word-break: keep-all;
    word-break: keep-all;
}

td.onTebligatBaslik {
    width: 115px;
}

td.baslikForMemo {
    vertical-align: top;
    text-align: right;
    padding-top: 3px;
    -moz-word-break: keep-all;
    -o-word-break: keep-all;
    word-break: keep-all;
}

td.baslikYapiOzellik {
    vertical-align: middle;
    text-align: right;
    /*font-size: 8.65pt !important; For Glass Theme*/
    /*font-size: 11px !important;*/
}

td.veri {
    vertical-align: middle;
    text-align: left;
    /*margin-left: 12px;
    border-spacing: 4px;*/
    padding-left: 3px;
    padding-top: 3px;
}

td.veriLabel {
    vertical-align: middle;
    text-align: left;
    /*margin-left: 12px;
    border-spacing: 4px;*/
    padding-left: 3px;
}

td.gridTempBaslik {
    vertical-align: middle;
    text-align: right;
    font-weight: bold;
    /*font-size: 8.65pt !important; For Glass Theme*/
    /*font-size: 9.75pt !important;*/
}

td.gridTempVeri {
    vertical-align: middle;
    text-align: left;
    /*margin-left: 12px;
    border-spacing: 4px;*/
    padding-left: 3px;
}

td.msgbtn {
    padding-left: 0px;
    text-align: center;
}

li.hata {
    /*text-decoration: underline;*/
    color: red;
    border-bottom: pink 1px;
    border-bottom-style: solid;
    -webkit-box-shadow: pink 0.2em 0.2em 0.2em;
    -ms-box-shadow: pink 0.2em 0.2em 0.2em;
    box-shadow: pink 0.2em 0.2em 0.2em;
    /*border-left: slategray 1px;
    border-left-style: solid;
    border-right: slategray 1px;
    border-right-style: solid;
   */
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    margin-top: 3px;
}

    li.hata:hover {
        cursor: pointer;
    }

span.duyuru {
    font-weight: bold;
    color: red;
    font-size: 20pt;
    padding-right: 5px;
    padding-left: 5px;
}

dl.duyuru {
    margin: 0;
}

dt.duyuru {
    /*text-decoration: underline;*/
    /*color: black;*/
    color: #0080C0;
    font-size: 12pt;
    font-weight: bold;
    /*border-bottom: gray 1px;
    border-bottom-style: solid;*/
    /*box-shadow: gray 0.1em 0.1em 0.2em;*/
    /*border-left: slategray 1px;*/
    /*border-left-style: solid;*/
    /*border-right: slategray 1px;*/
    /*border-right-style: solid;*/
    /*border-radius: 5px;*/
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
}

dd.duyuru {
    text-decoration: none;
    color: black;
    font-size: 10pt;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
}

hr.duyuruHr {
    background-color: #0080C0;
    color: #0080C0;
    border-color: #0080C0;
    -ms-opacity: 0.8;
    opacity: 0.8;
}

td.btnKaydet {
    padding-top: 3px;
    padding-right: 3px;
    text-align: right;
}

table.templateTable {
    width: 100%;
    border-color: grey;
    border-width: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.templateTable td {
    border: solid 1px #C2C2C2;
    padding: 2px;
}


div.group {
    padding-bottom: 5px;
    border-color: silver;
    border-collapse: separate;
    border-width: 1px;
    border-style: solid;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.subGroupHeader {
    font-size: 11pt !important;
}


.listButton {
    margin-bottom: 3px;
}

#lp {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-collapse: inherit;
}

.customLoadingPanel {
    /*text-shadow: lightslategray 0.1em 0.1em 0.2em;*/
    -webkit-box-shadow: 8px 8px 8px #000000 !important;
    -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.34375) !important;
    box-shadow: 8px 8px 8px #000000 !important;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.34375) !important;
}

.customLoadingPanelDiv {
    /*background-color: #43C6DB !important;*/
    /*background-color: lightblue !important;*/
    background: rgb(48 124 178 / .5) !important;
    opacity: 1 !important;
    /*backdrop-filter: blur(1px);*/
}


.nonPaddingChkBox {
    padding: 0 !important;
}


.tebligatListKalanSure10 {
    background-color: #efdb25 !important;
}

.tebligatListKalanSure5 {
    background-color: #ef7625 !important;
}

.tebligatListKalanSure3 {
    background-color: #ef4425 !important;
}

.zabitListKalanSure10 {
    background-color: #efdb25 !important;
}

.zabitListKalanSure5 {
    background-color: #ef7625 !important;
}

.zabitListKalanSure3 {
    background-color: #ef4425 !important;
}

    .zabitListKalanSure3:not(.dxgvFocusedRow_MetropolisBlue) {
        color: maroon !important;
    }

div.readOnlyData {
    margin-left: 3px;
    padding-left: 3px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    background-color: Gainsboro;
    color: LightSlateGray;
    height: 20px;
}

.msgBxHeader {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.tooltipTop:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 5%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 12px solid #d7f7e1;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.tooltipBottom:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 5%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 12px solid #d7f7e1;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.grdCellError {
    background-image: url('App_Themes/Site/Images/sprite.png');
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-color: transparent;
    -ms-background-position: -177px -133px;
    background-position: -177px -133px;
    width: 14px;
    height: 14px;
    float: right;
    margin-top: 3px;
}

li > div.navItemError {
    background-image: url('App_Themes/Site/Images/sprite.png');
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-color: transparent;
    -ms-background-position: -177px -133px;
    background-position: -177px -133px;
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 5px;
}

.autoMargin {
    margin: auto;
}

.msgBxBckGrnd {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7f5d1+0,f6fbeb+100 */
    /*background: rgb(231,245,209);*/ /* Old browsers */
    /*background: -moz-radial-gradient(center, ellipse cover,  rgba(231,245,209,1) 0%, rgba(246,251,235,1) 100%);*/ /* FF3.6-15 */
    /*background: -webkit-radial-gradient(center, ellipse cover,  rgba(231,245,209,1) 0%,rgba(246,251,235,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: radial-gradient(ellipse at center,  rgba(231,245,209,1) 0%,rgba(246,251,235,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f5d1', endColorstr='#f6fbeb',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */
}

/*.dx-gesture-cover {
    height: 10px !important;
    z-index: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    display: none !important;
}*/

.ellipsis-anim {
    font-size: 20px;
    margin-left: 2px;
}

    .ellipsis-anim span {
        opacity: 0;
        -webkit-animation: ellipsis-dot 1s infinite;
        animation: ellipsis-dot 1s infinite;
    }

        .ellipsis-anim span:nth-child(1) {
            -webkit-animation-delay: 0.0s;
            animation-delay: 0.0s;
        }

        .ellipsis-anim span:nth-child(2) {
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .ellipsis-anim span:nth-child(3) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .ellipsis-anim span:nth-child(4) {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

@-webkit-keyframes ellipsis-dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ellipsis-dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.altiCizgili {
    text-decoration: underline;
}

.duru_CellPreLine {
    white-space: pre-wrap;
    word-break: break-word;
}

.zabitAciklamaToolTipContent {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.zabitToolTipArrow::after {
    background-color: #d7f7e1 !important;
}

.doluGridFilterCell {
    background-color: red;
    color: white;
}

    .doluGridFilterCell .dxeEditArea_MetropolisBlue {
        background-color: red;
        color: white;
    }



i.fontIcon.gridContextMenu {
    font-size: 18px;
    vertical-align: middle;
}

.gridEngellemeIcon {
    font-size: 20px;
    vertical-align: middle;
    padding-left: 5px;
    color: #ff8433;
}

    .gridEngellemeIcon.islemiDurdur {
        color: #d22d0f;
    }

.engellemeIcon {
    font-size: 22px;
    padding-right: 5px;
    color: #ff8433;
}

    .engellemeIcon.islemiDurdur {
        color: #d22d0f;
    }

.engellemeBilgi {
    color: #ff8433;
    font-size: 16px;
    vertical-align: text-bottom;
}

    .engellemeBilgi.islemiDurdur {
        color: #d22d0f;
    }

.captchaRoundedTextBox,
.gridRoundedCommandButton,
.roundedPaneSeperator,
.roundedDropDownEdit {
    border-radius: 4px;
    padding: 1px;
}

.gridRoundedLoadingPanel {
    border-radius: 4px;
    padding: 1px;
    border-collapse: separate;
}

hr.birim {
    width: 95%;
}

.listRoundPanel {
    padding-left: 3px;
    padding-right: 3px;
    /*padding-bottom: 70px;*/
}

/*Ana Menü Başla*/
#mnu {
    /*box-shadow: lightslategrey 0.4em 0.2em 0.4em 0.4em;*/
    border-radius: 4px;
    background-color: transparent;
}

.menuItem {
    border-radius: 4px;
}

.menuItem, .subMenuItem {
    background-color: #5398c9;
    color: white;
}

.menuItemSelected, .subMenuItemSelected, .mnuSelectedParent {
    background-color: #3b6381 !important;
    color: white !important;
}

.menuItemHover, .subMenuItemHover, .subMenuHover {
    background-color: #3b6381 !important;
    color: white !important;
}

.subMenu {
    background-color: #2e4a5f !important;
    color: white !important;
    border-radius: 4px;
}
/*Ana Menü Bitti*/

#grdBina_tcTitle, #grdBagimsizBolum_tcTitle {
    color: red !important;
    font-size: 12px !important;
}

.cezaMain::after {
    content: "";
    clear: both;
    display: block;
}

.ceza-Left {
    width: 30%;
}

.ceza-Right {
    width: 70%;
}


[class*="ceza-"] {
    float: left;
    box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    [class*="ceza-"] {
        width: 100%;
    }

    .ceza-Right {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.dxnbLite_MetropolisBlue .dxnb-itemSelected,
.dxnbLite_MetropolisBlue .dxnb-largeSelected {
    background-color: #009688;
    color: white;
}

.dxnbLite_MetropolisBlue .dxnb-itemHover,
.dxnbLite_MetropolisBlue .dxnb-largeHover {
    background-color: #f0f0f0;
    color: inherit;
}

.paneKurumDisiImzaciList .dxsplLCC {
    padding-bottom: 1px !important;
}

#splOnaySurecineBasla_1_CC {
    overflow: hidden !important;
}

.gridHotTrack {
    background-color: #009688 !important;
    background-color: rgba(0, 150, 136, 0.4) !important;
    color: #000000;
}

.gridHotTrackMergedRow {
    background-color: #009688 !important;
    background-color: rgba(0, 150, 136, 0.4) !important;
    color: black;
    font-style: italic;
    border-color: white !important;
}

.zabitListKalanSure3.gridHotTrack {
    background-color: #ef4425 !important;
    background-color: rgba(239, 68, 37, 0.8) !important;
    color: #000000 !important;
}

.zabitListKalanSure5.gridHotTrack {
    background-color: #ef7625 !important;
    background-color: rgba(239, 118, 37, 0.6) !important;
    color: #000000 !important;
}

.zabitListKalanSure10.gridHotTrack {
    background-color: #efdb25 !important;
    background-color: rgba(239, 219, 37, 0.4) !important;
    color: #000000 !important;
}

.tebligatListKalanSure3.gridHotTrack {
    background-color: #ef4425 !important;
    background-color: rgba(239, 68, 37, 0.8) !important;
    color: #000000 !important;
}

.tebligatListKalanSure5.gridHotTrack {
    background-color: #ef7625 !important;
    background-color: rgba(239, 118, 37, 0.6) !important;
    color: #000000 !important;
}

.tebligatListKalanSure10.gridHotTrack {
    background-color: #efdb25 !important;
    background-color: rgba(239, 219, 37, 0.4) !important;
    color: #000000 !important;
}

#Ceza.ArtisNedenIds > .dxeListBoxItemRow_MetropolisBlue:hover {
    background-color: #009688 !important;
    background-color: rgba(0, 150, 136, 0.4) !important;
    color: #000000;
}

.dxeListBoxItemHover_MetropolisBlue {
    background-color: #009688 !important;
    background-color: rgba(0, 150, 136, 0.4) !important;
    color: #000000;
}

.dxeListBoxWithCustAppearanceSys .dxeListBoxItemHover_MetropolisBlue {
    background-color: #009688 !important;
    background-color: rgba(0, 150, 136, 0.4) !important;
    color: #000000;
}

#divGiris {
    visibility: visible;
    opacity: 1 !important;
    overflow: hidden;
    display: block;
    width: min-content;
    height: auto;
    margin: 0 auto;
}

#divYetkiYok {
    position: absolute;
    top: 40%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.blurOn {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.blurOff {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.kirmiziAltiCizgili {
    color: red;
    text-decoration: underline;
}


.kirmiziAltiCizgiliKalin {
    color: red;
    text-decoration: underline;
    font-weight: bold;
}

.kirmiziKalin {
    color: red;
    font-weight: bold;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px black;
    background-color: white;
    border-radius: 4px;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: white;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #265a87;
    border-radius: 4px;
}

.ui-tooltip {
    z-index: 99999 !important;
}

.gridCommandCellFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 3px;
}

.gridCommandCellFlexBasvuruDosya {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.roundedDefaults {
    border-radius: 4px;
    padding: 1px;
}

.topMost {
    z-index: 14500 !important;
}

#repDesigner {
    height: 100vh !important;
}

mark.cellChanged {
    -webkit-animation: 1s highlight .1s 1 normal forwards;
    animation: 1s highlight .1s 1 normal forwards;
    background-color: transparent;
    background: linear-gradient(90deg, #7efff5 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    padding: 2px;
}

@-webkit-keyframes highlight {
    to {
        background-position: 0 0;
    }
}

@keyframes highlight {
    to {
        background-position: 0 0;
    }
}

.popUpMaxHeight {
    max-height: 90vh;
}

.gantt-custom-task-edit-tooltip {
    background-color: white;
    color: black;
    box-shadow: 0 4px 8px 0 #000000, 0 6px 20px 0 #000000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px 12px 12px 12px;
    border-radius: 3px;
}

    .gantt-custom-task-edit-tooltip::before {
        border-top-color: white;
        box-shadow: 0 4px 8px 0 #000000, 0 6px 20px 0 #000000;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .gantt-custom-task-edit-tooltip::after {
        border-bottom-color: white;
    }

.gantt-custom-tooltip-title {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 6px;
}

.gantt-custom-tooltip-row {
    font-size: 12px;
}

.gantt-custom-task {
    max-height: 48px;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.gantt-custom-task-wrapper {
    padding: 8px;
    color: #fff;
}

    .gantt-custom-task-wrapper > * {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.gantt-custom-task-img-wrapper {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 8px;
    background-color: #fff;
    overflow: hidden;
}

.gantt-custom-task-img {
    width: 32px;
}

.gantt-custom-task-title {
    font-weight: 600;
    font-size: 13px;
}

.gantt-custom-task-row {
    font-size: 11px;
}

.gantt-custom-task-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background: #000000;
    background: rgba(0, 0, 0, 0.3);
}

#ganttAdaParsel.dx-gantt .dx-row,
#ganttBasvuruDosya.dx-gantt .dx-row {
    height: 63px;
}

#ganttAdaParsel .dx-treelist-rowsview.dx-treelist-nowrap .dx-treelist-table .dx-treelist-cell-expandable .dx-treelist-text-content,
#ganttBasvuruDosya .dx-treelist-rowsview.dx-treelist-nowrap .dx-treelist-table .dx-treelist-cell-expandable .dx-treelist-text-content {
    white-space: pre-line !important;
}

#ganttAdaParsel .dx-treelist-nowrap,
#ganttAdaParsel .dx-treelist-nowrap .dx-header-row > td > .dx-treelist-text-content,
#ganttBasvuruDosya .dx-treelist-nowrap,
#ganttBasvuruDosya .dx-treelist-nowrap .dx-header-row > td > .dx-treelist-text-content {
    white-space: pre-line !important;
}

#ganttAdaParsel.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task,
#ganttBasvuruDosya.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task {
    height: 42px !important;
    line-height: inherit !important;
}

#ganttAdaParsel.dx-gantt .dx-gantt-taskRes,
#ganttBasvuruDosya.dx-gantt .dx-gantt-taskRes {
    height: auto !important;
    line-height: inherit !important;
    padding-block: 5px;
}

#ganttAdaParsel.dx-gantt .dx-gantt-taskWrapper .dx-gantt-titleIn,
#ganttBasvuruDosya.dx-gantt .dx-gantt-taskWrapper .dx-gantt-titleIn,
{
    padding-block: 5px;
}

#ganttAdaParsel .dx-icon-pdffile,
#ganttBasvuruDosya .dx-icon-pdffile,
{
    font-size: 22px !important;
}

#ganttAdaParsel .dx-toolbar,
#ganttBasvuruDosya .dx-toolbar {
    height: 50px;
}

#rpnBasvuruListesi_RPC {
    position: relative;
}

#basvuruBildirimIcon {
    --animate-delay: .5s;
    --animate-repeat: 2;
    --animate-duration: .8s;
}

/*@keyframes dxGridRowAnim {
    0% {
        opacity: 0;*/
/*visibility: hidden;*/
/*transform: scaleY(0.3);*/
/*}

    100% {
        opacity: 1;*/
/*visibility: visible;*/
/*transform: scaleY(1);*/
/*}
}

@keyframes dxGridColAnim {
    0% {
        opacity: 0;
        visibility: hidden;
        border-width: 0 !important;*/
/*transform: scaleY(0.3);*/
/*}

    100% {
        opacity: 1;
        visibility: visible;
        border-width: 1px !important;
    }
}


.gridAnim {
    opacity: 0;
    animation-name: dxGridRowAnim;
    animation-direction: alternate;
    animation-duration: 2s;
    animation-iteration-count: 2;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}*/


/*.gridAnim:nth-child(odd) {*/
/*animation-delay: calc(2s * var(--deneme));*/
/*animation-delay: 2s;
    }*/

/*.gridAnim:before {
        content: "aaa " var(--deneme) " .";
    }*/

/*.dx-row {
    opacity: 0;
    animation-name: dxGridRowAnim;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.2s
}*/

/*.dx-row-lines {
    opacity: 0;
    border: 0px !important;
    animation-name: dxGridColAnim;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.3s
}*/


/*td[aria-describedby^="dx-col"] {
    opacity: 0;
    border: 0px;
    animation-name: dxGridColAnim;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.2s
}*/


/*.transition-width {*/
/*    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    -ms-transition: all 3s;*/
/* transition: opacity 2s;
    transition-delay: .3s;*/
/*}*/
