/*#######################################*/
/*             STYLING RULES             */
/*#######################################*/
/*
 - CUSTOM FUNCTIONS FOUND BELOW DEFAULTS
 - margin SHOULD ALWAYS HAVE px IF > 0
 - PRECEDE CUSTOM FUNCTIONS WITH #
 - HYPERLINKS MUST BE IN FOLLOWING ORDER
                 a:link
                 a:visited
                 a:hover
                 a:active
 - ORIGINAL RADIAL GRADIENT COLOURS #293f50
                                    #355167
 - VIEWPORT UNITS: vw, vh, vmin, vmax (not all supported?)
 - PADDING ORDER: TOP RIGHT BOTTOM LEFT
 
 COLOURS
 - Gunmetal (grey) #2C3539
 - Aqua     (blue) #00FFFF
*/


/*########## LAYOUT SETTINGS ##########*/
/*########## LAYOUT SETTINGS ##########*/
/*########## LAYOUT SETTINGS ##########*/

html
{
    height: 100%;
    width: 100%;    
}

body
{
    height: 100%;
    width: 100%;
	background: radial-gradient(#293f50,black) no-repeat;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	color: Silver;
	display: table;
	font-family: Arial, sans-serif;
    overflow: auto;
}


/*########## WINDSURFING APP ##########*/
/*########## WINDSURFING APP ##########*/
/*########## WINDSURFING APP ##########*/

/* NOTE: YOU CAN USE calc(100vh - 100px) 
         height: calc(100vh - 200px);
         height is 100% of the view height minus 200px
*/

/*
  DEFAULT TEXT SETTINGS
*/

.WelcomeDialogText,
.WelcomeMessageText
{
    position: relative;
    color: white;
    text-align: center;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.AboutHeading
{
    position: relative;
    width: 100%;
    height: 20px;
    padding-top: 70px;
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.AboutText
{
    position: relative;
    width: calc(100% - 20px);
    height: 185px;
    margin-left: 20px;
    font-size: 13px;
    color: white;
    overflow-y: scroll;
    text-align: left;
}

.ChangeNewPassword
{
    position: absolute;
    top: 82px;
    left: 32px;
    width: 103px;
    height: 18px;
    line-height: 16px;
    padding: 2px 0 0 5px;
    border-radius: 0 0 0 5px;
}

.ChangeOldPassword
{
    position: absolute;
    top: 56px;
    left: 32px;
    width: 167px;
    height: 18px;
    line-height: 16px;
    padding: 2px 0 0 5px;
    border-radius: 5px 5px 0 0;
}

.ChangePasswordForm
{
    position: relative;
    width: 100%;
    height: 133px;
}

.ChangeSubmit
{
    position: absolute;
    top: 82px;
    left: 146px;
    width: 62px;
    height: 24px;
    line-height: 16px;
    padding: 0;
    background-color: white;
    border-radius: 0 0 5px 0;
}

.Command_Small
{
    position: relative;
    width: 108px;
    height: 20px;
    background: transparent;
    background-image: url('images/Fullscreen.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3000002;
    cursor: pointer;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin: auto;
    margin-top: 13px;
}

.CookieIcon
{
    position: absolute;
    top: 94px;
    left: 0;
    width: 48px;
    height: 39px;
    background: url("images/Cookies.png");
    cursor: pointer;
}

.DisplayBlur
{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
}

.DisplayInline
{
    display: inline-block;
}

.DisplayNone
{
    display: none !important;
}

.ForgotEmail
{
    position: relative;
    width: 168px;
    height: 18px;
    line-height: 16px;
    padding: 2px 0 0 5px;
    border-radius: 5px 5px 0 0;
}

.ForgotPasswordForm
{
    position: relative;
    width: 100%;
    height: 133px;
}

.ForgotPasswordLink
{
    position: relative;
    margin-top: 8px;
    color: white;
    text-align: center;
}

.ForgotSubmit
{
    position: relative;
    top: -2px;
    width: 48px;
    height: 24px;
    line-height: 16px;
    padding: 0;
    background-color: white;
    border-radius: 0 0 5px 0;
}

.ForgotUsername
{
    position: relative;
    margin-top: 2px;
    width: 117px;
    height: 18px;
    line-height: 16px;
    padding: 2px 0 0 5px;
    border-radius: 0 0 0 5px;
}

.ForgotUsernameContainer
{
    position: relative;
    top: 1px;
}

.InfoHeader_Text
{
    font-weight: bold;
}

.KeepMeSignedIn
{
    position: relative;
    width: 18px;
    height: 18px;
    margin: 2px;
    top: 3px;
    left: -3px;
    cursor: pointer;
}

.LetsGoContainer
{
    position: relative;
    height: 108px;
    margin-top: 25px;
}

.LetsGoButton
{
    position: relative;
    width: 108px;
    height: 28px;
    background: transparent;
    background-image: url('images/Start.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    margin: auto;
}

.LetsGoChange
{
    width: 150px;
    margin-top: 20px;
}

.LetsGoNotMe
{
    position: relative;
    margin-top: 10px;
    color: white;
}

.LoadingBox
{
    position: relative;
    width: 100%;
    height: 100%;
    top: calc(50% - 5px);
    font-size: 14px;
    color: white;
    justify-content: center;
    font-weight: bold;
    user-select: none;
}

.LoginForm
{
    position: relative;
    width: 100%;
    height: 165px;
}

.LoginEntryForm
{
    position: relative;
    width: 100%;
    height: 133px;
}

.LoginPassword
{
    position: relative;
    width: 116px;
    height: 18px;
    line-height: 16px;
    padding: 2px 0 0 5px;
    border-radius: 0 0 0 5px;
}

.LoginPasswordContainer
{
    position: relative;
    /*top: 2px;*/
    padding: 0;
    margin: 0;
    margin-left: 1px;
}

.LoginSubmit
{
    position: relative;
    top: -1px;
    left: -1px;
    width: 48px;
    height: 24px;
    line-height: 16px;
    padding: 0;
    background-color: white;
    border-radius: 0 0 5px 0;
}

.LoginUsername
{
    position: relative;
    width: 167px;
    height: 18px;
    line-height: 16px;
    padding: 2px 0 0 5px;
    border-radius: 5px 5px 0 0;
}

.MousePointer
{
    cursor: pointer;
}

.PasswordProtected,
.PasswordUnprotected
{
    position: relative;
    width: 22px;
    height: 15px;
    cursor: pointer;
}

.PasswordProtected
{
    background: url("images/PasswordEye_On.png");
}

.PasswordUnprotected
{
    background: url("images/PasswordEye_Off.png");
}

.LoginPasswordEyes
{
    position: relative;
    top: 2px;
    width: 22px;
}

.RegisterForm
{
    position: relative;
    height: 133px;
}

.RegisterIcon
{
    position: absolute;
    top: 94px;
    left: 190px;
    width: 48px;
    height: 39px;
    background: url("images/Register.png");
    cursor: pointer;
}

.RegisterEmail
{
    position: relative;
    width: 167px;
    height: 18px;
    line-height: 16px;
    padding: 2px 0 0 5px;
    border-radius: 5px 5px 0 0;
}

.RegisterPassword
{
    position: relative;
    margin-top: 2px;
    width: 103px;
    height: 18px;
    line-height: 16px;
    padding: 2px 0 0 5px;
    border-radius: 0 0 0 5px;
}

.RegisterPasswordContainer
{
    position: relative;
    /*top: 2px;*/
    padding: 0;
    margin: 0;
    margin-right: 25px;
}

.RegisterSubmit
{
    position: relative;
    top: -2px;
    width: 60px;
    height: 24px;
    line-height: 16px;
    padding: 0;
    background-color: white;
    border-radius: 0 0 5px 0;
}

.RegisterUsername
{
    position: relative;
    margin-top: 2px;
    width: 167px;
    height: 18px;
    line-height: 16px;
    padding: 2px 0 0 5px;
    border-radius: 1px 1px 1px 1px;
}

.ReturnToLogin
{
    position: relative;
    margin-top: 8px;
    color: white;
    text-align: center;
}

.UserCount
{
    position: relative;
    width: 200px;
    height: 20px;
    line-height: 18px;
    background-color: white;
    border-radius: 0 0 5px 5px;
    color: black;
    text-align: center;
    margin: auto;
    margin-top: 2px;
    font-style: italic;
    font-weight: bold;
}

.WelcomeContainer
{
    position: relative;
    height: 100%;
}

.WelcomeIcon
{
    position: relative;
    width: 100%;
    height: 165px;
    background-color: rgba(0,255,255,0.0);
    background-image: url("images/_WelcomeOctopus.png");
    background-position: calc(50%) calc(50% + 10px);
    background-repeat: no-repeat;
}

.WelcomeInfoContainer
{
    position: relative;
    width: 100%;
    height: 100%;
}

.WelcomeInfoReturn
{
    position: relative;
    top: 20px;
    width: 108px;
    height: 28px;
    background: transparent;
    background-image: url('images/Start.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3000002;
    cursor: pointer;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    margin: auto;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.WelcomeMessage
{
    position: relative;
    height: 42px;
    width: 100%;
    user-select: none;
    color: white;
}

.WelcomeMessageText
{
    line-height: 42px;
}

.WelcomeQuickLinkContainer
{
    position: absolute;
    height: 25px;
    border: 0;
    width: 100%;
}

.WelcomeQuickLink_About
{
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    top: 0;
    float: left;
    background-image: url('images/Quicklink_Help.png');
    z-index: 3000002;
    cursor: pointer;
    color: white;
}

.WelcomeQuickLink_Fullscreen
{
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    top: 0;
    float: right;
    background: transparent;
    background: url("images/Quicklink_FullscreenEnter.png");
    z-index: 3000002;
    cursor: pointer;
    color: white;
}

.WelcomeSplash
{
    position: absolute;
    width: 240px;
    height: 340px;
    left: calc(50% - 120px);
    top: calc(50% - 160px - 20px);
    background: radial-gradient(#293f50,black) no-repeat;
    background: url("images/Splash.png");
    border: 2px solid rgb(255,255,255);
    border-radius: 5px;
    z-index: 3000002;
    color: black;
}

.WelcomeSplashBG
{
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    background: rgba(1,8,32,0.85);
    z-index: 3000001;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

.WelcomeStart
{
    position: relative;
    width: 108px;
    height: 28px;
    top: 230px;
    left: 66px;
    background: transparent;
    background-image: url('images/Start.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3000002;
    cursor: pointer;
    color: white;
    font-size: 19px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.WelcomeHelpBox
{
	position: relative;
	top: 40px;
    left: 14px;
    width: 200px;
	background: white;
	border: 1px solid black;
    border-radius: 5px;
    z-index: 3000003;
    padding: 5px;
    visibility: hidden;
    color: rgb(25,25,25);
    font-family: Roboto,Arial,sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    cursor: pointer;
}
.WelcomeHelpBox:after, .WelcomeHelpBox:before
{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.WelcomeHelpBox:after
{
    border-color: rgb(136, 183, 213);
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: white;/*#88b7d5;*/
	border-width: 20px;
	margin-left: -20px;
}
.WelcomeHelpBox:before
{
    border-color: rgb(194,225,245);
	border-color: rgba(194,225,245,0);
	border-bottom-color: black;/*#c2e1f5;*/
	border-width: 21px;
	margin-left: -21px;
}

.WindsurfDisplay
{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px;
    min-width: 250px;
    border: 0;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    background-color: rgb(1,8,32);
}

.WindsurfParent
{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw; /* calc(100vw - 80px); */
    height: 100vh;
    min-height: 200px;
    min-width: 250px;
    /* margin-left: 40px; */
    /* margin-right: 40px; */
}

.WindsurfUploadProgress
{
    display: inline-block;
    height: 10px;
}


/*########## TEMPORARY CLASSES ##########*/
/*########## TEMPORARY CLASSES ##########*/
/*########## TEMPORARY CLASSES ##########*/


.HomeButton
{
    position: relative;
    display: inline-block;
    padding: 4px 15px 4px 15px;
    background: Transparent no-repeat;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid white;
    border-radius: 5px;
    border-color: white;
    outline: none;
    z-index: 5000003;
}

.HomeButton:link,
.HomeButton:visited
{
    color: white;
}
.HomeButton:hover,
.HomeButton:active
{
    background: #00ccff;
    color: white;
    text-decoration: none;
    cursor: pointer;
    border-color: #00ccff;
}

.LayoutCentered
{
    display: table-cell;
    min-width: 250px;
    min-height: 250px;
    vertical-align: middle;
}

.Temporary_IconText
{
    position: relative;
    top: calc(50% - 10px);
    color: white;
}