﻿body {
    margin: 0px;
    font-size: 15px;
    color: #000;
    background-color: #fff !important;
    font-family: "Montserrat", sans-serif;
}
.sayfa04 {
    border: 1px solid #f1eded;
    margin: 0px auto !important;
    width: 98% !important;
    max-width: 1155px;
    padding: 15px;
}
td { padding:5px;
}
[id^="RequiredField"] {
   
    color: red !important;
}
[id^="rb"] {
    text-align:center !important;
}
 
#GridView1 {
    font-size: 15px !important;
}
#GridView1 table tr td {
    padding: 10px !important;
}
tr td label {
    height: 35px;
    font-size: 13px;
    line-height: 35px;
    margin-left: 3px;
    font-size: 14px !important;
}
textarea {
    width: 100% ;
    padding: 14px 16px;
    font-size: 16px;
    color: #333;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 4px;
    outline: none;
    transition: all .25s ease;
    box-sizing: border-box;
    min-height:100px !important;
    
    
}

    textarea::placeholder {
        color: #9ca3af;
    }

    textarea:hover {
        border-color: #cbd5e1;
    }

    textarea:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 4px rgba(13,110,253,.15);
    }
input[type="radio"] {
    text-align: center;
    cursor: pointer;
    padding: 2px 2px !important;
    height: 25px !important;
}
input, select {
    height: 45px;
    width: 100%;
    padding: 4px 6px;
    font-size: 16px;
    color: #333;
    background: #fff;
    border: 2px solid #c8cbd1;
    border-radius: 4px;
    outline: none;
    transition: all .25s ease;
    box-sizing: border-box;
    min-width: 55px !important;
}

    input::placeholder {
        color: #9ca3af;
    }

    input:hover {
        border-color: #cbd5e1;
    }

    input:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 4px rgba(13,110,253,.15);
    }
h1 {
    font-family: "Montserrat", sans-serif;
 
    margin: 10px !important;
    padding-left: 10px;
    border-radius: 6px;
    display: flex;
    background: #f1f1f1;
    height: 55px;
    align-items: center;
    width: 98%;
    font-family: "Montserrat", sans-serif;
    font-size: 23px !important;
}

h2 {
    padding-left: 15px;
    font-weight: 500;
}
    font-size: 21px !important;
}
.flex01 { display:flex;
}
.flex05 {
    display: flex;
}
    .flex05 table tr {
        
    }
.ustort {
    display: flex;
    margin: 0px auto;
    width: 96%;
    max-width: 1100px;
    justify-content: center;
}
.insa {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
    .insa h3 {
        display: flex;
        background: #808080;
        color: #ffF;
        font-size: 17px !important;
        padding: 10px;
        border-radius: 6px;
    }
.gonder { background-color:blueviolet; color:#fff; width:150px; margin:10px auto; display:flex; font-weight:bold;
}

.alt02 {
    display: flex;
    height: auto;
    margin: 20px auto;
    margin-top: 55px;
    max-width: 1250px;
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #dee2e6;
    justify-content: space-between;
    font-size:13px !important;
    padding-left:7px;
}

@media (max-width: 768px) {
    .flex01 {
        flex-direction: column;
    }

    input {
        width: 95% !important;
        max-width: 500px;
    }

    textarea {
        width: 95% !important;
        max-width: 500px;
    }


    select {
        width: 75px;
        border: 1px solid #d6d7d7;
        padding: 2px;
       
    }
    .flex05 tr {
        display: flex;
        flex-direction: column;
    }
}