﻿body, .modal {
    font-family: 'Segoe UI',Arial;
}

.modal-header {
    text-align: center;
    color: #CA0000;
}

.inputBaslik {
    font-weight: 600;
    text-align: center;
}

th {
    text-align: center;
}

@media screen and (min-width:768px) {
    #btnTarihAra {
        margin-top: 25px;
    }
}

@media screen and (max-width:767px) {
    .divSeferAra .panel-body {
        padding: 5px;
    }

        .divSeferAra .panel-body .form-group {
            margin-bottom: 7px;
        }
}

.paddingSolSagSifir {
    padding-left: 0px;
    padding-right: 0px;
}

.arti {
    top: 13px;
    left: 4px;
    height: 23px;
    width: 23px;
    display: none;
    position: absolute;
    color: white;
    border: 0px solid white;
    border-radius: 3px;
    text-align: center;
    line-height: 17px;
    box-sizing: content-box;
    content: '+';
    font-size: 12px;
}

    .arti span {
        margin-top: 3px;
    }

.collapsed .arti {
    display: inherit;
}

.parent .arti {
    content: '-';
    background-color: #d33333;
}

.arti .glyphicon-minus {
    display: none;
}

.parent .glyphicon-minus {
    display: inherit;
}

.parent .glyphicon-plus {
    display: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
    top: 13px;
    left: 4px;
    height: 23px;
    width: 23px;
    display: block;
    position: absolute;
    color: white;
    border: 0px solid white;
    border-radius: 3px;
    text-align: center;
    line-height: 17px;
    box-sizing: content-box;
    content: '+';
    font-size: 23px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
    display: none;
}

.SeferTablo th {
    padding-top: 10px;
    padding-bottom: 10px;
}

table.dataTable thead > tr > th {
    padding-right: 0px;
    color: #E6E6E6;
    font-size: 15px;
    background-color: #808080;
}

.lnkGuzergah, .lnkOtobusGorsel, .lnkOtobusBilgi {
    color: #337AB7;
    cursor: pointer;
    text-decoration: underline;
}

#SeferTabloBaslik {
    font-weight: 600;
    font-size: 16px;
    padding-top: 3px;
}

.infoIcon {
    margin-top: 10px;
    margin-bottom: 10px;
}

.divSeferAra {
    margin-top: 10px;
}

.spnOzelFiyatBilgi, .seferTabloFiyat {
    font-weight: bold;
    color: #3A3A3A;
}

.btnInfo {
    padding: 4px 4px;
    padding-top: 2px;
    padding-bottom: 0px;
}

    .btnInfo .glyphicon {
        margin-top: -6px;
        padding-top: 4px;
    }

.SeferTablo td {
    height: 50px;
    white-space: nowrap;
}

#seferTablo {
    padding: 0px;
}

table.dataTable {
    margin-top: 0px !important;
}

.table-bordered {
    border: 0px solid #ddd;
}

#tblSefer_wrapper > .row > .col-sm-6 {
    min-height: 0px;
}
