body .container_light {
    background:transparent url("../img/christmas-lights.png") repeat-x !important;
    background-position-y: 100px;
    height: 40px;
}


.border-red {
    background-color:#DA4F49 !important;
    color:#fff !important;
}
.navbar-inverse .navbar-inner {
    background-color: #55378c !important;
}

.navbar-inverse .navbar-inner , .btn-info {
    color:#FFF !important;
    background-color: #55378c !important;
    background-image: -moz-linear-gradient(top, #55378c, #55378c) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#55378c), to(#55378c)) !important;
    background-image: -webkit-linear-gradient(top, #55378c, #55378c) !important;
    background-image: -o-linear-gradient(top, #55378c, #55378c) !important;
    background-image: linear-gradient(to bottom, #55378c, #55378c) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55378c', endColorstr='#55378c', GradientType=0) !important;
    *background-color: #55378c !important;
}

.navbar-inverse .brand, .navbar-inverse .nav>li>a { color: #FFF !important;}
.navbar-inverse .brand, .navbar-inverse .nav>li>a { color: #FFF !important;}

.border-green {
    background-color:#5BB75B !important;
    color:#fff !important;
}

.table tbody tr.has_avans>td {
    background-color: red !important;
    color: #FFF !important;
}

.popup {
    position: absolute;
    display: none;
    width: 420px;

    padding: 40px 80px;
    -moz-box-shadow: 0 0 5px #e8e8e8;
    -webkit-box-shadow: 0 0 5px #e8e8e8;
    box-shadow: 0 0 5px #e8e8e8;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}



.popup img {
    margin: auto;
}

.separator_line {
    width: 100%;
    height: 1px;
    background-color: #0088cc;
    font-size: 0px;
    padding: 0px;
}

.add_customer {
    background-image: url("../img/add_customer.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

.new_address {
    background-image: url("../img/new_address.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

.edit_address {
    background-image: url("../img/edit_address.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

.add_product {
    background-image: url("../img/add_product.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

.up_arrow {
    background-image: url("../img/up_arrow.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin: 3px 0px 0px 5px;
}

.down_arrow {
    background-image: url("../img/down_arrow.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin: 3px 0px 0px 5px;
}

.success_box {
    width: 300px;
    border: solid 1px #32cd32;
    background-color: #E6FFE6;
}

.success_div {
    font-size: 22px;
    margin: auto;
    text-align: center;
}

.red_text {
    color: #ff0000;
}

.orange_text {
    color: #FF9100;
}

.bundle {
    text-decoration: none;
    color: #4BA4D1;
}

.bundle_products {
    padding-left: 25px;
    border-bottom: solid 1px #FA8620;

    font-size: 14px;
    color: #FA8620;
}

.font16 {
    font-size: 16px;
}

.link {
    cursor: pointer;
    text-decoration: none;
}

.link:hover {
    color: #5ED1F2;
    text-decoration: underline;
}

.total, .discount {
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
}

.discount {
    color: #FA8620;
}

.space_80 {
    width: 100%;
    height: 80px;
}
tr.table-striped td{
    background-color: #f9f9f9;
}