body, html {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 500;
	font-size: 14px;
}


/*Localization changes zh, ja */

body[language="zh"] ,
body[language="ja"] {
	font-size: 15px;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font30 {
	font-size: 30px;
}

.font32 {
	font-size: 35px;
}

.font35 {
	font-size: 35px;
}

.font42 {
	font-size: 42px;
}

/*p {
	margin: 0 0 10px;
	line-height: 20px;
	color: #939393;
	float: left;
	height: 20px;
	margin: 0px 0px 0px 5px;
	}*/


/*****Font size end******/


/*****Font color******/

.white {
	color: #fff
}

.black1 {
	color: #3e3e3e
}

.black2 {
	color: #323232
}

.black3 {
	color: #454545
}

.black4 {
	color: #777777
}

.blue1 {
	color: #1e53a5
}

.blue2 {
	color: #0060af;
}

.tealColor {
	color: #00a4a6;
}

.grey1 {
	color: #777777;
}

.grey2 {
	color: #aaaaaa;
}

.green {
	color: #00a4a6;
}

.error {
	color: #d0021b
}

.d-inBlock {
	display: inline-block !important;
}

a:hover {	
	text-decoration: none;
}


/*****Font color end******/


/*****Padding******/

.p0 {
	padding: 0 !important
}

.pt0 {
	padding-top: 0
}

.pb0 {
	padding-bottom: 0
}

.p5 {
	padding: 5px
}

.pb5 {
	padding-bottom: 5px !important
}

.pb10 {
	padding-bottom: 10px !important
}

.pb15 {
	padding-bottom: 15px
}

.pb20 {
	padding-bottom: 20px
}

.plr5 {
	padding-left: 5px;
	padding-right: 5px;
}
.plr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.plr25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.pt35 {
	padding-top: 35px
}

.ptb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.ptb25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.pl0 {
	padding-left: 0
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pr0 {
	padding-right: 0
}

.pr0-xs {
	padding-right: 0
}

.pr5 {
	padding-right: 5px
}

.pr10 {
	padding-right: 10px
}

.pt15 {
	padding-top: 15px
}

.pt20 {
	padding-top: 25px
}

.pt5 {
	padding-top: 5px
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pl20 {
	padding-left: 20px;
}

.p10 {
	padding: 10px;
}


/*****Padding end******/


/*****Margin******/

.m0 {
	margin: 0
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px;
}

.mb0 {
	margin-bottom: 0;
}

.mb5 {
	margin-bottom: 5px
}

.mb10 {
	margin-bottom: 10px
}

.mb15 {
	margin-bottom: 15px
}

.mb25 {
	margin-bottom: 25px
}

.mb35 {
	margin-bottom: 35px
}

.mr10 {
	margin-right: 10px
}

.mr30 {
	margin-right: 30px
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.marginTopReorder {
	margin-top: -80px;
}

.ml {
	margin-left: 30px;
}

.ml0 {
	margin-left: 0 !important;
}

.ml20 {
	margin-left: 20px;
}

.mb20 {
	margin-bottom: 20px
}

.ml10 {
	margin-left: 10px;
}

.mlr20 {
	margin-left: 20px;
	margin-right: 20px;
}

.mlr40 {
	margin-left: 40px;
	margin-right: 40px;
}

.m25 {
	margin: 25px;
}

.m10 {
	margin: 10px;
}

.m5 {
	margin: 5px;
}

.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.width100 {
	width: 100%
}


/*****margin end******/


/***** heading tags*****/

h1 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.3px
}

h2 {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.3px
}

h3 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.3px
}

h4 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.3px
}

h5 {
	font-size: 16px;
	font-weight: 600;
}


/***** heading tags end*****/

.border0 {
	border: 0
}

.border-top-bottom {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.border-bottom {
	border-bottom: 1px solid #ddd !important;
}

.border-right0 {
	border-right: 0 !important
}

.border-left0 {
	border-left: 0 !important;
}

.border-bottom0 {
	border-bottom: 0 !important
}

.listNone {
	list-style-type: none
}

.boldText {
	font-weight: 600 !important;
}

.darkBlue {
	background-color: #1e53a5;
}

.bgWhite {
	background-color: #ffffff !important;
}

.bgOffwhite {
	background-color: #f4f4f4 !important;
}

.borderTop {
	border-top: solid 1px #dddddd;
}

.border-bottom {
	border-bottom: 1px solid #ddd !important;
}

ul li:hover a {
	text-decoration: none;
	z-index:9999;
}

.lSpaceing {
	letter-spacing: 0.2px
}

.fontWg600 {
	font-weight: 600 !important
}

.fontWgnor {
	font-weight: normal;
}

.d-block {
	display: block
}


/*****Form element *****/

.form-group .control {
	position: relative;
	width: 100%;
}

select.form-control {
	text-transform: none;
	font-size: 14px;
	width: 100%;
	height: 42px;
	border-radius: 3px;
	border: solid 1px #dddddd;
	background-color: #f7f7f7;
}

.register__container .form-group div.control:after {
	content: "▼";
	position: absolute;
	font-size: 11px;
	line-height: 33px;
	padding: 5px 0px 0px 19px!important;
	color: #fff;
	pointer-events: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 6px 6px 0;
	top: 0;
	right: 0px;
	z-index: 999;
	width: 49px;
	height: 42px;
	/* background: url(/_ui/responsive/theme-tci/images/down-arrow.svg)no-repeat #fff; */
	background-color: #1e53a5;
}

.form-group div.dropDownControl:after {
	content: "▼";
	position: absolute;
	font-size: 11px;
	line-height: 33px;
	padding: 5px 0px 0px 15px!important;
	color: #fff;
	pointer-events: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 6px 6px 0;
	top: 5px;
	right: 0px;
	z-index: 999;
	width: 40px;
	height: 42px;
	/* background: url(/_ui/responsive/theme-tci/images/down-arrow.svg)no-repeat #fff; */
	background-color: #1e53a5;
}

.form-group div.control:after {
	content: "▼";
	position: absolute;
	font-size: 11px;
	line-height: 33px;
	padding: 5px 0px 0px 15px!important;
	color: #fff;
	pointer-events: none;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 6px 6px 0;
	top: 0px;
	right: 0px;
	z-index: 999;
	width: 40px;
	height: 42px;
	/* background: url(/_ui/responsive/theme-tci/images/down-arrow.svg)no-repeat #fff; */
	background-color: #1e53a5;
	display: block
}

.form-group input[type="text"],
.form-group input[type="password"] {
	height: 42px;
	border-radius: 3px;
	border: solid 1px #dddddd;
	background-color: #f7f7f7;
}


/*custom radio button----------*/

.lblRadio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Hide the browser's default radio button */

.lblRadio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}


/* Create a custom radio button */

.checkmarkRadio {
	position: absolute;
	top: 9px;
	left: 14px;
	height: 21px;
	width: 21px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #ddd;
}


/* On mouse-over, add a grey background color */

.lblRadio:hover input~.checkmarkRadio {
	background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.lblRadio input:checked~.checkmarkRadio {
	background-color: #1e53a5;
	border: 1px solid #1e53a5;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmarkRadio:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the indicator (dot/circle) when checked */

.lblRadio input:checked~.checkmarkRadio:after {
	display: block;
}


/* Style the indicator (dot/circle) */

.lblRadio .checkmarkRadio:after {
	top: 4px;
	left: 4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;
}


/*end*/

.processingImg img,
.shippedImg img,
.awaitingShipImg img,
.customManufactureImg img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.processingImg,
.awaitingShipImg,
.shippedImg,
.customManufactureImg {
	display: inline-block;
	margin-left: -8px;
}

.processingDiv,
.awaitingShipDiv,
.customManufactureDiv,
.shippedDiv {
	border-radius: 5.5px;
	background-color: #00a4a6;
	display: inline-block;
}


/* .unshippedDiv,.awaitingShipDivGrey */

.processingDivGrey,
.shippedDivGrey,
.awaitingShipDivGrey,
.customManufactureDivGrey {
	border-radius: 5.5px;
	background-color: #dedede;
	display: inline-block;
}

.processingDiv,
.processingDivGrey {
	width: 9%;
	height: 10px;
}

.awaitingShipDiv,
.shippedDiv,
.customManufactureDiv,
.awaitingShipDivGrey,
.shippedDivGrey,
.customManufactureDivGrey {
	width: 14.4%;
	height: 10px;
	margin-left: -4px;
}


/*   For customised radio */


/* The container */

.containerRadio {
	display: block;
	position: relative;
	padding-left: 22px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Hide the browser's default radio button */

.containerRadio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	right: 20px;
}


/* Create a custom radio button */

.checkmarkRadio {
	/* position: absolute;
  top: 8px;
  left: 5px; */
	height: 17px;
	width: 17px;
	background-color: #eee;
	border-radius: 50%;
	border: 1px solid #ccc;
}


/* On mouse-over, add a grey background color */

.containerRadio:hover input~.checkmarkRadio {
	background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.containerRadio input:checked~.checkmarkRadio {
	background-color: #1e53a5;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmarkRadio:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the indicator (dot/circle) when checked */

.containerRadio input:checked~.checkmarkRadio:after {
	display: block;
}


/* Style the indicator (dot/circle) */

.containerRadio .checkmarkRadio:after {
	top: 4px;
	left: 4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;
}


/* customized checkbox */


/* Hide the browser's default checkbox */

.containerCheckBox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkboxEmptyImage {
	background: url(../images/unselected.svg) no-repeat top left;
	width: 30px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	margin-top: 20px;
}

.checkboxSelectedImage {
	background: url(../images/selected.svg) no-repeat top left;
	width: 30px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	margin-top: 20px;
}

.textUnderline {
	text-decoration: underline;
}


/*Replacing the plus/minus glyphicons with images provided  */

.glyphicon-plus:before {
	content: url('../images/plus-accordions.png');
}

.glyphicon-minus:before {
	content: url('../images/minus-accordions.svg');
}

.glyphicon-minus {
	margin-bottom: 12px;
}

hr {
	border: solid 1px #dddddd;
}

.marginZero {
	margin: 0;
}

::placeholder {
	/* Firefox, Chrome, Opera */
	color: #ccc !important;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc !important;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ccc !important;
}

.btn {
	text-transform: none;
	font-weight: 600;
}

.btn-primary {
	background-color: #1e53a5;
}

.btn-primary:hover {
	background-color: #00a4a6;
	border-color: #00a4a6;
}

.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn[disabled]:hover {
	background-color: #dddddd;
	border-color: #dddddd;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.overflowHidden{
    overflow:hidden;    
}
.anchorText a:focus, .anchorText a:hover, .anchorText a:active
{
	color: #3572b0;
	text-decoration: underline !important;			
}

.block {
    display: block !important;
}
table img {
    max-width: 100%;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.cursorPointer{
	
	cursor: pointer;
}
.modal-content{
	border-radius:0;
}

p{
   word-break: break-word;
}
