@CHARSET "utf-8";

body{
	/* Make room for navbar */
	padding-top:50px;
}

#big-header {
	display:none;
}
#big-header.public-style {
	display:block;
}
#big-header-buffer {display:none;}
#big-header-buffer.public-style {
	margin: 0 0 173px 0;
	display:block;
}

#public-header-title {
	display:none;
}
#public-header-title.public-style {
	margin: .5em 0 0 0;
	padding-left:.5em;
	color:beige; 
	font-style: italic;
	display:block;
}
#navbar.public-style ul.nav.navbar-nav > li > a{
	color:yellow;
}


#navbar.public-style ul.nav.navbar-nav > li > a:hover,
#navbar.public-style ul.nav.navbar-nav > li > a:active {
	color:white;
}
.long-navbar {
	width:auto;
}
.no-margin {
	margin:0;
}
.smaller-font {
	font-size:smaller;
}
.small-bottom-margin{
	margin-bottom: .5em;
}

/* help center modal dialog (e.g. editing project) */
.modal {
	
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}
.modal-body .form-horizontal {
	margin-bottom:1em;
}

/* For File Inputs*/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    width:1px;
    height:1px;
}

 
 /* @OVERRIDE */
 .input-group[class*="col-"] {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}

th.button-col-1 {
 	width: 75px;
 	text-align:center;
}
@media only screen and (max-width : 768px) {
	.table-compress {
		table-layout: fixed;
	}
	.table-compress th,
	.table-compress td {
		word-wrap:break-word;
	}
	
}

.text-left {
    text-align: left !important;
}
.form-group.remove-margin {
    margin-bottom: 0 !important;
}

/* For tables that might have hidden rows and items */
.table-hidden-stripe > tbody > tr.alt {
	background-color:white;
}

.table-hidden-stripe > tbody > tr {
	background-color:#f9f9f9;
}



.leaflet-center {
    background-color: #fff;
    margin-top: 10px;
    left: 7.5%;
    /*max-height: 66%;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 1.5%;*/
    width: 83%;
}

.info {
    background: white none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    font: 14px/16px Arial,Helvetica,sans-serif;
    padding: 6px 8px;
}


.nostalgia-button {
	background-color: white;
    border: 1px solid white;
    color: white;
	
}

/* Make icons spin*/

.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
    margin-right:.5em;
    
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
u;
rgb(34,​ 34,​ 34)
