/* IMPORT STYLE ICONE */
@import url("shared/style.css?1.14");
@import url("shared/icones/style.css?1.14");
@import url("shared/client_bar.css?1.14");
@import url("shared/popup.css?1.14");

/* CSS Document */
html {
    background-color: #EFEFEF;
}

body {
    margin: 0px;
    background-color: #EFEFEF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smooth:antialiased;
    -moz-osx-font-smoothing: antialiased;
}

a {
    color: #069;
}

a:hover {
    color: #333;
}

.blink {
    animation: blink 1s linear 10;
}
@keyframes blink {
    0% { opacity:0.3; }
    50% { opacity:1; }
    100% { opacity:0.3; }
}


#app-main-container {
    margin: 0 auto;
    width: 962px;
}

#app-main-container-xp {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 962px;
    margin-left: -481px
}


.field-error {
    background-color: #FFCDCD !important;
}

/* ----------------------- HEADER ------------------------- */

/* ----------------------- APP MENU ------------------------- */

.row{
    box-sizing: border-box;
    width:100%;
    overflow:hidden;
    /* position: relative;*/
}




#app-menu {
    padding: 33px 0px 0px 0px;
    text-align: center;
    margin-right: 230px;
}

#app-dashboard, #app-invoicing, #app-bank, #app-documents {
    background-image: url(/images/ic50-newMenu.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
}
#app-dashboard {
    background-position: -0px 0px;
}
#app-invoicing {
    background-position: -50px 0px;
}
#app-bank {
    background-position: -100px 0px;
}
#app-documents {
    background-position: -150px 0px;
}

#app-dashboard:hover {
    background-position: -0px -100px;
}
#app-invoicing:hover {
    background-position: -50px -100px;
}
#app-bank:hover {
    background-position: -100px -100px;
}
#app-documents:hover {
    background-position: -150px -100px;
}
#app-menu.dashboard #app-dashboard {
    background-position: -0px -50px;
}
#app-menu.invoicing #app-invoicing {
    background-position: -50px -50px;
}
#app-menu.bank #app-bank {
    background-position: -100px -50px;
}
#app-menu.documents #app-documents {
    background-position: -150px -50px;
}

/* ----------------------- APP MENU ------------------------- */

#HEADER {
    height: 100px;
    width: 960px;
    margin-bottom: 10px;
}

#banner-pub-468x60 {
    position: absolute;
    top: 33px;
    right: 0px;
    width: 468px;
    height: 60px;
}

#HEAD-logo_FT {
    position:relative;
    margin-top: 2px;
    background-repeat:no-repeat;
    width:263px;
    height:95px;
    float:left;
}

#HEAD-logo_FT-XP {
    margin-top: 2px;
    background-image: url(/images/factomos-logo-xp.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 95px;
    float: left;
}

#HEAD-logo_FT-lite {
    margin-top: 2px;
    background-image: url('/www/themes/app/img/factomos-logo.svg');
    background-repeat: no-repeat;
    width: 263px;
    height: 95px;
    float: left;
}

#HEAD-logo-txt {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #666;
    margin-top: 64px;
    margin-left: 107px;
    font-weight: 100;
    letter-spacing: 0px;
}

#HEAD-Login {
    float: right;
    font-size: 11px;
    width: 100%;
    text-align: right;
    color: #999;
}

#HEAD-period {
    margin-right: 10px;
    text-align: left;
}

#HEAD-profile {
    margin-right: 10px;
}

#HEAD-logout {
    text-align: right;
}

#HEAD-sponsorship {
    margin-right: 10px;
    text-align: left;
}

#HEAD-firm-logo {
    text-align: right;
    margin: 5px 0 5px 0;
}

#customer-logo {
    height: 85px;
    width: 216px;
    float: right;
    margin-top: 10px;

}

#cust-log {
    height: 85px;
    width: 216px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#cust-log > img {
    max-width: 100%;
    max-height: 85px;

}

#customer-pub {
    position: absolute;
    top: 34px;
    left: 489px;
    height: 60px;
    width: 468px;
    text-align: center;
    overflow: hidden;
}

/* ----------------------- TABS / ONGLETS ------------------------- */
#TABS {
    height: 25px;
    width: 900px !important;
    width: 960px;
    padding-left: 60px;
}

.TABS_on {
    height: 29px !important;
    height: 36px;
    margin-top: -10px;
    text-transform: uppercase;
}

.TABS_off {
    height: 18px !important;
    height: 25px;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.TABS_off:hover {
    height: 23px !important;
    height: 30px;
    margin-top: -5px;
}

#dashboard {
    background-color: #FFC100;
    float: left;
    padding: 7px 10px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-right: 1px;
    text-shadow: #FFF 0px 1px;
    cursor: pointer;
}

#dashboard-firm {
    background-image: url(/images/fond_tab_dashboard-firm.jpg);
    float: left;
    padding: 7px 10px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-right: 1px;
    text-shadow: #D4E1E6 0px 1px;
    cursor: pointer;
    color: #596F74;
}

#devis, #factures, #contacts, #depenses, #prestations, #design, #banque {
    background-image: url(/images/fond_tab.jpg);
    float: left;
    padding: 7px 10px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-right: 1px;
    text-shadow: #FFF 0px 1px;
    cursor: pointer;
}

#dashboard, .tdashboard {
    color: #FFC100;
}

#devis, .tdevis {
	color:#666;
    text-transform: uppercase;
}

#factures, .tfactures {
	color:#666;
    text-transform: uppercase;
}

#contacts, .tcontacts {
	color:#666;
}

#depenses, .tdepenses {
	color:#666;
}

#prestations, .tprestations {
	color:#666;
}

#design, .tdesign {
	color:#666;
}

.xp-access {
    background-color: #09C;
    padding: 3px 10px;
    color: #ccc;
    font-size: 12px;
    text-decoration: none;
    display: inline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.xp-access:hover {
    background-color:#690;
    color:#FFF;
    cursor:pointer;
}

/* ----------------------- BARRE ONGLET ------------------------- */
#BAR {
    clear:both;
    height:45px;
    width:960px;
    margin-bottom:0px;
}
#BAR input {
    float:left;
}
#BAR td {
    background-color: #CDCDCD;
}

#BAR td:first-child {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
#BAR td:last-child {
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
#BAR-dashboard {
    clear:both;
    height:45px;
    width:960px;
    margin-bottom:0px;
}
#BAR-dashboard td {
    background-color: #FFC100;
}
#BAR-dashboard td:first-child {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
#BAR-dashboard td:last-child {
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
#BAR-dashboard input {
    float:left;
}

#BAR-round {
    background-image: url(/images/fond_bar_rounded.png);
    background-repeat:no-repeat;
    width:8px;
    height:45px;
}
#BAR-round-dashboard {
    width:8px;
    height:45px;
}
#BAR-big-title {
    font-family: Helvetica, Arial, sans-serif;
	font-weight:100;
    font-size: 25px;
    color:rgba(0,0,0,0.6);
    text-shadow:#EFEFEF 0px 1px;
    width:280px;
}
#BAR-arrow {
    width:20px;
}
#BAR-rounded-right {
    width:20px;
}
#BAR-rounded-right-dashboard {
    width:20px;
}
#BT_NEW, #BT_NEW_DEVIS, #BT_NEW_CONTACT, #BT_NEW_DEPENSE, #BT_NEW_PRESTA {
    position:relative;
    background-image: url(/images/bt_newitem.png);
    width:174px;
    height:30px !important;
    height:45px;
    text-align:center;
    float:right;
    padding: 15px 0px 0px 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    cursor:pointer;
    color:#FFF;
    text-transform:uppercase;
}
#BT_NEW {
    background-position: 0px 0px;
    text-shadow:#378C23 0px -1px;
}
#BT_NEW:hover {
    background-position: 0px -45px;
}
#BT_NEW_DEVIS {
    background-position: 0px -90px;
    text-shadow:#5B7D00 0px -1px;
}
#BT_NEW_DEVIS:hover {
    background-position: 0px -135px;
}
#BT_NEW_CONTACT {
    background-position: 0px -180px;
    text-shadow:#4DB1F4 0px -1px;
}
#BT_NEW_CONTACT:hover {
    background-position: 0px -225px;
}
#BT_NEW_DEPENSE {
    background-position: 0px -270px;
    text-shadow:#069 0px -1px;
}
#BT_NEW_DEPENSE:hover, #BT_NEW_DEPENSE.dz-drag-hover {
    background-position: 0px -315px;
}
#BT_NEW_PRESTA {
    background-position: 0px -360px;
    text-shadow:#555 0px -1px;
}
#BT_NEW_PRESTA:hover {
    background-position: 0px -405px;
}
#searchInput {
    margin-left:100px;}


/* ----------------------- BARRE FIRM ------------------------- */

#BAR-dashboard-firm {
    clear:both;
    height:45px;
    width:960px;
    background-image: url(../images/fond_bar_dashboard_firm.jpg);
    background-repeat:repeat-x;
    margin-bottom:10px;
}
#BAR-round-dashboard-firm {
    background-image: url(../images/fond_bar_rounded_firm.jpg);
    background-repeat:no-repeat;
    width:8px;
    height:45px;
}
#BAR-rounded-right-dashboard-firm {
    background-image: url(../images/fond_bar_rounded_right_dashboard_firm.jpg);
    background-repeat:no-repeat;
    background-position:right;
    width:20px;
}

/* ----------------------- OPTIONS ------------------------- */

.OPTIONS {}
.OPT-stats {
    float:right;
}
.OPT-stats-img {
    float:right;
    background-image:url(/images/ic20_table.png);
    width:20px;
    height:20px;
    background-position:-220px 0px;
    cursor:pointer;
}
.OPT-stats-img:hover {
    background-position:-220px -20px;
}
.OPT-ActionSelected {
    margin-left:5px;
    padding:0px 10px 0px 3px;
    background-color:#FFF;
    width:140px;
}

/* ----------------------- BOUTONS & ICONES ------------------------- */

.read-error {
    background-image: url(/images/expense/ic_mini-alert.png);

    position: relative;
    width: 20px;
    height: 20px;
    margin-top: -17px;
    margin-left: 24px;
    top: 8px;
    left: -25px;
}

.ic-devisOk, .ic-devisNo, .bt-view, .bt-edit, .bt-edit-disabled, .bt-edit-validated, .bt-send-pro, .bt-send-lite, .bt-send, .bt-resend,.bt-resend-1,.bt-resend-2,.bt-resend-3,.read-view,  .bt-reorder, .bt-selectedAction, .bt-delete, .bt-pj, .bt-cancel-mini, .bt-PDF, .bt-BL, .bt-PDF-Visual, .bt-duplicate, .bt-erase-bill, .bt-avoir-mini, .ic-avoir, .bt-relance, .bt-renew-pass, .ic-new, .ic-sent-read, .ic-design {
    background-image:url(../images/ic20_table.png);
    height:20px;
    width:20px;
}


.ic-devisOk {
    background-position: -20px 0px;
    margin-left:45px;
    cursor: pointer;
}
.ic-devisNo {
    background-position: 0px 0px;
    margin-left:45px;
    cursor: pointer;
}
.ic-design {
    background-position: -860px 0px;
    margin-right:10px;
}
.bt-view {
    background-position: -40px 0px;
    float:right;
    margin-right:10px;
}
.bt-edit {
    background-position: -60px 0px;
    width:30px;
    float:right;
}
.bt-edit-validated {
    background-position: -960px 0px;
    width:30px;
    float:right;
}

.bt-edit.draft {
    background-position: -940px 0px;
    width: 20px;
    float: right;
    margin-right: 10px;
}
.bt-edit-disabled {
    background-position: -60px -40px;
    width:30px;
    float:right;
}
.bt-send, .bt-send-pro {
    background-position: -100px 0px;
    width:40px;
    float:right;
}
.bt-send-lite {
    background-position: -100px 0px;
    width:40px;
    float:right;
}
.bt-resend {
    background-position: -140px 0px;
    width:34px !important;
    width:40px;
    height:16px !important;
    height:20px;
    text-align: left;
    color: #AAAAAA;
    padding-top: 4px;
    padding-right: 6px;
    float:right;
}
.bt-resend span, .bt-resend-1 span, .bt-resend-2 span, .bt-resend-3 span {
    padding-left: 23px;
    color: #AAAAAA;
}
.bt-resend-1 {
    background-position: -560px 0px;
    width:34px !important;
    width:40px;
    height:16px !important;
    height:20px;
    text-align: center;
    color: #FFF;
    padding-top: 4px;
    padding-right: 6px;
    float:right;

}
.bt-resend-2 {
    background-position: -600px 0px;
    width:34px !important;
    width:40px;
    height:16px !important;
    height:20px;
    text-align: center;
    color: #FFF;
    padding-top: 4px;
    padding-right: 6px;
    float:right;

}
.bt-resend-3 {
    background-position: -640px 0px;
    width:34px !important;
    width:40px;
    height:16px !important;
    height:20px;
    text-align: center;
    color: #FFF;
    padding-top: 4px;
    padding-right: 6px;
    float:right;
}
.read-view {
    background-position: -680px 0px;
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: -17px;
    margin-left: 24px;
    top: 8px;
    left: -25px;
}
.read-warning {
    background-image: url(/images/expense/ic_mini-alert.png);
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: -17px;
    margin-left: 24px;
    top: 3px;
    left: -25px;
}
.read-warning {
    background-image: url(/images/expense/ic_mini-alert.png);
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: -17px;
    margin-left: 24px;
    top: 3px;
    left: -25px;
}
.bt-reorder {
    background-position: -20px 0px;
}
.bt-selectedAction {
    background-position: -200px 0px;
}
.bt-delete {
    background-position: -240px 0px;
    background-repeat:no-repeat;
    float:right;
    margin-right:10px;
    cursor:pointer;
}
.bt-pj {
    background-position: -260px 0px;
    background-repeat:no-repeat;
    margin-right:10px;
    margin-left:15px;
}
.bt-cancel-mini {
    background-position: -280px 0px;
    cursor: pointer;
}
.bt-PDF {
    background-position: -360px 0px;
    width:40px;
    cursor:pointer;
    float: right;
    margin-left: 3px;
}

.bt-BL {
    background-position: -880px 0px;
    width:40px;
    cursor:pointer;
    float: right;
    margin-left: 10px;
}
.bt-PDF-Visual {
    background-position: -360px 0px;
    width:40px;
    cursor:pointer;
    float: right;
}
.ic-avoir {
    background-position: -420px 0px;
    width:20px;
}
.bt-duplicate {
    background-position: -300px 0px;
    cursor:pointer;
    float: right;
    margin-left: 10px;
}
.bt-erase-bill {
    background-position: -340px 0px;
    cursor:pointer;
    float: right;
    margin-left: 10px;
}
.bt-erase-bill.disable {
    background-position: -340px 0px;
    opacity:0.5;
}

.bt-erase-bill.disable:hover {
    background-position: -340px 0px;
    opacity:0.5;
}

.bt-avoir-mini {
    background-position: -320px 0px;
    cursor:pointer;
    float: right;
    margin-left: 10px;
}
.bt-waiting, .bt-p-paid, .bt-paid, .bt-p-paid-avoir,.bt-later, .bt-paid-avoir, .bt-avoir, #bt-next-pg, #bt-prev-pg  {
    background-image:url(../images/ic32_pay_item.png);
    height:32px;
    width:32px;
    margin: 2px 0px 0px 15px;
    background-repeat:no-repeat;
    cursor:pointer;
}
.bt-p-paid {
    background-position: -0px 0px;
}
.bt-p-paid-avoir {
    background-position: -192px 0px;
}
.bt-waiting {
    background-position: -32px 0px;
}
.bt-paid {
    background-position: -64px 0px;
}
.bt-paid-avoir {
    background-position: -224px 0px;
}
.bt-later {
    background-position: -288px 0px;
}
.bt-avoir {
    background-position: -96px 0px;
}
.bt-relance {
    background-position: -740px 0px;
    cursor:pointer;
}
.bt-renew-pass {
    background-position: -480px 0px;
    cursor:pointer;
}
#bt-next-pg {
    position: absolute;
    background-position: -160px 0px;
    float:right;
    left: 663px;
    top: 190px;
    margin-left: 0px;
    margin-top:0px;
}
#bt-prev-pg {
    position: absolute;
    background-position: -128px 0px;
    float:left;
    left: -42px;
    top: 190px;
    margin-left:0px;
    margin-top:0px;
}
.ic-new {
    background-position: -540px 2px;
    background-color:#F00;
    width:17px;
    height:11px;
    border:#FFF 1px dotted;
    float:left;
    margin-left:-30px;
}
/* -------- roll-over ------ */
.bt-p-paid:hover {
    background-position: 0px -32px;
}
.bt-p-paid-avoir:hover {
    background-position: -192px -32px;
}
.bt-later:hover {
    background-position: -288px -32px;
}
.bt-waiting:hover {
    background-position: -32px -32px;
}
.bt-paid:hover {
    background-position: -64px -32px;
}
.bt-paid-avoir:hover {
    background-position: -224px -32px;
}
.bt-avoir:hover {
    background-position: -96px -32px;
}
#bt-next-pg:hover {
    background-position: -160px -32px;
}
#bt-prev-pg:hover {
    background-position: -128px -32px;
}
.bt-view:hover {
    background-position: -40px -20px;
    cursor:pointer;
}
.bt-edit:hover {
    background-position: -60px -20px;
    cursor:pointer;
}
.bt-edit.draft:hover {
    background-position: -940px -20px;
    cursor:pointer;
}
.bt-send:hover, .bt-send-pro:hover  {
    background-position: -100px -20px;
    cursor:pointer;
}
.bt-send-lite:hover {
    background-position: -100px -20px;
    cursor:pointer;
}
.bt-resend:hover {
    background-position: -140px -20px;
    cursor:pointer;
}
.bt-resend-1:hover {
    background-position: -560px -20px;
    cursor:pointer;
}
.bt-resend-2:hover {
    background-position: -600px -20px;
    cursor:pointer;
}
.bt-resend-3:hover {
    background-position: -640px -20px;
    cursor:pointer;
}
.bt-reorder:hover {
    background-position: -20px -20px;
    cursor:pointer;
}
.bt-selectedAction:hover {
    background-position: -200px -20px;
    cursor:pointer;
}
.bt-delete:hover {
    background-position: -240px -20px;
}
/*
.bt-pj:hover {
	background-position: -260px -20px;
	}
*/
.bt-cancel-mini:hover {
    background-position: -280px -20px;
}
.bt-PDF:hover {
    background-position: -360px -20px;
    width:40px;
}
.bt-BL:hover {
    background-position: -880px -20px;
    width:40px;
}
.bt-PDF-Visual:hover {
    background-position: -360px -20px;
    width:40px;
}
.bt-duplicate:hover {
    background-position: -300px -20px;
}
.bt-erase-bill:hover {
    background-position: -340px -20px;
}
.bt-avoir-mini:hover {
    background-position: -320px -20px;
}
.bt-relance:hover {
    background-position: -740px -20px;
}
.bt-renew-pass:hover {
    background-position: -480px -20px;
}
.addLineButton {
    color: #009900;
    font-size: 10px;
    text-decoration: none;
    float:left;
}
.addLineButton:hover {
    text-decoration: underline;
}


/* ----------------------- ICONES FORMES DE PAIEMENT ------------------------- */

.ic-cb, .ic-amex, .ic-check, .ic-billetaordre, .ic-virement, .ic-prelevement, .ic-especes, .ic-paypal, .ic-other {
    background-image: url(../images/ic40x20.png);
    height:20px;
    width:40px;
}

.ic-cb, .ic-amex {
    background-position: 0px 0px;
}
.ic-check, .ic-billetaordre {
    background-position: -40px 0px;
}
.ic-virement {
    background-position: -80px 0px;
}
.ic-prelevement {
    background-position: -120px 0px;
}
.ic-paypal {
    background-position: -160px 0px;
}
.ic-especes {
    background-position: -200px 0px;
}
.ic-other {
    background-position: -240px 0px;
}

/* ----------------------  TABLE */

#title {
    font-family:helvetica, arial;
    font-size:25px;
    color:#222;
    text-align:center;
    padding-top:6px;
}
#exp {
    font-family: arial, helvetica;
    font-size:12px;
    color:#555;
    width:289px;
    float:left;
    padding-top: 5px;
}
.name {
    font-weight:600;
}
.name-design {
    font-size:13px;
    font-weight:600;
}
#dest {
    font-family: arial, helvetica;
    text-align:left;
    width:200px;
    float:right;
}

#content {
    font-family: arial, helvetica;
    font-size:12px;
    color:#555;
    clear: both;
}
#footer {
    font-family: arial, helvetica;
    text-align:center;
    padding:10px;
}
.c-header {
    padding: 27px  0px 4px 0px;
}
.c-header.document {
    padding: 27px 0px 2px 0px;
}
.c-header.document table {
    width: 100%;
    border-spacing : 0;
    border-collapse : collapse;
}
.c-header.document table tr td {
    padding: 0;
}

.c-header.document table tr td input {
    margin-bottom: 2px;
}

.c-header.document table tr td:last-child {
    text-align: right;
}
.c-body {
    /*padding: 10px  0px 10px 0px;*/
}
.c-footer {
    padding: 20px  0px 10px 200px;
}
.c-footer-accept {
    padding: 20px  0px 10px 200px;
    color: #009900;
    font-weight:bold;
}
.c-footer-refuse {
    padding: 20px  0px 10px 200px;
    color: #B00;
    font-weight:bold;
}
.c-footer-pay {
    width: 100%;
    padding: 0px;
    text-align: left;
    font-size: 9px;
}

.TABLE_ESTIMATE th {
    font-family:Arial, Helvetica, sans-serif;
    padding:5px;
    border-right:1px solid #D5D5D5;
}

.TABLE_ESTIMATE td {
    font-family:Arial, Helvetica, sans-serif;
    border-right:1px solid #D5D5D5;
    padding:5px;
    text-align:right;
}
.TABLE_ESTIMATE .options {
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    font-weight: bold;
}

.TABLE_PRECOMPTE {
    background-color:#EEE;
}
.TABLE_PRECOMPTE th {
    background-color:#B3B3B3;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    color:#666;
    padding:5px;
    border-right:1px #D5D5D5 solid;
}
.TABLE_PRECOMPTE td {
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    border-right:1px #D5D5D5 solid;
    padding:5px;
    text-align:right;
}

.TABLE_PAYMENT {
    background-color:#FFF;
}
.TABLE_PAYMENT th {
    background-color:#AFC5AF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color: #333333;
    padding:5px;
    border-right:1px #D5D5D5 solid;
}
.TABLE_PAYMENT td {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    border-right:1px #D5D5D5 solid;
    padding:5px;
    text-align:center;
    color: #67944F;
}

.TABLE_SEND {
    background-color:#FCFCFC;
}
.TABLE_SEND th {
    background-color:#E2E8EB;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#858585;
    padding:5px;
}
.TABLE_SEND tr {
    cursor: pointer;
}
.TABLE_SEND tr:hover {
    background-color: #EAEEF0;
}
.TABLE_SEND.TABLE_HISTORY tr:hover {
    background:none;
}
.TABLE_SEND td {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    padding:5px;
    text-align:right;
    color: #999999;
}
#historyQuickLook {
    width: 100%;
    color: #333333;
}
#historyQuickLook .email-content {
    border: solid 1px #E0E0E0;
    padding: 10px 10px 0px 10px;
}
.move_handle {
    position: absolute;
    top: 25px;
    left: 269px;
    width: 44px;
    height: 44px;
    background-image:url(/images/ic40_popup.png);
    background-position: -118px 2px;
    background-repeat:no-repeat;
    background-color: #EEE;
    cursor: move;
}
.move_handle:hover {
    background-position: -118px -38px;
}
.delete_handle {
    position: absolute;
    top: 0px;
    left: 548px;
    width: 40px;
    height: 40px;
    background-image:url(/images/ic40_popup.png);
    background-position: -158px 2px;
    background-repeat:no-repeat;
    background-color: #EEE;
    cursor: pointer;
    z-index:10;
}
.delete_handle:hover {
    background-position: -158px -38px;
}
.delete_payment_handle {
    position: absolute;
    top: 0px;
    left: 629px;
    width: 22px;
    height: 22px;
    background-image:url(/images/ic20_table.png);
    background-position: -340px 2px;
    background-repeat:no-repeat;
    background-color: #EEE;
    cursor: pointer;
    z-index:10;
}
.edit_payment_handle {
    position: absolute;
    top: 0px;
    left: -22px;
    width: 22px;
    height: 22px;
    background-image:url(/images/ic20_table.png);
    background-position: -60px -18px;
    background-repeat:no-repeat;
    background-color: #EEE;
    cursor: pointer;
}

#textarea_comment {
/*    width: 446px !important;
    width: 456px;
    /!*
        height: 40px !important;
        height: 50px;
    *!/
    text-align: left;
    padding-top: 15px;
    margin: auto;*/
}
#error-message, #error-message-shortcut, #field-email-exist,#field-email-false {
    padding: 10px  0px 10px 0px;
    margin: 0px 12px 0px 12px;
    background-color: #FFCDCD;
    color:#FF5151;
    text-align:center;
    font-size:14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

#info-message {
    padding: 10px  0px 10px 0px;
    margin: 10px 12px 0px 12px;
    background-color: #D1ECD0;
    color:#55A355;
    text-align:center;
    font-size:14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

#warning-message {
    padding: 10px  0px 10px 0px;
    margin: 10px 12px 0px 12px;
    background-color: #FFFFCC;
    color: #975;
    text-align:center;
    font-size:14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}
.mention {
    /*    font-style: italic;*/
}
.profile {
    width: 67px;
    height: 16px !important;
    height: 21px;
    padding-top: 5px;
    text-align:center;
}
.profile-hover {
    width: 67px;
    height: 16px !important;
    height: 21px;
    padding-top: 5px;
    background-image:url(/images/profile_hover.png);
    text-align:center;
}
.submenu-actions {
    position: relative;
    width: 26px;
    height: 21px;
    background-image:url(/images/ic_submenu_actions.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 6px 4px;
}

aside.contactpanel .submenu-actions {
    margin-top: 2px;
    /* position: relative; */
    width: 26px;
    float: left;
    height: 21px;
    background-image: url(/images/ic_submenu_actions.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 6px 4px;
}

.img-resize-swal {
    width: 144px;
    height: 144px;
}

.pop-action{
    z-index:1000;
    display:none;
    position: absolute;
    top: -5px;
    cursor:pointer;

}
.pop-action.left{
    left: -8px;
}
.pop-action.right{
    right: -8px;
}


.pop-action .pop-action-top{
    padding:5px 8px;


    background: #020202; /* Old browsers */
    background: -moz-linear-gradient(top,  transparent 0%, #f3f4f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#f3f4f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  transparent 0%,#f3f4f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  transparent 0%,#f3f4f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  transparent 0%,#f3f4f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  transparent 0%,#f3f4f5 100%); /* W3C */



    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0, 0.4);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0, 0.4);
    -o-box-shadow: 5px 5px 5px 0px rgba(0,0,0, 0.4);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0, 0.4);
}

.pop-action.left  .pop-action-top{
    float:left;
}

.pop-action.right  .pop-action-top{
    float:right;
}
.BAR-min-title {
	color:#6F6062; 
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	}
.BAR-min-title:hover {
	color:#333; 
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	}


.pop-action  .pop-action-content{
    float:left;
    padding:10px 0px;
    box-sizing:border-box;
    background-color: #f3f4f5;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    -moz-box-shadow:  0 5px 10px 0px rgba(0,0,0, 0.4);
    -webkit-box-shadow:  0 5px 10px 0px rgba(0,0,0, 0.4);
    -o-box-shadow:  0 5px 10px 0px rgba(0,0,0, 0.4);
    box-shadow: 0 5px 10px 0px rgba(0,0,0, 0.4);




}
.pop-action.right  .pop-action-content{
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-top-right-radius: 0px;

}

.pop-action.left  .pop-action-content{
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;

}

.pop-action  .pop-action-link{
    position:relative;
    font-family: Arial, helvetica, sans-serif;
    text-shadow: rgb(239, 239, 239) 0px 1px 0px;
    padding: 3px 15px;
    color: #666666;
    cursor: pointer;
    white-space: nowrap;
}

.pop-action.left  .pop-action-link{
    text-align:left;
}
.pop-action.right  .pop-action-link{
    text-align:right;
}

.pop-action  .pop-action-link:hover{
    color: #7596A6;
    background-color: #E0E1E2;
}


.pop-action  .pop-action-link2{
    position: relative;
    font-family: Arial, helvetica, sans-serif;
    padding: 5px 7px;
    min-width: 150px;
    color: #999;
    cursor: pointer;
    white-space: nowrap;
    text-align: left;
    text-shadow: 0 1px 0 #FFF;
}

.pop-action  .pop-action-link2:hover{
    color: #33B6E0;
    background-color: #E7E7E7;
}




.links{
    font-size:13px;
    color:#42abe3;
    text-decoration:none;
}


.pop-action  .pop-action-line{
    position:relative;
    font-family: Arial, helvetica, sans-serif;
    text-shadow: rgb(239, 239, 239) 0px 1px 0px;
    padding: 5px 8px;
    color: #666666;
    cursor: pointer;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
}

.pop-action.left  .pop-action-line{
    text-align:left;
}
.pop-action.right  .pop-action-line{
    text-align:right;
}









.submenu-actions-list {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index:200;
    text-align: left;
}
.submenu-actions-top {
    width: 166px;
    height: 32px;
    background-image:url(/images/submenu-actions-top.png);
}
.submenu-actions-middle {
    width: 166px;
    background-image:url(/images/submenu-actions-middle.png);
    background-repeat: repeat-y;
}
.submenu-actions-item-enabled {
    min-height: 15px !important;
    width: 150px !important;
    width: 158px;
    margin-left: 1px;
    padding: 3px 0px 0px 8px;
    font-size: 11px;
    color: #666666;
    cursor: pointer;
}
.submenu-actions-item-enabled:hover {
    color: #7596A6;
    background-color: #E0E1E2;
}
.submenu-actions-item-disabled {
    height: 15px !important;
    height: 18px;
    width: 150px !important;
    width: 158px;
    margin-left: 1px;
    padding: 3px 0px 0px 8px;
    font-size: 11px;
    color: #A3A3A3;
}
.submenu-actions-bottom {
    width: 166px;
    height: 18px;
    background-image:url(/images/submenu-actions-bottom.png);
}


/* ---------------------- SHORT CUTS------------------------- */

#shortcut-container {
    position: absolute;
    width: 340px;
    z-index: 1003;
}
#shortcut-container-top {
    width: 340px;
    height: 40px;
    background-image: url(/images/fond_popup_crea.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#shortcut-container-middle {
    width: 340px;
    background-color: #FFF;
}
#shortcut-container-bottom {
    width: 340px;
    height: 44px !important;
    height: 50px;
    padding-top: 6px;
    background-image: url(/images/fond_popup_crea.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.factomos-pro-advantages {
    clear: both;
    width: 315px !important;
    width: 340px;
    padding-top: 2px;
    padding-left: 25px;
    margin-top: 8px;
    font-family: Arial;
    font-size: 15px;
    color: #888;
    background-image: url(/images/coche_green.png);
    background-repeat: no-repeat;
    background-position: left middle;
}
#sponsorship-background-with-array {
    width: 448px !important;
    width: 474px;
    height: 113px;
    margin-top: 10px;
    margin-left: 22px;
    padding: 0px 0px 0px 26px;
    background-image: url(/images/sponsorship-background-with-array.png);
}
#sponsorship-list-table th {
    font-size: 11px;
    color: #868686;
    text-align: left;
    font-weight: normal;
    padding-bottom: 10px;
}

.sponsorship-list-table-date {
    font-size: 11px;
    color: #999999;
}

.sponsorship-list-table-pending {
    font-size: 11px;
    color: #3399CC;
}
.sponsorship-list-table-accepted {
    font-size: 11px;
    color: rgba(0, 149, 0, 0.53);
}
.sponsorship-list-table-subscriber {
    font-size: 11px;
    color: #009900;
    font-weight: bold;
}
.sponsorship-list-table-already_signedin {
    font-size: 11px;
    color: #CC9999;
}
.sponsorship-list-table-refused {
    font-size: 11px;
    color: #993300;
}
.sponsorship-list-table-deleted {
    font-size: 11px;
    color: #993300;
}
.sponsorship-list-table-action {
    font-size: 11px;
    color: #006699;
}
.sponsorship-list-table-action a {
    font-size: 11px;
    color: #006699;
    text-decoration: none;
}


.sponsorship-list-table-action a:hover {
    text-decoration: underline;
}
#rollover-button-factomos-pro {
    position: relative;
    display: block;
    float: right;
    margin-top: -8px;
    width: 367px !important;
    width: 409px;
    height: 171px !important;
    height: 210px;
    padding-top: 39px;
    padding-left: 42px;
    background-image: url(/images/factomos-pro-rollover-background-bg.png);
    background-repeat: no-repeat;
}
#bt-mode-test {
    background-repeat: no-repeat;
    background-position:left top;
    width:30px;
    height:117px;
    position:fixed;
    left:0px;
    top:85px;
    cursor:pointer;
}
#bt-mode-test:hover {
    background-position:left bottom;
}
.note {
    background-color: #FFFFCC;
    border: 1px solid #FFCC66;
    color: #975;
    margin: 0px 30px 0px 30px;
    font-size: 10px;
    padding: 5px;
}
#dashboard-first-connection {
    position: absolute;
    background-color: #eaeaea;
    color: #8a8a8a;
    top: 214px;
    left: 50%;
    width: 958px;
    margin-left: -479px;
    font-family: Helvetica, sans-serif;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    font-size: 15px;
    z-index: 2001;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px;
    -webkit-font-smoothing: antialiased;
}

#dashboard-first-connection h1{
    font-size: 26px;
    font-weight: 400;
}

#dashboard-first-connection img.brand-logo{
    position: relative;
    top: 2px;
    width: 130px;
}
#dashboard-new-year-reinit {
    position: absolute;
    background-color: #eaeaea;
    color: #8a8a8a;
    top: 214px;
    left: 50%;
    width: 958px;
    height: 400px;
    margin-left: -479px;
    font-family: Helvetica, sans-serif;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    font-size: 15px;
    z-index: 1001;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 37px;
    -webkit-font-smoothing: antialiased;
}

#dashboard-new-year-reinitn h1{
    font-size: 26px;
    font-weight: 400;
}

#dashboard-new-year-reinit img.brand-logo{
    position: relative;
    top: 2px;
    width: 130px;
}



#reinit-box, #reinit-box-passw {
    position: fixed;
    top: 136px;
    left: 50%;
    width: 958px;
    height: 276px !important;
    height: 326px;
    padding-top: 50px;
    margin-left: -479px;
    font-family: Arial;
    font-size: 12px;
    color: #999999;
    background-color:#FFF;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;

    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;

    -moz-border-radius-topright: 10px;
    -khtml-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-top-radius: 10px;

    -moz-border-radius-topleft: 10px;
    -khtml-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1001;
}
#reinit-box-passw {
    background-image:url(../images/popup-bg-passw.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
}

#dashboard-first-connection-access {

    padding-top: 15px;
    margin: 30px 0px 34px 140px;
    width: 196px;/*
    height: 31px !important;
    height: 46px;
    background-image: url(/images/dashboard-first-connection-access.png);*/
}
#dashboard-first-connection-access a {
    font-size: 15px;
}
#dasboard-first-connection-factomos-pro-background {
    float: right;
    width: 347px !important;
    width: 389px;
    height: 272px !important;
    height: 311px;
    margin-right: 11px;
    padding-top: 39px;
    padding-left: 42px;
    text-align: left;
    background-image: url(/images/factomos-pro-rollover-background.png);
}
#dasboard-confirmation-factomos-pro-background {
    width: 347px !important;
    width: 389px;
    height: 272px !important;
    height: 311px;
    margin-left: 11px;
    padding-top: 39px;
    padding-left: 42px;
    text-align: left;
}


#app-xp-header-bar {
    width: 100%;
    height: 30px;
    background-color: #A5BBD9;
    z-index: 1;
    color: #666;
}



.item-xp-combo {
    color: #999;
    font-size:10px;
    text-align:center;
    height:20px;
    background-image:url(/images/fond-table-th.jpg);
    background-repeat:repeat-x;
    margin-left:10px;
}

#bt-home-xp, #bt-home-xp-on {
    cursor:pointer;
    width:40px;
    height:25px;
    margin-top:5px;
    margin-left:10px;
}
#bt-home-xp:hover {
    background-position:0px -25px;
}
#bt-home-xp-on {
    background-position:0px -50px;
}

/* ----------------------------------- PASSER A FACTOMOS PRO ------------------------------------- */
#popup-round {
    position: absolute;
    top: 166px;
    left: 50%;
    width: 958px;
    /*
        height: 373px;*/
    padding-bottom: 40px;
    margin-left: -479px;
    font-family: Arial;
    font-size: 12px;
    color: #999999;
    background-color: #FFF;
    z-index: 1011;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;

    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;

    -moz-border-radius-topright: 10px;
    -khtml-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-top-radius: 10px;

    -moz-border-radius-topleft: 10px;
    -khtml-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}


.ic-checkBIG, .ic-virementBIG, .ic-cbBIG, .ic-amexBIG, .ic-paypalBIG {
    background-image:url(/images/ic60x25.png);
    background-repeat:no-repeat;
    width:60px;
    height:25px;
}
.ic-checkBIG {
    background-position: 0px 0px;
}
.ic-virementBIG {
    background-position: -60px 0px;
}
.ic-cbBIG {
    background-position: -120px 0px;
    width:45px;
}
.ic-amexBIG {
    background-position: -120px 0px;
    width:45px;
}
.ic-paypalBIG {
    background-position: -240px 0px;
}
.paymodeOFF {
    font-family:Helvetica, Arial, sans-serif;
    font-size:15px;
    padding: 10px;
}
.paymodeON {
    font-family:Helvetica, Arial, sans-serif;
    font-size:15px;
    padding: 10px;
    background-color:#F2F2F2;
    -moz-border-radius-topright: 10px;
    -khtml-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-top-radius: 10px;

    -moz-border-radius-topleft: 10px;
    -khtml-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}
.paymodechoice {
    background-color:#F2F2F2;
    padding:20px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.paymodechoice table {
    font-size:12px;
    color:#999;
}
.popup-big-text, .big-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    color:#666;
    text-shadow:#EFEFEF 0px 5px;
    width:280px;
}
.popup-big-text {
    width:100%;
    color: #690;
    text-align:center;
    text-shadow:#EFEFEF 0px 3px;
}
.popup-lit-text {
    width:100%;
    text-align:center;
}
.mid-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    color:#666;
    text-shadow:#FFF 0px 2px;
}
.paytxt {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    color:#666;
    padding-top:5px;
}
.go-pro-bt {
    background-image: url(../images/dashboard-button-pro.png);
    background-repeat:no-repeat;
    width:173px;
    height:45px;
    cursor:pointer;
}
.go-pro-bt2 {
    background-image: url(../images/dashboard-button-pro2.png);
    background-repeat:no-repeat;
    width:173px;
    height:45px;
    cursor:pointer;
}
.go-pro-txt {
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    color:#B17920;
    padding-top:5px;
}
/* ------- ALERTES -------- */

#alert-window {
    /*background-image:url(../images/alert-bg.png);*/
    background-color: #FFF;
    background-repeat:no-repeat;
    width: 600px;
    /* height: 240px; */
    position: fixed;
    top: 0;
    left: 50%;
    box-sizing: border-box;
    margin-left: -300px;
    color: #999;
    text-align: center;
    padding: 0px 25px 0px 25px;
    z-index: 1002;
    padding-bottom: 25px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
}

.alert-window-ic {
    background-image: url(../images/ic32_pay_item.png);
    background-repeat:no-repeat;
    background-position:-256px 0px;
    height:32px;
    width:32px;
    margin:auto;
    margin-top:20px;
}
.invoice-window-ic {
    background-image: url(../images/ic50_popup.png);
    background-repeat:no-repeat;
    background-position:-50px 0px;
    height:70px;
    width:120px;
    margin:auto;
}
.invoice-show-window-ic {
    background-image: url(../images/ic50_popup.png);
    background-repeat:no-repeat;
    background-position:-200px 0px;
    height:70px;
    width:100px;
    margin:auto;
    margin-top:10px;
}

.alert-valid, .alert-cancel {
    background-color:#F2F2F2;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;

    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;

    -moz-border-radius-topright: 10px;
    -khtml-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-top-radius: 10px;

    -moz-border-radius-topleft: 10px;
    -khtml-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    padding:25px 30px;
    text-decoration:none;
    text-shadow:#FFF 0px 1px ;
    font-size:14px;
}
.alert-valid:hover, .alert-cancel:hover {
    background-color:#D9E4D9;
}

/* --- alerte ACOMPTE --- */


#alert-window-option {
    background-color: #EEEEEE;
    color:#999;
    width: 420px;
    position: fixed;
    z-index: 1002;
    left: 50%;
    box-sizing: border-box;
    top: 229px;
    margin-left: -210px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 10px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
.alert-option {
    font-size:25px;
    color:#999;
}
.alert-option input {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    border:1px solid #efefef;
    font-size:25px;
    color:#999;
    padding-top:12px;
    width:120px;
    text-align:center;
}


/* --- FIN alerte ACOMPTE --- */

.year-separator {
    position: absolute;
    right: 0;
    margin-right: 27px;
    padding-right: 5px;
    top: -1px;
    width: 50px;
    text-align: right;
    border-top: solid 1px #E8E8E8;
    font-size: 9px;
    padding-top: 3px;
    display: none;
}
.txt12 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color:#666;
}

.code_analytic {
    background-color: #AAC8D2;
    font-size: 7px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    padding: 1px 0px;
    padding-right: 350px;
    text-align: right;
}

.code_analytic_table {
    background-color: #ecf3f6;
}

#email-sender-box {
    border: solid 1px #CCC;
    padding: 2px;
    cursor: pointer;
}

#email-sender-box:hover {
    background-color: #DDD;
}

#email-sender-list {
    position: absolute;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    background-color: #FFF;
    cursor: pointer;
}

.email-sender-list-item {
    padding: 2px;
}

.email-sender-list-item:hover {
    background-color: #DDD;
}

.old-price {
    text-decoration: line-through;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.new-price {
    font-weight: bold;
    color: #900;
}

#plateform-label {
    position: fixed;
    font-size: 11px;
    bottom:0;
    font-family: arial;
    color: #FFF;
    background-color: #999;
    padding: 5px;
    margin: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #666;
    z-index: 1000;
}

.comment {
    padding: 20px 0px;
    /*background-color: red;*/
}

.button-rounded {
    color:#069;
    -moz-box-shadow: 0px 2px 3px #c0c0c0;
    -webkit-box-shadow: 0px 2px 3px #c0c0c0;
    -o-box-shadow: 0px 2px 3px #c0c0c0;
    box-shadow: 0px 2px 3px #c0c0c0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;

    background-color:#F2F3F4;

    height: 30px !important;
    height: 46px;
    margin: 15px 43px 15px 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15px;

    padding: 16px 10px 0px 10px;
    cursor: pointer;/*
	background-image: url(/images/button-ok-rounded-xp.png);
	background-repeat: no-repeat;
	background-position:left center;
	display:inline-block;*/
}
.button-rounded:hover {
    background-color:#E9E9E9;
    color:#000;
}

.empty-cell{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
    font-style: italic;
    font-weight: 100;
}

.servicepanel .empty-cell{
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
}

.picto-presta {
   background-color: rgba(0, 0, 0, 0.2);
    height: 35px;
    padding: 2px 5px;
    border-radius: 50% 50%;
    color: #f49687;
}

.servicecell:hover .picto-presta {
    color: #fff;
}

div[contenteditable=true]:hover {
    background-color:#FF9;
    background-image: url(../images/ic-bg-edit.png);
    background-repeat:no-repeat;
    background-position:center right;
    cursor: pointer;
}

#loader {
    display: none;
    width:952px;
    height:75px;
    margin-left:-476px;
    position: fixed;
    bottom: 0%;
    left: 50%;
    z-index: 14;
    text-align: center;
    background-image:url(../images/bg-scroller-cochon.png);
    background-repeat:repeat-x;
}

#contact-list #loader {

    width: 350px;
    margin-left: -350px;
    left: 100%;
}


#design-big-menu:hover{
    cursor: pointer;
}

#design-mini-menu:hover{
    cursor: pointer;
}
/* ------- SWICH CLIENT-OBJET | TRANSACTIONS OPERATIONS-------- */
.sw-bg {
/*    background-color:rgba(190,190,190,0.4);
    width:100px;
    background-image:url(../images/sw-bouton.png);
    background-repeat:no-repeat;
    height:18px;
    border-top:1px solid rgba(0,0,0,0.2);
    border-bottom:1px solid rgba(255,255,255,0.4);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;*/

    display: inline-block;
    background-color: rgba(190,190,190,0.4);
    background-image: url(../images/sw-bouton.png);
    background-repeat: no-repeat;
    height: 18px;
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;

}
.sw-bg.tr-op {
    margin: 0 auto;
   /* width:120px;*/
    background-size: 60px 18px;
    position:relative;

}

.sw-bg:hover {
    cursor: pointer;
}

.sw-txt-ON, .sw-txt-OFF {
   /* font-size:10px;
    color: #555;
    text-shadow:#EFEFEF 0px 1px;
    text-transform:uppercase;
    text-align:center;
    padding-top:4px;
    width:50px;
    float:left;*/

    font-size: 10px;
    color: #555;
    text-shadow: #EFEFEF 0px 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 6px;
    float: left;
}
.sw-txt-ON.tr-op, .sw-txt-OFF.tr-op {
    /*width:60px;*/
}
.sw-txt-OFF {
    color:rgba(85,85,85,0.5);
    text-shadow:none;
}





ul.switch-menu {
    margin: 0;
    padding: 0;
    border: 0;
    display: inline-block;
    background-color: rgba(190,190,190,0.4);
    background-image: url(../images/sw-bouton.png);
    background-repeat: no-repeat;
    height: 18px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    background-size: 60px 18px;
    position: relative;
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    border-left: solid 1px rgb(205, 205, 205);
    border-right: solid 1px rgb(205, 205, 205);
    margin-top:-1px;

}

ul.switch-menu li{
    cursor: pointer;
    text-decoration: none;
    list-style: none;
    display: inline-block;
    height: 100%;
    font-size: 10px;
    color: #555;
    text-transform: uppercase;
    text-align: center;
    color: rgba(85,85,85,0.5);
    text-shadow: none;
    line-height: 18px;
    padding: 0 6px;
}



ul.switch-menu li.active{
    color:rgba(85,85,85,1);
    text-shadow: #EFEFEF 0px 1px;
}

/* ------- SWICH TRANSACTION-OPERATIONS -------- */





/* si IE 7 et moins */
#ie{
    text-align: center;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: 0;
    padding: 10px;
    background-color: #FFFFCC;
    display: none;
    height: 50px;
    font-size:16px;

}
#ie img{ float:left; margin-left:20%;}

/*Langue*/

.lang-fr-off{
    background-image: url(../images/ic20-langues.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    width: 20px;
    float: left;
}

.lang-fr-off:hover{
    background-image: url(../images/ic20-langues.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    cursor: pointer;
}

.lang-fr-on{
    background-image: url(../images/ic20-langues.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 20px;
    width: 20px;
    float: left;
}

.lang-en-off{
    background-image: url(../images/ic20-langues.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 20px;
    width: 20px;
    float: left;
}

.lang-en-off:hover{
    background-image: url(../images/ic20-langues.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    cursor: pointer;
}

.lang-en-on{
    background-image: url(../images/ic20-langues.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 20px;
    width: 20px;
    float:left;
}

.lang-es-off{
    background-image: url(../images/ic20-langues.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 20px;
    width: 20px;
    float:left;
}

.lang-es-off:hover{
    background-image: url(../images/ic20-langues.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    cursor: pointer;
}

.lang-es-on{
    background-image: url(../images/ic20-langues.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 20px;
    width: 20px;
    float:left;

}

#lang-popup{
    float: left;
    margin-top: 12px;
    margin-left: 8px;
}

#other-lang{
    float:left;
}

.info {
    height:20px;
    padding:1px 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:1px solid #FFCC66;
    background-color:#FFFFCC;
    display: inline;
    font-size:16px;
    font-style:italic;
    font-family:Baskerville, "Palatino Linotype", Palatino, "Times New Roman", serif;
    color: #F60;
    margin-left:5px;
    cursor:help;
}

.link-estimate {
    clear: both;
    margin-bottom: 10px;
}

.link-estimate a {
    font-family: Helvetica, Arial;
    font-size: 12px;
    color: #0085B2;
    font-weight: 500;
    text-decoration: none;
}

.link-estimate a:hover {
    text-decoration: underline;
}

#sa_container_panel {
    width:280px;
    top: 50%;
    margin-top: -275px;
    float:left;
    /*height:530px;*/
    background:rgba(0, 0, 0, 0.8);
    position: fixed;
    left:-300px;
    z-index: 1001;
    color: white;
    padding: 10px;
    border-top: solid 17px black;
}

#sa_container_panel table {
    width: 100%;
}

#sa_container_panel table tr:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#sa_container_panel table td.left {
    text-align: right;
    border-right: solid 1px grey;
}

#sa_container_panel table td.actions {
    border-left: solid 1px grey;
}

#sa_container_button {
    position: fixed;
    top: 50%;
    margin-top: -302px;
    left: -300px;
    height: 34px;
    width: 118px;
    z-index: 1001;
    cursor: pointer;
}

#sa_container_slider {
    position: fixed;
    top: 50%;
    margin-top: -275px;
    left: 0px;
    width: 15px;
    height: 17px;
    z-index: 1001;
    cursor: pointer;
    background-color: black;
    color: white;
    text-align: center;
}



/*
Switch Button*/

.switch_title{
    margin-top:10px;
    padding:0px 10px 0px 10px;
    float:left;
}

.switch_title.active{
    color:#0b9dd8;
}

#switch_button{
    background-image: url(../images/switch_button.png);
    width:52px;
    height:28px;
    background-position:0px -40px;
    float:left;

}

#select_service{
    cursor:pointer;
}

#button_normal{
    background-image: url(../images/switch_button.png);
    width:32px;
    height:39px;
    background-position:63px 0px;
    position:relative;
    top:0px;
    left:0px;


}

.button_inc{
    cursor:pointer;
    opacity:1;
    position: relative;
    top: 6px;
}

.button_inc:active{
    opacity:0.5;
}

/*
Tableau historique stock
*/
.my_stock_history{
    padding:10px;
    color:#999;
}

#my_stock_history_result th{
    background-color: #cfcfcf;
}

#my_stock_history_result tr.green{
    background-color: #D1ECD0;
}

#my_stock_history_result td{
    border-bottom:1px solid #cfcfcf;
}

#my_stock_history_result a{
    color:#0085B2;
}


#stock_gestion_button:hover{
    cursor:pointer;
}


.exported-0 {
}

.exported-1 {
    background-color: #F6F9FC;
}

.exported-1.checked {
    background-image: url(/images/exported-arrow.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.exported-2 {
    background-color: #fdf8e0;
}

.exported-2.checked {
    background-image: url(/images/expense_error.png);
    background-repeat: no-repeat;
    background-position: 1px center;
    background-size: 16px auto;
}

span.draft_number {
    color: white;
    background-color: #A8C7D7;
    font-size: 9px;
    padding: 2px;
}

.auto-0 {
}

.auto-1 {
    background-image: url(/images/auto-dot.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

.recurring-0 {
}

.recurring-1 {
    background-image: url(/images/recurring-icon.png);
    background-repeat: no-repeat;
    background-position: 167px center;
}

.input_date_picker{
    background: #fcf2f1; border: solid 1px #cfc3c3;
}


#attachment_activation {
    position: absolute;
    top: -6px;
    width: 210px;
    right: 0;
    line-height: 37px;
    padding-right: 22px;

}



/* ---------- POPUP ---------- */
#tt_pp_zone{
    position: fixed;
    top: 0;
    right: 0;
    z-index:20000;
}

#attachment_activation .attachment_bg{
    position: absolute;
    background-image: url(../images/ic32_pay_item.png);
    background-position: -319px -30px;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin-left: -30px;
}

td.attachment{

    position: relative;
    top: 6px;
    background-image: url(../images/ic32_pay_item.png);
    background-position: -200px -19px;
    background-repeat: no-repeat;
    width: -4px;
    background-size: auto 40px;

}


#all_attachment_file{
    padding-left: 0px;
    text-align: right;
    position:relative;
}

span.attachment_bg{
    position: absolute;
    top: -10px;
    right: -2px;
    background-image: url(../images/ic32_pay_item.png);
    background-position: -185px -18px;
    background-repeat: no-repeat;
    background-size: auto 37px;
    width: 18px;
    height: 52px;
}
span.attachment_file{
    position: relative;
    list-style: none;
    display: inline-block;
    border-top: solid 1px #cecece;
    border-right: solid 1px #cecece;
    border-left: solid 1px #cecece;
    color: #999;
    font-size: 10px;
    background-color: #FFF;
    padding: 2px 16px 2px 9px;
    margin: 2px 2px;
}
.attachment_container {
    cursor: pointer;
}

#my_attachment_file {
    float: right;
    margin-top: 5px;
}
.tooltip_popup{

    position: relative;
    top:-30px;
    opacity:0;
    padding:5px;
    margin:10px;
    width:160px;
    min-height:160px;
    background-color: rgba(234, 205, 207, 0.95);
    -moz-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=10);
}

.tooltip_popup .i{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/ic32_pay_item.png);
    background-repeat: no-repeat;
    background-position: -321px 0px;
}

.tooltip_popup .cross{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: 5px;
    background-image: url(../images/ic20_table.png);
    background-repeat: no-repeat;
    background-position: -280px 0px;
    cursor: pointer;
}



h2.tt_title{
    margin-top: 30px;
    padding: 8px;
    font-size: 15px;
    color: #846363;
    font-weight: 100;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}

p.tt_message{
    font-size: 12px;
    color: #846363;
    padding: 8px;
    margin-bottom: 20px;

}

.tt_link{
    position: absolute;
    bottom: 9px;
    right: 6px;
}

.tt_link a{
    margin:10px;
    position:relative;
    bottom:0;
    right:0;
    font-size:12px;
    color:#0085B2;
}

/* ___ LOADER ____*/


#overlay {
    background-color: rgba(1, 1, 1, 0.1);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
}

.loader {
    position:relative;
    background-color:rgba(204,153,156,0.6);
    width:160px;
    height:160px;
    overflow:hidden;
    -webkit-border-radius:80px;
    -moz-border-radius:80px;
    border-radius:80px;
    margin-top:80px;
    margin-right:auto;
    margin-left:auto;
}
.loader-in {
    position:relative;
    top:40px;
    left:40px;
    background-color:#EFEFEF;
    width:80px;
    height:80px;
    overflow:hidden;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
    text-align:center;
}
.loader-in img { padding-top:10px; padding-right:3px;}

input.date_picker:focus{
    background-color:#fcf2f1;
    border:solid 1px #efc3c3;
}


.sponsorship_form01 {
    border: solid 1px #EAEAEA;
    background-color: #FCFCFC;
    padding: 20px;
    width: 75%;
    margin: 0 auto
}

.sponsorship_form02 {
    border: solid 1px #EAEAEA;
    background-color: #FFF;
    padding: 20px;
    width: 75%;
    margin: -1px auto
}

.sponsorship_label {
    display: block;
    color: #BBBBBB;
    font-size: 11px;
    margin-bottom: 3px;

}

input.sponsorship_form,
textarea.sponsorship_form {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 12px;
    border: none;
    background-color: transparent;
    text-align: left;
}

input.sponsorship_form.sender_email,
textarea.sponsorship_form.sender_email {
    font-style: italic;
    color: #BBBBBB;

}

input.sponsorship_form.email,
textarea.sponsorship_form.email {
    font-style: italic;
    color: #000;
    border: solid 1px #cecece;
    background-color: #FFF;

}

input.sponsorship_form.subject,
textarea.sponsorship_form.subject {
    color: #000;
    font-size: 13px;
    font-weight: bold;

}

input.sponsorship_form.message,
textarea.sponsorship_form.message {
    color: #000;
    border: solid 1px #cecece;
    background-color: #FFF;

}

span.sponsorship_separator {
    display: block;
    width: 95%;
    margin: 0 auto;
    border-bottom: solid 1px #d1d1d1;
    margin-bottom: 10px;
}

span.infos_tooltips {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/images/ic32_pay_item.png);
    background-repeat: no-repeat;
    background-position: -356px -36px;
    vertical-align: middle;
    cursor: pointer;
}

input.date_picker:focus {
    background-color: #fcf2f1;
    border: solid 1px #efc3c3;
}

/*
Sponsorship
*/

#sponsorship_header{
    width:100%;
    height:130px;
    position: relative;

}

#sponsorship_header .sponsoship_left{
    position: relative;
    padding-left: 160px;
    width: 271px;
    height: 130px;
    font-size: 13px;
    line-height: 18px;
    float: left;
    text-align: center;
    background-image: url(/images/img_cochon_parrainage.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

#sponsorship_header .sponsoship_left h1{
    position: absolute;
    top: -20px;
    left: 20px;
    font-weight: 100;
    color: #959595;
    font-size: 16px;
}


#sponsorship_header .sponsoship_left p {
    margin-top: 35px;
    color:#999999;
}

#sponsorship_header .sponsoship_right{
    width: 140px;
    height: 130px;
    background-color: #F0E1E5;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: center;
    color: #9B7B85;
    font-size: 12px;
    line-height: 31px;
    float: right;
}

span.cagnotte{
    color: #9B7B85;
    text-shadow: #FFF 0px 1px;
    font-size: 50px;
    line-height: 70px;
    font-weight:100;

}



#sponsorship_content{
    margin-top:20px;
    padding:15px;
    background-color:#F2F2F2;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#sponsorship_content h2{
    font-size: 12px;
    line-height: 36px;
    font-weight: 100;

}

#sponsorship_content h2 span{
    display: inline-block;
    width: 35px;
    height: 30px;
    margin-right: 9px;
    background-image: url(/images/ic32_pay_item.png);
    background-repeat: no-repeat;
    background-position: -349px 0px;
}

#sponsorship_content .sponsorship_link{
    color:#0085B2;
    font-size:16px;
}

.sharebtn{
    display:inline-block;
    width:25px;
    height:25px;
    cursor:pointer;
    margin:3px;
}

.linkedin{
    background-image: url(/images/ic32_pay_item.png);
    background-repeat: no-repeat;
    background-position: -420px -4px
}

.facebook{
    background-image: url(/images/ic32_pay_item.png);
    background-repeat: no-repeat;
    background-position: -420px -36px;
}

.twitter{
    background-image: url(/images/ic32_pay_item.png);
    background-repeat: no-repeat;
    background-position: -452px -4px;
}

.google{
    background-image: url(/images/ic32_pay_item.png);
    background-repeat: no-repeat;
    background-position: -452px -36px;
}

.sponsorship_form01{
    border:solid 1px #EAEAEA;
    background-color:#FCFCFC;
    padding:20px;
    width: 75%;
    margin: 0 auto
}

.sponsorship_form02{
    border:solid 1px #EAEAEA;
    background-color:#FFF;
    padding:20px;
    width: 75%;
    margin: -1px auto
}

.sponsorship_label{
    display:block;
    color:#BBBBBB;
    font-size:11px;
    margin-bottom:3px;

}

input.sponsorship_form,
textarea.sponsorship_form{
    width:100%;
    margin-bottom:10px;
    padding-left:10px;
    font-size:12px;
    border:none;
    background-color:transparent;
    text-align:left;
}

input.sponsorship_form.sender_email,
textarea.sponsorship_form.sender_email{
    font-style:italic;
    color:#BBBBBB;

}

input.sponsorship_form.email,
textarea.sponsorship_form.email{
    font-style:italic;
    color:#000;
    border:solid 1px #cecece;
    background-color:#FFF;

}

input.sponsorship_form.subject,
textarea.sponsorship_form.subject{
    color:#000;
    font-size:13px;
    font-weight:bold;

}

input.sponsorship_form.message,
textarea.sponsorship_form.message{
    color:#000;
    border:solid 1px #cecece;
    background-color:#FFF;

}


span.sponsorship_separator{
    display:block;
    width:95%;
    margin:0 auto;
    border-bottom:solid 1px #d1d1d1;
    margin-bottom:10px;
}

span.infos_tooltips{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/images/ic32_pay_item.png);
    background-repeat: no-repeat;
    background-position: -356px -36px;
    vertical-align: middle;
    cursor:pointer;
}


.warning{
    background-color:#FFFFCC;
    border:solid 1px #FFCC66;
    color:#997754;
    padding:10px;
    width:90%;
    margin:0 auto;
}

.ft-list-act-linked.linked{
    color:#2a9cce;
}






.rounded-boxed{

    background-color: #F2F2F2;
    padding: 10px;

    -moz-border-radius-bottomright: 14px;
    -khtml-border-bottom-right-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    border-bottom-right-radius: 14px;
}






/* BOUTON VALIDATION / RETOUR / ANNULER */

.button{
    display: inline-block;
    vertical-align: middle;
    padding: 11px 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    background-color: #f2f3f4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out;
    text-decoration:none;
}

.button span{
    vertical-align: middle;
}
.button i{
    vertical-align: middle;
}



.button:hover{
    cursor:pointer;
    background-color:#E7E8EB;
}


.button.bgBlue{
    background-color:#3698f9;
    color:#FFF;
}
.button.bgBlue:hover{
    background-color: #3681e1;
}


.button.bgWhite{
    background-color:#FFF;
    color:#C3C3C3;
}
.button.bgWhite:hover{
    background-color: #f2f3f4;
}


.button.bgGreen{
    background-color:#669900;
}
.button.bgGreen:hover{
    background-color: #4e7800;
}


.button.bgRed{
    color:#FFF;
    background-color:#D70600;
}
.button.bgGRed:hover{
    background-color: #b10600;
}




/* FORMULAIRE */
table.form{
    width:100%;
}

table.form td{
    padding: 5px 0px;
}

table.form td.txt{
    text-align: right;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

table.form td.title{
    font-size:14px;
    color: #656565;
    font-family: Arial, Helvetica, sans-serif;
}

table.form input[type="text"]{
    border:solid 1px #eeeeee;
    font-size: 14px;
    width: 300px;
}


#block-btn-discount{
    width:100%;
    position:relative;

}


.btn-discount{
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background-color: #000;
    color: #B3B3B3;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin:0 auto;
    opacity:0.5;
    position: absolute;
    top:0;
    right:0;
    font-size:9px;
}

.btn-discount.activ{
    position:relative;
    opacity: 0.3;
}



span.discount_percent{
    position: absolute;
    top: 5px;
    right: 4px;
    color: #B6B6B6;
    font-size: 9px;
}



/*
PROCESS ABONNEMENT*/



.payment-choice .payment-box{
    position: relative;
    background-color:#FFFFFF;
    border-radius:5px;
    transition-duration:0.2s;
    height:180px;
}
.payment-choice .payment-box:hover,
.payment-choice.active .payment-box{
    background-color:#f7f7f7;
    cursor:pointer;
}
.payment-choice .payment-box .infos{
    margin-top: 10px;
    text-align: center;
}
.payment-choice .payment-box span.icon{
    display: block;
    width: 60px;
    height: 25px;
    margin: 0 auto;
    padding-top: 40px;
}
.payment-choice .payment-box span.check{
    display:none;
    position:absolute;
    left:50%;
    bottom:10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.payment-choice.active .payment-box span.check,
.payment-choice .payment-box:hover span.check{
    display:block;
}








.factomos-pack .pack-box{
    position: relative;
    background-color:#FFFFFF;
    border-radius:5px;
    transition-duration:0.2s;
    height:265px;
    color:#3785af;
    padding-bottom: 12px;

}
.factomos-pack .pack-box .infos{
    position: relative;
    text-align:left;
    color:#aaa;
    padding-left: 40px;
    font-size: 12px;
}


.factomos-pack .pack-box .infos .icon{
    width: 100px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}
.factomos-pack.active .pack-box,
.factomos-pack .pack-box:hover{
    background-color:#f7f7f7;
    cursor:pointer;
}

.factomos-pack .pack-box.disabled:hover{
    cursor: not-allowed;
}
.factomos-pack.active .pack-box .icon.non-selected,
.factomos-pack .pack-box:hover .icon.non-selected{
    display:none;
}
.factomos-pack .pack-box .icon.non-selected{
    display:block;
}
.factomos-pack.active .pack-box .icon.active,
.factomos-pack .pack-box:hover .icon.active{
    display:block;
}
.factomos-pack .pack-box .icon.active{
    display:none;
}
.factomos-pack .pack-price{
    padding: 18px 0px;
    text-align: center;
    color: #ea9590;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}


.factomos-pack.active .pack-price span {
    font-size: 20px;
}
table.pack-module{
 /*   width:75%;
    margin-left:20px;*/
}
table.pack-module td{
    border-bottom: 1px solid #eee !important;
    padding: 5px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pin.pack_price{
    position: relative;
    margin-top: -87px;
    margin-right: -140px;
    float: right;
    right: 0px;
    background-color: #F7F7F7;
    color: #aaaaaa;
    font-size: 20px;
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.pin.user_price{
    position: relative;
    margin-top: 0px;
    margin-right: -181px;
    float: right;
    right: 0px;
    background-color: #F7F7F7;
    color: #aaaaaa;
    font-size: 20px;
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0;
}



.with-or-without-vat {
    font-size: 13px;
}




.tab-row{
    position: relative;
    background-color: #FFF;
    line-height: 20px;
    border: solid 1px #efefef;
    margin-bottom: -1px;
    font-size: 15px;
    font-family: helvetica neue;
    font-weight: 200;
    padding: 8px 15px;
}

.tab-row-grey{
    position: relative;
    background-color: #f7f7f7;
    line-height: 20px;
    margin-bottom: -1px;
    font-size: 15px;
    font-family: helvetica neue;
    font-weight: 200;
    padding: 8px 15px;
}


.abo-tab{
    position: relative;
    background-color: #FFF;
    height: 50px;
    line-height: 50px;
    border: solid 1px #efefef;
    padding-left: 20px;
    margin-bottom: -1px;
    font-size: 15px;
    font-family: helvetica neue;
    font-weight: 200;
}
.abo-tab .ft-ic-cancel{
    float: right;
    margin-top: 14px;
    margin-right: 20px;
    font-size: 20px;

}
.abo-tab02{
    position:relative;
    margin-right: -140px;
    height: 61px;
    line-height: 60px;
    padding-left: 20px;
    margin-bottom: -1px;
    font-size: 15px;
    font-family: helvetica neue;
    font-weight: 200;
}


.frequency-tab{
    margin-right: -140px;
    background-color: #f7f7f7;
    height: 61px;
    line-height: 60px;
    padding-left: 20px;
    margin-bottom: -1px;
    font-size: 15px;
    font-family: helvetica neue;
    font-weight: 200;
}



.tab{
    box-sizing: border-box;
    width:100%;
    padding:15px;
    margin-bottom: -1px;
    font-size: 15px;
    font-family: helvetica neue;
    font-weight: 200;
}
.tab.grey{
    background-color: #f7f7f7;
    border: solid 1px #efefef;
}
.tab.border{
    border: solid 1px #efefef;
}
.abo-amount.float{
    position: absolute;
    right: -138px;
    top: 0;
}
.abo-amount{
    position:relative;
    display: inline-block;
    float: right;
    width: 127px;
    text-align: right;
    padding-right: 10px;
    background-color: #F7F7F7;
    color: #aaaaaa;
    font-size: 20px;
}
.amount_unity{
    position: absolute;
    bottom: -19px;
    right: 5px;
    font-size:10px;
}


#frequency-slider{
    display: inline-block;
    position:relative;
    margin: 0 0 0 110px;
    width:200px;
    top: -9px;
}
#frequency-slider #bar-slider{
    background-color:#DADADA;
    border-radius:10px;
    height:10px;
    width:100%;
}
#frequency-slider .choose-frequency{
    cursor:pointer;
    width:25px;
    height:25px;
    background-color:#DADADA;
    border-radius:25px;
    position:absolute;
    top:50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);


}
#frequency-slider .legend{
    position: absolute;
    width: 50px;
    text-align: center;
    top: 7px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#frequency-slider .frequency-selected{
    cursor:pointer;
    width:25px;
    height:25px;
    background-color:#35a5e1;
    border-radius:25px;
    position:absolute;
    top:50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    transition-duration:0.3s;
    z-index:1500;
}
#frequency-slider .frequency-selected.grey{
    background-color: #8c8c8c;

}

.DBXP-mini-txt.ON {
    color: #333;
}

.bt-on-off {
    width: 52px;
    height: 22px;
    background-image: url(/images/bt-on-off.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.bt-on-off.on {
    background-position: 0px -22px;
}

.document-history table {
    width: 100%;
}
.document-history table .right {
    text-align: right;
}

.document-history table td {
    font-family: Helvetica, Arial;
    color: #999999;
}

.document-history table td.date {
    color: #B9B9B9;
    font-size: 11px;
}

.document-history table td.link {
    padding-top: 12px;
}

.document-history table td.empty {
    width: 100%;
}

.document-history table td.empty.right {
    padding-right: 20px;
}

.document-history .title {
    font-family: Helvetica, Arial;
    font-size: 12px;
    color: #999999;
    font-weight: bold;
    margin-bottom: 12px;
}

.document-history a {
    font-family: Helvetica, Arial;
    font-size: 12px;
    color: #0085B2;
    font-weight: 500;
    text-decoration: none;
}

.document-history a:hover {
    text-decoration: underline;
}




#monthly-schedule{
    width:100%;
}

#monthly-schedule th{
    background-color:#f7f7f7;
    color:gray;
    font-weight:normal;
    padding-left:5px;
}

#monthly-schedule tr{
    height:35px;


}

#monthly-schedule td{
    padding-left:10px;
    border-bottom:solid 1px #f7f7f7;
}


/* LISTE DES CATEGORIES BUDGETA */

.ui-menu {
    width: 200px;
    font-size: 12px;
}
.ui-menu .ui-menu-item {
    background-color: #fbf6f3;
    color:#757575;
    padding: 6px 1em 3px 12px
}

.ui-menu .ui-state-focus{
    background:none;
    background-color: #eee2e2;
    color:#757575
}
.ui-menu .ui-state-active{
    background:none;
    background-color: #eee2e2;
    color:#757575
}

.ui-menu li a, .ui-menu li:hover a, .ui-state-active a, .ui-state-focus a, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    text-decoration: none;!important;
    color:#757575; !important;
    text-shadow: 0px 1px 0px #fff; !important;
}


.add-factomos-account, .add-user-account, .add-bank-account{
    display:block;
    margin:0 auto;
    width: 25px;
    height: 25px;
    background-image: url(/images/ic25-add.png);
    background-repeat: no-repeat;
    transition-duration:300ms;
}
.add-factomos-account{
    background-position: 0px 0px;
}

.add-user-account{
    background-position: -25px 0px;
}
.add-bank-account{
    background-position: -50px 0px;
}

.add-factomos-account:hover, .add-user-account:hover, .add-bank-account:hover{
    -webkit-filter: grayscale(1) contrast(0%);
    filter: grayscale(1) contrast(0%);
    -ms-filter: grayscale(1) contrast(0%);
}



/* ---- SUB_MENU ------------------ */
section#sub-menu{
    text-align: center;
    width: 100%;
    float: left;
    background-color: #F7F7F7;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 1px #CCC;

}
section#sub-menu ul{
    border: 0;
    margin: 0;
    padding: 0;
    height: 50px;
    overflow: hidden;
    display: inline-block;
}
section#sub-menu li{
    float: left;
    position: relative;
    display: inline-block;
    height: 100%;
    border-right: solid 1px transparent;
    border-left: solid 1px transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
section#sub-menu li a{
    display: inline-block;
    height: 100%;
    font-family: "Arial","Helvetica Neue", "Helvetica", sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #999999;
    text-decoration: none;
    text-transform: uppercase;
    padding: 4px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
section#sub-menu li a i{
    font-size:24px;
    position: relative;
    top: 2px;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
section#sub-menu li.active{
    background-color: #FFF;
    border-right: solid 1px #CCC;
    border-left: solid 1px #CCC;
}
section#sub-menu li:hover a,
section#sub-menu li:hover a i{
    color:#555;
}

section#sub-menu li.active a,
section#sub-menu li.active a i{
    color:#42abe3;
}

/* TAXES */
#addTaxEstimate {
    text-shadow:1px 0px rgba(255,255,255,0.7);
}
#addTaxEstimate:hover {
    text-shadow:1px 0px black;
}



section#subscription-menu {
    text-align: center;
    width: 100%;
    float: left;
    background-color: #F7F7F7;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section#subscription-menu ul {
    border: 0;
    margin: 0;
    padding: 0;
    height: 60px;
    overflow: hidden;
    display: inline-block;
}
section#subscription-menu li {
    float: left;
    position: relative;
    display: inline-block;
    height: 100%;
    width: 150px;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
section#subscription-menu li:hover:not(.disabled),
section#subscription-menu li.active{
    cursor:pointer;
    background-color: #FFF;
}
section#subscription-menu .icon-aera{
    padding-top: 5px;
    text-align: center;
    height: 35px;
    line-height: 45px;
    float:left;
    width:100%;
    font-size: 30px;
    color: #B5B5B5;
}
section#subscription-menu .icon-aera .more{
    position: absolute;
    display: block;
    top: 23px;
    line-height: 20px;
    left: 84px;
    box-sizing: border-box;
    height: 20px;
    min-width: 20px;
    font-size: 13px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
    padding: 0 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #5FBD06;
}
section#subscription-menu .icon-aera .completed{ display:none; }
section#subscription-menu li.active .icon-aera{ color: #0CA2EA; }
section#subscription-menu li.completed:not(.active) .icon-aera{ color: #E7BBB9; }
section#subscription-menu li.completed:not(.active) .icon-aera .completed .more{ background-color:#E7BBB9;}
section#subscription-menu li.completed .icon-aera .not-completed{ display:none; }
section#subscription-menu li.completed .icon-aera .completed{ display:block; }
section#subscription-menu li.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
section#subscription-menu .text-aera{
    text-align:center;
    height:20px;
    float:left;
    width:100%;
}





.slider{
    margin: 20px 36px 50px;
}
.slider label {
    position: absolute;
    width: 80px;
    margin-left: -40px;
    text-align: center;
    margin-top: 30px;
    font-family: helvetica;
    color: #AAAAAA;
    font-size: 13px;
    font-weight: bold;
    cursor:pointer;
}
.slider .ui-state-default{
    background: #FFF;
    border-radius: 25px;
    width: 31px;
    height: 31px;
    margin-left: -15px;
    border: none;
    cursor: pointer;
    transition-duration: 150ms;
    top: -9px;
    font-size: 32px;
    color: #35a5e1;
}
.slider .ui-state-default:focus{
    outline:none;
}
.slider.ui-corner-all{
    background: #EFEFEF;
    border: none;
    border-radius: 10px;
    height: 15px;
}



.onoffswitch {
    position: relative; width: 42px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch .onoffswitch-checkbox {
    display: none;
}
.onoffswitch .onoffswitch-label {
    height: 25px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}
.onoffswitch .onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch .onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 25px;
    padding: 0;
    line-height: 17px;
    font-size: 11px;
    color: white;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch .onoffswitch-inner:before {
    font-size: 12px;
    padding: 4px 6px;
    background-color: #3BA7E0;
    color: #FFFFFF;
}
.onoffswitch .onoffswitch-inner:after {
    content:"";
    padding-right: 10px;
    background-color: #d5d5d5; color: #999999;
    text-align: right;
}
.onoffswitch .onoffswitch-switch {
    display: block;
    width: 20px;
    margin: 2px;
    height: 19px;
    background: #FFFFFF;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 17px;
    border-radius: 100%;
    transition: all 0.3s ease-in 0s;
}


.onoffswitch.switch-xs .onoffswitch-label {
    height: 20px;
}
.onoffswitch.switch-xs .onoffswitch-switch {
    width: 16px;
    height: 16px;
}
.onoffswitch.switch-xs .onoffswitch-inner:before {
    padding: 2px 6px;
}
@-moz-document url-prefix()
{
    .onoffswitch-switch {
        height:13px;
        border-radius: 20px;
    }
    .chargeCheckBox {
        margin: 0 0 0 45px;
    }
    .chargeCheckBox2 {
        margin: 0 0 0 60px;
    }
}


.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}



h2{
    text-align: center;
    color: #E9BBB7;
    font-size: 16px;
    font-weight: 200;
}


.mini-list *{
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mini-list thead td{
    position:relative;
    color:#BBBBBB;
    font-size:12px;
    font-weight:bolder;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
    padding: 5px 10px;
}
.mini-list tbody td{
    padding: 5px 10px;
    color: #666666;
    font-size: 12px;
    background-color: #EAEAEA;
    margin-bottom: 1px;
    border-bottom: solid 1px #F7F7F7;
}
.mini-list tfoot td{
    padding: 5px 10px;
    color: #666666;
    font-size: 12px;


    margin-bottom: 1px;
    border-bottom: solid 1px #F7F7F7;
}






.payment-line em.edit-payment,
.payment-line-added em.edit-payment{
    opacity: 0;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -ms-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top:-16px;
    font-size: 32px;
    cursor:pointer;
}
.payment-line:hover em.edit-payment,
.payment-line-added:hover em.edit-payment{
    opacity:1;
    left: -30px;
}


.payment-line em.delete-payment,
.payment-line-added em.delete-payment,
.payment-line-edit em.cancel-edit-payment{
    opacity: 0;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -ms-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top:-16px;
    font-size: 32px;
    cursor:pointer;
}
.payment-line:hover em.delete-payment,
.payment-line-added:hover em.delete-payment,
.payment-line-edit:hover em.cancel-edit-payment{
    opacity:1;
    right: -30px;
}

.data-remaining-payment{
    border: solid 1px #cecece;
    width: 100%;
    display: inline-block;
    padding: 5px 9px;
    text-align: right;
    background-color:#FFF;
    color:#D5181F;
    font-weight:600;
}

.data-paid-payment{
    border: solid 1px #cecece;
    width: 100%;
    display: inline-block;
    padding:5px 9px;
    text-align: right;
    background-color:#FFF;
    color:#22943F;
    font-weight:600;
}

*[data-switch-key]{
    display:none;
}

[attribute*=data-switch-key] { /* contains selector */
    display:none;
}


#top-icon-help {
    position: absolute;
    top: 0px;
    margin-left: 960px;
    width: 40px;
    height: 40px;
    background-image: url(/images/ic-help-off.svg);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 1;
}

#top-icon-help:hover {
    background-image: url(/images/ic-help-on.svg);
}

#top-icon-help div.help-submenu {
    position: absolute;
    top: 41px;
    right: -65px;
    width: 171px;
    background-color: #F3F4F5;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    padding: 10px;
}

#top-icon-help div.help-submenu .help-submenu-item{
    background-image: url(/images/ic-help-off.svg);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: left center;
    height: 17px;
    padding: 8px 0px 2px 30px;
    color: #777777;
}

#top-icon-help div.help-submenu .help-submenu-item:hover{
    color: #7596A6;
    background-color: #E0E1E2;
    background-image: url(/images/ic-help-on.svg);
}




/* OFFSIDE BAR */

#offside-btn{

    background-color: #D6A79E;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: fixed;
    top: 60px;
    right: 20px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-position: 50%;
    box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    z-index: 2000;
}

#offside-btn:before{

    font-family: 'icomoon' !important;
    speak: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 12px;
    top: 50%;

    color: #FFF;
    content: "\e936";
    font-size: 24px;
    margin-top: -12px;
}
#offside-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.67);
    z-index: 11;
/*    -webkit-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    -moz-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    -ms-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    -o-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);*/
}
#offside-bg.hide{
    display:none;
    background-color: rgba(0, 0, 0, 0);
}
.offsidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    right: 0px;
    width: 410px;
    /*padding-left: 50px;*/
    z-index: 2000;
    overflow: hidden;
   -webkit-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    -moz-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    -ms-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    -o-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
}

.offsidebar.hide {
    right: -410px;
}



.offsidebar>.offsidebar-content{
    background-color: #fff;
    color: #515253;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width:100%;
    min-height: 100%;
}



.offsidebar>.offsidebar-content>nav {
    /* overflow: hidden; */
    position: fixed;
    width: 410px;
    -webkit-transform: translateZ(0);
    background-color: #D6A79F;
    /* top: 40px; */
}

.offsidebar>.offsidebar-content>nav>ul.main {
    margin:0;
    padding:0;
    list-style: none;
}
.offsidebar>.offsidebar-content nav>ul.main>li {
    display: table-cell;
    float: none;
    width: 1%;
    border: 0;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
    color: #9D7A74;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;

}
.offsidebar>.offsidebar-content nav>ul.main>li>.title {
    opacity:0;
}
.offsidebar>.offsidebar-content nav>ul.main>li:hover {
    cursor:pointer;
}
.offsidebar>.offsidebar-content nav>ul.main>li.active {
    color: #FFF;
}
.offsidebar>.offsidebar-content nav>ul.main>li.active>.title {
    opacity:1;
}



.offsidebar>.offsidebar-content nav>ul.secondary {
    margin:0;
    padding:0;
    list-style: none;
    position: absolute;
    background-color:#D6A79F;

    width:100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;

}
.offsidebar>.offsidebar-content nav>ul.secondary>li {
    display: table-cell;
    float: none;
    border: 0;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 14px;
    color: #737373;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;

}
.offsidebar>.offsidebar-content nav>ul.secondary>li:hover {
    cursor:pointer;
}
.offsidebar>.offsidebar-content nav>ul.secondary>li.active {
    color: #FFF;
}






.offsidebar>.offsidebar-content>.tab-content {
    /* margin-top: 44px; */
    position: absolute;
    top: 44px;
    bottom: 0;
    right: 0px;
    width: 410px;
    overflow: overlay;
}
/*::-webkit-scrollbar {
    display: none;
}*/
.offsidebar>.offsidebar-content>.tab-content>[data-main-pan],
.offsidebar>.offsidebar-content>.tab-content [data-secondary-pan]{
     display:none;
 }
.offsidebar>.offsidebar-content>.tab-content>[data-main-pan].active,
.offsidebar>.offsidebar-content>.tab-content [data-secondary-pan].active{
    display:block;
}

.offsidebar>.offsidebar-content>.tab-content ul {
    margin:0;
    padding:0;
    list-style: none;
}
.offsidebar>.offsidebar-content>.tab-content ul>li.timeline-separator {
    padding:5px 9px 5px 60px;
    background-color: #CDCDCD;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    font-family: Helvetica Neue;
    -webkit-font-smoothing: antialiased;
}

.offsidebar>.offsidebar-content>.tab-content ul>li.notification {
    padding: 10px 0px;
    background-color: transparent;
    color: #737373;
    font-size: 14px;
    font-weight: 300;
    font-family: Helvetica Neue;
    border-top:solid 1px #eaeaea;
    margin-top:-1px;

}

.offsidebar>.offsidebar-content>.tab-content ul>li.notification.no-read {
    background-color:#FBF5F5;
}
.offsidebar>.offsidebar-content>.tab-content ul>li.notification>.ntf-icon {
    width: 60px;
    display: table-cell;
    top: 0px;
    vertical-align: middle;
    text-align:center;
}
.offsidebar>.offsidebar-content>.tab-content ul>li.notification>.ntf-content {
    display: table-cell;
    vertical-align: top;
    width:300px;
}
.offsidebar>.offsidebar-content>.tab-content ul>li.notification>.ntf-content>.ntf-head {
    float:left;
    width:100%;
    margin-bottom:5px;
}
.offsidebar>.offsidebar-content>.tab-content ul>li.notification>.ntf-content>.ntf-head>.ntf-title {
    display: inline-block;
    font-size:13px;
    font-weight: bolder;
    color: #1f1f1f;
}

.offsidebar>.offsidebar-content>.tab-content ul>li.notification>.ntf-content>.ntf-head>.ntf-date {
    display: inline-block;
    font-size:10px;
    float: right;
    margin-right: -11px;
}
.offsidebar>.offsidebar-content>.tab-content ul>li.notification>.ntf-content>.ntf-message {
    float: left;
    width: 100%;
    font-size: 12px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 43px;
}


.offsidebar>.offsidebar-content>.tab-content ul>li.notification>.ntf-action [data-mark-as-read]{
    display:none;
}
.offsidebar>.offsidebar-content>.tab-content ul>li.notification.no-read>.ntf-action [data-mark-as-read]{
    display: inline-block;;
}
.offsidebar>.offsidebar-content>.tab-content ul>li.notification>.ntf-action{
    width: 50px;
    display: table-cell;
    top: 0px;
    vertical-align: middle;
    text-align:right;
    padding-right:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.offsidebar>.offsidebar-content>.tab-content ul>li.notification>.ntf-action>.ntf-marker{
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    background-color: #E9CEC5;
    border-radius: 100%;
    cursor:pointer;
/*    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;*/
}
.offsidebar>.offsidebar-content>.tab-content ul>li.notification>.ntf-action>.ntf-marker:hover{
    background-color: #c2a7a0;
}



/*NOTIF ERROR*/

.offsidebar>.offsidebar-content>.tab-content ul>li.notification.notif-error>.ntf-content>.ntf-head>.ntf-title {
    color: #E64705;
}
/* CONTACTPANEL BAR */


.contactpanel-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.67);
    z-index: 11;

}

aside.contactpanel .submenu-actions {
    margin-top: 2px;
    /* position: relative; */
    width: 26px;
    float: left;
    height: 21px;
    background-image: url(/images/ic_submenu_actions.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 6px 4px;
}

.contactpanel-bg.hide{
    display:none;
    background-color: rgba(0, 0, 0, 0);
}

.header-contact-panel {
    background-color: #f49687;
    padding: 5px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}

.body-contact-panel {
    position: fixed;
    top: 87px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    width: 350px;
}
.contactpanel {
    position: fixed;
    top: 0px;
    bottom: 0;
    right: 0px;
    width: 350px;
    z-index: 2000;
    overflow: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    -moz-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    -ms-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    -o-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
}

.contactpanel.hide {
    right: -410px;
}



.contactpanel>.contactpanel-content{
    background-color: #f49687;
    color: #515253;

    -webkit-overflow-scrolling: touch;
    width:100%;
    min-height: 100%;
}

.panelheader {
    font-size: 13pt;
    margin-bottom: 20px;
    color: #FFF;
    background-color: #f49687;}

.add-contact-btn {
    background: #f49687;
    border: none;
    font-size: 15px;
    margin-left: 60px;
    color: #ffffff;
    outline: none;
}

.add-contact-btn:hover{
    cursor: pointer;
}

.close-contact-btn {
    color: #ffffff;
    font-size: 15px;
    outline: none;
}

.close-contact-btn:hover {
    cursor: pointer;
}


input.active-pink  {
    background: #f49687;
    border: #ffffff;
    border-bottom: 1px solid #fbfffd66;
    font-size: 10pt;
    font-style: italic;
    padding: 10px 0px;
    /* margin-left: 0px; */
    width: 15%;





}


input.active-pink:focus  {
    background-color: #f49687;
    border: none;
    border-bottom: 1px solid #eefff8;

}


.contactpanel>.contactpanel-content>nav {
    /* overflow: hidden; */
    position: fixed;
    width: 410px;
    -webkit-transform: translateZ(0);
    background-color: #FBF6F3;
    /* top: 40px; */
}

.contactpanel>.contactpanel-content>nav>ul.main {
    list-style: none;
}
.contactList {
    margin-top: inherit;
    list-style: none;
    width: 100%;
}
.contactpanel>.contactpanel-content nav>ul.main>li {
    display: table-cell;
    float: none;
    width: 1%;
    border: 0;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
    color: #9D7A74;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;

}
.contactpanel>.contactpanel-content nav>ul.main>li>.title {
    opacity:0;
}
.contactpanel>.contactpanel-content nav>ul.main>li:hover {
    cursor:pointer;
}
.contactpanel>.contactpanel-content nav>ul.main>li.active {
    color: #FFF;
}
.contactpanel>.contactpanel-content nav>ul.main>li.active>.title {
    opacity:1;
}



.contactpanel>.contactpanel-content nav>ul.secondary {
    margin:0;
    padding:0;
    list-style: none;
    position: absolute;
    background-color:#FBF6F3;

    width:100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;

}
.contactpanel>.contactpanel-content nav>ul.secondary>li {
    display: table-cell;
    float: none;
    border: 0;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 14px;
    color: #737373;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;

}
.contactpanel>.contactpanel-content nav>ul.secondary>li:hover {
    cursor:pointer;
}
.contactpanel>.contactpanel-content nav>ul.secondary>li.active {
    color: #FBF6F3;
}

.contactcell
{
    padding: 2%;
    margin-right: 20%;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    color: black;
    font-size: 10pt;
    margin-left: -35px;
}
.contactcell:hover
{

    background: #E7DBDB;
    cursor: pointer;
}

.loader-panel {
    position: fixed;
    bottom: 0;
    right: 166px;
}
/* servicePANEL BAR */

.servicepanel-btn{

    background-color: #D6A79E;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: fixed;
    top: 60px;
    right: 20px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-position: 50%;
    box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    z-index: 2000;
}
.servicepanel-btn:before{

    font-family: 'factomos' !important;
    speak: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 12px;
    top: 50%;

    color: #FFF;
    content: "\e933";
    font-size: 24px;
    margin-top: -12px;
}
.servicepanel-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.67);
    z-index: 11;

}

aside.servicepanel .submenu-actions {
    margin-top: 2px;
    /* position: relative; */
    width: 26px;
    float: left;
    height: 21px;
    background-image: url(/images/ic_submenu_actions.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 6px 4px;
}

.servicepanel-bg.hide{
    display:none;
    background-color: rgba(0, 0, 0, 0);
}

.header-service-panel {
    background-color: #f49687;
    padding: 8px;
    position: fixed;
    /* width: 100%; */
    top: 0;
    z-index: 1;
}

.body-service-panel {
    position: fixed;
    top: 87px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    width: 350px;
}

.servicepanel {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0px;
    width: 350px;
    z-index: 2000;
    overflow: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    -moz-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    -ms-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    -o-transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
    transition: all 300ms cubic-bezier(0.84, 0, 0.36, 0.99);
}

.servicepanel.hide {
    left: -410px;
}

.servicepanel>.servicepanel-content{
    background-color: #f49687;
    color: #515253;
    -webkit-overflow-scrolling: touch;
    width:100%;
    min-height: 100%;
}



.add-service-btn {
    background: #f49687;
    border: none;
    font-size: 15px;
    margin-left: 46px;
    color: #ffffff;
    outline: none;
}

.add-service-btn:hover{
    cursor: pointer;
}


.servicepanel.servicepanel-content>nav {
    /* overflow: hidden; */
    position: fixed;
    width: 410px;
    -webkit-transform: translateZ(0);
    background-color: #FBF6F3;
    /* top: 40px; */
}

.servicepanel>.servicepanel-content>nav>ul.main {
    list-style: none;
}

.serviceList {
    margin-top: inherit;
    list-style: none;
    width: 100%;
}

.servicepanel>.servicepanel-content nav>ul.main>li {
    display: table-cell;
    float: none;
    width: 1%;
    border: 0;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
    color: #9D7A74;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;

}
.servicepanel>.servicepanel-content nav>ul.main>li>.title {
    opacity:0;
}
.servicepanel>.servicepanel-content nav>ul.main>li:hover {
    cursor:pointer;
}
.servicepanel>.servicepanel-content nav>ul.main>li.active {
    color: #FFF;
}
.servicepanel>.servicepanel-content nav>ul.main>li.active>.title {
    opacity:1;
}
.servicepanel>.servicepanel-content nav>ul.secondary {
    margin:0;
    padding:0;
    list-style: none;
    position: absolute;
    background-color:#FBF6F3;

    width:100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;

}
.servicepanel>.servicepanel-content nav>ul.secondary>li {
    display: table-cell;
    float: none;
    border: 0;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 14px;
    color: #737373;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;

}
.servicepanel>.servicepanel-content nav>ul.secondary>li:hover {
    cursor:pointer;
}
.servicepanel>.servicepanel-content nav>ul.secondary>li.active {
    color: #FBF6F3;
}

.servicecell
{
    padding: 2%;
    margin-right: 20%;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    color: black;
    font-size: 10pt;
    margin-left: -35px;
}
.servicecell:hover
{

    background: #E7DBDB;
    cursor: pointer;
}


/* FOR PANELS  */

.panelheader {
    font-size: 13pt;
    margin-bottom: 20px;
    color: #FFF;
    background-color: #f49687;}

input.active-pink  {
    background: #f49687;
    border: #ffffff;
    border-bottom: 1px solid #fbfffd66;
    font-size: 10pt;
    font-style: italic;
    padding: 10px 0px;
    /* margin-left: 0px; */
    width: 288px;
}

input.active-pink:focus  {
    background-color: #f49687;
    border: none;
    border-bottom: 1px solid #eefff8;
}

.loader-panel {
    position: fixed;
    bottom: 0;
    right: 166px;
}

.show-more{
    float: right;
    padding-bottom: 10px;
}

::placeholder{
    color: rgba(255,255,255,0.5);
}

/* LABEL */
.separator{
    height: 1px;
    width: 100%;
    background-color: #9d7a74;
    margin: 20px 0px;
}


.label-counter {
    display: inline;
    font-size: 11px;
    height: 18px;
    min-width: 18px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    position: absolute;
    top: -1px;
    right: -5px;
    border-radius: 100%;
    font-weight: 100;
    box-shadow: 0 1px 0 #FFF;
}

.label-danger {
    background-color: #FE0000;
}

.label-success {
    background-color: #27c24c;
}

.label-primary {
    background-color: #5d9cec;
}

.label-warning {
    background-color: #ff902b;
}

/*********************************
 **  DROPZONE QUEUE FILE PROCESS
 *********************************/
#dz-container {
    width: 210px;
    padding:0 20px;
    position: fixed;
    top: 0px;
    right: 20px;
    /* box-shadow: 0 0 38px rgba(0, 0, 0, 0.5); */
    max-height: 100%;
    overflow: visible;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5000;/*
    overflow-y:hidden;
    overflow-x:hidden;*/
}
#dz-container::-webkit-scrollbar {
    display: none;
}


#dz-container .dz-preview {
    position: relative;
    width: 170px;

    background-color: #EFE2E2;

    -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 7px 10px 0  rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 7px 10px 0   rgba(0, 0, 0, 0.5);
    box-shadow: 0 7px 10px 0  rgba(0, 0, 0, 0.5);

    /*filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=10);*/

    padding: 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #cecece;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    margin-top: 5px;
    margin-bottom:20px;
}



#dz-container .dz-details {
    position: relative;
    z-index: 20;
    box-sizing: border-box;
    text-overflow: ellipsis;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    color: #856664;
}

#dz-container .dz-remove{
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 8px;
    color: #FD2C2F;
    text-shadow: 0 1px 0 #FFF;
    font-size: 20px;
    cursor: pointer;
}
#dz-container .dz-wait{
    text-align: center;
    font-size: 11px;
    color: rgba(0,0,0,0.3);
    margin-top: 5px;
}



#dz-container .dz-progress-circle{
    width: 64px;
    height: 64px;
    margin: 0px auto;
    position: relative;
}

#dz-container .dz-progress-circle .progressbar-text{
    color:#866868!important;
    font-size:10px
}

/*********************************
 **  TOOLTIPSTER
 *********************************/

.pack-label {
    background-color: #cecece;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 20px;
    vertical-align: top;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-app-customized .tooltipster-box {
    border-radius: 0px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-app-customized .tooltipster-content {
    /*color: blue;*/
    padding: 6px 8px 6px 8px;
}
.pack-label.pack-label-xs{
    padding: 1px 5px;
    font-size: 12px;

}



.card {
    background-color: #fff;
    padding: 0 10px;
    border: 2px solid #d0d0d0;
}

.mb-lg {
    margin-bottom: 20px;
}

.card-block {
    position: relative;
}

.card-block .price-saving {
    position: absolute;
    background-color: #42c56b;
    color: #fff;
    padding: 0.1em 0.8em;
    font-size: 9px;
    right: -10px;
    top: -24px;

}


table.recovery {
    border-spacing: 0px;
    border-collapse: separate;
}

table.recovery th, table.recovery tbody td, table.recovery tfoot td {
    padding: 7px;
    font-weight: 100;
}

table.recovery th, table.recovery td {
    border: none;
}

table.recovery tbody td {
    border-bottom: solid 1px #F1F2F3;
    background-color: #F9FAFB;
}

table.recovery tbody tr.selected td {
    border-bottom: solid 1px #F1F2F3;
    background-color: white;
    color: #2E2E30;
}

table.recovery tbody td:first-child {
    border-left: solid 1px #F1F2F3;
}

table.recovery tbody td, table.recovery tfoot td {
    text-align: center;
}

table.recovery th.after-recovery {
    background-color: #E1BDB8;
}

table.recovery tbody tr td.after-recovery, table.recovery tbody tr.selected td.after-recovery {
    background-color: #F3EEED;
}

table.recovery tfoot td.total {
    background-color: #D9DADB;
    color: #2E2E30;
}

table.recovery tfoot td.total-recovered {
    background-color: rgba(217, 218, 219, 0.4);
    color: #2E2E30;
}

table.recovery tfoot td.after-recovery {
    background-color: #EAD6D3;
    color: #2E2E30;
}



.filter-nav{
    border:solid 1px #d7d7d7;
    border-radius:5px;
    margin: 15px 0;
    display: flex;
    height: 30px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-nav .divider{
    height:100%;
    width:1px;
    background-color:#d7d7d7;
}

ul.filter-list{
    display: flex;
    padding: 0;
    margin: 0;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}
li.filter-item{
    color: #aaaaaa;
    cursor: pointer;
    padding: 0 8px;
    list-style: none;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
li.filter-item:hover{
    color: #6c6c6c;
}
li.filter-item.active{
    color:#2a9cce;
}


.dropdown{
    position: relative;
    display: flex;
    align-items: center;
}

.dropdown-btn{
    font-size: 11px;
    color: #999;
    text-shadow: 0px 1px 0px #FFF;
    -webkit-font-smoothing: antialiased;
    padding: 0 10px;
}

.dropdown-menu{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    min-width: 160px;
    margin: 0;
    font-size: 1rem;
    color: #707070;
    text-align: left;
    padding: 10px 0px;
    box-sizing: border-box;
    background-color: #f3f4f5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 5px 10px 0px rgba(0,0,0, 0.4);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0, 0.4);
    -o-box-shadow: 0 5px 10px 0px rgba(0,0,0, 0.4);
    box-shadow: 0 5px 10px 0px rgba(0,0,0, 0.4);
}
.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    background: 0 0;
    font-size: 12px;
    border: 0;
    text-decoration: none;
    position: relative;
    padding: 4px 7px;
    min-width: 150px;
    color: #999;
    cursor: pointer;
    white-space: nowrap;
    text-align: left;
    text-shadow: 0 1px 0 #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.dropdown-item:hover{
    color: #33B6E0;
    background-color: #E7E7E7;
}

.dropdown:hover .dropdown-menu{
    display:block;
}




.validation-invoice-number{
    background-color: #eb835e;
    color: #000;
    font-weight: 800;
    padding: 3px;
    font-size: 14px;
}


.invoice-date.validation{
    background-color: #eb835e;
    color: #000;
    font-weight: 800;
    padding: 3px;
    font-size: 14px;
}

.validate-invoice{
    position: absolute;
    top: 450px;
    transform: translate(100%,0);
    right: -1px;

}

.validate-invoice .btn-validate-invoice{
    background-color: #eb835e;
    color: #FFF;
    text-align: center;
    padding: 5px 10px;
    cursor:pointer;
}

.validate-invoice .btn-validate-invoice em{
    border: solid 1px #FFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    /* width: 120px; */
    /* height: 30px; */
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    padding: 6px;
}

.validate-invoice .modul-validate-invoice{
    width:160px;
    display:none;
}

.validate-invoice .modul-validate-invoice .modul-date-invoice{
    width:100%;
    background-color: #eb835e;
    color:#FFF;
    font-size: 14px;
    padding: 5px 10px;
}

.validate-invoice .modul-validate-invoice .modul-date-invoice label{
    display: inline-block;
    width: 100px;
    font-weight: 800;
    font-size: 13px;
    color: #000;
    text-align:right;
}

.validate-invoice .modul-validate-invoice .modul-date-invoice input.date_picker{
    /*width: 100px;*/
    /*text-align: right;*/
    /*background-color: transparent;*/
    /*border: none;*/
    /*box-sizing: border-box;*/
    /*font-weight: 800;*/
    /*font-size: 13px;*/
    /*color: #000;*/

    width: 100%;
    text-align: center;
    background-color: #ffffff94;
    border: solid 1px #989898;
    box-sizing: border-box;
    font-weight: 800;
    font-size: 13px;
    color: #000;
}


.validate-invoice .modul-validate-invoice .modul-date-invoice ul{
    list-style:none;
    padding:0;
}

.validate-invoice .modul-validate-invoice .modul-btn-validation{
    width: 100%;
    background-color: #eb835e;
    color: #FFF;
    text-align: center;
    padding: 25px 10px;
    margin-top: 1px;
    font-size: 18px;
    cursor:pointer;
}

.validate-invoice .modul-validate-invoice .modul-btn-validation em{
    text-align: center;
    line-height: 60px;
    font-size: 70px;
    padding: 15px;
}

#support-email-container {
    position: fixed;
    right: 10px;
    bottom: 5px;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

#ged-filter-btn {
    position:absolute;
    top: 50%;
    margin-top: -9px;
    font-size: 16px;
    left: -26px;
    cursor: pointer;
}

#ged-filter-btn em.ft-ic-classeur[data-filter=off] {
    color:#B5B5B5;
}

#ged-filter-btn em.ft-ic-classeur[data-filter=with] {
    color:#3CAED7;
}

#ged-filter-btn em.ft-ic-classeur[data-filter=without] {
    color:white;
}

 .button-pay {
    width: 202px;
    height: 80px;
    background-image: url(/images/pay-buttons.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

 .button-pay.stripe:hover {
    background-position-y: -440px;
}

 .button-pay.gocardless {
    background-position-y: -110px;
}

 .button-pay.gocardless:hover {
    background-position-y: -550px;
}

 .button-pay.fintecture {
    background-position-y: -330px;
}

 .button-pay.fintecture:hover {
    background-position-y: -770px;
}

 .button-pay.paypal {
    background-position-y: -220px;
}

 .button-pay.paypal:hover {
    background-position-y: -660px;
}

.button-ok-rounded {
    height: 32px !important;
    height: 46px;
    float:right;
    padding: 14px 10px 0px 60px;
    font-family:Arial, Helvetica, sans-serif;
    color: #33a6e2;
    font-size: 14px;
    text-align: left;
    background-image: url(/images/button-ok-rounded.png);
    background-color:#F2F3F4;
    background-repeat: no-repeat;
    background-position:top left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor:pointer;
    margin-top:10px;
    -webkit-transition: all 0.3s ease-out;
}
.button-ok-rounded:hover {
    background-position:bottom left;
    background-color:#E7E8EB;
}

#pig-counter {
    display: inline-block;
    min-width: 33px;
    height: 33px;
    padding: 0;
    margin: 0;
    border-spacing : 0;
    position: relative;
    top: -74px;
    left: -150px;
}

#pig-counter table {
    padding: 0;
    margin: 0;
    border-spacing : 0;
}

#pig-counter td.left {
    width: 20px;
    height: 33px;
    background-image: url(/images/pig-bubble-left.png);
    background-repeat: no-repeat;
}

#pig-counter td {
    padding: 0;
}

#pig-counter td.middle {
    height: 33px;
    background-image: url(/images/pig-bubble-middle.png);
    background-repeat: repeat-x;
}

#pig-counter td.middle div {
    color: rgba(0,0,0,0.6);
    padding-top: 2px;
}

#pig-counter td.right {
    width: 10px;
    height: 33px;
    background-image: url(/images/pig-bubble-right.png);
    background-repeat: no-repeat;
}

#pig-counter div.withoutvat {
    text-align: right;
    color: #aaaaaa;
    font-size: 10px;
    padding-right: 12px;
    padding-top: 1px;
}

.header-contact-panel .ft-add:before  {
    color: white;
}

.header-service-panel .ft-add:before  {
    color: white;
}

.mini-link{
    color: #95d351;
    font-size: 11px;
    text-decoration: none;
}
.mini-link:hover{
    color: #666;
}

.sweet-alert h2 {
    line-height: normal !important;
    margin-bottom: 30px !important;
}

.contactPanel-btn {
    background-color: white;
    border: solid 1px #e2867a;
    color: #e2867a;
    cursor: pointer;
    font-weight: 500;
}

.contactPanel-btn:active, .contactPanel-btn:focus {
    outline: 0;
}

.panel-heading i.icon-status{
    font-size: 12px;
    margin-top: -7px;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -ms-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
}

.watermark_factice {
    margin-left: 84px;
    transform: rotate(-45deg);
    transform-origin: left;
    color: rgba(0,0,0,0.04);
    font-family: helvetica, arial;
    font-size: 123px;
    position: absolute;
    margin-top: 526px;
    font-weight: 900;
}

i.icon-status.ft-ic-up {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: rotate(90deg);
}
i.icon-status.ft-ic-down {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: rotate(0deg);
}

div.service-category-actions {
    display: inline-block;
    margin-left: 10px;
}

div.service_category_combo {
    display: inline-block;
    width: 170px;
}

div.service_category_combo select {
    background-color: #EEE;
    color: #555;
    font-size: 11px;
    width: 100%;
    height: 30px;
}
