/* $Id: weblogin.css 18466 2017-02-06 13:34:34Z hartmaca $ */

/* ========================================================================== */
/* Global                                                                     */
/* ========================================================================== */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figure, figcaption, hgroup, menu, footer, header, nav, section,
summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header,
nav, section, audio, video {
	display: block;
}

a img {
	border: 0;
}

/* ========================================================================== */
/* Main styles                                                                */
/* ========================================================================== */

html {
	margin: 0 0 1px;
	font-size: 100.01%;
}

body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #fff;
	margin: 15 10 15 10;
	padding: 0;
	text-align: left;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* ========================================================================== */
/* Forms                                                                      */
/* ========================================================================== */

input[type=text],
input[type=password] {
	border: 1px solid #bebebe;
	padding: 0 5px;
	width: 160px;
	height: 1.833em; /* 22px = 5px + 12px + 5px */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	/* IE8 */
	line-height: 22px\9;
}

input[type=qna] {
	border: 1px solid #bebebe;
	padding: 0 5px;
	width: 250px;
	height: 1.833em; /* 22px = 5px + 12px + 5px */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	/* IE8 */
	line-height: 22px\9;
}

input[type=button] {
	float: right;
	margin-left: 15px;
	min-width: 80px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.08em;
	font-weight: bold;
	color: #fff;
	background-color: #974237;
	border: none;
	border: 1px solid #bebebe;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	/* IE8 */
	min-width: 60px\9; 
}

input[type=button].grey {
	color: #000;
	background-color: #c0c0c0;
}

input:disabled[type=button] {
	color: #646464;
	background-color: #c0c0c0;
}

select {
	border: 1px solid #bebebe;
	padding-left: 5px;
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

/* ========================================================================== */
/* Document                                                                   */
/* ========================================================================== */

#WRAPPER {
	width: 980px;
	margin: 0 auto;
	padding: 0 6px;
	display: block;
}

/* ========================================================================== */
/* Header                                                                     */
/* ========================================================================== */

.headerContainer{
}

.headerContainer .navbar {
	height: 37px;
	background: #f5f5f5;
	background-image: -webkit-linear-gradient(top, #f5f5f5, #ebebeb); /* Webkit browsers (Chrome & Safari) */
	background-image: -moz-linear-gradient(top, #f5f5f5, #ebebeb); /* Mozilla browsers (Firefox) */
	background-image: -ms-linear-gradient(top, #f5f5f5 0%, #ebebeb 100%); /* Microsoft IE11? */
	background-image: linear-gradient(top, #f5f5f5 0%, #ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#ebebeb',GradientType=0); /* Internet Explorer */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #cecece;
	border-collapse: collapse;
	line-height: 36px;
	margin-bottom: 10px;
}

.header {
	overflow: hidden;
	height: 80px;
}

.header div {
	width: auto;
}

.header .logo {
	float: left;
	margin-top: 26px;
	background: url(/weblogin/images/default/ubs_regular_rgb_26.gif);
	width: 108px;
	height: 42px;
}

.header .nav {
	float: right;
}

.header .nav ul {
	border-left: 1px solid #bebebe;
	padding-top: 6px;
}

.header .nav ul li {
	padding: 3px 18px;
}

.header .nav ul a {
	font-weight: bold;
	font-size: 0.9167em;
}

.header .nav ul a:link,
.header .nav ul a:visited,
.header .nav ul a:active {
	color: #444;
	text-decoration: none;
}

.header .nav ul a:hover,
.header .nav ul a:focus {
	color: #234774;
	text-decoration: underline;
}

/* ========================================================================== */
/* Logo                                                                       */
/* ========================================================================== */

.logoContainer {
	/*margin: 16px 0 16px 252px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.logoContainer .heading {
	/* float: left; */
	background: url(/weblogin/images/default/UBS_Login.png);
	width: 132px;
	height: 34px;
}

/* ========================================================================== */
/* Content                                                                    */
/* ========================================================================== */

.contentContainer {
	vertical-align: top;
	text-align: left;
	float: left;
	width: 680px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.18);
}

.contentContainerCenter {
	vertical-align: top;
	text-align: left;
	float: center;
	width: 680px;
	margin-top: 0px;
	margin-left: 150px;
	margin-right: 20px;
	margin-bottom: 0px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.18);
}

.contentTitle {
	background: #f5f5f5;
	background-image: -webkit-linear-gradient(top, #f5f5f5, #ebebeb); /* Webkit browsers (Chrome & Safari) */
	background-image: -moz-linear-gradient(top, #f5f5f5, #ebebeb); /* Mozilla browsers (Firefox) */
	background-image: -ms-linear-gradient(top, #f5f5f5 0%, #ebebeb 100%); /* Microsoft IE11? */
	background-image: linear-gradient(top, #f5f5f5 0%, #ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#ebebeb',GradientType=0); /* Internet Explorer */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	height: 35px;
	line-height: 34px;
	vertical-align: baseline;
}

.center {
	text-align: center;
}

.contentWarning {
	color: red;
}

.contentBody {
	font-size: 1.083em;
	line-height: 1.154; /* 15px; */
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: 2px solid #ebebeb;
}

.contentContainer table {
	width: 100%;
}

.messages {
	padding-bottom: 12px;
}

.errormessage {
	padding-bottom: 12px;
}

.qnaBox { 
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 16px;
	padding-bottom: 0px;
	margin: 0px;
}

.qnaBox td {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc; 
}

.loginBoxPlain {
	font-weight: bold;
	padding-right: 240px;
	padding-left: 100px;
	padding-top: 16px;
	padding-bottom: 0px;
	margin: 0px;
}

.loginBox {
	background-image: url(/weblogin/images/lock.png);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	font-weight: bold;
	padding-right: 210px;
	padding-left: 70px;
	padding-top: 16px;
	padding-bottom: 0px;
	margin: 0px;
}

.loginBox a:link,
.loginBox a:visited,
.loginBox a:active {
	color: #234774;
	font-weight: bold;
	text-decoration: underline;
}

.loginBox a:hover,
.loginBox a:focus {
	text-decoration: none;
}

.inputLabel {
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 40%;
}

.qnaLabel {
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 53%;
}

.buttonBox {
	margin-top: 16px;
	padding-top: 5px;
	padding-right: 260px; 
	padding-bottom: 40px;
}

.buttonBoxWide {
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 40px; 
	padding-bottom: 40px;
}

.version {
	font-size: 70%;
	padding: 0px;
}

.msg_info {
	color: white;
	background-image: url(/weblogin/images/info.gif);
	background-repeat: no-repeat;
	background-color: #3783FF;
	background-position:left center;
	border: 1px solid black;
	padding-left: 38px;
	min-height: 33px; 
}

.msg_warning {
	background-image: url(/weblogin/images/warning.gif);
	background-repeat: no-repeat;
	background-color: #FFF5AD;
	background-position:left center;
	border: 1px solid black;
	padding-left: 38px;
	min-height: 33px; 
}

.msg_error {
	background-image: url(/weblogin/images/error.gif);
	background-repeat: no-repeat;
	background-color: #FFDCC7;
	border: 1px solid black;
	background-position:left center;
	padding-left: 38px;
	min-height: 33px; 
}

.msg_fatal {
	color: white;
	background-image: url(/weblogin/images/fatal.gif);
	background-repeat: no-repeat;
	background-color: red;
	background-position:left center;
	border: 1px solid black;
	padding-left: 38px;
	min-height: 33px; 
}

ul.pwdcheck {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0!important;
	padding-left: 0!important;
}

li.pwdcheck_no {
	background: url(/weblogin/images/no.gif) no-repeat left top;
	padding-left: 15px!important;
	display: block;
}

li.pwdcheck_yes {
	background: url(/weblogin/images/yes.gif) no-repeat left top;
	padding-left: 15px!important;
	display: block;
}

/* ========================================================================== */
/* Sidebar                                                                    */
/* ========================================================================== */

.sidebarContainer {
	vertical-align: top;
	text-align: left;
	float: left;
	width: 230px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.18);
}

.sidebarTitle {
	background: #838383;
	background-image: -webkit-linear-gradient(top, #838383, #696969); /* Webkit browsers (Chrome & Safari) */
	background-image: -moz-linear-gradient(top, #838383, #696969); /* Mozilla browsers (Firefox) */
	background-image: -ms-linear-gradient(top, #838383 0%, #696969 100%); /* Microsoft IE11? */
	background-image: linear-gradient(top, #838383 0%, #696969 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838383',endColorstr='#696969',GradientType=0); /* Internet Explorer */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	height: 35px;
	line-height: 34px;
	vertical-align: baseline;
}

.sidebarBody {
	font-size: 1.083em;
	line-height: 1.154; /* 15px; */
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: 2px solid #ebebeb;
}

.sidebarContainer ul,
.sidebarContainer ul li ul {
	list-style-type: square;
	margin-left: 14px;
}

.sidebarContainer ul li {
	font-size: 100%;
	line-height: 16px;
}

.sidebarContainer ul ul {
	list-style-type: disc;
}

/* ========================================================================== */
/* Footer                                                                     */
/* ========================================================================== */

.footerContainer {
	padding-top: 32px;
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
}

.footerContainer .line {
	border-top: 2px solid #ebebeb;
}

.footerContainer .nav {
	padding-top: 24px;
	margin-bottom: 16px;
}

.footerContainer .nav ul {
	list-style-type: none;
}

.footerContainer .nav li {
	display: inline;
	border-left: 1px solid #bebebe;
	padding: 0 8px;
	line-height: 16px;
}

.footerContainer .nav li.first {
	border-left: none;
	padding-left: 0;
}

.footerContainer .nav a {
	text-decoration: underline;
}

.footerContainer .nav a:link,
.footerContainer .nav a:visited,
.footerContainer .nav a:active {
	color: #444;
	text-decoration: none;
}

.footerContainer .nav a:hover,
.footerContainer .nav a:focus {
	color: #234774;
	text-decoration: underline;
}

.footerContainer .contentInfo {
	font-size: 0.917em
}

/* Modular floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ========================================================================== */
/* Featherlight Pop-Up                                                        */
/* ========================================================================== */

@media all {
	.fixwidth .featherlight-content {
		width: 500px;
		padding: 25px;
	}
}

#msg_content_cookies em {
	color: #e60000;
}

/* ========================================================================== */
/* Busy Indicator                                                             */
/* ========================================================================== */

#busyindicator {
	margin: 0px 0px 0px 0px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
}

#busyindicator:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

#busyindicator img {
	display: inline-block;
	vertical-align: middle:
}
