/* Intro part before grid */
div#activityBlocks {
    margin-left: 20px;
}

div#introText {
    font-size: 12pt;
    margin-bottom: 40px;
}

div#add_project a {
    float: left;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    background-color: #29a329;
    border-radius: 25px;
    box-shadow: 5px 5px 5px #cccccc;
}

div#active_pilots_grid_length, div#all_pilots_grid_length, div#completed_pilots_grid_length {
    margin-top: 10px;
    margin-left: 20px;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 0em !important;
}

.projectTableToggle {
    width: 30%;
    text-align: center;
    vertical-align: top;
}

.map {
    width: 35%;
    text-align: center;
    vertical-align: top;
}

.spotlightedProjects {
    margin-left: 45px;
    text-align: center;
    vertical-align: top;
    border-bottom: none;
}

.spotlight {
    font-size: large;
}

.spotlightHeader {
    font-size: 1.6em;
    color: #003366;
    font-weight: bold;
}

label.toggle {
    display: inline-block;
    width: 85px;
    text-align: left;
}

div#projectTableToggleButtons {
    text-align: center;
}

label.ui-button {
    width: 125px;
    text-align: center;
    font-family: Arial, sans-serif, serif;
}

/* Activity table properties */
table.no-outer-border {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    font-size: 1em;
}

table.no-outer-border tbody {
    border-top-color: #FFFFFF;
}

table.no-outer-border td {
    padding-left: 50px;
    padding-right: 50px;
}

table.no-outer-border td.map {
    padding-left: 20px !important;
    width: 300px;
    padding-right: 20px;
}

table.no-outer-border td.projectTableToggle {
    padding-left: 20px;
    padding-right: 20px;
}

table.no-outer-border > tbody > tr > td {
    background-color: #FFFFFF;
}

table.no-outer-border > tbody > tr > td {
    border: 1px solid #cce6ff;
}

table.no-outer-border > tbody > tr:first-child > td {
    border-top: 0;
}

table.no-outer-border > tbody > tr > td:first-child {
    border-left: 0;
}

table.no-outer-border > tbody > tr > td:last-child {
    border-right: 0;
}

/* DataTable properties */
table {
    table-layout: fixed;
    word-wrap: break-word;
}

div.top {
    float: left !important;
    margin-left: 20px;
}

div.dt-buttons {
    float: right !important;
}

div.dataTables_filter {
    float: left !important;
    margin-left: 20px;
    margin-top: -3px;
}

table.dataTable thead th, table.dataTable thead td {
    font-size: 14px;
}

tfoot {
    display: table-header-group;
}

tfoot input, tfoot select {
    width: 100%;
    padding: 1px;
    box-sizing: border-box;
    line-height: 25px;
    font-family: sans-serif;
    font-size: 100%;
    color: #999;
    border: 1px solid #aaa;
}

.chosen-container {
    font-size: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    padding-left: 5px;
}

::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    padding-left: 5px;
}

.grid-input {
    height: 30px;
}

div#block-pilots-grid-active-pilots-grid {
    clear: left;
}

div#block-pilots-grid-all-pilots-grid {
    clear: left;
}

div#block-pilots-grid-completed-pilots-grid {
    clear: left;
}

#content h2 {
    font-size: 1.8em !important;
}
