﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.header-container-brandContainer {
    padding: 1%
}
.planet-logo {
    width: 15%;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
.login-container {
    margin-top: 10%;
    margin-left: 30%!important;
    
}
.login-container > .FS-H2 {
    font-size: 14px;
    line-height: 20px;
}
.textbox-container {
    background-color: #fff !important;
    border-radius: 3px!important;
    border: 1px solid #ccc!important;
    -webkit-box-shadow: inset 1px 2px 3px rgba(0,0,0,.1);
    box-shadow: inset 1px 2px 3px rgba(0,0,0,.1);
}

.button-container {
    background: #02B8F3;
    width:100%;
    border: 2px solid black;
}



.validation-summary-errors > ul {
    margin-bottom: 0;
}


/* Header styles*/

.FS-General-Secondary {
    font-family: 'Gibson-Regular', Helvetica, Arial, Sans-Serif;
    letter-spacing: 0.0em;
    color: #333;
}

/* Big Fonts for extra attention headers */
.FS-Big-Font {
    font-size: 2em; 
    font-family: 'Gibson-Regular', Helvetica, Arial, Sans-Serif;
    letter-spacing: 0.0em;
    color: #333;
}

/* Primary header */
.FS-H1 {
    font-size: 1.4em;
    font-family: 'Gibson-Regular', Helvetica, Arial, Sans-Serif;
    letter-spacing: 0.01em;
    color: #333;
}

/* Secondary header */
.FS-H2 {
    font-size: 14px;
    font-family: 'Gibson-Regular', Helvetica, Arial, Sans-Serif;
    letter-spacing: 0.0em;
    color: #333;
}

/* Tertiary header */
.FS-H3 {
    font-size: 1.0em; /* 11pt baseline */
    font-family: 'Gibson-Regular', Helvetica, Arial, Sans-Serif;
    letter-spacing: 0.0em;
    color: #333;
}


/* Tool labels, "A" style */
.FS-Tool-A {
    font-size: 1.0em; /* 11pt baseline */
    font-family: 'Gibson-Regular', Helvetica, Arial, Sans-Serif;
    letter-spacing: 0.0em;
    color: #333;
}

/* Tool labels, "B" style */
.FS-Tool-B {
    font-size: 0.909em; /* 10pt / 11pt baseline */
    font-family: 'Gibson-Regular', Helvetica, Arial, Sans-Serif;
    letter-spacing: 0.0em;
    color: #505050;
}

/* Buttons and Primary Actions
(note that .Vibrant buttons will automatically get this style) */
.FS-Button, /* for buttons */
.Vibrant, /* play nicely with .Vibrant button def'n */
.HarmonyButton /* successor to .Vibrant */ {
    font-size: 1.0em; /* 11pt baseline */
    font-family: 'Gibson-Regular', Helvetica, Arial, Sans-Serif;
    letter-spacing: 0.0em;
}

.FS-Button-Small {
    letter-spacing: 0.0em;
    font-size: .85em;
}

.FS-Action /*for links; NEVER apply to .Vibrant buttons */ {
    font-size: 0.85em; /* 10pt / 11pt baseline */
    font-family: 'Gibson-Regular', Helvetica, Arial, Sans-Serif;
    letter-spacing: 0.0em;
}
/* actions nestled inside an FS-Tool-B should NOT be smaller */
.FS-Tool-B .FS-Action,
.FS-Tool-B .FS-Button,
.FS-Tool-B .Vibrant,
.Fs-Tool-B .HarmonyButton {
    font-size: 1.0em;
}
/* Change the color of these */
.FS-Action {
    color: #505050;
    text-transform: uppercase;
}

/* Small-face fonts (e.g. table bar) */
.FS-Small {
    font-size: 0.925em; /* 9pt/11pt baseline */
    font-family: 'Gibson-Regular', Helvetica, Arial, Sans-Serif;
    letter-spacing: 0.0em;
    color: #333;
}
/* Inside a tooltip (black background) these need to be a light color instead */
.tooltip .tooltip-inner .FS-Small {
    color: #ccc;
}
/* Like FS-Small but lighter in color; mainly useful for aside text after a setting*/
.FS-Note {
    font-size: 0.85em;
    font-family: 'Gibson-Regular', Helvetica, Arial, Sans-Serif;
    letter-spacing: 0.0em;
    color: #888;
}

.FS-Announce {
    color: #C72F79;
}

/*******************************************************************************
Default link colors
*******************************************************************************/

/* links */
.UXV2 a,
.UXV2 .LinkText,
a {
    color: #427CD8;
}

    .UXV2 a:hover,
    .UXV2 .LinkText:hover,
    a:hover {
        color: #365ebf;
    }

.UXV2 .LinkText {
    text-decoration: none;
}
/*
::placeholder {
    color: #bbb;
}*/
