﻿.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
	0%, 100% {
		-webkit-transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-15px);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

#animated-example {
	width: 20px;
	height: 20px;
	background-color: red;
	position: relative;
	top: 100px;
	left: 100px;
	border-radius: 50%;
}

hr {
	position: relative;
	top: 92px;
	left: -300px;
	width: 200px;
}


.navbar-brand {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	margin: auto;
}

.navbar-toggle {
	z-index: 3;
}

.navbar-default {
	background-color: white; /*#F8F8F8;*/
	border-color: #E7E7E7;
	min-height: 130px;
}

@media (min-width: 768px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 0px;
	}
}

.body-content {
	padding-top: 140px;

}

#loader {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	z-index: 1000;
	background: white;
}

.loader-inner {
	position: relative;
	width: 100px;
	top: 50%;
	/*left: 50%;*/
	/*margin-left: -25px;*/
	margin-top: -100px;
}

body.loading {
	overflow: hidden;
}

body.loading > .navbar {
	opacity: 0;
}

h1, h2, h3, h4, h5, h6 /*, .h1, .h2, .h3, .h4, .h5, .h6*/ {
	font-family: 'FuturaStd-Book', Arial, serif;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto', Arial, serif;
	font-weight: normal;
}

.drop-zone {
	border: dotted 3px lightgray;
	min-height: 100px;
	color: darkgray;
}

footer {
	background-color: #0f1829;
	padding-top: 45px;
	padding-bottom: 25px;
	color: #b4b4b4;
}

#logo-footer {
	margin-left: 75px;
}

#footer .address {
	padding-top: 17px;
	margin-top: 15px;
	margin-bottom: 0px;
	border-top: #5c6e71 1px solid;
	text-align: right;
}

ol> li {
	margin-top: 25px;
	font-size: 18px;
}

#footer .bottom address p {
	padding: 20px 0;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #b4b4b4;
}

.orangeBack {
	background: url(/images/vava.png) repeat;
	height: 130px;
	opacity: .4;
	margin-bottom: 20px;
	margin-top: 120px;
}

.navbar {
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
	/* the rest of your styling */
}

.btn-cert {
	color: #FFFFFF;
	background-color: #E94E24;
	border-color: #E94E24;
}

	.btn-cert:hover,
	.btn-cert:focus,
	.btn-cert:active,
	.btn-cert.active,
	.open .dropdown-toggle.btn-cert {
		color: #FFFFFF;
		background-color: #e94e24;
		border-color: #E94E24;
	}

	.btn-cert:active,
	.btn-cert.active,
	.open .dropdown-toggle.btn-cert {
		background-image: none;
	}

	.btn-cert.disabled,
	.btn-cert[disabled],
	fieldset[disabled] .btn-cert,
	.btn-cert.disabled:hover,
	.btn-cert[disabled]:hover,
	fieldset[disabled] .btn-cert:hover,
	.btn-cert.disabled:focus,
	.btn-cert[disabled]:focus,
	fieldset[disabled] .btn-cert:focus,
	.btn-cert.disabled:active,
	.btn-cert[disabled]:active,
	fieldset[disabled] .btn-cert:active,
	.btn-cert.disabled.active,
	.btn-cert[disabled].active,
	fieldset[disabled] .btn-cert.active {
		background-color: #E94E24;
		border-color: #E94E24;
	}

	.btn-cert .badge {
		color: #E94E24;
		background-color: #FFFFFF;
	}


a,
a:link,
a:visited,
a:hover,
a:active {
	color: #E94E24;
	text-decoration: none;
}

.muted {
	opacity: 0.3;
}

.drop-zone.dragOver {
	background-color: #2699d6;
	color: white;
}

	.drop-zone.dragOver > p {
		
	}

.certicon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('/images/certificates.png') no-repeat;
	vertical-align: middle;
}

.addicon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('/images/add.png') no-repeat;
	vertical-align: middle;
}