/* Login CSS */

/* CTU login style-updated file 2023/11/14   */
body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

img {
    border-style: none;
}

.container {
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
		margin-left: -15px;*/
}

    .row > [class^=col-] {
        position: relative;
        width: 100%;
        /*padding-right: 15px;
	padding-left: 15px;*/
    }

.col-oneThird {
    background: #fff;
}

@media (min-width: 1400px) {
    .col-oneThird {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .col-twoThird {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
}

@media (min-width: 1075px) and (max-width:1399px) {
    .col-oneThird {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }

    .col-twoThird {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (min-width:1075px) {
    body,
    .vh-100 {
        height: 100vh;
    }

    .d-flex {
        display: flex !important;
        height: 100vh; /* to align child items vertically */
    }

    .align-items-center {
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .col-oneThird,
    .col-twoThird {
        display: block;
        max-width: 100%;
    }
}


/* Triangle Loader
------------------------ */
svg#CTU-loader {
    transform: rotate(180deg);
    width: 200px;
    height: 200px;
}

    svg#CTU-loader polygon {
        stroke-dasharray: 50;
        animation: dashoffset 1.75s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
    }

@keyframes dashoffset {
    to {
        stroke-dashoffset: 100;
    }
}


/* BUTTON LOADER CODE*/
svg#CTU-loader.CTU-loader-sm {
    width: 25px;
    height: 25px;
}

    svg#CTU-loader.CTU-loader-sm polygon {
        stroke-width: 5;
    }

/* WARNING
------------------------ */
.CT-login .alert-warning {
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
}

    .CT-login .alert-warning a {
        color: #CC0000;
        font-weight: bold;
        text-decoration: none;
    }

/* 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;
}

    #divLoader img {
        width: 16px;
        height: 16px;
    }


/* NEED HELP DROPDOWN
--------------------------- */
#password-dropdown {
    overflow: auto;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: #1b1f31;
    color: #c1c5d6;
    padding: 1.5rem 3rem;
    display: none;
}

    #password-dropdown div.fr {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #4c5783;
    }

    #password-dropdown .dropdown-h1 {
        font-size: 1.25rem;
        margin: 25px 0px 10px;
    }

        #password-dropdown .dropdown-h1 i {
            margin-right: 10px
        }

    #password-dropdown .help-answer {
        color: #a2a8c2;
    }

    #password-dropdown .dropdown-close a {
        position: absolute;
        top: 0.6rem;
        right: 1rem;
        color: #c1c5d6;
        font-size: 2rem;
    }

        #password-dropdown .dropdown-close a:hover {
            color: #fff;
        }

@media (max-width:1075px) {
    #password-dropdown {
        top: 0;
        left: 0;
        height: auto;
        padding-bottom: 4rem;
    }
}


/* OVERLAY FOR NOTICE MODAL
----------------------------------- */
#divNotices {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    z-index: 1050;
}

/* 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%;
}

.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 */

/* end of overridden conflicting bootstrap code */
.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);
}

.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;
    }





/* ADMIN LOGIN
------------------------- */
.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: .55;
    }



.CT-Admin-bg {
    background: url("../img/cms-bg.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}

    .CT-Admin-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(24, 68, 148, 0.95) 39%, rgb(0, 35, 62) 97%);
        background: -webkit-linear-gradient(to bottom right, rgba(24, 68, 148, 0.95) 39%, rgb(0, 35, 62) 97%);
        background: linear-gradient(to bottom right, rgba(24, 68, 148, 0.95) 39%, rgb(0, 35, 62) 97%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d347bf2', endColorstr='#315673', GradientType=1 );
        opacity: .55;
    }

/*
NARNIA
------------------------------ */
.narniaWrap .d-flex {
    height: 100vh;
}

.narnia-bg {
    background: url(../img/narnia-bg.jpg) no-repeat top center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

    .narnia-bg:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: radial-gradient(circle, rgba(255,255,255,0.26094187675070024) 0%, rgba(92,99,139,0.6951155462184874) 49%, rgba(0,0,0,0.5830707282913166) 100%);
        opacity: .6;
    }

.narniaForm {
    padding: 0rem 1rem;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

    .narniaForm h1 {
        color: white;
        text-align: center;
        line-height: 1;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 2.5rem;
        text-shadow: 2px 3px 7px #712b32;
        margin-bottom: 2rem;
    }

    .narniaForm .form-control {
        margin-bottom: 10px;
        padding: .6rem .75rem;
    }

    .narniaForm .btn {
        border: 1px solid #8e242e;
        background: #bd2130;
        color: #fff;
        font-size: 1.2rem;
    }

        .narniaForm .btn:hover {
            -moz-box-shadow: inset 0 0 10px #000000;
            -webkit-box-shadow: inset 0 0 10px #000000;
            box-shadow: inset 0 0 10px #000000;
        }




/* ANIMATIONS
------------------------ */
.animated {
    -webkit-animation-duration: .4s;
    animation-duration: .5s; /*originally 1s*/
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}


@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}





/*	
	Begin Login Look --
	Image side
-------------------------------------- */
.CT-login {
    padding-left: 15px;
    padding-right: 15px;
}

.bg-placeholder {
    background: url('../img/CT-exterior-bluesky.jpg') center bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

    .bg-placeholder:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgb(12,115,186);
        background: -webkit-linear-gradient(72deg, rgba(12,115,186, .6) 0%, rgba(21,50,155,0.8) 100%);
        background: -o-linear-gradient(72deg, rgba(12,115,186, .6) 0%, rgba(21,50,155,0.8) 100%);
        background: linear-gradient(162deg, rgba(12,115,186, .6) 0%, rgba(21,50,155,0.8) 100%);
    }

.CT-login-footer {
    position: absolute;
    bottom: 10px;
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%); /* This is a shorthand of translateX(-50%) and translateY(-50%) */
}

@media (min-width: 1075px) and (max-width:1399px) {
    .CT-login h1 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }
}

@media (max-width:576px) {
    .CT-login h1 {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }
}


/*	Login Options / FORM side
-------------------------------------- */
.login-help {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.login-options
{
  max-width: 600px;
  margin: 0 auto;
}

.login-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width:1400px) {
}

@media (min-width: 1075px) and (max-width:1399px) {
    .login-options,
    .login-form {
        max-width: 500px
    }
}

.CT-login h2 {
    color: #667c96;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 3rem;
}

.logo-CT {
    display: block;
    width: 100%;
}

.logo-PC {
    display: block;
    width: 100%;
}

.CT-login h5 {
    color: #667c96;
    font-size: 1.1rem;
    text-align: center
}

.CT-login .card {
    border-color: #d7dee8;
    box-shadow: rgb(122 183 231 / 25%) 0px 7px 20px 8px;
    -moz-backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .CT-login .card:hover {
        transform: scale(1.1);
        border-color: #abc5eb
    }

.CT-login .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.CT-login .card-title {
    margin-top: 15px;
}

.login-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.admin-link {
    font-weight: 700;
    margin-top: 2rem;
}

/*
FORM
----------------- */
.login-form {
    display: none;
}

.goTo--loginOptions {
    float: right;
    color: #6c757d !important;
    font-size: 90%;
    font-weight: 400;
    margin-bottom: 1rem;
}

    .goTo--loginOptions i {
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    .goTo--loginOptions:hover i {
        margin-left: -10px;
        margin-right: 10px;
    }

@media (max-width:1075px) {
    .bg-placeholder {
        position: relative;
        padding: 5rem 1rem;
    }

    .CT-login-footer {
        display: none;
    }

    .CT-login .col-oneThird {
        padding: 5rem 1rem;
    }

    .CT-login .card {
        max-width: 175px;
        margin: 0 auto 1rem;
    }

    .admin-link {
        margin-top: .5rem;
    }
}



/*
ADMIN LOGIN SPECIFIC 
----------------------------------- */
.admin .bg-placeholder {
    background: url('../img/Edmonton_Showcase-100.jpg') center bottom no-repeat;
}

.admin .login-form {
    display: block !important;
}

.admin .login-form {
    padding-left: 2rem;
    padding-right: 2rem;
}


/* CMS LOGIN SPECIFIC
------------------------- */
.CT-Admin-bg {
    background: url("../img/cms-bg.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}

    .CT-Admin-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(24, 68, 148, 0.95) 39%, rgb(0, 35, 62) 97%);
        background: -webkit-linear-gradient(to bottom right, rgba(24, 68, 148, 0.95) 39%, rgb(0, 35, 62) 97%);
        background: linear-gradient(to bottom right, rgba(24, 68, 148, 0.95) 39%, rgb(0, 35, 62) 97%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d347bf2', endColorstr='#315673', GradientType=1 );
        opacity: .75;
    }

.CT-login {
    position: relative;
    z-index: 1;
}

    .CT-login .row {
        display: flex;
        flex-wrap: wrap;
    }

    .CT-login h1 {
        max-width: 100%;
        width: 100%;
        margin-bottom: 1rem;
    }

    .CT-login h1 {
        font-weight: normal;
        color: #fff;
    }


    .CT-login .login-wrap {
        background: white;
        margin-top: 1rem;
        padding: 1.5rem 3rem;
    }

        .CT-login .login-wrap .ctu-logo {
            width: 100%;
            max-width: 600px;
            height: auto;
            margin-bottom: 40px;
        }
