@import url('fonts.css');

/*css reset*/

body {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background-color: #fff;

	font-family: Helvetica, Arial, sans-serif;
	color: #212121;
}


a {
	/* text-decoration: none;*/
	color: #00BAF2;
	outline: 0;
}

article, aside, figure, header, hgroup, nav, section {
    display: block;
    outline: 0;
}

div, img, input, button, textarea, p {
	outline: 0;
}

/*base style*/
/*
html, body, section, article, header, p, strong, em, ul, q, ol, li, dl, dt, dd, aside, form {
*/

/*header*/


/* header for home */
#header-content {
	margin: 0 auto;
	background-color: #00baf2;
}

#base-menu {
    padding: .4em;
    width: 100%;
	background-color: #00BAF2;
}
header#base-menu {
	width: 95%;
	margin: 0 auto;

	letter-spacing: 0.05em;
	font: 1em 'Abel', Helvetica, Arial, sans-serif;
	/*padding-top: 10px; */
	clear: both;
	margin-bottom: 50px;
}

header#base-menu img {
    background-color: #00BAF2;
	width: 70px;
	height: 70px;
	display: inline-block;
    padding: 0;
    margin: 0;
}

#top-nav {
    border-top: 5px solid white;
	color:  #fff;
	float: right;
    overflow: hidden;
}

#base-menu ul {
	list-style: none;
    margin: 0;
    padding: 0em;
    -webkit-margin-before: 0em;-webkit-margin-after: 0em;-webkit-padding-start: 0em;
}

#base-menu ul li {
	display: inline;
	float: left;
    margin: 0;
    padding: 0;
    line-height: 18px;
    -webkit-margin-before: 0em;-webkit-margin-after: 0em;-webkit-padding-start: 0em;
}

#base-menu ul li a {
	margin: 0;
	float: left;
	color:  #fff;
	text-decoration: none;
    padding: 0 1.2em;
}

#base-menu ul li a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #00BAF2;
}

#base-menu ul li a#active-item, ul li a:active {
	text-decoration: none;
	background-color: #fff;
	color: #00BAF2;
}

#base-content {
	padding-bottom: 4em;
}

/* base content */
.badges img {
    margin-left: 2px;
}

#message {
	color: #c00;
	text-align: center;
	margin-bottom: 20px;
	font: 1em 'Abel', 'Open Sans', Helvetica, Arial, sans-serif;
}


/* style for popups */
.popup {
    font: 1em/2em 'Abel', Helvetica, Arial, sans-serif;
    text-align: left;
    padding: 1em;

    /* padding: 10px; */
    /* height: 140px; */
    /* width: 200px; */
    border: 0px;
    border-radius: 5px;

    background-color: rgba(255,255,255,0.94);

    box-shadow: 2px 2px 20px rgba(000,000,000,0.3);
}
.popup header {
    text-align: center;
    color: #212121;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Abel', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0em;
}
.collapsed {
	display: none;
}

.result-good {
	color: #00baf2 !important;
}

.result-error {
	color: #ff0000 !important;
}

.note {
    font-size: 0.8em;
    width: 95%;
    border-left: 3px solid #00BAF2;
    background-color: #EEE;
    /* round corners */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    margin-left: 1em;
    padding: .8em;
    padding-left: 0.75em;
}

.note header {
    text-transform: uppercase;
    color: #00BAF2;
}
