﻿@font-face {
    font-family: 'tempo';
    src: url(/common/CCLUS/fonts/tempostd-heavycondensed-webfont.eot);
    src: url(/common/CCLUS/fonts/tempostd-heavycondensed-webfont.eot?#iefix) format('embedded-opentype'),url(/common/CCLUS/fonts/tempostd-heavycondensed-webfont.woff) format('woff'),url(/common/CCLUS/fonts/tempostd-heavycondensed-webfont.ttf) format('truetype')
}

html, body {
    margin:0;
}

.pf-lr-main {
    max-width: 920px;
    margin: 0 auto;
    padding: 0.65em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pf-lr-body {
    font-family: 'Open Sans', Helvetica, Sans-Serif, serif;
    font-size: 16px;
}

.pf-lr-header {
    border-bottom: solid 1px #9e9e9e;
    text-align: center;
}

.pf-lr-main-content {
    display: flex;
}

.pf-lr-main-content-container {
    font-size: 1em;
    display: block;
    border-radius: 4px;
    background-color: #fff;
    padding: 0.25em;
    padding-top: 2.25em;
    min-width: 50%;
    max-width: 50%;
}

    .pf-lr-main-content-container .lrc-pwd-reqs {
        text-align: left;
    }

    .pf-lr-main-content-container .cpc-form {
        text-align: left;
    }


.pf-lr-carnival-logo {
    background: url("/~/media/Images/Header2013/carnival-logo png.png") no-repeat center;
    display: inline-block;
    height: 50px;
    width: 200px;
}

.pf-lr-footer {
    display: block;
    width: 100%;
    content: "";
    margin-bottom: 0;
    text-align: center;
}

.pf-lr-footer-divider {
    height: 44px;
    margin-bottom: -18px;
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,.14),rgba(0,0,0,.03) 3px,transparent);
    background: linear-gradient(to bottom,rgba(0,0,0,.14),rgba(0,0,0,.03) 3px,transparent);
    z-index: 0;
    zoom: 1
}

.pf-lr-copyright {
    font-size: 0.7em;
}

/* For Phones  */
@media all and (max-width: 760px) {
    .pf-lr {
        padding: 0em;
    }

    .pf-lr-main-content {
        flex-direction: column;
    }

    .pf-lr-main-content-container {
        max-width: inherit;
    }
}


/*Header styles*/
.pf-lr-header-max-width {
    height: 100%;
    box-sizing: border-box;
    max-width: 1400px;
}

.pf-lr-header-max-width-logo {
    display: block;
    width: 100px;
    height: 24px;
    margin: 10px 0 5px 10px;
}

.pf-lr-header-nav {
    display: none;
}

.pf-lr-header-container {
    background-color: white;
}

/*Footer styles*/
.pf-lr-footer {
    display: flex;
    flex-direction: column;
    height: 100px;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    color: white;
    background-color: #12569d;
}


.pf-lr-footer-container {
    font-size: 0.75em;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.pf-lr-footerlogo {
    width: 100px;
}

.pf-lr-footer-copyright {
    max-width: 160px;
    margin: auto;
    padding-top: 10px;
    font-size: .8em;
    line-height: 1.5;
}

.pf-lr-footer-copyright a {
    color: white;
    text-decoration: none;
}

.pf-lr-footer-copyright a:hover {
    color: white;
    text-decoration: underline;
}

.pf-lr-footer-copyright a:visited {
    color: white;
}

.pf-lr-footer-copyright a:focus {
    color: white;
    text-decoration: underline;
}

@media (min-width: 760px) {
    .pf-lr-header-max-width {
        display: flex;
        margin: 0 auto;
        max-width: 1400px;
        padding: 5px 0 5px 20px;
    }

    .pf-lr-header-max-width-logo {
        width: 185px;
        height: 44px;
        margin: 0 2px 2px 2px;
    }

    .pf-lr-header-nav {
        display: block;
        min-height: 44px;
        background-color: #07539C;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.6);
    }

    .pf-lr-footer {
        text-align: left;
        align-items: left;
    }

    .pf-lr-footer-copyright {
        max-width: 100%;
        margin: 0;
        padding-left: 50px;
        font-size: .9em;
    }

    .pf-lr-footer-copyright span{
        color: #fff;
    }

    .pf-lr-footer-logo {
        width: 132px;
        margin-top: -10px;
    }

    .pf-lr-footer-container {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

/*WebView register page*/
.pf-wvr-main {
    margin: auto;
    max-width: 920px;
    padding: 0.65em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pf-wvr-body {
    display: flex;
}
.pf-wvr-main-content {
    max-width: 450px;
}
.pf-wvr-main-content-container {
    font-size: 1em;
    display: block;
    border-radius: 4px;
    background-color: #fff;
    padding: 0.25em;
    padding-top: 2.25em;
}

/*Separator styles*/
.pf-lr-separator {
    border-right: 1px solid #ccc;
    margin-top: 6em;
    margin-bottom: 6em;
    padding-right: 2em;
    margin-right: 2em;
}

/*small screen sizes*/
@media (max-width: 760px) {
    .pf-lr-separator {
        display: none;
    }
}
