html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.sidebar-title {
    text-align: center;
    font-size: 18px;
}

#icons-nav {
    padding: 20px;
    background: #F9F9F9;
    border-bottom: 1px solid #eff0f0;
}

#icons-nav a {
    color: #f44a52;
}

#icons-nav a:hover, #icons-nav a:focus {
    color: #f44a52;
    text-decoration: underline;
}

#icons-nav a.active {
    color: #f44a52;
    text-decoration: underline;
}

#icons-nav i {
    font-size: 30px;
}

.search-block {
    background: #dadddf;
    padding: 26px 0;
    margin-bottom: 20px;
}

.search-block .option-group {
    display: block;
}

.search-block .option-group label {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.search-block .option {
    overflow: hidden;
    position: relative;
    text-align: left;
    height: 22px;
}

.search-block .option input {
    cursor: pointer;
    height: 16px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 16px;
    z-index: 10;
}

.search-block .option input[type="radio"]:checked + span {
    background: url("../img/checked.2562ddf4b98a.png") no-repeat center;
    visibility: visible;
}

.search-block .option span {
    background: #fff;
    width: 16px;
    height: 16px;
    left: 0;
    line-height: 16px;
    position: absolute;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    opacity: 1;
    pointer-events: none;
    z-index: 5;
}

.search-block .option label {
    margin-left: 26px;
}

.search-block input[type="search"] {
    border: none;
    background: #fff;
    height: 38px;
    line-height: 38px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    padding: 1px 15px;
    margin-top: 4px;
    margin-right: 10px;
    width: 250px;
}

.search-block input[type="submit"] {
    border: none;
    background: #3c4c57;
    color: #fff;
    height: 38px;
    line-height: 38px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    padding: 1px 15px;
    margin-top: 4px;
    font-weight: bold;
}

.search-block .option {
    display: inline-block;
    margin: 0 10px;
}

.search-block .option-group {
    width: auto;
}

#countries-table {
    padding: 20px;
    border-bottom: 1px solid #eff0f0;
}

.block-header {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #eff0f0;
    font-family: "Ubuntu", sans-serif;
    overflow: hidden;
    margin-bottom: 4px;
}

#countries-table h3.ui-state-active {
    margin-bottom: 0;
    background: #f9f9f9;
    border: 1px solid #eff0f0;
    border-bottom: none;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#countries-table .table {
    background: #fff;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 0;
    font-family: "Ubuntu", sans-serif;
    overflow: hidden;
    margin-bottom: 4px;
    border: 1px solid #eff0f0;
}

#countries-table .col-xs-3 {
    text-align: right;
}

#countries-table .col-xs-6 {
    text-align: left;
}

#countries-table .col-xs-6 a:hover {
    opacity: 0.5;
    text-decoration: underline;
}

#countries-table .block-data {
    padding: 0 5px;
    border-bottom: 1px solid #eff0f0;
    overflow: hidden;
    line-height: 20px;
}

#countries-table .block-data:last-child {
    border-bottom: none;
}

#countries-table h3 {
    text-align: center;
    color: #fff;
    line-height: 1.5em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #3c4c57;
    background: #eff0f0;
    margin: 2px 0;
    font-size: 16px;
    cursor: pointer;
}

#countries-table a {
    color: #5b80b2;
}

#map-full {
    height: 100%;
    width: 100%;
    position: relative;
}

.location-info {
    background: #fff;
    font-family: "Raleway", sans-serif;
    color: #3c4c57;
    padding-bottom: 80px;
    z-index: 1;
    height: 100%;
    overflow-y: auto;
    position: absolute;
}

.location-info .profile, .location-info .header {
    padding: 0 20px;
}

.location-info .profile {
    background: #eff0f0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.avatar-holder {
    display: inline-block;
    height: 48px;
    width: 48px;
    position: relative;
    margin-right: 10px;
}

.frame {
    position: absolute;
    top: 0;
    left: 0;
}

.location-info .profile .name, .location-info .profile .name a {
    text-transform: uppercase;
    font-weight: 600;
    color: #3c4c57;
}

.details .header {
    padding-top: 18px;
    border-bottom: 1px solid #eff0f0;
}

.details h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.details .sub {
    color: #737c83;
}

.location-info {
    position: relative;
}

.location-info .icon-holder {
    float: left;
    width: 53px;
    text-align: center;
    padding: 10px 0;
}

.location-info .icon-holder i {
    color: #afb4b7;
    font-size: 21px;
}

.location-info .data-wrapper {
    margin-left: 48px;
    background: #f9f9f9;
    padding: 10px 20px 1px;
    font-family: "Ubuntu", sans-serif;
}

.location-info .master {
    background: #f9f9f9;
    padding: 10px 20px 10px 20px;
    font-family: "Ubuntu", sans-serif;
    text-align: left;
}

.location-info .master .master-row {
    margin-bottom: 4px;
}

.location-info .master .highlight {
    color: #f44a52 !important;
}

.location-info .master-uuid {
    color: #3c4c57;
    cursor: pointer;
    font-style: italic;
}

.location-info .master-uuid:hover {
    text-decoration: underline;
}

.details .line {
    border-bottom: 1px solid #eff0f0;
    clear: both;
}

#locality-info .updates .more div {
    font-style: italic;
    color: #919393;
}

#locality-info .updates .date, #locality-info .updates a {
    font-weight: 500;
    color: #3c4c57;
}

.more-list {
    cursor: pointer;
}

.more-list:hover {
    text-decoration: none;
    opacity: 0.7;
}

#locality-info .updates .full-list {
    display: block;
}

.find .address {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.find .coordinates {
    font-style: italic;
    color: #919393;
}

.find .data i {
    font-size: 18px;
    margin-right: 4px;
}

.find .call {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.find .call .hours {
    margin-left: 20px;
}

.find .url {
    font-style: italic;
    margin-bottom: 0;
    display: block;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services h3 {
    margin-top: 0;
    font-style: italic;
    color: #919393;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.services ul {
    padding: 0;
    max-width: 310px;
}

.services li {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
}

.services li i {
    margin-right: 3px;
}

.beds p, .doctors p {
    font-size: 16px;
}

.location-info .buttons {
    position: fixed;
    bottom: 0;
    padding: 10px;
    background: #fff;
}

.buttons .button {
    display: block;
}

.map-page {
    position: relative;
    height: 100%;
}

#map {
    background: #c8e6ff;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 991px) {
    .map-page {
        background: #c8e6ff;
        position: absolute !important;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
    }

    #map {
        position: relative;
        top: 0;
    }
}

.marker-icon {
    width: 48px;
    height: 46px;
    background: url("/static/img/healthsite-cluster-marker.8f913da51d34.png");
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

#twitter_share_map:hover {
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='checkbox'] {
    margin-right: 5px !important;
}

.remove_tag {
    cursor: pointer;
}

.remove_option {
    cursor: pointer;
    color: black;
}

#locality-default {
    overflow: hidden;
}

#locality-statistic, #locality-default {
    background: #fff;
    font-family: "Ubuntu", sans-serif;
}

#locality-statistic .date, #locality-statistic .time {
    font-style: italic;
}

#locality-statistic .name a {
    color: #f44a52;
}

#locality-default table {
    border: none;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
}

#locality-default th {
    font-weight: 600;
}

#locality-default td, #locality-default th {
    padding-left: 5px;
    line-height: 20px;
}

#locality-default tr, #locality-default tr {
    border-bottom: 1px solid #eff0f0;
}

#locality-default tr:last-child {
    border-bottom: none;
}

table, td, th {
    padding-right: 5px;
}

td input[type="text"] {
    width: 50px;
}

.ui-timepicker-standard {
    font-size: 12px;
}

table {
    border-collapse: collapse;
}

#load-all {
    float: right;
    background: #3c4c57;
    background-color: darkgray;
}

#load-more {
    float: left;
    background-color: #f44a52;
}

#load-more, #load-all {
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

#load-more, #load-all {
    padding: 10px;
    color: white;
    cursor: pointer;
}

#load-more:hover, #load-all:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media only screen and (max-width: 640px) {
    #icons-nav span {
        display: inline-block;
    }

    #icons-nav a {
        height: 35px;
        margin-bottom: 10px;
    }

    #icons-nav i {
        font-size: 24px;
        margin-right: 10px;
    }

    .search-block {
        margin-bottom: 10px;
        padding: 16px 0;
    }
}

.a-button {
    cursor: pointer;
    text-decoration: none;
}

.row-title {
    cursor: pointer;
    background: lightblue;
    font-weight: 700;
    padding: 3px;
}

.title-table th {
    padding: 10px;
    font-size: 14px;
}

#report-flag {
    background: #d93434;
    border-radius: 1px;
    font-family: Arial;
    color: #ffffff;
    font-size: 8px;
    padding: 3px 4px 3px 4px;
    text-decoration: none;
    cursor: pointer;
}

#report-flag:hover {
    background: #ff3030;
    text-decoration: none;
    cursor: pointer;
}

/* ----------------------------- */
/* POP UP STYLE */
/* ----------------------------- */
#report-popup {
    -moz-box-shadow: 2px 2px 10px #000000;
    -webkit-box-shadow: 2px 2px 10px #000000;
    background: white;
    box-shadow: 2px 2px 10px #000000;
    color: #3c4c57;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    text-align: center;
    padding: 15px;
    position: fixed;
    margin-left: -200px;
    margin-top: 20px;
    width: 400px;
}

#report-popup-text {
    width: 100%;
    padding: 5px;
    margin-top: 10px;
}

#report-popup .button {
    font-size: 12px !important;
    padding: 10px !important;
    height: auto !important;
    line-height: 12px !important;
    border-radius: 3px !important;
}

#report-popup .button-left {
    padding-left: 0px !important;
    padding-right: 10px !important;
}

#report-popup .button-right {
    padding-right: 0px !important;
    padding-left: 10px !important;
}

a.inner-navbar-brand {
    cursor: pointer;
}

a.inner-navbar-brand:hover {
    opacity: 0.8;
    color: #f44a52;
    font-weight: 700;
    text-decoration: none;
}

.shapefile-indicator {
    opacity: 0.3;
}

.avatar-icon {
    position: absolute;
}

#signInModal .modal-content {
    margin-top: 120px;
}

#fb-share {
    cursor: pointer;
}

.leaflet-right {
    display: block !important;
}

.credits {
    display: none;
}

/* filters */
#filter-dashboard {
    position: absolute;
    width: 300px;
    height: 100%;
    z-index: 1199;
    background-color: white;
    right: 0;
    overflow-y: auto;
}

#filter-tab {
    transform: rotate(-90deg);
    position: absolute;
    top: 28px;
    right: -26px;
    background-color: #eff0f0;
    padding: 5px 20px;
    cursor: pointer;
}

#filter-tab.active {
    background-color: #ffaa00;
    color: white;
}

#filter-dashboard h3 {
    font-size: 18px;
}

#filter-content, .filter-button-wrapper {
    padding: 7px 20px;
}

#filter-dashboard .filter-item {
    margin-bottom: 20px;
}

.filter-item .option-item {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #ddd;
    margin: 2px;
}

.option-item-wrapper {
    max-height: 150px;
    overflow: auto;
}

.filter-item .option-item label {
    font-weight: 300 !important;
}

.filter-item .option-item input, .filter-item .option-item label {
    cursor: pointer !important;
}

.filter-item .form-control {
    width: 100% !important;
}

#loading-indicator {
    display: none;
    position: absolute;
    top: -3px;
    left: 0;
    height: 4px;
    width: 100%;
    z-index: 9999;
    background-color: white;
}

#loading-indicator-keyframe {
    height: 100%;
    width: 150%;
    background-image: linear-gradient(to right, white, green, white);
    position: relative;
    animation: move 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    top: 0;
}


@keyframes move {
    0% {
        left: -120%;
    }
    100% {
        left: 50%;
    }
}