﻿@import url(//fonts.googleapis.com/css?family=Roboto:400,300,700,900);
/* ADMIN BACKGROUND
--------------------------------- */
#wrapper-bg {  
    /*position: fixed;*/
 }
.CT-adminlogin-bg {
	background: url(../img/Edmonton_Showcase_Exterior.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
}
.CT-adminlogin-bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(52, 105, 202);
	background: -moz-linear-gradient(to bottom right, rgba(52, 105, 202, 0.95) 39%, rgb(0, 35, 62) 97%);
	background: -webkit-linear-gradient(to bottom right, rgba(52, 105, 202, 0.95) 39%, rgb(0, 35, 62) 97%);
	background: linear-gradient(to bottom right, rgba(52, 105, 202, 0.95) 39%, rgb(0, 35, 62) 97%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d347bf2', endColorstr='#315673', GradientType=1 );
	opacity: .3;
}


/* FORGOT PASSWORD
--------------------------------- */
#password-dropdown {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	background: #000;
	color: #e6e6e6;
	font-size: 1rem;
}
#password-dropdown .padding {
	padding: 30px;
}
.dropdown-h2 {
	font-size: 1.3rem;
	margin-bottom: 20px
}
.dropdown-h2.fr {
	border-top: 1px solid #e6e6e6;
	padding-top: 30px;
	margin-top: 30px;
}
#password-dropdown .row {
	margin-bottom: 10px;
}
#password-dropdown .col-sm-4 {
	font-weight: bold;
}
.dropdown-close a {
	position: absolute;
	right: 0;
}

@media (max-width:576px) {
#password-dropdown .col-sm-4 {
	margin-top: 20px;
}
}


#password-dropdown .username:before{
 content: url(../img/username.png);
 padding-right: 5px;
 position: relative;
 top: 3px;
}


#password-dropdown .help:before{
 content: url(../img/help.png);
 padding-right: 5px;
 position: relative;
 top: 3px;
}


/* MASK
------------------------------------ */
#mask {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1;
	positioN: absolute;
	top: 0;
	bottom: 0;
}
#mask.active {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	opacity : 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}



/* NOTICES

/* NoticeBox Popup 
----------------------------- */
/* this stuff overrides the bootstrap css -- because there are conflicting bootstraps "fade in vs. fade show" */
.modal.fade.in {
    opacity: 1;
}

#modalNotice .modal-dialog {
    top: 8%;
}
.alert-CTU {
    z-index: 1050;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
    width: 100%;
    max-width: 500px;
    margin: 1.75rem auto;
    -webkit-box-shadow: 0px 0px 80px -30px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 80px -30px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 80px -30px rgba(0, 0, 0, 0.75);
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
/* end of overridden conflicting bootstrap code */

.NoticeBox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    padding: 30px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.3;
}

    .NoticeBox .close {
        font-size: 1.5rem;
        color: #434343;
        display: block;
        float: right;
        border: 1px solid;
        background: transparent;
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        border: 0;
    }

        .NoticeBox .close:hover {
            opacity: 1;
        }

.NoticeTitle {
    color: #dc3545;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

    .NoticeTitle .fa {
        margin-right: 10px;
        color: #ff9800;
    }

.NoticeContent p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: .5rem;
}

.NoticeBox .btn-close {
    margin: 1rem auto 0;
    background: #434343;
    color: #fff;
}

    .NoticeBox .btn-close:hover {
        background: #000;
    }
/* Canadian Tire HR 
----------------------- */
.CThr {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 25px 0;
}

    .CThr:before {
        border-top: 1px solid #d7dde7;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }

    .CThr span {
        background: #fff;
        padding: 0 15px;
    }

.CThr-img {
    width: 28px;
}


/* LOADER
------------------------------------ */
#divLoader {
	position: relative;
	right: -2px;
	top: -32px;
	width: 16px;
	height: 16px;
	display: none;
}
#divLoader img {
	width: 16px;
	height: 16px;
}

#divNotices {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    z-index: 1050;
}



