
#welcome_to_intheshade{
    text-align: center;
    margin-top: 15px;
}

#stadium_sections_edit_header{
    margin-top: 15px;
}

#openlayers_map_canvas{
    border: 1px solid #999;
    padding: 0px;
}

.opencanvas_short_map{
    height: 350px;
}

.opencanvas_big_map{
    height: 700px;
}

button.inline_button{
    display: inline-block;
}

img#header_image{
    max-width: 30px;
    margin-right: 5px;
}

div#user_feedback_container{
    margin-top: 30px;
}

#event_title{
    font-size: 24px;
    font-weight: bold;
}

#event_header{

}

#event_details_container{
    margin-top: 0.5rem !important;
}

.event_time{
    color: #666;
    font-size: 14px;
}

.sporting_event_title{
    font-weight: bold;
}

.event_date{
    font-weight: bold;
}

.sporting_event_location{
    color: #666;
    font-style: italic;
}

#background_team_container {

}

#background_image{
    background-image: url('https://intheshade.s3.amazonaws.com/images/logos/atlanta-braves-logo.png');

    /* Center the image */
    background-position: center center;

    /* Prevent scrolling */
    background-attachment: fixed;

    /* Full height */
    height: 100vh;
    width: 100%;

    /* Sit behind the content */
    z-index: -1;

    /* Prevent repeat */
    background-repeat: no-repeat;

    /* Set position to fixed if you want the image to cover entire webpage */
    position: fixed;

    opacity: 50%;
}

#main_content {
    z-index: 1;
    position: relative;
}

.opaque_link{
    opacity: 90%;
}

#team_page_header{
    padding: 25px;
}

.text-bg-allshade {
    color: #fff !important;
    background-color: RGBA(25,135,84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-mostshade {
    color: #fff !important;
    background-color: RGBA(32,201,151, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-halfshade {
    color: #fff !important;
    background-color: RGBA(255,193,7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-mostsun {
    color: #fff !important;
    background-color: RGBA(253,126,20, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-allsun {
    color: #fff !important;
    background-color: RGBA(220,53,69, var(--bs-bg-opacity, 1)) !important;
}

#selected_section_and_row{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

span.sub_header{
    font-size: 16px;
}

a#finish_drawing{
    margin-bottom: 15px;
}

#seats_slider{
    width: 80%;

}

.slider.slider-horizontal{
    width:80% !important;
    margin-left: 10% !important;
}

#slider .ui-slider-tick-mark {
    position: absolute;
    width: 1px;
    height: 5px;
    background: #000;
}

#google_map{
    height: 600px;
}

a#remove_starting_coords{
    display: none;
}

#clear_wall_points{
    display: none;
}

#save_wall_points{
    display: none;
}

a.back_button{
    padding-bottom: 15px;
}

span.smaller_text{
    font-size: 14px;
}

#event_details_subheader{
    font-size: 14px;
    color: #666;
}

div.sticky_map{
    position: sticky !important;
    top: 10px;
}

.top_button_group{
    padding-bottom: 15px;
}

#wizard_main_content{
    margin-top: 15px;
}

.point_group{
    margin-bottom: 25px;
}

.point_counter{
    margin-top: 15px;
}

form.inline_form{
    display: inline-block;
}

#svg_container{
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 0px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

#intheshade_nav{
    margin-bottom: 15px;
}

.ol-attribution.ol-logo-only,
.ol-attribution.ol-uncollapsible {
    max-width: calc(100% - 3em) !important;
    height: 1.5em !important;
}

.ol-control button,
.ol-attribution,
.ol-scale-line-inner {
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif !important;
}

.ol-popup {
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 100px;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
    color: #c3c3c3;
}
