﻿/*
* Copyright (c) 1998-2023 ABILITY Network Inc., an INOVALON, Inc. company. All Rights Reserved.
* 
* This computer program is CONFIDENTIAL and a TRADE SECRET of ABILITY Network Inc., an INOVALON, Inc. company.
* The receipt or possession of this program does not convey any rights to use,
* reproduce or disclose its contents in whole or in part, without the specific
* written consent of ABILITY Network Inc. Any use, reproduction or disclosure of
* this program without the express written consent of ABILITY Network Inc., is a
* violation of the copyright laws and may subject you to criminal prosecution.*/
@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('fonts/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('fonts/SourceSansPro-Bold.ttf') format('truetype');
}


body {
    line-height: 18px;
    background-color: #EBF0F7 !important;
}

#container {
    width: 760px;
    padding: 10px 5px 5px 5px;
    background-color: white;
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 2px 0 15px -4px rgba(0, 0, 0, 0.6), -1px 0 11px -4px rgba(0, 0, 0, 0.6);
}

#splash_header {
    text-align: center;
}

#splash_msg {
    margin: 15px 0 5px 0;
    line-height: 21px;
    font-size: 14px;
}

#splash_signup_box {
    float: left;
}

#splash_login_box {
    float: right;
    background: url(../images/splash_boxbg.gif) top left no-repeat;
}

#splash_signup_box, #splash_login_box {
    width: 359px;
    height: 250px;
    padding: 10px;
    margin: 10px 0;
    margin-bottom: 50px;
}

#Loginbox {
    width: 360px;
    border-bottom: none;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

#logos {
    text-align: center;
    padding-top: 15px;
}

#saveCalcBlurb {
    margin-top: 25px;
}

a img {
    border-collapse: collapse;
    border: none;
}

h3 {
    font-size: 16px;
    color: #003D79;
    margin-bottom: 0;
    padding-bottom: 0;
}

#splash_login_box h3 {
    padding: 0;
    margin: 5px 0 4px 10px;
    vertical-align: top;
}

#splash_signup_box h3 {
    margin-top: 10px;
}

#splash_signup_box a {
    background: #4E84C4;
    font-size: 30px;
    padding: 10px 40px;
    text-decoration: none;
    border-radius: 11px;
    margin-right: 20px;
    display: inline-block;
    margin-top: 70px;
    width: 220px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 20px
}

#splash_learnmorePlusLogos p {
    margin: 2px 0 10px 0;
}

h2 {
    color: #003D79;
    font-size: 16px;
    text-align: center;
}
#imgAlohacare {
    width: 230px;
    height: 180px;
    padding-left: 10px;
    margin-bottom: 20px
}
#btnClear {
    background-color: #7f7f7f;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}
#btnSubmit {
    background-color: #003D79;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}
#splash_learnmoreText {
    font-size: 14px
}
#txtWelcome {
    color: #003D79;
    font-weight: bold;
}
#imgSplashGreen {
    float: right;
    padding: 0 15px 5px 2px;
    margin-top: -15px;
}
#idPwd ,#idUName {
    color: red;
    font-size: 11px;
    display: inline
}
#imgInvAlohacare {
    width: 200px;
    height: 40px;
    padding-left: 20px;
    margin-bottom: 60px
}
#imgGuildnet, #imgvapremier {
    width: 200px;
    height: 100px;
    margin-bottom: 20px
}
#imgRHAlohacare, #imgRHvapremier, #imgRHGuildnet {
    width: 200px;
    height: 140px;
    padding-left: 20px
}
#imgInvGuildnet, #imgInvvapremier {
    width: 200px;
    height: 40px;
    padding-right: 40px;
    margin-bottom: 60px
}
#imgRHGuildnet {
    padding-left: 10px
}
#imgvapremier {
    padding-right: 60px;
}
#imgGuildnet {
    padding-right: 50px
}
