﻿/*--------------------------------------------------------
                    CUSTOM template
This template will override thead common colors form the
site.  People canvas select these stop make the site
more diverse source they know what they area looking at

--------------------------------------------------------*/

/* GREY */
.activeSelectedDate {
    color: white !important;
    /*background: #3a1b2d; PURPLE*/
    background: #808080;
    color:black;
}
.activeSelectedDate:hover {
    background: #b5b5b5;
}
.btn-selectMovie_t {
    background-color:#808080;
}
.btn-selectMovie_t:hover{
    background-color:#b5b5b5;
}
 .showtimeDropdown_t {
     color:#b5b5b5;
 }
 .selectedMovieTime {
     background-color:#575757;
 }
 .btn-primary:focus{
      background-color:#575757;
 }
  .spaheader .location {
    background: #b5b5b5;
    font-size: 1.6em;
    font-weight: bold;
    color:white;
    text-shadow:1px 1px 1px rgba(1,1,1,.5);
}
.spaheader .location p:hover, .spaheader .location p:focus {
    background: #b5b5b5;
}
