/* ============================================
     Copyright 2015-2017 Airbly Inc. 
     All Rights Reserved
     Proprietary and confidential

     This file may not be copied or distributed
     without the express permission of Airbly
     Inc.

     https://airbly.com
    ============================================ */

/* Body defaults */
html, body {
    color:#343434;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* ================================================================
   Splash page 
   ================================================================ */
#splash-page {
    color:#eeeeee;
    background-color: #333333;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    text-align: center;
    border: 0 !important;
}
#splash-page .splash-container {
    height: 300px;
    position: relative;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#splash-page .image-logo-xs {
    margin-top: 80px;
    width: 300px;
    height: 68px;
    background-size: 100%;
    background: url(aeronet-logo-300x68.png) no-repeat;
    background-position: center top;
}
#splash-page .image-logo {
    width: 392px;
    height: 89px;
    background-size: 100%;
    background: url(aeronet-logo-392x89.png) no-repeat;
    background-position: center top;
}
#splash-page .image-loading {
    width: 200px;
    height: 100px;
    background-size: 100%;
    background: url(aeronet-loading.gif) no-repeat;
    background-position: center top;
}
#splash-page .state {
    color: #aaaaaa;
}