/* Copyright 2015-2017 Cineplex Digital Media. All Rights Reserved. */

/********************************************
 * Non Standard Icon Fonts
 *******************************************/

@import url("theme-icons.css");

/********************************************
 * A&W Theme
 *******************************************/
@font-face {
    font-family: detroit;
    src: url("../fonts/Detroit05Base.otf");
}

@font-face {
    font-family: franklin;
    src: url("../fonts/FranklinGothicEF-Medium.otf");
}

@font-face {
    font-family: kent;
    src: url("../fonts/Kent4FPrinted.otf");
}

html, body {
    background-color: #333333;
    font-family: franklin,Arial,sans-serif;
}

.theme-content-primary {
    color: #000000;
    background-image: url("../images/background.png");
    background-size: cover;
    background-position: center center;

}

.theme-content-secondary {
    background-color: #ffffff;
    color: #111111;
}

.theme-nav-primary,
.theme-nav-primary a {
    background-color:#000000;
    color:#ffffff;
}

.theme-nav-primary a:hover,
.theme-nav-primary a:focus  {
    color: #eeeeee;
}

.theme-nav-secondary,
.theme-nav-secondary a {
    background-color: #ff661b;
    font-weight: normal;
    color: #ffffff;
}

.theme-nav-trinary,
.theme-nav-trinary a {
    background-color: #513528;
    font-family: detroit,franklin,Arial,sans-serif;
    font-weight: normal;
    color: #ffffff;
}

.theme-nav-secondary[orientation="vertical"],
.theme-nav-secondary[orientation="vertical"] a {
    background-color: #ff661b;
    font-weight: normal;
    color: #ffffff;
}

.theme-nav-secondary a:hover:not(.locked),
.theme-nav-secondary a:focus:not(.locked) {
    background-image: none;
    background-color: #ff5300;
    color: #ffffff;
}

.theme-nav-secondary a.selected {
    background-image: none;
    background-color: #ffffff;
    color: #ff661b;
}

.theme-menu-primary,
a.theme-menu-primary {
    background-color: #ff661b;
    font-weight: normal;
    color: #ffffff;
}

a.theme-menu-primary:hover:not(.locked),
a.theme-menu-primary:focus:not(.locked) {
    background-image: none;
    background-color: #ff5300;
    color: #ffffff;
}

a.theme-menu-primary.selected {
    background-image: none;
    background-color: #ffffff;
    color: #ff661b;
}

.theme-menu-secondary.submenu {
    box-shadow: 5px 5px 2px #888888;
}

.theme-menu-secondary,
a.theme-menu-secondary {
    background-color: #000000;
    font-weight: normal;
    color: #ffffff;
}

.theme-menu-secondary .submenu-title {
    background-image: none;
    background-color: #ff661b;
    color: #ffffff;
}

a.theme-menu-secondary:hover:not(.locked),
a.theme-menu-secondary:focus:not(.locked) {
    background-image: none;
    background-color: #555555;
    color: #ffffff;
}

a.theme-menu-secondary.selected {
    background-image: none;
    background-color: #ffffff;
    color: #333333;
}

.theme-btn-primary {
    border:1px solid #f57324;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration:none;
    display:inline-block;
    color: #FFFFFF;
    background-color: #f47324;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbf00), to(#f47324));
    background-image: -webkit-linear-gradient(top, #ffbf00, #f47324);
    background-image: -moz-linear-gradient(top, #ffbf00, #f47324);
    background-image: -ms-linear-gradient(top, #ffbf00, #f47324);
    background-image: -o-linear-gradient(top, #ffbf00, #f47324);
    background-image: linear-gradient(to bottom, #ffbf00, #f47324);
}

.theme-btn-primary:hover,
.theme-btn-primary:focus {
    background-color: #ff661b;
    font-weight: bold;
}

.theme-btn-secondary {
    background-color: #ff661b;
    color: #ffffff;
}

.theme-btn-secondary:hover,
.theme-btn-secondary:focus {
    background-color: #ff661b;
    font-weight: bold;
}

.theme-error {
    background-color: yellow;
    color: black;
}

.theme-notice {
    background-color: #ff661b !important;
    color: #ffffff;
}

.theme-title-large, .theme-title-medium {
    color: #513528;
}

.theme-row-odd {
    background-color: #ffffff;
}

.theme-row-even {
    background-color: #f8f8f8;
}

.theme-column-headers {
    background-color: #f0f0f0;
}

.theme-icon-color {
    color: #ff5300;
}

/****************************************************
 * Special Overrides
 ***************************************************/
header > .navbar #header-clientlogo {
    background-image: url("../images/logo.png");
}

.menu-nav li a {
    font-size: 11px;
}

footer #footer-text {
    font-size: 12px;
}

header > .navbar .navbar-brand {
    color:#eeeeee;
}

.overlay.disabled {
    background: grey;
}

/****************************************************
 * login styling
 ***************************************************/
#rememberme {
    display: none;
}

#login-container {
    box-shadow: 0px 0px 20px #111111;
    border-radius: 10px;
    font-family: Arial,Helvetica,sans-serif;
    background:rgba(255,255,255,0.6);
}

#login-container #loginlabel,
#login-container span {
    color: #F47324;
    font-weight: bold;
}

#login-container #loginlabel {
    font-family: kent,Arial,Helvetica,sans-serif;
}

#login-container input {
    background-color: #ffffff;
    border: 1 solid #eeeeee;
}

#login-container #rememberme {
    display: none;
}

#login-container #btnLogin {
    margin-left: 100px;
}

#login-container #clientlogo {
    display: block;
    background-image: url("../images/login_logo.png");
    margin-top: 10px;
    position: relative;
    height: 140px;
}

body[page='login'] #mystore-container {
    background-image: url("../images/login_background.png");
    background-size: cover;
    background-position: center center;
}

/****************************************************
 * dashboard styling
 ***************************************************/
.dashboard-widget {
    border: 2px outset #ffffff;
}

.flex_local.dashboardhidden{
    display: none;
}

.placeholder.dashboard1x2 {
    background-image: url('../images/AW_Placeholder_EN.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.placeholder.dashboard1x2[language='fr'] {
    background-image: url('../images/AW_Placeholder_FR.png');
}

.lto.dashboard1x1 {
    background-image: url('../images/MandatoryPromotions_250x250_EN.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.lto.dashboard1x1[language='fr'] {
    background-image: url('../images/MandatoryPromotions_250x250_FR.png');
}

.mystore.dashboard1x1 {
    background-image: url('../images/imagebox_mystore.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.mystore.dashboard1x1[language='fr'] {
    background-image: url('../images/imagebox_mystore-fr.png');
}

.mppm.dashboard1x1 {
    background-image: url('../images/MOS_EN.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.mppm.dashboard1x1[language='fr'] {
    background-image: url('../images/MOS_FR.png');
}

.content.dashboard1x1 {
    background-image: url('../images/OptionalPromotions_250x250_EN.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.content.dashboard1x1[language='fr'] {
    background-image: url('../images/OptionalPromotions_250x250_FR.png');
}

.location.dashboard1x1 {
    background-image: url('../images/HoursOfOperation_250x250_EN.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.location.dashboard1x1[language='fr'] {
    background-image: url('../images/HoursOfOperation_250x250_FR.png');
}

/* Location training */
.location_training.dashboard1x1 {
    background-image: url('../images/HoursOfOperation-TrainingVideos_250x250_EN.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.location_training.dashboard1x1[language='fr'] {
    background-image: url('../images/HoursOfOperation-TrainingVideos_250x250_FR.png');
}

.location_training.dashboard1x1 div.englishvideo {
    position: absolute;
    top: 50px;
    width: 85px;
    height: 80px;
    left: 25px;
    background-color: transparent;
}

.location_training.dashboard1x1 div.frenchvideo {
    position: absolute;
    top: 50px;
    width: 85px;
    height: 80px;
    right: 25px;
    background-color: transparent;
}

.productmanagement_dashboard.dashboard1x1 {
    background-image: url('../images/PricingManager_250x250_EN.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.productmanagement_dashboard.dashboard1x1[language='fr'] {
    background-image: url('../images/PricingManager_250x250_FR.png');
}


/* Product Management training */
.product_training.dashboard1x1 {
    background-image: url('../images/ProductPricing-TrainingVideos_250x250_EN.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.product_training.dashboard1x1[language='fr'] {
    background-image: url('../images/ProductPricing-Training-Videos_250x250_FR.png');
}

.product_training.dashboard1x1 div.englishvideo {
    position: absolute;
    top: 50px;
    width: 85px;
    height: 80px;
    left: 25px;
    background-color: transparent;
}


.product_training.dashboard1x1 div.frenchvideo {
    position: absolute;
    top: 50px;
    width: 85px;
    height: 80px;
    right: 25px;
    background-color: transparent;
}

/* Content training */
.content_training.dashboard1x1 {
    background-image: url('../images/Promotions-TrainingVideos_250x250_EN.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.content_training.dashboard1x1[language='fr'] {
    background-image: url('../images/Promotions-TrainingVideos_250x250_FR.png');
}

.content_training.dashboard1x1 div.englishvideo {
    position: absolute;
    top: 50px;
    width: 85px;
    height: 80px;
    left: 25px;
    background-color: transparent;
}

.content_training.dashboard1x1 div.frenchvideo {
    position: absolute;
    top: 50px;
    width: 85px;
    height: 80px;
    right: 25px;
    background-color: transparent;
}

/* Flex Local Redirect Dialog Styling */
#flexLocalRedirector {
    font-size: 17px;
    padding: 20px;
    text-align: center;
}
#flexLocalRedirector .modal-body {
    padding: 60px;
}
#flexLocalRedirector .redirectNowLink ,
#flexLocalRedirector .countdownTimerSeconds {
    font-weight: bold;
}

/****************************************************
 * LTO styling
 ***************************************************/
.lto-image.default-image {
    background-image: url('../images/AW_English_Default.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.product-image.default-image {
    background-image: url('../images/AW_English_Default.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
