﻿
/* General ******************************************************/

* 
{
    font-family: Arial;
    font-size: 11pt;
    color: white;
    font-weight: bold;
}

html,body 
{
    height:100vh; 
    color: black;
}

.Footer_Label 
{
    font-family: Arial;
    font-size: 9pt;
    color: white;
}

.Footer_Label2 
{
    font-family: Arial;
    font-size: 10pt;
    color: #00A0FF;
}

 .UpdateProgress
{
    background: none ;
    border: 0px solid Transparent;
    padding: 5px;
    position:fixed;
    z-index: 200;
    width: 20vw;
    height: auto;
    top: 24vh;
    left: 40vw; 
    animation-name: ScreenWait;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
 }
 @keyframes ScreenWait {
    10% {transform: rotateY(36deg);}
    20% {transform: rotateY(72deg);}
    30% {transform: rotateY(108deg);}
    40% {transform: rotateY(144deg);}
    50% {transform: rotateY(180deg);}
    60% {transform: rotateY(216deg);}
    70% {transform: rotateY(252deg);}
    80% {transform: rotateY(288deg);}
    90% {transform: rotateY(324deg);}
    100% {transform: rotateY(360deg);}
}


 /*Nobu --------------------------------------------*/ 

.Footer_Nobu 
{
    padding: 6px;
    position:fixed;
    z-index: 12; 
    left: 0vw;
    width: 100vw;
    height: 24px;
    bottom: 0px;
    background-color: black;
    border: none;
}
.SubFooter_Nobu 
{
    padding: 3px;
    position:fixed;
    z-index: 13; 
    left: 4vw;
    width: 90vw;
    height: 20px;
    bottom: 1px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 10px;
}

.Header_Nobu 
{
    padding: 6px;
    position:fixed;
    z-index: 12; 
    left: 0vw;
    width: 100vw;
    height: 130px;
    top: 1px;
    border: none;
    background-color: black;
}
.SubHeader_Nobu 
{
    padding: 1px;
    position:fixed;
    z-index: 12; 
    left: 0vw;
    width: 100vw;
    height: 60px;
    top: 122px;
    border: none;
    background-color: black;
}
.HeaderTitle_Nobu 
{
    padding: 1px;
    position:fixed;
    z-index: 13; 
    left: 30px;
    top: 30px;
    border: none;
    background-color: transparent;
}

.Button_Active_Nobu
{
    padding: 2px;
    margin: 2px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #00A0FF;
    background: transparent;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    word-wrap: break-word;
    text-wrap: none;
    cursor: pointer;
}

.Button_Passive_Nobu
{
    padding: 2px;
    margin: 2px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: transparent;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    word-wrap: break-word;
    text-wrap: none;
    cursor: pointer;
}

.Button_Download_Nobu
{
    padding: 6px;
    margin: 4px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #00A0FF;
    background: transparent;
    font-size: 12pt;
    font-weight: bold;
    color: #00A0FF;
    word-wrap: break-word;
    text-wrap: none;
    cursor: pointer;
}

.Button_Privacy_Nobu
{
    padding: 6px;
    margin: 4px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #00A0FF;
    background: transparent;
    font-size: 11pt;
    font-weight: bold;
    color: #00A0FF;
    word-wrap: break-word;
    text-wrap: none;
    cursor: pointer;
}

.gvPro_Nobu
{
    margin-right: auto;
    margin-left: auto;
    width: 94%;
}


#video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


 /*Message --------------------------------------------*/ 

.Window_Message
{
    border: 0px solid #E2E2E2;
    background: transparent;
    width: 100%;
    height: auto;
    position:fixed;
    z-index: 100; 
    top: 35vh;
    left: 0%;
}

.Panel_Message
{
    border-radius: 10px;
    border: 1px solid white;
    background: rgb(44, 72, 88);
    padding: 2px; 
    width: 60vw;
    margin: 0px auto 0px auto;
}

.Panel_Error
{
    border-radius: 10px;
    border: 1px solid red;
    background: rgb(44, 72, 88);
    padding: 2px; 
    width: 60vw;
    margin: 0px auto 0px auto;
}









