html,body
{

    background: #3b679e;
    background: -moz-linear-gradient(-45deg, #444a51 0%, #8bacc8 51%, #50565b 100%);
    background: -webkit-linear-gradient(-45deg, #444a51 0%, #8bacc8 51%, #50565b 100%);
    background: linear-gradient(-45deg, #444a51 0%, #8bacc8 51%, #50565b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=1 );
    height: 100%;
    width:100%;
    font-family: 'Numans', sans-serif;
    margin:0;
}

#cardImg
{
    position: fixed;
    /* right: 0px; */
    bottom: 0%;
    height: 100%;
    opacity: 0.8;
    z-index: 0;
}

.loaderSfondo
{
    position:fixed;
    width: 100%;
    height: 100%;
    background-color: #002752;
    opacity: 0.8;
    z-index: 9998;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position:fixed;
    top:40%;
    left:35%;
    z-index: 9999;
}

.backBotton
{
    position: fixed;
    left: 1%;
    top:1%;
    opacity: 0.5;
    font-size: 3em;
    color: white;
    cursor: pointer;
}

.backBotton:hover
{
    opacity: 1;
}

.backBotton-text
{
    display: inline-block;
    margin-left: 0.3em;
    font-size: 0.5em;
    font-variant: petite-caps;
    bottom: 0.3em;
    position: relative;
}

#logoText
{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 50%;
    opacity: 0.7;
    z-index: 0;
}

#logoTextXS
{
    width: 100%;
    opacity: 0.7;
    z-index: 0;
}

.headerRowXS
{
    height: 12%;
}

.headerXS
{
    background-color: #f1e9df;
    margin-top: -1%;
}

.desktop
{
    height: 98%;
    width: 99%;
    padding-left:1%;
    padding-top: 1%;
    z-index: 1;

}

.desktopRow
{
    height: 85%;
    overflow-y: auto;
}

.link
{
    display: inline-block;
    height: 20%;
    max-height: 120px;
    max-width: 100px;
    padding: 0;
    text-align: center;
    margin-top: 5%;
}

.link-img
{
    margin: 0;
    padding:0;
    height: 75%;
    cursor: pointer;
}

.link-img > img
{
    height: 100%;
}

.link-text
{
    height: 25%;
    color:white;
    font-weight: bold;
    font-variant: all-petite-caps;
    text-align: center;
    cursor: pointer;
}

.link.denied .link-img, .link.denied .link-text
{
    cursor: not-allowed;
}


@media (max-width: 1400px) {

    .backBotton-text {
        display: none;
    }

}