/*
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 : Oct 21, 2014, 4:49:47 PM
    Author     : rmatson
*/
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select {
    max-width: 300px;
}*/
/*input {
    max-width: 300px;
}*/

.ui-selectonemenu .ui-selectonemenu-trigger {
    width: 30px;
}

.priority_block {
    height: 10px;
    width: 10px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 2px;
}

.priority_block.priority_color_1 {
    background-color:#7ebf00
}
.priority_block.priority_color_2 {
    background-color:#008ff9
}
.priority_block.priority_color_3 {
    background-color: #ffb613;
}
.priority_block.priority_color_4 {
    background-color:#de0000
}

#map_container {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}


#map_base {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#map_overlay {
    width: 60%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size:12px;
    top: 20px;
    z-index: 10;
}


