/*-------------------------------------------------------------------- 
 * Daikin Distributor Portal Project
 * Default CSS
 * By Zul & Wong
 * Copyright (c) 2013 OYLM IT Department 
 * --------------------------------------------------------------------
 Version 1.0 - 27/05/2013 - Zul & Wong
 - Initial Release
 *--------------------------------------------------------------------*/
/*
------------------------------------------------------------
		  Reset CSS
------------------------------------------------------------
*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*--HTML5 display-role reset for older browsers--*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
------------------------------------------------------------
		  Main CSS
------------------------------------------------------------
*/
html {
    background-image: url(../image/main_bg.jpg);
    background-size: 100%;
	background-repeat: no-repeat;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #363636;
	background-repeat: repeat-x;
	background-image: url();
}
body.error {
	background-image: url();
}
body.dashborad {
	background-image: url();
	background-repeat: repeat-y;
}
body.nobg {
	background-image: none;
	background-repeat: repeat-y;
}
:focus {
	outline:0px;
}
ul {
	padding: 0;
	margin: 0px;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-weight: bold;
	color:#666;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-bottom: 1px #eeeeee solid;
	margin-bottom: 13px;
	line-height: 35px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
}
b {
	font-weight: bold;
}
p {
	line-height: 23px;
	padding-left: 0px;
	padding-top:0px;
	margin-top:0px;
}
pre {
	padding:0px;
	margin:0px;
}
img {
	border: 0;
}
img.mid_align {
	vertical-align: middle;
	margin-right: 4px;
	border: 0;
}
.showme {
	display: inline;
}
.hideme {
	display: none;
}
label {
	font-weight: bold;
	text-transform: capitalize;
}
label.disabled {
	color: #aaa;
}
.labelname {
	border: solid 1px #C9C9C9;
	outline: 0;
	line-height: 28px;
	height: 28px;
	padding: 6px 20px 8px 20px;
	margin-left: 2px;
}
.clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}
.remember {
    margin-top: 8px;
}
.remember_label {
    margin: -19px 0 0 0;
    font-size: 11px;
	color: #a3a3a3;
    font-weight: 500;
}
.f_label {
	position:absolute;
	margin-top:-18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.noscript_message { 
    background:#FCE9C0;
    background-position: 15px;  
    border-top:2px solid #DBAC48; 
    border-bottom:2px solid #DBAC48;
    margin-top: 20px;
    padding: 15px 10px 15px 10px;
    text-align: center; 
} 
#overlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#111;
	z-index:1000;
	display: none;
}
#preloader {
	background: #000000 url(../image/loader_blue.gif) no-repeat 8px 5px;
	font-size: 11px;
	height: 20px;
	left: 50%;
	line-height: 20px;
	margin: -20px 0 0 -45px;
	padding: 10px;
	position: fixed;
	text-align: left;
	text-indent: 36px;
	top: 50%;
	width: 90px;
	z-index: 1209;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #FFF;
	text-shadow:none;
	display: none;
}
#pageload {
	background: #000000;
	font-size: 11px;
	height: 20px;
	left: 50%;
	line-height: 20px;
	margin: -20px 0 0 -55px;
	padding: 10px;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 120px;
	z-index: 1006;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color: #FFF;
	text-shadow:none;
	display: none;
}
.login_button_group {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	/* IE hacks */
    zoom: 1;
    *display: inline;
}
.login_button_group li {
	float: left;
	padding: 0;
	margin: 0;
}
login_button_group li.end {
	margin-left:0px;
}
.login_button {
	position: relative;
	z-index: 1;
	overflow: visible;
	display: inline-block;
	padding: 5px 10px 6px 10px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	outline: none;
	border: 1px solid #69a44d;
	text-shadow:0 1px 0 #000000;
	color: #ffffff;
	background-position:0 -1px;
	background-color:#9bc652;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all .2s ease-out;
	-moz-transition:all.2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all.2s ease-out;
	font-weight: bold;
	font-size: 11px;
	text-transform: capitalize;
	margin-top: -1px;
}
.login_button:hover, .login_button:focus, .login_button:active {
	background-image: url(../images/ui-lgreen.jpg);
	background-position:0 59px;
	color: #ffffff;
	text-shadow:0 1px 0 #000000;
	-webkit-box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
}
.login_button:active {
	color: #ffffff;
	filter: none;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 5px #9cb611;
	-webkit-box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 5px #9cb611;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 5px #9cb611;
	cursor:pointer;
}
/* overrides extra padding on button elements in Firefox */
.login_button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.login_button.normal {
	color: #333;
	background-color: #f4f4f4;
	/* for IE 10 */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
    text-shadow: none;
    border: 1px solid #aaaaaa;
    margin: 0;
    background-image: linear-gradient(to bottom, #f4f4f4 0%,#f4f4f4 100%);/* for IE 10 */
    /* for IE 6 - 9 */
}
.login_button.normal:hover {
	color: #666;
	background-color: #999;
	-webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #eeeeee;
	-moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #eeeeee;
	box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #eeeeee;
	text-shadow:none;
}
.login_button.normal:active {
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 8px #cccccc;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 8px #cccccc;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 1px 1px 8px #cccccc;
}
.placeholder { 
    color: #b7b7b7;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #e9e9e9;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	display: none;
	background-image: url(../images/bg/NavBg.png);
}
ul.tabs li span {
	color: #999;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	font-size: 11px;
}
ul.tabs li a {
	text-decoration: none;
	color: #999;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	font-size: 11px;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
ul.tabs li a:hover {
	color: #000;
	background-image: url(../images/bg/NavBgHover.png);
}
ul.tabs li.active a {
	color: #900;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
ul.tabs li.active, ul.tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
}
.tab_container {
	border: 0px solid #e9e9e9;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding-top: 15px;
}
.tab_content {
	padding: 0px;
	min-height: 50px;
	display: none;
}
.tab_content .uibutton-group {
	position: relative;
	margin-top:-41px;
	margin-right:0px;
	float:right;
}
a {
	color: #1F92FF;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
	cursor: pointer;
}
a:active {
	color: #000000;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
}
a:hover {
	color: #06F;
	text-decoration: none;
	text-shadow: none;
}
a.red {
	color: #F30;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
	cursor: pointer;
}
a.red:hover {
	color: #F00;
}
span img {
	margin-bottom: -3px;
}
/*
------------------------------------------------------------
		  Input Type
------------------------------------------------------------
*/
textarea {
	background-position: 5px 5px;
	border: solid 1px #dddddd;
	outline: 0;
	padding: 7px 7px;
	min-height: 73px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}
input[type=text], input[type=password], .fileupload {
	background-position: 5px 5px;
	border: solid 1px #dddddd;
	outline: 0;
	line-height: 28px;
	height: 28px;
	padding: 0px 7px 0px 7px;
	-moz-box-shadow:1px 1px 2px #f5f5f5;
	-webkit-box-shadow:1px 1px 2px #f5f5f5;
	box-shadow:1px 1px 2px #f5f5f5;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, .fileupload:focus {
	border-color: #C9C9C9;
	-moz-box-shadow:0px 0px 8px #dddddd;
	-webkit-box-shadow:0px 0px 8px #dddddd;
	box-shadow:0px 0px 8px #dddddd;
}
input[type=text]:disabled, input[type=password]:disabled {
	background: -webkit-gradient(linear, left top, left 25, from(#EEEEEE), color-stop(4%, #EEEEEE), to(#EEEEEE));
	background: -moz-linear-gradient(top, #EEEEEE, #EEEEEE 1px, #EEEEEE 25px);
	color: #666;
}
input[type=text].error, input[type=password].error {
	height: 30px;
	border: 1px #F00 solid;
	background-position: 5px 5px;
	padding-left: 5px;
}
/* placeholder */
::-webkit-input-placeholder {
    color:#cccccc;
}
input:-moz-placeholder {
    color:#cccccc;
}
.placeholder {
	color: #cccccc;
}
/*alertMessage*/
#alertMessage {
	font-size:16px;
	font-weight:bold;
	padding:15px 25px 15px 45px;
	position:fixed;
	text-align:center;
	width:auto;
	z-index:100001;
	cursor:pointer;
	font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
	background-color:#C2E3F0;
	color:#34667A;
	text-shadow:1px 1px 1px #C8EBFB;
	display:none;
	right: -20px;
	text-transform: uppercase;
	bottom: 50px;
	opacity:0;
	filter:alpha(opacity=0);
	background-image: url();
	background-repeat: no-repeat;
	background-position: 10px center;
}
.alertMessage {
	font-size:16px;
	font-weight:bold;
	padding:15px 25px 15px 45px;
	width:auto;
	cursor:pointer;
	font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
	background-color:#C2E3F0;
	color:#34667A;
	text-shadow:1px 1px 1px #C8EBFB;
	text-transform: uppercase;
	margin-bottom:15px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 10px center;
}
#alertMessage span, .alertMessage span {
	border-left: 1px #488eaa solid;
	border-right: 1px #efefef solid;
	margin-right:10px;
	padding:5px 0px;
}
#alertMessage.error, .alertMessage.error {
	background-color:#fc4a48;
	color:#5A0000;
	text-shadow:1px 1px 1px #E64040;
	background-image: url();
	border: 1px #a93a25 solid;
}
#alertMessage.error span, .alertMessage.error span {
	border-left: 1px #7a0202 solid;
	border-right: 1px #f08c8a solid;
	margin-right:10px;
	padding:5px 0px;
}
#alertMessage.success, .alertMessage.success {
	background-color:#9bc652;
	color:#324e03;
	text-shadow:1px 1px 1px #5c9201;
	background-image: url();
	border: 1px solid #69a44d;
}
.alertMessage.success span {
	border-left: 1px #688901 solid;
	border-right: 1px #d0e4a7 solid;
	margin-right:10px;
	padding:5px 0px;
}
#alertMessage.warning, .alertMessage.warning {
	background-color:#fcdb72;
	color:#987402;
	text-shadow:1px 1px 1px #e7b104;
	background-image: url();
}
#alertMessage.warning span, .alertMessage.warning span {
	border-left: 1px #987402 solid;
	border-right: 1px #fff0c2 solid;
	margin-right:10px;
	padding:5px 0px;
}
.text_success {
	font-size:14px;
	text-align:center;
	margin:0px 0 35px 0;
	line-height:25px;
	position: absolute;
	left: 50%;
	width: 420px;
	top: 50%;
	z-index: 50;
	margin-left: -215px;
	text-transform: uppercase;
	padding: 20px 0px;
	margin-top: -100px;
	display: none;
}
.text_success img {
}
.text_success span {
	display: block;
	padding: 10px;
	color: #CCC;
}
#version_bar {
    background-color:#212121;
    position: fixed;
	width:100%;
	height:40px;
	bottom:0;
	left:0;
	text-align:center;
	line-height:27px;
    z-index:2;
    *padding-bottom:4px;
}
.copyright {
	text-align:center;
    font-size:10px; 
    color:#CCC;
}
.copyright a {
	color:#5eb7f2; 
    text-decoration:none;
}
.best_view {
	text-align:center;
    font-size:10px; 
    color:#CCC;
    line-height:3px;
}
.best_view a {
	color:#5eb7f2; 
    text-decoration:none;
}
#login {
	width: 520px;
	margin: auto;
	border: 5px #f4f4f4 solid;
	margin-bottom: 20px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 46%;
	margin-left:-215px;
	margin-top:-165px;
	background-color: #f4f4f4;
	opacity: 0;
    display: none;
	filter: alpha(opacity=0);
	border-radius: 15px;
	-webkit-border-radius: 15px;
}
#login .ribbon {
	background-image: url();
	position: absolute;
	width: 111px;
	height: 110px;
	z-index: 12;
	margin-top: -8px;
	margin-left: -9px;
}
#login .shadow {
	position: absolute;
	width: 434px;
	z-index: -1;
	margin-top: 5px;
	background-image: url(../image/shadow_form.png);
	height: 33px;
	margin-left: 40px;
}
#login .inner {
	background-color:#FFF;
	border: 1px #cccccc solid;
	min-height: 230px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#login .logo {
	text-align:center;
	padding:0px 0px 0px 0px;
	position: absolute;
	opacity:0;
	filter:alpha(opacity=0);
	top: 5%;
	left: 50%;
	margin-left: -95px;
	z-index: 11;
	background-color: #FFF;
}
#login .formLogin {
	width:420px;
	margin:auto;
	position: relative;
	height: 160px;
	left: -100px;
	opacity:0;
	filter:alpha(opacity=0);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 100px 20px 20px 20px;
}
#login #username, #login #password {
	font-size: 16px;
	background-repeat:no-repeat;
	padding-left: 35px;
	height: 35px;
	background-position: 2px 3px;
	line-height: 35px;
	color: #666;
	width: 375px;
	margin-bottom: 10px;
	font-family: 'Comic Sans MS';
} 
#login #username:focus, #login #password:focus {
	color:#000;
}
#login #username {
	background-image: url(../image/username.png);
}
#login #password {
	background-image: url(../image/password.png);
}
#login .userbox {
	height: 260px;
	position: absolute;
	z-index: 10;
	width: 518px;
	background-color: #FFF;
	background-image: url(../image/loader_blue.gif);
	background-repeat: no-repeat;
	background-position: center 170px;
}
#login .userbox .userload {
	left: 50%;
	margin-left: -50px;
	margin-top: -70px;
}
#login .userbox .userload:hover {
	cursor: pointer;
}
#tipDiv {
    background-color:#E1E5F1; 
    border:1px solid #667295;
    padding:4px;
    width:200px;
}
#password_change {
	width: 520px;
	margin: auto;
	border: 5px #f4f4f4 solid;
	margin-bottom: 20px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 46%;
	margin-left:-215px;
	margin-top:-165px;
	background-color: #f4f4f4;
	opacity: 0;
    display: none;
	filter: alpha(opacity=0);
	border-radius: 15px;
	-webkit-border-radius: 15px;
}
#password_change .ribbon {
	background-image: url();
	position: absolute;
	width: 111px;
	height: 110px;
	z-index: 12;
	margin-top: -8px;
	margin-left: -9px;
}
#password_change .shadow {
	position: absolute;
	width: 434px;
	z-index: -1;
	margin-top: 5px;
	background-image: url(../image/shadow_form.png);
	height: 33px;
	margin-left: 40px;
}
#password_change .inner {
	background-color:#FFF;
	border: 1px #cccccc solid;
	min-height: 230px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#password_change .logo {
	text-align:center;
	padding:0px 0px 0px 0px;
	position: absolute;
	opacity:0;
	filter:alpha(opacity=0);
	top: 5%;
	left: 50%;
	margin-left: -95px;
	z-index: 11;
	background-color: #FFF;
}
#password_change .formLogin {
	width:420px;
	margin:auto;
	position: relative;
	height: 160px;
	left: -100px;
	opacity:0;
	filter:alpha(opacity=0);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 100px 20px 20px 20px;
}
#password_change #password1, #password_change #password2 {
	font-size: 16px;
	background-repeat:no-repeat;
	padding-left: 35px;
	height: 35px;
	background-position: 2px 3px;
	line-height: 35px;
	color: #666;
	width: 375px;
	margin-bottom: 10px;
	font-family: 'Comic Sans MS';
} 
#password_change #password1:focus, #password_change #password2:focus {
	color:#000;
}
#password_change #password1, #password_change #password2 {
	background-image: url(../image/password.png);
}
#password_change .userbox {
	height: 260px;
	position: absolute;
	z-index: 10;
	width: 518px;
	background-color: #FFF;
	background-image: url(../image/loader_blue.gif);
	background-repeat: no-repeat;
	background-position: center 170px;
}
#password_change .userbox .userload {
	left: 50%;
	margin-left: -50px;
	margin-top: -70px;
}
#password_change .userbox .userload:hover {
	cursor: pointer;
}