html,
body {
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:16px;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.allpages_title {
    margin: 8px 0;
}
.allpages_buttons {
    margin: 12px 0 8px 0;
}

/* Very large desktop */
@media (min-width: 1200px) {
    #map_canvas {height: 400px;}
}

/* Large desktop */
@media (min-width: 980px) and (max-width: 1199px) {
    #map_canvas {height: 350px;}
}

/* Tablet and small desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #map_canvas {height: 300px;}
}

/* Phone and portrait tablet */
@media (max-width: 767px) {
    #map_canvas {height: 300px;}
    .breadcrumb {margin-bottom: 0;}
}

/* Phones */
@media (max-width: 480px) {
    #map_canvas {height: 300px;}
    .breadcrumb {margin-bottom: 0;}
}
#map_legend {
    background: #FFFFFF;
    padding: 6px;
    margin: 6px;
}
#map_legend img {
    padding-left: 10px;
}
.map_info_window .info_title{
    font-size: 15px;
    color: #000000;
}
.map_info_window .info_image{
    float:left;
    margin: 4px 8px 8px 0;
}
.map_info_window .info_address span{
    color: #696969;
}
.map_info_window hr{
    margin:0;
    padding:0;
}
.map_info_window .info_user{
    margin:6px 0 0 0;
    padding:0;
}

.leaflet-control-fullscreen a::before {
    font-family: 'Glyphicons Halflings';
    content: "\e140"; 
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/* -- Override bootstrap colors ----------------*/
a {
    color: #2997A0;
}
a:hover,
a:focus {
    color: #20767d;
}
.btn-primary {
    background-color: #2eaab4;
    border-color: #2999a2;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
    background-color: #2999a2;
    border-color: #248890;
}

.btn-success {
    background-color: #fbab18;
    border-color: #e19915;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:active:focus {
    background-color: #e19915;
    border-color: #c88813;
}

.btn_facebook {
    background-color: #3B5998;
    border-color: #2F4C87;
}
.btn_facebook:hover,
.btn_facebook:active,
.btn_facebook:focus,
.btn_facebook:active:focus {
    background-color: #2F4C87;
    border-color: #2A467F;
}
.btn_taxisnet img{
    margin-right: 6px;
}

/* -- Override collapse navbar in small devices ------------ */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
        margin-right: 0;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display: block !important;
        overflow-y: auto !important;
    }
}
/* ------------ Override collapse navbar in small devices -- */

/* -- Custom inverse navbar -------------------- */
.navbar-inverse {
    background-color: #2eaab4;
    border-color: #2997a0;
}
.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #ffffff;
}
.navbar-inverse .navbar-text {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > .dropdown-menu {
    background-color: #2eaab4;
}
.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a:focus {
    color: #FFFFFF;
    background-color: #2997a0;
}
.navbar-inverse .navbar-nav > li > .dropdown-menu > li > .divider {
    background-color: #2eaab4;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #2997a0;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #2997a0;
}
.navbar-inverse .navbar-toggle {
    border-color: #2997a0;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #2997a0;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #2997a0;
}
.navbar-inverse .navbar-link {
    color: #FFFFFF;
}
.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}
.navbar-inverse .profile {
    text-align: center;
    margin-top:6px;
    color: #FFFFFF;
}
.navbar-inverse .profile .role {
    font-size: 16px;
}
.navbar-inverse .profile .name {
    font-size: 16px;
}
.navbar-inverse .profile .email {
    color: #C6FBFF;
    padding-left:6px;
    padding-right:6px;
}
/* Used for the small profile image in menu */
.navbar-inverse .dropdown .dropdown-toggle {
    padding:7px;
}
.navbar-inverse .dropdown .dropdown-toggle img {
    width: 36px;
}
.navbar-inverse .glyphicon {
    margin-right: 10px;
    vertical-align: middle;
    top: -1px !important;
}
.navbar-inverse .dropdown-menu{
    border: 1px solid #239199;
    border-top: 1px solid #2eaab4;
}
.navbar-inverse .divider {
    background-color: #239199 !important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #2997a0;
}
/* -------------------- Custom inverse navbar -- */

/* Consent form on sign up */
.agree-checkbox-container input[type=checkbox] {
    margin-bottom: 15px;
}
.agree-checkbox-container hr{
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.agree-all-checkbox{
    margin-left: 10px;
    font-size: 18px;
}
.agree-checkbox{
    margin-left: 10px;
    font-size: 16px;
    font-weight: normal;
}

/* for the logo */
.navbar-brand {
    padding-top:5px !important;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}
.grid-view .column_id {
    text-align: center;
    width:64px;
}
.grid-view .column_prot_id {
    text-align: center;
    width:80px;
}
.grid-view .map-info-id {
    text-align: center;
}
.grid-view .map-info-image {
    text-align: center;
}
.grid-view .map-info-title {
    white-space: normal !important;
}
/* Make report's image (list and map) smaller in xs devices */
@media (max-width: 767px) {
    .grid-view .map-info-image img {
        width:40px;
    }
    .map_info_window .info_image{
        width:40px;
    }
}
.grid-view .filters td {
    padding:2px;
}
.grid-view .filters td input, .grid-view .filters td select{
    padding:6px;
}
.grid-view .column_buttons {
    /*width:80px;*/
}
.grid-view .action_column {
    width:74px;
}
.grid-view .user_title {
    color: #2997A0;
}
.grid-view .pagination {
    margin: 0;
}

.kv-grid-table .kv-drp-dropdown .left-ind {
    z-index: 1;
    left: 8px;
    line-height: 1.4;
    color: #555555;
}

.kv-grid-table .kv-drp-dropdown .kv-clear{
    background-color: #ffffff;
    text-align: center;
    width: 12px;
    right: 0;
    margin: 1px 5px 0 0;
    padding: 0 0 0 2px;
    font-size: 1em;
    line-height: normal;
}

.kv-grid-table .kv-drp-dropdown .right-ind .caret{
    display: none;
}

.kv-grid-table .kv-drp-dropdown .form-control.range-value {
    padding-left: 28px !important;
    background-color: #ffffff;
}

.daterangepicker .ranges li.active {
    background-color: #2997a0;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #2997a0;
}

.daterangepicker .drp-selected {
    color: #2997a0;
}

.select2-selection__rendered {
    padding-right: 13px !important;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #2997a0;
}

.pagination > li > a,
.pagination > li > span{
    color: #2eaab4;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus{
    color: #2999a2;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
    background-color: #2999a2;
    border-color: #2999a2;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.user-account .profile {
    float:left;
    width:150px;
    padding:5px 2px;
}

/* Report status colors */
.status_bg_5 {background-color: #5865AE;}
.status_bg_10 {background-color: #F06222;}
.status_bg_15 {background-color: #DD9BCE;}
.status_bg_20 {background-color: #DCC025;}
.status_bg_30 {background-color: #14955E;}
.status_bg_40 {background-color: #B7B7B7;}

/* Comment status colors */
.comment_badge {
    padding: 2px 5px;
    border-radius: 3px;
}
.comment_status_10 {border:1px solid #14955E; color: #14955E;}
.comment_status_20 {border:1px solid #5865AE; color: #5865AE;}
.comment_status_30 {border:1px solid #9E9E9E; color: #9E9E9E;}

.status_badge {
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 3px;
    white-space: nowrap;
}

.report-index .status a:hover, .organization-request-index .status a:hover{
    text-decoration: none;
}

.report-index .kv-grid-container {
    position: static;
}

/* Report comments */
.comment_title {
    margin-bottom: 30px;
}
.report_comment .report_status_label{
    color:#7F7F7F;
}
.report_comment .glyphicon-user{
    color:#7F7F7F;
}
@media (min-width: 768px) {
    .report_comment .user_image{
        width:80px;
    }
    .report_comment .user_image img{
        width:70px;
    }
    .report_comment .media-left{
        padding-right: 26px
    }
}
@media (max-width: 767px) {
    .report_comment .user_image img{
        width:40px;
    }
}
.report_comment .comment_data{
    padding:10px;
    border-radius:10px;
}
.report_comment .published{
    border:1px solid #CCCCCC;
    background-color:#F9F9F9;
}
.report_comment .unpublished{
    border:1px solid #F4EAB5;
    background-color:#FCF8E3;
}
.report_comment .invalid{
    border:1px solid #f4b5b5;
    background-color:#fce3e3;
}
.report_comment .comment_data .comment_date{
    font-size:14px;
    color:#7F7F7F;
    margin-bottom: 10px;
}
.report_comment .comment_divider {
    margin-top:16px;
    margin-bottom:10px;
}

input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}
.radio_list label {
    margin-right: 16px;
    cursor: pointer;
}

.view_report_img{
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0 #a2958a;
    background-color: white;
    display: inline-block;
    padding: 6px;
    margin-bottom:20px;
}

.login_or{
    font-size:32px;
    margin-top: 36px;
    margin-bottom: 18px;
}

.detail_view_private {
    background-color:#FCF8E3;
    border-color: #F4EAB5 !important;
}

.vote_button a {
    text-decoration: none;
}

div.required > label:after {
    content: ' *';
    color: #a94442;
}

div.required > .form-group > label:after {
    content: ' *';
    color: #a94442;
}

/* ExportMenu
-------------------------------------------------- */
.dropdown-menu.kv-checkbox-list li label{
    white-space: nowrap;
}

/* How it works (featurettes)
-------------------------------------------------- */
.featurette-top-divider {
    margin: 20px 0 40px 0; /* Space out the top <hr> more */
}
.featurette-divider {
    margin: 40px 0; /* Space out the <hr> more */
}
@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 36px;
    }
}
@media (max-width: 767px) {
    .featurette-heading {
        font-size: 24px;
    }
}
.xs-divider {
    margin-bottom: 10px; /* Space out the pagination */
}

/* Mobile app
-------------------------------------------------- */
.site-mobile h2 {
    font-size: 20px;
}
.site-mobile p {
    margin-bottom:28px;
}
@media (min-width: 768px) {
    /* all except xs */
    .site-mobile h2 {
        margin-top:0;
    }
}
.site-mobile .mobile-badges img {
    margin-bottom:8px;
}

/* Override JIRA issue collector css (feedback form)
-------------------------------------------------- */
.atlwdg-trigger{
    background: #2eaab4 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    padding: 5px 15px !important;
}
/* Hide JIRA issue collector in xs devices */
@media (max-width: 767px) {
    .atlwdg-trigger{
        display: none !important;
    }
}

.attribute_icon {
    font-size: 16px;
    vertical-align:middle;
}

.tm-main-container {
    padding-top: 70px !important;
    overflow-x: hidden;
}
.site-privacy-policy h2 {
    margin-top: 34px;
    font-size: 24px;
}
.site-privacy-policy .updated-date {
    color: #777777;
}
.container .site-privacy-policy :target:before {
    content:"";
    display:block;
    height:84px; /* fixed header height*/
    margin:-84px 0 0; /* negative fixed header height */
}
.container-mobile .site-privacy-policy :target:before {
    content:"";
    display:block;
    height:30px; /* fixed header height*/
    margin:-30px 0 0; /* negative fixed header height */
}
.site-terms-of-service h2 {
    margin-top: 34px;
    font-size: 24px;
}
.site-terms-of-service .updated-date {
    color: #777777;
}
.wrap-mobile > .container-mobile {
    padding: 20px;
}
/* Remove title in small devices (but not mobile-*) */
@media (max-width: 767px) {
    .container .site-terms-of-service h1, .container .site-terms-of-service featurette-top-divider {
        display: none;
    }
    .container .site-privacy-policy h1, .container .site-privacy-policy featurette-top-divider {
        display: none;
    }
}

/* FreePrivacyPolicy.com light theme pop-up */
.light.cc_dialog, .light.cookie-consent-preferences-overlay, .light .cc_cp_m_menu li a {
    font-family: 'Roboto Condensed', sans-serif !important;
}
.light .cc_b_ok, .light .cc_cp_f_save button {
    background-color: #2eaab4 !important;
}
.light .cc_b_cp {
    background-color: #FFFFFF !important;
}
.light.cc_dialog{
    max-width: 680px !important;
    box-shadow: 0 0 5px 0 #a2958a;
    border-top: 2px solid #FFFFFF;
    padding: 2rem;
}
@media (min-width: 768px) {
    .light.cc_dialog{
        border-left: 2px solid #FFFFFF;
    }
}

.organization-request-create .report-group, .organization-request-create .add-report-button {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}
.organization-request-view h2 {
    color: #ADADAD;
}
.organization-request-view .detail-view {
    background-color: #F5F5F5;
}
.organization-request-view .detail-view th {
    width: 200px;
    padding-left: 16px;
}
.organization-request-view .report-view .report-id {
    width: 60px;
}
.organization-request-view .report-view .fix-width {
    width: 100px;
}

/* ==========================================================================
   Loader
   ========================================================================== */
.data-loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
}
.data-loader {
    border: 5px solid #f5f5f5;
    border-top: 5px solid #337ab7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.site-error {
    padding-top: 30px;
}

.site-error .glyphicon.glyphicon-exclamation-sign {
    font-size: 200px;
    color: #e19913;
}

/*
    =============================
    Bootstrap devices breakpoints
    xs: @media (max-width: 767px) { ... }
    sm: @media (min-width: 768px) and (max-width: 991px) { ... }
    md: @media (min-width: 992px) and (max-width: 1199px) { ... }
    lg: @media (min-width: 1200px) { ... }
    =============================
*/

/* ==========================================================================
   Password toggle
   ========================================================================== */
.has-success .btn {
    border-color: #3c763d !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    border-radius: 0px 4px 4px 0px !important;
}

.has-error .btn {
    border-color: #a94442 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    border-radius: 0px 4px 4px 0px !important;
}