/*.nav > li:hover{
	border-bottom:1px solid #0088cc;
	border-top:1px solid #0088cc;
}

.nav-expanded
{
	border-bottom:0 !important;
}
.nav-expanded > a{
	border-bottom:1px solid #0088cc;
} */
.nav-children li a:hover {
    background-color: #21262d !important;
}

.dropdown-menu > li > a {
    width: 100%;
    text-align: left;
}
/*
Data Table Şekilleri
*/
/*.dataTables_paginate > ul.pagination > li > a {
    color: red;
}

.dataTables_paginate > ul.pagination > li.active > a {
    background-color: green;
}

.panel-actions a.btn {
    width: 100%;
    height: 100%;
}

.hesapAdi {
    margin: 0;
    color: #333;
}*/
/* .modal-block-primary .fa 
{
	color:#fff !important;
} */
/* LOGO */
header .logo {
    float: left;
    margin: 5px 0 0 15px !important;
}

    header .logo img {
        height: 50px;
    }

@media screen and (max-width: 991px) {
    .menuBaslik {
        background: #e1e1e1;
        color: #666;
        cursor: pointer;
        line-height: 1.2em;
        margin: .4em;
        padding: 1em;
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        font-weight: 700;
        font-size: 17px;
    }

    .xbtn {
        display: block !important;
        width: 100%;
        padding: 12px 12px;
        color: #fff !important;
        text-align: center;
    }

    .xbtn-success {
        background-color: #5cb85c;
    }

    .xbtn-warning {
        background-color: #efa740;
    }

    .xbtn-danger {
        background-color: #d2322d;
    }
}

@media screen and (min-width: 992px) {
    .menuBaslik {
        font-weight: 700;
        font-size: 17px;
    }

    .xbtnspan {
        display: none;
    }
}

/* Ufak Formların fixed kalması */
.fix {
    position: relative;
}

@media (min-width: 768px) {
    .fixcontent {
        position: fixed;
    }
}

/*Widgets*/
.bg-cool {
    background-color: #1d2a2b;
    color: #fff;
}

    .bg-cool .widget-summary .summary-icon {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .bg-cool .widget-summary .summary .title, .bg-cool .widget-summary .summary .amount {
        color: #FFF;
    }

    .bg-cool .widget-summary .summary-footer a {
        color: #FFF;
        opacity: 0.6;
    }
/*Custom Buttons*/
.btn-teal {
    background-color: #00796b;
    border-color: #00796b;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-quaternary {
    background-color: #734BA9;
    color: #fff;
    border-color: #734BA9;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-quaternary:hover {
        background-color: #7854ab;
        border-color: #7854ab !important;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }
    .btn-quaternary:active,
    .btn-quaternary:focus {
        background-color: #3b235c;
        border-color: #3b235c !important;
        color:#fff;
    }
    .btn-quaternary[disabled] {
        border-color: #7951b0;
        background-color: #7951b0 !important;
    }

.panel-horizontal-right .panel-heading {
    border-radius: 0 5px 5px 0;
}