header{
    height: 8% !important;
    background: #128fcf !important;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 6px 0px 0px rgba(39,128,184,1);
}

body{
    background: #f4f5fa;
    padding: 0;
    margin: 0;
}

.global_div{
    text-align: center; 
    background: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 5em;
    width: 70%;
    padding: 2em;
    border-radius: 13px 13px 13px 13px;
    box-shadow: 0px 0px 10px 4px rgba(220,220,220,1);
}

body{
    height: 100%
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #128fcf;
}

li {
    float: left;
    border: 0;
}

li a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.nav_bar_button{
    text-decoration: none;
    color: white !important;
}

.nav_bar_button:hover{
    background: #2070b3 !important;
}

nav ul li ul { display:none; }

nav ul li:hover ul {
    z-index:99999;
    display:list-item !important;
    position:absolute;
    margin-top:0px;
    margin-left:0px;
    border-right: none;
    background: #3080c3;
}

nav ul li:hover ul li {
    float:none;
    border-right: none;
}

.dataTable.tbody.tr:hover{
    background: #c7ddf2 !important;
}

tr.stable td {
    padding: 0;
}
tr.stable td a {
    display: block;
    padding: 4px;
}

table{
    margin-left: auto !important;
    margin-right: auto !important;
}

.button{
    height: 2.5em;
    background: #128fcf !important;
    color : white !important;
    border-color : black !important;
    border-radius: 7px 7px 7px 7px !important;
    border-width: 2px !important;
    outline: 0;
    box-shadow: none;
    width: 15em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-weight: bold !important;
}

.button:hover{
    background: #3080c3 !important;
}

.button:active, .button:focus{
    outline: 0 !important;
    box-shadow: none;
}

.selectLanguage{
    border: none;
    text-decoration: none;
    color: black !important;
    margin: 0 !important;
}

.delete_icon{
    background-image: url("../resources/img/poubelle.png") !important;
}
/* Popup box BEGIN */
.hover_bkgr_fricc{
    position: fixed;
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    min-height: 100%;
    text-align:center;
    top:0;
    left: 0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    margin-top: 15%;
    width: 60%;
    border-radius: 8px;
    padding: 15px 5%;
}

.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;    
    display: inline-block;
    font-weight: bold;
    outline: 0;
}


.elementName{
    color: #7e7e7e;
    font-weight: bold;
}

.inputBox{
    text-align: center;
    color: #128fcf;
    font-weight: bold;
    background: #f4f4f4;
    border-radius: 9px 9px 9px 9px;
    border: 3px solid #e3e5c9;
    width: 15em;
    height: 1.3em;
    outline: 0;
}

.mySelect{
    -webkit-appearance: none;
    -moz-appearance: none; 
    color: #7e7e7e;
    text-align: center;
    background: #f4f4f4;
    border-radius: 9px 9px 9px 9px;
    border: 3px solid #e3e5c9;
    width: 15.5em;
    background-image: url("data:image/svg+xml;utf8,<svg fill='7e7e7e' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: -2px;
    height: 1.9em;
    outline: 0;
}

select::-ms-expand { display: none; }


.printedResults{
    color: #128fcf;
    font-weight: bold; 
    text-align: right!important;
}

th {
    color: #128fcf !important;
    border-right: 0px !important;
    border-left: 0px !important;
    background: #f4f4f4 !important;
}

th:first-child{
    border-left: 1px solid #999 !important;
}

th:last-child{
    border-right: 1px solid #999 !important;
}

.ui-datatable-data .ui-state-hover{ 
    box-shadow: none;
    background-color: #b9daeb;

}

.ui-datatable .ui-state-highlight{
    box-shadow: none;
    background-color: #b9daeb;

}

nav ul li ul li:hover {
    background: #2070b3 !important;
}

.ui-growl {
    top:12% !important;
    width: auto !important;
    z-index:9999;
}

.ui-growl-message {
    padding: 10px 2em 10px 1em !important;
    width: auto !important;
    float: right;
}

.ui-growl-title {
    text-align: center;
}

.ui-growl-image{
    margin-right: 1em !important;
}

div[id="growl_container"] > div{
    background-color: orange !important;
}