﻿/* #region Styles globaux */
* {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

html, body {
    width: 100%;
    height: 100%;
    *min-width: 960px;
}

#ie-alert {
    padding: 10px 0;
    text-align: center;
    border-bottom: 2px solid red;
}

#wrapper {
    margin-bottom: -248px;
    min-height: 100%;
    height: 100%;
    height: auto !important;
    background: url(Images/bgWhite.png);
}

    #wrapper .push {
        height: 248px;
    }

html {
    font-weight: 400;
    font-size: 11pt;
    font-family: 'Open Sans', sans-serif;
}

.clear {
    clear: both;
}

h1 {
    font-weight: 600;
}

h2 {
    margin-bottom: 10px;
    color: #F48120; /*color: #293BDB;*/
    font-weight: 800;
    font-size: 1.7em;
}

h3 {
    margin: 20px 0 12px;
    font-weight: 600;
    font-size: 1.2em;
}

a:link, a:visited {
    color: #293BDB;
    text-decoration: none;
}

    a:link:hover, a:visited:hover {
        color: #495BFB;
        cursor: pointer;
        text-decoration: none;
    }

ul li {
    margin-left: 20px;
    padding-bottom: 10px;
    line-height: 1.8em;
    list-style-type: none;
}

hr {
    background: #797979;
    height: 1px;
    margin: 10px 0;
}

p {
    padding-bottom: 12px;
    text-align: left;
    line-height: 1.8em;
}

table.bordered {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

    table.bordered tr {
        background: #fff;
    }

        table.bordered tr:nth-child(even) {
            background: #efefef;
        }

    table.bordered .button {
        font-size: 9pt;
        min-width: 80px;
        height: 40px;
        line-height: 40px;
    }

    table.bordered td, table th {
        border: 1px solid #aaa;
        padding: 4px 8px;
    }

.commerces .enabled {
    box-shadow: 4px 0 0 green inset;
}

.commerces .expiresoon {
    box-shadow: 4px 0 0 darkorange inset;
}

.commerces .disabled {
    box-shadow: 4px 0 0 red inset;
}

.box {
    margin: 100px 0;
}

.push {
    visibility: hidden;
    clear: both;
    width: 100% !important;
}

iframe {
    display: block;
}

.wrapper {
    margin: 0 auto;
    max-width: 1280px;
}

.float-right {
    float: right;
}

.img_quad{
    width:50%;
}

/* #endregion Styles globaux */
/* #region DataTable */
.dataTables_wrapper {
    padding: 10px 0;
}

.dataTables_filter, .dataTables_length {
    padding: 10px 0;
}

    .dataTables_filter input {
        padding: 5px;
        border: 1px solid #797979;
        background: #FFF none repeat scroll 0% 0%;
        box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.1) inset;
    }

    .dataTables_length select {
        width: auto;
    }

table.dataTable thead th, table.dataTable thead td {
    border: 1px solid #AAA;
}
/* #endregion */
/* #endregion Contrôles */
form {
    text-align: center;
}

    form p {
        padding: 10px;
    }

.controls {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */ /* clearfix */
    text-align: left;
}

    .controls:after {
        display: table;
        clear: both; /* clearfix */
        content: "";
    }

    .controls > div {
        vertical-align: top;
        display: inline-block;
        padding: 5px 0;
        width: 45%;
        zoom: 1;
        *display: inline;
    }

    .controls .label {
        text-align: left;
        float: left;
        padding-top: 5px;
        width: 40%;
    }

    .controls .check {
        text-align: right;
        line-height: 25px;
    }

        .controls .check label {
            width: 100%;
            display: block;
            text-align: left;
        }

        .controls .check img {
            margin-right: 15px;
            vertical-align: bottom;
        }

        .controls .check input {
            width: 25px;
        }

    .controls .input {
        display: block;
        float: left;
        min-height: 28px;
        width: 60%;
    }

input[type=text], input[type=email], input[type=password], select {
    padding: 5px;
    width: 90%;
    border: 1px solid #797979;
    background: #fff;
    box-shadow: 0 -4px 0 rgba(0,0,0,0.1) inset;
}

input[readonly], input[disabled] {
    background: #eee;
    color: #666;
}

.validation-summary-errors, .field-validation-error {
    padding-bottom: 20px;
    color: red;
}

.input-validation-error {
    outline-width: 2px;
    outline-style: auto;
    outline-color: red;
}

input[type=radio] {
    margin-top: 7px;
    margin-right: 4px;
}

select {
    padding-top: 3px;
}

.button, input[type=button] {
    display: inline-block;
    *display: inline;
    box-sizing: border-box;
    zoom: 1;
    vertical-align: top;
    min-width: 240px;
    background-position: 50% 0;
    background-size: 100% 72px;
    color: white !important;
    text-align: center;
    text-transform: uppercase;
    background-color: #72BE44;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}

    .button:hover, input[type=button]:hover {
        background-position: 50% 36px;
        cursor: pointer;
    }

    .button.red {
        border: 1px solid rgb(136, 46, 46);
        background: rgb(212, 98, 98);
    }

        .button.red:hover {
            border: 1px solid rgb(136, 46, 46);
            background: rgb(192, 78, 78);
        }
/* #endregion Contrôles */
/* #region Select List */
.commerce-types {
    min-height: 20px;
    overflow-y: auto;
    border: 1px solid #ddd;
    width: 75%;
    margin: 0 auto;
}

    .commerce-types li {
        text-align: left;
        position: relative;
        margin: 0;
        height: 28px;
        padding: 8px;
        padding-left: 20px;
    }

        .commerce-types li:nth-child(odd) {
            background: #efefef;
        }

        .commerce-types li img {
            margin-right: 8px;
        }

.selectsign {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #aaa;
    margin: 5px auto;
}

.selectlist {
    min-height: 20px;
    overflow-y: auto;
    border: 1px solid #ddd;
}

    .selectlist.select {
        max-height: 260px;
    }

    .selectlist .num {
        color: #aaa;
        display: block;
        width: 20px;
        text-align: center;
        position: absolute;
        top: 8px;
        left: 20px;
    }

    .selectlist.select .num {
        display: none;
    }

    .selectlist li {
        text-align: left;
        position: relative;
        margin: 0;
        height: 28px;
        padding: 6px 8px;
        padding-left: 40px;
    }

    .selectlist.drop li {
        padding-left: 80px;
        padding-right: 30px;
    }

    .selectlist.select li:nth-child(odd) {
        background: #efefef;
    }

    .selectlist.select li:hover {
        background: #e4f1ff;
        cursor: pointer;
    }

    .selectlist li img {
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .selectlist.drop li img {
        left: 43px;
    }

    .selectlist .remove {
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: 4px;
        color: white;
        background: #e45858;
        padding: 2px 8px;
        margin: 0 4px;
    }

    .selectlist.select .remove {
        visibility: hidden;
    }

.ui-sortable li {
    cursor: move;
    padding-left: 23px;
}

    .ui-sortable li:after {
        content: "";
        position: absolute;
        left: 8px;
        top: 16px;
        height: 1px;
        width: 10px;
        border-top: 1px solid #aaa;
        border-bottom: 3px double #aaa;
    }

    .ui-sortable li:hover {
        background: #e4f1ff;
    }
/* #endregion Select List */
/* #region Ombres */
.shadow-left, .shadow-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
}

.shadow-left {
    left: -10px;
    background: url(Images/ombreLeft.png);
}

.shadow-right {
    right: -10px;
    background: url(Images/ombreRight.png);
}

.shadow-bottom, .shadow-top, .shadow-inner-bottom, .shadow-inner-top {
    position: absolute;
    right: 0;
    left: 0;
    height: 10px;
}

.shadow-bottom {
    bottom: -10px;
    background: url(Images/ombreBottom.png);
}

.shadow-top {
    top: -10px;
    background: url(Images/ombreTop.png);
}

.shadow-inner-bottom {
    bottom: 0px;
    background: url(Images/ombreTop.png);
}

.shadow-inner-top {
    top: 0px;
    background: url(Images/ombreBottom.png);
}
/* #endregion Ombres */
/* #region Header */
#head-background {
    background: url(Images/imgBackgroundv2.jpg);
    background-position: top left;
}

header {
    /*padding-bottom: 10px;*/
}

    header nav {
        position: relative;
        height: 50px;
        background: url(Images/bgBlack.png);
    }

        header nav #nav-logo {
            display: inline-block;
            *display: inline;
            zoom: 1;
            width: 300px;
            margin-top:0.5em;
        }

            header nav #nav-logo a {
                display: block;
            }

            header nav #nav-logo img {
                margin: auto;
                display: block;
            }

        header nav ul#links {
            float: right;
        }

        header nav ul#menu {
            width: 70%;
            vertical-align: top;
            display: inline-block;
            *display: inline;
            zoom: 1;
        }

        header nav ul li {
            display: block;
            float: left;
            height: 50px;
            margin-left: 0px;
            padding-bottom: 0px;
            color: #eee;
        }

            header nav ul li a {
                display: block;
                padding: 14px 12px;
                height: 20px;
                font-size: 11pt;
                min-width: 60px;
                text-align: center;
                text-transform: uppercase;
                font-weight: 600;
            }

            header nav ul li.logItem, header nav ul li.langItem {
                float: right;
            }

            header nav ul li a:link, header nav ul li a:visited {
                color: #eee;
            }

                header nav ul li a:link:hover, header nav ul li a:visited:hover {
                    color: #fff;
                }

            header nav ul li.active a, header nav ul li:hover a {
                border-bottom: 3px solid #293BDB;
            }
    /* #region Contenu header */
    header #titre {
        height: 300px;
    }

.paragraphe p {
    color: white;
}

    .paragraphe p a:link, .paragraphe p a:visited {
        color: white !important;
        text-decoration: none;
        font-weight: 900;
    }

header #titre h1, header #titre-accueil h1 {
    float: left;
    max-width: 520px;
    margin-top: 120px;
    padding: 0 10px;
    color: white;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.1em;
}

#head {
    position: relative;
    padding: 0;
    background: url(Images/bgWhite.png); /*background: url(Images/bgAlphaWhite.png);*/
}

    #head .wrapper {
        position: relative;
    }

    #head #ribbon {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: auto;
        position: relative;
        top: 0;
        bottom: 0;
        right: 15px;
        width: 299px;
    }

        #head #ribbon #ribbon-top {
            position: absolute;
            top: -57px;
            left: -10px;
            display: block;
            width: 320px;
            height: 57px;
            content: ' ';
        }

        #head #ribbon #ribbon-content {
            text-align: center;
            height: 100%;
        }

            #head #ribbon #ribbon-content .commerce-type {
                width: 75%;
                margin: auto;
            }

            #head #ribbon #ribbon-content h2 {
                padding-top: 35px;
            }

        #head #ribbon .button {
            margin: 10px 0;
            width: 200px;
        }

    #head .leftContent {
        float: left;
        width: 60%;
        padding: 10px;
    }
/* #endregion Contenu header */
/* #endregion Header */
/* #region Contenu */
#main {
    padding-bottom: 40px;
}

    #main p {
        padding: 10px;
    }

.alert, .info {
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #797979;
    font-size: 11pt;
    font-weight: bold;
    background: rgb(221, 231, 255);
}

    .info.carte {
        margin-top: -1px;
        text-align: center;
        background: rgb(255, 205, 205);
        color: darkred;
        transition: opacity 200ms;
    }

        .info.carte.hidden {
            opacity: 0;
        }

.alert {
    background: rgb(255, 205, 205);
    color: darkred;
}

.call-to-action {
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    /*margin: 0 30px;*/
    margin-bottom: 10px;
}

a.call-to-action {
    display: block;
    background: #72BE44;
    color: white;
    cursor: pointer;
}

    a.call-to-action:hover {
        color: black;
    }

        a.call-to-action:hover .foot {
            opacity: 0.6;
        }

.call-to-action .head {
    text-align: center;
    padding: 15px 10px;
}

.call-to-action strong {
    font-weight: 600;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}

.call-to-action .head p {
    text-align: center;
    padding: 4px 0;
    font-size: 14px;
    line-height: 16px;
}

.call-to-action .foot {
    text-align: center;
    padding: 15px 10px;
    transition: opacity 200ms;
    background: black;
    color: white;
}

a.call-to-action .foot {
    background-size: 100% 100%;
    background-repeat: repeat-x;
}

.call-to-action .foot .left {
    vertical-align: middle;
    display: inline-block;
    width: 40%;
    text-align: left;
    padding-left: 15px;
}

.call-to-action .foot .only {
    font-size: 11px;
    text-transform: uppercase;
}

.call-to-action .price-container {
    margin-bottom: 10px;
}

.call-to-action .price {
    line-height: 38px;
    font-size: 37px;
    font-weight: 700;
    color: #72BE44;
}

.call-to-action .per-year {
    display: inline-block;
    line-height: 10px;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.call-to-action .buy {
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
}

.call-to-action .price .dolsign {
    vertical-align: top;
    display: inline-block;
    line-height: 10px;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 600;
}

.call-to-action .foot .right {
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    width: 50%;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.services {
    text-align: center;
}

    .services > div {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        margin-bottom: 40px;
        width: 33%;
    }

    .services > a {
        width: 100%;
        display: block;
    }

    .services > div .triangle {
        margin-right: auto;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        /*border-color: #293BDB transparent transparent #293BDB;*/
        border-color: #72BE44 transparent transparent #72BE44;
    }

    .services > div p {
        padding: 0 15px;
        text-align: justify;
    }

    .services > div .img-block {
        position: relative;
        text-align: center;
        margin-bottom: 30px;
        width: 100%;
        height: 200px;
        line-height: 200px;
    }

        .services > div .img-block img {
            vertical-align: middle;
        }

    .services > div h2 {
        text-align: center;
        margin-bottom: 10px;
    }
/* #endregion Contenu */
/* #region Footer */
footer {
    position: relative;
    *height: 248px;
    background: url(Images/bgFooter.jpg);
}

    footer .wrapper {
        position: relative;
    }

    footer #footer-logo {
        float: right;
        max-width: 369px;
        display: block;
    }

        footer #footer-logo img {
            display: block;
            width: 60%;
            margin-top:1em;
        }

    footer .sections {
        max-width: 460px;
        float: left;
    }

    footer section {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        font-size: 11pt;
        line-height: 10px;
        padding: 20px 40px 20px 0;
        color: #eee;
    }

    footer ul {
        list-style-type: none;
    }

        footer ul li {
            padding: 0;
            margin: 0;
        }

    footer a {
        white-space: nowrap;
    }

        footer a:link, footer a:visited {
            color: #eee;
        }

            footer a:link:hover, footer a:visited:hover {
                color: #fff;
            }

    footer section h2 {
        margin-bottom: 15px;
        color: #eee;
        font-size: 1.7em;
    }
/* #endregion Footer */
/* #region Contenu */
.login {
    max-width: 400px;
    margin: auto;
    background-color: white;
    padding: 20px 80px;
}

    .login .validation-summary-errors {
        text-align: left;
    }

    .login > div {
        margin-bottom: 10px;
    }

    .login h2 {
        padding-bottom: 8px;
        border-bottom: 1px solid blue;
    }

    .login .label {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 160px;
        vertical-align: middle;
        text-align: right;
        padding-right: 20px;
    }

    .login .control {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 200px;
        vertical-align: middle;
        text-align: left;
    }

        .login .control input {
            width: 200px;
        }

    .login .checkbox {
        /*float: right;*/
        clear: both;
        margin: 20px 0 20px;
    }

    .login .button {
        /*float: right;*/
        clear: both;
    }

    .login .alert, .login .info {
        text-align: center;
    }

    .login .submit {
        margin-top: 20px;
    }

.submit {
    text-align: center;
}

#main h2 {
    padding-top: 20px;
    color: #F48120;
    font-weight: 800 !important;
    font-size: 37px;
    line-height: 38px;
    text-transform: uppercase;
}

#map {
    overflow: hidden;
    height: 300px;
    position: relative;
    border: 1px solid #797979;
    background: #F0EDE6;
}

.confirmation {
    text-align: left;
    margin-right: -22px;
    margin-left: -10px;
}

    .confirmation > div {
        position: relative;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 5px 10px;
        min-height: 30px;
        width: 47%;
        border: 1px solid #797979;
        background: #F2F2F2;
    }

    .confirmation .label {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        float: left;
        padding: 5px;
        width: 40%;
        background: white;
    }

        .confirmation .label span {
            font-size: 0.8em;
        }

    .confirmation .input {
        display: block;
        float: left;
        padding: 0px;
        padding-left: 45%;
        width: 50%;
        font-weight: 600;
        line-height: 30px;
    }

.conditions {
    margin: 10px;
}

    .conditions input {
        margin: 10px;
    }

.commerce-type .editor-radio, .commerce-type-confirm {
    margin: 8px 0;
    border: 1px solid #797979;
    background: white;
    box-shadow: 0 -6px 0 rgba(0,0,0,0.1) inset;
}

    .commerce-type .editor-radio:hover,
    .commerce-type .editor-radio label:hover,
    .commerce-type .editor-radio input:hover {
        cursor: pointer;
    }

    .commerce-type .editor-radio label, .commerce-type-confirm {
        text-align: left;
        display: block;
        padding: 10px;
        padding-bottom: 15px;
        padding-left: 45px;
        margin: auto;
    }

.commerce-type-confirm {
    width: 75%;
}

.editor-radio label[for="Commerce_Type_0"], #type-Commerce {
    background-image: url(Images/icones/Commerce.png);
}

.editor-radio label[for="Commerce_Type_1"], #type-Hebergement {
    background-image: url(Images/icones/Hebergement.png);
}

.editor-radio label[for="Commerce_Type_2"], #type-Restauration {
    background-image: url(Images/icones/Restaurant.png);
}

.editor-radio label[for="Commerce_Type_3"], #type-Essence {
    background-image: url(Images/icones/Essence.png);
}

.editor-radio label[for="Commerce_Type_4"], #type-Concessionnaire {
    background-image: url(Images/icones/Concessionnaire.png);
}

.editor-radio label, .commerce-type-confirm {
    background-position: 6px 4px;
    background-repeat: no-repeat;
}

.commerce-type .editor-radio input {
    display: block;
    float: right;
    margin: 13px;
    margin-right: 16px;
}

#promo {
    width: 310px;
    margin: 10px auto;
}

.recaptcha {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.recaptchatable #recaptcha_response_field {
    height: 20px;
}

.form-footer {
    margin-bottom: 20px;
}

.submit .button, .submit input {
    margin-left: 10px;
}
/* #endregion Contenu */
/* #region Carte */
#recherche {
    margin-bottom: 10px;
    width: 70%;
}

#btnRecherche {
    margin-bottom: 10px;
    width: 20%;
    height: 28px;
    line-height: 28px;
}

#erreurcarte {
    display: none;
}

    #erreurcarte.visible {
        display: block;
    }

.dijitSliderProgressBar, .dijitSliderBottomBumper {
    background-color: #293BDB;
}
/* #endregion Carte */
/* #region Modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #FFF;
    width: 500px;
    height: 140px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 0 999px black;
    box-shadow: 0 0 0 999px rgba(0,0,0,0.6);
    z-index: 10;
}

    .modal p {
        text-align: center;
    }

    .modal .button {
        margin: 0 30px;
    }

#modalDeleteAccount {
    height: fit-content;
    width: 720px;
    border-radius: 5px;
    text-align: left;
}
    #modalDeleteAccount span {
        font-weight: bold;
    }
    #modalDeleteAccount p {
        text-align: left;
    }
    #modalDeleteAccount div input {
        margin-left: 13px;
    }
    #deleteCheckbox {
        margin-top: 13px;
    }
    .deleteAccountTitle {
        padding: 10px;
    }
    .deleteAccountTitle h3 {
        margin-top: 0;
    }
    #modalDeleteAccount ol li {
        margin-left: 26px;
    }
    #errorDeleteAccount {
        color: red;
    }
    #modalDeleteAccount .deleteButtons {
        text-align: center;
    }
/* #endregion Modal */
/*#region Multiplateforme */
.connect-form {
    display: flex;
}

.login-fields {
    padding-top: 50px;
    padding-bottom: 50px;
    min-width: 400px;
}

.login-left-hidden {
    width: 280px;
    float: right;
}

.multiplatform {
    float: right;
    opacity: 1;
    top: 25px;
    left: -90px;
    margin-top: 40px;
}

.multiplatform-transform {
    opacity: 1;
    width: 307px;
    transform: translate(20px, 20px);
}

.multiplatform-new {
    opacity: 1;
    width: 100px;
    color: white;
    font-weight: bold;
    top: 140px;
    position: sticky;
    position: relative;
    top: 12px;
    left: 105px;
    border-radius: 10px;
    background-color: #F48120;
    text-align: center;
    height: 22px;
}
/* #endregion Multiplateforme */

/*#region Responsive */
@media (max-width: 860px) {
    body {
        min-width: 320px !important; /* Taille minimum du site */
    }

    footer #footer-logo {
        float: none;
        margin: auto;
        margin-top: 20px;
    }

    /*#region Header */
    header nav {
        height: auto;
    }

        header nav #nav-logo {
            width: 100%;
        }

            header nav #nav-logo a {
                background-color: white;
            }

        header nav ul#menu {
            width: 100%;
            text-align: center;
        }

            header nav ul#menu li, header nav ul#links {
                width: 100%;
            }

    header #titre {
        height: auto;
        margin: 10px 0 0 0;
    }

        header #titre h1 {
            text-align: center;
            float: none;
            margin: 0;
            padding: 0;
            max-width: none;
        }
    /*#endregion Header */

    /*#region Content*/
    .wrapper h2, .wrapper h3 {
        text-align: center;
    }

    #head .wrapper {
        padding: 0 0 10px 0;
        text-align: center;
    }

    #head .leftContent {
        width: 85%;
        display: block;
        margin: auto;
        float: none;
    }

    #map {
        text-align: left;
    }

    #head #ribbon #ribbon-top {
        display: none;
    }

    #head #ribbon #ribbon-content {
        background: none;
        min-height: 0;
    }

    #head #ribbon {
        position: static;
        margin: auto;
        float: none;
        background-image: none;
    }

    .shadow-left, .shadow-right {
        display: none;
    }
    /*#endregion Content*/

    /*#region Controls*/
    .controls .label {
        text-align: center;
        float: none;
        width: auto;
    }

    .controls .input {
        float: none;
        width: auto;
    }

    .controls > div {
        width: 100%;
    }

    .controls .check label {
        text-align: center;
    }

    .conditions {
        float: none;
        width: auto;
    }

        .conditions input {
            float: none;
            margin: 0;
        }

    .recaptcha {
        float: none;
    }

    .submit .button, .submit input {
        float: none;
        margin: 0;
    }
    /*#endregion Controls*/

    /*#region Login*/
    .login .label {
        display: block;
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .login .control {
        display: block;
        width: auto;
        text-align: center;
    }

    .login .checkbox, .login .button {
        float: none;
        clear: none;
    }
    /*#endregion Login*/

    /*#region Account Info */
    .confirmation {
        margin: 0;
    }

    .buttons {
        text-align: center;
    }

        .buttons a {
            margin: 10px;
        }

    .info {
        text-align: center;
    }

    .confirmation > div {
        margin: 5px auto;
        width: 95%;
        display: block;
    }

    .confirmation .label {
        position: static;
        float: none;
        width: auto;
        text-align: center;
    }

    .confirmation .input {
        float: none;
        padding: 0;
        width: auto;
        text-align: center;
    }
    /*#ednregion Account Info*/

    .services > div {
        width: 100%;
    }

        .services > div p {
            padding: 10px;
        }

    /*#region Footer */
    footer .sections {
        margin: auto;
        margin-bottom: 10px;
        padding-top: 10px;
        display: block;
        text-align: center;
        float: none;
    }

    footer section {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

        footer section p {
            text-align: center;
        }
    /*#endregion Footer */

    .connect-form {
        display: inline;
    }

    .multiplatform, .login-left-hidden {
        display: none;
        opacity: 0;
        width: 0;
    }
}
/*#endregion Responsive*/
/*#region ImageViewModel */
.image-edit-field {
    position: relative;
    height: 200px;
    margin: auto;
    width: 200px;
    border: 3px solid #797979;
    border-radius: 10px;
}

.image-edit-field > label, 
.image-edit-field > img,
.image-edit-field > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.image-edit-field > input[type=file] {
    opacity: 0;
}

.image-edit-field > label {
    cursor: pointer;
    border-radius: 5px;
    min-width: 200px !important;
}

.image-edit-field > label > .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
}

.image-edit-field > label > .fa:hover + img, 
.image-edit-field > label > .fa:hover + video {
    opacity: 0.5;
    transition: opacity 0.15s;
}

.image-edit-field > .file-info {
    position: absolute;
    left: 50%;
    height: 10px;
    transform: translate(-50%, -50%);
    font-size: 1rem;
}

.image-edit-field > img, 
.image-edit-field > video {
    object-fit: cover;
    pointer-events: none;
    border-radius: 5px;
}

.image-edit-field > button {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    min-width: 25px !important;
    max-height: 25px;
    line-height: 0 !important;  
}

.new-name-field {
    vertical-align: top;
    display: inline-block;
    padding: 5px 0;
    width: 72%;
    zoom: 1;
}

.collapse {
    display: none;
}

.show {
    display: inline-block;
}

.slider-widget * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.slider-widget {
    width: 54% !important;
}

.slider-widget .image-grid {
    position: relative
}

.slider-widget .mySlides {
    display: none;
    min-height: 500px;
    background-color: #757575;
}

.slider-widget .mySlides .main-img, 
.slider-widget .mySlides .video-player {
    width: 100%;
    max-height: 500px;
    display: flex;
    object-fit: contain;
}

.slider-widget .cursor {
    height: 100%;
    width: 100%;
    cursor: pointer;
    object-fit: contain;
}

.slider-widget .thumbnail-scroll {
    margin-left: 0px;
    margin-right: 0px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 5px 0 5px 0 !important;
    display: flex;
}

.slider-widget .thumbnail-container {
    flex: 0 0 auto;
    float: left;
    max-height: 50px;
    max-width: 80px;
    margin-right: 3px;
    border: 1px solid #757575;
}

.slider-widget .next, .slider-widget .prev {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.slider-widget .next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.slider-widget .next:hover, .slider-widget .prev:hover {
    background-color: rgba(0,0,0,.8)
}

.slider-widget .delete {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px
}

.slider-widget .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.slider-widget .caption-container {
    text-align: center;
    background-color: #333;
    padding: 2px 16px;
    color: #fff
}

.slider-widget .caption-container p {
    margin-bottom: 0 !important
}

.slider-widget .row {
    padding: 5px 15px 0 15px
}

.slider-widget .row:after {
    content: "";
    display: table;
    clear: both
}

.slider-widget .demo {
    opacity: .6
}

.slider-widget .active, .slider-widget .demo:hover {
    opacity: 1
}
/*#endregion ImageViewModel */

/*Section TermsOfUse*/
.terms-of-use-title {
    margin-left: 10px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.terms-of-use-title a{
    /*Added this one to align the link with the h1 title*/
    margin-top:3px;
}
.terms-of-use-see-more {
    margin-left: 10px;
}
.terms-of-use-body ol {
    margin-top: 30px;
    margin-left: 28px;
}
.terms-of-use-actions {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.terms-of-use-action-guest {
    display:flex;
    justify-content: end;
}
.terms-of-use-action-guest a {
    padding-left: 15px;
    padding-right: 15px;
}