@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
.hide-full-screen-pop {
    display: none;
}

@media (min-width:320px) {
    #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%;
    }
}

@media (min-width:421px) {
    #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%;
    }
}

@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%;
    }
}

html,
body {
    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;
}

body {
    font-family: "Open Sans", Helvetica, sans-serif;
}

body,
html {
    font-size: 15px;
    padding: 0;
    overflow-x: hidden;
}

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: 50vw;
}

.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;    
}

md-toolbar:not(.md-menu-toolbar) {
    background-color: #0094B8 !important;
    color: black;
}