:root {
    --kirmizi: #ED1C24;
    --yesil: #1ABC9C;
    --orange: #ff6633;
    --siyah: #000000;
    --beyaz: #ffffff;
    --gri: #34495e;
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    color: #808080;
    background-color: #fff;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    position: fixed;
    margin: 0px;
    width: 100%;
    height: 100%;
}

.menu-grid-container {
    display: grid;
    grid-template-columns: 92px 1fr;
    grid-template-rows: 46px 1fr;
    gap: 1px 1px;
    grid-template-areas: "startbutton tabsarea""startbutton tabscontents";
    width: 100%;
    height: 100%;
}

.startbutton {
    grid-area: startbutton;
    background-image: url('../images/eae-elektrik-logo.png');
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    background-size: fix;
}

.tabsarea {
    margin-top: 6px;
    margin-right: 6px;
    grid-area: tabsarea;
    padding-left: 2px;
}

.tabscontents {
    grid-area: tabscontents;
    height: 100%;
    width: 100%;
}

.grid-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 264px 24px;
    grid-template-rows: 110px 1fr 36px;
    grid-template-areas:
        "top top top top top"
        "draw draw draw right layer"
        "toolbar toolbar toolbar toolbar toolbar";
}

.layer {
    background-color: black;
    grid-area: layer;
    padding: 2px;
    display: grid;
    grid-template-columns: 24px auto;
    grid-auto-rows: 24px;
}

.top {
    grid-area: top;
    border-bottom: 1px solid #c0c0c0;
    overflow: hidden;
}

.right {
    grid-area: right;
    background-color: black;
    /* border-left: 2px solid #333333; */
}

.draw {
    grid-area: draw;
    overflow: hidden;
    background-color: black;
}
.draweasylist {
    grid-area: draw;
    overflow: hidden;
}


.toolbar {
    grid-area: toolbar;
    background-color: green;
    vertical-align: center;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
}

/* .slider {
    grid-area: slider;
    background-color: #4682b4;
    cursor: row-resize;
} */


.node {
    z-index: 0;
}

.edge {
    display: none;
}

#coorX {
    color: white;
    float: left;
}

#coorY {
    color: white;
    float: left;
}

#coorZ {
    color: white;
    float: left;
}

.w3-ib {
    /* width: 100px !important; */
    min-width: 100px !important; /* WJira: 50604 */
    height: 56px !important;
    margin-right: 2px;
    margin-top: 2px;
    color: black;
    font-weight: 500;
    font-size: 11px !important;
}

.w3-ib2 {
    width: 55px !important;
    height: 28px !important;
    margin-left: 2px;
    margin-top: 2px;
    line-height: 10px;
    padding: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #808080 !important;
}

.w3-selected {
    border-bottom: 2px solid var(--kirmizi) !important;
}

.w3-ib4 {
    width: 50px !important;
    height: 28px !important;
    margin-left: 2px;
    margin-top: 2px;
    line-height: 10px;
    font-weight: 500;
    color: black;
    font-size: 14px !important;
    padding: 0px !important;
}

.w3-ib3 {
    width: 100px !important;
    height: 28px !important;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 10px;
    line-height: 10px;
}

.w3-ib3-m0 {
    width: 100px !important;
    height: 28px !important;
    line-height: 10px;
}

.w3-ib5 {
    width: 42px !important;
    height: 18px !important;
    /* border: 1px solid #000000!important; */
    margin-left: 2px !important;
    margin-bottom: 2px !important;
    line-height: 18px !important;
    padding: 0px !important;
    font-size: 11px;
    color: #000000 !important;
}

.w3-itag {
    float: left;
    width: 150px !important;
    height: 30px !important;
    margin-left: 2px;
    margin-top: 2px;
    font-size: 10px;
    /* border: 1px solid white; */
    /* border-radius: 6px; */
    line-height: 30px;
}

.w3-quick {
    width: 24px;
    height: 24px;
    padding: 0px !important;
}

.w3-bar2 {
    height: 35px;
    border-bottom: 1px solid #808080;
}

.selectdiv {
    padding: 5px;
    width: 100%;
    height: 45px;
}

.selectdiv label {
    width: 30%;
    float: left;
}

.selectdiv select {
    float: left;
    width: 50%;
}

.selecteasydiv2 {
    padding: 4px 4px 0;
    /* width: 33%; */
    float: left;
}

.selecteasydiv2 label {
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    padding-top: 6px;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selecteasydiv2 select {
    float: left;
    width: 150px !important;
}

.easy-holder-top {
    display: flex;
    justify-content: space-between;
}

.selecteasydiv {
    padding: 4px 4px 0;
    /* width: 15%; */
    float: left;
}

.selecteasydiv label {
    /* width: 40%; */
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    padding-top: 6px;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textcrop {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selecteasydiv .textcrop {
    padding-right: 5px;
}

#btnPushSap {
    float: right;
}

.selecteasydiv select {
    float: left;
    /* width: 50% !important; */
    width:150px!important;
}

#tabPageDraws {
    height: 100%;
    position: relative;
}
.showPassiveProducts {
    bottom: 0px;
    position: absolute;
    z-index: 9999;
    right: 4px;
    display: flex;
    gap: 5px;
}
.showPassiveProducts input {
    transform: translateY(2px);
}

.sapEasyTop {
    float: left;
    width: 100%;
}
.sapEasySub {
    float: left;
    width: 100%;
}

.product-grid-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr 0.5fr;
    grid-template-rows: 1fr;
    gap: 1px 1px;
    grid-template-areas: "startparts middleparts endparts";
    width: 100%;
    height: 100%;
}

.startparts {
    grid-area: startparts;
    /* background-color: red; */
    display: inline-flex;
    flex-wrap: wrap;
    /* justify-content:center; */
}

.middleparts {
    grid-area: middleparts;
    /* background-color: aqua; */
    display: inline-flex;
    flex-wrap: wrap;
    border-left: 1px solid;
    border-right: 1px solid;
    ;
}

.endparts {
    grid-area: endparts;
    /* background-color: chocolate; */
    display: inline-flex;
    flex-wrap: wrap;
}

.ribbontabpage {
    display: flex;
    padding-left: 2px;
}

.ribbonholder {
    width: 100%;
    height: 100%;
}

#tabPageFile {
    display: none;
}

#tabPageParts {
    display: none;
}

#tabPageFavorite {
    display: none;
}

#tabPageReports {
    display: none;
}

footer {
    padding-top: 10px !important;
}

/* Yeni loginde kapatıldı */
/* #lgnemail {
    float: right;
}

#lgnpass {
    float: right;
} */

input {
    border: 1px solid #c0c0c0;
    padding-left: 5px;
    padding-right: 5px;
}


#productPath {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 500px !important;
    font-size: 11px;
    /* z-index: 10; */
    color: white;
    position: absolute;
    top: 116px;
    left: 10px;
    pointer-events: none;
}

.w3-red, .w3-hover-red:hover {
    color: #fff !important;
    background-color: var(--kirmizi) !important;
}

#divin {
    font-size: 13px;
}

:focus {
    outline: #000 auto 1px;
    outline-color: #000;
    outline-style: auto;
    outline-width: 1px;
}

.w3-button:hover {
    color: #ffffff !important;
    background-color: #333333 !important;
}

.menu-report-container {
    position: absolute;
    left: 0px;
    top: 104px;
    height: calc(100% - 104px);
    width: 100%;
}

/* ############ cıkıs kutuları ############ */

.outbox-grid-container {
    width: 100%;
    background-color: white;
    display: grid;
    grid-template-columns: 0.3fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 30px 40px;
    gap: 1px 0px;
    grid-template-areas: ". outbox-B outbox-1 outbox-2 outbox-3 outbox-4 outbox-5""outbox-labelL outbox-LB outbox-L1 outbox-L2 outbox-L3 outbox-L4 outbox-L5""outbox-labelR outbox-RB outbox-R1 outbox-R2 outbox-R3 outbox-R4 outbox-R5";
    padding: 10px;
}

.outbox-labelL {
    grid-area: outbox-labelL;
    line-height: 40px;
}

.outbox-labelBL {
    grid-area: outbox-labelBL;
}

.outbox-labelBR {
    grid-area: outbox-labelBR;
}

.outbox-labelR {
    grid-area: outbox-labelR;
    line-height: 40px;
}

.outbox-B {
    grid-area: outbox-B;
    text-align: center;
}

.outbox-1 {
    grid-area: outbox-1;
    text-align: center;
}

.outbox-2 {
    grid-area: outbox-2;
    text-align: center;
}

.outbox-3 {
    grid-area: outbox-3;
    text-align: center;
}

.outbox-4 {
    grid-area: outbox-4;
    text-align: center;
}

.outbox-5 {
    grid-area: outbox-5;
    text-align: center;
}

.outbox-LB {
    grid-area: outbox-LB;
    border-left: 1px solid #eeeeee;
}

.outbox-L1 {
    grid-area: outbox-L1;
    border-left: 1px solid #eeeeee;
}

.outbox-L2 {
    grid-area: outbox-L2;
    border-left: 1px solid #eeeeee;
}

.outbox-L3 {
    grid-area: outbox-L3;
    border-left: 1px solid #eeeeee;
}

.outbox-L4 {
    grid-area: outbox-L4;
    border-left: 1px solid #eeeeee;
}

.outbox-L5 {
    grid-area: outbox-L5;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.outbox-RB {
    grid-area: outbox-RB;
    border-left: 1px solid #eeeeee;
}

.outbox-R1 {
    grid-area: outbox-R1;
    border-left: 1px solid #eeeeee;
}

.outbox-R2 {
    grid-area: outbox-R2;
    border-left: 1px solid #eeeeee;
}

.outbox-R3 {
    grid-area: outbox-R3;
    border-left: 1px solid #eeeeee;
}

.outbox-R4 {
    grid-area: outbox-R4;
    border-left: 1px solid #eeeeee;
}

.outbox-R5 {
    grid-area: outbox-R5;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.outbox-Left {
    grid-area: outbox-Left;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: black;
}

.outbox-Right {
    grid-area: outbox-Right;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: black;
}

.obadd {
    width: 100% !important;
}

.obedit {
    width: 50% !important;
}

.obdelete {
    width: 50% !important;
}

.obposedit {
    width: 100%;
    text-align: center;
}

#outboxGrid {
    border: none;
}

#outputName {
    margin: 10px;
}

#outputPower {
    margin: 10px;
}

tr.highlight td.jsgrid-cell {
    background-color: #ce352c;
    color: white;
}
tr.highlight td {
    background-color: #ce352c;
    color: white;
}
.jsgrid-filter-row .jsgrid-cell {
    padding: 0px;
}

.w3-modal-content {
    position: absolute;
}

.w3-button-press {
    color: #ffffff !important;
    background-color: var(--kirmizi) !important;
}

#start {
    z-index: 1000;
    position: absolute;
    /* height: 800px; */
    /* background-color: black; */
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#loginbox {
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 23px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 23px 0px rgba(255, 255, 255, 1);
    /* height: 280px; */
    margin: -12.8125em 0 0;
    position: absolute;
    top: 57%;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 17.5em;
    z-index: 30;
    padding: 10px;
}

#logo {
    background-image: url(../images/eae-elektrik-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: fix;
    position: absolute;
    top: 20px;
    left: 20px;
    margin: auto;
    width: 100px;
    height: 116px;
    z-index: 6;
}

.login-grid-container {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: 1fr;
    gap: 1px 1px;
    grid-template-areas: "login-video login-logger";
    width: 100%;
    height: 100%;
}

.login-video {
    grid-area: login-video;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.login-logger {
    grid-area: login-logger;
    overflow: hidden;
}

.copyrights {
    position: absolute;
    /* background-color: red; */
    bottom: 10px;
    color: white;
    font-size: 10px;
    width: 100%;
    text-align: center;
    padding: 10px;
    z-index: 6;
}

#black {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow-y: scroll;
    top: 0;
    background-color: black;
}

.yuzdeyuz {
    float: left;
    width: 100%;
}

.message-row {
    width: 100%;
    font-size: 14px;
    transform: translateY(25%);
    display: none;
}

.loginbuttondiv {
    float: left;
    width: 100%;
    /* height: 100px; */
    margin-top: 35px;
}

.loginbutton {
    float: right;
    width: 100px;
    outline: 0;
    font-weight: 500;
    font-size: 11px !important;
    border: 1px solid #ccc !important;
    background-color: #ffffff;
    padding: 5px 5px;
    font-size: 17px;
    cursor: pointer;
    margin-top: -20px;
}

.loginbutton:hover {
    color: #ffffff !important;
    background-color: #333333 !important;
}

.loginheader {
    float: left;
    width: 100%;
    height: 50px;
}

.video-overlay, .video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url(../images/grid.png) repeat;
    background-repeat: repeat;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.ribbon-seperator {
    display: inline-block;
    border: 1px solid;
    margin-right: 2px;
    margin-top: 2px;
    border: 1px solid #ffaaaa;
    height: 56px;
    vertical-align: middle;
}

.ribbon-project-name {
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0px 10px;
}

.status-icon {
    width: 20px;
    height: 20px;
}

.status-version {
    width: 50px !important;
}

.w3-ibim {
    width: 24px !important;
    height: 28px !important;
    margin-left: 2px;
    margin-top: 2px;
    line-height: 10px;
    padding: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    float: right !important;
}

.flabel {
    width: 20%;
    float: left;
}
.flabel50 {
    width: 50%;
    float: left;
}

.fnumber {
    width: 80%;
    float: left;
}

.divinner {
    padding-top: 20px;
}

.editholder {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.w3-modal-splash {
    z-index: 3;
    display: none;
    padding-top: 200px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9)
}

.w3-modal-content-splash {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 960px
}

.loader {
    display: none;
    overflow: hidden;
}

.sk-cube-grid {
    width: 100px;
    height: 100px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: var(--kirmizi);
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

#coorX {
    color: white;
    float: left;
}

#coorY {
    color: white;
    float: left;
}

#coorZ {
    color: white;
    float: left;
}

.w3-ibl {
    width: 24px !important;
    height: 20px !important;
    margin-top: 2px;
    color: white;
    font-weight: 500;
    font-size: 11px !important;
    padding: 0;
    border: 1px solid #404040 !important;
}

.w3-ibl-active {
    background-color: var(--kirmizi);
    color: white;
}

.w3-ibl-dwg {
    background-color: var(--yesil);
    color: white;
}

.w3-ibl-on {
    border-bottom: 2px solid var(--kirmizi) !important;
}

.layermanager {
    width: 200px;
    height: 200px;
    background-color: white;
    z-index: 10000;
    position: absolute;
    top: 130px;
    left: 30px;
}

.w3-container6 {
    padding: 0.01em 2px;
}

h6 {
    margin: 0;
    font-size: 11px;
}

.w3-b6 {
    height: 16px;
    line-height: 15px;
    padding: 0;
}

.layeredits {
    width: 172px;
    background-color: blueviolet;
    height: 40px;
}

.layer input {
    width: 100%;
    height: 20px;
    margin-top: 2px;
    font-size: 11px;
    line-height: 16.5px;
}

.layerbuttons {
    width: 24px;
}

/* layer giridi */

.layer-content {
    width: 100%;
    height: calc(100% - 17px);
    overflow: auto;
    font-size: 10px;
}

.layer-content input {
    height: 20px;
}

.column1 {
    float: left;
    width: 10%;
    padding: 5px;
    text-align: right;
}

.column2 {
    float: left;
    width: 16%;
    padding: 10px;
    height: 15px !important;
    margin-top: 7px;
}

.column3 {
    float: left;
    width: 70%;
    padding: 10px;
    margin-top: 4px;
}

/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

.list-item {
    display: list-item;
    padding: 4px;
    list-style-type: none;
}

#selection {
    position: absolute;
    background: rgba(0, 255, 0, 0.5);
    border: 1px solid #00FF00;
    opacity: 0.5;
    width: 1px;
    height: 1px;
    z-index: 1;
}

.commands {
    background-color: #333333;
    width: 300px;
    height: calc(100% - 10px);
    float: left;
    margin: 5px 20px 20px;
    padding: 2px;
    display: inline-flex;
}

.dropup {
    float: right;
    width: 24px;
    height: 100%;
}

/* .dropup:hover+.commandhistory {
    display: block;
} */

.commandinput {
    height: 100%;
    width: calc(100% - 24px);
}

.commandinput:focus {
    outline: none;
}

.arrow.up {
    transform: translate(0px, -10px) rotate(-135deg);
    -webkit-transform: translate(0px, -10px) rotate(-135deg);
}

.arrow {
    border: solid #444444;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
}

.commandhistory {
    background-color: #333333;
    width: 300px;
    height: 200px;
    position: absolute;
    bottom: 36px;
    overflow: auto;
    padding: 10px;
}

.commandhistoryitem {
    width: 100%;
    float: left;
    padding: 2px 2px;
    margin: 0px;
    line-height: 14px;
    font-size: 11px;
}

.commandhint {
    background-color: #333333;
    width: 300px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 36px;
    overflow: hidden;
    display: none;
}

.commandvisible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s linear;
}

.commandhidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.wFlexBox {
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-wrap: wrap;
}

.wFolder {
    width: 256px;
    height: 75px;
    border: 1px solid #aaaaaa;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
}

.wFolder:hover {
    /* background-color: #555555; */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.wFolderImage {
    float: left;
    width: 55px;
}

.wFolderWrapper {
    float: right;
    padding-left: 10px;
    width: calc(100% - 55px);
}

.wFolderName {
    float: left;
    font-weight: 600;
    width: 100%;
    color: black;
}

.wFolderDate {
    float: left;
    width: 100%;
    font-size: 10px;
    color: #444444;
}

.wFolderDeleteButton {
    float: right;
    width: 50px;
    font-size: 10px;
    color: rgb(68, 68, 68);
    height: 40px;
    position: relative;
    margin-top: -48px;
    margin-right: -11px;
    z-index: 1;
}

.wFolderDeleteButton:hover {
    background-color: var(--kirmizi);
    color: white;
    cursor: pointer;
}

.wFolderShareButton {
    float: right;
    width: 50px;
    font-size: 10px;
    color: rgb(68, 68, 68);
    height: 36px;
    position: relative;
    margin-top: -24px;
    margin-right: -11px;
    z-index: 1;
}

.wFolderShareButton:hover {
    background-color: var(--kirmizi);
    color: white;
    cursor: pointer;
}

.wFileDeleteButton {
    float: right;
    width: 50px;
    font-size: 10px;
    color: rgb(68, 68, 68);
    height: 40px;
    position: relative;
    margin-top: -63px;
    margin-right: -11px;
    z-index: 1;
}

.wFileDeleteButton:hover {
    background-color: var(--kirmizi);
    color: white;
    cursor: pointer;
}

.wNewFolder {
    float: left;
    font-weight: 600;
    width: 100%;
    color: black;
    font-size: 20px;
    line-height: 60px;
    vertical-align: middle;
}

.w3-modal-splash {
    z-index: 3;
    display: none;
    padding-top: 200px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9)
}

.w3-modal-content-splash {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 960px
}

/* loading start */

.loading-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333333b8;
    display: none;
}

.loading-content {
    position: absolute;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid var(--kirmizi);
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    left: calc((100% - 40px)/2);
    top: calc((100% - 40px)/2);
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* loading end */

#setfilename {
    border: 3px solid var(--kirmizi) !important;
    height: 30px;
}

.reporttable {
    width: 100%;
    padding: 0px;
    border-collapse: collapse;
    font-size: 11px;
    color: black;
    display: block;
    height: calc(100% - 30px);
    overflow-y: scroll;
}
.easy-mrc {
    margin-top: 80px;
}
.easy-mrc .reporttable {
    height: calc(100% - 85px);
}

.reportheaderrow {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.reporttd {
    border: 1px solid #dddddd;
}

.reportcell {
    text-align: center;
    border: 1px solid #dddddd;
}

.reportcell0 {
    border: 1px solid #dddddd;
    width: 2%;
    text-align: center;
}

.reportcell1 {
    border: 1px solid #dddddd;
    width: 10%;
}

.reportcell2 {
    border: 1px solid #dddddd;
}

.reportcell3 {
    border: 1px solid #dddddd;
    width: 5%;
    text-align: right;
}

.reportcell4 {
    border: 1px solid #dddddd;
    width: 5%;
}

.reportcell5 {
    border: 1px solid #dddddd;
    width: 5%;
    font-style: italic;
    mso-ansi-font-style: italic;
}

.reportcell6 {
    width: 20px;
    text-align: center;
    border: 1px solid #dddddd;
}

.reportsubheaderrow {
    color: red;
    font-weight: bold;
    font-size: 12px;
}

/* undo-redo */

.undo-button {
    float: right !important;
    background: url('../images/undo.png') no-repeat center, #000000;
    background-size: 70%;
    height: 39px;
    width: 50px !important; 
}

.redo-button {
    float: right !important;
    background: url('../images/redo.png') no-repeat center, #000000;
    background-size: 70%;
    height: 39px;
    width: 50px !important; 
}

.user-edit {
    float: right !important;
    display: flex;
    height: 38px;
    line-height: 24px;
}

.projectinput {
    float: left;
    width: 70%;
    padding: 5px;
    border-radius: 5px;
}

.wright {
    padding-right: 25px;
    float: right;;
}
.sapEasyTop2 {
    width: 100px;    
    display: contents;
}


.easygrid {
    display:grid;
    grid-template-columns: 1fr 110px;
    grid-template-rows: 1fr 1fr;
    gap: 1px 1px;
    grid-template-areas: "easyproducts linebutton" "easyproducts searchbutton";
    width: 100%;
    height: 100%;    
}

.linebutton {
    grid-area: linebutton;
}
.easyproducts {
    grid-area: easyproducts;
    display: block;
}
.searchbutton {
    grid-area: searchbutton;
}

.jsgrid {
    border:unset;
}



.select2-results__option {
    min-height: 30px;
}
.highlight .inputxt {
    color: white;
}
.inputxt{
    color: #808080;
    border: none;
    background-color: transparent;
    text-align: right;
    outline: none;
}
.inputxt::-webkit-outer-spin-button,
.inputxt::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inputxt[type=number] {
  -moz-appearance: textfield;
}


.quantity {
    /* background-color: #ffe10079; */
    display: block;
    float: left;
    width: calc(100% - 48px);
}

.quantity input {
    /* background-color: #00eaff2e; */
    width: 100%;
}
.unit {
    /* background-color: #ff00f738; */
    width: 45px;
    float: right;
    display: block;
    text-align: left;
    margin-top: 1px;
    padding-left: 5px;
}



#drawareaeasy .jsgrid-grid-header {
    display: none;
}
#drawareaeasy .jsgrid-table {
    margin: 0px !important;
}

.easy-data-row {
    padding: 0px
}

.easy-data-table {
    border-collapse: collapse;
    margin: 0px 5px;
    width: calc(100% - 10px) !important;
}

.easy-table-data {
    border-style: solid;
    border-width: 0px 1px;
    border-color: #dfdfdf;
}

.easy-main-row td {
    padding-top: 10px;
    padding-right: 8px;
    padding-left: 8px;
}
.easy-sub-row td {
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 10px;
}
.easy-up-down {
    vertical-align: initial;
    text-align: center;
}

.updn  {
    font-size: 16px;
    padding: 0px 5px;
}
.updn:hover {
    color: var(--gri);
    cursor: pointer;
}

.selecteasydiv {
    display: flex;
}
.search-sap-code {
    border-width: 1px 0px 1px 1px;
    border-style: solid;
}
.search-sap-hint {
    padding: 0px 7px;
    border-width: 1px 1px 1px 0px;
    border-color: #c0c0c0;
    border-style: solid;
    text-align: center;
    line-height: 24px;
}

.c2p-tab-container {
    display: flex;
}
.c2p-tab {
    padding: 8px 8px;
    cursor: pointer;
}
.c2p-tab.active {
    color: var(--beyaz);
    background-color: var(--kirmizi);
}
.c2p-tab-content {
    display: none;
}
.c2p-tab-content.active {
    display: block;
}

table.c2p,
table.c2p th,
table.c2p td{
    border: 1px solid black;
    border-collapse: collapse;
}
table.c2p {
    width: 100%;
    margin-top: 8px;
}
table.c2p th {
    color: black;
}
table.c2p td {
    padding: 2px 4px;
}
table.c2p td.error {
    background-color: #ff000077;
}
table.c2p td.null,
table.c2p td.not-ok {
    background-color: #ffffe1;
    font-style: italic;
}
table.c2p td.ok {
    background-color: #d3fbd3;
}
table.c2p th.center,
table.c2p td.center{
    text-align: center;
}

#mCodeFilter {
    text-align: left;;
    padding-bottom: 6px;
    margin: 0px;
    border-color: lightgray;
}

.edit-user-modal,
.change-password-modal {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.edit-user-modal > div,
.change-password-modal > div {
    position: relative;
}

.edit-user-modal label,
.change-password-modal label {
    width: 40%;
    display: inline-block;
}

.edit-user-modal input,
.edit-user-modal select,
.change-password-modal input,
.change-password-modal select {
    width: 60%;
    display: inline-block;
    border-color: #c0c0c0;
}

.edit-user-modal button {
    width: 100% !important;
    margin: 10px 0px 0px 50%;
    transform: translateX(-50%);
}

.input-helper {
    position: absolute;
    right: 2px;
    top: 1px;
    
    color: #d5d5d5;
    cursor: default;
}
.input-helper > :first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #000000;
    /* background-color: #1e1e1e;
    border-radius: 90px; */
}
.input-helper > :last-child {
    display: none;
}
.input-helper:hover > :last-child {
    display: inline-flex;
    position: absolute;
    background: #1e1e1e;
    width: 250px;
    flex-direction: column;
    padding: 12px;
    border-radius: 4px;
    left: 40px;
    font-size: 14px;
}

.iziToast-posfix {
    bottom: 30px;
    right: 283px;
}