

input[type=text], select, textarea {
    width: 99%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.0);
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.0);
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}



input[type=submit]:hover {
    background-color: #f00;
}

.container {
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
    margin: 50px auto;
}

.checkbox-label {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background-color: #f2f2f2;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-50 {
    float: left;
    width: 50%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.tarih-sorgu {
    display: block;
    background-color: #e2e2e2;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.sorgulama-satir {
    width: 32%;
    display: inline-block;
    text-align: center;
    /*border:1px solid #ccc;   */
}

.sorgulama-satir-full {
    display: block;
    text-align: center;
    padding: 10px;
    /*border:1px solid #ccc;   */
}

    .sorgulama-satir-full .btn-gonder-right { /*burası yenilendi - css ismi değişti */
        background-color: #369;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        float: right;
        margin: 10px 0px;
    }

.sorgulama-satir .btn-gonder { /*burası yenilendi - css ismi değişti */
    background-color: #c33;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: center;
    margin: 10px 0px;
    width: 99%;
}




@media all and (max-width : 1600px) {
}

@media all and (max-width : 1024px) {
}

@media all and (max-width : 768px) {

    .col-25, .col-75, .col-50 {
        width: 100%;
        margin-top: 0;
    }

    .yanResim {
        display: none !important;
    }

    .mobilYarim {
        width: 50% !important;
    }

    input[type=submit] {
        width: 100%;
        background-color: #c33;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        float: right;
        margin: 20px 4px;
    }
}


@media all and (max-width : 414px) {
}



.btn {
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-image: none !important;
    border: 5px solid #FFF;
    border-radius: 4px;
    box-shadow: none !important;
    -webkit-transition: background-color .15s,border-color .15s,opacity .15s;
    -o-transition: background-color .15s,border-color .15s,opacity .15s;
    transition: background-color .15s,border-color .15s,opacity .15s;
    vertical-align: middle;
    margin: 0;
    position: relative;
    height: 50px !important;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 10px;
}

    .btn > .ace-icon {
        margin-right: 3px;
    }


.btn-info, .btn-info.focus, .btn-info:focus {
    background-color: #6FB3E0 !important;
    border-color: #6FB3E0;
    padding-top: 10px;
}

    .btn-info:hover {
        background-color: #4F99C6 !important;
        border-color: #6FB3E0;
    }

.formAciklama {
    border: 1px solid #1c3f74;
    border-radius: 5px;
    padding: 5px;
    margin-right: 3px;
}

    .formAciklama span {
        font-size: 15px !important;
    }

    .formAciklama label {
        padding: 5px 10px;
    }

.bosGecilemez {
    border-color: rgb(242, 166, 150);
    border-width: 1px;
    color: rgb(214, 130, 115);
    background-color: rgb(254, 249, 248);
}
