@import url('../fonts/font-face.css');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    background-color: #EDEFF5;
    font-family: 'Sarabun', sans-serif;
    font-family: 'Chulabhorn Likit Text';
}
a {
    color: #70509F;
}
a:focus,
a:hover {
    text-decoration: underline;
}
header #logo {
	float: unset;
}
#logo img {
	width: 300px;
}
#top-bar {
    height: unset;
	background-color: #FBFDFF;
    padding-bottom: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}
#user-menu > button {
	font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: relative;
    margin: 0;
    padding: 0;
    width: 50px;
	height: 50px;
}
#user-menu > button:hover {
	background-color: #B9AECC;
}
#user-menu > button::before {
    content: "\f007"
}
#user-menu > button::before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #333;
    font-size: 25px;
    position: absolute;
    top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	line-height: 50px;
	width: 50px;
	height: 50px;
}
#home-menu > button {
	font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: relative;
    margin: 0;
    padding: 0;
    width: 50px;
	height: 50px;
}
#home-menu > button:hover {
	background-color: #B9AECC;
}
#home-menu > button::before {
    content: "\f015"
}
#home-menu > button::before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #333;
    font-size: 25px;
    position: absolute;
    top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	line-height: 50px;
	width: 50px;
	height: 50px;
}
#about-menu > button {
	font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    position: relative;
    margin: 0;
    padding: 0;
    width: 50px;
	height: 50px;
}
#about-menu > button:hover {
	background-color: #B9AECC;
}
#about-menu > button::before {
    content: "\f05a"
}
#about-menu > button::before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #333;
    font-size: 25px;
    position: absolute;
    top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	line-height: 50px;
	width: 50px;
	height: 50px;
}
#quick-links-menu > button::before {
    color: #333;
}
#language-menu > button::before {
    color: #333;
}
#manage-menu > button::before {
    color: #333;
}
#admin-menu > button::before {
    color: #333;
}
#add-menu > button::before {
    color: #333;
}
#import-menu{
    display: none;
}
#search-bar #search-form-wrapper form {
    width: unset;
}
#search-bar #search-form-wrapper input:focus {
    background-color: #f8f8f8;
    color:#555;
}
#search-bar #search-form-wrapper {
    width: 100%;
    float: unset;
}
#search-bar {
    margin-bottom: unset;
}
#search-bar #search-form-wrapper input {
    height: 30px;
}
#search-bar #search-form-wrapper button {
    height: 30px;
    width: 30px;
    background-color:  #B9AECC;
}
#main-column > .multiline-header > img {
    width: 10%;
}
.facet.open .facet-header a {
    background-color: #E9C595;
}
#copyright {
    background-color: #8569AF;
    background-image: url("/plugins/arPreludeOfSiamPlugin/images/BG-header-footer.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26%;
    padding: 26px 0px;
}
.search-result .title,
.search-result .title a {
    color: #70509F;
}
.repository-logo img {
    background-color: unset;
}
.repository-logo h2,
.repository-logo img {
    box-shadow:unset;
    -webkit-box-shadow:unset;
}
#action-icons a:not(.btn) {
    color: #505050;
}
button.clipboard-wide {
    color: #505050;
}
#sort-header .dropdown-selected {
    color: #505050;
}
.digital-object-reference {
    background-color: #424242;
}
#content.browse-content img {
    display: block;
    margin: auto;
}
a.flowplayer object {
    width: 100%;
    height : 300px;
}
a.download {
    color : #ffffff;
}

#quick-links-menu.open,
#language-menu.open,
#admin-menu.open,
#user-menu.open,
#import-menu.open,
#manage-menu.open,
#add-menu.open,
#clipboard-menu.open,
#quick-links-menu>button:hover,
#language-menu>button:hover,
#admin-menu>button:hover,
#user-menu>button:hover,
#import-menu>button:hover,
#manage-menu>button:hover,
#add-menu>button:hover,
#clipboard-menu>button:hover,
#quick-links-menu>button:focus,
#language-menu>button:focus,
#admin-menu>button:focus,
#user-menu>button:focus,
#import-menu>button:focus,
#manage-menu>button:focus,
#add-menu>button:focus,
#clipboard-menu>button:focus {
    background-color: #B9AECC !important;
}
#search-bar #search-form-wrapper input {
    background: transparent;
    border: 1px solid;
}
#treeview {
    background: unset;
    background-color: #FFFFFF;
}
#treeview #treeview-header p {
    background-color: #B9AECC;
}

footer {
    padding-top: 35px;
}

/* override main.css */
.search-result .result-details li.reference-code {
    color: #70509F;
}
.search-filter {
    color: #70509F;
}
#content ul {
    padding: 10px 0px;
}
.search-result.media-summary {
    color: #70509F;
}
.facet.open .facet-header a {
    background-color: #70509F;
}
/* .multiline-header .sub {
    font-size: 20px;
}
label, input, button, textarea {
    font-size: 20px;
}
.masonry .brick a h5 {
    font-size: 17px;
}
.masonry .brick .bottom {
    font-size: 14px;
}
#content .field>h3 {
    font-size: 20px;
}
#action-icons {
    font-size: 20px;
}
#action-icons ul .separator h4 {
    font-size: 20px;
}
#content h2 {
    font-size: 20px;
}
#treeview-list>ul>li {
    font-size: 20px;
}
#treeview-list .pager li>a {
    font-size: 20px;
} */
