﻿.css_installationInfos {
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    bottom: 8px;
    right: 16px;
    font-style: italic;
    color: dodgerblue;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body {
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif !important;
}

.css_safranLogo {
    z-index:1;          
    margin-left: 10%;
    margin-right: 20%;
    padding: 0;
    height: 100%;
    max-width: 450px;
    position: relative;
    background: url(../img/SNECMALogo.png) no-repeat center left;
    -webkit-background-size: contain;
    background-size: contain;
    text-align: left;
    vertical-align: middle;
    font-style: italic;
    color: dodgerblue;
    font-weight: bold;
}
.popup_panel {                       
    position: absolute;
    z-index: 9;
    background-color: #fbfbfb;
    border: 2px solid #5f5f5f;
    text-align: left;
}

.popup_handle {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;
}

.popup-body {
    padding: 10px;
}

        .crown {
    width: 20px;
    height: 15px;
}

.hr {
    border: none;
    width: 80%;
    height:50px;
    margin-left:10%;
    border-bottom: 1.1px solid #00d7fe;
    position:absolute;
}

.hr2 {
    border: none;
    width: 80%;
    height:50px;
    margin-left:10%;
    border-top: 1.1px solid #00d7fe;
    position:absolute;
}