

* {
    margin:0;
    padding:0;

}
a {
    text-decoration: none;
    color:#424242;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: url("../images/background.png") no-repeat center bottom;
    background-size: contain;
    background-attachment: fixed;
}

.form-select {
    border-radius: 60px;
    height: 60px;
    background-color: #f3f7f8;
    border:none;
    color: #5E787D;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: -0.6px;
}

.btn{border-radius: 50px;}

.btn.btn-takvim {
    border-radius: 50px;
    font-size: 14px;
    height: 60px;
    line-height: 40px;
}

.table-responsive {
    border-radius: 30px;
    padding: 12px;
    background-color: #f3f7f8;
}

.table {
    border-top: 0 solid #f3f7f8;
}
.table thead th {
    background: #F3F7F8;
    border: none;
    color: #6D8489;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

div.dt-container .dt-paging .dt-paging-button,div.dt-container select.dt-input {
    border-radius: 18px!important;
}
div.dt-container .dt-paging .dt-paging-button:hover {
   border: 1px solid rgba(0, 0, 0, 0.3)!important;
   background: #0d6efd!important;
   color:white!important;
}
/*.table tbody tr:first-child>td:first-child {border-radius: 20px 0 0 0;}

.table tbody tr:first-child>td:last-child {border-radius: 0 20px 0 0;}
.table tbody tr:last-child>td:last-child {border-radius: 0  0 20px 0;}
.table tbody tr:last-child>td:first-child {border-radius: 0 0 0 20px;}
*/
    .table tr {
        border-color: #F2F2F2;
    }

.table td {
    padding: 10px 4px;
    border-color: #F2F2F2;
    color:#424242;
    font-size: 14px;
    /*text-align: center;*/
    padding: 20px;
}

.btns {
    /* display: block; */
    width: 100%;
    margin-bottom: 10px;
}

.quit {
    position: absolute;
    top: 8%;
    right: 20px;
    height: auto;
}

.quit img {
    width: 32px;
}

.dt-input {
    background-color: #FFFFFF;
}

.dt-info,.dt-paging {
    font-size:13px;
}
.btns-anasayfa {
    width: 220px;
    height: 50px;
}

div.dt-container .dt-search input {
    border-radius:22px!important;
    background-color:#FFFFFF!important;
}

.dt-length label,.dt-column-title,.dt-search label {
    font-size:14px;
    color:#6D8489;
}

.recent-row {
    background-color: #D6F9EF !important;
}
.address-wrap {font-size:13px;}

@media (max-width: 768px) {
    .aciklama p {
        width: 100%!important;
    }
}