﻿p {
    margin-bottom: 1rem !important;
}

.outline {
    border: 1px solid red;
}

.lineSpacing {
    line-height: 1.6;
}

.show {
    display: block;
}

.hide {
    display: none;
}

html, body {
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

#divHeader {
    display: table;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1C5B72;
    padding: 1px 0px;
    text-align: center;
}

    #divHeader .contenu {
        width: 100%;
    }

#titreSEL {
    background-color: #1C5B72;    
    text-align: center;
    font-family: SourceSansPro, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 15px 0px;
}

.seperator {
    height: 20px;
}

#userNameInputLabel {
    display: inline;
    font-size: 14px;
}

#passwordInputLabel {
    font-size: 14px;
}

#passwordInput,
#userNameInputCCQ {
    display: block;
    width: 61% !important;
    margin: 5px 0;
    font-size: 14px;
}

#passwordInput {
    display: inline-block;
    padding-right:30px;
}

    #passwordInput::-ms-reveal, #passwordInput::-ms-clear {
        display: none;
    }

#divFooterLarge {
    display: none;
}

#divFooterSmall {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 75px;
    max-height: auto;
    background-color: #1C5B72;
    margin-top: -75px;
}

#body {
    padding-bottom: 75px;
    margin:0 auto;
}

#container {
    min-height: 100%;
    top: auto;
    position: relative;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}

.tooltip #IdentifiantAide {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 80%;
}

.tooltip:hover #IdentifiantAide {
    visibility: visible;
    position: absolute;
    z-index: 1;
    width: 80%;
}

.tooltip #IdentifiantAide #contenu {
    margin: 0 auto;
    width: 100%;
}

.tooltipContent {
    background-color: #ffffff;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 5px;
    font-family: SourceSansPro, sans-serif;
    font-size: 12px;
    color: #000000;
    cursor: pointer;
    padding: 10px;
}

/* Petite flèche */
.tooltip .tooltipContent::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 73px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

#loginForm {
    margin-bottom: 15px !important;
}

@media (min-width: 580px) {
    #body {
        width: 580px;
        margin: 0 auto;
    }
}

/* For devices larger than 320px */
@media (min-width: 320px) {

    .tooltip #IdentifiantAide {
        visibility: hidden;
        position: absolute;
        z-index: 1;
        width: 280px;
    }

    .tooltip:hover #IdentifiantAide {
        visibility: visible;
        position: absolute;
        z-index: 1;
        width: 280px;
    }

    #divFooterLarge {
        display: none;
    }

    #divFooterSmall {
        display: block;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 75px;
        background-color: #1C5B72;
        margin-top: -75px;
    }

        #divFooterSmall .contenu {
            display: block;
            padding: 7px 0;
        }

    #body {
        padding-bottom: 75px;
        margin: 0 auto;
    }
}

/*Fix for the textboxes*/
@media (max-width: 330px) {
    #passwordInput,
    #userNameInputCCQ {
        width: 175px !important;
    }
}

/* For footer larger than 1035px */
@media (min-width: 1035px) {

    #divFooterLarge {
        display: block;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 45px;
        background-color: #1C5B72;
        margin-top: -45px;
    }

        #divFooterLarge .contenu {
            margin: auto;
            width: 70%;
            padding: 10px 0;
        }

    #divFooterSmall {
        display: none;
    }
}

/* For devices larger than 965px */
@media (min-width: 965px) {

    #divHeader {
        display: table;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #1C5B72;
        padding: 1px 0px;
        text-align: center;
    }

        #divHeader .contenu {
            display: table-cell;
            padding: 0 20%;
        }

    #body {
        padding-bottom: 45px;
        margin: 0 auto;
    }
}

/* For devices larger than 586px */
@media (min-width: 586px) {

    .modalContent {
        max-width: 440px;
    }
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

.btn {
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    border-top: medium none;
    font-family: "SourceSansPro", sans-serif;
    border-right: medium none;
    vertical-align: middle;
    min-width: 150px;
    border-bottom: medium none;
    font-weight: 400;
    color: #fff;
    padding: 6px 12px;
    text-align: left;
    border-left: medium none;
    display: inline-block;
    line-height: 20px;
    background-color: #4794b5;
}

    .btn:visited {
        margin-bottom: 0px;
        cursor: pointer;
        font-size: 14px;
        text-decoration: none;
        border-top: medium none;
        font-family: "SourceSansPro", sans-serif;
        border-right: medium none;
        vertical-align: middle;
        min-width: 150px;
        border-bottom: medium none;
        font-weight: 400;
        color: #fff;
        padding: 6px 12px;
        text-align: left;
        border-left: medium none;
        display: inline-block;
        line-height: 20px;
        background-color: #4794b5;
    }

    .btn:hover {
        background-color: #307e9e;
        text-decoration: none;
        color: #fff;
    }

    .btn:active {
        background-color: #307e9e;
        text-decoration: none;
    }

#submitButton {
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    border-top: medium none;
    font-family: "SourceSansPro", sans-serif;
    border-right: medium none;
    vertical-align: middle;
    min-width: 150px;
    border-bottom: medium none;
    font-weight: 400;
    color: #fff;
    padding: 6px 12px;
    text-align: left;
    border-left: medium none;
    display: inline-block;
    line-height: 20px;
    background-color: #4794b5;
}

    #submitButton:hover {
        background-color: #307e9e;
    }

    #submitButton:active {
        background-color: #307e9e;
    }

.hidden {
    font-family: "SourceSansPro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1c5b72
}

#passwordArea {
    margin-top: 14px;
}

#submissionArea {
    margin-top: 12px;
}

.ico {
    background: transparent url("baseUrl/ZJWEB020/Images/SpriteWhiteIcons.png") no-repeat left top;
    display: inline-block;
    margin-right: 3px;
    height: 20px;
    width: 20px;
    vertical-align: top;
    zoom: 1;
}

.ico_arrow_right {
    background-position: 0 -20px !important;
}

.ico_question {
    background-position: -220px 0 !important;
}

.ico_x {
    background-position: -240px -20px !important;
    position: absolute;
    top: 25%;
    left: 5px;
}

#imgLogo {
    width: 131px;
    height: 40px;
    margin: 5px 0 0 10px;
}

.popupBoxWrapper {
    display: none;
    width: 50%;
}

.error {
    width: 96%;
    max-height: auto;
    background-color: #960606;
    padding: 10px;
    margin-bottom: 5px;
}

#errorText {
    font-family: "SourceSansPro", sans-serif;
    display: inline;
    color: #fff;
    font-weight: 400;
    padding-left: 5px;
    font-size: 13px;
    line-height: 1.6;
    max-height: auto;
}

.exlamSquare {
    display: inline-block;
    background-image: url("baseUrl/ZJWEB020/Images/ExclamationSquare.png");
    width: 18px;
    height: 18px;
    position: relative;
    top: 5px;
    max-height: auto;
}

.warning {
    width: 96%;
    max-height: auto;
    background-color: #e3793a;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 13px !important;
    line-height: 1.6;
}

#warningText {
    display: inline;
    color: #fff;
    padding-left: 5px;
    max-height: auto;
}

.vertical-centered {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modalContent {
    background-color: #fefefe;
    border-radius: 6px;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #307E9E;
    width: 70%;
    text-align: center;
    font-size: 14px;
}

#snackbar {
    visibility: hidden;
    box-sizing: border-box;
    min-width: 100%;
    min-height: 55px;
    max-height: 100%;
    margin: 0px;
    background-color: #000 /*#4794B5*/;
    color: #fff;
    /*text-align: center;*/
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 0;
    left: 0px;
    top: 0px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#btnClose {
    /*display:inline-block;*/
    float: right;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 20px;
    padding: 5px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    font-family: "SourceSansPro", sans-serif;
    cursor: pointer;
}

#mainWrapper {
    top: 0px;
    position: absolute;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}

body #buorgul {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    box-shadow: none;
    padding: 0px;
    border-radius: 0px;
    font-weight: normal;
    background: transparent;
    white-space: nowrap;
    margin: 0;
    display: inline-block;
}

.bi-eye-slash, .bi-eye {
    margin-left: -25px;
    margin-right: 12px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 10pt;
    display: inline-block;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /*vertical-align: -.125em;*/
    width: 16px;
    height: 16px;
}

.bi-eye-slash {
    background: transparent url("baseUrl/css/fonts/eye-slash.svg") no-repeat left top;
}

.bi-eye {
    background: transparent url("baseUrl/css/fonts/eye.svg") no-repeat left top;
}

