*{
	margin: 0;
	padding: 0;
}
body{
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #293C80;
	background-color: #eeeeee;
}
a img{
	border: none;
}
.hide{
	display: none;
}

.topVersion.liveNum {
display: none;
}

button, input[type=submit], div#header ul li a, a.bigButton{
	background-color: #0286D0;
	color: #fff;
	padding: 5px 10px;
	border: none;
	text-decoration: none;
}
button:hover, input[type=submit]:hover, div#header ul li a:hover, a.bigButton:hover{
	background-color: #27316E;
	cursor: pointer;
}



div#wrapper {
    width: 90%;
    border: 1px solid #777;
    margin: 25px auto;
    padding: 10px;
    background-color: #bbb;
    box-shadow: 0px 15px 18px -10px rgba(0, 0, 0, 0.2);
}
#logo {
	margin-left: calc(50% - 195px);
}
div#loginForm {
    width: 50%;
    margin: 30px auto 0;
}
div#loginForm{
	margin-bottom: 20px;
}
#loginForm h2 {
	color: #555;
	margin-bottom: 15px;
	text-align: center;
	font-weight: normal;
	margin-top: -30px;
}
div#loginForm label {
    display: inline-block;
    width: 18%;
    font-size: 1rem;
    color: #444;
}
div#loginForm form input[type=email], div#loginForm form input[type=password] {
    padding: 1rem 6px;
    border: none;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 15px;
    background-color: #EFEFEF !important;
		text-align: center;
		color:#AAAAAA;
}
div#loginForm form input[type="submit"] {
	display: block;
	background: #2daae1;
	color: #FFF;
	border: none;
	width: 50%;
	font-size: 1.5rem;
	border-radius: 0;
	box-shadow: 0px 15px 18px -10px rgba(0, 0, 0, 0.2);
	margin: 2rem auto 4rem;
	padding: 1rem;
}
div#loginForm form input[type=submit]:hover {
    box-shadow: /*inset 0 3px 3px rgba(0, 0, 0, 0.4) !important*/;
    background: #00AA00 !important;
	color:#ddd;
    border: none;
}
#loginFormError, #loginFormError1{
	background-color: #FFA9A9;
    border: 2px solid #FF0000;
    color: #FF0000;
    margin-bottom: 15px;
    padding: 10px 20px;
    display: none;
}
#loginFormError1{
	display: block;
}



div#header{
	position: relative;
	margin-bottom: 20px;
}
div#header ul{
	position: absolute;
	top: 8px;
	left: 10px;
	list-style: none;
}


#timeline{
	background: url("../images/mockup.png") no-repeat;
	width: 960px;
	height: 400px;
	position: relative;
	margin-bottom: 40px;
}
img#startTab{
	left: 4px;
    position: absolute;
    top: 138px;
}
img#endTab{
	left: 783px;
    position: absolute;
    top: 139px;
}
div#progress{
	position: absolute;
	top: 160px;
	left: 20px;
}

.stage1{
	left: 20px !important;
}
.stage2{
	left: 67px !important;
}
.stage3{
	left: 178px !important;
}
.stage4{
	left: 240px !important;
}
.stage5{
	left: 278px !important;
}
.stage6{
	left: 325px !important;
}
.stage7{
	left: 500px !important;
}
.stage8{
	left: 580px !important;
}
.stage9{
	left: 615px !important;
}
.stage10{
	left: 655px !important;
}
.stage11{
	left: 782px !important;
}
.stage12{
	left: 830px !important;
}
.stage13{
	left: 876px !important;
}
.stage14{
	left: 178px !important;
}


div#progress img:hover{
	cursor: pointer;
}

div#progressOuter{
	display: none;
	background-color: #27316F;
	margin-bottom: 22px;
	padding: 4px;

	position: relative;
	top: -190px;
	left: -100px;
	height: 150px;
	width: 300px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 3px 3px 7px 1px #666666;
	-moz-box-shadow: 3px 3px 7px 1px #666666;
	box-shadow: 3px 3px 7px 1px #666666;
}
div#progressInner{
	background-color: #FFFFFF;
    color: #313131;
    height: 141px;
    overflow-y: auto;
    padding: 4px;
}



div#navbar{
	height: 25px;
	border-bottom: 1px solid #ccc;

	margin: 15px 0;
}
div#navbar ul{
	list-style: none;
}
div#navbar ul li{
	float: left;
}
div#navbar ul li a{
	display: block;
	line-height: 25px;
	padding: 0 15px;
	border-right: 1px solid #ccc;
	text-decoration: none;
	color: #26326E;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-right: 10px;
	background-color: #F4F5FA;
}



div#content{
	padding: 10px;
}

/*Form elements*/
div#content label{
	display: block;
}
div#content input[type=text] {
	padding: 8px 0px;
	margin-bottom: 10px;
	width: 300px;
}
div#content textarea{
	width: 600px;
	height: 200px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	padding: 10px;
}
div#content input[type=submit]{
	margin-top: 20px;
	display: block;

}


div#scrollpane{
	height: 400px;
	overflow-y: auto;
	padding: 3px;
}

table#logs{
	border-collapse: collapse;
}
table#logs td{
	border: 1px solid #ccc;
	padding: 5px;
}
table#logs td.c1{
	width: 100px;
}
table#logs td.c2{
	width: 100px;
}
table#logs td.c3{
	width: 620px;
}


div.proofs{
	border: 1px solid #999999;
	padding: 20px;
}
div.proofs img.proof{
	width: 300px;
}
div.commentForm{
	float: right;
	width: 500px;
}

fieldset.detailsPanel.detailsPanelLeft.detailsPanelFull.detailsTags {
    height: 300px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

div.JSRateDetail{
	margin: 20px 0;
	display: none;
}
div.JSRateDetail textarea{
	width: 400px;
	height: 100px;
	display: block;
	margin-bottom: 10px;
}

p.topVersion {
    display: inline-block;
    font-size: 1rem;
    margin-left: 10px;
    margin-top: 4px;
    padding: 8px;
    color: #292929;
    background: #ce8934;
    border-radius: 10px;
}

p.topVersion.liveNum {    
    background: #4cce34;
}

a.add {
    background: #33c122;
    color: #1b6f11;
    width: 99.5%;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 2rem;
    padding: 5px;
    line-height: 2rem;
}

h1.error {
    color: #e80d0d;
    text-align: center;
    padding-bottom: 15px;
}