﻿/* CUSTOM El PASO CSS*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #000000;
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}

.container {
    background-color: #FFFFFF;
    width: 100%;
    /* flex: 1;  This makes the container take up the remaining height */
}

.general-table {
    width: 100%;
}

.margin-bottom-5 {
    height: 20px;
}

.margin-bottom-20 {
    height: 20px;
}

.bg-color-0F206C {
    background-color: #0F206C;
}

.bg-color-000000 {
    background-color: #000000;
}

/*Title banner */
#divHeader {
    color: #FFFFFF;
    background-color: #FFFFFF;
    height: 5rem;
    width: 100%;
    vertical-align: middle;
    border-width: medium;
    border-color: Black;
    /*background-image: url('images/banner_ElPaso.jpg');*/
    /*background-repeat: no-repeat;*/
}

#title {
    color: #0F206C;
    background-color: #0F206C;
    font-size: 25px;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    border-width: medium;
    border-color: Black;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*Data table*/
.data-table {
    border: 0;
    width: 100%;
    text-align: center;
}

/* Header Table Titles*/
#headerTable {
    color: #ffffff;
    background-color: #0A1547;
    border-color: #000000;
    font-size: 30px;
    text-align: center;
}

    #headerTable th {
        font-weight: 300;
    }

/* Header Table Titles*/
#headerTableServices {
    color: #003333;
    background-color: #1732A8;
    font-size: 36px;
    text-align: left;
    font-weight: bold;
}

.col1 {
    width: 35%;
}

.col2 {
    width: 15%;
}

.col3 {
    width: 25%;
}

.col4 {
    width: 25%;
}

/* Header Table Values*/
#items {
    color: #ffffff;
    background-color: #0F206C;
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    width: 25%;
}

.servicesTable {
    border: 3px;
    width: 100%;
    text-align: center;
}

/* Header Table Services Values*/
#itemsServices {
    color: #0F206C;
    background-color: #F5FFF2;
    border-color: Black;
    font-size: 28px;
    text-align: left;
    font-weight: bold;
    text-align: center;
}

.servicesTable tbody {
    outline: 3px solid gray;
}

tr#itemsServices td {
    outline: 1px solid gray;
    outline-offset: -3px;
}

#textHeader {
    color: #0A1547;
    background-color: #ffffff;
    font-size: 37px;
    text-align: left;
    font-weight: bold;
    text-align: center;
}

#textContent {
    color: #000000;
    background-color: #ffffff;
    border-color: Black;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    text-align: center;
}

/*Message*/
#message {
    color: #ff0802;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}


/*Links Units*/
a:link {
    color: #fff
}

a:visited {
    color: #fff
}

/*Footer*/
.separatorA {
    background-color: #000000;
    width: 100%;
    height: 25px;
    margin: 0px;
}

.separatorB {
    background-color: #0F206C;
    width: 100%;
    height: 25px;
    margin: 0px;
}

.footer {
    color: #FF0000;
    background-color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}
