@import url("common.css");
@import url("../../roche/portal/css/fonts.css");
body.Login {
	color: rgba(255,255,255,0.95);
	overflow: auto;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 670px) {
	body.md-emulation-hh {
		font-size: 100% !important;
	}
}

.form-control:-moz-placeholder {
  color: #c9c9c9;
  font-size : 1.2em;
  font-weight : normal;}

::-moz-placeholder {
  color: #c9c9c9;
  font-size : 1.2em;
  font-weight : normal;}

.form-control:-ms-input-placeholder {
  color: #c9c9c9;
  font-size : 1.2em;
  font-weight : normal;}

::-webkit-input-placeholder {
  color: #c9c9c9;
  font-size : 1.2em;
  font-weight : normal; }

A:link, A:visited, A:active {
	color: #06c;
}
A:hover {
	color: #36c;
}
label {
	display: inline-block;
	color : #06c
}
sup { font-size: 60%;}
.master {
	margin: 0 auto;
}
.master .content {
	width: 28.333em;
	top: 50%;
	left: 50%;
	margin: -19.25em 0 0 -14.167em;
	position: absolute;
	display: block;
}
.LoginHeader {
	display: inline-block;
	width: inherit;
}
.master .Logo {
	background-image: url(../image/ums/roche-inventory-solution_logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	height: 5em;
	width: 100%;
}
.master .ESeries {
	color: #8c9398;
	text-align: right;
	font-size: 120%;
	height: 2em;
	margin: 0;
	padding: 0.667em 0 0;
}
.master .middle {
	background: #FFFFFF;
	padding: 2.500em;
    border-radius: 0.5em;
	margin: 0 auto;
	width: 23.333em;
	box-shadow: 1px 3px 6px #D9D9D9;
}
.master .middle  input[type="checkbox"] {
	margin: 0.02em;
	padding: 0;
}
.master .middle input[type="text"], .master .middle input[type="password"] {
	margin: 0.5em 0 1.167em 0;
	border: 0.083em solid #aeb6bd;
	height: 3em;
	padding: 0 0.5em;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.LoginCheckBox {
	padding-buttom: 1.333em;
}

.LoginActions, .SsoLogin {
	padding-top: 1.333em;
}

.LoginActions button, .SsoLogin button  {
	border-radius: 3px;
    border: 0px;
    margin: 0px;
    padding: 6px 15px;
    background: #0066cc;
    background: -moz-linear-gradient(top, #0066cc 0%, #005ab3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066cc), color-stop(100%,#005ab3));
    background: -webkit-linear-gradient(top, #0066cc 0%,#005ab3 100%);
    background: -o-linear-gradient(top, #0066cc 0%,#005ab3 100%);
    background: -ms-linear-gradient(top, #0066cc 0%,#005ab3 100%);
    background: linear-gradient(to bottom, #0066cc 0%,#005ab3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#005ab3',GradientType=0 );
    color: white;
    line-height: 1.351em;
    font-size: 1em;
}
.releaseNumber{
	font-family: imago;
	color:#000000;
	font-size:12pt;
}
.BottomLinks {
	padding-top: 0.833em;
}
.BottomLinks a:link, .BottomLinks a:visited, .BottomLinks a:active {
	display: block;
	padding-top: 0.833em;
	text-align: left;
}

.zoom {
	text-align: right;
	margin: 1.5em -2.5em -1.5em -2.5em;
	padding: 1em 1em 0 0;
	border-top-width: 0.083em;
	border-top-style: solid;
	border-top-color: #e8e8e8;
	display: block;
}
.zoom a {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: inline-block;
	height: 1.333em;
	width: 1.333em;
	padding: 0.167em;
	border-width: 0.083em;
	border-style: solid;
	border-color: #aaafb3;
	border-radius: 0.2em;
}
.zoom a:hover {
	border-color: #36c;
}
.zoomLevel {
	font-size: 1.2em;
	padding: 0.167em;
	margin-right: 0.5em;
	display: inline-block;
	vertical-align: top;
}
.zoom .zoomout {
	background-image: url(../image/common/zoomout.svg);
	margin-right: 0.5em;
}
.zoom .zoomin {
	background-image: url(../image/common/zoomin.svg);
}

/* TOUCH STYLES */
body.md-touch {
	font-size: 1.25em;
}
.md-hh html {
	font-size: 75% !important;
}
.md-touch .master .Logo {
	background-position: 0 100%;
	background-size: 100%;
}

.md-touch .zoom a {
	background-size: 1.25em 1.25em;
}
.md-touch .zoom a:hover {
	background-position: 50% 50%;
}
.md-touch .master .ESeries {
	height: 2em;
}
.md-touch .master .content {
	margin: -19.70em 0 0 -14.167em;
}

/* TOUCH STYLES */

/*==============================
=            footer            =
==============================*/
#footer {
  background-color: #333333;
  margin-top: 50px;
  width: 100%;
  font-family: "imago-pro-roche-n4", "imago-pro-roche", arial;
  color: #999999;
  font-size: 13px;
  padding: 9px 0 28px; }

#footerDetails {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }

.footerLinks {
  float: left;
  position: relative; }

.footerLinks.china-en {
  width: 84%; }

.footerLinks ul {
  margin-left: -39px;
  margin-bottom: 8px;
  margin-right: 0; }

.footerLinks a:link, .footerLinks a:visited, .footerLinks a:active {
  color: #999999;
  text-decoration: none;
  padding: 0 25px 0 10px; }

.footerLinks li {
  display: inline;
  list-style-type: none; }

.footerLinks.footerLinks li a {
  background: url(../image/desktop/footer_greypointer.png) no-repeat left center; }

.footerLinks li a:hover {
  color: #0066cc;
  text-decoration: none;
  background: url(../image/desktop/footer_bluepointer.png) no-repeat left center; }

.footerLinks li .f-phone-number {
  margin: 0 25px 0 -5px;
  white-space: nowrap; }

.footerLinks li .pp-date {
  white-space: nowrap; }

.footerLinks li .f-phone-number a {
  background: none; }

.footerLinks li:last-child a {
  padding-right: 30px; }

.socialMedia {
  float: right;
  margin-top: 1px;
  z-index: -99;
  text-align: right;
  margin-left: 10px;
  margin-bottom: 5px; }

.socialMedia span:first-child, .mobileSocialMedia span:first-child {
  float: left;
  padding-right: 4px;
  line-height: .8em;
  padding-top: 3px; }

.twitter > a {
  background: url(../image/desktop/twitter.png);
  width: 18px;
  background-size: 18px 30px; }

.ie8 .twitter > a {
  background: url(../image/desktop/twitter-ie.png); }

.linkedin > a {
  background: url(../image/desktop/linkedin.png);
  width: 15px;
  background-size: 15px 30px; }

.ie8 .linkedin > a {
  background: url(../image/desktop/linkedin-ie.png); }

.facebook > a {
  background: url(../image/desktop/facebook.png);
  width: 7px;
  background-size: 7px 30px; }

.ie8 .facebook > a {
  background: url(../image/desktop/facebook-ie.png);
  width: 8px; }

.youtube > a {
  background: url(../image/desktop/youtube.png);
  width: 36px;
  background-size: 36px 30px; }

.ie8 .youtube > a {
  background: url(../image/desktop/youtube-ie.png); }

.pinterest > a {
  background: url(../image/desktop/pinterest.png);
  width: 15px;
  background-size: 15px 30px; }

.ie8 .pinterest > a {
  background: url(../image/desktop/pinterest-ie.png); }

.socialMedia a, .mobileSocialMedia a {
  text-decoration: none;
  display: inline-block;
  background-repeat: no-repeat;
  height: 15px;
  margin-left: 6px; }

.socialMedia a:hover, .mobileSocialMedia a:hover {
  background-position: 0 -15px; }

.footerText {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  clear: both; }

.footerText p {
  margin: 0; }

.mobileSocialMedia {
  display: none; }

/*-----  End of footer  ------*/

.loginForm {
	height: 75%;
}

.copyright {
  background: url(../image/desktop/copyrightinfo.png)  no-repeat left center;
  background-size: 80%;
  height  : 5px;
  width : 18px;}

 .loginHR {
	 background-color: #f2f2f2;
	 height: 1px;
	 border: 0;
 }