#container.navbar-fixed>#navbar {
    position: fixed;
    z-index: 999;
}

.alert-login{
    color: #a94442 !important;
    padding: 0 !important;
    font-weight: bold;
}


.dataTables_filter, .dataTables_paginate {
    text-align: right;
}

.checkboxLeads{
    width: 16px !important;
    height: 16px !important;
}

.leadActions{
    /*display: none;*/
    background-color: #0ebcf2;
    border-radius: 5px;
    width: 400px;
    height: calc(100% - 160px);
    position: fixed;
    bottom: 15px;
    right: -420px;
    z-index: 99;
    transition: all 0.5s;
    padding: 15px;
    text-align: center;
    color: #fff;
}

.leadActions h1{
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.leadActions div{
    text-align: left;
    line-height: 14px;
}

.leadActions .bootstrap-select{
    width: 84% !important;
}

.leadActions .btn{}
.leadActions .del{margin-top: 10px; float: left;  width: 100%;}
.leadActions .del .btn{margin-top: -5px;}


div.tooltip-inner {
    max-width: 300px !important;
    width: 300px !important;
    text-align: left;
}

.pageheader h3 span{font-size: 15px;font-weight: normal;cursor: pointer}


body.modal-open .background-container{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

.modal-backdrop {
    background-color: rgba(45,62,80,0.79);
}

.modal-dialog {
    max-width: 1050px;
    width: 1050px !important;
}

.modal-header{
    background-color: #6a78d1;
    padding: 20px 30px;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-body {
    position: relative;
    padding: 30px 30px;
}

.modal-header h4{
    font-weight: 700 !important;
    font-family: Roboto, 'Open Sans', Arial, sans-serif !important;
}

.modal-content{
    border: none !important;
    border-radius: 5px !important;
}

.modal-header .close {
    text-shadow: none;
    margin-top: 0px;
    margin-right: 5px;
    color: #fff !important;
    opacity: 1;
    transition: all 250ms;
    width: 35px;
    height: 35px;
    padding: 6px;
}

.modal-header .close:hover{
    background-color: rgba(255,255,255,0.1) !important;
    border-radius: 50px;
}

.modal-body .form{
    border: 1px solid #cbd6e2;
    width: 100%;
}

.modal-body #templates.form .row{
    padding: 10px 0px;
    border-bottom: 1px solid #cbd6e2;
    margin: 0;
    color: #33475b;
}

.modal-body #templates.form .row input{
    border: none;
    width: 100%;
    outline: none;
}

.modal-body .form .row .fa{
    margin-left: 5px;
    margin-right: 5px;
    color: #7c98b6;
}

#message{
    padding: 0;
    margin: 0;
}

#message.row{
    padding: 0;
    margin: 0;
    border: 0px;
}

#message.row .col-md-12{
    padding: 0px;
}

.mce-panel {
    border: none !important;
    background-color: #f0f0f0;
}

.mce-floatpanel{
    border: 1px solid rgba(0,0,0,0.15) !important;
}

.dropmenu{
    cursor: pointer;
}

.dropmenu b{
    color: #0091ae;
    font-weight: normal;
}
.dropmenu b:hover{
    text-decoration: underline;
}

.dropmenuContent{
    border: 1px solid #cbd6e2;
    box-shadow: 0 1px 24px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    position: absolute;
    width: 110%;
    z-index: 100;
    background: #fff;
    left: -5%;
    top: 35px;
    transition: all 0.3s;
    display: none;
}
.dropmenuContent:after, .dropmenuContent:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropmenuContent:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.dropmenuContent:before {
    border-color: rgba(203, 214, 226, 0);
    border-bottom-color: #cbd6e2;
    border-width: 11px;
    margin-left: -11px;
}

.dropmenuContent ul{
    margin: 10px 0px;
    padding: 0px;
}

.dropmenu ul li{
    list-style-type: none;
    padding: 10px;
    height: 40px;
}

.EmailTemplate .dropmenu ul li{
    padding: 0px !important;
}

.EmailTemplate .dropmenu ul li span{
    padding: 10px;
}

.dropmenu ul li span{
    width: 20px;
    text-align: center;
}

.dropmenu ul li:hover{
    background: #e5f5f8;
}

.labelModalErr{
    color: red;
}

.labelModalInputErr{
    border:1px solid red;
}

.editTemplate, .delTemplate{
    cursor: pointer;
}

.paneladd .panel-heading span{
    opacity: 0;
    transition: all 0.3s;
    margin-right: 25px;
    margin-top: -32px;
    font-size: 13px;
    float: right;
}

.paneladd:hover .panel-heading span{
    opacity: 1;
    cursor: pointer;
}

.bootstrap-select .btn:focus {
    outline: none !important;
}

.fa-spin{
    color: #999999;
    font-size: 30px !important;
    margin-right: auto;
    margin-left: auto;
    display: table !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.panelRight .table table .fa{
    color: #999999;
}

.panelRight .table .fa-edit, .panelRight .table .fa-trash, .panelRight .table .fa-euro, .pad-btm .fa{
    float: right;
    display: none;
    opacity: 0;
    transition: all 0.3s;
    margin-left: 10px;
    color: #999999;
    cursor: pointer;
}

.panelRight .table tr:hover .fa-edit, .panelRight .table tr:hover .fa-trash, .panelRight .table tr:hover .fa-euro, .panel-body.np:hover .fa{
    display: block;
    opacity: 1;
}

.panelRight .table tr:hover .fa-edit:hover, .panelRight .table tr:hover .fa-trash:hover, .panelRight .table tr:hover .fa-euro:hover{
    color: #515151;
}

.equipement .col-sm-3{
    margin-bottom: 10px;
    margin-top: 5px;
}
.services{
    color: #666666;
    font-size: 12px;
    text-align: justify;
}

.tab-notes .tab-content {
    background-color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: none;
    padding: 0;
}

.tab-base {
    margin-bottom: 0px;
}

.submitNote{
    border-top: 1px solid #ebeff2;
    height: 55px;
    padding: 10px 20px;
}

.submitNote button{
    float: right;
}

.submitNote .annuler{    margin-right: 20px;}

.color{
    width: 25px;
    height: 25px;
    border-radius: 50px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.current{
    width: 30px;
    height: 30px;
    margin-top: 0px;
}

.vert{background-color: #50c7a7 !important}
.orange{background-color: #f76c51 !important}
.bleuc{background-color: #00c7f7 !important}
.bleu{background-color: royalblue !important}
.rose{background-color: #C318EE !important}
.noir{background-color: #000000 !important}
.jaune{background-color: #ffcc00 !important}
.rouge{background-color: #990000 !important}

.violetapp{background-color: #9966ff !important}
.jauneapp{background-color: #ffcc66 !important}
.vertapp{background-color: #00cc00 !important}
.roseapp{background-color: #ff3366 !important}

.violetappag{border:1px solid #9966ff !important;border-left:4px solid #9966ff !important; border-right:4px solid #9966ff !important;color:#333 !important;}
.jauneappag{ border:1px solid #ffcc66 !important;border-left:4px solid #ffcc66 !important; border-right:4px solid #ffcc66 !important;color:#333 !important;}
.vertappag{ border:1px solid #00cc00 !important;border-left:4px solid #00cc00 !important; border-right:4px solid #00cc00 !important;color:#333 !important;}
.roseappag{border:1px solid #ff3366 !important;border-left:4px solid #ff3366 !important; border-right:4px solid #ff3366 !important;color:#333 !important;}
.grisappag{border:1px solid #666 !important;border-left:4px solid #666 !important; border-right:4px solid #666 !important;color:#333 !important;}

.etiquette{
    display: inline;
    margin-right: 5px;
    padding: 1px 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
}

.gris, .grisapp{background-color: lightgrey !important}
.other{display: none}

.timeline-label .contentNote{
    margin-top: 10px;
}

.addNotes .fa, .sendEmail .fa, .sendSms .fa, .sendAppel .fa{
    color: #fff;
    font-size: 14px !important;
    margin: 3px;
}

.timeline-label .fa-edit,.timeline-label .fa-trash{
    float: right;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0;
    color: #999;
    font-size: 14px;
}

.timeline-label .fa-phone{
    float: left;
    opacity: 1;
    padding-top: 4px;
    margin-left: 0;
    margin-right: 5px;
}

.timeline-label .etatAppel{
    opacity: 0;
    transition: all 0.3s;
}

.timeline-label:hover .etatAppel{
    opacity: 1;
}

.timeline-label .addAppel .etatAppel{
    opacity: 1;
}

.timeline-label:hover .fa{
    opacity: 1;
}

.timeline-label:hover .fa:hover{
    color: #666;
}

.deleteNote, .editNote{
    width: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,0.7);
    display: none;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-size: 18px;
    line-height: 34px;
}

.editNote{
    background-color: transparent;
    padding-top: 0px;
}


.editNote .addAppel{
    line-height: 20px;
    font-size: 14px;
}

.addAppel{
    background-color: white;
}

.timeline-label .editNote{
    margin-top: -10px;
    margin-left: -10px;
    width: 100%;
    position: absolute;
}

.deleteNote{
    position: absolute;
    margin-left: -10px;
    margin-top: -10px;
    height: 100%;
}

.deleteNote .oui, .deleteNote .non{
    background-color: #0ebcf2;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.deleteNote .non{
    color:#333;
    background-color: lightgrey;
}
.fieldNote{
    min-height: 40px;
}

.fieldNote span{
    padding: 10px;
    color: #666;
    float: left;
    font-style: italic;
    width: 100%;
    transition: all 0.3s;
}

.emailContainer{
    min-height: 476px;
}

.EmailTemplate, .EmailDestinataires, .EmailSujet{
    width: 100%;
    min-height: 45px;
    border-bottom: 1px solid #eee;
    padding: 12px 15px;
    color: #666666;
}

.EmailTemplate .dropmenu{
    display: inline;
    margin-left: 15px;
}

.EmailTemplate .dropmenu b{
    margin-right: 10px;
}

.EmailTemplate .dropmenu .fa-caret-down{
    color: #0091ae;
}

.EmailTemplate .dropmenu .dropmenuContent, .EmailDestinataires .dropmenu .dropmenuContent{
    border: 1px solid #cbd6e2;
    box-shadow: 0 1px 24px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    position: absolute;
    width: 350px;
    z-index: 100;
    background: #fff;
    left: 30px;
    top: 90px;
    transition: all 0.3s;
}

.EmailTemplate .dropmenu ul li span{
    width: 100%;
    position: relative;
    float: left;
    text-align: left;
}

.EmailSujet input{
    border: none;
    outline: none;
    color: #333333;
    font-weight: bold;
}

.destContact, .destContactPlus{
    display: inline;
    margin-left: 15px;
    background-color: lavender;
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 15px;
}

.destContactPlus{
    cursor: pointer;
}

.destContactPlus .btn{
    padding: 0;
    background-color: transparent;
    font-size: 12px;
}

.destContactPlus .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.destContact .fa-times-circle, .destContactPlus .fa-plus-circle{
    margin-left: 5px;
    cursor: pointer;
    font-size: 14px;
}

.emailError{
    float: left;
    padding-top: 5px;
    color: red;
}

.qualification .bootstrap-select.form-control:not([class*=col-]) {
    width: 80%;
}

.qualification .fa-check, .qualification .fa-plus{
    margin-left: 5px;
    cursor: pointer;
    color: green;
    opacity: 0.4;
    transition: all 0.3s;
    font-size: 18px;
}

.qualification .fa-check:hover, .qualification .fa-plus:hover{
    opacity: 1;
}

.ui-widget.ui-widget-content {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #cbd6e2 !important;
    border-radius: 0.1875rem;
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.08);
    width: 300px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid transparent !important;
    font-weight: normal;
    color: #454545;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: Roboto;
}

.iconAppel{
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 40px;
    height: 33px;
    display: inline;
    float: left;
}

#dateAppel{
    height: 33px;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0px;
    float: left;
    width: 105px;
}

.time .btn {
    margin-left: 0px !important;
    float: left;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0px;
}

#note, #heure, .etatAppel, .important{
    width: 350px;
    height: 33px;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0px;
    float: left;
    font-weight: normal;
}

#note{
    margin-right: 10px;
}

#heure{
    width: 80px;
    font-weight: bold;
}

#timeline{
    padding: 10px 20px;
}

.etatAppel, .important{
    width: 100px;
    text-align: center;
    padding-top: 6px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #ccc;
    margin-left: 5px;
    cursor: pointer;
    background: #e4e4e4;
    transition: all 0.3s;
    margin-top: 10px;
}

.etatAppelActif{
    background-color: #50c7a7;
    color: #fff;
    font-weight: bold;
}

#important{
    width: 120px;
    margin-left: 15px;
}

.importantActif{
    background-color: #f14361;
    color: #fff;
    font-weight: bold;
}

.txtimportant{
    color: #f14361;
}

#appel_action_par, select#appel_commercial{
    width: 300px;
    float: left;
    margin-left: 15px;
}

.noteHeader{
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    float: left;
    padding-bottom: 5px;
}

.noteHeader img{
    float: left;
}

.noteDetails{
    float: left;
    margin-left: 10px;
    line-height: 17px;
}

.noteDate{
    font-size: 12px;
}

.appelTblDetails{
    font-size: 12px;
}

.appelTblDetails b{
    font-size: 14px;
}

.formulaire tr:not(:last-child) td:first-child{
    border-bottom: 1px solid #eee;
    height: 30px;
}

.createDevis{
    width: 125px;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    margin-left: 5px;
    cursor: pointer;
    background-color: #f14361;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
    float: right;
    opacity: 0;
}

.createDevisPlus, .createContratPlus, .createDocument{
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 5px;
    border-radius: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #f14361;
    color: #fff;
    transition: all 0.3s;
    float: right;
    font-size: 27px;
}

.timeline-entry:hover .createDevis{
    opacity: 1;
}

.timeline-entry:hover .createDevis:hover{
    background-color: #d73350;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.35) !important;
}

.form-group-header{
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 7px;
    padding-left: 15px;
    background-color: #f7f7f7;
}

#devis textarea{

    width: 100%;
    height: 85px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#devis .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.tableDevis{
    width: 95%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}

.tableDevis .Head td:not(:last-child), .tableDevis .subHead td:not(:last-child), .tableDevis .line td:not(:last-child), .head{
    text-align: center;
    height: 35px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.tableDevis .subHead td{
    background-color: #eee;
}

.tableDevis .line td:not(:last-child){
    font-weight: normal;
}

.tableDevis .line{
    height: 40px;
}

.tableDevis tr:not(:last-child){
    border-bottom: 1px solid #eee;
}

.tableDevis .fa{
    margin-left: 10px;
    transition: all 0.3s;
    font-size: 16px;
    opacity: 0;
    color:#999999;
    cursor: pointer;
}

.tableDevis .fa-eye{
    opacity: 1;
    margin-left: 0px;
}

.tableDevis tr:hover .fa{
    opacity: 1;
}

.tableDevis tr:hover .fa:hover{
    color:#0ebcf2;
}

.tableDevis tr:hover:not(:first-child){
    background-color: #feffe9;
}

.tableDevis div.tooltip-inner {
    max-width: auto !important;
    width: auto !important;
    text-align: center !important;
}

#searchcdf{
    margin-top: 15px;
    margin-left: 20px;
    border-radius: 5px;
    border: none;
    height: 25px;
    outline: none;
    width: 200px;
    padding-left: 25px;
    color: #666666;
    transition: all 0.6s;
}

.navbar-top-links .fa-search{
    color: #d9d9d9;
    margin-left: 30px;
    margin-right: -39px;
    margin-top: 20px;
    float: left;
}

.resultSearch{
    width: 800px;
    height: 350px;
    position: fixed;
    background: #ffffff;
    top: -350px;
    left: 23px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    transition: all 0.6s;
    z-index: 15;
    max-height: 350px;overflow:hidden;
}

.resultSearch div.result {
    padding: 5px 10px;
    font-weight: bold;
    background-color: #f6f6f6;
    border-bottom: 1px solid #d0d0d0;
}

.resultSearch ul{
    padding: 0;
}

.resultSearch li{
    list-style-type: none;
    padding: 8px 10px;
    height: 36px;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer;
}

.resultSearch li:hover{
    background-color: #fffde8;
}

.resultSearch li div{
    float: left;
}

.resultSearch li div .fa{
    transition: all 0.6s;
    opacity: 0;
}


.resultSearch li:hover div .fa{
    opacity: 0.8;
}

.mCSB_inside>.mCSB_container {
    margin-right: 5px !important;
}

.mCSB_scrollTools {
    width: 5px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0ebcf2 !important;
}

.tab-client .filter{
    float: right;
    z-index: 10;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: -30px;
}

.ui-autocomplete{
    z-index: 99999 !important;
}


.callBack {
    display: inline;
    margin-left: 5px;
}

.callBack img {
    max-height: 25px;
    vertical-align: middle;
    margin-top: -5px;
    cursor: pointer;
}

.nonfait{
    background-color: #feffa7 !important;
}

.etiquette{
    font-size:10px;
    color:#fff;
    border-radius:5px;
    padding:2px 5px;
}

.companyName{
    font-size: 22px !important;
    color: #343434 !important;
    letter-spacing: -.5px !important;
    font-weight:bold !important;
}

.resacontrol span{
    font-size:25px;
    margin-right:12px;
    padding: 0px 5px;
    cursor:pointer;
}

.Resaactive{
    border:1px solid #999999;
    border-radius:5px;
    background-color:#dadada;
}

.createclient{
    width: 30px;
    text-align: center;
    padding: 5px;
    border-radius: 50px;
    cursor: pointer;
    background-color: #f14361;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
    float: right;
    opacity: 0;
    float:right;
    margin-top:-5px;
    font-size:15px;
}

li:hover .createclient{
    opacity: 1;
}

.modal .col-sm-4 .timeline-label{
    margin-left:0px !important;
}

.modal .col-sm-4 .timeline-label .contentNote{
    font-size:11px;
}

.modal .col-sm-4 .timeline-entry{
    margin-bottom:10px;
}

.sousDos{
    width: 305px;
    height: 75px;
    float: left;
    border-radius: 5px;
    border: 1px solid #999;
    text-align: center;
    padding: 5px;
    position: absolute;
    z-index: 5;
    top: 60px;
    right: 70px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    display:none;
}

.CreerSsdos{
    border-radius: 5px;
    background: green;
    color: #fff;
    text-align: center;
    margin-left: 35px;
    padding: 5px;
    margin-top: 5px;
    float: left;
    cursor:pointer;
}

.AnnulerssDos{
    border-radius: 5px;
    background: grey;
    color:white;
    text-align: center;
    margin-left: 15px;
    padding: 5px;
    margin-top: 5px;
    float: left;
    cursor:pointer;
}

.panel-body.searchRes .titleResult{
    font-size:18px;
    font-weight:bold;
    background-color:#f3f3f3;
    padding:10px;
    float: left;
    width: 100%;
}

.panel-body.searchRes ul li{
    list-style-type:none;
    line-height: 30px;
}

.panel-body.searchRes ul li:hover{
    background-color:#f8f8f8;
}

.panel-body.searchRes ul li div{
    display:inline;
    margin-left:15px;

}

.img_preview {
width: 300px;
position: relative;
display: none;
}
img#img_preview {
width: 100%;
}
.overlay{
position: absolute;
width: 100%;
height: 100%;
}
.im_progress {
position: absolute;
width: 100%;
height: 100%;
background: #000;
opacity: 0.5;
}
.loader_img{
position: absolute;
top: 50%;
left: 50%;
}

.detailsTarifs{
	background-color:#e6f2ff !important;
}

.thead-dark{
	color:#fff;
	background-color:#666;
}

.errorCH{
	border:1px solid red !important;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
	text-align:center;
}

.total{
	    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color: #ff8287;
    color: #fff;
    margin-top: 9px;
    padding: 5px;
}

#blocResults .tooltip{
	line-height:1.1;
}

#blocResults .tooltip-inner {
	padding-top:15px;
    max-width: 450px !important;
    /* If max-width does not work, try using width instead */
    width: 450px !important;
}

.nbrCart{
	font-size: 11px;
    background-color: #dadada;
    color: #505050;
    padding: 3px;
    min-width: 25px;
    position: relative;
    border-radius: 3px;
    float: right;
    text-align: center;
	transition:all 0.2s
}

#mainnav-menu a:hover .nbrCart{
	background-color: #0ebcf2;
	color:#fff;
}

.newLead{
	background-color: #f0300b;
    color: #fff;
    float: right;
    width: 40px;
    text-align: center;
    padding: 2px;
    border-radius: 3px;
	margin-right: 10px;
	opacity:0;
	transition:0.3s
}
