@import url("fonts/bosisstd-bold.css");

@import url("fonts/ss-glyphish-outlined.css");

html {
	height: 100%;
}

body {
	overflow: hidden;
}

.login_header {
	width: 100%;
}

.wcg_logo {
	display: none !important;
}

.login_footer {
	margin-top: 100px;
	width: 100%;
}

.full_size {
	width: 100%;
	height: 100%;
}

.login_page_centered {
	margin: auto;
	max-width: 1200px;
	width: 100%;
}

.login_form {
	left: 20%;
	position: relative;
	top: -12%;
	width: 280px;
}

.login_form .link_button {
	font-weight: bolder;
	line-height: 200%;
}

.login_form  .mdr_label {
	font-weight: bolder;
	width: 80px;
}

.login_form .mdr_textbox {
	border: 1px solid #9295b2;
	width: 170px;
}

.login_form .warning {
	text-align: center;
	color: red;
	font-weight: bolder;
}

.login_form .sso_warning {
	text-align: center;
	color: red;
	font-weight: bolder;
	font-size: 1.3em;
}

.loading_process {
	position: absolute;
	top: 100%;
	left: 50%;
	padding: 20px;
	background: transparent;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.claro .login_form .dijitButton .dijitButtonNode {
	border: 0;
	background: none;
	box-shadow: none;
	text-decoration: underline;
	font-size: 1.2em;
}

.login_form .header {
	font-size: 130%;
	font-weight: bolder;
	line-height: 300%;
}

.hidden {
	display: none;
}

.wsui .hidden {
	display: none;
}

.link_button {
	float: right;
}

.claro .dijitContentPane {
	padding: 0 !important;
}

/** Cms caused **/
.claro .menuPane {
	border: none;
}

.claro .wsui_logo {
	float: left;
	height: 31px;
	margin-left: 20px;
	padding-top: 5px;
}

.claro .wsui .wsui_topbar {
	background-color: #E2E3E4;
	height: 40px;
	overflow: visible;
	padding-top: 5px;
	z-index: 1000;
}

.app_title {
	float: left;
	font-family: 'BosisStdBold', arial, helvetica, sans-serif;
	font-size: 3em;
	margin-left: 10px;
	position: relative;
	top: -8px;
	padding-top: 5px;
	color: #595959;
}

.workspace_menu {
	font-family: 'BosisStdBold', arial, helvetica, sans-serif;
	float: right;
	font-size: 1.7em;
	margin-top: -2px;
}

.wsui_selected_app {
	/*color:#A61333;*/
	
}

.claro .wsui .menuBar {
	overflow: hidden;
}

.claro .wsui .menuPane {
	background-color: #5D6771;
	height: 43px;
}

.wsui_logoff {
	float: right;
	margin-right: 30px;
	margin-top: 20px;
	font-weight: bolder;
	text-decoration: underline;
	cursor: pointer;
}

.cms_widget {
	background-color: #E2E3E4;
}

.wsui_menu {
	margin-right: 10px;
	text-decoration: underline;
	cursor: pointer;
	float: left;
}

.wsui_submenu {
	display: inline;
	padding-top: 10px;
	position: absolute;
	top: 35px;
}

.ico_ws {
	height: 22px;
	width: 22px;
}

.wsui_menu_area {
	margin-left: 80px;
	display: inline-block;
	padding: 3px;
}

.wsui_button_container {
	padding-right: 20px;
	float: left;
}

.claro .wsui .dijitButton .dijitButtonNode {
	background-color: #5D6771;
}