#loading img {
	position: absolute;
	left: 50%;
	top: 50%;
}

body { background: white; }
label.regular {
	font-weight: normal;
	cursor: pointer;
}

#authentication .authentication-content {
	margin-top: 130px;
}
#authentication h1 { text-align: center; }
#authentication .choose {
	width: 330px;
	margin: 30px auto;
	display: block;
}
#authentication .choose label { 
	width: 165px; 
}
#authentication .buttons { text-align: right; }
#authentication h3 {
	margin-top: 0;
}
#authentication .tooltip { 
	opacity: 1; 
	margin-top: 4px;
}
#authentication .bea-error-tooltip .tooltip-inner { 
	background: #a94442; 
	max-width: none;
}
#authentication .bea-error-tooltip .tooltip-arrow { border-right-color: #a94442; }
#authentication .legal { 
	padding-top: 10px;
	text-align: center;
}
#authentication .legal a { color: white; }
#authentication .privacy label { font-weight: normal; }
#authentication .closed .bea-help-block { text-align: center; }
#authentication input[name=multiplicator_other] { display: none; }
#authentication input[name=multiplicator_other].show { display: block; }

body.application .application {
	min-height: 100vh;
	display: flex;
}
.application-header {
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0px 30px;
	height: 96px;
	background: #0670B0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
}
.application-header .logo {
	height: 35px;
	display: inline-block;
}
.application-header .menu {
	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border-radius: 50%;
	outline: none;
	padding: 12px;
	border: 0;
	background-color: transparent;
}
.application-header .menu:hover {
	background-color: rgba(0, 0, 0, 0.08);	
}
.application-header .menu svg {
	fill: white;
	width: 24px;
	height: 24px;
	cursor: pointer;
	display: block;
}
.application-nav {
	position: absolute;
	z-index: 2;
	top: 0;
	right: -270px;
	width: 270px;
	height: 100%;
	background: #00559b;
	padding-top: 119px;
	transition: right 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.application-nav.nav-open {
	right: 0;
}
.application-nav .phase {
	margin-bottom: 50px;
}
.application-nav a {
	display: block;
	padding: 7px 9px;
	margin: 0 10px;
	color: white;
	cursor: pointer;
}
.application-nav a:hover { 
	text-decoration: none;
}
.application-nav a.active {
	padding: 6px 8px;
    border-radius: 2px;
    border: 1px solid white;
}
.application-nav .logout {
	margin-top: 50px;
}
.application-nav h2 {
    font-size: 18px;
    font-weight: bold;
    color: #aaa;
    padding: 0 11px;
    margin-bottom: 2px;
}
.application-nav .ok-indicator {
	float: right;
	margin-left: 5px;
	color: white;
}

.application-body {
	margin-right: 270px;
	position: relative;
	padding-top: 130px;
	z-index: 1;
}
.application-body .phase-1-locked {
	padding: 10px;
	margin-bottom: 20px;
}
.application-body li { color: #737373; }

.application-tabs .actions { vertical-align: middle; }
.application-tabs .languages .actions { border-top-width: 0; }
.application-tabs .row.actions { padding-bottom: 20px; }
.application-tabs button.button-next-page { float: right; }
.application-tabs button.button-next-page-left { float: none; }

.bea-help-block {
	margin-top: 0;
}
.payment th {
	text-align: right;
	padding-right: 10px;
}
.payment td.pre { font-family: "Courier New", Courier, monospace; }
.final .incomplete-sections li {
	cursor: pointer;
	color: #737373;
}

h2.bea-section {
	margin: 0 -15px 10px -15px;
	padding: 10px 15px;
}
h3.bea-section {
	margin-left: -15px;
	margin-right: -15px;
	padding: 6px 15px;
}
.btn, .form-control { border-radius: 2px; }
.input-group-full-width { width: 100%; }
.required-indicator .glyphicon { color: #c33; }
.required-indicator.ok .glyphicon { color: #5b5; }
button .required-indicator { margin-left: 10px; }
.panel-title button {
	float: right;
	background-color: transparent;
	border-width: 0;
}
.panel-title button:hover, .panel-title button:active, .panel-title button:active:hover { background-color: rgba(0, 0, 0, 0.2); }
.panel-primary .panel-title button { color: white; }
.panel-primary .panel-default .panel-title button { color: inherit; }

.bea-upload { margin-bottom: 10px; }
.bea-upload .progress {
    width: 300px;
    vertical-align: middle;
	display: inline-block;
	margin-bottom: 0;
}
.bea-upload .filename {
	position: relative;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	padding-right: 20px;
}
.bea-upload .filename .glyphicon {
	position: absolute;
	right: 3px;
	top: 9px;
	color: white;
	cursor: pointer;
}
.bea-upload .alert-danger {
	display: inline-block;
	padding: 5px 15px 7px;
	margin-bottom: 0;
}
.bea-documents .bea-upload .glyphicon-remove { display: none; }
.essay textarea {
	width: 100%;
	height: 200px;
	display: block;
	margin-bottom: 15px;
}

.todo { 
	display: inline-block;
	padding: 4px;
	background: red;
	color: white;
}