﻿﻿ï»¿
/*added by Aries (UX - Singapore) for help centre pages*/
.mk-help-index-banner-img { background:url(../../images/common/help_center/fluid786_header1_fore_help-center.jpg) no-repeat bottom right;}
.mk-help_center-img { background-image:url(../../images/common/help_center/helpCenterPage.jpg);}

.ux_help_input {
	width: 470px;
	height:18px;
	margin-top:-2px;
	font-size: 1.2em;
	border: solid 1px #C4C5C8;
	padding: 3px 5px;
	color: #A4A5A9;
}

.ux_btn_tertiary {
	background: #f4f5f9 url('../../images/common/help_center/ltgrey2_bottom.gif') bottom left repeat-x;
	color: #333333;
}
.ux_btn_tertiary:hover {
	border-color: #444444;
  	background: #f4f5f9 url('../../images/common/help_center/ltgrey2_bottom_hov.gif') bottom left repeat-x;
}

.ux_btn_helpCenterSearch {
	height:26px;
	margin-left: 0;
	color: #646569;
	border: 2px outset buttonface;
	border-radius:4px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radious: 4px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;	
}
.ux_btn_helpCenterSearch:hover {
	border: 2px outset buttonface;
}

#inputsitesearch{
	width:350px;
	height:23px;
	font-size:1.2em
}

#cse-search-box{
	margin-bottom:10px;
}


.quicklink-answer {
	display: none;
	position:relative;
	padding-bottom: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}


.ux-notes {
	font-weight:bold;
}

.ux-screen-shot-img, .ux-screen-shot-imgZoomable {
    margin: 15px 0 5px 5px;
    padding:0;
    border: solid 1px #D0D0D0;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 14pt;
    vertical-align: middle;
    text-align: center;
    -moz-box-shadow: 0 0 5px 2px #E0E0E0;
    -webkit-box-shadow: 0 0 5px 2px #E0E0E0;
    box-shadow: 0 0 5px 2px #E0E0E0;
}
.ux-screen-shot-imgZoomable {
    border: solid 1px #007FAC;
}
.ux-screen-shot-imgZoomable:hover {
    -moz-box-shadow: 0 0 8px 2px #9ED4E7;
    -webkit-box-shadow: 0 0 8px 2px #9ED4E7;
    box-shadow: 0 0 8px 2px #9ED4E7;
	cursor:pointer;
	background: url('../../images/common/help_center/overlay_zoom.png') no-repeat scroll right bottom; 
}
.ux-screen-shot-captions {
	font-size:0.9em;
	color: #606060;
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgba(255,255,255,0.93);
}

.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}

.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
	-webkit-animation: fadeInScale 1.2s ease-in-out;
	-moz-animation: fadeInScale 1.2s ease-in-out;
	-o-animation: fadeInScale 1.2s ease-in-out;
	-ms-animation: fadeInScale 1.2s ease-in-out;
	animation: fadeInScale 1.2s ease-in-out;
}
.lb-close {
	background: #F17C0E;
	border: 1px #999999 solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: white;
	position: absolute;
	top: 60px;
	left: 50%;
	font-size: 13px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	width: 100px;
	height: 23px;
	overflow: hidden;
	margin-left: -50px;
}
.lb-close:hover{
	color: white;
	text-decoration: none;
	border:1px #333333 solid;
}

.ux-required {
	text-align:right;
}

.ux-icons-legend li {
	list-style: none;
	padding: 4px 0 6px 0px;
}

.ux-packaging-text {
	padding-bottom:10px;
}
.ux-help-packaging-img {
	float: right;
	width: 100px;
	height: 80px;
	margin: 0 0 10px 10px;
	background:url(../../images/common/help_center/packaging_options.jpg) no-repeat bottom right;
}
.ux-help-packaging-position1 {background-position: 0px 0px;}
.ux-help-packaging-position2 {background-position: 0px -80px;}
.ux-help-packaging-position3 {background-position: 0px -160px;}
.ux-help-packaging-position4 {background-position: 0px -240px;}
.ux-help-packaging-position5 {background-position: 0px -320px;}
.ux-help-packaging-position6 {background-position: 0px -400px;}
.ux-help-packaging-position7 {background-position: 0px -480px;}
.ux-help-packaging-position8 {background-position: 0px -560px;}
/* Sprint 25_STM3-932 story changes are not visible on APAC and Newark for both mobile & desktop */
ul.mk-impact-ul li, ul.mk-impact-ul-sm li {
    background: none !important;
}
ul.mk-impact-ul li:before, ul.mk-impact-ul-sm li:before {
    content: "\25CF";
    color: #24A148;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: bolder;
    font-size: large;
    position: relative;
    top: 1px;
}
h3.mk-text-bold{
display: inline-block;
}
@media (min-width:801px) {
/* tablet, landscape iPad, lo-res laptops ands desktops */
ul.mk-impact-ul li:before, ul.mk-impact-ul-sm li:before{
margin-left: 0;
}
}