body {
	font-family:sans-serif;
	background:#003a6c;
	font-size:0.8em;
	margin:10px;
	padding:0px;
}
/* Resize headers as Bootstrap makes them enormous */
h1 {
	font-size:2em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.17%;
}
h4 {
	font-size:1em;
}
h5 {
	font-size: 90%;
}
h1, h2, h3, h4, h5 {
	border-bottom:1px solid #AAA;
padding-bottom:3px;
}
a {
	text-decoration:none;
	color:#0645AD;
}
a:hover, a:focus {
	text-decoration:underline;
}
#headfade {
	background:#dbe7f0;
	height:150px;
	position:relative;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px
}
#search {
	position:absolute;
	padding:0px;
	top:20px;
	left:290px;
	background:#eeeeee;
	width:417px;
	border:1px solid #c9d3dc;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#search input[type="text"] {
	float:left;
	z-index:10;
	margin:0px;
	background:none;
	border:0px;
	width:358px;
	color:#6586a3;
}
#search button {
	margin:0px;
	position:absolute;
	right:0px;
}
#searchbutton {
	background:#04497d;
	background:-moz-linear-gradient(top, #1276c2, #04497d);
	background:-webkit-linear-gradient(top, #1276c2, #04497d);
	cursor:pointer;
	border:0px;
	border-radius:0px 6px 6px 0px;
	-moz-border-radius:0px 6px 6px 0px;
	-webkit-border-radius:0px 6px 6px 0px;
	width:54px;
	text-align:center;
	padding:3px 0px 5px 0px;
}
#leftmenu ul, #leftmenu li {
	padding:0px;
	margin:0px;
}
#logo {
	position:absolute;
	top:27px;
	left:22px;
	padding:0px;
	width:246px;
	height:auto;
}
#newalert {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 67px;
  padding: 0;
  width: 750px;
  height: auto;
  background: #ffe9ad url(alert.png) no-repeat 30px 50%;
  border: 1px solid #feb980;
  padding: 18px 18px 18px 100px;
  font-size: 13px;
  min-height: 40px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 10px auto;
  max-width: 750px;
}
#viewhistory {
	float:right;
}
#panel {
	    position:relative;
    float:left;
    width: 290px;
}
#panel ul {
	padding-left:1.5em;
}
#panel ul li {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#footer {
	margin-left:12em;
	margin-top:0px;
	padding:0.75em;
}
#footer p {
	color:#333;
	font-size:0.7em;
}
pre {
	font-size:9pt !important;
	background-color:#EEE;
	padding:5px;
	border:1px solid #AAA;
}
div.image_frame {
	border: 1px solid gray;
	display: inline-block;
	padding: 4px;
}
div.image_frame .caption {
	border: 1px solid #E0E0E0;
	padding: 4px;
}
div.floatleft, table.floatleft {
	border: 0 none;
	margin: 0 0.5em 0.5em 0;
}
div.floatright, table.floatright, div.floatleft, table.floatleft {
	position: relative;
}
div.floatleft, table.floatleft {
	clear: left;
	float: left;
}
div.floatright, table.floatright {
	border: 0 none;
	margin: 0 0 0.5em 0.5em;
}
div.floatright, table.floatright, div.floatleft, table.floatleft {
	position: relative;
}
div.floatright, table.floatright {
	clear: right;
	float: right;
}
.center * {
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
	width: 100%;
}
/*input[type="button"],input[type="submit"]{
	background:url(buttonbg.png) repeat-x 0% 0%;
	padding:8px 30px 12px 30px;
	padding:12px 30px 12px 30px\9;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:37px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	cursor:pointer;
    *overflow:auto;
}*/
#leftmenu {
	margin:0px 0px 0px 26px;
	border-radius:10px;
	padding:10px 0px 10px 0px;
	width:235px;
	top:108px;
}
#leftmenu ul {
	margin:0px !important;
	padding:0px !important;
}
#leftmenu ul li {
	background:#3d7ebc;
	background:linear-gradient(top, #3d7ebc, #4996de);
	background:-moz-linear-gradient(top, #3d7ebc, #4996de);
	background:-webkit-linear-gradient(top, #3d7ebc, #4996de);
	margin:1px 1px 2px 1px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	padding:0px;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
#leftmenu ul li:hover {
	background:#3d7ebc;
	background:linear-gradient(top, #a1cf20, #5c9d07);
	background:-moz-linear-gradient(top, #a1cf20, #5c9d07);
}
#leftmenu ul li a {
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	padding:0px 0px 1px 10px;
	text-decoration:none;
}
#leftmenu ul li a:hover {
	text-decoration:none;
}
#container {
	border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    margin:0px 0px 0px 0px;
    background:#eaeaea;
    position:relative;
    min-height: 50em;
    width:auto !important;
}
#container:After{
    content:"";
    display:block;
    clear:both;
}
#content {
	margin: 0px;
    background:#FFFFFF;
    border-radius:0px 10px 10px 0px;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-radius:0px 10px 10px 0px;
    padding:10px 0px 0px 0px;
    min-height:50em;
    float:right;
    width:calc(100% - 290px);
}
#content h1 {
	border-bottom: 0px;
}
#content h1, #configuration-container fieldset legend {
	color:#6dca27 !important;
}
.navbar-inner {
	background:#3d7ebc;
	background:linear-gradient(top, #1166b8, #072a4c);
	background:-moz-linear-gradient(top, #1166b8, #072a4c);
	background:-webkit-linear-gradient(top, #1166b8, #072a4c);
	color:#FFFFFF;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.navbar-inner li.active a {
	background:#3d7ebc;
	background:linear-gradient(top, #a1cf20, #5c9d07);
	background:-moz-linear-gradient(top, #a1cf20, #5c9d07);
	background:-webkit-linear-gradient(top, #a1cf20, #5c9d07);
	color:#FFFFFF;
	font-weight:bold;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a {
	color:#FFFFFF;
	text-shadow:1px 1px 0px #000000;
	-moz-text-shadow:1px 1px 0px #000000;
	-webkit-text-shadow:1px 1px 0px #000000;
	font-weight:bold;
}
.navbar .nav > li > a:hover {
	color:#aff9a3;
}
#loggedinas {
	position:absolute;
	top:20px;
	right:18px;
	padding:6px 90px 0px 10px;
	background:#dfe3e5;
	background:-moz-linear-gradient(top, #e8ebee, #d1d5d7);
	background:-webkit-linear-gradient(top, #e8ebee, #d1d5d7);
	height:28px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #bbbfc2;
	color:#3a3b3c;
}
#loggedinas span {
	background: url(usericon.png) no-repeat 0% 0%;
	padding: 0px 0px 0px 20px;
}
    #loggedinas label.logbreak
    {
        position:absolute !important;
        right:75px !important;
        top:0px !important;
        background:url(logbreak.png) repeat-y 0% 0% !important;
        display:block !important;
        width:3px !important;
        height:35px !important;
    }
#loggedinas a {
	color:#3a3b3c;
	padding:6px 10px 4px 20px;
	background:url(loginicon.png) no-repeat 0% 50%;
	position:absolute;
	top:0px;
	right:0px;
}
#loggedinas a.logout {
	background:url(loguticon.png) no-repeat 0% 9px !important;
}
#footer {
	clear:both;
	margin:20px 0px 0px 0px;
	text-align:center;
	color:#F2F2F2;
}
#footer p {
	color:#F2F2F2;
	margin:0px !important;
	padding:0px 0px 0px 0px !important;
}
.fancybox-skin {
	background:#FFFFFF;
	color:#333333 !important;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.fancybox-skin h1, .fancybox-skin h2, .fancybox-skin p, #pageinformation {
	color:#333333 !important;
}
.btn-success, #pageinformation .tagblock {
	background:#3d7ebc;
	background:linear-gradient(top, #a1cf20, #5c9d07);
	background:-moz-linear-gradient(top, #a1cf20, #5c9d07);
	background:-webkit-linear-gradient(top, #a1cf20, #5c9d07);
}
#pageinformation .tagblock a:hover {
	color:#000000;
}
#peopleinformation {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-top:20px;
	padding:5px 0px 35px 0px;
	background:#5e8bb2;
	position:relative;
}
#peopleinformation p {
	margin: 5px;
	padding:10px;
	background:#3570a0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:13px;
	color:#81b1db;
}
#peopleinformation ul {
	margin-left:0px !important;
	margin-bottom:40px !important;
	margin-top:1.5px !important;
	margin-right:10px !important;
}
#peopleinformation ul li {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
	background:none;
	margin-left:15px !important;
	color:#000000;
	font-weight:bold;
	cursor:default;
}
#peopleinformation ul li:hover {
	text-decoration:none;
	background:none !important;
}
#peopleinformation ul li a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:7px 0px 7px 0px;
	border-bottom:1px solid #4b6f8e;
}
#peopleinformation ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#peopleinformation span {
	font-size:11px;
	color:#9cc8f1;
	display:block;
	text-align:center;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:5px 0px 5px 0px;
}
.scrollDiv {
	height: 400px;
	overflow: auto;
	overflow-x: hidden;
	padding-top : 8px;
	padding-right : 8px;
	text-align : justify;
}
.dis-buttons {
	text-align: right;
	margin:10px;
}
#headfade span.homelink {
	position: absolute;
	right: 10px;
	top:98px;
}
#headfade span.homelink a {
	color: #FFFFFF;
	font-weight:bold;
	background:url(home.png) no-repeat 0% 50%;
	padding:0px 0px 0px 23px;
	display:block;
}
#citation {
	margin-right:40px;
	margin-left:40px;
	font-style:italic;
	line-height:1.2em;
	padding-top:8px;
}
.formBox table td {
	vertical-align:top;
}
h2.grhd {
	color:#99cc01 !important;
	line-height:120%;
	font-size:16px;
}
.formBox p.nodata {
	padding: 5px !important;
	border: 1px solid #CCCCCC !important;
}
#toTop {
	width:100px;
	border:1px solid #96070d;
	background:#e2383f;
	background:linear-gradient(top, #e2383f, #96070d);
	background:-moz-linear-gradient(top, #e2383f, #96070d);
	background:-webkit-linear-gradient(top, #e2383f, #96070d);
	text-align:center;
	padding:5px;
	position:fixed; /* this is the magic */
	bottom:10px; /* together with this to put the div at the bottom*/
	right:15px;
	cursor:pointer;
	display:none;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Arial;
	opacity:.8;
}
form {
	margin-bottom: 10px !important;
}
.breadcrumb {
	margin:0px 10px 0px 10px;
	border:1px solid #d2d2d2;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:0px 0px 0px 0px;
	height:27px;
}
.breadcrumb li {
	padding:4px 15px 3px 10px;
	float:left;
	background: url(brdbreak.png) no-repeat 100% 50%;
	min-width:70px;
}
    .breadcrumb li:hover
    {
        background: #e5e5e5;
    }
.breadcrumb li  a {
	color: #586170;
}
.breadcrumb li a.dropdownopen {
	color: #169FD2 !important;
}
.breadcrumb li:last-child {
	background: none;
}

.breadcrumb:first-child  {
	
	border-radius:5px 0px 0px 5px !important;
}

.breadcrumb li:first-child a {
	background:url(homeicon.png) no-repeat 0% 50% !important;
	padding-left:20px;
}
.breadcrumb li a.droptoggle {
	background:none !important;
	padding-left:1px;
	outline:0;
}
.breadcrumb li a.droptoggle .caret {
	margin-top: 7px;
}
.breadcrumb li span.divider {
	display: none;
}
.contentMain {
	padding: 0px 20px 20px 20px;
}
.toc {
	border: 0px;
	background: #FFFFFF;
}
.toc-list li
{
    padding: 0px 0px 3px 0px;
}
/*.toc-list li a {
	font-size:14px;
	font-weight:bold;
	color:#0c5c9b;
}
    .toc-list li ul
    {
        margin-top: 5px;
    }
.toc-list li ul li a {
	font-weight: normal;
	color: #052a48;
	display: block;
	padding:0px 0px 0px 10px;
	font-size:13px;
}*/

/* Table of contents {TOC} */
.toc			{ border:1px solid #AAA; background-color:#F9F9F9; padding:5px 0px;display:table;margin-bottom:15px; }
.toc-title		{ font-weight:bold;text-align:center;min-width:100px; }
.toc-showhide	{ font-weight:normal;font-size:0.8em; }
.toc ul			{ list-style-type:none;padding:2px 5px;margin: 0px 0px 0px 2em !important; line-height:1.5em; }
.toc-list ul	{ margin:0px; }

#toolbar {
	position: absolute;
	right: 6px;
	top: 50px;
}
#leftmenu ul li.newpage {
	display: block;
	padding: 15px 0px 15px 0px;
	text-align: center;
	margin:20px 0px 20px 0px;
	background:#59c20d;
	background:-moz-linear-gradient(top, #75de24, #59c20d);
	background:-webkit-linear-gradient(top, #75de24, #59c20d);
	font-size:15px;
	text-shadow:1px 1px 0px #333333;
	-moz-text-shadow:1px 1px 0px #333333;
	-webkit-text-shadow:1px 1px 0px #333333;
	box-shadow:1px 1px 0px #333333;
	-moz-box-shadow:1px 1px 0px #333333;
	-webkit-box-shadow:1px 1px 0px #333333;
}
.events {
	width: 243px;
	max-height: 290px;
	float: left;
	position: absolute;
	top: 27px;
	left: -2px;
	background:#f3f3f3;
	border-radius:3px !important;
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
	box-shadow:3px 3px 4px #949A9F !important;
	-moz-box-shadow:3px 3px 4px #949A9F !important;
	-webkit-box-shadow:3px 3px 4px #949A9F !important;
    padding:10px 0px 0px 0px;
    border:1px solid #cecece;
}
* {
	margin: 0;
	padding: 0;
}
p.eventdetails {
	border-bottom: 1px solid #c2c2c2;
	clear: both;
	font-size: 12px !important;
	margin: 0 !important;
	overflow: auto;
	padding: 5px 0px !important;
}
p.eventdetails a {
	color: #052a48;
	font-size: 12px !important;
	background:none !important;
}
.breadcrumb li:first-child p.eventdetails a {
	background: none !important;
}
p.eventdetails span {
	display: block;
	float: left;
}
p.eventdetails span.date {
	width: 18%;
}
p.eventdetails span.details {
	width: 85%;
}
p.eventdetails span.venue {
	padding-left: 4px;
	width: 24%;
}
.eventscroll {
	font-size: 12px;
	color: #f00;
	overflow: auto;
	width: 240px;
	margin: 0px auto;
	height: 258px;
}
.btn-group .btn-mini
{
    border:0px;
    background:#FFFFFF url(editicon.png) no-repeat 0% 0%;
    box-shadow:0px;
    width:20px;
    height:20px;
}
    .btn-group .btn-mini .icon-pencil
    {
        display: none;
    }
.contentscroll
{
    padding: 0px 10px 10px 10px;
}




.tabnormal
{
	padding: 5px 15px 5px 10px;

}


.tabnormal a
{
	color: #169FD2;
}


.tableftselect
{
	background: #E5E5E5 url(break_leftselected.png) no-repeat 100% 0% !important;
	padding: 5px 15px 5px 10px !important;
	height:17px !important;
	
}

.tableftselect a
{
	color: #169FD2;
}

.tabrightselect
{
	background: #F3F3F3 url(break_rightselected.png) no-repeat 100% 0% !important;
	padding: 5px 15px 5px 10px !important;
	height:17px !important;
	
}
.tabrightselect a
{
	color: #169FD2;
}


.tabselect-arrow
{
	background: #E5E5E5 url(carethover.png) no-repeat 50% 50% !important;
	float:right;
	height:19px;
	width:14px;

}
#pagecontent td
{
    width: 19% !important;
    vertical-align: top;
}

.cookie-banner {
    position: fixed;
    bottom: 0px;
    left: 0%;
    right: 0%;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(226, 228, 234);
    border-radius: 0px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.privacyBtn {
    min-width: 140px;
    background-color: rgb(78, 131, 225);
    color: rgb(255, 255, 255);
    border-color: transparent;
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}

.cookie-banner p {
    margin-bottom: 0px !important;
    color: rgb(0, 0, 0);
    font-size: 16px;
}

    .cookie-banner p a {
        display: inline-block;
        white-space: nowrap;
        text-decoration : underline;
        color:black;
    }


@media screen and (max-width:650px) {
    .cookie-banner {
        flex-direction: column;
    }

        .cookie-banner p {
            margin-bottom: 1em !important;
        }

    .privacyBtn {
        width: 100%;
    }
}