/***************************/

.selectView .seyc-field{
	margin-top: 1px ;
}
.selectView .seyc-combobox-dropdown .seyc-singleLineInputParent-noLabel{
    height: 78px;
}
.selectView .seyc-combobox-dropdown .seyc-singleLineInputParent-noLabel span,
.selectView .seyc-combobox-dropdown .seyc-singleLineInputParent-noLabel input{
	font-size: 16px;
}
/********************/

.GSMNotificationLayer {
    width: 100%;
    background-color: #FEC237;
    line-height: 40px;
    text-align: center;
    color: black;
    font-weight: bold;
}

div.splashScreen {
	background: url("../img/logo-login.png");
	height:254px;
	width:240px
}

.headerMenu.ui-grid-b .seyc-block-a { width: 10%; }
.headerMenu.ui-grid-b .seyc-block-b { width : 50%}
.headerMenu.ui-grid-b .seyc-block-c { width: 40%; text-align : center }

.headerMenuUserInfo2 {
    text-align : center;
    white-space : nowrap;
    overflow : hidden;
    border: 1px solid  white;
}

.headerMenuUserInfo {
	margin-top: 10px;
}

.headerMenuLogo {
	margin-left: 20px;
	background-image: url("images/seycTransp.png");
	height: 29px;
	width: 78px;
	margin-top: 5px;
}

.infoUserIco {
	margin-left : 20px;
	margin-right : 10px;
}


/*For functional developers*/
/*custom icon style*/
.ui-icon-disp {
                                box-shadow: none!important;
                                -moz-box-shadow: none!important;
                                -webkit-box-shadow: none!important;
                                -webkit-border-radius: none !important;
                                background:  url(images/disp.png) 50% 50% no-repeat;
                                width: 36px;
								height: 17px;
                }
.ui-icon-hlu {
                                box-shadow: none!important;
                                -moz-box-shadow: none!important;
                                -webkit-box-shadow: none!important;
                                -webkit-border-radius: none !important;
                                background:  url(images/hlu.png) 50% 50% no-repeat;
                                width: 36px;
								height: 17px;
                }
.ui-icon-manual {
                                box-shadow: none!important;
                                -moz-box-shadow: none!important;
                                -webkit-box-shadow: none!important;
                                -webkit-border-radius: none !important;
                                background:  url(images/manual.png) 50% 50% no-repeat;
                                width: 36px;
								height: 17px;
                }
.ui-icon-redcar {
                                box-shadow: none!important;
                                -moz-box-shadow: none!important;
                                -webkit-box-shadow: none!important;
                                -webkit-border-radius: none !important;
                                background:  url(images/redcar.png) 50% 50% no-repeat;
                                width: 36px;
								height: 17px;
                }
.ui-icon-yellowcar {
                                box-shadow: none!important;
                                -moz-box-shadow: none!important;
                                -webkit-box-shadow: none!important;
                                -webkit-border-radius: none !important;
                                background:  url(images/yellowcar.png) 50% 50% no-repeat;
                                width: 36px;
								height: 17px;
}

.ui-icon-businesscardMoreData {
 background-image: url("images/ic_businesscard_more_data.svg");
 background-size: 100% 100%;
}

.rejectionButtonColor:after{
		                background-color : red;
}

.whiteContainer {
	background-color: #FFFFFF;
}

.blueContainer {
	background-color: #1B8AFF;
}

.yellowContainer {
	background-color: #FEC237;
}

.disabledContainer {
    color: #FFFFFF !important;
    background-color: #E7ECF2 !important;
    border-color: #E7ECF2 !important;
}

.bottomDashed {
	background-image: linear-gradient(to right, white 33%, #1B8AFF 0%);
	background-position: bottom;
	background-size: 6px 1px;
	background-repeat: repeat-x;
}

.leftDashed {
    background-image: linear-gradient(#F9F9F9 33%, #DDDDDD 0%);
    background-position: left;
    background-size: 1px 3px;
    background-repeat: repeat-y;
}

.topDashed
{
	background-image: linear-gradient(to right, white 33%, #1B8AFF 0%);
	background-position: top;
	background-size: 6px 1px;
	background-repeat: repeat-x;
}

.bottomLined {
	border-bottom: solid 1px #1B8AFF;
}

.topLined {
	border-top: solid 1px #1B8AFF;
}

.floatLeft {
	float: left;
}

.masterContainer{
	display:table;
	width: 100%;
}

.initialContainer {
    display: table-cell;
    padding: 10px;
    width: 10%
}

.primaryContainerPackingSlip {
    display: table-cell;
    padding: 0px;
}

.primaryContainer {
    display: table-cell;
    padding: 20px;
}

.primaryContainerVerticalAlign {
    vertical-align:middle;
}

.mainContainer {
    padding: 10px;
    background-color: white;
}

.secondaryContainer {
    display: table-cell;
    text-align: center;
    width: 7em;
    height: 7em;
    vertical-align: middle;
}

.secondaryContainerTop {
    font-size: 17px;
}

.secondaryContainerBottom {
    font-size: 12px;
}

.padding {
	padding: 20px;
}

.paddingContainer {
	padding: 10px;
}

.arrowContainer {
	display: inline-block;
    background-image: url("images/arrowRight_blue.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    padding: 0px 0px 0px 30px;
    vertical-align: super;
}

.arrowContainerDocument {
    background-image: url("images/arrowRight_blue.svg");
    width: 10px;
    height: 13px;
    float: right;
    left: 10px;
    background-position-x: 9px;
    margin-top: -16px;
}


/* SSCC */
.arrowContainerSupplierSSCC {
	display: inline-block;
    background-image: url("images/arrowRight_blue.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    /*padding: 0px 0px 0px 30px;*/
    position: relative;
    top: 13px;
    float: right;
    left: 10px;
}

.ssccPaddingContainer {
    padding: 15px;
}

.ssccSecondaryContainerCell {
    text-align: center;
    min-height: 7.0em;
	height:100%;
    width: 7.0em;
}

.ssccMiddleText {
	height: 100%;
    position: relative;
    display: flex;
}

.ssccMiddleTextInner {
   	padding-left: 0 !important;
	top: 50%;
    width: 100%;
    display: block;
    margin: auto;
}

.ssccCellText{
	max-height: 15px;
}

.ssccCellHalf{
	height: 50%;
}

.ssccCellUpper{
	top: 50%;
    position: relative;
    font-size: 18px;
    padding-left: 0 !important;
    display: block;
}

.ssccCellBottom{
	top: 25%;
    position: relative;
    padding-left: 0 !important;
    display: block;
}

/*CBA*/
.gsmMoreDataSSCC{
	padding-right: 10px;
    padding-left: 5px;
    margin: 5px;
}

/*CBA*/
.gsmPreCheckInlistPadding{
	padding : 0px;
	overflow: visible !important;
	width: 100%;
	background-color: white;
}

/*CBA*/
.gsmInfoCard
{
	padding-top: 20px !important;
}

#preCheckInInfo > a {
	padding: 0;
}

/*CBA*/
.gsmPreCheckInList
{
	background-color: white;
    overflow: visible;
}

div[id^='gridContainerMoreData_'] div.seyc-singleLineSelectParent-noLabel{
    padding-right: 20px;
    padding-left: 0px;
}

div[id^='gridContainerMoreData_'] div.fieldKeyboard{
    margin-right: 0px;
    margin-left: 5px;
    padding-top: 5px;
}

div[id^='gridContainerMoreData_'] div[id^='moreDataGridText_']{
    padding-top: 5px;
}

/*CBA*/
.gsmSSCCBarcodeIcon{
	background: center url("../jquery-mobile/themes/images/svg/ic_popup_scan_sscc.svg") no-repeat;
    height: 110px;

}

/*CBA*/
.gsmTextBlod {
	font-family: Lato-bold;
}

/*CBA*/
.gsmInLine{
	display : inline;
}

/*CBA*/
.gsmPaddingLeft{
	padding : 20px 0px 20px 20px;
}

/*CBA*/
.gsmBorderComment{
	height: 100px !important;
	padding-top: 10px !important;
    border-radius: 10px;
    border: 1px solid #1B8AFF !important;
}

/*CBA*/
.gsmBorderCommentDetail{
	height: 60px !important;
    width: 93%;
	padding-top: 10px !important;
    border-radius: 10px;
    border: 1px solid #1B8AFF !important;
}

/*CBA*/
.gsmBorderCommentDetail:disabled{
	height: 60px !important;
    width: 93%;
	padding-top: 10px !important;
    border-radius: 10px;
    border: 1px solid #c1dfff !important;
}

.gsmDisabledBorderCommentDetail{
	height: 60px !important;
    width: 93%;
	padding-top: 10px !important;
    border-radius: 10px;
    border: 1px solid grey !important;
}

/*CBA*/
input::-moz-placeholder {
  color: #1B8AFF;
}

/*CBA*/
.phoneContainer {
	display: inline-block;
    background-image: url("../jquery-mobile/themes/images/svg/ic_phone.svg");
    background-repeat: no-repeat;
    width: 0px;
    height: 30px;
    background-size: 100% 100%;
    padding: 0px 0px 0px 30px;
}

.attachementContainer {
	display: inline-block;
    background-image: url("../jquery-mobile/themes/images/svg/ic_attachement.svg");
    background-repeat: no-repeat;
    width: 0px;
    height: 30px;
    background-size: 100% 100%;
    padding: 0px 0px 0px 30px;
}

.warningContainer {
	display: inline-block;
    background-image: url("images/arrowRight_blue.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    padding: 0px 0px 0px 30px;
    vertical-align: super;
}

.checkboxContainer {
	display: table-cell;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    padding: 0px 0px 0px 30px;
    vertical-align: super;
}

.supplierDescriptionSSCC {
	font-family: Lato-bold;
}

.checkboxChecked {
    background-image: url("images/ic_list_check_active_disabled.svg");
    width: 15%;
}

.checkboxUnchecked {
    background-image: url("images/ic_list_check_disabled.svg");
    width: 15%;
}

.phone
{
	border: 0;
	background-repeat:no-repeat;
	background-image: url("../jquery-mobile/themes/images/svg/ic_phone.svg");
	background-color: white;
	background-size:100%;
	width: 22px;
	height: 30px;
	margin-left: 18px;
}

.phone2
{
	border: 0;
	background-repeat:no-repeat;
	background-image: url("../jquery-mobile/themes/images/svg/ic_phone.svg");
	background-color: white;
	background-size:100%;
	width: 20px;
	height: 20px;
}

.mail
{
	border: 0;
	background-repeat:no-repeat;
	background-image: url("../jquery-mobile/themes/images/svg/ic_login_email.svg");
	background-color: white;
	background-size:100%;
	width: 30px;
	height: 30px;
	margin-left: 16px;
}

.mail2
{
	border: 0;
	background-repeat:no-repeat;
	background-image: url("../jquery-mobile/themes/images/svg/ic_login_email.svg");
	background-color: white;
	background-size:100%;
	width: 25px;
	height: 20px;
}

/************* GSMMatrixCell *************/
.gsmMatrixCellLeft {
	text-align: left;
}

.gsmMatrixCellRight {
	text-align: right;
}

/************* GSMSecondaryAction ************/
/* Quick fix, waiting for evolution of the framework */
div#secondaryActionPopup {
    width: 95%;
    left: 2.5%;
}

/************* GSMBlockIcon ***************/
.gsmBlockIconContainer {
    height: 4em;
    width: 100%;
    display : inline-flex;
}

.gsmBlockIconContainerLine {
    background-image: linear-gradient(to right, white 33%, #1B8AFF 0%);
    background-position: top;
    background-size: 6px 1px;
    background-repeat: repeat-x;
}

.gsmBlockIconImageContainer {
	position: relative;
    height: 100%;
    width: 4em;
    float: left;
}

.gsmBlockIconArrowContainer {
	position: relative;
    height: 100%;
    width: 4em;
    float: right;
}

.gsmBlockIconTextContainer {
	display: block;
    float: left;
    padding-top: 5px;
}

.gsmBlockIconHelper {
	width: 0px;
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* Form cell */
.fieldFormCell{
	width:100%;
	padding:3px 3px 3px 0px;
	margin-left: -40px;
}

/* Business card */
.gsmBusinessCardLeftColumn{
	text-align: left;
	color: #395268;
	padding: 0px 20px 20px 0px;
}

.gsmBusinessCardRightColumn{
	text-align: right;
	color: #395268;
	padding: 0px 0px 20px 20px;
}

/* Business card */
.gsmBusinessCardSalesStatsLeftColumn.seyc-block-a{
	width:75%;
}

.gsmBusinessCardSalesStatsRightColumn.seyc-block-b{
	width:25%;
}

.seyc-businessCard a{
	padding: 20px 20px 20px 20px;
}

.gsm-first-line{
	padding-bottom: 10px;
	font-family: Lato-Semibold;
}

.gsm-first-line-validate{
	padding-top: 10px !important;
}

.gsm-linear-padding{
	padding-top: 10px;
	padding-bottom: 10px;
}

.gsm-second-line{
	border-top: 1px solid rgba(57, 82, 104, 0.3);
	padding-top: 10px;
}

.gsm-last-line{
	border-top: 1px solid rgba(57, 82, 104, 0.3);
	padding-top: 10px;
	font-family: Lato-Semibold;
}

.gsm-semi-bold{
	font-family: Lato-Semibold;
}

.gsm-border-line{
	text-align : center;
	font-family: Lato-Semibold;
	color: black;
}

.gsm-border-line:before, .gsm-border-line:after {
  	content:'';
  	width:25%;
 	border-bottom:1px rgba(57, 82, 104, 0.3)solid;
  	display:inline-block;
	vertical-align:middle;
	margin-bottom: 5px;
}

.gsm-border-line:before {
 	margin-left:-100%;
	margin-right:1em
}
.gsm-border-line:after {
  	margin-right:-100%;
	margin-left:1em;
}

/* GSMCountingsCard */
.gsmCountCardLeftColumn{
	text-align: left;
	padding: 0px 20px 20px 20px;
}

.gsmCountCardRightColumn{
	text-align: right;
	min-height: 32px;
	padding: 0px 20px 20px 20px;
}

/*************************************** GSMindictorsCard *****************************************/

.gsmIndicatorsCardLeftColumn{
	text-align: left;
	color: #395268;
	padding: 0px 0px 20px 0px;
	width : 20% !important;
}

.gsmIndicatorsCardRightColumn{
	color: #395268;
	padding: 0px 0px 20px 20px;
	width : 80% !important;
	text-align:right;
}

/* GSMInfoDiv */
.gsmInfoDivLeftColumn{
	text-align: left;
	padding: 0px 0px 0px 20px;
}

.gsmInfoDivLeftColumnInvoice{
	padding-left: 1em;
}

.gsmInfoDivRightColumn{
	text-align: right;
	padding: 0px 20px 0px 0px;
}

.gsmInfoDivLeftColumn .seyc-MatrixText{
	font-size: 13px;
}

.gsmInfoDivRightColumn .seyc-MatrixText{
	font-size: 13px;
}

/* CSS for Title justif invoice */
.gsmFormCellTitle .seyc-bcard-title-text{
	font-size: 13px;
	color:black;
	font-family: Lato-Semibold;
	text-transform: none;
	padding-left: 0;
}

.gsmFormCellTitle .seyc-bcard-title-text .seyc-collapsible{
	margin: 0;
}

/* CSS Margin for list justif invoice */
.gsmMarginTop{
	margin-top: 50px;
}

.gsmHyperlink {
	color: #0000EE;
	text-decoration: underline;
}

/*************************************** GSMInventoryWarningsCard *********************************/
.gsm-warning-grid{
	margin-bottom: 20px;
}

.gsm-warningDiv-padding {
	padding: 0px 20px 20px 20px;
}

.gsmWarningCardLeftColumn{
	text-align: center;
	width: 30% !important;
	color: #395268;
	border-right: 1px solid;
	/*padding: 0px 20px 20px 0px;*/
}

.gsmWarningCardRightColumn{
	width: 70% !important;
	color: #395268;
	/*padding: 0px 0px 20px 20px;*/
}

.gsmWarningTitleRightColumn{
	width: 100%;
	text-align: center;
}
.gsmPaddingRightColumn{
	padding-top: 15px;
	padding-left: 1em;
}

.gsmWarningCardLeftColumn .seyc-checkbox{
	margin: 0;
}

.gsmWarningCardLeftColumn .seyc-fieldWrapper-span .seyc-checkbox label{
	padding: 0px 20px 20px 40px;
}

.gsmWarningCardLeftColumn .seyc-button.seyc-checkbox-off:after,
.gsmWarningCardLeftColumn .seyc-button.seyc-checkbox-on:after{
	padding-left: 100%;
}

.gsmWarningCardLeftColumn .seyc-button.seyc-radio-off:after,
.gsmWarningCardLeftColumn .seyc-button.seyc-checkbox-off:after,
.gsmWarningCardLeftColumn .seyc-button.seyc-checkbox-on:after{
	left:0;
}


.gsm-separator-br{
	border-bottom: 1px solid rgba(57, 82, 104, 0.3);
	margin-bottom: 20px;
}

.gsm-separator-br-top{
	border-top: 1px solid rgba(57, 82, 104, 0.3);
	padding-top: 20px;
}

.gsm-separator-br-no-margin{
	border-bottom: 1px solid rgba(57, 82, 104, 0.3);
}

.gsm-supplierInfoCard-separator-br{
	border-bottom: 3px solid rgba(57, 82, 104, 0.3);
	margin: 0px 20px 20px 20px;
}

/* More data card */
.gsmMoreDataLeftColumn{
	text-align: left;
	padding-left: 1em;
}

.gsmMoreDataRightColumn{
	text-align: right;
	min-height: 32px;
}

.gsmMoreDataRightColumn > div {
    margin: 0;
    padding: 0;
}

.gsmMoreDataSupplierVisit{
	text-align: left;
	margin-top: 5px;
}

.gsmMoreDataSupplierVisitArrow{
	text-align: right;
	display: inline-block;
    background-image: url("images/arrowRight_blue.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    padding: 0px 0px 5px 5px;
    vertical-align: baseline;
}

.gsmMoreDataAllColumns{
	width: 100%;
}

.gsmFloatRight{
	float:right;
}

.gsmMoreDataDivLeftColumn{
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
}

/* Begin GSMFieldKeyboard */
.gsmMoreDataRightColumn div.seyc-simpletext, .gsmMoreDataRightColumn div.fieldKeyboard {
    margin-right: 20px;
    line-height: normal;
}

.gsmMoreDataRightColumn > div.fieldKeyboard > div:first-child {
    margin: 0;
    width: auto;
    float: left;
    line-height: 100%;
}

.gsmMoreDataRightColumn .seyc-singleLineInputParent-noLabel{
	padding-left:0px;
	padding-right:20px;
}

.gsmMoreDataRightColumn input{
	text-align:right;
}

.gsmFieldKeyboardLeftDiv {
    float: left;
    width: 70%;
}

.gsmFieldKeyboardRightDiv {
    float: right;
    width: 30%;
}

.gsmFieldKeyboardLeftDiv .seyc-singleLine,
.gsmFieldKeyboardRightDiv .seyc-singleLine{
	margin:0;
}

.gsmFieldKeyboardLeftDiv .seyc-singleLineInputParent-noLabel,
.gsmFieldKeyboardRightDiv .seyc-singleLineInputParent-noLabel{
	padding-left:0;
	padding-right:0;
}

.gsmFieldKeyboardGlobalDiv{
	padding-right:20px !important;
}

.gsmFieldKeyboardLeftDiv input,
.gsmFieldKeyboardRightDiv input
{
	text-align: right;
}

.gsmFieldKeyboardUnitDivEnable .seyc-state-disabled{
	background-color: #1B8AFF !important;
	color:white !important;
	font-size: 14px !important;
}

.gsmMoreDataRightColumn > div.fieldKeyboard > div:nth-child(2) {
    margin-right: 10px;
}
/* End GSMFieldKeyboard */

/* Begin css class used for business card */

.businessCardLine1Col1 {
	font-size: 0.9em;
	font-weight: bold
}

.businessCardLine1Col2 {
	font-size: 0.9em;
	font-weight: bold
}

.businessCardLineSeparator {
	border-top: 1px solid;
}

.businessCardAlignRight {
	text-align: right;
}

.businessCardCountTotal {
	font-weight: bold;
}

.businessCardList {
	line-height: 1;
}

.fontVendorInfo{
	padding-bottom: 20px !important;
    font-family: inherit !important;
    color: #395269 !important;
}

.fontDateInfo{
	padding-bottom: 20px !important;
    font-family: inherit !important;
    font-size: 14px !important;
    text-align: center !important;
    color: #395269 !important;
}

.marginVendorInfo{
	margin-left: 20px;
	margin-bottom: 20px;
}

.textAlignRight {
	text-align: right;
}

.textAlignCenter {
	text-align: center;
}

.borderRight{
	border-right: 1px solid;
}

.borderLeft{
	border-left: 1px solid;
}

.fontContactInfo{
	padding-bottom: 20px !important;
    font-family: inherit !important;
    color: #395269 !important;
    font-size: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

.paddingTop{
	padding-top: 20px;
}

.paddingBottom{
	padding-bottom: 20px;
}

paddingBottomSmall{
	padding-bottom: 10px;
}

.ui-icon-order {
    background-image: url("../jquery-mobile/themes/images/svg/ic_taskicon_receiving.svg");
    height: 110px;
    background-size: 100% 100%;
}

.ui-icon-articleCode {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_articlecode.svg");
	background-size: 100% 100%;
}

.ui-icon-discrepancy {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_discrepancy.svg");
	background-size: 100% 100%;
}

.ui-icon-currentSOOnSale {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_current_so_on_sale.svg");
	background-size: 100% 100%;
}

.ui-icon-goodsOnOrder {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_goods_on_order.svg");
	background-size: 100% 100%;
}

.ui-icon-lastDelivery {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_last_delivery.svg");
	background-size: 100% 100%;
}

.ui-icon-lastStockAdjustment {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_last_stock_adjustment.svg");
	background-size: 100% 100%;
}

.ui-icon-linkedArticleStock {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_linked_article_stock.svg");
	background-size: 100% 100%;
}

.ui-icon-mainSupplier {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_supplier_data.svg");
	background-size: 100% 100%;
}

.ui-icon-merchandisingData {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_merch_data.svg");
	background-size: 100% 100%;
}

.ui-icon-nextSOOnSale {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_next_so_on_sale.svg");
	background-size: 100% 100%;
}

.ui-icon-preOrders {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_pre_order.svg");
	background-size: 100% 100%;
}

.ui-icon-replenishment {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_replenishment.svg");
	background-size: 100% 100%;
}

.ui-icon-salesHistory {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_sales_history.svg");
	background-size: 100% 100%;
}

.ui-icon-salesPrice {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_sales_price.svg");
	background-size: 100% 100%;
}

.ui-icon-salesPriceEvolution {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_sales_price_evolution.svg");
	background-size: 100% 100%;
}

.ui-icon-salesStatistics {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_sales_stats.svg");
	background-size: 100% 100%;
}

.ui-icon-stock {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_stock.svg");
	background-size: 100% 100%;
}

.ui-icon-pictureArticle {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_PictureArticle.svg");
	background-size: 100% 100%;
}

.ui-icon-palletissation {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_palletissation.svg");
	background-size: 100% 100%;
}

.ui-icon-summary {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_contracts.svg");
	background-size: 100% 100%;
}

.ui-icon-indicators {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_contracts.svg");
	background-size: 100% 100%;
}

.ui-icon-warning {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_warning.svg");
	background-size: 100% 100%;
}

.ui-icon-attachement {
	background-image: url("../jquery-mobile/themes/images/svg/ic_attachement.svg");
	background-size: 100% 100%;
}

.ui-icon-inventory {
	background-image: url(../jquery-mobile/themes/images/svg/ic_taskicon_inventory.svg);
    height: 110px;
    background-repeat: no-repeat;
    align-content: center;
    background-size: 100% 100%;
}

/*Styles for REMA List demo*/
.seyc-li-textSecondaryContainer{
	background-color:rgb(55,152,255);
	width:6.2em;
	height: 6.2em;
	float:right;
	text-align:center;
	display: flex;
    flex-direction: column;
}

.seyc-li-textSecondaryContainer.ui-disabled {
    opacity: 0.7;
}

.seyc-li-extendedCell{
	padding-right:0em !important;
}

@font-face {
    font-family: "Lato-Medium";
    src: url('../jquery-mobile/themes/fonts/Lato-Medium.eot') format('eot'),
         url('../jquery-mobile/themes/fonts/Lato-Medium.woff') format('woff'),
         url('../jquery-mobile/themes/fonts/Lato-Medium.ttf') format('truetype'),
         url('../jquery-mobile/themes/fonts/Lato-Medium.svg') format('svg');
}

@font-face {
    font-family: "Lato-Regular";
	src: url('../jquery-mobile/themes/fonts/Lato-Regular.eot') format('eot'),
		 url('../jquery-mobile/themes/fonts/Lato-Regular.woff') format('woff'),
		 url('../jquery-mobile/themes/fonts/Lato-Regular.ttf') format('truetype'),
		 url('../jquery-mobile/themes/fonts/Lato-Regular.svg') format('svg');
}

@font-face {
    font-family: "Lato-Bold";
	src: url('../jquery-mobile/themes/fonts/Lato-Bold.eot') format('eot'),
		 url('../jquery-mobile/themes/fonts/Lato-Bold.woff') format('woff'),
		 url('../jquery-mobile/themes/fonts/Lato-Bold.ttf') format('truetype'),
		 url('../jquery-mobile/themes/fonts/Lato-Bold.svg') format('svg');
}

@font-face {
    font-family: "Lato-Semibold";
	src: url('../jquery-mobile/themes/fonts/Lato-Semibold.eot') format('eot'),
		 url('../jquery-mobile/themes/fonts/Lato-Semibold.woff') format('woff'),
		 url('../jquery-mobile/themes/fonts/Lato-Semibold.ttf') format('truetype'),
		 url('../jquery-mobile/themes/fonts/Lato-Semibold.svg') format('svg');
}

.viewQuantityInputStyle{
	/*font-family: "Lato-Bold";
	color: white;
	font-size : 17px;
	text-align: center;
	vertical-align: middle;*/
	font-family: "Lato-Bold";
    color: white;
    font-size: 17px;
    display: inline-block;
    height: 50%;
    vertical-align: middle;
    padding-left: 5px !important;
}

.viewQuantityNoInputStyle{
	/*font-family: "Lato-Bold";
	font-size: 12px;
	color: rgb(155,203,255);
	text-align: center;
	vertical-align: middle;*/
	font-family: "Lato-Bold";
    font-size: 12px;
    color: rgb(155,203,255);
    padding-left: 5px !important;
}

.seyc-li-bubbleContainer-REMA
{
	display: inline-flex;
	padding-left: 1em;
}

.seyc-li-quantityCell-REMA-top
{
	/*min-height: 50%;
	height: 100%;
    min-width: 100%;*/
    position: relative;
    height: 50%;
    display: flex;
}

.seyc-li-quantityCell-REMA-bottom
{
    position: relative;
    width: 100%;
    height: 50%;
    display: flex;
}

.seyc-li-quantityCell-REMA-all
{
    height: 100%;
    position: relative;
    display: flex;
}

.quantity-all{
	/*height:100%;
	position: absolute;*/
    width: 100%;
    top: 50%;
   	/*transform: translate(0, -50%);*/
    margin: auto;
}

.quantity-first-half
{
	position:absolute;
    width: 100%;
    bottom: 0;
}

.quantity-first-half-ustk4
{
    width: 100%;
    bottom: 0;
    margin: auto;
}

.quantity-second-half
{
	position:absolute;
    width: 100%;
	height: 100%;
    top: 0;
    bottom: 0;
}
.quantity-second-half-ustk4
{
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.quantity-second-half-separator
{
	border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.35);
}

/* GSMQuantityView */
.quantity-view
{
   all: inherit;
}

.seyc-li-textContainer .seyc-item-bubbleContainer .seyc-bubble-blue,
.seyc-li-textContainer .seyc-item-bubbleContainer .seyc-bubble-red,
.seyc-li-textContainer .seyc-item-bubbleContainer .seyc-bubble-yellow{
    padding-left: 5px;
}

.seyc-bubble-blue
{
	background-color: #6A8BAF !important; /*MARINE REMA*/
	font-family: "Lato-Semibold";
	font-size: 10px;
	color: #ffffff !important;
	display: inline-block;
	float: left;
	border-style: none;
	white-space: nowrap;
	max-width: none
}

.seyc-bubble-red
{
	background-color: #E63136 !important; /*RED REMA*/
	font-family: "Lato-Semibold";
	font-size: 10px;
	color: #ffffff !important;
	display: inline-block;
	float: left;
	border-style: none;
	white-space: nowrap;
	max-width: none
}

.seyc-bubble-yellow
{
	background-color: #FEC237 !important; /*RED REMA*/
	font-family: "Lato-Semibold";
	font-size: 10px;
	color : grey !important;
	display: inline-block;
	float: left;
	border-style: none;
	white-space: nowrap;
	max-width: none
}

.dotIndicator {
	display: inline-block;
	float: left;
	font-family: "Lato-Semibold";
	font-size: 15px;
	padding-left: 5px !important;
}

.seyc-li-title-rema {
	color:rgb(57,82,104);
	font-weight: bold;
	height: 1.5em;
}

.seyc-text-span-rema{
	padding : 0.25em;
}

.seyc-subText-span
{
	color: #788A9A;
	display: block;
}

.seyc-quantity-span-rema{
	margin-top : 0.3em;
    margin-right: 1em;
	padding : 0em;
}

.seyc-margin-rema{
	padding-top : 10px;
    padding-bottom: 10px;
}

.quantityCellNotEditable{
	background-color: #FFFFFF;
}

.quantityCellNotEditable .viewQuantityInputStyle,
.quantityCellNotEditable .viewQuantityNoInputStyle
{
	color: #395268;
}

.matrixMoreDataCard{
	margin-top: -1em;
}

.selectViewSingleLine {
	margin: 0;
	display: table;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

/* End css class used for business card */

.seyc-page-detail {
	-webkit-backface-visibility: hidden;
	background-color: white;
}

.seyc-page-articleDetail {
	background-color: white;
}

/* ----------- GSMInputPopup --------------- */
.seyc-inputPopup-infoDiv{
    background-color:white;
    padding:15px 20px 20px 20px;
    border-top-left-radius: 1em;
    border-top-right-radius:1em;
    text-align: center;
    background-color:white;
    background-image:url("../jquery-mobile/themes/images/svg/ic_spark.svg");
    background-repeat:no-repeat;
    background-position-x:50%;
    background-position-y:15px;
    background-size: 80px;
}
.seyc-inputPopup-inputDiv{
    border-bottom-left-radius: 1em;
    border-bottom-right-radius:1em;
    height: 85px;
	display: flex;
}
/*To remove margin of singleLine*/
.seyc-inputPopup-inputDiv .seyc-singleLine
{
	margin: auto !important
}

.seyc-inputPopup-mainDiv{
	box-shadow:0px 9px 30px 2px rgba(119, 119, 119, 0.75);
    margin: 10px 10px 15px 10px;
    border-top-left-radius: 1em;
    border-top-right-radius:1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius:1em;
	line-height: 1;
}

.inputDivInitialiseInventory > * {
	border-bottom: 1px solid rgba(57, 82, 104, 0.3);
}

.inputDivInitialiseInventory > *:last-child {
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.inputDivInitialiseInventory .seyc-cell-checkBox-div {
	vertical-align:top !important;
}

.inputDivInitialiseInventory a {
	margin: 0;
}

.seyc-inputDiv-style input{
	text-align:center;
	margin:auto;
	font-size: 17px !important;
	font-family: Lato-Bold;
}

.seyc-inputDiv-style .seyc-button, .seyc-inputDiv-style .seyc-button span{
	font-size: 17px;
	font-family: Lato-Bold;
}

/* ----------- End --------------- */

/* ----------- GSMInputPopupHeader --------------- */
/*Header*/
.seyc-inputPopup-mainDivHeader{
    box-shadow:0px 9px 30px 2px rgba(119, 119, 119, 0.75);
    margin: 10px 10px 0px 10px;
    border-top-left-radius: 1em;
    border-top-right-radius:1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius:1em;
	line-height: 1;
}

/*Check in : order list cell*/
.checkInOrderList > ul > li > a {
	background-color : white !important;
}

/*Check in : orders list*/
.checkInOrderList {
	margin : 10px 10px 15px 10px !important;
}

/* DialogPage version of GSMCheckInOrderList */
.checkInOrderListDialog > ul > li:first-child {
	border-top-left-radius: 0em !important;
	border-top-right-radius: 0em !important
}

.checkInOrderListDialog {
	margin : 0px 10px 15px 10px !important;
}

.checkInOrderListDialog > ul > li > a {
	background-color : white !important;
}

/* ----------- End --------------- */

/* ----------- GSMTaskList --------------- */
.seyc-uppercase{
	text-transform: uppercase;
}
/* ----------- End --------------- */

/* ----------- GSMLocation --------------- */
.seyc-subText-Location {
	font-size: 10px;
	margin-top: 5px;
}
/* ----------- End --------------- */

/* ----------- GSMArticleCell in GSMArticleDetail --------------- */
.seyc-articleCellDetail a{
	margin:0 !important;
	/*padding:0;*/
	border-top:1px solid #e6e6e6 !important;
}

.seyc-articleCellDetail{
	border-top:1px solid #e6e6e6 !important;
}

/* ----------- End --------------- */

div.gsm2-popup {
    border-radius: 8px;
    overflow: hidden;
}


/* -- end order POPUP -- */

/* ---------- System Panel ------------ */
div#todayTaskListPage div.ui-panel-wrapper{
    background-color: rgba(0, 0, 0, 0);
}
.gsm-slidepanel{
    background-color: black !important;
}
div.gsm-slidepanel div.ui-panel-inner{
    padding:0px;
}
.gsm-slidepanel-main{
    background-color: black !important;
    position: absolute;
    min-height: 100%;
    min-width: 100%;
}

.gsm-slidepanel-user {
    position: relative;
}
.gsm-slidepanel-user li#site{
	margin-top: -10px !important;
}
.gsm-slidepanel-user a{
    background-color: #000 !important;
}
.gsm-slidepanel-user a span{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: Lato-Regular;
}
.gsm-slidepanel-top{
/*    padding-top: 40px;*/
    width: 97%;
    height: 84%;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00283d+0,00283d+97&1+86,0+98 */
    background: -moz-linear-gradient(left,  rgba(0,40,61,1) 0%, rgba(0,40,61,1) 86%, rgba(0,40,61,0.08) 97%, rgba(0,40,61,0) 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,40,61,1) 0%,rgba(0,40,61,1) 86%,rgba(0,40,61,0.08) 97%,rgba(0,40,61,0) 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,40,61,1) 0%,rgba(0,40,61,1) 86%,rgba(0,40,61,0.08) 97%,rgba(0,40,61,0) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: #00283D !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00283d', endColorstr='#0000283d',GradientType=1 ); /* IE6-9 */
}
.gsm-slidepanel-top .seyc-li{
    border-top: 0px !important;
    border-bottom: 0px !important;
}
.gsm-slidepanel-top ul li.seyc-li.active,
.gsm-slidepanel-top ul li.seyc-li:active,
.gsm-slidepanel-top ul li.seyc-li:hover{
    border-left: 2px solid #1B8AFF;
}
.gsm-slidepanel-top ul li .seyc-li-faultIndicatorContainer,
.gsm-slidepanel-user ul li .seyc-li-faultIndicatorContainer{
    min-width: 30px !important;
    width: 30px !important;
}
.gsm-slidepanel-top a{

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00283d+0,00283d+97&1+86,0+98 */
    background: -moz-linear-gradient(left,  rgba(0,40,61,1) 0%, rgba(0,40,61,1) 86%, rgba(0,40,61,0.08) 97%, rgba(0,40,61,0) 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,40,61,1) 0%,rgba(0,40,61,1) 86%,rgba(0,40,61,0.08) 97%,rgba(0,40,61,0) 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,40,61,1) 0%,rgba(0,40,61,1) 86%,rgba(0,40,61,0.08) 97%,rgba(0,40,61,0) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: #00283D !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00283d', endColorstr='#0000283d',GradientType=1 ); /* IE6-9 */

}
.gsm-slidepanel-top a span{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: Lato-Regular;
}
.gsm-slidepanel-bottom{
    background-color: black !important;
    position: relative;
    bottom: 2%;
    width: 100%;
}
.gsm-slidepanel-bottom #gcell_logout{

}
.gsm-slidepanel-bottom #gcell_logout a {
    background-color: black !important;
    text-align: left;
}
.gsm-slidepanel-bottom #gcell_logout span{
    color: #fff;
    text-transform: uppercase;
}
.gsm-slidepanel-bottom #gcell_profile{

}
.gsm-slidepanel-bottom #gcell_profile a {
    background-color: black !important;
    text-align: left;
}
.gsm-slidepanel-bottom #gcell_profile span{
    color: #fff;
    text-transform: uppercase;
}
/* ----------- End --------------------- */

/*-------------GSMTaskList-----------*/
.gsm-newTaskList-style{
    margin: 0;
}

.gsm-newTaskList-style .seyc-li-textContainer{
	color: #395268;
	font-family: Lato-Regular;
	font-size: 16px;
	font-weight: normal;
	height: 45px;
	padding: 0;
}

.gsm-backText-style{
	font-family: Lato-Regular;
    left: 0;
    padding-left: 10px;
    height:65px;
}

.gsm-newTaskList-page{
	background-color: white;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
}
/*-------------END GSMTaskList-----------*/
/*-------------GSMArticleInfocell--------*/
.gsm-item-arrow {
    background-image: url(../jquery-mobile/themes/images/svg/arrowRight_blue.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    width: 20px;
    height: 20px;
    background-position-x: 10px;
    background-position-y: 40%;
	padding-right: 10px; /* Arrow icon optimized even the article has 50 char description */
}

.gsm-title-div
{
    max-height: 40px;
}
.gsm-title-div .seyc-item-title
{
    line-height: 1em;
}
.gsm-subtitle-div
{
    max-height: 12px;
}
/* CSS to be modified in app.css but can be overridden in gsm.css for temporary fix*/
.seyc-basicCell .seyc-genericCell-firstTapArea {
    padding-top: 12px;
    padding-bottom: 12px;
}
.seyc-item-detail {
    display: flex;
}

.seyc-item-detail .seyc-default-adapt-font-size {
    white-space: nowrap;
}
/* CSS to be modified in app.css but can be overridden in gsm.css for temporary fix (end) */


.numberOfSKUStr {
	font-family: "Lato-Semibold";
	font-size: 10px;
	color: #576D81; /*Dark Marine*/
	padding-left: 5px !important;
	padding-top: 0.5em;
	text-align: right;
}
/*-------------END GSMArticleInfocell--------*/

 /*-------------GSMVendorInformation--------*/
.ui-icon-ic_businesscard_contacts {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_contacts.svg");
	background-size: 100% 100%;
}
.ui-icon-ic_businesscard_contracts {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_contracts.svg");
	background-size: 100% 100%;
}
.ui-icon-ic_businesscard_creditnote {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_creditnote.svg");
	background-size: 100% 100%;
}
.ui-icon-ic_businesscard_general_info {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_general_info.svg");
	background-size: 100% 100%;
}
.ui-icon-ic_businesscard_goods_on_order {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_goods_on_order.svg");
	background-size: 100% 100%;
}
.ui-icon-ic_businesscard_last_delivery {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_last_delivery.svg");
	background-size: 100% 100%;
}
.ui-icon-ic_businesscard_late_delivery {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_late_delivery.svg");
	background-size: 100% 100%;
}
.ui-icon-ic_businesscard_return {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_return.svg");
	background-size: 100% 100%;
}
.ui-icon-ic_businesscard_schedule {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_schedule.svg");
	background-size: 100% 100%;
}

.ui-icon-ic_businesscard_freetask {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_freetask.svg");
	background-size: 100% 100%;
}
.ui-icon-calendar {
	background-image: url("../jquery-mobile/themes/images/svg/calendar.svg");
	background-size: 100% 100%;
}

.ui-icon-calendar_blue {
	background-image: url("../jquery-mobile/themes/images/svg/calendar_blue.svg");
	background-size: 100% 100%;
}

.ui-icon-ic_taskicon_receiving {
	background: center url("../jquery-mobile/themes/images/svg/ic_taskicon_receiving.svg") no-repeat;
	height: 110px;
	background-size : 71px;
}
.ui-icon-ic_shelfAddress_scan {
    background : center url("../jquery-mobile/themes/images/svg/ic_shelfAddress_scan.svg") no-repeat;
	height     : 100px;
}
/*-------------END GSMVendorInformation--------*/

/*-------------SimpleDivInformation----------*/
.gsm-simpleDiv-information {
    background-color: white;
    height: 40px;
}
.gsm-simpleText-information {
    position: relative;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 13px;
    font-family: Lato-SemiBold;
    color: rgba(0,0,0,0.7);
}
.gsm-simpleText-doubleinformation {
    position: relative;
    top: 25%;
    left: 15px;
    transform: translateY(-25%);
    font-size: 13px;
    font-family: Lato-SemiBold;
    color: rgba(0,0,0,0.7);
    display: block;
}
/*-----------END SimpleDivInformation--------*/
/*-----------Store selection-----------------*/
.storeWrapperDiv{
 max-height: 245px;
 overflow: visible;
 overflow-x: hidden;
 -webkit-overflow-scrolling: touch;
}
.storeWrapperDiv::-webkit-scrollbar {
    width: 0;
}
/*-----------END Store selection-------------*/
/*-----------Check/Uncheck all Div-----------*/
.transparentBackground .seyc-checkbox label,
.transparentBackground .seyc-checkbox label:hover{
	background: rgba(255,255,255,0);
}

html .transparentBackground .seyc-button.ui-checkbox-off.ui-checkbox-off:after{
	    background-image: url("../jquery-mobile/themes/images/svg/ic_list_check_normal_white.svg");
}

html .transparentBackground .seyc-button.ui-checkbox-on.ui-checkbox-on:after
{
	    background-image: url("../jquery-mobile/themes/images/svg/ic_list_check_active_white.svg");
}

.transparentBackground .seyc-button{
	text-align: left;
}

.transparentBackground span{
	color: white;
}
/*--------Validate Invoice MoreData Card --------*/
/* Comments */
.gsmCommentLabel{
	padding-left: 20px;
}

/* Business card */
.gsmValidateCardLeftColumn{
	text-align: left;
	color: black;
	padding: 0px 20px 20px 0px;
	font-size: 14px !important;
}

.gsmValidateCardRightColumn{
	text-align: right;
	color: black;
	padding: 0px 0px 20px 20px;
	font-size: 14px !important;
}


.gsmValidateMoreDataLeftColumn{
	text-align: left;
    padding-left: 20px;
    color: black;
    min-height: 32px;
}

.gsmValidateMoreDataCenterColumn{
	text-align: center;
	min-height: 32px;
}

.gsmValidateMoreDataRightColumn{
	text-align: center;
	min-height: 32px;
}
/*--------Invoice MoreData Card --------*/


.gsmInvoiceMoreDataLeftColumn{
	text-align: center;
	padding-left: 20px;

}

.gsmInvoiceMoreDataRightColumn{
	text-align: center;
	min-height: 32px;
}

.gsmInvoiceMoreDataRightColumn > div, .gsmValidateMoreDataRightColumn > div {
    margin: 0;
    padding: 0;
}

.gsmNoBorder div.seyc-dialogPage-content,  .gsmNoBorder div.seyc-input-text,  .gsmNoBorder div.Seyc-input-search{
	border: none !important;
}

.gsmInvoiceMoreDataRightColumn div.seyc-simpletext, .gsmInvoiceMoreDataRightColumn div.fieldKeyboard, .gsmValidateMoreDataRightColumn div.seyc-simpletext, .gsmValidateMoreDataRightColumn div.fieldKeyboard {
    margin-right: 20px;
    line-height: normal;
}

.gsmInvoiceMoreDataRightColumn > div.fieldKeyboard > div:first-child, .gsmValidateMoreDataRightColumn > div.fieldKeyboard > div:first-child {
    margin: 0;
    width: auto;
    float: left;
    line-height: 100%;
}

.gsmInvoiceMoreDataRightColumn .seyc-singleLineInputParent-noLabel, .gsmValidateMoreDataRightColumn .seyc-singleLineInputParent-noLabel{
	padding-left:0px;
	padding-right:20px;
}

.gsmInvoiceMoreDataRightColumn input, .gsmValidateMoreDataRightColumn input{
	text-align:right;
}
.gsmInvoiceMoreDataRightColumn > div.fieldKeyboard > div:nth-child(2), .gsmValidateMoreDataRightColumn > div.fieldKeyboard > div:nth-child(2) {
    margin-right: 10px;
}

.invoiceCardPaddingTop{
	padding-top: 1em;
}

.invoiceCardFirstLine{
	color: #1B8AFF;
}

.gsmCheckIcon {
	background-image: url("../jquery-mobile/themes/images/svg/ic_notif_ok.svg");
	background-repeat: no-repeat;
  	background-position: 0px;
  	padding-left: 25px !important;
  	padding-right: 25px !important;
    background-size: 15px 15px;
    color: black;
}

/*--------Documents MoreData Card --------*/
.gsmDocumentMoreDataLeftColumn{
	text-align: left;
	padding-left: 20px;
	width: 30% !important;
}

.gsmDocumentMoreDataRightColumn{
	text-align: right;
    padding-right: 20px;
    width: 70% !important;
}

/*---------Display of PreCheckIn fields---------*/
.gsmPreCheckInSelectView {
	font-size: 14px !important;
}

/*-- Pictures grid --*/
.gsmGridContainerPicturesGrid {
    margin-left: 5px;
    margin-right: 5px;
}

.gsmTakeAPicturePicturesGrid {
	height: 0;
    width: 75%;
    position: relative;
    padding-bottom: 75%;
    margin-bottom: 5%;
    border-radius: 10px;
    border: 1px solid #1B8AFF;
    background-image : url("../jquery-mobile/themes/images/svg/ic_camera.svg");
    background-position : center center;
    background-repeat: no-repeat;
}

.gsmSecondPicturePicturesGrid > :first-child{
	margin-left: 8.3%;
	margin-right: -8.3%
}

.gsmThirdPicturePicturesGrid > :first-child{
	margin-left: 16.62%;
	margin-right: -16.62%
}

.gsmFourthPicturePicturesGrid {
	text-align: right;
}
.gsmFourthPicturePicturesGrid > :first-child{
	display: inline-block;
}

/** Picture detail page**/
.gsmContainerPicturePicturePage {
	text-align: center;
    padding-top: 10px;
}

/** Supplier visit follow up **/
.gsmSupplierVisitFollowDateL {
    display: inline-block;
}

.gsmSupplierVisitFollowDateR {
    display: inline-block;
    float: right;
    padding-right: 20px;
}

/** Free task  **/
div#generalMemoDetailDiv .seyc-li-title-rema{
    float: left;
}

div#freeTaskBusinessCard.seyc-businessCard{
	background-color: #ffffff;
}
/** End Free task**/

/** EVENTS **/
.eventsDetailCell {
	text-align: left;
    line-height: 1;
}

div#detailCell > :first-child {
	background: white !important;
}

div#detailCell {
	margin-top : -7px;
}

.eventsTextContainer {
	margin-top: -7px;
    padding-top: 20px;
    background-image: linear-gradient(to right, #ccc, #ccc);
    background-position: top;
    background-size: 700px 2px;
    background-repeat: repeat-x;
}

.eventsText {
	font-size: 20px !important;
    font-family: Lato-Semibold;
}

.discoContainer {
	background: white;
    border-top: 1px solid #E7ECF2;
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.discoIcon {
	background-image: url("../jquery-mobile/themes/images/svg/ic_disconnected_big.svg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100px;
}

.discoText {
	color: gray;
    text-align: center;
    width: 60%;
    font-size: 18px;
}

/** END EVENTS **/

/** EVENTS SUBSCRIPTION **/

.eventsSubscriptionCell {
	font-family: Lato-Semibold;
	font-size: 15px;
}

.eventsSubscriptionDescriptionCell {
	font-size: 12px;
    padding-left: 40px;
    padding-right: 25px;
}

.whiteBackground {
	background-color: white;
}

.ui-icon-location-blue{
	background: url(../jquery-mobile/themes/images/svg/ic_businesscard_location.svg);
	background-repeat: no-repeat;
}

.ui-icon-warehouse {
	background-image: url("../jquery-mobile/themes/images/svg/ic_businesscard_warehouse.svg");
	background-size: 100% 100%;
}

.seyc-custom-search-store
{
	border: 1px solid #3798FF;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

/** END EVENTS SUBSCRIPTION **/

/** INITIALISE INVENTORY **/

.gsmInitialiseInventoryDatesDiv {
	background: white;
    margin: 0px 10px 0px 10px;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    line-height: 1;
    border-top-color: #1B8AFF;
    border-top-width: 0.1px;
    border-top-style: solid;
}

.gsmInitialiseInventoryDatesDivLeftColumn {
	text-align: left;
    margin-top: 25px;
    padding-left: 20px;
    font-family: Lato-bold;
}

.gsmInitialiseInventoryGenericCellPrimaryObj {
	text-align	: left;
    font-weight	: bold;
}

.gsmInitialiseInventoryGridContainerLeftColumn {
	text-align	: left;
	font-weight	: normal;
}

.gsmInitialiseInventoryGridContainerHide {
	display : none;
}

.gsmInitialiseInventoryGridContainerDisplay {
	display : block;
}

gsmInitialiseInventoryGridContainerRightColumn {

}

/** END INITIALISE INVENTORY **/

/* Generic free task */
.inboundDiv {
	overflow: hidden;
    border-bottom: 1px solid #E7ECF2;
}

.imageContainer {
	text-align: center;
}

.zoomImageContainer {
	padding-left: 5px;
	padding-right: 5px;
}

.attachmentContainer {
	text-align:center;
    border-top: 1px solid #E7ECF2;
    padding: 0px 5px 10px;
}

.attachmentFileName {
    width: 100%;
}

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

.checkButtonContainer {
	overflow: hidden;
}

.gsmTextArea:disabled {
    border: 1px solid #E7ECF2 !important;
}

.gsmTextArea {
	height: 60px !important;
	padding-top: 10px !important;
    border-radius: 10px;
    border: 1px solid #389CFC !important;
}

.gsmTextAreaContainer {
	margin-left: 5px;
	margin-right: 5px;
}

.gsm-display-none {
	display : none;
}

.gsm-max-width {
	width: 100% !important;
}

.blackText {
	color: #000000 !important;
}

.gsmManageSpecialEventTextArea {
	padding: 0px 15px 2px 0px !important;
}

/* custom css for Manage special event shop calendar check box*/
.gsmMoreDataRightColumn .seyc-button.ui-checkbox-off:after,.gsmMoreDataRightColumn .seyc-button.ui-checkbox-on:after {
margin-top: -22px;
margin-left: -15px;
}



.gsmPaddingGridColumn{
padding-top: 10px !important;
margin-top: 0;
margin-bottom: 0;
}

/************* GSMBlock ***************/
.gsmBlockArrow {
padding: 20px 20px 20px 20px;
background-color: #FFFFFF;
}

/**** Production order functionality customize classes ****/

.prodOrderMiddleTextInner {
    padding-left: 20px !important;
    top: 50%;
    width: 100%;
    display: block;
    margin: auto;
}

.ui-icon-addPlus_blue {
    background-image: url(../jquery-mobile/themes/images/svg/ic_businessCard_addPlus_blue.svg);
    background-size: 100% 100%;
}

.gsm-fixed-list {
	float: left;
	display: block;
	width: 100%;
	background-image: url(../jquery-mobile/themes/images/bg_wallpaper.png);
	background-size: cover;
	background-repeat: repeat;
}

.gsmHeaderSummaryMaring {
	margin-top: 5px;
	margin-bottom: 5px;
}

.gsmSummaryInfo {
	background-color: white;
}

.seyc-page .seyc-header-grid .gsm-fixed-list .gsmSummaryCardLeftColumn{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 50%;
	font-weight: normal;
}

.seyc-page .seyc-header-grid .gsm-fixed-list .gsmSummaryCardRightColumn{
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	width: 50%;
	font-weight: normal;
}

.gsmTraceIndicatorBlock {
	padding: 10px;
	margin: 10px 5px;
}

.gsmTraceIndicatorBlockSelected {
	border-radius: 20px;
	border: 2px solid #389CFC;
}

.articleBlockEnrichment {
	font-size: 10px;
}

.articleInfoCellMatrixContainer .seyc-MatrixTextContainer {
	margin: 0px 0px 0px 15px;
	padding : 0;
}

/* Adapt blue content to the height of cell */
.seyc-li-contentParent, .seyc-li-textSecondaryContainer {
	height: 100%;
 }

.seyc-prod-lotNumText {
	color: #395268;
    font-size: 14px;
    padding-right: 5px;
}

.prodMatrixCellRight {
	text-align: right;
    padding: 5px;
}

.prodMatrixCellLeft {
	text-align: left;
    padding: 5px;
}

.gsmProdRightColumn{
	text-align: right;
	min-height: 32px;
}

.gsmProdRightColumn > div {
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

.gsm-separator-br-production {
    border-bottom: 1px solid rgb(57 82 104 / 15%);
    margin-bottom: 20px;
}

.gsmOrderSummaryPageNodeCell {
	padding-top: 15px;
    padding-bottom: 15px;
}

.gsmOrderSummaryPageNodeCellLeftCol {
	padding: 0.25em;
    margin-left: -5px;
}

.gsmOrderSummaryPageNodeCellRightCol {
    text-align: right;
}

/**** Manage subscription functionality customize classes ****/
.gsmSubscLeftColumn{
	text-align: left;
}

.gsmMileStoneQtyField{
    margin-left: 10px;
    margin-top: 2px;
}

.gsmAssortBlockIconImageContainer {
    position: relative;
    height: 100%;
    width: 0.5em;
    float: left;
    padding-left: 20px;
}

.seyc-bcard-title-text-assortment {
	color: #1B8AFF;
    font-size: 15px;
    font-family: Sans-serif;
    text-align: left;
    padding-left: 20px;
    padding-top: 5px;
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    word-break: break-word;
    font-weight: normal;
    text-transform: uppercase;
}

.gsmIncoIndicatorLabel {
	color: #395268 !important;
    font-size: 15px !important;
	font-family: Lato-Regular !important;
	padding: 0px 20px 20px 0px !important;
}

.gsm-separator-br-calendar{
	border-bottom: 0.5px solid rgba(57, 82, 104, 0.3);
	padding: 25px 0 10px 0;
	border-top: 0.5px solid rgba(57, 82, 104, 0.3);
}

.gsmMoreDataRightCalDescColumn{
	text-align: center;
}

.gsmMoreDataLeftCalDescColumn{
	text-align: center;
	padding-left: 1em;
}

.exception-calendar-date_desc{
	font-weight: bold;
    padding-left: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.calendar-Grid_css{
	height: 100px
}

.gsmModifyCalendarColumn  .seyc-text-span{
    width: 40% !important;
}

.gsmModifyCalendarColumn .seyc-checkFieldView-inputLabel{
    width: 57% !important;
}

.gsmModifyCalendarColumn .seyc-fieldWrapper-span .seyc-checkbox label{
    padding-left: 35px;
}

@media screen and (min-width : 400px) and (max-width : 700px) {
 .gsmModifyCalendarColumn .seyc-fieldWrapper-span .seyc-checkbox label{
	padding-left: 52px;
}
}

.calendar-Grid_css .gsmMoreDataRightColumn .seyc-singleLineInputParent-noLabel{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.seyc-dialogPage-content .seyc-page-articleDetail .seyc-input-text,
.seyc-dialogPage-content .seyc-page-articleDetail .seyc-input-search {
    border: none !important;
}
