/* CSS Document */

* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

body {
    margin: 0px auto;
    width: 100%;
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
}

 

.header {
    /*width: 1200px;*/
    margin: 0px auto;
    overflow: auto;
}
.Wrapper, .Nav{
    width: 1200px;
    margin: 0px auto;
    overflow: auto;
}

ol {
    list-style: disc;
}

ul {
    list-style: circle;
}

li {
    display: list-item;
}

table {
    display: table;
}

tr {
    display: table-row;
}

thead {
    display: table-header-group;
}

tbody {
    display: table-row-group;
}

tfoot {
    display: table-footer-group;
}

col {
    display: table-column;
}

colgroup {
    display: table-column-group;
}

td, th {
    display: table-cell;
}

caption {
    display: table-caption;
}

th {
    font-weight: bolder;
    text-align: center;
}

caption {
    text-align: center;
}

h1 {
    font-size: 36px;
    margin: 15px;
}

h2 {
    font-size: 30px;
    margin: 12px;
}

h3 {
    font-size: 24px;
    margin: 10px;
}

h4 {
    font-size: 20px;
    margin: 8px;
}

h4, p, blockquote, ul, fieldset, form, ol, dl, dir, menu {
    margin: 8px;
    font-size: 14px;
}

h5 {
    font-size: 18px;
    margin: 5px;
}

h6 {
    font-size: 16px;
    margin: 5px
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: bolder
}

/* ########################## Header Part ###################### */

.MainHeader {
    width: 100%;
    height: 111px;
    display: block;
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
}

.H_part1 .logo {
    padding: 25px;
}

.MainHeader .header > * {
    float: left;
    display: block;
    text-align: center;
}
.H_part2 { width: 50%; text-align: center}

.H_part2 .PhoneNo {
    background-image: url("../images/phone_icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #000000;
    font-size: 32px;
    margin:0px auto;
    padding: 23px 15px 15px 15px;
    padding-left: 25px;
    text-align: left;
}

.H_part1 {
    height: 110px;
    width: 25%;
    text-align: right;
}

.H_part3 {
    text-align: right;
    width: 25%;
}

.H_part3 .Login_Info {
    float: left;
    width: 150px;
    margin-top: 30px;
    margin-left: 40px;
}

.H_part3 .CartInfo {
    float: right;
    width: 180px;
    border: solid 1px #CCCCCC;
    height: 90px;
    display: block;
    border-radius: 15px;
    margin-top: 10px;
    padding: 2px 10px;
    text-align: left;
}

.H_part1 .blue {
    color: #00C;
}

.H_part3 .CartInfo .Cart {
    font-size: 16px;
    font-weight: bold;
    color: #0458A0;
    font-family: Arial, Helvetica, sans-serif;
}

.H_part3 .CartInfo .TotalItem {
    font-size: 14px;
    font-family: "Times New Roman", Times, serif
}

.H_part3 .CartInfo .Item {
    font-size: 14px;
    font-family: "Times New Roman", Times, serif
}

/* ########################## Wrapper Part ###################### */

.MainWrapper {
    width: inherit;
}

.MainWrapper .W_left {
    width: 230px;
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
    display: block;
}

.W_left ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.W_left .LeftNev {
    border: solid 1px #E1E1E1;
    border-radius: 5px;
    z-index: auto;
    margin-bottom: 10px;
}

.LeftNev .MenuTitle {
    background-image: url("../images/nev_bg.jpg");
    border-radius: 5px 5px 0px 0px;
    background-repeat: x-repeat;
    padding: 9px;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

.LeftNev .MenuCategories li {
    background: url("../images/categories_bg.jpg") repeat-x;
}

.LeftNev .MenuCategories > li > a, .LeftNev .MenuCategories > li span {
    font-weight: bold;
    color: #0F5474;
}

.LeftNev .MenuCategories > li span {
    padding: 10px;
    font-size: 12px;
    display: block;
}

/*.MenuCategories li:first-child a {

	background-image: url("../images/icon_down.png");

	background-repeat:no-repeat;

	background-position:right center;

}*/

.MenuCategories li:last-child {
    border-radius: 0px 0px 5px 5px;
}

.MenuCategories a {
    padding: 10px;
    display: block;
    color: #505050;
    text-decoration: none;
    font-size: 12px;
}

.NarrowResult .NarrowTitle {
    background-image: url("../images/Narrow_bg.jpg");
    text-align: center;
    background-repeat: x-repeat;
    font-size: 20px;
    color: #FFFFFF;
    padding: 3px;
}

.NarrowResult {
    margin-bottom: 10px;
}

.NarrowResult .SubTitle {
    background-image: url("../images/SubTitle.jpg");
    text-align: center;
    background-repeat: x-repeat;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 5px;
    margin: 2px 10px;
}

.NarrowResult .SubTitle:last-child {
    margin: 2px 1px;
}

.NarrowResult .shop {
    background-image: url("../images/shop.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0px 5px 20px;
    font-size: 12px;
    color: #454954;
    text-align: center;
    margin: 0px 43px;
}

.NarrowResult a.sign_in {
    padding-left: 60px;
    font-size: 12px;
    color: #454954;
}

.MenuContent li a {
    color: #0195FF;
    font-size: 12px;
    text-decoration: none;
}

.MenuContent li {
    color: #565A63;
    margin: 2px 15px;
}

/* ########################## Wrapper Part in Main Body  ###################### */

.MainWrapper .W_right { /*border-top:solid 1px #CCCCCC;*/
    display: block;
    float: right;
    text-align: left;
    max-width: 950px;
    padding: 0px;
}

/* ########################## Footer Part ###################### */

.MainFooter {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    background-image: url(../images/footer_bg.jpg);
    text-align: center;
}

.Wrapper .btn-default, .Wrapper .btn {
    background-image: linear-gradient(to bottom, #85d3f9 0px, #0195ff 100%);
    color: #fff;
}

.Wrapper .btn-default:hover, .Wrapper .btn-default:focus, .Wrapper .btn {
    background-color: #0195ff;
}

table.wms-edit-order-form-item-list tbody th {
    padding: 5px 3px
}

table.wms-edit-order-form-item-list tbody td input {
    width: 120px;
}

table.wms-edit-order-form-item-list td:nth-child(1) {
    max-width: 30px;
}

table.wms-edit-order-form-item-list td:nth-child(1) input {
    max-width: 30px;
}

/*table.wms-edit-order-form-item-list td:nth-child(2) { width:200px;}*/
#frmOrderEmail input {
    width: 100%;
    height: 30px;
    margin: 5px 0px;
    clear: left;
    font-size: 16px;
}

#frmOrderEmail textarea {
    width: 80%;
    min-height: 150px;
    margin: 5px 10px;
    font-size: 16px;
}

#frmOrderEmail h4 {
    margin: 0px;
    padding: 0px;
    width: 80%;
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    color: #12A800;
    margin: 0px 10px;
}

#frmOrderEmail .btn {
    width: 150px;
    height: 35px;
    margin: 5px 0px;
}

.custom-table div.th {
    font-weight: bold;
    font-size: 18px;
}

.custom-table .td, .custom-table .td-2, .custom-table .td-3, .custom-table .td-4, .custom-table .td-5, .custom-table .td-6 {
    padding: 5px;
    width: 100%;
    min-height: 30px; /*overflow:hidden;*/
}

.custom-table .td-2 {
    width: 50%;
    float: left;
}

.custom-table .td-3 {
    width: 33.1%;
    float: left;
}

.custom-table .cell-1 {
    text-align: right;
}

.custom-table .th {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 18px;
}

.custom-table .label {
    font-size: 16px;
    color: #333333;
}

.custom-table .forgot-password {
    max-width: 650px;
}

.custom-table .btn {
    width: 100%;
}

.custom-table .change-password {
    max-width: 650px;
}

.order-title {
    float: left;
    /*width:40%;*/
    font-size: 20px;
    font-weight: bold;
    color: #0287C8;
    margin: 0px;
    margin-top: 4px;
    padding: 5px;
}

.form-buttons {
    float: right;
    /*width:58%;*/
    text-align: right;
    margin-bottom: 5px;
}

.order-view-content {
    height: auto;
}

.form-buttons .btn {
    padding: 5px 8px;
}

hr.clear {
    clear: both;
    border-bottom: solid 2px #00ACFF;
    margin: 5px 0px;
}

.order-view-content .custom-table {
    width: 49%;
    margin-bottom: 15px;
    background: #F5F5F5;
    float: left;
    margin-right: 7px;
    padding: 0px;
}

/*.order-view-content .custom-table:nth-child(odd) { background:#f0f;margin-right:14px;}
.order-view-content .custom-table:nth-child(even) { clear:right;   }*/

.order-view-content .custom-table.order-table,
.order-view-content .custom-table.order-info,
.order-view-content .custom-table.billing-address {
    clear: both;
}

.order-view-content .custom-table.account-info,
.order-view-content .custom-table.shipping-address {
    clear: right;
}

.order-view-content .custom-table.payment-history {
    width: 100%;
}

.order-view-content .custom-table .th {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background: #0287C8
}

.order-view-content a.edit-btn {
    text-align: right;
    color: #fff;
    text-decoration: underline;
    float: right;
}

.order-view-content .order-table {
    width: 100%;
    clear: left;
    border: solid 1px #00ACFF;
    clear: both;
}

.order-view-content .order-table th {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding-left: 5px;
}

.order-view-content .order-table td {
    padding-left: 5px;
}

.order-view-content .order-totals {
    text-align: right;
    float: right;
}

.order-view-content .order-totals th {
    text-align: right;
    padding: 3px;
}

.order-view-content .order-totals td {
    padding: 3px;
    padding-right: 5px;
}

.order-view-content .comments-history h3 {
    font-size: 16px;
    color: #0287C8
}

.order-view-content .comments-history label {
    min-width: 150px;
    display: inline-block;
}

.sticky-active {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #00ACFF;
    left: 0;
    padding: 2px 10px;
    z-index: 9999;
}

.sticky-active .order-title {
    color: #fff;
}

.sticky-active .form-buttons {
    margin-top: 4px;
}

.order-view-content .payment-handling > div:nth-child(2) {
    padding: 0px 8px;
}

.order-view-content .payment-handling .tr {
    padding: 0px;
}

.order-view-content .payment-handling input {
    clear: right;
    margin: 5px 0px;
}

.order-view-content .comments-history {
    width: 100%;
    clear: both;
}

.order-view-content textarea {
    width: 100%;
}

.payment-history .table-striped td {
    text-align: center;
}

.order-view-content .payment-history {
    clear: right;
}

.payment-history table tr td *, .payment-history table tr td {
    font-size: 11px;
}

.payment-history table tr td:nth-child(3) {
    padding: 0px;
}

.payment-history table tr td:nth-child(3) form {
    padding: 0px;
}

.payment-history table tr td input:nth-child(2) {
    width: 60px;
    float: left;
    margin: 0px;
    font-size: 13px;
}

.payment-history table tr td input:nth-child(3) {
    padding: 1px;
    margin: 0px;
}

.payment-history table tr td:nth-child(3) {
    width: 130px;
}

.payment-history table tr td:nth-child(4) * {
    margin: 0px;
}

.payment-history table .sub-heading {
    text-align: left
}

.update-billing-address .custom-table {
    width: 55%;
    margin-bottom: 15px;
    background: #F5F5F5;
    padding-bottom: 5px;
}

.update-billing-address .custom-table .th {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background: #0287C8;
    text-align: left;
}

.update-billing-address .update-address .tr {
    clear: both;
    text-align: right;
}

.update-billing-address .update-address label {
    width: 250px;
    text-align: left;
    padding-bottom: 1px;
}

.update-billing-address .update-address input {
    width: 250px;
    padding: 3px 10px;
}

.order-split th {
    text-align: left;
}

.order-view-content .custom-table.order-split {
    margin-right: 7px;
}

.order-split h4 {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background: #0287C8;
    text-align: left;
    margin: 0px;
    padding: 5px;
}

fieldset {
    border: solid 1px #00ACFF;
    margin: 10px 0px;
}

legend {
    width: inherit;
    margin-left: 10px;
    border: solid 0px;
    margin-bottom: 5px;
    padding: 5px;
}

.backorder-message {
    background: #FBBC05;
    color: #fff;
    font-size: 20px;
    margin: 8px;
    padding: 10px;
    border-radius: 5px;
    border: solid 5px #fff;
    box-shadow: 0px 0px 10px #efefef
}

.modal {
    width: 400px;
    top: 150px;
    background: #ddd;
    left: 480px;
    height: 260px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
}

.modal-footer {
    text-align: center;
}

.modal-body {
    padding: 5px;
}

.modal h3 {
    color: #0287C8
}

.modal-header .close:hover {
    color: #f00
}

.custom-table .form-group, .custom-table .radio {
    margin: 8px;
}

.custom-table .form-group label {
    width: 225px;
    float: left
}

.billing-address input, .shipping-address input {
    width: 210px;
    padding: 5px;
    height: 28px;
    margin-top: 5px;
}

.billing-address label, .shipping-address label {
    width: 225px;
    float: left;
    display: block;
    margin: 5px;
}

.custom-table .form-group input, .custom-table select {
    width: 210px;
    padding: 5px;
    height: 28px;
}

.custom-table .form-group .month, .custom-table .form-group .year {
    width: 105px;
}

.custom-table .form-control {
    float: right;
}

.order-view-content .admin-comment, .order-view-content .items-ordered {
    clear: both;
    width: 100%;
}

.small {
    font-size: 12px;
    margin: 5px;
}

.order-view-content .tracking-info, .order-view-content .select-products {
    width: 100%;
}

.order-view-content .tracking-info th {
    text-align: left
}

/*.order-view-content .col-sm-6.billing-address { clear:none;}*/
fieldset h5 {
    font-size: inherit;
}

.payment-method .radio strong {
    display: block;
    padding: 10px 0px;
}

.payment-method .radio input {
    float: none;
    margin: 0px;
}

.payment-method .radio {
    padding: 5px;
}

.block-title {
    width: 20%;
    color: #fff;
    float: left;
    text-align: center;
    font-weight: bold;
    background: #0287C8;
    padding: 5px;
    border-right: solid 1px #ff0;
    box-shadow: 3px 0px 5px #ccc;
}

.account-info label {
    float: left;
    color: #000;
    margin-left: 15px;
    width: 8%;
}

.order-view-content .payment-handling .btn {
    width: 49%;
}

.order-view-content .col-sm-12.account-info {
    padding: 5px;
}

.order-view-content .col-sm-12 {
    width: 100%;
}

.order-view-content .custom-table.account-info input {
    width: 70%;
    padding: 2px 5px;
}

.order-invoice-info {
    border: solid 1px #00ACFF;
    margin-bottom: 5px;
}

.order-view-content .col-sm-4, .order-view-content .col-sm-9, .order-view-content .col-sm-3 {
    padding: 0px;
}

.order-view-content .col-sm-9 {
    padding: 0px 15px
}

.order-view-content .col-sm-9 .col-sm-12 {
    padding: 5px;
}

.order-view-content .invoice-order-total .invoice-info-title {
    padding: 5px 1px;
}

.order-view-content .invoice-info-box {
    padding: 5px;
    margin-bottom: 10px;
    border-top: solid 1px #efefef;
}

.order-view-content .invoice-items-ordered {
    border: solid 1px #00ACFF;
}

.order-view-content .invoice-items-ordered .invoice-info-title {
    border-bottom: solid 1px;
    padding: 5px;
}

.order-view-content .invoice-info-title {
    font-weight: bold;
    color: #0287C8
}

.order-view-content .invoice-order-total {
    border: solid 1px #00ACFF;
    margin-left: 0.5%;
    width: 24.4%;
    padding: 5px;
    float: right;
}

.invoice-order-total .table-striped > tbody > tr:nth-child(2n+1) > td, .invoice-order-total .table-striped > tbody > tr:nth-child(2n+1) > th, .invoice-order-total .order-view-content .invoice-order-total tr th, .order-view-content .invoice-order-total tr td, .order-view-content .invoice-order-total tr th {
    background-color: #fff;
    font-weight: normal;
    padding: 0px;
    text-align: left;
}

.order-filter label, .order-filter .and, .order-filter .sp {
    display: none
}

form.order-filter {
    margin: 0px auto;
    padding: 8px 0px;
}

.order-filter input {
    width: 141px;
    padding: 3px;
    margin-right: 5px;
}

.order-filter input.btn {
    width: inherit;
    padding: 5px;
}

.invoice-items-ordered .table > thead > tr > th, .invoice-items-ordered .table > tbody > tr > th, .invoice-items-ordered .table > tfoot > tr > th, .invoice-items-ordered .table > thead > tr > td, .invoice-items-ordered .table > tbody > tr > td, .invoice-items-ordered .table > tfoot > tr > td {
    border-top: 0px solid;
}

.reg-user-search-form .form-group {
    width: 33.3%;
    float: left;
}

.reg-user-search-form .form-group label {
    display: block
}

.reg-user-search-form .form-group label span {
    width: 90%;
    display: inline-block;
    margin-right: 10px;
    color: #333;
    font-size: 18px;
    font-weight: normal;
}

.reg-user-search-form .form-group input {
    width: 90%;
}

.reg-user-search-form .form-group:last-child {
    float: right;
}

.reg-user-search-form .form-group .btn {
    width: 44%;
}

textarea.form-control, textarea {
    height: 130px;
}

@media (min-width: 1280px) and (max-width: 1920px) {
}

@media (max-width: 1280px) {
    .header, .Nav, .Wrapper {
        width: 98%;
    }

    .MainWrapper .W_left {
        width: 20%;
        margin-right: 1%;
    }

    .w_right {
        width: 79%;
    }

    .h_part3 .Login_Info {
        display: none;
    }
}

.LeftNev .navigation li {
    background: url("../images/categories_bg.jpg") repeat-x;
}

.navigation a {
    color: #505050;
    display: block;
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
}

.LeftNev .navigation > li > a, .LeftNev .navigation > li span {
    color: #0F5474;
    font-weight: bold;
}

/* ########################## Menu Part ###################### */

.MainMenu {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background-image: url("../images/menu_bg.png");
    background-position: left top;
    background-repeat: repeat-x;
    position: relative;

}

.MainMenu .navigation {
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow: auto;
}

.MainMenu .navigation li {
    float: left;
    display: block;
}

.MainMenu .navigation a {
    padding: 15px;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
}

.MainMenu .M_left {
    display: inline-block;
    float: left;
    width: 900px;
    max-width: 70%; /*overflow:hidden;	height:50px; position:relative;*/
}

.MainMenu .M_right {
    float: right;
    background-color: #0287C8;
    padding: 6.5px 10px;
}

/*.MainMenu .navigation li:first-child {	background-color:#0195FF;}*/
.MainMenu .navigation li:hover {
    background-color: #0195FF; /*border-radius:5px;*/
}

.MainMenu .navigation li.active {
    background-color: #0195FF;
}

.srarch .search_box {
    float: left;
    padding: 4px 5px;
    width: 200px;
    height: 30px;
}

li.selected > a {
    background-color: #F6F6F6;
    font-weight: bold;
    font-size: 14px;
}

.srarch form {
    margin: 0px;
    padding: 5px 2px 0px 0px;
    display: block;
}

.srarch input {
    border: solid 1px #FFFFFF;
}

.MainMenu .M_left ul.navigation {
    list-style: none;
    position: initial;
    float: left;
    margin: 0;
    padding: 0;
    width: 900px;
}

.MainMenu .M_left ul a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    padding: 15px;
}

.MainMenu .M_left ul > li {
    float: left;
    margin: 0px;
    padding: 0px; /* position:relative;*/
}

/*
.MainMenu .M_left ul li.current-menu-item, .navigation ul li.active a{	background:#0195FF !important;   border: 2px solid red; }
*/
.MainMenu .M_left ul li:hover {
    background: #0195FF;
}

.MainMenu .M_left ul ul {
    display: none;
    position: absolute;
    top: 80%;
    margin-left: 0px;
    left: inherit;
    z-index: 9999;
    background: #00ACFF;
    padding: 0;
    width: auto;
}

.MainMenu .M_left ul ul li {
    float: none;
    width: 200px;
}

.MainMenu .M_left ul ul a {
    line-height: 120%;
    padding: 10px 15px;
}

.MainMenu .M_left ul li:hover > ul {
    display: block;
}

#CompanySettings label {
    width: 100%;
}

#CompanySettings label span {
    display: block;
    padding-top: 8px;
    padding-bottom: 5px;
}

#CompanySettings fieldset {
    padding: 15px;
}

#CompanySettings label input[type="text"], #CompanySettings label textarea {
    display: block;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#CompanySettings label input[type="radio"] {
}

#CompanySettings label textarea {
    width: 100%;
    min-height: 105px;
}

.items-ordered .tr:first-child .th {
    overflow: auto;
    padding: 5px;
    padding-left: 15px;
    font-weight: bold;
}

.items-ordered .tr:first-child .th .inline_content.btn.btn-default.cboxElement {
    width: 80px;
    float: right;
    padding: 2px;
}

#cboxWrapper {
    min-height: 300px;
}

/*#cboxWrapper .modal-body { height: 640px;}*/
/*#cboxWrapper #cboxLoadedContent{ height: 850px !important;}*/

#cboxWrapper #cboxContent {
    background: none;
}

.updateTabData input {
    width: 47%;
    margin: 1%;
}

.updateTabData .button-upload, .updateTabData .btn-info {
    width: 100px;
}

.tabs {
    margin-top: 10px;
}

.tab-links a {
    padding: 11px 15px;
    display: inline-block;
    font-weight: bold;
    transition: all linear 0.15s;
    font-size: 14px;
    background-color: #F7F7F7;
    color: #333333;
    cursor: pointer;
    margin: 0px 2px;
    margin-top: 0px;
    border-radius: 5px 5px 0px 0px;
}

.tab-links a.active {
    background-color: #fff;
}

.tabs-content .tab {
    display: none;
}

.tabs-content .tab.active {
    display: block;
}

/* color box popup dialog box */

#cboxWrapper #inline_content .modal-body { height: 463px;}
/*#cboxWrapper #cboxLoadedContent{ height: 850px !important;   border: solid 5px #f00;}*/



#cboxWrapper .th {
    padding: 0px 5px;
    border-radius: 3px;
}
#edit-order-discount {min-height: 105px;}
#edit-order-discount .modal-body {
    padding: 0px;
    margin-top: 10px;
}
#edit-order-discount .modal-body h4 {
    overflow: auto;
    margin: 0px;}
#edit-order-discount input {
    width: 49%;
    float: left;
    padding: 5px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
#edit-order-discount input:first-child {
    margin-right: 2%;
}


#edit_order_shipping input { width: 100%}
#edit_order_shipping label { width: 100%; font-weight: normal}
#edit-order-tax { text-align: center; }
#edit-order-tax h4{ font-weight: normal}
#edit-order-tax .popup-box-ok2close { width: 100%; }
#edit-order-tax #txtTaxAmount { padding: 3px 8px;}
.order-view-content .order-totals {margin: 0px;}
.order-view-content .order-totals .th{ text-align: left}
.order-view-content .order-totals a{  display: block;text-decoration: none;}
.order-view-content .shipping-address { width: 50%; margin-right: 0px;}
.order-view-content .billing-address { margin-right: 10px;}

#inline_content .search-body .modal-body_left  { width: 30%;
}
#inline_content .search-body .modal-body_right { width: 70%;
    padding: 0px;
    overflow: scroll;
    max-height: 30px;
overflow-x: hidden;}

#inline_content .modal-content .table>tbody>tr>td { padding: 4px;}
#frmOrderEmail input { width: 75%; clear: none; margin-left: 14px;}

.btn-right { float: right;
 margin-bottom: 8PX;}

/* line 1, C:/Users/x/Desktop/burtprocess/sass/style.scss */
.total-summary {
    margin: 0 auto;
}

/* line 5, C:/Users/x/Desktop/burtprocess/sass/style.scss */
.total-summary .middle {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* line 8, C:/Users/x/Desktop/burtprocess/sass/style.scss */
.total-summary .middle span, .total-summary .middle p {
    color: #0c698b;
}

/* line 13, C:/Users/x/Desktop/burtprocess/sass/style.scss */
.total-summary .view-btn-section {
    position: relative;
    padding: 6px 0px;
    border-left: 1px solid #D9EDF7;
    border-bottom: 1px solid #D9EDF7;
    border-right: 1px solid #D9EDF7;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 30px;
}

/* line 22, C:/Users/x/Desktop/burtprocess/sass/style.scss */
.total-summary .view-btn-section .glyphicon-arrow-right {
    float: right;
    position: absolute;
    right: 11px;
    top: 4px;
    background: #008CD1;
    border-radius: 50%;
    font-size: 12px;
}

/* line 31, C:/Users/x/Desktop/burtprocess/sass/style.scss */
.total-summary .view-btn-section p {
    color: #0a8ff8;
    padding-left: 10px;
}

/* line 38, C:/Users/x/Desktop/burtprocess/sass/style.scss */
.total-view {

    margin: 0 auto;
    padding-top: 15px;
}

/* line 44, C:/Users/x/Desktop/burtprocess/sass/style.scss */
thead .headings {
    background: url("../images/sort_row_bg.gif") 0 50% repeat-x;
}

/* line 50, C:/Users/x/Desktop/burtprocess/sass/style.scss */
.total-view .user-information {
    padding-top: 15px;
}

/* line 54, C:/Users/x/Desktop/burtprocess/sass/style.scss */
.user-heading {
    width: 585px;
}
/*.total-summary .bg-warning .text-right { padding: 0px;}*/
.total-summary .modal-body { padding: 14px;}

/* add css by nur date: 28-05-2017 */
#approvedQuestion.modal {
    width: initial;
    background: none;
    height: initial;
    overflow: initial;
    text-align: initial;
}
