/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-4-9, 13:44:44
    Author     : Administrator
*/
.alert {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}


.tooltip-inner, tooltip-arrow {

    background-color: #EA4E4B;
}
.tooltip.right .tooltip-arrow{

    border-right-color: #EA4E4B;
}
.tooltip.bottom .tooltip-arrow {

    border-bottom-color: #EA4E4B;
}
.table > tbody + tbody{

    border-top: 0px;
}
.ellipsis{
    width: 150px;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
}
.csgo-img-bg{
    background: url("../images/item-bg.jpg") center 0 no-repeat !important;
    background-size: 109% !important;
    /*display: block;*/
}


.filter-cat-content a{
    display: inline-block;
    padding: 3px 5px;
}

#content .sale-item-table th{
    padding: 10px 10px;
}
#content .sale-item-table th:nth-child(1),#content .sale-item-table th:nth-child(2){
    text-align: left;
}
.coupon{
    border: 1px solid #f1f1f1;
    height: 30px;
    width: auto;
    padding: 5px;
    margin: 2px;
}
.control-label{
    font-weight: normal;
}

.modal-dialog {
    display: table;
    height: 100%;
    padding: 10px 0;
    margin: 0 auto;
    width: auto;
}
.modal-header {
    padding: 12px 10px;
    border-bottom: 1px solid #696f87;
}
.modal-title{
    font-size: 14px;
    color: #ffffff;
}
.modal-middle {
    display: table-cell;
    vertical-align: middle;
}

.modal-body{
    min-height: 100px;
    min-width: 450px;
}
.modal-body-confirm{
    display: table-cell;
    vertical-align: middle;
    height: 150px;
}
.modal-detail {
    width: 600px;
}

.modal-account {
    width: 460px;
}
.modal-content {
    background-color: #384050;
    border: 1px solid #696f87;
    border-radius: 0;
}
td.empty{
    height: 50px;
    line-height: 50px;
    color: #999;
}
.ajax-loading{
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-top: 10px;
    display: block;
}
span.empty{
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-top: 10px;
    display: block;
    text-align: center;
}
#gateway input, #gateway label {
    margin-top: 4px;
    padding-top: 2px;
    padding-right:5px;
    padding-left:5px;
    float: left;
}
.popover{
    background-color: #282E3E;
}
.popover-content{
    padding: 0px;
}
.popover.right > .arrow:after {
    border-right-color: #283049;
}
#iframe-dailog-modal .modal-body{
    min-width: 550px
}

.panel{
    background-color: transparent;
    margin-bottom: 10px;
    border-radius: 0;
}

.csgo-nav .rm-top-menu{
    background: none;
}
.ui-widget-content{
    border: none;
    background: none;
}
.ui-widget-content li.ui-state-focus{
    border:none;
}
.swiper-pagination-bullet{
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #999999;
 }
.swiper-pagination-bullet-active{
    background: #e4b35a;
}