﻿/* Hide the radio button */
input[name='sendToEmail'] {
    display: none;
}

.btn-maman-secondery {
    background-color: #ffffff !important;
    color: black !important;
}

input[name='sendToEmail']:checked + label {
    background-color: #5a6268 !important;
    color: #ffffff !important;
}

.logout {
    float: left;
    height: 18px;
    color: #687888;
    margin: 0 15px;
}

.logout.en{
    float:right;
}

.logout:hover{
    text-decoration:underline;
}

.header {
    color: #687888;
    border-bottom: solid 1px #dee2e6;
}

.body {
    padding-top: 5px;
}

.body:nth-child(2n+1) {
    background-color: #f3f5f7;
}

.allert-no-change {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    color: #1f8936;
    text-shadow: 0px 0px 0.1px #010e03;
}


.success-wrap {
    text-align: center;
    padding-top: calc(100vh/9);
}

.success-wrap-icon i {
    background-color: #28a745;
    padding: 1rem 1.2rem;
    border-radius: 50%;
    color: #ffffff;
}

.success-wrap-title {
    margin-top: 1.2rem;
    font-size: 1.3rem;
}

.success-wrap-info {
    font-size: 18px;
    max-width: 340px;
    margin: 1.5rem auto;
    line-height: 22px;
}

.welcome-title {
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    color: #a40818;
}

.welcome-info {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    max-width: 420px;
    margin: 15px auto;
}

.link-btn {
    text-decoration: underline;
    color: #ADADAD;
    font-size: 90%;
    margin-left: 5px;
    margin-right: 5px;
    display:inline-block;
}

.link-btn:hover{
    color:#000000;
    text-decoration:none;
}
.file-name{
    display:inline-block;
}
.file-name i {
    float:right;
    color: #246e24;
    margin-left: 5px;
    font-size: 20px;
}
.pdf-instructions{

}
.pdf-instructions:before {
    content: '* ';
}

.instruction-wrap {
    max-width: 320px;
    margin: auto;
    text-align: right;
}

.instruction-wrap.en {
    text-align: left;
}
/*
input[type=file]::file-selector-button {
    height: 35px;
    border-radius: 19px;
    color: #ffffff;
    font-family: Assistant;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    padding: 7px 30px;
    background-color: #0061ce;
    border: 1px #000000;
}

input[type=file]::file-selector-button:hover {
    text-decoration: underline;
}*/