/*Write your custom css in this file.*/

*:focus {
    outline: none;
   }
.clear{clear:both}
.uppercased {
    text-transform: uppercase;
}
.btn-small{
    font-size: 12px;
    padding: 2px 11px;
    text-decoration: none !important;
}
.btn-statchart,
.btn-mosts,
.btn-mosts_type,
.btn-heatmap{
    margin:0;
    outline: 0;
    background: #fff;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-right: 0;
    float: left;
    font-size: 11px;
}
.btn-statchart.active,
.btn-mosts.active,
.btn-mosts_type.active,
.btn-heatmap.active{
    color: #fff;
    background: #333;
}
.btn-statchart:last-child,
.btn-mosts:last-child,
.btn-mosts_type:last-child,
.btn-heatmap:last-child{
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #c5c5c5;
}
.btn-statchart:first-child,
.btn-mosts:first-child,
.btn-mosts_type:first-child,
.btn-heatmap:first-child{
    border-radius: 3px 0 0 3px;
}
.btn-new-offer {
    position:relative;
}
.btn-new-offer a {
    position:relative;
    float: left;
    margin: 0px !important;
    margin-top: 10px !important;
}
.btn-new-offer a.btn-default{
    margin-left: 10px;
}
.btn-new-offer a.btn-arrow{
    color: #333 !important;
    border-color: #e2e4e7 !important;
    border-left: 0;
    margin-left: -2px !important;
    width: 34px;
    margin-right:10px !important;
}
.menu-new-offer{
    position: absolute;
    background: #fff;
    box-shadow: 0 0 5px #919191;
    top: 50px;
    width: 200px;
    z-index: 9;
}
.menu-new-offer ul{
    margin:0;
    padding:0;
}
.menu-new-offer ul li{
    width:100%;
    text-align: left;
    float: left !important;
}
.menu-new-offer #offer_type{
    width: 90%;
    margin-left: 10px;
}
.menu-new-offer ul li:not(.list_page_to_print) label,
.menu-new-offer ul li.split_li{
    display: block;
    background: #333;
    color: #fff;
    padding: 2px 10px;
    width: 100%;
}
.menu-new-offer ul li.list_page_to_print{
    padding: 5px 10px 0;
    border-bottom: 1px solid #dfdfdf;
}
.menu-new-offer ul li.list_page_to_print label{
    width: 160px;
}
.menu-new-offer ul li.split_li{
    margin-top:10px;
}
#listing_menu.panel{
}
#listing_menu.panel ul{
    margin:0;
    padding:0;
    list-style-type: none;
}
#listing_menu.panel ul li{
    padding:20px 15px;
    cursor:pointer;
    border-bottom: 1px solid #d7d7d7;
}
#listing_menu.panel ul li:last-child{
    border-bottom: 0;
}
#listing_menu.panel ul li.selected,
#listing_menu.panel ul li.selected a{
    background: #383838;
    color: #fff;
}
#listing_menu.panel ul li a{
    color: #383838;
    font-weight: 800;
}
#listing_menu.panel ul li:hover:not(.selected):not(.negative){
    background: #c3c3c3;
}
#listing_menu.panel ul li.negative{
    opacity:0.5;
    cursor:no-drop;
}
#listing_menu.panel ul li a .counting{
        position: absolute;
    right: 35px;
    background: #e7e7e7;
    width: 25px;
    text-align: center;
    height: 25px;
    padding-top: 3px;
    border-radius: 100%;
    color: #505050;
}
#listing_menu.panel ul.search li.positive a .counting{
    background: #6fd544;
    color: #fff;
}
#listing_documents .panel{
    height: 287px;
    overflow: hidden;
    border:4px solid #fff;
}
#listing_documents .container_img{
    overflow: hidden;
    position: relative;
   width: 100% !important;
    height: 250px;
    display: block;
    text-align: center;
    float: left;
}

#listing_documents .container_img img{
    max-width:250px;
}
#listing_documents .container_img img.lazy {
    display: block;
}
#listing_documents .container_link{
    display: table;
    border-top: 2px solid #e5e9ec;
    float: left;
    width: 100%;
}
#listing_documents .container_link .btn-link{
display: table-cell;
    text-align: center;
    padding: 7px 0;
    color: #a5a5a5;
    border-right: 2px solid #e5e9ec;
}
#listing_documents .container_link .btn-link:hover{
    color: #333;
    background: #d5d5d5;
}
#listing_documents .container_link .btn-link:last-child{
    border-right: 2px solid transparent;
}
#container_library #listing_documents{
    position: relative !important;
    display: block !important;
    width: 100% !important;
    overflow-y: scroll !important;
    height: 2000px !important;
}
.container-zip{
    text-align: center;
}
.container-zip .btn-generated-zip i{
    font-size: 55px;
    display: block;
    padding: 25px 0;
}
#listing_documents .no_docs{
    width:65%;
    text-align: center;
    font-size: 25px;
    color: #b1bcc1;
}
#listing_documents .no_docs i{
    font-size: 45px;
    display:block;
}
#listing_documents .col-filter{
    margin:0 0 15px;
}
#listing_documents .col-filter .btn{
    margin:0 10px 0 0;
}
#listing_documents .col-filter > .btn.btn-filter{
    float:right;
}
.mobile #listing_documents .col-xs-12{
    width:100%;
}
.mobile #listing_documents .container_img {
    width: 90%;
}
.mobile #listing_documents .container_img img {
    max-width: inherit;
}
#listing_documents .check-box{display:none;}
#listing_documents.multiple .check-box {
    display: block;
    position: absolute;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 5px #33333345;
    width: auto;
    padding: 8px;
    border-radius: 20px;
    left: 0;
    top: -12px;
}
#listing_documents.multiple .check-box span {
    margin:0;
}
#listing_documents.multiple .panel:after{
    content: "";
    position: absolute;
    width: 95%;
    height: 95%;
    max-width: 275px;
    background: #ffffff59;
    top: 0%;
    left: 5%;
    cursor:pointer;
}
#listing_documents.multiple .panel.checked:after{
    background: #ffffff00;
}
#listing_documents.multiple .panel.checked{
    border:1px solid #3ebb5d;
    background: #f8fff3;
}
#listing_documents .doc-pdf i{
    font-size: 75px;
    color: #b1b1b1;
    display: block;
    margin: 70px 0 50px 0;
}
#listing_documents .doc-pdf span{
    color: #242424;
}

.form-group.separate{
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 16px;
}
.form-group.separate .masked:before{
    content: '';
    position: absolute;
    display: block;
    width: 98%;
    height: 100%;
    background: #ffffff8f;
    z-index: 9;
}
.form-group.separate .check-box{
    margin: 32px 0 0 10px;
    display: block;
}
.btn-multiple{
    margin:0 0 35px;
}
.multiple-btn{
    position: relative;
    background: #f7f7f7;
    color: #ccc;
    margin-left: 10px;
    margin-right: 5px;

}
.multiple-btn.btn.active:before{
    content: "";
    position: absolute;
    display: block;
    left: -11px;
    height: 44px;
    width: 1px;
    top: -6px;
    background: #ccc;
}
.multiple-btn.active{
        background: #333;
    color: #fff;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.multiple-btn.btn-close-multiple{
    background: transparent;
    color: #9d9d9d;
    font-size: 25px;
    padding: 0;
    margin-top: -2px;
    font-weight: 400;
    width: 33px;
    padding-right: 5px;
    text-align: center;
    margin: 0 0 0 11px;
    cursor:pointer;
}
.multiple-btn.btn-close-multiple:hover,
.multiple-btn.btn-close-multiple:focus{
    color: #333;
    background: transparent;
}
.multiple-menu{
    opacity:0;
    width: 0%;
    position:relative;
    height:44px;
    float: left;
    overflow:hidden;
    display:block;
    background: #fff;
    margin: 0 0 25px;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.multiple-menu.display{
    opacity:1;
    padding: 5px 5px;
    width: auto;
}
.multiple-menu .file-multiple-count{
    display:none;
}
.multiple-menu .file-multiple-count.display{
    display:block;
    color: #fff;
    background-color: #43a75b;
    border-color: #255625;
    padding: 2px 7px;
    margin: 6px 10px 0 6px;
    float: left;
}

.search-container{
    text-align: center;
    margin: 25px 0 35px;
}
.search-container label input {
    margin: 0;
    border-radius: 48px;
    font-size: 16px;
    width: 330px;
    padding: 0 17px;
    height: 51px;
    box-shadow: 0 9px 14px -8px #8c8c8c1f;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.search-container label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    position: relative;
}
.search-container label:after {
    margin-top: -15px;
    margin-left: -43px;
    content: "\f002";
    font-family: "FontAwesome";
    color: #f15c22;
    position: absolute;
    top: 50%;
    font-size: 25px;
    left: 100%;
    font-weight:400;
}
.form-customer .info_customer label{

}
.civility-radio input[type=radio]{
    float: left;
    position: unset;
    margin: 0 0 0 10px;
    width: 15px;
    padding: 0;
    height: 19px;
    position:inherit;
}
.civility-radio .radio-form{
    float:left;
}
.civility-radio .radio-form label{
    margin: 0;
    padding: 0 20px 0 5px;;
}
body.mobile .app-modal{
    position: fixed;
}
.bb0{border-bottom:0 !important;}
.bt0{border-top:0 !important;}
.bb-dark{border-bottom-color: #ccc !important;}
.w6p{width:6%;}
.w7p{width:7%;}
table.dataTable.forfait thead{
    display: none;
}
table.dataTable.forfait tbody{
    overflow-x: auto;
    display: table-caption;
    border-top: 1px solid #b9b9b9;
}
.modal_forfait_placement h3{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 19px;
    color: #333;
    letter-spacing: -.5px;
}
.modal_forfait_placement h3 span{
    font-size: 10px;
    color: #746a65;
    font-style:italic;
}
.modal_forfait_placement h4{
    font-size: 14px;
    letter-spacing: -.5px;
    font-style: italic;
    margin: -6px 0 5px 0;
    text-transform: capitalize;
}
.modal_forfait_placement h4 span{
    text-transform: lowercase;
}
.modal_forfait_placement .forfait_total,
.modal_forfait_placement .forfait_total input{
    text-align: right;
    background: transparent;
    border: none;
    font-size: 17px;
    font-weight: 800;
    color: #333;
}
.modal_forfait_placement .box_price .form-check-label{
    font-size:11px;
    font-weight:600;
}
.modal_forfait_placement .box_price.box_forfait_move .form-check-input{
    margin-top: 4px;
    margin-right: 4px;
    float: left;
}
.modal_forfait_placement .box_price.box_forfait_move .form-check-label{
}
.modal_forfait_placement .box_price .form-check{
    float:left;
    width:100%;
    padding-bottom:3px;
    padding-top:3px;
    border-top: 1px solid #919191;
    padding-left: 3px;
    padding-right: 3px;
    position:relative;
}
.modal_forfait_placement .box_price h4{
    min-height: 24px;
}
.modal_forfait_placement .box_price .container_box_forfait{
    max-height: 238px;
    overflow-y: auto;
}
.modal_forfait_placement .box_price .container_box_forfait.display_all{
    max-height: inherit;
    overflow-y: auto;
}
.modal_forfait_placement .box_price .little_link{
    font-size: 12px;
    color: #333;
    font-weight: 600;
    text-decoration: none !important;
    margin: 3px 0 0 0;
}
.modal_forfait_placement .box_price .little_link:hover{
    text-decoration: underline !important;
}
.modal_forfait_placement .box_price .title_search input{
    text-transform: uppercase;
    width: 100%;
    background: #ffffff5e;
    border: 1px solid #333;
    font-style: initial;
    font-size: 11px;
    height: 20px;
    font-weight: 600;
}
.modal_forfait_placement .box_price .title_search input.activated{
    border: 1px solid #ff7300;
}
.modal_forfait_placement .box_price .title_search i{
    position: absolute;
    margin: 3px -20px;
}
.modal_forfait_placement .box_price .remove_divers{
        position: absolute;
    right: -20px;
    top: 14px;
    color: #919191;
}
.modal_forfait_placement .box_price .form-check.activated .quantity span{
    background: #5cb85c;
}
.modal_forfait_placement .box_price .form-check.activated .quantity input{
    border-color: #5cb85c;
}
.modal_forfait_placement .box_price .form-check.activated{
    background: #ffffff85 !important;
}
.modal_forfait_placement .box_price .form-check.activated .fixed_width {
    color: #000000;
}
.modal_forfait_placement .box_price .form-check:hover {
    background: #3816030d;
    color: #333;
}
.modal_forfait_placement .box_quantity label,
.modal_forfait_placement .box_quantity .form-check-input{
    float:left;
}
.modal_forfait_placement .box_quantity label{
    width:70%;
}
.modal_forfait_placement .box_quantity .quantity{
    width: 30%;
    float:right;
}
.modal_forfait_placement .box_quantity .quantity .minus,
.modal_forfait_placement .box_quantity .quantity .plus{
    width: 30%;
    float: left;
    background: #333;
    color: #fff;
    height: 33px;
    text-align: center;
    font-weight: 800;
    cursor:pointer;
    line-height: 33px;
    font-size: 20px;
}
.modal_forfait_placement .box_quantity .quantity .plus{
    float: right;
}
.modal_forfait_placement .box_quantity  .quantity input{
    width: 40%;
    border-radius: 0;
    border: 1px solid #333;
    height: 33px;
    text-align: center;
}
.modal_forfait_placement  .fixed_width{
    width: 160px;
    display: inline-block;
    overflow: hidden;
    padding-top: 3px;
    float: left;
    color: #202020;
}
.divers_input{
    color: #333;
    font-size: 11px;
        margin-right: 20%;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #919191;
}

.modal_forfait_placement .divers_box .divers_input.prix_public,
.modal_forfait_placement .divers_box .divers_input.timer{
     width: 27%;
    margin-right: 0;
    margin-top: 2px;
}

.modal_forfait_placement .divers_box .divers_input.timer{
    width: 23%;
    margin-left: 13px;
}
.modal_forfait_placement .box_forfait_move .fixed_width{
    width: 90%;
}
.modal_forfait_placement .info_line{
    font-size: 10px;
    float: left;
    margin: -2px 0;
    font-style: italic;
    margin-bottom: -10px;
}

.forfait_total{
        clear:both;
}
.apply_placement{
    text-decoration: none !important;
    margin-right:19px;

}
.cancel_placement{
    text-decoration: none !important;
    margin-left:15px;
}
.forfait_bottom{
        margin-top: 20px;
    float: right;
    border:0;
    width: 100%;
}
#articles .forfait_bottom tr:hover,
#articles .forfait_bottom tr:hover td{
    background-color: #ffcd90 !important;
}
table.dataTable.forfait .forfait_bottom tbody {
    display: contents !important;
    border-top: none !important;;
}
.clear {
    clear: both;
    width: 100% !important;
    margin-bottom:0px !important;
}
.materials_needed,
.all_total_placement{
    border-top:1px solid #333;
    padding-top:10px;
}
.materials_needed span{

}
.materials_needed textarea{
    width:80%;
    height:55px;
    margin-left:15px;
}
.all_total_placement{
        padding-top:5px !important;
}
.all_total_placement .timer_total,
.all_total_placement .amount_total_apply{
    padding-bottom:5px;
    border-bottom:1px solid #333;
}
.all_total_placement .timer_total span.info,
.all_total_placement .amount_total_apply span.info{
    display: inline-block;
    width: 75%;
    margin-right:5%;
    text-align: right;
    font-weight: 600;
}
.all_total_placement .amount_total_apply{
    padding-top:5px;
}

table.dataTable.forfait tfoot .forfait_total_box td{
    border-top: 1px solid #333;
    font-size: 16px;
    color: #333;
    box-shadow:none !important;
}
#estimate-item-table.dataTable tbody td{
    box-shadow:none !important;
}
.forfait_total_box > div{
    width: 50%;
    color: #333;
    float: left;
    text-align: center;
    margin-bottom:10px;
}
.forfait_total_box > div span.value{
    font-weight:600;
}
.forfait_total_box > div span.value input{
    text-align:right;
    border:none;
    max-width:80px;
    background:transparent;
}
.forfait_total_box > div span.value input.forfait_total_time,
.forfait_total_box > div span.value input.forfait_total_price_applied{
background: #fff9;
    border: 1px solid;
    font-size: 14px;
    text-align:center;
    max-width: 80px;
}
.forfait_total_box > div span.value input.forfait_total_time{
    margin-right:12px;
}

#estimate-forfait td{cursor:pointer !important;}
.modal_forfait_placement
.add_forfait_placement,
.add_forfait_placement:hover,
.add_forfait_placement:focus{
    background: #ffa12c;
    border-color:#dd8517;
}
table.dataTable.forfait tfoot td{
    background: #ffcd90;
    color: #545454;
    box-shadow: 0 -6px 15px -6px #22222298;
}



table.dataTable.display tbody tr.selectedtr td,
table.dataTable.display tbody tr.selectedtr:hover td {
    background-color: #6cffc6 !important;
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 5px;
}
.option a.delete{
    margin-left: 20px;
}
#monthly-orders .real-achat{
    background: #7cf55e;
    padding: 1px 5px;
    border-radius: 3px;
}
#monthly-orders .evaluate-achat{
    font-style: italic;
}
#yearly-estimates .custom-toolbar > .DTTT_container:nth-child(2){
    float: none;
}
#yearly-estimates .custom-toolbar .DTTT_container .btn-default[data-act="datepicker"]{
    width: 180px;
    font-size: 18px;
    height: 34px;
    padding: 2px 0 0;
    font-weight: 800;
}
a.copy_paste,
a.copy_paste:focus,
a.copy_paste:hover,
a.copy_paste:active,
.cancel-copypaste,
.cancel-copypaste:focus,
.cancel-copypaste:hover,
.cancel-copypaste:active{
    padding: 2px 5px;
    margin: 15px 0 -7px 15px;
    background: #979797;
    border-color: #333 !important;
    font-size: 12px;
    color: #fff;
}
.btn-default.cancel-copypaste{
    margin: 15px 0 -7px 15px;
    background: #000 !important;
    color:#fff !important;
    border-color: #333 !important;
}

table.dataTable.display.multiselection.disabled tbody tr td{
    cursor:disabled;
    opacity:.7;
}
.multiple-select.active,.action-selection{
        margin-bottom: 10px;
}
.mobile table.dataTable tbody tr td[data-type="title-line"]{
    min-width:250px;
}
.mobile #estimate-total-table {width: 100%;}
.print-selection,
.print-selection:hover,
.print-selection:visited,
.print-selection:focus,
.print-selection:active{
    background: #1affa6 !important;
    border-color: #1affa6 !important;
    color: #027146;
}
tr.redClass td{background-color: #f9eded !important;}
tr.greenClass td{background-color: #edf9ee !important;}
.fc-event-container .fc-title .fa-lock,.fc-event-container .fc-title .fa-globe{display:none;}
.selecttva,.selecttva:focus,.selecttva:active{outline:0;text-shadow: 0 0 0 #000;}
.fullwidth{width:100%;}
.payment_ico{
    width: 100%;
    text-align: center;
    color:#1fbd1f;
}
.tooltip[aria-hidden="false"]{
    opacity: 1 !important;
}
.client-dashboard .datatable-tools{display:none !important; height:20px;}
.firstcol{position:relative;}

.container-img-mail{
    overflow: hidden;
    position:relative;
    width: 70px;
    height: 70px;
    cursor:pointer;
    margin:0 1px 1px 0;
}
.container-img-mail:before{
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    border:3px solid transparent;
}
.container-img-mail:hover:before{
    border:3px solid #ff9026;
}
.container-img-mail.selected:before{
    border:3px solid #009e8e;
}
.container-img-mail a{
    position: absolute;
    right: 0;
    opacity: 0;
    background: #ff9026;
    color: #fff;
    padding: 2px 5px;
}
.container-img-mail.selected a{
    background: #009e8e;
}
.container-img-mail:hover  a{
    opacity:1;
}
td.option a, .dtr-details .edit, .dtr-details .delete, .select-member-field a.delete, .send-invitation-form .delete, .calendar-ids-form .delete-post-dropzone, .payments-dropzone, .edit-image-file .delete-saved-file, .external-tickets-embedded-code{
    margin: 0px 1px !important;
    float:none !important;
}
body table.dataTable tbody th, body table.dataTable tbody td {
    padding: 4px 2px !important;
}
#estimate-item-table.dataTable tbody td {
    padding: inherit !important;
}
#estimate-item-table.dataTable tbody tr.gray td {
    opacity:0.7;
    background:#ededed;
}
@media (max-width: 1750px){
    td.option{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    td.option a.delete{
        margin-left: 2px !important;
    }
    td.option a{
        margin: 0 2px !important;
        float: none !important;
    }
    td.option a:first-child{
    }
}
@media (max-width: 768px){
    .event_index .page-title .custom-toolbar  .btn {
        width: 46%;
        float:left;
    }
    .event_index .fc-toolbar > .fc-toolbar-chunk{
        float:left;
    }
    .event_index .fc-toolbar > .fc-toolbar-chunk{
        float:left;
        margin-right: 0px !important;
    }
    .event_index .select-event,
    .event_index #event-calendar > .fc-header-toolbar .fc-toolbar-chunk:nth-child(3){
        display:none;
    }
    body.mobile .scrollable-page{
        min-height:980px;
        overflow-y:auto;
        display:block;
    }
}
#articles.active.not_saved .panel .table-responsive{
    background: #fff7ee;
    border: 1px solid #f00 !important;
}
#articles.active .panel .save_box{
    position: fixed;
    top: 50px;
    background: #fff;
    text-align: right;
    z-index: 10;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    padding: 0 0 10px 0;
}

#articles.active.not_saved .panel .save_document_btn{
    border-color: #f00;
    background: #f00;
}
#articles.active .panel .alert-save{
    height:0;
    float: right;
    font-weight: 800;
    font-size: 15px;
    color: #333;
    margin: 5px 0;
    overflow:hidden;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
#articles.active.not_saved .panel .alert-save{
    height:25px;
}
.mobile #event-calendar .fc-header-toolbar.fc-toolbar .fc-prev-button,
.mobile #event-calendar .fc-header-toolbar.fc-toolbar .fc-next-button{width:15%;    min-height: 40px;}
.mobile #event-calendar .fc-header-toolbar.fc-toolbar h2.fc-toolbar-title{width:70%;    min-height: 40px;padding-top:8px;}
.mobile #articles-pages .statutFinanceEdit {
    float: left;
    width: 100%;
    margin: -20px 0 5px 5px;
    padding: 0;
    height: 40px;
}
.mobile #articles-pages .statutEdit {
    float: left;
    width: 100%;
    margin: 0px 0 0 5px;
    padding: 0;
    height: 40px;
}
.mobile #articles-pages .statutFinanceEdit .select-status-doc,
.mobile #articles-pages .statutEdit .select-status-doc{
    width:100%;
}
td.fc-timegrid-slot:hover {
    background: #adadad1a;
    cursor:pointer;
}
.payment_ico.red{
    color:red;
}
.item-title {
    font-size: 20px;
    margin: 0;
    padding: 7px 16px;
    float: left;
    text-transform: uppercase;
    color: #333;
}
.checkbox-blank{cursor:pointer;}
.doctoprint{
    float: left;
    width: 100%;
    margin: 5px 0;
}
.comment-image-box{
	float:left;
	max-width:150px;
	padding:0 20px;
}
.comment-image-box .timeline-images{
	margin:10px 0;
}
.ticket-message{
	float:left;
	margin: 10px 0 0;
	width:80%;
}
.dataTable tr td:not(.option):not(.dropdown-option) a{text-decoration:underline;}
#mouse-hours{
	position:absolute;
	background:#333;
	padding:5px 10px;
	color:#fff;
	z-index:999;
	display:none;
}
/*.modal #event-calendar .fc-day-grid{cursor:none;}*/
body.preview-document{ overflow: hidden;}
body.preview-document #ajaxModal{ overflow-y: auto;}
.modal .close[data-dismiss="modal"],
.modal .close[data-dismiss="modal"]:focus{
    font-size: 35px;
    color: #333;
    opacity: 1;
    padding: 8px 20px;
    margin-top: -10px;
    outline: 0;
}
.preview-document .modal .close{margin-top: 0px;}
.preview-document .modal .select-row,
.preview-document .modal .removeline{display:none !important;}
#modal-calendar .title-button-group.custom-toolbar > a,
#modal-calendar h4{display:none;}
#item-table.modal .dt-buttons{
	display:none;
}
.save_document_btn{
    margin: 10px 16px 0 0;
}
.modal .save_document_btn{
    display:none;
}
.modal #items-table th.th_top{
	padding: 15px 10px;
    border: 1px solid #b9b9b9 !important;
    border-right: 1px solid #b9b9b9 !important;
    background: #d8d8d8;
    color: #333;
    font-weight: 600;
    font-size: 13px;
    border-left: 1px solid #b9b9b9 !important;
}
.modal #items-table th.th_input{padding:0;height:25px;border-bottom:1px solid #b1b1b1;}
.modal #items-table th.th_input input{width: 100%;height: 100%;border-radius: 0;border: 1px solid #d2d2d2;padding: 0 9px;text-transform:uppercase;font-weight:400;}
.modal #items-table tbody tr td{border:none; border-bottom: 1px solid #f2f2f2;    padding: 3px 9px;}
.modal #items-table tbody tr td:first-child{border-left: 1px solid #b1b1b1 !important;}
.modal #items-table tbody tr td:last-child{border-right: 1px solid #b1b1b1 !important;}
.modal #items-table tbody tr:last-child td{border-bottom: 1px solid #b1b1b1 !important;}
.modal #items-table tbody tr:hover td{
	cursor:pointer;
	background: #d7e7ef !important;
}
.modal #items-table tbody tr.preselect td{background:#f3f3f3}
.modal #items-table tbody tr.selected td{background:#d7e7ef;}

.triggerEdit{cursor:pointer;}
.indocument .dataTable th{display:none !important;}
.indocument .dataTable tr:first-child td{border: 1px solid #f2f2f2 !important;}

.indocument ul.nav-tabs li{display:none;}
.indocument ul.nav-tabs li:first-child{display:block;}
.indocument .table-responsive{min-height: 400px;}
.indocument .dataTable tr.active:hover td{background:#383838 !important;}
.indocument .dataTable tr.active td{border-top: 1px solid #383838 !important;}
.indocument .dataTable tr.active td:first-child{border-left: 1px solid #383838 !important;}
.indocument .dataTable tr.active td:last-child{border-right: 1px solid #383838 !important;}
.indocument .dataTable tr.active td > a{color:#333 !important;background:#fff !important;}
.indocument .dataTable tr.active,#ticket-table .display_tr{border: 1px solid #383838 !important;}
.indocument .dataTable .display_tr:hover td{background: transparent;}
#ticket-table .display_tr td{border-bottom: 1px solid #383838 !important;}
#page-content.indocument .dataTables_wrapper{	padding:45px 15px 20px !important;}
#page-content.indocument > .nav-tabs li,
#page-content.indocument .dataTables_wrapper .datatable-tools{	display:none !important;}
#page-content.indocument > .nav-tabs li:first-child{	display:block !important;}
.modal-header {
    cursor:grab;
}
.fc-timegrid-event .fc-event-time {
    color: #000000b0;
    font-weight: 600;
    font-size: .95em !important;
}
.fc-v-event .fc-event-title{
    color: #000000b0;
    font-weight: 400;
    font-size: 1.05em !important;
    letter-spacing: -.3px;
    line-height: 1.2em;
    padding-right: 5px;
}
.pa_hide{color:#0000002e !important;}
.triggerRealPrice,
table.dataTable.display tbody td.statutEdit,
table.dataTable.display tbody td.statutFinanceEdit{cursor:pointer;}
.triggerRealPrice.realprice-display{padding:2px 0 !important;}
.triggerRealPrice input{width: 100%; max-width: 120px;text-align:center;}
table.dataTable.display tbody td.statutEdit.open{padding:0;}
table.dataTable.display tbody td.statutEdit:hover{    background-color: #e0e0e0 !important;}
.page-title .statutEdit:not(.open) .select-status-doc:after,
.page-title .statutFinanceEdit:not(.open) .select-status-doc:after{
    content: "\f040";
    font: normal normal normal 14px/1 FontAwesome;
    display:inline;
    font-size:12px;
    margin-left:10px;
    opacity:0.8;
}
.page-title .statutEdit.open .select-status-doc > a > .select2-chosen,
.page-title .statutFinanceEdit.open .select-status-doc > a > .select2-chosen{
    min-width:150px;
}
.select-status{border: 1px solid #e2e4e7;}
body .select2-results{max-height: 350px;}
.dataTables_wrapper .select-status-doc{    margin-bottom: 0px;}
.dataTables_wrapper .statutEdit.open .select-status-doc{width:100%;max-width:250px;min-width: 130px;}
.page-title .statutEdit,.page-title .statutFinanceEdit{float:right;margin-top: -3px;    margin-left: 25px;}
.page-title .statutEdit .select-status-doc{/*width:200px;*/}
.page-title .statutEdit p,
.page-title .statutEdit span,
.page-title .statutFinanceEdit p,
.page-title .statutFinanceEdit span{display:inline-block}
.page-title .statutEdit p,
.page-title .statutFinanceEdit p{    margin: 5px 10px 0 0;font-weight: 800;color: #a0a0a0;}
.page-title .select-status-doc:not(.select2-container){cursor:pointer;font-size: 14px;padding: 7px 10px;float: right;font-weight: 600;}
.mt25{margin-top:25px;}
body .page-title h1 {
    font-size: 20px;
    float: left;
    width:100%;
    max-width: 290px;
}
body #articles-pages .page-title h1 {
    font-size: 20px;
    float: left;
    width: 100%;
    max-width: 410px;
    padding-left: 0;
    padding-bottom: 10px;
}
body #articles-pages .page-title .referenceestimate{
    float:left;
    margin-top:-10px;
    padding-bottom: 5px;
}
.page-title h2 {
    width:100%;
    font-size: 15px;
    margin: 0;
    padding: 0 0 15px;
    float: left;
}
.select2-results li {border-bottom: 1px solid #e2e4e7;}
.select2-results li:last-child {border-bottom:none;}
body #estimate-status-bar .panel,
body #invoice-status-bar .panel,
body #estimate-request-status-bar {
    border-radius: 4px !important;
}
body .btn-default:hover {color: #fff;}
#modal-calendar .panel-default{border: none;padding:0;box-shadow: none;}
#modal-calendar .panel-default .page-title{border: none;padding:0;}
.modal .container-modal-link a{
    display: block;
    width: 320px;
    text-align: center;
    margin: 0 auto;
    height: 35px;
    margin-top: 15px;
}
.modal .container-modal-link a i{
    position: absolute;
    left: 50%;
    margin-top: -22px;
    margin-left: -10px;
    font-size: 22px;
}
.modal .container-modal-link a.display-info-customer{
    margin-top: 0px;
}
.modal .container-modal-link a.display-info-customer i{
	margin-top: 21px;
}
@media (min-width: 768px){
	.col-md-4.panel-customer{width:54%}
	.col-md-2.panel-agenda{margin-left:1% !important;width:31%}
	.panel-offer{margin-left:1% !important;width:13%}
	.panel-customer,
	.panel-agenda,
	.panel-offer{padding: 10px 0;}
	.panel-customer,
    .panel-agenda,
	.panel-offer{min-height:207px;}
	.box_info{min-height:83px;float: left;width: 50%;}
	.box_info.delivery{margin-top: -18px;}
	.select-event{
		width:380px;
    display: block;
    position: absolute;
    left: 35px;
    top: 80px;
    border: 1px solid #e2e7f1;
  }
  #client-events .select-event{display:none;}
	#modal-calendar .select-event{
		left: 30px;
    top: 0px;
    width: 230px;
   }
	#modal-calendar #event-calendar{ margin-top: -15px;	}
}
@media (max-width: 768px){
	.panel-offer{margin-left:0% !important;}
	#document-tabs li{float:none !important;margin-right:0% !important;}
	#document-tabs li a{padding: 7px 10px !important;}
	body #page-content {padding: 0 !important;}

    td[data-type="title-line"] .inputtable{
        min-width: 310px;
    }

}
.navbar-header{background: #0e0e0e;}
.navbar-header button{color: #fff;}
.navbar-header .navbar-toggle:hover,.navbar-header  .navbar-toggle:focus {background-color: #3a3a3a !important;}
#navbar .dropdown-menu{background: transparent;border-top:1px solid #fff;}
#navbar .dropdown-menu a{color: #fff;}

.color_bullet{
    background: #e74c3c;
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 100%;
    float: left;
    margin: 5px 4px 0px -3px;
}

.menu-items{
    margin-right: 5px;
}
a.countin[role="presentation"][data-target="#notes"]{
	padding-right: 30px;
}
.tips_number{
    position: absolute;
    z-index: 2;
    margin: -7px 0px 0 2px;
    background: #e64919;
    padding: 0 2px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
}
#note-table tbody td.images-notes a{
    height: 90px;
    width: 90px;
    overflow: hidden;
    margin: 5px;
    border-radius: 5px;
    border: 4px solid #b5b5b5;
}
#note-table tbody td.images-notes a img{
    width:inherit;
    height:100%;
}
#document-tabs.nav-tabs {
    background: transparent;
    border-bottom: transparent;
    margin-bottom: 0;
    overflow: hidden;
}
#document-tabs li{
    margin-right:7px;
}
#document-tabs li.red_class a{
    background: #ff0707 !important;
    color: #fff;
    font-weight: 800;
}
#document-tabs li a{
	  border: 1px solid #fff;
	  border-bottom: 3px solid #eaeaea;
    box-shadow: inset 0px -14px 30px -20px rgba(0,0,0,0.2), 0 0 5px rgba(0,0,0,0.2);
    background: #fbfbfb;
}
body.preview-document #document-tabs {border-bottom: 1px solid #d8d8d8;}
body.preview-document #document-tabs li a{box-shadow: inset 0px -14px 30px -20px rgb(0 0 0 / 20%), 0 0 5px rgb(0 0 0 / 0%);}
body.preview-document .title-button-group a,
body.preview-document .delete_order,
body.preview-document .link_invoice_to_order{display:none !important;}

#document-tabs li.active a{
    box-shadow: inset 0px -14px 30px -20px rgba(0,0,0,0), 0 0 5px rgba(0,0,0,0.2);
    border-bottom:3px solid #e64919;
    background: #fff;
}
.tableform-container .title-button-group ul,
.tableform-container .title-button-group li{
    list-style-type: none;
    float: right;
}
.tableform-container .title-button-group li a{
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active{
	background-color:#333 !important;
	border-color:#333 !important;
	color:#fff !important;
}
body table.dataTable tbody th,
body  table.dataTable tbody td {
    padding: 4px 10px;
}
body table.dataTable tbody tr.even td {
    background-color: #fcfcfc;
}
body .tableform-container table.dataTable thead th,
body .tableform-container .table-responsive th:first-child,
body .tableform-container .table-responsive th:last-child,
#estimate-item-table thead th,
#estimate-item-table th:first-child,
#estimate-item-table th:last-child {
    border: 1px solid #f2f2f2;
    padding: 15px 10px;
    border: 1px solid #b9b9b9 !important;
    border-right: 1px solid #b9b9b9 !important;
    background: #d8d8d8;
    color: #333;
    font-weight: 600;
    font-size: 13px;
    border-left: 1px solid #b9b9b9 !important;
}
body #estimate-item-table .copyline{
		width:15px !important;
		padding:0 !important;
}
#estimate-item-table .copyline a.select-row{
    width: 15px;
    height: 19px;
    background: #f7f7f7;
    box-shadow: inset 0px 0px 5px #c5c5c5;
    display: block;
    float: left;
}
#estimate-item-table .copyline a i{
    color: #c1c1c1;
    font-size: 10px;
    padding: 3px 0 0 3px;
}
#estimate-item-table .copyline a:hover i{
    color: #828282;
}
#estimate-item-table .copyline a.select-row:hover{
    background: #eaeaea;
    box-shadow: inset 0px 0px 5px #b1b1b1;
}
.tableform-container{
	padding:0 20px;
}
.tableform-container .hovertr{
	    background: #f1f1f1;
}
@media (min-width: 768px){
	body .noteremarkoffer{float: left; min-height: 200px; /* max-width: 500px; */ width: 50%;}
}
.fc-media-screen .fc-timegrid-event-harness {
    max-width: 50%;
}
.DTTT_container .select2-container.active{
        border: 1px solid #3dc720;
}
body .noteoffer,
body .remarkoffer{float:left;width: 100%;}
body .edit-document{
   margin:20px;
   padding:10px;
   background:#f5c9a4;
}
body .edit-document span{font-weight: bold}
body .edit-document a{
    background: #f16827;
    border-color: #ad4616;
    margin-top: 5px;
    }
body .noteoffer{width: 80%;}
body .noteoffer label,
body .remarkoffer label{
	float:left;
	width:100%;
	margin-top: 12px;
}
.remarkoffer textarea{
    width: 100%;
    margin: 0;
    height: 60px;
    float: left;
    padding: 5px;
    margin-top: 0px !important;
}
body .noteoffer label{
float: left;
    width: 152px;
    margin-left: 16px;
    margin-top: 20px;
}
body .noteoffer input.form-control{
    float: left;
    width: 100%;
    max-width: 588px;
    margin: 10px 0 0 6px;
}

#estimate-total-table,
body .noteoffer textarea,
body .remarkoffer textarea{
	  border: 1px solid #b9b9b9 !important;
	  outline:0;
	  margin-top:20px;
}
#estimate-status-bar .panel-offer label,
#estimate-status-bar h3{
text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #a7a7a7;
}
body:not(.preview-document) #estimate-status-bar .panel-offer label{margin-top:10px;}
body.preview-document #estimate-status-bar .panel-offer label{margin-top:2px;}
#estimate-status-bar .btn-fiche-client{
margin-top:10px;
}
#estimate-total-table{
	width:45%;
	float:right;
	margin-top:35px;
	margin-bottom:15px;
}
#estimate-total-table td{
	border: 0;
	    font-size: 13px;
	border-bottom: 1px solid #f2f2f2;
}
#estimate-total-table tr:last-child td{	border-bottom: 1px solid #b9b9b9;}
#estimate-total-table .discounttotal {
	width:210px;
}
#estimate-total-table .grandtotaltxt.small td{
    font-size:17px;
}
#estimate-total-table .totaltopaytxt td{
    font-size:15px;
}
#estimate-total-table .grandtotaltxt td{
background: #d8d8d8 !important;
    color: #333;
}

#estimate-item-table{margin-top:10px;}
#estimate-item-table th{padding: 10px 10px;}
#estimate-item-table .line-total {
    text-align: right;
    padding: 0 10px 0 0;
}
#estimate-item-table .line-total .currency{
    margin-left: 5px;
    margin-right: 10px;
}
#estimate-item-table .hovertr.selectedtr td{background:#94ffdc !important; }
#estimate-item-table .hovertr td:last-child,
.tableform-container .hovertr td:last-child{
	  border-right: 1px solid #b9b9b9 !important;
}
#estimate-item-table .hovertr:last-child td,
.tableform-container .hovertr:last-child td{
	  border-bottom: 1px solid #b9b9b9 !important;
}
#estimate-item-table .hovertr td:first-child,
.tableform-container .hovertr td:first-child,
#estimate-item-table .hovertr td[style*="none"] + td,
.tableform-container .hovertr td[style*="none"] + td{
	  border-left: 1px solid #b9b9b9 !important;
}
#estimate-item-table .hovertr.focus-within td,
.tableform-container .hovertr.focus-within td{
	    background: #f1f1f1;
}
.tableform-container .hovertr td:last-child{
	position:relative;
}
.tableform-container .hovertr td:last-child input{
	padding-right:30px;
}
#estimate-item-table .hovertr td:last-child{
    position: relative;
}
#estimate-item-table.forfait .hovertr td:last-child{
    position: inherit;
}
#estimate-item-table .hovertr td:last-child .removeline,
.tableform-container .hovertr td:last-child .removeline {
    position: absolute;
    right: 5px;
    top: 0px;
    opacity: 0;
}
.dataTable tbody tr:hover td {
    background: #d2e0ef  !important;
}
#estimate-item-table .hovertr:hover > td:last-child .removeline,
.tableform-container .hovertr:hover > td:last-child .removeline {
    opacity: 1;
}

#estimate-item-table tr.green td,
#estimate-item-table tr.green input{
    background-color:#c9e7c9 !important;
}
#estimate-item-table tr.red td,
#estimate-item-table tr.red input{
    background-color:#e7c5c5 !important;
}

#estimate-item-table.dataTable tbody td[data-type="title-line"]{
    position: relative;
}
#estimate-item-table tr .menu-font{
position: absolute;
    right: 0;
    top: 0;
    width: 52px;
}
#estimate-item-table tr .menu-font i{
    border: 1px solid #c5c5c5;
    width: 17px;
    text-align: center;
    height: 19px;
    margin: 0;
    padding: 3px 0 0 0;
    font-size: 10px;
    font-weight: 800;
    float: left;
    cursor:pointer;
}
#estimate-item-table tr .menu-font i:hover{
    background:#333;
    color:#fff;
}
#estimate-item-table tr .menu-font i.fa-underline{
    border-left:0;
    border-right:0;
}
#estimate-item-table tr .menu-font i.fa-bold.activated{
background: #ff3a3a;
border-color: #ff3a3a;
    color: #fff;
}
#estimate-item-table tr .menu-font i.fa-underline.activated{
border-color: #cf86cd;
    background: #cf86cd;
    color: #fff;
}
#estimate-item-table tr .menu-font i.fa-italic.activated{
border-color: #6edd85;
    background: #6edd85;
    color: #fff;
}
textarea.inputtable
{
   resize: none;
    border: none;
        overflow: hidden!important;
    padding: 1px 4px 0;
    display: inline-block;
      white-space: pre-wrap;
      overflow-wrap: break-word;
}
textarea.inputtable:focus
{
   outline: none;
    border: 0 !important;
    background:none;

}
.inputtable{
  /*  width: 100%;
    font-size: 12px;
    padding: 0px 4px;
    min-width: inherit;
    background: transparent;
    border: 1px solid transparent !important;
    text-transform: uppercase;*/
    vertical-align: middle;
    width: 100%;
    font-size: 12px;
    padding: 0px 4px;
    min-width: inherit;
    background: transparent;
    border: 1px solid transparent !important;
    text-transform: uppercase;
    height: 17px;
    border: 0 !important;
}
.inputtable:focus{
     /*   padding-right: 53px;*/
}
tbody tr td[data-type="title-line"] .inputtable.bold{
    font-weight:800;
}
tbody tr td[data-type="title-line"] .inputtable.underline{
    text-decoration:underline;
}
tbody tr td[data-type="title-line"] .inputtable.italic{
    font-style:italic;
}
.numeroDoc{
    position:relative;
}
.ofd_in_cod{
    font-size: 10px;
    font-style: italic;
    color: #969696;
    position: absolute;
    left: 15px;
    bottom: 0px;
}
.remarque-line .inputtable{
font-size: 11px;
    letter-spacing: -.3px;
    padding-left: 0;
    padding-right: 0;
    text-transform: lowercase;
}
.inputtable:focus {
    color: #000;
    outline: none;
    border: 1px solid transparent !important;
    background: #d2d2d2;
}
.tabletdinput{
	padding:0 !important;
}
.w30{
	width:30px;
	min-width:inherit;
}

.phonecontact {
    width: 31.8%;
    margin-right: 2.1%;
}
.phonecontactleft{	float:left;}
.phonecontactright{	float:right;margin-right: 0;}

#navbar{background:#0e0e0e;}
#navbar ul li i{color:#fff !important;}
#navbar li.b-l { border-left: 1px solid #333;}
#sidebar {background: #292929 !important;}
#sidebar a{color: #d8d5d1 !important;}
#sidebar a i{color: #d8d5d1 !important;}
#user-dropdown-icon{color: #fff !important;}
.dropdown-menu-user{background: #0e0e0e !important;}
.dropdown-menu-user a:hover{background: #505050 !important;}
.quick-add-option ul li{background: #fff !important;}
.quick-add-option ul li a{color: #4e5e6a  !important;}
.quick-add-option ul li a:hover{background: #505050 !important;color: #fff  !important;}
#sidebar-menu {    margin-top: 10px;}
#sidebar-menu li a:hover i:before {color: #e68119 !important;}
#sidebar-menu > li.active > a > i:before {color: #ff6124e3 !important;}
#sidebar-menu li > a > i:before {color: #777571 !important;}
#sidebar-menu > li.active > a {border-color: #e64919!important;}
#sidebar-menu li:hover {background-color: #504643 !important;}
#sidebar-menu > li.active > a, #sidebar-menu li a:hover {background: #504643 !important;}
#sidebar-menu > li.expand > ul > li:first-child{display:none !important;}
#sidebar-menu > li.leaves{display:none !important;}
#sidebar-menu > li.leaves.user_1,
#sidebar-menu > li.leaves.user_2{display:block !important;}
#sidebar-menu .dashboard.user_3{display:none;}
#sidebar-menu .dashboard.user_5{display:block !important;}
#sidebar-menu .settings.user_5{display:none !important;}
#sidebar.user_3 #sidebar-menu{margin-top:20px;}
.navbar-nav>.open>a, .navbar-nav>.open>a:hover, .navbar-nav>.open>a:focus {background-color: #505050 !important;}

.col-file-mail{padding:0 !important;}
.col-file-mail h4{
    font-size: 12px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}
.frns-table .title-button-frns{
    margin: 3px 0 -5px 15px;
    float: left;
}
.frns-table .title-button-frns a{
    margin-right: 15px;
    float: left;
    font-size:11px;
    text-transform:uppercase;
}
.modal .frns-table{padding: 20px 0 0;}
.modal .frns-table .table-responsive{margin-top: 0;padding-bottom: 1px;}
.modal .td-checkbox.frns{background: #d8d8d8 !important;}
.modal .td-checkbox.frns a {
    height: 19px;
}
.modal .td-checkbox.frns a .checkbox-blank{
	opacity:0;
	margin: 1px 7px;
	    width: 24px;
	background-position: 0 0px;
}
.td-checkbox.frns a .checkbox-blank.checkbox-checked{
	opacity:1;
}
.td-checkbox.frns.disabled{
opacity:0;
}
.frns_array,
.customer_array{
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 100%;
    max-width: 583px;
    border-radius: 1px;
    box-shadow: 0 0 5px #afafaf;
}
.frns_array{
    box-shadow: 0 0 25px #afafaf;
}
.frns_array .frns_line,
.customer_array .customer_line{
	padding:1px 5px;
	border-bottom:1px solid #f2f2f2;
	cursor: pointer;
}
.frns_array .frns_line{
	padding:5px 5px;
	border-bottom:1px solid #f2f2f2;
}
.customer_array .customer_line:hover{
	background:#d7e7ef;
}
.frns_array .frns_line:hover,
.frns_array .frns_line.selected{
	background:#333;
	color:#fff;
}
.quick_add_customer{
    font-size: 12px;
    float: left;
    margin: 5px;
}
#quickadd_window{
    background-color: #f0f0f0;
    border: 1px solid #b9b9b9;
    border-radius: 3px;
    padding: 10px;
    padding-left: 25px;
}
#quickadd_window textarea,
#quickadd_window input{
    border-color: #dae2e7;
    background-color: #ffffff;
    float: left;
    width: 46%;
    margin-right: 14px;
    margin-bottom: 7px;
}
#quickadd_window input.col-md-4{
    width: 29.8%;
}
#quickadd_window .selectcountry,
#quickadd_window textarea{ width: 94.4%;}
#quickadd_window .selectcountry .select2-chosen,
#quickadd_window .selectcountry .select2-arrow{
    background: #fff;
 }
#client-info.tab-pane .form-group{padding-bottom: 5px;margin-bottom: 5px;}

#event-calendar > .fc-header-toolbar .fc-toolbar-chunk:nth-child(2){width:400px;    margin-right: -230px;}
#event-calendar > .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) h2,
#event-calendar > .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) button{float:left;}
#event-calendar > .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) h2{
    width: 200px;
    text-align: center;
    padding: 5px 0;
    height: 32px;
    font-size: 19px;
    font-weight: 800;
    border: 1px solid #e2e7f1;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
#event-calendar > .fc-header-toolbar .fc-today-button.fc-button.fc-button-primary{
    color: #000;
    margin-left: 20px;
    cursor: pointer;
}
#event-calendar > .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) button{color: #333;    padding: 5px 20px !important;}
#event-calendar > .fc-header-toolbar button:focus{box-shadow:none !important;}

#event-calendar > .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) button.fc-button-active{
	    background: #333 !important;
    font-weight: 800;
    color: #fff;
    outline:0;
        box-shadow:none !important;
}
#event-calendar .fc-icon{color: #333;}

#container_library{
position: fixed;
    display: block;
    background-color: #fff;
    border: 1px solid #333;
    width: 96%;
    height: 96%;
    z-index: 2000;
    top: 2%;
    left: 2%;
    box-shadow: 0 0 75px #333;
}
#container_library .tab-pane .page-title,
#container_library .tab-pane .container_link,
#container_library .tab-pane .btn-multiple,
#container_library .tab-pane li[data-idcategory=5]{
    display:none;
}


@media (min-width: 768px){
	body .modal-dialog {
			width:100%;
	    max-width: 850px;
	}
	body .modal-dialog.modal-lg {
			width:100%;
	    max-width: 1200px;
	}

}


table.search_top_activated.dataTable thead th{
    position:relative;
}
table.search_top_activated.dataTable .search_tr th{
    padding:0;
        height: 25px;
}
table.search_top_activated.dataTable .search_tr input{
    display: block;
    width: 100%;
    height: 100%;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    left: 0;
    position: absolute;
    bottom: 0;
    outline: 0;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #cacaca;
    padding-left: 9px;
}
table.search_top_activated.dataTable .search_tr input:focus,
table.search_top_activated.dataTable .search_tr input:focus-visible,
table.search_top_activated.dataTable .search_tr input.focus-input{
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
        border: 1px solid #ec5e27;
    border-radius: 0;
    outline-color: transparent !important;
    background: #fff5f2;

}
table.search_top_activated.dataTable .search_tr .select2_intr.focus-input a{
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
        border: 1px solid #ec5e27 !important;
    border-radius: 0;
    outline-color: transparent !important;
    background: #fff5f2;

}
table.search_top_activated.dataTable .search_tr .select2_intr.focus-input .select2-choice span{
    background: #fff5f2 !important;
}
table.search_top_activated.dataTable .search_tr i{
    position: absolute;
    right: 9px;
    top: 50%;
    color: #cacaca;
    margin-top: -7px;
}
table.search_top_activated.dataTable .search_tr .select2_intr,
table.search_top_activated.dataTable .search_tr .select2_intr .select2-choice{
    height:25px !important;
    border-radius: 0px;
    border-color: transparent !important;
}
table.search_top_activated.dataTable .search_tr .select2_intr .select2-choice{
    border: 1px solid #cacaca !important;
}
table.search_top_activated.dataTable .search_tr .select2_intr{
    border: 0 !important;
    width: 100%;
}
table.search_top_activated.dataTable .search_tr .select2_intr .select2-choice span:first-child{
    padding: 2px 12px;
        background: #fff;
}
table.search_top_activated.dataTable .search_tr .select2_intr .select2-choice span.select2-arrow{
    top: -4px;
        background: #fff;
}
.custom-toolbar .select-status,
.custom-toolbar .select-frnsid,
.custom-toolbar .dataTables_filter{
    display:none;
}
#frns-table_wrapper .custom-toolbar .dataTables_filter,
#item-table_wrapper .custom-toolbar .dataTables_filter{
    display:block;
}
body table.dataTable tbody tr td.search-top-note{
    text-transform: uppercase;
}
.add_another_order{
    font-size: 11px;
    font-style: italic;
    color: #6189c5;
}

.priorityOne td,
span.priorityOne{
    background-color:#edf9ee !important;
}
.priorityTwo td,
span.priorityTwo{
    background-color:#dce5a7 !important;
}
.priorityThree td,
span.priorityThree{
    background-color:#e5c0a7 !important;
}
.priorityFour td,
span.priorityFour{
    background-color:#cd9898 !important;
}
.taskTopPriority{
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}


@media print {
    #sidebar,
    #articles-pages .btn,
    #articles-pages .panel-offer,
    #articles-pages .panel-agenda,
    #document-tabs,
    td.option a,
    .loading,
    #page-content ul.nav,
    #ticket-comment-dropzone,
    .tab-title,
    .title-button-group,
    #articles-pages #estimate-status-bar .customer_info h3{display:none !important;}

    .scrollable-page{
        overflow:inherit!important;
        height:auto;
        display:block;
    }
    #articles-pages .page-title,
    #articles-pages #estimate-status-bar{
        width:50%;
        float:left;
    }
    .panel{border:0 !important;}
    #page-container{width: 100%;}
    .media-body{width: 100%;}
    .media-body img{float:left;width: 20%;}
    .media-body p,
    .media-body p.ticket-message{float:left;width: 80% !important;display:block;    word-break: unset !important;}
    .comment-image-box {max-width:inherit  !important;}
}

.custvisi-btn{
        color: #636363;
        opacity:0.7;
}
.custvisi-btn:hover{
        color: #636363;
        opacity:1;
}

.form-group.form-group-product {
    margin: 13px 0 16px 15px;
    padding-bottom: 13px;
    border-bottom: 1px solid #b1b1b1;
    width: 100%;
}
.product_type_title{
    display: block;
    font-size: 18px;
    font-weight: bold;
    background: transparent;
    border: 1px solid transparent;
    margin-bottom: 9px;
    width: 250px;
}
.product_type_title:hover{
    border: 1px solid #e7e7e7;
}
.product_type_title:focus{
   background:#e7e7e7;
    border: 1px solid #e7e7e7;
}
.product_container .sub-group{
    font-weight: 600;
    color: #333;
    margin-bottom:5px;
}
.sub-group{
    padding-left: 10px;
}
.sub-group input[type="text"]::placeholder{
    font-weight: 400 !important;
    color: #c3c3c3!important;
    font-style:italic;
}
.add_radio_line{
    margin-left: 27px;
    color: #333;
    font-weight: 600;
    padding-top: 11px;
    display: inline-block;
}
.add_radio_line i{
    color:#4cae4c;
}
.in_document .hide_in_document{
    display:none;
}
#chat-box{
    padding: 20px;
}
#chat-box h1,#chat-box #chat-box h2,#chat-box h3,#chat-box h4,#chat-box h5{
    font-size: 25px;
    font-weight: 800;
}

#chat-box h2,#chat-box h3,#chat-box h4,#chat-box h5{
    font-weight: 600;
}
#chat-box h2{
    font-size: 20px;
}
#chat-box h3{
    font-size: 18px;
}
#chat-box h4{
    font-size: 16px;
}
#chat-box h5{
    font-size: 15px;
}
.container-prompt{
    padding: 5px;
    border: 1px solid #c2c2c2;
    margin: 10px;
    border-radius: 8px;
}
.container-prompt #prompt-input{
    border: 0;
    width: 100%;
    overflow-y: auto;
    resize: none;
    min-height: 22px;
    max-height: 132px;
}
.container-ai-msg {
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
}
.container-ai-msg > div {
    width: fit-content;
    max-width: 80%;
    word-break: break-word;
    overflow-wrap: break-word;
    background-color: rgb(230, 244, 255);
    border-radius: 24px;
    padding: 10px 16px;
}
.container-ai-msg > div p{
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.container-ai-msg > div span{
    white-space: pre-wrap;
}