﻿.boxshodow {
    padding: 5px;
    width: 90%;
    max-width: 700px;
    margin-top: 5px;
    margin: auto;
    align-content: center;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.formorder {
    font-family: Tahoma;
    padding-top: 10px;
    width: 90%;
    height: auto;
    color: black;
    font-size: 14px;
    line-height: 30px;
    align-content: center;
    text-align: justify;
    margin: 0 auto;
    border: none;
}

.textboxlar {
    width: 100%;
    height: 25px;
    font-family: Tahoma;
    font-size: 14px;
    border: 1px solid black;
    padding-left: 5px;
}

.textboxsoru {
    width: 100px;
    height: 25px;
    font-family: Tahoma;
    font-size: 14px;
    border: 1px solid black;
    padding-left: 5px;
}

.txParcaNoTerm {
    width: 100px;
    height: 25px;
    font-family: Tahoma;
    font-size: 14px;
    border: 1px solid black;
    padding-left: 5px;
}

.txMiktarTerm {
    width: 60px;
    height: 25px;
    font-family: Tahoma;
    font-size: 14px;
    border: 1px solid black;
    padding-left: 5px;
}

.textboxlar1 {
    width: 100%;
    height: 25px;
    font-family: Tahoma;
    font-size: 14px;
    border: 1px solid black;
    padding-left: 5px;
}

.textboxchatpca {
    width: 100px;
    height: 25px;
    font-family: Tahoma;
    font-size: 14px;
    border: 1px solid black;
    padding-left: 5px;
}

.captcha-container {
    display: flex;
    flex-direction: row; /* Yan yana dizilsin */
    justify-content: center; /* Ortaya hizala */
    align-items: center; /* Dikey ortalama */
    gap: 10px; /* Aralarındaki boşluk */
    float: left;
    padding-top: 10px;
}

.imagechatpca {
    width: auto;
    height: auto;
    border: 1px solid black;
}

.butondegistir {
    width: auto;
    height: 30px;
    font-family: Tahoma;
    font-size: 14px;
}


.butonlar {
    width: 100px;
    height: 30px;
    font-family: Tahoma;
    font-size: 14px;
    float: right;
}

.butonekle {
    width: 100px;
    height: 30px;
    font-family: Tahoma;
    font-size: 14px;
    float: right;
}

.labeller {
    font-family: Tahoma;
    font-size: 14px;
}

.labelbilgi {
    font-family: Tahoma;
    font-size: 14px;
    margin: auto;
}

.llinkler {
    font-family: Tahoma;
    font-size: 14px;
    text-decoration: none;
    color: black;
}

.gridview {
    border-radius: 5px;
    height: 200px;
    margin: 0 auto;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    width: 290px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #666;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .ui-autocomplete > li > div {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}


table.blueTable {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    text-align: center;
}

    table.blueTable td, table.blueTable th {
        border: 1px solid #AAAAAA;
    }

    table.blueTable tbody td {
        font-size: 13px;
    }

    table.blueTable tr:nth-child(even) {
        background: #D0E4F5;
    }

    table.blueTable thead {
        background: #1C6EA4;
        background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        border-bottom: 1px solid #444444;
    }

        table.blueTable thead th {
            font-size: 15px;
            font-weight: bold;
            color: #FFFFFF;
            border-left: 1px solid #D0E4F5;
        }

            table.blueTable thead th:first-child {
                border-left: none;
            }

.auto-style3 {
    height: 32px;
}

.captcha-img {
    width: 100px;
    height: 20px;
    margin: 10px 0;
    border: 1px solid #ccc;
}
