﻿@charset "utf-8";
/* CSS Document */
html {
    background-image: linear-gradient(rgba(210,210,210,1.00), white, rgba(210,210,210,1.00));
    height: 100%;
}

body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 100%;
    color: #707070;
    height: 100%;
    margin: 0px;
}

body {
    height: 100%;
    display: grid;
}

    body.bravo, body.melcoos, body.berninaos {
        background-image: url(../images/os_translucent.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    body.dsv11 {
        background-image: url(../images/dsv11_background.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    body.ds12 {
        background-image: url(../images/ds12_background.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    body.smanager {
        background-image: radial-gradient(ellipse at center bottom, #B6B6B6 0%, #787878 100%);
        background-image: url(../images/sm_gear_background.svg);
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
    }

    body.berninats {
        background-image: radial-gradient(80% 120% at 50% 90%, rgba(60,166,190,255), rgba(41,50,89, 255));
        background-size: contain;
        background-position: top;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }

    body.updates {
        background-image: url(../images/updates_background.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    body.dsv10 {
        background-image: url(../images/dsv10_background.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

select {
    cursor: pointer;
}

#content {
    margin: auto;
    width: 800px;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.64);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.64);
}

h1 {
    margin-top: 0px;
    text-align: center;
}

h2 {
    margin-top: 0px;
    text-align: center;
}

p.release {
    text-align: center;
    border-bottom: thin solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.2em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    margin: 10px;
    height: 78px;
    padding: 0px;
}

.melco {
    background-image: url(../images/melco_logo.svg);
}

.bernina {
    background-image: url(../images/bernina_logo.svg);
    height: 112px;
}

.home {
    text-align: center;
}

a {
    color: red;
    text-decoration: none;
}

    a:hover {
        color: rgba(185,0,3,1.00);
    }



.mos_logo {
    background-image: url(../images/mos_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    margin: 10px;
    height: 112px;
    padding: 0px;
    color: rgba(0,0,0,0.00);
}

.bernina_logo {
    background-image: url(../images/bernina_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    margin: 10px;
    height: 112px;
    padding: 0px;
    color: rgba(0,0,0,0.00);
}

.bravo_os_logo {
    background-image: url(../images/bravo_os_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    margin: 10px;
    height: 103px;
    padding: 0px;
    color: rgba(0,0,0,0.00);
}

.dsv10_logo {
    background-image: url(../images/dsv10_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px;
    margin: 10px;
    height: 86px;
    padding: 0px;
    color: rgba(0,0,0,0.00);
}

.dsv11_logo {
    background-image: url(../images/dsv11_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 400px;
    margin: 10px;
    height: 179px;
    padding: 0px;
    color: rgba(0,0,0,0.00);
}

.ds12_logo {
    background-image: url(../images/ds12_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px;
    margin: 10px;
    height: 200px;
    padding: 0px;
    color: rgba(0,0,0,0.00);
}

.smanager_logo {
    background-image: url(../images/smanager_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    margin: 10px;
    height: 200px;
    padding: 0px;
    color: rgba(0,0,0,0.00);
}

.spinner {
    background-image: url(../images/spinner.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7em;
    margin: 10px auto;
    height: 8em;
    width: auto;
    padding: 0px;
}


input[type=button] {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 16px;
    min-width: 360px;
    font-size: 100%;
    font-weight: bold;
    background-color: red;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

    input[type=button]:disabled {
        background-color: #cccccc;
        cursor: default;
    }

/* Dropdown Button */
.dropbtn {
    background-color: #AAAAAA;
    color: white;
    padding: 16px;
    min-width: 360px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    position: relative;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 360px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
    text-align: center;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #737373;
}

table, th, td {
    /*	border:rgba(0,255,21,1.00) solid; */
    border-collapse: collapse;
    padding: 5px;
    vertical-align: middle;
    text-align: right;
}

td {
    /*border-bottom: 2px solid rgba(175,175,175,1.00);*/
}

th {
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    background-image: linear-gradient(rgba(235,235,235,1.00), rgba(210,210,210,1.00));
    background-repeat: repeat-x;
    background-position: 0% bottom;
    background-size: auto 100%;
}

table.download-table {
    max-width: 90%;
    width: auto;
    margin: auto;
    table-layout: fixed;
    /*background-color:aqua;*/
}

.logo-home {
    cursor: pointer;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #aaaaaa; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
