html, body {
	height: 100%;
}

#zoa-outer-container {
	min-height: 100%;
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	/*
	box-shadow: 0 0 25px #aaa;
	*/
}

body {
	/*
	background: url(../img/bg.jpg) no-repeat fixed top center;
	background-size: auto;
	background-size: cover;
	*/
}

div.zoa-front-header {
	margin: 7em 0 3em 0;
	height: 45px;
	width: 100%;
	text-align: center;
}

div.zoa-front-header.invite {
	text-align: left;
	margin: 3em 0 3em 0;
}

div.zoa-top-placeholder {
	height: 80px;
	width: 100%;
}

div.zoa-login-block h2 {
	margin-bottom: 18px;
}

form.zoa-login-form {
}

h1, h2, h3, h4 {
	/*
	margin-bottom: 18px;
	*/
}

.zoa-prototype {
	display: none;
}

.zoa-save-button {
	display: none;
}

table.zoa-linkedrows tr {
	cursor: pointer;
}

td.zoa-actions {
	text-align: right;
	white-space: nowrap;
}

.btn-toolbar, .btn-group {
	white-space: nowrap;
}

td.zoa-user-actions {
	width: 220px;
}

td.zoa-personclass-actions {
	width: 220px;
}

div.zoa-block {
	margin-bottom: 20px;
}

input.zoa-mail-input {
	width: 520px;
}

textarea.zoa-mail-textarea {
	width: 520px;
	height: 200px;
}

textarea.zoa-mail-textarea-small {
	width: 520px;
	height: 100px;
}

td .progress {
	margin-bottom: 0;
}

a.zoa-logo {
	display: block;
	margin-top: 8px;
	margin-right: 30px;
}

#zoa-background-image {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

tr.zoa-canceled {
	opacity: 0.5;
}

label.required {
	font-weight: bold;
}

.zoa-single-quota {
	position: relative;
	margin-bottom: 6px;
}

.zoa-single-quota .progress {
  width: 220px;
  background-image: -moz-linear-gradient(top, #f5f5f5, #d8d8d8);
  background-image: -ms-linear-gradient(top, #f5f5f5, #d8d8d8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#d8d8d8));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #d8d8d8);
  background-image: -o-linear-gradient(top, #f5f5f5, #d8d8d8);
  background-image: linear-gradient(top, #f5f5f5, #d8d8d8);
}

.zoa-single-quota .badge {
	position: absolute;
	left: 5px;
	top: 0;
	background: none;
}

.zoa-form-choice-box {
	float: left;
	width: 48%;
}

.zoa-form-choice-box label {
	margin-left: 3px;
}

ul.nav-tabs li {
	white-space: nowrap;
}

/* Datatables Config */
div.dataTables_info, div.dataTables_length {
	margin-top: 10px;
}

div.dataTables_length {
	margin-right: 10px;
}

div.dataTables_length label {
	float: left;
	text-align: left;
}

div.dataTables_length select {
	width: 75px;
}

div.dataTables_filter label {
	float: right;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

table.table {
	clear: both;
	margin-bottom: 6px !important;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
}

table.table thead .sorting { background: background-image no-repeat center right; }
table.table thead .sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; }

table.dataTable th:active {
	outline: none;
}

table.zoa-dt th select {
	width: 85%;
}
/* */

img.zoa-start-tickets {
	position: absolute;
	right: 0;
	top: 0;
}

i.icon-girl {
	background-image: url('../img/icon-girl.png');
	background-position: 0 0;
}

.popover table th {
	font-size: 80%;
}

@media (max-width: 979px) {
  .navbar-fixed-top {
    position: fixed !important;
  }
}

@media (max-width: 768px) {
  .navbar-fixed-top {
    position: fixed !important;
  }
  .navbar-fixed-top .container {
    width: 95% !important;
  }
  a.zoa-logo {
	display: block;
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 10px;
  }
  .btn-primary {
	padding: 2px 6px 0px !important;
	font-size: 11px !important;
	line-height: 14px !important;
  }
}

@media screen and (min-height: 600px) {
	.modal {
	  margin: -300px 0 0 -280px !important;
	}
	
	.modal-body {
	  max-height: 400px !important;
	}
}

@media screen and (min-height: 800px) {
	.modal {
	  margin: -400px 0 0 -280px !important;
	}
	
	.modal-body {
	  max-height: 600px !important;
	}
}

@media screen and (min-height: 1000px) {
	.modal {
	  margin: -500px 0 0 -280px !important;
	}
	
	.modal-body {
	  max-height: 800px !important;
	}
}

