
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #333;
	min-height: 600px;
	min-width: 1000px;
	color: white;
}

.well {
	color: black;
	border-radius: 0px;
	background: rgba(256,256,256,.9);
}

.btn {
	border-radius: 0px;
}

.back {
	position: absolute;
	bottom: 15px;
	z-index: -100;
	width: 100%;
	text-align: center;
}

h1 {
	font-weight: 100;
}

#login_view .well {
	padding-top: 0px;
}

.info_view {
	margin: 3% auto;
	width: 500px;
	text-align: center;
}

.info_view img {
	width: 100%;
	margin: 0px;
}

.info_view p {
	text-align: left;
}

#about_view {
	position: fixed;
	width: 60%;
	height: 70%;
	overflow: auto;
	margin: 20%;
	margin-top: 100px;
	margin-bottom: 0px;
	z-index: 1000;
}

#about_view img {
	width: 60%;
	text-align: center;
	display: inline-block;
}

.toolbar {
    padding: 10px;
}

#user {
	border-radius: 0px;
	background: none;
	color: white;
}

.btn {
	background: none;
	border: 1px solid white;
	color: white;
}
.btn:hover {
	color: white;
	border: 1px solid gray;
	background: none;
}

#search_dropdown {
	max-width: 80%;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.drop_item {
    cursor: pointer;
    padding: 5px;
    margin-right: 5px;
    border: 1px solid white;
    display: inline-block;
}

.drop_item:hover {
	border-color: orange;
}

#spinner {
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
}


#user_img {
	height: 34px;
}

#ongraph {
	position: fixed;
	bottom: 20px;
	left: 20px;
	max-width: 80%;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
	z-index: 200;
}

#stats {
	color: white;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}

.stat {
	margin-right: 20px;
}

.jumbo {
	font-size: 60px;
}

.unit {
	font-size: 30px;
}


.meny-arrow {
        position: absolute;
        z-index: 10;
        border: 10px solid transparent;

        -webkit-transition: opacity 0.4s ease 0.4s;
           -moz-transition: opacity 0.4s ease 0.4s;
            -ms-transition: opacity 0.4s ease 0.4s;
             -o-transition: opacity 0.4s ease 0.4s;
                transition: opacity 0.4s ease 0.4s;
}
.meny-left .meny-arrow {
        left: 14px;
        top: 50%;
        margin-top: -16px;
        border-left: 16px solid #444;
}
.meny-right .meny-arrow {
        right: 14px;
        top: 50%;
        margin-top: -16px;
        border-right: 16px solid #444;
}
.meny-top .meny-arrow {
        left: 50%;
        top: 14px;
        margin-left: -16px;
        border-top: 16px solid #444;
}
.meny-bottom .meny-arrow {
        left: 50%;
        bottom: 14px;
        margin-left: -16px;
        border-bottom: 16px solid #444;
}
.meny-active .meny-arrow {
        opacity: 0;

        -webkit-transition: opacity 0.2s ease;
           -moz-transition: opacity 0.2s ease;
            -ms-transition: opacity 0.2s ease;
             -o-transition: opacity 0.2s ease;
                transition: opacity 0.2s ease;
}