﻿/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
/*.smart-form {
    .input {
        input {
            padding: 4px 10px !important;
        }
    }
}*/
/* SmartForm Bootstrap Validation */
#extr-page h4.paragraph-header {
  width: auto;
}
#extr-page .smart-form .alert {
  margin: 4px;
}
#extr-page .smart-form .alert li {
  margin-left: 14px;
  list-style: none;
}
#extr-page .smart-form .alert li:before {
  content: "\f071";
  font-family: FontAwesome;
  position: absolute;
  left: 14px;
}
#extr-page .smart-form div + fieldset {
  padding-top: 15px;
}

#logo{
    margin-top: 5px !important;
    margin-left: 5px !important;
}
#logo img{
    max-height: 50px !important;
    max-width: 47px !important;
}
.row-bordered:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  margin: 0 15px;
}
.background-none{
    background: none !important;
}
.padding-bottom-10{
    padding-bottom:10px;
}
/* ======= For bootstrap modal dialog ============ */
@media screen and (min-width: 768px){
   .modal-width-1000{
       width: 1000px !important;
   }
   .modal-width-900{
       width: 900px !important;
   }
}
/* ================================================ */
.numberalignright{
    text-align: right;
}
/* BEGIN : ===== Order Product Page */

#order-product-in-cart{
}

    #order-product-in-cart .product-container,
    #order-product-in-cart .product-summary,
    #order-product-in-cart .scg-deliver-box
    {
        background-color : #fff;
        border : 1px solid #ddd;
        border-radius : 5px;
    }

        #order-product-in-cart .product-container #ddlProductShipmentType
        {
            width : 200px;
            max-width : 100%;
        }

        #order-product-in-cart .calendar-icon
        {
            cursor : pointer;
        }

        #order-product-in-cart .product-container div.image img
        {
            max-height : 175px;
        }

    #order-product-in-cart .product-item
    {
        padding-bottom : 15px;
        margin-bottom : 15px;
        border-bottom : 1px solid #ddd;
    }

    #order-product-in-cart .product-item .fa-trash-o
    {
        color : #f00;
    }

    #order-product-in-cart .product-item:last-child
    {
        border : none;
    }

    #order-product-in-cart .product-item .item-name
    {
        font-size : 1.6em;
        font-weight: bold;
    }

    #order-product-in-cart i.product-promo-info 
    {
        margin-left: 5px;
        color: #aaa;
        cursor: pointer;
    }

    #order-product-in-cart div.product-promo-info 
    {
        background-image: url('../../Content/Image/cart_pro.png');
        display:inline-block;
        width: 64px;
        height: 27px; 
        margin-left: 5px;
        cursor: pointer;
    }

    #order-product-in-cart .product-item .lblItemPrice,
    #order-product-in-cart .product-item .lblItemPrice-freegoods,
    #order-product-in-cart .product-item .lblItemNetPrice,
    #order-product-in-cart .product-item .lblPromotionDiscount,
    #order-product-in-cart .product-item .lblTotalNetItemPrice,
    #order-product-in-cart .product-item .lblTotalItemDiscount,
    #order-product-in-cart #lblTotalIncVat
    {
        font-size : 1.1em;
        font-weight : bold;
    }

    #order-product-in-cart .product-item .lblPromotionDiscount,
    #order-product-in-cart .product-item .lblTotalNetItemPrice,
    #order-product-in-cart .product-item .lblTotalItemDiscount
    {
        color : #f00;
    }

    .freegoodsText
    {
        font-size: 1.6em;
        font-weight : bold;
        color : #f00;
    }

    #order-product-in-cart #btnRemoveProducts i
    {
        color : #e2231f;
    }

/* END : ===== Order Product Page */
.succeed,
.succeed i
{
    color : #36d134;
}

.failed,
.failed i
{
    color : red;
}

.pending,
.pending i
{
    color : darkorange;
}

.processing,
.processing i
{
    color : blue;
}
.image-item{
    width:100px;
    height:100px;
    float:left;
    margin-right: 15px;
}
.image-item img{
    max-height:100%;
    margin:auto;
    /*cursor: pointer;*/
}
.mb{
    margin-top:10px;
}

input:read-only, textarea:read-only 
{
    background-color: #e4e4e4 !important;
}

p:read-only {
    background-color: #e4e4e4 !important;
}

