﻿.todeHead {
    background: rgba(5, 5, 5, 0.6);
    width: 100%;
    height: 80px;
    color: #fff !important;
    padding-top: 10px;
    top: 0;
    padding-bottom: 10px;
    position: fixed;
    z-index: 10003
}

.todeHead-Left {
}

    .todeHead-Left > img {
        margin-top: -15px;
    }

.todeHead-Center {
}

    .todeHead-Center > h3 {
    }

.todeHead_Right {
}

    .todeHead_Right > button {
        font-size: 24px;
        color: #fff;
    }

.todeContent {
    height: 100%;
    top: 80px;
    bottom: 70px;
}

.todeContent_Menu {
    background: #f5f5f5;
    margin-left: -30px;
    /* padding: 5px 15px 5px 5px;*/
    height: 100%;
    position: absolute;
    /*   max-width: 10.8%;*/
    z-index: 10001;
}

.todeFooter {
    background: #f1f1f1;
    height: 60px;
    width: 100%;
    position: fixed !important;
    bottom: 0;
    z-index: 10002;
}

.dvHidden {
    display: none !important;
}

.dvShow {
    display: flex !important;
}

#dvImageContainer > canvas {
    z-index: 10005;
}

#btnSelectZoomin {
    /*    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.4;*/
    cursor: pointer;
}
.selectable_passive {
    pointer-events: none !important;
    cursor: not-allowed !important;
    opacity: 0.4 !important;
}

#btnOpenEmptyPage {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.4;
}

#btnShowTwoPage {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.4;
}

#btnZoomOut {
    opacity: 0.6;
    cursor: not-allowed;
}

#btnUndo {
    opacity: 1;
}

.btnHomePassive {
    margin: 5px;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}

.btnHomeActive {
    margin: 5px;
    cursor: pointer;
    opacity: 1;
}

#btnSelectGoPage {
    margin-top: 5px;
    padding: 2px 15px 2px 15px;
    width: 80%;
    background-color: #007bff;
    color: #fff;
    font-size: 24px;
    border-radius: 10px;
}

#btnFooterPrivous {
    font-size: 30px;
    color: #007bff;
    margin-top: -10px;
}

#btnFooterNext {
    font-size: 30px;
    color: #007bff;
    margin-top: -10px;
}

#ddmMenu {
    width: 150px;
    height: 250px;
    margin: 5px 0px 0px 50px;
    padding: 0px;
}

#dvCanvasContainer {
    margin-left: 140px;
    text-align: center;
    max-height: 100%;
    z-index: 10000;
}

#lblFooterPager {
    padding: 2px 15px 2px 15px;
    color: #fff;
    font-size: 26px;
    background: #007bff;
    margin-top: 5px;
    border-radius: 15px;
}

#txtPageNumber {
    width: 140px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #555;
    margin: 10px;
    background-color: #ccc;
    border: 1px solid #c1c1c1;
    height: 30px;
    border-radius: 3px;
}

.btnNavPage {
    background-color: #ccc;
    border: 1px solid #c1c1c1;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 3px 10px 3px 10px;
}

.dvLine {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #555;
}

.btnTool {
    padding: 0px;
}

a.btn {
    cursor: pointer !important;
}

button.btn {
    cursor: pointer !important;
}

.table > tbody > tr > td {
    border: none !important;
    padding: 5px 9px 5px 9px !important;
}

#tbodyContent > tr.tdUnit > td {
    background-color: #ccc;
    border-top: 1px solid #b1b1b1 !important;
    font-weight: 700;
}

#tbodyContent > tr.tdUnitSub {
    padding-left: 15px;
    border-top: 1px solid #e1e1e1 !important;
}

.tdUnit_td {
    cursor: pointer;
}

#modalDialog {
    min-width: 700px;
    overflow-y: initial !important;
}

.w-285 {
    width: 285px;
}

.h-70 {
    height: 70px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.p-3-7 {
    padding: 3px 7px 3px 7px !important;
}

.p-10-0 {
    padding: 10px 0px 0px 0px;
}

.pl-0 {
    padding-left: 0px;
}

.displayNone {
    display: none;
}

.ps-Relative {
    position: relative;
}

.fs-30 {
    font-size: 30px !important;
}

.cursor-pen {
    cursor: url('/Content/ZKitap/css/cursor/pencil-cursor.png'), default !important;
}

.cursor-erase {
    cursor: url('/Content/ZKitap/css/cursor/erase.png'), default !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

#test-canvas.reset {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
