/* 

CUSTOM STYLESHEET

Add your custom styles here instead of style.css so it is easier to 
update the template. Simply copy an existing style from style.css to 
this file, and modify it to your liking. 

*/

#forgotpw {
    margin-top: 5px;
    margin-bottom: 10px;
}

.error {
    font-size: 18px;
    color: #ff0000;
    float: left;
}

#pie1 {
    width:360px;
    height: 350px;
}

.bar_sm {
    width: 360px;
    height:190px;
}

.bar_sm_shaded_omni, .bar_sm_shaded_maintain {
    width: 360px;
    height:190px;
    opacity:0.50;
    filter:Alpha(opacity=50); /* IE8 and earlier */
    /* outline:1px solid red; */

}


#modal_ta {
    width: 98%
}

#page a {
    font-weight:900;
    color: #1d66b5;
    /* border-bottom: 1px solid #181c88; */
}

#table_heading {
    font-weight: 700;
    color: #222;
    margin-right: auto;
    margin-left: auto;
}

.blue {
    font-weight:900;
    color: #1d66b5;
}

/* html 5 specific  from style.css - testing */
article,aside,header,hgroup,nav,section,footer {
    float: none;
    display:block;
    overflow: hidden;
}

#location_customer {
    color: #000000;
}

/* added July 29 2013 */

#page .link_icon {
    float: left;
    padding: 0px 4px;
}
#links section div {
    float: left;
    padding: 0px 4px;
}

#page .link_icon a:hover, #page .link_icon a:focus, #page .link_icon a:active {
    background-color: #ffffff;
}
/* added Aug 14 2013 */
#map_div {
    width: 736px;
    height: 500px;
    border: 2px solid black;
    margin-top: 20px;
}
#table_heading {
    margin-left: auto;
    margin-right: auto;
    width: 125px;
}

.space_top {
    margin-top: 20px;
    margin-left: 10px;
}

td {
    /*   border: 1px solid black;       for testing purposes */
    padding: 2px;
}

.table .centered {
    text-align: center;
}
.row_heading {
    width: 225px;
}
.alert{
    font-size: 1rem;
}

/* allows line breaks in tooltips */
.tooltip-inner {
    white-space: pre-wrap;
}
