@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Open Sans', sans-serif;
}

button {
    outline: none !important;
}

/* TOPNAV MODULE */
.topnav-module {
    padding: 8px 0;
}

.topnav-module a {
    text-decoration: underline;
}

.topnav-module ul li a {
    text-decoration: none;
}

/* TOPNAV MODULE */
.topnav-module {
    background: #444;
    color: #fff;
}

.topnav-module a {
    color: #77b73d;
}

.topnav-module ul li a {
    color: #000 !important;
}

.topnav-module a.user-dropdown {
    color: #fff;
}

.topnav-module a:hover {
    color: #fff;
}

/* TABS */
.nav-tabs > li > a {
    border-radius: 0 0 0 0;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-tabs > li > a {
    background: #ececec;
    color: #555;
}

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    background: #dcdcdc;
}

/* NAVIGATION */
.navbar-fixed-top {
    border-width: 0;
}

.navbar-brand {
    height: auto;
    padding: 7px 15px 9px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 1px;
}

.navbar-nav > li > a {
    padding: 19px 15px 17px 10px;
    line-height: 23px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.navbar-nav > li > a > span {
    font-size: 12px;
}

.navbar-nav > li > a:active, .navbar-nav > li > a:focus {
    outline: none !important;
}

/* NAVIGATION */
.navbar {
    background: #77b73d;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-nav > li > a {
    color: #fff;
}

.navbar-nav > li > a:hover {
    background: #a7d372;
    color: #fff;
}

.navbar-nav > li > a:active, .navbar-nav > li > a:focus {
    background: #a7d372 !important;
    color: #fff !important;
}

.navbar-nav > li > a.active, .navbar-nav > li > a.active:hover {
    background: #fff;
    color: #77b73d;
}

.user-info {
    padding: 20px 0 0 0;
    width: 220px;
}

.user-info a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.user-info-small {
    padding: 35px 0 0 0;
}

.user-info-small a {
    display: inline;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.user-info-xs {
    padding: 35px 0 0 0;
}

.user-info-xs a {
    padding: 20px;
    display: inline;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.user-info a:hover {
    color: #2e4c0b;
}

a.logout {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 300;
    color: #2e4c0b;
}

a.logout:hover {
    color: #fff;
}

a.logouts {
    font-size: 18px;
    text-decoration: underline;
    font-weight: 300;
    color: #2e4c0b;
}

a.logouts:hover {
    color: #fff;
}

.user-avatar {
    margin-right: 40px;
}

.visible-xs .user-avatar {
    margin: 0 20px 20px 20px;
}

body {
    padding: 120px 0 0 0;
    font-size: 12px;
}

/* SIDEBAR */

/* PANEL */

/* CONTENT */
h1 {
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}

h2 {
    font-weight: 700;
    font-size: 20px;
    margin: 30px 0 20px 0;
    color: #666;
}

.label-title {
    margin: 0 0 20px 0;
}

.label-link {

}

.status-draft {
    color: #e63333;
}

.status-draft:hover {
    color: #7c0d0d;
    text-decoration: none;
}

.status-review {
    color: #ff9000;
}

.status-review:hover {
    color: #ff5400;
    text-decoration: none;
}

.status-closed {
    color: #565656;
}

.status-closed:hover {
    color: #000;
    text-decoration: none;
}

.status-validated {
    color: #78ad39;
}

.status-validated:hover {
    color: #477510;
    text-decoration: none;
}

.btn {
    border-radius: 20px;
    border-width: 2px;
}

.btn-black, .btn-black:visited, .btn-black:focus {
    color: #fff;
    background-color: #363636;
    border-color: #0a0a0a;
}

.btn-black:hover {
    color: #fff;
    background-color: #262626;
    border-color: #0a0a0a;
}

.btn-modern, .btn-modern:visited, .btn-modern:focus {
    color: #6ca617;
    background-color: #fff !important;
    border-color: #6ca617;
    border-width: 2px;
    border-style: solid;
}

.btn-modern:hover {
    color: #48700d;
    background-color: #fff !important;
    border-color: #48700d;
    border-width: 2px;
    border-style: solid;
}

.modal-body {
    padding: 20px 40px;
}

.modal-body .radio label {
    width: 100%;
}

/* TABLE */
table td, table th {
    font-size: 12px;
}

table td .label {
    font-size: 11px;
    font-weight: normal;
}

.table-green {
    width: 100%;
    border: 1px solid #cdcdcd;
}

.table-green th, .table-green td {
    padding: 9px 12px;
}

.table-green th {
    border-right: 1px solid #89a36b;
}

.table-green td {
    border-right: 1px solid #c8c8c8;
}

.table-green tbody tr {
    border-bottom: 1px solid #c8c8c8;
}

.table-green th {
    background: #687b52;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    text-align: left;
}

.table-green tr:nth-of-type(odd) {
    background: #eeeeee;
}

.table-green tr:nth-of-type(even) {
    background: #f9f9f9;
}

.table-green tr:hover td {
    background: #e4e4e4;
}

table a {
    color: #687b52;
    text-decoration: underline;
}

table a:hover {
    color: #345d04;
}

.cell-holder td[colspan="4"] {
    border: none;
}

.cell-holder td[colspan="4"] {
    padding: 0 !important;
}

.cell-holder .table {
    background: 0;
}

/* TABLE LEVELS */
td.l0 {
    padding-left: inherit;
}

td.l1 {
    padding-left: 20px !important;
}

td.l1-green {
    padding-left: 20px !important;
}

td.l2 {
    padding-left: 42px !important;
}

td.l3 {
    padding-left: 64px !important;
}

tr.l1 td:nth-child(1) {
    padding-left: 20px !important;
}

tr.l2 td:nth-child(1) {
    padding-left: 42px !important;
}

tr.l3 td:nth-child(1) {
    padding-left: 64px !important;
}

td.l2-background {
    background: #efefef !important;
}

a.expand-rows, a.expand-rows:visited, a.expand-rows:focus {
    margin-right: 10px !important;
    text-decoration: none !important;
    color: #687b52;
}

a.expand-rows:hover {
    color: #333e27;
}

.team-members {
    padding: 20px;
    background: #f0f0f0;
}

.cell-title {
    cursor: pointer;
}

.tree th {
    background: #ccc;
}

.tree .child-top td {
    background: #e0edcc;
    font-weight: bold;
}

.tree .child-top-2 td {
    background: #f4ffe0;
    font-weight: bold;
}

.tree .child-bold td {
    font-weight: bold;
}

.tree .separator {
    height: 15px;
    background: #111;
}

.tree .th-like td {
    background: #ccc;
    font-weight: 700;
}

.tree .child-bold td {
    font-weight: bold;
}

.scrollable-table {
    overflow-x: scroll;
    width: 100%;
}

.scrollable {
    margin-bottom: 0;
}

.scrollable th, .scrollable td {
    min-width: 50px;
    width: auto;
}

/* .scrollable th:nth-child(1), .scrollable td:nth-child(1) { */
/* 	min-width: 300px !important; */
/* } */
.stat-tabs {
    margin-top: 20px;
}

.input-group-addon {
    font-size: 11px;
}

/* FOOTER */

/* ICONS */
.icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    /* 	margin-right: 10px; */
    margin-bottom: -5px;
}

.icon-employees {
    background: url(../images/emploees.png) no-repeat center center;
}

.icon-apprisals {
    background: url(../images/evaluation.png) no-repeat center center;
}

.active .icon-employees {
    background: url(../images/emploees-h.png) no-repeat center center;
}

.active .icon-apprisals {
    background: url(../images/evaluation-h.png) no-repeat center center;
}

#accordion .panel-title {
    cursor: pointer;
}

.panel-subtitle {
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0;
    margin: 10px 0 20px 0;
    font-size: 16px;
    font-weight: 700;
}

.panel-subtitle a, .panel-subtitle a:hover {
    text-decoration: none;
}

#periode-filter {
    display: inline-block;
}

#periode-filter input {
    /* height:22px; */

}

.question-area {
    margin-top: 10px;
}

.loading {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 4px;
    background: url(../images/ajax-loader.gif) no-repeat center center;
}

.panel-title .glyphicon {
    font-size: 10px;
    margin: 0 5px 0 0;
}

.panel-title a .glyphicon {
    font-size: 10px;
    margin: 0;
}

.autocomplete-wrapper {
    position: relative;
}

#autocomplete {
    display: block;
    position: absolute;
    left: 0;
    top: 36px;
    width: 100%;
    z-index: 88888888;
}

.list-group span li {
    background: #ebffd3;
    padding-left: 60px;
}

.multiselect, .form-control, .btn, .btn-group input, input, select {
    font-size: 12px;
}

select.multiselect, select.multiselect + div.btn-group, select.multiselect + div.btn-group button.multiselect {
    width: 100% !important;
}

select.multiselect + div.btn-group.open .multiselect-container {
    width: auto !important;
}

.multiselect-group, .form-control, .btn, .btn-group input, input, select {
    font-size: 12px;
}

select.multiselect-group, select.multiselect-group + div.btn-group, select.multiselect-group + div.btn-group button.multiselect {
    width: 100% !important;
}

select.multiselect-group + div.btn-group.open .multiselect-container {
    width: auto !important;
}

textarea {
    resize: vertical;
}

.close span {
    font-size: 21px;
}

.required:after {
    content: "*";
    color: red;
    margin-left: 5px;
}

.history-submit {
    margin-top: 22px;
}

.input-group-btn .btn {
    height: 34px;
}

.btn-group button {
    height: 34px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.filter-period select {
    width: 80% !important;
}

.filter-period input {
    width: 20% !important;
    border-right: none;
}

/* ERROR MESSAGES */
.alert h5 {
    margin-top: 0;
    font-weight: bold;
}

/* ERROR ICONS */
.error-icon {
    font-size: 150px;
    margin: 20px 0;
}

.error-title {
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.error-404 {
    color: #107bb3;
}

.error-danger {
    color: #a94442;
}

.error-logout {
    color: #78ad39;
}

.error-warning {
    color: #ee7000;
}

.error-maintanance {
    color: #666;
}

.form-highlight {
    padding: 15px 15px 5px 15px;
    margin: 0 -15px;
    background: #fcf8e3;
}

/* SYMBOL COUNTER */
.symbol-counter {
    padding: 5px 0 0 0;
    color: #c6c6c6;
}

.symbol-counter-danger {
    padding: 5px 0 0 0;
    color: #c00;
}

/* PAGINATION */
.pagination {
    margin: 0;
}

.paging p {
    margin-top: 7px;
}

.filters strong, .panel strong, .panel span.no-input {
    display: inline-block;
    margin-top: 6px;
}

a.add-rows, a.add-rows:visited, a.add-rows:focus {
    color: #687b52;
}

a.add-rows:hover {
    color: #333e27;
}

a.remove-rows, a.remove-rows:visited, a.remove-rows:focus {
    color: #d64141;
}

a.remove-rows:hover {
    color: #550f0f;
}

#add-units .form-control {
    -webkit-border-top-left-radius: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    -moz-border-radius-topleft: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

/* GRAPHS */
.col {
    position: relative;
}

.legend {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
}

.legend-right {
    width: 40%;
    display: block;
    float: right;
    margin: 40px 0 0 0;
}

.legend ul li {
    display: inline-block;
    list-style: none;
    font-size: 15px;
    padding: 4px 0;
    margin-right: 10px;
}

.legend-right ul li {
    display: block;
    list-style: none;
    font-size: 15px;
    padding: 4px 0;
    float: none;
}

.legend span, .legend-right span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px -2px 0;
    border-radius: 50%;
}

.canvas-left {
    float: left;
    margin-left: 40px;
}

.canvas-right {
    float: left;
    margin: 50px 0 0 0;
}

.axisY {
    display: block;
    transform: rotate(270deg);
    width: 20px;
    position: absolute;
    left: 20px;
}

.multiselect-container.dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

select.plholder option {
    color: black;
}

select.plholder option:first-child {
    color: #999;
}

select.plholder {
    color: #999;
}

/* Hidden placeholder */
select.plholder option[disabled]:first-child {
    display: none;
}

.noBottomMargin {
    margin-bottom: 0;
}

.maxHg56 {
    max-height: 56px;
}

#regions-dropdown .dropdown-menu {
    padding: 20px;
    overflow: visible;
}

.region-row {
    min-width: 255px !important;
}

.dep-fields {
    display: none;
}

.btn-grid-row {
    display: block;
}

.wide100p {
    width: 100%;
}

.nomargin {
    margin: 0 !important;
}

.thinbutton {
    margin: 1px 0px !important;
    height: 30px !important;
}

.btn-grid .btn {
    float: none;
    display: inline-block;
    margin: 3px 0;
}

.btn-grid-title {
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.gi-red, .gi-red a {
    color: red;
}

.fixedFirstColumnTable {
    border-collapse: separate;
    border: 0;
}

.fixedFirstColumnTable thead tr, .fixedFirstColumnTable tbody tr {
    border: 0;
}

.fixedFirstColumnTable thead tr th, .fixedFirstColumnTable tbody tr td {
    border: 0;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.fixedFirstColumnTable thead tr th {
    white-space: nowrap;
}

.fixedFirstColumnTable thead tr th:last-of-type, .fixedFirstColumnTable tbody tr td:last-of-type {
    border-right: 0;
}

.fixedFirstColumnTable thead tr th:first-of-type, .fixedFirstColumnTable tbody tr td:first-of-type {
    /* 	position: absolute; */
    z-index: 500;
}

.fixedFirstColumnTable tbody tr:not (.child-top ) td:first-of-type {
    background-color: white;
}

.fixedFirstColumnTableFirst {
    /* min-width: 300px !important; */
}

.fixedFirstColumnTableFirst.l1 {
    background: #fff !important;
}

.fixedFirstColumnTableSecond {
    /* 	min-width: 300px !important; */
    /* 	border-right: 0 !important; */

}

/* Addet to fix combo-combo item-group to display on one row*/
.select-period {
    width: 100%;
}

.select-period select:nth-child(1) {
    width: 60% !important;
}

.select-period select:nth-child(2) {
    width: 40% !important;
    border-left: none;
}

.form-control.period-type {
    padding-right: 6px
}

.marT10 {
    margin-top: 12px;
}

/* HOME ICONS */
.home-icon {
    font-size: 60px;
    margin-top: 20px;
}

/* HOME ICONS */
.home-lightblue {
    color: #46abc9;
}

.home-blue {
    color: #006699;
}

.home-red {
    color: #c64ea4;
}

.home-yellow {
    color: #ffae00;
}

.home-default {
    color: #77b73d;
}

.home-black {
    color: #222;
}

.home-grey {
    color: #7f7f7f;
}

.homelink:link {
    color: black;
}

.homelink:visited {
    color: black;
}

.homelink:hover {
    color: black;
    text-decoration: none;
}

.homelink:active {
    color: black;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.colapse-cell {
    padding: 0px !important;
}

.floatingHeader {
    box-sizing: border-box;
    padding-top: 20px;
    background: #fff;
    position: fixed;
    top: 92px;
    visibility: hidden;
    z-index: 1010;
}

.floating-header-scroll {
    height: 20px;
    overflow-x: auto;
    overflow-y: hidden;
}

.scroll-length {
    height: 1px;
}

.table-floating {
    margin-bottom: 0px !important;
}

.floatingHeader {
    padding-top: 4px !important;
}

.odigo-data-table tr:nth-child(odd) td, .table-floating tr:nth-child(odd) td {
    background: #fff;
}

.odigo-data-table tr:nth-child(even) td, .table-floating tr:nth-child(even) td {
    background: #f5f5f5;
}

.odigo-table-right {
    border-right: none !important;
    cursor: zoom-out;
    background: repeating-linear-gradient(45deg, #fff, #fff 10px, #bdbdbd 10px, #bdbdbd 20px) !important;
    width: 13px;
}

.odigo-table-expand {
    cursor: zoom-in;
}

.odigo-table-expand:hover {
    cursor: zoom-in;
    background: repeating-linear-gradient(135deg, #fff, #fff 10px, #bdbdbd 10px, #bdbdbd 20px) !important;
}

.odigo-table-left {
    border-left: none !important;
}

.list-group-item-home {
    position: relative;
    min-height: 200px;
    opacity: 0.7;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
}

.list-group-item-home span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.list-group-item-home span i {
    font-size: 60px;
    margin-top: 30px;
    margin-left: 30px;
    opacity: 1.0 !important;
    color: #fff;
    text-shadow: 0 0 3px #000;
    transition: all .3s ease-in-out;
}

.homelink:hover .list-group-item-home {
    opacity: 1.0;
}

.homelink:hover .list-group-item-home span {
    background: url('../images/bgr-hover.png');
}

.homelink:hover .list-group-item-home span i {
    opacity: 1.0 !important;
    color: #fff;
    text-shadow: 0 0 6px #000;
    transform: scale(1.2);
}

a.homelink .list-group h4 {
    color: #222;
    text-decoration: none;
}

a.homelink:hover {
    text-decoration: none !important;
}

.home-box .list-group:hover {
    border-radius: 3px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.panel-heading h4 {
    margin: 0;
}

.subSectionColor {
    background: #BDBDBD;
}

.height56 {
    height: 56px;
}

.fixed-panel {
    padding: 20px 0;
    margin-bottom: 0;
    box-shadow: none !important;
    border: none !important;
    background: #fff;
}

.btn-group-no-label a {
    height: 31px;
    line-height: 19px !important;
    font-size: 14px;
}

.divLoading {
    display: none;
    position: absolute;
}

.divLoading.show {
    display: block;
    position: fixed;
    z-index: 1020;
    background-image: url(../images/ajax-loader-big.gif);
    background-color: #666;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.loadinggif.show {
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 101;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
}

.result-content {
    position: relative;
}

.total-label {
    background: #e7e8e5;
    font-weight: bold;
}

button.hidden-bilan-group-1-background {
    color: #333 !important;
    border-color: #4a7d7c !important;
    background-color: #96c4c3 !important;
}

th.hidden-bilan-group-1-background {
    background-color: #96c4c3 !important;
}

button.hidden-bilan-group-2-background {
    color: #333 !important;
    border-color: #bfa588 !important;
    background-color: #fff3e6 !important;
}

th.hidden-bilan-group-2-background {
    background-color: #fff3e6 !important;
}

button.hidden-bilan-group-3-background {
    color: #333 !important;
    border-color: #7eb3b3 !important;
    background-color: #e6ffff !important;
}

th.hidden-bilan-group-3-background {
    background-color: #e6ffff !important;
}

button.hidden-bilan-group-4-background {
	color: #333 !important;
    border-color: #835248 !important;
    background-color: #c49e96 !important;
}

th.hidden-bilan-group-4-background {
    background-color: #c49e96 !important;
}

button.hidden-bilan-group-5-background {
    color: #333 !important;
    border-color: #be92b0 !important;
    background-color: #ffe6f7 !important;
}

th.hidden-bilan-group-5-background {
    background-color: #ffe6f7 !important;
}

button.hidden-bilan-group-6-background {
    color: #333 !important;
    border-color: #81b081 !important;
    background-color: #e6ffe6 !important;
}

th.hidden-bilan-group-6-background {
    background-color: #e6ffe6 !important;
}

button.hidden-bilan-group-7-background {
    color: #333 !important;
    border-color: #542aad !important;
    background-color: #e9e6ff !important;
}

th.hidden-bilan-group-7-background {
    background-color: #e9e6ff !important;
}

button.hidden-pq-grp-1-background {
    color: #333 !important;
    border-color: #7eb3b3 !important;
    background-color: #e6ffff !important;
}

th.hidden-pq-grp-1-background {
    background-color: #e6ffff !important;
}

button.hidden-pq-grp-2-background {
    color: #333 !important;
    border-color: #bfa588 !important;
    background-color: #fff3e6 !important;
}

th.hidden-pq-grp-2-background {
    background-color: #fff3e6 !important;
}

button.hidden-pq-grp-3-background {
    color: #333 !important;
    border-color: #81b081 !important;
    background-color: #e6ffe6 !important;
}

th.hidden-pq-grp-3-background {
    background-color: #e6ffe6 !important;
}

button.hidden-pq-grp-4-background {
    color: #333 !important;
    border-color: #be92b0 !important;
    background-color: #ffe6f7 !important;
}

th.hidden-pq-grp-4-background {
    background-color: #ffe6f7 !important;
}

th.hidden-pq-grp-5-background {
    background-color: #e9e6ff !important;
}

button.hidden-pq-grp-5-background {
    color: #333 !important;
    background-color: #e9e6ff !important;
}

button.hidden-group-flow-background {
    color: #333 !important;
    border-color: #4a7d7c !important;
    background-color: #96c4c3 !important;
}

th.hidden-group-flow-background {
    background-color: #96c4c3 !important;
}

button.hidden-group-target-background {
    color: #333 !important;
    border-color: #4a7d7c !important;
    background-color: #ffe6f7 !important;
}

th.hidden-group-target-background {
    background-color: #ffe6f7 !important;
}

button.hidden-group-profil-background {
    color: #333 !important;
    border-color: #627c50 !important;
    background-color: #a9c496 !important;
}

th.hidden-group-profil-background {
    background-color: #a9c496 !important;
}

button.hidden-group-transfer-background {
    color: #333 !important;
    border-color: #835248 !important;
    background-color: #c49e96 !important;
}

th.hidden-group-transfer-background {
    background-color: #c49e96 !important;
}

button.hidden-group-motif-background {
    color: #333 !important;
    background-color: #EAAC8B !important;
}

th.hidden-group-motif-background {
    background-color: #EAAC8B !important;
}

button.comment-pq-background {
    color: #333 !important;
    background-color: #e6e6ff !important;
}

th.comment-pq-background {
    background-color: #e6e6ff !important;
}

button.hidden-agent-grp-1-background {
    color: #333 !important;
    background-color: #e6ffff !important;
}

th.hidden-agent-grp-1-background {
    background-color: #e6ffff !important;
}

button.hidden-agent-grp-2-background {
    color: #333 !important;
    border-color: #81b081 !important;
    background-color: #e6ffe6 !important;
}

th.hidden-agent-grp-2-background {
    background-color: #e6ffe6 !important;
}

button.hidden-agent-grp-3-background {
    color: #333 !important;
    border-color: #bfa588 !important;
    background-color: #fff3e6 !important;
}

th.hidden-agent-grp-3-background {
    background-color: #fff3e6 !important;
}

button.hidden-link-offer-background {
    color: #333 !important;
    border-color: #7eb3b3 !important;
    background-color: #e6ffff !important;
}

th.hidden-link-offer-background {
    background-color: #e6ffff !important;
}

button.hidden-link-tema-background {
    color: #333 !important;
    border-color: #4a7d7c !important;
    background-color: #96c4c3 !important;
}

th.hidden-link-tema-background {
    background-color: #96c4c3 !important;
}

button.hidden-link-grp-2-background {
    color: #333 !important;
    border-color: #bfa588 !important;
    background-color: #fff3e6 !important;
}

th.hidden-link-grp-2-background {
    background-color: #fff3e6 !important;
}

button.hidden-jouve-num-background {
    color: #333 !important;
    border-color: #542aad !important;
    background-color: #e9e6ff !important;
}

th.hidden-jouve-num-background {
    background-color: #e9e6ff !important;
}

button.hidden-jouve-rejet-background {
    color: #333 !important;
    border-color: #990d0b !important;
    background-color: #bf7186 !important;
}

th.hidden-jouve-rejet-background {
    background-color: #bf7186 !important;
}

button.hidden-jouve-video-background {
    color: #333 !important;
    border-color: #7eb3b3 !important;
    background-color: #e6ffff !important;
}

th.hidden-jouve-video-background {
    background-color: #e6ffff !important;
}

button.hidden-mail-group-dmt-background {
    color: #333 !important;
    border-color: #4a7d7c !important;
    background-color: #96c4c3 !important;
}

th.hidden-mail-group-dmt-background {
    background-color: #96c4c3 !important;
}

button.hidden-group-profil-time-background {
    color: #333 !important;
    border-color: #627c50 !important;
    background-color: #a9c496 !important;
}

button.hidden-group-profil-time2-background {
    color: #333 !important;
    border-color: #627c50 !important;
    background-color: #a9c496 !important;
}

th.hidden-group-profil-time-background {
    background-color: #a9c496 !important;
}

button.hidden-time-group-3-background {
    color: #333 !important;
    border-color: #005f8c!important;
    background-color: #00abfd!important;
}

th.hidden-time-group-3-background {
    background-color: #00abfd!important;
}

button.hidden-time-group-4-background {
    color: #333 !important;
    border-color: #81b081 !important;
    background-color: #e6ffe6 !important;
}

th.hidden-time-group-4-background {
    background-color: #e6ffe6 !important;
}

button.hidden-time-group-2-background {
    color: #333 !important;
    border-color: #4a7d7c !important;
    background-color: #96c4c3 !important;
}

th.hidden-time-group-2-background {
    background-color: #96c4c3 !important;
}

button.hidden-time-group-1-background {
    color: #333 !important;
    border-color: #ff732f!important;
    background-color: #ffb997!important;
}

th.hidden-time-group-1-background {
    background-color: #ffb997 !important;
}

button.hidden-time-group-5-background {
    color: #333 !important;
    border-color: #00ff80!important;
    background-color: #89f5d2!important;
}

th.hidden-time-group-5-background {
    background-color: #89f5d2 !important;
}

button.hidden-time-group-6-background {
    color: #333 !important;
    border-color: #298181!important;
    background-color: #6CD0D0!important;
}

th.hidden-time-group-6-background {
    background-color: #6CD0D0 !important;
}

button.hidden-time-group-7-background {
    color: #333 !important;
    border-color: #f56dae!important;
    background-color: #FFCBDB!important;
}

th.hidden-time-group-7-background {
    background-color: #FFCBDB !important;
}

button.hidden-time-group-8-background {
    color: #333 !important;
    border-color: #00ca00!important;
    background-color: #b3ffb3!important;
}

th.hidden-time-group-8-background {
    background-color: #b3ffb3 !important;
}

button.hidden-time-group-9-background {
    color: #333 !important;
    border-color: #216969!important;
    background-color: #6CD0D0!important;
}

th.hidden-time-group-9-background {
    background-color: #6CD0D0 !important;
}

button.hidden-time-group-10-background {
    color: #333 !important;
    border-color: #ca0065!important;
    background-color: #ff9dce!important;
}

th.hidden-time-group-10-background {
    background-color: #ff9dce !important;
}

table td.thick {
	font-weight: bold !important;
}

.fixedFirstColumnTableFirst.l1light-green {
    background: #f4f9eb !important;
}

.fixedFirstColumnTableFirst.l1dark-green {
    background: #77b73d !important;
}

.fixedFirstColumnTableFirst.l1dark-gray {
    background: #ccc !important;
}

.fixedFirstColumnTableFirst.l1light-blue {
    background: #e9f8ff !important;
}

table td.light-green {
    background: #f4f9eb !important;
}

table td.dark-green {
    background: #77b73d !important;
    color: #fff;
}

table td.dark-gray {
    background: #ccc !important;
}

table td.dark-blue {
    background: #ccc !important;
}

table td.light-blue {
    background: #e9f8ff !important;
}

.button-check {
	padding-top: 25px;
}

.nounderline {
    text-decoration: none !important;
}

.gt-renamed_label {
	display: block;
	font-style: italic;
	margin-top: 5px;
	font-size: 90%;
	width: 50%;
}

.item-renamed_label {
	display: block;
	font-style: italic;
	margin-top: 5px;
	font-size: 90%;
	width: 50%;
}

.item-year_label {
	display: block;
	font-style: italic;
	margin-top: 5px;
	font-size: 100%;
	padding-top: 2px;
	width: 50%;
	padding-left: 10px;
}

.item-activity_label {
	display: block;
	font-style: italic;
	font-size: 100%;
	width: 50%;
}

.item-prod-values{
	padding-top: 5px;
}
.gt-code {
	display: block;
	font-style: italic;
	margin-top: 5px;
	font-size: 90%;
	width: 50%;
}

.gt-category{
	display: block;
	font-style: italic;
	margin-top: 5px;
	font-size: 90%;
	width: 50%;
}

.gt-label-mail {
	display: block;
	font-style: italic;
	margin-top: 10px;
	font-size: 100%;
	width: 50%;	
}

.odigo-conf-nav{
	padding: 10px 8px !important;
}

.warning-color {
	color: #f0ad4e;
}

.danger-color {
	color: #d9534f;
}

.action-btn {
	padding-left: 5px;
	padding-right: 5px;
}

.checkbox-btn {
	padding-left: 5px;
	padding-right: 5px;
}

.requestType-btn {
    padding-left: 5px;
    padding-right: 5px;
}

.overlay {
	display: none;
}

.has-hover {
	position: relative;
}

.has-hover:hover .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.85);
	display: block;
}

.overlay select {
	width: calc(100% - 16px);
	margin: 20px 8px;
	box-sizing: border-box;
}

.badge-unsaved {
	background-color: #337ab7;
}

.badge-saved {
	background-color: #5cb85c;
}

.white {
	color: white !important;
}

.hmsInput {
	width: 48px;
}

.cursor-pointer {
    cursor: pointer;
}

.white-space-no-wrap {
    white-space: nowrap;
}

.wrap-cells {
  white-space: normal;
}

.disable {
	pointer-events: none;
	background: #dddddd;
}

.filter-modal-name{
	padding-right: 5px !important;
    padding-left: 5px !important;
}

.btn-disable{
        cursor: not-allowed;
        pointer-events: none;

        /*Button disabled - CSS color class*/
        color: #c0c0c0;
        background-color: #ffffff;
}

table.no-wrap-report-cell td {
  white-space: nowrap;
}

.sticky-table {
    border-collapse: separate;
    border-spacing: 0;
}

/*  Case 1: When only sticky-column  */
.sticky-table th.sticky-column,
.sticky-table td.sticky-column {
    position: sticky;
    left: 0;
    z-index: 3;
}

/* Case 2: When td has both sticky-column and tableAction */
.sticky-table td.sticky-column.odigo-table-right.tableAction {
    position: sticky;
    left: 0;
    z-index: 4;
}

/* Case 3: When sticky-column is after tableAction or is the first sticky cell */
.sticky-table tbody tr td.tableAction + td.sticky-column.odigo-table-left,
.sticky-table tbody tr td.sticky-column.odigo-table-left:first-child {
    position: sticky;
    left: 13px;
    z-index: 3;
}

/* Case 4: When sticky-column for first two rows only, but NOT after tableAction */
.sticky-table tbody tr:nth-child(-n+2) td.sticky-column.odigo-table-left:not(:has(+ td.tableAction)),
.sticky-table tbody tr:nth-child(-n+2) td.sticky-column.odigo-table-left:not(:is(td.tableAction + *)) {
    position: sticky;
    left: 0;
    z-index: 3;
    border-left: 1px solid #ddd !important;
}

.table-controls.visibility-hidden {
    visibility: hidden;
}
