html, 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;
}

@font-face {
		    font-family: Agency;
		    src: url(../fonts/AGENCYB.TTF);
		}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  background: url(../images/run.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;


}

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;
}

.about {
  margin: 70px auto 40px;
  padding: 8px;
  width: 260px;
  font: 10px/18px 'Lucida Grande', Arial, sans-serif;
  color: #666;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  background: #eee;
  background: rgba(250, 250, 250, 0.8);
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
}
.about a {
  color: #333;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.about a:hover {
  text-decoration: none;
  background: #fafafa;
  background: rgba(255, 255, 255, 0.7);
}

.about-links {
  height: 30px;
}
.about-links > a {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.about-author {
  margin-top: 5px;
}
.about-author > a {
  padding: 1px 3px;
  margin: 0 -1px;
}

.container {
  margin: 80px auto;
  width: 640px;
}

.login {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 310px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.login h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
.login p {
  margin: 20px 0 0;
}
.login p:first-child {
  margin-top: 0;
}
.login input[type=text], .login input[type=password] {
  width: 278px;
}
.login p.remember_me {
  float: left;
  line-height: 31px;
}
.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
.login p.submit {
  text-align: right;
}

.login-help {
  margin: 20px 0;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #2a85a1;
}
.login-help a {
  color: #cce7fa;
  text-decoration: none;
}
.login-help a:hover {
  text-decoration: underline;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text]{
  margin: 5px;
  padding: 0 0px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;

  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  
  background-image: url('../images/userid.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  padding-left: 25px;
}

input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;

  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  
  background-image: url('../images/password.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  padding-left: 25px;
}

input[type=text]:focus, input[type=password]:focus, .select:focus {
  border-color: transparent;
  outline-color: transparent;
  outline-offset: 0;
}

.select
{
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;

  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
   background-image: url('../images/department.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  padding-left: 22px;
  font-size: 12px;
  margin-top:5;
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}

.button_logon {
	font-family: Tahoma, Verdana, Sans;
    font-size: 14px;
    font-weight: bold;
	vertical-align: top;
	cursor: pointer;
	width:100px; 
	color: #000000;
	background:#ffffff;
	background-image: url('../images/login.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
	background-origin: content-box;
	padding-left: 4px;
	padding-right: 14px;  
	text-align: right;
	height: 30px;
	border: 1px #8a8a8a solid;
	margin-top: -80px;
	margin-bottom: 0px;
	margin-left: 280;
	
	 transform: rotate(-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin:right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin:right, top;
}



#messageBox1
{
	width: 300px;   
    border: solid 1px #DD3C10;   
    display: none;
    color: #E70000;
    text-align: center;
    background: #FFEBE8;    
    font-size: 12px;
	font-family: Trebuchet Ms;
  
	bottom:70; 
	height:30px; 
	right:10; 
	position:fixed; 

}

#messageBox2
{
	display: none;
}

#div-error-login  p { 
	color:red; 
	font-family: 
	Tahoma, 
	Verdana, 
	Sans; 
	width: 300px;   
	font-size: 12px;
	text-align: center;
	height:30px; 
	right:110; 
	margin-bottom: 0px;
	margin-left: 280;

		
}
#divLogo
{
    width: 392px;
    height: 60px;   
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    border : solid 1px #B3B3B3;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
    background-image: url('../images/greyzz.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 72px 52px;
	background-origin: content-box;
	padding-left: 2px;
	padding-top: 0px;
} 

#divLogin
{
    width: 405px;
	height: 300px;
    margin-left: 0;
    margin-top: 10;
    margin-bottom: 0;
    display: table;   
    text-align: center;
	padding-top: 645px;
	padding-left: 70;
	background-image: url('../images/devlogin5.png');

bottom:-10px; 
right:0px;
	position:absolute; 


}

#divLogin33
{
    width: 415px;
	height: 300px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10;
    display: table;   
    text-align: left;
	padding-top: 635px;
	padding-left: 60;
	background-image: url('../images/devlogin3.png');

bottom:-10px; 
right:10px;
	position:absolute; 

}
#divLoginDalam
{
    width: 100%;
    display: table;   
    text-align: center;
	background-color:rgba(255,255,255,0.3);
}

#div-login-container
{
	width: 800px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	
}
/* Make Header Sticky */
#header_container 
{ 
	background:transparent; 
	/*border:1px solid #666; */
	height:60px; left:0; 
	position:fixed; 
	width:100%; 
	top:0; 
}
#header
{ 
	width:100%;
	padding: 20px;
	background-image: url('../images/divl3ogo.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 355px 255px;
	background-origin: content-box;
	padding-top: 6%;


}

.span-header1
{
	margin-left: 60px; 
	font-size: 22px;
	font-family: Agency, Tahoma, Verdana, Sans;
	color: white;
	
}

.span-header2
{
	display: block;
	margin-top: 4px;
	margin-left: 60px; 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	padding-left: 130px;
	 background-position : no-repeat center center fixed;
}

.span-header3
{
    width: 715px;
	height: 200px;
    margin-left: -20;
    margin-top: -110;
    margin-bottom: 10;
    display: table;   
    text-align: left;
	/* background-image: url('../images/kop_rcs.jpg'); */
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% 80%;
	background-origin: content-box;
	padding-top: 1%;
	
}

.divLogin_top
{
    width: 540px;
    height: 50px;
    margin-left: 75px;
    margin-top: 0px;
    display: block;
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #000;
}

/* Make Footer Sticky */

#footer_container { 
	bottom:0; 
	height:70px; 
	left:0; 
	position:fixed; 
	width:100%; 
	/* background: #b5bdc8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	/* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YmRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzgyOGM5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODM0M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Opera 11.10+ */
	/* background: -ms-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* IE10+ */
	/* background: linear-gradient(to bottom,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-8 */

}
#footer { 
	line-height:90px; 
	margin:0 auto; 
	width:100%; 
	text-align:right; 
	vertical-align: top; 
}
.span-footer
{
	color: black;
	font-size: 12px;
	font-family: Tahoma, Verdana, Sans; font-size: 12px;
	vertical-align: top;
  padding-right: 55px;
}

