/*html, body, form1 {
  padding: 0;
    margin: 0;
    border: 0;
    width: 1920px;
    height: 1080px;
    font-family: ubunturegular;
    overflow: hidden; 
    -ms-content-zooming:none; 
    touch-action:none;
}*/



/* temp css to hide broken medals from the list:
Artefacts editor > change list 
https://medalfinder.workflow24.co.uk/Admin/ArtefactEditor.aspx#
*/


/* end temp css */


html
{
    -ms-content-zooming: none; /* Disables zooming */
    touch-action: none;   /* Disable any special actions on tap/touch */
}

* {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


h1 {
text-transform: uppercase;
color: #fff;
margin: 0;
font-weight: lighter;
font-size: 30px;
letter-spacing: 1px;
}

#viewcontainer {
position: relative;
background: url("../assets/background_images/background.png");
background-repeat: no-repeat;
background-size: contain;
width: 1920px;
height: 1080px;
overflow: hidden;
}

#viewheader {
    width: 72%;
    height: 79px;
    background: rgba(23, 28, 56, 0.85);
    position: absolute;
	left: 28%;
	max-width: 1920px;
}

.viewwrapper {
width: 100%;
position: absolute;
display: block;
top: 79px;
left: 28%;
background: url("../assets/background_images/flag-background.png");
background-repeat: no-repeat;
background-size: contain;
background-position-x: 0;
bottom: 0;
overflow: hidden;
}

#view-left {
    width: 28%;
    position: absolute;
    background: rgba(23, 28, 56, 0.67);
    top: 0;
    bottom: 60px;
}

#select-wrapper {
	display: block;
	position: relative;
}

.section-title {
	background: rgba(37, 69, 117, 0.8);
	padding: 20px 40px;
} 

#search-icon:after {
content: "";
position: absolute;
display: block;
right: 0;
top: 0;
background: url("../assets/furniture/search-icon.png");
background-repeat: no-repeat;
background-size: cover;
width: 145px;
height: 76px;
}

#browse-icon:after {
content: "";
position: absolute;
display: block;
right: 0;
top: 0;
background: url("../assets/furniture/browse-icon.png");
background-repeat: no-repeat;
background-size: cover;
width: 145px;
height: 76px;	
}

#viewmain {
    width: 30%;
    position: absolute;
    top: 72px;
    left: 0;
    bottom: 0;
	padding: 0 2% 0 4%;
}

.viewtop {
    display: block;
    position: relative;
    height: 40%;
    max-height: 340px;
    width: 100%;
}
.viewtop #personimg{
	display: block;
    margin: 0 auto;
    max-height: 100%
}

.viewbottom {
    height: 55%;
    bottom: 60px;
}

.description {
	position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(30, 36, 73, 0.47);
    overflow: hidden;
    color: white;
    border-radius: 10px;
}

.description ul, .description h2 {
padding: 0 20px;
}

.description p {
display: block;
padding: 0 20px;
line-height: 28px;
margin-bottom: 10px;
}

.description br {
clear: both;	
}

.description ul {
line-height: 35px;
}


.description ul li {
color: #fce27d !important;
}

.description ul li a {
color: #fce27d !important;
}



img.display {
    position: absolute;
    display: block;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 300px;
}

#view-right {
    width: 30%;
    position: absolute;
    top: 72px;
    left: 36%;
    bottom: 0;
	padding: 0 4% 0 2%;
}

#viewfooter {
    width: 72%;
    position: absolute;
    background: rgba(23, 28, 56, 0.6);
    margin: 0;
    padding: 0 40px;
    height: 60px;
    bottom: 0;
    left: 28%;
    color: white;
}

#viewfooter p {
    font-size: 12px;
    line-height: 1.8em;
}

#viewfooter p span{
    color: lightblue;
}

#museum-banner-wrapper {
    padding: 0 !important;
    height: 100%;
}

#museum-banner-wrapper img {
padding: 10px !important;
border: 0;
height: 80%;
float: right;
}


#museum-banner-wrapper img.img-left {
    padding: 0 !important;
    border: 0;
    height: 100%;
    float: left;
	margin-left: 50px;
}



.nice-select-wrapper {
display: block;
padding: 40px;
height: 50px;
}

#select-wrapper .nice-select 
{
    width: 100%;
	position: relative;
}

#select-wrapper .nice-select .option {
    width: 410px;
}

#select-wrapper .nice-select .list
{
    max-height:300px;
    overflow-y:visible;
}

#results-list {
    display: block;
	height: 46%;
	width: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 40px;
	background: rgba(37, 69, 117, 0.8);
}

#results-list a {
display: block;
color: #292929;
text-decoration: none;
cursor: pointer;
background: #fff;
border-radius: 5px;
padding: 10px;
}


#results-list a:hover, #results-list a:active  {
background: #fce27d;
	
	
}

.keyboard table {
    border-collapse: collapse;
    width: 100%;
}

.keyboard {
    display: block;
    padding: 40px;
    position: relative;
}

.keyboard-clear {
    content: 'x';
    font-family: arial;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    color: #555;
    height: 24px;
    background: #ccc;
    position: absolute;
    right: 28px;
    top: 47px;
    border-radius: 50%;
    cursor: pointer;
}

.emptykey {
    width: 4.5%;
    min-width: 5%;
    max-width: 5%;
}

.key {
    width: 9.5%;
    min-width: 10%;
    max-width: 10%;
    height: 32px;
    text-align: center;
    padding: 3px;
}

.searchkey {
    width: 19.5%;
    height: 20px;
}

.button {
    width: 100%;
    height:30px;
    border: none;
    color: black;
    background-color:#fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    font-size: 18px;
}

.enteredtext {
border: none;
width: 90%;
color: #000;
font-size: 14px;
background-color: #fff;
text-decoration: none;
display: inline-block;
border-radius: 5px;
margin-bottom: 10px;
text-align: left;
height: 38px;
padding: 0 5%;
}



img.ribbon {
    border: 0;
    width: 70px;
    height: 20px;
    display: inline-block;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 5px;
}

#persondescription ul {
    list-style-type: none;
}
#persondescription ul li a{
    text-decoration:none;
    color:white;
    cursor:pointer;
}

.medal-board {
font-weight: 700;
color: #fce27d;
display: block;
background: #000;
padding: 10px;
border-radius: 10px;
width: 210px;
height: 25px;
font-size: 15px;
text-align: center;
line-height: 25px;
float: left;
margin: 0 25px;
}

.medal-row {
font-weight: 700;
color: #fce27d;
display: block;
background: #000;
padding: 10px;
border-radius: 10px;
width: 210px;
height: 25px;
font-size: 15px;
text-align: center;
line-height: 25px;
float: left;
margin: 0 25px;
}

.description-detail {
    position: relative;
    display: block;
    height: auto;
    max-height: 50%;
    overflow-y: auto !important;
    padding: 16px 16px;

}

.description-detail ul {
    padding: 0;
    margin:0;
}

.description-detail ul li {
    padding: 0;
    margin: 0;
}

.description-detail p {
    padding: 0;
    margin: 0;
}

#print-dialog {
    background: rgba(23, 28, 56, 0.9);
    position:fixed;
    top: 440px;
    right: -240px;
    border-radius: 5px;
    height: 200px;
    width: 300px;
}

#print-icon
{
    position:relative;
    width:70px;
    top:50%;
    padding-left:5px;
    padding-right:5px;
    float:left;
    transform:translateY(-50%);
}

#print-icon a img {
    width:50px;
    border: 0;
}

#print-message, #print-collect, #print-select
{
    position: relative;
    width: 225px;
    height: 200px;
    color: white;
    float: right;
    text-align: center;
    top:-30px;
}

#print-message button, #print-collect button, #print-select button
{
    height:25px;
    border-radius:12px;
    color: white;
    width:60px;
}

.print-buttons {
    position: absolute;
    width: 100%;
    padding-top:20px;
}

#btnPrint {
    position:relative;
    float:left;
    left:30px;
    background-color: #008CBA;
}

#btnClose1 
{
    position: relative;
    float: right;
    right: 30px;
    background-color: #f44336;
}

#btnClose2, #btnClose3
{
    position: relative;
    margin: 0 auto;
    background-color: #f44336;
}

#print-collect, #print-select {
    display: none;
}

#printview
{
    display:none;
}

@media print {
    #viewcontainer {
        display: none;
        margin: 0;
        padding: 0;
    }

    .printfacebook {
        color: #3b5998;
        font-size:26pt;
    }

    #printview {
        position: absolute;
        display: block;
        width: 100%;
        /* min-height: 100%; */
        padding: 0;
        margin: 0;
    }

    #printlogo img {
        float: right;
        border: 0;
    }

    #printmedia {
        position: relative;
        /* width: 32%; */
        /* float: left; */
        font-size:14pt;
        padding: 4px;
    }

    #printlogo {
        position: relative;
        /* width: 67%; */
        /* float: right; */
        padding-bottom: 30px;
    }

    #printpersonname {
        display: inline-block;
        width: 99%;
        padding-top: 16px;
        padding-bottom: 16px;
        text-align: center;
        border-bottom: 1px solid darkgray;
        background-color: rgb(245, 245, 245) !important;
    }
    #printpersonname h2{
        margin: 8px 0;
    }

    #printpersonimage {
        width: 99%;
        padding-top: 16px;
        padding-bottom: 16px;
        text-align: center;
        border-bottom: 1px solid darkgray;
    }

    #printpersonimage img {
        border:0;
        max-width: 99%;
        max-height: 500px;
    }

    #printartefactimage {
        width: 99%;
        padding-top: 16px;
        padding-bottom: 16px;
        text-align: center;
        border-bottom: 1px solid darkgray;
    }

    #printartefactimage img {
        border: 0;
        max-width: 99%;
        max-height: 500px;
    }

    #printpersondescription {
        /* padding-top: 20px; */
        /* padding-bottom: 20px; */
        width: 99%;
        border-bottom: 1px solid darkgray;
    }

    #printavailability {
        width: 99%;
        padding-top: 16px;
        padding-bottom: 16px;
        text-align: center;
        font-size: 18pt;
        border-bottom: 1px solid darkgray;
    }

    #printpersondescription ul{
        margin: 0;
        padding: 0;
    }
    #printpersondescription div ul li a img {
        height: 30px;
        width: 100px;
    }

    #printpersondescription div ul li a {
        text-decoration: none;
        color: black;
        font-size: 18pt;
    }

    #printpersondescription div ul {
        list-style:none;
    }
}