﻿html
{
    height: 100%;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0em;
    padding: 0em;
    height: 98%;
    width: 98%;
    line-height: 1.5em; 
}

div.container
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
}
.styleChangePassword
{
    margin: 0 auto;
    padding: 10px 0px 0px 100px; 
}
.styleForgotPassword
{
    margin: 0 auto;
    padding:  10px 0px 0px 100px; 
}
.stylePasswordMessage
{
    color: Red;
    padding: 10px 0px 0px 60px; 
}
.styleMasterTable
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 100%;
    height: 100%;
    margin: 0px 10px 0px 1px;
}

.styleUser
{
    font-weight: bold;
    font-size: 8pt;
    line-height: 1.2em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    min-width: 210px;
    min-height: 100%;
    vertical-align: top;
    width: 210px;
}
 
.styleHeader
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: bold;
    background-color: White;
    color: Green;
    line-height: 1em;
    padding: 20px 0px 0px 0px;
    vertical-align: top;
    width: 550px;
}

.styleGulfMarkLogo
{
    position: absolute;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 0px;
    vertical-align: top;
}
.styleMenu
{
    font-size: 10pt;
    line-height: 1.5em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: top; 
    text-decoration: none; 
}
.styleGrid
{
    vertical-align: top;   
    height: 450px;  
}    
.styleDescription
{
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
    min-width: 80px;
} 
.styleEnterDriverMessage
{
    color: Green; text-align: center;  
    background-color: #F7F7DE;
    font-size: 12pt;
    font-weight: bold;
    padding: 10px 0px 10px 0px; margin-left: 20px; 
}  
.styleLinkDescriptionLeft
{
    font-size: 10pt;
    text-align: right;
    min-width: 80px;
    text-decoration: none;
} 
.styleLinkDescriptionRight
{
    font-size: 10pt;
    text-align: right;
    min-width:  85px;
    text-decoration: none;
}
.styleGaugeDescription {
    font-size: 10pt;
    font-weight: bold;
    margin: 0px 0px 0px 15px;
    text-align: right;
} 
.upperCase
{
    text-transform: uppercase;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
        cursor: pointer;
}
 
       