.button {
    margin: 0;
}

a {
    color: #222;
}

.monthly-reports__nav {
    overflow: hidden;
    margin: 20px 0 20px 0;
}

.monthly-reports__nav > label {
    float: left;
    margin: 0 10px 0 0;
    line-height: 38px;
}

.monthly-reports__nav > select,
.monthly-reports__nav > input {
    float: left;
    margin: 0 30px 0 0;
    border-radius: 0;
    -moz-radius: 0;
    -webkit-radius: 0;
    width: 200px;
}

.monthly-reports__error {
    float: left;
    margin: 0 30px 0 0;
    line-height: 38px;
}

.monthly-reports__nav > .button.button-primary {
    float: left;
    width: auto;
    margin: 0 30px 0 0;
}

.monthly-reports__filter {
    margin: 0 0 20px 0;
}

.table-box {
    border: 1px solid rgb(209, 209, 209);
    padding: 20px;
    max-height: 500px;
    overflow-y: auto;
}

.div--rechecks {
    min-width: 60px;
}

.input--rechecks,
.select--rechecks {
    display: block;
    margin: 0;
}

input[type="text"].input--rechecks {
    width: 100%;
    margin: 0 0 5px 0;
}

.select--rechecks {
    width: 100%;
    height: 24px;
    padding: 3px 5px;
    line-height: 16px;
    box-sizing: border-box;
}   

.select--rechecks > option {
    color: #222;
}

.clRed {
    color: red;
}

.clBlue {
    color: blue;
}

.clBlack {
    color: black;
}

.clMaroon {
    color: maroon;
}

.clOlive {
    color: olive;
}

.clGreen {
    color: green;
}

.clPurple {
    color: purple;
}

.clGrey {
    color: grey;
}

.clPink {
    color: deeppink;
}

input[type="search"], 
input[type="text"],
input[type="password"],
select,
.button {
    border-radius: 0;
    -moz-radius: 0;
    -webkit-radius: 0;
}

.select--full-width {
    width: 100%;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9000;
}

.loading {
    display: none;
    position: fixed;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    z-index: 9001;
    color: #fff;
}

.dialog {
    display: none;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.5);
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -75px;
    width: 300px;
    z-index: 9001;
    overflow: auto;
}

.dialog--upload {
    width: 546px;
    margin-left: -273px;
}

.dialog > a {
    float: left;
    width: 48%;
}

.dialog > a:last-of-type {
    float: right;
}

.property-status {
    display: none;
}

#info-box {
    display: none;
    border: 1px solid rgb(209, 209, 209);
    background-color: #fff;
    padding: 20px;
    position: fixed; 
    top: 402px; 
    right: 20px; 
    width: 22%;
    z-index: 8999;
}

#info-box > dl {
    margin: 0;
    overflow: hidden;
}

#info-box > dl > dt {
    font-weight: bold;
}

#info-box > dl > dt,
#info-box > dl > dd {
    display: block;
    width: 50%;
    min-height: 24px;
    float: left;
    margin: 0;
}

#info-box > a.button {
    width: 100%;
    margin: 10px 0 0 0;
}

.login-box {
    margin: 0 60px;
    background-color: #efeeee;
    border: 1px solid #efeeee;
    box-sizing: border-box;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.login-box > h4 {
    background-color: #1d70b8;
    padding: 25px;
    box-sizing: border-box;
    font-size: 3.0rem;
    color: #fff;
    text-align: center;
    margin: 0;
    border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
}

.login-box > form {
    padding: 25px;
    margin: 0;
}

.login-box > form > label {
    color: #1d70b8;
    font-weight: normal;
    text-align: center;
    font-size: 1.8rem;
}

.login-box > form > input {
    display: block;
    width: 100%;    
    color: #666;
}

input[type="password"]:focus,
input[type="text"]:focus,
input[type="search"]:focus,
select:focus {
    border: 1px solid rgb(255, 204, 0);
    outline: 0; 
}

.login-box > form > input[type="submit"],
.form > input[type="submit"],
.button.button-primary {
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #1d70b8;
    border-color: #1d70b8;
}

.login-box > form > input[type="submit"]:hover,
.login-box > form > input[type="submit"]:focus,
.form > input[type="submit"]:hover,
.form > input[type="submit"]:focus,
.button.button-primary:focus,
.button.button-primary:hover {
    background-color: #333;
    border-color: #333;
}

.button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.toastr--error,
.toastr--success {
    display: none;
}

#toast-container {
    top: 10px !important;
}

.meta {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}

.filters > li {
    float: left;
    width: auto;
    margin: 0 30px 0 0 ;
}

.filters > li > label {
    cursor: pointer;
}

.filters > li > label > input {
    margin: 0 ;
}

.row-select-all,
.row-selected {
    margin: 0;
}

.logo {
    display: block;
    margin: 45px 0;
}

.logo > img {
    display: block;
    width: 330px;
    margin: 0 auto;
}

header {
    background-color: #1260ae;
    padding: 20px;
    overflow: auto;
}

header > h1 {
    font-size: 3.6rem;
    color: #fff;
    line-height: 60px;
    float: left;
    margin: 0;
}

.header--council {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}

.logo--header {
    float: left;
    margin-right: 20px;
    height: 60px
}

#map {
    width: 100%;
    height: 100vh;
}

nav {
    height: 30px;
    background-color: #323132;
    overflow: visible;
}

nav > div {
    overflow: auto;
    position: relative;
    float: right;
    margin-right: 20px;
}

nav > div > a {
    color: rgb(102, 102, 102);
    text-decoration: none;
    background-color: rgb(240, 240, 240);
    float: left;
    padding: 5px 15px;
    border-left: 1px solid rgb(102, 102, 102);
    border-bottom: 1px solid rgb(102, 102, 102);
}

nav > div > a:hover {
    background-color: rgb(102, 102, 102);
    color: #fff;
}

nav > div > a:first-child {
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

nav > div > a:last-child {
    border-right: 1px solid rgb(102, 102, 102);
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.dataTables_wrapper.no-footer {
    margin-bottom: 20px;
}

.table,
table.dataTable.no-footer {
    width: 100%;
    border-bottom: 1px solid #1d70b8;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-bottom: 20px;
}

.table th,
table.dataTable thead th {
    padding: 10px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    border-bottom: none;
    background-color: #1260ae;
    border-right: 1px solid #2a70b6;
}

.table th:first-child {
    border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
}

.table th:last-child {
    border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
}

.table td {
    font-size: 1.3rem;
    border-bottom: 1px solid rgb(225, 225, 225);
    border-right: 1px solid #1d70b8;
    text-align: center;
}

.table td:first-child {
    border-left: 1px solid #1d70b8;
}

.table td:last-child {
    border-right: 1px solid #1d70b8;
}

.table tr:last-child td {
    border-bottom: none;
}

.table tr:last-child td:first-child { 
    border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
}

.table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
}

.h1 {
    color: #1d70b8;
    font-size: 3.0rem;
    font-weight: 300;
    margin: 15px 0 20px 0;
}

.h4 {
    color: #1d70b8;
    font-size: 2.4rem;
    font-weight: 300;
}

.align--center {
    text-align: center;
}

.user-actions {
    width: 20%;
}

.script-actions {
    width: 30%;
}

.form input[type="text"],
.form input[type="password"] {
    width: 100%;
}

.button--centered {
    margin-left: 50% !important;
    transform: translateX(-50%);
}

main {
    min-height: 775px;
}

footer {
    background-color: #323132;  
    padding: 20px;
}

.logo--footer {
    float: right;
    display: block;
}

.dataTables_length {
    display: none;
}

.dataTables_filter {
    position: relative;
}

.dataTables_filter span.btn--clear-search,
.btn--clear-global-search {
    position: absolute;
    top: 7px;
    right: 6px;
    width: 24px;
    height: 24px;
    text-align: center;
    cursor: pointer;
}

.btn--clear-global-search {
    right: 123px;
}

.labels--books {
    overflow: auto;
}

.labels--books > label {
    float: left;
    width: 16.6667%;
}

.select--custom {
    float: left;
    width: 322px;
    margin: 0 30px 0 0;
}

.select--custom__input {
    margin: 0;
    width: 100%;
}

.select--custom__dropdown {
    position: absolute;
    top: 113px;
    height: 400px;
    width: 300px;
    z-index: 8998;
    padding: 0 10px;
    background-color: white;
    overflow-y: scroll;
    border: 1px solid rgb(209, 209, 209);
}

.select--custom__dropdown > table {
    width: 100%;
}

.select--custom__dropdown th:nth-of-type(4) {
    width: 40%;
}

.select--custom__dropdown tbody tr:hover {
    background-color: lightgray;
    cursor: pointer;
}

.perc-bar {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgb(216, 63, 19);
    padding: 2px;
    overflow: hidden;
}

.perc-bar > span {
    display: block;
    width: 0%;
    background-color: rgba(216, 63, 19, .4);
}

#rechecks-total,
#rechecks-read,
#rechecks-percentage,
#council-summary,
#council-total,
#council-read,
#council-unread,
.table__info {
    float: left;
    margin: 0 15px 0 0;
}

#global-search--rechecks {
    float: right;
    overflow: auto;
    margin: 0 0 0 15px;
    position: relative;
}

#global-search--rechecks > label {
    line-height: 38px;
}

#global-search--rechecks > label,
#global-search--rechecks > input,
#global-search--rechecks > .button {
    float: left;
    margin-left: 7.5px;
}

.checkbox--single-file {
    float: left;
    line-height: 38px;
}

.btn--refresh-field-log {
    position: absolute;
    top: 20px;
    right: 40px;
    text-decoration: none;
    overflow: auto;
}

.btn--refresh-field-log > img {
    width: 36px;
    float: left;
}

.btn--refresh-field-log > span {
    color: #222;
    line-height: 36px;
    float: left;
}

#table--files {
    display: none;
}

.btn--map {
    display: block;
    width: 100%;
}

.btn--map:first-child {
    margin-bottom: 5px;
}

.date--report {
    margin-bottom: 0;
}