/* Layout */
html, body, .form {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    min-height: 100%;
    padding-top: 1px;
    margin-top: -1px;
}


.row {
    margin: auto !important;
}

.content-wrapper {
    position: relative;
    min-height: calc(100vh - 3.13rem); /* 3.13rem is the Header size */
    background-color: #fbf9f5 !important;
    z-index: 1;
    overflow-x: hidden;
}

html {
    height: 100%;
}

/* Content */
.content {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

/* Footer */
.footer-wrapper {
    height: 46px; /* Footer Height */
    position: absolute;
    bottom: 0;
    width: 100%
}

.footer {
    font-size: 10.5px;
    color: #999999;
}

.footer-link {
    color: #999999;
    border-right: 1px solid #bbbbbb;
    margin-right: 7px;
    padding-right: 10px;
    white-space: nowrap;
}

    .footer-link:hover {
        text-decoration: none;
        color: #808080;
    }

    .footer-link:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.footer-left,
.footer-right {
    padding: 16px 24px;
}

@media (max-width: 599px) {
    .footer-left,
    .footer-right {
        padding: 16px 4px;
    }
}

/* Header */
.app-header {
    padding: 0 !important;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
    border-bottom-width: 0 !important;
}

    .app-header .left-block {
        float: left;
    }

    .app-header .right-block {
        float: right;
    }

    .app-header .menu-container {
        overflow: hidden;
    }

        .app-header .menu-container > div {
            float: right;
        }

.header-logo {
    /*background: url('Images/logo.svg') no-repeat center;*/
    height: 26px;
    width: 150px;
}

@media (max-width: 359px) {
    .header-logo {
        /*background: url('Images/logo-small.svg') no-repeat center;*/
        width: 26px;
    }
}

.app-header .left-block .header-menu .image-item > .dxm-content {
    padding: 0 8px 0 8px;
}

.app-header .right-block .dxm-item {
    transition: 0.3s;
}

.app-header .right-block .header-menu .image-item > .dxm-content {
    padding: 0 7px 0 7px;
}

.app-header .left-block .header-menu .item.toggle-item > .dxm-content {
    padding: 0 14px 0 14px;
}

.app-header .right-block .header-menu .item.toggle-item > .dxm-content {
    padding: 0 14px 0 14px;
}

.app-header .header-menu .item.selected {
    color: inherit;
    box-sizing: border-box;
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    border-bottom: solid 2px #AD8E58;
}

.app-header .header-menu .item.selected,
.app-header .header-menu .item.hovered {
    background-color: #fdfcfb;
}

    .app-header .header-menu .item.selected .dxm-content {
        margin-bottom: -2px;
    }

    .app-header .header-menu .item.selected .dxm-content,
    .app-header .header-menu .item.hovered .dxm-content {
        color: inherit;
    }

#importFilePanel {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.16), 0 1px 8px 0 rgba(0,0,0,0.12);
}

/* Main Menu */
.header-menu {
    background-color: white !important;
    border-style: none !important;
    height: 3.13rem;
}

@media (max-width: 599px) {
    .menu-container .dxm-ltr > div:not(.header-menu) {
        width: 100% !important;
    }

    .header-sub-menu {
        width: 100% !important;
    }
}

.header-sub-menu .item {
    padding: 12px 7px !important;
}

/* Ellipsis -> Apps Icon */
.header-menu .adaptive-image {
    background: url('Images/adaptive-menu.svg') no-repeat center;
    width: 16px;
    height: 16px;
    padding: 0 8px;
}

/* Hide item images */
.header-menu.application-menu .item .dxm-content > img {
    display: none !important;
}

@media (max-width: 720px) /* Change Ellipsis image Apps Icon */
{
    .app-header .menu-container > div {
        width: 47px;
    }

    .header-menu .adaptive-image {
        background: url('Images/application.svg') no-repeat center;
    }

        .header-menu .adaptive-image:hover {
            filter: invert(100%);
        }


    /* Show item images */
    .header-menu.application-menu .item .dxm-content > img {
        display: inline-block;
    }
}

/* Right area menu */
.header-menu .toggle-item .image {
    background: url('Images/double.svg') no-repeat center;
}

.header-menu .toggle-item.checked .image {
    background: url('Images/double-close.svg') no-repeat center;
}

.header-menu .image-item {
    vertical-align: middle !important;
}

.header-menu .vertically-aligned {
    font-size: 0;
}

/* Account */
.header-menu .account-background {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fbf9f5;
}

    .header-menu .account-background div {
        border-radius: 50%;
    }

    .header-menu .account-background .empty-image {
        width: 16px;
        height: 16px;
        margin: 8px;
        display: inline-block;
        background: url('Images/user.svg');
    }

    .header-menu .account-background .account-image {
        width: 32px;
        height: 32px;
        font-size: 0.8em;
        font-weight: 600;
        line-height: 32px;
        text-align: center;
        margin: 0 auto;
        display: table;
        background-size: 100%;
    }

.user-info .avatar img {
    float: left;
    height: 43px;
    border-radius: 50%;
}

.user-info .text-container {
    height: 3.13rem;
    margin-left: 60px;
}

    .user-info .text-container .user-name {
        color: #444444;
        font-size: 1.14em;
    }

    .user-info .text-container .email {
        display: block;
        color: #666666;
        font-size: 0.86em;
    }

.myaccount-item {
    background-color: #e4e4e4;
}

/* Left Panel */
.left-panel {
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: touch;
}

.leftpanel-section {
    border: none !important;
    background-color: rgba(0, 0, 0, 0.1);
}

.section-caption {
    height: 2.69rem;
    line-height: 2.69rem;
    vertical-align: middle;
    margin: 0;
}

.section-caption {
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
}

.left-panel.expand-bar,
.right-panel.expand-bar {
    border: 0;
}

a.tree-view-node {
    color: #666666;
    padding-top: 7px !important;
    padding-bottom: 8px !important;
    padding-right: 8px !important;
    border: none !important;
}

    a.tree-view-node.hovered {
        text-decoration: none;
    }

.tree-view-elbow {
    padding-top: 3px;
}

/* Right Panel */
.right-panel {
    border-left: 1px solid #f0f0f0;
}

.settings-content {
    padding: 24px 20px;
}

    .settings-content h2 {
        color: #494949;
        font-size: 1.3em;
        font-weight: 600;
    }

    .settings-content p {
        color: #999999;
    }

/* Toolbar */
.page-toolbar-wrapper {
    position: fixed;
    background-color: white;
    left: 272px;
    right: 0;
    z-index: 1;
}

@media(max-width: 959px) {
    .page-toolbar-wrapper {
        left: 0;
    }
}

.page-toolbar {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    font-size: 0.93em !important;
    height: 2.69rem;
}

    .page-toolbar .item > h1,
    .section-caption {
        color: #494949;
        font-weight: 600;
        font-style: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 24px;
    }

    .page-toolbar .item > h1 {
        font-size: 1.46em;
    }

    .page-toolbar .item > h1 {
        margin: 0;
        padding: 0 17px;
    }

    .page-toolbar .item .dxm-disabled .dxm-image {
        opacity: 0.3;
    }

@media (max-width: 599px) {
    .page-toolbar .item > h1 {
        max-width: 150px;
    }
}


.background-image::after {
    content: "";
    background: url('/Content/Images/background.svg') no-repeat center bottom;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    background-size: 100% auto;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.background-image-organization::after {
    background-attachment: scroll !important;
    bottom: 316px !important;
}

.formLayout-verticalAlign::after {
    content: "";
    background: url('/Content/Images/background.svg') no-repeat center bottom;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    background-size: 100% auto;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.footer-wrapper {
    background-color: #F5F5F5 !important;
}

/*-----------------MENU---------------------*/

.dxm-hovered {
    color: #fff !important;
    background-color: #9f6c41 !important;
}

    .dxm-hovered .account-background {
        background-color: #fbf9f5 !important;
    }

    .dxm-hovered .account-image {
        color: #9f6c41 !important;
        background-color: #fff !important;
    }

    .dxm-hovered .user-name {
        color: #fff !important;
    }

    .dxm-hovered .email {
        color: #fff !important;
    }

.dxm-selected .user-name {
    color: #fff !important;
}

.dxm-selected .email {
    color: #fff !important;
}

/*------------------INDEX------------------------*/

.fans-photo {
    background-color: #fbf9f5 !important;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
}

    .fans-photo .row {
        justify-content: center;
    }

    .fans-photo img {
        width: auto;
        height: auto;
        border-radius: 15px !important;
        z-index: 2;
    }

    .fans-photo .second-photo {
        width: 500px;
        height: auto;
        z-index: 1 !important;
    }

    .fans-photo .first-photo {
        margin-right: -100px;
    }

    .fans-photo .first-fans-photo {
        display: flex;
        z-index: 1 !important;
        align-items: center;
    }

        .fans-photo .first-fans-photo img {
            max-height: 400px;
            width: auto;
        }

    .fans-photo .second-fans-photo {
        display: flex;
        z-index: 2 !important;
        align-items: center;
        width: auto;
    }

        .fans-photo .second-fans-photo img {
            max-height: 300px !important;
            width: auto;
        }


.about-photo {
    background-color: #fbf9f5 !important;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
}

    .about-photo .row {
        justify-content: center;
    }

    .about-photo img {
        width: auto;
        height: auto;
        border-radius: 15px !important;
        z-index: 2;
    }

    .about-photo .second-photo {
        margin-left: -100px;
    }

    .about-photo .first-photo {
        width: 500px;
        height: auto;
        z-index: 1 !important;
    }

    .about-photo .first-about-photo {
        display: flex;
        z-index: 2 !important;
        align-items: center;
        width: auto;
    }

        .about-photo .first-about-photo img {
            max-height: 300px !important;
            width: auto;
        }

    .about-photo .second-about-photo {
        display: flex;
        z-index: 1 !important;
        align-items: center;
    }

        .about-photo .second-about-photo img {
            max-height: 400px;
            width: auto;
        }

.welcome-text {
    padding-top: 30px;
    text-align: center;
}

    .welcome-text p {
        margin-bottom: 0 !important;
        max-width: 500px;
        margin: auto;
        color: #505050;
    }

    .welcome-text h2 {
        color: #9f6c41;
        text-transform: uppercase;
        font-size: 2.5em;
        letter-spacing: 2px;
        text-shadow: 2px 2px 4px #484848;
    }

.about-us h2 {
    max-width: 500px;
    margin: auto;
    color: #9f6c41;
    padding-top: 30px;
}

.about-us p {
    margin-bottom: 0 !important;
    max-width: 500px;
    margin: auto;
    color: #505050;
}


.logo-item span {
    color: #9f6c41;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px #00000073;
}

.about-info {
    min-height: 20vh;
}

    .about-info a:hover {
        text-decoration: none;
    }

.info-element {
    display: flex;
    min-height: 170px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
    border-radius: 20px;
}

    .info-element h4 {
        text-align: center;
        color: #AD7547;
        padding-top: 20px;
        font-size: 1.2rem;
        text-transform: uppercase;
        transition: 0.2s;
    }

    .info-element i {
        color: #AD7547;
        transition: 0.2s;
    }

    .info-element:hover h4 {
        transform: translateY(-5px);
    }

    .info-element:hover i {
        transform: translateY(-5px);
    }

.img-verlogic {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

    .img-verlogic img {
        max-height: 70px;
    }


/*-------------REGISTER/LOGIN PAGE-------------*/
.registration-form .logo-item {
    color: #9f6c41;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px #484848;
}

.signin-info .logo-item {
    color: #9f6c41;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px #484848;
}

.registration-form {
    padding: 50px;
    max-width: 100vw !important;
}


.registration-card {
    max-width: 1000px;
    margin: auto;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (max-width: 568px) {
    .register-img {
        max-height: 200px !important;
    }
}

@media only screen and (max-width: 450px) {
    #agreementCheck1 label {
        display: block !important;
        max-width: 70vw !important;
    }

    #agreementCheck2 label {
        display: block !important;
        max-width: 70vw !important;
    }

    .contact-desc-text {
        display: block !important;
        max-width: 80vw !important;
        margin-right: 0 !important;
    }

    #formLayout_0 {
        max-width: 100vw !important;
    }

    #SignInButton {
        max-width: 70vw !important;
    }

    #registerButton {
        max-width: 70vw !important;
    }

    #seasonButton {
        max-width: 70vw !important;
    }

    #RegisterButton {
        max-width: 70vw !important;
    }

    .registration-form #formLayout_0_0, #formLayout_0_1, #formLayout_0_2, #formLayout_0_3, #formLayout_0_4 {
        max-width: 87vw !important;
    }

    .registration-form #formLayout_1_0, #formLayout_1_1, #formLayout_1_2, #formLayout_1_3, #formLayout_1_4, #formLayout_1_5, #formLayout_1_6 {
        max-width: 87vw !important;
    }

    .registration-form .rc-anchor-normal .rc-anchor-checkbox-label {
        width: 70px !important;
    }
}

@media only screen and (max-width: 500px) {
    .no-season-img {
        max-height: 200px !important;
        max-width: 60vw !important;
    }
}

@media only screen and (max-width: 337px) {
    .register-img {
        max-height: 200px !important;
        max-width: 80vw !important;
    }
    .no-season-img {
        max-height: 200px !important;
        max-width: 60vw !important;
    }
}


@media only screen and (max-width: 310px) {
    .signin-info h2.logo-item {
        font-size: 2rem !important;
    }

    .registration-form h2.logo-item {
        font-size: 2rem !important;
    }
}


@media only screen and (max-width: 520px) {
    .registration-form {
        padding: 0 !important;
    }

    h2.logo-item {
        font-size: 2.3rem !important;
        padding-top: 10px;
    }
}

/*----------------INDEX - ORGANIZATION--------------*/
.organization-content {
    min-height: 60vh !important;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .organization-content .first-column, .second-column {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .organization-content .first-column img {
            height: auto;
            max-height: 250px !important;
        }

    .organization-content .second-column {
        flex-direction: column;
        text-align: center;
    }

    .organization-content .second-column {
        padding: 30px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 8px 0 rgba(0,0,0,0.12);
        background-color: #fff;
    }

    .organization-content .first-column {
        flex-direction: column;
        text-align: center;
        background-color: #fff;
        margin-bottom: 30px;
    }

    .organization-content .first-column {
        padding: 30px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 8px 0 rgba(0,0,0,0.12);
    }

    .organization-content .row {
        width: 100% !important;
    }

.organization-content {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 1.5s forwards;
}

    .organization-content p, h3, h6 {
        max-width: 800px;
    }

.organization-address {
    font-style: italic;
    text-align: center;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.organization-name h3 {
    transition: transform 0.3s ease-in-out;
}


.organization-text {
    position: relative;
    transform-style: preserve-3d;
}


    .organization-text h6 {
        transition: transform 0.3s ease-in-out;
    }

/*-------------ORGANIZATION PAGE------------------*/

.appointment-page {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.payment-page .dxflGroupBox_Material {
    border: none !important;
}


#logoImage_DXImageContainer {
    width: 100% !important;
}
/*-------------INSTRUCTION PAGE------------------*/

#instruction-page h2.title-instruction {
    color: #9f6c41;
    text-transform: uppercase;
    font-size: 2.5em;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px #484848;
    text-align: center;
}

#instruction-page img {
    margin: auto;
}

#instruction-page .contents-instruction a {
    text-decoration: none !important;
    color: #9f6c41c9 !important;
}

    #instruction-page .contents-instruction a:hover {
        text-decoration: none !important;
        color: #9f6c41 !important;
    }

#instruction-page p.MsoNormal, li.MsoNormal, div.MsoNormal {
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 0cm;
    text-align: justify;
    line-height: 107%;
    font-size: 12.0pt;
    font-family: "Calibri",sans-serif;
}

#instruction-page h1 {
    margin-top: 12.0pt;
    margin-right: 0cm;
    margin-bottom: 0cm;
    margin-left: 0cm;
    text-align: justify;
    line-height: 107%;
    page-break-after: avoid;
    font-size: 12.0pt;
    font-family: "Calibri",sans-serif;
    font-weight: normal;
}

#instruction-page h2 {
    margin-top: 2.0pt;
    margin-right: 0cm;
    margin-bottom: 0cm;
    margin-left: 0cm;
    text-align: justify;
    line-height: 107%;
    page-break-after: avoid;
    font-size: 12.0pt;
    font-family: "Calibri",sans-serif;
    font-weight: normal;
}

#instruction-page p.MsoToc1, li.MsoToc1, div.MsoToc1 {
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 5.0pt;
    margin-left: 0cm;
    text-align: justify;
    line-height: 107%;
    font-size: 12.0pt;
    font-family: "Calibri",sans-serif;
}

#instruction-page p.MsoToc2, li.MsoToc2, div.MsoToc2 {
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 5.0pt;
    margin-left: 12.0pt;
    text-align: justify;
    line-height: 107%;
    font-size: 12.0pt;
    font-family: "Calibri",sans-serif;
}

#instruction-page p.MsoCaption, li.MsoCaption, div.MsoCaption {
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 10.0pt;
    margin-left: 0cm;
    text-align: justify;
    font-size: 9.0pt;
    font-family: "Calibri",sans-serif;
    color: #44546A;
    font-style: italic;
}

#instruction-page p.MsoTitle, li.MsoTitle, div.MsoTitle {
    margin: 0cm;
    text-align: justify;
    font-size: 28.0pt;
    font-family: "Calibri Light",sans-serif;
    letter-spacing: -.5pt;
}

#instruction-page p.MsoTitleCxSpFirst, li.MsoTitleCxSpFirst, div.MsoTitleCxSpFirst {
    margin: 0cm;
    text-align: justify;
    font-size: 28.0pt;
    font-family: "Calibri Light",sans-serif;
    letter-spacing: -.5pt;
}

#instruction-page p.MsoTitleCxSpMiddle, li.MsoTitleCxSpMiddle, div.MsoTitleCxSpMiddle {
    margin: 0cm;
    text-align: justify;
    font-size: 28.0pt;
    font-family: "Calibri Light",sans-serif;
    letter-spacing: -.5pt;
}

#instruction-page p.MsoTitleCxSpLast, li.MsoTitleCxSpLast, div.MsoTitleCxSpLast {
    margin: 0cm;
    text-align: justify;
    font-size: 28.0pt;
    font-family: "Calibri Light",sans-serif;
    letter-spacing: -.5pt;
}

#instruction-page p.MsoSubtitle, li.MsoSubtitle, div.MsoSubtitle {
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 0cm;
    text-align: justify;
    line-height: 107%;
    font-size: 12.0pt;
    font-family: "Calibri",sans-serif;
    color: #5A5A5A;
    letter-spacing: .75pt;
}

#instruction-page a:link, span.MsoHyperlink {
    color: #0563C1;
    text-decoration: underline;
}

#instruction-page p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 36.0pt;
    line-height: 107%;
    font-size: 11.0pt;
    font-family: "Calibri",sans-serif;
}

#instruction-page p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst {
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 0cm;
    margin-left: 36.0pt;
    line-height: 107%;
    font-size: 11.0pt;
    font-family: "Calibri",sans-serif;
}

#instruction-page p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle {
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 0cm;
    margin-left: 36.0pt;
    line-height: 107%;
    font-size: 11.0pt;
    font-family: "Calibri",sans-serif;
}

#instruction-page p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 36.0pt;
    line-height: 107%;
    font-size: 11.0pt;
    font-family: "Calibri",sans-serif;
}

#instruction-page p.MsoTocHeading, li.MsoTocHeading, div.MsoTocHeading {
    margin-top: 12.0pt;
    margin-right: 0cm;
    margin-bottom: 0cm;
    margin-left: 0cm;
    text-align: justify;
    line-height: 107%;
    page-break-after: avoid;
    font-size: 12.0pt;
    font-family: "Calibri",sans-serif;
}

#instruction-page span.TytuZnak {
    font-family: "Calibri Light",sans-serif;
    letter-spacing: -.5pt;
}

#instruction-page span.PodtytuZnak {
    font-family: "Times New Roman",serif;
    color: #5A5A5A;
    letter-spacing: .75pt;
}

#instruction-page span.Nagwek1Znak {
    font-family: "Times New Roman",serif;
}

#instruction-page span.Nagwek2Znak {
    font-family: "Times New Roman",serif;
}

#instruction-page .MsoChpDefault {
    font-family: "Calibri",sans-serif;
}

#instruction-page .MsoPapDefault {
    margin-bottom: 8.0pt;
    line-height: 107%;
}

@page WordSection1 {
    size: 595.3pt 841.9pt;
    margin: 70.85pt 70.85pt 70.85pt 70.85pt;
}

#instruction-page div.WordSection1 {
    page: WordSection1;
}
/* List Definitions */
#instruction-page ol {
    margin-bottom: 0cm;
}

#instruction-page ul {
    margin-bottom: 0cm;
}

@media only screen and (max-width: 1150px) {
    #instruction-page {
        width: 80vw !important;
    }

    .instruction-row {
        width: 80vw !important;
    }

    .contents-instruction {
        max-width: 70vw !important;
    }

    .instruction-content {
        max-width: 70vw !important;
    }
}

@media only screen and (max-width: 900px) {
    #instruction-page {
        width: 90vw !important;
    }

    .instruction-row {
        width: 90vw !important;
    }

    .contents-instruction {
        max-width: 80vw !important;
    }

    .instruction-content {
        max-width: 80vw !important;
    }
}

@media only screen and (max-width: 780px) {
    #instruction-page {
        width: 100vw !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

        #instruction-page img {
            max-width: 80vw !important;
            height: auto;
            width: auto;
        }

    .instruction-row {
        width: 100vw !important;
    }

    .contents-instruction {
        max-width: 90vw !important;
    }

    .instruction-content {
        max-width: 90vw !important;
    }
}

@media only screen and (max-width: 390px) {
    h2.title-instruction {
        font-size: 2.2rem !important;
    }
}

/*-------------REGULATIONS PAGE------------------*/

#regulations-page p {
    margin: auto;
    max-width: 70vw;
    text-align: justify;
}

#regulations-page h5, #regulations-page h6, #regulations-page h4, #regulations-page h3, #regulations-page h2 {
    margin: auto;
    max-width: 70vw;
}

.regulations-name {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}

h2.title-regulations {
    color: #9f6c41;
    text-transform: uppercase;
    font-size: 2.5em;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px #484848;
}

@media only screen and (max-width: 860px) {
    #regulations-page {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 800px) {
    #regulations-page p {
        max-width: 80vw;
    }

    #regulations-page h5, #regulations-page h6, #regulations-page h4, #regulations-page h3, #regulations-page h2 {
        margin: auto;
        max-width: 80vw;
    }
}
/*-------------SMALLER SCREENS------------------*/
/*----------LOGO-----------*/
@media only screen and (max-width: 308px) {
    .logo-item span {
        font-size: 1.2rem !important;
    }

    #leftAreaMenu_DXI0_ {
        max-width: 150px !important;
    }
}
/*----------INDEX-----------*/
@media only screen and (max-width: 1552px) {
    .first-fans-photo img {
        max-height: 300px !important;
    }

    .fans-photo .second-fans-photo img {
        max-height: 200px !important;
    }

    .second-about-photo img {
        max-height: 300px !important;
    }

    .about-photo .first-about-photo img {
        max-height: 200px !important;
    }
}


@media only screen and (max-width: 1200px) {
    .organization-content .first-column, .second-column {
        width: auto !important;
        max-width: 100vw !important;
    }

    .organization-content .first-column {
        padding-top: 50px;
    }

        .organization-content .first-column img {
            max-height: 200px !important;
        }
}


@media only screen and (max-width: 1039px) {
    .first-fans-photo img {
        max-height: 280px !important;
    }

    .fans-photo .second-fans-photo img {
        max-height: 180px !important;
    }

    .second-about-photo img {
        max-height: 280px !important;
    }

    .about-photo .first-about-photo img {
        max-height: 180px !important;
    }
}

@media only screen and (max-width: 936px) {
    .first-fans-photo img {
        max-height: 230px !important;
    }

    .fans-photo .second-fans-photo img {
        max-height: 130px !important;
    }

    .fans-photo .first-photo {
        margin-right: -70px;
    }

    .second-about-photo img {
        max-height: 230px !important;
    }

    .about-photo .first-about-photo img {
        max-height: 130px !important;
    }
}


@media only screen and (max-width: 860px) {
    #info2 {
        flex-direction: column-reverse !important;
    }

    #info1, #info2, #info3 {
        background-color: #fbf9f5 !important;
    }

        #info1 h2, #info2 h2, #info3 h2 {
            font-size: 2.3rem !important;
        }

        #info1 .about-us-text, #info2 .about-us-text, #info3 .about-us-text {
            background-color: #fbf9f5 !important;
        }

        #info1 .about-us, #info2 .about-us, #info3 .about-us {
            padding: 20px 0;
        }

    .first-fans-photo img {
        max-height: 300px !important;
    }

    .fans-photo .second-fans-photo img {
        max-height: 200px !important;
    }

    .fans-photo .first-fans-photo {
        margin-right: -80px;
    }

    .about-photo .first-about-photo {
        margin-right: -80px;
    }

        .about-photo .first-about-photo img {
            max-height: 200px !important;
        }

    .about-photo .second-about-photo img {
        max-height: 250px !important;
    }

    .about-photo .second-about-photo img {
        margin-left: 0;
    }

    .index-info .row {
        flex-direction: column;
    }

    .index-info .photo-row {
        flex-direction: row;
    }

    .icons-row {
        flex-direction: row !important;
    }

    .index-info .fans-photo {
        max-width: 100vw;
        width: 100vw;
        height: 300px !important;
        max-height: 600px;
        position: relative;
        padding-top: 40px;
    }

    .index-info .about-photo {
        max-width: 100vw;
        width: 100vw;
        height: 100% !important;
        max-height: 100%;
        position: relative;
        padding-bottom: 30px;
    }

    .info-element i {
        transform: scale(0.5,0.5)
    }

    .info-element {
        min-height: 150px;
    }

        .info-element h4 {
            padding-top: 0 !important;
        }

    .index-info .fans-photo img {
        display: block;
        width: 100%;
        height: auto;
        top: 0;
    }

    .index-info .about-photo img {
        display: block;
        width: 100%;
        height: auto;
        top: 0;
    }

    .welcome-text {
        max-width: 100% !important;
    }

    .about-us {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .info-element h4 {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 486px) {
    .about-photo .first-about-photo {
        margin-right: -100px;
    }

    .about-info .container {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .about-info .col-4 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

@media only screen and (max-width: 469px) {
    .about-photo .first-about-photo {
        display: none;
    }

    .first-fans-photo img {
        display: none !important;
    }

    .fans-photo .row {
        flex-direction: column !important;
    }

    .about-photo {
        max-height: 1000px !important;
    }

        .about-photo .second-photo {
            margin-left: 0 !important;
        }

        .about-photo img {
            height: 200px !important;
            width: auto !important;
        }

        .about-photo .photo-row {
            flex-direction: column;
        }

        .about-photo .second-about-photo {
            padding-top: 10px;
            margin: auto;
        }
}

@media only screen and (max-width: 400px) {
    .about-info .container {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .about-info .col-4 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

@media only screen and (max-width: 390px) {
    img#organizationAvatar {
        max-width: 70vw !important;
        height: auto !important;
    }
}

/*----------ORGANIZATION-----------*/
@media only screen and (max-width: 768px) {
    .background-image-organization::after {
        background-attachment: fixed !important;
        bottom: 0 !important;
    }
    .background-image::after {
        background-size: 150% auto;
    }
}

@media only screen and (max-width: 510px) {
    #organizationLayout_0 .dxflGroupCell_Material {
        padding: 0 5px !important;
    }

    #organizationLayout_0 .dxflGroupSys {
        padding: 0 5px !important;
    }

    .info-card {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 400px) {
    #organizationLayout_0 .dxflGroupBox_Material {
        border: none !important;
    }

    #organizationLayout_0 .dxflVATSys {
        padding: 0 0 !important;
    }

    #organizationLayout_0 .dxflGroupSys {
        padding: 0 0 !important;
    }

    #organizationLayout_0 .dxflGroupCell_Material {
        padding: 0 2px !important;
    }

    #organizationLayout_0 #descriptionHtmlEditor_DesignViewCell {
        height: 50px !important;
    }

    h2.logo-item {
        font-size: 2.3rem !important;
    }
}

@media only screen and (max-width: 390px) {
    .welcome-text h2 {
        font-size: 2.3rem !important;
    }

    .icons-row {
        flex-direction: column !important;
        align-content: center !important;
    }

    #info-element2.info-element {
        margin-top: 10px !important;
    }

    .info-element {
        margin-top: 10px !important;
    }

    .about-info .col-4 {
        max-width: 70vw !important;
    }

    .about-info {
        padding-bottom: 50px !important;
    }

        .about-info h4 {
            font-size: 1.2rem !important;
        }
}
/*
@media only screen and (max-width: 350px) {
    .background-image-organization::after {
        bottom: 624px !important;
    }
}*/

@media only screen and (max-width: 340px) {
    #organizationLayout_0 .dxflElInAdaptiveView, .dxflItemInAdaptiveView > div.dxflCaptionCellSys, .dxflItemInAdaptiveView > div[class*='dxflNestedControlCell'] {
        width: 100% !important;
    }

    #loginButton {
        width: 70vw !important;
    }

    #registryButton {
        width: 70vw !important;
    }
}

@media only screen and (max-width: 320px) {
    .welcome-text h2 {
        font-size: 2rem !important;
    }

    div[class*='dxflNestedControlCell'] {
        max-width: 90vw;
    }
}

@media only screen and (max-width: 305px) {
    #organizationLayout_0 .dxflElInAdaptiveView, .dxflItemInAdaptiveView > div.dxflCaptionCellSys, .dxflItemInAdaptiveView > div[class*='dxflNestedControlCell'] {
        width: 100% !important;
    }

    #organizationLayout_0 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 390px) {
    .payment-page .organization-name h4 {
        font-size: 1.2rem;
    }

    .payment-page .organization-content {
        padding-top: 0 !important;
    }

    .payment-page .container {
        border: none !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .payment-page.container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .payu-payment-form {
        background-size: 200px;
        background-position: center !important;
    }

    div[class*='dxflNestedControlCell'] {
        margin: auto;
    }

    .organization-content .organization-name {
        padding-top: 20px !important;
    }
}

/*----------SUPPORTER-----------*/
@media only screen and (max-width: 330px) {
    #editButton {
        margin-top: 10px;
    }
}

/*--------IMPORT PAGE-----------*/

@media only screen and (max-width: 643px) {
    .import-buttons #rejectButton {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 489px) {
    #importFilePanel .dxeButtonEditSys {
        width: 100% !important;
    }

    #importFilePanel #importFileUpload {
        width: 100% !important;
    }

    #importFilePanel #importSeparatorVal {
        width: 100% !important;
    }
}

@media only screen and (max-width: 425px) {
    .import-buttons #acceptButton {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 366px) {
    .import-buttons #acceptButton {
        margin-top: 7px;
    }

    #refreshButton {
        margin-top: 10px;
    }
}

/*--------USER PAGE-----------*/

@media only screen and (max-width: 331px) {
    #userChangePasswordLayout_3_0 .dxflItemInAdaptiveView tr {
        display: flex;
        flex-direction: column;
    }

    #userChangePasswordLayout_3_0 .dxflItemInAdaptiveView td {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-top: 10px;
    }
}


/*-------TABS MENU---------*/
@media only screen and (max-width: 858px) {
    .dxtc-top .dxtc-strip {
        display: flex !important;
        flex-direction: column !important;
    }

    #SignInRegisterTabControl {
        display: flex;
        justify-content: center;
    }

    .dxtc-top .dxtc-tab {
        margin: auto !important;
        width: 100vw !important;
    }

    .dxtc-top .dxtc-activeTab {
        margin: auto !important;
        width: 100vw !important;
    }

    .dxtc-top .dxtc-link {
        padding: 8px 0 !important;
    }
}


/*--------------------------------------------------------------
# Footer on main page
--------------------------------------------------------------*/
#footer {
    background: #dfd9d2;
    color: #fff;
    font-size: 14px;
    width: 100%;
}

    #footer.footer-organization {
        background: #dfd9d2 !important;
        padding-bottom: 15px;
    }

    #footer .container {
        display: flex;
        justify-content: space-between;
    }

    #footer .contact-info h4 {
        font-size: 16px;
        font-weight: 600;
        position: relative;
        padding-bottom: 12px;
    }

    #footer .contact-info p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 0;
    }

    #footer .footer-top {
        padding: 50px 0 0 0;
    }

        #footer .footer-top .container {
            max-width: 1400px !important;
        }

        #footer .footer-top .footer-info {
            margin-bottom: 15px;
            color: #505050;
            padding-left: 50px;
            padding-right: 30px;
            border-left: 1px solid #435a7c;
            border-right: 1px solid #435a7c;
            width: 432px;
            height: 236px;
        }

        #footer .footer-top .footer-info {
            font-size: 15px;
        }

        #footer .footer-top .contact-info {
            margin-bottom: 15px;
            padding-left: 10px;
            padding-right: 20px;
            border-right: 1px solid #435a7c;
            width: 250px;
            height: 236px;
        }

            #footer .footer-top .contact-info a {
                color: #505050;
                transition: 0.3s;
            }

                #footer .footer-top .contact-info a:hover {
                    color: #9f6c41;
                    text-decoration: none;
                }

        #footer .footer-top .footer-info h3 {
            font-size: 20px;
            margin: 0 0 20px 0;
            padding: 2px 0 2px 0;
            line-height: 1;
            color: #435a7c;
        }

        #footer .footer-top .footer-info p {
            font-size: 15px;
            line-height: 24px;
            margin-bottom: 0;
        }

        #footer .footer-top .social-links {
            display: flex;
            justify-content: center;
        }

            #footer .footer-top .social-links a {
                font-size: 18px;
                display: inline-block;
                background: #435a7c;
                color: #fff;
                line-height: 1;
                padding: 8px 0;
                margin-right: 4px;
                border-radius: 50%;
                text-align: center;
                width: 36px;
                height: 36px;
                transition: 0.3s;
            }

                #footer .footer-top .social-links a:hover {
                    background: #435a7c;
                    color: #fbf9f5;
                    text-decoration: none;
                }

        #footer .footer-top h4 {
            font-size: 20px;
            font-weight: 600;
            color: #435a7c;
            position: relative;
            padding-bottom: 12px;
        }


        #footer .footer-top .footer-pages {
            margin-bottom: 30px;
            padding-left: 10px;
            width: 216px;
            height: 236px;
        }

            #footer .footer-top .footer-pages ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-pages ul i {
                    padding-right: 2px;
                    color: #435a7c;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-pages ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                    font-size: 15px;
                }

                    #footer .footer-top .footer-pages ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-pages ul a {
                    color: #505050;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-pages ul a:hover {
                        color: #9f6c41;
                        text-decoration: none;
                    }

@media (max-width: 1260px) {
    #footer .footer-top .footer-info {
        border-right: none;
        border-left: none;
        height: 200px;
    }

    #footer .footer-top .contact-info {
        border-right: none;
    }
}

@media (max-width: 991px) {
    #footer .footer-top .footer-info {
        padding-left: 0;
        padding-right: 20px;
    }

    #footer .img-verlogic {
        display: none !important;
    }

    #footer .container {
        display: flex;
        justify-content: center;
    }

    .footer-pages {
        width: auto !important;
    }

    #footer .footer-top .container {
        max-width: 80vw !important;
    }
}


@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}


@media (max-width: 768px) {
    #footer .footer-top .container {
        max-width: 100vw !important;
    }

    #footer .footer-top .footer-info {
        height: auto;
        border-top: 1px solid #435a7c;
        border-bottom: 1px solid #435a7c;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #footer .footer-top .contact-info {
        height: auto;
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-bottom: 1px solid #435a7c;
    }

    #footer .container {
        display: inline-block;
        margin: auto;
        width: 100% !important;
        max-width: 768px !important;
    }

    #footer .img-verlogic {
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex !important;
    }

    #footer .footer-top .footer-pages {
        height: auto;
        width: 100%;
        text-align: center;
        padding-left: 0 !important;
    }

    #footer .footer-top .footer-links li {
        display: inline;
        justify-content: center;
    }

    #footer .footer-top .footer-pages li {
        display: inline;
        justify-content: center;
    }
}

@media (max-width: 350px) {
    .img-verlogic img {
        max-height: 60px;
    }
}
