﻿
.mode__block {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    border-bottom: solid 3px #dddddd;
    padding-bottom: 3px
}

.mode__title {
    padding: 5px 10px
}

@media only screen and (max-width: 1023px) {
    .mode__block {
        display: none
    }
}

.mode {
    display: inline-block;
    padding: 4px 4px;
    height: 40px;
    box-sizing: border-box;
    overflow: hidden
}

.pBlock {
    background: none
}

.pBlock--mobile {
    width: 390px;
    height: 620px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    background-color: #dddddd;
    border-radius: 4px;
    background-size: cover
}

.pBlock--tablet {
    width: 620px;
    height: 900px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    background-color: #dddddd;
    border-radius: 4px;
    background-size: cover
}

.pBlock--tablet-l {
    width: 900px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    background-color: #dddddd;
    border-radius: 4px;
    background-size: cover
}

.mode--selected {
    border-top: solid 2px #2a2a2a
}


.flip-book {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    margin: 0 auto;
    display: none;
    z-index: 100
}

.html-book {
    background-size: cover
}

.page {
    padding: 1px;
    background-color: #fdfaf7;
    color: #785e3a;
    border: solid 1px #c2b5a3;
    overflow: hidden
}

    .page .page-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch
    }

        .page .page-content .page-header {
            height: 30px;
            font-size: 100%;
            text-transform: uppercase;
            text-align: center
        }

        .page .page-content .page-image {
            height: 100%;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat
        }

        .page .page-content .page-text {
            height: 100%;
            flex-grow: 1;
            font-size: 80%;
            text-align: justify;
            margin-top: 10px;
            padding-top: 10px;
            box-sizing: border-box;
            border-top: solid 1px #f4e8d7
        }

        .page .page-content .page-footer {
            height: 30px;
            border-top: solid 1px #f4e8d7;
            font-size: 80%;
            color: #998466
        }

    .page.--left {
        border-right: 0;
        box-shadow: inset -7px 0 30px -7px rgba(0,0,0,0.4)
    }

    .page.--right {
        border-left: 0;
        box-shadow: inset 7px 0 30px -7px rgba(0,0,0,0.4)
    }

        .page.--right .page-footer {
            text-align: right
        }

    .page.hard {
        background-color: #f2e8d9;
        border: solid 1px #998466
    }

    .page.page-cover {
        background-color: #e3d0b5;
        color: #785e3a;
        border: solid 1px #998466
    }

        .page.page-cover h2 {
            text-align: center;
            padding-top: 50%;
            font-size: 210%
        }

        .page.page-cover.page-cover-top {
            box-shadow: inset 0px 0 10px 0px rgba(36,10,3,0.5),-2px 0 5px 2px rgba(0,0,0,0.4)
        }

        .page.page-cover.page-cover-bottom {
            box-shadow: inset 0px 0 10px 0px rgba(36,10,3,0.5),10px 0 8px 0px rgba(0,0,0,0.4)
        }


body {
    overflow: hidden; /* Hide scrollbars */
    position: relative;
    margin: 0px;
    outline: 0;
    padding: 0px;
    height: 100%;
    font-weight: 300;
    background: #222;
    font-family: Roboto, sans-serif;
    font-size: 1em;
    color: #2d2d2d;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.ikon {
    /*z-index: 1;*/
    position: absolute;
    width: 3rem;
    height: auto;
    cursor: pointer;
    box-shadow: 1px 1px 5px 0px black;
}

.animasyon {
    z-index: 1;
    position: absolute;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #3e3f42eb;
    color: white;
    text-align: center;
    height: 60px;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .footer a {
        color: white;
    }

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(iconfont/MaterialIcons-Regular.woff2) format('woff2'), url(iconfont/MaterialIcons-Regular.woff) format('woff'), url(iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.araclar {
    font-size: 3rem;
    margin-left: 10px;
}

.arac-aktif {
    color: #90ee02 !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width:920px) {
    .footer-d{
        display:none;
    }

    .footer {
        justify-content: center;
    }
}

@media screen and (max-width:1040px) {
    #hlSoruCoz, #hlCrop, #hlCropOK {
        display: none;
    }

}

.tocContainer {
    width: 100%;
}

.toc-baslik span {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}

.toc-baslik {
    display: flex;
}

.ellipses::before {
    content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
}

.ellipses {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.toc-baslik span:first-child, .toc-baslik span:last-child {
    flex: 0 0 auto;
}

.m-baslik {
    padding: 1rem;
    display: flex;
    -webkit-box-align: start;
    justify-content: space-between;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
    border: 0;
    background-color: #4285f4;
    margin-bottom: 2rem;
    color: white;
}

.s-baslik {
    padding: .3rem;
    display: flex;
    -webkit-box-align: start;
    justify-content: space-between;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
    border: 0;
    background-color: #4285f4;
    margin-bottom: 2rem;
    color: white;
}

/******************************************************/
.g-scrolling-carousel {
    position: relative;
}

    .g-scrolling-carousel .items {
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

        .g-scrolling-carousel .items::-webkit-scrollbar {
            display: none;
        }

.jc-right,
.jc-left {
    width: 72px;
    height: 72px;
    color: #757575;
    margin-bottom: auto;
    margin-top: auto;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 4px 8px 0 rgba(0,0,0,0.20);
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.94;
}

.jc-right {
    right: -36px;
}

.jc-left {
    left: -36px;
}

    .jc-right:hover,
    .jc-left:hover {
        opacity: 0.98;
    }

    .jc-right svg,
    .jc-left svg {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 64px;
        height: 64px;
        fill: #757575;
    }

    .jc-right:hover svg,
    .jc-left:hover svg {
        fill: #000;
    }

@media (pointer: coarse) {
    .jc-right,
    .jc-left {
        display: none !important;
    }
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.g-scrolling-carousel .items {
    padding: 5px 0;
    background-color: #3e3f42eb;
}

    .g-scrolling-carousel .items .gpage {
        display: inline-block;
        margin-right: 10px;
        width: 203px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        text-align: center;
        text-decoration: none;
    }
/******************************************************/


#tocModal::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#tocModal::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(0,0,0,0.06);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
}

#tocModal::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0,0,0,0.12);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}

#tocModal {
    overflow-y: scroll;
}

#searchModal {
    overflow-y: scroll;
}




.resizable-element {
    outline: 5px dotted rgba(187,187,187,.5);
    position: absolute;
    background-color: #b5b5b566;
    width: 500px;
    height: 500px;
    z-index: 1;
    top: 200px;
    left: 35%;
}

.resizable-handle {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 10000;
    border-radius: 10px;
    background: #2570ba !important;
    background: -moz-linear-gradient( top, #92b9ea, #2570ba) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#92b9ea), to(#2570ba)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff92b9ea', endColorstr='#ff2570ba', GradientType=0) !important;
    border: 1px solid #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

.resizable-n {
    cursor: n-resize;
    height: 20px;
    width: 20px;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}

.resizable-e {
    cursor: e-resize;
    width: 20px;
    right: -10px;
    top: 50%;
    height: 20px;
    margin-top: -10px;
}

.resizable-s {
    cursor: s-resize;
    height: 20px;
    width: 20px;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

.resizable-w {
    cursor: w-resize;
    width: 20px;
    left: -10px;
    top: 50%;
    height: 20px;
    margin-top: -10px;
}

.resizable-se {
    cursor: se-resize;
    width: 20px;
    height: 20px;
    right: -10px;
    bottom: -10px;
}

.resizable-sw {
    cursor: sw-resize;
    width: 20px;
    height: 20px;
    left: -10px;
    bottom: -10px;
}

.resizable-ne {
    cursor: ne-resize;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
}

.resizable-nw {
    cursor: nw-resize;
    width: 20px;
    height: 20px;
    left: -10px;
    top: -10px;
}
/**---------------------------------------------------------------------------------------------------------**/