body {
    padding-bottom: 40px;
}

.sidebar-nav {
    padding: 9px 0;
}

.badge {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: right;
}

.div-sidebar-select {
    padding-right: 5px;
    padding-left: 5px;
}

.sidebar-select {
    width: 100%;
}

.navbar .nav > li > a {
    padding-right: 30px;
    padding-left: 30px;
}

.navbar .nav > li > a .badge {
    position: absolute;
    right: 2px;
    top: 2px;
}

.navbar-inner {
    padding: 0 !important;
}

.navbar-inner > .container {
    width: 100%;
}

.table th, .table td {
    padding: 0;
}

.fancybox-title-inside-wrap {
    padding-top: 0 !important;
}

.mCSB_dragger_bar {
    background: #53a3a0 !important;
}

div .mscrollable {
    max-height: 400px;
    overflow: auto
}

input[readonly="readonly"].aseditable {
    /* Styles from bootstrap.css */
    cursor: auto !important;
    background-color: #ffffff !important;
}

a.download-link {
    text-decoration: underline;
    color: #0000EE
}

a.download-link:hover {
    text-decoration: underline;
    color: #0000EE
}

.input-wide {
    width: 100%;
    box-sizing: border-box;
    height: 30px !important;
}

#results-table td div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#results-table tr:hover {
    cursor: pointer;
}

span.question {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    background-color: #89A4CC;
    line-height: 16px;
    color: White;
    font-size: 13px;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    position: relative;
    margin-left: 10px;
}

span.question:hover {
    background-color: #3D6199;
}

div.rgistooltip {
    text-align: left;
    background-color: #3D6199;
    color: White;
    position: absolute;
    left: 25px;
    top: -25px;
    z-index: 1000000;
    border-radius: 5px;
    white-space: nowrap;
}

div.rgistooltip:before {
    border-color: transparent #3D6199 transparent transparent;
    border-right: 6px solid #3D6199;
    border-style: solid;
    border-width: 6px 6px 6px 0px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    left: -6px;
}

div.rgistooltip p {
    margin: 10px;
    color: White;
}

textarea.request-comment-text {
    resize: none;
    width: 400px;
    height: 100px;
}

.ui-datepicker {
    /* Magic constant! */
    z-index: 1151 !important;
}

.table td .checkbox {
    margin: 0;
}

/*
 *   Map styles
 */

.olMap input[type="radio"] {
    margin: 0 0 3px 0;
}

.olMap label {
    display: inline;
    padding: 5px;
    margin: 0;
}

/* Colored circle for legend */
.colored-circle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 3px;
    height: 3px;
    padding: 3px;

    background: #f00;
    text-align: center;

    font: 4px Arial, sans-serif;
    display: inline-block;
}

/* when OL encounters a 404, don't display the pink image */
.olImageLoadError {
    display: none !important;
}

.table-report-summary {
    border-collapse: collapse !important;
    border-left-width: 1px !important;
}

.table-report-summary th, .table-report-summary td {
    padding: 0px !important;
}

.table-report-summary > tr > td {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-right-width: 1px !important;
    font-size: small !important;
}

.table th, .table td {
    padding: 5px;
}

.pagination ul {
    vertical-align: middle;
}

input[type="file"] {
    line-height: 0;
}

.well hr {
    border-top: 1px solid #CFCFCF;
}

input[disabled] {
    cursor: default;
}

.week-days {
    margin-top: 10px;
    margin-bottom: 10px;
}

.week-days label {
    display: inline-block;
    margin-right: 5px;
}

.week-days input {
    margin-top: 0;
    margin-right: 2px;
}