@import url("widgets.css"); /*body, html { background-color:#999999; width:600px; height:540px;}*/
html {
    height: 100%;
    width: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: url(/assets/img/loading2.gif) no-repeat center center;
}

/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea,select {
    font-size: 12px;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    color: #35312c;
}

p {
    margin: 0 0 1em;
}

a {
    color: blue;
}

a:hover {
    color: blue;
}

a:focus {
    outline: none !important;
}

#embed-wrapper {
    display: none;
}

div#map-container {
    margin: 0px;
    width: 100%;
    height: 100%;
    float: left;
}

div#map-canvas {
    width: 100%;
    height: 100%;
}

div#map-canvas img {
    max-width: none;
}

div#map-control {
    background-color: #f2f2f2;
    height: 67px;
    color: #898989
}

div#map-control form {
    height: 67px;
}

div#map-control form p {
    vertical-align: middle;
    height: 40px;
    display: block;
    margin-bottom: 15px;
}

div#map-control form p input {
    margin: 0;
    color: #898989;
    padding-left: 5px;
    height: 25px;
    background: none repeat scroll 0 0 #E2E2E2;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1) inset;
    border-radius: 3px 3px 3px 3px;
    border: medium none;
}

div#map-control form p select {
    color: #898989;
    background: none repeat scroll 0 0 #E2E2E2;
    height: 26px;
}

div#map-control form p span {
    height: 25px;
    text-align: right;
    padding-right: 5px;
    display: inline-block;
    width: 80px;
    color: #3e3e3e
}

div#map-control form input.submit {
    margin-left: 5px;
    box-shadow: none;
    background: url(img/map-submit-btn.png) no-repeat;
    width: 70px;
    height: 29px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}

.map-btn {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #6C5CE7;
    display: block;
    color: #fdf1f7;
    text-align: center;
}

.button {
    display: block;
    height: 33px;
    margin: -5px -5px 5px -5px;
    font-family: OpenSans, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.button:hover {
    color: white;
}

#notify-me-submit {
    margin-top: 10px;
}

#request-a-screening {
    margin-bottom: 10px;
}

#request-a-screening, #notify-me {
    margin-top: 5px;
}

#modal-no-screenings-available .fa-external-link {
    margin-left: 5px;
}

.map-modal form fieldset p label {
    color: #35312c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    /*float: left;*/
    clear: right;
}

.map-modal form fieldset p {
    margin-bottom: 0px;
}

.map-modal form fieldset p:nth-child(2) {
    margin-top: 10px;
}

.map-modal form fieldset p input {
    margin: 1px 0px;
    /*width: 170px;*/
    color: #898989;
    border: 1px solid #b6b6b6;
}

.map-modal form fieldset input.submit {
    margin-left: -3px;
    margin-top: 15px;
    box-shadow: none;
    background: url('img/map-submit-btn.png') no-repeat;
    width: 70px;
    height: 29px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    display: block;
}

.map-modal form fieldset p input.modal-error-field {
    border: 1px solid #f00;
}

.map-modal form #film_notification_unique-entry, #film_notification_has_errors {
    color: #f00;
    margin-top: 10px;
}

.map-modal #notify-me-success a {
    text-decoration: underline;
}

#map-widget-control {
    position: relative;
}

#map-widget-control input#search_by_city {
    width: 200px;
    height: 25px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: none;
    margin: 0;
}

#map-widget-control input#search_by_city:focus {
    outline: none;
}

#map-widget-control input#control-submit {
    height: 25px;
    border: none;
    background: #6C5CE7;
    color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin: -5px;
}

.hide {
    display: none;
}

.not-visible {
    visibility: hidden
}

#screening-stats {
    margin-top: 20px;
    margin-bottom: 20px;
}

#screening-stats #screening-status .progress {
    position: relative;
    margin-top: 20px;
}

#screening-stats #screening-status .bar {
    z-index: 1;
    position: absolute;
}

#screening-stats #screening-status .progress span {
    position: absolute;
    top: 0;
    z-index: 2;
    color: black;
    text-align: center;
    width: 100%;
    line-height: 20px;
}

#screening-actions p {
    text-align: center;
}

#screening-actions {
    display: flex;
    justify-content: center;
}

#screening-actions #tickets-available {
    text-align: center !important;
    font-size: 80%;
}

#screening-actions .screening-action-button:hover {
    text-decoration: underline;
    color: white !important;
}

.screening-action-button {
    background: #6C5CE7 !important;
    border: none !important;
}

.screening-action-button:focus {
    background: #6C5CE7 !important;
    outline: none !important;
}

.screening-action-button .fa-external-link {
    margin-left: 5px;
}

#film-details {
    direction: ltr;
    overflow: hidden;
    text-align: center;
    position: relative;
    color: rgb(86, 86, 86);
    user-select: none;
    background-color: #fdf1d7;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    border-left: 0px;
    min-width: 39px;
}

#film-details h2 {
    padding-top: 30px;
    font-size: 36px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    min-height: 40px;
}

#film-details h2 a {
    color: #35312c;
}

#screening-details #screening-title h1 {
    font-size: 14px;
}

#screening-details #screening-venue p {
    margin-bottom: 0px;
}

#map-gathr-logo {
    direction: ltr;
    overflow: hidden;
    position: relative;
    margin: 0 10px 10px 10px;
}

#map-gathr-logo img {
    height: 36px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

#map-legend, #map-help, #map-chat {
    direction: ltr;
    overflow: hidden;
    /* display: flex; */
    position: relative;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    user-select: none;
    font-size: 11px;
    background-color: rgb(255, 255, 255);
    padding: 11px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    border-left: 0px;
    /* min-width: 39px; */
    margin: 0 10px 9px 10px;
    border-radius: 8px;
}

#map-legend {
    display: flex;
    opacity: 80%;
    flex-direction: column;
    justify-content: center;
}

#map-legend img {
    padding-right: 5px;
    vertical-align: middle;
}

#map-legend div {
    margin: 3px;
}

#map-lower-right {
    bottom: 70px !important;
}

#map-help, #map-chat {
    text-align: center;
}

#map-help, #map-chat a:hover {
    cursor: pointer;
}

#map-help {
    background: #6C5CE7;
    color: #fff;
    font-weight: 600;
    transition: all .2s;
}

#map-help:hover {
    background: #fff;
    color: #6C5CE7;
    transition: all .2s;
}

#map-chat {
    display: none;
}

#map-header {
    display: flex;
    direction: ltr;
    overflow: hidden;
    position: relative;
    width: 275px;
    height: 50px;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    user-select: none;
    font-size: 1.5em;
    background-color: rgb(255, 255, 255);
    padding: 11px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    border-left: 0px;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    opacity: 80%;
    font-weight: 600;
}

#map-searchbox {
    direction: ltr;
    overflow: hidden;
    text-align: center;
    position: relative;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    user-select: none;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    padding: 11px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-left: 0px;
    min-width: 39px;
    margin: 10px;
    border-radius: 12px;
    padding: 12px;
}

.map-modal {
    font-size: 18px;
    min-height: 20px;
    padding: 19px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    margin: 1em;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.map-modal p {
    font-size: 16px;
}

.popup_visible .map-modal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.pac-container {
    color: #000 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #CCCCCC;
    overflow: hidden !important;
    height: 130px;
}

.map-modal-close-btn {
    float: right;
    display: block;
    position: relative;
    background: url('/assets/widgets/films/modal-close.png') no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    margin-top: -10px;
    margin-right: -10px;
    clear: right;
    cursor: pointer;
}

.gm-style .gm-style-iw-c {
    max-width: 250px !important;
}

.progress-text {
    position: absolute;
    left: calc(50% - 30px);
    top: 2px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 0px 3px black;
}

@media (max-width: 421px) {
    #map-widget-control input#search_by_city {
        width: 95px;
    }
}

@media (max-width: 501px) {
    .screening-action-button {
        font-size: 12px;
    }
    .screening-infowindow {
        margin: 0px 12px 12px 0px;
    }
}
