﻿body {
    font-family: 'Rethink Sans', sans-serif;
}

h1, h2, h3 {
    color: #225c58;
}

a, a:visited {
    color: #000;
}

a:hover {
    color: #3F817C;
}

.btn-primary {
    background-color: #3F817C;
    border-color: #3F817C;
}
.btn-primary:hover {
    background-color: #163F3D;
    border-color: #163F3D;
}


td div {
    width: 90%;
}

#header {
    width: 645px;
    height: 110px;
    margin: 0 0 0 50px;
}

#logo {
    float: left;
    width: 120px;
    height: 120px;
}

#testata {
    float: left;
    height: 140px;
    text-align: center;
    font-size: 20px;
}

#testata_kore {
    margin: 0 auto;
}

#rettore {
    text-align: right;
    padding: 0 0 30px 0;
    font-size: 20px;
}

#bollo {
    text-align: right;
    padding: 20px 0 30px 0;
}

#corpo {
    font-size: 16px;
    padding: 20px 0;
}


#chiede {
    padding: 40px 0 20px 0;
    font-weight: bold;
    text-align: center;
}

#dichiara {
    padding: 30px 0 0 0;
}

#dichiara_18 {
    padding: 18px 0 0 0;
}

#footer {
    padding-top: 40px;
    width: 100%;
}

#data {
    float: left;
}

#firma {
    float: left;
    padding: 0 0 0 360px;
}


.hiddenText label {
    display: none;
}

#testo14 {
    font-size: 14px;
    margin: 50px auto auto 0px;
}

    #testo14 div {
        margin-bottom: 20px;
    }

    #testo14 p {
        margin-bottom: -10px;
        padding-bottom: -10px;
    }

#matricola {
    padding-left: 66%;
}

.spazio {
    margin: 2px 0 2px 0;
}


.tuttoMaiuscolo {
    text-transform: uppercase;
}

.inizMaiuscolo {
    text-transform: capitalize;
}

.testo12 {
    font-size: 12px;
}

.testo13 {
    font-size: 13px;
}

.testo15 {
    font-size: 15px;
}

td.titolo {
    padding-top: 0px;
}

.titolo h1 {
    color: #003366;
    font-size: 18px;
    margin: 0px 0px 10px 0;
}

.red {
    color: red;
}

.radiobutton input[type="radio"] {
    margin: 0 5px 0 0;
}

.radiobutton label {
    margin: 0 15px 0 0;
}

.checkbox label {
    display: inline;
    margin-left: 5px;
}

.inline label {
    display: inline;
}

.block {
    display: block;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: top;
    font-size: 1.5rem;
}

.net_validator {
    color: red;
}

.cella_icone a {
    padding: 0 10px;
}

.nowrap {
    white-space: nowrap;
}


    /* Absolute Center Spinner */
    .loading {
        position: fixed;
        z-index: 999;
        height: 2em;
        width: 2em;
        overflow: visible;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

    .loading:not(:required):after {
        content: '';
        display: block;
        font-size: 10px;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        -webkit-animation: spinner 1500ms infinite linear;
        -moz-animation: spinner 1500ms infinite linear;
        -ms-animation: spinner 1500ms infinite linear;
        -o-animation: spinner 1500ms infinite linear;
        animation: spinner 1500ms infinite linear;
        border-radius: 0.5em;
        -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

    /* Corner Ribbon */
    .corner-ribbon {
        width: 200px;
        background: #e43;
        position: absolute;
        top: 25px;
        left: -50px;
        text-align: center;
        line-height: 50px;
        letter-spacing: 1px;
        color: #f0f0f0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        z-index: 1032;
    }

    .corner-ribbon.sticky {
        position: fixed;
    }

    .corner-ribbon.shadow {
        box-shadow: 0 0 3px rgba(0,0,0,.3);
    }

    .corner-ribbon.top-left {
        top: 25px;
        left: -50px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .corner-ribbon.red {
        background: #e43;
    }

    .liveStagingFrame {
        font-family: arial,sans-serif;
        font-size: 14px;
        position: fixed;
        box-sizing: content-box;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5000050000;
        line-height: normal;
        background-color: #fb0000;
    }

    .liveStagingFrame.border.normal.up {
        height: 10px;
    }

    .liveStagingFrame.border {
        display: block !important;
        border: 0 !important;
    }

    .liveStagingFrame.up {
        bottom: auto;
    }

    .liveStagingFrame.left {
        right: auto;
    }

    .liveStagingFrame.border.normal.left {
        height: 10px;
    }

    .liveStagingFrame.right {
        left: auto;
    }

    .liveStagingFrame.border.normal.right {
        width: 10px;
    }

    .liveStagingFrame.bottom {
        top: auto;
    }

    .liveStagingFrame.border.normal.bottom {
        height: 10px;
    }

    .liveStagingFrame.limer, .liveStagingFrame.limer svg {
        background-color: #fb0000;
        color: #ffffff;
        fill: #ffffff;
        border-color: #fb0000;
    }

    .liveStagingFrame.tabbottom.normal {
        bottom: 10px;
    }

    .liveStagingFrame.tabbottom {
        font-family: Arial,sans-serif;
        font-size: 14px;
        margin: 0;
        padding: 5px;
        width: 126px;
        height: 22px;
        bottom: 5px;
        top: auto;
        left: calc(50% - 60px);
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        cursor: pointer;
        text-align: center;
    }

    .liveStagingFrame.tabbottom, .liveStagingFrame.tabup {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }
