﻿/*
    jQuery UI Dialog overrides
*/
.ui-dialog {
    border: none;
    overflow: visible;
    outline: none;
    padding: 0;
    margin: 0;
		font-family: Helvetica, Arial, sans-serif !important;
}

.ui-dialog .ui-dialog-titlebar {
    background: none;
    border: none;
    padding: 0 0 3px 4px;
    color: black;
    width: 100%;
    display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
    overflow: visible;
}

.ui-dialog .ui-dialog-titlebar-close {
    top: -15px;
    right: -15px;
    margin: 0;
    padding: 0;
    z-index: 2001;
    width: 31px;
    height: 31px;
    background-color: transparent;
    outline: none;
}

.ui-dialog .ui-widget-header .ui-icon {
    width: 31px;
    height: 31px;
    background: url('/assets/img/icons/modal-icon-close.png') 50% 50% no-repeat;
    margin: 0;
    top: 0;
    left: 0;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
    background: none;
}

.ui-autocomplete {
    border: 1px solid #c2c2c2;
    border-top: none;
    top: -5px;
    width: 254px;
    font-size: 12px;
}
.ui-autocomplete a.ui-state-focus {
    background: #fff;
    color: #076cdc;
}


/*
    internal content modal stylings
*/
.modal-blurry {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    -webkit-filter: blur(3.8px);
    -moz-filter: blur(3.8px);
    -o-filter: blur(3.8px);
    -ms-filter: "blur(3.8px)";
    filter: blur(3.8px);
}

.ui-widget-overlay {
    background: rgb(0, 0, 0);
    opacity: 0.6;
    filter: Alpha(opacity=60);
    display: block;
    z-index: 1001;
    position: fixed;
}

.ui-widget-overlay.light {
    background: rgb(0, 0, 0);
    opacity: 0.0;
    filter: Alpha(opacity=0);
}

.modal {
    display: none;
    text-align: left;
    background: #fff;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .75);
    z-index: 1101;
    padding: 25px;
		padding: 0;
}

.modal-contents {
    margin: 30px;
    display: inline-block;
    font-size: 14px;
}

.modal input[placeholder] { color: #222222; font-size: 12px; line-height: 20px; }
.modal input::-webkit-input-placeholder { color: #222222; font-size: 12px; line-height: 20px; }
.modal input::-moz-placeholder    { color: #222222; font-size: 12px; line-height: 30px; }
.modal input:-moz-placeholder     { color: #222222; font-size: 12px; line-height: 30px; }
.modal input::-ms-input-placeholder     { color: #222222; font-size: 12px; line-height: 20px; }




.modal .btn.close {
    top: -22px;
    right: -22px;
    height: 31px;
    width: 31px;
    cursor: pointer;
    background: url('/assets/img/icons/modal-icon-close.png') 50% 50% no-repeat;
    padding: 10px;
}

.modal a.btn.wide {
    color: #076cdc;
    width: 120px;
}

.modal .faux-h1 {
    font-size: 25px;
    line-height: 25px;
    color: #4a4a4a;
    display: block;
    padding: 0 0 15px;
    font-weight: bold;
    text-transform: none;
    text-align: left;
}
.modal strong {
    font-weight: bold;
}

.modal .faux-h2 {
    font-size: 16px;
    line-height: 16px;
    color: #4a4a4a;
    display: block;
    padding: 0;
    font-weight: bold;
    text-transform: none;
    text-align: left;
}

.modal .faded-rule {
    background: url('/Assets/img/icons/modal-faded-rule.png') left top no-repeat;
    height: 9px;
}

.modal .results {
    float: left;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
    overflow: scroll;
    overflow-x: hidden;
    max-height: 500px;
    width: 100%;
}



.box-outline {
    display: table;
    border: 1px solid #ebebeb;
    background: #f4f4f4;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    padding: 4px 6px 5px;
    float: left;
    height: auto;
}

    .box-outline * {
        cursor: pointer;
    }

    .box-outline.active {
        border: 1px solid #95c2e8;
        background: #eef5ff;
    }


.modal-scroll::-webkit-scrollbar {
    background: #fff;
    background: rgba(255, 255, 255, 0);
    width: 10px;
    height: 10px;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.modal-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .075);
    border-radius: 5px;
}

.modal-scroll:hover::-webkit-scrollbar {
}

.modal-scroll:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .150);
}


/*
    MODAL -> Showtime search
*/
.modal-showtimes {
    overflow: visible;
    display: none;
		padding: 25px !important;
}

    .modal-showtimes .modal {
        
    }

    .modal-showtimes h2 {
        font-size: 16px;
    }

    .modal-showtimes .faux-h2 { font-size: 16px; }

    .modal-showtimes .modal-form {
        height: 65px;
        padding-bottom: 15px;
        font-size: 13px;

				padding-bottom: 0; /* tightening up space */
    }

    .modal-showtimes .modal-form-label {
        margin-bottom: 5px;
    }
		.modal-showtimes .modal-form input {
			width: 260px;
			margin: 0;
			height: 27px;
			background: transparent;
			border: none;
            box-shadow: none;
		}

    .modal-showtimes .icon {
        float: left;
        width: 16px;
        height: 15px;
        background: url('/Assets/img/icons/sprite-icons-modal-showtimes.png') left 2px no-repeat;
    }

        .modal-showtimes .icon.location {
            background-position: 0 0px;
						height: 14px;
        }

        .modal-showtimes .icon.date {
            background-position: 0 -15px;
        }

.modal-showtimes .modal-contents {
    display: block;
}
    .modal-showtimes .theatre-name {
        font-weight: bold;
    }

    /*.modal-showtimes .icon-calendar {
        float: right;
        margin-left: 10px;
				margin-top: 8px;
    }*/

    .modal-showtimes .icon-calendar {
        float: right;
        margin-left: 10px;        
        position: absolute; 
        right: 10px; 
        pointer-events: none; 
    }

    .modal-showtimes .modal-form-left,
    .modal-showtimes .modal-form-right {
        float: left;
    }

    .modal-showtimes .modal-form-left {
        margin-right: 25px;
    }

    .modal-showtimes .showtimes-details {
        width: 100%;
        margin-top: 20px;
    }

    .modal-showtimes .showtimes-details-right {
        float: right;
    }

    #showtimes-results.results {
        max-height: 500px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .modal-showtimes .results {
        width: 690px;
        height: auto;
    }

    .modal-showtimes .poster {
        float: left;
    }

        .modal-showtimes .poster img {
            width: 99px;
            height: 147px;
            margin-right: 20px;
        }

    .modal-showtimes .movie-details {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 20px;
        color: #2e2e2e;
    }

    .modal-showtimes .rating {
        float: left;
        width: 25px;
        height: 15px;
        background: url('/Assets/img/icons/sprite-icons-ratings.png') left top no-repeat;
    }

    .modal-showtimes .rating-g {
        background-position: 0 0px;
    }

    .modal-showtimes .rating-pg {
        background-position: 0 -20px;
    }

    .modal-showtimes .rating-pg13 {
        background-position: 0 -40px;
    }

    .modal-showtimes .rating-r {
        background-position: 0 -60px;
    }

    .modal-showtimes .rating-nc17 {
        background-position: 0 -80px;
    }


    .modal-showtimes .results-showtimes li {
        padding: 10px 20px;
        color: #777773;
        font-size: 13px;
        width: 330px;
        clear: both;
        float: left;
    }

        .modal-showtimes .results-showtimes li.results-showtime-even {
            background: #f5f5f5;
        }

    .modal-showtimes .results-showtimes-set li {
        display: block;
        clear: none;
        width: 25%;
        padding: 0;
    }

        .modal-showtimes .results-showtimes-set li.additional {
            padding-top: 10px;
            margin-top: 10px;
            border-top: 1px solid #d6d6d6;
        }

    .modal-showtimes .theatre-type {
        width: 105px;
        height: 20px;
        background: url('/Assets/img/icons/sprite-icons-theatretype.png') no-repeat;
        margin-bottom: 10px;
    }

    .modal-showtimes .imax {
        background-position: 0 0px;
    }

    .modal-showtimes .imax-real3d {
        background-position: 0 -20px;
    }

    .modal-showtimes .real3d {
        background-position: 0 -40px;
    }


    .modal-showtimes a.matinee {
        color: #777773;
    }


    .modal-showtimes.notshowing {
        height: 280px;
    }

        .modal-showtimes.notshowing h1 {
            border-bottom: #b4b4b4 1px solid;
        }

        .modal-showtimes.notshowing h2 {
            margin-bottom: 10px;
        }

        .modal-showtimes.notshowing .showtimes-details-right {
            float: left;
            margin-left: 20px;
        }

	.modal-showtimes .showtime-result { margin-bottom: 30px; }
/*
    END -- MODAL -> Showtime search
*/



/*
    MODAL -> Location search
*/
.modal-location {
    overflow: visible;
    display: none;
}

.modal-location .preload-container {
	top: 140px !important;
	width: 70%;
	margin: 0 15%;
}

.modal-location .modal-contents {
    width: 90%;
}

    .modal-location h1 {
        font-size: 25px;
        padding-bottom: 25px;
    }

    .modal-location .faux-h1 { 
        font-size: 25px; 
        padding-bottom: 25px; 
    }

    .modal-location h1 strong {
        font-weight: bold;
    }

    .modal-location .modal-form {
        text-align: left;
        display: table;
        width: 100%;
        font-size: 15px;
        color: #4a4a4a;

        margin-bottom: 32px;
    }
    .modal-location .error-container {
        font-size: 16px;
        font-weight: bold;
    }
    .modal-location .quantity-found {
        background: #f1f1f1;
        width: 100%;
    }
    .modal-location .quantity-found div {
        padding: 20px;
        font-size: 12px;
        font-weight: bold;
    }

        .modal-location .modal-form .results-for {
            float: left;
        }

            .modal-location .modal-form .results-for input, .modal-location .modal-form .results-for div button {
                -moz-border-radius: 3px;
                border-radius: 3px;
                display: block;
                color: #3a3a3a;
                font-size: 15px;
                text-indent: 12px;
                height: 30px;
                background: #fff;
                border: 1px solid #ccc;
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

                margin: 0;
            }

            .modal-location .modal-form .results-for input {
                width: 224px;
                float: left;
                margin-right: 4px;
                font-size: 15px;
                font-weight: bold;
                margin-bottom: 12px !important;
            }
            .modal-location .modal-form .note {
                clear: both;
            }

            .modal-location .modal-form .results-for div {
                position: relative;
//                margin-top: 4px;
                float: left;
            }

                .modal-location .modal-form .results-for div.label {
                    padding: 10px 15px 0 0;
                }

                .modal-location .modal-form .results-for div button {
                    border-radius: 3px;
                    width: 34px;
                    height: 34px;
                    padding: 0;
                    background: #e0e0e0;
                    text-align: center;
                    margin-top: 0px;
                    outline: none;
                    float: left;
                    background-color:#E8E8E8; 
           background-image: linear-gradient(bottom, #E8E8E8 0%, #F9F9F9 57%) !important;
           background-image: -o-linear-gradient(bottom, #E8E8E8 0%, #F9F9F9 57%) !important;
    background-image: -moz-linear-gradient(bottom, #E8E8E8 0%, #F9F9F9 57%) !important; background-image: -webkit-linear-gradient(bottom, #E8E8E8 0%, #F9F9F9 57%) !important;
    background-image: -ms-linear-gradient(bottom, #E8E8E8 0%, #F9F9F9 57%) !important;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E8E8E8), color-stop(0.57, #F9F9F9)) !important;
                }

                    /* center icon */
                    .modal-location .modal-form .results-for div button span {
                        margin-left: -8px;
                        background: url('/Assets/img/icons/icon-search.png') center center no-repeat;
                    }

    .modal-location .results li {
        padding: 13px 0;
        text-align: left;
        display: table;
        width: 100%;
        border-top: 1px solid #d7d7d7;
        color: #4a4a4a;
    }

        .modal-location .results li:first-child {
            border: none;
        }

    .modal .distance,
    .modal-location .distance {
        float: left;
        color: #7f7f7e;
        text-align: center;
        width: 150px;
    }

    .modal-location .theatre-info {
        float: left;
    }

    .modal .mileage,
    .modal-location .mileage {
        color: #4a4a4a;
        font-weight: bold;
        font-size: 60px;
    }

    .modal-location .theatre-info {
        font-size: 13px;
        line-height: 18px;
        font-weight: 500;
        /*width: 320px;*/ /*This causes most return cases to wrap and place distance above theatre location*/
				width: 300px; /* Needs a width to keep long theatre names from pushing it too wide and falling under distance*/
    }

    .modal-location .theatre-name {
        padding-bottom: 5px;
    }

    .modal-location .theatre-link {
        font-size: 17px;
        font-weight: bold;
        color: #076cdc;
    }

    .modal-location .theatre-phone {
        font-weight: bold;
        padding: 3px 0;
    }

    .modal-location .box-outline {
        line-height: 9px;
    }

    .modal-location .my-theatre-button {
        font-size: 12px;
    }

        .modal-location .my-theatre-button div {
            float: left;
        }

        .modal-location .my-theatre-button .label {
            padding-left: 5px;
            padding-top: 2px;
        }

    .modal-location div.radio, .modal-location div.radio input {
        height: 12px;
        width: 12px;
    }

        .modal-location div.radio span {
            height: 12px;
            width: 12px;
            background: url('/assets/img/icons/sprite-input-radio.png') no-repeat;
            background-position: 50% -20px;
        }

            .modal-location div.radio span.checked {
                background-position: 50% 0;
            }
/*
    END -- MODAL -> Location search
*/


/*
    MODAL -> Trailer
*/
.modal-trailer {
    overflow: visible;
    display: none;

    background: transparent;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-contents-trailer {
    margin: 0px;
}

.modal-trailer .modal {

}

.modal-trailer .ui-dialog-title {
	font-size: 38px;
	padding: 10px 0 0 35px;
	height: 40px;
	overflow: hidden;
	color: #fff;
}
.modal-trailer .ui-dialog-content {
	margin: 55px 0px 0px 30px;
}
.modal-trailer .ui-dialog-titlebar-close {
	top: 45px;
	right: -10px;
}




#modal-addressInfo-edit {


}
#modal-addressInfo-edit .label-input-group {
	display: inline-block;
	float: left;
	width: 320px;
	min-height: 75px;
}
#modal-addressInfo-edit .label-input-group span {
	float: left;
}
#modal-addressInfo-edit .label-input-group input {
	width: 300px;
}
#modal-addressInfo-edit .label-input-group input[type="checkbox"] {
	width: 30px;
}


#modal-addressInfo-edit .label-input-group.country {
	width: 180px;
}
#modal-addressInfo-edit .label-input-group.country select {
	width: 160px;
}
#modal-addressInfo-edit .label-input-group.zip {
	width: 140px;
}
#modal-addressInfo-edit .label-input-group.zip input {
	width: 120px;
}

#modal-addressInfo-edit .label-input-group.phone label {
	margin-left: 10px;
	clear: none;
	margin-top: 4px;
}
#modal-addressInfo-edit .label-input-group.phone span {
	margin-left: 10px;
	clear: none;
}

#modal-addressInfo-edit .label-input-group.birth select {
	clear: none;
	float: left;
	margin-right: 20px;
}

#modal-addressInfo-edit .label-input-group.birth .birthdate-group {
	clear: both;
	float: left;
}


#modal-addressInfo-edit .submit-button {
	clear: both;
	float: left;
}

#modal-addressInfo-edit .error 
{
    padding-left:3%;
}

#KingSizeReclinersModal {
    padding: 45px !important;
}

#KingSizeReclinersModalText div{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#KingSizeReclinersModalText .recliner-header {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 2%;
    color: rgb(48,48,48);
}

#KingSizeReclinersModalText .recliner-body-text {
    margin-top: 8%;
    color: rgb(121,121,121);
    line-height: 30px;
}

#KingSizeReclinersModalText ul {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: rgb(61,138,10);
    font-size: 20px;
    margin-top: 8%;
    font-weight: bold;
}

#KingSizeReclinersModalText li {
    margin-bottom: 7%;
    list-style-image:url('/Assets/img/misc/checkmarkButtetIcon.PNG');
}

#KingSizeReclinersModal .recliner-cta {
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    padding: 3%;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}



#modal-location-showtimes-results .result-left {
    width: 350px;
}
#modal-location-showtimes-results .result-right {
    width: 190px;
}
#modal-location-showtimes-results .movie-detail-item {
    padding-bottom: 20px;
    border-bottom: 6px solid #f1f1f1;
}
#modal-location-showtimes-results .gray-bar {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  padding: 15px 0;
  display: inline-block;
  background: #f1f1f1;
  margin-bottom: 20px;
}
    #modal-location-showtimes-results .gray-bar span {
        margin-left: 20px;
    }


    #modal-location-showtimes-results .modal-form-left {
        min-width: 260px;
    }
    #modal-location-showtimes-results .with-note {
        margin-top: 20px;
    }
    #modal-location-showtimes-results .with-note input {
          border-radius: 3px;
          display: block;
          color: #3a3a3a;
          font-size: 15px;
          text-indent: 12px;
          height: 30px;
          background: #fff;
          border: 1px solid #ccc;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          margin: 0;

        width: 224px;
        float: left;
        margin-right: 4px;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 12px !important;
    }
    #modal-location-showtimes-results .with-note button {
        border-radius: 3px;
          display: block;
          color: #3a3a3a;
          font-size: 15px;
          text-indent: 12px;
          height: 30px;
          background: #fff;
          border: 1px solid #ccc;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          margin: 0;

        border-radius: 3px;
        width: 34px;
        height: 34px;
        padding: 0;
        background: #e0e0e0;
        text-align: center;
        margin-top: 0px;
        outline: none;
        float: left;
        background-color: #E8E8E8;
        background-image: linear-gradient(bottom, #E8E8E8 0%, #F9F9F9 57%) !important;
        background-image: -o-linear-gradient(bottom, #E8E8E8 0%, #F9F9F9 57%) !important;
        background-image: -moz-linear-gradient(bottom, #E8E8E8 0%, #F9F9F9 57%) !important;
        background-image: -webkit-linear-gradient(bottom, #E8E8E8 0%, #F9F9F9 57%) !important;
        background-image: -ms-linear-gradient(bottom, #E8E8E8 0%, #F9F9F9 57%) !important;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E8E8E8), color-stop(0.57, #F9F9F9)) !important;
    }
     #modal-location-showtimes-results .with-note button span {
         margin-left: -10px;
     }
    #modal-location-showtimes-results .with-note .note {
        clear: both;
    }

    #modal-location-showtimes-results .modal-form-right {
        float: right;
    }
    #modal-location-showtimes-results .fandango {
        clear: both;
    }
    #modal-location-showtimes-results .header-area {
        clear: both;
        margin-top: 20px;
        display: inline-block;
        width: 100%;
    }
