﻿.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../Images/ajax-loader.gif) center no-repeat #fff;
}

.dont-show-body {
          filter: alpha(opacity = 100);
            opacity: 1;
}

.dashboard {
    margin: 0px 0px 0px !important;
    text-align: left;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #FFF;
    height: 39px;
    display: inline-block;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.visibleHidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.custdropdown {
    width: 170px;
}

.dashboardProduct {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    padding: 15px 18px 11px 18px;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.marginTop {
    margin-top: 10px !important;
}

.marginBottom {
    margin-bottom: 10px !important;
}

.marginBottomZero {
    margin-bottom: 0px !important;
}

.marginBottomNegetive {
    margin-bottom: -7px !important;
}


#content-headerTest {
    position: relative;
    width: 80%;
    height: 96px;
    margin-left: 240px;
    margin-top: -96px;
    z-index: 15;
    /*margin-bottom: 2em;*/
    background-repeat: repeat-x;
    border-bottom: 1px solid #CCC;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
}

    #content-headerTest:before,
    #content-headerTest:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    #content-headerTest:after {
        clear: both;
    }

    #content-headerTest h1 {
        position: relative;
        left: 20px;
        margin: 0;
        color: #444;
        font-size: 32px;
        font-weight: 400;
        line-height: 96px;
        letter-spacing: -2px;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    }

#content-containerTest {
    position: relative;
    background-color: white;
    padding: 0 20px;
}

.mandatory {
    color: red;
    font-weight: bold;
}

.logisticTableHeader {
    background-color: #D3D3D3;
}

.backgroundNone {
    background: none !important;
}

.jqGridNoHorizontalScroll {
    width: 100%;
    overflow: hidden;
}

.rowPrice td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    width: 100px;
    width: 90px;
}

.rowPrice {
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    border-collapse: separate;
    border-color: white;
    text-align: center;
    color: white;
}

    .rowPrice th {
        text-align: left;
        width: 90px;
        font-size: 12px;
    }

.marginTopSmall {
    margin-top: 5px;
}

.fontSizeSmall {
    font-size: 15px !important;
}

.fontGrid {
    font-size: 12px;
}

.ui-dialog-titlebar-close {
    float: right;
}

.borderOrange {
    border-bottom: 1px solid #F7AF39;
}

.prodDetailBackground {
    background-color: gray;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.imageSmall {
    height: 25px;
    width: 25px;
    margin-left: 10px;
    cursor: pointer;
    border: none;
}

.fontSizeSmallForProductCost {
    font-size: 13px !important;
}

.updateProgressBar {
    display: none;
}

.ui-dialog-titlebar-close .ui-button-text {
    display: none;
}

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Yes";
        padding-left: 10px;
        background-color: #5BB85D;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "No";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.textDecorationNone {
    text-decoration: none;
}

.imageActionBar {
    width: 25px;
}

.displayInline {
    display: inline-block !important;
}

.noPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nopadding-right {
    padding-right: 0;
}

.noPaddingTopBottom {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


.norightpadding {
    padding-right: 0px !important;
}

.noleftpadding {
    padding-left: 0px !important;
}

.border-lightgray {
    border-color: lightgray;
}

.no-bottom-border {
    border-bottom: 0px;
}

.gray-top-border {
    border-top:1px solid lightgray;
}

.marginLeftActionBar {
    padding-left: -35px !important;
}

.marginLeft {
    margin-left: -10px;
}

.marginLeftPositive {
    margin-left: 15px;
}

.paging u {
    text-decoration: inherit !important;
}

.displayNone {
    display: none;
}

.tblForRecompriceAndAssignRRP {
    margin-top: 50px;
}

.paddingLeftRight {
    padding-left: 15px;
    padding-right: 19px;
}

.overflowAuto {
    overflow: auto;
}

.tableBorderSeparator {
    border-right: 1px solid white;
}

.modal-backdrop {
    z-index: 0;
}

.modal-body {
    /*position: relative;*/
    overflow-y: auto !important;
    padding: 15px !important;
    /*max-height: 800px;*/
    /*min-height: 500px;*/
}

.modal-body-noscroll {
    position: relative;
    /*overflow-y: auto !important;*/   
    max-height: 800px;
}

.bootbox .modal-dialog .modal-content .modal-body {
    /*padding: 20px !important;*/
    padding: 30px 30px 100px 30px !important;
}

.modalFull {
    width: 100% !important;
}

.modalLarge {
    width: 85% !important;
}

.modalSemiLarge {
    width: 80% !important;
}

.modalMedium {
    width: 70% !important;
}

.modalSemiMedium {
    width: 60% !important;
}

.separator {
    border-bottom: 1px solid rgb(95, 88, 88);
    line-height: .5;
    list-style-type: none;
}

.textalignleft {
    text-align: left !important;
}

.textalignright {
    text-align: right !important;
}

.textAlignCenter {
    text-align: center;
}

/*For sidebar dashboard and basket buttons*/
.sidebarList {
    padding-left: 0px;
}

.linkDashboard {
    text-decoration: none;
    font-size: 16px;
    color: white;
    cursor: pointer;
    display: block;
    padding: 7px 25px;
}

    .linkDashboard:hover {
        text-decoration: none;
        color: white;
    }

.loadingMargin {
    margin-top: 20%;
}

.fontProductGrid {
    font-size: 13px;
    font-weight: 400;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

.fontTableRightAlign {
    text-align: right !important;
}

.fontTableLeftAlign {
    text-align: left !important;
}

.detailPageTable {
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    width: 800px;
}

.detailPageTableth {
    color: white;
    background-color: #D3D3D3;
    height: 20px;
    text-align: center;
    border-color: #FFFFFF;
}

.fixWhiteSpace {
    white-space: nowrap;
}

.widthEditPriceType {
    width: 250px;
}

.widthLinkAttributeModal {
    width: 450px !important;
}

.widthAttrDetailModal {
    width: 500px !important;
}

.widthdivModalRemap {
    width: 400px !important;
}

.nonEditable {
    cursor: pointer !important;
    background-color: white !important;
}

.ui-jqgrid-bdiv {
    overflow: hidden !important;
}

.containerRemovePadding {
    margin-right: -20px;
}

.errorMessageColor {
    color: red;
}

.paddingLeft {
    padding-left: 15px;
}

.paddingLeft15 {
    padding-left: 15px !important;
}

.paddingRightSmall {
    padding-right: 5px !important;
}

.verticalAlignIntial {
    vertical-align: initial !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-left-3 {
    padding-left: 3px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-3 {
    padding-right: 3px !important;
}

.padding-left-8 {
    padding-left: 8px !important;
}

.padding-right-8 {
    padding-right: 8px !important;
}

.noleftmargin {
    margin-left: 0px !important;
}

.textColorOrange {
    color: #428bca;
}

.verticalAlignSuper {
    vertical-align: super;
}

.font-22 {
    font-size: 22px;
}

.colorGray {
    color: #666;
}

.colorBlue {
    color: #428bca;
}

.colorYellow {
    color: yellow;
}

.foreColorBlue {
    color:blue;
}

.bgcolor-Black {
    background-color: #000;
}

.bgcolor-Gray {
    background-color: #929191;
 color: #fff;
}

.cursorpointer {
    cursor: pointer;
}

.border-row {
    border-bottom: 1px solid #428bca;
    border-right: 1px solid #428bca;
    border-left: 1px solid #428bca;
}

.table-header {
    background-color: #428bca;
    color: white;
    font-size: 15px;
}

.margin-top-20 {
    margin-top: 20px !important;
}


.emptyContentHeader {
    position: relative;
    top: 0px;
    padding: 0 0px;
    display: none;
}

.emptyContentContainer {
    position: relative;
    top: 0px;
    padding: 0 0px;
}

.setMinHeight {
    min-height: 100px !important;
}

.Padding-Bottom-5 {
    padding-bottom: 10px !important;
}

.Margin-Top-40 {
    margin-top: 40px;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px;
}
.margin-left-zero {
    margin-left: 0 !important;
}

.btnOk {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#imgBtnSave span {
    color: #fff !important;
}

#tblSliders th {
    background: #428bca;
    color: #fff;
}

.DetailPageTableTH {
    text-align: left;
}

.ddlSliderProducts {
    padding-right: 75px;
}

.modalSemiLargeHeight {
    min-height: 100px !important;
    max-height: 400px !important;
}

.modalMediumHeight {
    min-height: 200px !important;
    max-height: 600px !important;
}

.modal-margin-0 {
    margin: 0px auto;
}

.iframeStyle {
    height: auto !important;
    width: 100%;
    min-height: 3000px !important;
     overflow-x:hidden !important;
}

.formLabelAlign {
    text-align: left;
}

#actiobar > div {
    margin-bottom: 8px !important;
}

/* To fix header checkbox issue on iPad*/
.ui-jqgrid .ui-jqgrid-htable th div {
    height: auto !important;
}

.ui-jqgrid th input[type="checkbox"] {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(bootstrap/fonts/font1.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(bootstrap/fonts/font2.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(bootstrap/fonts/font3.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(bootstrap/fonts/font4.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(bootstrap/fonts/font5.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url(bootstrap/fonts/font6.woff) format('woff');
}

.addressbackground {
    background-color: #F3E7E7;
}


.basketheader {
    background-color: #428bca;
    color: white;
}

.fontOrange {
    color: #428bca;
}

.table_data {
    font: 12px/1.5em "Open Sans", "trebuchet ms", arial, sans-serif !important;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .formLabelAlign {
        text-align: right;
    }

    .modal-dialog {
    width: 600px;
    margin: 0px auto;
}
}

.margin-left-100 {
    margin-left: 100px !important;
}

.rightAlignButton {
    margin-top: 10px;
    float: right;
}

.leftAlignButton {
    margin-top: 10px;
    float: left;
}

body.modal-open {
    overflow: hidden;
}

.floatinherit {
    float: inherit;
}

.verticalAlignSub {
    vertical-align: sub;
}

.tableBorderless td {
    border-top: none !important;
}

.fontBold {
    font-weight: bold;
}

.imgTiny {
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.ui-jqgrid .ui-pg-input {
    color: black !important;
}

.ui-jqgrid .ui-pg-selbox {
 color: black !important;
}

.breakWord {
    word-wrap: break-word;
}

.scroll-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

.required {
    border-color: red;
}
.divRequired {
    border: 1px solid red;
}

.notificationMessageFont {
    font-size: 24px;
}

.imageButtonHeight {
    line-height: 2 !important;
}

.noWrap{
    white-space: nowrap;
}

/*.modal-content.ui-resizable {
    overflow: hidden;
}*/

.modal-content {
    position: relative;
    
}

.modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#contgrid tr:hover {
    cursor: pointer;
}

/*#divProductMatrix .modal-content {
    min-height: 300px;
}*/

.modal, .modal iframe {
    overflow-x: hidden;
}

/*.modal{
    margin-top: 42px;
}*/

.ui-state-hover {
    background: #FFFDE7 !important;
	color: #333333 !important;
}

.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
}

.no-border {
    border: none;
}
.bg-yellow {
    background-color: yellow;
    color: black;
}

.bg-lime {
  background-color: #01ff70 !important;
}

.bg-lightcyan{
  background-color: lightcyan !important;
}

.bg-red {
     background-color: red !important;
    color: white;
}

.bg-green {
  background-color: green !important;
    color: white;
    
}

.onezeroswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onezeroswitch-checkbox {
    display: none;
}

.onezeroswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onezeroswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onezeroswitch-inner:before, .onezeroswitch-inner:after {
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onezeroswitch-inner:before {
        content: "True";
        padding-left: 10px;
        background-color: #428bca;
        color: #FFFFFF;
    }

    .onezeroswitch-inner:after {
        content: "False";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #cccccc;
        text-align: right;
    }

.onezeroswitch-switch {
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onezeroswitch-checkbox:checked + .onezeroswitch-label .onezeroswitch-inner {
    margin-left: 0;
}

.onezeroswitch-checkbox:checked + .onezeroswitch-label .onezeroswitch-switch {
    right: 0px;
}

#LoadingImage {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: url('../Images/ajax-loader.gif') 50% 50% no-repeat rgba(249,249,249,0.5);
}