﻿.wPaint-menu-icon-name-fillStyle,
.wPaint-menu-icon-name-bucket,
.wPaint-menu-icon-name-ellipse,
.wPaint-menu-icon-name-rectangle,
.wPaint-menu-icon-name-undo,
.wPaint-menu-icon-name-redo,
.wPaint-menu-icon-name-line {
    display: none !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}


.scrollStyle::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: #f7f7f7;
}

.scrollStyle::-webkit-scrollbar {
    width: 10px;
    background-color: #f7f7f7;
}

.scrollStyle::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #8ec6ff;
}

.tabs-vertical .nav-tabs {
    width: 45%;
}

@media print {
    body * {
        visibility: hidden;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
}

[data-reactid=".0.1.0.2.0.1"], [data-reactid=".0.1.0.2.0.2"] {
    display: none;
}

.literally .lc-picker {
    top: 0;
    left: 0;
    bottom: 0;
    width: 35px;
    background-color: #f2f2f2;
    border-right: none;
    border: 1px solid #EEE;
}

.literally .lc-drawing.with-gui {
    left: 35px;
}

.literally .color-well {
    font-size: 0;
    width: 35px;
}

.literally .lc-options {
    left: 35px;
    border-top: 1px solid #EEE !important;
    background-color: #f2f2f2;
}

.literally .lc-picker .fat-button {
    width: 26px;
}

.literally .lc-picker .toolbar-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
    font-size: 18px;
}


/*exam result*/
.table td, .table th {
    font-size: 12px !important;
}

.table > tbody > tr > td {
    padding: 2px;
}

.numeric {
    text-align: end;
}



.testng-bar {
    height: initial;
}

.list-item h3, .testing-bar h5, .testing-content {
    font-family: SpaceSketch;
}

.lesson-title, .testing-title {
    margin-bottom: 2px;
    text-align: center;
}

.capitalize {
    text-transform: capitalize;
}

.first-bar {
    background-color: #FADCD5 !important;
}

.marked-bar {
    background-color: #bdffad !important;
    border-radius: 10px;
}

.current-bar {
    background-color: #8ec6ff !important;
    border-radius: 10px;
}

.testing-title {
    padding: 10px;
    border-color: #F6884A;
}

.lesson-title {
    background-color: #F6884A;
    padding: 2px;
}

.true-answer {
    background-color: green;
}

.wrong-answer {
    background-color: #ff6a00;
}

.test-container {
    width: 100%;
    margin: auto auto 30px;
}

.test-main {
    float: left;
    margin: 2px;
    width: 250px;
}

@media only screen and (max-width:500px) {
    .test-main {
        width: 100%;
    }

    .test-container {
        width: 90%;
    }
}

.option-radio, .option-radio label span, svg {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.option-radio {
    border: 2px solid;
    border-radius: 50%;
    margin: auto;
    -webkit-transition: width 2s,height 2s,background-color 2s,-webkit-transform 2s,color 2s;
    transition: width 2s,height 2s,background-color 2s,transform 2s;
}

    .option-radio input[type=radio] {
        display: none;
        width: 35px;
        height: 35px;
    }

    .option-radio label span {
        display: inline-block;
        font-size: 25px;
        line-height: 35px;
        border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        text-align: center;
        /*color: #F6884A;*/
    }

    .option-radio svg {
        display: none;
        margin-top: -35px;
    }

.path {
    stroke: rgba(25,24,23,.9);
    stroke-width: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 499.664,499.664;
    stroke-dashoffset: 0;
    /*animation: dash 1s ease-in-out;*/
    animation: dash .4s linear;
}

@-moz-keyframes dash {
    from {
        stroke-dashoffset: 250;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 250;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 250;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.option-radio input[type=radio]:checked ~ svg {
    display: block;
}

.option-radio input[type=radio]:checked ~ span {
    color: #836250;
    /*background-color: #000;*/
    /*transition: background 2s ease-in-out;*/
    /*transition: background .8s linear;*/
    margin: -2px;
}

.option-radio input[type=radio]:not(:checked) ~ span {
    /*transition: background .8s linear;*/
    margin: -2px;
}

.options-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*width: 100%;*/
    padding: 5px;
    background-color: #fff4f4;
    cursor: pointer;
    width: 220px;
    margin: auto;
}

.question-number {
    font-weight: 700;
    text-align: center;
    margin: auto 0;
    width: 10%;
}

.item {
    border-color: #f6884a;
}

.list {
    width: 90%;
    margin: auto auto 10px;
}

.solved-question {
    background-color: #eee8aa;
}

.list-item {
    background-color: rgba(255,255,255,.7);
    margin: 5px;
    height: 5px;
    border: none;
    padding: 0 0 0 72px;
}

    .list-item h3 {
        color: #000;
        line-height: 50px;
    }

    .list-item img {
        max-width: 30px !important;
        max-height: 30px !important;
        top: 5px !important;
    }

.item-avatar {
    min-height: 35px;
}

.list-item .testing-list-icon {
    position: absolute;
    top: 5px;
    left: 16px;
    max-width: 30px;
    max-height: 30px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #fffb5e;
    text-align: center;
    line-height: 25px;
}

.list-item i {
    font-size: 20px;
    color: #fffb5e;
}

.main-testing-list .testing-list-icon {
    border: 3px solid #886aea;
    line-height: 25px;
}

.main-testing-list i {
    font-size: 20px;
    color: #886aea;
}

.solved .testing-list-icon {
    border: 3px solid #038103;
}

.solved i {
    font-size: 20px;
    color: green;
}

.testing-content {
    background: #3c3f69;
}

.button-float {
    background: rgba(61,202,60,.73) !important;
    color: #fff !important;
    z-index: 12 !important;
    position: absolute !important;
    bottom: 10px !important;
    right: 10px !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26) !important;
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    -webkit-transition: .2s linear !important;
    transition: .2s linear !important;
    -webkit-transition-property: -webkit-transform,all !important;
    transition-property: transform,all !important;
    width: 80px;
    height: 80px;
}

    .button-float i {
        font-size: 22px !important;
    }

    .button-float:hover {
        -webkit-transform: translate3d(0,-1px,0) !important;
        transform: translate3d(0,-1px,0) !important;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.4) !important;
        background: #3dca3c !important;
    }

.chart {
    margin: 15px 0 10px;
}

.item-divider {
    background-color: #3db9bd;
    border-radius: 5px;
}

.ranking-list-col {
    border: 1px solid #e1e1e1;
}

.literally {
    min-height: 580px !important;
}


/*DENEME LİSTELEME EKRANI*/
.paginationjs {
    margin-top: 20px;
}

.paginationjs-pages {
    width: 300px;
    margin: 0 auto;
    padding-bottom: 50px;
}

    .paginationjs-pages ul {
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .paginationjs-pages ul li {
            float: left;
            border: 1px solid #ddd;
            list-style: none;
            border-radius: 3px 0 0 3px;
        }

            .paginationjs-pages ul li a {
                min-width: 30px;
                height: 28px;
                line-height: 28px;
                display: block;
                background: #fff;
                font-size: 14px;
                color: #333;
                text-decoration: none;
                text-align: center;
            }

    .paginationjs-pages .active {
        border: 0;
        box-shadow: 0 4px 11px 0 rgba(82, 71, 71, 0.3);
    }

        .paginationjs-pages .active a {
            background: #dc4e41;
            color: #ffffff;
        }

            .paginationjs-pages .active a:hover {
                color: white;
            }


.searchbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 150px;
}

    .searchbox .form-control {
        border: none;
        border-bottom: solid 1px #ddd;
        border-radius: 0;
    }

    .searchbox button:hover {
        background: none !important;
    }

.examcard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.12);
    margin-top: 25px;
}

    .examcard .images {
        width: 100%;
        text-align: center;
        flex-grow: 1;
    }

    .examcard .emptyimages {
        position: relative;
        width: 100%;
        text-align: center;
        flex-grow: 1;
    }

    .examcard .polygonicon {
        position: absolute;
    }

        .examcard .polygonicon svg {
            width: 200px !important;
            height: 200px !important;
        }

    .examcard .emptyimages img {
        width: 65px;
        margin-top: 15px;
    }

    .examcard .images img {
        width: 100px;
        height: auto;
        object-fit: cover;
    }

    .examcard .time {
        position: absolute;
        top: 0;
        padding: 10px;
        right: 0;
        color: #f64e60;
        border: solid 1px #f2f2f2;
        border-top: 0;
        border-right: 0;
        border-bottom-left-radius: 22px;
    }

    .examcard .info {
        margin-top: 50px;
        width: 100%;
        flex-grow: 1;
    }

        .examcard .info .examnameandtime h3 {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            font-size: 14px !important;
        }

        .examcard .info .exambtn a {
            cursor: pointer;
        }


/*POPUP*/
.exampopup {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ddd;
}

    .exampopup:last-child {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .exampopup .exampopupimages {
        width: 175px;
        text-align: center;
    }

    .exampopup .examname p {
        font-weight: 600;
        font-size: 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.exampopupinfo {
    margin-left: 50px;
}

.exampopup .circletime {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.exampopup .begindate {
    background: #1bc5bd;
    margin-right: 10px;
}

.exampopup .finishdate {
    background: #fd7e14;
    margin-right: 10px;
}

.exampopup .totaltime {
    background: #dc3545;
    margin-right: 10px;
}

    .exampopup .begindate p,
    .exampopup .finishdate p,
    .exampopup .totaltime p {
        font-size: 10px;
        margin-bottom: 0 !important;
    }

/*SOLVE EXAM*/

/*HEADER*/
.solveexamheader .questionname,
.solveexamheader .questionoptic {
    border-radius: 0 !important;
}

    .solveexamheader .questionname strong {
        font-size: 12px;
    }

.solveexamheader #finishButton {
    padding: 8px;
    background-color: #0bb7af;
    border-color: #0bb7af;
    color: #fff;
}

.solveexamheader .questionname .card-body,
.solveexamheader .questionoptic .card-body {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solveexamheader .solveexaminfo .card-body {
    padding: 0.575rem 2rem !important;
}



#questionOptic button {
    padding: 5px 10px !important;
}

    #questionOptic button:first-child,
    #questionOptic button:last-child {
        background-color: #0bb7af;
        border-color: #0bb7af;
        color: #fff;
    }


/*OPTİC TABLE*/
.solveexaminfo {
    border-radius: 0 !important;
}

    .solveexaminfo .card-body {
        background: #f2f2f2;
    }

    .solveexaminfo .solveexamtime span {
        font-size: .8rem;
        color: #b5b5c3 !important;
        font-weight: 500 !important;
        margin-bottom: .5rem !important;
    }

#opticContainer .accordion .card .card-header {
    background: white;
}

    #opticContainer .accordion .card .card-header .card-title {
        border-bottom: solid 1px #f2f2f2;
    }


.literally {
    min-height: 80vh !important;
}

    .literally .lc-picker {
        background: white !important;
    }






@media (max-width:768px) {
    .examlistmenu .nav-item {
        width: 100%;
    }

    .searchbox {
        margin-left: 0;
    }

    .examcard {
        display: block;
        text-align: center;
        height: 400px;
        overflow: hidden;
    }

        .examcard .info {
            width: 100%;
        }

        .examcard .images {
            margin-top: 50px;
        }

        .examcard .emptyimages {
            margin-left: 0;
            width: 100%;
            margin-top: 70px;
        }

    .exampopup {
        display: block;
        text-align: center;
    }

        .exampopup .examname p {
            width: 100%;
        }

    .exampopupinfo {
        margin-left: 0;
        margin-top: 25px;
    }

    .exampopup .circlebox {
        display: block !important;
    }

    .exampopup .circletime {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 10px;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 0;
        height: auto;
    }

    /*SOLVE EXAM PAGE*/
    .solveexamheader .questionname {
        margin-top: 5px !important;
    }

    .solveexaminfo {
        margin-top: 35px;
    }

    .solveexamheader .questionname .card-body,
    .solveexamheader .questionoptic .card-body {
        padding: 0px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .solveexamheader .questionname,
    .solveexamheader .questionoptic,
    .solveexamheader #finishButton {
        margin-top: 5px !important;
    }

    #questionArea {
        margin-top: 15px;
    }

    .solveexamheader #finishButton {
        padding: 15px !important;
    }

    .solveexamheader .questionname {
        padding: 11px !important;
    }

    .literally {
        min-height: 78vh !important;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .solveexamheader .questionname {
        padding: 6px;
        margin-top: 0 !important;
    }

    .literally {
        min-height: 80vh !important;
    }
}

@media (min-width:1200px) and (max-width:1450px) {
    #questionHeader {
        font-size: 11px;
    }

    #questionOptic button {
        padding: 5px !important;
    }
}


/*Height Responsive*/

@media (max-height: 670px) {
    .literally {
        min-height: 375px !important;
    }

        .literally .lc-picker .toolbar-button {
            width: 24px !important;
            height: 24px !important;
        }
}
