#mns
{
 text-shadow:none;
}

#mns h1, #mns h2, #mns h3,
#mns h4, #mns h5, #mns h6
{
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Arial,Helvetica,sans-serif !important;
}

#mns .medium-width
{
    width: 50%;
}

#mns h2
{
	font-size:24px;
}

#mns .padding-5px
{
    padding: 5px;
}

#mns input[type="reset"],
#mns input[type="submit"],
#mns input[type="button"],
#mns button {
	height:auto;
	line-height:auto;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
}

#mns .error_list
{
    color: red;
}

#mns .block-controls
{
    min-height: 30px;
}

#mns a.button:hover
{
    text-decoration: none;
}

#mns .block-content.order-form {
    padding-top:1em;
}

#mns .order-form fieldset
{
    padding: 5px 0 0 0 !important;
    margin-top:5px;
    padding-top:5px;
}

#mns .form-fieldset .size_form,
#mns .form-fieldset p
{
    margin: 0em 1.667em 0em;
    padding-bottom: 0px !important;
}

#mns fieldset#form {
    margin-top:25px;
}

#mns .form-fieldset p.one-line-input{
    margin: 1em 1.667em 1em;
    padding-bottom: 8px !important;
}

#mns .grey-bg label,
#modal .grey-bg label
{
    margin: 0 !important;
}

#mns .informations-field {
    background-color: #fffdcd;
    margin: 0 !important;
    padding: 1em 1.667em 1.667em;
}

#mns .order-form fieldset legend{
    margin-left: 5px;
}

#mns .order-form .ms-container{
    margin: 0.5em 0.4em 0.8em;
    text-align: center;
}

#mns .more-views
{
    margin: 5px !important;
    width: 200px;

    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
}

#mns #calculation-simplest .total-label,
#mns .order_total.cal_label,
#modal .order_total.cal_label
{
    text-transform: uppercase;
}

#mns #calculation-simplest {
    font-weight: 200;
    text-align: right;
}
#mns #calculation-simplest .total {
    font-size: 28px;
}
#mns #calculation-simplest .total-netto {
    font-size: 20px;
    text-transform: lowercase;
}

#mns .separator {
    margin: 15px -19px;
    border-top: 1px solid #404040;
}

/* order form */
#mns p.size_form label
{
    width: 90px;
    float: left;
}

#mns p.size_form input
{
    width: 50px;
}

/* category view */
.block-border
{
    padding: 0.833em;
    border: 1px solid white;
    border-color: rgba(255, 255, 255, 0.75);
    background: url(/images/old-browsers-bg/white20.png);
    background: rgba(255, 255, 255, 0.2);
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    -webkit-background-clip: padding-box;
    border-radius: 0.8em;
    -moz-box-shadow: 0 0 15px rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);
    box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);
}

#mns .block_category
{
    margin: 1%;
}

#mns .block_category .block-content
{
    padding-left: 1em;
    padding-right: 1em;
}

#mns .block_category a:hover
{
    text-decoration: none;
}

#mns .block_category li
{
    width: 265px !important;
    height: 90px;
}

#mns .block-border li .photo
{
    width: 90px;
    height: 90px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    float:left;
}

#mns .block-border li .photo img
{
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#mns .block-border li .grid-name
{
    padding: 0;
    font-size: 1.4em !important;
}

#mns .block-border li .title
{
    font-size: 12px;
    font-weight: bold;
    color: #ACACAC;
    padding: 0;
}

#mns .block-border li .desc
{
    margin-left: 10px;
    width: 160px;
    float: left;
    padding-top: 20px;
    display:block;
}



/* calculation */
#mns .calculation-table,
#modal .calculation-table
{
    width: 100%;
    font-size: 15px;
}

#mns #calculation fieldset {
    padding-bottom: .7em;
}

#mns #calculation_navigation {
    text-align: right;
}

#mns #calculation_navigation button {
    margin-left: 1em;
}

#mns button.small, #mns .big-button.small {
    font-size: .95em;
}
#mns .big-button {
    font-weight: normal;
}

#mns .login-actions {
    text-align: right;
    padding-right: 6px;
}

#mns ul.registration {
    padding-left: 22px;
    list-style: disc;
    margin: 1em 0;
}

#mns #login .block-content {
    min-height: 140px;
}

#mns td,
#modal td,
#mns tr,
#modal tr,
#mns th,
#modal th {
	text-align:left;
	vertical-align: baseline;
	font-size:1em;
}


#mns .calculation-table td,
#modal .calculation-table td
{
    padding: 5px;
}

#mns .calculation-table tr.gray,
#modal .calculation-table tr.gray
{
    background-color: #d9d9d9;
}

#mns .calculation-table tr.big,
#modal .calculation-table tr.big
{
    font-size: 17px;
    font-weight: bold;
}

#mns .default_image img
{
    width: 400px;
    max-height: 400px;
}

#mns .new_image img
{
    max-height: 400px;
}

#mns #def_image img
{
    max-height: 400px;
    max-width: 400px;
}

#mns .products-grid li.item { float:left; width:190px; padding:12px 10px 15px; border: 1px solid #eeeeee; text-align: center;}
#mns .col3-layout .col-main { width:850px; margin-left:17px; }
#mns .products-grid .product-image { display:block; width:190px; height:165px; margin:0 0 10px; overflow: hidden; }
#mns .products-grid .product-image img{ width: 190px; }

#mns .products-grid .product_list_nophoto { background-image: url(/images/no-photo.gif); color: #000000; }

/* subnavigation */
#mns #sub-nav {
    text-align: left;
}
#mns #sub-nav ul > li {
    float: left;
}
#mns #sub-nav ul > li.current
{
    position: relative;
    top: 4px;
    margin-left: 1em;
    padding: 0px 5px;

    -moz-border-radius: 0.417em;
    -webkit-border-radius: 0.417em;
    -webkit-background-clip: padding-box;
    border-radius: 0.417em;

    text-transform: uppercase;
    -moz-box-shadow: 0 0 7px #000000;


    font-size: 0.833em;
    height: 3.1em;
    line-height: 3.1em;
    color: #333;

    -moz-box-shadow: none;

    background: #dadada url(/images/old-browsers-bg/subnav-current-bt-border-bg.png) repeat-x;
}

/* my account fixed tabs css - compatibility with style.css */
#mns ul.side-tabs li > a
{
    line-height: 12px;
    text-align: left !important;
    padding: 0.583em !important;
}

#mns .tabs-content
{
    min-height: 250px;
}

/* category list image */
#mns .category_list_image
{
    min-height: 137px;
    overflow: hidden;
    width: 160px;
    height:180px;
}

#mns .order_button_group {
    text-align: center;
}

#mns .order_button {
    display: inline-block;
    margin: 1em auto 0 auto;
    text-transform: uppercase;
    clear:both;
    min-width: 150px;
}

#mns .order_button button {
    width: 100%;
}

#mns .newTitleInput
{
    width: 520px;
    height: 35px;
    font-size: 2.5em;
    margin: 0px !important;
    border: none !important;
}

#mns .right { float:right !important; }
#mns .cart-total {width: 270px; padding: 10px; float: right; border: 1px solid #BEBCB7; background: #DEE5E8; text-align: right; margin-right: 5px;}
#mns .cart-total span {font-weight: bold}
#mns .cart-total h3 {font-weight: bold; font-size: 18px; margin-top: 20px}
#mns .cart-total .unavailable-info { font-style: italic; }

#mns #cart-sum-discount {
    font-style: italic;
}
#mns #cart-sum-discount span {
    font-weight: normal;
}

#mns table tbody tr.restriction,
#mns table tbody tr.unavailable-in-stock {
    outline: 2px solid rgba(255, 0, 0, 0.6);
}

#mns table tbody tr.restriction .restrict-message,
#mns table tbody tr.unavailable-in-stock .product-unavailable {
    color: #ff0000;
    font-style: italic;
    text-align: right;
}

#mns #summary-button-description {
    display: block;
    float: right;
}

#mns #cart-summary-description {
    float: right;
    margin-right: 10px;
    margin-top: 60px;
    text-align: right;
    width: 260px;
}

#mns .summary
{
    width: 100%;
    font-size: 14px;
}
#mns .summary .column-1
{
    color: #098bbf;
    width: 70%;
    padding: 10px 0;
}
#mns .summary .column-2
{
    width: 30%;
    text-align: right;

    padding: 10px 0;
}

#mns .summary .red
{
    color: red;
}
#mns .summary .total-price
{
    font-size: 16px;
    color: #098bbf;
    font-weight: bold;
}

#mns .summary .data
{
    color: #757474;
}

#mns .summary .space
{
    padding-top: 30px;
}

#mns .summary .border
{
    border-top: 1px solid black;
}

#mns .order-title, #mns  .step-title label
{
    color: #098bbf !important;
    font-size: 14px;
    font-weight: bold !important;
}

#mns .summary td
{
    vertical-align: middle !important;
}

#mns .payment-name
{
    font-weight: bold;
}
#mns .payment-desc
{
    font-size: 11px;
    margin-left: 15px;
    height: auto !important;
}

#mns .payment-desc p
{
    padding-bottom: 0px !important;
}

#mns .photo_info
{
    width:400px;
    display: block;
    margin: 0 auto;
    color: #666666;
    text-align: left;
}

#mns #registration-forms form, #mns #registration-type li, #mns #client-edit form, #mns #register-form-h span {
    display: none;
}

#mns #registration-forms form.active, #mns #registration-type li.active, #mns #client-edit form.active, #mns #register-form-h span.active {
    display: block;
}

#mns .register-table
{
    width: 100%;
}

#mns .register-table th
{
    width:170px;
}

#mns .login-table {
    width: 100%;
}

#mns .login-table th {
    width: 206px;
}

#mns .login-table td, #mns .register-table td, #mns .lost-table td
{
    padding: 3px;
}

/* preloader */
#mns #progressAndWait
{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    opacity: .5;
    filter: alpha(opacity = 50);
    background: black url('/images/refresh_progress.gif') center center no-repeat;
    overflow: hidden;
}

/* sub images gallery */
#mns .subNavImage
{
    display:block;
    float:left;
}

#mns .subNavImage img
{
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}

#mns .grid .custom-name
{
    line-height: 18px;
}

#mns .order-form select
{
    width:  190px;
}

#mns .wizard-link-container
{
    margin-bottom: 10px;
    text-align: right;
}

/******************** Add Wizard Button ********************/
#mns #addNewWizard {
    display: inline-block;
    border: 1px solid;
    border-color: #9a7ada #8254cb #76549c;
    background: #9b82d3 url(/images/old-browsers-bg/button-element-bg-purple.png) repeat-x left top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(
        top,
        white,
        #9b82d3 4%,
        #7448a5
    );
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(white),
        to(#8754c1),
        color-stop(0.03, #ae92ed)
    );
    -moz-border-radius: 0.333em;
    -webkit-border-radius: 0.333em;
    -webkit-background-clip: padding-box;
    border-radius: 0.333em;
    color: white;
    -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    font-size: 1.167em;
    padding: 0.286em 0.5em 0.357em;
    line-height: 1.429em;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
}

#mns #addNewWizard img {
    margin-right: .5em;
}

#mns #addNewWizard:hover
{
    border-color: #9a7ada #8254cb #76549c;
    background: #057fdb url(/images/old-browsers-bg/button-element-hover-bg-purple.png) repeat-x left top;
    background: -moz-linear-gradient(
        top,
        white,
        #ae92ed 4%,
        #8754c1
    );
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(white),
        to(#8754c1),
        color-stop(0.03, #ae92ed)
    );
}

#mns #addNewWizard:active
{
    border-color: #9a7ada #8254cb #76549c;
    background: #3dbfed url(/images/old-browsers-bg/button-element-active-bg.png) repeat-x top;
    background: -moz-linear-gradient(
        top,
        #bc9fff,
        #ab6af4
    );
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#bc9fff),
        to(#ab6af4)
    );
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#mns .wizard-files-hr
{
    margin: 10px 0;
}

#mns .wizard-opts button
{
    margin: 0;
}

.loader
{
    display: none;
    text-align: center !important;
    padding-bottom: 10px;
}

#mns #preview-loader img
{
    background: none;
    border: none;
    box-shadow: none;
}

#mns .prevSubImage, #mns .nextSubImage
{
    cursor: pointer;
}

#mns .notice-div
{
    font-style: italic;
    color: #3399CC;
}

#mns .notice-text
{
    width: 220px;
    height: 35px;
    display: none;
}

#mns .del_wiz,
#mns .del_item
{
    float: right;
}

#mns .wizard-opts
{
    float: right;
}

#mns #product-item-preview #attachedFiles .del_item
{
    display: none;
}

#mns .client-list-container
{
    min-width: 100px;
}

#mns .client-list-container li
{
    background: none;
    padding-left: 20px !important;
}

#mns .client-list-current-li
{
    background-image: url(/images/icons/fugue/tick-circle.png) !important;
    background-repeat: no-repeat !important;
}

#mns .table .image-td
{
    text-align: center;
}

/** Filter
------------------------*/

#mns ul.order-filter
{
    width: 130px !important;
}

#mns .menu-opener
{
    z-index: 100;
    margin-top: 4px;
    margin-right: 1em;
}

#mns .menu a
{
    text-align: left;

}

#mns .menu a:hover
{
    text-decoration: none;
}

#mns .menu .icon-star-active
{
    background-image: url(/images/icons/fugue/star-active.png);
}

#mns .menu .icon-star-inactive
{
    background-image: url(/images/icons/fugue/star-inactive.png);
}

#mns .menu .icon-calculator
{
    background-image: url(/images/icons/calculator.png);
}

#mns .menu .icon-all
{
    background-image: url(/images/icons/fugue/folder-open-document-text.png);
}

/* Favourite orders.
---------------------------------*/

#mns .favourite-order-span
{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    cursor: pointer;
}

#mns .favourite-order-inactive
{
    background-image: url("../images/icons/star_inactive.png");
}

#mns .favourite-order-active
{
    background-image: url("../images/icons/star_active.png");
}

#mns .favourite-order-loader
{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    cursor: pointer;
    background-image: url("../images/loader.gif") !important;
}

#mns .td-pointer
{
    cursor: pointer;
}

#mns .margin-bottom-none
{
    margin-bottom: 0 !important;
}

.margin-top-10px
{
    margin-top: 10px !important;
}

.margin-top-20px
{
    margin-top: 20px !important;
}

.margin-bottom-20px
{
    margin-bottom: 20px !important;
}

#mns #summary-prices
{
    margin-bottom: 0;
    background: #D1E5EF;
}

#mns #summary-prices th, #summary-prices td
{
    padding: 5px;
    text-align: center;
}

#mns #summary-prices th
{
    font-size: 14px;
}

#mns #summary-prices td h2
{
    color: #34A0D6;
}

#mns .color-black
{
    color: #000000;
}

#mns .info
{
    color: #000000;
    font-size: 11px;
}

.padding-bottom-20px
{
    padding-bottom: 20px !important;
}

.text-align-right
{
    text-align: right !important;
}

.no-margin-bottom
{
    margin-bottom: 0 !important;
}

.hidden
{
    display: none;
}

.error_list
{
    margin-bottom: 20px;
}

/** Delivery cart section.
 *----------------------------------*/

#mns .address-container-div > fieldset,
#mns .payment-container-div > fieldset
{
    min-height: 190px;
}

#mns .option-block-li
{
    width: 330px;
    display: block;
    float: left;
    margin: 15px 0 0 15px;
    padding: 0 0 0 15px !important;
}

#mns .option-block-li .option-block-input
{
    float: left;
}

#mns .option-block-li .option-block-label
{
    width: 237px;
    float: left;
    margin-left: 32px;
}

#mns .option-block-li .option-block-options
{
    float: left;
}

#mns .option-block-li .option-block-label span
{
    display: block;
}

#mns .option-block-li .option-block-input input
{
    margin: 0 !important;
}

#mns .option-block-li .option-block-label label
{
    line-height: 150%;
    font-weight: normal !important;
    cursor: pointer;
}

#mns .option-block-li .option-block-label label span.name-span
{
    font-size: 16px;
    font-weight: bold;
}

#mns .option-block-fieldset
{
    min-height: 60px;
    padding: 15px !important;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#mns #payment-list-fieldset .checkable-list
{
    width: 88%;
}

#mns .option-selected, #mns .option-block-fieldset:hover
{
    background: #D1E5EF;
}

#mns .text-container
{
    font-size: 16px;
    color: #000;
    margin-bottom: 23px;
    font-weight: bold;
    line-height: 1em;
}

#mns .big-text
{
    font-size: 30px;
}

#mns .data-container
{
    margin-top: 20px;
    padding-left: 80px;
}

#mns .delivery-content-loader
{
    display: none;
    text-align: center;
}

#mns .summary-form-loader-td
{
    display: none;
    vertical-align: bottom;
}

.modal-window h3
{
    display: block !important;
    height: 19px;
    color: #3399cc !important;
    font-size: 15px !important;
    line-height: 1.267em !important;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0 !important;
}

.modal-window h1
{
    font-weight: bold !important;
    letter-spacing: 0 !important;
}

#confirm-payment-choose, #confirm-delivery-choose
{
    display: none !important;
}

.filesRequired
{
	color:green;
	font-size: 18px;
	display:none;
	text-align: center;
}

#modal h1
{
	line-height:1em;
}

#mns .btn-submit
{
	width: auto;
}

/** Email calculation
 *---------------------------------*/

#form_send input, #form_send textarea
{
    width: 100%;
}

#email_calculation_textarea
{
    height: 250px;
}

.calculation-email-loader
{
    display: none;
    text-align: center !important;
    padding-bottom: 10px;
}

#mns .cal_value {
    width: 35%;
    text-align: right;
}

#mns .cal_desc {
    word-break: keep-all;
}

#mns .cal_desc dd, #mns .cal_desc dt {
    display: inline;
}

#mns #summary-checkout-form .carrier-description,
#mns #summary-checkout-form .error {
    display: none;
}

#mns .summary_price

.summary-coupon, #coupon
{
    text-align: center;
}

.coupon-error
{
	text-align: center;
	color: red;
}

.client-menu a
{
	display: inline !important;
}

.client-menu a.edit
{
    margin: 0 !important;
    padding: 0px !important;
}

#wizardInfo #wizard-button-container
{
	text-align: center;
}

#mns #dialog-create-client, #mns #dialog-edit-client
{
    display:none;
}

#mns .person-icon
{
	background-image: url("../images/icons/web-app/48/User.png") !important;
}

#mns .block-content h1 > a, #mns .block-content .h1 > a
{
    display: block !important;
    position: absolute !important;
    top: -1px !important;
    left: 100% !important;
    margin-left: 0.5em !important;
    font-size: 0.778em !important;
    text-transform: uppercase !important;
    color: #cccccc !important;
    border: 1px solid !important;
    border-color: #7e9098 #61727b #2b373d !important;
    background: #40535c url(/images/old-browsers-bg/title-link-bg.png)
        repeat-x top !important;
    -webkit-background-size: 100% 100% !important;
    -moz-background-size: 100% 100% !important;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    background: -moz-linear-gradient(top, white, #9eb1ba 4%, #40535c) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(white),
        to(#40535c), color-stop(0.03, #9eb1ba) ) !important;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
    -moz-border-radius: 0.286em !important;
    -webkit-border-radius: 0.286em !important;
    -webkit-background-clip: padding-box !important;
    border-radius: 0.286em !important;
    line-height: 1.143em !important;
    padding: 0.5em 0.571em !important;
    white-space: nowrap !important;
}

#mns .block-content h1>a:hover, #mns .block-content .h1>a:hover
{
    color: white !important;
    border-color: #1eafdc #1193d5 #035592 !important;
    background: #057fdb
        url(/images/old-browsers-bg/title-link-hover-bg.png) repeat-x top !important;
    -webkit-background-size: 100% 100% !important;
    -moz-background-size: 100% 100% !important;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    background: -moz-linear-gradient(top, white, #2bcef3 4%, #057fdb) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(white),
        to(#057fdb), color-stop(0.03, #2bcef3) ) !important;
}

#mns #create-loader
{
	display:none;
}

#mns #edit-loader, #mns #create-loader
{
    text-align: center;
}

.filesRequired,
.pageCountTypeNotice,
.pageCountNotice
{
	color:green;
	font-size: 18px;
	display:none;
	text-align: center;
}

#mns .loyalty-points-payment
{
	display:none;
}

#mns button,
#modal button
{
    overflow: visible;
}

#mns .loyalty-payment-checkbox
{
    text-align: center;
    margin-top: 15px;
}

#mns .menu-button-margin
{
	margin-top: 7px;
}

#mns .block_category .grid li
{
    cursor: pointer;
}

#mns #summary-prices .bold
{
	font-weight: bold;
}

#mns .accept-terms
{
	margin-left: 0px !important;
}

#mns_footer, #mns_footer a {
    color: #000;
}
#mns_footer
{
    text-align: left;
    font-size: 10px !important;
    padding:0 25px !important;
}

#mns .form .help
{
    color: #999;
    font-style: italic;
}

#mns .mns-category-list a, #mns .mns-product-list a
{
    display: block;
    width: 265px;
    height: 90px;
}

#mns .mns-product-list img,
#mns .mns-category-list img {
    max-width: 100%;
    max-height: 100%;
}

#mns .order-form fieldset textarea {
    max-width: 155px;
    max-height: 300px;
}

#mns .calculation-group .current td {
    font-weight: bold;
}
#mns .calculation-group .item {
    cursor: pointer;
}
#mns a.highlight {
    color:#39c;
    text-decoration: underline;
}
#mns .table tbody td .keywords.payment-status {
    margin-bottom:1em;
}

#mns .deliveryat-container {
    margin: 10px 0 0 0;
}
#mns .product-photo {
    display: none;
}

/* SH-550: do not allow to display images to be too big */
#mns .cart-content .cart-images .order-photo img {
    max-height: 90px;
}
#mns div#div-invoice-form {
    display: none;
}

#modal #client-edit form,
#modal div#div-invoice-form {
    display: block;
}

/*#modal #client-edit .formUserRegister:not(.active) {
    display: none;
}*/

/**
 * SH-669 Remove usage of hidden class and replace it with prefixed one in order
 * to avoid conflicts with e.g.: bootstrap
 */
#mns .mni-hidden {
    display: none;
}

#mns .archives-view #table_form,
#mns .invoices-view #table-form {
    padding-left: 0;
    padding-right: 0;
}
#mns .cart-product-name .name-separator,
#mns .cart-product-name .cart-product-quantity {
    display: none;
}
#mns .form-fieldset input[readonly],
#mns .form-fieldset select[readonly],
#mns .form-fieldset textarea[readonly] {
    background: #E6E6E6;
}

#mns .archives-view .column-id {
    width: 6%;
}
#mns .archives-view .column-photo {
    width: 5%;
}
#mns .archives-view .column-item-summary {
    width: 15%;
}
#mns .archives-view .column-status {
    width: 15%;
}
#mns .archives-view .column-created {
    width: 10%;
}
#mns .archives-view .column-delivery {
    width: 10%;
}
#mns .archives-view .column-transport {
    width: 15%;
}
#mns .archives-view .column-price {
    width: 10%;
}
#mns .archives-view .table-actions {
    width: 10%;
}
