﻿* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: montserrat;
}



.menuHeader {
    position: fixed;
    top: 0;
    background: #010b13;
    height: 80px;
    width: 100%;
    z-index: 2;
    left: 0;
    right: 0;
}

#MyDropdownMainMenu .show a {
    background-color: #665C59;
    
}

#MyDropdownMainMenu .dropdown-toggle {
    color: white;
    font-size: 15px;
    padding: 2px 7px;
    border-radius: 3px;
    text-transform: uppercase;
   
}

label.logo {
    color: white;
    font-size: 35px;
    line-height: 80px;
    padding: 0 10px;
    font-weight: bold;
    margin-bottom: 0;
}

.menuHeader ul {
    float: right;
    margin-right: 20px;
    margin-bottom: 0;
}

    .menuHeader ul li {
        display: inline-block;
        line-height: 80px;
        margin: 0 5px;
    }

        .menuHeader ul li a {
            color: white;
            font-size: 17px;
            padding: 7px 13px;
            border-radius: 3px;
            text-transform: uppercase;
           
        }

a.active, a:hover {
    background: #1b9bff;
    transition: .5s;
}

.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
    z-index: 2;
}

#check {
    display: none;
}
div.dataTables_wrapper div.dataTables_filter input { /*DTCOM*/
    width: 600px !important; /* !important kelimesi, ezilmeyen uygulaması zorunu css demek. Her koşulda uygulanacak*/
}

@media (max-width: 952px) {
    section {
        margin-top: 35px;
    }

    .menuHeader {
       
        height: 40px;
        width: 100%;
    }

    label.logo {
        color: white;
        font-size: 20px;
        line-height: 40px;
        padding: 0 10px;
        font-weight: bold;
    }

    .menuHeader ul li {
        display: inline-block;
        line-height: 40px;
        margin: 0 5px;
    }

        .menuHeader ul li a {
            font-size: 16px;
        }

    .checkbtn {
        font-size: 30px;
        color: white;
        float: right;
        line-height: 40px;
        margin-right: 40px;
        cursor: pointer;
        display: none;
    }
    div.dataTables_wrapper div.dataTables_filter input { /*DTCOM*/
        width: 400px !important; /* !important kelimesi, ezilmeyen uygulaması zorunu css demek. Her koşulda uygulanacak*/
    }
}

@media (max-width: 858px) {
    section {
        margin-top: 35px;
    }

    .checkbtn {
        display: block;
        font-size: 30px;
        color: white;
        float: right;
        line-height: 40px;
        margin-right: 40px;
        cursor: pointer;
       
    }

    .menuHeader {
        background: #FFC312;
        height: 40px;
        width: 100%;
        z-index: 4;
    }

    label.logo {
        color: white;
        font-size: 25px;
        line-height: 40px;
        padding: 0 10px;
        font-weight: bold;
       
    }

    .menuListItems {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 40px;
        left: -100%;
        text-align: center;
        transition: all .5s;
       
    }

    .menuHeader ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    nav ul li a {
        font-size: 20px;
    }

    a:hover, a.active {
        background: none;
        color: #0082e6;
    }

    #check:checked ~ ul {
        left: 0;
    }

    div.dataTables_wrapper div.dataTables_filter input { /*DTCOM*/
        width: 250px !important; /* !important kelimesi, ezilmeyen uygulaması zorunu css demek. Her koşulda uygulanacak*/
    }
    
}

section {
    /* background: url(bg1.jpg) no-repeat;*/
    background-size: cover;
    height: calc(100vh - 80px);
}

