﻿body {


}



.CNFGozlemler {
    padding: 45px 0px;
}


.CNGozlemler {
    
}

.DVGozlemlerListe:first-child {
    border-right: none;
}

.DVGozlemlerListe {
    margin-right: 25px;
}

    .DVGozlemlerListe .row{
        padding:10px 5px;
    }

    .DVGozlemYeri {
        border-right: none;padding-left:5px;
    }

    .DVGozlemYeri a {
        text-decoration: none;
        display: block;
        color: #e9e9e9;font-size:12px;font-weight:500;
    }

.DVGozlemTarihVeZamani{

}

    .DVGozlemTarihVeZamani span {
        display: inline-block;
        color: #808080;
        font-size: 12px;
        font-weight: 500;
        margin-right:10px;
    }

    .DVGozlemTarihVeZamani a {
        text-decoration: none;
        display: inline-block;
        color: #e9e9e9;
        font-size: 12px;
        font-weight: 500;
    }


.DVGozlemSecimBtn{
    padding:6px 4px;
}

.DVGozlemSecimBtn input[type=button]{

    border:none;
    font-size:14px;color:#e9e9e9;
    font-weight:600;
    background-color:transparent;
}

hr {
    margin: 1rem 0;
    color: #808080;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}


.GMobilAppdan {
    background-image: url('../images/gozlem-mobil-appdan.png');
    background-position: center center;
    width: 14px;
    height: 24px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left:5px;
}


.DVInputs {
    padding: 10px 10px;
}


    .DVInputs select {
        width: 100%;
        height: 30px;
        border: none;
        font-size: 12px;
        padding-left: 8px;
        /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/

        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23929292;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cpath class='st0' d='M7,10l5,5l5-5H7z'/%3E%3Cpath class='st1' d='M0,0h24v24H0V0z'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position-x: 100%;
        background-position-y: 0px;
        border: 1px solid #929292;
        max-width: 250px;
        display: block;
        background-color: #3e3e3d;
        border: none;
        color: #ffffff;
    }

        .DVInputs select:focus {
            outline: none;
        }

    .DVInputs label {
        font-size: 13px;
        color: #636363;
        font-weight: 500;
        display: inline-block;
    }

.btnUygula {
    border: none;
    background-color: #515151;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    max-width:150px;padding:6px 10px;
}

    .btnUygula:hover {
        background-color: #373737;
    }

@media (min-width:1200px){
    .DVGozlemYeri {
        border-right: 1px solid #808080;
        padding-left: 5px;
    }

    .DVGozlemlerListe:first-child {
        border-right: 1px solid #494646;
    }
}