﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin-ext');

body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.outer-container {
    max-width: 1800px;
    width: auto;
    margin: auto;
    display: block;
}

.sm-50,
.sm-15,
.sm-85 {
    position: relative;
    display: inline-block;
    float: left;
}

.sm-50 {
    width: 50%;
}

.sm-15 {
    width: 7%;
}

.sm-85 {
    width: 93%;
}

header {
    display: block;
    width: 100%;
    border-bottom: 20px solid #00539b;
    margin-bottom: 59px;
}

    header a {
        display: inline;
    }

    header .logo img {
        width: auto;
        max-width: 100%;
        display: block;
        margin-bottom: 31px;
        margin-top: 44px;
    }

.inner-container {
    max-width: 1010px;
    width: auto;
    display: block;
    margin: auto;
    padding: 0px 15px;
}

.left .sonuc-satir .sm-50:nth-child(2),
.left .sonuc-satir .sm-50:nth-child(4),
.left .sonuc-satir .sm-50:nth-child(6),
.left .sonuc-satir .sm-50:nth-child(8),
.left .sonuc-satir .sm-50:nth-child(10) {
    width: 45%;
}

.sonuc-satir {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 19px;
    margin-top: 19px;
}

    .sonuc-satir label {
        font-size: 22px;
        color: #00539b;
        font-weight: bold;
    }

    .sonuc-satir p {
        color: #000;
        font-size: 15px;
        width: 100%;
        font-weight: bold;
        margin: 0 auto;
    }

.sozlesme {
    border: 1px solid #999999;
    padding: 28px 25px;
    height: 380px;
    overflow-y: scroll;
}

    .sozlesme p {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        line-height: 27px;
    }

.right {
    margin-bottom: 20px;
}

    .right .sonuc-satir p {
        font-size: 14px;
        font-weight: 600;
    }

#onay + label {
    border: 1px solid red;
}

#onay.alert + label[for="onay"] {
    border: 1px solid red;
}

#onay:checked + label {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/check.png) no-repeat center center;
    background-size: auto;
    position: absolute;
    top: 0px;
    background-color: #fff;
    border: 1px solid #999999;
}

#onay:checked.alert + label {
    border: 1px solid #999999;
}

label[for="onay"] {
    width: 18px;
    height: 18px;
    display: block;
    background: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
}

.sendBtn {
    border: none;
    color: #fff;
    background: #00539b;
    width: 154px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-weight: bold;
}

    .sendBtn:hover {
        background: #fff;
        color: #00539b;
        border: 1px solid #00539b;
    }

.sartlar-metin {
    display: block;
    text-align: center;
    background: rgba(0,0,0,0.4);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

    .sartlar-metin.aktif {
        display:none;
    }

    .sartlar-metin .metin {
        background: rgba(255,255,255,1);
        max-width: 90%;
        width: auto;
        display: inline-block;
        height: 100%;
        padding: 0px 20px;
        line-height: 35px;
    }

        .sartlar-metin .metin .kapat {
            float: right;
            display: inline;
            text-align: right;
            margin-right: 20px;
            text-decoration: none;
            background: #00539b;
            padding: 6px;
            color: #fff;
            margin: 10px;
            font-size: 24px;
            font-weight: bold;
        }

        .sartlar-metin .metin p {
            width: 100%;
            float: left;
        }

@media only screen and (max-width: 768px) {
    header {
        margin-bottom: 10px;
        width: 94%;
        margin: auto;
    }

        header img {
            margin: 20px auto !important;
        }

    .left.sm-50 {
        width: 100%;
        padding-bottom: 5px;
    }

    .sonuc-satir {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .sonuc-satir label {
            font-size: 14px;
        }
    .sartlar-metin .metin{
        overflow-y:scroll;
    } 
    .left .sonuc-satir p {
        text-align: left;
        font-size: 14px;
    }

    .sm-50 {
        width: 50%;
    }

    .right.sm-50 {
        width: 100%;
        padding-bottom: 100px;
    }

    .inner-container {
        padding: 0px 15px;
    }

    .sm-15 {
        width: 10%;
    }

    .sm-85 {
        width: 90%;
    }

    .sozlesme {
        padding: 0px 15px;
    }
}

.sozlesme::-webkit-scrollbar {
    width: 7px;
}

.sozlesme::-webkit-scrollbar-thumb {
    background: #c2c2c2;
}

    .sozlesme::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }
