/*
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 : 27/ago/2019, 16:00:09
    Author     : cbrag
*/

@font-face {
    font-family: 'Source_Sans';
    src: url(../fonts/SourceSansPro-ExtraLight.ttf);
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: 'Source_Sans';
    src: url(../fonts/SourceSansPro-ExtraLightIt.ttf);
    font-style: italic;
    font-weight: 200;
}
@font-face {
    font-family: 'Source_Sans';
    src: url(../fonts/SourceSansPro-Light.ttf);
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Source_Sans';
    src: url(../fonts/SourceSansPro-LightIt.ttf);
    font-style: italic;
    font-weight: 300;
}
@font-face {
    font-family: 'Source_Sans';
    src: url(../fonts/SourceSansPro-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Source_Sans';
    src: url(../fonts/SourceSansPro-It.ttf);
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: 'Source_Sans';
    src: url(../fonts/SourceSansPro-SemiBold.ttf);
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: 'Source_Sans';
    src: url(../fonts/SourceSansPro-SemiBoldIt.ttf);
    font-style: italic;
    font-weight: 600;
}
@font-face {
    font-family: 'Source_Sans';
    src: url(../fonts/SourceSansPro-Bold.ttf);
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Source_Sans';
    src: url(../fonts/SourceSansPro-BoldIt.ttf);
    font-style: italic;
    font-weight: 700;
}
@font-face {
    font-family: 'Source_Sans';
    src: url(../fonts/SourceSansPro-Black.ttf);
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: 'Source_Sans';
    src: url(../fonts/SourceSansPro-BlackIt.ttf);
    font-style: italic;
    font-weight: 900;
}

body {
    font-family: 'Source_Sans';
}
body, html {
    height: auto;
    position: relative;
    background: #fff;
}

.control_bar_outer_container {
    width: 460px;
}
.control_bar_wrapper {
    padding: 34px;
}
.control_bar_logo {
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
button.control_bar_info_button.md-icon-button.md-button.md-ink-ripple {
    font-size: 24px;
    color: #cfd8dc;
}
.control_bar_command_section_wrapper.red .control_bar_command_icon_wrapper {
    background: #ff5252;
    color: #fff;
    width: 44px;
    text-align: center;
    height: 44px;
    border-radius: 50%;
    font-size: 24px;
    margin: 0 12px 0 0;
}
.control_bar_command_section_wrapper.red .control_bar_command_text {
    color: #ff5252;
    font-size: 18px;
    font-weight: 600;
}
md-switch.control_bar_command_section_wrapper .md-label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
}
md-switch.md-default-theme .md-bar, md-switch .md-bar {
    background-color: rgb(207, 216, 220);
}
.control_bar_command_section_wrapper.red md-switch.control_bar_command_section_wrapper.md-checked .md-bar {
    background-color: rgba(255, 82, 82, 0.5);
}
.control_bar_command_section_wrapper.red md-switch.control_bar_command_section_wrapper.md-checked .md-thumb.md-ink-ripple {
    background-color: rgb(255, 82, 82);
    color: rgb(255, 82, 82);
}
.distance_slider > span {
    color: #bb3c3c;
    font-size: 16px;
    font-weight: 600;
}
.distance_slider .md-slider-content .md-track-container {
    height: 14px;
    top: 17px;
    border-radius: 7px;
    overflow: hidden;
}
.distance_slider .md-slider-content .md-track-container .md-track {
    background: #cfd8dc;
}
.distance_slider .md-slider-content .md-track-container .md-track.md-track-fill {
    background: #bb3c3c;
}
md-slider .md-slider-content .md-thumb:after, md-slider .md-slider-content .md-thumb:after {
    content: "";
    background: #ff5252 !important;
    border: 0;
    width: 24px;
    height: 24px;
    top: -2px;
}
.slider_text {
    color: #cfd8dc;
    font-weight: 600;
    font-size: 16px;
    transition: .15s all linear;
}
.slider_text.active {
    color: #bb3c3c;
    font-weight: 800;
}



.control_bar_command_section_wrapper.blue .control_bar_command_icon_wrapper {
    background: #027cb6;
    color: #fff;
    width: 44px;
    text-align: center;
    height: 44px;
    border-radius: 50%;
    font-size: 24px;
    margin: 0 12px 0 0;
    min-width: 44px;
}
.control_bar_command_section_wrapper.blue .control_bar_command_icon_wrapper > div {
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
button.control_bar_command_toggle_wrapper.md-icon-button.md-button.md-ink-ripple {
    margin: 0 0 0 6px;
    color: #027cb6;
}
.control_bar_command_section_wrapper.blue .control_bar_command_text {
    color: #027cb6;
    font-size: 18px;
    font-weight: 600;
}

.control_bar_command_subsection_wrapper {
    padding: 0 56px;
}
md-checkbox .md-icon {
    width: 13px;
    height: 13px;
    top: 3px;
    margin: 0 auto;
    right: 0px;
    border-radius: 50%;
    border: 0;
    background: #cfd8dc;
}
md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: rgb(2, 124, 182);
}
md-checkbox.md-default-theme.md-checked .md-icon:after, md-checkbox.md-checked .md-icon:after {
    border-color: transparent;
}
md-checkbox .md-label {
    font-weight: 600;
    color: #cfd8dc;
}
md-checkbox.md-checked .md-label {
    color: #027cb6;
}

.control_bar_command_subsection_wrapper {
    height: 0;
    overflow: hidden;
}
.control_bar_command_subsection_wrapper.opened {
    height: auto;
    height: calc(100% - 75px);
    overflow: auto;
}
button.control_bar_command_toggle_wrapper.md-icon-button.md-button.md-ink-ripple.opened svg {
    transform: rotate(180deg);
}





/*.control_bar_commands_container {
    height: calc(100vh - 275px);
}*/

.logo_img > img {
    height: 60px;
    object-position: center;
    display: block;
    margin: 12px auto;
}

.logo_text {
    color: #cfd8dc;
    text-align: center;
    font-weight: 600;
}





.control_bar_command_section_wrapper {
    height: auto;
    margin: 6px 0;
    outline: none;
}
.control_bar_commands_wrapper {
    height: calc(100vh - 275px);
    /*overflow: auto;*/
}







.control_bar_park_detail_header_container {
    background: #027CB6;
    color: #fff;
}
.control_bar_park_detail_header_wrapper {
    padding: 0 0 8px;
}
.control_bar_park_detail_header_name {
    font-weight: 600;
    font-size: 28px;
    padding: 24px 0 0;
}
.control_bar_park_detail_header_street {
    font-size: 14px;
    margin: -8px 0 18px;
}
.control_bar_park_detail_header_distance_wrapper {
    width: 46px;
    height: 46px;
    background: #A5D6A7;
    border-radius: 50%;
    margin: 0px 12px 0;
}
.control_bar_park_detail_header_wrapper button.md-icon-button.md-button.md-ink-ripple {
    font-size: 18px;
}
.control_bar_park_detail_wrapper > img {
    width: 100%;
}
.control_bar_park_detail_wrapper {
    height: 100vh;
}
.control_bar_park_detail_prices_icon_wrapper {
    height: 32px;
    width: 32px;
    background: #027cb6;
    border-radius: 50%;
    color: #fff;
}
.control_bar_park_detail_prices_wrapper {
    padding: 34px;
}
.control_bar_park_detail_prices_text {
    color: #027cb6;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}
.control_bar_park_detail_prices_icons_wrapper {
    margin: 0 0 12px;
}
.control_bar_park_detail_wrapper .footer_trademarks_container, .control_bar_street_detail_container .footer_trademarks_container {
    padding: 34px;
}





.control_bar_street_detail_prices_container {
    height: calc(100vh - 268px);
}
.control_bar_street_detail_container .control_bar_park_detail_header_container {
    background: #80DEEA;
}
.control_bar_street_detail_prices_wrapper {
    padding: 34px 12px 34px 34px;
}
.control_bar_street_detail_prices_icon_wrapper {
    color: #CFD8DC;
    font-size: 16px;
    font-weight: 400;
}
.control_bar_street_detail_park_distance_wrapper {
    width: 46px;
    height: 46px;
    background: #A5D6A7;
    border-radius: 50%;
    margin: 0px 12px 0;
}
.control_bar_street_detail_park_distance {
    font-weight: 600;
    color: #fff;
}
.control_bar_street_detail_park_icon img {
    width: 46px;
    height: 46px;
    margin: 0 12px 0 0;
}
.control_bar_street_detail_park_name {
    font-size: 16px;
    font-weight: 600;
    color: #027CB6;
}
.control_bar_street_detail_prices_text_wrapper {
    padding: 6px 0 18px;
}
.control_bar_street_detail_prices_icons_wrapper {
    margin: 0 0 12px;
}
.control_bar_street_detail_prices_text_container {
    height: calc(100vh - 345px);
    overflow: auto;
}










.control_bar_command_subsection_wrapper::-webkit-scrollbar, .control_bar_street_detail_prices_text_container::-webkit-scrollbar {
    width: 8px;
    background-color: #cfd8dc;
}
.control_bar_command_subsection_wrapper::-webkit-scrollbar-track, .control_bar_street_detail_prices_text_container::-webkit-scrollbar-track {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #cfd8dc;
}
.control_bar_command_subsection_wrapper::-webkit-scrollbar-thumb, .control_bar_street_detail_prices_text_container::-webkit-scrollbar-thumb {
    background-color: #027cb6;
}




.map_point_name_wrapper {
    background: #fff;
    padding: 6px 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    min-width: 150px;
    text-align: center;
    color: #027cb6;
    box-shadow: 0px 0px 6px -2px #000;
    border-radius: 3px;
}
.map_point_name {
    font-size: 16px;
    font-weight: 600;
}