/* tables */
table.tablesorter thead tr .header {
    background-image: url(/img/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(/img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(/img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}
table.tablesorter thead tr .header.sortable {
    cursor: pointer;
}
.common-offers tbody td.offer-number{
    line-height: 28px;
    padding:7px 0 7px 21px;
}

label.error{
    color:red;
    display:block;
    margin:4px 0 10px 0;
}
.bfo-header{
    background-image: url(images/bfo-2015-sprite.png?20140501);
    background-repeat: no-repeat;
    width:950px;
    height:100px;
    margin:30px 10px;
}
.downloads-wrapper{
    padding:6px 8px;
    margin:10px;
    border-top:1px solid #D3F1E3;
}
.currency{
    text-align: right;
    padding-right:20px;
}
.high-performing-government{
    background-position: 0 -300px;
}
.community-and-neighborhood-livability{
    background-position: 0 0;
}
.culture-and-recreation{
    background-position: 0 -600px;
}
.economic-health{
    background-position: 0 -500px;
}
.environmental-health{
    background-position: 0 -400px;
}
.safe-community{
    background-position: 0 -200px;
}
.transportation{
    background-position: 0 -100px;
}
#no-votes-warning{
    color:red;
    font-weight:bold;
    margin:10px 0;
}
.controls{
    margin:10px 0;
}
.form-input{
    width:300px;
    font-size:12px;
    padding:4px;
    line-height:24px;
}
.panel {
  margin: 20px 30px 20px 10px;
  padding: 20px;
  border-left: 6px solid #eee;
  border-radius:0 !important;
}
.panel h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.panel p:last-child {
  margin-bottom: 0;
}
.panel code {
  background-color: #fff;
  border-radius: 3px;
}

/* Variations */
.panel-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.panel-danger h4 {
  color: #d9534f;
}
.panel-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.panel-warning h4 {
  color: #f0ad4e;
}
.panel-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
.panel-info h4 {
  color: #5bc0de;
}


.common-offers td a {
    font-size:14px;
    line-height:28px;
}
.common-offers th {
    white-space: nowrap;
}
.common-offers th.header {
    padding-right:20px;
}

.offer-heading{
    font-size:18px;
    margin:0;
    padding:10px 0 20px 10px
}
.tab-content {
    padding:20px 30px 20px 10px;
}
.nav-tabs a{
    background-color:#eee;
}
.table thead th{
    background:#FFFAE7;
    font-size:16px;
}
#table-offers thead tr th.sorted{
    cursor:pointer;
}
#table-offers th{
}
.modal-header {
    background: #009FC7;
    color: white;
}
.modal-backdrop {
    background-color: #FFFFFF;
}
.close {
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
}
.stop-light:active{
    outline:0;
}
.stop-light{
    width:26px;
    height:28px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    font-weight:bold;
    background:#ddd;
    border-color: #ddd;
    display:block;
    background-repeat:no-repeat;
    background-position:0 -28px;
    background-image:none;
    margin:0 auto;
    font-size:0;
    text-indent:-100000em;
}
.red-light{
    background-image:url(/img/red-sprite.png);
}
.green-light{
    background-image:url(/img/green-sprite.png);
}
.stop-light.on{
    background-position:0 0;
}
#table-offers tbody tr.green-row td{
    background-color:#D0FFD8;
    font-weight:bold;
}
#table-offers tbody tr.green-row td a{
    color:#00990C;
}
#table-offers tbody tr.red-row td{
    background-color:#FFD2D2;
}
#table-offers tbody tr.red-row td a{
    color:#B81600;
    font-weight:bold;
}

#holder {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px #666;
    margin: 0 auto;
    width: 640px;
    height: 480px;
}
.fancy-heading{
    margin:10px 0 12px 0;
    color:maroon;
    padding:4px 20px 4px 0;
    font-size:16px;
    border-bottom:1px solid #ddd;
}
.fancy-heading span{
    padding:3px;
    border-bottom:2px solid orange;
}
.modal .table.table-striped{
    width:250px;

}
.element-label{
    margin:1em 0 .2em 0;
    font-weight:bold;
    clear:left;
}
.element-label span{
    margin:0;
    font-weight:normal;
    color:#999;
}
.element-input{
    margin:0 0 0 1em;
}
.element-label2{
    color:#999;
    font-weight:bold;
}
.element-label .required-field-label{
    color:#000;
    font-weight:bold;
}
.form-header{
    padding:0;margin:0;
    color:#c60;
    font-weight: bold;
    font-size:1.4em;
}
.element-error span{
    padding:3px;
    background:yellow;
    color:red;
    font-weight:bold;
}
.total_warning{
    color:red;
    font-weight:bold;
}
.summary-label{
    font-weight:bold;
}
.summary-info{
    padding:10px 4px;
}
.your_total_count{
    padding:10px 0;
} 
#top-message-wrap{
    margin:10px;
    background:#eee url(/img/alert.png) no-repeat center left;
    border:1px solid #ccc;
}
#top-message-wrap h2{
    font-size:16px;
    line-height: 20px;
    margin:0;
    padding:10px 3px;
}
#top-message-wrap p{
    margin:0;
    padding:0 4px;
    font-size:12px;
    text-align: left;
    color:#000;
}
span.tip{
    border-bottom:1px dotted #999;
    cursor:help;
}
#top-message-wrap ol{
    margin:10px;
}
#top-message-wrap li{
    padding:4px 0;
}
#message-wrap{
    margin:0 0 0 50px;
    padding:3px 6px;
    border-left:1px solid #ccc;
    background: #fff;
}
  
#summary-content h2{
    padding:20px 0 0 0;
    margin:0;
}  
  
.label{
    display:block;
    margin:20px 0 0 0;
    font-weight:bold;
}
#summary-dialog{
    font-size:.8em;
}
#budget-warning{
    font-weight:bold;
    color:red;
    font-size:14px;
}
#feedback-submit{
    display:block;
    font-weight:bold;
    padding:4px;
}
.fancy_heading_1{
    color:#000;
    background:#EBF8FF;
    border:1px solid #ccc;
    padding:4px 0 4px 6px;
    margin:20px 10px 0 0;
    -moz-border-radius:6px; 
    border-radius:6px;
    -webkit-border-radius:6px;
    width:95%;
    text-shadow:#fff 2px 2px;
    text-transform:capitalize;
    font-size:1.4em;
}
.doc_thumb{
    float:left;
    padding:1px;
    border:1px solid #ccc;
}
#quick_links{
    margin:0 0 0 160px;
}
#quick_links ul{margin:0 0 0 20px;}
#quick_links ul li{list-style:square;padding:.3em 0;}
#budget-doc-col{
    width:200px;
    float:left;
}
#budget-doc-col img{
    display:block;
    padding:1px;
}
#outcomes-nav{
    margin-top: 4px;
    margin-bottom: 0px;
    border: 0px; 
    width:190px;
    background: url(http://fcgov.com/citymanager/images/budget-outcomes-sidebar-sides.gif) repeat-y;
}
#outcomes-nav a{
    color:#0080C0;
}
#outcomes-nav h1{
    background: #f9f9f9 url(http://fcgov.com/citymanager/images/budget-outcomes-sidebar-top.gif) no-repeat top;
    font-size: 1em;
    margin: 0;
    padding: 10px 5px;
}
#outcomes-list-wrapper{
    background: url(http://fcgov.com/citymanager/images/budget-outcomes-sidebar-bottom.gif) no-repeat bottom;
    padding-bottom: 21px;
}
.outcome-wrapper{
    padding:1em;
}
.outcome-wrapper h2{
    color:#c60;
    padding:0;
    margin:0 1em 0 0;
    font-size:1.4em;
}
.outcome-description{
    line-height:1.2em;
    margin:.2em .5em .1em 0;
    color:#333;
}
.negative-number{
    color:red;
}
#submit-feedback{
    display:block;
    text-indent:-100em;
    height:33px;
    background:url(/common/images/submit-feedback.png) no-repeat 0 0;
    width:190px;
    margin:0 0 0 20px;
}
#submit-feedback:hover{
    background-position:0 -33px;
}
#bfo-intro{
    margin:.4em 0 0 225px;
    padding:.5em;
    border:1px solid #E5E5E5;
}
.budget-outcomes{
    margin:0 0 0 225px;
    padding:.5em;
}
.outcomes{
    padding:0 0 20px 30px;
}
.outcomes li{
    line-height: 22px;
}
.outcomes h2 {
    color:#c60;
    font-size:1.4em;
    padding:0;
    margin:0 0 .2em 0;
}
.outcomes a{
    color: #006AD5;
}
.text{
    width:300px;
}
/*  wrapper divs */
.custom-checkbox, .custom-radio { position: relative; }
    
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
    position: absolute;
    left: 2px;
    top: 3px;
    margin: 0;
    z-index: 0;
}

.custom-checkbox label, 
.custom-radio label {
    display: block;
    position: relative;
    z-index: 1;
    font-size: .9em;
    padding-right: 1em;
    line-height: 1;
    padding: .5em 0 .5em 30px;
    margin: 0 0 .3em;
    cursor: pointer;
}

    
/* states */
.custom-checkbox label { 
    background: url(citymanager-images/checkbox.gif) no-repeat; 
}

.custom-checkbox label, .custom-radio label {
    background-position: -10px -14px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
    background-position: -10px -114px;
}

.custom-checkbox label.checked, 
.custom-radio label.checked {
    background-position: -10px -214px;
}

.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
    background-position: -10px -314px;
}

.custom-checkbox label.focus, 
.custom-radio label.focus {
    outline: 1px dotted #ccc;
}

table.offers a{
    color:#006AD5;
    text-decoration:none;
    border-bottom:1px solid #006AD5;
}
table.offers a:hover{
    color:#006AD5;
    text-decoration:none;
    border-bottom:1px solid #006AD5;
}
table.offers a:visited{
    color:#974061;
    border-bottom:1px solid #974061;
}
.funding-dollars{
    text-align:right;
    padding:.3em 2em .3em .3em;
}
.custom-checkbox label.funding-label{
    padding:.8em 0 .5em 30px;
    color:#000;
}
.custom-checkbox label.funding-label.unfunded{
    color:red;
}

.custom-checkbox label.funding-label.funded{
    color:green;
}
h2{
    color:#0080C0;
    font-weight:bold;
    font-size:1.3em;
    margin:0;
    
}
h1{
    color:#c60;
    font-weight:bold;
    font-size:1.5em;
    margin:0 0 1em 0;
    
}
#offer-title{
    margin:0;
}
#offer-dollars{
    margin:0;
}
#offer-synopsis{
    padding:0;
}
#offer-synopsis p{
    margin:0;
    padding:0 0 10px 0;
}
#offer-desc{
    padding:0.5em;
}
legend{
    font-size:1.2em;
    font-weight:bold;
    margin:0.5em;
    padding:0.3em;

}
fieldset{
    margin:.3em;
}
.timeline-tbl{
    margin-left:215px;
}
.timeline-tbl, .timeline-tbl tr th, .timeline-tbl tr td{
    border:solid 1px #333;
}
.timeline-tbl tr th{
    background:#eee;
}
.timeline-tbl tr th, .timeline-tbl tr td{
    border-left:none;
    border-top:none;
    padding:5px;
}
.priorities{
    margin:0 0 0 30px;
    padding:0;
    list-style:none;
}
.default_list li{
    padding:4px 0;
    list-style:square;
}
.themes li{
    padding:4px 0;
    list-style:square;
}
.themes li li{
    list-style:circle;
}
