﻿body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.div_body {
    margin: 0;
    padding: 0;
    background-image: url('../image/desen.png');
    /*background-color: rgba(0, 3, 71, 0.8);*/
    background-color: #424242;
    background-size: 125px;
}

.div_ana {
    background-color: #fff;
    display: flex;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 80%;
    min-height: 100vh;
    border: 0px solid #ddd;
    z-index: 1;
}

.div_sol {
    background-color: #343a40;
    display: inline-block;
    width: 20%;
    padding: 0;
    z-index: 1;
}

.div_sol_header {
    display: flex;
    height: 60px;
    border-bottom: 1px solid #ddd;
    background-color: #343a40;
    padding: 5px 10px 10px 10px;
    box-sizing: border-box;
}

    .div_sol_header .logo img {
        width: auto;
        height: 45px;
    }

    .div_sol_header .otomasyon_baslik {
        vertical-align: middle;
        width: 100%;
        height: 100%;
    }

        .div_sol_header .otomasyon_baslik a {
            font-size: 1.6em;
            color: #fff;
            height: 40px;
            line-height: 40px;
            margin: auto 10px;
            display: block;
        }

.div_sol_body {
    background-color: #343a40;
}

.btn_menu_kapat {
    color: #fff;
    display: none;
}

    .btn_menu_kapat i {
        color: #fff;
        font-size: 3em;
    }

.div_sol_body .sol_menu {
    width: 100%;
    margin: auto auto;
    display: block;
}

    .div_sol_body .sol_menu ul {
    }

        .div_sol_body .sol_menu ul li {
            margin: auto auto;
            width: 95%;
            display: block;
            /*border-bottom: 1px solid #655e5e;*/
            border-bottom: 1px solid #424242;
        }

            .div_sol_body .sol_menu ul li:last-child {
                border-bottom: 0px solid #655e5e;
            }
            .div_sol_body .sol_menu ul li:nth-child(3), .div_sol_body .sol_menu ul li:nth-child(4) {
                border-bottom: 0px solid #655e5e;
            }
            .div_sol_body .sol_menu ul li:nth-child(4) {
                background-color: #ffffff10;
                width: 100%;
                height:5px;
            }

            .div_sol_body .sol_menu ul li a {
                display: block;
                padding: 9px 10px;
                box-sizing: border-box;
                color: #ddd;
                font-size: 1.2em;
                line-height: 15px;
            }

                .div_sol_body .sol_menu ul li a:hover {
                    color: #ddd;
                    background-color: #a10505;
                }

                .div_sol_body .sol_menu ul li a i {
                    line-height: 15px;
                }



.div_sag {
    display: inline-block;
    width: 80%;
    padding: 0;
    background-color: #fff;
    z-index: 1;
}

.div_sag_header {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ddd;
    background-color: #ffffff;
    padding: 10px 10px;
    box-sizing: border-box;
    display: flex;
}

    .div_sag_header .menu_goster_gizle {
        width: 50px;
    }

        .div_sag_header .menu_goster_gizle i {
            font-size: 3em !important;
        }

    .div_sag_header .ara_div {
        width: calc(100% - 50px);
    }

        .div_sag_header .ara_div input[type=text] {
            width: calc(100% - 80px);
            padding: 12px 16px;
            box-sizing: border-box;
            font-size: 16px;
            font-family: sans-serif;
            color: #333333;
            background-color: #f9f9f9;
            border: 1px solid #cccccc;
            box-sizing: border-box;
            outline: none;
            transition: all 0.3s ease;
        }

        .div_sag_header .ara_div input::placeholder,
        textarea::placeholder {
            color: #424242;
            opacity: 0.7;
        }

    .div_sag_header .btn_ara {
        height: 41px !important;
        margin: -5px 0 0 -5px !important;
        padding: 0 20px !important;
    }

        .div_sag_header .btn_ara i {
            font-size: 2.1em;
            line-height: 41px !important;
        }

.div_sag_body {
    width: 100%;
    background-color: #f4f6f9;
    min-height: calc(100vh - 87px);
    height: calc(100vh - 87px);
    height: auto;
}

    .div_sag_body .div_sag_body_govde {
        width: 97%;
        display: block;
        margin: auto auto;
    }

        .div_sag_body .div_sag_body_govde .sayfa_baslik {
            font-size: 2em;
            margin-top: 10px;
        }

        .div_sag_body .div_sag_body_govde .sayfa_govde {
        }

.telif {
    display: block;
    background-color: #f4f6f9;
    text-align: center;
}

    .telif p {
        margin: auto auto;
        padding: 5px 0;
        background-color: #424242;
        color: #fff;
        text-align: center;
        font-size: 0.6em !important;
    }

.ara_boya {
    background-color: #ff0;
    color: #000;
}

.tbl_alt {
    width: 95% !important;
    margin: 10px auto !important;
    font-size: 0.8em;
}

    .tbl_alt tr:nth-child(even) {
        background-color: #f2f2f2;
    }

.tanitim {
    margin-top: -30px;
    text-align: justify;
    display: block;
}

    .tanitim h1 {
        font-size: 2em;
        font-weight: bold;
        display: block;
    }

    .tanitim h3 {
        font-size: 1.3em;
        font-weight: bold;
        display: block;
    }

    .tanitim p {
        font-size: 1.1em;
        text-align: justify;
        margin-bottom: 30px !important;
        display: block;
    }

.tbl_sayisal_veriler {
    width: 100% !important;
    font-size: 1em;
}

    .tbl_sayisal_veriler tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .tbl_sayisal_veriler th {
        padding: 5px 5px;
    }

    .tbl_sayisal_veriler td {
        padding: 5px 5px;
    }

.sayisal_veriler {
}
    .sayisal_veriler a {
        color: #424242;
        background-color: #fff;
    }
        .sayisal_veriler a:hover {
            color: #ddd;
            background-color: #a10505 !important;
        }

    .sayisal_veriler .card {
        border-radius:3px;
        margin:5px 5px;
        padding:0 !important;
    }
    .sayisal_veriler .card .card-content {       
        padding:10px 5px !important;
    }
    .sayisal_veriler a:hover .card {
        color: #ddd;
        background-color: #a10505 !important;
    }

    .sayisal_veriler .sayisal_veriler_baslik {
        display: block;
        text-align: center;        
        font-size: 1.3em;
    }

    .sayisal_veriler .sayisal_veriler_sayi {       
        display: block;
        text-align: center;
        font-size: 1.5em;
    }

.arama_paneli .card {
    background-color: #343a40;
    padding: 2px 2px !important;
    border-radius: 3px;
    margin: 3px 3px !important;
}
    .arama_paneli .card .card-content {
        background-color: #fbefaf;
        padding: 10px 10px 5px 10px !important;
        margin: 0px !important;
    }
    .arama_paneli .card .card-title {        
        padding: 0px 0px 5px 0px !important;
        margin: 0px !important;
    }
.arama_paneli .row {
    padding: 0px 0px !important;
    margin: 0px 0px !important;
}
.arama_paneli .col {
    padding: 0px 0px !important;
    margin: 0px 0px !important;
}

.arama_paneli input[type=text] {
    width: 100%;
    padding: 12px 16px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: sans-serif;
    color: #333333;
    background-color: #f9f9f9;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;
    transition: all 0.3s ease;
}

.arama_paneli input::placeholder,
textarea::placeholder {
    color: #424242;
    opacity: 0.7;
}

.arama_paneli .btn_ara {
    height: 41px !important;
    margin: -5px 0 0 -5px !important;
    padding: 0 20px !important;
}

    .arama_paneli .btn_ara i {
        font-size: 2.1em;
        line-height: 41px !important;
    }

.pnl_sonuc {
}
.pnl_sonuc select{
    height:30px !important;
}
    .pnl_sonuc tr {
        padding: 0 !important;
    }
    .pnl_sonuc td {
        padding: 7px 5px !important;
    }
    /*.pnl_sonuc td i{
        height:20px;
        line-height:20px;
        font-size:20px;
        padding:0;
        margin:0
    }*/



.mbs_banner {
}
    .mbs_banner img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 3px;
        opacity:0.7;
    }



    /*    MOBİL*/
    @media only screen and (min-width: 1px) and (max-width: 1000px) {
        .div_ana {
        display: flex;
        width: 100%;
        min-height: 100vh;
    }

    .div_sol {
        display: none;
    }

    .div_sag {
        width: 100%;
    }
}
