body{
    font-family: Helvetica, sans-serif;
    padding-bottom: 55px;
}

.center {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

#loginErrorMessage {
    color: #EE9393
}

::-moz-selection {
	background-color: #FFC22C;
	text-shadow: 0 1px 1px #fff;
}

::selection {
	background-color: #FFC22C;
	text-shadow: 0 1px 1px #fff;
}

#asset_table i{
	
	text-decoration: none;
	padding:5px;
}
#asset_table a {
	color: #0CB225;
}
#asset_table a:hover{
	text-decoration: none;
}
#asset_table a:aftervisited{
	color: #0CB225;
	text-decoration: none;
}

p{
	line-height: 18px;
}

p.note{
	font-size: 11px;
	font-style: italic;
}

h1, h2, h3{
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: bold;
}

h1{
	color: #E1182F;
	font-size: 30px;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.075), rgba(0,0,0,0) 20%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.075), rgba(0,0,0,0) 20%);
	background-image: linear-gradient(top, rgba(0,0,0,0.075), rgba(0,0,0,0) 20%);
}

h1.title{
	font-size: 34px;
	margin-bottom: 40px;
	border-top: 0;
	padding-top: 0;
	background: transparent;
	text-shadow: 0 2px #AD001E;
}

h2{
	color: #4A76E6; /*0CB225*/
	padding-top: 15px;
	font-size: 24px;
}

#nav{
	list-style: none;
	padding: 0;
	height: 25px;
}
#nav li{
	float: left;
	height: 20px;
}
#nav li a{
	position: relative;
	top: 0;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	margin: 0 5px 0 0;
	background: #0CB225 !important;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 2px;
	-moz-transition: 	all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: 		all 0.1s linear;
	-webkit-box-shadow: 0 0 0 #17961A;
	-moz-box-shadow: 0 0 0 #17961A;
	box-shadow: 0 0 0 #17961A;
}
#nav li a:hover{
	background-color: #1AC018 !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
	top: -2px;
	text-decoration: none;
	-webkit-box-shadow: 0 2px 0 #17961A;
	-moz-box-shadow: 0 2px 0 #17961A;
	box-shadow: 0 2px 0 #17961A;
}
#nav li a:active{
	top: 0;
	-webkit-box-shadow: 0 0 0 #17961A;
	-moz-box-shadow: 0 0 0 #17961A;
	box-shadow: 0 0 0 #17961A;
}

.map{
    width: 950px;
    height: 800px;
    border: 1px solid #000;
    margin-bottom: 20px;
}

ul {
	list-style-type:none;
}
.map p{
	margin: 10px;
	color: #333;
}

pre{
	border-radius: 3px;
	font-size: 12px;
	padding: 10px;
	/*word-wrap: break-word;*/
	overflow: auto;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
pre:hover{
	background-color: #F2F7F8;
	border-color: #D2DFEA;
}
pre,
code{
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}

#footer{
	padding: 5px 0 0;
	border-top: 1px solid #ccc;
	font-size: 12px;
}
#footer p{
	margin: 5px 0;
}

#inner-right {
    height: 370px;
    max-height: 500px;
    border-bottom: 1px dashed grey;
    overflow-y: scroll;
}
#notes_list {
    height: 150px;
    max-height: 150px;
    overflow-y: scroll;
}

#ERFlowDetails fieldset {
    width:200px;
    height: 250px;
    float:left;
}
#infoArea {
	padding-top: 25px;
}

/*Fixed haeder for notes*/
.table-fixed thead {
  width: 100%;
}
.table-fixed thead th, .table-fixed thead td{
  float:left;width:39%;
}
.table-fixed tbody {
  height: 200px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}

/* loading */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 55px;
  background-color: #f5f5f5;
  display:block;
}
.loader{
	margin:-7px auto;
}
h1{
	font-family: 'Actor', sans-serif;
	color:#000;
	font-size:16px;
	letter-spacing:1px;
	font-weight:200;
	text-align:center;
}
.loader span{
	width:16px;
	height:16px;
	border-radius:50%;
	display:inline-block;
	position:absolute;
	left:50%;
	margin-left:-10px;
	-webkit-animation:3s infinite linear;
	-moz-animation:3s infinite linear;
	-o-animation:3s infinite linear;
	
}


.loader span:nth-child(2){
	background:#E84C3D;
	-webkit-animation:kiri 1.2s infinite linear;
	-moz-animation:kiri 1.2s infinite linear;
	-o-animation:kiri 1.2s infinite linear;
	
}
.loader span:nth-child(3){
	background:#F1C40F;
	z-index:100;
}
.loader span:nth-child(4){
	background:#2FCC71;
	-webkit-animation:kanan 1.2s infinite linear;
	-moz-animation:kanan 1.2s infinite linear;
	-o-animation:kanan 1.2s infinite linear;
}


@-webkit-keyframes kanan {
    0% {-webkit-transform:translateX(20px);
    }
   
	50%{-webkit-transform:translateX(-20px);
	}
	
	100%{-webkit-transform:translateX(20px);
	z-index:200;
	}
}
@-moz-keyframes kanan {
    0% {-moz-transform:translateX(20px);
    }
   
	50%{-moz-transform:translateX(-20px);
	}
	
	100%{-moz-transform:translateX(20px);
	z-index:200;
	}
}
@-o-keyframes kanan {
    0% {-o-transform:translateX(20px);
    }
   
	50%{-o-transform:translateX(-20px);
	}
	
	100%{-o-transform:translateX(20px);
	z-index:200;
	}
}




@-webkit-keyframes kiri {
     0% {-webkit-transform:translateX(-20px);
	z-index:200;
    }
	50%{-webkit-transform:translateX(20px);
	}
	100%{-webkit-transform:translateX(-20px);
	}
}

@-moz-keyframes kiri {
     0% {-moz-transform:translateX(-20px);
	z-index:200;
    }
	50%{-moz-transform:translateX(20px);
	}
	100%{-moz-transform:translateX(-20px);
	}
}
@-o-keyframes kiri {
     0% {-o-transform:translateX(-20px);
	z-index:200;
    }
	50%{-o-transform:translateX(20px);
	}
	100%{-o-transform:translateX(-20px);
	}
}