@charset 'utf-8';
/* ======================================================
Copyright by InnoTix AG 2014
====================================================== */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);

/* Structure CSS view.php
-------------------------------------------------- */

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #222222;
	font-size: 14px;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 46px;
	font-weight: 300;
	}
	
h3 {
	margin-bottom: 8px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	border-bottom: 1px solid #B3B3B3;
	}
.form-group input, .form-group textarea, .form-group select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}	

div.actions input[type=submit]{
	color: #fff;
	background-color: #428bca;
	border-color: #285e8e;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

div.actions input:hover[type=submit] {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}

label {
	font-weight: 400;
	}




.fields .form-group {
	margin-right: 0px;
	margin-left: 0px;
	}

.actions{
	border-top: 2px solid #B3B3B3;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	text-align: right;
	}
	
.login-panel {
	background-color: #ebebeb;
	border-radius: 4px;
	padding: 15px;
	}

.forgot-password {
	background-color: #ebebeb;
	border-radius: 4px;
	padding: 15px;
	margin-top: 15px;
	}

.system-errors {
	position: fixed;
	width: 100%;
	z-index: 999;
	}

ul.ccm-error{
	margin: 0 auto;
	border: 1px solid #eed3d7;
	color: #b94a48;
	background-color: #f2dede;
	list-style: none;
	padding: 15px;
	}

ul.ccm-error li{
	text-align: center;
	}

.c5box_logo {
	text-align: center;
	margin: 15px 0;
	animation: logoanimation 4s;
	-moz-animation: logoanimation 4s; /* Firefox */
	-webkit-animation: logoanimation 4s; /* Safari and Chrome */
	-o-animation: logoanimation 4s; /* Opera */
}

.boxanimation {
	animation: boxanimation 5s;
	-moz-animation: boxanimation 5s; /* Firefox */
	-webkit-animation: boxanimation 5s; /* Safari and Chrome */
	-o-animation: boxanimation 5s; /* Opera */
	opacity: 1;
}
@keyframes boxanimation
{
0% { opacity: 0.0}
25% {opacity: 0.0}
75% {opacity: 0.7}
100% {opacity: 1}
}
@-moz-keyframes boxanimation /* Firefox */
{
0% { opacity: 0.0}
25% {opacity: 0.0}
75% {opacity: 0.7}
100% {opacity: 1}
}
@-webkit-keyframes boxanimation /* Safari and Chrome */
{
0% { opacity: 0.0}
25% {opacity: 0.0}
75% {opacity: 0.7}
100% {opacity: 1}
}
@-o-keyframes boxanimation /* Opera */
{
0% { opacity: 0.0}
25% {opacity: 0.0}
75% {opacity: 0.7}
100% {opacity: 1}
}

.c5box_logo img {
	width: 50%;
	height: auto;
	max-width: 290px;
}

/* Footer Instructions
-------------------------------------------------- */

.footer {
	text-align: center;
	font-size: 0.8em;
	padding: 10px 0 0 0;
	color: #C5C5C5;
	height: 100px;
	margin: 50px 0 0 0;
}

.footer  a:link, .footer  a:visited{
	color: #C5C5C5;
}
.footer  a:hover{
	color: #121212;
}

 /* ======================================================
Responsive Instructions
====================================================== */


@media(max-width:767px){
ul.ccm-error{
	width: 100%;
}

}
@media(min-width:768px){

ul.ccm-error{
	width: 760px;
}

.forgot-password {
	margin-top: 10px;
	margin-left: -15px;
}

}
@media(min-width:992px){

ul.ccm-error{
	width: 992px;
}
.page-header {
	margin-top: 0px;
}

.c5box_logo {
	margin: 75px 0 25px 0;
	text-align: center;
}

.c5box_logo img {
	width: auto;
	height: auto;
}

.forgot-password {
	margin-top: 0px;
	margin-left: 15px;
}
@keyframes logoanimation
{
0% { margin: 250px 0 250px 0}
25% {margin: 250px.0 250px 0}
50% {margin: 75px 0 25px 0}
100% {margin: 75px 0 25px 0}
}
@-moz-keyframes logoanimation /* Firefox */
{
0% { margin: 250px 0 250px 0}
25% {margin: 250px.0 250px 0}
50% {margin: 75px 0 25px 0}
100% {margin: 75px 0 25px 0}
}
@-webkit-keyframes logoanimation /* Safari and Chrome */
{
0% { margin: 250px 0 250px 0}
25% {margin: 250px.0 250px 0}
50% {margin: 75px 0 25px 0}
100% {margin: 75px 0 25px 0}
}

@-o-keyframes logoanimation /* Opera */
{
0% { margin: 250px 0 250px 0}
25% {margin: 250px.0 250px 0}
50% {margin: 75px 0 25px 0}
100% {margin: 75px 0 25px 0}
}

}
@media(min-width:1200px){

ul.ccm-error{
	width: 1170px;
}


}
