/*!
 * Avocado Panel Theme
 *
 * Theme: Avocado
 *
 * Copyright 2013 Lychee Designs
 * 
 *
 */

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
.navbar-inverse .nav .dropdown-menu .active > a,
.navbar-inverse .nav .dropdown-menu .active > a:hover, 
.navbar-inverse .nav .dropdown-menu .active > a:focus {
	background-color:#72914C;
}
.notice-alert{
    font-weight: bold;
    color: #F00;
}
#bg-overlay {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1100;   
    cursor: pointer;

}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	margin-left: -32px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

.preloader.home-preloader div {
    width: 64px;
    height: 64px;
    margin: 0px auto 0 auto;
    background: url(../../img/home-loaders.svg) left top no-repeat transparent
}
.preloader.home-preloader.p-810 div {
    background-position: 0 0;
    animation: spinner_rotate 1s linear infinite
}


@keyframes spinner_rotate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.page_style{
    text-align: center;
    padding: 15px 0px;
}
.page_style a{
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    margin: 0px 2px;
}
.page_style a:hover,.page_style a.active{
    background: #333;
    color: #FFF;
}



.table.list_customer > tbody > tr:hover > td{
    background: #333 !important;
    color: #FFF;
    cursor: pointer;
}
.table.list_customer tbody tr.active{
    color: #F00;
}
.table.list_customer tbody tr.active_ok{
    color: #41A618;
}
