@font-face {
	font-family: 'montserrat_regular';
	src: url('/font/montserrat-regular-webfont.eot');
	src: url('/font/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/font/montserrat-regular-webfont.svg#montserrat_regular') format('svg'),
		 url('/font/montserrat-regular-webfont.woff') format('woff'),
		 url('/font/montserrat-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'coffee_at_midnight';
    src: url('/font/coffee_at_midnight_demo-webfont.eot');
    src: url('/font/coffee_at_midnight_demo-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/coffee_at_midnight_demo-webfont.woff2') format('woff2'),
         url('/font/coffee_at_midnight_demo-webfont.woff') format('woff'),
         url('/font/coffee_at_midnight_demo-webfont.ttf') format('truetype'),
         url('/font/coffee_at_midnight_demo-webfont.svg#coffee_at_midnight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'myriad_regular';
    src: url('/font/MyriadPro-Regular.eot');
    src: url('/font/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('/font/MyriadPro-Regular.woff2') format('woff2'),
         url('/font/MyriadPro-Regular.woff') format('woff'),
         url('/font/MyriadPro-Regular.ttf') format('truetype'),
         url('/font/MyriadPro-Regular.svg#myriad_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	width: 100%;
	height: 100%;
	min-width: 1009px;
	font-family: montserrat_regular;
	font-size: 15px;
	position: relative;
}

body {
	background-color: #F5F5F5;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

input, textarea, button, a {
	font-family: 'montserrat_regular';
}

#body {
	width: 100%;
	min-width: 1009px;
	position: relative;
	z-index: 1;
	background-color: #F5F5F5;
}

#content {
	width: 100%;
	min-width: 1009px;
	max-width: 1009px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	padding-bottom: 35px;
}

/* Main */

#main {
	background-color: #FFFFFF;
	border: 1px solid #D4D8DB;
	border-radius: 3px;
	position: relative;
}

/* Header styling */

#header_bar {
	width: 100%;
	position: relative;
	border-top: 4px solid #515151;
}

#header {
	width: 100%;
	height: 200px;	
	position: relative;
}

#header_logo {
	width: 100%;
	display: block;
	margin: 0 auto;
}

/* notif bubble */

#get_msg_count {
	position: absolute;
	display: none;
	width: 18px;
	height: 18px;
	border-radius: 24px;
	line-height: 18px;
	text-align: center;
	font-size: 9px;
	color: #fff;
	background-color: #f32c25;
	top: -14px;
	right: -3px;
}

/* Font manager */

#font_manager {
	position: absolute;
	width: 50px;
	color: #999999;
	font-weight: bold;
}

#font_plus {
	width: 25px;
	font-size: 16px!important;
	position: absolute;
	left: 0;
	top: 0px;
}

#font_minus {
	width: 25px;
	font-size: 14px!important;
	position: absolute;
	left: 25px;
	top: 2px;
}

/* switch nature */

#switch_nature{
	text-align: center;
}

#switch_nature ul {
    display: block;
    list-style: outside none none;
    width: 100%;
}

#switch_nature ul li{
    display: inline-block;
	padding: 5px;
	width	: 120px;
	border-radius : 3px;
	cursor			: pointer;
	text-transform	: uppercase;
	
    background-color: #FFFFFF;
	color			: #414141;
}

#switch_nature ul li.active{
    background-color: #282828;
	color			: #FFFFFF;
}

#switch_nature ul li:hover{
    background-color: #AAAAAA;
	color			: #FFFFFF;
}

#switch_nature ul li.disabled{
    background-color: #FFFFFF;
	color			: #D7D7D7;
}

/* print manager */

#print_manager {
    position: absolute;
    height: 35px;
    width: 115px;
}

#print_manager a {
    display: block;
    cursor: pointer;
    height: 35px;
    position: relative;
    width: 115px;
}

#print_manager a:hover {
	background-color: #F8F8F8;
}

#print_manager a:focus {
	background-color: #FFFFFF;
}

#print_manager img {

}

#print_manager span {
    position: absolute;
    top: 7px;
}

#footer_logo {
	width: 100%;
}

#portal_message_information {
	position: relative;
    background-color: #f9edbe;
    border: 1px solid #f0c36d;
	color: #333333;
	padding: 10px;
	margin: 10px 0;
}

#portal_message_information span {
	position: absolute;
	top: 8px;
	right: 5px;
	cursor: pointer;
	font-size: 18px;
}

#portal_message_information span:focus, #portal_message_information span:hover {
	color: #055E95;
}

/* secret answer */

#secret_cont p {
    width: 75%;
    text-align: justify;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#forgot_number p {
    width: 75%;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

#forgot_form ~ #forgot_secret_form #secret_cont p {
	display: none;
}

#secret_cont .nselect-field label {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 380px;
}

#secret_cont .nselect-field select {
	width: 380px;
}

#secret_cont .ninput-field label {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 380px;
	margin-bottom: 5px;
}

#secret_cont .ninput-field input {
	width: 370px;
    margin: 0 auto;
}

.asaportal_view_unvailable {
	margin-bottom: 24px;
}