@font-face {
    font-family: 'Roboto';
    src: url(font/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url(font/Roboto-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src: url(font/Roboto-bold.ttf);
    font-weight: 700;
}

html{
    font-size: 18px;
}

body, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto';
}

#titoli h3{
    visibility: hidden;
}

#top-border{
    height: 10px;
    background: #d3212d;
}

#bottom-border{
    height: 10px;
    background: #fed431;
}

.uk-container{
    background-color: white;
}

.uk-grid{
    margin-top: 0px!important;
}

#barra-laterale{
    background-color: #f3f3f3;
    padding: 40px;
    font-size: 18px;
    overflow-y: auto;
}

#barra-laterale .uk-accordion-title {
    background: #07D;
    color: white;
}

#testa{
    margin-top: 0px;
    background-color: #fed431;
    padding: 10px 10px;
    position: relative;
}

#icona{
    margin-right: 20px;
}

#testa h1{
    font-size: 40px;
    margin-top: 0px;
    color: #d3212d;
    margin-bottom: 0px;
}

#testa h3{
    font-size: 18px;
    margin-top: 6px;
    color: #d3212d;
    margin-bottom: 0px;
}

#icona, #logo{
    height: 60px;
    width: auto;
}

#navigazione img{
    height: 50px;
}

#navigazione{
    position: absolute;
    bottom: -25px;
    right: 60px;
    z-index: 10;
}

.zoom-image{
    height: 100%;
}

#corpo{
    height: calc( 100vh - 112px );
}

#box-interattivo{
    position: relative;
    text-align: center;
}

#box-interattivo img, #box-interattivo .uk-overlay{
    max-height: 100%;
}

#box-interattivo h1{
    color: #07D;
    font-weight: bold;
    font-size: 50px;
}
.uk-overlay-background {
    background: rgba(255, 255, 255, 0.7);
    color: black;
}

.uk-button-primary {
    background-color: #d3212d;
}

.uk-button-primary:hover {
    background-color: #d3212d;
}

#inizia{
    padding: 0px 50px!important;
    border-radius: 4px;
}

#controlli-top{
    position: absolute;
    padding: 5px 0px;
    top: 0;
    z-index: 9;
    padding-right: 10px;
    background-color: rgba(253, 230, 182, 0.65);
}

#controlli-bottom{
    position: absolute;
    padding: 5px 0px;
    bottom: 0;
    z-index: 9;
    text-align: center!important;
    background-color: rgba(253, 230, 182, 0.65);
}

#box-testo{
    padding-top: 50px;
    padding-right: 35px;
    text-align: justify;
}

#controlli-bottom img {
    height: 30px;
    margin-right: 5px;
}

#canvas{
    max-height: 100%;
}

#controlli-bottom > img{
    cursor: pointer;
}

#controlli-bottom a > div {
    display: inline-block;
    padding: 5px 15px;
    background-color: white;
    border-radius: 4px;
    color: #07D;
    border: 1.5px solid #07d;
    font-family: 'Roboto';
    font-weight: 700;
}

#controlli-bottom a.selected > div {
    background-color: #07D;
    color: white;
}

#controlli-bottom a{
    margin: 0 10px;
}

#box-interattivo-rel{
    position: relative;
    overflow: auto
}

#box-interattivo-rel > *{
    position: absolute;
}

.drop-cell{
    padding: 4px;
    min-width: 113px;
    min-height: 26px;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #07D;
    font-size: 18px;
    text-align: center;
}

.drag-cell{
    display: inline-block;
    margin:5px;
}

.drag-obj{
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    height: auto;
    border-radius: 4px;
    background-color: #07D;
    color: white;
    display: inline-block;
}

.drag-obj > p{
    margin: 3px 8px;
    display: inline-block;
} 

.drag-obj > i{
    margin: 2px 8px 2px 0px;
    font-size: 16px;
}

.uk-modal-header {
    margin-bottom: 15px;
    margin: -20px -20px 15px -20px;
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 4px 4px 0 0;
    background: #fafafa;
    font-size: 25px;
}

#sea1 .drag-obj {
    margin: 3px;
}

#sea2 .drag-obj {
    margin: 3px;
}