/* .header {
  position: sticky;
  top: 0px;
z-index: 99999;
overflow: auto;
background-color: #ffffff;
} */

body {
    margin: 0;
    }
    

    #app {
      width: 100%;
      height: 100%;
    }
    
    
    .LoadingScreen{
      text-align: center;
      display: block;
      margin: 0;
      position: absolute;            
      left: 50%;
      top: 50%;                         
      transform: translate(0, 1000%)    
    }
    
      /* LOGIN PAGE */
    
    .loginBox {
      padding-top: 80px;
    }
    
    .loginBody{
      width: 100%;
      height: 100%;
    }
    
      .loginPage{
        margin-top: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
      }
    
    
    .inline-related{
      padding-top: 30px;
      padding-bottom: 30px;
    }
    

    .orange_button{
        width: 175px;
        border-style: solid;
        border-top-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-color: rgba(250, 80, 0, 1);
        border-radius: 0px;
        background-color: rgba(250, 80, 0, 1);
        text-align: center;
        text-decoration: none;
        line-height: 2.5em;
        background-image: none;
        hover-type: color;
        color: #ffffff;
        font-size: 14px;
        display:  block ;
    }
    .orange_button:hover{
        background: white;
        color: #fa5000;
        border: 2px solid #fa5000;
    }
    .orange_button:active {
        background: white;
        color: #fa5000;
        border: 2px solid #fa5000;
      }
      .orange_button:focus {
        outline-color: #fa5000;
      }
    .orange_button:disabled{
        cursor: not-allowed;
        opacity: 0.5;
    }
    

    .text-tiny{
        font-size: 12px;
    }
    .text-small{
        font-size: 14px;
    }
    .text-default{
        font-size: 16px;
    }
    .text-big{
        font-size: 1.4em;
    }
    .text-huge{
        font-size: 1.8em;
    }