/* Minification failed. Returning unminified contents.
(710,35): run-time error CSS1046: Expect comma, found '255'
(710,43): run-time error CSS1046: Expect comma, found '/'
(857,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1003,38): run-time error CSS1046: Expect comma, found '159'
(1003,45): run-time error CSS1046: Expect comma, found '/'
(1011,37): run-time error CSS1046: Expect comma, found '77'
(1011,44): run-time error CSS1046: Expect comma, found '/'
(1019,39): run-time error CSS1046: Expect comma, found '0'
(1019,43): run-time error CSS1046: Expect comma, found '/'
 */



::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #c0c0c0;
    border-radius: 0px
}

::-webkit-scrollbar-thumb {
    background: #6a6a6a;
    border-radius: 0px
}

* {
    scroll-behavior: smooth;
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
}

    a:hover {
        text-decoration: none;
    }


:focus {
    outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.hidden {
    display: none;
}

html, body {
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #171717;
}

ul {
    list-style-type: none;
}

.dkap {
    height: 100%;
    display: table;
    overflow: hidden;
    width: 100%;
}

    .dkap .dic {
        display: table-cell;
        vertical-align: middle;
    }

.tamekran {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.giris {
    display: table;
    margin: auto;
    width: 480px;
}

    .giris .logo {
        margin-bottom: 41px;
        text-align: center;
    }

input, textarea, select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: initial;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.gform input, .gform button {
    border-radius: 22px;
    border-width: 3px;
    border-style: solid;
    color: #fff;
    width: 100%;
    line-height: 38px;
    font-size: 18px;
}

.gform input {
    border-color: #ececec;
    background-color: #a9a9a9;
    text-indent: 10px;
    color: #fff;
}

.gform button {
    border-color: #1e7fbe;
    background-color: #084d7a;
}

.gform > div:nth-child(-n+2) {
    float: left;
    width: calc(50% - 8px);
    margin-bottom: 14px;
}

.giris .logo img {
    max-width: 100%;
    margin: auto;
}

.gform > div {
    margin-bottom: 12px;
    margin: 4px;
}

    .gform > div:last-child {
        margin-bottom: 0;
    }

.gform *::placeholder {
    color: #fff;
    opacity: 1;
}

.validation-summary-errors li {
    margin-bottom: 8px;
}

.validation-summary-errors {
    border: 2px solid #e0e0e0;
    margin: 10px 0;
    padding: 20px;
    background-color: #fff1f1;
    color: #940000;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
}

    .validation-summary-errors li:last-child {
        margin-bottom: 0;
    }

.input-validation-error, .gform .input-validation-error::placeholder {
    border-color: #940000 !important;
    background-color: #fff1f1 !important;
    color: #940000 !important;
}

button {
    cursor: pointer;
}

.solmenu {
    width: 258px;
    position: absolute;
    left: 0;
    height: 100%;
    background-color: #021233;
}

    .solmenu > .ic {
        overflow: auto;
        height: 100%;
        width: 100%;
    }

    .solmenu .logo img {
        width: 100%;
    }
    .solmenu .logo .kullanicibilgi {
        color: #6095ff;
        bottom: -52px;
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        left: 0;
    }
    b {
        font-weight:bold;
    }

e.solmenu .logo {
    width: calc(100% - 72px);
    margin: 80px auto;
}

.menu a {
    border-top: 1px solid #000;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    padding-left: 36px;
}

.solmenu .logo {
    margin: 80px auto;
    position: relative;
    width: calc(100% - 72px);
}

.menu li:last-child a {
    border-bottom: 1px solid #000;
}

.menu a.aktif {
    background-color: #fff;
    color: #021233;
}

.menu a:hover {
    background-color: #cdddff;
    color: #021233;
}

.tamekran .page {
    width: calc(100% - 258px - 148px);
    left: 258px;
    position: absolute;
    height: calc(100% - 60px);
    overflow: auto;
    padding: 30px 74px;
}

body.sorular.sorular_ .tamekran .page, body.bolum.duzenle .tamekran .page {
    padding: 0;
    width: calc(100% - 258px);
    height: 100%;
}

.br5 {
    border-radius: 5px;
}

.page .baslik {
    display: block;
    background-color: #021233;
    color: #fff;
    line-height: 66px;
    font-size: 30px;
    font-weight: 700;
    padding: 0 25px;
    margin-bottom: 42px;
}

.page h3.baslik {
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 23px;
}

.menu a.cikis {
    background-color: #740000;
}

h2 {
    display: block;
    background-color: #021233;
    color: #fff;
    line-height: 66px;
    font-size: 30px;
    font-weight: 700;
    padding: 0 25px;
    border-radius: 5px;
    margin-bottom: 42px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mlr10 {
    margin-left: 10px;
    margin-right: 10px;
}


.container .stn {
    width: 48%;
    float: left;
    margin-right: 4%;
}

    .container .stn:nth-child(2n) {
        margin-right: 0;
    }

.container .title {
    border-radius: 4px;
    position: relative;
    line-height: 50px;
    background-color: #f5f5f5;
    color: #c38451;
    font-size: 26px;
    font-weight: 300;
    padding: 0 23px;
    cursor: pointer;
}

.formdrp > .title i {
    float: right;
}

.formdrp > ul {
    background-color: #e5e5e5;
    display: none;
    width: 100%;
    position: absolute;
    z-index: 9;
    border-bottom: 5px solid #cacaca;
}

    .formdrp > ul > li {
        line-height: 42px;
        cursor: pointer;
        padding: 0 23px;
    }

        .formdrp > ul > li:hover {
            font-weight: 500;
            background-color: #f7f7f7;
        }

.formdrp {
    position: relative;
}

.page input, .page textarea {
    border-radius: 4px;
    position: relative;
    line-height: 50px;
    background-color: #f5f5f5;
    color: #c38451;
    font-size: 26px;
    font-weight: 300;
    padding: 0 23px;
    display: block;
    width: 100%;
    border: none;
}

.page textarea {
    padding: 23px;
    line-height: 1.3;
}

#SoruMetni {
    height: 241px;
}

.page input::placeholder, .page textarea::placeholder {
    color: #c38451;
}

.page .str {
    margin-bottom: 32px;
    position: relative;
}

.formzorluk > ul {
    display: inline-flex;
    width: 100%;
    margin: 26px 0 0;
    position: relative;
}

    .formzorluk > ul:before {
        content: 'Kolay';
        margin-right: 10px;
        line-height: 22px;
    }

    .formzorluk > ul:after {
        content: 'Zor';
        margin-left: 10px;
        line-height: 22px;
    }

    .formzorluk > ul > li {
        flex-shrink: 0;
        flex-grow: 1;
    }

.formzorluk {
    position: relative;
}

    .formzorluk > ul > li span {
        background-color: #a1a1a1;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        display: table;
        text-align: center;
        line-height: 22px;
        margin: auto;
        font-size: 15px;
        cursor: pointer;
    }

        .formzorluk > ul > li span:hover, .formzorluk > ul > li.aktif span {
            background-color: #021233;
            color: #fff;
        }

.page .container .stn .str.siklar .title {
    margin-bottom: 10px;
}

.page .container .stn .str.siklar input {
    margin-right: 0;
    background-color: #f5f5f5;
    line-height: 44px;
    font-weight: 300;
    font-size: 20px;
    color: #171717;
}

    .page .container .stn .str.siklar input::placeholder {
        font-weight: 300;
        font-size: 20px;
        color: #898585;
    }

.page .container .stn .str .dogrusik span {
    width: 16px;
    height: 16px;
    background-color: #a1a1a1;
    margin-top: 14px;
    border-radius: 50%;
    position: relative;
    display: block;
    cursor: pointer;
}

.page .container .stn .str.siklar li {
    width: 100%;
    position: relative;
    margin-bottom: 11px;
}

    .page .container .stn .str.siklar li > .dogrusik {
        width: 20px;
        position: absolute;
        left: 0;
    }

        .page .container .stn .str.siklar li > .dogrusik + .inp {
            margin-left: 30px;
            width: calc(100% - 30px);
        }

    .page .container .stn .str.siklar li > .inp i {
        padding: 0 6px;
        font-style: normal;
        width: 21px;
        text-align: right;
    }

    .page .container .stn .str.siklar li .inp {
        display: inline-flex;
        width: 100%;
        line-height: 44px;
        font-size: 20px;
        font-weight: 300;
    }

.page .container .stn .str .dogrusik:hover span, .page .container .stn .str .dogrusik.aktif span {
    background-color: #35a000;
}

button, .button {
    line-height: 39px;
    font-size: 18px;
    border-radius: 22px;
    border-color: #1e7fbe;
    border-width: 3px;
    border-style: solid;
    background-color: #084d7a;
    color: #fff;
    padding: 0 34px;
    float: right;
    margin-left: 21px;
}

    button.turuncu {
        border-color: #e9af77;
        background-color: #dfa36c;
    }

    button.kirmizi {
        border-color: #740000;
        background-color: #d00000;
    }

    button:disabled {
        border-color: #f5f5f5;
        background-color: #c3c3c3 !important;
        cursor: no-drop;
    }

.sonucmavi {
    border: 1px solid #bfcbe3;
    background-color: #eef4ff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    margin: 11px 0;
}

body.sorular.sorular .header, body.bolum.duzenle .header {
    display: block;
    background-color: #f8f8f8;
    padding: 14px 70px;
    position: relative;
}

body.sorular.sorular .pageic, body.bolum.duzenle .pageic {
    position: absolute;
    height: calc(100% - 232px);
    overflow: auto;
    width: 100%;
}

body.bolum.duzenle .pageic {
    overflow: hidden;
    display: inline-flex;
}

    body.bolum.duzenle .pageic > #sorular {
        height: 100%;
        width: 60%;
        overflow-y: scroll;
    }

    body.bolum.duzenle .pageic > .yarismacilar {
        overflow: auto;
        height: 100%;
        width: 36%;
        margin-left: 2%;
        padding: 0.5%;
    }

.sorular .soru .ust {
    display: inline-flex;
    width: 100%;
    position: relative;
}

    .sorular .soru .ust .no {
        width: 60px;
        background-color: #e5e5e5;
        text-align: center;
        font-weight: 700;
        color: #929292;
        font-size: 16px;
    }

    .sorular .soru .ust .sag {
        width: calc(100% - 60px);
    }

    .sorular .soru .ust .onizleme {
        width: calc(100% - 70px);
        padding: 28px 35px 13px;
        font-size: 16px;
        position: relative;
    }

.btduzenle, .btatamacikar {
    line-height: 28px;
    padding: 0 8px;
    background-color: #4b608c;
    color: #fff;
    border-radius: 4px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.sorular .soru .ust .sag .btduzenle{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.sorular .soru .ust .sag .btatamacikar {
    position: absolute;
    right: 105px;
    bottom: 10px;
    background-color: #bb6f29;
}
.sorular .soru .ust .onizleme .sorumetni {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 17px;
}

.sorular .soru .ust .onizleme .cevaplar li {
    margin-bottom: 14px;
}

    .sorular .soru .ust .onizleme .cevaplar li:last-child {
        margin-bottom: 0;
    }

    .sorular .soru .ust .onizleme .cevaplar li.aktif {
        color: #1e9f14;
        font-weight: 700;
    }

.sorular .soru .detay {
    background-color: #f6f6f6;
    text-align: left;
    padding: 43px 95px;
    font-size: 14px;
    display: none;
}

    .sorular .soru .detay .nots {
        padding: 8px;
        margin: 0;
    }

    .sorular .soru .detay tr td, .sorular .soru .detay tr th {
        border-bottom: 17px solid;
        border-color: transparent;
        background-color: inherit;
    }

    .sorular .soru .detay table {
        width: 100%;
    }

        .sorular .soru .detay table th {
            width: 228px;
        }

.sorular .soru {
    border-bottom: 1px solid #cbcbcb;
}


    .sorular .soru .detaybts {
        display: block;
        position: relative;
        width: 100%;
        color: #484848;
        font-weight: 700;
        font-size: 14px;
    }

.detaybt:after {
    content: url(/images/detayaltok.png);
    bottom: -28px;
    position: absolute;
    right: 0;
}

.sorular .soru.kapali .detaybt:after {
    display: none;
}

.sorular .soru .detaybts .bilgist {
    display: inline-flex;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}

    .sorular .soru .detaybts .bilgist > div {
        background-color: rgb(255 255 255 / 0.5);
        padding: 6px;
    }


.sorular .soru .seviye {
    background-color: #4b90ff;
    padding: 5px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: 700 !important;
    position: absolute;
    left: 10px;
    bottom: 7px;
    font-size: 15px;
}

.sorular .soru .detaybts > div {
    font-weight: 400;
}

.sorular .soru .detaybts a, .sorular .soru .detaybts .detaybt {
    font-weight: 700;
}

.sorular .soru .uyaribenzer {
    background-color: #ffbdbd;
    padding: 6px;
}

    .sorular .soru .uyaribenzer .durum {
        line-height: 28px;
        padding: 0 8px;
        float: left;
        font-weight: 500;
        font-size: 16px;
    }

    .sorular .soru .uyaribenzer a {
        float: right;
        margin-right: 10px;
    }

.disable *, .disable {
    cursor: no-drop !important;
}

.soruyetkiaciklama {
    display: block;
    background-color: #a0a0a0;
    padding: 5px;
    margin-bottom: 0;
}

table.standart {
    width: 100%;
    text-align: left;
    font-size: 14px;
}

    table.standart tbody tr:nth-child(even) {
        background-color: #efefef;
    }
    table.standart tbody tr.pasif{background-color:#fff0e3;}
    table.standart tbody tr td {
        padding: 14px 4px;
    }

    table.standart tbody tr:hover {
        background-color: #d3e2ff;
    }

    table.standart thead {
        font-weight: 700;
        font-size: 16px;
        background-color: #ffc6c6;
    }

        table.standart thead th {
            padding: 18px 4px;
        }

a {
    color: #021233;
    font-weight: 500;
}

.page label {
    margin-bottom: 12px;
    display: block;
    font-weight: 700;
    font-size: 17px;
}

.checkbox {
    line-height: 66px;
}

    .checkbox.labelstr {
        line-height: 95px;
    }

    .checkbox input[type="checkbox"] {
        float: left;
        width: auto;
        margin-top: 40px;
    }

.uyari {
    border: 1px solid #e9e9e9;
    background-color: #e2dbdb;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: #400000;
}

.input-validation-error + .title {
    background-color: #fff1f1 !important;
}

.siklar span.field-validation-error {
    padding: 9px;
    display: block;
    text-align: right;
}

span.field-validation-error {
    color: #910000;
    margin: 7px 0;
    display: block;
}

input[type="file"] {
    cursor: pointer !Important;
    font: 300 12px sans-serif;
    color: #686868;
}

    input[type="file"]::-webkit-file-upload-button {
        font: 400 12px sans-serif;
        background: #f5f5f5;
        border: 0;
        font-size: 12px cursor: pointer;
        color: #686868;
    }

    input[type="file"]::-ms-browse {
        font: 400 12px sans-serif;
        background: #f5f5f5;
        border: 0;
        padding: 12px 25px;
        cursor: pointer;
        color: #686868;
    }

.resimup {
    position: absolute;
    right: 0;
    top: 6px;
}

    .resimup label {
        margin: 0;
        font-size: 14px !important;
        font-weight: 500 !important;
        margin-bottom: 6px !important;
        line-height: 14px !important;
        margin-top: -13px;
        left: 0 !important;
    }

    .resimup input[type="file"] {
        border-radius: 0;
        padding: 0 !important;
        font-size: 12px;
    }

.page .container .stn .str.siklar input[type="file"] {
    font-size: 13px;
    line-height: 1;
}

.page .container .stn .str.siklar li .resimgor {
    height: 49px;
}

    .page .container .stn .str.siklar li .resimgor img {
        height: 100%;
    }

.str.sorumetni .resimgor {
    position: absolute;
    right: 0;
    top: 0;
    height: 47px;
}

    .str.sorumetni .resimgor img {
        height: 100%;
    }

#filedivCanlandirma .resimup, #videoDivSoru .resimup {
    top: 17px;
}

.labelin label {
    position: absolute;
    top: 0;
    line-height: 50px;
    color: #c38451;
    font-size: 30px;
    font-weight: 300;
    display: block;
    border: none;
    left: 23px;
    pointer-events: none;
}

.labelin input:focus ~ label, .labelin.valid label, .container .title > label {
    top: -19px;
    bottom: 10px;
    left: 20px;
    opacity: 1;
    font-size: 15px;
    color: #6b6b6b;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.container .title > label {
    position: absolute;
}


.header .stric {
    display: inline-flex;
    width: 100%;
}

.header .stnic {
    flex-shrink: 0;
    flex-grow: 1;
}

body .header > .baslik {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
}

.header label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #848484;
}


.header input, .header select {
    width: calc(100%)
}

.btks {
    display: inline-flex;
}

.btk {
    padding: 8px;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    margin: 3px 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .btk.yesil {
        background-color: #1e9f14;
    }

        .btk.yesil:hover {
            background-color: rgb(30 159 20 / 0.8);
        }

    .btk.mavi {
        background-color: #084d7a;
    }

        .btk.mavi:hover {
            background-color: rgb(8 77 122 / 0.8);
        }

    .btk.kirmizi {
        background-color: #d00000;
    }

        .btk.kirmizi:hover {
            background-color: rgb(208 0 0 / 0.8);
        }

.btks .btk:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.btks .btk:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.btk.kucuk {
    font-size: 14px;
    padding: 4px 8px;
}

.header button.btexcel {
    font-size: 12px;
    line-height: 22px;
    float: none;
    margin-left: 0;
}

    .header button.btexcel.kirmizi {
        background-color: #d00000;
    }

.header .stnic select {
    /*max-width: 162px;*/
}

    .header .stnic select#aBenzersiz {
        max-width: 100%;
        width: 100%
    }

.header .stnic.butonlar {
    position: relative;
}

.header .stric {
    margin-bottom: 9px;
}

    .header .stric:nth-child(2) {
        margin-bottom: 0;
    }
    .header .stric .stnic {
        margin-right:9px;
    }

    .header table {
        width: 100%;
    }

.header td {
    width: 12.5%;
}

.header input {
    border-radius: inherit;
    line-height: inherit;
    color: inherit;
    font-size: initial;
    font-weight: inherit;
    background-color: #fff;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
    padding: 2px;
    box-sizing: border-box;
    line-height: 17px;
    font-size: 13px;
}


.header::placeholder {
    color: inherit;
}

.header .stric:nth-child(2) .stnic {
    padding-right: 20px;
}

    .header .stric:nth-child(2) .stnic:last-child {
        padding: 0;
    }



.header button.btexcel, .btyesil {
    line-height: 28px;
    padding: 0 8px;
    background-color: #1e9f14;
    color: #fff;
    border-radius: 4px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.header .butonlar {
    width: 100%;
    margin-top: 10px;
}

    .header .butonlar .sol {
        float: left;
    }

        .header .butonlar .sol > * {
            margin-left: 0;
            margin-right: 21px;
        }

    .header .butonlar .sag {
        float: right;
    }

.header button {
    padding: 0 16px;
    line-height: 42px;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    float: right;
    overflow: hidden;
    white-space: nowrap;
}

    .header button[type="button"] {
        background-color: #5b5b5b;
    }

        .header button[type="button"].laci {
            background-color: #084d7a;
        }

        .header button[type="button"].kirmizi {
            background-color: #d00000;
        }
        .header button[type="button"].turuncu{
            background-color: #dfa36c;
        }
        .header button[type="button"].yesil {
            background-color: #1e9f14;
        }

    .header button[type="submit"] {
        background-color: #4b90ff;
    }


div#divtoplusoruduzenleme, #divtoplusorusilme, #divtoplusoruatama {
    background-color: #dae6ff;
    border: 1px solid #021233;
    margin: 30px;
    padding: 20px;
    position: absolute;
    z-index: 999;
    width: calc(100% - 60px - 40px);
    left: 0;
}
    #divtoplusorusilme .bilgi {
        font-size: 18px;
        line-height: 48px;
        color: red;
        font-weight: bold;
    }
.mt30 {
    margin-top: 30px;
}

h3.title {
    display: block;
    background-color: #a9a9a9;
    color: #fff;
    line-height: 66px;
    font-size: 30px;
    font-weight: 700;
    padding: 0 25px;
    margin-bottom: 26px;
}

ul.list.link li {
    margin-bottom: 13px;
}

ul.list.link a {
    line-height: 39px;
    font-size: 18px;
    background-color: #084d7a;
    color: #fff;
    padding: 0 25px;
    display: block;
    border-radius: 5px;
}
    ul.list.link a.turuncubg {
        background-color: #dfa36c;
    }

    ul.list.link a:hover {
        background-color: #021233;
    }

ul.yarismacilarlist > li {
    margin-bottom: 18px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    padding: 12px 16px;
    position: relative;
}

    ul.yarismacilarlist > li .dstr {
        display: inline-flex;
        width: 100%;
    }

        ul.yarismacilarlist > li .dstr .resim img {
            max-width: 100%;
        }

        ul.yarismacilarlist > li .dstr .resim {
            width: 96px !important;
            height: 96px !important;
            overflow: hidden;
            border-radius: 50%;
            background-size: cover;
            box-sizing: border-box;
            border: 5px solid #e7e7e7;
        }

.yarismacisorular {
    display: inline-flex;
    display: inline-flex;
    width: 100%;
    position: relative;
    margin-top: 7px;
}

    .yarismacisorular li .y {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        font-size: 9px;
        text-align: center;
        line-height: 15px;
        font-weight: 500;
    }

ul.yarismacilarlist > li .dstr .bilgiler {
    width: calc(100% - 110px - 120px);
    margin: 0 14px;
}

.yarismacisorular li {
    flex-shrink: 0;
    flex-grow: 1;
    position: relative;
    padding-top: 18px;
}

.yarismacisorular * {
    box-sizing: border-box;
}

.yarismacisorular li .y.bos {
    border: 2px solid #d2d2d2;
}

.yarismacisorular li .y.dolu {
    background-color: #dfa36c;
    color: #fff;
    line-height: 19px;
}

.yarismacisorular li .cevap {
    position: absolute;
    top: 0;
    text-align: center;
    width: 19px;
    color: #bdbdbd;
    font-weight: 500;
    font-size: 16px;
}

.bt {
    border-radius: 4px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    color: #fff;
    line-height: 52px;
    display: block;
    padding: 0 22px;

}

    .bt.turuncu {
        background-color: #e3a66f;
        text-align: center;
    }

.bt.mavi {
    background-color: #4b608c;
}
.bt.yesil {
    background-color: #1e9f14;
}

body.bolum.duzenle .pageic > .yarismacilar .bt {
    margin-bottom: 11px;
    text-align: center;
    width:100%;
    box-sizing:border-box;
}

ul.yarismacilarlist > li .dstr .bt {
    background-color: #1e9f14;
    color: #fff;
    font-size: 16px;
    line-height: 37px;
}

    ul.yarismacilarlist > li .dstr .bt a:hover {
        background-color: #13750b;
    }

ul.yarismacilarlist > li .dstr .bilgiler > .ad {
    font-size: 20px;
    font-weight: 700;
    color: #edb179;
    margin-bottom: 17px;
}

.yarismaciaktar {
    margin-top: 20px;
}

    .yarismaciaktar .aktarilmadi .ictitle {
        font-size: 14px;
        font-weight: 700;
        color: #b07140;
        margin-bottom: 19px;
    }

    .yarismaciaktar ul {
        display: inline-flex;
    }

        .yarismaciaktar ul li {
            border-radius: 50%;
            width: 19px;
            height: 19px;
            font-size: 14px;
            font-weight: 700;
            color: #fff;
            background-color: #b7b7b7;
            margin-right: 11px;
            line-height: 19px;
            text-align: center;
        }

    .yarismaciaktar .aktarildi .ictitle {
        font-size: 10px;
        color: #3c3c3c;
        font-weight: 700;
        margin-bottom: 19px;
    }

    .yarismaciaktar .aktarilmadi li {
        cursor: pointer;
    }

        .yarismaciaktar .aktarilmadi li:hover {
            background-color: #edb179;
        }

.sorular .soru .ust .onizleme .bilgi {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #edb179;
    line-height: 21px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    color: #fff;
    z-index: 9;
    opacity: 0;
}

ul.yarismacilarlist > li > .no {
    width: 19px;
    height: 19px;
    font-weight: bold;
    color: #fff;
    background-color: #b7b7b7;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    position: absolute;
    top: 4px;
    left: 13px;
}

.yarismaciaktar ul li:hover .info {
    display: block;
    position: absolute;
    background-color: #dfa36c;
    bottom: 48px;
    padding: 5px 11px;
}

.yarismaciaktar ul li .info {
    display: none;
}

.aramasonucnot {
    background-color: #e5e5e5;
    line-height: 1.3;
    font-size: 16px;
    text-align: left;
    padding: 5px 0;
    font-weight: 300;
}

    .aramasonucnot span {
        font-weight: 500;
    }



.duzeltme-yapilmamis, .duzeltilmesi-gerekiyor, .dogrulama-yapilacak, .duzeltme-yapilmamis td, .duzeltilmesi-gerekiyor td, .dogrulama-yapilacak td {
    background-color: #feff98;
}

.kullanilmamali-1, .duzeltme-yapilmali-1, .duzeltme-yapilmali-2, .benzeri-var, .bu-soru-hatali-1, .bu-soru-hatali-2, .kullanilamaz, .kesinlikle-kullanilamaz,
.kullanilmamali-1 td, .duzeltme-yapilmali-1 td, .duzeltme-yapilmali-2 td, .benzeri-var td, .bu-soru-hatali-1 td, .bu-soru-hatali-2 td, .kullanilamaz td, .kesinlikle-kullanilamaz td {
    background-color: #ff6262;
}

.dogrulama-1-ok, .dogrulama-2-ok, .dogrulama-3-ok,
.dogrulama-1-ok td, .dogrulama-2-ok td, .dogrulama-3-ok td {
    background-color: #feff83;
}

.derlemeye-hazir, .derlemeye-hazir td {
    background-color: #66eb5c;
}

.sorulmus-soru, .sorulmus-soru td, .kullanilmis, .kullanilmis td {
    background-color: #ffd4e0;
}

.sayfalama ul {
    display: flex;
    overflow: auto;
}

    .sayfalama ul li {
        float: left;
        margin: 3px;
        position: relative;
        display: block;
    }

        .sayfalama ul li a {
            background-color: #f8f8f8;
            box-sizing: border-box;
            padding: 3px 6px;
            border: 1px solid #d1d1d1;
            border-radius: 6px;
            display: block;
        }

            .sayfalama ul li a.aktif {
                background-color: #000;
                color: #fff;
            }

            .sayfalama ul li a:hover {
                background-color: #084d7a;
                color: #fff;
            }

.mavitext {
    color: #4b90ff;
}

.sorular .soru .detaybts a.btgeri {
    color: #740000;
}

.sorular .soru:last-child {
    margin-bottom: 60px;
}

.sayfalama {
    margin: 30px 0;
}

.aramasonucnot .sayfalama {
    margin: 0 0 0 60px;
}

.aramasonucnot > .bilgi {
    margin-left: 60px;
}

div#progresBar {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 258px);
    background-color: #f5f5f5;
}

#progresBar {
}

    #progresBar .progress-bar {
        width: 0;
        height: 20px;
        line-height: 20px;
        background-color: #021233;
        background: linear-gradient(90deg, rgba(2,18,51,1) 0%, rgba(9,9,121,1) 50%, rgba(116,0,0,1) 100%);
        transition: 0.5s;
    }

.fileup {
    display: inline-flex;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .fileup input[type="file"] {
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        zoom: 1; /* Fix for IE7 */
        position: relative;
        top: 0;
        left: 0;
        z-index: 999;
        position: absolute;
    }

    .fileup button {
        float: left;
        width: auto;
    }

    .fileup input[type="button"] {
        width: 20%;
    }

    .fileup input[type="text"] {
        width: 80%;
    }

div#progresBar .not {
    position: absolute;
    right: 16px;
    top: 3px;
    color: #740000;
    animation: text-uyari 1s infinite;
    font-weight: 500;
}

@keyframes text-uyari {
    0% {
        color: #740000;
    }

    50% {
        color: #021233;
    }

    100% {
        color: #740000;
    }
}

.sonuc {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 21px;
    line-height: 1.4;
}

    .sonuc .say {
        background-color: #740000;
        padding: 10px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        margin-bottom: 30px;
    }

.bloks > * {
    display: inline-block;
    float: right;
}

table button, table .button {
    line-height: 28px;
    padding: 0 8px;
    border-radius: 4px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}

input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

.modal-title {
    display: block;
    background-color: #021233;
    color: #fff;
    line-height: 36px;
    font-size: 26px;
    font-weight: 700;
    padding: 0 12px;
    border-radius: 5px;
    margin-bottom: 26px;
}


.islembar {
    position: relative;
    height: 50px;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    background-color: #d1d1d1;
    color: #fff;
    text-align: center;
}

    .islembar > .ic {
        background-color: #4b90ff;
        border-radius: 4px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.benzersorular table {
    width: 100%
}

.benzersorular thead {
    background-color: #cdcdcd;
    line-height: 22px;
}

.benzersorular {
}

    .benzersorular a.link {
        color: blue;
    }

    .benzersorular .dogru {
        background-color: #abf1b5;
    }

    .benzersorular .ust {
        font-weight: 700;
    }




.nots {
    background-color: #e5e5e5;
    padding: 13px;
    margin: 21px 0;
}

    .nots table {
        width: 100%;
    }

    .nots tr {
        box-sizing: border-box;
    }

        .nots tr td {
            margin-bottom: 8px;
            padding-bottom: 5px;
            border-bottom: 1px solid #bbbbbb;
        }

            .nots tr td:first-child {
                overflow: hidden;
                white-space: nowrap;
            }


    .nots br {
        margin-bottom: 5px;
        display: block;
        position: relative;
        content: '';
    }

.page .container .stn .str.siklar .str {
    margin-bottom: 11px;
}

.strflx {
    display: inline-flex;
    width: 100%;
}

    .strflx > .str {
        width: 100%;
    }

    .strflx button {
        line-height: 46px;
        box-sizing: border-box;
        height: 50px;
    }
.tumunusec {
    position: absolute;
    width: 60px;
    text-align: center;
}

    .tumunusec span {
        display: block;
        font-size: 12px;
    }
.sonnnnn {
    line-height: 1;
}

body.sorular.sorugonder .container:after, .butonlar:after, .str:after, .sayfalama ul:after, .aramasonucnot:after, .bloks:after, .sorular .soru .uyaribenzer:after, .header .butonlar::after {
    clear: both;
    content: '';
    display: block;
}
.menu li.cikisli {
    position: relative;
}

.oturumbilgi {
    position: absolute;
    top: 50%;
    right: 36px;
    background-color: rgba(255,255,255,0.9);
    padding: 5px;
    transform: translate(0, -50%);
    display: inline-block;
}

.menu .yesil {
    color: #14631a;
}

.menu .red {
    color: #ff0000;
    background-color: #fff;
    text-align: center;
    line-height: 1.3;
    padding: 3px;
}

.menu .red {
    animation-name: animation;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
@keyframes animation {
    90.0% {
        color: #fff;
        background-color: #ff0000;
    }
}

.siralamabt .fa-arrow-up {
    color:#1e9f14;
    margin-bottom:4px;
}
.siralamabt .fa-arrow-down {
    color: #740000;
}

body.bolum.duzenle .pageic > .yarismacilar .siralamabt {
    position:absolute;
    left:5px;
    font-size:26px;
    top:50%;
    transform:translate(0,-50%)
    
}
    body.bolum.duzenle .pageic > .yarismacilar .siralamabt > span {
        display: block;
        cursor: pointer;
        background-color: #fff;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1px solid #c5c5c5;
        text-align:center;
        line-height:32px;
    }
