﻿/* 
      remise à zéro / bases
*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    background-color: #fff;
}
body {
    height: 100%;
    border: none;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    overflow: auto;
    color: #3c3c50;
}
select {
    border: 1px solid lightgray !important;
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /*Removes default style Firefox*/
    font-size: 0.8em;
}
textarea { resize: none; }
p { margin: 0; }
a { text-decoration: none; }
h1 {
    font-size: 1.4em;
    text-align: center;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.0em; }
h4 { font-size: 0.9em; }
h5 { font-size: 0.8em; }
h1, h2, h3, h4, h5 { color: #525050; }

ul { list-style-type: none; }
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    table-layout: fixed;
    word-wrap: break-word;
}
td { padding: 0px; }
.saisiCell {
    border: 1px solid #7ec4d4;
    border-radius: 2px;
    background-color: #fff;
    margin-left: -4px;
    overflow: hidden;
    height: 22px;
}
input[type='checkbox'] {
    float: left;
    margin-top: 5px;
    width: 18px;
    height: 18px;
}
input[type='checkbox']:hover { box-shadow: 0 0 5px #94d47e; }
.lblChk {
    float: left;
    margin-right: 19px;
    cursor: pointer;
    margin-top: 5px;
}

.ui-datepicker { z-index: 1299 !important; }

.lblForD {
    float: left;
    font-size: 1em;
    padding: 0px 5px 1px 1px;
    width: auto;
    height: 22px;
    text-align: right;
    margin-right: 9px;
    clear: both;
}
.lblForG {
    float: left;
    font-size: 1em;
    padding: 0px 1px 1px 5px;
    width: auto;
    height: 22px;
    text-align: left;
    margin-right: 9px;
    clear: both;
}

/* ---
   tableaux en-tête fixe
 --- */
.enteteFixe tbody {
    display: block;
    overflow: auto;
}
.enteteFixe tr { display: block; }
/* pour les non IE */
html > body tbody.enteteFixe {
    display: block;
    overflow: auto;
}
html > body thead.enteteFixe tr { display: block; }
.clearb { clear: both; }
/* 
    docking 
*/
.dockMx {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.dockDH {
    position: absolute;
    top: 0;
    right: 0;
}
.dockDB {
    position: absolute;
    bottom: 0;
    right: 0;
}
.dockGH {
    position: absolute;
    top: 0;
    left: 0;
}
.dockGB {
    position: absolute;
    bottom: 0;
    left: 0;
}
.dockGg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.dockHh {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.dockDd {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.dockBb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.dockCc {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*
    popup
*/
.dlgPop {
    display: none;
    z-index: 1599;
}
.fermPop {
    position: absolute;
    right: 19px;
    top: 4px;
    color: darkgray;
    font-size: 0.9em;
    cursor: pointer;
}
.fermPop:hover {
    color: rgb(74, 87, 116);
    top: 6px;
    right: 15px;
    text-transform: uppercase;
}  
/*
    dialog
*/
.dlgFnd {
    background: #fafafa;
    opacity: 0.5;
}
#divMsgC {
    border-radius: 5px;
    box-shadow: 10px 10px 13px -10px black;
    width: 380px;
    height: 230px;
    text-align: center;
    background: white;
    z-index: 901;
}
.dlgTit {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    background-color: #c9c9c9;
    color: black;
    font-size: 1.1em;
    height: 30px;
    text-align: left;
    padding: 2px 2px 2px 9px;
    border-radius: 4px;
    cursor: move;
}
.dlgFin {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 20px;
    height: 20px;
    background-color: rgb(101, 101, 101);
    color: white;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    border-radius: 2px;
    font-size: 1em;
    cursor: pointer;
}
.dlgFin:hover { background-color: rgb(61, 61, 61); }
.dlgMsg {
    position: absolute;
    top: 39px;
    left: 12px;
    right: 9px;
    margin: 9px;
    height: auto;
    padding-top: 9px;
    min-height: 100px;
    font-weight: normal;
    text-align: left;
}
.dlgBtns {
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    height: 56px;
    border-top: 1px solid darkgray;
    vertical-align: middle;
}
.dlgBtn {
    float: right;
    margin-right: 29px;
    margin-top: 9px;
    width: auto;
    padding: 3px 12px 3px 12px;
    height: 30px;
    font-size: 1em;
    border: 1px solid rgb(90, 90, 90);
    border-radius: 2px;
    background-color: rgb(90, 90, 90);
    color: white;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.dlgBtn:hover { background-color: #36537f; }

.dlgAtt {
    display: none;
    position: absolute;
    left: 5px;
    bottom: 20px;
    font-size: 0.7em;
    color: rgb(110, 110, 110);
}
.dlgAttW {
    width: 250px;
    height: 48px;
    font-size: 14px;
    color: rgb(110, 110, 110);
    margin: auto;
    border-radius: 5px;
    padding: 9px;
    box-shadow: 10px 10px 13px -10px black;
    background: white;
    text-align: center;
    z-index: 949;
}
.dlgAttW img {
    float: left; 
    width: 35px;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin {
    from { transform: rotate(0deg);}
    to { transform: rotate(360deg); }
}
.dlgMftc {
    position: absolute;
    height: 180px;
    width: 80%;
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgb(243, 232, 250);
    box-shadow: 9px 9px 8px -12px black;
    padding: 3px;
    z-index: 501;
}

.dlgMftc i {
    margin-top: 5px;
    margin-right: 4px;
    background: none;
    font-size: 1.2em;
    float: right;
}
.dlgMftc .cleditorMain { height: 99% !important; }
.dlgMftc .cleditorMain iframe {
    height: calc(100% - 29px) !important;
    width: 100% !important;
}
.dlgMftc .cleditorMain textarea {
    height: calc(100% - 29px) !important;
    width: 100% !important;
}
/*
    dropdown
*/
.divDdn {
    position: relative;
    background: white;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 3px 6px;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: 22px;
}
.divDdn:hover { box-shadow: 0 0 5px #7ec4d4; }
.divDdn .divCmb {
    position: absolute;
    top: 28px;
    left: -1px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    z-index: 599;
    list-style-type: none;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}
.divDdn .liDdn {
    margin-left: 5px;
    line-height: 28px;
}
.divDdn .liInact { color: darkgray; }
.divDdn .liSel { font-weight: bold; }
.divDdn li { white-space: nowrap; }
.divDdn li:hover {
    background-color: #1858a7;
    color: #fff;
}
.divDdn .liInact { color: darkgray; }
.divDdn .liInact:hover { background-color: #1858a7; }
.divDdn .label {
    width: 90%;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.divDdn .selcarat {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0 4px;
    background: white;
    cursor: pointer;
    color: #000;
    font-size: 1.2em;
}
.dropdownb {
    padding: 3px 7px;
    border: 1px solid #e2eaed;
    border-radius: 3px;
    box-shadow: 0 4px 40px -10px #808080;
    float: left;
    font-size: 1.1em;
}
.rouge { color: red; }
.powerby {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    height: 24px;
    background-color: #fff;
    padding-left: 9px;
}
.powerby div {
    color: #3c3c50;
    height: 17px;
    font-size: 15px;
    float: left;
}

.powerby img {
    width: 17px;
    margin-left: 4px;
    float: left;
    margin-top: 2px;
}
