﻿.formcontainer {
    max-width: 1050px;
    background-color: #f2f2f2;
    padding: 14px 15px;
    color: #323232;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .formcontainer {
        flex-direction: column;
    }
}

.formcontainer p {
    margin: 0;
}

    .formcontainer p.inputdetail {
        padding-top: 5px;
        font-size: 16px;
    }

.formcontainer label {
    line-height: 42px;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    width: 100%;
    display: block;
}

    .formcontainer label.centerline {
        line-height: initial;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

@media (max-width: 992px) {
    .formcontainer label {
        text-align: left;
    }
}

.formcontainer label.error {
    color: #d40511;
    text-align: left;
    font-size: 12px;
}

.formcontainer input {
    padding: 0 20px;
    box-sizing: border-box;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    width: 280px;
}

@media (max-width: 767px) {
    .formcontainer input {
        width: 100%;
        margin-bottom: 14px;
    }
}

.formcontainer input[type="radio"], .formcontainer input[type="checkbox"] {
    height: auto;
    width: auto;
}

.formcontainer .singleLine {
    padding-top: 10px;
}

.formcontainer select {
    padding: 0 20px;
    box-sizing: border-box;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    width: 280px;
}

@media (max-width: 767px) {
    .formcontainer select {
        width: 100%;
        margin-bottom: 14px;
    }
}

.formcontainer button {
    min-width: 60px;
    transition: background-color 0.2s, border 0.2s;
    background-color: #d40511;
    border: 2px solid #d40511;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    min-height: 42px;
    outline: none;
    color: #fff;
    cursor: pointer;
}

    .formcontainer button:hover {
        background-color: #fff;
        border-color: #d40511;
        color: #d40511;
    }

    .formcontainer button:disabled {
        background-color: #d1d1d1;
        border-color: #d1d1d1;
        color: #fff;
        cursor: default;
    }

@media (max-width: 767px) {
    .formcontainer button {
        width: 100%;
        margin-bottom: 14px;
    }
}

.formcontainer table {
    width: 100%;
}

    .formcontainer table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .formcontainer table tr:nth-child(odd) {
        background-color: #e8e8e8;
    }

    .formcontainer table tr td, .formcontainer table tr th {
        padding: 0 14px;
        height: 52px;
        border-bottom: 1px solid #fff;
        border-spacing: 0;
        font-size: 14px;
        text-align: left;
    }

        .formcontainer table tr td:first-child, .formcontainer table tr th:first-child {
            text-align: right;
            width: 450px;
        }

    .formcontainer table tr th {
        font-weight: bold;
    }

.formcontainer .centeredCaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .formcontainer .centeredCaptcha .error {
        width: auto;
        text-align: center;
    }

.formcontainer .label-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

    .formcontainer .label-list label {
        width: initial;
    }

.formcontainer #pdfKaydet {
    cursor: pointer;
    float: right;
}

#beyannameList tr td {
    padding: 0 8px;
    height: 52px;
    /*border-bottom: 1px solid #fff;
    border-spacing: 0;*/
    font-size: 11px;
    text-align: center !important;
    /*word-break: break-word !important;*/
}

#beyannameList tr th {
    padding: 0 8px;
    width: auto !important;
    font-size: 12px;
    text-align: center !important;
}

#beyannameSubList tr td {
    padding: 0 8px;
    width: auto !important;
    font-size: 11px;
    text-align: center !important;
}

#beyannameSubList tr th {
    padding: 0 8px;
    width: auto !important;
    font-size: 12px;
    text-align: center !important;
}

#beyannamesorgulamabilgileriresult {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

    #beyannamesorgulamabilgileriresult label {
        text-align: left;
        word-wrap: break-word;
        line-height: 33px;
    }

#beyannamebilgisorgulamaform div > #captchaimg {
    margin-left: 25px;
}

.tablescroll {
    overflow-x: auto;
}

.spfrow {
    margin-top: 20px;
    text-align: center;
}

/*.captalign {
    vertical-align: middle;
}*/
