﻿html {
    height: 100%;
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    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;
}

    body::-webkit-scrollbar {
        width: 10px;
        background-color: #222;
    }
    body::-webkit-scrollbar-thumb {
        background-color: #3e3f42eb;
    }
    body a {
        text-decoration: none;
        cursor: pointer;
    }

@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:5px;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px;
}

#main-container {
    /*background-color: #222;*/
    position: relative;
    padding: 0px !important;
    margin-bottom:70px;
}

#image-container {
    margin: auto;
    position: relative;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #3e3f42eb;
    color: white;
    text-align: center;
    float: left;
    height: 50px;
    padding:10px;
    z-index:99;
}

.ikon {
    /*z-index: 1;*/
    position: absolute;
    width: 3rem;
    height: auto;
    cursor: pointer;
}

#pnlSayfaNo {
    width: 100%;
    color: #222;
    background-color: white;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom:5px;
    font-size: 1.3rem;
    font-weight: 900;
    margin-top: 12px;
}


.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loadingDiv {
    position: absolute;
    top: 18%;
    width: 100%;
    height: 850px;
}

/**---------------------------------------------------------------------------------------------------------**/
/*														RESIZER STYLESHEET														*/
/**---------------------------------------------------------------------------------------------------------**/

.R-container,
.R-container div,
.R-container canvas {
    position: absolute;
    margin: 0;
}

.R-container {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgb(20, 20, 30);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    /**---------------------------------------------------------------------------------------------------------**/

    .R-container .R-error {
        left: 0;
        right: 0;
        padding: 0 20%;
        padding-top: 31%;
        font-family: tahoma;
        text-align: center;
        color: rgb(230, 230, 230);
        font-size: 1.1em;
    }

    .R-container .R-adapter {
        overflow: hidden;
    }

    .R-container .R-cover {
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .R-container .R-scaler {
        z-index: 2;
        background: rgba(255, 255, 255, .9);
        border: 2px solid rgba(255, 255, 255, .9);
    }

        .R-container .R-scaler.circle,
        .R-container .R-scaler.circle canvas {
            border-radius: 50%;
            overflow: hidden;
        }

/**---------------------------------------------------------------------------------------------------------**/
.R-col-1, .R-col-2, .R-col-3 {
    z-index: 2;
    width: 33.33333%;
    height: 100%;
}

.R-raw-1, .R-raw-2, .R-raw-3 {
    z-index: 2;
    width: 100%;
    height: 33.33333%;
}

.R-col-1 {
    border-right: 1px dashed rgba(255, 255, 255, .4);
}

.R-col-2 {
    left: 33.53333%;
    border-right: 1px dashed rgba(255, 255, 255, .4);
}

.R-col-3 {
    left: 67.16666%;
}

.R-raw-1 {
    border-bottom: 1px dashed rgba(255, 255, 255, .4);
}

.R-raw-2 {
    top: 33.53333%;
    border-bottom: 1px dashed rgba(255, 255, 255, .4)
}

.R-raw-3 {
    top: 67.16666%;
}

/**---------------------------------------------------------------------------------------------------------**/

.R-corner-lt, .R-corner-rt, .R-corner-rb, .R-corner-lb {
    z-index: 3;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, .5);
    transition: 300ms;
}

.R-container .R-scaler.circle .R-corner-lt,
.R-container .R-scaler.circle .R-corner-rt,
.R-container .R-scaler.circle .R-corner-rb,
.R-container .R-scaler.circle .R-corner-lb {
    width: 25px;
    height: 25px;
}

.R-corner-lt {
    left: 5px;
    top: 5px;
    border-width: 2px 0 0 2px;
}

.R-corner-rt {
    right: 5px;
    top: 5px;
    border-width: 2px 2px 0 0;
}

.R-corner-rb {
    right: 5px;
    bottom: 5px;
    border-width: 0 2px 2px 0;
}

.R-corner-lb {
    left: 5px;
    bottom: 5px;
    border-width: 0 0 2px 2px;
}

.R-container .R-scaler.circle .R-corner-lt {
    left: 16%;
    top: 16%;
    border-width: 3px 0 0 3px;
    border-radius: 50px 0 0 0;
}

.R-container .R-scaler.circle .R-corner-rt {
    right: 16%;
    top: 16%;
    border-width: 2px 2px 0 0;
    border-radius: 0 50px 0 0;
}

.R-container .R-scaler.circle .R-corner-rb {
    right: 16%;
    bottom: 16%;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 50px 0;
}

.R-container .R-scaler.circle .R-corner-lb {
    left: 16%;
    bottom: 16%;
    border-width: 0 0 2px 2px;
    border-radius: 0 0 0 50px;
}

.R-corner-lt:hover {
    border-width: 4px 0 0 4px;
}

.R-corner-rt:hover {
    border-width: 4px 4px 0 0;
}

.R-corner-rb:hover {
    border-width: 0 4px 4px 0;
}

.R-corner-lb:hover {
    border-width: 0 0 4px 4px;
}

.R-corner-lt:hover, .R-corner-rt:hover, .R-corner-rb:hover, .R-corner-lb:hover {
    width: 30px;
    height: 30px;
}

/**---------------------------------------------------------------------------------------------------------**/

.R-side-left,  .R-side-right, .R-side-bottom {
    z-index: 3;
    width: 15px;
    height: 15px;
    border: 2px solid rgba(255, 255, 255, .9);
    background: rgb(220, 220, 220);
    border-radius: 50%;
    transition: 300ms;
}

.R-side-left {
    left: -10px;
    top: 47%;
}

.R-side-top {
    left: 46.5%;
    top: -10px;
    display:none;
}

.R-side-right {
    right: -10px;
    top: 47%;
}

.R-side-bottom {
    left: 46.5%;
    bottom: -10px;
}

    .R-side-left:hover,
    .R-side-left:active,
    .R-side-top:hover,
    .R-side-top:active,
    .R-side-right:hover,
    .R-side-right:active,
    .R-side-bottom:hover,
    .R-side-bottom:active {
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 10px rgba(230, 230, 230, .3)
    }

.R-side-left:hover {
    left: -13px;
    top: 46.5%;
}

.R-side-top:hover {
    left: 46%;
    top: -13px;
}

.R-side-right:hover {
    right: -13px;
    top: 46.5%;
}

.R-side-bottom:hover {
    left: 46%;
    bottom: -13px;
}

/**---------------------------------------------------------------------------------------------------------**/


.animasyon {
    z-index: 1;
    position: absolute;
}

.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: #222;
}

.g-scrolling-carousel .items .page {
    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;
}

.arac-aktif {
    color: #90ee02
}