div.card-about {
    font-size: 16px;
}
div.card > div.card-title-about {
    font-size: 20px;
}

div.card-title-about > div.card-title-img {
    background-image: url("../../shared/assets/img/home_menu_about_nobg.svg");
    background-repeat: no-repeat;
}

div.about-item
{
    display: table;
    width:100%;
    border-bottom: 1px solid #e0e0e0;
    min-height: 50px;
}
div.about-item > div {
    display: table-cell;
    vertical-align: middle;
}
div.about-item > div:nth-child(1) {
    padding-left: 20px;
    width:100%;
}
div.about-detail-button > div.about-detail-button-img {
    width: 25px;
    height:25px;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url("../../shared/assets/img/next-thin-grey.svg");
    background-repeat: no-repeat;
    background-size: 25px;
}

div.card > div.card-content.card-content-about {
    padding:10px;
    min-height: calc(100vh - 105px);
    height: calc(100vh - 105px);
    background: white;
}

div.card > div.card-content.card-content-about.only-content {
    min-height: calc(100vh - 48px);
    height: calc(100vh - 48px);
}


div.card > div.card-content.card-content-about.cgu {
    text-align: justify;
}

div.card-about div.version-text {
    text-align: center;
    padding: 10px;
    width:100%;
}

div.card-about div.version-number {
    padding: 10px;
    text-align: center;
    width:100%;
    font-size:24pt;
    color: rgb(0, 174, 239); /* @primary */
}

div.demo-buttons {
    text-align: center;
}

div.demo-buttons .md-button {
    font-size:2em;
}


div.card > div.card-content.card-content-about > div.scenario {
    border: 2px solid rgb(0, 174, 239); /* @primary */
    border-radius: 6px;
    padding: 12px 8px 4px 8px;
    margin: 8px 8px;
    min-height: 160px;
    text-align: center;
    font-size: 20px;
}
div.card > div.card-content.card-content-about div.img-container {
    text-align: center;
}
div.card > div.card-content.card-content-about div.img-container img {
    max-height: 8vh;
}

div.card > div.card-content.card-content-about > div.scenario img {
    max-height: 10vh;
}

div.card > div.card-content.card-content-about > div.scenario.col-6 {
    width: calc(50% - 16px);
}
div.card > div.card-content.card-content-about > div.scenario.col-12 {
    width: calc(100% - 16px);
}
div.card > div.card-content.card-content-about > div.scenario.col-12 img {
    max-height: 12vh;
}

div.about-hint {
	font-style: italic;
	color:#777;
	font-size:14px;
	padding-bottom: 10px;
	text-align: justify;
}

div.about-profile-text {
	text-align: center;
}

.about-profile-action {
	padding: 5px;
    border-radius: 15px;
    margin: 10px;
}

.about-profile-category-title {
	margin-bottom: 5px;
    margin-top: 15px;
    display: block;
}

button.about-main-profile-action {
	margin: auto;
    margin-top:5%;
    padding:2%;
    width: 95%;
    border: none;
}

div.card-about ul.language-selector > li {
    list-style: none;
    font-size: 20px;
    margin: 10px 0;
    min-height: 48px;
    padding: 12px 12px 12px 55px;
    background: #efefef;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    cursor:pointer;
    background-image: url("../../shared/assets/img/form_listuncheck.svg");
    background-size: 30px;
    background-position: 10px;
    background-repeat: no-repeat
}

div.card-about ul.language-selector > li.selected {
    background: #b7ddf0;
    background-image: url("../../shared/assets/img/form_listcheck_grey.svg");
    background-size: 35px;
    background-position: 10px;
    background-repeat: no-repeat
}

.third-party-licence {
    margin:20px;
}


#about-page .password-repeat-icon {
    display: inline-block;
    margin-left: 10px;
}
#about-page .password-repeat-icon.fa-times {
    color: rgb(193, 38, 46);
}
#about-page .password-repeat-icon.fa-check {
    color: rgb(139, 197, 65);
}

#about-page #about_passwords {
    text-align: center;
    padding-top: 15px;
}
#about-page div.passwords-inputs {
    text-align: left;
    display: inline-block;
    width: 400px;
    min-height: 150px;
    color: rgb(0, 174, 239); /* @primary */
    vertical-align: top;
}

#about-page div.passwords-inputs hr{
    width: 75%;
    border-color: rgb(15, 51, 72);
    border-style: solid;
    margin: 20px auto;
}

#about-page div.passwords-inputs label {
    display: block;
    text-align: center;
}
#about-page div.passwords-inputs input {
    display: inline-block;
    margin-left: calc(50% - 91px);
}

#about-page div.password-rules {
    display: inline-block;
    width: 400px;
    text-align: left;
    min-height: 150px;
    color: rgb(15, 51, 72);
    font-size: 16px;
    vertical-align: top;
    padding-top: 50px;
}
#about-page .password-rule-icon.fa-times {
    color: rgb(193, 38, 46);
}
#about-page .password-rule-icon.fa-check {
    color: rgb(139, 197, 65);
}

#about-page button.about-main-action{
    margin: auto;
    margin-top:5%;
    padding:2%;
    background: rgb(0, 174, 239); /* @primary */
    color: white;
    width: 350px;
    border: none;
}
#about-page button.about-main-action[disabled]{
    cursor: not-allowed;
    background-color: #efefef;
}

#about-page input[type='text'],
#about-page input[type='password'],
#about-page input[type='number']{
    font-size:16px;
    margin-top:5px;
    margin-bottom:5px;
    padding:5px;
    text-align: center;
    border:1px #aaa solid;
    border-radius: 2px;
}

#about-page .update-success {
    margin-top: 20px;
    color: #8cc63f; /* @green */
    font-size: 20px;
}

#about-page .password-error {
    color: rgb(193, 38, 46);
    font-size: 20px;
}

.ce-row {
    display: flex;
    align-items: center;
}

.coloured-dm {
    color: #25AAE1;
}

.ce-img {
    margin-right: 22px;
}

div.privacyManagement .wrapper {
    overflow: hidden;
}

div.privacyManagement .wrapper.closed {
    height: 0;
    border: none;
    box-shadow: none;
}

div.privacyManagement div.privacyElement {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    min-height: 50px;
}

div.privacyManagement div.privacyElement.noBottomBorder {
    border-bottom: none;
}

div.privacyManagement div.privacyElement > div:nth-child(1) {
    padding-left: 20px;
    width: 100%;
}

div.privacyManagement div.privacyElement > div {
    display: table-cell;
    vertical-align: middle;
}

div.privacyManagement div.privacyElement.privacyItem {
    border-bottom: none;
}

div.privacyManagement div.privacyElement.privacyItem:hover, div.privacyManagement div.privacyElement.privacyOrg:hover {
    cursor: pointer;
}

div.privacyManagement div.privacyElement.privacyItem > div:nth-child(1) {
    padding-left: 40px;
}

div.privacyManagement div.privacyCategory > div:nth-child(1), div.about-confirm-popup span.bold {
    font-weight: bold;
}

div.privacyManagement div.privacyCategorySeparator {
    border-top: 1px solid #e0e0e0;
}

div.privacyManagement div.privacyItemSeparator {
    border-top: 1px solid #e0e0e0;
    margin-left: 20px;
}

div.privacyManagement div.privacyDataContainer {
    padding: 10px;
}

div.privacyManagement div.privacyDataLabel {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

div.privacyManagement div.buttonContainer, div.about-confirm-popup div.buttonContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

div.about-confirm-popup {
    padding: 20px;
    font-size: 16px;
}

@media (min-width: 400px) and (max-width: 800px) {
    div.about-confirm-popup {
        width: 300px;
    }
}

@media (min-width: 800px) {
    div.about-confirm-popup {
        width: 600px;
    }
}

div.about-confirm-popup > div {
    margin: 10px 0px;
}

div.about-confirm-popup > div:first-child {
    margin-top: 0px;
}

div.about-confirm-popup > div:last-child {
    margin-bottom: 0px;
}

div.about-iud .iud-number {
    font-weight: bold;
}

.phone-input-error {
    margin: auto;
    font-size: 15px;
    color: red;
}

.reclamation-success-sent {
    margin: auto;
    font-size: 15px;
    color: green;
}

.reclamation-failure-sent {
    margin: auto;
    font-size: 15px;
    color: red;
}

.missing-info-reclamation {
    font-size: 14px;
}

.card-content-about-info-box {
    display: flex;
    flex-direction: column;
    border: solid #8080805e 1px;
    padding: 5px 8px;
    border-radius: 2px;
    color: grey;
}

.card-content-about-info-container {
    display: flex;
    flex-direction: column;
    text-align: justify;
}

.card-content-about-info-item {
    margin-bottom: 10px;
}

.card-content-about-info-icon {
    align-self: center;
    font-size: larger;
    margin-bottom: 5px;
}

#about-page div.cgu-title {
    font-size: 24pt;
}

#about-page div.cgu-text {
    margin-top: 10px;
    margin-left:auto;
    margin-right:auto;
    padding: 0px 10px;
    border-top: 1px solid rgb(0, 174, 239); /* @primary */
    text-align: justify;
    color: black;
}
