/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	text-align: center;
} 

body {
    line-height: 18px;
}

ol,ul,li {
    list-style: none;
	height: 30px;
	margin-left: 10px;
}

blockquote,q {
    quotes:none
} 

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
} 

:focus{
    outline: 0
} 

ins {
    text-decoration: none
} 

del{
    text-decoration: line-through
} 

table{
    border-collapse: collapse;
    border-spacing: 0
} 

textarea{
    resize: none
}
/**** customisable elements ****/
body
{
    background-color:#F0F0F0;              /* this colour must be set to the finishing colour (at the very bottom) of the gradient */
    color:#3E3D3F; /* default font colour */
}

.logo /* brand logo (make sure you set the width and height too) */
{
    background-image:url(../images/memority_login.png);
	/*Note CBO: The image should be as big as possible (30Ko Maximum) with transparent background. It is resized with CSS background-size property.*/
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center; 
    width:100%;
    height:70px;
    margin: auto;
}

.box /* the main content box */
{
    background-color:transparent; 
    margin-top: 10px;
}

.button /* secondary buttons */
{
    color:#FFF; /* font color */
	border: none;
    background-color:#898989; 

}
.button:active {
	background-color:#A3A3A3;
}

.primary /* primary button */
{
    color:#FFF; /* font color */
    background-color: #E97819;
}
.primary:active {
	background-color:#FF9708;
}

.box h1 { color:#3E3D3F; } /* heading font colour */
.message /* info/error message */
{
    background-color:#f6ddc9; /* background colour */
    color:#3E3D3F; /* font colour */
}
#steps li.on /* set this colour and bg colour to be the same as the message colours */
{
    background-color:#f6ddc9; /* background colour */
    color:#3E3D3F; /* font colour */
}

/**** end of customisable elements ****/



/* 960 Grid System - http://960.gs/ */
.container_12{
	margin-left:auto;
	margin-right:auto;
	margin-top: 2%;
	border: 1px solid lightgrey;
	background-color: white;
	padding: 0 0 1% 0;
	width:350px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 3px 3px 3px #c2c2c2;
    -moz-box-shadow: 3px 3px 3px #c2c2c2;
    box-shadow: 3px 3px 3px #c2c2c2;}
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12
{display:inline;margin-left:10px;margin-right:10px}
.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11
{position:relative}
.alpha{margin-left:0}
.omega{margin-right:0}
.container_12 .grid_1{width:60px}
.container_12 .grid_2{width:140px}
.container_12 .grid_3{width:0px;}
.container_12 .grid_4{width:100%;display:block;float:none;}
.container_12 .grid_4 img{height:70px;}
.container_12 .grid_5{width:380px}
.container_12 .grid_6{margin-top: 4%;}
.container_12 .grid_7{width:540px}
.container_12 .grid_8{width:620px}
.container_12 .grid_9{float:none;}
.container_12 .grid_10{width:780px}
.container_12 .grid_11{width:860px}
.container_12 .grid_12{width:940px}
.container_12 .prefix_1{padding-left:80px}
.container_12 .prefix_2{padding-left:160px}
.container_12 .prefix_3{padding-left:240px}
.container_12 .prefix_4{padding-left:320px}
.container_12 .prefix_5{padding-left:400px}
.container_12 .prefix_6{padding-left:480px}
.container_12 .prefix_7{padding-left:560px}
.container_12 .prefix_8{padding-left:640px}
.container_12 .prefix_9{padding-left:720px}
.container_12 .prefix_10{padding-left:800px}
.container_12 .prefix_11{padding-left:880px}
.container_12 .suffix_1{padding-right:80px}
.container_12 .suffix_2{padding-right:160px}
.container_12 .suffix_4{padding-right:320px}
.container_12 .suffix_5{padding-right:400px}
.container_12 .suffix_6{padding-right:480px}
.container_12 .suffix_7{padding-right:560px}
.container_12 .suffix_8{
	padding:2% 0 2% 0; 
	margin-left:auto;
	margin-right:auto;
	background-image: url('../images/head_line.png');
	background-size: 100% 5%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.container_12 .suffix_9{padding-right:720px}
.container_12 .suffix_10{padding-right:800px}
.container_12 .suffix_11{padding-right:880px}
.container_12 .push_1{left:80px}
.container_12 .push_2{left:160px}
.container_12 .push_3{left:240px}
.container_12 .push_4{left:320px}
.container_12 .push_5{left:400px}
.container_12 .push_6{left:480px}
.container_12 .push_7{left:560px}
.container_12 .push_8{left:640px}
.container_12 .push_9{left:720px}
.container_12 .push_10{left:800px}
.container_12 .push_11{left:880px}
.container_12 .pull_1{left:-80px}
.container_12 .pull_2{left:-160px}
.container_12 .pull_3{left:-240px}
.container_12 .pull_4{left:-320px}
.container_12 .pull_5{left:-400px}
.container_12 .pull_6{left:-480px}
.container_12 .pull_7{left:-560px}
.container_12 .pull_8{left:-640px}
.container_12 .pull_9{left:-720px}
.container_12 .pull_10{left:-800px}
.container_12 .pull_11{left:-880px}
.clear
{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:before,.clearfix:after,.container_12:before,.container_12:after
{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}
.clearfix:after,.container_12:after{clear:both}
.clearfix,.container_12{zoom:1}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clear-float:before,.clear-float:after {content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clear-float:after {clear:both;}
.left { float:left !important; }
.right { float:right !important; }

/* type */
body { font-family:Corbel,Tahoma,Arial,Helvetica,Sans-Serif; font-size:16px; line-height:18px; background-repeat:repeat-x; }
h1, h1 a { font-size:22px; line-height:22px; }
h2, h2 a { font-size:20px; line-height:20px; }
h3, h3 a { font-size:18px; line-height:18px; }
a { text-decoration:underline; color:#3E3D3F; }

.logo
{
    background-repeat:no-repeat;
    display:block;
    padding:0 1%;
}

.product-logo
{
    background-repeat:no-repeat;
    display:block;
    height:0px;
    float:right;
}

.footer { margin-top:20px; font-size:12px; line-height:12px; }
.box 
{
    clear:both;
    padding:6% 2% 0%;
}

.box-content 
{
	padding:0;
}
.content-strips li { border-top:1px solid #ececec; border-bottom:2px solid #bababa; padding:20px 0; clear:both; }
.content-strips :first-child { border-top:0; }
.content-strips :last-child { border-bottom:0; }

.content-strips li h3 { width:200px; float:left; }
.content-strips li p { margin-bottom:10px; }
.content-strips li div { width:455px; float:left; }




.box h1 { margin-bottom:20px; text-align: center; }


/* form styles */
.box-content fieldset { margin-top:10px; display:block;  clear: left;}
.box-content fieldset .row:last-child { margin-top:10px; }
.row { clear:both; margin-bottom:10px; width:100%; }
label { font-weight:bold; display:none; display:inline-block\9; float:left; clear:both; padding:7px 10px; }
input.textbox
{
    width:90%;
    display:block;
	margin: auto;
    height:40px;
    border:1px solid #b3b3b3;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    -webkit-box-shadow:0 3px 5px -2px #999;
    -moz-box-shadow:0 3px 5px -2px #999;
    box-shadow:0 3px 5px -2px #999;
    padding:1% 2%;
	font-size: 16px;
}
input.short { width:100px; }
.checkbox
{
    width:488px;
    display:block;
    float:left;
    padding-top:8px;
}
.radios
{
    /*width:498px;*/
    display:block;
    float:left;
    padding-top:8px;
	margin-bottom: 2%;
}
.radios input { display:block; float:left; clear:none; margin:3px 3px 0px 5px; padding:0; }
.radios label { display:block; float:left; clear:none; padding:1px 0 2px 3px; width:300px; font-weight:normal;   text-align: left;}
.radios label:last-child { padding-bottom:0px; }

.checkbox input { display:block; float:left; margin:2px 4px 0 3px; padding:0; }
.checkbox label { display:inline; float:none; clear:none; padding:1px 3px; width:auto; font-weight:normal; }

.button
{
    display:block;
	width: 95%;
	height: 45px;
	margin:auto;
	margin-bottom: 2%;
    padding:4px 12px;
    font-weight:bold;
    font-size:14px;
    text-shadow:1px 1px 5px #666;
    text-decoration:none;
	-webkit-appearance: none;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-box-shadow:0px 2px 5px -1px #999;
    -moz-box-shadow:0px 2px 5px -1px #999;
    box-shadow:0px 2px 5px -1px #999;
    cursor: pointer;
}
.disabled
{
    text-shadow:none !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    border-color:#ababab !important;
    background-color:#cecece !important;
    background-image:none !important;
    color:#FFF !important;
    cursor:default !important;
}

.box-content fieldset .primary
{
    clear:both; 
}


/* messages */
.message { 
	padding:10px 10px 10px 40px; 
	margin:5%;
	line-height:20px; 
	font-weight:bold;
	-webkit-box-shadow: 3px 3px 3px #c2c2c2;
    -moz-box-shadow: 3px 3px 3px #c2c2c2;
    box-shadow: 3px 3px 3px #c2c2c2;	}
.message h3 { margin-bottom:5px; }
.message a { font-weight:normal; }
.message .icon { margin-left:-30px; }
.no-icon { padding-left:10px; }

.icon { width:20px; height:20px; display:block; float:left; }
.error { background:url(../images/icons.png) no-repeat 0 0; }
.info { background:url(../images/icons.png) no-repeat -25px 0; }
.arrow { background:url(../images/icons.png) no-repeat -50px 0; }

.row .message { padding-top:5px; padding-bottom:5px; float:left; width:170px; margin-bottom:0; margin-left:10px; }
.row .radios .message, .row .checkbox .message { margin-top:5px; margin-left:0; }

/* modal stuff */
hr { border-top:1px solid #B3B3B3; border-bottom:1px solid #FFF; border-left:0; border-right:0; clear:both; }

#modal { width:900px; padding-top:0; padding-bottom:15px; background-image:none; position:relative; }
#modal p { margin-bottom:10px; }
.close { width:40px; height:40px; background:url(../images/icons.png) no-repeat -70px 0; text-indent:-5000px; }
#modal .close { position:absolute; top:-10px; right:-10px; }
.col { float:left; padding-top:25px; }
#left-col { width:180px; }
#main-col { width:660px; padding-left:10px; padding-right:40px; }
#main-col h1 { margin-top:8px; }
#main-col hr { margin-top:25px; margin-bottom:15px; }
#main-col fieldset { clear:both; border:1px solid #B3B3B3; padding:10px 15px 15px; margin-bottom:20px; }
#main-col fieldset legend { margin-left:-3px; padding:0 5px; font-size:14px; font-weight:bold; }
.desc { font-style:italic; font-weight:bold; }

#steps { margin-left:15px; }
#steps, #steps li { list-style-type:decimal; list-style-position:inside; }
#steps li { font-weight:bold; padding:8px 5px; }
#steps li a { text-decoration:none; cursor:text; }
#steps li.done a { cursor:pointer; }

/* customization */
#forgotten-password-link {
	margin: 9px auto;
	text-align:center;
	display: inline-block;
	width:100%;
}
#strong-authentication-link{
	margin: auto;
	text-align:center;
	display: inline-block;
	width:100%;
}
/*custom code for mobile*/ 
@media screen and (min-device-width: 480px) and (max-device-width: 1024px) {
  .container_12 {
    zoom: 2.27;
  }
}