﻿#extr-page, #extr-page body {
    height: 100%;
    color: #45484D;
    font-size: 14px;
    background: url("Images/background.png");
}

    #extr-page #wrapper {
        min-height: 100%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        background: #fff;
    }

    #extr-page body:not(.menu-on-top).desktop-detected {
        min-height: 100% !important;
    }

#extr-page body.modal-open {
    overflow: auto !important;
}

    #extr-page #dialogAcceptCookiePolicy .modal-dialog {
        margin-top: 0;
        padding-top: 5px;
    }

    #extr-page #dialogAcceptCookiePolicy .modal-header {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #extr-page #dialogAcceptCookiePolicy .modal-footer, #extr-page #dialogAcceptCookiePolicy .modal-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        #extr-page #dialogAcceptCookiePolicy .modal-footer .btn {
            padding: 0 22px;
            height: 31px;
        }

.page-footer {
    border-top: 1px solid #eee !important;
    background: #f4f4f4 !important;
    height: auto !important;
    padding-left: 10px !important;
    padding-bottom: 12px;
}

.rightBlock {
    text-decoration: underline;
}
@media (max-width:768px) {
    .rightBlock {
        text-align: left !important;
    }
}

.helpabout {
    position: absolute;
    right: 15px;
    bottom: 16px;
}

.footercontent, .seo_footer {
    font-weight: normal;
    text-decoration: underline;
}

#extr-page .hero {
    background: none !important;
}

#extr-page .login-desc-box-l {
    width: auto;
    padding-right: 250px !important;
}

#extr-page h4.paragraph-header {
    width: auto;
}

#promotionImage {
    width: 240px;
    height: 348px;
    margin-top: -44px;
    position: absolute;
    right: 0;
}

.header-dropdown-list > li > .dropdown-toggle {
    margin-top: 0px !important;
}

#extr-page-header-space {
    line-height: inherit !important;
}

#extr-page #header {
    overflow: visible;
}

#logo-group > #logo {
    display: flex;
    align-items: center;
    height: 45px;
    width: auto;
    margin-top: 12px !important;
}

#logo img {
    max-width: 250px !important;
    max-height: 60px !important;
    cursor: pointer;
    width: auto !important;
}

#header .row {
    width: 100% !important;
    margin: 0;
}

.header-dropdown-list {
    padding-left: 9px !important;
    display: inline-block;
    float: none;
}

.rightActions {
    display: flex;
    padding-top: 20px;
}

.languageselection {
    margin-top: 9px;
    flex-grow: 1;
}

.selectAction {
    float: right;
    margin-right: 10px;
}

.dropdown-menu {
    right: 0;
    left: auto;
}

.actionSeparator {
    width: 2px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    margin-top: -10px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    font-size: 0;
}

.ui-dialog-titlebar-close:before {
    content: none;
}

.ui-dialog .ui-dialog-titlebar {
    border: none;
}

.ui-dialog .ui-dialog-titlebar-close span {
    margin-top: 5px;
}

@media(max-width: 769px) {
    .dropdown-menu {
        right: -100px;
    }
}

@media (max-width: 495px) {
    .rightActions {
        width: 100% !important;
        padding-top: 10px;
    }

    .languageselection {
        flex-grow: 0;
    }

    #extr-page #header {
        height: 100px;
    }

    .dropdown-menu {
        left: -30px;
        width: 320px;
    }
}

#Signup-form.smart-form section {
    padding-left: 5px;
    padding-right: 5px;
}


#Signup-form .twoColumnFlex {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


#Signup-form .twoColumnFlex > * {
    box-sizing: border-box !important;
}

body.fillPage #wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

body.fillPage #main,
body.fillPage #content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 0 !important;
}


body.fillPage #content {
    flex-grow: 1;
    margin: 0;
    padding: 0;
    width: 100%;
}

.btn {
    font-size: 14px !important;
}

.btn-margin {
    margin-right: 5px !important
}
