﻿@font-face {
    font-family: "DejaVu Sans";
    src: url("fonts/DejaVuSans.ttf") format("truetype");
}

html {
    position: relative;
    min-height: 100%;
}

.main-sidebar {
    width: 350px;
}

.content-wrapper, .main-footer {
    margin-left: 350px;
}

.main-footer {
    text-align: center;
}

/*Wrapping element 
 Set some basic padding to keep content from hitting the edges*/
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.label {
    color: #337ab7;
}


/* Sticky footer styles */
.footer {
    position: absolute;
    bottom: 10px;
    height: 40px;
}

    .footer .text-muted {
        margin: 0;
        display: inline-block;
    }

.body-content > .row:first-child {
    margin-bottom: 15px;
}

.k-tabstrip ul li.k-item {
    width: 100px;
}

h1 a {
    color: #e0e0e0;
    text-decoration: none;
}

    h1 a:hover,
    h1 a:active {
        color: #ffffff;
        text-decoration: none;
    }

.img-responsive {
    padding-top: 25px;
}

/* Styling menu toggle button */
.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 48px;
}

    .btn-toggle .k-icon {
        opacity: 1;
    }

    .btn-toggle,
    .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
    .btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
        box-shadow: none;
        border-radius: 0;
    }

        .btn-toggle .k-i-hbars,
        .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
        .btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
            background-position: -80px -32px;
        }

/* Styling menu and header for smaller resolutions */
@media (max-width: 768px) {

    .k-header h1 {
        margin: 0;
        padding: 16px 15px 14px 60px;
        font-size: 18px;
        font-weight: lighter;
    }


    .k-rpanel {
        position: relative;
        box-sizing: border-box;
    }

        .k-rpanel .k-menu {
            float: none;
            display: block;
            box-sizing: border-box;
        }

            .k-rpanel .k-menu .k-item {
                display: block;
                clear: both;
                float: none;
                width: 100%;
            }
}

/* HeaderBar Style*/
.navbar-text {
    color: #f6f6f6;
    line-height: 20px;
}

.align-right {
    text-align: right;
}

#editor-label {
    text-align: center;
}

.form-fit-width {
    width: 100%;
}

.delete-alert {
    margin-left: 2rem;
    margin-right: 2rem;
}

.doublon-alert {
    margin-left: 2rem;
    margin-right: 2rem;
}
/* Edit Pages*/
.edit-textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.edit-textareabig {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 15em !important;
}

.edit-validation-error {
    color: #dd6d6d;
    font-weight: bold;
    margin-top: 5px;
    display: block;
}

/*.form-checkbox-wrap {
    padding-top: 7px;
}*/

/* Organisation List */
.list-delete-icon {
    font-size: 1.5em;
    color: red;
}

.list-icon {
    font-size: 1.5em;
}

.list-delete-row {
    text-align: center;
}

.list-btn-create {
    padding-bottom: 1rem;
}

.grid-container {
    height: 1000px;
}

.table-fixed-layout {
    table-layout: fixed;
}

    .table-fixed-layout td {
        word-wrap: break-word;
    }

/* Custom Grid Buttons (Button homogenization) */
.grid-btn {
    margin: 0.8rem;
}

/*
    Use the DejaVu Sans font for display and embedding in the PDF file.
    The standard PDF fonts have no support for Unicode characters.
*/
.k-scheduler {
    font-family: "DejaVu Sans", "Arial", sans-serif;
}

/* Hide toolbar, navigation and footer during PDF export */
.k-pdf-export .k-scheduler-toolbar,
.k-pdf-export .k-scheduler-navigation .k-nav-today,
.k-pdf-export .k-scheduler-navigation .k-nav-prev,
.k-pdf-export .k-scheduler-navigation .k-nav-next,
.k-pdf-export .k-scheduler-footer {
    display: none;
}

/*Disable links coloring for info-box*/
.info-box-link {
    color: inherit;
    text-decoration: none;
}
/*Smooth hover on info-box*/
.info-box:hover {
    opacity: 0.8;
    transition: 0.2s;
}

/* Breadcumb */
.breadcrumb {
    margin-bottom: 5px;
}

.breadcrumb-arrow {
    /*height: 36px;*/
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #ecf0f5;
}

    .breadcrumb-arrow li:first-child a {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
        display: inline-block;
        vertical-align: top;
        margin-top: 5px;
    }

        .breadcrumb-arrow li:not(:first-child) {
            margin-left: -5px;
        }

        .breadcrumb-arrow li + li:before {
            padding: 0;
            content: "";
        }

        .breadcrumb-arrow li span {
            padding: 0 10px;
        }

        .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
            height: 36px;
            padding: 0 10px 0 25px;
            line-height: 36px;
        }

        .breadcrumb-arrow li:first-child a {
            padding: 0 10px;
        }

        .breadcrumb-arrow li a {
            position: relative;
            color: #fff;
            text-decoration: none;
            background-color: #3c8dbc;
            border: 1px solid #3c8dbc;
        }

        .breadcrumb-arrow li:first-child a {
            padding-left: 10px;
        }

        .breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            content: '';
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
        }

        .breadcrumb-arrow li a:before {
            right: -10px;
            z-index: 3;
            border-left-color: #3c8dbc;
            border-left-style: solid;
            border-left-width: 11px;
        }

        .breadcrumb-arrow li a:after {
            right: -11px;
            z-index: 2;
            border-left: 11px solid #2494be;
        }

        .breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
            background-color: #4fc1e9;
            border: 1px solid #4fc1e9;
        }

            .breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
                border-left-color: #4fc1e9;
            }

        .breadcrumb-arrow li a:active {
            background-color: #2494be;
            border: 1px solid #2494be;
        }

            .breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
                border-left-color: #2494be;
            }

        .breadcrumb-arrow li span {
            color: #434a54;
        }

/*Summary page styles*/

.summary-category-title {
    color: #2980b9;
}

.summary-category-icon {
    opacity: 0;
    transition: opacity 0.5s;
}

body {
    line-height: 1;
    font-size: 12px;
}

.sidebar-menu {
    line-height: 1.5;
    font-size: 14px;
}

.form-group {
    margin-bottom: 10px;
}

textarea.k-textbox {
    height: 5em;
    padding-left: 0.8em;
    line-height: 1.65em;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 350px;
}

#customView .k-listbox {
    width: 49%;
    height: 270px;
}

    #customView .k-listbox:first-of-type {
        width: 50%;
        margin-right: 1px;
    }

/*#customViewData > .k-grid {
    height: 100% !important;
}*/

/*#customViewData > #grid > .k-grid-content {
    height: 750px !important;
}*/

/*#customViewData > .k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

#customViewData > .k-grid table {
    table-layout: fixed;
}*/

.open > .dropdown-menu {
    display: block;
    left: auto;
}

.btn-dropdown-form {
    text-align: left;
}

.k-grid tbody .k-button {
    min-width: 32px;
}

/* Switch*/
.material-switch {
    padding-top: 8px;
}

    .material-switch > input[type="checkbox"] {
        display: none;
    }

    .material-switch > label {
        cursor: pointer;
        height: 0px;
        position: relative;
        width: 40px;
    }

        .material-switch > label::before {
            background: rgb(0, 0, 0);
            box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
            border-radius: 8px;
            content: '';
            height: 16px;
            margin-top: -8px;
            position: absolute;
            opacity: 0.3;
            transition: all 0.4s ease-in-out;
            width: 40px;
        }

        .material-switch > label::after {
            background: rgb(255, 255, 255);
            border-radius: 16px;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
            content: '';
            height: 24px;
            left: -4px;
            margin-top: -8px;
            position: absolute;
            top: -4px;
            transition: all 0.3s ease-in-out;
            width: 24px;
        }

    .material-switch > input[type="checkbox"]:checked + label::before {
        background: inherit;
        opacity: 0.5;
    }

    .material-switch > input[type="checkbox"]:checked + label::after {
        background: inherit;
        left: 20px;
    }

form .k-checkbox-label:before {
    width: 20px;
    height: 20px;
}

.readonlyDiv .k-widget,
.readonlyDiv .k-widget .k-dropdown-wrap,
.readonlyDiv .k-multiselect-wrap,
.k-textbox[readonly],
.k-textbox[readonly]:hover {
    background-color: #ecf0f5;
    cursor: not-allowed !important;
    opacity: 0.7;
}

.readonlyDiv .k-checkbox {
    opacity: .6;
    -webkit-filter: grayscale(.8);
    filter: grayscale(.8);
    cursor: default;
}

.k-input[readonly] {
    background-color: #ecf0f5;
}

input[readonly] {
    background-color: #ecf0f5 !important;
}

.k-edit-cell textarea {
    height: 100px;
}

#home {
    line-height: 1.4;
}

    #home .k-map {
        height: 270px;
    }

    #home .label {
        color: #444;
    }

.col-nopadding {
    padding-left: 0;
    padding-right: 0;
}

.products-list .product-info {
    margin-left: 10px;
}

.sub-box {
    border-radius: 0px;
}

    .sub-box .box-title {
        font-size: 14px;
    }

#ganttTaskTemplate {
    width: 270px;
    text-align: left;
}

.k-input, .form-control {
    font-size: 12px;
}

.k-progressbar {
    width: 100%;
}


@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar img {
        display: none;
    }
}


/* Gestion de l'affichage très réduit ou très zoomé */
@media (max-width: 767px) {
    .sidebar-mini.sidebar-collapse .main-sidebar img {
        display: none;
    }
}

@media (max-width: 767px) {
    .sidebar-mini.sidebar-collapse .main-sidebar {
        width: 0px !important;
    }
}

/*@media (max-width: 767px) {
    .main-sidebar {
        width: 0px !important;
    }
}
*/
@media (max-width: 767px) {
    .content-wrapper, .main-footer {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .main-sidebar {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .content-wrapper, .main-header {
        max-height: 2080px;
    }
}

.k-task-template, .k-event-template {
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.k-scheduler-agendaview .k-event-template {
    color: #000000;
}

.k-scheduler .k-nav-current .k-lg-date-format {
    max-width: 100%
}

.k-input[readonly] {
    cursor: not-allowed !important;
    opacity: 0.7;
}

.form-control[disabled], fieldset[disabled] .form-control, .k-state-disabled .k-input, textarea[disabled], .k-editor-widget[disabled] {
    cursor: not-allowed !important;
    border: 1px solid #c9c9c9;
    color: #333;
    background-color: #ecf0f5;
    opacity: 0.7;
}

    .k-editor-widget[disabled] .k-tool:hover {
        color: #333 !important;
    }

    .form-control[disabled]:hover, fieldset[disabled] .form-control:hover, .k-state-disabled .k-input:hover, textarea[disabled].k-textbox:hover, .k-editor-widget[disabled]:hover {
        background-color: #ecf0f5;
        color: #333;
        border-color: #c9c9c9;
    }

    .k-editor-widget[disabled] .k-editor-toolbar-wrap .k-editor-toolbar {
        cursor: not-allowed !important;
    }

        .k-editor-widget[disabled] .k-editor-toolbar-wrap .k-editor-toolbar li [role=button] {
            cursor: not-allowed !important;
        }

body[contenteditable='false'] {
    cursor: not-allowed !important;
}

.k-widget.k-multiselect.k-state-disabled {
    cursor: not-allowed !important;
}

    .k-widget.k-multiselect.k-state-disabled .k-multiselect-wrap {
        background-color: #eee;
        padding-right: 0;
    }

    .k-widget.k-multiselect.k-state-disabled .k-input {
        width: 0 !important;
        min-width: 0;
        border: 0;
    }

    .k-widget.k-multiselect.k-state-disabled .k-button {
        color: #333;
    }

.k-autocomplete.k-header.k-state-disabled {
    background-color: #eee;
}


.k-button.k-state-disabled, .k-button.k-state-disabled:hover, .k-button[disabled], .k-state-disabled .k-button, .k-state-disabled .k-button:hover {
    cursor: not-allowed !important;
}

.k-edit-cell textarea {
    width: 90%;
}


.k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .k-grid td.k-command-cell {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

.k-grid table {
    table-layout: fixed;
}

.k-panelbar .k-tabstrip > .k-content, .k-tabstrip > .k-content {
    padding-left: 0;
    padding-right: 0;
}

    .k-tabstrip > .k-content .col-md-1,
    .k-tabstrip > .k-content .col-md-2,
    .k-tabstrip > .k-content .col-md-3,
    .k-tabstrip > .k-content .col-md-4,
    .k-tabstrip > .k-content .col-md-5,
    .k-tabstrip > .k-content .col-md-6,
    .k-tabstrip > .k-content .col-md-7,
    .k-tabstrip > .k-content .col-md-8,
    .k-tabstrip > .k-content .col-md-9,
    .k-tabstrip > .k-content .col-md-10,
    .k-tabstrip > .k-content .col-md-11,
    .k-tabstrip > .k-content .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .k-tabstrip > .k-content .btn-group {
        margin-left: 10px;
    }

#individualPhoto, #organizationLogo {
    max-width: 100%;
    height: 200px;
}


.btn-bookmark-remove {
    border: 2px solid #ffe500;
    background-color: #ecf0f5;
}

.btn-bookmark-add {
    background-color: #ffe500;
}

    .btn-bookmark-add a, .btn-bookmark-remove a {
        color: #000;
    }

.box-body .info-box:last-of-type {
    margin-bottom: 0;
}

.k-grid-content.k-auto-scrollable {
    height: auto !important;
    overflow-x: scroll;
    overflow-y: auto;
}

.k-grid-content .k-loading-mask {
    position: fixed;
}

#left-pane .k-grid-content.k-auto-scrollable {
    height: 400px !important;
    overflow-x: auto;
    overflow-y: auto;
}

#left-pane.notoolbar .k-grid-content.k-auto-scrollable {
    height: 474px !important;
}

.k-grid .k-pager-sizes .k-dropdown {
    width: 100px;
}

.gridCellNumeric {
    text-align: right;
}

.k-footer-template > td {
    text-align: right;
}

.k-grid .k-grouping-row td:not(:first-child) {
    text-align: right;
    padding-right: 1.286em;
}

.splitterAnalysis {
    height: 540px;
}

.chartAnalysis {
    height: 500px;
}

#home .chartAnalysis {
    height: 350px;
}

#modal-document .modal-dialog {
    width: 1220px;
}

.mapAreaTooltip {
    background-color: #6499C9;
    color: #fff;
    padding: 5px;
    border: 1px solid black;
}

a.btn-bookmark-remove, a.btn-bookmark-add {
    color: #000;
}

#importpdf-mapping .alert {
    margin-bottom: 0;
    padding: 10px;
}

.import-pdf-different {
    background-color: #f39c12 !important;
}

a[disabled] {
    pointer-events: none;
}

.grid-group {
    font-size: 1.2em;
}

.import-pdf-display .k-grouping-row td {
    background-color: #6499C9;
    color: white;
}

.k-grid .row-gridPayments-late {
    background-color: #cc0000;
    color: black;
}

    .k-grid .row-gridPayments-late a {
        color: black;
    }

    .k-grid .row-gridPayments-late:hover {
        background-color: #cc0000;
        color: #fff;
    }

        .k-grid .row-gridPayments-late:hover a {
            color: #fff;
        }

.k-grid .cell-gridPayments-late {
    background-color: #cc0000;
    color: black;
}

.k-grid .icon-gridPayments-late {
    color: #cc0000;
    font-size: 1.5em;
}

.k-grid .icon-gridKeyDates-late {
    color: #cc0000;
    font-size: 1.5em;
}

.chartType a {
    cursor: grab;
}

/*#div-grid-searchBox {
    padding-top: 6px;
}*/

.k-grid .k-icon {
    opacity: 0.8;
}

.k-grid .k-widget .k-icon {
    /*color:black;*/
}


.k-window .k-edit-buttons {
    border-color: #bfbfbf;
    background: #f2f2f2;
}

.ganttEdit .k-gantt-timeline .k-widget .k-tooltip {
    /*display: none;*/
}

/* Hide toolbars during export */
.k-pdf-export .k-gantt-toolbar {
    display: none;
}

.k-grid tr:hover {
    background-color: #eee;
}

.k-grid td ul .k-button {
    margin-top: 2px;
}

.k-grid tbody td {
    padding-top: 2px;
    padding-bottom: 2px;
    border-left: 1px solid #ddd;
    padding-left: 1em;
}

    .k-grid tbody td.k-command-cell .k-button {
        height: 20px;
    }

.k-grid tbody .k-alt {
    background-color: #eee;
}

/*.k-grid tbody .k-command-cell {
    text-align: right;
}*/

.k-grid tbody td.k-command-cell {
    border-left: 0px;
}

.k-grid tbody td > .k-grid-delete {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
}


.k-grid tbody .k-alt td .k-grid-delete, .k-grid tr:hover .k-grid-delete {
    background-color: #eee;
}

.k-grid thead.k-grid-header {
    font-size: 14px;
}


.k-filter-menu {
    font-size: 12px !important;
}

    .k-filter-menu li.k-item, .k-filter-menu li.k-item .k-label {
        font-weight: normal;
    }

.k-grid .k-pager-wrap {
    min-height: 40px;
}

.k-grid .k-header.k-grid-toolbar {
    height: 40px;
}

.k-grid .grid-btn {
    margin: 2px;
}

.k-active-filter, .k-state-active, .k-state-active:hover {
    color: #333 !important;
}

.k-grid-header th.k-header {
    padding-left: 1em;
}

.k-grid tfoot.k-grid-footer tr.k-footer-template td {
    border-top: 1px solid #6499C9;
}

td > input[type="checkbox"] {
    text-align: center;
}

.k-grid .k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
    color: white;
}

.k-grid .k-grid-header .k-filter-menu {
    font-size: 12px !important;
}


/* Search */
.search-container {
    height: 50px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.search-input-group .input-group-addon {
    background: white !important;
}

.search-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.search-input-group button {
    border: 0;
    background: transparent;
}

mark {
    background: yellow;
}

/* stepwizard */

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-row:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: rgb(125,125,125);
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    padding: 2px;
}

    .stepwizard-step .btn-circle {
        width: 30px;
        height: 30px;
        text-align: center;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 15px;
    }

    .stepwizard-step .btn-process-pass, .stepwizard-step .btn-process-pass:hover, .stepwizard-step .btn-process-pass:active, .stepwizard-step .btn-process-pass:focus {
        background-color: #007E33;
        color: #fff;
        padding: 0;
        text-align: center;
    }

    .stepwizard-step p {
        font-size: 14px;
        font-weight: bold;
    }

    .stepwizard-step .box {
        text-align: left;
    }


    .stepwizard-step li.validation-ok {
        color: #6499C9;
    }

        .stepwizard-step li.validation-ok:before {
            content: "\f00c";
            font-family: FontAwesome;
        }

    .stepwizard-step li.validation-ko {
        color: #cc0000;
    }

        .stepwizard-step li.validation-ko:before {
            content: "\f00d";
            font-family: FontAwesome;
        }

    .stepwizard-step li.validation-na:before {
        content: "\f128";
        font-family: FontAwesome;
    }

    .stepwizard-step .products-list > .item:before, .stepwizard-step .products-list > .item:after {
        display: inline;
    }

    .stepwizard-step .box.box-validation-ko.box-solid {
        border: 1px solid #cc0000;
    }

        .stepwizard-step .box.box-validation-ko.box-solid > .box-header {
            background-color: #cc0000;
            color: #fff;
        }

    .stepwizard-step .box.box-validation-pass.box-solid {
        border: 1px solid #aaa;
    }

        .stepwizard-step .box.box-validation-pass.box-solid > .box-header {
            background-color: #aaa;
            color: #000;
        }

        .stepwizard-step .box.box-validation-pass.box-solid li.item {
            color: #aaa;
        }

    .stepwizard-step .box.box-validation-ok.box-solid {
        border: 1px solid #6499C9;
    }

        .stepwizard-step .box.box-validation-ok.box-solid > .box-header {
            background-color: #6499C9;
            color: #fff;
        }

    .stepwizard-step .box-footer {
        text-align: center;
    }

    .stepwizard-step .box-validation-pass {
        display: none;
    }

.stepwizard-step-NEG {
    background-color: #437ca6b0;
}

.stepwizard-step-PRE {
    background-color: rgba(255, 255, 255, .5);
}

.stepwizard-step-CO1,
.stepwizard-step-CO2,
.stepwizard-step-MEC,
.stepwizard-step-LAN,
.stepwizard-step-SIG,
.stepwizard-step-ETU {
    background-color: rgba(255, 255, 128, .5);
}

.stepwizard-step-FOR,
.stepwizard-step-ATR,
.stepwizard-step-FOR,
.stepwizard-step-ENG,
.stepwizard-step-CON,
.stepwizard-step-RES,
.stepwizard-step-MEO,
.stepwizard-step-ANN {
    background-color: rgba(128, 255, 255, .5);
}

.stepwizard-step-VAL,
.stepwizard-step-SUI,
.stepwizard-step-CLT,
.stepwizard-step-EXE {
    background-color: rgba(255, 128, 255, .5);
}

.stepwizard-step-AUD,
.stepwizard-step-AUT {
    background-color: rgba(128, 128, 128, .5);
}

.stepwizard-step-CLS {
    background-color: rgba(64, 88, 255, .5);
}

.stepwizard-step-CLO {
    background-color: rgba(255, 87, 255, .5);
}

.stepwizard-resiliation-True .stepwizard-step,
.stepwizard-annulation-True .stepwizard-step {
    background-color: #f22e2e !important;
}

.stepwizard-resiliation-True .btn-default,
.stepwizard-annulation-True .btn-default {
    color: #aaa;
    cursor: not-allowed;
}

/* Menu layoutedit collapse */
#btnMenuToggle {
    cursor: pointer;
    margin-bottom: 3px;
}

    #btnMenuToggle.btn-menu-collapse {
        color: red;
    }

    #btnMenuToggle.btn-menu-expand {
        color: green;
    }

div.k-grid-footer, div.k-grid-header {
    padding-right: 0px !important;
}

.k-grid .k-header .header-title-container {
    line-height: 40px;
    max-height: 40px;
    max-width: 50%;
    display: inline-flex;
    overflow-y: hidden;
    margin-left: 5px;
}

.k-grid .k-header .header-title {
    vertical-align: middle;
    font-size: 17px;
    font-weight: bold;
}

.k-treelist tbody td.k-command-cell .k-button {
    border: 1px solid #AAA;
    background-color: #f2f2f2;
    border-color: #bfbfbf;
    background-position: 50% 50%;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 50px;
}

    .k-treelist tbody td.k-command-cell .k-button .k-icon {
        margin: 0;
    }

.list-add-icon {
    font-size: 1.5em;
    color: green;
}

.list-edit-icon {
    font-size: 1.5em;
    color: #6499C9;
}

.k-treelist tbody button.k-button {
    min-width: 50px;
}

.treelist-lf-1 {
    background-color: #EBEBEB !important;
}

.treelist-lf-2 {
    background-color: #F5F5F5 !important;
}

.treelist-lf-3 {
    background-color: #FFFFFF !important;
}


#customViewData > .k-grid tr:last-of-type td {
    border-bottom: 1px solid rgb(191, 191, 191);
}

#customView-header {
    background-color: #5b8cb4;
    padding: 5px;
    height: 45px;
}

#customView-current {
    color: #ffffff;
    height: 100%;
}


.wipdev, .wipdev a {
    text-decoration: line-through;
    text-decoration-color: red;
    cursor: not-allowed;
    /*display:none;*/
}

.cbGridCenter {
    /*    text-align:center;*/
}

.cellEvaluationNoteLow {
    background-color: red;
}

.cellEvaluationNoteMedium {
    background-color: yellow;
}

.cellEvaluationNoteHigh {
    background-color: green;
}

.cellTabAbsenceWeekend {
    background-color: black;
    color: black;
}

.cellTabAbsenceAAJ {
    background-color: grey;
    color: grey;
}

.cellTabAbsenceMAL {
    background-color: green;
    color: green;
}

.cellTabAbsenceCP {
    background-color: blue;
    color: blue;
}

.cellTabAbsenceCE {
    background-color: yellow;
    color: yellow;
}

.cellTabAbsenceRTTA {
    background-color: pink;
    color: pink;
}

.cellTabAbsenceCSS {
    background-color: rebeccapurple;
    color: rebeccapurple;
}

.cellTabAbsenceRTTM {
    background-color: pink;
    color: pink;
}

    .cellTabAbsenceRTTM span:before {
        content: "*";
        color: black;
    }

.cellTabAbsenceREC {
    background-color: saddlebrown;
    color: saddlebrown;
}

.cellTabAbsenceFP {
    background-color: white;
    color: white;
}

    .cellTabAbsenceFP span:before {
        content: "F";
        color: black;
    }

.cellTabAbsenceTEL {
    background-color: orange;
    color: orange;
}

.cellTabAbsenceHalfDay span:before {
    content: "0.5";
    color: black;
}

td[role=gridcell] ul {
    padding-inline-start: 10px;
}

.form-label-value {
    text-align: left !important;
    font-weight: 400;
}

.projetbudget-statut-MOD, .projetbudget-statut-ELA {
    color: red;
}

.projetbudget-statut-VAL {
    color: green;
}

.treelist-consolidation-0 {
    font-weight: 900;
    color: red;
}

.treelist-consolidation-1 {
    font-weight: 900;
}

tr[treelist-niveau='0'],
.treelist-budget-0 {
    font-weight: bolder;
    background-color: #263553 !important;
    color: #FFF;
}

tr[treelist-niveau='1'],
.treelist-budget-1 {
    background-color: #576F9C !important;
    color: #D4DDED;
}
    tr[treelist-niveau='1'] a,
    .treelist-budget-1 {
        color: #D4DDED !important;
    }

tr[treelist-niveau='2'],
.treelist-budget-2 {
    background-color: #8699BF !important;
}

tr[treelist-niveau='3'],
.treelist-budget-3 {
    background-color: #AEBDDA !important;
}

tr[treelist-niveau='4'],
.treelist-budget-4 {
    background-color: #D4DDED !important;
}

tr[treelist-niveau='5'],
.treelist-budget-5 {
    background-color: #F3F5FA !important;
}

tr[treelist-niveau='6'],
.treelist-budget-6 {
    background-color: #FFF !important;
}

tr[treelist-niveau='0'] a,
tr[treelist-niveau='1'] a,
tr[treelist-niveau='2'] a,
tr[treelist-niveau='3'] a,
.treelist-budget-0 a,
.treelist-budget-1 a,
.treelist-budget-2 a,
.treelist-budget-3 a {
    color: #FFF !important;
}

.dashImputationsTotal {
    font-weight: 1000;
    background-color: darkseagreen !important;
}

#modal-resume .modal-dialog {
    width: 700px;
}

#modal-kpiCadreLogique .modal-dialog, #modal-kpi .modal-dialog, #modal-imputations .modal-dialog {
    width: 90%;
}

#modal-financements .modal-dialog {
    width: 90%;
    height: 600px;
}


.form-mandatory-alert label.control-label {
    color: #dd6d6d;
}

.form-mandatory-alert input, .form-mandatory-alert input:focus, .form-mandatory-alert input:hover, .form-mandatory-alert textarea, .form-mandatory-alert textarea:focus, .form-mandatory-alert textarea:hover {
    border-color: #dd6d6d;
}

.form-mandatory-alert .k-dropdown-wrap, .form-mandatory-alert .k-numeric-wrap, .form-mandatory-alert .k-picker-wrap, .form-mandatory-alert .k-multiselect-wrap {
    border-color: #dd6d6d;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

        /* Tooltip arrow */
        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    left: 350px !important;
}

.invalidGridCell {
    background-color: #dd4b39 !important;
    color: white !important;
}

.cell-red {
    background-color: red !important;
    font-weight: bold;
}

.row-fore-red {
    color: red !important;
}

.row-orange {
    background-color: orange !important;
}

.row-yellow {
    background-color: yellow !important;
}
/*.k-grid td {
    padding-left:0;
    padding-right:0;
}*/

#home-calendar .k-event {
    background: none;
    border: 0;
}

.calendarTemplate-IndividualInteraction .k-event-template {
    background-color: #008000;
    border-color: #008000;
}

.calendarTemplate-OrganizationInteraction .k-event-template {
    background-color: #FF8C00;
    border-color: #FF8C00;
}

.calendarTemplate-ProjectInteraction .k-event-template {
    background-color: #8A2BE2;
    border-color: #8A2BE2;
}

.calendarTemplate-GrantEtape .k-event-template {
    background-color: #00BFFF;
    border-color: #00BFFF;
}

.calendarTemplate-GoNogoComite .k-event-template {
    background-color: #1E90FF;
    border-color: #1E90FF;
}

.calendarTemplate-GrantLivrable .k-event-template {
    background-color: #6495ED;
    border-color: #6495ED;
}

.calendarTemplate-ProjectLivrable .k-event-template {
    background-color: #0000FF;
    border-color: #0000FF;
}



.k-reset .k-multicheck-wrap input[type='checkbox'] {
    margin-right: 5px;
}

.k-reset .k-multicheck-wrap label {
    margin-bottom: 2px !important;
}

.flag-icon-en {
    background-image: url(flags/4x3/gb.svg)
}

.cell-checkbox {
    text-align: center !important;
    margin: -8px;
    padding: 0 !important;
}

.k-grid .k-edit-cell input.k-checkbox + label.k-checkbox-label {
    margin-left: 0em;
}



/* FORM BUILDER */

.form_builder .nav-sidebar {
    width: 100%;
    padding: 8px 0;
    border-right: 1px solid #ddd;
}

    .form_builder .nav-sidebar a {
        color: #333;
        -webkit-transition: all 0.08s linear;
        -moz-transition: all 0.08s linear;
        -o-transition: all 0.08s linear;
        transition: all 0.08s linear;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .form_builder .nav-sidebar .active a {
        cursor: default;
        background-color: #428bca;
        color: #fff;
        text-shadow: 1px 1px 1px #666;
    }

        .form_builder .nav-sidebar .active a:hover {
            background-color: #428bca;
        }

    .form_builder .nav-sidebar .text-overflow a,
    .form_builder .nav-sidebar .text-overflow .media-body {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    /* Right-aligned sidebar */
    .form_builder .nav-sidebar.pull-right {
        border-right: 0;
        border-left: 1px solid #ddd;
    }

        .form_builder .nav-sidebar.pull-right a {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

.form_builder ul {
    font-size: 18px;
    display: block !important;
}

    .form_builder ul li {
        padding: 10px;
        cursor: pointer;
    }

        .form_builder ul li a {
            text-decoration: none;
            cursor: pointer;
        }

.form_builder_field {
    width: 90%;
}

.form_builder .bal_builder {
    padding: 0 !important;
}

.margin-left-5 {
    margin-left: 5px;
}

.remove_bal_field {
    cursor: pointer;
}

.form-check-input {
    margin-right: 8px;
}

.placeholder {
    width: 100%;
    background-color: #bfb;
    border: 1px dashed #666;
    margin-bottom: 10px;
}

.form_builder_area {
    min-height: 50px;
}

.mt-radio {
    display: block;
}

    .mt-radio p {
        display: inline;
    }

.mt-checkbox {
    display: block;
}

    .mt-checkbox p {
        display: inline;
    }

.add_more_select, .add_more_radio, .add_more_checkbox, .remove_more_select, .remove_more_radio, .remove_more_checkbox {
    cursor: pointer;
}

.k-tooltip {
    background: #fff !important;
    font-size: 14px;
    padding: 14px;
    border-radius: 10px/50%;
}


input.k-checkbox {
    cursor: default !important;
}

.k-grid-norecords-template {
    border: 0;
}

.k-nav-today {
    display: none !important;
}

.k-grid-header th.k-header[colspan] {
    text-align: center;
    border-left: 1px solid rgb(201,201,201);
    border-right: 1px solid rgb(201,201,201);
}


.wf-grid .row-wf-pass {
    background-color: #dddddd !important;
}

    .wf-grid .row-wf-pass .wf-ok:before {
        color: green !important;
        font-size: 1.5em;
    }

.wf-grid .row-wf-current .wf-ko:before {
    color: red !important;
    font-size: 1.5em;
}

.wf-grid .row-wf-current {
    background-color: #bbbbbb !important;
    font-weight: bolder;
}

.k-grid-WF_Refuser, .k-grid-WF_Refuser:hover,
.k-grid-WF_AFERefuser, .k-grid-WF_AFERefuser:hover,
.k-grid-WF_AppelFondRefuser, .k-grid-WF_AppelFondRefuser:hover {
    background-color: red;
    border-color: red;
    color: white;
}

.k-grid-WF_Valider, .k-grid-WF_Valider:hover {
    background-color: #007E33;
    border-color: #007E33;
    color: white;
}

.k-grid.wf-grid tr {
    background-color: white;
}

.align-center {
    text-align: center;
}

#div-grid-searchBox {
    margin-top: 3.93px;
}

.navbar-notifications {
    width: 350px;
    background-color: #6499C9;
}

    .navbar-notifications a:hover, .navbar-notifications a {
        background-color: #6499C9 !important;
        color: #f6f6f6 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }


/* back to top */
#return-to-top {
    position: fixed;
    z-index: 10;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }


/* Fixed header Grid */
.fixed-header {
    top: 0;
    position: fixed;
    width: auto;
    z-index: 1;
}

.dummyScrollWrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 15px;
    border-top-style: solid;
    border-top-color: inherit;
}

.dummyScroll {
    height: 20px;
}

.listbox .k-listbox {
    width: 45%;
}

    .listbox .k-listbox:first-of-type {
        width: 50%;
        margin-right: 1px;
    }


.k-datepicker.calendar-only .k-picker-wrap input {
    color: #333;
    background-color: #eee;
}

.cbTree {
    text-align: center;
}

.k-treelist tbody td.k-command-cell .k-button {
    width: 30px;
    min-width: 30px;
    padding-left: 0;
    padding-right: 0;
}

.alloueProjetError {
    color: red;
}

.k-calendar .k-calendar-view {
    height: auto;
}

.k-chart-tooltip {
    color: black;
}

.labelleft {
    text-align: left;
}

.labelitalic {
    font-weight: normal;
    font-style: italic;
}

.menuStatut {
    color: white !important;
}


.project-statut {
    background-color: #0073b7 !important;
    color: white;
}

.progress-description, .info-box-text {
    white-space: normal !important;
}

#home-echeance .info-box {
    height: 50px;
    min-height: 50px;
    margin-bottom: 5px;
}

#home-echeance .info-box-content {
    margin-left: 70px;
}

#home-echeance .info-box .info-box-icon {
    height: 50px;
    width: 60px;
    font-size: 20px;
    line-height: 50px;
}

.activite-dateprevuereelle {
    background-color: orange;
}

.activite-datedebutfin {
    background-color: #dd4b39;
}

.lienindicateurs-format {
    background-color: #dd4b39;
}

.btn.btn-filter {
    background-color: #6499C9;
    color: white;
    opacity: 00.7;
}

    .btn.btn-filter.btn-filter-active {
        opacity: 1;
    }

.delegation-checklistsecurite-null {
    background-color: lightgray !important;
}

.delegation-checklistsecurite-OUI {
    background-color: lightgreen !important;
}

.delegation-checklistsecurite-NON {
    background-color: lightcoral !important;
}

.btn-wf-disabled {
    cursor: not-allowed;
    background-color: grey !important;
    border-color: grey !important;
}

.treelist-action {
    padding-left: 0;
    padding-right: 5px;
    width: auto;
    float: left;
}

.gridMandatory {
    background-color: #dd4b39 !important;
}

.gridColorRed {
    color: #f22e2e !important;
}

.linkOpenIdConnect {
    text-align: center;
    padding-top: 10px;
}

.header-title {
    vertical-align: middle;
    font-size: 17px;
    font-weight: bold;
}

.small-box {
    min-height: 66px !important;
    margin-bottom: 5px !important;
}

.small-box-icon {
    height: 66px;
    width: 66px;
    font-size: 40px;
    line-height: 66px;
}

.eau1 {
    color: white;
    background-color: #437ca6;
}

.eau2 {
    color: white;
    background-color: #5b8cb4;
}

.eau3 {
    color: white;
    background-color: #6894b9;
}

.eau4 {
    color: white;
    background-color: #85a5c4;
}

.ocre {
    color: white;
    background-color: #e3a12d;
}

.terra {
    color: white;
    background-color: #cd643f;
}

.herbe {
    color: white;
    background-color: #85a04c;
}

.rouge {
    color: white;
    background-color: #e30613;
}

.noir {
    color: white;
    background-color: #1a1918;
}

#customViewData #grid table {
    min-width: 100%;
}

.menu-count.label-danger {
    background-color: #dd4b39 !important;
    color: #ffffff !important;
}

.box-footer-action {
    margin-bottom: 15px;
}

.alert-warning a:hover,
.alert-warning a:active,
.alert-warning a:focus {
    color: white;
}

.k-grid-content-locked {
    height: auto !important;
}

.k-grid > .k-grid-header > div > table,
.k-grid > .k-grid-content > table,
.k-grid > .k-grid-footer > div > table {
    width: 100% !important;
}

tr.rowActiveVersion,
tr.rowActiveVersion:hover {
    background-color: lightgreen !important;
}

.row-duplicate {
    background-color: orange !important;
}

.engagementStatut-NEW {
    background-color: #f1f3f5 !important;
}

.engagementStatut-SOU {
    background-color: #fff3bf !important;
}

.engagementStatut-AUT {
    background-color: #ffa94d !important;
}

.engagementStatut-COR {
    background-color: #ffd43b !important;
}

.engagementStatut-ACT {
    background-color: #8ce99a !important;
}

.engagementStatut-MOR {
    background-color: #c5f6fa !important;
}

.engagementStatut-MOA {
    background-color: #3bc9db !important;
}

.engagementStatut-SOL {
    background-color: #c92a2a !important;
}

.engagementType-HQ {
    background-color: #99CCFF !important;
}

.engagementType-TER {
    background-color: #FFCC99 !important;
}

.k-grid-excel .k-loading-mask {
    background-color: white;
}

.numeric-negative {
    color: red;
}

.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.mb {
    margin-bottom: 20px;
}

.gauge-title {
    text-align: center;
    padding: 15px;
    font-size: 2rem;
}

.gauge-container {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    top: 0px;
    margin: auto;
    height: fit-content;
}

    .gauge-container .k-gauge {
        width: 100%;
        text-align: center;
    }

    .gauge-container .k-arcgauge-label {
        font-size: 3rem;
    }

.alert a.btn {
    text-decoration: none;
    font-size: 12px;
}

.box-header.border-sub {
    border-top: 2px solid #85a5c4;
}

.top-margin {
    margin-top: 15px;
}

.quitusEnAttente {
    background-color: orange;
}

.quitusRapportFinalRetard {
    color: red;
    text-decoration: underline;
}
.quitusRapportFinalEnAttente {
    background-color: red;
}
.gridSelected {
    background-color: #85a5c4 !important;
}
/*.k-treelist tr {
    height: 31px !important;
}*/
.rule-error {
    color: #9F0900;
}

.box-view {
    border-top: 0 !important;
}

.rule-success {
    color: #00801D;
}

.gridIndicateurProgress0 {
    background-color: #CED4DA;
}

.gridIndicateurProgress1 {
    background-color: #40C057;
}

.gridIndicateurProgress2 {
    background-color: #FFE066;
}

.gridIndicateurProgress3 {
    background-color: #FFA94D;
}

.gridIndicateurProgress4 {
    background-color: #FA5252;
}

.labelNormal {
    font-weight: normal;
}

align-left {
    text-align: left;
}

#layoutMenu .badge{
    position: absolute;
    right: 10px;
}
    #layoutMenu .badge.Filled {
        background-color: green;
    }
    #layoutMenu .badge.PartiallyFilled{
       background-color: orange;
    }
    #layoutMenu .badge.Empty{
       background-color: red;
    }
    #layoutMenu .badge.Error{
       background-color: black;
    }