#requestcontainer
{
    position: relative;
}

#requestmap
{
     height: 600px;
     width: 100%;
}

#resultsummary
{
    display: none;
    position: absolute;
    height: 45px;
    width: 180px;
    border-radius: 8px;
    border: 2px solid #337ab7;
    z-index: 1001;
    top: 10px;
    right: 10px;
    background-color: #ffffff;
    text-align: center;
    line-height: 45px;
    font-size: 110%;
    font-weight: bold;
}

#routesummary
{
    display: none;
    position: absolute;
    height: 90px;
    width: 240px;
    border-radius: 8px;
    border: 2px solid #337ab7;
    z-index: 1001;
    top: 20px;
    right: 20px;
    background-color: #ffffff;
    text-align: center;
    line-height: 45px;
    font-size: 115%;
    font-weight: bold;
}

#searchdiv
{
    position: absolute;
    top: 560px;
    left: 100px;
    width: 40%;
}

.heading
{
    text-align: left;
    font-size: 200%;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
}

.contentframe
{
    margin: 20px;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #337ab7;
}

.requestpage
{
    margin: 20px auto;
}

.aboutheading
{
    margin-top: 25px;
}

.radioframe
{
    width: 100%;
    border: #000000 solid thin;
    border-radius: 4px;
    padding-left: 12px;
    padding-bottom: 10px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.deletedisabled
{
    opacity: 0.25;
    color: lightgrey;
}

.deleteenabled
{
    color: mediumblue;
    opacity: 1;
}

.search-icon
{
    color: #ffffff;
    background-color: #337ab7;
}

#routemap
{
    position: relative;
    height: 600px;
    width: 100%;
}

#apihelp
{
   cursor: pointer;
}

#apihelp1
{
    cursor: help;
}