﻿html, body {
    height: 100%;
    width: 100%;
    min-height: 100%;
}

#container {
    min-height: 100%;
}

#main {
    overflow: hidden;
    padding-bottom: 96px;
}


#background-carousel {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.carousel,
.carousel-inner {
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.item {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}

#content-wrapper {
    position: absolute;
    z-index: 1 !important;
    min-width: 100%;
    min-height: 100%;
}

.well {
    opacity: 0.85
}

.btn-microsoft {
    background-color: #35A5EF;
}

#login-container {
    position: relative;
    width: 90%;
    margin: 40px auto;
    text-align: center;
    float: none;
}

#login-container .row > div {
    margin-bottom: 1em;
}

#login-container .row > div:last-child {
    margin-bottom: 0;
}

#login-container #logo {
    position: absolute;
    top: -50px;
    left: 50%;
    z-index: 100;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

#login-container:not(.sip-login-container) #signup-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    background-color: #222222;
    border-color: #1d1d1d;
}

#login-container:not(.sip-login-container) #signup-btn:hover {
    background-color: #1d1d1d;
    border-color: #181818;
}

#login {
    position: relative;
    padding: 45px 25px 15px 25px;
    margin-bottom: 1em;
    background-color: #FFF;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
}

    #login #login-form {
        padding: 0;
        margin-top: 2em;
        margin-bottom: 2em;
        text-align: left;
    }

        #login #login-form label {
            display: none;
        }

        #login #login-form .form-control {
            height: 40px;
            padding-top: 8px;
            padding-bottom: 8px;
        }

    #login .btn:not(.recover-link) {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 20px;
    }

    #login #login-form .show-label {
        display: block;
    }

.sip-login-box {
    padding: 45px 25px 45px 25px !important;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.65) !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.65) !important;
}

.sip-register-box {
    padding: 45px 25px 10px 25px !important;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.65) !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.65) !important;
}

.no-margin-check > .icheckbox_minimal-blue {
    margin-left: 0;
}

.trialEnd {
    line-height: 25px;
}

.article-text {
    padding: 0 50px;
    line-height: 25px;
}

.article-btn {
    padding-top: 20px;
}

#login-row {
    margin: 0;
}

div.carousel-caption {
    position: static;
}

#derventio-menu {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    min-height: 63px;
    z-index: 200;
}

.brand-logo-container {
    padding: 10px 0 10px 3%;
}

.site-footer {
    background-color: #232323;
    width: 100%;
    color: #fefefe;
    padding: 10px;
    position: relative;
    margin-top: -86px;
    clear: both;
}

    .site-footer .row {
        margin-left: 10px;
    }

    .site-footer a {
        color: #fefefe;
    }

        .site-footer a:hover {
            color: #135ea0;
            text-decoration: none;
        }

    .site-footer p {
        margin-bottom: 0;
    }

    .site-footer .row {
        margin-top: 10px;
    }

    .site-footer ul {
        line-height: 1.2;
        padding-left: 0;
        margin-top: 10px;
    }

        .site-footer ul li {
            display: inline-block;
            border-right: 1px white solid;
            padding: 0 5px;
            text-align: center;
        }

            .site-footer ul li:first-child {
                padding: 0 5px 0 0;
            }

        .site-footer ul.footer-legal-menu li:last-child {
            border-right: none;
        }

    .site-footer.sip-login-page {
        background-color: #555555;
        width: 100%;
        color: #fefefe;
        padding: 20px 5%;
        position: relative;
        margin-top: -58px;
        clear: both;
    }

    .site-footer p {
        line-height: 1;
    }

    .sip-login-page.site-footer p {
        font-size: 15px;
    }

.btn-article-link {
    margin-bottom: 50px;
    border-radius: 32px;
}

.btn-article-div {
    width: 118px;
    margin: auto;
}

#back-to-top i {
    padding-top: 10px;
}

.change-pw-buttons {
    margin-bottom: 83px;
}

.min-width-30-child > .progress-bar {
    min-width: 30%;
}


@media (max-width: 800px) {
    .item {
        background-position: right !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1150px) {
    .articleCarousel-container,
    #login-box {
        width: 100% !important;
    }

    .default-login-box {
        max-width: 100% !important;
    }

    #login-box.sip-login-page {
        margin: 0px !important;

    }
}

@media only screen and (min-device-width: 1500px) {
    #login-container {
        width: 450px;
    }
}

@media (min-width: 1277px) {
    #login-container .row > div {
        margin-bottom: 0;
    }

    #login #login-form {
        padding: 0 25px;
        text-align: left;
    }

    .carousel-caption .article-text {
        padding: 0 100px;
        text-align: left;
        padding-bottom: 15px;
    }

    .btn-article-link {
        text-align: left;
        padding: 0.85em 2.5em;
    }

    body {
        background-size: 100%;
        background-repeat: repeat-y;
    }

    .carousel-caption .article-title {
        text-align: left;
        padding-left: 100px;
    }

    .btn-article-div {
        margin-left: 100px;
    }

    #login-box {
        float: right;
    }
}

.language-dropdown {
    max-width: 200px;
    float: right;
    margin-right: 25px;
}

#not-live-warning {
    display: inline;
    margin: 10px;
    text-align: center;
    vertical-align: middle;
    color: #e3351f;
}

#maintenanceCarousel {
    padding-top: 20px;
    margin: 0 35px 0 0px;
}

.carousel-caption .maintenance-text {
    font-size: 12px;
    text-align: center;
    color: red;
}

.carousel-caption {
    padding-top: 0px !important;
    text-shadow: none;
}

#back-to-top {
    top: 20px;
}

.btn-wonde {
    border: solid 1px #c8c5c7;
    padding-top: 4px;
    border-radius: 5px;
    text-align: center;
    height: 40.5625px;
    vertical-align: middle;
    cursor: pointer;
    width: 40.5625px;
    display: inline-block;
    margin-left: 5px;
}

.btn-login-inc-wonde {
    width: calc(100% - 49px);
}

.duplicate-centre-dropdown-label {
    margin-top: 2px;
}

.mandatory-input {
    background-color: rgb(247, 255, 193);
}

.disc-input {
    -webkit-text-security: disc;
    font-family: "text-security-disc";
}

::-webkit-input-placeholder {
    font-family: "Open Sans", "trebuchet ms", arial, sans-serif !important;
}

:-ms-input-placeholder {
    font-family: "Open Sans", "trebuchet ms", arial, sans-serif !important;
}

::placeholder {
    font-family: "Open Sans", "trebuchet ms", arial, sans-serif !important;
}

.carousel-control {
    width: 5%;
    color: #000 !important;
    background-image: none !important;
    opacity: 1 !important;
    font-size: 30px;
}

    .carousel-control .glyphicon-menu-left,
    .carousel-control .glyphicon-menu-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

#login-box {
    margin-top: 100px;
}

.login-overlay {
    position: absolute;
    width: 45%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

.articleCarousel-container {
    margin-top: 150px;
    margin-left: 5%;
}

#articleCarousel h1, #ratingPanel h1 {
    color: #000;
    font-size: 45px;
}

#articleCarousel h2, #ratingPanel h2 {
    color: #000;
    font-size: 35px;
}

#articleCarousel p,
#ratingPanel p {
    color: #5A5A59;
    font-size: 20px;
    width: 50%;
    line-height: 30px;
}

#articleCarousel ul {
    color: #5A5A59;
    font-size: 20px;
    width: 50%;
    line-height: 30px;
}

#articleCarousel li {
    color: #5A5A59;
    font-size: 20px;
    line-height: 30px;
}


#ratingPanel p {
    width: 100%;
}

#articleCarousel .btn.btn-link {
    color: #fff;
    margin-left: -12px;
}

    #articleCarousel .btn.btn-link:hover {
        color: #fff;
    }

.slider-link {
    font-size: 20px;
}

    .slider-link > img {
        display: inline-block !important;
        height: 30px !important;
        width: auto !important;
        margin-left: 5px;
    }


@media only screen and (max-width: 1024px) {
    .login-overlay {
        display: none;
    }

    .articleCarousel-container {
        margin-top: 150px;
        margin-left: 0px;
    }

    #articleCarousel p {
        width: 100%;
    }

    #articleCarousel .item {
        text-align: center;
    }

    .carousel-control {
        display: none;
    }
}

/*
    iPhone 5
*/
@media screen and (device-aspect-ratio: 40/71) {
    #signup-btn {
        display: none;
    }

    .site-footer .brand-logo-container {
        display: none;
    }
}

@media screen and (min-w: 40/71) {
    #signup-btn {
        display: none;
    }

    .site-footer .brand-logo-container {
        display: none;
    }
}

@media only screen and (max-device-width: 768px) {
    .site-footer .brand-logo-container {
        display: none;
    }

    .site-footer {
        text-align: center;
    }
}

.trial-icon a,
.trial-icon a:link,
.trial-icon a:visited,
.trial-icon a:hover,
.trial-icon a:active {
    color: #e9560d !important;
}


.support-details-pod 
{
    border-radius: 5px;
    background-color: aliceblue;
    border: 1px solid #35A5EF;
    width: 290px;
    display: inline-block;
    text-align : center;
    margin: auto;
    padding : 5px;
}

.m-b-0{
    margin-bottom:0px;
}

.t-a-c{
    text-align : center;
}

.m-t-20{
    margin-top: 20px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 20px;
}

.m-t-5{
    margin-top: 5px !important;
}

.recaptcha .parsley-error-list
{
    margin-left: 150px !important;
}

.center-div 
{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.m-b-5
{
    margin-bottom: 5px !important;
}

.w-49pc {
    width : 49% !important;
}


.display-block {
    display: block !important;
    width: 100% !important;
}

.session-ended-page {
    margin-top: 50px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    height: calc(100vh - 200px);
}

.m-t-7{
    margin-top : 7px !important;
}

.btn-google {
    visibility: hidden;
    height: 0px !important;
    margin-bottom: 0px;
}

#btnGoogleSignIn,
#btnMyLoginSignIn,
#btnMicrosoftSignIn {
    display: block;
    background-color: black;
    color: white;
    font-size: 19px !important;
    padding: 5px !important;
    text-align: center !important;
}

.sip-login-page #btnGoogleSignIn,
.sip-login-page #btnMyLoginSignIn,
.sip-login-page #btnMicrosoftSignIn {
    display: block;
    background-color: #ffffff;
    border: 1px solid #ddd;
    color: white;
    font-size: 19px !important;
    padding: 5px !important;
    text-align: center !important;
}

.sip-login-page #btnMicrosoftSignIn {
    margin-left:20%;
}

.sip-login-page #btnGoogleSignIn {
    margin-left: 5%;
}

.sip-login-page #btnMyLoginSignIn {
    margin-left: 12.5%;
}

    @media only screen and (max-width: 1450px) {
        .support-details-pod{
        display: none;
    }

    #signup-btn{
        display: none;
    }
}

.m-r-10{
    margin-right: 10px;
}

.m-t-5{
    margin-top: 5px;
}

.rounded-border {
    border-radius: 50px;
}

.sip-login-page h1,
.sip-login-page h2,
.sip-login-page h3,
.sip-login-page h4,
.sip-login-page h5,
.sip-login-page h6,
.sip-login-page p,
.sip-login-page label,
.sip-login-page textarea {
    font-family: "Figtree", sans-serif;
    margin-bottom: 0px;
}

.sip-login-box h3 {
    font-weight: bold;
    font-size: 40px;
    margin-left: 6%;
    text-align: left;
    margin-bottom: 10px;
    margin-top:15px;
    color: #000000;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px 0px;
}

    

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #eee;
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
    }

#usernameArea {
    margin-bottom: 20px;
    font-size: 15px;
}

.btn-info {
    border-radius: 50px;
    padding: 6px 28px;
}

.sso-container {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin-left: 10%;
}

.sso-container p {
    font-size: 16px;
    margin-top: 5px;
}

.sip-login-page .recover-link {
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    color: #444444;
}

.sip-login-page .site-footer p {
    font-size: 14px;
    color: #ffffff;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

.footer-menu {
    display: flex;
    justify-content: end;
    width: 60%;
}

.footer-menu p {
    margin-left: 50px;
}

.social-icon {
    color: #000000 !important;
    text-align: center;
    height: 20px;
    width: 20px;
    margin-right: 20px;
}

.social-icon img {
    width: 15px;
    transition: transform .2s;
}

.social-icon img:hover {
    transform: scale(1.2);
}

.sip-login-page label {
    font-weight: 200;
    font-size: 16px;
}

#derventio-menu.sip-login-page {
    background: #F4F4F4;
}

#login-box.sip-login-page {
    margin-right: 5%;
}

.header-button-container {
    display: flex;
    float: right;
    margin-top: 15px;
    margin-right: 5.7%;

}

.default-login-box {
    max-width: 500px;
}

.sip-login-container {
    max-width: 500px;
}

#ratingPanel {
    padding-left: 10%;
}

#oLoginRating {
    font-size: 65px;
    display: inline-block;
    margin-top: 10px;
    height: 65px !important;
}

#oLoginRating span {
    position: relative;
    top: 10px;
}

.rate-base-layer, .rate-select-layer, .rate-hover-layer {
    height: 65px !important;
    color: #F5C50C;
}

#txtRatingFeedback {
    width: 75%;
    padding: 5px 10px;
    font-size: 18px;
    font-family: "Figtree", sans-serif;
    margin-top: 10px;
}

#ratingSubmit {
    transition: all .2s ease-in-out;
}

#ratingSubmit:hover {
    transform: scale(1.1);
}

#starWarning {
    width: 50% !important;
    margin: auto 10px;
    color: #e3351f;
    font-family: "Figtree", sans-serif;
}

@media (min-width: 1100px) and (max-width: 1500px) {
    #login-box.sip-login-page {
        margin-right: 1%;
    }

    .m-l-minus-30{
        margin-left: 0px !important;
    }
}

@media (max-width: 1276px) {
    .header-button-container {
        margin-right: 25%;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .sip-login-box h3 {
        text-align: center;
        margin-left: 0px !important;
    }

    .default-login-box {
        margin: auto;
    }

    #not-live-warning{
        display: block;
    }

    #login-box {
        margin-top: 0px;
    }

    #login-box.sip-login-page {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        width: 100%;
        margin-top: 0px;
    }
    .footer-menu p {
        margin-left: 15px;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-menu {
        width: 100%;
        margin-top: 10px;
    }

    .articleCarousel-container{
        width: 100% !important;
    }
}

.m-t-0{
    margin-top: 0px !important;
}

.m-l-4-percent {
    margin-left: calc(5% - 4px) !important;
}

.m-l-minus-30{
    margin-left: -30px;
}
