/*
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: #00b3e3;
}
.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: #57c9e8;
}



@font-face {
    font-family: satisfy;
    src: url(../fonts/Satisfy-Regular.ttf);
}

/*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';
}

/* 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, 179, 227, 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: #00b3e3;
    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: #00b3e3;
    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, 179, 227);
    color: rgb(0, 179, 227);
}
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, 179, 227);
}
button.md-raised.login_submit:not([disabled]):hover, .md-raised.login_submit.md-button:not([disabled]):hover {
    background-color: rgba(0, 179, 227, 0.75) !important;
}
button.md-raised.login_submit {
    width: 100%;
    background-color: #00b3e3;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    height: 36px;
}
.login_copyright {
    text-align: center;
    text-transform: uppercase;
    color: #00b3e3;
    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);
    }
}
.county_select_title_commerce {
    height: 150px;
    width: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}





/* ################################### FRONTEND ########################################### */
.frontend_load_bar {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 10;
}
.topbar_pub_side_logos {
    box-shadow: inset 0px 0px 10px 0px #fff;
    height: 51px;
}
md-toolbar.frontend_topbars {
    border: 0px solid #00b3e3;
    height: 64px;
    background-image: url(../templates/minhafreguesia/frontend/img/toldo.png);
    background-size: 750px;
    background-repeat-y: no-repeat;
    background-position: center 58px;
}
.frontend_load_bar md-progress-circular path {
    stroke: #0072ae;
}
md-toolbar.frontend_topbars {
    background-color: #00b3e3 !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: 40px;
    height: 40px;
    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: rgb(255, 255, 255) !important;
    transition: .1s linear all;
    margin: 4px 5px;
    border: 5px solid #4db1e0;
    border-radius: 50%;
    height: 88px;
    width: 88px;
}
/*#Layer_2 .cls-1 {
    fill: #e2c01b;
}
#Layer_2 .cls-2 {
    fill: #00b3e3;
}*/
.frontend_action_buttons_container .md-button.md-raised:not([disabled]):hover {
    background-color: rgba(0, 179, 227, 0.15) !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: #4db1e0 !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, 179, 227, 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;
    }
    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;
    }
    md-toolbar.frontend_topbars {
        border: 0px solid #00b3e3;
        height: 56px;
        box-shadow: 0px 0px 5px 0px #333;
    }
    md-toolbar.frontend_topbars .md-toolbar-tools {
        background-color: white !important;
        box-shadow: 0px 0px 5px 0px transparent !important;
    }
    .topbar_pub_logos {
        height: 50px !important;
    }
}


/* SEARCH WIDGET */
/* Closed */
.frontend_search_super_container {
    position: absolute;
    top: 77px;
    left: 12px;
    width: 45px;
    transition: .05s all ease-in-out;
}
.frontend_search_container {
    margin: 0;
    flex: 0;
    width: 43px;
    display: block;
    background-color: #fff;
    border-radius: 20px;
    transition: .05s all ease-in-out;
    position: relative;
}
.frontend_search_container input.frontend_search {
    width: 0 !important;
    height: 40px;
    min-width: 0 !important;
    flex: 0;
    padding: 0;
    display: inline-block;
    transition: .15s all ease-in-out;
}
.frontend_search_container md-icon {
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px #333;
    margin: 0;
    background-color: #fff;
    display: inline-block;
    margin: 0px 0 0;
    outline: none;
    transition: .15s all ease-in-out;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
}
/*Open*/
.frontend_search_container.frontend_search_container_toggled {
    width: 243px;
    border-radius: 21px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px #333;
}
.frontend_search_container.frontend_search_container_toggled input.frontend_search {
    width: 200px !important;
    padding: 6px 0 6px 12px;
}
.frontend_search_container.frontend_search_container_toggled md-icon {
    box-shadow: 0px 0px 5px 0px transparent;
}
.frontend_search_container.frontend_search_container_toggled.frontend_search_container_showing_results md-icon {
    box-shadow: 0px 0px 5px 0px transparent;
}
.frontend_search_super_container.frontend_search_container_moved {
    transform: translate(332px,0);
}

/*SEARCH RESULTS */
.search_results_outer_container.searchinput_showing_results {
    height: auto;
    overflow-y: auto;
    width: 243px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #333;
    border-radius: 0 0 21px 21px;
    padding: 6px 12px 12px;
    transition: .15s all ease-in-out;
    position: absolute;
}
.search_results_outer_container {
    width: 243px;
    height: 0;
    overflow: hidden;
}
.frontend_search_super_container.frontend_search_container_showing_results .frontend_search_container.frontend_search_container_toggled {
    border-radius: 21px 21px 0 0;
}
.frontend_search_container md-icon * {
    fill: #00b3e3;
}









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







/* 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: #00b3e3 !important;
    min-height: 30px;
}
md-toolbar.frontend_sidebar_separator > .md-toolbar-tools {
    background: transparent;
    height: 30px;
}
.frontend_sidebar_separator_title {
    line-height: 25px;
    font-family: satisfy;
    font-size: 25px;
}
input.frontend_search {
    width: 100%;
    border: 0 !important;
    line-height: 40px;
    font-size: 17px;
    padding: 0 8px 0 8px;
    /* background-image: url(/modules/frontend/images/map/filtro_search.svg); */
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 22px;
    font-family: dosis;
}
input.frontend_search:active, input.frontend_search:focus {
    outline:none;
}
md-switch.commerce_filter_switch {
    direction: rtl;
    width: 100%;
    margin: 5px 0;
}
md-switch.commerce_filter_switch .md-label {
    width: 100%;
}
.commerce_filter_text {
    width: 100%;
    text-align: left;
    font-size: 19px;
    color: #333e48;
    font-family: satisfy;
}
md-switch.commerce_filter_switch md-icon {
    float: left;
    margin: 0 10px 0 0;
}
md-switch.commerce_filter_switch.md-default-theme.md-checked .md-bar, md-switch.commerce_filter_switch.md-checked .md-bar {
    background-color: rgba(0, 179, 227, .5);
}
md-switch.commerce_filter_switch.md-default-theme.md-checked .md-thumb, md-switch.commerce_filter_switch.md-checked .md-thumb {
    background-color: rgb(0, 179, 227);
}
md-switch.commerce_filter_switch.md-default-theme.md-checked .md-ink-ripple, md-switch.commerce_filter_switch.md-checked .md-ink-ripple {
    color: rgb(0, 179, 227);
}
.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: #0093c9;
    box-shadow: 0px 2px 10px 0px #333;
}

.roof_image {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 350px;
    position: relative;
    z-index: 200;
}
.roof_sign_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: calc(100% - 100px);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-75%);
}
.roof_sign_text {
    line-height: 50px;
    text-align: center;
    padding: 40px 0 16px;
    font-size: 30px;
    font-family: satisfy;
}
@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;
    }
}
.left_sidebar_filters {
    height: calc(100vh - 264px);
    overflow: scroll;
    margin: -40px 0 0;
    padding: 40px 0 0;
}
.commerce_filter_icon.Cafes .st0{fill:#996e62 !important;}
.commerce_filter_icon.Decoracao .st0{fill:#a176d1 !important;}
.commerce_filter_icon.Estetica .st0{fill:#e194db !important;}
.commerce_filter_icon.Frescos .st0{fill:#6bc43c !important;}
.commerce_filter_icon.Mobiliario .st0{fill:#55312a !important;}
.commerce_filter_icon.Padarias .st0{fill:#ffe17d !important;}
.commerce_filter_icon.Restauracao .st0{fill:#0078c1 !important;}
.commerce_filter_icon.Saude .st0{fill:#6dffeb !important;}
.commerce_filter_icon.Servicos .st0{fill:#00b3e3 !important;}
.commerce_filter_icon.Talhos .st0{fill:#acdffc !important;}
.commerce_filter_icon.Turismo .st0{fill:#ffc200 !important;}
.commerce_filter_icon.Vestuario .st0{fill:#ff5151 !important;}




/* TERMS & CONDITIONS POPUP */
md-dialog.terms_conditions_popup {
    overflow: hidden;
}
.terms_conditions_title {
    text-align: center;
    font-size: 72px;
    font-weight: 500;
    color: #00b3e3;
    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: #00b3e3;
    font-size: 19px;
    margin-top: 30px;
    font-weight: 500;
}
.legal_text {
    font-size: 16px;
    text-align: justify;
}











/* COUNTY SELECT DIALOG */
.county_select_title_one {
    font-size: 50px;
    text-transform: uppercase;
    color: #00b3e3;
    font-weight: 500;
    text-align: center;
}
.county_select_title_one {
    font-size: 50px;
    line-height: 45px;
    text-transform: uppercase;
    color: #00b3e3;
    font-weight: 500;
    text-align: center;
    margin-top: 8px;
}
.county_select_title_two {
    font-size: 30px;
    line-height: 25px;
    text-transform: uppercase;
    color: #00b3e3;
    font-weight: 100;
    text-align: center;
    margin-bottom: 8px;
}
.county_select_subtitle {
    text-align: center;
    font-size: 18px;
    margin-top: 16px;
    color: #00b3e3;
}
.county_select_bootom_part > button.md-raised {
    background-color: #00b3e3;
    color: #fff;
    margin-bottom: 16px;
}
.county_select_bootom_part > button.md-raised:hover {
    background-color: rgba(0, 179, 227, 0.75) !important;
}
.county_select_bootom_part > button.md-raised[disabled] {
    background-color: rgba(0, 179, 227, 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;
    }
}



md-toolbar.frontend_topbars .md-toolbar-tools {
    background-color: transparent;
    box-shadow: 0px 0px 5px 0px #333;
    color: #ffffff;
    opacity: 1;
    background-color: rgba(255,255,255,0.50);
    min-height: 50px;
    line-height: 50px;
    height: 64px;
}
md-toolbar.frontend_topbars {
    background-color: #fff !important;
    border: 0px solid #00b3e3;
    height: 64px;
}
.topbar_pub_logos {
    height: 45px;
    width: 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
md-toolbar.md-default-theme.md-hue-2:not(.md-menu-toolbar) md-icon, md-toolbar.md-hue-2:not(.md-menu-toolbar) md-icon {
    color: rgba(0, 179, 227, .87);
    fill: rgba(0, 179, 227, .87);
}




/* COMMERCE SIDEBAR */
md-content.padded_content {
    padding: 8px;
}
.dialogTitleBold {
    font-family: satisfy;
    font-size: 25px;
    padding: 0 6px;
    line-height: 40px;
    color: #333e48;
}
span.dialogTitle {
    color: #00b3e3;
    font-size: 17px;
}
.frontend_right_sidebar_header md-icon {
    color: #333e48 !important;
}
.commerce_side_info_main_image {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.commerce_side_info_main_image_overlay {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgba(0, 179, 227, 0.1);
}
.commerce_side_info_title {
    font-family: satisfy;
    font-size: 24px;
    padding: 6px 0;
    color: #00b3e3;
}
.commerce_side_info_category {
    font-size: 12px;
    color: #0093c9;
    text-transform: uppercase;
}
.commerce_side_info_address {
    font-size: 16px;
    color: #333e48;
}
.commerce_side_info_workdays {
    padding-top: 6px;
}
.commerce_side_info_contact_title {
    padding-top: 12px;
    font-size: 18px;
    text-transform: uppercase;
    color: #333e48;
}
.commerce_side_info_contact_container button.commerce_side_info_contact_social {
    padding: 0px !important;
    width: 32px;
    height: 32px;
    min-height: 32px;
}
.commerce_side_info_contact_detail {
    line-height: 30px;
    font-size: 16px;
}
.commerce_side_info_main_image {
    height: 200px;
    margin: -40px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
button.commerce_close_side_right {
    position: absolute;
    z-index: 2001;
    color: #fff !important;
}
button.commerce_close_side_right md-icon {
    color: #fff !important;
}







/* ADVANCED SEARCH */
.md-dialog-container {
    background-color: rgba(51, 62, 72, 0.1);
}
md-content.advsearch_content {
    padding: 18px 26px;
}
.advsearch_popup_title {
    font-family: satisfy;
    text-align: center;
    font-size: 25px;
    color: #00b3e3;
    margin: 0 0 12px;
}
.advsearch_wrapper .md-errors-spacer {
    display: none;
}
.advsearch_checkboxes_title {
    font-size: 20px;
    border-bottom: 1px solid rgba(87, 201, 232, 0.5);
    line-height: 21px;
    margin: 0 0 6px 0;
    color: #00b3e3;
}
.advsearch_hours_subtitle {
    font-size: 16px;
    border-bottom: 1px solid rgba(87, 201, 232, 0.25);
    margin: 0 12px 0 0;
}
.advsearch_hours_separator {
    /* margin: 26px 0; */
    line-height: 26px;
    font-size: 20px;
}
.advsearch_hours_container md-input-container {
    margin: 0;
}
.advsearch_hours_container md-input-container .md-errors-spacer {
    display: none;
}
.advsearch_checkboxes_title {
    font-size: 20px;
    border-bottom: 1px solid rgba(87, 201, 232, 0.5);
    line-height: 21px;
    margin: 30px 0 21px 0;
    color: #00b3e3;
}
.advsearch_checkboxes_container md-checkbox.md-default-theme.md-checked .md-icon, .advsearch_checkboxes_container md-checkbox.md-checked .md-icon {
    background-color: #00b3e3;
}
.advsearch_hours_container input {
    max-width: 110px;
}
button.advsearch_submit_button {
    background-color: #00b3e3 !important;
}
/*.menu_lateral > md-content > ul > li > menu-link > .md-button.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover {
    background-color: rgba(0, 179, 227, 0.5) !important;
}*/
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: #00b3e3;
}
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: #00b3e3;
}
label {
    font-weight: 500 !important;
}