@import https://fonts.googleapis.com/css?family='Roboto';


body {
	background-color: #EEEEEE;
	font-family: 'Roboto', sans-serif;
}


a {
	text-decoration: none;
	color: #024E77;
}

a:hover {
	color: #129FEA;
	font-weight: bold;
}


h1, h2, h3 {
	margin: 0;

} 

/* Pure menu limitation....  */
.custom-restricted-width {
    display: inline-block;
    /* width: 170px; */
}



#container {
	background-color: white;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image:url("../images/waze-bar2.png");
	background-repeat: no-repeat;
	background-position: left; 
	background-color: #85e9ff;
	color: black;
	text-align: right;
	padding: 25px;
	height: 50px;
}

#content {
	padding: 10px;
}

#nav {
	width: 180px;
	float: left;
}


#nav h3 {
	color: #0073B1;
}

#main {
	width: 800px;
	float: right;
}

#footer {
	clear: both;
	padding: 10px;
	background-color: #bbbbbb;
	color: white;
	text-align: right;

}

.passstrength {
	text-shadow: 1px 1px 8px #606060;
	font-size: 12px;
	vertical-align: middle;
	display: inline-block;
	margin-top: 5px;
	margin-left: 10px;
}

.error {
	color: #ff7575;
}

.alert {
	color: yellow;
}

.ok {
	color: #57c435;
}

span.wazer {
	display: inline-block;
	min-width: 13em;
	text-align: center;
	text-decoration: underline;
}

span.wazer:hover {
	background-color: lightblue;
}			

/* Paginator */
.paginate {
	font-size: 12px; 
	padding: 2px 6px 2px 6px;
}

a.paginate {
	border: 1px solid #00557F;
	padding: 2px 6px 2px 6px; 
	text-decoration: none;
	background-color: #E1EEF4;
	color: #000080;
}


a.paginate:hover {
	border: 1px solid #00557F;
	background-color: #006699;
	color: #FFF;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
}

a.current {
	border: 1px solid #00557F;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background:#006699;
	color: #FFF;
	text-decoration: none;
}
/* End Paginator */
