﻿/*--------------------------------------------------------
                    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
--------------------------------------------------------*/

/* BLUE BLUE BLUE BLUE BLUE */
.activeSelectedDate {
    color: white !important;
    /*background: #3a1b2d; PURPLE*/
    background: #20468a;
}
.activeSelectedDate:hover {
    background: #2755a7;
}
.btn-selectMovie_t {
    background-color:#20468a;
}
.btn-selectMovie_t:hover{
    background-color:#2755a7;
}
 .showtimeDropdown_t {
     color:#94b8fa;
 }
 .btn-template {
       background-color:#2755a7;
 }
 .btn-template:hover {
      background-color:#2755a7;
 }

 .selectedMovieTime {
     background-color:#20468a;
 }
 .btn-primary:focus{
      background-color:#0f306c;
 }
 .spaheader .location {
    background: #20468a;
    font-size: 1.6em;
    font-weight: bold;
    color:white;
}
.spaheader .location p:hover, .spaheader .location p:focus {
    background: #2755a7;
}