/* S T R U C T U R E */

html,body {
	display: block;
	font-family: helvetica, arial, verdana;
	line-height: 140%;
	color: #333333;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-width: 320px;
	}

div {
	padding: 0px;
	margin: 0px;
	}
table { 
	font-size: inherit; 
	}

.wrapper {
	zoom: 1;
	height:calc(100% - 94px);
	min-height:calc(100% - 94px);
	position: relative;
/*	padding-top:94px;*/
	padding-top:85px;
}

/* H E A D E R */

#header {
	zoom: 1;
}

.header-search {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 1.4em;
	margin-right: 10px;
	text-align: right;
	color: #aaaaaa;
	}

.header-wrapper{
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
}

/* F O O T E R */

#footer{
	width:100%; 
	min-height:5em;
/*	position:absolute;*/
	position:fixed;
	bottom:0;
	left:0;
	background-color: #aaaaaa;
	padding:0px;
	z-index: 100;
}

.footer-left{
	float:left;
	padding: 10px;
	text-align:left;
	/*added this messy fix to make sure the admin and public footers are the same... ;)*/
	line-height:133%;
	padding-top:11px;
}

.footer-right, .footer-right.label{
	float:right;
	padding:10px;
	text-align:right;
}


/* S I D E B A R */
#sidebar {
	position:fixed;
	float: left;
	width: 218px;
	padding: 5px;
	margin: 10px;
	margin-top: 26px;
}

#sidebar a {
	display: block;
	color: white;
}

#sidebar a.current {
	font-weight: bold;
}

#sidebar a.expanded {
	margin-left: 10px;
}

.staticpage {
	margin-left: 240px;
	padding: 20px 10px 60px 10px;
}

/* Fix header and footer and scroll contents. */
/*part of 2017 updates */

.footer-space{
	padding-bottom:5em;
}

/* T E X T */

	
a {
	text-decoration: none;
	border-width: 0;
	}
	
a * {
	text-decoration: none;
	border-width: 0;
	}

a:focus, a:hover{
	color: #001bcc; /* c-189 */
}
    
a:hover {
	text-decoration: underline;
	}

.box:hover{
	text-decoration: none;
	}     
    
.label {
	color: #ffffff;
	}

.label a {
	color: #ffffff;
	font-weight: bold;
	}

.label a:hover {
	text-decoration: underline;
	color: #ffffff;
	}

/*unfortunate fix I needed to make because of this stupid bootstrap .less styles overriding everything*/
.footer-label {
	color: #ffffff;
	}

.footer-label a {
	color: #ffffff;
	font-weight: bold;
	}

.footer-label a:hover {
	text-decoration: underline;
	color: #ffffff;
	}	
	

.light {
	color: #aaaaaa;
	}

.light a {
	font-weight: bold;
	color: #aaaaaa;
	}

.light a:hover {
	text-decoration: underline;
	}

.small {
	font-size: 0.8em!important;
	}

.large {
	font-size: 1.1em;
	}


.bold {
	font-weight: bold;
	}
	
.top {
	valign: top!important;
	}

h1 {
	font-size: 1.3em;
	font-weight: normal;
	color: #666666;
	background-color: #eeeeee;
	padding: 3px;
	}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #666666;
	background-color: #eeeeee;
	padding: 3px;
	}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	}

th {
	font-weight: normal;
}

.nowrap{
	white-space:nowrap;
}

/* N A V I G A T I O N */
.navigation {
	height: 1.5em;
	background-color: #aaaaaa;
	padding: 3px 0px 3px 0px;
}


/*.navigation {
	height: 1.5em;
	background-color: #aaaaaa;
	padding: 3px 3px 3px 0px;
	}
*/
.navigation ul {
	display: block;
	margin: 0px;
	list-style: none;
}

.navigation li {
	display: inline;
	list-style: none;
	vertical-align: middle;
	}

.navigation li a {
	padding: 5px 1em;
	font-weight: normal;
	}

.navigation a:hover {
	background-color: #666666;
	text-decoration: none;
	padding: 5px 1em;
	}

#loginBar{
    margin:-2px 10px;
    padding: 0px;
    }
    
#loginBar a {
    color: white;
    }
    
#loginBar a, #loginBar select {
     float: right;
    }
    
#loginBar #aform{
    width: 50%;
    float: right;
    margin-top:2px;
}    
    
#loginBar a:hover {
	background-color: #aaaaaa;
	text-decoration: underline;
	padding: 0px;
	}    


/* B O X E S */

.boxes {
	padding-top: 10px;
	padding-left: 10px;
	overflow-y: auto;
	/*height: calc(100% - 155px);*/
}

.box {
    position: relative;
    display: inline-block; 
    width: 218px;
    height: 100px;
    margin: 0px 10px 10px 0px;
    padding: 5px;
    }

.box a {
    color: #ffffff;
    text-decoration: none;
    }

.box-count,.box-count-load {
	text-align: center;
	position: absolute;
	color: #ffffff;
	left: 0px;
	top: 72px;
	width: 228px;
	font-size: 1.3em;
	}

.box-label {
	text-align: right;
	position: absolute;
	color: #ffffff;
	width: 218px;
	left:0px;
	bottom: 10px;
	font-size: 1.1em;
}

.box-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	}

.box-image {
	position: absolute;
	left: 0px;
	top: 0px;
	
	}

.box-definition {}

.box-help {
	width: 226px;
	height: 15px;
	font-size: 0.9em;	
	text-align: center;
	opacity:0.0;
	transition: height 0.75s, opacity 0.75s;	
}

.box-help:hover {
	opacity:1.0;
	height:125px;
}


/* B R O W S E   R E C O R D S */

.browse {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom:6em;
}

.browse-bar {
	position: relative;
	height: 2em;
	padding: 3px 3px 3px 3px;
	}

.browse-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	}

.browse-heading {
	position: absolute;
	left: 33px;
	top: 0.6em;
	color:#ffffff;
	}

.browse-index {
	position: absolute;
	bottom: 0.5em;
	right: 10px;
	color: #ffffff;
	}

.browse-index a {
	color: #ffffff;
	padding: 3px;
	}
.browse-index a:hover{
	color: #ffffff;
}

.browse-index-contributor a:hover, .browse-index-function a:hover {
	background-color:#52ad43; /* b-106 green*/
	text-decoration: none;
	}
	
.browse-index-event a:hover, .browse-index-genre a:hover, .browse-index-subject a:hover {
	background-color:#2557d3; /* b-91 blue */
	text-decoration: none;
	
	}	

.browse-index-venue a:hover {
	background-color:#ffb620; /* b-135 yellow */
	text-decoration: none;
	}	

.browse-index-organisation a:hover {
	background-color:#e13a3b; /* b-122 red */
	text-decoration: none;
	}	

.browse-index-resource a:hover, .browse-index-work a:hover {
	background-color:#7234a4; /* b-154 purple */
	text-decoration: none;
	}	

.browse-index-international a:hover {
	background-color:#2557d3 ; /* b-91 un blue*/
	text-decoration: none;
	}

/*Browse table*/
.browse-table {
	position: inherit;
	width:100%;
	border-collapse: collapse;
	border-width:0px;
	/*margin-top:10px;*/
	margin-bottom: 10px;
}

.browse-table thead {
	background-color: #aaaaaa;
	text-align: left;
}

.browse-table th {
	padding: 0.3em;
}

.browse-table th a {
	color:#ffffff;
	text-decoration: none;
	font-weight: normal;
}
/*, .browse-table a:hover*/
.browse-table th:hover{
	background-color:#666666;
	text-decoration: none;
	}

.browse-table td {
	padding: 0.3em;

}
/*CUSTOM BROWSE for individually colored th cells - see international browse page*/
.cust-browse-table {
	position: relative;
	width:100%;
	border-collapse: collapse;
	border-width:0px;
	margin-top:10px;
	margin-bottom: 10px;
}

.cust-browse-table thead {
	background-color: #aaaaaa;
	text-align: left;
}

.cust-browse-table th {
	padding: 0.3em;
}

.cust-browse-table th a {
	color:#ffffff;
	text-decoration: none;
	font-weight: normal;
}

/*.cust-browse-table th:hover{
	background-color:#666666;
	text-decoration: none;
	}
*/
.browse-table td {
	padding: 0.3em;
}

.browse-th-organisation a, .browse-th-venue a, .browse-th-work a, .browse-th-event a  {
	color:#ffffff;
	text-decoration: none;	
}
.browse-th-organisation {
	background-color:#f34648; /*b-121*/
	text-decoration: none;	
}
.browse-th-organisation:hover{
	background-color:#e13a3b; /*b-122*/
	text-decoration: none;	
} 
.browse-th-venue{
	background-color:#ffc11f; /*b-134*/
	text-decoration: none;	
}
.browse-th-venue:hover{
	background-color:#ffb620; /*b-135*/
	text-decoration: none;
		
}
 .browse-th-work{
	background-color:#8c4eb8; /*b-153*/
	text-decoration: none;	
}
.browse-th-work:hover{
	background-color:#7234a4; /*b-154*/
	text-decoration: none;	
} 
.browse-th-event{
	background-color:#3875d7; /*b-91*/
	text-decoration: none;	
}
.browse-th-event:hover{
	background-color:#2557d3; /*b-90*/
	text-decoration: none;	
} 

.browse-th-grey{
	background-color:#aaaaaa; 
	text-decoration: none;	
}

.browse-th-grey:hover{
	background-color:#666666; 
	text-decoration: none;	
} 

/*for international drill down - horizontal browse style tables*/
.sub-browse-table {
	position: relative;
	width:100%;
	border-collapse: collapse;
	border-width:0px;
	margin-top:10px;
	margin-bottom: 10px;
}

.sub-browse-table th {
 	color: #ffffff;
	height: 2em;
	padding: 3px 3px 3px 3px;}
	
.sub-browse-heading a {
	color:#ffffff;
	text-decoration: none;
	font-weight: normal;
}

.sub-browse-table th:hover{
	text-decoration: none;
	}

.sub-browse-table td {
	padding: 0.3em;

}

.sub-browse-heading{
	padding: 33px;
	text-decoration: none;	 	
}



/* S E A R C H   R E S U L T S */

.search {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom:6em;
}

.search-bar {
	position: relative;
	height: 2em;
	padding: 3px 3px 3px 3px;
	}

.search-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	}

.search-heading {
	position: absolute;
	left: 33px;
	top: 0.6em;
	color:#ffffff;
	}

.search-index {
	position: absolute;
	bottom: 0.5em;
	right: 10px;
	color: #ffffff;
	}

.search-index a {
	color: #ffffff;
	padding: 3px;
	}

.search-index-event a:hover, .search-index-genre a:hover, .search-index-subject a:hover {
	background-color:#2557d3; /* b-91 blue */
	text-decoration: none;
	}	

.search-index-contributor a:hover, .search-index-function a:hover {
	background-color:#52ad43; /* b-106 green*/
	text-decoration: none;
	}
	
.search-index-venue a:hover {
	background-color:#ffb620; /* b-135 yellow */
	text-decoration: none;
	}	

.search-index-organisation a:hover {
	background-color:#e13a3b; /* b-122 red */
	text-decoration: none;
	}	

.search-index-resource a:hover, .search-index-work a:hover {
	background-color:#7234a4; /* b-154 purple */
	text-decoration: none;
	}	

.search-table {
	position: relative;
	width:100%;
	border-collapse: collapse;
	border-width:0px;
	/*margin-top:10px;*/
	margin-bottom: 10px;
}

.search-table thead {
	background-color: #aaaaaa;
	text-align: left;
}

.search-table th {
	padding: 0.3em;
}

.search-table th a {
	color:#ffffff;
	text-decoration: none;
	font-weight: normal;
}
/*, .search-table a:hover*/
.search-table th:hover{
	background-color:#666666;
	text-decoration: none;
	}

.search-table td {
	padding: 0.3em;

}

/* S E A R C H  F O R M */

.search-form {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 6em;
}

.search-form-table {
	position: relative;
	width:100%;
	border-collapse: collapse;
	border-width:0px;
	margin-top:10px;
	margin-bottom: 10px;}

.search-form-label {
	vertical-align: top;
	text-align: left;
	width: 218px;
	padding: 5px; 
	color: #ffffff;
}

.search-form-value {
	position: relative;
	vertical-align: top;
	text-align: left;
	word-wrap: break-word;
	padding: 5px 5px 5px 10px;
}

.search-form-input-number {
	width: 54px;
}

.search-form-input-text {
	width: 218px;
}

.search-basic-box {
    zoom:1;
    position: relative;
    display: inline-block;
    height: 100px;
    margin: 0px 10px 10px 0px;
    padding: 5px;
    vertical-align: top;
    }


/* R E C O R D S */
/*
.record {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5em;
	position: relative;
}

.record-table {
	font-size:12px;
	position: relative;
	width: calc(100% - 72px);
	border-collapse: collapse;
	border-width:0px;
	margin-top:10px;
	margin-bottom: 10px;
}

.record-table table {
	font-size:12px;
	border-spacing: 0px;
}

.record-label {
	vertical-align: top;
	text-align: right;
	width: 218px;
	padding: 5px; 
	color: #ffffff;
}

.record-value {
	position: relative;
	vertical-align: top;
	text-align: left;
	word-wrap: break-word;
	padding: 5px 5px 5px 10px;
}

.squash-list{
	padding-bottom : 0px!important
}

.record-tabs {
	background-color: #aaaaaa;

	padding: 5px 1em;
	margin: 0px 0px 0px 10px;
}
.record-tabs.label{
	display:block;
	
}

ul.record-tabs  {
	list-style: none;
	margin: -5px 0px 0px 0px!important;
	padding: 5px 5px 5px 0px!important;
}

.record-tabs li {
	display: inline;
	list-style: none;
	padding: 0px 1em 0px 5px;
	margin: 0px;
}

.record-tabs li a {
	font-weight: normal;
	padding: 5px 1em;
}

.record-tabs a:hover, .record-tabs a:focus   {
	background-color: #666666;
	text-decoration: none;

	}

.record-value ul {
	list-style: none;
	margin: -5px 0px 0px 0px;
	padding: 5px 5px 0px 0px;
}

.record-value ul > :first-child {
	padding-top: 0px;
}
.record-value ul + h3{
	padding-top:10px; 
}


.record-value li {
	list-style: none;
	padding: 0px 0px 0px 0px;
}
*/
/*fix for spacing issue AUS-75*//*
.events-tab .record-value ul > :not(:first-child),
#events .record-value ul > :not(:first-child),
#organisation .record-value ul > :not(:first-child),
#venue .record-value ul > :not(:first-child),
#contributor .record-value ul > :not(:first-child),
#function .record-value ul > :not(:first-child),
#organisation .record-value ul > :not(:first-child){
	padding: 4px 0px 0px 0px;
}



.record-value h3 { 
	padding: 0px 0px 5px 0px;
	font-size: 1em;
	margin: 0em;
}

.record-value-table {
	padding: 0px 10px 0px 0px;
}

.record-picture {
	min-height: 100px;
	max-height: 100px;
	border: 0px;
}

.record-comment{
    position: absolute;
    padding: 5px 5px 5px 10px;
    right: 0px;
    z-index:100;
}
*/
/*minor adjustment for record comment when shown on the resource page*//*
.right-side-display {
	position:relative;
	width:47%;
	float:right;
}
.right-side-display .record-comment{
	position:relative;
	padding-bottom:20px;
}
.right-side-display .item-article{
	width:100%;
	position:relative;
	float:right;
        margin-bottom: 65px;
}
.item-article img, .item-article-container img, .modal-body img{
padding:0px 10px 0px 10px;
}
.modal-body{
display:inline-block;
}
*/
/* P A G E S */

.page{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top; 
	position: relative;
	padding-bottom: 5em;
}

.page-menu {
float: left; clear: right;
/*	display: inline-block; */
	vertical-align: top;
	width: 218px;
	background-color: #c8c8c8;
	margin: 0px 10px 10px 0px;
    	padding: 5px;
}

.page-menu-single {
        position: absolute;
	top: 0px; 
	left: 0px; bottom: 6em;
}

.page-menu-list {
	list-style: none;
	margin: 5px;
	padding: 0px;
}

.page-menu-list li {
	margin: 5px;
	padding: 0px;
}

.page-menu-list a {
	font-weight: normal;
}

.page-content{
    margin-left: 240px;
    margin-top: 10px;
    padding: 0px 10px 60px;
    word-wrap: break-word;
}

.page-table {
	position: relative;
	border-collapse: collapse;
	border: 1px solid #aaaaaa;
	margin: 10px;
}

.page-table thead {
	background-color: #aaaaaa;
	color: #ffffff;
	text-align: left;
}

.page-table th {
	padding: 0.3em;
}

.page-table tr.odd {
	background-color: #eeeeee;
}

.page-table td {
	padding: 0.3em;
	vertical-align: top;
}

.text-veri {
	display: none;
	position: absolute;
	top: -5000px;
}

/* styles for image display on resource page */
div.iframe-link {
  	position: relative;
	float: left;
	width: 800px;
    	height: 520px;
        border: none;
        -moz-transform: scale(0.2);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.2);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.2);
        -webkit-transform-origin: 0 0;
}

a.iframe-link {
  	text-decoration:none;
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	width:105%;
  	height:516px;
}

.heading-bar {
	background-color: #535353;
        padding: 25px;
        /*text-align: center;*/
	vertical-align: middle;
	font-family: helvetica, arial, verdana;
    	font-size: 18px;
    	color: #FFFFFF;
    	margin-top: 10px;
}

/*used for displaying full test article attached to a resource/item*/
.item-article {
    position: relative;
    width: 47%;
    float: right;
    border: 1px solid #aaaaaa;
   /* border-radius: 7px;*/
    padding: 10px;
}

/*match wysiwyg editor*/
.wysiwyg{
   width:898px;
   max-width:898px;
}
/*a little help containing the contents*/
.modal-body.item-article-container{
	width:calc(100% - 30px);
}

.clickable {
	cursor:pointer;
}

.exhibition-header {
	color: #ffffff;			
	font-size: medium;
	font-style: normal;
}

.event-light {
	background-color: rgb(98, 145, 222);
}


/*header and footer - browse*/
.browse, .search{
	position:relative;
	height:calc(100% - 166px);
}
.browse-table, .search-table{
	position:inherit;
}

.scroll-table{
	max-height: calc(100% - 14px);
	overflow-y: auto;
	margin-top: 33px;
}

/*
.scroll-table thead tr,
.scroll-table tfoot tr {
  position: absolute;
  left: 0;
  right: 15px;  /* to not cover the scrollbar*/
}
*/
.scroll-table  thead tr {
  top: 40px;
  width: 100%;
  display:table;
  background-color: #aaaaaa;
}

.scroll-table  tfoot tr.browse-bar, 
.scroll-table  tfoot tr.search-bar {
  position: absolute;
  top: calc(100% - 42px);
  width: 100%;
  padding-left:0px;
  padding-right:0px;
}


.results-export-button{
    padding-top: 15px;
    position: relative;
    text-align: right;
    right: 90px;
}

.link-button { 
     background: none;
     border: none;
     color: #1a0dab;
     text-decoration: none;
     cursor: pointer; 
     padding:0px;
}

.link-button:hover { 
     text-decoration: underline;
}

/* header and footer - detail*/

.record{
 /*   height: calc(100% - 160px);
    overflow-y: auto;
    overflow-x:hidden;
    padding-bottom:0px;*/
}

/*scrollable basic*/
.scrollable{
/*   height: calc(100% - 162PX);
    overflow-y: auto;*/
}

/*handle exhibition styles*/
.exhibition-element .record{
	height:auto;
}


.show-hide-icon {
    color: white;
    font-size: large;
    padding-right: 30px;
    float: right;
}
/*help the display of print screen*/
@media print{
	.navigation{
		display:none;
	}
	.record-comment{
		display:none;
	}
	.header-search{
		display:none;
	}
	.footer{
		display:none;
	}
}

.selectize-control.multi .selectize-input [data-value] {
	background-color: grey !important;
	background-image: none !important;
	border: 0px !important;
}

.selectize-control.multi .selectize-input {
	border: solid 1px grey;
    border-radius: 0px;
    padding: 1px !important;
}

.selectize-control.multi .selectize-input [data-value] {
	margin-bottom: 0px;
}

.income-table-row .income-table-key {
	max-width: 75%;
}

.income-table-row .income-table-key, .income-table-row .income-table-value{
	display: inline-block;
}

.selectize-control.plugin-remove_button .item .remove {
	border: none !important;
}

.financial-record-table {
	display: inline-block;
	width: 400px;
    position: relative;
    top: -4px;
}

.financial-record-table .income-table-row {
	padding: 5px 5px;
	padding-right: 50px;
	position: relative;
}

.financial-record-table .income-table-value {
	float: right;
	position: relative;
}

.financial-record-table .striped {
	background: #f6f6f6;
}

.tab .tab .income-table-key { /* Apply to the key so that we can keep the background color uniform */
	padding-left: 20px;
}

.tab .tab .tab .income-table-key {
	padding-left: 40px;
}

.tab .tab .tab .tab .income-table-key {
	padding-left: 60px;
}

.financial-record-table .row-expander {
	position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}

.financial-record-table .income-tooltip {
	position: relative;
	background: #feeaa8;
    border: 2px solid #f7d566;
    padding: 2px 5px;
    position: absolute;
    right: 100%;
    top: -6px;
    cursor: pointer;
    font-weight: initial;
}
.financial-record-table .income-tooltip:after, .financial-record-table .income-tooltip:before {
	left: 101%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.financial-record-table .income-tooltip:after {
	border-color: rgba(254, 234, 168, 0);
	border-left-color: #feeaa8;
	border-width: 5.5px;
    margin-top: -5px;
}
.financial-record-table .income-tooltip:before {
	border-color: rgba(247, 213, 102, 0);
	border-left-color: #f7d566;
    border-width: 8px;
    margin-top: -7px;
}

.row-expander.arrow-up{
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.row-expander.arrow-down{
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

#footer {
	position: initial;
}

.record-table {
    padding-left: 32px;
    padding-right: 32px;
    display: block;
}

.income-table-row .income-table-key {
	max-width: 65%;
}

.record-table th, .record-table td {
	vertical-align: top;
	padding-top: 7px;
    padding-bottom: 7px;
}

.record-label{
	background: #f2ebe9;
    text-align: left;
    font-weight: initial !important;
    color: black;
    font-size: 14px;
    padding-left: 12px;
    font-family: 'Graphik-Medium';
}

.record-value {
	padding-left: 20px;
	font-weight: initial !important;
	font-size: 12px;
	font-family: 'Graphik-Medium';
	line-height: 17px;
}

.navigation-label .nav-link {
	color: black;
}

.income-table-key, .income-table-value {
	font-weight: initial;
}

.income-table-key.bold, .income-table-value.bold {
	font-weight: bold;
}

header ul.breadcrumbs {
	padding: 0px;
}

.single-record .record-comment > table {
	position: relative;
    right: 32px;
}

.single-record .record-table tr:first-child th, .single-record .record-table tr:first-child td {
	padding-top: 14px;
}

.single-record .record-table tr:last-child th, .single-record .record-table tr:last-child td {
	padding-bottom: 14px;
}

.single-record .record-table th.record-label {
    padding-right: 20px;
    min-width: 210px;
}

.single-record .record-table ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.single-record .record-table table { /* nested tables */
	
}

.single-record .record-table table td { /* nested tables */
	padding: 5px 15px;
}

.single-record .record-table table th {
	padding: 0px 15px 10px 15px;
	padding-top: 0px !important;
}

.single-record .record-table table th:first-child, .single-record .record-table table td:first-child {
	padding-left: 0px;
}

.single-record .record-table table tr:last-child th, .single-record .record-table table tr:last-child td {
	padding-bottom: 0px;
}

.single-record .record-table ul.record-tabs li {
	display: inline-block;
}

.single-record .record-table ul.record-tabs a {
	padding: 7px;
}

@media(max-width: 768px){
	.record-table {
		padding: 0px;
		display: table;
	}
	
	.record-table th, .record-table td {
		display: block;
		width: 100%;
		padding-right: 0px;
	}
	
	.single-record header {
		padding-bottom: 90px;
	    padding-top: 110px;
	}
	
	body.site-theatre.single-record header {
	    padding-top: 150px;
	}
	
	.single-record h1 {
		width: 85%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.record-table {
		width: 95%;
   	 	margin: 0 auto;
	}
	
	.record-table th, .record-table td {
		padding-left: 15px;
	}
	
	.single-record .record {
		display: block !important;
	}
	
	.single-record .record-comment > table {
	    margin: 0 auto;
	    margin-bottom: 20px;
	    float: none !important;
	    position: initial;
	}
	
	.single-record .record-table img.box-icon {
		display: none;
	}
	
	.record-table table th, .record-table table td {
		display: table-cell;
		width: 30%;
	}
	
}

/* START Map Page */
.map-page .map-container {
	padding-top: 115px;
}

.map-page .navbar-dark .navbar-nav .nav-link {
	color: black;
}

.map-page #sidebar1 table span, .map-page #sidebar1 ul li {
	font-size: 13px;
}

.map-page #sidebar1, .map-page .ui-state-default,  .map-page .ui-widget-header, .map-page .ui-widget-content .ui-state-default {
	background: #f2ebe9;
}

.map-page h3.ui-state-default a:hover, .map-page #main1 .ui-state-active, .map-page #sidebar1 a:hover {
	background: #e8e1df !important;
}

.map-page #sidebar1 p, .map-page #sidebar1 h3 a, .map-page #main1 a {
	color: black;
}

.map-page .ui-accordion .ui-accordion-header, .map-page #main1 ul li {
	border: none;
}

.map-page input[type='button'], .map-page input[type='submit']{
	color: black;
	border: none;
}

.map-page .ui-button-text {
	color: black;
}

.map-page .map-container {
	display: flex;
}

.map-page .map-container #sidebar1, .map-page .map-container #main1{
	position: initial;
}

.map-page .map-container #sidebar1 {
	margin-left: 32px;
}

.map-page .map-container #main1 #tabs {
border: none;
}

.map-page .map-container #main1 {
    flex-grow: 1;
	margin-right: 15px;
	margin-left: 20px;
}

.map-page #sidebar1 a:hover {
	
}

.map-page .fix-ui-tabs {
	padding-top: 0px;
}

.map-page .ui-state-active {
	background: #e0d1cc;
}

/* END Map Page */

#UpdateFormDiv .modal-header {
	display: block;
}

#UpdateFormDiv [data-bs-dismiss="modal"] {
    padding: 0;
    cursor: pointer;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    filter: alpha(opacity=20);
    opacity: .2;
}


#UpdateFormDiv textarea, #UpdateFormDiv input[type="text"] {
	width: 100%;
}

.single-record .navbar-nav a.nav-link {
    color: black;
}

.record-table a, .record-comment a {
	color: #A22D01;	
}

.record-comment a {
    font-size: 14px;
}

header ul.breadcrumbs a, header ul.breadcrumbs li {
	font-size: 14px;	
}

.search-form .selectize-control.multi .selectize-input {
    background-color: #FAF7F6;
    border: none;
    outline: none;
    padding: 8px !important;
    box-shadow: none;
}

body.site-theatre .search-form .selectize-control.multi .selectize-input {
	background-color: #f2f2f2;
}

.contact-section .contact-field .contact-error {
    background: pink;
    border: solid 2px red;
}

.breadcrumbs a {
    color: white;
    text-decoration: none;
}

.light-mode .head-section a {
	color: #333333;
}

.no-search-results {
	display: block; 
	min-height: 500px; 
	padding-top: 200px; 
	text-align: center;
}

.assoc-table h3 {
	margin-top: 0.5rem;
	margin-bottom: 0rem;
}

.bckgrnd-all {
	background-color: white;
}

.bckgrnd-events {
	background-color: #91A499;
}

.bckgrnd-contributors {
	background-color: #C2C3A2;
}

.bckgrnd-organisations {
	background-color: #DFC091;
}

.bckgrnd-venues {
	background-color: #B6A0A3;
}

.bckgrnd-works {
	background-color: #C8CBD3;
}

.bckgrnd-resources {
	background-color: #2F3857;
}

.link-arrow {
	background-color: #B73909;
}

body.site-theatre .bckgrnd-all {
	background-color: white;
}

body.site-theatre .bckgrnd-events {
	background-color: #26518c;
}

body.site-theatre .bckgrnd-contributors {
	background-color: #126b8c;
}

body.site-theatre .bckgrnd-organisations {
	background-color: #2f8b8b;
}

body.site-theatre .bckgrnd-venues {
	background-color: #34580e;
}

body.site-theatre .bckgrnd-works {
	background-color: #7d8b45;
}

body.site-theatre .bckgrnd-resources {
	background-color: #a5521f;
}

body.site-theatre .search-section .search-button,
body.site-theatre .contact-submit {
	background-color: #468a08 !important;
}

body.site-theatre .carousel-content-wrapper div {
	color: #588925;
}

body.site-theatre .link-arrow {
	background-color: #588925;
}

.bubble-section {
	background: #F2EBE9;
}

body.site-theatre .bubble-section {
	background: #f1f2f1;
}

.read-more {
	background: #B73909;
}

body.site-theatre .read-more {
	background: #588925;
}

#footer-new.footer a{
 	color:black;
}
 .footer a:hover{
 	color:#A22D01;
 }
 .login-link{
 	color:black;
 	font-weight:bold;
 	font-size: 1.2rem;
 }
 .quick-link{
	color:black;
	text-decoration:none;
	font-size:1.2rem;
	font-weight:600;
	line-height:1.8;
 }
 .footer-link-wrapper li{
 	width:100px;
 	text-align:left;
 }
 .media-icon-outter-wrapper{
	margin-top:64px;
 }
 .media-icon-wrapper{
 	display:inline-block;
 	color:black;
 	text-decoration:none;
 	margin:0 2px;
 }
 .media-icon{
 	display: flex;
 	font-size: 20px;
 	border-radius: 20px;
 	border: 1px solid red;
 	width: 40px;
 	height: 40px;
 	justify-content: center;
    align-items: center;
  }
  @media (max-width: 767px) {
	 .footer-link-wrapper{
	  	justify-content: space-evenly;
	    display: flex;
	    flex-wrap: wrap;
	    margin: 0 32px;
	 }
  	.media-icon-outter-wrapper{
  	    margin: 16px 0;
	    justify-content: center;
	    display: flex;
  	}
  	.media-icon-wrapper{
  		margin: 0px 8px;
  	}
 }

#footer-new .d-flex {
	margin-top: 0px !important;
}

.footer-bottom a {
	font-size: 11px;
}

.content-row .search-type-wrapper{
	position: relative;
	padding:16px;
	min-height:240px;
	max-height: 400px;
}
.content-row .search-type-wrapper .link{
	position: absolute;
	top:16;
	bottom:16;
	left:16;
	right:16;
	text-decoration:none;
	color:white;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    font-weight:bold;
}

body.light-menu .navigation-section .navbar-dark .navbar-nav .nav-link {
	color: black;
    text-decoration: none;
}

body.light-menu.site-theatre .navigation-section.open .navbar-dark .navbar-nav .nav-link {
	color: white;
    text-decoration: none;
}

body.light-menu:not(.page-home) .navbar-dark .navbar-nav .nav-link:hover {
	color: black;
    text-decoration: underline;
}

.arrow-btn {
	text-decoration: none;
  	color: black !important;
}

.arrow-btn span.ic {
	display: inline-flex;
	width: 32px;
	height: 32px;
	color: #FFF;
	border-radius: 16px;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

.search-type-event {
	background-color: #496856;
}

.search-type-resource {
	background-color: #2F3857;
}

.search-type-financial {
	background-color: #D7A59E;
}

body.site-theatre .search-type-event {
	background-color: #26518c;
}

body.site-theatre .search-type-resource {
	background-color: #a5521f;
}

body.site-theatre .search-type-financial {
	background-color: #d9863e;
}

body.site-theatre .record-label {
	background-color: #f2f2f2
}

body.site-theatre .record-table a, body.site-theatre .record-comment a {
	color: #5b8d56;
}

.advanced-header {
	background-color:white;
	padding-top:100px;
}

.advanced-header.advanced-results {
	padding-top: 150px;
}

body.single-record #footer-new {
	margin-top: 4rem !important;
}

@media(max-width: 768px){
	#footer-new {
		padding-top: 10px;
	}
	
	.login-link {
		line-height: 1.8;
	}
	
	body.site-theatre .about-section {
		display: none;
	}
	
	body.site-theatre .brower-event-section > div {
		padding-bottom: 90px;
	}
	
	body.site-theatre .learn-title {
		line-height: 1em;
	}
	
	body.site-theatre .learn-section {
		min-height: 175px;
	}
	
	.advanced-header {
		padding-top: 150px;
	}
	
	.advanced-header.advanced-results {
		padding-top: 110px;
	}
	
	.single-record .navbar-nav a.nav-link {
	    color: white;
	}
}
