﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    /* line height has been disable to make the splash screen more readable with spaces in disclaimer and phone numbers - IG 8/5/2019 */
    /*line-height: 1;*/
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* CSS RESET ABOVE */

body
{
    text-align: center;
    /* background-color: #717174;*/
    background-color: #3b3b3c;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 0.8em;
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: -0.03em;
    font-size: 3.1em;
    margin: 0;
}

#header h1
{
    margin-top: -54px;
    margin-left: 280px;
}

p
{
    line-height: 1.4em;
}

a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
    /* color: #327447;*/
    color: #1295d8;
}

a:hover
{
    color: #fff;
}

.textright
{
    text-align: right;
}

td input, #wmr_phone_number, #file_concern input
{
    padding: 3px 5px;
    /* border: 3px solid #74c8ba;*/
    border: 3px solid #1295d8;
    margin: 0 7px 7px 25px;
    width: 150px;
    height: 24px;
    text-align: center;
    font-size: 1.5em;
}

#wmr_phone_number, #file_concern input
{
    width: 175px;
}

#file_concern textarea
{
    width: 75%;
    height: 75px;
    padding: 3px 5px;
    /* border: 3px solid #74c8ba;*/
    border: 3px solid #1295d8;
    font-size: 1.1em;
}

td img
{
    position: relative;
    top: 6px;
}

label
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    color : #000;
}

 /*Following was coded to handle label color change for Selecting a Language on the landing page. Color change to White is handled on Language Select without affecting the label specs for the rest of the popups*/
#langSelect label
{
   color : #fff;
}

#body_wrapper
{
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    /* background-color: #717174;*/
    background-color: #3b3b3c;
}

#header
{
    margin-top: 40px;
}

#content
{
    /* background: #717174;*/
    background: #3b3b3c;
}

#langSelect
{
    float: right;
}

#langSelect label
{
    font-size: 1.3em;
    font-weight: normal;
}

#midcontent
{
    margin: 60px 0 45px 0;
    padding: 0;
}

#welcome
{
    width: 265px;
}

#data_input
{
    float: right;
    padding-left: 10px;
}

#disclaimer
{
    margin: 70px 0 0 0;
}

#disclaimer h2
{
    margin: 0;
    color: #a6cf80;
    font-size: 1.5em;
    font-weight: bold;
}

#disclaimer p
{
    margin-top: 5px;
    font-weight: bold;
}

#footer
{
    /* background-color: #74c8ba;*/
    background-color: #1295d8;
    margin-top: 12px;
    padding: 5px 15px;
    text-align: center;
    color: #dddddd;
}

#footer a
{
    text-decoration: none;
    color: #dddddd;
}

/* Trip Info Page */

#welcome_name
{
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 15px;
}

#date_trip
{
    font-size: 1.4em;
    float: right;
}

#trip_table, #wmrTable, #cancelTable, #concernTable, #cancelRUSureTable
{
    width: 100%;
}

#trip_table td, #trip_table th, #wmrTable td, #wmrTable th, #cancelTable td, #cancelTable th, #concernTable td, #concernTable th, #cancelRUSureTable td, #cancelRUSureTable th
{
    /* border: 3px solid #74c8ba;*/
    border: 3px solid #1295d8;
}

#trip_table th, #wmrTable th, #cancelTable th, #concernTable th, #cancelRUSureTable th
{
    border-right: 3px solid #fff;
    /* background: #74c8ba;*/
    background: #aaa;
    padding: 8px 6px;
    font-weight: bold;
    color: #494949;
}

#trip_table .lastcolor, #wmrTable .lastcolor, #cancelTable .lastcolor, #concernTable .lastcolor, #cancelRUSureTable .lastcolor
{
    /*border-right: 3px solid #74c8ba;*/
    border-right: 3px solid #1295d8;

}

#trip_table .nocolor, #wmrTable .nocolor, #cancelTable .nocolor, #concernTable .nocolor, #cancelRUSureTable .nocolor
{
    border: 0;
    color: #fff;
    width: 85px;
    background: none;
    padding-left: 10px;
}

#trip_table td, #wmrTable td, #cancelTable td, #concernTable td,  #cancelRUSureTable td
{
    padding: 6px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.2em;
}

#trip_table .address, #wmrTable .address, #cancelTable .address, #concernTable .address, #cancelRUSureTable .address
{
    text-align: left;
}

#trip_instructions, #wmr_instructions, #cancel_instructions, #concern_instructions, #russure_instructions, .dialog_text
{
    background: #eaeaea;
    padding: 15px;
    margin-top: 20px;
    color: #000;
}

#wmr_instructions, #cancel_instructions, #concern_instructions, #noTrips, #notValid, #lookingTrips, #russure_instructions, .dialog_text
{
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
    line-height: 150%;
}

#trip_instructions p
{
    margin-right: 165px;
}

#submitBtn
{
    float: right;
    margin-right: 31px;
}

#trip_instructions #submitBtn
{
    margin-right: 15px;
    margin-top: 90px;
}

#progressbar
{
    position: relative;
    top: 25px;
    z-index: 0;
}

#charcount
{
    position: relative;
    z-index: 1;
}

#charCount
{
    font-size: 1.3em;
    margin-left: 5px;
}

.redtext
{
    color: #A53A3A;
}


#terminate:link, #terminate:visited, #terminate:active
{
    text-decoration: none;
    color: #7dcbbe;
}

#terminate:hover
{
    text-decoration: none;
    color: #fff;
}
