body {
    font-family: Calibri;
}


#title {
	color: #fff;
	font-size: 2em;
    text-shadow: 0 0 4px #000;
    position: fixed;
    z-index: 10005;
    top: 5px;
    left: 5px;
    user-select: none;
}

#progressBar {
    z-index: 1000;
    height: 2px;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    /* width: 1800px; */
    background-color: #6ba04b;
    box-shadow: 0 0 5px 2px #6ba04b;
    transition: width 500ms cubic-bezier(0, 0, 0.4, 0.9);
}

#map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    height: 100%;
}

#klcd-details {
    top: 60px;
    right: 30px;
}

.klcdDialog-dialog {
    margin-right: 0;
    width: 384px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 black;
}

.klcdDialog-closeButton {
    position: absolute;
    top: -12px;
    right: -12px;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0 0 4px 0 black;
    display: flex;
    z-index: 1;
}

.klcdDialog-closeButton > i {
    margin: auto;
}

.klcdDialog-thumbnailContainer {
    width: 384px;
    height: 216px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    /* background-size: auto; */
    background-position: center;
}

.klcdDialog-thumbnailBackground {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
}

.klcdDialog-thumbnail {
    height: inherit;
    box-shadow: 0 0 5px 0 black;
}

.klcdDialog-title {
    /* color: #002664; */
    text-align: center;
    font-size: 1.5em;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-block-start: 0.3em;
    padding-block-end: 0.3em;
}

.klcdDialog-type {
    font-size: 1.2em;
    text-align: center;
}

.klcdDialog-description {
    font-size: 1em;
    /* max-height: 200px; */
    overflow-y: auto;
    padding: 0 0.5em;
    text-align: justify;
    transition: height 300ms ease;
}

.klcdDialog-propertiesTable {
    width: 100%;
}

.klcdDialog-propertiesTable tr td:last-child {
    text-align: right;
}

.klcdDialog-buttonContainer {
    display: flex;
    justify-content: space-evenly;
    padding: 1em;
}

.klcdDialog-downloadButton {
    min-width: 100px;
    cursor: pointer;
    margin: 0;
    height: 40px;
    border-radius: 10px;
    border: 0;
    background-color: #4caf50;
    color: black;
    font-size: 1.2em;
    box-shadow: 0 0 4px 0px black;
}


.pdfDialog-dialog {
    width: 90%;
    height: 90%;
    padding: 0;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 black;
    overflow: hidden;
}

.pdfDialog-dialog::backdrop {
    backdrop-filter: blur(10px);
}

.pdfDialog-closeButton {
    position: fixed;
    top: calc(5% - 12px);
    right: calc(5% - 12px);
    height: 24px;
    width: 24px;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0 0 4px 0 black;
    display: flex;
    z-index: 1;
}

.pdfDialog-closeButton > i {
    margin: auto;
}

.pdfDialog-embed {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.cesium-baseLayerPicker-dropDown {
    width: 372px;
    z-index: 10;
}

.cesium-credit-textContainer img {
	height: 35px;
}

.cesium-credit-logoContainer {
	display : none !important;
}