

/* privacy */

.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;
}

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

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

    width: auto;
    max-width: 100%;
    height: auto;
    overflow-y: auto;

    margin: auto;
    background-color: #ffffff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    background-image: url(/images/bg-site.jpg);
    /*background-image: url(/images/bg-site.png);*/
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top left;

}

.box-content {
    color: #000000;

    padding: 40px;


}

.box-content ul li {
    font-size: 22px;
}

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



.PopUpContainerPrivacy {
    padding: 0px;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    background-color: #ffffff55;
    left: 0;
    margin: auto;
    position: fixed;
    overflow-y: auto;

    top: 0px;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 901;
}

.PopUpContainerPrivacy .PopUpContentPrivacy a.closeThisBoxPrivacy: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: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
}

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

.cancelBtnPrivacy .btn {
    margin: 0 auto;
}


/* 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;
    
    
    padding: 20px;
    margin-right: 150px;
    position: absolute;
    
    width: 100%;
    max-width : 600px;
    /* ---------------------------------------- */
    /* Modify if needed 2 */
    height : 175.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 .popupContent {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 2%;
    right: 2%;
    color: #000000;
    /*overflow: auto;*/
    
    padding-right: 20px;
    padding-left: 20px;
}


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

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


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


.PopUpContentAlert .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: 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;
}

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

.cancelBtnAlert .btn {
    margin : 0 auto;
}


