/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
/* Demo mode */
input#secret_key {
    -webkit-text-security: disc;
}
input#publishable_key {
    -webkit-text-security: disc;
}
.btn_demo_signout {
    display: inline !important;
    color: #d76262 !important;
    border-left: 1px solid #dfdfdf;
    margin-left: 0 !important;
}
.signin-box2 {
    max-width: 450px;
    margin: 55px auto -80px;
    background: #fff;
}
.col-md-4.demo p.demo {
    padding-top: 35px;
    font-size: 13px;
}
.row.demo {
    margin: 0 !important;
}
.demo.avatar-xs.avatar.mt-5 {
    display: block;
    margin: 34px auto;
    width: 70px;
}
.col-md-4.demo {
    text-align: center;
    cursor: pointer;
}
.avatar-xs img.demo {
    margin-top: 20px;
}
.bg-grey.demo {
    padding: 10px 0 !important;
    text-align: center;
    color: #fff;
    background: #45a9c9;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: 500;
    font-size: 14px;
}
.demo button {
    margin: 10px 0;
}
button.btn_admin {

    border-radius: 3px;
    margin: 35px 0 5px;
    color: #5e7676;
    font-weight: 500;
    padding: 5px 20px;
    border: 0;
    outline: none;
}
button.btn_client {

    border-radius: 3px;
    margin: 35px 0 5px;
    color: #5e7676;
    font-weight: 500;
    padding: 5px 20px;
    border: 0;
    outline: none;
}
button.btn_staff {

    border-radius: 3px;
    margin: 35px 0 5px;
    color: #5e7676;
    font-weight: 500;
    padding: 5px 20px;
    border: 0;
    outline: none;
}
/* Mode démo */
.demo-btn {
    pointer-events: none;
    opacity: 0.5;
}
.demo-btn:hover{
    cursor: not-allowed;
}
.btn_demo_buy {
    background: #4ac580;
    border-radius: 50px;
    padding: 7px 20px !important;
    display: inline !important;
    color: #fff !important;
}
.btn_demo_buy:hover,
.btn_demo_buy:focus {
    background: #45a9c9 !important;
}
.page-title.demo {
    padding: 20px 0;
    height: auto !important;
}
h2.demo {
    margin-top: 13px;
    font-size: 23px;
}
p.demo {
    font-size: 14px;
    margin-bottom: 20px;
}
.col-md-3.demo {
    cursor: pointer;
}
.col-md-3.demo p.demo {
    margin-top: 68px;
    text-align: center;
}
p.text-blue.demo {
    font-weight: 400;
    font-size: 14px;
    margin-top: 28px;
}
button.advert_demo_text {
    border-top: 1px solid #d76262 !important;
    margin: 30px 0;
    padding: 18px 30px;
    border-bottom: 1px solid #d76262 !important;
    border: 0;
    cursor: not-allowed;
    font-size: 14px;
    font-weight: 500;
}
button.advert_demo_text:focus {
    outline: none;
}
.advert_demo_text i.fa.fa-exclamation-triangle {
    font-size: 45px;
    color: #d76262;
    margin-right: 28px;
    vertical-align: middle;
}
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500');
}html, body {
    background-color: #e5e9ec;
    color: #5e7675;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0px;
    font-size: 13px; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height:100%;
    overflow: hidden;
    overflow-x: hidden;
}
a.footer_signin {
    position: fixed;
    bottom: 0px;
    left: calc(50% - 215px);
    color: #5e7676;
    background: #fff;
    padding: 12px 50px;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.07);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-size: 13px;
}
/*********************************** General - All colors ************************************/
/* Alert | Color */
:focus {
    outline: none !important;
}
ins {
    color: #45a9c9;
}
div#ajaxModalContent .app-alert-message {
    max-width: 90%;
    margin-bottom: -10%;
}
body {
    background-position: center;
}

.app-alert a {
    color: #ff0000;
}
.app-alert {
    z-index:2000 !important;
}
.app-alert a:hover {
    color: #fff;
}
.red_color {
    color:#d76262;
    font-weight:500;
}
.text_red {
    color:#d76262;
}
.primary_color {
    color: #45a9c9;
}
.second_color {
    color: #eaa938;
}
.alert-annonce {
    background-color: #fff;
    color: #5e7676;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    position: fixed;
    border-radius: 0;
    top: 0;
    padding: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    z-index: 9999999;
}
label.title-announcement-generale.fw500.mt15 {
    border-bottom: 1px solid #f2f4f6;
    color: #45a9c9;
    padding: 0 0px 8px;
    width: 100%;
    margin: 20px 0 0px !important;
    text-transform: uppercase;
}
div.alert.alert-annonce a {
    color: #fff !important;
}
/* Avatar | Images */
.avatar-md {
    width: 80px !important;
    height: 80px;
}
.m_infos {
    padding-top:24px !important;
}
span.avatar_team_member {
    width: 150px;
    margin-top: 32px;
    margin-left: 50px;
}
.avatar_task_view {
    width: 68px !important;
    height: 68px !important;
}
form.reply-form .avatar.box-content.avatar-sm.pr15 {
    width: 67px;
}
/* Announcement */
.general-annonce {
    background-color: #fff;
    color: #5e7676;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    position: fixed;
    border-radius: 0;
    top: 0;
    padding: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    z-index: 999999999999;
}
.text-announcement-generale {
    font-weight: 400 !important;
}
.fa-exclamation-triangle.general {
    font-size: 80px;
    padding: 8% 0;
}
.fa-bullhorn.general {
    font-size: 80px;
    padding: 8% 0;
}
/* Textarea */

textarea#cgv {
    min-height: 300px;
}
textarea#invoice_text_payment {
    min-height: 130px;
}

/* Button | Text | Link | Icon */
.btn_calculator {
    padding: 0 9px !important;
}
.btn_hg {
    border: 0 !important;
    min-width: 25px;
    min-height: 25px;
    padding: 3px 0px;
    margin: 0px 1px !important;
}
a.icon-focus:focus{
    color: inherit;
}
.btn_dash_mob {
    font-size: 16px !important;
    height: 50px;
    line-height: 36px !important;
}
.download-multiple-file-pdf,
.download-multiple-file-pdf:active,
.download-multiple-file-pdf:hover,
.download-multiple-file-pdf:focus
 {
    background: #fff;
    border: 1px solid #d76262;
    color: #d76262;
    padding: 7px 16px;
}
a.btn.btn-default.btn-xs.round {
    background: #eaa938;
    border: 0px solid #fff;
    width: 34px;
    height: 26px;
    line-height: 23px;
    font-size: 15px;
}
a:focus {
    color: #ffffff;
}
.btn {
    font-size: 13px;
}
.title_custom {
    background: transparent !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.btn_add {
    background: #45a9c9;
    border-radius: 3px;
    color: #fff;
    padding-left: 15px;
}
.btn_add:hover {
    background: #45a9c9;
    border-radius: 3px;
    color: #fff;
    padding-left: 15px;
}
.close_x {
    color: #eaa938 !important;
    font-size: 27px;
    margin-top: -7px;
    float:right;
}
.close_x:hover {
    color: #eaa938 !important;
    font-size: 27px;
    margin-top: -7px;
    float:right;
}
.dropdown-toggle {
    border-color: #dfdfdf !important;
}
.filter-multi-select .list-group-item:not(.active):hover {
    background-color: #45a9c9;
    color: #fff;
}
.color_check {
    color:#4ac580;
}
.color_check_disable {
    color:#dfdfdf;
}
.btn-sup {
    padding: 2px 6px;
    margin-left: 15px;
}
.btn-success {
    color: #fff;
    background-color: #4ac580;
    border-color: #4ac580;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    color: #fff;
    background-color: #41b574;
    border-color: #41b574;
}
i.dot {
    color: #45a9c9;
    font-size: 15px;
    vertical-align: middle;
}
i.dot.fa.fa-circle {
    margin-left: 7px !important;
    margin-top: 3px !important;
    font-size: 5px !important;
    color: #45a9c9 !important;
}
i.dot.fa.fa-plus {
    font-size: 10px !important;
    color: #eaa938 !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.font-11 {
    font-size: 11px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-22 {
    font-size: 18px !important;
}
blockquote {
    border-left: 2px solid #eaa938;
}
i.fa-play {
    padding-left: 6px;
}
.btn-danger {
    background-color: #d76262;
    border-color: #d76262;
}
.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #d76262;
    border-color: #d76262;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #eaa938 !important;
    border-color: #eaa938;
}
.btn_secondary {
    background:#eaa938;
    color:#fff;
}
.btn_secondary:hover {
    background:#d3982f;
    color:#fff;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #45a9c9;
    border-color: #45a9c9;
}
.btn_view_team_list:hover,
.btn_view_team_list.active {
    background: #eea938 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: #fff !important;
}
.btn_view_team_list {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.btn_view_team_block:hover,
.btn_view_team_block.active {
    background: #eea938 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    color: #fff !important;
}
.btn_view_team_block {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
a.dark {
    color: #5f7676;
}
a.btn_reply {
    color: #fff;
    padding: 6px 15px;
    font-size: 13px;
    float: right;
}
a.delete-saved-file {
    background: #d96261;
    padding: 1px 6px 3px 6px;
    border-radius: 3px;
    color: #fff !important;
}
.btn-danger:hover {
    color: #fff;
    background-color: #cc5a59;
    border-color: #cc5a59;
}
a.btn_reply:hover {
    color: #fff;
}
a.btn_team_members_views {
    height: 31px;
    padding-top: 6px;
}
.load-more {
    border-radius: 3px;
}
a#load-more-messages-link {
    border-radius: 0px;
    border: 0px solid #ffffff !important;
    background: #f2f4f6;
    color: #5e7676;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#restore_to_default {
    padding: 2px 13px 3px 3px;
}
a.btn_reply:active {
    color: #fff;
}
a.btn_reply:focus {
    color: #fff;
}
.tab-title .btn {
    margin: 4px 5px;
}
.page-title .btn {
    margin: 4px 5px;
}
.title-button-group {
    margin: 6px 10px 0 !important;
}
button, input, select, textarea {
    font-weight: 400;
}
.edit {
    padding: 6px 0px !important;
}
.delete {
    border-radius: 3px !important;
    padding: 6px 5px !important;
    border: none !important;
    background: #d76262 !important;
    color: #ffffff !important;
}
.delete:hover {
    background: #cb4747 !important;
    color: #ffffff !important;
}
.btn_close_custom {
    background: #d76262 !important;
    color: #ffffff !important;
}
.btn_save_custom {
    background: #4ac580 !important;
    color: #ffffff !important;
}
.btn_close_custom:hover {
    background: #cb4747 !important;
    color: #ffffff !important;
}
.btn_white_custom {
    background: transparent;
    border: 1px solid #fff !important;
    color: #ffffff !important;
    min-width: 100px;
}
.btn_white_custom:hover {
    background: transparent;
    border: 1px solid #fff !important;
    color: #ffffff !important;
    min-width: 100px;
}
.mr_icon {
    margin-right: 5px;
}
.ml_icon {
    margin-left:25px;
}
.fa-handshake-o  {
    margin-right: 5px !important;
}
.btn.round {
    border-radius: 3px;
}
.upload-file-button {
    font-size: 13px !important;
}
.star-btn {
    color: #ffffff !important;
}
.close {
    color: #fff;
    text-shadow: 0 !important;
    filter: alpha(opacity=100);
    opacity: 1;
}
.close:focus, .close:hover {
    color: #fff !important;
    filter: alpha(opacity=100);
    opacity: 1;
}
.fa-chevron-right {
    color: #5f7676;
}
.fa-chevron-left {
    color: #5f7676;
}
.m_chevron {
    margin-right: 30px;
}
.panel-coral .btn {
    color: #ffffff;
}
.panel-info .btn {
    color: #ffffff;
}
.fc-state-disabled {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.fc-state-default {
    text-shadow: none !important;
    box-shadow: none !important;
}
td.option a {
    color: #ffffff;
    border: 0 !important;
    min-width: 25px;
    min-height: 25px;
    border-radius: 3px;
    padding: 3px 0px;
    margin: 0px 1px !important;
}
td:focus {
    outline: 0;
}
td.option a:focus{
    color: #fff;
}
td.option a:hover {
    color: #ffffff;
    border: 0 !important;
}
.m20_client_views {
    padding: 20px;
}
.btn_dttt {
    background: #ffffff !important;
    color: #5f7676 !important;
    border: 1px solid #dfdfdf;
    font-weight: 400;
    padding: 6px 10px;
    cursor: pointer !important;
}
.basket 
{
    color: #dc6d6d !important;
    border-color: #dc6d6d;
}
.btn_dttt:hover {
    background: #f2f4f6 !important;
    color: #45a9c9 !important;
}
a.DTTT_button:hover {
    background: #f2f4f6;
    color: #45a9c9 !important;
}
a.DTTT_button.active {
    background: #f2f4f6;
    color: #45a9c9 !important;
}
.dt-print-view td {
    font-size: 13px;
}
.dt-print-view th {
    font-size: 13px;
}
.btn_dttt.active {
    background: #f2f4f6 !important;
    color: #45a9c9 !important;
}
button[data-act="datepicker"] {
    background: #f2f4f6;
    color: #5e7676;
    border: 1px solid #dfdfdf !important;
    border-radius: 0;
}
button[data-act="datepicker"]:hover {
    background: #f2f4f6;
    color: #45a9c9;
}
button[data-act="datepicker"]:focus {
    background: #f2f4f6;
    color: #45a9c9;
}
.pull-left.date_mob {
    float: initial !important;
}
div#expense-chart-date-range-selector button[data-act="datepicker"].btn.btn-default {
    background: #f2f4f6;
    color: #5e7676;
    font-weight: 400;
    line-height: 18px;
}
div#expense-chart-date-range-selector button[data-act="datepicker"].btn.btn-default:hover {
    background: #f2f4f6;
    color: #45a9c9;
    font-weight: 400;
    line-height: 20px;
}
div#expense-chart-date-range-selector button[data-act="datepicker"].btn.btn-default.active {
    background: #f2f4f6;
    color: #45a9c9;
    font-weight: 400;
    line-height: 20px;
}
div#expense-chart-date-range-selector button[data-act="datepicker"].btn.btn-default:focus {
    background: #f2f4f6;
    color: #45a9c9;
    font-weight: 400;
    line-height: 20px;
}
.btn-default, .btn-default:focus, .btn-default.active, .open>.dropdown-toggle.btn-default {
    border-color: #fff;
    color:#fff;
}
.btn-default:hover {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}
.btn-default-custom {
    border-color: #fff !important;
    color: #fff !important;
}
.btn-info {
    border: none;
}
.column-show-hide-popover {
    background: #fff !important;
}
.upload-file-button {
    color: #ffffff !important;
}
.date-range-selector {
    background: #fff !important;
    border: 1px solid #dfdfdf !important;
    margin: 0px -1px !important;
    padding: 6px 10px;
}
.date-range-selector:focus {
    background: #fff !important;
    border: 1px solid #dfdfdf !important;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: #fff;
    border-color: #fff !important;
}
.fc-today-button {
    background: #f2f4f6 !important;
    color: #5e7676 !important;
}
.fc-month-button {
    color: #5f7676 !important;
}
.fc-agendaWeek-button {
    background: rgb(255, 255, 255) !important;
    color: #5f7676 !important;
}
.fc-agendaDay-button {
    background: rgb(255, 255, 255) !important;
    color: #5f7676 !important;
}
a.btn_add_estimate_form {
    margin-top: 10px;
}
.btn_green {
    color:#fff;
}
.btn_green:hover {
    color:#fff;
}
.file-upload {
    color: #fff !important;
}
.social-link {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    font-size: 15px;
    color: #5e7676;
    border: 1px solid #5e7676;
}
a.social-link.fa.fa-twitter {
    background: #1da1f2;
    border: 1px solid #1da1f2;
    color: #fff;
}
a.social-link.fa.fa-twitter:hover {
    background: #006dbf;
    border: 1px solid #006dbf;
    color: #fff;
}
a.social-link.fa.fa-facebook {
    background: #3b5998;
    border: 1px solid #3b5998;
    color: #fff;
}
a.social-link.fa.fa-facebook:hover {
    background: #29487d;
    border: 1px solid #29487d;
    color: #fff;
}
a.social-link.fa.fa-youtube {
    background: #d8120f;
    border: 1px solid #d8120f;
    color: #fff;
}
a.social-link.fa.fa-youtube:hover {
    background: #a91412;
    border: 1px solid #a91412;
    color: #fff;
}
a.social-link.fa.fa-instagram {
    background: #8139a9;
    border: 1px solid #8139a9;
    color: #fff;
}
a.social-link.fa.fa-instagram:hover {
    background: #ea6639;
    border: 1px solid #ea6639;
    color: #fff;
}
a.social-link.fa.fa-google-plus {
    background: #d84938;
    border: 1px solid #d84938;
    color: #fff;
}
a.social-link.fa.fa-google-plus:hover {
    background: #ab3123;
    border: 1px solid #ab3123;
    color: #fff;
}
a.social-link.fa.fa-pinterest {
    background: #e02832;
    border: 1px solid #e02832;
    color: #fff;
}
a.social-link.fa.fa-pinterest:hover {
    background: #b71c25;
    border: 1px solid #b71c25;
    color: #fff;
}
a.social-link.fa.fa-linkedin {
    background: #0279b2;
    border: 1px solid #0279b2;
    color: #fff;
}
a.social-link.fa.fa-linkedin:hover {
    background: #03608c;
    border: 1px solid #03608c;
    color: #fff;
}
.red{color: #d76262;}
.link_grey{
    color: #5e7676;
}
.text-primary {
    color: #ffffff;
    font-size: 13px;
}
.fa-refresh {
    color: #5f7676;
} 
#reload-kanban-button {
    background:#fff;
    border:1px solid #5f7676;
    color:#5f7676;
}
.modal-header .close {
    margin-top: -7px !important;
    font-size: 30px !important;
}
.br_icon {
    border-right:1px solid #dfdfdf;
}
.bl_icon {
    border-left:1px solid #dfdfdf;
}
.btn_green {
    background:#4ac580 !important;
    color:#fff !important;
}
.btn_green:hover {
    background:#42b976 !important;
    color:#fff !important;
}
.fa-eyedropper {
    font-size: 17px;
}
/* Client */
.h_box_client_view {
    height: 217px;
}
.title_modal_client {
    background: #f2f4f6;
    padding: 8px 15px 4px;
    color: #5e7676;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.info_clients_tabs_left {
    border-right: 1px dashed #dfdfdf;
    padding: 20px 0 0;
    margin-top: -14px;
}
.info_clients_tabs_right {
    padding: 20px 0 0;
}
.second_title_primary_contact {
    border-left: 1px dashed #fff;
    margin: 2px 0 0 -16px !important;
}
/* Clock Picker */
.bootstrap-timepicker-widget {
    display: none !important;
}
span.clockpicker-span-hours.text-primary {
    color: #45a9c9;
    font-size: 20px;
}
span.clockpicker-span-minutes.text-primary {
    color: #45a9c9;
    font-size: 20px;
}
.clockpicker-popover .popover-content {
    background-color: #ffffff !important;
    padding: 5px !important;
}
.clockpicker-popover .popover-title {
    background-color: #f2f4f6 !important;
    color: #8ba5a5 !important;
    font-size: 20px !important;
    line-height: 20px !important;
}
.clockpicker-canvas line {
    stroke: #eaa938 !important;
}
.clockpicker-canvas-fg {
    fill: rgba(223, 223, 223, 0.5) !important;
}
.clockpicker-canvas-bearing {
    fill: #45a9c9 !important;
}
.clockpicker-canvas-bg-trans {
    fill: rgba(223, 223, 223, 0.5) !important;
}
.clockpicker-canvas-bg {
    fill: rgba(223, 223, 223, 0.5) !important;
}
.clockpicker-tick.active, .clockpicker-tick:hover {
    background-color: rgba(223, 223, 223, 0.5) !important;
}
.clock-icon-hour {
    margin-top: -25px;
    margin-right: 10px;
    color: rgba(94, 118, 117, 0.54);
}
/* Color menu */
.fab {
  cursor: pointer;
}
.fab-backdrop {
  color: rgba(255, 255, 255, 0);
}
.fab-primary, .fab-secondary {
  transition: all 0.35s ease-in-out;
}
.fab.active .fab-primary {
  opacity: 0;
  transform: rotate(225deg);
}
.fab-secondary {
  opacity: 0;
  transform: rotate(-225deg);
}
.fab.active .fab-secondary {
  opacity: 1;
  transform: rotate(0);
  margin-top: 0px;
  margin-left: 0px;
}
#inbox .show-on-hover:hover > ul.dropdown-menu {
    display: block;    
    
}
#inbox .show-on-hover {
    position: fixed;
    bottom: -2px;
    right: 260px;
    z-index: 999;
}
#inbox .btn-io {
    border-radius: 0px;
    height: 44px;
    width: 44px;
    padding: 0px !important;
    border: 2px solid #fff !important;
    box-shadow: 0px 0px 0px 2px #e5e9ec;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#inbox .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
margin-bottom: 0px;
padding-bottom: 7px;
}
#inbox .dropdown-menu-right {
right: 0 !Important;
left: auto !Important;
}
#inbox .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 50px;
padding: 5px 0;
margin: 2px -10px 0;
font-size: 14px;
text-align: center;
list-style: none;
background-color: rgba(255, 255, 255, 0) !Important;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: none;
border-radius: 0px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
}
#inbox .fa-iox{
    font-size: 22px;
}
#inbox .dropdown-menu > li > a {
    display: block;
    padding: 10px !important;
    padding-top: 4px;
    margin-top: 2px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    background: #fff;
    white-space: nowrap;
    width: 35px;
    height: 13px !important;
    border-radius: 3px;
    font-size: 21px;
}
.m_pencil_menu {
    margin-top: -5px !important;
    margin-left: -6px !important;
}
#inbox .fa-iosm{
    margin-top: 7px;
}
/* Chat */
i.fa.fa-list-ol {
    color: #fff;
}
.h37_tabs_chat {
    height: 37px !important;
}
.hello-chat-header {
    background: #45a9c9;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.init-chat-icon {
    width: 224px;
    height: 44px;
    background-color: #45a9c9;
    color: #fff;
    bottom: -2px;
    right: 25px;
    box-shadow: 0px 0px 0px 0px #e5e9ec;
    border: 2px solid #fff !important;
    border-radius: 0px;
    padding: 11px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.chat-close {
    font-size: 38px;
    line-height: 14px;
}
.chat-me .chat-msg {
    border-radius: 6px 0 6px 6px;
    background-color: #45a9c9;
}
.chat-other .chat-msg {
    border-radius: 0 6px 6px 6px;
    background-color: #f2f4f6;
}
.hello-chat-wrapper {
    bottom: 60px;
    right: 28px;
    border-radius: 3px;
}
.chat-back {
    opacity: 1;
    background: #eaa938;
    width: 40px !important;
}
div.chat-back i.fa.fa-long-arrow-left {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.chat-title {
    text-align: center !important;
    color: #fff !important;
    text-indent: 0px;
}
.mlchat0 {
    margin-left:0px !important;
}
.chat-file-upload-icon {
    height: 56px;
    padding-top: 17px;
}
.hello-chat-footer textarea {
    width: 100%;
    padding: 10px 10px 10px 45px;
    height: 50px !important;
}
.hello-chat-footer {
    position: absolute;
    border-top: 1px solid #dfdfdf;
}
.hello-chat-body {
    height: 280px;
    padding-bottom: 10px;
}
i.online {
    background: #4ac580;
    margin-right: 5px;
}
/* Datepicker */
.datepicker table tr td.today {
    color: #fff;
    border-radius: 2px;
}
.datepicker table tr td span.active.active:hover, .datepicker table tr td span.active:hover.active:hover {
    background-color: #eaa938;
    border-color: #eaa938;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover {
    text-shadow: none !important;
}
.datepicker table tr td.today:hover {
    color: #fff;
    border-radius: 2px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    color:#fff;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    text-shadow: none !important;
}
.datepicker-custom-selector {
    border-color: #dfdfdf;
    color: #5f7676;
    font-weight: 400;
}
.datepicker-custom-list .list-group-item:not(.active):hover {
    color: #fff;
}
.datepicker table tr td.today:focus, .datepicker table tr td.today.focus {
    color: #fff !important;
    background-color: #45a9c9 !important;
    border-color: #45a9c9 !important;
}
/* Dropdown & dropdown responsive */
.tabdrop {
    background: #eaa938;
    color: #fff;
    font-size: 12px;
    margin-top: 0px;
    width: 50px;
}
i.fa.fa-angle-down {
    margin-left: 5px;
    font-size: 18px;
    font-weight: 500;
}
.nav .open>a {
    background: #eaa938 !important;
}
.nav>li>a:focus {
    background: #eaa938;
}
ul.dropdown-menu li {
    border-bottom: 1px solid #dfdfdf;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #eaa938;
}
.nav-tabs .dropdown-menu {
    margin-right: 2px;
}
/* Email template */
.head_email_template {
    background:#45a9c9;
}
.btn_email_template {
    background:#eaa938 !important;
    padding: 8px 20px !important;
}
/* Estimates */
div#estimate-total-section {
    padding-right: 0;
    float: right;
    margin-right: 15px;
    padding-left: 0;
    margin-top: -1px;
}
table#estimate-item-table {
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}
/* Events */
.fc-unthemed tbody {
    border-color: #dfdfdf !important;
}
.fc-toolbar h2 {
    margin: 0;
    text-transform: capitalize;
}
#upcoming-event-container {
    height: 474px !important; 
    overflow-y: scroll;
}
/* Feedback */
h4.title_feedback {
    background: #d86261;
    padding: 16px;
    margin: -5px 0px 10px 0px;
    color: #fff;
}
.m_button_feedback {
    margin-bottom: -20px;
}
.btn_red_feedback {
    color:#fff !important;
    background:#d86261 !important;
}
.btn_red_feedback.active, .btn_red_feedback:active, .open>.dropdown-toggle.btn_red_feedback {
    color: #fff !important;
    background-color: #d96261 !important;
    border-color: #d96261;
}
i.fa-bug {
    font-size: 24px;
    margin-left: 0.5px;
}
button.btn_close_feedback {
    margin-top: -10px;
}
/* Firefox */
html {

  font-weight: 400 !important;
}
.input-group .form-control {
  z-index: 0;
}
@-moz-document url-prefix() {
  body {
    font-weight: 400 !important;
  }
}
/* FullScreen */
.fa-arrows-alt:before {
    content: "\f0b2";
    color: #5f7676;
    font-size: 14px;
}
/* Form | Datatables */
th.control {
    width: 15px !important;
}
input#nb_heures {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}
input#nb_heures_fact {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}
.disp-flex {
    display: flex;
}
table.dataTable tfoot th {
    font-weight: 500;
}
.input-group-addon {
    color: #5f7676;
    background-color: #fff;
    border: 1px solid #dfdfdf;
}
.input-number{
    height: 30px;
    width: 55px;
    outline: 0;
}

.input-text 
{
    height: 32px;
    padding: 6px 12px;
}
.form-control {
    color: #5f7676;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 32px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, input[readonly] {
    cursor: not-allowed;
    background: #f2f4f6 !important;
    outline: 0 !important;
    border: 1px solid #dfdfdf;

}
.dataTable tbody tr.active a.link {
    color: #5f7676 !important;
}

.dataTable tbody tr.active td, .dataTable tbody tr.active:hover td {
    background: #f2f4f6 !important;
    color: #5f7676 !important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #dfdfdf;
}
table.dataTable thead th {
    font-weight: 500 !important;
    border: 1px solid #dfdfdf;
    background: #f2f4f6;
    padding: 15px 10px;
}
table.dataTable.display tbody td {
    border: 1px solid #dfdfdf;
    outline: none;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    color: #45a9c9 !important;
    border: 1px solid #45a9c9 !important;
    border-radius: 50px !important;
    content: '+' !important;
    background-color: rgba(255, 255, 255, 0) !important;
    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
    padding-left: 40px !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    color: #fff !important;
    border: 1px solid #eaa938 !important;
    border-radius: 50px !important;
    content: '-' !important;
    background-color: #eaa938 !important;
}
.general-form.white .form-control {
    border-color: #dfdfdf;
    background-color: #fff;
    color: #5f7676;
}
.general-form .form-control {
    border-color: #dfdfdf;
    background-color: #ffffff;
    color: #5f7676;
}
.general-form .input-group-addon {
    border-color: #dfdfdf;
    background: #f2f4f6;
}
.general-form .form-control:focus, .general-form .form-control.white:focus {
    border-color: #dfdfdf;
}
.select2-choice {
    border-color: #dfdfdf !important;
    background-color: #ffffff !important;
}
.select2-container .select2-choice > .select2-chosen {
    font-size: 13px;
    font-weight: 400;
    color: #5f7676;
    background:#fff;
}
.select2-container .select2-choice {
    height: 32px;
}
.select2-container-multi .select2-choices .select2-search-choice {
    color: #5e7676;
    font-weight: 500;
    border-color: #dfdfdf;
}
.select2-search input {
    border-color: #dfdfdf !important;
    color: #5e7676 !important;
    font-family: "Poppins",sans-serif !important;
    -webkit-font-smoothing: antialiased;
letter-spacing: 0px;
}
.custom-toolbar .dropdown-toggle {
    color: #5f7676;
}
a.DTTT_button, a.DTTT_button:focus {
    border-color: #dfdfdf !important;
    color: #5f7676 !important;
}
.datatable-export a {
    box-shadow: none !important;
    border: 1px solid #dfdfdf;
    margin: 0 -2.3px;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 10px;
}
.dataTables_filter input, .datatable-search, .custom-filter-search {
    font-weight: 400;
    border: 1px solid #dfdfdf;
    color: #5f7676;
    padding: 9px;
    margin-top: -1px;
}
.select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input {
    border-color:#dfdfdf;
    color: #5f7676;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
letter-spacing: 0px;
    background: #fff;
}
.select2-results .select2-result-label {
    padding: 6px 9px;
}
.select2-drop {
    color: #5f7676;
}
.m_select_border {
    margin: -1px !important;
}
.select2-results .select2-no-results {
    color: #ffffff;
}
.select2-results .select2-result-label:hover {
    color: #fff;
    background: #45a9c9;
}
/*.select2-results .select2-result-label:active {
    color: #fff;
}
.select2-results-label:active {
    color: #fff !important;
}*/

.w-button_add_exp .dropdown-menu{
    right: 0;
    left: auto;

}
.dropdown-menu {
    padding: 0px 0;
    font-size: 13px;
}

.open>.dropdown-toggle.btn-default:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
}

.dropdown-menu>li>a {
    padding: 11px 10px !important;
    color: #5f7676;
    font-size: 13px;
    font-weight: 400;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #5f7676;
}

.dropdown-menu .divider {
    margin: 0px 0;
}
#estimate-form-editable  {
    width: 100% !important;
    max-width: 100% !important;
}
.bootstrap-timepicker-widget table td a {
    color: #45a9c9;
}
.bootstrap-timepicker-widget table td a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #eaa938;
}
.form-control {
    font-size: 13px;
}
.h_form {
    height: 150px !important;
}
/* Roles */
small.role {
    color: #5e7676;
    font-weight: 500;
}
hr.role {
    margin: 10px 0 !important;
}
.permission-list label.ml_input {
    font-weight: 400 !important;
}
.permission-list> li:before {
    content: '\f13e';
    color: #eaa938;
}
.permission-list {
    margin: 0 15px;
    padding: 0 15px;
}
/* General */
::-moz-scrollbar {
    width: 5px;
}
::-webkit-scrollbar{
    width: 5px;
}
#menu-mobile {
    display:none;
}
li#hide_menu_settings {
    border-bottom: 1px solid #dfdfdf;
}
.b-l {
    border-left: 1px solid #dfdfdf;
}
.b-r {
    border-right: 1px solid #dfdfdf;
}
.b-t {
    border-top: 1px solid #dfdfdf;
}
.b-b {
    border-bottom: 1px solid #dfdfdf;
}
.b-b-none {
    border-bottom: none !important;
}
.b-1 {
    border: 1px solid #dfdfdf;
}
.bg_logo_signin {
    background: #fff !important;
}
div#signin_link {
    padding: 30px;
    margin-top: -55px;
    background: #fff;
}
.box_shadow {
    -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.07);
}
.box_none {
    border:0 !important;
}
.normal {
    font-weight: 400 !important;
}
b, strong {
    font-weight: 500 !important;
}
.page-title h1 {
    font-size: 14px;
    font-weight: 500;
    padding: 17px 16px 14px;
}
.h1, h1 {
    font-size: 30px;
    font-weight: 500;
}
.h2, h2 {
    font-size: 25px;
    font-weight: 500;
}
.h4, h4 {
    font-size: 16px;
}
.white_co {
    color: #fff !important;
}
.mr3 {
    margin-right:3px;
}
.w12p {
    width:12%;
}
.w20px {
    width:20px !important;
}
.w30px {
    width:30px !important;
}
.w50px {
    width:50px !important;
}
.w60px {
    width: 60px;
}
.w70px {
    width:70px;
}
.w100px {
    width:100px;
}
.w110px {
    width:110px;
}
.w120px {
    width:120px;
}
.w130px {
    width:130px;
}
.w135px {
    width:135px;
}
.w150px {
    width:150px;
}
.w165px {
    width:165px;
}
.w200px {
    width:200px;
}
.w220px {
    width:220px;
}
.w250px {
    width:250px;
}
.w300 {
    width:350px;
}
.divider_grey {
    height: 1px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    background-color: #dfdfdf;
}
.divider {
    height: 1px;
    margin-bottom: 20px;
    width:100%;
    overflow: hidden;
    background-color: #eaa938;
}
.divider100 {
    height: 1px;
    margin-bottom: 20px;
    width:100px;
    overflow: hidden;
    background-color: #eaa938;
}
.divider150 {
    height: 1px;
    margin-bottom: 20px;
    width:150px;
    overflow: hidden;
    background-color: #eaa938;
}
.divider200 {
    height: 1px;
    margin-bottom: 20px;
    width:200px;
    overflow: hidden;
    background-color: #eaa938;
}
.divider250 {
    height: 1px;
    margin-bottom: 20px;
    width:250px;
    overflow: hidden;
    background-color: #eaa938;
}
.divider300 {
    height: 1px;
    margin-bottom: 20px;
    width:300px;
    overflow: hidden;
    background-color: #eaa938;
}
.divider350 {
    height: 1px;
    margin-bottom: 20px;
    width:350px;
    overflow: hidden;
    background-color: #eaa938;
}
.divider400 {
    height: 1px;
    margin-bottom: 20px;
    width:400px;
    overflow: hidden;
    background-color: #eaa938;
}
.dividerfull {
    height: 1px;
    margin-bottom: 40px;
    width:100%;
    overflow: hidden;
    background-color: #dfdfdf;
}
a.m_logo_signin {
    width: 100% !important;
    margin: 10px 0px;
    height: auto;
    min-height: 95px;
    background-repeat: no-repeat;
    background-position: center;
}
a.m_logo_signin img {
    margin: 0 auto;
    display: block;
}
.m_logo_reset {
    width: 80% !important;
    margin: 20px 0px -10px;
}
a.w_logo_topbar {
    width: 193px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0;
    margin-left: 6px;
}
span.sub_title {
    font-size: 15px;
    margin-left: 12px;
}
.text-off {
    opacity: 0.8 !important;
}
.page-title {
    border-bottom: 0;
    color: #fff;
    height: 52px !important;
}
.tab-title {
    border-bottom:0 !important;;
    color: #fff;
    /*height:49px !important;*/
}
.b_transp {
    border: 1px solid rgba(0, 0, 0, 0) !important;
}
.bg-info {
    color: #ffffff;
}
.bg-success {
    background: #ffffff;
    color: #5f7676;
}
.bg-dark-success {
    background-color: #ffffff;
    color: #5f7676;
}
img.logo_topbar {
    width: 100%;
}
.text-center {
    text-align: center !important;
}
.fw400 {
    font-weight: 400 !important;
}
.fw500 {
    font-weight: 500 !important;
}
.fw600 {
    font-weight: 600 !important;
}
.pb20 {
    padding-bottom:20px;
}
.mb40 {
    margin-bottom:40px;
}
.mb5 {
    margin-bottom:5px;
}
.pb10 {
    padding-bottom:10px !important;
}
.pb15 {
    padding-bottom:15px;
}
.pb60 {
  padding-bottom:60px;
}
.pt8 {
    padding-top: 8px;
}
.pt15 {
    padding-top: 15px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt35 {
    padding-top: 35px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pl27 {
    padding-left: 27px;
}
.no_border {
    border:0px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.pl0 {
    padding-left: 0px;
}
.pl5 {
    padding-left: 5px !important;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pr0 {
    padding-right: 0px;
}
.pr5 {
    padding-right: 5px !important;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pt20 {
    padding-top:10px;
}
.ml3 {
    margin-left: 3px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml5 {
    margin-left:5px;
}
.ml20 {
    margin-left:20px;
}
.ml7 {
    margin-left:7px;
}
.mb30 {
    margin-bottom:30px;
}
.mb10 {
  margin-bottom:10px;
}
.mb25 {
  margin-bottom:25px;
}
.mr10 {
    margin-right:10px;
}
.mr20 {
    margin-right:20px !important;
}
.mr25 {
    margin-right:25px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr-15 {
    margin-right:-15px;
}
.ml-15 {
    margin-left:-15px !important;
}
.pr20 {
    padding-right:20px;
}
.pl20 {
    padding-left:20px;
}
.pl40 {
    padding-left:40px;
}
.plr5 {
    padding: 0 5px;
}
.pr30 {
    padding-right:30px;
}
.mt2 {
    margin-top: 2px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px !important;
}
.mt16 {
    margin-top: 16px !important;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px !important;
}
.mt60 {
    margin-top: 60px;
}
.mt_widget_mob {
    margin-top:20px;
}
.b-a {
    border: 1px solid #dfdfdf !important;
    margin-top: -1px;
}
.p20_client {
    padding: 20px 20px 5px 20px;
}
.taj {
    text-align:justify;
}
.pltb40  {
    padding: 40px 0 40px 40px;
}
.vertical_align_middle {
    vertical-align: middle;
}
.bold {
    font-weight: 500 !important;
}
.title-tab {
    margin-right: 30px;
}
.bg_white {
    background: #fff;
    border: 1px solid #dfdfdf;
    margin: 20px;
}
.bgwhite {
    background: #fff !important;
}
.bggrey {
    background: #f2f4f6 !important;
}
.bg_white_client {
    background: #fff;
    padding:0;
    margin:0;
}
.box-content {
    width: 100%;
}
.modal-header {
    color: #fff !important;
}
.title_estimate_form {
    margin: -15px -15px 20px -15px;
    padding: 1px 20px 0px 20px;
    height: 50px !important;
    color: #fff;
}
.preview_estimate_form {
    margin: -15px -15px 20px -15px;
    padding: 11px 20px 0px 20px;
    height: 50px !important;
    color: #fff;
}
/* Help | Knowledge base */
.view-container-large {
    max-width: 100%;
    padding: 0px 36px 20px;
    margin: -41px 21px;
    background: #fff;
}
.help-category-box .anchor {
    color: #eaa938;
}
.help-catagory.list-group .list-group-item.active {
    color: #fff;
    border-left:0 !important;
}
.view-container {
    max-width: 100%;
}
#help-search-box {
    border: 1px solid #dfdfdf;
    width: 98%;
    margin: 0 auto;
}
.help-search-box-container {
    max-width: 100%;
    margin: 20px 20px 20px;
}
.help-catagory.list-group .list-group-item {
    border: 1px solid #dfdfdf !important;
    padding: 14px 10px;
}
#help-page-content {
    padding: 20px 30px;
    border: 1px solid #dfdfdf;
    margin: 0px 0px 0px -31px;
}
.help-category-box {
    color: #5e7676;
}
/* iFrame */
iframe {
    border: 0px solid #fff !important;
}
.mfp-iframe-scaler iframe {
    background: #fff;
}
.h100 {
    height: 100%;
}
/* Invoice */
.subtitle_invoice_numerotation input.num {
    width: 474px;
}
.invoice-preview{
    max-width: 100%;
    margin: auto;
}
.invoice-preview table{
    width: 100%;
    margin-top: 40px;
}
.invoice-preview td, 
.invoice-preview th {
    padding: 10px;
}


.ribbon {
    position: absolute;
    left: -35px; top: -35px;
    z-index: 1;
    overflow: hidden;
    width: 110px; height: 110px;
    text-align: right;
}
.ribbon span {
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 147px;
    display: block;
    position: absolute;
    top: 35px; left: -28px;
    padding: 0 !important;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #aaa;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #aaa;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #aaa;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #aaa;
}
.invoice-meta{
    font-size: 100% !important;
}
.label-recurring {
    border: 1px solid #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 14px;
}
.subtitle_invoice_numerotation {
    margin-left: 30px;
}

.invoice_pdf_view {
    color: #5f7676 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
letter-spacing: 0px;
}
.border_view_pdf {
    border: 1px solid #dfdfdf !important;
}
.bl_invoice_pdf {
    border-left: 1px solid #dfdfdf !important;
}
.bb_invoice_pdf {
    border-bottom: 1px solid #dfdfdf !important;
}
.bt_invoice_pdf {
    border-top: 1px solid #dfdfdf !important;
}
.br_invoice_pdf {
    border-right: 1px solid #dfdfdf !important;
}
#panel-coral {
    background-color: #45a9c9;
    color:#fff;
}
#panel-sky{
    background-color: #4ac580;
    color:#fff;
}
#panel-success {
    background-color: #eaa938;
    color:#fff;
}
#panel-primary {
    background-color: #d76262;
    border: transparent;
    color:#fff;
}
#panel-info {
    background-color: #40a1c0;
    color:#fff;
}
a#timecard-clock-out {
    border: 1px solid #d86261 !important;
    background: #d86261 !important;
}
.m_custo_pay_text {
    margin-top: -4px;
    margin-left: 20px;
}

a.btn.btn-default.dash_mob_invoice_button {
    width: 100%;
    height: 60px;
    padding-top: 18px !important;
    font-size: 17px;
}
.modal-payement {
    margin-top: 0px;
    margin-bottom: 20px;
}
.box_invoice {
    margin: 20px 0px 0px -15px;
}
.bg_invoice_title {
    background: #45a9c9 !important;
    font-size: 16px;
    font-weight: 500 !important;
}
.invoice-preview {
    max-width: 100% !important;
}
.invoice-preview * {
    line-height: 18px !important;
}
.invoice-preview table {
    margin-top: 0px !important;
}
.bloc-banque-fact ul , .invoice-meta ul, .bloc-banque-fact td ul {
    list-style-type: none;padding-left: 0px;
}
.bloc-banque-fact {
    border: solid 1px #45a9c9;
}
.penalite {
  border-right : solid 1px #45a9c9;
}

.bloc-banque-fact table tr td h2 {
   font-size : 20px;
}
.font_name_bill {
    font-weight:400;
    font-size:13px;
    text-transform:uppercase;
}
.font_bill_to {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: -15px;
}
.font_title_bill {
    font-weight:400;
    font-size:12px;
}
.font_penality {
    font-size:11px;
}
.ribbon span {
    display: none !important;
}
.bloc-banque-fact td {
    padding:5px 9px 0px !important;
}
/* Input Checkbox & Radio */
.submitted {
    position:relative;
    display:inline-block;
}
@-webkit-keyframes autofill {
    to {
        color: #5f7676;
        background: #ebeff2;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.ml_input {
    margin-left:10px;
}
input[type='radio'] {
    border: 1px solid #cfcbcb;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
    vertical-align: sub;
}
input[type='radio']:checked {
    background: #ffffff;
    border: 5px solid #45a9c9;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
}
input[type='checkbox'] {
    border: 1px solid #cfcbcb;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
    vertical-align: sub;
}
input[type='checkbox']:checked {
    background: #ffffff;
    border: 5px solid #45a9c9;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
}
input[type='checkbox'].red_check:checked {
    background: #ffffff;
    border: 5px solid #d76262;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
}
input[type='checkbox'].green_check:checked {
    background: #ffffff;
    color: #d76262;
    border: 5px solid #4ac580;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
}
.white_bg {
  background: #fff;
}
/* Labels */
label {
    font-weight: 500 !important;
}
.label-warning {
    background-color: #eaa938 !important;
}
/* Magnific-popup */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 18px solid #ffffff;
    margin-left: 24px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #45a8c8;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 10px;
    border-right: 27px solid #45a8c8;
}
/* Messages */
.search-messages {
    width: 96%;
    margin: 20px 12px;
}
.tal {
    text-align:center;
}
.message-row.unread strong, .message-row.unread span {
    color: #45a9c9;
}
.message-row.unread {
    border-left: 3px solid #eaa938;
    background: #f2f4f6;
    margin-left: -15px;
}
.message-row {
    margin-left: -15px;
}
/* Notes */
.b_title_note {
    border: 1px solid #dfdfdf !important;
}
.notepad-title {
    border-left: 2px solid #4ac580 !important;
    padding: 10px 15px;
    background: #f2f4f6;
}
.sticky-note {
    height: 525px;
    color: #5e7676;
    background: rgb(255, 255, 255);
    border: 1px solid #bdc9c9;
}
/* Notifications Models */
.notificatio-plate-title-area.p10 {
    border-bottom: 1px solid #dfdfdf;
}
.notificatio-plate-title-area span.pull-right i.fa.fa-cogs.ml10.text-blue {
    font-size: 13px;
    vertical-align: middle;
}
span.pull-left.admin.text-grey {
    width: 100%;
    border-right: 0;
    text-align: center;
}
.notificatio-plate-title-area span.pull-left {
    width: 60%;
    margin: -9px 0;
    padding: 5px;
}
.notificatio-plate-title-area span.pull-right {
    margin: -10px;
    padding: 5px 15px 7px 20px;
    border-left: 1px solid #dfdfdf;
}
li.bg-model-notif a.btn.btn_mob_data.panel-sky.pull-right {
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 11px;
    width: 26px;
    height: 26px;
    padding: 3px 0 0;
}
#email-template-table tbody tr.active td{border-left: 3px solid #eaa938;}
li.bg-model-notif:hover, #email-template-table td:hover  {border-left: 3px solid #eaa938;}
li.bg-model-notif {
    background: #f2f4f6;
    position: relative;
}
.panel-collapse ul li:hover{cursor:pointer;}

a.panel-title div.panel-notif_title h4:before {
    position: relative;
    content: '\f105';
    display: inline-block;
    font-family: 'FontAwesome';
    color: #5e7676;
    float: right;
    font-size: 11px;
    margin-right: 15px;
    top: 3px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

a.panel-title[aria-expanded="true"] div.panel-notif_title h4:before{
    content: '\f107';
    color: #fff;
} 

.bg-model-notif {
    background: #fff;
}
.bg-model-notif:hover,
.bg-model-notif.active {
    background: #f2f4f6;
    color : #45a9c9;
    border-left: 3px solid #eaa938;
}
#email-template-table tr.active span.template-row{color:#45a9c9;}
.title_notif {
    font-size: 13px;
    font-weight:300;
    color:#5e7675;
}
a.panel-title[aria-expanded="true"] div.panel-notif_title h4 { color: #fff !important;}
a.panel-title[aria-expanded="true"] div.panel-notif_title {
    background-color: #45a9c9;
    border-left: 3px solid #eaa938;
}

/* Note editor */
.note-editor .note-toolbar {
    border-color: #dfdfdf !important;
    background: #fff !important;
    padding: 5px 0px 5px 10px !important;
}
.note-btn {
    background:#fff !important;
    border:1px solid #dfdfdf;
    color: #5f7676;
}
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
    margin: 0 0px !important;
}
.note-color-reset {
    border-radius:0 !important;
    margin:0 !important;
    padding: 3px !important;
}
.note-color-reset:hover {
    color:#fff;
    background:#45a9c9 !important;
}
.note-editor h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Notifications */
.bg-danger {
    background-color: #d76262;
    color: #fff;
}
#sidebar-menu li a .badge {
    margin-right: 10px;
}
#sidebar-menu .badge {
    background-color: #d76262;
}
.badge.up {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.3;
}
/* Panel */
.panel-heading {
    border-radius: 0px;
    height: 54px;
    padding-top: 5px;
    color: #fff !important;
}
.panel-default>.panel-heading {
    font-weight: 500;
    border-color: #ffffff;
}
.panel-info {
    background-color: #45a9c9 !important;
    color: #fff;
}
.panel-info:hover {
    background-color: #40a1c0 !important;
    color: #fff;
}
.panel-coral {
    background-color: #45a9c9 !important;
    color: #fff;
}
.panel-coral:hover {
    background-color: #40a1c0 !important;
    color: #fff;
}
.panel-sky, .panel-sky:focus {
    background-color: #4ac580 !important;
    color: #fff;
}
.border-sky {
    border:1px solid #4ac580 !important;
}
.panel-sky:hover {
    background-color: #41b574 !important;
    color: #fff;
}
.panel-success {
    background-color: #eaa938 !important;
    border: transparent;
    color: #fff;
}
.panel-success:hover {
    background-color: #d3982f !important;
    border: transparent;
    color: #fff;
}
.panel-purple  {
    background-color: #a97bbc !important;
    color: #fff;
}
.panel-purple:hover  {
    background-color: #966aa8 !important;
    color: #fff;
}
.panel-grey  {
    background-color: #777 !important;
    color: #fff;
}
.panel-grey:hover  {
    background-color: #6e6b6b !important;
    color: #fff;
}
.panel-grey-info  {
    background-color: #f2f4f6 !important;
    border: 1px solid #dfdfdf;
}
.panel-grey-info:hover  {
    background-color: #f2f4f6 !important;
    border: 1px solid #dfdfdf;
}
.panel-primary {
    background-color: #d76262 !important;
    border: transparent;
    color: #fff;
}
.panel-primary:hover {
    background-color: #cb5959 !important;
    color: #fff;
}
.panel-footer {
    background-color: #ffffff;
    padding-bottom: 30px;
}
.panel {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.00);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    transition:none !important;
}
a.grey-2 {
    background: #b2b2b2 !important;
    color: #fff;
    cursor: not-allowed !important;
}
/* Project | Task | Kanban */
.list_todo_project_title {
    vertical-align: super;
    margin-left: 6px;
}
a.view-replies {
    background: #ffffff;
    color: #4ac580;
    margin-left: -5px;
    font-weight: 500 !important;
}
a.view-replies:hover,
a.view-replies:focus {
    background: #ffffff;
    color: #40b171;
    margin-left: -5px;
    font-weight: 500 !important;
}
.border-circle {
    border-radius: 3px !important;
}
.mw_box_description_projet_overview{
    min-height:200px !important;
}
.kanban-col {
    list-style-type: none;
    float: left;
    margin: 0 15px;
    width: 247px;
}
#load-kanban {
    border-top: 1px solid #eee;
}
.kanban-item {
    padding: 7px;
    border: 1px solid #dfdfdf;
    margin: 0px -3px -1px 0px;
    color: #5e7676;
    width: 247px;
    cursor: all-scroll;
}
.kanban-col-title {
    padding: 10px;
    color: #fff;
    margin-bottom: 0px;
    margin-right: 0px;
}
.kanban-item-list {
    height: auto !important;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 0px;
}
/* Stripe & Paypal */
button#stripe-payment-button {
    background: rgba(255, 255, 255, 0);
    border-radius: 3px;
    padding: 7px 20px 7px 20px;
    border: 1px solid #fff;
}
button#paypal-payments-stundard-button {
    background: rgba(255, 255, 255, 0);
    border-radius: 3px;
    padding: 7px 20px 7px 20px;
    border: 1px solid #fff;
}
.bg_payments {
    background: #45a9c9 !important;
}
.white_text_payments {
    color: #fff !important;
    margin-top: 2px;
    font-size: 13px;
    text-transform: uppercase;
}
/* Sidebar | Menu | Tabs | Ul/Li */
.m_icon_tb {
    margin-left:4px;
}
.bg_primary_color {
    color: #45a9c9 !important;
    width: 55px;
}
.active .bg_primary_color,.bg_primary_color:hover {
    background: #45a9c9 !important;
    color: #fff !important;
    width: 55px;
}
.bg_second_color {
    color: #eaa938 !important;
    width: 55px;
}
.active .bg_second_color , .bg_second_color:hover {
    background: #eaa938 !important;
    color: #fff !important;
    width: 55px;
}
.bg_third_color {
    color:#4ac580 !important;
    width: 55px;
}
.active .bg_third_color, .bg_third_color:hover {
    background: #4ac580 !important;
    color:#fff !important;
    width: 55px;
}
.bg_red_color {
    color: #d76262 !important;
    width: 55px;
}
.active .bg_red_color ,.bg_red_color:hover {
    background: #d76262 !important;
    color: #fff !important;
    width: 55px;
}
.tab-content {
    background: #fff;
}
.nav-tabs {
    color: #fff !important;
    border-bottom: 1px solid #e5e8ec;
}
#nav_tabs_projects {
    background: #fff !important;
    color: #5f7676 !important;
    margin-bottom: 20px;
}
.nav_tabs_clients {
    background: #ffffff !important;
    color: #5f7676 !important;
    border-bottom: 1px solid #dfdfdf !important;
    margin-bottom: 20px;
}
.nav_tabs_team {
    background: #ffffff !important;
    color: #5f7676 !important;
    border-bottom: 1px solid #dfdfdf !important;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}
li.nav_tab_client {
    border-right: 1px solid #dfdfdf;
}
li.nav_tab_client:hover {
    color:#fff !important;
    /*height: 49px !important;*/
}
.nav_tab_client>li:not(.title-tab):after {
    height:0px !important;
}
a.list-group-item, button.list-group-item {
    color: #5e7676;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:active, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #ffffff;
    border: 0px solid #ddd;
    height: 48px;
}
.nav-tabs>li:not(.title-tab):after {
    height: 0px !important;
    margin-bottom: 1px !important;
    color:#fff;
}
.nav-tabs.title li a {
    padding: 15px 15px;
}
.nav-tabs>li {
    margin-bottom:0px;
    height: 48px;
}
.nav-tabs>li>a {
    margin-top: 0px;
    margin-left: 0px;
    font-weight: 500;
    border: 0px;
}
.nav-tabs>li>a:hover {
    color: #ffffff;
    background: #eaa938;
    height: 48px;
}
.nav-tabs.vertical li:hover {
    float: none;
    background: #fff;
    color: #5f7676;
}
.nav-tabs.vertical li {
    float: none;
    background: #fff;
    color: #5f7676;
    border: 1px solid #dfdfdf;
}
.nav-tabs.vertical>li:not(.title-tab):after {
    height: 0px !important;
}
.nav-tabs.vertical>li>a:hover {
    color: #ffffff;
}
.navbar-brand>img {
    margin: 0 auto;
}
.navbar-default .navbar-nav>li>a {
    color: #5f7676;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #5f7676;
}
.navbar-nav>.open>a, .navbar-nav>.open>a:hover, .navbar-nav>.open>a:focus {
    background-color: #ffffff !important;
    color: #45a9c9 !important;
}
.navbar-left li:hover .dropdown-toggle i {
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
#sidebar {
    background: #ffffff;
    border-right: 1px solid #dfdfdf;
}
#sidebar-toggle-md {
    padding: 17px 0;
}
#sidebar.collapsed {
    width: 45px;
}
#sidebar-menu li {
    border-top: 1px solid #dfdfdf;
}
#sidebar-menu li:hover {
    color: #ffffff;
}
#sidebar-menu li a {
    color: #5f7676;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    padding:12px 11px 12px !important;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight:500 !important;
    cursor: pointer;
}
#sidebar-menu li a:hover {
    color: #5e7676 !important;
}
#sidebar-menu li a:active {
    color: #5e7676 !important;
}
#sidebar-menu li a:focus {
    color: #5e7676 !important;
}
#sidebar-menu > li.active > a {
    color: #5e7676 !important;
    border-left: 0;
}
#sidebar-menu li ul > li > a {
    background-color: #f2f4f6;
    font-size:12px;
    margin-top: -1px;
}
#sidebar-menu > li > ul > li > a:hover {
    color:#45a9c9 !important;
}
#sidebar-menu .devider {
    border-bottom: 0px solid #dfdfdf;
}
#sidebar-menu li.open ul > li > a {
    border-top: 1px dashed #dfdfdf;
}
#sidebar-menu li a span {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}
#sidebar-menu .dot {
    margin-right: 5px;
    margin-left: 2px;
}
#sidebar-menu li.expand.open > a:before {
    color: #fff;
    font-weight: bold;
}
#sidebar-menu li.expand > a:before {
    color: #5f7676;
    top: 3px;
    margin-left: 3px;
}
li.mt10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
li.menu_public {
    border: 1px solid #f2f4f7;
    margin: -1px 0px 0px 0px;
    text-transform: uppercase;
}
span.template-row {
    line-height: 30px !important;
}
.tabs_color_custom {
    background: transparent !important;
    font-size: 20px;
    border: 1px solid transparent !important;
    padding-top: 10px !important;
}
a.dropdown-toggle.bg_color_drop {
    background: #eaa938 !important;
}
a.dropdown-toggle.bg_color_drop:focus {
    background: #eaa938 !important;
}

/* Summernote */
.note-palette-title {
    margin: 0px 0px 0px 0px !important;
    color: #5f7676;
    font-weight: 500;
    border: 0 !important;
    background: #f2f4f6;
    padding: 10px 0px;
}
.note-color-reset {
    background: #fff !important;
}
.note-color-reset:hover {
    background: #f2f4f6 !important;
}
.panel-heading.note-toolbar .note-color .dropdown-menu {
    min-width: 322px !important;
}
.note-fontname {
    display:none !important;
}
.note-height {
    display:none !important;
}
.note-table {
    display:none !important;
}
/* Timeline */
.ticket-description-section {
    margin: 0 -17px;
}
/* Timeline */
#timeline {
    padding-bottom: 60px;
}
#timeline-content {
    padding:40px;
}
#timeline .post-content .post-date span {
    border-radius: 0px;
    color: #fff;
}
#timeline .post-content>.post> .media {
    background: #fff;
    padding: 0px 15px 15px 5px;
}
#timeline:before {
    background: #dfdfdf;
    width: 1px;
}
#timeline .post-content:nth-child(odd) .post-date:before {
    background: #dfdfdf;
    margin-right: -36px;
    width: 16px;
    height: 1px;
}
#timeline .post-content .post-date:before {
    background: #dfdfdf;
    height: 1px;
}
.post {
    border: 1px solid #dfdfdf;
    padding: 0px 0px 0px 0px;
}
.select2-results .select2-highlighted {
    color: #fff !important;
}
.timeline-images span.more {
    background-color: #eaa938;
    border: 0px solid #fff;
    width: 125px;
    margin-left: -125px;
}
.timeline-images img {
    width: 500px;
}
.mfp-title {
    display: none;
}
.mfp-counter {
    display: none;
}
#timeline .post-content:nth-child(even) {
    padding-left: 14px;
}
#timeline .post-content:nth-child(2n) {
    margin-top: 30px;
}
/* Todo */
.todo-input-box input {
    border: 1px solid #dfdfdf;
}
.todo-input-box {
    max-width: 100%;
    margin: 20px;
}
.panel-todo {
    background: #45a9c9;
    padding: 1px;
}
/* Tooltip | Popover */
.fa-question-circle {
    color:#45a9c9;
    font-size: 13px !important;
    margin: 0 7px;
}
.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}
.tooltip-inner {
    background-color: #5f7676;
    padding:5px;
    width:170px;
    text-align: center;
    z-index:500000000;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #fff;
}
.popover {
    color: #5f7676;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
letter-spacing: 0px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    border-radius: 3px;
    border: 0;
    max-width: 300px;
    text-align: justify;
    -webkit-box-shadow: 0 0px 15px rgba(0,0,0,.2);
    box-shadow: 0 0px 15px rgba(0,0,0,.2);
}
.popover.right>.arrow {
    border-right-color: rgb(255, 255, 255);
}
.popover.left>.arrow {
    border-bottom-color: rgb(255, 255, 255);
}
.popover.top>.arrow {
    border-bottom-color: rgb(255, 255, 255);
}
.popover.bottom>.arrow {
    border-bottom-color: rgb(255, 255, 255);
}
.popover.right {
    margin-left: 15px;
}
.popover.bottom {
    margin-left: 4px;
}
.m_icon_popover {
    color: #fff;
    font-size: 19px;
}
.ico_tuto_attendance {
    margin: -2px 5px !important;
}
.ico_tuto_attendance:hover {
    margin: -2px 5px !important;
}
.m_icon_popover:hover {
    color: #fff;
}
.m_custo_group_client {
    margin-top: 17px;
    margin-left: -10px;
}
.m_custo_tabs_tutos {
    margin-top: 15px;
    margin-left: 20px;
}
.m_custo_group_client2 {
    margin-top: 14px;
    margin-left: -10px;
}
.m_icon_popover_team_member {
    color: #fff;
    font-size: 16px;
}
h1.title_custo_client_details {
    padding: 13px 16px !important;
}
/* Tutos */
.color-tutos {
    color: #fff !important;
}
.m_icon_popover {
    display: none;
}
/* Upload file */
.progress-bar {
    background-color: #4ac580;
    -webkit-box-shadow: none;
}
.progress-bar-success {
    background-color: #45a9c9;
}
.post-dropzone .delete {
    font-size: 30px;
    position: absolute;
    opacity: 0.5;
    text-align: center;
    line-height: 20px;
    margin-top: 24px;
    margin-left: -56px;
    width: 32px;
}
/* Widget */
#ticket-status-flotchart {
    height:259px !important;
}
.flot-text {
    color: #5f7676 !important;
}
.widget-icon {
    float: left;
    font-size: 40px;
    opacity: 0.2;
}
.widget-details {
    padding-right: 10px;
}
/*************************************** Custom color ***************************************/
/* Button & Link | Icon */
a {
    color: #45a9c9;
}
a:hover {
    color: #45a9c9;
}
.btn {
    border-radius: 3px;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
letter-spacing: 0px;
}
a.dark:hover {
    color: #eaa938;
}
a.btn_reply {
    background: #eaa938;
}
a.btn_reply:hover {
    background: #d3982f;
}
i.fa-check-circle {
    color: #4ac580;
}
.fa-dedent {
    color: #45a9c9;
}
.fa-indent {
    color: #45a9c9;
}
.btn-default, .btn-default:focus, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background:#45a9c9;
}
.btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #5f7676;
    background-color: #ffffff;
    border-color: #fff;
}
.btn-default:hover {
    background-color: #40a1c0;
}
.btn-default-custom {
    background: #eaa938 !important;
}
.btn-primary {
    background-color: #45a9c9;
    border-color: #45a9c9;
}
.btn-primary:hover {
    background-color: #40a1c0;
    border-color: #40a1c0;
}
.btn-primary:focus {
    background-color: #40a1c0;
    border-color: #40a1c0;
}
.btn-primary:active, 
.btn-primary:active:hover {
    background-color: #3c9bb9 !important;
    border-color: #3c9bb9;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.btn_green {
    background:#4ac580;
}
.btn-info {
    background-color: #eaa938 !important;
    border: 1px solid #eaa938 !important;
}
.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
    background-color: #eaa938 !important;
    border: 1px solid #eaa938 !important;
}
.open>.dropdown-toggle.btn-info:focus {
    background-color: #eaa938;
}

td.option a {
    background: #45a9c9;
}
td.option a:hover {
    background: #40a1c0;
}
.upload-file-button {
    background: #eaa938 !important;
    border: 1px solid #eaa938 !important;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #45a9c9 !important;
}
.file-upload {
    background: #eaa938 !important;
    border-color: transparent !important;
}
.social-link:hover {
    color: #fff;
    background: #45a9c9;
    border: 1px solid #45a9c9;
}
.invoice-styles .active:before {
    color: #eaa938;
}
/* Datepicker */
.datepicker .datepicker-switch {
    background: #f2f4f6;
    border-bottom: 1px solid #dfdfdf;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
    color: #fff;
    background-color: #eaa938;
    border-color: #eaa938;
}
.datepicker .prev, .datepicker .next {
    background: #f2f4f6;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.datepicker table tr td.today {
    background-color: #45a9c9;
    border-color: #45a9c9;
}
.datepicker table tr td.today:hover {
    background-color: #40a1c0;
    border-color: #40a1c0;
}
.datepicker table tr td.today:active, .datepicker table tr td.today.active {
    color: #fff;
    background-color: #45a9c9;
    border-color: #45a9c9;
}
.datepicker table tr td.today:active:hover, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active:focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today:active.focus, .datepicker table tr td.today.active.focus {
    color: #fff;
    background-color: #45a9c9;
    border-color: #45a9c9;
}
.datepicker table tr td.active.active:hover {
    background-color: #d3982f;
    border-color: #d3982f;
}
.datepicker table tr td.active.active {
    background-color: #eaa938;
    border-color: #eaa938;
}
.datepicker table tr td.selected {
    background-color: #eaa938;
    border-color: #eaa938;
}
.datepicker table tr td.selected:hover {
    background-color: #d3982f;
    border-color: #e1a031;
}
.datepicker-custom-list .list-group-item:not(.active):hover {
    background-color: #45a9c9;
}
.font-18-icon-info {
    font-size: 18px !important;
    vertical-align: middle;
    color: #fff;
    margin-left: 10px;
}
/* Form | Datatables */
.dataTables_wrapper .dataTables_paginate {
 margin-right: 115px !important;
}
.datepicker-clear-selection {
    background: #d76262;
    color: #fff;
}
.select2-results .select2-no-results {
    background-color: #45a9c9;
}
.dataTable tbody tr.active td, .dataTable tbody tr.active:hover td {
    outline: none;
}
.checkbox-blank {
    margin: 0 5px 0 0;
    float: none;
}
.checkbox-checked {
    margin: 0 5px 0 0;
    float: none;
}
/* General */
.h52 {
    height: 52px !important;
}
.btn_support a {
    color: #d76262 !important;
    margin: 0 9px;
}
.btn_support a i {
    font-size: 17px !important;
}
.page-title {
    background: #45a9c9;
}
.tab-title {
    background: #45a9c9;
}
.title_estimate_form {
    background: #45a9c9;
}
.preview_estimate_form {
    background: #45a9c9;
}
.modal-header {
    background: #45a9c9 !important;
}
.modal-content {
    border: 0px solid #fff;
}
.modal-dialog {
    width: 655px;
    margin: 30px auto;
} 
.bg-info {
    background-color: #eaa938;
}
.bt_panel{
    border-top:1px solid #dfdfdf;
}
.color_red {
    color: #d96261;
}
.app-modal-sidebar-area {
    margin-top: 20px;
}
/* Help | Knowledge base */
.help-catagory.list-group .list-group-item:hover, .help-catagory.list-group .list-group-item.active {
    border-left: 2px solid #eaa938 !important;
}
/* Labels */
.label-success {
    background-color: #4ac580;
    color: #fff;
}
.label-purple {
    background-color: #a97bbc;
}
.label-primary {
    background-color: #eaa938;
}
.label-danger {
    background-color: #d76262;
}
.text-danger {
    color: #d76262;
}
.text-blue {
    color: #45a9c9;
}
.text-green {
    color: #4ac580;
}
.text-grey {
    color: #5e7676 !important;
}
.text-grey a {
    color: #5e7676 !important;
}
.label-info {
    background-color: #eaa938;
}
/* Loader */
.circle-loader {
    border-top-color: #45a9c9 !important;
}
.table-loader .loading{
    border: solid 2px #45a9c9 !important;
}
.app-loader .loading,
.table-loader .loading
{
    border: solid 2px #45a9c9;
    border-top-color: #fff;
}
.circle-done {
    color: #45a9c9;
}
/* Message */
.search-messages {
    border: 1px solid #dfdfdf;
}
#template-list-box  {
    margin-bottom: 20px;
}
#email-template-table {
    margin: -1px -1px;
}
#template-details-section {
    margin-left: -3px;
    border: 1px solid #dfdfdf;
}
#empty-template {
    height: 355px !important;
}
div#notifications-details-section {
    border: 1px solid #dfdfdf;
}
table#message-table {
    border-top: 1px solid #dfdfdf;
}
div#message-details-section {
    border: 1px solid #dfdfdf;
    min-height: 350px;
}
/* Note editor */
.note-btn:hover {
    color: #45a9c9;
}

.note-editor .btn-default {
    color: #5f7676 !important;
}
.note-editor, .note-editor .note-toolbar, .note-editor .note-statusbar .note-resizebar, .note-toolbar .btn {
    border-color: #dfdfdf !important;
}
.note-editor .btn-sm, .note-editor .btn-xs {
    padding: 6px 10px !important;
}
.note-editor a {
    color: #45a9c9 !important;
}
.note-editor a:hover {
    color: #40a1bf !important;
}
/* Panel */
.panel-heading {
    background: #45a9c9 !important;
}
/* Sidebar & Tabs */
.nav-tabs>li>a {
    border-right: 1px solid rgba(255, 255, 255, 0.31) !important;
    height: 48px;
}
li.nav_tab_client:hover {
    background:#eaa938 !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:active, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border-bottom: 0px;
    background: #eaa938;
}
.nav-tabs>li:not(.title-tab):after {
    background-color: #eaa938;
}
.nav-tabs.vertical>li>a:hover {
    background: #eaa938;
}
#sidebar-menu .dot {
    color: #eaa938;
}

#sidebar-menu > li > ul> .active > a .dot {
  margin-left: 2px;
  border-left:none;
  visibility: visible;
  color: #45a9c9;
}
li.expand.main.open {
    background: #f2f4f6;
    border-right: 2px solid #4db2d0;
}
#sidebar-menu li:hover {
    background-color: #f2f4f6;
}
#sidebar-menu li a:hover {
    background-color: #fff;
}
#sidebar-menu li a:active {
    background-color: #f2f4f6;
}
#sidebar-menu li a:focus {
    background-color: #f2f4f6;
}
#sidebar-menu > li.active > a {
    background-color: #45a9c9;
    border-left: 3px solid #eaa938;
    color: #fff !important;
}
#sidebar-menu > li > ul > li > a:hover {
    background-color: #f2f4f6;
}
/* Timeline */
#timeline:before {
    height: 90%;
}
#timeline .post-content .post-date span {
    background: #45a9c9;
}
.select2-results .select2-highlighted {
    background-color: #45a9c9 !important;
}
.app-alert.alert-success {
    background-color: #45a9c9;
}
#user-list-container {
    border-left: 1px solid #45a9c9;
}
/* Tutos */
.color_info_tuto_video {
    color: #eaa938;
}
/*Antho*/

div#signup-succes {
    text-align: center;
    padding: 0px 0 30px;
    margin-top: -30px;
}

.fa-input { font-family: FontAwesome, Poppins, sans-serif; }

.content-table-item {
    padding: 15px;
}
.nowrap-custo 
{
  white-space: nowrap !important;
}
.color-tag.active { transform: scale(0.5); }
.color-tag.clickable:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.color-tag {
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

.tab-title h2 {
  margin: 0;
  padding: 15px 15px;
  font-size: 18px;
}
.btn-primary {
    border-color: inherit;
    border: 1px solid transparent;
  }
.w35 { width : 35px; } 

#sidebar-menu > li > ul> .active > a {
  background-color: #f2f4f6;
    color: #45a9c9;
    border-left: 0;
}
/* Navbar toogle */
.navbar-toggle {
    color: #5f7676;
}
/* ******************************** CUSTOM ANTHO ******************************** */
.bg-grey {
    background: #f2f4f6;
    padding-top: 20px !important;
}
.bg_grey_notification {
    background: #f2f4f6;
    margin: -15px -14px 20px -15px;
    padding: 10px 0 4px 30px;
}
.bg_grey_notification2 {
    background: #f2f4f6;
    margin: 0px -14px 20px -15px;
    padding: 10px 0 4px 30px;
}
.form-group.bg-grey {
    padding: 10px 0;
}
ul.list-custom-field { padding:0px;list-style-type: none; }
ul.list-custom-field li:last-child {border-bottom: solid 1px #dfdfdf !important;}
ul.list-custom-field li:nth-child(even) { border-top:none;border-bottom:none;}
ul.list-custom-field li:hover { border-left: 3px solid #eaa938; background :#f2f4f6 !important;}
ul.list-custom-field li
{
    border: 1px solid #dfdfdf;
    outline: none;
    padding-left: 15px;
    padding: 8px 10px;
}
.text-left-custo {
    text-align: left !important;
}
ul.list-custom-field li a {
    line-height: 30px !important;
    color : #5f7676;
    display: block;
}

ul.list-custom-field li.active a{ color: #45a9c9;}
ul.list-custom-field li.active{
    border-left: 3px solid #eaa938;
    background :#f2f4f6;

}
/* Invoice payment alert */
input.alert-invoice-payment {
    background: #d76262 !important;
    color: #fff !important;
}
.message-alert {
    background: #f2f4f6;
    color: #d76262;
    font-weight: 500;
    padding: 10px 35px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 12px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0 !important;
  height: 0 !important;
}

/* Modal */
.modal-content {
    height: 100%;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 3px;
  left: 18px;
  right: 0;
  bottom: -3px;
  background-color: #d76262;
  -webkit-transition: .0s;
  transition: .0s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: -1px;
  bottom: -2px;
  background-color: white;
  border: 1px solid #dfdfdf;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-invoice {
    background-color : #45a9c9;
}
label.active-label{
    color:  #45a9c9 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    opacity: 1 !important;
}
label.first , label.second{
    text-decoration: line-through;
       /* opacity: 0.5; */
    z-index: 9999;
    position: relative;
}
input:checked + .slider-invoice {
  background-color: #45a9c9 !important;
}
input:checked + .slider {
  background-color: #4ac580;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 50px;
}
.slider.round:before {
  border-radius: 50%;
}
#contact_fields {
    padding: 20px 0px 5px 20px;
    background: #f2f4f6;
    margin: 15px 0;
}
p.info-items {
    background: #f4f6f7;
    padding: 5px;
    line-height: 24px;
}
/* ******************************** RESPONSIVE MOBILE ******************************** */
@media only screen and (max-width: 768px) {
/* Sign in demo*/
.col-md-3.demo {
    text-align: center;
    width: 24%;
    padding: 0;
}
.signin-box2 {
    margin: 0px auto 10px;
}
.bg-grey.demo {
    border-radius: 0;
}
.row.demo {
    margin: 0 !important;
    display: -webkit-box;
    height: 140px;
    margin-bottom: 0px !important;
}
a.m_logo_signin img {
    width: 90%;
}
.mt45_mob {
    margin-top: 45px;
}
a.footer_signin {
    display: none;
}
.search-messages {
    width: 92%;
    margin: -5px 0 15px;
}
.note-btn-group.btn-group.note-insert {
    display: none;
}
.signin-box {
    margin: 0% auto;
}
.h-menu-mobile {
    display:none !important;
}
/* Buttons */
.btn_mob_data {
    width: 35px;
    height: 33px;
    padding: 0px !important;
    line-height: 32px !important;
}
.btn-bubble-mob {
    border: 1px solid #dfdfdf !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 3px !important;
    margin: 0 !important;
}
button.btn-mob {
    height: 40px;
    font-size: 14px;
}
a.btn.panel-sky.btn-mob {
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 8px;
}
li.bg-model-notif a.btn.btn_mob_data.panel-sky.pull-right {
    line-height: 24px !important;
}
/* Calendar */
.fc button {
    font-size: 1.2em !important;
}
.fc-scroller.fc-time-grid-container {
    min-height: 300px;
}
.fc-left .fc-button-group {
    width: 100%;
    margin-bottom: 10px;
}
.fc-toolbar .fc-left {
    width: 100%;
}
button.fc-month-button.fc-button.fc-state-default.fc-corner-left.fc-state-active {
    width: 33%;
}
button.fc-month-button.fc-button.fc-state-default.fc-corner-left {
    width: 33%;
}
button.fc-agendaWeek-button.fc-button.fc-state-default {
    width: 33%;
}
button.fc-agendaDay-button.fc-button.fc-state-default.fc-corner-right {
    width: 33%;
}
.fc-right .fc-button-group {
    width: 100%;
    margin-bottom: 10px;
}
.fc-toolbar .fc-right {
    width: 100%;
}
button.fc-prev-button.fc-button.fc-state-default.fc-corner-left {
    width: 20%;
}
button.fc-today-button.fc-button.fc-state-default.fc-state-disabled {
    width: 60%;
}
button.fc-next-button.fc-button.fc-state-default.fc-corner-right {
    width: 20%;
}
div#event-calendar div.fc-center {
    display: grid;
}
.color_palet_mob {
    width:100%;
}
.color-palet {
    text-align: center;
}
.fc-toolbar .fc-center {
    padding-top: 15px;
    margin-bottom: 15px;
}
.fc-toolbar .fc-center {
    width: 100%;
    text-align: center;
}
.fc-icon, body .fc {
    font-size: 11px !important;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #dfdfdf;
}
.fc-basic-view .fc-body .fc-row {
    height: auto !important;
}
.fc-scroller.fc-day-grid-container {
    height: 100% !important;
}
.fc-week-number {
    display: none;
}
/* Chat/Messages */
div#js-init-chat-icon {
    display: none;
}
#message-list-box input.search-messages {
    margin: -5px 0 15px !important;
}
/* Clients */
span.avatar.avatar-xs.mr10 {
    display: none;
}
.mt_widget_mob {
    margin-top:10px !important;
}
.ml_widget_mob {
    margin-left:-25px !important;
}
.mr-15 {
    margin-right: -25px;
}
.ml-15 {
    margin-left: -25px;
}
a#show_hide_password {
    display: none;
}
.ml-10 {
    margin-left:-10px;
}
.mr-10 {
    margin-right:-10px;
}
.bg_white_contact_view {
    display:none;
}
form#profile-image-form {
    margin-top: 13px;
}
ul.nav.nav-tabs.nav_tabs_clients {
    margin-right: -10px;
    margin-left: -10px;
}
ul.nav.nav-tabs.nav_tabs_clients.m20.m_custo_clients {
    margin-right: 10px;
    margin-left: 10px;
}
.m10_mob_panel {
    margin:10px !important;
}
.m_mob_panel_project {
    margin:0px !important;
}
/* Datatable */
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
    padding-left: 30px !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    left: 23% !important;
    line-height: 21px !important;
}
input.custom-filter-search {
    width: 100%;
}
button#reload-kanban-button {
    display: none;
}
/* Roles */

.permission-list {
    margin: 0;
    padding: 0;
}
.permission-list label.ml_input {
    margin-left: 3px;
}
.permission-list> li:before {
    margin-left: 0;
    margin-right: 10px;
}
/* Estimate */
.pb0-mob {
    padding-bottom: 0 !important;
}
i.fa.fa-address-book.pull-right {
    display: none;
}
i.fa.fa-address-book-o.pull-right {
    display: none;
}
.m_first_advert_mob {
    margin: 0 20px 10px !important;
}
.m_second_advert_mob {
    margin: 0 20px !important;
}
.inline-block-mob-none {
    display: initial !important;
}
div>div>div>.pl20.pr20.pt5 {
    padding: 0;
    max-width: 100% !important;
}
div#estimate-total-section {
    padding: 0 !important;
}
div>div>div>p.b-t.b-info.pt10.m15 {
    padding: 15px 20px 5px;
    margin: 40px 0px 10px;
}
/* Expenses */
.w-button_add_exp.title-button-group {
    width: 100%;
    padding: 10px 10px 15px 10px;
    /*border-top: 1px solid #dfdfdf;*/
    margin: 0 !important;
}
/* General */
.modal-body {
    margin-top: 20px;
}
.modal-dialog {
    width: 100%;
    margin: 0;
    height: 100%;
    padding: 10px;
}
.pull-right-mob {
    float: initial !important;
}
.mb20_mob {
    margin-bottom: 20px;
}
.w_button_mobile_dash {
    margin: 6px 0px 20px !important;
}
.w100-mob {
    width: 100%;
}
.pr_mob_15 {
    padding-right: 15px !important;
}
.pl_mob_15 {
    padding-left: 15px !important;
}
.m10_mob {
    margin:10px !important;
}
.mb10_mob {
    margin-bottom: 10px;
}
span.help {
    display: none;
}
.w-100-add {
    width:100%;
    margin: 5px auto !important;
    padding: 10px !important;
}
.w-100-add-basket {
    width:100%;
    margin: 5px auto 15px !important;
    padding: 8px !important;
}
.w-100-add-project {
    width:100%;
    margin: 20px 0 0 !important;
    padding: 10px !important;
}
.w-100-add-timer {
    width: 90%;
    margin: 10px 0 0 5% !important;
}
.w100-project {
    width: 100%;
    margin: 0 auto !important;
}
.inline-block-mob-none .w-100-add {
    padding: 8px !important;
}
.p20-right-left-mob {
    padding: 0 20px !important;
}
.p20-mob {
    padding: 0 20px 20px !important;
}
.p10-mob {
    padding: 0 10px 10px !important;
}
.fab.btn-group.show-on-hover.dropup {
    display: none;
}
.tab-title {
    height:48px !important;
}
.nav-tabs {
    height:48px !important;
}
label.col-md-12.bg-grey.mt15.pt10.pb20.mb20 {
    width: 100%;
}
/* Display none */
.mob-dip-none {
    display:none !important;
}
.btn_ticket_mob {
    text-align: center;
    margin : 10px 0 20px -35px;
}
.p30-mob-none {
    padding :0 !important;
}
.mt15-mob-none {
    margin-top:  :0 !important;
}
#mob-dip-none {
    display:none !important;
}
#hide_menu_logo {
    display: none;
}
#stats-value {
    display: none;
}

/* Invoice */
.subtitle_invoice_numerotation input.num {
    width: 100%;
}
.m_text-center {
    text-align: center;
}
.pull-right-mob-none {
    float: none !important;
}
div.invoice-preview .table-responsive.mt15.pl15.pr15 {
    padding-bottom: 0px !important;
    margin-bottom: 0 !important;
}
.box_invoice_mob {
    margin: 15px -10px 0px -12px !important;
}
.table-responsive.mt15.pl15.pr15.item_invoice_custom {
    padding: 0;
    margin-top: 0 !important;
}
.panel.panel-default.p15.b-t.item_invoice_custom {
    padding:0 !important;
}
.infos_grid {
    display: inline-grid;
    padding: 15px 10px;
    margin: 0;
    text-align: center;
    width: 100%;
}
.infos_grid_estimates {
    display: inline-grid;
    padding: 15px 10px;
    margin: 0;
    text-align: center;
    width: 100%;
    line-height: 25px;
}
#estimate-status-bar .infos_grid_estimates {
    margin-top: -15px;
}
div#estimate-total-section {
    margin-right: 0;
}
#invoice-status-bar .infos_grid {
    margin-top: -10px;
}
table#invoice-payment-table {
    margin-top: 20px;
}
.m-mob-action {
    margin-right: 20px;
    margin-top: 20px;
}
.m-mob-label {
    margin-left: 15px;
    margin-bottom: 10px;
}
/* Leaves */
.m_details_modal_leaves.row {
    margin: 0px;
}

.toolbar-left-top {
    display:none !important;
}
.datatable-export {
    display:none !important;
}

/*Toolbar and datatables*/
button.btn.btn_dttt[data-act="datepicker"] {
    width: 60%;
}
div.datatable-tools div.custom-toolbar label {
    display: block;
}
div.datatable-tools div.custom-toolbar label input {
    width: 100%;
    margin: 0px 0 10px;
    padding: 10px;
}
div.DTTT_container {
    white-space: nowrap;
    margin-right: 0 !important;
}
.datatable-tools {
    margin: 0px 0 15px;
}
.dataTables_wrapper .dataTables_filter {
    margin-top: 25px;
}
#yearly-invoice-table_filter,
#estimate-table_filter,
#contact-table_filter,
#item-table_filter,
#item-basket-table_filter,
#monthly-expense-table_filter,
#pending-approval-table_filter,
#all-application-table_filter,
#leave-summary-table_filter,
#leave-type-table_filter,
#project-table_filter,
#project-timesheet-table_filter,
#ticket-table_filter,
#ticket-type-table_filter,
#announcement-table_filter,
#note-table_filter,
#prospect-table_filter,
#prospect-groups-table_filter,
#client-table_filter,
#project-table_filter,
#invoice-table_filter,
#client-file-table_filter,
#prospect-file-table_filter,
#monthly-invoice-table_filter,
#category-table_filter,
#payment-method-table_filter,
#expense-table_filter,
#team-member-file-table_filter,
#team-table_filter,
#task-table_filter,
#milestone-table_filter,
#project-file-table_filter,
#estimate-project-table_filter,
#todo-table_filter,
#taxes-table_filter {
    margin-top: 0 !important;
}
#contact-table_filter {
    margin-top: 20px !important;
}
#template-details-section {
    padding: 20px;
    margin-top: -27px;
}
#comment-form-container .p15.box {
    padding: 0;
    margin-top: 15px;
}
.DTTT_container .w200 {
    width: 100%;
}
button.btn.btn_dttt.date-range-selector {
    width: 20%;
}
.dataTables_filter {
    margin: 0 0px 0px 0px;
}
button[data-act="datepicker"] {
    width: 60%;
}
button.btn.btn-default.date-range-selector {
    width: 20%;
}
/* Loader */
#pre-loader .app-loader{
    right: 40%;
}
/* Logo */
a.w_logo_topbar {
    background-repeat: no-repeat;
    background-position-x: center;
    width: 200px;
}
/* Menu */
#sidebar.collapsed {
    width: 0 !important;
}
button#sidebar-toggle {
    float: left;
    margin-left: 10px;
}
/* Messages */
.pan_mess_settings_mob {
    padding: 30px 0px 20px !important;
}
.mob_message {
    margin-top:0px;
    padding:0px !important;
}
#message-list-box {
    border:0 !important;
    background: rgba(255, 255, 255, 0) !important;
}
.upload-file-button {
    width: 100%;
    margin: 5px 0px;
    padding: 10px 0;
}
/* Modal */
.btn_close_custom {
    width: 100%;
    margin-bottom: 10px;
}
.modal-footer .btn+.btn {
    width: 100%;
    margin-left:0px;
    margin-bottom: 10px;
}
.modal-content {
    height: auto;
}
/* Notes */
.p0_notes_mob {
    padding: 0 !important;
}
/* Project */
ul#nav_tabs_projects {
    margin: 60px 0 10px;
}
span.avatar.avatar-xs.mr10 {
    display: none;
}
.kanban-col {
    float: none;
    margin: 0 auto !important;
    width: 95%;
}
.kanban-item {
    width: 100%;
    padding: 10px;
}
div#kanban-filters {
    margin: 0;
}
.m0_view_task {
    margin:0 !important;
}
div#s2id_gantt-group-by {
    width: 100%;
    margin-bottom: 10px;
    margin-top: -29px;
}
div#s2id_gantt-milestone-dropdown {
    width: 100%;
    margin-bottom: 10px;
}
div#s2id_gantt-status-dropdown {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
}
/* Summernote */
.note-color {
    display:none !important;
}
.note-style {
    display:none !important;
}
.note-view {
    display:none !important;
}
.note-table {
    display:none !important;
}
.note-height {
    display:none !important;
}
.note-para {
    display:none !important;
}
/* Team members */
.w_button_group.title-button-group {
    width: 100%;
    padding: 10px 5px 0px 25px;
}
.bg_white_team_mob {
    background:#fff;
    margin: 10px !important;
}
.m_title_team {
    margin: -10px;
}
.mt150_team_view {
    margin-top: 150px;
    padding:10px;
}
span.avatar_team_member {
    margin-top: 0px;
}
.p_widget_team_member {
    padding:0 !important;
}
/* Tickets */
span.avatar.avatar-xs.mr3 {
    display: none;
}
.invisible_by_client_label_mob {
    display: block;
    border-top: 1px solid rgba(234, 169, 56, 0.43);
    border-bottom: 1px solid rgba(234, 169, 56, 0.43);
    background: #fff;
    color: #eaa938;
    margin: 10px 0 10px -35px;
}
.psub_mob {
    padding: 30px 0 20px !important;
}
.style_mob_label {
    padding: 11px;
    margin-top: -15px;
}
/* Timeline */
#timeline:before {
    display:none;
}
#timeline .post-content:nth-child(odd) .post-date:before {
    display:none;
}
#timeline .post-content {
    padding: 0 0 0 0px !important;
}
#timeline > .post-content:first-child {
    padding-top: 20px !important;
}
#timeline-content {
    padding: 20px;
}
/* Tutos */
.m_icon_popover {
    display: none;
}
}
/* ******************************** RESPONSIVE TABLETTE ******************************** */
@media (min-width: 768px) and (max-width: 1152px){
.signin-box {
    margin: 0% auto;
}
div.DTTT_container {
    float: none !important;
    text-align: center;
}
a.footer_signin {
    display: none;
}
.dataTables_wrapper .dataTables_filter {
    float: initial !important;
}
.nav_tabs_clients {
    margin-top: 20px;
}
.m20_client_views .page-title.clearfix.no-border.bg-off-white {
    margin-left: -10px;
    margin-right: -10px;
}
li.bg-model-notif a.btn.btn_mob_data.panel-sky.pull-right {
    line-height: 24px !important;
}
/* Sign in demo*/
.col-md-4.demo {
    text-align: center;
    width: 33%;
    padding: 0;
}
.bg-grey.demo {
    border-radius: 0;
}
.signin-box2 {
    margin: 0px auto 10px;
}
.row.demo {
    margin: 0 !important;
    display: -webkit-box;
    height: 140px;
    margin-bottom: 0px !important;
}
/* Buttons */
.btn_mob_data {
    width: 35px;
    height: 33px;
    padding: 0px !important;
    line-height: 32px;
}
.btn-bubble-mob {
    border: 1px solid #dfdfdf !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 3px !important;
    margin: 0 !important;
}
/* Chat */
div#js-init-chat-icon {
    display: none;
}
/* Clients */
.bg_white_contact_view {
    display:none;
}
/* Divers */
.disp_none {
    display: none;
}
.tab-dip-none {
    display:none !important;
}
#tab-dip-none {
    display:none !important;
}
#stats-value {
    display: none;
}
.w100-tab {
    width: 100%;
}
.pr_mob_15 {
    padding-right: 15px !important;
}
.pl_mob_15 {
    padding-left: 15px !important;
}
/* Project */
span.avatar.avatar-xs.mr10 {
    display: none;
}
/* Timeline */
.timeline-mob {
    display: none !important;
}
#timeline-content {
    padding: 20px;
}
}
/* ******************************** SMALL SCREEN ******************************** */
@media (min-width: 1153px) and (max-width: 1365px){
/* Dashboard */
.dash_1 {
    width:30% !important;
}
.dash_2 {
    width:70% !important;
}
.dash_3 {
    display:none;
}
#project-timeline-container {
    height: 623px !important;
}
.disp_none {
    display: none;
}
}
/* ******************************** MIDDLE SCREEN ******************************** */
@media (min-width: 1366px) and (max-width: 1560px){
#project-timeline-container {
    height: 670px !important;
}
.disp_none {
    display: none;
}
}