﻿
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed');



* {
    font-family: 'Encode Sans Condensed', sans-serif;
    letter-spacing: 0.5px;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    background: black;
    background-size: cover !important;
    width: 100%;
    height: 100% !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.container {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.tahButton {
    background-color: #007bff;
    color:white;
}


.col-2 {
    width: 48%;
    padding: 0px 10px;
}


.darkButton {
    z-index: 99;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

a {
    color: black;
}

.kaydetButton {
    background-color: #007bff;
    color: white;
    /* padding: 5px 15px; */
    border-radius: 5px;
    margin: 10px 0px;
    /* display: block; */
    width: 100%;
    /* text-align: center; */
    cursor: pointer;
    font-size: 25px;
    height: 55px;
    border: 0;
    letter-spacing: 2px;
    margin-top: 20px;
}

label {
    width: 100%;
    color: black;
    display: block;
    vertical-align: middle;
    align-items: center;
    line-height: 24px;
}

.inputList label {
    font-weight: bold;
    letter-spacing:1.15px;
}

input[type='checkbox'] {
    margin: 10px;
    width: 15px;
    height: 15px;
    margin: 15px 10px;
}

input[type='radio'] {
    margin: 10px;
    width: 15px;
    height: 15px
}

.ustMenuDestkop {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

    .ustMenuDestkop img {
        margin-top: -25px;
        z-index: 99;
        padding: 0px 15px;
    }

    .ustMenuDestkop::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        content: "";
        /* background-image: linear-gradient(to bottom, rgb(0 9 36), rgb(0 9 36 / 50%)); */
        background-image: linear-gradient(to bottom, rgb(0 9 36), transparent);
    }

    .ustMenuDestkop div {
        padding: 5px 20px;
        color: white;
        z-index: 99;
    }

        .ustMenuDestkop div:hover {
            font-weight: bold;
            cursor: pointer;
        }

.middlePage {
    display: flex;
    /* position: fixed;*/
    top: 120px;
    width: 100%;
    /* height: calc(100% - 200px); */
    bottom: 20px;
    z-index: 9999;
    overflow-y: auto;
    left: 0px;
    align-items: center;
    justify-content: center;
}

.onlineBasvuruForm {
    padding: 25px;
    margin-top: 25px;
    /*background-color: rgba(0, 0, 0, 0.80);*/
    background-color: rgba(255, 255, 255, 0.90);
    display: flex;
    flex-direction: column;
    /* border-radius: 15px;*/
    /* padding: 0 25px; */
    width: 800px;
    align-items: center;
    z-index: 99;
}

.onlineBasvuruFormBaslik {
    color: white;
    color: black;
    font-size: 1.5em;
    line-height:1.5em;
    letter-spacing: 3px;
    font-weight: bold;
    margin: 2px;
    width: 90%;
    text-align: center;
    border-bottom: 2px dotted black;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.inputList {
    width: 100%;
    margin: 8px 0px;
    display: flex;
    flex-direction: row;
    color: black;
    z-index: 99999999;
}

    input[type='text'], input[type='number'], input[type='date'] {
        display: block;
        width:95%;
        width: -webkit-fill-available;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        margin-top: 10px;

    }

input[type='date'] {
    line-height: 34px;
    min-width: 92%;    
    min-height: 35px;
}

        .jconfirm .container {
            max-width: 400px;
        }

.copyright {
    color: white;
    margin: 31px;
    display: block;
    text-align: center;
}


.mobilPanel {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    background-color: rgb(7 0 36);
    left: 0px;
    width: 100%;
    z-index: 999;
}



    .mobilPanel div {
        height: 12%;
        text-align: center;
        font-size: 1.5rem;
        color: white;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        align-items: center;
        display: flex;
        justify-content: center;
    }

   /* .mobilPanel div:first-child {
        right:15px;
        color:white;
        font-size:2rem;

    }*/

.menuBar {
    display:none;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 99;
}

.jconfirm-title, .jconfirm-content {
    line-height: 30px;
    letter-spacing: 2.5px;
    color:black !important
}



@media (max-width: 800px) {
    .inputList {
        flex-direction: column;
        margin: 0px;
    }

    .col-2 {
        width: 100%;
        padding: inherit;
        margin-bottom: 15px;
    }

    .ustMenuDestkop div {
        display: none;
    }

    .menuBar {
        display:block;
    }

    .jconfirm-box {

        width:80% !important;
    }
}

.form-check {
    display: flex;
    align-items: center;
}
