/* popup alert */

.displayOn {
    display: block;
}

.displayOff {
    display: none;
}

.canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 900;
}

.PopUpContentAlert {
    color: #000000;
    display: block;
    position: relative;
    /* width: 100%; */
    /* max-width : 500px; */
    /* ---------------------------------------- */

    /* Modify if needed */
    /* ---------------------------------------- */
    padding: 20px;
    margin-right: 150px;
    position: absolute;
    /*top: 0;
    bottom: 0;
    left : 0;
    right : 0;*/

    width: 100%;
    max-width: 500px;
    /* ---------------------------------------- */
    height: 408px;
    /* Modify if needed */
    /* ---------------------------------------- */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    background-color: #ffffff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
    box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
}


.box-content {
    color: #000000
}

.box-content p {
    margin-bottom: 20px;
}


.box-content h2 {
    text-align: center;
}


.box-content p {
    text-align: center;
}

.PopUpContainerAlert {
    padding: 0px;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    background-color: #ffffff55;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 901;
}

.PopUpContainerAlert .PopUpContentAlert a.closeThisBoxAlert:not([href]):not([tabindex]) {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    background-color: #6c757d;
    cursor: pointer;
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.cancelBtnAlert {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
}

.cancelBtnAlert .btn {
    margin: 0 auto;
}

/* // popup alert */


/* popup send */
.displayOn {
    display: block;
}

.displayOff {
    display: none;
}

.canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 900;
}

.PopUpContentSend {
    color: #000000;
    display: block;
    position: relative;
    /* width: 100%; */
    /* max-width : 600px; */
    /* ---------------------------------------- */
    height: 306.398px;
    /* Modify if needed */
    /* ---------------------------------------- */
    padding: 20px;
    margin-right: 150px;
    position: absolute;
    /*top: 0;
    bottom: 0;
    left : 0;
    right : 0;*/

    width: 100%;
    max-width: 600px;
    /* ---------------------------------------- */
    height: 306.398px;
    /* Modify if needed */
    height: 245.398px;

    /* ---------------------------------------- */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    background-color: #ffffff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
    box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
}

.box-content {
    color: #000000
}

.box-content p {
    margin-bottom: 20px;
}



.PopUpContainerSend {
    padding: 0px;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    background-color: #ffffff55;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 901;
}

.PopUpContainerSend .PopUpContentSend a.closeThisBoxSend:not([href]):not([tabindex]) {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    background-color: #6c757d;
    cursor: pointer;
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.cancelBtnSend {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
}

.cancelBtnSend .btn {
    margin: 0 auto;
}

/* // popup send */



/* popup delete */



.displayOn {
    display: block;
}

.displayOff {
    display: none;
}

.canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 900;
}

.PopUpContentArchive,
.PopUpContentDelete {
    color: #000000;
    display: block;
    position: relative;
    /* width: 100%; */
    /* max-width : 600px; */
    /* ---------------------------------------- */
    height: 306.398px;
    /* Modify if needed */
    /* ---------------------------------------- */
    padding: 20px;
    margin-right: 150px;
    position: absolute;
    /*top: 0;
    bottom: 0;
    left : 0;
    right : 0;*/

    width: 100%;
    max-width: 600px;
    /* ---------------------------------------- */
    height: 170.398px;
    /* Modify if needed */
    /* ---------------------------------------- */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    background-color: #ffffff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
    box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
}

.box-content {
    color: #000000
}

.box-content p {
    margin-bottom: 20px;
}



.PopUpContainerArchive,
.PopUpContainerDelete {
    padding: 0px;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    background-color: #ffffff55;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 901;
}

.PopUpContainerArchive .PopUpContentArchive a.closeThisBoxArchive:not([href]):not([tabindex]),
.PopUpContainerDelete .PopUpContentDelete a.closeThisBoxDelete:not([href]):not([tabindex]) {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    background-color: #6c757d;
    cursor: pointer;
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}


.cancelBtnArchive,
.cancelBtnDelete {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
}

.cancelBtnArchive .btn,
.cancelBtnDelete .btn {
    margin: 0 auto;
}



.displayOn {
    display: block;
}

.displayOff {
    display: none;
}

.canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 900;
}

.PopUpContentTimeout {
    color: #000000;
    display: block;
    position: relative;
    /* width: 100%; */
    /* max-width : 600px; */
    /* ---------------------------------------- */
    height: 282.398px;
    /* Modify if needed */
    /* ---------------------------------------- */
    padding: 20px;
    margin-right: 150px;
    position: absolute;
    /*top: 0;
    bottom: 0;
    left : 0;
    right : 0;*/

    width: 100%;
    max-width: 600px;
    /* ---------------------------------------- */
    height: 282.398px;
    /* Modify if needed */
    /* ---------------------------------------- */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    background-color: #ffffff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
    box-shadow: 9px 9px 20px 8px rgba(0, 0, 0, 0.35);
}

.PopUpContentTimeout .box-content {
    color: #000000;
    background-color: #fff;

}

.PopUpContentTimeout .box-content p {
    margin-bottom: 20px;
}


.PopUpContentTimeout .box-content h2 {
    text-align: center;
}


.PopUpContentTimeout .box-content p {
    text-align: center;
}

.PopUpContainerTimeout {
    padding: 0px;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    background-color: #ffffff55;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 901;
}

.PopUpContainerTimeout .PopUpContentTimeout a.closeThisBoxTimeout:not([href]):not([tabindex]) {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    background-color: #6c757d;
    cursor: pointer;
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.cancelBtnTimeout {
    position: relative;
    bottom: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
}

.cancelBtnTimeout .btn {
    margin: 0 auto;
}

.timeoutTime {
    text-align: center;
}



/*loading bar */
.loader {
    width: 200px;
    margin: 20px auto;
    border-radius: 10px;
    border: 4px solid transparent;
    position: relative;
    padding: 1px;
}

.loader:before {
    content: '';
    border: 1px solid #999;
    border-radius: 10px;
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
}

.loader .loaderBar {
    position: absolute;
    border-radius: 10px;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background: #999;
    width: 0;
    animation: borealisBar 2s linear infinite;
}

@keyframes borealisBar {
    0% {
        left: 0%;
        right: 100%;
        width: 0%;
    }

    10% {
        left: 0%;
        right: 75%;
        width: 25%;
    }

    90% {
        right: 0%;
        left: 75%;
        width: 25%;
    }

    100% {
        left: 100%;
        right: 0%;
        width: 0%;
    }
}



/*<!-- CSS wait -->*/





.PopUpContentWait {
    color: #000000;
    display: block;
    position: relative;


    padding: 20px;
    margin-right: 150px;
    position: absolute;

    width: 100%;
    max-width: 200px;
    /* ---------------------------------------- */
    /* Modify if needed 2 */
    height: 148px;
    /* ---------------------------------------- */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;


    background-color: transparent;
    border: none;


    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;


}


.PopUpContentWait .box-content .popupContent {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 2%;
    right: 2%;
    color: #000000;
    /*overflow: auto;*/

    padding-right: 20px;
    padding-left: 20px;
}


.PopUpContentWait .box-content {
    color: #000000
}

.PopUpContentWait .box-content p {
    margin-bottom: 20px;
}



.PopUpContainerWait {
    padding: 0px;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    background-color: #ffffff55;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 901;
}

.PopUpContainerWait .PopUpContentWait a.closeThisBoxWait:not([href]):not([tabindex]) {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    padding: 8px 10px;
    text-align: center;
    font-size: 22px;
    background-color: #6c757d;
    cursor: pointer;
    color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.cancelBtnWait {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
}

.cancelBtnWait .btn {
    margin: 0 auto;
}


/* cercle */
.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    background: transparent;
    background-color: white;
    border: 3px solid #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;

    font-family: sans-serif;
    font-size: 12px;
    color: #555;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    padding-left: 4px;

}

.ring:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top: 3px solid #999;
    border-right: 3px solid #999;
    border-radius: 50%;
    animation: animateC 2s linear infinite;
}

.ring span {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: transparent;
    transform-origin: left;
    animation: animate 2s linear infinite;
}

.ring span:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #999;
    top: -6px;
    right: -8px;
    box-shadow: 0 0 20px #ddd;
}

@keyframes animateC {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(405deg);
    }
}