html, body {height: 100%;}
html, body, p, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, form, input {
	font-family:'Open Sans', sans-serif;
	color:#383838;
}
p {
	line-height:24px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight:500;
}
a:link {
	color:#449d44;
	text-decoration:none;
}
a:hover, a:visited, a:active {
	color:#007900;
	text-decoration: underline;
}
a:link.btn,
a:visited.btn,
a:hover.btn,
a:active.btn {
	color:#fff;
}
a:link.btn-default,
a:visited.btn-default,
a:hover.btn-default,
a:active.btn-default {
	color:#333;
}
a.text-danger {
	color: #a94442;
}
@media (min-width: 994px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 994px) {
  .navbar-toggle {
    display: none;
  }
}
@media (max-width: 993px) {
  .navbar-toggle {
    display: block;
  }
}
.navbar {
	margin-bottom:0;
	max-height:90px;
	height:90px;
	box-shadow: 0 4px 21px 0 rgba(51,51,51,0.75);
}
.navbar-brand {
  padding: 8px 10px;
  font-size: 19px;
  line-height: 21px;
  height: 50px;
  padding:10px;
}
.navbar-brand img {
	width:150px;
	height:auto;
	margin-top:-2px;
}
.navbar-nav {
	white-space:nowrap;
	clear:both;
	margin-top:-20px;
	margin-right:10px;
}
.navbar-nav li a, .navbar-nav li a:visited {
	color:#383838;
	font-size:14px;
	padding:6px 14px;
	margin-top:-8px;
}
.navbar-nav li a:hover, .navbar-nav li a:active, .navbar-nav .active a, .navbar-nav .active a:hover, .navbar-nav .active a:visited {
	background:none;
	color:#449d44;
}
.navbar-nav li {
	color:#bbb;
	font-size:12px;
	padding-top:7px;
	vertical-align:middle;
	margin-top:0;
}
.navbar-nav .btn {
	margin-left:8px;
	margin-top:-2px;
}
.navbar-nav li.li-login,
.navbar-nav li.li-search {
	padding: 0;
	margin: 0;
}
.navbar-nav li.li-login a {
	margin-left: 8px;
	margin-top: -2px;
	font-size: 16px;
	padding: 6px 12px;
	color: #fff;
}
.navbar-nav li.li-login a:hover,
.navbar-nav li.li-login a:active {
	background-color: #449d44;
	color: #fff;
}

.full-height {
	height:100%;
}
.carousel-height {
	height:100%;
	margin-top:0;
}
@media (max-width: 768px) {
	.carousel-height {
	margin-top:0;
	margin-bottom:0;
	}
}
@media (max-width: 520px) {
	.carousel-height {
		height:400px;
	}
}
.fit-bg {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.carousel-control-fp {
	margin-top:90px;
}
.large-caption {
	color:#fff;
	text-align:left;
	left:10%;
	bottom:10%;
	width:80%;
	font-size:30px;
	font-size:2vw;
}
.large-caption h1 {
	font-family:'Raleway', sans serif;
	color:#fff;
	font-weight:500;
	font-size:8vw;
}
.fit-img {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	margin-bottom:-1px;
}
div.fit-img {
	background-size: cover;
	display: inline-block;
	background-position: 50% 0;
}
.bg-lightblue {
	background-color:#e9f0fc;
}
.bg-white {
	background-color:#fff;
}
.circle-size {
	width:90%;
	height:90%;
	max-width:300px;
	max-height:300px;
	border:6px solid #d0dff8;
	margin:0 auto;
}
.block .lead, .lead {
    font-size: 18px;
}
@media (min-width: 768px) {
  .block .lead, .block:not(.block-secondary) .lead, .lead {
    font-size: 18px;
  }
}
.lead-first > p:nth-of-type(1) {
	font-size: 18px;
}
.text-white {
	color:#fff;
}
.header-bg {
	margin-top:90px;
	height:200px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	position:relative;
	overflow:hidden;
}
.header-bg h1 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 768px) {
  .header-bg h1 {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .header-bg h1 {
    width: 880px;
  }
}
@media (min-width: 1200px) {
  .header-bg h1 {
    width: 1020px;
  }
}
@media (max-width: 1199px) {
	.navbar-nav li a, .navbar-nav li a:visited {
		padding: 6px 10px;
	}
}
.header-bg img {
	width:100%;
	position:absolute;
	bottom:-2px;
	right:-3px;
}
.text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.text-header {
	margin-top:58px;
	font-size:50px;
}
.page-header {
	font-size:60px;
	line-height:70px;
	border-bottom:1px solid #bbb;
	padding-bottom:20px;
}
@media (max-width: 768px) {
	.page-header {
		font-size:44px;
		line-height:50px;
	}
}
.page-icon {
	font-size:80px;
	line-height:80px;
	color:#305b85;
  	text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.poc-video {
	max-width:443px;
	min-width:300px;
	height:260px;
	margin:auto;
}
.poc-video iframe {
	width:100%;
	height:100%;
}
.navbar-toggle {
	background-color: #5cb85c;
	float:right;
	margin-right:10px;
	margin-top:28px;
}
.navbar-toggle .icon-bar {
	background-color:#fff;
}
.stage-shelf {
	padding: 100px 0 0 0;
	background-color:#f7f5f1;
	background-color:#fff;
	height:100%;
	overflow:auto;
	z-index: 1020;
	display: none;
	/*box-shadow: 4px 0 21px 0 rgba(51,51,51,0.55);*/
}
.nav-bordered.nav-stacked li {
	list-style: none;
}
.nav-bordered.nav-stacked ul {
	padding-left: 20px;	
}
.nav-bordered.nav-stacked li ul {
	display: none;
}
.nav-bordered.nav-stacked li.open > ul {
	display: block;
}
.nav-bordered.nav-stacked li.active a,
.nav-bordered.nav-stacked li.active a:hover,
.nav-bordered.nav-stacked li.active a:focus {
  	color:#449d44;
	background-color:none;
  	border-left-color: #2595FF;
  	border:none;
}
.nav-bordered.nav-stacked li a {
  display: block;
  padding: 10px 10px 10px 30px;
  border-bottom: 0;
  color:#383838;
  border-left: 4px solid transparent;
  border:none;
}
.nav-bordered.nav-stacked li a:hover,
.nav-bordered.nav-stacked li a:focus {
	background-color:none;
  border-left: 4px solid;
  color:#449d44;
  border:none;
}
.nav-bordered.nav-stacked .nav-divider {
	margin-right:30px;
	background-color:#acacac;
}
.bg-footer {
	background-color:#383838;
	padding: 10px 20px;
	min-height:160px;
	vertical-align:bottom;
}
.footer-text {
	font-size:12px;
	color:#cfcfcf;
}
.footer-text a {
	color:#ffb645;
}
.footer-logo {
	width:120px;
	height:auto;
	margin-bottom:20px;
}
.footer-text .icon {
	font-size:22px;
	margin-top:-4px;
	margin-right:10px;
	opacity:0.7;
	margin-left:-22px;
}
.footer-text .iconlist {
	margin: 0 10px;
	padding:0;
}
.footer-text .iconlist li {
	margin: 6px 0;
	padding:0;
}
.footer-text .iconlist li .icon {
	vertical-align:middle;
}
.footer-text .iconlist a {
	color:#fff;
	padding-left:0;
}
.footer-text .iconlist a:hover, .footer-text .iconlist a:focus, .footer-text .iconlist a:active {
	text-decoration:none;
	color:#ffb645;
}
.news-outer {
	position:absolute;
	top:120px;
	right:80px;
}

.news-box {
	background-color:rgba(256,256,256,0.7);
	width:220px;
	border-radius:8px;
  	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 50;
	margin-bottom: 10px;
}
.news-box hr {
	border-top-color:#acacac;
	margin:10px 0;
}
.news-box a {
	text-decoration:none;
	color:#383838;
	display:block;
	padding:4px;
}
.news-box a:hover {
	background-color:rgba(256,256,256,0.7);
}
.news-box .no-chg a:hover {
	background-color:rgba(256,256,256,0);
}

.wod-box {
	display: block;
	text-align: center;
	font-size: 13px;
}

.wod-date {
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0;
}

.wod-box img {
	width: 100%;
}

.photo-style {
	text-align:center;
	background-color:#fff;
	border-radius:2px;
	padding:6px;
	padding-bottom:12px;
	box-shadow: 2px 2px 16px 0 rgba(51,51,51,0.75);
	font-size:16px;
	font-family: 'Gloria Hallelujah', cursive;
}
.photo-style img {
	margin-bottom:6px;
}
.photo-style.not-written {
	font-family:'Open Sans', sans-serif;
	font-size:14px;
}
.rotate-left {
	transform:rotate(-6deg);
}
.rotate-right {
	transform:rotate(6deg);
}
.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.helpicon {
	color: #007900;
}

/* Listing tables ------------------------------------------------------------------------------- */

td {
	padding-bottom:8px;
}
.button-icon {
	padding-right:10px;
}
.b-l {
	border-left:1px solid #acacac;
}
.b-b {
	border-bottom:1px solid #acacac;
}
.in-line {
	display:inline;
}
.in-line-block {
	display:table-cell;
}
.md-size {
	font-size:22px;
}
.p-l-ad {
	padding-left:46px;
}


.pagination > li > a,
.pagination > li > span {
  color: #5cb85c;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #449d44;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fff;
  color: #449d44;
/*  border-color: #2595FF;
 *  */}

.alert div,
.alert p,
.alert a,
.alert a:hover,
.alert a:active,
.alert a:focus,
.alert a:visited {
	color: inherit;
}
.alert p {
	line-height: 1.4;
}

.alert a,
.alert a:hover,
.alert a:active,
.alert a:focus,
.alert a:visited {
	font-weight: bold;
}

.alert.alert-danger a:hover {
	color: #a94442;
	font-weight: bold;
}

.content-list div {
	list-style-type: disc;
	padding-left: 40px;
	margin-bottom: 10.5px;
}

.content-list p {
	display: list-item;
	list-style-type: disc;
	margin: 0;
	line-height: 21px;	
}

.li-p-b li, .li-p-b.content-list p,
.content-plus li {
	padding-bottom: 20px;
}
.content-plus li p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.paragraph-collapse p {
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.form-control.day-input,
.form-control.month-input,
.form-control.year-input{
	display: inline;
}
.filterField .input-group,
.filter .input-group{
	width: 180px;
}
@media (max-width: 800px) {
	.form-inline .form-control{
		width: auto;
		display: inline;
		width: 150px;
	}
	.filters-body{
		display: none;
	}
	.filters.open .filters-body, .filters-head{
		display: block;
	}
	.filters-head{
		padding: 5px;
		background-color: #ccc;
		display: block;
	}
	.filters .filter,
	.filters .filterField{
		display: block;
		width: auto;
	}
	.filters .filter label,
	.filters .filterField label,
	.filters .filter .radiogroup-label,
	.filters .filterField .radiogroup-label{
		width: 29%;
	}
}
.filters{
	/*background-color: #b0c9e0;*/
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius:4px;
}
.filters .filters{
	border: none;
	margin: 0;
}

.filters-head{
	font-weight: bold;
	display: none;
}
@media (max-width: 800px) {
	.filters-head{
		display: block;
	}
}

.filters-body{
	padding: 5px 10px;
}

.filter, .filterField, .filter-buttons,
.filter, .filterField, .filterButtons{
	display: inline-block;	
}

.filters .filter.radiogroup-table{
	display: block;
	width: auto;
}

.filter-buttons,
.filterButtons{
	text-align: right;
	float: right;
	margin: 5px 15px 10px 10px;
}

.filter-buttons button,
.filter-buttons input,
.filterButtons button,
.filterButtons input{
	margin-left: 10px;
}

.filters label,
.filters .radiogroup-label{
/*	color: #00529B;
 *	*/	font-weight: bold;
	display: inline-block;
	text-align: right;
	width: 100px;
	margin-right: 10px;
}

.filters .radiogroup label{
	font-weight: normal;
	text-align: left;
	margin-left: 5px;
	width: auto;
	margin-right: 15px;
}
.filters .radio-container{
	display: inline;
}
.filterField .input-group,
.filter .input-group{
	width: 180px;
}

.filterField.autowidth select,
.filter.autowidth select
{
	width: auto;
}
.filter input,
.filterField input
{
	width: 200px;
	margin-right:10px;
	display: inline;
}
.filter input.date{
	width: 180px;
}

.filter select,
.filterField select,
.filterField {
	width: 200px;
	margin-right:10px;
	display: inline;
}
.filter .input-group {
	margin-right: 10px;
}
.filter .datefield-inputs select,
.filterField .datefield-inputs select{
	margin-right:10px;
	width: auto;
	font-size: 11px;
}
.filter input[type="image"],
main input[type="image"]{
	width: auto;
}
div.filters *{
	font-size: 0;
}

div.filters label,
div.filters input,
div.filters select,
div.filters select > *,
div.filters button,
div.filters .radiogroup-label,
div.filters .datefield-inputs,
div.filters .datefield-inputs *,
div.filters .filters-head,
div.filters .filters-head *,
div.filters .input-group *,
div.filters .radiogroup-table *
{
	font-size: 14px;
	vertical-align: middle;
}
div.filters .filter-symbols-label{
	font-size: 12px;
	margin: -3px 0 7px 13px;
	font-weight: bold;
}
.filter, .filterField{
	margin: 5px 0;
}
.filter label,
.filterField label,
.filter input,
.filterField input,
.filter .datefield-inputs,
.filterField .datefield-inputs,
.filter .datefield-inputs,
.filterField .datefield-inputs *{
	vertical-align: middle;
}

div.filters .datefield-inputs{
	display: inline-block;
	width: 180px;
	margin-right:10px;
}
.filterField .input-group,
.filter .input-group{
	width: 180px;
}

.filterField.autowidth select,
.filter.autowidth select
{
	width: auto;
}

.filter input,
.filterField input
{
	width: 180px;
	display: inline;
}
.filter input.date{
	width: 180px;
}

.filter select,
.filterField select{
	width: 180px;
	display: inline;
}
.filter .datefield-inputs select,
.filterField .datefield-inputs select{
	width: auto;
	font-size: 11px;
}
.filter input[type="image"],
main input[type="image"]{
	width: auto;
}
input.postcode{
	width: 70px;
}

.filter input.postcode{
	width: 180px;
}

.grade_opt{
	display: block;
	margin-right: 20px;
	margin-bottom: 5px;
}

.datefield-inputs img{
	vertical-align: middle;
}

.radiogroup label{
	margin-bottom: 0;
}
.filter_symbols{
        margin-right: 10px;
        margin-bottom: 10px;
}

.filter_symbol{
        display: inline-block;
}

.filter_symbol input{
}

.filter_symbol img{
        opacity: 0.4;
        width: auto;
        cursor: pointer;
        margin-right: 10px;
}

.filter_symbol input:checked + img{
        opacity: 1;
}

.filter_symbol label{
        position: absolute;
        left: -9999px;
}

.filter_symbol label{
	position: absolute;
	left: -9999px;
}
.standard th, .listing th, .info th {
	background-color:#c3c3c3;
}

.smalltabletext td {
	font-size: 12px;
}

.standard tbody tr:nth-child(2n) {
	background-color: #eee;
}

.info td {
	border: 1px solid #ddd;
}

.cke_show_borders table.info.cke_show_border, .cke_show_borders table.info.cke_show_border > tr > td, .cke_show_borders table.info.cke_show_border > tr > th, .cke_show_borders table.info.cke_show_border > tbody > tr > td, .cke_show_borders table.info.cke_show_border > tbody > tr > th, .cke_show_borders table.info.cke_show_border > thead > tr > td, .cke_show_borders table.info.cke_show_border > thead > tr > th, .cke_show_borders table.info.cke_show_border > tfoot > tr > td, .cke_show_borders table.info.cke_show_border > tfoot > tr > th {
    border: #ddd 1px solid;
}
/* Form tables ------------------------------------------------------------------------------- */

table.fields th, table.fields td{
	padding-left: 0;
	padding-right: 20px;
}
table.fields th, label{
	/* color: #666; */
	font-weight: normal;
}

table.fields th, table.fields td{
	vertical-align: top;
}

table.fields .section-heading{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

/* Editable content -------------------------------------------------------------------------- */

.content-editable .content-text:hover,
.content-editable .content-break:hover,
.content-editable .content-basic:hover,
.content-editable .content-plus:hover,
.content-editable .content-list-inner:hover
{
	outline: 2px solid #afc;
	outline-offset: 7px;
}
.content-editable .content-image:hover,
.content-editable .content-images img:hover
{
	outline: 3px solid #afc;
	cursor: pointer;
}

.content-editable .content-text:focus,
.content-editable .content-break:focus,
.content-editable .content-basic:focus,
.content-editable .content-plus:focus,
.content-editable .content-list-inner:focus
{
	outline: 2px solid #acf;
	outline-offset: 7px;
}
.content-editable figcaption {
	display: block;
	min-height: 1em;
}

.content-images {
	white-space: nowrap;
}
.content-images img {
	vertical-align: top;
}
.content-images figure, .content-images-add {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.content-images-add .icon {
	display: table-cell;
	height: 200px;
	width: 150px;
	background-color: #ddd;
	color: #fff;
	vertical-align: middle;
	font-size: 60px;
	margin-bottom: 5px;
}

.content-images img {
	height: 200px;
	margin-bottom: 5px;
}

.content-editable span.content-text {
	display: inline-block;
	/*min-height: 1em;*/
	width: 100%;
}

.content-unused {
	display: none;
}

.btn.content-layout-button {
	margin: 5px 8px;
	padding: 6px;
}

label.content-image-label {
	display: inline;
	position: relative;
	margin: 0;
}

input.content-image-input {
	display: none;
}

.admin-toolbar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 1030;
	padding: 10px;
	box-shadow: 0 -4px 21px 0 rgba(51,51,51,0.75);
}

.admin-message {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 56px;
	z-index: 1030;
	text-align: center;
}

/* Club Map ------------------------------------------------------------------------------- */

#svgclubmap {
	margin-top:10px;
	max-height:500px;
}
.clubbox {
	width:40px;
	height:20px;
	border: 1px solid #575757;
	margin: 0 10px 4px 0;
	float:left;
	clear:left;
}
.soa-colour {
	background-color: #7da7d9;
}
.nioa-colour {
	background-color: #81ca9d;
}
.neoa-colour {
	background-color: #fff79a;
}
.nwoa-colour {
	background-color: #f5999e;
}
.yhoa-colour {
	background-color: #6dcff6;
}
.emoa-colour {
	background-color: #c4df9a;
}
.wmoa-colour {
	background-color: #fec689;
}
.woa-colour {
	background-color: #7accc8;
}
.eaoa-colour {
	background-color: #f69779;
}
.seoa-colour {
	background-color: #f499c2;
}
.scoa-colour {
	background-color: #bc8cbe;
}
.swoa-colour {
	background-color: #8781bd;
}
.clubmaplinks {
	margin-top:20px;
}
.clubmaplinks a {
	color:#000;
	display:block;
	padding:4px;
	margin-bottom:8px;
}
.clubmaplinks a:hover, .clubmaplinks a.hover {
	background-color:#eaeaea;
	text-decoration:none;
}

/* Panels ---------------------------------------------------------------------------- */

.itempanels .panel-body {
	display: none;
}

.itempanels .always-open .panel-body,
.itempanels .open .panel-body {
	display: block;
}

.itempanels .open .caret {
    border-top-width: 0;
    border-bottom: 4px solid #449d44;
}

/* Forms ------------------------------------------------------------------------------ */
.donotuse {
	position: absolute;
	left: -9999px;
}

/* Dropdown menu ------------------------------------------------------------ */

.navbar .dropdown-menu {
	margin: 0;
	top:60px;
	background-color: #383838;
	color:#cfcfcf;
	padding:12px;
	border:none;
}
.navbar .dropdown-menu .divider {
/*  height: 1px;
 *    margin: 9.5px 0;
 *      overflow: hidden;
 *      */  background-color: #cfcfcf;
	padding:0px;
}
.navbar .dropdown-menu > li > ul {
	vertical-align:top;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #858585;
	min-height:100%;
}
.navbar .dropdown-menu > li > ul:last-child {
	border-right:none;
	margin-right:0;
	padding-right:0;
}
.navbar .dropdown-menu > li > a, .navbar .dropdown-menu > li > a:visited, .navbar .dropdown-menu > li > ul > li > a, .navbar .dropdown-menu > li > ul > li > a:visited {
	font-weight:normal;
	line-height:1.4;
/*  display: block;
 *    padding: 3px 20px;
 *      clear: both;
 *        font-weight: normal;
 *          line-height: 1.4;
 *          */  color: #cfcfcf;
/*  white-space: nowrap;
 *  */}
.navbar .dropdown-menu > li > ul > li > a:hover,
.navbar .dropdown-menu > li > ul > li > a:focus {
	background:none;
		text-decoration:none;
	color:#ffb645;

/*  text-decoration: none;
 *    color: #262626;
 *      background-color: #f5f5f5;
 *      */}
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
	background-color: #365d95;
	background-color:rgba(0,0,0,0.2);
	color:#fff;
}
.navbar .dropdown-header a,
.navbar .dropdown-header a:link,
.navbar .dropdown-header a:active,
.navbar .dropdown-header a:focus,
.navbar .dropdown-header a:hover,
.navbar .dropdown-header a:visited
 {
	font-size:20px !important;
	color:#fff !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.navbar .dropdown-header {
	font-size:20px !important;
	color:#fff !important;
	padding:0 12px 6px 12px !important;
	/*margin-top:18px !important;*/
	
/*  display: block;
 *    padding: 3px 20px;
 *      font-size: 13px;
 *        line-height: 1.4;
 *          color: #BEC8CE;
 *            white-space: nowrap;
 *            */}

.navbar .hover > .dropdown-menu {
	display: block;
}

.navbar .nav > li > a:focus {
	background-color: transparent;
}

.navbar-right .dropdown-menu-custom {
	left: -220px;
	right: auto;
}

.navbar .navbar-nav li.dropdown-header {
	margin-top: 20px;
}

.navbar .navbar-nav li:first-child.dropdown-header {
	margin-top: 0;
}

.top-adjust {
	padding-top:120px;
}

.alert {
	padding: 12px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: -4px;
}
.alert-warning a {
	color: #8a6d3b;
	text-decoration:underline;
}
.panel {
	border-color:#c9c9c9;
	padding: 12px;
	border-radius: 4px;
	line-height:20px;
	font-size:14px;
}
.panel table {
	font-size: 14px;
}
.panel.panel-default {
	padding: 0;
}
.iconlist > li > .icon {
  float: left;
  margin-left: -25px;
  opacity: 1;
}
.text-sm {
	font-size:12px;
}
.profile-img {
    border: 6px solid #d0dff8;
	width:100px;
	height:auto;
}
.news-panel ul li {
	border-bottom: 1px solid #999;
	margin-bottom:10px;
	padding:10px 0;
	margin:-2px;
	clear:both;
	overflow:auto;
	display:block;
}
.news-panel ul li:last-child {
	border-bottom:none;
}
.news-panel ul li a {
	color:#383838;
	text-decoration:none;
	display:block;
	padding:4px;
}
.news-panel ul li a:hover {
	background-color:#e9f0fc;
}
.news-panel ul li img {
	width:80px;
	margin-left:6px;
	margin-bottom:10px;
	height:auto;
	float:right;
}
.forum-list li {
	margin-bottom:10px;
	padding:10px 0;
	margin:-2px;
	clear:both;
	overflow:auto;
	display:block;
}
.forum-list li img {
    border: 2px solid #d0dff8;
	width:60px;
	height:auto;
	margin-right:6px;
	float:left;
}
.forum-list li button {
	margin-top:6px;
	float:right;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
  padding:4px;
}
.radio-container {
    display: inline;
	vertical-align:middle;
	margin-left:10px;
}
.radio-container label {
	font-weight:normal;
	vertical-align:middle;
}
.radiogroup-label {
	font-weight:bold;
}
.fit-w {
	width:100%;
	height:auto;
}

.doclink {
	display: block;
	margin-bottom: 10px;
	max-width: 400px;
	width: 100%;
}

a.doclink-title:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
a.doclink-title:hover, a.doclink-title:focus, a.doclink-title.focus {
    color: #333;
    text-decoration: none;
}
a.doclink-title {
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
}
a.doclink-title {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
a.doclink-title {
    display: block;
    margin: 0;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 9px 9px 9px 50px;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	min-height: 42px;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	width: 100%;
	max-width: 400px;
}

a.doclink-title.doclink-icon-file {
	background-image: url('/images/file.svg');
}

a.doclink-title.doclink-icon-pdf {
	background-image: url('/images/pdf.svg') !important;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

a.doclink-title.doclink-icon-word {
	background-image: url('/images/word.svg');
}

.cke_dialog {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.cke_dialog, .cke_dialog_body {
	border-radius: 6px;
}

.cke_dialog_title {
	border-radius: 6px 6px 0 0;
}

.cke_dialog_contents, .cke_dialog_footer {
	border-radius: 0 0 6px 6px;
}

#modal-editimage .crop-container {
	width: 320px;
	height: 320px;
	text-align: center;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	background-color: #eee;
}
#modal-editimage .crop-inner-container {
	display: inline-block;
	position: relative;
}

#modal-editimage .crop-top,
#modal-editimage .crop-bottom,
#modal-editimage .crop-left,
#modal-editimage .crop-right {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.7);
}

#modal-editimage .crop-centre {
	outline: 2px dotted #444;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#modal-editimage .crop-image {
	max-height: 320px;
	max-width: 320px;
}

#modal-editimage .rotate-buttons {
	text-align: right;
	margin-top: 10px;
}

.upload-label {
	width: 100%;
}

#upload-text {
	margin-top: 40px;
	margin-bottom: 40px;
	display: block;
}

#upload-file {
	display: none;
}

#modal-editimage .or-container {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

#modal-editimage .or {
	background-color: #fff;
	position: absolute;
	left: 45%;
	right: 45%;
	top: -12px;
	display: block;
	text-align: center;
	
}

#modal-editimage .import-button {
	margin-top: 10px;
	float: right;
}

th a, th a:link, th a:visited, th a:hover, th a:focus, th a:active {
	color: #383838;
	text-decoration: none;
	border-bottom: 1px dotted #383838;
}
th a:hover, th a:focus, th a:active {
	color: #386038;
}

.dashboard-text {
	display: inline-block;
	min-width: 30px;
}

.image-gallery img{
	cursor: pointer;
}

.carousel-caption {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

#xplorerlogo {
	width: 300px;
}

.results-workings-overview {
	float: right;
}

.results-workings-overview .MP,
.results-workings-overview .plus
 {
	line-height: 3em;
	vertical-align: middle;
}


.results-workings-overview .devide-upper {
	vertical-align: top;
	display: inline-block;
	width: 150px;
	border-bottom: 1px solid #222;	
	text-align: center;
}

.results-workings-overview .devide-upper span.open-bracket:first-child,
.results-workings-overview .devide-upper span.close-bracket:last-child,
.results-workings-overview .devide
 {
	display: none;
}

.results-workings-overview .devide-lower {
	vertical-align: bottom;
	display: inline-block;
	width: 160px;
	text-align: center;
	float: right;
	margin-left: -150px;
	margin-top: 1.5em;
}

#search-input {
	border: none;
	width: 90px;
}


.navbar-nav li.li-search {
	color: #383838
}

#search-form {
	display: inline-block;
	margin: 0 14px;
	border-bottom: 1px solid #383838;
}

#search-bar {
	background-color: #fff;
	padding-top: 25px;
	display: none;
}

nav.showsearch #search-bar {
	display: block;
	padding-right: 12px;
	padding-bottom: 5px;
}

.navbar.showsearch {
	height: auto;
	max-height: none;
}

.gsc-control-cse {
	padding: 0 1em 0 0 !important;
}

.gsc-input {
	font-size: 14px !important;
	height: 30px;
}

.gsc-search-box td {
	padding-bottom: 0;
}

.gsc-input-box {
	height: 34px;
	font-size: 14px;
	padding-left: 6px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

button.gsc-search-button-v2 {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.4;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

button.gsc-search-button-v2:hover,
button.gsc-search-button-v2:active {
	background-color: #449d44;
}

#search-button-mobile {
	background-color: #fff;
	border-color: #ccc;
	padding: 5px 12px 6px 12px;
}

table.gsc-table-result {
	padding-left: 0;
	padding-right: 0;
	margin-left: 8px;
	margin-right: 8px;
}
