﻿/*FZ Factory  Color 1: #6A8455  Color 2: #687E5A*/
.skin-blue .navbar {
    background-color: #687E5A !important;
}

a {
    color: #687E5A !important;
}

.bg-light-blue {
    background-color: #687E5A !important;
}

.alert-success {
    background-color: #ffff !important;
    border-color: #f9f9f9 !important;
    color: #f9f9f9 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #6A8455 !important;
    border-color: #687E5A !important;
}

    .btn-primary:hover {
        color: #fff !important;
    }

    .btn-primary .a, .dropdown a {
        color: #fff !important;
    }

.box.box-primary {
    border-top-color: #687E5A !important;
}

.skin-blue .logo {
    background-color: #6A8455 !important;
    color: #f9f9f9 !important;
}

.text-info {
    color: #6A8455 !important;
}

.btn.btn-danger {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}



#SearchResult::-webkit-scrollbar {
    width: 10px !important;
    height: 5px !important;
    background-color: #6A8455 !important;
}


#SearchResult::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
    background-color: #6A8455 !important;
}

.bg-red {
    background-color: #6A8455 !important;
    color: #fff !important;
}

.btn.btn-default {
    color: #000000 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff !important;
    background-color: #6A8455 !important;
    border-color: #6A8455 !important;
    cursor: default !important;
}

.text-primary {
    color: #6A8455 !important;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #6A8455 !important;
}

.fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_active .ajax__tab_tab {
    color: #fff !important;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    background: #687E5A !important;
}