@font-face {
    font-family: 'Garamond-Regular';
    src: url('/css/fonts/Garamond-Regular.woff') format('woff'),
    url('/css/fonts/Garamond-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'SignericaFat-Regular';
    src: url('/css/fonts/SignericaFat-Regular.woff') format('woff'),
    url('/css/fonts/SignericaFat-Regular.ttf')  format('truetype');
}

body{
	font-family: Garamond-Regular;
	color:#000050;
	width:100%;
	background:#EEEEFF
}
body .container {
	background: #f9f6f6;
	max-width: 1200px;
	margin-left:auto;
	margin-right:auto;
}
a{
	color:#454555;
	text-decoration:none
}
a:hover{
	color: #aaaabc;
	text-decoration:none
}
a.navbar-brand {
	font-family: SignericaFat-Regular, sans-serif;
}
h2{
	background-color:#000050;
	color:#FFFFFF;
	padding:2px;
	padding-left:10px
}
hr{
	border:none;
	border-bottom:1px solid #000050
}
textarea{
	width:600px;
	height:200px
}
input {
	border: 1px solid #000050;
}

button.btn-login {
	border-left: 1px solid #000050;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
	font-family: Garamond-Regular, sans-serif;
	color:#000050;
	background-color: #f9f6f6;
	border: none;
	font-size: 20px;
	font-weight: bold;
}
.btn-primary:hover {
	background-color: rgba(0, 0, 80, 0.3);
}

.header {
	border-bottom: 1px solid #aaaabc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.footer {
	text-align: right;
	border-top: 1px solid #aaaabc;
	margin-top: 10px;
	padding-top: 10px;
}
.footer .mastodon {
	text-align: left;
}
.footer .mastodon img {
	height: 32px;
}

.menu div {
	float: left;
}
.menu .links {
	float: right;
}
.menu.selected {
	text-decoration: underline;
}
.menu a {
	font-size: 2em;
	line-height: 70px;
}

.logo img {
	height: 100px;
}
.logo-txt a {
	font-size: 4em;
	margin-left: 20px;
	line-height: inherit;
}
ul.secondLvl li{
	list-style-type:none;
	list-style-image:none
}
div#page{
	background:#FFFFFF
}
div#logoImg{
	float:left;
	margin-right:20px
}
div#logo{
	float:left;
	color:#000050;
	margin-right:20px
}
.clear{
	clear:both
}
ul#menu li{
	list-style-type:none;
	list-style-image:none;
	padding:5px;
	float:left;
	padding-top:21px
}

#footer{
	text-align:right
}

/*
.land
{
	fill:#fff;
	stroke:#000;
	stroke-width:0.6;
  cursor:pointer;
}

path:hover
{
  fill:green;  
}
*/

.map-container {
	width: 90%;
}

.map {
	width: 100%;
	margin: 0 auto;
}
path {
	cursor: pointer;
	stroke: #000000;
	stroke-width: 1px;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-opacity: .25;
	fill: #fff;
}
path.selected {
	fill: rgba(0, 0, 128, 0.5);
}
/*g:hover path {
	fill: rgba(0, 0, 128, 0.05);
}*/
g path:hover {
	fill: rgba(0, 0, 128, 0.7);
}

.map-search {
	text-align: center;
	margin-bottom: 10px;
}
.map-search .form-group {
	text-align: left;
}

#count, #info {
	border-top: 1px solid #000050;
	margin-bottom: 10px;
}

#info .name {
	height: 20px;
	font-weight: bold;
}

.login input {
	width: 250px;
}
.login input[type="checkbox"] {
	width: unset;
}

/* Admin */
.header .navbar-admin .container {
    background-color: transparent;
}

.navbar-admin {
    background: #491217;
}

.navbar-admin a {
    color: #dde;
}

div.admin table {
    margin: 10px 0;
}

div.admin table td a {
	color: #000;
}

.admin td img {
    height: 35px;
}

.btn-light {
    border: none;
    background: transparent !important;
    cursor: pointer;
}

button.btn-light:hover {
    background: none;
}

button.btn-edit {
    color: #999;
}

button.btn-delete {
	color: #900;
}

button.btn-disable-user {
	color: #900;
}

button.btn-disable-user.enabled {
	color: #090;
}

button.btn-disable-user.pending {
	color: #f96;
}

.modal-dialog {
	max-width: 90%;
}

.list .table tbody tr:hover {
	background-color: rgba(0, 0, 128, 0.2);
}
.list .alert {
	padding: 0;
}
.list .alert .table tbody tr:hover {
	background-color: unset;
}

hr {
	margin: 30px 0;
	height: 1px;
	border: none;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, rgba(0, 0, 128, 1)));
}

.photo-preview {
	width: 160px;
}

.select-individual {
	cursor: pointer;
}

.hidden {
	display: none;
}

.label {
	font-weight: bold;
}

#searchResult .row {
	padding: 5px;
}
#searchResult .row:nth-of-type(odd) {
	background-color: #efefef;
}
#searchResult .row:nth-of-type(even) {
	background-color: #ffffff;
}
#searchResult .row:hover {
	background-color: rgba(100, 100, 200, 0.2);
}

.remember-me {
	margin: 0;
}

.remember-me .checkbox {
	margin: auto 0;
}

.remember-me .label {
	margin: 8px 10px 0;
}

.thumbnail {
	margin: 5px;
}

.btn-delete-photo {
	margin-top: 5px;
}
