@charset "UTF-8";

html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
legend{color:#000}

/*----------BASIC STYLES----------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height:200%;
}

.link {color:#336699; text-decoration:none; padding-left: 20px;}

.link-no-padding {
	padding-left: 0px!important;
}

.link:hover {color:#336699; text-decoration:underline;}

.link:active {color:#0000FF;}

h1 {
	font-weight: bold;
}

/*----------/BASIC STYLES---------------*/



#header {
    background: #3886c5;
}

.forAdmins {
	float: right;
	background: #e7e7e7;
	padding: 20px;
	width: 350px;
}

.gettingStarted {
	float: left;
	width: 450px;
	padding: 20px;
}

.gettingStarted h1 {
	margin-bottom: 12px;
}

.information {
	float: left;
	padding: 20px;
}

#copyRight {
	color: #7F7F7F;
	font-size: 11px;
	line-height: 160%;
	clear: both;
	width: 900px;
	margin: 60px 20px 20px 20px;
	padding-top: 60px;
}

.btn {
	cursor: pointer;
	display: inline-block;
	-webkit-appearance: none!important;
	border-radius: 3px;
	border: 1px solid;
	min-width: 340px;
	max-width: 600px;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 36px;
	letter-spacing: .12em;
	font-size: 12px;
	font-weight: 500;
	height: 36px;
	padding: 0 12px;
	margin-bottom: 12px;
	border-color: #007cbb;
	text-overflow: ellipsis;
	overflow: hidden;
}

a.btn {
	text-decoration: none;
}

.btn.btn-primary {
	background-color: #007cbb;
}

.btn.btn-primary:hover {
	background-color: #004a70;
}

a.btn.btn-primary {
    color: #fff;
}

.btn.btn-outline {
	background-color: #fff;
}

.btn.btn-outline:hover {
	background-color: #e1f1f6;
}

a.btn.btn-outline {
    color: #007cbb;
}