/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/nov/2016, 15:23:08
    Author     : Carlos Braga - BSB Smart & Bright Ideas
*/

body {
    font-family: 'Dosis', sans-serif;
}
a {
    color: #0072b0;
}
.main_body_container {
    height: 100vh;
    overflow: hidden;
}
.top_bar_page_title {
    float: left;
    line-height: 50px;
    width: calc(100% - 50px);
    height: 50px;
    overflow: hidden;
}
.menu_lateral {
    position: absolute !important;
    height: 100vh;
    overflow: auto;
}


/* LOAD CIRCLE */
.frontend_load_bar {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 50000;
}
.frontend_load_bar path {
    stroke: #0072b0;
}





/*MATERIAL ICONS CSS*/ 
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

/* FLOATING FAB BUTTON */
button.list_fab_button {
    position: fixed;
    background-color: #26b99a;
    right: 15px;
    bottom: 15px;
}
button.list_fab_button:hover, button.list_fab_button:not([disabled]):hover {
    background-color: #23806c !important;
}
button.list_fab_button > i {
    line-height: 56px;
}


/* THEM SCROLLBAR STYLISH LOOKS */
*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-track {
    webkit-box-shadow: inset 0 0 10px #0072AE;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0, 114, 176, 0.75);
    outline: 1px solid slategrey;
}

body > .ng-scope {
    overflow: hidden;
}

.get_location_popup {
    position: absolute;
    width: 400px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -200px;
    background-color: #fff;
    border: 1px solid rgba(255,255,255,0.75);
    border-radius: 5px;
}
.double-bounce-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 50px auto;
}
.double-bounce1, .double-bounce2 {
    background-color: rgba(255,255,255,0.75);
}
.location_text {
    color: rgba(255,255,255,0.75);
    text-align: center;
    font-size: 17px;
}
#frontendmap {
    height: 100% !important;
}

/* MAIN CONTAINER */

.main_container {
    -webkit-transition-duration: .275s;
    transition-duration: .275s;
    -webkit-transition-timing-function: cubic-bezier(.35,0,.25,1);
    transition-timing-function: cubic-bezier(.35,0,.25,1);
    -webkit-transition-property: all;
    transition-property: all;
}
.main_container_shrink {
    margin-left: 250px;
}



/* TOP BAR */
.nav_menu {
    color: #fff;
    line-height: 50px;
}
.nav_menu {
    background-color: #0072AE;
}
.topbar_left_container {
    width: 50%;
    float: left;
}
.topbar_right_container {
    width: 50%;
    float: right;
}
.topbar_menu_toggler {
    float: left;
    padding: 0 10px;
    outline: none;
    cursor: pointer;
}
.topbar_menu_toggler_icon {
    position: relative;
    display: block;
    line-height: 10px;
    outline: none;
}
.topbar_menu_toggler > .topbar_menu_toggler_icon > svg {
    transform: rotate(180deg);
    margin: 14px 0 13px 0;
}
.top_bar_page_title {
    float: left;
}
.navbar-right {
    float: right !important;
    margin-right: 0px;
    padding: 0 10px;
}
.notifications_toggle {
    float: right;
    font-size: 25px;
    line-height: 50px;
    padding: 0 10px;
}
md-menu.topbar_menu_container {
    float: right;
    line-height: 40px;
    padding-bottom: 8px;
}
md-menu-content.topbar_menu_content > md-menu-item {
    color: #0072AE;
}
i.topbar_menu_icon {
    line-height: 40px;
    padding: 0 5px 0 0;
}
.fullscreen_toggle {
    float: right;
    line-height: 50px;
    font-size: 25px;
    padding: 0 10px;
}

/* SIDE BAR MENU */
.sidebar_menu_container {
    width: 250px;
    background-color: #0072AE;
}
md-toolbar.md-theme-Indigo._md._md-toolbar-transitions {
    background-color: #0072AE;
    line-height: 50px;
    min-height: 50px;
}
.md-toolbar-tools {
    color: #ffffff;
    opacity: 1;
    background-color: rgba(255,255,255,0.50);
    min-height: 50px;
    line-height: 50px;
    /*height: 50px;*/
}
.sidebar_menu_container > md-content {
    background-color: #0072AE;
    color: #fff;
}
ul.side-menu {
    padding: 0;
}
li.parent-list-item > menu-link {
    display: block;
}
li.parent-list-item > menu-link > a {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0px 10px;
    line-height: 50px;
}
.menu_lateral > md-content > ul > li > menu-link > .md-button.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover {
    background-color: rgba(255, 255, 255, 0.25) !important;
}
li.parent-list-item > menu-link > a:before {
    font: normal normal normal 18px/50px FontAwesome;
}
li.parent-list-item > menu-toggle > button:before {
    font: normal normal normal 18px/50px FontAwesome;
}
li.parent-list-item > menu-link > a > span {
    text-transform: capitalize;
    font-size: 16px;
    padding: 0 0 0 5px;
}
li.parent-list-item.ng-scope > menu-toggle > button {
    display: block;
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0px 10px;
    line-height: 50px;
    outline: none;
}
li.parent-list-item.ng-scope > menu-toggle > button > span {
    text-transform: capitalize;
    font-size: 16px;
}
li.parent-list-item.ng-scope > menu-toggle > button > md-icon {
    display: block;
    float: right;
    line-height: 50px;
    color: #fff;
}
li.parent-list-item.ng-scope > menu-toggle > button > md-icon {
    position: absolute;
    right: 0;
    line-height: 50px;
    color: #fff;
    top: 0;
}
li.parent-list-item.ng-scope > menu-toggle > ul {
    padding: 0 0 0 0px;
    background-color: rgba(0,0,0,0.25);
}
li.parent-list-item.ng-scope > menu-toggle > ul > li > menu-link {
    display: block;
}
li.parent-list-item.ng-scope > menu-toggle > ul > li > menu-link > a {
    display: block;
    text-align: left;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 20px;
    text-transform: capitalize;
    font-size: 15px;
}
li.parent-list-item.ng-scope > menu-toggle > ul > li > menu-link > a:before {
    font: normal normal normal 18px/50px FontAwesome;
}
li.parent-list-item.ng-scope > menu-toggle > ul > li > menu-link > a > span {
    padding: 0 0 0 5px;
}
.menu_title_box {
    height: 114px !important;
    max-height: 114px !important;
    background-image: url(../img/MinhaFreguesia_header.jpg);
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}



/* ########### LOGIN PAGE ############# */
div#login_bg {
    height: 100%;
    overflow: hidden;
    width: 100%;
    background-image: url(../templates/minhafreguesia/login/img/login_fundo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login_container {
    max-width: 500px;
    margin: 0% auto;
    height: 100vh;
    background-color: #fff;
    padding: 0 50px 10px;
    overflow: auto;
}
.login_logo {
    text-transform: uppercase;
    font-size: 50px;
    color: #0072b0;
    text-align: center;
    line-height: 35vh;
}
.login_logo_img {
    width: 100%;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.login_logo_firstw {
    font-size: 120px;
    line-height: 110px;
    margin-top: 40px;
}
.login_logo_lastw {
    font-size: 70px;
    line-height: 70px;
    font-weight: 100;
}
.login_subtitle {
    text-align: center;
    color: #0072b0;
    text-transform: uppercase;
    font-size: 25px;
}
md-input-container.login_input_autoc {
    width: 100%;
    margin: 35px 0;
}
md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
    border-bottom-color: rgb(0, 114, 176);
    color: rgb(0, 114, 176);
}
md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-default-theme .md-select-value.md-select-placeholder, md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value.md-select-placeholder {
    color: rgb(0, 114, 176);
}
button.md-raised.login_submit:not([disabled]):hover, .md-raised.login_submit.md-button:not([disabled]):hover {
    background-color: rgba(0, 114, 176, 0.75) !important;
}
button.md-raised.login_submit {
    width: 100%;
    background-color: #0072b0;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    height: 36px;
}
.login_copyright {
    text-align: center;
    text-transform: uppercase;
    color: #0072b0;
    font-size: 15px;
}
.login_error {
    text-align: center;
    color: #f00;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    height: 21px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label, md-input-container:not(.md-input-invalid).md-input-focused label, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused md-icon, md-input-container:not(.md-input-invalid).md-input-focused md-icon {
    color: #0072AE;
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input, md-input-container:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-default-theme:not(.md-input-invalid).md-input-resized .md-input, md-input-container:not(.md-input-invalid).md-input-resized .md-input {
    border-color: #0072AE;
}

@media screen and (max-width: 767px) {
    .login_container {
        overflow: auto;
    }
    p.login_copyright {
        width: auto;
    }
    .login_logo_img {
        margin: 15% 0 5% 0;
        height: 25vh;
    }
    .login_container > div > form > md-input-container {
        margin: 18px 0 0;
    }


    /* TOP BAR MOBILE STYLE */
    .topbar_left_container {
        width: 20%;
        float: left;
    }
    .topbar_right_container {
        width: 80%;
        float: right;
    }
    md-menu.topbar_menu_container {
        float: right;
        line-height: 40px;
        padding-bottom: 8px;
        width: 25%;
        text-align: center;
    }
    .notifications_toggle {
        float: right;
        font-size: 25px;
        line-height: 50px;
        padding: 0 10px;
        width: 25%;
        text-align: center;
    }
    .fullscreen_toggle {
        float: right;
        line-height: 50px;
        font-size: 25px;
        padding: 0 10px;
        width: 25%;
        text-align: center;
    }
    .main_container_shrink {
        margin-left: 0px;
    }
    .topbar_menu_toggler {
        float: none;
        padding: 0 10px;
        outline: none;
        cursor: pointer;
        text-align: center;
    }
    md-backdrop.md-sidenav-backdrop.md-opaque {
        z-index: 50;
        background-color: rgba(33,33,33,1.0);
    }
}







/* LIST.HTML STYLE*/
.md-button.md-default-theme.md-accent, .md-button.md-accent {
    color: #0072AE;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #005685 !important;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #005685 !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
}
.uk-overflow-container {
    overflow-x: auto;
}
button.list_fab_actions {
    background-color: #0072AE !important;
}
button.list_fab_actions i.material-icons.ng-scope {
    line-height: 56px;
}
md-fab-trigger > .list_fab_actions:not([disabled]):hover, .list_fab_actions:not([disabled]):hover {
    background-color: rgba(0, 114, 174, 0.75) !important;
}
md-fab-actions.list_fab_subactions > button {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
md-fab-actions.list_fab_subactions > .md-button:not([disabled]):hover {
    background-color: #f9f7f7 !important;
}
md-fab-actions.list_fab_subactions {
    position: absolute;
    right: 100%;
}



/* POPUP STYLES */
.modal-header {
    padding: 0px 15px;
    line-height: 40px;
}
.fecharpopup {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 35px;
    outline: none;
    cursor: pointer;
}
.fecharpopup > .material-icons:hover {
    color: #111;
}




/* ############ USER PROFILE PAGE ############ */
md-toolbar.user_profile_header_container {
    background-color: #16a6ae;
}
md-card-header.user_profile_header > div {
    display: flex;
}
md-card-header.user_profile_header > div > md-card-avatar {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #fff;
    cursor: pointer;
}
md-card-header.user_profile_header > div > md-card-avatar > div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.user_page_header_title {
    display: block !important;
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
}
.user_profile_big_name {
    font-size: 30px;
    font-weight: 100;
    line-height: 25px;
}
.contextMenu_accordion_OPEN {
    height: auto;
    transition: .2s linear all;
    overflow: hidden;
}
.contextMenu_accordion_OPEN.contextMenu_accordion_CLOSED {
    height: 0;
    overflow: hidden;
}
.contextMenu_accordion_title {
    cursor: pointer;
}
.virtual_repeater_title_container {
    background-color: #0072AE !important;
    min-height: 48px !important;
}
.virtual_repeater_title_container > .md-toolbar-tools {
    height: 48px;
}
md-input-container.virtual_repeater_input_finder {
    margin: 18px 0 -3px;
}
.virtual_repeater_input_finder > .md-errors-spacer {
    display: none;
}
md-virtual-repeat-container#vertical-container {
    width: 100% !important;
    max-width: 100%;
}



/* ########################### OCCURRENCES ########################### */
/*span.occurrence_breadcrumbs > a {
    text-decoration: none;
    color: #0072AE;
}
.occurrence_title {
    font-size: 30px;
    font-weight: 100;
    line-height: 25px;
}*/
.occurrences_list_content {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
.occurrences_list_container {
    padding: 8px;
}
.occurrences_list_map_container > ng-map {
    height: 650px !important;
}
.occurrences_list_map_filter_subcat_container > md-list {
    padding: 0 0 8px;
    background-color: rgba(0, 0, 0, 0.02);
}
.occurrences_list_map_filter_subcat_container > md-list > .md-subheader {
    font-size: 18px;
    font-weight: 500;
    color: #0072ae;
    background-color: rgb(255, 255, 255);
    line-height: 18px;
}


md-switch.md-default-theme.md-checked .md-bar, md-switch.md-checked .md-bar {
    background-color: rgba(0, 114, 174, 0.5);
}
md-switch.md-default-theme.md-checked .md-thumb, md-switch.md-checked .md-thumb {
    background-color: rgb(0, 114, 174);
}
md-switch.md-default-theme.md-checked .md-ink-ripple, md-switch.md-checked .md-ink-ripple {
    color: rgb(0, 114, 174);
}


/* ########################### FILE MANAGER ########################### */
md-dialog.fileManager {
    width: 80%;
    height: 80%;
}
md-toolbar.fileM_header {
    background-color: #0072AE;
}
md-toolbar.fileM_header > .md-toolbar-tools {
    background-color: transparent;
}
md-toolbar.fileM_header > div > div > .dialogTitle {
    color: #fff;
    line-height: 30px;
}
#breadcrumbs {
    background: transparent;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    line-height: 0px;
}
#breadcrumbs>li {
    display: inline-block;
    line-height: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}
#breadcrumbs>li a, #breadcrumbs>li span {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 0px 0;
    line-height: 24px;
    cursor: pointer;
}
#breadcrumbs>li+li a, #breadcrumbs>li+li span {
    padding-left: 40px;
}
#breadcrumbs>li+li a:before, #breadcrumbs>li+li span:before {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -12px;
    content: '\e315';
    font-family: "Material Icons";
    font-size: 24px;
    display: block;
    color: #727272;
    cursor: default;
}
.fileM_header_right > button {
    float: right;
}
.fileM_backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.50);
}
md-toolbar.fileM_toolbar {
    background-color: rgb(226, 226, 226);
    color: #0072AE;
}
md-toolbar.fileM_toolbar > .md-toolbar-tools {
    color: #0072AE;
    background-color: rgba(255,255,255,0.50);
}
md-toolbar.fileM_toolbar .md-button[disabled] md-icon {
    color: rgba(0, 114, 174,0.26);
    fill: rgba(0, 114, 174,0.26);
}
md-toolbar.fileM_toolbar md-icon {
    color: rgba(0, 114, 174,0.87);
    fill: rgba(0, 114, 174,0.87);
}
md-toolbar.fileM_toolbar .md-button:hover .md-button:not([disabled]), md-toolbar.fileM_toolbar .md-button:hover .md-button:not([disabled]) md-icon:hover {
    color: rgba(255, 255, 255,0.87);
    fill: rgba(255, 255, 255,0.87);
}

.fileM_dialog_content {
    padding-bottom: 50px;
}
.fileM_dialog_content > div.md-dialog-content {
    padding: 5px;
}
.fileM_preview {
    max-width: 27% !important;
    height: 100%;
}
.fileM_dialog_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}
button.fileM_folder_button {
    max-height: 200px !important;
    min-height: 200px !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    margin: 6px 9px;
    max-width: 18% !important;
}
button.fileM_folder_button > md-content {
    height: 95%;
    position: absolute;
    width: 95%;
    transform: translate(-50%,0);
    left: 50%;
}
button.fileM_folder_button > md-content > md-icon.material-icons {
    font-size: 48px;
    width: 48px;
    height: 48px;
}
button.fileM_file_button {
    max-height: 200px !important;
    min-height: 200px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    margin: 6px 9px;
    max-width: 18% !important;
}
button.fileM_file_button > md-content {
    height: 95%;
    position: absolute;
    width: 95%;
    transform: translate(-50%,0);
    left: 50%;
    top: 2.5%;
}
button.fileM_file_button > md-content > .md-card-image.flex {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fileM_dialog_content md-card-actions {
    background-color: #e2e2e2;
    overflow: hidden;
}
.fileM_dialog_content md-card-actions > md-menu {
    background-color: #e2e2e2;
}
.fileM_file_button > md-content > md-card-actions > div.fileM_file_renaming_container {
    position: absolute;
    background-color: #fff;
}
.fileM_file_button md-input-container {
    margin: 0;
}
.fileM_file_button md-input-container .md-errors-spacer {
    min-height: 0;
}
div#previewer_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
div#previewer_img > object#previewer {
    padding: 10px;
}








/* ############################ OTHER MINOR DETAILS ########################## */

/* CONCERNING POPUPS */
md-backdrop.md-opaque.md-default-theme, md-backdrop.md-opaque {
    background-color: transparent;
}

/* #### FORM DETAILS #### */
.popup_subtitle_container > label {
    color: #0072AE;
    font-size: 15px;
    font-weight: normal;
}
md-select-menu.md-default-theme md-content md-option[selected], md-select-menu md-content md-option[selected] {
    color: #0072AE !important;
}


/* #### BADGES #### */
/* INBOX BADGES */
.label-inbox-success {
    background-color: #ff8a80;
    color: #ffffff;
    display: block;
    float: left;
    padding: 0 5px;
    line-height: 20px;
    height: 20px;
    border-radius: 0;
    font-weight: normal;
    /*   text-transform: uppercase; */
}
.label-inbox-danger {
    background-color: #80cbc4;
    color: #ffffff;
    display: block;
    float: left;
    padding: 0 5px;
    line-height: 20px;
    height: 20px;
    border-radius: 0;
    font-weight: normal;
    font-size: 13px;
    /*   text-transform: uppercase; */
}

/* TYPE BADGES */
.label-type-info {
    background-color: #01579b;
    color: #ffffff;
    display: block;
    float: left;
    padding: 0 5px;
    line-height: 20px;
    height: 20px;
    border-radius: 0;
    font-weight: normal;
    font-size: 13px;
    /*   text-transform: uppercase; */
}
.label-type-warning {
    background-color: #90caf9;
    color: #ffffff;
    display: block;
    float: left;
    padding: 0 5px;
    line-height: 20px;
    height: 20px;
    border-radius: 0;
    font-weight: normal;
    font-size: 13px;
    /* text-transform: uppercase; */
}

/* PRIORITY BADGES */
.label-priority-primary {
    background-color: #29b6f6;
    color: #ffffff;
    display: block;
    float: left;
    padding: 0 5px;
    line-height: 20px;
    height: 20px;
    border-radius: 0;
    font-weight: normal;
    font-size: 13px;
    /*  text-transform: uppercase; */
}
.label-priority-warning {
    background-color: #ffa000;
    color: #ffffff;
    display: block;
    float: left;
    padding: 0 5px;
    line-height: 20px;
    height: 20px;
    border-radius: 0;
    font-weight: normal;
    font-size: 13px;
    /*   text-transform: uppercase; */
}
.label-priority-danger {
    background-color: #ff5252;
    color: #ffffff;
    display: block;
    float: left;
    padding: 0 5px;
    line-height: 20px;
    height: 20px;
    border-radius: 0;
    font-weight: normal;
    font-size: 13px;
    /*   text-transform: uppercase; */
}

/* KPI'S' */
kpis md-card-title {
    padding: 16px;
}
kpis md-card-title span.md-subhead {
    padding: 0 !important;
}
kpis md-card-title md-icon {
    font-size: 45px !important;
    line-height: 45px !important;
    height: 45px;
    width: 45px;
    color: #0072ae;
}

/* LISTS */


tr.hidethesearch {
    pointer-events: none;
    transform: translateY(-35px);
    opacity: 0;
    height: 0;
    transition: .5s linear all;
}
tr.showthesearch {
    pointer-events: auto;
    transform: translateY(0px);
    opacity: 1;
    height: auto;
}
tr.hidethesearch > td > md-input-container.list_search_input_container {
    width: 100%;
    margin: 0 10px 0 0;
}
tr.showthesearch > td > md-input-container.list_search_input_container {
    width: 100%;
    margin: 10px 4px 0 0;
}
tr.hidethesearch > td > md-input-container.list_search_input_container > input.list_search_input {
    color: rgba(0,0,0,0.87) !important;
    width: 100% !important;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
tr.showthesearch > td > md-input-container.list_search_input_container > input.list_search_input {
    color: rgba(0,0,0,0.87) !important;
    border-color: rgba(0,0,0,0.12) !important;
    border-width: 1px !important;
    width: 100% !important;
    padding: 2px 2px 1px;
    border: 1px solid rgba(0,0,0,0.12);
    line-height: 26px;
    height: 30px;
}
button.list_search_option_button {
    float: right;
    width: 30px !important;
    height: 30px !important;
    min-height: 30px;
    padding: 0;
}
.md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab {
    color: rgba(255,255,255,0.87);
    background-color: #0072AE;
}
.list_search_option_button:not([disabled]):hover, .list_search_option_button:not([disabled]):hover {
    background-color: rgb(0, 114, 176) !important;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0072AE;
    border-color: #0072AE;
    cursor: default;
}








/* PROCESSES ATTACHED FILES */
a.file_icon_link {
    display: block;
    background-color: #0072AE;
    color: #fff;
    padding: 0 0 1px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px #111;
}
i.file_icon_icon {
    display: block;
    text-align: center;
    padding: 5px 0;
}
.file_icon_name {
    background-color: #fff;
    color: #0072AE;
    margin: 0 2px 1px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
}
a.file_icon_link:hover > i.file_icon_icon:before {
    content: "\f019";
}




/* ########## PROCESSES ########### */
.processes_description_content {
    text-align: justify;
    padding: 0 15px 10px;
}
.material_padded_container {
    padding: 0 70px;
}
span.bold_details {
    padding: 0 5px;
    font-weight: bold;
}
span.small_details {
    padding: 0 10px;
    color: #777;
    font-size: 12px;
    line-height: 10px;
    height: 10px;
    margin-top: 5px;
}




.main_body_container {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }









/* ################################### FRONTEND ########################################### */
.frontend_load_bar {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 10;
}
.frontend_load_bar md-progress-circular path {
    stroke: #0072ae;
}
md-toolbar.frontend_topbars {
    background-color: #0072b0 !important;
}
md-toolbar.frontend_topbars .md-toolbar-tools {
    background-color: transparent;
    box-shadow: 0px 0px 5px 0px #333;
}
.frontend_logo_title {
    margin-left: 5px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}
.frontend_logo_subtitle {
    margin-left: 2px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 100;
}
#myparish_frontendmap {
    height: calc(100vh - 64px) !important;
    width: 100%;
}
.frontend_action_buttons_container {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, 0);
}
.frontend_action_buttons_container .md-button.md-raised:not([disabled]).half_lenght {
    width: 40px;
    min-width: 40px;
    padding: 0;
}
.frontend_action_buttons_container .md-button.md-raised:not([disabled]).half_lenght md-icon {
    font-size: 40px;
    line-height: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 20px;
}
button.md-raised.half_size.md-button.md-ink-ripple.layout-row {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}
.frontend_action_buttons_container .half_size.md-button:not([disabled]) > md-icon {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    min-height: 20px;
    min-width: 20px;
}
.frontend_action_buttons_container .md-button.md-raised:not([disabled]) {
    background-color: rgba(0, 114, 176, 1) !important;
    transition: .1s linear all;
    margin: 4px 5px;
}
#Layer_2 .cls-1 {
    fill: #e2c01b;
}
#Layer_2 .cls-2 {
    fill: #0072b0;
}
.frontend_action_buttons_container .md-button.md-raised:not([disabled]):hover {
    background-color: rgba(0, 114, 176, 0.75) !important;
}
.frontend_action_buttons_container > .md-button:not([disabled]) > md-icon {
    font-size: 40px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
}
.frontend_action_buttons_container .md-button:not([disabled]) md-icon {
    color: #fff !important;
}
.cancel_occurrence {
    box-shadow: inset 0px 0px 8px 2px #333 !important;
}
.frontend_map_container.frontend_occurence_being_created * {
    cursor: crosshair;
}
.search_bar_input {
    position: fixed;
    z-index: 10;
    top: 70px;
    left: 16px;
}
.filter_tag_container md-chips-wrap {
    box-shadow: 0 0;
}
.filter_tag_container md-chips-wrap md-chip {
    background-color: rgb(90, 163, 204);
    color: #fff;
}
.filter_tag_container md-chips-wrap span md-icon {
    height: 40px;
    width: 40px;
    margin: -5px 0px 0 -16px;
}
.filter_tag_container md-chips-wrap md-chip button {
    padding: 0 !important;
    height: 20px !important;
    min-height: 32px;
    width: 32px !important;
    margin: -4px -12px 0px 6px !important;
}
.filter_tag_container md-chips-wrap md-chip button md-icon {
    color: #fff;
    transition: .15s linear all;
}
.filter_tag_container md-chips-wrap md-chip button md-icon:hover {
    color: rgba(0, 114, 176, 0.66);
}
md-icon.menu_facebook .cls-1 {
    color: #757575;
    fill: #757575;
}
@media (max-width: 959px) {
    #myparish_frontendmap {
        height: calc(100vh - 56px) !important;
        width: 100%;
    }
    .frontend_action_buttons_container {
        width: calc(100% - 28px);
    }
    button.md-raised.half_size.md-button.md-ink-ripple.layout-row {
        width: 46px;
        height: 46px;
        min-width: 46px;
        min-height: 46px;
    }
    button.half_size.saint_john_main_toggler {
        width: calc(100% - 12px) !important;
        margin: 4px 6px !important;
        height: 100% !important;
    }
    button.half_size.saint_john_main_toggler md-icon {
        width: 100% !important;
        height: 100% !important;
    }
    md-icon.burrinhaActionButton {
        min-width: 35px !important;
        width: 35px !important;
        height: 50px;
    }
    .secondary_frontend_action_buttons {
        width: 100%;
    }
    .secondary_frontend_action_buttons p {
        color: #fff;
        margin: 0px 0;
        font-weight: 100;
    }
    .secondary_frontend_action_buttons .create_occurrence p {
        margin: 10px 0;
        font-weight: 500;
    }
}





/* ########### LOGIN ########### */
.md-dialog-container {
    background-color: rgba(0, 114, 176, 0.4);
}
form.login_form_my_parish {
    width: 350px;
}
.county_select_middle_part md-checkbox div .md-icon {
    background-color: rgb(0, 114, 176);
}
md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
    background-color: rgb(0, 114, 176);
}







/* Frontend Left Sidebar */
.frontend_left_sidebar_container {
    height: calc(100vh - 104px);
    overflow: auto;
}
.frontend_left_sidebar_container md-input-container {
    margin-bottom: 0 !important;
}
md-toolbar.frontend_sidebar_separator {
    background-color: #0072b0 !important;
    min-height: 30px;
}
md-toolbar.frontend_sidebar_separator > .md-toolbar-tools {
    background: transparent;
    height: 30px;
}
.frontend_sidebar_separator_title {
    line-height: 25px;
}
input.frontend_search {
    width: 100%;
    border: 0 !important;
    line-height: 40px;
    font-size: 19px;
    padding: 0 40px 0 8px;
    background-image: url(/modules/frontend/images/map/filtro_search.svg);
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 22px;
}
.search_results_outer_container {
    height: 0px;
    overflow: hidden;
    transition: .5s linear all;
}
.search_results_outer_container.searchinput_showing_results {
    height: 250px;
    overflow-y: auto;
}
.search_result_container {
    padding: 8px 8px;
}
.search_result_container:hover {
    background-color: rgba(51, 51, 51, 0.2);
}
.search_results_title {
    border-top: 1px solid #dedede;
    font-size: 16px;
    padding: 0 8px;
    font-weight: 500;
}
.search_result_text_container {
    padding: 0 8px;
}

.frontend_left_sidebar_container md-tabs-wrapper {
    background-color: rgba(0, 114, 176, 0.75);
}
.frontend_left_sidebar_container md-pagination-wrapper md-ink-bar {
    color: #fff;
    background: #fff;
}
.frontend_left_sidebar_container md-pagination-wrapper md-tab-item {
    color: #fff;
}
.frontend_left_sidebar_container md-pagination-wrapper md-tab-item.md-tab.md-active {
    color: #fff;
    font-weight: 600;
}
.checkb_label_POI_list .labelfilter {
    /* width: 20px; */
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
input.checkb_filtro_ocorr {
    display: none;
}
label.checkb_label {
    opacity: 0.3;
}
input[type="checkbox"]:checked+label.checkb_label {
    opacity: 1 !important;
}
.frontend_filters_subtitle {
    color: #0072b0;
    font-size: 16px;
    padding: 0 5px;
}
.checkb_label_color {
    height: 50px;
    margin: 0 5px;
    cursor: pointer;
}
.labelfilter {
    height: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    margin: 5px 5px;
    cursor: pointer;
}
.sidebar_copyright_footer_fixer {
    padding: 20px 0;
}
.sidebar_copyright_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #0072b0;
    box-shadow: 0px 2px 10px 0px #333;
}
input.frontend_search {
    background: none !important;
    padding: 0 0px 0 8px;
}
.frontend_search_container md-icon * {
    fill: #0072b0;
}
.frontend_search_container md-icon {
    width: 36px;
}
@media (max-width: 959px) and (min-width: 0) and (orientation: portrait) {
    ui-view md-sidenav {
        top:56px !important;
    }    
    .frontend_left_sidebar_container {
        height: calc(100vh - 96px);
        overflow: auto;
    }
}





/* TERMS & CONDITIONS POPUP */
md-dialog.terms_conditions_popup {
    overflow: hidden;
}
.terms_conditions_title {
    text-align: center;
    font-size: 72px;
    font-weight: 500;
    color: #0072b0;
    text-transform: uppercase;
    line-height: 155px;
    position: fixed;
    top: 0;
    width: calc(100% - 30px);
    background: #fff;
    z-index: 10;
}
span.terms_conditions_subtitle {
    font-weight: 100;
}
.terms_conditions_content {
    margin-top: 155px;
    overflow: auto;
    max-height: 425px;
    padding-bottom: 50px;
}
.legal_title {
    color: #0072b0;
    font-size: 19px;
    margin-top: 30px;
    font-weight: 500;
}
.legal_text {
    font-size: 16px;
    text-align: justify;
}





/* RIGHT SIDEBAR */
/*Occurrences*/
.frontend_right_sidebar_header {
    position: relative;
    top: 0;
    z-index: 10;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 0px 16px -4px #333;
}
.frontend_right_sidebar_header > button {
    color: #0072b0 !important;
}
.frontend_right_sidebar_header_fixer {
    width: 100%;
    padding: 20px 0;
}
.frontend_right_sidebar_header > .md-button > md-icon {
    color: #9e9e9e !important;
}
.frontend_right_sidebar_header .dialogTitleBold {
    color: #0072b0;
    font-size: 21px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 16px;
}
.frontend_right_sidebar_header .dialogTitleBold > span.dialogTitle {
    font-weight: 100;
}
.frontend_right_sidebar_content {
    overflow: auto;
    height: calc(100% - 40px);
    /*margin-top: 40px;*/
}
md-list-item.frontend_right_sidebar_details {
    min-height: 43px !important;
    /*max-height: 50px;*/
    padding: 0 8px !important;
}
md-list-item.frontend_right_sidebar_details .md-list-item-text h5 {
    margin: 0;
    font-size: 14px;
    color: #0072b0;
}
.main_subtitle {
    margin: 0 8px;
    font-size: 14px;
    color: #0072b0;
}
md-list-item.frontend_right_sidebar_details .md-list-item-text > div {
    font-size: 17px;
}
label.frontend_right_sidebar_social_facebook a.facebookShare {
    /* display: none; */
    background-image: url(/modules/frontend/images/map/shaare.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 33px;
    width: 100px;
}
label.frontend_right_sidebar_social_facebook a.facebookShare > div {
    display: none;
}
.frontend_right_sidebar_social_support {
    height: 40px;
    width: 55px;
    cursor: pointer;
}
.frontend_right_sidebar_social_support > input {
    display: none;
}
label.support_input .support_this_counter {
    font-size: 18px;
    line-height: 24px;
}
.frontend_right_sidebar_social_support .support_input_text {
    font-size: 15px;
    text-align: center;
}
input[type="checkbox"]:checked+label.support_input md-icon {
    color: #0072b0;
}
input[type="checkbox"]:checked+label.support_input+.support_input_text {
    font-weight: 600;
}
.frontend_right_sidebar_occurrence_category_container {
    background-image: url(/modules/frontend/images/map/ocorrencias_header-10.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
}
.occorr_infobox_category_logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
}
.occorr_infobox_category_logo.espacos_verdes_popup {
    background-image: url(/modules/frontend/images/map/filtro_espacosverdes.svg);
}
.occorr_infobox_category_logo.escapa_popup {
    background-image: url(/modules/frontend/images/map/filtro_estradas.svg);
}
.occorr_infobox_category_logo.higiene_urb_popup {
    background-image: url(/modules/frontend/images/map/filtro_higiene.svg);
}
.occorr_infobox_category_logo.iluminacao_popup {
    background-image: url(/modules/frontend/images/map/filtro_iluminacao.svg);
}
.occorr_infobox_category_logo.outros_popup {
    background-image: url(/modules/frontend/images/map/filtro_outros.svg);
}
.occorr_infobox_category_logo_text {
    font-size: 18px;
    color: #0072b0;
    line-height: 36px;
    margin: 0 0 0 5px;
}
.occorr_infobox_description {
    text-align: justify;
}

/*Events*/
.events_cover_image {
    margin: -8px -8px 16px;
    height: 175px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 !important;
    box-shadow: inset 0px 0px 15px -4px #333;
}
.events_cover_image_overlay {
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: relative;
}
.events_cover_image_description {
    position: absolute;
    width: calc(100% - 16px);
    line-height: 20px;
    margin: 140px 8px 0 8px;
    color: #fff;
    padding: 4px 0 4px;
    font-size: 18px;
    border-top: 1px solid #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.event_details_text_description {
    text-align: justify;
}
img.event_gallery_image {
    width: 100%;
    cursor: pointer;
    margin-bottom: 8px;
    transition: .1s linear opacity;
}
img.event_gallery_image:hover {
    opacity: .75;
}

/* POI's */
.patrimony_gallery_image_container > img {
    width: 100%;
}

/* ADD OCCURRENCE */
form.add_occurrence_form {
    padding: 0 !important;
}
input.form-control.local_aprox {
    margin: -8px -8px 0;
    width: calc(100% + 16px);
    border-radius: 0 !important;
    background-color: #4095c4;
    color: #fff;
    height: 40px;
    font-weight: 100;
}
.ocurrencesimages {
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 8px 0;
}
.ocurrencesimages > button {
    height: 40px !important;
    width: 40px !important;
    min-height: 24px;
    padding: 0 !important;
    margin: 6px !important;
    color: rgb(255, 255, 255);
}
.ocurrencesimages > button.md-button:not([disabled]):hover {
    background-color: rgba(51, 51, 51, 0.88) !important;
}
.ocurrencesimages > button > md-icon {
    color: #fff !important;
    background-color: rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.5);
}
form.add_occurrence_form > button {
    width: 100%;
    margin: 5px 0;
    background-color: #0072b0 !important;
    color: #fff !important;
}
form.add_occurrence_form > button > md-icon {
    color: #fff !important;
    height: 36px;
    line-height: 36px;
}
form.add_occurrence_form > button.md-button.md-raised:not([disabled]):hover {
    background-color: rgba(0, 114, 176, 0.75) !important;
}
form.add_occurrence_form > button.md-button.md-raised[disabled] {
    background-color: rgba(0, 114, 176, 0.3) !important;
    cursor: not-allowed;
}
.app_error_msg {
    text-align: center;
    color: #c55;
    margin: 0 0 16px;
}
.app_warning_msg {
    text-align: center;
    font-size: 12px;
    color: #acacac;
}
.occurrence_category_container > input {
    display: none;
}
label.botao_tipo_ocorrencia {
    width: 20%;
    height: 60px;
    padding: 9px 5px;
    cursor: pointer;
}
label.botao_tipo_ocorrencia > md-icon {
    height: 100%;
    width: 80%;
    display: block;
    padding: 0px 0;
}
input[type="radio"]:checked + label.botao_tipo_ocorrencia {
    background: #4095c4;
    border-radius: 3px;
}
input[type="radio"]:checked + label.botao_tipo_ocorrencia .cls-1 {
    fill: #fff !important;
    color: #fff;
}
.occor_sub_titulo_texto {
    color: #0072b0;
    font-size: 15px;
    font-weight: 600;
    margin: 8px 0 0;
}
form.add_occurrence_form textarea {
    min-height: 100px !important;
}
form.add_occurrence_form md-input-container {
    width: 100%;
}








/* COUNTY SELECT DIALOG */
.county_select_title_one {
    font-size: 50px;
    text-transform: uppercase;
    color: #0072b0;
    font-weight: 500;
    text-align: center;
}
.county_select_title_one {
    font-size: 50px;
    line-height: 45px;
    text-transform: uppercase;
    color: #0072b0;
    font-weight: 500;
    text-align: center;
    margin-top: 8px;
}
.county_select_title_two {
    font-size: 30px;
    line-height: 25px;
    text-transform: uppercase;
    color: #0072b0;
    font-weight: 100;
    text-align: center;
    margin-bottom: 8px;
}
.county_select_subtitle {
    text-align: center;
    font-size: 18px;
    margin-top: 16px;
    color: #0072b0;
}
.county_select_bootom_part > button.md-raised {
    background-color: #0072b0;
    color: #fff;
    margin-bottom: 16px;
}
.county_select_bootom_part > button.md-raised:hover {
    background-color: rgba(0, 114, 176, 0.75) !important;
}
.county_select_bootom_part > button.md-raised[disabled] {
    background-color: rgba(0, 114, 176, 0.3);
    color: #fff;
}
.county_select_middle_part {
    width: 65%;
}
.county_select_middle_part md-input-container {
    width: 100%;
}
@media (max-width: 959px) {
    form.login_form_my_parish {
        height: 100vh;
    }
}


/* Bus Stops */
frontend-right-sidebar md-sidenav md-backdrop {
    background-color: rgba(0, 0, 0, 0.4) !important;
}
md-bottom-sheet.busstopLinesNumberContainer {
    max-height: 500px;
    height: 500px;
    overflow: auto;
    padding: 0 !important;
    box-shadow: 0px 0px 10px -2px #333;
}
md-bottom-sheet.busstopLinesNumberContainer > div {
    background-color: #ffffff;
    padding-bottom: 100px;
}
md-bottom-sheet.busstopLinesNumberContainer > div .md-subheader {
    font-size: 18px;
    color: #0072b0;
    line-height: 28px;
    font-weight: 100;
}
md-bottom-sheet.busstopLinesNumberContainer > div button.busstopLinesNumber {
    margin: 0;
}
md-bottom-sheet.busstopLinesNumberContainer > div button.busstopLinesNumber:hover {
    background-color: rgba(0, 114, 176, 0.25) !important;
}
bus-stops md-tab-item {
    padding: 0 6px !important;
    max-width: 35%;
}
bus-stops md-tabs .md-tab.md-active {
    color: #0072b0 !important;
}
md-tab-item > span {
    width: 82% !important;
    height: 30px;
    white-space: normal;
}
bus-stops md-ink-bar {
    color: #0072b0;
    background-color: #0072b0;
}


/* Bus schedules */
.live_schedules_container {
    padding: 0 10px;
}
.bus_lines_schedules_big_container md-tabs .md-tab.md-active {
    color: #0072b0;
}
.bus_lines_schedules_big_container md-ink-bar {
    color: #0072b0;
    background: #0072b0;
}
.transport_schedule_column_hour {
    height: 24px;
    line-height: 24px;
}
.transport_schedule_column_header {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #0072b0;
}
.transport_change_direction > div > div {
    margin: 6px 0;
    cursor: pointer;
}
.transport_change_direction md-switch, .transport_change_direction md-switch > div {
    margin: 12px 6px;
}
.transport_schedule_columns {
    margin-bottom: 36px;
}
.bus_line_schedule_warning_number {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
    color: #0072b0;
}
.bus_line_schedule_warning {
    margin: 0 -12px;
    text-indent: 15px;
    text-align: justify;
}
.schedule_tour_container > div > div {
    margin: 6px 0;
    cursor: pointer;
}
.schedule_tour_container md-switch, .schedule_tour_container md-switch > div {
    margin: 12px 6px;
}
.schedule_tour_container .orange {
    color: #e38051;
}
.schedule_tour_container .yellow {
    color: #c3a92c;
}
.schedule_tour_container .blue {
    color: #0072b0;
}
md-bottom-sheet.busstopLinesHoursContainer {
    max-height: 500px;
    height: 500px;
    overflow: auto;
    padding: 0 !important;
    box-shadow: 0px 0px 10px -2px #333;
}
md-bottom-sheet.busstopLinesHoursContainer > div {
    background-color: #ffffff;
    padding-bottom: 100px;
}
md-bottom-sheet.busstopLinesHoursContainer > div .md-subheader {
    font-size: 18px;
    color: #0072b0;
    line-height: 28px;
    font-weight: 100;
}
md-bottom-sheet.busstopLinesHoursContainer > div button.busstopLinesHours {
    margin: 0;
}
md-bottom-sheet.busstopLinesHoursContainer > div button.busstopLinesHours:hover {
    background-color: rgba(0, 114, 176, 0.25) !important;
}




/* ######### LIGHTBOX MEDIA ######### */
.occurrence_media_popup .modal-body {
    padding: 0;
}
.occurrence_media_popup .lightbox-nav {
    height: 30px;
}
.occurrence_media_popup .dialogTitle {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    padding: 0 6px;
    color: #0072b0;
    text-transform: uppercase;
    font-weight: 500;
}
.occurrence_media_popup .dialogTitle span.dialogTitleBold {
    font-weight: 100;
}
.occurrence_media_popup button.md-icon-button {
    height: 30px;
    padding: 0;
    min-height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
}
.occurrence_media_popup img {
    border-radius: 0px 0px 6px 6px;
}
.occurrence_media_popup .leftbuttoncontainer {
    background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}
.occurrence_media_popup .rightbuttoncontainer {
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}






.notifications_blob:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #F44336;
    border-radius: 50%;
    transform: translate(-125%,-10%);
/*    -webkit-animation: notification_anim 2.5s infinite;
    -moz-animation:    notification_anim 2.5s infinite;
    -o-animation:      notification_anim 2.5s infinite;
    animation:         notification_anim 2.5s infinite;*/
}
@-webkit-keyframes notification_anim {
    0%   { width: 10px;height: 10px; margin:1px }
    50% { width: 12px;height: 12px; margin:0px }
    100% { width: 10px;height: 10px; margin:1px }
}
@-moz-keyframes notification_anim {
    0%   { width: 10px;height: 10px; margin:1px }
    50% { width: 12px;height: 12px; margin:0px }
    100% { width: 10px;height: 10px; margin:1px }
}
@-o-keyframes notification_anim {
    0%   { width: 10px;height: 10px; margin:1px }
    50% { width: 12px;height: 12px; margin:0px }
    100% { width: 10px;height: 10px; margin:1px }
}
@keyframes notification_anim {
    0%   { width: 10px;height: 10px; margin:1px }
    50% { width: 12px;height: 12px; margin:0px }
    100% { width: 10px;height: 10px; margin:1px }
}


/* BURRINHA */
.sidebutton_toggler_container {
    position: absolute;
    right: 0;
    top: 50%;
    height: 50px;
    width: 30px;
    background: #0072b0;
    transform: translate(0,-50%);
    border-radius: 3px 0px 0px 3px;
}
.sidebutton_toggler md-icon {
    color: #fff;
}


/* POLLS */
.poll_summary {
    height: 40px;
    width: 400px;
    cursor: pointer;
    padding: 0 6px;
    outline: none;
}
.poll_title {
    color: #0072b0;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.poll_summary md-icon.red {
    color: #F44336;
}
.poll_summary md-icon.green {
    color: #4CAF50;
}
.poll_answer {
    padding: 0 6px;
    max-width: 400px;
}
.warning_description .md-button.md-raised[disabled] {
    background: #ddd;
    color: #aaa;
}
.warning_description button.md-button.md-default-theme.md-raised, .warning_description .md-button.md-raised {
    background: rgb(0, 114, 176);
    color: #fff;
}
.warning_description button.md-button.md-default-theme.md-raised:hover, .warning_description .md-button.md-raised:hover {
    background: rgba(0, 114, 176,0.85) !important;
}
.poll_subtitle {
    font-size: 14px;
    color: #0072b0;
    font-weight: 500;
}
.opened_poll {
    background: rgba(0, 114, 176, 0.1);
}
.poll_summary.opened_poll {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #0072b0;
}
.poll_answer.opened_poll {
    border-bottom: 1px solid #0072b0;
}