﻿.hidden {
    display: none !important;
}

input.error {
    border: 1px solid red;
}

label.error {
    font-weight: normal !important;
    font-size: 9px !important;
    color: red !important;
    float: left !important;
}
.background {
    background-color:bisque;
    /*background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(164,70,252,1) 100%);*/
}
/*Fullscreen popup*/
.sdpopup-ui {
    position: fixed;
    /*background: #fff;*/
    background-color: rgba(102, 102, 102, 0.7);
    opacity: 0.1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    padding: .75rem 1.5rem 1.5rem 4.5rem;
    z-index: 9999;
    display: none;
    /*border-style: groove;*/
    /*border-radius: 10px;*/
    /*border: 1px solid #666666;*/
}
    .sdpopup-ui.open {
        display: block;
        -webkit-animation-name: slideInDown;
        -moz-animation-name: slideInDown;
        -ms-animation-name: slideInDown;
        -o-animation-name: slideInDown;
        animation-name: slideInDown;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 0.1s;
        -moz-animation-duration: 0.1s;
        -ms-animation-duration: 0.1s;
        -o-animation-duration: 0.1s;
        animation-duration: 0.1s;
        -webkit-animation-delay: 0;
        -moz-animation-delay: 0;
        -ms-animation-delay: 0;
        -o-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .sdpopup-ui .sdpopup-area {
        /*background: #fff;
        border-radius: 10px;
        border: 1px solid #666666;*/
        margin: auto;
        /*width: 50%;
        padding: 10px;*/
    }

        .sdpopup-ui .sdpopup-area .sdpopup-area-header {
            background: #666666;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            border: 1px solid #666666;
        }

            .sdpopup-ui .sdpopup-area .sdpopup-area-header .sdpopup-title {
                margin-bottom: 1.25rem;
                color: aliceblue;
            }

/*.sdpopup-ui.sdpopup-area .sdpopup-area-header .sdpopup-title span {
                    font-weight: 600;
                    color: aliceblue;
                }*/

@media (max-width: 767px) {
    .sdpopup-ui {
        padding: 1rem;
    }
}


.text-moryaka-5 {
    color: #abc32f !important;
}

a.text-moryaka-5:hover, a.text-moryaka-5:focus {
    color: #92b609 !important;
}

.text-moryaka-6 {
    color: #96b021 !important;
}

a.text-moryaka-6:hover, a.text-moryaka-6:focus {
    color: #7ca200 !important;
}

.text-moryaka-8 {
    color: #708c28 !important;
}

a.text-moryaka-8:hover, a.text-moryaka-8:focus {
    color: #577f01 !important;
}


/*LOADER*/
#lyt_PageLoader {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(71,111,22,0.4);
}

#lyt_PageLoader_View {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(71,111,22,0.4);
}

.loadermry {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
}

.inners {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

    .inners.one {
        left: 0%;
        top: 0%;
        animation: rotate-one 1s linear infinite;
        border-top: 3px solid #EFEFFA;
    }

    .inners.two {
        right: 0%;
        top: 0%;
        animation: rotate-two 1s linear infinite;
        border-right: 3px solid #EFEFFA;
    }

    .inners.three {
        right: 0%;
        bottom: 0%;
        animation: rotate-three 1s linear infinite;
        border-top: 3px solid #EFEFFA;
    }

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

/*image hover*/
/*İşemrinde stabil olmadığı için kullanılmadı yerine enlarge kullanıldı*/
.hoverImagess a {
    position: relative;
}

    .hoverImagess a span {
        position: absolute;
        display: none;
        z-index: 99;
    }

    .hoverImagess a:hover span {
        display: block;
        width: 400px;
        height: auto;
    }

@media print {
    div {
        overflow: initial !important
    }
        div .page-start {
            page-break-after: always !important; 
            page-break-inside: avoid !important;
            clear: both;
        }

    table, th, td {
        border-width: 1px;
        border-style: solid;
        border-color: gray;
        width: 100% !important;
        table-layout: fixed;
        padding-right: 10px;
        padding-left: 15px;
    }

    
}

/*Checkbox like excel*/
.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin: 0;
    transition: background-color .4s ease;
}

.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight: bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #f8f8f8;
}


/*table scrrol bar*/
.my-custom-scrollbar-500 {
    position: relative;
    height: 500px;
    overflow: auto;
}

.my-custom-scrollbar-700 {
    position: relative;
    height: 700px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

/*Table header fixed top*/
.table_header {
    position: sticky;
    top: 0;
    background-color: #fff;
}

/*IMG ICON*/
.myr-right-img {
    background: url('../images/RightArrow.png') no-repeat top left;
    background-position: 0 0;
    width: 32px;
    height: 32px;
}
myr-left-img {
    background: url('../images/LeftArrow.png') no-repeat top left;
    background-position: 0 0;
    width: 32px;
    height: 32px;
}


/*flipbook start*/
#bookpage {
    margin: 5% auto;
    width: 1152px;
    height: 752px;
}
    #bookpage .turn-page {
        /*-webkit-background-size: 100% 100%;*/
        background-color: #ccc;
        background-size: 100% 100%;
    }
/*flipbook end*/

/*Book shelves start*/
/* www.codeply.com/go/BqyTBVjIVT/bootstrap-bootstrap-3-responsive-bookshelves */
holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.titulo {
    margin: 1.2em auto;
    padding: 2px 0.5em;
    display: block;
    text-align: center;
    color: #333;
}

.book {
    padding: 0 0 0 0;
    margin: auto;
    transform: perspective(400px) rotateY(-22deg) translateZ(20px) scale(1);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    border: 1px solid #aaa;
}

    .book:hover {
        transform: perspective(400px) rotateY(0deg) translateZ(20px) scale(1.15);
        transition: all 0.3s ease-in-out;
        -webkit-backface-visibility: hidden;
        outline: 1px solid transparent;
    }
/*Book shelves end*/

/*Ogretmen fasikul*/
.ogretmen-fasikul-dashboard-header {
    background-color: #4FC3EC;
    border-radius: 10px 10px 0px 0px;
}

.ogretmen-header-title-img{
    width:30px;

}

.ogretmen-header-title-text {
    color: white;
    font-size: 14px;
    padding-top:15px;
}

.ogretmen-fasikul-card-body {
    border: solid 5px #4FC3EC;
    border-radius: 0px 0px 10px 10px;
}

.ogretmen-fasikul-btn {
    background-color: #4FC3EC;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    color:white;
}

.ogretmen-fasikul-arrow-img{
    width:30px;
}
