﻿
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html, body {
    color: #939393;
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    scroll-behavior: smooth;
}

a, a:hover {
    text-decoration: none;
    cursor: pointer;
    color: gray;
}

#NewsModal a, #NewsModal a:hover {
    text-decoration: underline;
    cursor: pointer;
    color: blue;
}

.container-lg {
    min-height: 400px;
}

@media only screen and (max-width:600px) {
    .container-lg {
        min-height: 200px;
    }
}


.PageUp {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 5%; /* Place the button at the bottom of the page */
    right: 3%; /* Place the button 30px from the right */
    z-index: 10; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    background-color: #17a2b8; /* Set a background color */
    color: white; /* Text color */
    border-radius: 50px;
    font-size: 14px;
    width: 50px;
    height: 50px;
}

    .PageUp:hover {
        background-color: #33828e; /* Add a dark-grey background on hover */
        padding-top: 5px;
        padding-bottom: 15px;
    }

.contentHeader {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.newsField .card {
    cursor: pointer;
}

.AllNoALink {
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
}

    .AllNoALink:hover {
        font-weight: bold;
        color: #333333;
    }

.followUs {
    font-size: 34px;
}

#contactUs a:hover {
    color: blue;
}

.fa-twitter-square:hover {
    color: #2dc5ff;
}

.fa-instagram:hover {
    color: #ff5454;
}

.fa-youtube:hover {
    color: #c30b0b;
}

.fa-facebook-square:hover {
    color: #002EA2;
}

#searchResult .col-md-4 > div {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    text-align:center;
}

#searchResult .col-md-4 img {
    height:80px;
    max-width:90%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 15px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 15px;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 15px;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 15px;
}

#pagination-container .whj_border {
    border-radius: 20px;
    padding-bottom: 25px;
}

#pagination-container .whj_padding {
    font-size: 12px;
}


@media only screen and (max-width:1000px) {
    html, body {
        font-size: 14px;
    }

    .contentHeader {
        font-size: 20px;
    }

    .contentBody {
        font-size: 14px;
    }

    .AllNoALink {
        font-size: 13px;
    }

    .followUs {
        font-size: 26px;
    }

    #followUs, #contactUs {
        text-align: center;
    }

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 12px;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        font-size: 12px;
    }

    :-ms-input-placeholder { /* IE 10+ */
        font-size: 12px;
    }

    :-moz-placeholder { /* Firefox 18- */
        font-size: 12px;
    }
}


.select2 {
    width: 100% !important;
}

.select2, .select2-container {
    font-size: 14px;
}

.select2-results__option--highlighted {
    background-color: #17a2b8 !important;
    color: white !important;
}

.select2-dropdown {
    z-index: 900;
    border: solid 2px #afeff1 !important;
    padding-top: 5px !important;
    box-shadow: 0 5px 10px #17a2b8;
}

.select2-selection {
    border: solid 2px #afeff1 !important;
    height: 40px !important;
}

.select2-selection__rendered {
    padding: 5px !important;
    font-size: 14px;
}

.select2-selection__arrow {
    padding: 5px !important;
    font-size: 16px;
    height: 40px !important;
    width: 40px !important;
}

.select2-search__field {
    border-color: #afeff1 !important;
    margin-bottom: 5px !important;
}

.select2-selection:focus, .select2-search__field:focus {
    outline-color: #afeff1 !important;
}


.datetimePickerDisAlan {
    position: relative;
}

.datetimePicker, .datetimePickerWithHour {
    border-radius: 5px;
    border: solid 2px #afeff1 !important;
    box-shadow: 0 5px 10px #17a2b8;
    position: absolute;
    top: 40px;
    left: 5px;
    z-index: 100;
    display: none;
}

.bootbox .modal-content {
    box-shadow: 0 10px 20px #17a2b8;
}

.belgeler:hover, .programlar:hover {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

#mapModal iframe {
    width: 600px !important;
    height: 450px !important;
}

@media only screen and (min-width:800px) {
    #mapModal iframe {
        width:100%!important;
    }
}


    /*@media only screen and (max-width:1000px) and (min-width:600px) {
            
        }*/
