﻿#OnlineBasvuruForm h4 {
    font-weight: bold;
}

.formrow select {
    margin-bottom: 0;
}

input[type="file"] {
    padding: 10px;
    outline: none;
    margin: 0;
    width: 230px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-color: rgba(0,0,0,.08);
    background-color: #fff;
    color: #626262;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    font-family: Roboto,Arial,Tahoma,sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
}

.formrow textarea, .formrow input[type=text], .formrow input[type=email], .formrow input[type=password], .formrow select, .formrow input[type=file] {
    width: 100%;
}

input.hatali, .formrow select.hatali {
    border-color: #fb5455;
    color: #fb5455;
}
.formrow label.hatali {
    color: #fb5455;
}
.formrow.hatali a {
    color: #fb5455;
}

.formrow .aboneLabel {
    width: auto;
    font-weight: normal;
    cursor: pointer;
    margin-right: 20px;
}

.kiraci, .mulksahibi {
    display: none;
}

.sozlesmedetay {
    font-weight: bold;
}

#sozlesme-detay-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 10px;
}

    #sozlesme-detay-popup .title {
        font-weight: bold;
        font-size: 16px;
        padding: 5px 0;
        margin-bottom: 10px;
        border-bottom: 1px #626262 solid;
    }

    #sozlesme-detay-popup .mfp-close {
        bottom: auto;
        top: 8px;
        right: 14px;
        color: #666;
        margin: 0;
    }

        #sozlesme-detay-popup .mfp-close:after {
            display: none;
        }
