﻿* {
	margin:0px;
	padding:0px;
}
html, body
{
    height:100%;
    width:100%;
    background-color:#ffffff;
    color:#000000;
    font-weight:normal;
    font-family:"MuseoSans", "Segoe UI" , "Segoe" , "SegoeUI-Regular-final", Tahoma, Helvetica, Arial, sans-serif;
    -ms-overflow-style:-ms-autohiding-scrollbar;
}

body
{
    font-size:1em;
}

#noScript { margin:16px; color:Black; }

:lang(en-GB){quotes:'\2018' '\2019' '\201C' '\201D';}
:lang(zh){font-family:微软雅黑;}

@-ms-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@-webkit-viewport { width: device-width; }
@viewport { width: device-width; }

/* Theme layout styles */

#fullPage, #brandingWrapper
{
    width:100%;
    height:100%;
    background-color:inherit;
	background-color: #ffffff;
    background-image: none;
}
#brandingWrapper
{
    background-color:#7d8084;
	display:none;
}
#branding
{       
    /* A background image will be added to the #branding element at run-time once the illustration image is configured in the theme. 
       Recommended image dimensions: 1420x1200 pixels, JPG or PNG, 200 kB average, 500 kB maximum. */
    height:100%;
    margin-right:500px; margin-left:0px;
    background-color:inherit;
    background-repeat: no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}
#contentWrapper
{
    overflow:visible;
	text-align:center;
	float:none; 
}
#content {
	position:relative;
    width:400px;
    padding:2em;
	margin-left:auto;
	margin-right:auto;
}
#header
{
    font-size:2em;
    font-weight:lighter;
    font-family:"MuseoSans", "Segoe UI Light" , "Segoe" , "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
    overflow:hidden;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0.2em;
}
#header img
{
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
    width:auto;
    height:auto;
	
}
#workArea, #header
{
    word-wrap:break-word;
    width:auto;
}
#workArea {
	padding:1em 2em 0 2em;
	border-color:#e0e0e0;
    background-color:#fff;
    border-radius:3px;
    border-style:solid;
    border-width:1px;
	text-align:left;
	 }
	
#footerPlaceholder
{
	display:none;
}
#footer
{
    height:40px;
    padding:10px 50px 0px 50px;
    position:relative;
    color:#666666;
    font-size:0.78em;
}
#footerLinks
{
    float:none;
    padding-top:10px;
}
#copyright {color:#696969; display:none;}
.pageLink { color:#000000; padding-left:16px; }

/* Common content styles */

#loginMessage { font-size:1.1em; font-family:"MuseoSans", "Segoe UI Light" , "Segoe" , "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif; font-weight:500; letter-spacing:-0.01em; }

.clear {clear:both;}
.float { float:left; } 
.floatReverse { float:right; } 
.indent { margin-left:16px; } 
.indentNonCollapsible { padding-left:16px; }
.hidden {display:none;}
.notHidden {display:inherit;}
.error {
    background: #f4c7c7 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: none;
    color: #bc1b1c;
    filter: none;
    font-size: 0.9em;
    margin: 0 -40px 120px -40px;
    padding: 15px 30px;
	}
#errorText {
	padding-left:1em;
	color:#222;
}

#errorText:before {
	content:"\f00d";
	font-family: 'FontAwesome';
	margin-right:0.5em;
	font-size:1.2em;
	color:#d21e1e;
}
.actionLink { margin-bottom:8px; display:block; }
a
{
    color:#2672ec;
    text-decoration:none;
    background-color:transparent;
}
ul { list-style-type: disc; }
h1,h2,h3,h4,h5,label { margin-bottom: 8px; }
.submitMargin { margin-top:38px; margin-bottom:30px; }
.topFieldMargin { margin-top:2em; }
.fieldMargin { margin-bottom:2em; }
.groupMargin { margin-bottom:1em; } 
.sectionMargin { margin-bottom:64px; }
.block { display: block; }
.autoWidth { width:auto; }
.fullWidth { width:342px; }
.fullWidthIndent { width:326px; }
input
{
    max-width:100%; 
    font-family:inherit;
    margin-bottom:8px;
}
input[type="radio"], input[type="checkbox"] {
    vertical-align:middle;
    margin-bottom: 0px;
}
span.submit, input[type="submit"]
{
	/*background-color: #0085a6;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3fa3bc+0,0085a6+100 */
background: #6f6f6f; /* Old browsers */
background: -moz-linear-gradient(top,  #6f6f6f 0%, #adabab 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#adabab)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6f6f6f 0%,#adabab 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6f6f6f 0%,#adabab 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6f6f6f 0%,#adabab 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6f6f6f 0%,#adabab 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#adabab',GradientType=0 ); /* IE6-9 */

    border: 0 none;
    box-shadow: none;
    color: #ffffff;
    font-family:"MuseoSans", "Segoe UI Light" , "Segoe" , "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    height: 40px;
    margin: 0 0 10px;
    text-align: center;
    padding: 0;
    text-shadow: none !important;
    width: 100%;
	border-radius: 2px;
	cursor: pointer;
    display: inline-block;
    line-height: normal;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    display: block;
    line-height: 40px;
}
input[type="submit"]:hover,span.submit:hover
{
	opacity:0.8;
}
input.text{
	font-family:"MuseoSans", "Segoe UI Light" , "Segoe" , "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
	width: 100%;
	border: 1px solid #e0e0e0;
    box-shadow: 0 2px 6px #eaeaea inset;
	background: #fff none repeat scroll 0 0;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    font-weight: 300;
    padding: 8px 6px;
    resize: none;
    vertical-align: middle;
	color: #666;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input.text:focus
{
 border:1px solid #a3a3a3; -webkit-box-shadow:0px 0px 3px #a3a3a3; -moz-box-shadow:0px 0px 3px #a3a3a3; -o-box-shadow:0px 0px 3px #a3a3a3; -ms-box-shadow:0px 0px 3px #a3a3a3; box-shadow:0px 0px 3px #a3a3a3;
}
select
{
    height:28px;
    min-width:60px;
    max-width:100%; 
    margin-bottom:8px;

    white-space:nowrap;
    overflow:hidden;
    box-shadow:none;
    padding:2px;
    font-family:inherit;
}
h1, .giantText
{
   font-size:2.0em; 
   font-weight:lighter;
}          
h2, .bigText
{
   font-size:1.33em;
   font-weight:lighter;
}
h3, .normalText
{
    font-size:1.0em;
    font-weight:normal;
}
h4, .smallText
{
    font-size:0.9em;
    font-weight:normal;
}
h5, .tinyText
{
    font-size:0.8em;
    font-weight:normal;
}
.hint
{
    color:#999999;
}
.emphasis
{
    font-weight:700;
    color:#2F2F2F;
} 
.smallIcon
{
    height:20px;
    padding-right:12px;
    vertical-align:middle;
}
.largeIcon
{
    height:48px;
    /* width:48px; */
    vertical-align:middle;
}
.largeTextNoWrap
{
    height:48px;
    display:table-cell; /* needed when in float*/
    vertical-align:middle;
    white-space:nowrap;
    font-size:1.2em;
}
.idp
{
    height:48px;
    clear:both;
    padding:8px;
    overflow:hidden;
}
.idp:hover 
{
    background-color:#cccccc;
}
.idpDescription
{
    width:80%;
}

/* FONT */
/* FONT */
@font-face {
  font-family: 'MuseoSans';
  src: url('https://logincorp.telecom.pt/webfonts/MuseoSans.otf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('https://logincorp.telecom.pt/webfonts/MuseoSans_500_Italic.otf');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('https://logincorp.telecom.pt/webfonts/MuseoSans.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('https://logincorp.telecom.pt/webfonts/MuseoSans_500_Italic.otf');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('https://logincorp.telecom.pt/webfonts/MuseoSans_0.otf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('https://logincorp.telecom.pt/webfonts/MuseoSans-700Italic.otf');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('https://logincorp.telecom.pt/webfonts/MuseoSans_0.otf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans';
  src: url('https://logincorp.telecom.pt/webfonts/MuseoSans-700Italic.otf');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://logincorp.telecom.pt/webfonts/fontawesome-webfont.eot');
  src: url('https://logincorp.telecom.pt/webfonts/fontawesome-webfont.eot') format('embedded-opentype'), url('https://logincorp.telecom.pt/webfonts/fontawesome-webfont.woff') format('woff'), url('https://logincorp.telecom.pt/webfonts/fontawesome-webfont.ttf') format('truetype'), url('https://logincorp.telecom.pt/webfonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media only screen and (max-width: 440px) {
	#fullPage { background-color:#fff; }
	#content { width:100%; padding:0;  }
	#workArea { border:none; border:none; border-radius:0; }
}

