/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 19, 2017, 8:06:52 AM
    Author     : SalgadoR
*/
.form-group {
    margin-top: 15px;
    margin-bottom: 15px;
}
.control-label {
    margin-right: 15px;
    margin-left: 20px;
}

#ContactInformation {
    border: 1px solid grey;
    width: 40%;
    display:  inline-block;
    top: 10px
}
#RoadNameValidate {
    border: 1px solid grey;
    width:  40%;
    display: inherit;
    position:  absolute;
    left: 600px;
    top: 10px
}
#messageArea {
    border: 3px solid black;
    border-radius: 4px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding: 25px;
    height: 100px;
    width: 45%;
    font-family: "Courier New", Courier, monospace;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.dragging {
    border-width: 3px;
}
#messages {
    width: 300px;
}
.tableHeader {
    font-size: 1.3em;
}
#listGenerator {
    border-style: solid;
    border-width: medium;
}
#results {
    display: none;
}
ul#flagList li {
    display:inline;
}
.DarkOrange {
    color: DarkOrange;
}
.Magenta {
    color: Magenta;
}
.Red {
    color: Red;
}
.Yellow {
    color: Yellow;
}
.Green {
    color: Green;
}
.Orchid {
    color: Orchid;
}
.Blue {
    color: Blue;
}
.DarkGrey {
    color: DarkGrey;
}
.button-bar {
    padding-bottom: 20px;
}
a {
    font-weight: bold; 
}
.centerDiv {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.addPadding {
    padding: 5px;
}