/* 
    Styles généraux utilisés dans la gestion cabinet de JPV Assurances
    et dans l'espace des commerciaux.

    Author : Jean-François Brisse <jeff@bvb-software.fr>
    Version : 2.6.21
*/

/*****************************************************************************/
/******************************** Commun *************************************/
/*****************************************************************************/
@font-face {
    font-family: 'CalibriA';
    src: url('../fonts/calibri.ttf');
}

@font-face {
    font-family: 'TahomaA';
    src: url('../fonts/tahoma.ttf');
}

.activityDivSel {
    width: 100%;
    padding: 4px 10px;
    background-color: #264596;
    border: 2px solid #264596;
    font-family: 'TahomaA';
    color: #fff;
}

.activityDivSel a {
    color: #fff;
    text-decoration: none;
}

.activityDivSel a:hover {
    text-decoration: underline;
}

.activityDivTxt {
    width: 100%;
    padding: 10px;
    border: 2px solid #264596;
    font-family: 'CalibriA';
    text-align: justify;
    text-indent: 3em;
}

.activityTxt {
    width: 100%;
    font-family: 'CalibriA';
    text-align: justify;
    text-indent: 3em;
}

.alertLogo {
    width: 10%;
}

.alignLabel {
    width: 80px;
    text-align: right;
}

.basReponses {
    float: bottom;
    margin: 7px auto 0 auto;
    text-align: center;
}

body {
    background-color: #ccc;
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

.box
{
    font-size: 1.25rem; /* 20 */
    background-color: #c8dadf;
    position: relative;
    padding: 50px 20px;
}
.box.has-advanced-upload
{
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;

    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.box.is-dragover
{
    outline-offset: -20px;
    outline-color: #c8dadf;
    background-color: #fff;
}
.box__dragndrop,
.box__icon
{
    display: none;
}
.box.has-advanced-upload .box__dragndrop
{
    display: inline;
}
.box.has-advanced-upload .box__icon
{
    width: 100%;
    height: 80px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 40px;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input
{
    visibility: hidden;
}

.box__uploading,
.box__success,
.box__error
{
    display: none;
}
.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error
{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
}
.box__uploading
{
    font-style: italic;
}
.box__success
{
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out;
}
@-webkit-keyframes appear-from-inside
{
    from	{ -webkit-transform: translateY( -50% ) scale( 0 ); }
    75%		{ -webkit-transform: translateY( -50% ) scale( 1.1 ); }
    to		{ -webkit-transform: translateY( -50% ) scale( 1 ); }
}
@keyframes appear-from-inside
{
    from	{ transform: translateY( -50% ) scale( 0 ); }
    75%		{ transform: translateY( -50% ) scale( 1.1 ); }
    to		{ transform: translateY( -50% ) scale( 1 ); }
}

.box__restart
{
    font-weight: 700;
}
.box__restart:focus,
.box__restart:hover
{
    color: #39bfd3;
}

.box__button
{
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: block;
    padding: 8px 16px;
    margin: 40px auto 0;
}
.box__button:hover,
.box__button:focus
{
    background-color: #0f3c4b;
}

.box__file
{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.box__file + label
{
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
.js .box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong
{
    color: #39bfd3;
}
.js .box__file:focus + label,
.js .box__file.has-focus + label
{
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.js .box__file + label *
{
        /* pointer-events: none; */ /* in case of FastClick lib use */
}

.centerH {
    text-align: center;
    margin: 20px auto;
}

.centerV {
    vertical-align: middle;
}

.centreAlign {
    text-align: center;
}

.clearFloat {
    clear: both;
    border: none;
}

.contentDiv {
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.contractBlock {
    width: 100%;
    padding: 2px 6px;
    margin-top: 5px;
    background-color: #797979;
    border: 2px solid #797979;
    font-family: 'TahomaA';
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.contractBlockUpdate {
    width: 100%;
    padding: 2px 6px;
    margin-top: 5px;
    background-color: #c23333;
    border: 2px solid #c23333;
    font-family: 'TahomaA';
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.contractBlockTitre {
    width: 100%;
    padding: 4px 6px;
    margin: 5px 0;
    background-color: #264596;
    border: 2px solid #264596;
    font-family: 'TahomaA';
    font-weight: bold;
    font-size: 14px;
    color: #dee5f6;
}

.contractBlockTitreInsured {
    width: 58%;
    padding: 4px 6px;
    margin: 5px 5px 5px 0;
    background-color: #264596;
    border: 2px solid #264596;
    font-family: 'TahomaA';
    font-weight: bold;
    font-size: 14px;
    color: #dee5f6;
}

.contractBlockTitreModality {
    width: 41%;
    padding: 4px 6px;
    margin: 5px 0 5px 8px;
    background-color: #264596;
    border: 2px solid #264596;
    font-family: 'TahomaA';
    font-weight: bold;
    font-size: 14px;
    color: #dee5f6;
}

.copyright {
    position: absolute;
    bottom: 0;
    width: 99%;
    font-family: 'TahomaA';
    font-size: 0.8em;
}

.cursor {
    cursor: pointer;
}

.dateElement {
    margin: 0 40px;
}

.decalAffiliate {
    margin-left: 3em;
    font-size: 0.8em;
}

.decaleInter {
    margin-top: 20px;
    margin-left: 30px;
}

.decaleListe {
    margin-top: 20px;
}

.enteteElement {
    position: fixed;
    float: top;
    width: 67.5%;
    height: 20px;
    font-size: 14px;
    margin-top: -10px;
    padding: 5px 0 0 5px;
    background-color: #cdbe96;
}

.fieldsetContract {
    margin: 10px auto;
    padding: 10px;
    box-shadow: 5px 5px 5px 0 #808080;
    border: 1px solid #808080;
}

.folderPortfolio {
    margin-left: 20px;
}

.folderPortfolio a {
    text-decoration: none;
    color: inherit;
}

.folderPortfolio a:hover {
    text-decoration: underline;
    color: #00f;
}

.folderRoot {
    margin-top: 10px;
}

.fullWidth {
    width: 100%;
}

.geideDiv {
    min-height: 100px;
    height: 100px;
    min-width: 100%;
    width: auto;
    padding-top: 10px;
}

.hideDiv {
    display: none;
}

.homeBanner {
    width: 100%;
    height: 80px;
    line-height: 80px;
    vertical-align: central;
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #dee5f6;
}

.imgFlash {
    width: 50px;
}

.infoMail {
    margin: 0.5em;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

.infoRight {
    float: right;
    margin-right: 0.5em;
    text-align: right;
    color: #264596;
}

.infoRight .btn2 {
    color: #fff;
    font-style: italic;
    margin-left: -12px;
}

.infoTitle {
    float: right;
    margin-right: 0.5em;
    margin-top: 0.5em;
    text-align: right;
    color: #264596;
}

.jpvBgBlue {
    background-color: #dee5f6;
}

.jpvBlue {
    color: #264596;
}

.labelAff {
    font-family: 'CalibriA';
    font-weight: bold;
    font-size: 1em;
    color: #00f;
}

.labelAffTable {
    font-family: 'CalibriA';
    font-weight: bold;
    font-size: 1.1em;
    color: #00f;
    padding-top: 5px;
    padding-left: 5px;
}

.labelTop {
    vertical-align: top;
}

.leftAlign {
    text-align: left;
}

.legendContractView {
    font-family: 'CalibriA';
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: -10px;
    border-bottom-style: none;
}

.legendQuestEpr {
    background-color: #54575a;
    color : #fff;
    font-style: italic;
    font-weight: bold;
    padding: 0 8px;
}

.listBtn {
    float: right;
    margin-top: -1em;
    margin-bottom: 0.5em;
    text-align: right;
    color: #264596;
}

.listeElm {
    height: 100%;
    overflow: auto;
    padding: 10px;
    font-family: 'TahomaA';
    font-size: 0.9em;
}

.logoBanner {
    float: left;
    height: 80px;
    margin: 0;
    padding: 0;
}

.mapDiv {
    width: 100%;
    min-height: 100%;
    height: 100%;
}

.mdActive {
    opacity: 1;
    pointer-events: auto;
}

.mdInactive {
    opacity: 0;
    pointer-events: none;
}

.modalFlash, .modalInput,
.modalGroup, .modalHelp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.modalFlash > div {
    width: 550px;
    font-family: 'CalibriA';
    font-size: 1.5em;
    color: #fff;
    background: #888a8f;
    position: relative;
    margin: 25% auto;
    padding: 30px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
}

.modalFlash span[id="close"], .modalInput span[id="close"],
.modalGroup span[id="close"], .modalHelp span[id="close"] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.7em;
    line-height: normal;
    color: transparent;
}

.modalInput span[id="close"]:after,
.modalFlash span[id="close"]:after,
.modalHelp span[id="close"]:after {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    content: 'X';
    display: block;
    width: 1.3em;
    padding: 5px 1px 1px 1px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    background: #000;
    border: 3px solid #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.modalFlash span[id="close"]:focus:after, .modalFlash span[id="close"]:hover:after,
.modalInput span[id="close"]:focus:after, .modalInput span[id="close"]:hover:after,
.modalGroup span[id="close"]:focus:after, .modalGroup span[id="close"]:hover:after,
.modalHelp span[id="close"]:focus:after, .modalHelp span[id="close"]:hover:after {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
}

.modalFlash span[id="close"]:focus:after,
.modalInput span[id="close"]:focus:after,
.modalGroup span[id="close"]:focus:after,
.modalHelp span[id="close"]:focus:after {
    outline: 1px solid #000;
}

.modalGroup > div {
    width: 35%;
    height: 90%;
    background: #fff;
    color: #000;
    font-family: 'TahomaA';
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 3% auto;
    padding: 1em;
    border-radius: 0.8em;
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    overflow-y: auto;
}

.modalHelp > div {
    width: 50%;
    max-height: 85%;
    font-family: 'CalibriA';
    font-size: 1em;
    color: #000;
    background: #fff;
    position: relative;
    margin: 5% auto;
    padding: 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    overflow-y: auto;
}

.modalInput > div {
    width: 99%;
/*    height: 90%;*/
    font-family: 'CalibriA';
    font-size: 1em;
    color: #000;
    background: #fff;
    position: relative;
    margin: 5% auto;
    padding: 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    overflow-y: auto;
}

.msgValide {
    color: #f00;
    font-weight: bold;
}

.naviBtn {
    float: top;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    background-color: #999;
}

.navigation {
    width: 29%;
    float: left;
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.navigationLarge {
    width: 49%;
    float: left;
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.navigationShort {
    width: 20%;
    float: left;
    height: 100%;
    overflow: auto;
    padding: 5px;
    margin-top: 0;
}

.prospectAlert {
    font-size: 0.5em;
    line-height: 1em;
    background-color: #f00;
    color: #fff;
    display: inline-block;
    padding: 1px 3px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

.rightAlign {
    text-align: right;
}

.rightBorder {
    margin-right: 5px;
    border-right: #000 1px solid;
}

.selectAvec {
    background-color: #cdbe96;
    font-weight: bold;
}

.selectSans {
    background-color: #dcdcdc;
    font-weight: normal;
}

.separeInter {
    height: 15px;
    border-left: #aaa solid 2px;
    margin: 5px;
}

.separeLine {
    margin: 10px 0;
    border-bottom: #dcdcdc 1px solid;
}

.separeStat {
    height: 15px;
    border-left: #888a8f solid 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 6.3em;
}

.showDiv {
    display: inline-block;
}

.suggestZone {
    padding-top: 1em;
}

.supElm {
    margin: 20px;
    text-align: center;
    font-weight: bold;
}

.tabInsured {
    display: inline-block;
    *display: inline;
    padding: 2px 6px;
    margin: 0 -5px 0 0;
    font-family: 'CalibriA';
    font-size: 12px;
    line-height: 12px;
    color: #222;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #ccc;
    border: 1px solid #222;
    border-radius: 7px 7px 0 0;
    cursor: pointer;
}

.tabInsuredActive {
    display: inline-block;
    *display: inline;
    padding: 2px 6px;
    margin: 0 -5px 0 0;
    font-family: 'CalibriA';
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #222;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 7px 7px 0 0;
    cursor: pointer;
}

.tabInsured a {
    text-decoration: none;
    color: #222;
}

.tabInsured:hover {
    background-color: #fff;
}

.tableBgBreakdown {
    background-color: #aaa;
}

.tableCentre {
    margin: 0 auto;
    padding: 10px 0;
}

.tableCentreChapter {
    margin: 0;
    width: 100%;
}

.tableCentreCond {
    margin: 0 auto;
    text-align: center;
    max-width: 95%;
}

.tableCentreInsured {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 5px;
}

.tableGeide {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

#tabs li {
    display: inline;
}

#tabs a {
    text-decoration: none;
    border: #54575a 1px solid;
    background-color: #fff;
    color : #54575a;
    font-style: italic;
    font-weight: bold;
    padding: 5px 10px;
}

#tabs a:focus {
    background-color: #54575a;
    color : #fff;
}

.txtBlack {
    color: #000;
    background-color: #fff;
}

.titreContrat {
    line-height: 20px;
    font-family: 'CalibriA';
    font-size: 18px;
    font-weight: bold;
    color: #dee5f6;
    vertical-align: central;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #264596;
}

.titreDiv {
    line-height: 20px;
    font-family: 'CalibriA';
    font-size: 18px;
    font-weight: bold;
    vertical-align: central;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #999;
}

.titreInsured {
    line-height: 15px;
    font-family: 'CalibriA';
    font-size: 14px;
    font-weight: bold;
    vertical-align: central;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #999;
}

.titleBanner {
    padding-left: 0.5em;
    color: #264596;
    font-family: 'CalibriA';
    font-size: 2em;
}

.titreTable {
    border-bottom: #000 solid 1px;
}

.trashSelect {
    margin: 0 15px 0 4px;
    vertical-align: middle;
}

.txtAnno {
    font-weight: bold;
    font-style: italic;
    font-size: 0.9em;
}

.txtFlash {
    padding-left: 10px;
}

.txtInact {
    color: #888a8f;
}

.txtLine {
    text-decoration: line-through;
}

.txtMail {
    font-family: 'CalibriA';
}

.txtTable {
    padding: 0 0.7em;
}

.txtTableDaily {
    padding: 0 20px 0 0;
}

.txtTableInsured {
    padding: 0 0.7em;
    background-color: #dee5f6;
}

.typeExpEpr {
    margin: 20px 0;
}

ul#tabs {
    list-style-type: none;
}

.underLine {
    margin-bottom: 5px;
    border-bottom: #000 1px solid;
}

.testDiv {
    background-color: #5eb5e0;
}

.widthAction {
    width: 20%;
}

.widthInstance {
    width: 80%;
}

/*****************************************************************************/
/***************************** Formulaires ***********************************/
/*****************************************************************************/
.colTabDD {
    width: 200px;
    height: 150px;
}

.contractBlockTxt {
    width: 100%;
    padding: 5px;
    border: 2px solid #797979;
    font-family: 'CalibriA';
    font-size: 14px;
}

.contractBlockTxt input, select {
    font-family: 'TahomaA';
    margin-right: 10px;
    padding: 0 5px;
    font-size: 12px;
}

[readonly="readonly"] {
    background-color: #ddd;
}

.contractBlockTxt label {
    vertical-align: top;
    font-family: 'CalibriA';
    font-style: italic;
    margin-right: 10px;
}

.dailyError {
    color: #f00;
    font-weight: bold;
    background-color: #aaa;
    padding: 5px;
}

.divForm {
    margin-bottom: 10px;
}

.errorForm {
    color: #f00;
    font-weight: bold;
    background-color: #aaa;
    padding: 5px 0;
    margin-bottom: 10px;
}

.forms {
    min-height: 20px;
    padding: 10px;
    margin: 0 20px 20px 20px;
    background-color: #dee5f6;
    text-align: center;
}

.formsDaily {
    min-height: 20px;
    padding: 10px;
    margin: 0 20px 20px 20px;
    background-color: #dee5f6;
    text-align: center;
}

.forms input, select {
    font-family: 'TahomaA';
    margin-right: 10px;
}

.formsDaily input, select {
    font-family: 'TahomaA';
    margin-right: 10px;
}

.forms label {
    vertical-align: top;
    font-family: 'CalibriA';
    font-style: italic;
    margin-right: 10px;
}

.formsDaily label {
    vertical-align: top;
    font-family: 'CalibriA';
    font-style: italic;
}

.formsDaily .underlined-label {
    text-decoration: underline;
}

.formsDaily .redtext {
    color: #c23333;
}

.infoBlock {
    color: #f00;
    font-weight: bold;
    background-color: #aaa;
    padding: 10px;
    margin: 10px;
    text-align: center;
}

.inactInput {
    color: #fff;
    background-color: #888a8f;
    border: 1px solid #888a8f;
}

.insuredTableFieldDate {
    font-size: 0.9em;
}

.insuredTableFieldHeight {
    min-height: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 0.9em;
}

.insuredTableFieldLength {
    width: 190px;
}

.insuredTableLine {
    min-height: 20px;
    height: 20px;
    line-height: 20px;
    margin: 5px 0;
}

.insuredTableLineGreat {
    min-height: 25px;
    height: 25px;
    line-height: 25px;
    margin: 5px 0;
}

.listeLst {
    height: 100%;
    width: 100%;
    border: 1px solid #333;
    padding: 0;
}

.over {
    overflow-y: auto;
    overflow-x: hidden;
}

.sizeBigRatioForm {
    width: 6em;
}

.sizeCardInsuredForm {
    width: 18em;
}

.sizeCardAddressForm {
    width: 26em;
}

.sizeDateForm {
    width: 8em;
}

.sizeEntityHeight10Form {
    height: 10em;
}

.sizeLabelForm {
    width: 10em;
}

.sizeNumberForm {
    width: 8em;
}

.sizeRatioForm {
    width: 5em;
}

.sizeTextForm {
    width: 35em;
}

.sizeZipForm {
    width: 4em;
}

.titreListe {
    line-height: 15px;
    font-size: 14px;
    text-align: center;
    vertical-align: central;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #999;
}

/*****************************************************************************/
/******************************* Boutons *************************************/
/*****************************************************************************/

.btn, .btnG, .btnR {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #264596;
    border: 1px solid #264596;
}

.btn:hover, .btn:hover .txtBtn, .btnInsured:hover, .btnInsured:hover .txtBtnInsured {
    background-color: #fff;
    color: #264596;
}

.btnG:hover, .btnG:hover .txtBtn, .btnInsuredG:hover, .btnInsuredG:hover .txtBtnInsured {
    background-color: #00ac00;
    color: #fff;
}

.btnR:hover, .btnR:hover .txtBtn, .btnInsuredR:hover, .btnInsuredR:hover .txtBtnInsured {
    background-color: #c23333;
    color: #fff;
}

.btn2 {
    display: inline-block;
    *display: inline;
    padding: 2px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 12px;
    line-height: 18px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.btn2:hover, .btnDeconnect:hover, .btnFormInside:hover, .btnList:hover {
    text-decoration: underline;
    color: #00f;
}

.btnDocuments {
    display: inline-block;
    *display: inline;
    padding: 0 12px;
    margin-top: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.btnDocuments:hover {
    text-decoration: underline;
    color: #f00;
}

i.fa-check.green {
    color: #00ac00;
    cursor: default;
}

i.fa-close.red {
    color: #f00;
    cursor: pointer;
}

#reissueMessage.success, .flash-message.flash-success {
    background: #dff0d8;
    border: 2px solid #d6e9c6;
    color: #3c763d;
    padding: 10px;
    margin-top: 10px;
}

#reissueMessage.error, .flash-message.flash-error, .flash-message.flash-endprocess {
    background: #f2dede;
    border: 2px solid #ebccd1;
    color: #a94442;
    padding: 10px;
    margin-top: 10px;
}

.btnEdit {
    display: inline-block;
    *display: inline;
    padding: 0 10px;
    margin-top: -5px;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.btnEdit:hover {
    text-decoration: underline;
    color: #f00;
}

.btnEmpty {
    display: inline-block;
    *display: inline;
    padding: 2px 6px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 12px;
    line-height: 18px;
    color: #555;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #555;
}

.btnEmpty:hover {
    background-color: #555;
    color: #fff;
}

.btnFormInside {
    display: inline-block;
    *display: inline;
    padding: 2px 10px 2px 2px;
    margin-bottom: 0;
    *margin-left: 2px;
    font-family: 'TahomaA';
    font-size: 1em;
    font-style: normal;
    line-height: 20px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.btnInact {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 12px;
    line-height: 20px;
    color: #888a8f;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #f5f5f5;
    border: 1px solid #888a8f;
}

.btnInsured, .btnInsuredG, .btnInsuredR {
    display: inline-block;
    *display: inline;
    padding: 2px 6px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #264596;
    border: 1px solid #264596;
}

.btnInsuredInact {
    display: inline-block;
    *display: inline;
    padding: 2px 6px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 10px;
    line-height: 12px;
    color: #888a8f;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #f5f5f5;
    border: 1px solid #888a8f;
}

.btnColorCnt {
    color: #d99134;
}

.btnColorFbk {
    color: #003773;
}

.btnColorGreen {
    color: #00ac00;
}

.btnColorQuest {
    color: #a50d44;
}

.btnColorRed {
    color: #c23333;
}

.btnColorRep {
    color: #e68e33;
}

.btnColorThm {
    color: #cdbe96;
}

.btnDeconnect {
    display: inline-block;
    *display: inline;
    padding: 0 12px 2px 5px;
    margin-top: -0.1em;
    margin-bottom: 0;
    *margin-left: 0.1em;
    font-family: 'TahomaA';
    font-size: 0.7em;
    font-style: italic;
    line-height: 18px;
    color: #264596;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.btnEquilibre {
    margin: 0 7px;
}

.btnList {
    display: inline-block;
    *display: inline;
    padding: 2px 12px;
    margin-bottom: 0;
    margin-left: 1.5em;
    font-family: 'TahomaA';
    font-size: 1em;
    font-style: normal;
    line-height: 20px;
    color: #333;
    text-align: left;
    text-indent: -1em;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.btnRetour {
    float: left;
    margin: 0 20px;
}

.btnSup {
    float: left;
    margin-right: 10px;
}

.fa {
    font-size: 14px;
}

.helpButton:hover {
    cursor: pointer;
}

.txtBtn {
    padding-left: 0.5em;
    color: #fff;
}

.txtBtnEdit {
    font-size: 0.8em;
    padding-left: 0.5em;
    color: #fff;
}

.txtBtnInact {
    padding-left: 0.5em;
    color: #888a8f;
}

.txtBtnInsured {
    padding-left: 5px;
    color: #fff;
    font-size: 12px;
}

.txtBtnInsuredInact {
    padding-left: 5px;
    color: #888a8f;
    font-size: 12px;
}

/*****************************************************************************/
/**************************** Identification *********************************/
/*****************************************************************************/
.cadreLogin {
    width: 500px;
    margin: 10px auto;
    padding: 10px;
    box-shadow: 5px 5px 5px 0 #808080;
    background-color: #fff;
}

.lblLogin {
    width: 250px;
    text-align: right;
}

.legendLogin {
    font-family: 'CalibriA';
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 3px 3px 2px #808080;
    text-align: left;
}

.selLogin {
    width: 250px;
    text-align: left;
}

.selUser {
    margin: 12% 0 0 0;
    text-align: center;
    font-family: 'TahomaA';
    font-size: 14px;
}

/*****************************************************************************/
/******************************* CK Editor ***********************************/
/*****************************************************************************/
.padding5 {
    margin: 0;
    padding: 5px;
}

.padding10 {
    margin: 0;
    padding: 10px 5px;
}

.padding15 {
    margin: 0;
    padding: 15px 5px;
}

.padding20 {
    margin: 0;
    padding: 20px 5px;
}

.withoutMargin {
    margin: 0;
    padding: 0;
}

/*****************************************************************************/
/**************************** Menu contextuel ********************************/
/*****************************************************************************/
.toggle-menu {
    position: relative;
    display: inline;
}

.contextInact {
    color: #888a8f;
    cursor: pointer;
}

.menu-hover {
    display: inline;
    position: absolute;
    width: 200px;
    height: 100px;
    border: 1px #ccc solid;
    color: #000;
    background-color: #eee;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.menu-hover a {
    text-decoration: none;
}

.menu-hover .fa-gear {
    opacity: 0.5;
}

.txtMenuContext {
    padding-left: 0.5em;
    color: #000;
}

#reissueModal:not(.hideDiv) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    height: 400px;
    width: 600px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #DCDCDC;
    padding: 20px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    z-index: 10001;
}

#reissueModal h1 {
    padding: 10px;
    width: 90%;
    font-size: 1.5em;
    color: #FFF;
    background: #264596;
    margin-bottom: 20px;
}

#reissueModal h2 {

    font-size: 1.2em;
    color: #264596;
    margin-bottom: 40px;
}

#reissueModal tr {
    line-height: 38px;
}

#reissueModal .basReponses {
    margin-top: 20px;
    text-align: center;
}

/*****************************************************************************/
/************************* Badge de notification *****************************/
/*****************************************************************************/
.notification-badge {
    display: inline-block;
    min-width: 20px;
    padding: 2px 6px;
    margin-left: 8px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #d9534f;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.notification-badge:empty {
    display: none;
}

