﻿body {
	background-color: white;
    font-family: Arial, Verdana, WOL_Reg, 'Segoe UI', Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    color: rgb(128, 128, 128);
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    vertical-align: baseline;
}

a:link, a:visited {
    color: #003399;
}

.top-banner {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 30px;
    background-color: #003399;
    box-shadow: 0px 2px 5px rgba(0, 51, 153,0.75);
}

.top-banner-text {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.outerform {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40px;
    bottom: 40px;
    overflow: auto;
}

.innerform {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.footer {
    position: absolute; 
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 20px;
    border-top: 1px dotted grey;
}

.footer-text {
    font-size: 10px;
    color: gray;
}

.white-text {
    color: white;
}

.ourbutton {
    font-size: 11px !important;
    line-height: 24px !important;
    height: 26px !important;
    color: #fff;
    background-color: #003399;
    min-width: 88px;
    padding: 0 16px 0 16px;
    border: 0;
    border-radius: 2px;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.2s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 3px 1px -2px rgba(0, 0, 0, 0.2),0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

input {
    width: 350px;
    color: #333;
    padding: 5px;
    font-size: 14px;
}

select {
    width: 350px;
    color: #333;
    padding: 5px;
    font-size: 14px;
}

.ourcenter {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

.view-table {
    width: 100%;
}

    .view-table td {
        vertical-align: top;
        padding: 4px 16px 4px 8px;
        margin: 0px;
    }

    .view-table td input {
        width: 100%;
        padding: 4px;
        border: 1px lightgray solid;
    }

    .view-table td select {
        width: 100%;
        padding: 4px;
        border: 1px lightgray solid;
        box-sizing: content-box;
    }

.rtms-file-upload-column {
    display: none;
}

.rep-row {
    display: none;
}