﻿/*
----------------------------------------------------------------------------
Copyright (c) Microsoft Corporation.
Licensed under the MIT license.
----------------------------------------------------------------------------
*/

body {
    font-family: 'Segoe UI Web Light', 'Segoe UI Light', 'Segoe WP Light', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif
}

/*
#embedContainer {
    min-width: 800px;
    height: calc(0.5625 * 64vw); */ /* 16:9 aspect ratio */
    /*width: 60%;
}
*/
#embedContainer {
    height: 95vh;
    width: 95vw;
}

#dashboardContainer {
    min-width: 800px;
    height: calc(0.5625 * 64vw); /* 16:9 aspect ratio */
    width: 60%;
}

@media only screen and (max-width: 1333.33px) {
    /*    #embedContainer, #dashboardContainer {*/
    #dashboardContainer {
        height: calc(0.5625 * 870px); /* 16:9 aspect ratio */
    }
}


#buttonsWrapper {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    cursor: pointer;
}

#buttonsWrapper a {
    background-color: rgb(36, 169, 225);
    border: none;
    color: white;
    padding: 5px 30px;
    margin: 5px;
    width: 200px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

#buttonsWrapper a:hover {
   font-size: 120%;
}

#tileContainer {
    width: 400px;
    height: 350px;
}

.infoBox {
    margin-top: 30px;
}

iframe {
    border: none;
}

/* custom */
label {
    display: block;
}
input {
    font-size: 1rem /*!important*/;
}

input[type='submit'],label {
    margin-top: 1rem;
}

#buttonsWrapper input[type='submit'] {
    background-color: rgb(36, 169, 225);
    border: none;
    color: white;
    /*padding: 5px 30px;*/
    padding: 0px;
    margin: 0px;
    width: 200px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

#buttonsWrapper input[type='button'] {
    background-color: rgb(36, 169, 225);
    border: none;
    color: white;
    /*padding: 5px 30px;*/
    padding: 0px;
    margin: 0px;
    width: 200px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

input[type='button']:active {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

input[type='submit']:active {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


input[type='submit']:disabled {
    border: 1px solid #999999 !important;
    background-color: #cccccc !important;
    box-shadow: none !important;
    color: #666666 !important;
    font-size: 100% !important;
}

#buttonsWrapper input[type='submit']:hover {
    font-size: 120% !important;
}
