<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * ShinyProxy
 *
 * Copyright (C) 2016-2021 Open Analytics
 *
 * ===========================================================================
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the Apache License as published by
 * The Apache Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * Apache License for more details.
 *
 * You should have received a copy of the Apache License
 * along with this program.  If not, see &lt;http://www.apache.org/licenses/&gt;
 */
body &gt; div { padding-top: 10px; }
body &gt; div#navbar { padding-top: 0px; }

#navbar + div { padding-top: 50px; }
#navbar + iframe { padding-top: 50px; }

#applist {
	margin-top: 10px;
	padding-top: 50px;
}

#new-version-banner {
	margin: 70px 20px 20px 20px;
	padding-top: 15px !important;
}

#new-version-banner[style*='display: block'] + #applist {
	margin-top: 10px;
	padding-top: 0px;
}

@media screen and (max-width: 768px) {
	#navbar + div { padding-top: 150px; }
	#navbar + iframe { padding-top: 150px; }
	#applist {
		padding-top: 150px;
	}
 	#new-version-banner {
		margin-top: 150px;
 	}
}

@media screen and (max-width: 360px) {
    #navbar + div { padding-top: 200px; }
    #navbar + iframe { padding-top: 200px; }
	#applist {
		padding-top: 200px;
	}
 	#new-version-banner {
		margin-top: 200px;
 	}
}

#shinyframe {
  border: none;
  display: block;
}

#admin {
	margin-left: 10px;
}

#admin th, td {
	padding: 5px;
}

#error {
	padding-left: 15px;
}

.loading {
	display: none;
	position: fixed;
	top: 150px;
	width: 100%;
	z-index: 9999;
	background: url(../img/loading.gif) center no-repeat #fff;
}

.loading-txt {
	text-align: center;
	font-size: 24px;
	margin-top: -50px;
}

#new-version-btn {
	margin-left: 20px;
}
</pre></body></html>