﻿/*-------------------------------------------------------------------- 
 * Daikin Distributor Portal Project
 * Term of Use CSS
 * By Zul & Wong
 * Copyright (c) 2013 OYLM IT Department 
 * --------------------------------------------------------------------
 Version 1.0 - 18/06/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, ul, ol, 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;
}
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;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #666;
	font-family:"Myriad Pro" Arial;
	line-height: 30px;
}
h1 {
	font-size: 24px;
    text-transform: uppercase;
}
h2 {
	font-size: 20px;
    text-transform: uppercase;
}
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;
}
img {
	border: 0;
}
.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; 
} 
.clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}
#version_bar {
    background-color:#212121;	
	width:100%;
	height:40px;
	bottom:0;
	left:0;
	text-align:center;
	line-height:27px;
    *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;
}  
#term_condition {
	width: 700px;
	margin: 50px auto 50px auto;
	border: 5px #f4f4f4 solid;
	margin-bottom: 100px;
	background-color: #FFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
    display: none;
}
#term_condition .inner {
	background-color:#FFF;
	border: 1px #cccccc solid;
	min-height: 230px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#term_condition .term_condition_body  {
    margin: 30px 25px 10px 20px;
}
#term_condition .shadow {
	position: absolute;
	width: 714px;
	z-index: -1;
	margin-top: 5px;
	background-image: url(../image/shadow_form.png);
    background-repeat:no-repeat;
    background-size: 100%;
	height: 33px;
	margin-left: -10px;
}
#term_condition .logo {
	text-align: center;
    margin-top: 30px;
	z-index: 11;
	background-color: #FFF;
}
.term_condition_body .list {
    text-align: justify;
    line-height: 1.5;
    font-family: Arial;
    font-size: 11px;
    font-weight: 700;
    list-style: none;
}
#close_link {
    text-align: center;
    margin-bottom: 10px;
}
#close_link a{
    display: inline-block;
	padding: 5px 12px 6px 12px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	outline: none;
	color: #000000;
	background-position: 0 -1px;
	background-color: #C0C0C0;
	-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: bolder;
	font-size: 11px;
	text-transform: capitalize;
}