h1 {
    font-size: 24px;
}

option { color: black; }

:-moz-placeholder { color: #cccccc !important; }
:-ms-input-placeholder { color: #cccccc !important; }
::-webkit-input-placeholder { color: #cccccc !important; }
::-moz-placeholder { color: #cccccc !important; }

.placeholder { color: #cccccc !important; }
select.placeholder { padding-left: 0; }

.content { margin: 0; min-height: 350px; }
.sidebar { margin: 20px 0 0 0; }
.sidebar .well { width: 220px; }

.column2-left { }
.column2-left .sidebar { float: left; width: 260px; }
.column2-left .content { position: absolute; margin-left: 260px; }

.column2-left .sidebar .nav { padding-right: 20px; }

.pagetitle { padding: 10px 0; margin: 0; border-bottom: 1px solid #cccccc; }
.pagetitle span+span { float: right; font-weight: normal; }

.pagecontent { padding: 30px 0; }

.table .row-year {
    height: 15px;
    padding: 0;
    background-color: #cccccc;
}
.table .row-month {
    height: 15px;
    padding: 0;
    background-color: #eeeeee;
}

.table .row-event:hover {
    background-color: #E7F7f7;
    cursor: pointer;
}

.table-gray th {
    background: #e5e5e5;
}

.table-gray {
    background: #f3f3f3;
}

#event-tabs {
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

#event-grid .filters .input-append { margin-bottom: 0; }
#event-grid .filters .filter-date { width: 125px; }

/* Bootstrap Customizations */
.form-horizontal #charges .control-label, .form-horizontal #specialmisc .control-label { width: 240px; }
.form-horizontal #charges .controls, .form-horizontal #specialmisc .controls{ margin-left: 260px; }
.form-horizontal #charges .control-group-custom .control-label, .form-horizontal #specialmisc .control-group-custom .control-label { padding-top: 0; }

.fc-event:hover {
    color: #ffffff;
    text-decoration: none;
}

.qtip-contentWrapper {
    border: none !important;
}

.qtip-content {
    background: #666666 !important;
    color: #ffffff !important;
    font-weight: normal !important;
}

.content h1.week-separator {
    font-size: 18px;
    color: #005580;
    line-height: 30px;
}

.content h1.week-separator .week-dates {
    color: #cccccc;
    font-weight: normal;
    float: right;
}

.active-table {
    margin-bottom: 40px;
}

.no-proposals {
    text-align: center;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    line-height: 20px;
}

.aux-controls {
    margin: 20px 0;
}

.checklist-button {
    padding: 8px 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    width: 200px;
    float: none !important;
    cursor: pointer;
    margin-left: 40px;
}

.checklist-button.complete {
    background-color: #99cc00;
    color: #ffffff;
}

.checklist-button i {
    margin-right: 5px;
}

.checklist-button span.caret {
    vertical-align: middle;
    margin-left: 10px;
}

.checklist {
    position: absolute;
    display: none;
    width: 350px;
    height: auto;
    padding-top: 10px;
    background-color: #ffffff;
    z-index: 2;
    border: 1px solid #cccccc;
    box-shadow: 2px 2px 8px #ccc;
    left: 248px;
    top: 48px;
}

.checklist .form-horizontal {
    margin: 0;
}

.checklist .control-group {
    margin-bottom: 0;
}

.checklist .controls {
    margin-left: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #ddd;
}

.checklist .controls.hover {
    background-color: #f1f1f1;
}

.checklist .controls label {
    padding: 10px 0;
    margin: 0;
}

.checklist .controls label input {
    margin-left: 10px;
    margin-right: 10px;
}

.checklist .form-actions {
    padding: 10px;
    text-align: right;
    margin: 0;
}

.span-12 {
    position: relative;
}

#activeProposalsTabs {
    margin-top: 20px;
}

.activeProposals .tab-pane {
    width: 910px;
}

.rentalsFileInput i {
    margin-right: 10px;
}

.half-column {

    width: 45%;
    float: left;
    margin-left: 4%;
}

.column-cont {
    width: 100%;
    clear: both;
}

.half-left {

    border-right: 1px solid #cccccc;
}

.custom-charge-label-input {
    width: 180px !important;
    margin: 0 0px 0 10px !important;
}

.stat-counts {
    margin: 0 0 30px 0;
}

.group {
    border: 1px solid #cccccc;
    padding: 10px 10px 0 10px;
    float: left;
}

.group.group-noborder {
    border: none;
}

.stat-block {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 2px 0 #dddddd;
    padding: 10px;
    margin-bottom: 10px;
}

.stat-link .stat-block {
    margin-left: 9px !important;
}

.stat-block-first {
    margin-left: 0;
    border: 1px solid #0099cc;
}

.stat-block .block-title {
    font-size: 14px;
    color: #999999;
    font-weight: 300;
    float: left;
    margin-right: 10px;
}

.stat-block .block-count {
}

.stat-block .block-value {
    color: #0099cc;
    font-size: 20px;
    display: block;
    line-height: 50px;
    text-align: center;
}

.stat-block .block-value.lg {
    font-size: 28px;
}

.breakdown-legend {
    font-size: 12px;
}

.breakdown-legend caption {
    text-align: left;
}
