/*!
 * 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;
   font-size: 12px;
    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_duyet{
    color: #e67e22;
}
.table.list_customer tbody tr.active_ok{
    color: #41a618;
}
.table.list_customer tbody tr.active_wait{
    color: #2980b9;
}
.table.list_customer tbody tr.banned_box{
    background: #ffcccb;
}
#list_log, #info_detail_mail, #info_detail{
    width: 900px;
    margin-left: -450px;
}
#info_detail_mail{
    z-index: 1051;
}
#list_log .modal-body, #info_detail .modal-body{
    overflow-y: scroll;
    }
#info_detail .form-horizontal .control-label{
    padding-top: 0px;
}
#info_detail .form-horizontal .controls{
    margin-left: 160px;
    word-break: break-all;
}
.modal-footer .btn{
    min-width: 50px;
}
#info_detail .cb_sendcustomer{
    margin: 0px;
}
#info_detail  .input-block-level{
    margin: 5px 0px 0px;
    width: 340px;
    display: block;
}
.page_style .txt_search_username{
    margin-bottom: 0px;
}
#csweb_goihost_fillter, #csweb_status_fillter, #mucdich_fillter,#status_fillter,#status_open_fillter,#status_updatehost_fillter,#status_blacklisthost_fillter,input[type="text"].txt_search_keyword, #get_list_updatehost, #get_list_blacklisthost,.fr_mt {
    float: right;
    margin-top: 6px;
    box-shadow: none;
}

#csweb_goihost_fillter, #status_fillter,#status_open_fillter,#status_updatehost_fillter,#status_blacklisthost_fillter, .txt_search_keyword, #get_list_updatehost, #get_list_blacklisthost{
    margin-right: 5px;
}
#btn_action_export{
    padding: 4px 10px;
    color: #FFF;
    border: 1px solid #cecece;
    margin-bottom: 10px;
}
.btn_index {
    margin-left: 5px;
    padding: 0 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background: #66cc66;
    color: #FFF;
    font-size: 11px;
    line-height: 16px;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
}
.btn_noindex {
    margin-left: 5px;
    padding: 0 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background: #F00;
    color: #FFF;
    font-size: 11px;
    line-height: 16px;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
}
.btn_disclick {
    pointer-events: none!important;
    opacity: 0.5;
}
.update_chiahost {
    position: relative;
    margin-left: 30px;
    line-height: 16px;
    padding: 2px 5px;
    background:#009933;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.update_chiahost > span {
    position: absolute;
    width: 14px;
    height: 14px;
    font-size: 10px;
    color: #FFF;
    background: #F00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    text-align: center;
}
a.blue-link i{
    color: #0381b3;
    font-size: 13px;
    font-weight: bold;
}
a.blue-link:hover i {
    color: #054c68;
}  
.detail_info_user{
    margin: 0px !important;
}
.ct-animate-blink {
    animation: blink 1s infinite;
    animation-fill-mode: both;
    }
 
 @keyframes blink {
    0% { opacity: 0 }
    50% { opacity: 1 }
    100% { opacity: 0 }
    }
 