@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');

body {background-size: cover; background-image: url("/design/blackwall_light.jpg"); color: #FFF; font-family: 'Open Sans', sans-serif;}
input, select {padding: 6px 8px; border: 1px solid #666666; background-color: #333333; color: #dddddd;}
input[type=button], input[type=submit] {border: 1px solid #666666; background-color: #666666; color: #dddddd; cursor: pointer;}

a {color: #f9b233; text-decoration: none;}
a:hover {color: rgba(249, 178, 51, 0.8);}

#topMenu {padding: 10px; background-color: #000000; border-bottom: 1px solid #999999; border-top: 1px solid #999999;}
#topMenu a{color: #f9b233; text-transform: uppercase; text-decoration: none; font-weight: 600;}
#topMenu a:hover{color: rgba(249, 178, 51, 0.8);}


#dataContainer {height: 90%; width: 80%; margin: 0 auto; margin-top: 10px; background-color: RGBA(0,0,0, 0.5); padding: 30px; position: relative;}
#qrCodeContainer {width: 80%; margin: 0 auto; height: 100px; color: #FFFFFF; background-color: RGBA(0,0,0, 0.5); padding: 30px; position: relative;}
#qrCodeContainer img{max-height: 100px;}

#editor-container {background-color: #FFFFFF; height: 80% !important; color: #000000;} 
.ql-toolbar{ background-color: #888888;}
.ql-align-center {text-align: center;}

#imageSelectContainer {display: none; height:95%; width: 95%; margin: 5%; background-color: RGBA(0,0,0,0.5); position: absolute; top:0;}
#imageSelectContainer .imgContainer {display: inline-block; height: 150px; width:150px;background-size: cover; margin: 6px; border: 2px solid #ffffff;}
#imageSelectContainer .imgContainer:hover {border: 2px solid #ff0;}

#codeContentContainer {min-height: 85%; margin: 0 auto; margin-top: 20px; margin-bottom: 30px; padding: 30px; position: relative;}
#codeContentContainer img{max-width: 100%;}

.codeListContainer {margin-bottom: 5px; padding: 5px; background-color: RGBA(0,0,0,0.4);}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); 
    text-align: center;
	z-index: 100;
}

.lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.lightbox img {
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #f00;
    cursor: pointer;
}

.lightbox-trigger {
    cursor: pointer;
}