﻿.navbar-brand:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media screen and (min-width:768px) {
    .navbar-brand:hover, .navbar-nav > li:hover {
        background: #B2ED00;
        background: -webkit-linear-gradient(#B2ED00, #6A8C03);
        background: -o-linear-gradient(#B2ED00, #6A8C03);
        background: -moz-linear-gradient(#B2ED00, #6A8C03);
        background: linear-gradient(#B2ED00, #6A8C03);
        color: white !important;
    }

    .navbar-nav > li > a:hover {
        color: #ffffff !important;
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-color: #6A8C03;
        background-image: -webkit-linear-gradient(top,#B2ED00 0,#6A8C03 100%);
        background-image: -o-linear-gradient(top,#B2ED00 0,#6A8C03 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#B2ED00),to(#6A8C03));
        background-image: linear-gradient(to bottom,#B2ED00 0,#6A8C03 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
        background-repeat: repeat-x;
        color: white;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
        background-image: -webkit-linear-gradient(top,#B2ED00 0,#6A8C03 100%);
        background-image: -o-linear-gradient(top,#B2ED00 0,#6A8C03 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#B2ED00),to(#6A8C03));
        background-image: linear-gradient(to bottom,#B2ED00 0,#6A8C03 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
        box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    }

        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
            color: #FFFEFE;
            background-color: #e7e7e7;
        }

    #dvMenuV2 .navbar-nav > li {
        border-left: 1px solid #D2D2D2;
    }

        #dvMenuV2 .navbar-nav > li:last-child {
            border-left: none;
        }
}

@media screen and (max-width:767px) { /*Mobil*/
    .navbar-brand:hover {
        background: #B2ED00;
        background: -webkit-linear-gradient(#B2ED00, #6A8C03);
        background: -o-linear-gradient(#B2ED00, #6A8C03);
        background: -moz-linear-gradient(#B2ED00, #6A8C03);
        background: linear-gradient(#B2ED00, #6A8C03);
        color: white !important;
    }
}

#Menu2_PnrAraMenu {
    background: #FFA80A; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FFA80A, #DE8E4B); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFA80A, #DE8E4B); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFA80A, #DE8E4B); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFA80A, #DE8E4B); /* Standard syntax */
    color: white !important;
}

    #Menu2_PnrAraMenu:hover {
        background: #DE8E4B; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#DE8E4B, #FFA80A); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#DE8E4B, #FFA80A); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#DE8E4B, #FFA80A); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#DE8E4B, #FFA80A); /* Standard syntax */
    }

.divDilSecimi:hover {
    background: none !important;
}

#dvMenuV2 .navbar-default {
    background-color: #f8f8f8;
    border-color: #D2D2D2;
    border-width: 6px;
    border-radius: 15px !important;
}



/*NOT : MENU TOGGLE İŞLEMİ FOOTERV3.CSS DE YAPILMIŞTIR.*/


