﻿* {
	margin:0px;
	padding:0px;
}
html, body
{
    height:100%;
    width:100%;
    background-color:rgb(238,238,238);
    color:#000000;
    font-weight:normal;
    font-family:"Segoe UI" , "Segoe" , "SegoeUI-Regular-final", Tahoma, Helvetica, Arial, sans-serif;
    min-width:500px;
    -ms-overflow-style:-ms-autohiding-scrollbar;
}

body
{
    font-size:0.9em;
	/*background: url(/adfs/portal/illustration/background.jpg) no-repeat;*/
}

#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
{
    width:50%;
    background-color:#fbfbfb;
	margin:0px auto;
	padding: 2em 2em;
	box-shadow:4px 4px 12px 4px #D2DADF;
}
#brandingWrapper
{
	width: 42%;
	height:100%;
    background-color:inherit;
	padding:3% 2%;
}
#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. */
     display: none;
}
#contentWrapper
{
    position:relative;
    width:46%;    
    overflow:auto;
    background-color:#223B4B;
	padding:4% 4%;
	color:#fff;
	min-height:300px;
}
#content
{
    height: auto !important;
    padding: 1%;
	text-align:center;
}
#header
{
    font-size:2em;
    font-weight:lighter;
    font-family:"Segoe UI Light" , "Segoe" , "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
    min-height:100px;
    overflow:hidden;
	text-align:center;
}
#header img
{
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
    max-width:180px;
    height:auto;
}
#workArea
{
    word-wrap:break-word;
    width:100%;
}
#footer
{
    height:40px;
    padding:10px 50px 0px 50px;
    position:relative;
    color:#666666;
    font-size:0.78em;
	text-align:center;
	margin:0px auto;
}
}
#footerLinks
{
    float:none;
    padding-top:10px;
}
#copyright {color:#696969;}
#UMLogo
{
	text-align:center;
	padding-top:50px;
	padding-bottom:10px;
}
.noteText
{
	color: #d06b00;
	text-transform: uppercase;
	font-weight: 600;
}

.pageLink { color:#000000; padding-left:16px; }

/* Common content styles */

.clear {clear:both;}
.float { float:left; } 
.floatReverse { float:right; } 
.indent { margin-left:16px; } 
.indentNonCollapsible { padding-left:16px; }
.hidden {display:none;}
.notHidden {display:inherit;}
.error 
{ 
	color:rgb(195,42,33);
	background-color:#F9C3C5;
	margin:5px;
	padding:5px;
	
}
.actionLink {
	color:#BEC9D2;
	margin-bottom:8px; 
	display:block; }
.actionLink:hover
{
	color:#fff;
}
a
{
    color:transparent;
    text-decoration:none;
    background-color:transparent;
}
li  > a
{
    color:#2672ec;
  
}
ul { list-style-type: disc; }
h1,h2,h3,h4,h5,label { margin-bottom: 8px; }
.submitMargin { margin-top:20px; margin-bottom:20px; }
.topFieldMargin { margin-top:8px; }
.fieldMargin { margin-bottom:8px; }
/*.groupMargin { margin-bottom:10px; } */
.sectionMargin { margin-bottom:40px; }
.block { display: block; }
.autoWidth { width:auto; }
.fullWidth { width:342px; }
.fullWidthIndent { 
	width:326px;
	margin-left:auto;
	margin-right:auto;
 }
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"]
{
    border:2px solid;
    background-color:transparent;
    min-width:80px;
    width:auto;
    height:40px;
    padding:4px 30px 6px 30px;
    border-style:solid;
    transition:background 0s;
    color:rgb(255, 255, 255);
    cursor:pointer;
    margin-bottom:8px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
    
    -ms-user-select:none;
    -moz-transition:background 0s;
    -webkit-transition:background 0s;
    -o-transition:background 0s;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select:none;
}
input[type="submit"]:hover,span.submit:hover
{
   
	color:#F27E00;

}
input.text{
    height:23px;
    padding:10px;
    border:solid 1px #fff;
	width:90%;
	font-size:14px;
}
input.text:focus
{
  border: 1px solid #8e8e8e;
}
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%;
}
#serviceName
{
    font-size: 25px;
    font-weight: bold;
}
#serviceName span
{
    display: block;
}
#serviceName a
{
    color: white;
}
#introduction
{
	color:#3b3b3b;
	padding-top:30px;
	font-size:16px;
	padding-left: 25px;
}
#UMPASSLogo
{
	display: block;
	padding-bottom: 5px;
}
#UMACUMPASSLogo
{
	display: none;
}
.remark
{
	padding-left:20px;
}
#loginMessage
{
	padding:12px 0px;
}
.clearfix
{
	clear: both;
}
#footerLinks ul { margin:0; padding:0;
 color:#000; /* Base text color for the menu */
}
#footerLinks ul li { display:inline; list-style:none;  }
#footerLinks ul li:after {
 content:"|"; 
 color:rgb(153, 153, 153); 
}
#footerLinks ul li:last-child:after { content:""; }
#footerLinks ul li a {
 margin:0 8px; 
 color:#696969; 
}
#footerLinks ul li a:hover {
 color:#000; 
}
#changepw
{
	font-size:12px;
	color:#BEC9D2;
}
#changepw a {
	color:#BEC9D2;
	
}
#changepw a:hover {
	color:#ff8c11; 
}

#forgetpw a {
	color:#BEC9D2;
	font-size:12px;
}
#forgetpw a:hover {
	color:#fff; 
}
#forgetpw
{
	float: right;
}
#serviceText
{
    font-size: 32px;
    font-weight: bold;
	padding-top:20px;
	border-top:3px solid #DEA326;
	text-align:center;
	letter-spacing:1px;
}
#serviceText span
{
    display: block;
}
ul#errorDetails
{
	list-style-type:none;
}
.small
{
	font-size:14px;
}
.highlight
{
	color:#ff8c11;
	text-transform:uppercase;
	font-size:18px;

}
#errorArea
{
	padding-top:30px;
}

/* alert box ccs */
.alert {
    background-color: #00875a;
 
    background-image: -webkit-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.05) 25%,
                      hsla(0,0%,0%,.05) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.05) 75%,
                      hsla(0,0%,0%,.05));
    background-image: -moz-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: -ms-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: -o-linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-image: linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
   
    background-size: 20px 20px;
    color: #f6f6f6;
    display: block;
    font: bold 15px sans-serif;
    padding:5px 0px;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
    top: -45px;
    width: 100%;
}

.alert > a
{
   color: #ffffff;
   text-decoration: underline;
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 820px) {
    #header {

        min-height:0px;
        overflow: hidden;
    }
	
	

}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 500px) {
 
   
}

/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
@media only screen and (max-width: 600px) {
    html, body {
        min-width: 260px;
		padding-top:0px;
    }
	#UMACUMPASSLogo 
	{
		display:block;
		text-align: center;

	}
	#UMACUMPASSLogo   img
	{
		width: 95%;
	}
	
	#UMLogo
	{
	display: none;
	}
	#serviceName
{
    font-size: 22px;
	}

	#fullPage
	{
		width:100%;
		padding:0px;
		margin:0 auto;
	}
	#brandingWrapper
	{
		width:100%;
		padding:0px;
	}
	
	#contentWrapper
	{
		width:100%;
		padding:1%;
	}
	
	#header
	{
		display:none;
	}

	#UMLogo > img
	{
		max-width: 90%;
	}
	#introduction
	{
		padding:10px 0px 10px 30px;
	}
	
    #contentWrapper {
        float: none;
        width: 100%;
        margin: 0px auto;
		min-height: 60px;
    }

    #content, #footer {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

	
    #workArea {
        width: 100%;
    }

    .fullWidth {
        width: 392px;
    }

    .fullWidthIndent {
        width: 376px;
    }
	#errorArea
	{
		padding-top:0px;
	}
	#introduction
	{
		font-size: 14px;
	}
	
	#serviceText
	{
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 18px;
	}
}

@media only screen and (max-width: 800px)
{
	#fullPage
	{
		width:90%;
	}
}

@media only screen and (max-width: 700px)
{
	#fullPage
	{
		width:100%;
	}
}

@media only screen and (max-width: 450px) {
	
    body {
        font-size: 0.8em;
    }

    #content, #footer {
        width:auto;
        margin-right:33px;
        margin-left:25px;
    }

    #header {
        width: auto;
    }

    span.submit, input[type="submit"] {
        font-size: 0.9em;
    }

    .fullWidth
    {
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    .fullWidthIndent {
        width: 85%;
    }

    .idpDescription
    {
        width:70%;
    }
	input.text
	{
		height:14px;
	}
}

/* Form factor: snapped WAB (for WAB to work in snapped view, the content wrapper width has to be set to 260px) */
@media only screen and (max-width:280px)
{
    #contentWrapper
    {
        width:260px;
    }
    .idpDescription
    {
        max-width:160px;
        min-width:100px;
    }
}