/* @import url("http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic"); */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900');

.hide-full-screen-pop {
    display: none;
}

@media (min-width: 320px) {
    body {
        background-color: #1A1B2E !important;        
        /* background-color: #fff !important;         */
    }
    #full-screen-button {
        position: absolute;
        z-index: 1;
        display: block;
        top: 93px;
        right: 35px;
        width: 60px;
        height: 60px;
    }
    #full-screen-img {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        display: block;
        margin-bottom: 5px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 2px solid white;
        border-radius: 20%;
    }
    .md-dialog-container {
        z-index: 2550;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;        
        /* border-radius: 20px 20px 0px 0px; */
    }
    .md-select-menu-container {
        z-index: 2600;
    }    
}

@media (min-width: 641px) {
    #full-screen-button {
        position: absolute;
        top: 65px;
        bottom: unset;
        margin-top: 45px;
        z-index: 1;
        display: block;
        width: 60px;
        height: 60px;
        left: unset;
        right: 5%;
    }
    #full-screen-img {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        display: block;
        margin-bottom: 5px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 2px solid white;
        border-radius: 20%;
    }
}



body,
html {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    padding: 0;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-text-size-adjust: none;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

md-dialog {
    min-width: 30vw;
    max-width: 90vw;
    max-height: 90vh;
}

.block-ui-container {
    padding: 0 !important;
    margin: 0 !important;
}

md-progress-circular {
    margin: 0 auto !important;
}

.toast {
    min-width: 70vw;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default !important;
}

#pdf-modal {
    position: fixed;
    z-index: 1001;
    /*padding-top: 100px;*/
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    transition: 0.1s;
    margin: 0;
    padding: 0;
}
#pdf-modal-content {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
}
#pdf-modal-content-close {
    position: absolute;
    top: 50px;
    right: 35px;
    color: #ddd;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 1005;
    border-radius: 50%;
    border: 2px solid #ddd;
    height: 40px;
    width: 40px;
    background-color: rgb(212, 79, 30);
    opacity: 1;
    text-align: center;
    line-height: 35px;
}
#pdf-modal-content-close:hover,
#pdf-modal-content-close:focus {
    opacity: 0.7;
    text-decoration: none;
    cursor: pointer;
    outline: 0 !important;
}

#container1 {
    width: 95%;
    overflow: hidden;
    /*outline: 1px solid blue;*/
}

#container2 {
    width: 105%;
    /*ALTEZZA MODIFICATA TRAMITE JS*/
    height: 400px;
    overflow: auto;
}
