
/*manager lucid customization*/

.card2-header.login-header {
    background: #aec785;
    text-align: center;
    color: #fff;
    border-bottom: 10px solid #a0b87e;
}

.card2-header.login-header h2 {
    font-size: 16px;
}

.card2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card2>hr {
    margin-right: 0;
    margin-left: 0;
}

.card2>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card2>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card2-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card2-title {
    margin-bottom: 0.75rem;
}

.card2-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card2-text:last-child {
    margin-bottom: 0;
}

.card2-link:hover {
    text-decoration: none;
}

.card2-link+.card2-link {
    margin-left: 1.25rem;
}

.card2-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card2-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card2-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card2-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card2-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card2-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card2-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card2-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card2-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card2-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card2-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card2-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card2-deck .card2 {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card2-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card2-deck .card2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card2-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card2-group>.card2 {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card2-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card2-group>.card2 {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card2-group>.card2+.card2 {
        margin-left: 0;
        border-left: 0;
    }
    .card2-group>.card2:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card2-group>.card2:not(:last-child) .card2-img-top,
    .card2-group>.card2:not(:last-child) .card2-header {
        border-top-right-radius: 0;
    }
    .card2-group>.card2:not(:last-child) .card2-img-bottom,
    .card2-group>.card2:not(:last-child) .card2-footer {
        border-bottom-right-radius: 0;
    }
    .card2-group>.card2:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card2-group>.card2:not(:first-child) .card2-img-top,
    .card2-group>.card2:not(:first-child) .card2-header {
        border-top-left-radius: 0;
    }
    .card2-group>.card2:not(:first-child) .card2-img-bottom,
    .card2-group>.card2:not(:first-child) .card2-footer {
        border-bottom-left-radius: 0;
    }
}

.card2-columns .card2 {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card2-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card2-columns .card2 {
        display: inline-block;
        width: 100%;
    }
}

.accordion>.card2 {
    overflow: hidden;
}

.accordion>.card2:not(:first-of-type) .card2-header:first-child {
    border-radius: 0;
}

.accordion>.card2:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion>.card2:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card2:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card2 .card2-header {
    margin-bottom: -1px;
}

.inlineblock,
.card2,
.card2 .header .header-dropdown li,
.navbar-fixed-top .navbar-right .navbar-nav,
.navbar-fixed-top .navbar-right .navbar-nav>li,
.user-account .dropdown,
ul.choose-skin li div,
ul.choose-skin li span,
.wizard>.actions ul,
.tabcontrol>.steps>ul>li>a,
.tabcontrol>.content,
.chat-widget li.right .chat-info,
.chat-widget li .chat-info,
.info-box-2 .icon,
.info-box-2 .content,
.weather .days li,
.weather3 .top .wrapper .temp .temp-value,
.weather3 .top .wrapper .temp .deg,
.stats-report .stat-item,
.new_timeline .header .color-overlay .day-number,
.new_timeline .header .color-overlay .date-right,
.new_timeline li div,
.team-info li,
.chart.easy-pie-chart-1,
.c_list .c_name,
.right_chat .media .message,
.right_chat .media .status,
.dt-bootstrap4 .dt-buttons,
.dt-bootstrap4 .dataTables_info,
.dt-bootstrap4 .dt-buttons+.dataTables_filter,
.dt-bootstrap4 .dt-buttons+.dataTables_paginate,
.dt-bootstrap4 .dataTables_info+.dataTables_filter,
.dt-bootstrap4 .dataTables_info+.dataTables_paginate,
.social_icon,
.member-card .social-links li {
    display: inline-block;
}

.displayblock,
.card2 .header .header-dropdown li a,
.card2 .header h2 small,
.navbar-nav ul.notifications li>a,
.navbar-nav ul.notifications li .text,
.navbar-nav ul.user-menu>li>a,
.user-account .user-name,
.user-account .dropdown .dropdown-menu a,
.sidebar-nav .metismenu a,
ul.choose-skin li,
.auth-box .helper-text,
.auth-box .btn-signin-social,
.metric-inline i,
.metric-inline span,
.separator-linethrough:after,
.wizard,
.tabcontrol,
.wizard ul>li,
.tabcontrol ul>li,
.wizard>.steps,
.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active,
.wizard>.content,
.wizard>.actions,
.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active,
.tabcontrol>.steps,
.chat-widget li .message,
.info-box-2 .chart,
.weather2 .city-selected .temp h2,
.weather .days li .degrees,
.weather3 .top::after,
.weather3 .bottom .forecast li,
.basic-list li,
.right_chat .media .name,
.social_media_table .list-name,
.testimonial4 blockquote,
.testimonial4 blockquote:before,
.testimonial4 blockquote:after,
.member-card .text-pink,
.w_social2 .pw_img:before,
.w_social2 .pw_content .pw_meta small,
.w_social2 .pw_content .pw_meta span,
.w_profile .job_post,
.feeds_widget li .feeds-body,
.feeds_widget li .feeds-body>small,
.timeline-item:before,
.timeline-item:after,
.page-calendar .event-name h4 span,
.page-calendar .event-name p,
.fc .fc-view-container .fc-event:focus .fc-overlay,
.fc .fc-view-container .fc-event:hover .fc-overlay,
.fc .fc-view-container .fc-event:active .fc-overlay,
.file_manager .file a:hover .hover,
.file_manager .file .file-name small,
.pricing3 .pricing-option .price,
.invoice1 .info {
    display: block;
}

.card2 {
    background: #ffffff;
    transition: .5s;
    border: 0;
    /*margin-bottom: 30px;*/
    border-radius: 0.55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.card2 .header {
    color: #444444;
    padding: 20px;
    position: relative;
    box-shadow: none;
}

.card2 .header .header-dropdown {
    position: absolute;
    top: 14px;
    right: 10px;
    list-style: none;
}

.card2 .header .header-dropdown li a {
    padding: 5px 10px;
}

.card2 .header .header-dropdown li .dropdown-menu {
    background: #17191c;
    border-radius: 0.55rem;
    overflow: hidden;
    transform: none !important;
    left: auto !important;
    right: 0;
    padding: 10px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5);
    border: 0;
}

.card2 .header .header-dropdown li .dropdown-menu li {
    display: block !important;
}

.card2 .header .header-dropdown li .dropdown-menu li a {
    padding: 10px;
    color: #999999;
    white-space: nowrap;
    font-size: 14px;
}

.card2 .header .header-dropdown li .dropdown-menu li a:hover {
    color: #ffffff;
}

.card2 .header .header-dropdown i {
    font-size: 20px;
    color: #999999;
    transition: all 0.5s;
}

.card2 .header h2 {
    font-size: 16px;
    color: #444444;
    position: relative;
}

.card2 .header h2 small {
    font-size: 13px;
    color: #999999;
    line-height: 15px;
}

.card2 .header h2 small a {
    font-weight: 700;
    color: #777777;
}

.card2 .p-15 {
    padding: 15px !important;
}

.card2 .body {
    color: #444444;
    padding: 20px;
    font-weight: 400;
}

.auth-main .card2 {
    padding: 10px;
}

.accordion .card2-header .btn {
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
}

.m-b-0,
.card2 .header,
.navbar-nav ul.notifications li>a .media,
.navbar-nav ul.notifications li .text,
ul.choose-skin,
.auth-box .lead,
#toast-container .toast,
.weather .city h3,
.weather6 p,
.top_counter .content .number,
.basic-list,
.c_list .fancy-checkbox,
.c_list .c_name,
.c_list address,
.social_media_table .table,
.feeds_widget,
.page-calendar .event-name h6,
.page-calendar .event-name h4,
.page-calendar .event-name p,
.page-calendar .event-name address,
.folder h6,
.pricing,
.pricing h3 {
    margin-bottom: 0px;
}

.m-t-5,
.card2 .header h2 small,
.user-account .dropdown,
.auth-box .lead,
.wizard>.actions,
.setting-list li,
.team-info,
.page-calendar .event-name address {
    margin-top: 5px;
}

.m-b-15,
.w_social3 .card2 .fa {
    margin-bottom: 15px;
}

.margin-0,
.card2 .header .header-dropdown,
.card2 .header h2,
.navbar-nav,
.nav-tabs-new>li>a,
.sidebar-nav ul,
.block-header .breadcrumb,
.media .media-body .media-heading,
.wizard ul,
.tabcontrol ul,
.tabcontrol>.steps>ul>li>a,
.weather2 .city-selected .temp h2,
.weather2 .days-list,
.weather3 .bottom .forecast,
.weather4 p,
.stats-report .stat-item h5,
.new_timeline>ul,
.new_timeline h3,
.new_timeline h4,
.c_list tr td .btn,
.project_report h6,
.project_report .team-info,
.w_social2 .pw_content .pw_header h6,
.w_user .wid-u-info h5,
.feeds_widget li .feeds-body .title,
.timeline-item h5,
.fc-overlay.right,
.fc .fc-toolbar,
.fc .fc-toolbar h2 {
    margin: 0 !important;
}

.padding-0,
.card2 .header .header-dropdown,
.navbar-fixed-top,
.navbar-fixed-top .navbar-btn,
.sidebar-nav ul,
.search-form,
.search-form .btn,
.block-header .breadcrumb,
.accordion .card2-header,
.wizard ul,
.tabcontrol ul,
.wizard ul>li,
.tabcontrol ul>li,
.tabcontrol>.steps>ul>li:hover,
.chat-widget,
.weather3 .bottom .forecast,
.new_timeline .header,
.right_chat .media .status,
.profilepage_1 .tab-content,
.fc .fc-view-container .fc-view.fc-basic-view>table>thead tr th.fc-agenda-gutter,
.fc .fc-view-container .fc-view.fc-basic-view>table>thead tr td.fc-agenda-gutter,
.fc .fc-view-container .fc-view.fc-agenda>table>thead tr th.fc-agenda-gutter,
.fc .fc-view-container .fc-view.fc-agenda>table>thead tr td.fc-agenda-gutter,
.fc .fc-view-container .fc-view.fc-basic-view>table>thead tr td.fc-widget-header,
.fc .fc-view-container .fc-view.fc-agenda>table>thead tr td.fc-widget-header,
.file_manager .file,
.pricing2 .pricing-plan .pricing-features {
    padding: 0 !important;
}

.align-left,
.user-account,
.user-account .dropdown,
.accordion .card2-header .btn,
.chat-widget li.left .chat-info {
    text-align: left;
}

.align-center,
.navbar-nav ul.user-menu .menu-button,
.auth-box .form-auth-small .bottom,
.metric-inline,
.separator-linethrough,
.page-loader-wrapper,
.info-box-2 .chart,
.weather2 .days-list .day,
.weather .days li,
.weather3 .top,
.top_counter .icon,
.chart.easy-pie-chart-1,
.chart.easy-pie-chart-1>span>img,
.c_list address i,
.social_icon,
.profile_state,
.testimonials .body,
.member-card,
.w_social3 .card2,
.profilepage_2 .profile-header,
.file_manager .file .icon,
.pricing,
.pricing2,
.pricing3 {
    text-align: center;
}

.accordion.custom .card2-header {
    background: transparent;
    border-color: #f0f0f0;
}

.accordion.custom .card2-header .btn {
    color: #666666;
}

.accordion.custom .card2-header .btn:hover,
.accordion.custom .card2-header .btn:focus {
    text-decoration: none;
}

.accordion.custom .card2-body {
    font-size: 15px;
    line-height: 28px;
    color: #777777;
}

.w_social3 .card2 {
    padding: 25px;
}

.w_social3 .card2 .fa {
    font-size: 30px;
}

.w-option .card2-header {
    height: 26px;
    line-height: 80%;
    font-size: .9vw;
}

.w-option .card2-body {
    font-size: .7vw;
}

/*anti bootstrap customizations*/

.card2-header {
    background: #e6eaec;
    padding: 0.5rem 1.25rem;
    border-bottom: 1px solid #d8d8d8;
    color: #5a5a5a;
    padding-left: 24px;
}

.franchisseur .card2PTitle2 .row .col-md-3 {
    border-right: 1px solid #dee2e6;
}

.franchisseur .card2PTitle2 .row .col-md-3:last-child {
    border-right: none;
}

.franchisseur .col-form-label {
    width: 200px;
    text-align: right;
    padding-right: 30px;
    font-size: 12px;
}

.franchisseur .col-form-label2 {
    width: 235px;
    text-align: right;
    padding-right: 15px;
    font-size: 12px;
}

.franchisseur .card2PTitle2 {
    height: auto;
}

.franchisseur .card2PTitle2 .col-form-label {
    text-align: left;
    padding: 10px 0;
    font-weight: bold;
    font-size: 12px;
}

.franchisseur .card2PBody2 .form-group {
    min-height: 35px;
    margin-bottom: 20px;
}

.franchisseur .card2PBody2 .col-form-label {
    padding-left: 0;
}

.franchisseur .card2PBody2 .form-control {
    width: calc(100% - 200px);
    height: 36px;
}

.franchisseur .card2PBody2 .form-control.form-control2 {
    width: 100%;
}

.franchisseur .card2PBody2 .red-input {
    width: calc(100% - 200px);
    height: 36px;
}

.franchisseur .card2PBody3 .form-group {
    min-height: 35px;
    margin-bottom: 20px;
}

.franchisseur .card2PBody3 .col-form-label {
    padding-left: 0;
}

.franchisseur .card2PBody3 .form-control {
    width: calc(100% - 200px);
    height: 35px;
}

.franchisseur .card2PBody3 .form-control.form-control2 {
    width: 100%;
}

.franchisseur .card2PBody3 .red-input {
    width: calc(100% - 200px);
    height: 35px;
}

.card2personalised {
    border-radius: 5px;
    border: 1px solid #dee2e6;
    height: calc(100% - 20px);
    margin-top: 20px;
    /*padding-bottom: 50px;*/
}

.card2personalised2 {
    border-radius: 5px;
    border: 1px solid #dee2e6;
    margin-top: 20px;
}

.card2-title {
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.card2-link {
    float: right;
    margin-top: -32px;
    margin-right: 20px;
    font-size: 1.2em;
}

.card2personalised3 {
    border-radius: 5px;
    border: 1px solid #dee2e6;
    height: calc(100% - 40px);
    margin-top: 20px;
}

.card2PTitle {
    background-color: #f4f7f6;
    height: 50px;
    border-bottom: 1px solid #dee2e6;
    /*padding: 10px 20px 5px 20px;*/
}

.card2PTitle2 {
    background-color: #f4f7f6;
    height: 35px;
    border-bottom: 1px solid #dee2e6;
    /*padding: 10px 20px 5px 20px;*/
}

.card2PTitle3 {
    background-color: #e6eaec;
    height: 35px;
    border-bottom: 1px solid #dee2e6;
    /*padding: 10px 20px 5px 20px;*/
}

.card2Franchiseur {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 20px;
    box-shadow: 0 4px 5px -5px #666;
}

.card2PTitle .form-group {
    margin-bottom: 0;
}

.card2PBody {
    background-color: #fff;
    padding: 50px 2px 20px 5px;
}

.card2PBody2 {
    background-color: #fff;
    padding: 20px 10px 20px 10px;
}

.card2PBody3 {
    background-color: #fff;
    padding: 20px 10px 20px 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 5px -5px #666;
    margin-bottom: 20px;
    /*min-height: 480px;*/
}

.card2PBody4 {
    background-color: #fff;
    padding: 20px 10px 20px 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 5px -5px #666;
}

.card2PBody p {
    font-size: 12px;
}

.card2personalised2select {
    flex: 1;
    padding: 0 .5em;
    color: #666;
    cursor: pointer;
    font-size: 1.4em;
}

.card2-link2 {
    float: right;
    margin-top: -48px;
    margin-right: 20px;
    font-size: 1.2em;
}

.card2-file {
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
    border: 2px solid #ECF0F1;
}


.chart-area {
    position: relative;
    height: 10rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-area {
        height: 20rem;
    }
}

.chart-bar {
    position: relative;
    height: 10rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-bar {
        height: 20rem;
    }
}

.chart-pie {
    position: relative;
    height: 15rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-pie {
        height: calc(20rem - 43px) !important;
    }
}