/* ============================== */
/* ========== Bob-Web =========== */
/* ==== Company: Deck Genius ==== */
/* ======== Benoît KOPP ========= */
/* ============================== */

/* ==================== */
/* ====== DIVERS ====== */
/* ==================== */

/* Accueil */
.accueil-dashboard {
	height: auto;
}

.last-sales {
	margin-top: 12px;
}

/* Affiche le curseur */
.pointer {
    cursor: pointer;
}

/* Affiche le curseur pour le logo des notifications */
.notifications {
    cursor: pointer;
}

/* Ajouter l'animation quand on survole avec la souris et quand on s'enleve de l'élement avec la souris */
.elem-hover {
    transition-duration: 0.35s !important;
}

.elem-hover:hover {
    background-color: rgba(0, 0, 0, 0.09) !important;
    transition-duration: 0.35s !important;
}

/* Permet d'ajouter un padding à un element pour mettre plus d'espace entre les bords */
.pd-int {
    padding: 7px 7px 7px 7px !important;
}

.pd-int-sm {
    padding: 3px 3px 3px 3px !important;
}

.pdl-int-sm {
    padding-left: 3px !important;
}

.pd-int-xs {
    padding: 1px 1px 1px 1px !important;
}

.pt-prop {
    padding-top: 0.7rem !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-12-5 {
	width: 12.5% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-33 {
    width: 33% !important;
}

.w-35 {
	width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-auto {
    width: auto !important;
}

.h-10 {
    height: 10% !important;
}

.h-15 {
    height: 15% !important;
}

.h-75 {
	height: 75% !important;
}

.h-80 {
	height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-75 {
    padding-left: 75px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-105 {
    padding-left: 105px !important;
}

.pl-8 {
    padding-left: 3rem !important;
}

.pr-8 {
    padding-right: 3rem !important;
}

/* Réadaptation du menu déroulant du profil */
div.dropdown-menu a.dropdown-item:hover {
    background-color: rgb(51, 71, 82) !important;
}

.side-nav .collapsible li>a:hover {
    background-color: rgb(229, 192, 128) !important;
    border-radius: 0 !important;
}

.side-nav .collapsible li>a.bg-item:hover {
    background-color: rgb(229, 192, 128) !important;
    border-radius: 0 !important;
}

.side-nav .collapsible>li {
    border-radius: 0 !important;
}

.side-nav-bg {
    background-color: rgb(54, 71, 82) !important;
}

.bg-item {
    background-color: rgb(103, 120, 131) !important;
}

.color-has-messages {
    color: #00abff !important;
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 150ms ease-in 0s;
    -o-transition: all 150ms ease-in 0s;
    transition: all 150ms ease-in 0s;
}

.brand-title::first-letter {
    color: rgb(229, 192, 128) !important;
}

.brand-title {
    color: rgb(51, 71, 82) !important;
    margin-bottom: 2px !important;
}

.active-item {
    background-color: rgb(229, 192, 128) !important;
}

.active-item.bg-item {
    background-color: rgb(229, 192, 128) !important;
}

.side-nav .collapsible .fa {
    font-size: 1.1rem !important;
}

.btn.btn-md .fa {
    font-size: 0.8rem !important;
}

.side-nav .logo-sn {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.side-nav .collapsible .fas {
    font-size: 1rem !important;
}

.navbar {
    height: 40px !important;
    color: rgb(51, 71, 82) !important;
    background-color: #fff !important;
    border-bottom: 1px solid rgb(51, 71, 82);
    padding-right: 0 !important;
    flex-flow: row nowrap !important;
}

.navbar .dropdown-menu a {
    color: rgb(51, 71, 82) !important;
}

/* Permet de tracer la bordure basse du logo de la sidenav bar */
.logo-bot-border {
    border-bottom: thin solid rgba(0, 151, 167, 0.5);
    height: 65px;
}

/* Permet d'agrandir la police */
.font-resize {
    font-size: 100% !important;
}

/* Permet de rétrecir considérablement la police */
.font-resize-sm {
    font-size: 70% !important;
}

.font-resize-sm2 {
    font-size: 60% !important;
}

.font-resize-080 {
    font-size: 0.80rem !important;
}

.font-resize-09 {
    font-size: 0.9rem !important;
}

/* Couleur de succes */
.color-success {
    color: #01d36b !important;
}

/* Couleur danger */
.color-danger {
    color: #fbc02d !important;
}

/* Couleur erreur */
.color-error {
    color: #ff4444;
}

/* Couleur info */
.color-info {
    color: #33b5e5;
}

.color-val-fils {
    color: #fdd835 !important;
}

.color-black {
    color: black !important;
}

/* Augmente la taille d'une textarea */
textarea.md-textarea {
    height: 5rem;
}

/* Scroll barre pour la text area */
textarea.md-textarea {
    overflow-y: scroll;
}

/* Nouvelle couleur de fond */
html {
    height: 100%;
    width: 100%;
}

body {
    background: #fff;
    color: rgb(51, 71, 82) !important;
    height: 100%;
    width: 100%;
}

main {
    height: 100%;
}

.brand-bg {
    background: #fff !important;
    height: 40px;
    border-bottom: 1px solid rgb(51, 71, 82);
    border-right: 1px solid rgb(51, 71, 82);
}

/* Back to top */
#scrollToTop {
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 100;

    text-decoration: none;
    background-color: rgb(51, 71, 82) !important;
    color: white;
    display: none;
    border-top-right-radius: 10%;
    border-top-left-radius: 10%;
    transition: 0.3s;
    font-size: 1.2em;
    line-height: 50px;
}

#scrollToTop:hover {
    text-decoration: none;
    background-color: #006064;
}

#searchGimiArticles {
    text-align: center;
    vertical-align: middle;
    position: fixed;
    top: 175px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 100;

    text-decoration: none;
    background-color: rgb(51, 71, 82) !important;
    color: white;
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;
    transition: 0.3s;
}

#searchGimiArticles:hover {
    text-decoration: none;
    background-color: #006064;
}

#searchGimiArticles i {
    font-size: 1.2em;
    margin-top: 7px;
}

#searchGimiArticles div.sm-size {
    font-size: 0.6em;
}

/* Select roles */
#selectRoles {
    text-align: center;
    vertical-align: middle;
    position: fixed;
    top: 230px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 100;

    text-decoration: none;
    background-color: rgb(51, 71, 82) !important;
    color: white;
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;
    transition: 0.3s;
    font-size: 1em;
    line-height: 50px;
}

#selectRoles:hover {
    text-decoration: none;
    background-color: #006064;
}

/* Pagination */
.pagination.pg-pagi .active .page-link {
    background-color: rgb(51, 71, 82) !important;
}

.pagination.pg-pagi .inactive .page-link {
    color: #212529 !important;
}

.pagination .page-item.active .page-link {
    background-color: rgb(51, 71, 82) !important;
}

/* Region select */
.custom-select {
    display: block !important;
    height: calc(1.8rem + 2px);
    font-size: 80%;
    cursor: pointer;
	font-family: "Roboto", sans-serif !important;
}

.custom-select-lg {
    height: calc(3rem + 2px) !important;
    font-size: 120% !important;
}

.custom-select.auto {
    display: block !important;
    /* height: auto !important; */
    height: 38px !important;
    font-size: auto !important;
    cursor: pointer;
}

.mdb-select.custom {
	font-weight: 300;
}

.mdb-select.custom input.select-dropdown {
    display: block !important;
    height: 38px !important;
    font-size: 80% !important;

    margin-bottom: 0 !important;
    padding: 0.375rem 1.75rem 0.375rem 1rem !important;
    line-height: 1.66 !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    font-weight: 400 !important;
	color: rgb(51, 71, 82) !important;
}

.mdb-select.custom .caret {
    top: 0.75rem !important;
    right: 0.75rem !important;
}

.tox-selectfield select {
    display: block !important;
}

#selectLotDQE {
    border: 2px solid rgba(63, 81, 181, 0.8);
}

#selectSousLotDQE {
    border: 2px solid rgba(156, 39, 176, 0.8);
}

.lot-lib {
    color: rgba(63, 81, 181, 0.8);
    font-weight: 400;
}

.sslot-lib {
    color: rgba(156, 39, 176, 0.8);
    font-weight: 400;
    width: 20%;
}

.select-option:hover {
    background: #4285f4 !important;
    color: #fff;
}

/* Role Select Navbar */
.select-roles-navbar {
    width: 250px;
    text-overflow: ellipsis;
}

.select-roles-navbar+label {
    color: #fff;
}

.success-save-btn {
    color: #00c851 !important;
}

/* Désactive un lien */
.not-active {
    cursor: not-allowed !important;
    opacity: 0.65 !important;
}

.not-active a {
    pointer-events: none;
}

/* bouton refresh lot */
.btn-refresh {
    background-color: #6573c3;
}

/* Tables */
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6 !important;
}

.align-td-items-center {
    vertical-align: middle !important;
}

table.table a {
    margin-right: 0 !important;
}

.text-link {
    color: #007bff !important;
}

table.table th a {
    color: #007bff !important;
}

table.table th a i {
    color: #fff !important;
}

.th-bg-ben {
    background-color: rgb(51, 71, 82) !important;
    color: white !important;
}

.th-bg-gimi {
    background-color: #f49f12 !important;
    color: white !important;
}

.th-actions-gimi {
    background-color: #c8c8c8 !important;
}

.border-right-comp {
    border-right: 1px solid #959595 !important;
}

.table-bordered td.sticky-col,
.table-bordered th.sticky-col {
    background: #f2f2f2 !important;
}

.table-striped tbody tr:nth-of-type(2n + 1) td.sticky-col,
.table-striped tbody tr:nth-of-type(2n + 1) th.sticky-col {
    background: #f2f2f2 !important;
}

.table-striped tbody tr:nth-of-type(2n) td.sticky-col,
.table-striped tbody tr:nth-of-type(2n) th.sticky-col {
    background: white !important;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 150px !important;
}

.sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 51px;
}

.disabled-art-bg {
    background-color: #818181 !important;
}

.disabled-art-bg:hover {
    background-color: #818181 !important;
}

.table-commande td:not(:empty) {
    border-right: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-left: 1px solid #dee2e6 !important;
    vertical-align: middle !important;
}

.table-commande td.article-separator {
	border-bottom: 1px solid #b2b2b2 !important;
}

.table-commande tr.article-separator {
	border-bottom: 1px solid #b2b2b2 !important;
}

.table-commande tr.article-separator td:not(:empty) {
	border-bottom: 0 !important;
}

/* Buttons */
.btn {
    box-shadow: 0 0 !important;
    border-radius: 2rem !important;
}

.btn-default {
    background-color: rgb(51, 71, 82) !important;
    color: #fff !important;
}

.btn-research {
    border-radius: 0 !important;
}

.btn-rounded-0 {
    border-radius: 0 !important;
}

.btn-toggle {
    color: #fff !important;
}

.btn-toggle:hover {
    color: #fff !important;
}

.btn-default:not([disabled]):not(.disabled):active,
.btn-default:not([disabled]):not(.disabled).active,
.show>.btn-default.dropdown-toggle {
    background-color: rgb(51, 71, 82) !important;
    color: #fff !important;
}

.btn-danger {
    color: #fff !important;
}

.btn-art {
    background-color: #63b5f7 !important;
}

.pos-remove-art {
    position: absolute;
    top: 3%;
    right: 0;
}

.pos-remove-art-10 {
    position: absolute;
    top: 10%;
    right: 0;
}

.pos-remove-art-10-nb {
    position: absolute;
    top: 10%;
    right: 6%;
}

.tr-h-120 {
    height: 120px !important;
}

.btn-left-gimi {
    position: absolute;
    left: -18px;
}

.flex-up-btn {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    height: 70% !important;
}

.flex-down-btn {
    position: absolute;
    bottom: 0 !important;
    right: 0 !important;
    height: 30% !important;
    border-top: solid 1px white;
}

.btn-sm-fs {
    font-size: 0.8rem !important;
}

/* Outline button color */
.btn-outline-std {
    border: 2px solid rgb(51, 71, 82);
    color: rgb(51, 71, 82) !important;
    background-color: transparent;
}

.btn-outline-std {
    border: 2px solid rgb(51, 71, 82) !important;
    color: rgb(51, 71, 82) !important;
    background-color: transparent;
}

.btn-outline-std:hover {
    border: 2px solid rgb(51, 71, 82) !important;
    color: rgb(51, 71, 82) !important;
    background-color: transparent;
}

.btn-outline-std:focus {
    border: 2px solid rgb(51, 71, 82) !important;
    color: rgb(51, 71, 82) !important;
    background-color: transparent;
}

.btn-outline-std:active {
    border: 2px solid rgb(51, 71, 82) !important;
    color: rgb(51, 71, 82) !important;
    background-color: transparent;
}

.btn-outline-default {
    border: 2px solid rgb(51, 71, 82) !important;
    color: rgb(51, 71, 82) !important;
    background-color: transparent;
}

.btn-outline-default:hover {
    border: 2px solid rgb(51, 71, 82) !important;
    color: rgb(51, 71, 82) !important;
    background-color: transparent;
}

.btn-outline-default:focus {
    border: 2px solid rgb(51, 71, 82) !important;
    color: rgb(51, 71, 82) !important;
    background-color: transparent;
}

.btn-outline-default:active {
    border: 2px solid rgb(51, 71, 82) !important;
    color: rgb(51, 71, 82) !important;
    background-color: transparent;
}

.border-bot-comp {
    border-bottom: 2px solid #dee2e6 !important;
}

.border-bot-comp-art {
    border-bottom: 1px solid #dee2e6 !important;
}

/* Tree view */
.ss-elem::before {
    content: '';
    position: absolute;
    left: -17px;
    border-top: 1px solid #dee2e6 !important;
    width: 18px;
    top: 17px;
}

.body-ss-elem::after {
    border-left: 1px solid #dee2e6 !important;
    height: calc(100% + 2px);
    top: 0px;
    content: '';
    position: absolute;
    left: -2px;
}

.comp-articles::before,
.comp-articles::after {
    content: '';
    position: absolute;
    left: -18px;
}

.comp-articles::before {
    border-top: 1px solid #dee2e6 !important;
    width: 20px;
    top: 17px;
}

.comp-articles::after {
    border-left: 1px solid #dee2e6 !important;
    height: calc(100% + 2px);
    top: 0px;
}

.body-ss-elem-articles>.comp-articles:last-child::after {
    height: 17px;
}

.hover-bg:hover {
    background-color: #eeeeea;
}

.btn-col-bat {
    background-color: #c60086 !important;
}

.btn-col-lot {
    background-color: rgba(63, 81, 181, 0.8) !important;
}

.btn-col-sslot {
    background-color: rgba(156, 39, 176, 0.8) !important;
}

.btn-col-ouvrage {
    background-color: rgba(233, 30, 99, 0.8) !important;
}

.btn-col-art {
    background-color: rgba(3, 169, 244, 0.7) !important;
    cursor: default !important;
    pointer-events: none;
}

/* Restyle tableau DQE comparatif */
.table-scroll {
    display: block;
    max-height: 700px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#table-dqe-comp th {
    white-space: nowrap;
    overflow: hidden;
}

.table-bordered .td-reg,
.table-bordered .th-reg {
    border-right: 1px solid #969698 !important;
}

#importationCsv {
    display: none;
}

/* Links */
a.btn:hover {
    color: white;
}

/* Restyle tableau import */
#table-verify-imp th {
    white-space: nowrap;
    overflow: hidden;
}

/* Nav */
#nav-tab-prop .nav-link.active {
    background-color: rgb(51, 71, 82) !important;
}

#nav-tab-prop .nav-link.active:hover {
    color: #fff;
}

.nav-link.active.std {
    background-color: rgb(51, 71, 82) !important;
    color: #fff !important;
    border-color: #dee2e6 #dee2e6 rgb(51, 71, 82) !important;
}

.nav-link.std {
    color: rgb(51, 71, 82) !important;
}

.download-bob {
    border: 2px solid #0277bd !important;
    border-radius: 2rem !important;
    background: #0277bd !important;
    color: #fff !important;
}

.download-bob:hover {
    background: #fff !important;
    color: #0277bd !important;
}

.custom-btn-link {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.link-disabled {
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

/* Table overflow */
.table-overflow {
    overflow-y: auto;
}

/* style inputs */
.rm-arrows {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}

/* positions */
.relative {
    position: relative !important;
}

.bot-stick-tab {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    bottom: 0;
    background-color: white;
}

.bot-stick-tab th {
    border: 1px solid #838383 !important;
}

.bot-stick-tab td {
    border: 1px solid #838383 !important;
}

.tab-border-comp th {
    border: 1px solid #838383 !important;
}

.tab-border-comp td {
    border: 1px solid #838383 !important;
}

.select-rt {
    position: absolute;
    top: 0;
    right: 0;
}

.pos-edit-regle {
    position: absolute;
    top: 4px;
    right: 4px;
}

.sticky-top {
    position: sticky;
    top: 0;
}

.sticky-right {
    position: sticky;
    right: 0;
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
}

.sticky-left {
    position: sticky;
    left: 0;
}

/* Images */
.ben-logo {
    height: 100%;
    width: auto;
}

.rounded-xs {
    border-radius: 0.15rem;
}

.rounded-sm {
    border-radius: 0.25rem;
}

.rounded-md {
    border-radius: 0.5rem;
}

.rounded-lg {
    border-radius: 0.75rem;
}

.rounded-xl {
    border-radius: 1rem;
}

.border-pink {
    border: 1px solid rgb(198, 0, 134) !important;
}

.border-blue {
    border: 1px solid rgb(51, 71, 82) !important;
}

.object-fit-cover {
    object-fit: cover;
}

.carte-img-wrapper {
    position: relative;
}

.carte-img-wrapper .delete-img {
    position: absolute;
    top: -11px;
    right: 6px;
    z-index: 100;
}

/* Spaces */
.nowrap {
    white-space: nowrap;
}

/* Radio */
.radio-std {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
	border-color: rgb(51, 71, 82);
	background-color: rgb(51, 71, 82);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	border-color: rgba(51, 71, 82, 0.3);
	background-color: rgba(51, 71, 82, 0.3);
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(51, 71, 82, 0.3);
}

.select-disp-region input.select-dropdown {
    margin: 0 0 0 0 !important;
    background-color: #ffffff;
    border-radius: 0.25rem;
    border: 0;
    padding-left: 5px;
    height: 45px !important;
}

.select-disp-region .caret {
    z-index: 1000 !important;
    top: 1rem !important;
}

.select-models-region input.select-dropdown {
    margin: 0 0 0 0 !important;
    background-color: #ffffff;
    border-radius: 0.25rem;
    border: 0;
    padding-left: 5px;
    height: 45px !important;
    border: 1px solid #dee2e6 !important;
}

.select-models-region .caret {
    z-index: 1000 !important;
    top: 1rem !important;
}

.warning-bg {
    background-color: #ffebbc !important;
    border: 5px solid #ff8f00 !important;
}

.warning-bg-nb {
    background-color: #ffebbc !important;
}

.danger-bg {
    background-color: #ff6b6b !important;
}

.check-std {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
}

/* Colors */
.std-grey-bg {
    background-color: rgb(51, 71, 82) !important;
}

.secondary-grey-bg {
    background-color: rgb(102, 120, 131) !important;
}

.std-gold-bg {
    background-color: rgb(229, 192, 128);
}

.text-std-grey-bg {
    color: rgb(51, 71, 82) !important;
}

.text-secondary-grey-bg {
    color: rgb(102, 120, 131) !important;
}

.text-std-gold-bg {
    color: rgb(229, 192, 128);
}

.std-blue {
    color: rgb(51, 47, 136) !important;
}

/* ruban statut projet OLD */
.std-blue-bg {
    background-color: rgb(51, 47, 136) !important;
}

.std-pink-bg {
    background-color: rgb(198, 0, 134) !important;
}

.map-valide-bg-old {
    background-color: #dc6e46 !important;
}
/* Fin ruban OLD */

/* ruban statut projet */
.vendu-bg {
    background-color: #364D53 !important;
}

.vente-valide-bg {
    background-color: #C4D6A4 !important;
    font-size: 14px;
}

.avenant-valide-bg {
    background-color: #ABCAE9 !important;
    font-size: 14px;
}

.map-valide-bg {
    background-color: #FED085 !important;
}

.ossature-valide-bg {
    background-color: #EBBAA9 !important;
    font-size: 12px;
}

.avenant-vendu-map1-bg {
    background-color: #fdb078 !important;
    font-size: 12px;
}

.avenant-vendu-map2-bg {
    background-color: #cca3c1 !important;
    font-size: 12px;
}

.avenant-vendu-ventefige-bg {
    background-color: #aac4bb !important;
    font-size: 12px;
}
/* Fin ruban */


.color-version-success-bg {
    background-color: #e4ffef !important;
}

.color-version-danger-bg {
    background-color: #ffe7e9 !important;
}

/* Modales */
.modal-dialog.modal-notify.modal-default .modal-header {
    background-color: rgb(51, 71, 82) !important;
}

.modal-header {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.modal-dialog.modal-notify .heading {
    font-size: 1.10rem !important;
}

/* Cards */
.card-maj {
    border: 1px solid rgba(51, 71, 82, 0.4) !important;
}

/* Card gimi */
.card-restyle-flat {
    box-shadow: none !important;
    border-radius: 0;
}

.card-restyle-gimi {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    box-shadow: none !important;
    border-radius: 0;
}

.card-restyle-gimi .card-header {
    padding: 0.25rem 0.5rem !important;
    font-weight: 300 !important;
    font-size: 0.9rem !important;
    border-radius: 0 !important;
}

.card-restyle-gimi .card-body {
    padding: 0.35rem 0.75rem !important;
    font-weight: 300 !important;
    font-size: 0.95rem !important;
}

.card-restyle-gimi hr {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    width: 5% !important;
    text-align: left !important;
    margin-left: 0 !important;
}

.card-restyle-gimi hr.diff {
    width: 100% !important;
}

.card-restyle-gimi.form {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    box-shadow: none !important;
    border-radius: 0;
}

.card-restyle-gimi.form .card-header {
    padding: 0.5rem 0.75rem !important;
    font-weight: 300 !important;
    font-size: 0.9rem !important;
}

.card-restyle-gimi.form .card-body {
    padding: 1.25rem !important;
    font-weight: 300 !important;
    font-size: 0.95rem !important;
}

/* Card articles blog */
.card-restyle-article-blog {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    box-shadow: none !important;
    border-radius: 0;
}

.card-restyle-article-blog .card-header {
    padding: 0.25rem 0.5rem !important;
    font-weight: 300 !important;
    font-size: 0.9rem !important;
    border-radius: 0 !important;
}

.card-restyle-article-blog .card-body {
    padding: 0.35rem 0.75rem !important;
    font-weight: 300 !important;
    font-size: 0.95rem !important;
}

.card-restyle-article-blog .card-body img {
    width: 100%;
    height: auto;
}

.card-restyle-article-blog.form {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    box-shadow: none !important;
    border-radius: 0;
}

.card-restyle-article-blog.form .card-header {
    padding: 0.5rem 0.75rem !important;
    font-weight: 300 !important;
    font-size: 0.9rem !important;
}

.card-restyle-article-blog.form .card-body {
    padding: 1.25rem !important;
    font-weight: 300 !important;
    font-size: 0.95rem !important;
}

.like-article {
    -webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
    box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
}

.like-article:hover {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.like-article:hover .fa-heart {
    color: rgb(229, 192, 128);
}

.like-article .fa-heart.active {
    color: rgb(229, 192, 128);
}

/* Card commentaire blog */
.card-restyle-commentaire-blog {
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0;
}

.card-restyle-commentaire-blog .card-header {
    padding: 0.25rem 0.5rem !important;
    font-weight: 300 !important;
    font-size: 0.9rem !important;
    border-radius: 0 !important;
}

.card-restyle-commentaire-blog .card-body {
    font-weight: 300 !important;
    font-size: 0.95rem !important;
    border-radius: 0.25rem !important;
}

.card-restyle-commentaire-blog .card-body .comment {
    background-color: #ee82ee5e;
    border-radius: 0.25rem;
}

.card-restyle-commentaire-blog hr {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    width: 5% !important;
    text-align: left !important;
    margin-left: 0 !important;
}

.card-restyle-commentaire-blog hr.diff {
    width: 100% !important;
}

.card-restyle-commentaire-blog.form {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    box-shadow: none !important;
    border-radius: 0;
}

.card-restyle-commentaire-blog.form .card-header {
    padding: 0.5rem 0.75rem !important;
    font-weight: 300 !important;
    font-size: 0.9rem !important;
}

.card-restyle-commentaire-blog.form .card-body {
    padding: 1.25rem !important;
    font-weight: 300 !important;
    font-size: 0.95rem !important;
}

.div-article img {
    max-width: 100%;
    height: auto;
}

.div-article iframe {
    max-width: 100%;
}

div .disabled {
    background-color: #e9ecef !important;
}

.underline-hover-comment {
    -webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
    box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
}

.underline-hover-comment:hover {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.border-left-articles {
    border-left: 2px solid rgb(102, 120, 131);
}

/* del & ins */
del {
    color: red;
    background: #fdd;
    text-decoration: none;
}

ins {
    color: green;
    background: #dfd;
    text-decoration: none;
}

/* Loader */
.loading-screen {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffffb3;
    z-index: 1000;
}

.big-xlsm {
    width: 8rem !important;
    height: 8rem !important;
}

.big-xl {
    width: 10rem !important;
    height: 10rem !important;
}

/* Stats */
.canvas-stat {
    background-color: #fff;
    border: 1px solid rgba(51, 71, 82, 0.4) !important;
}

/* Tooltips */
.lg {
    max-width: 500px !important;
    width: 500px !important;
}

/* Borders */
.bl-lot {
    border-left: 4px solid rgba(63, 81, 181, 0.8) !important;
}

.lot-bg {
    background-color: rgba(63, 81, 181, 0.04) !important;
}

.bl-sslot {
    border-left: 4px solid rgba(156, 39, 176, 0.8) !important;
}

.sslot-bg {
    background-color: rgba(156, 39, 176, 0.04) !important;
}

.bl-ouv {
    border-left: 4px solid rgba(233, 30, 99, 0.8) !important;
}

.ouv-bg {
    background-color: rgba(233, 30, 99, 0.04) !important;
}

.bl-art {
    border-left: 4px solid rgba(3, 169, 244, 0.8) !important;
}

.art-bg {
    background-color: rgba(3, 169, 244, 0.04) !important;
}

.bl-regle {
    border-left: 4px solid rgba(149, 149, 149, 0.9) !important;
}

.regle-bg {
    background-color: rgba(149, 149, 149, 0.1) !important;
}

.regle-border {
    border: 1px solid rgb(149, 149, 149) !important;
}

.blk-border {
    border: 1px solid #000 !important;
}

.blk-border-r {
    border-right: 1px solid #000 !important;
}

.blk-border-l {
    border-left: 1px solid #000 !important;
}

.blk-border-t {
    border-top: 1px solid #000 !important;
}

.blk-border-b {
    border-bottom: 1px solid #000 !important;
}

.img-thumbnail {
    border-radius: 0 !important;
}

/* Margins */
.mr-m-20 {
    margin-right: -20px !important;
}

.ml-m-20 {
    margin-left: -20px !important;
}

/* Login */
.eye-login {
    float: right;
    margin-left: -25px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

/* Badge */
.badge {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.badge-bob {
    background-color: #ec009f !important;
    color: #fff !important;
}

/* Tooltip hack */

/* Centers the tooltip in all circumstances */
.tooltip {
    top: 0;
}

/* The ribbons */
.corner-ribbon {
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 1000;
}

.corner-ribbon.top-left {
    top: 20px;
    left: -40px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
    top: 28px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Text decoration */
.underline-hover:hover {
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

/* Categories Menu */
.categories-menu ul {
    list-style: none;
}

.categories-menu ul li:nth-of-type(2n+1) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.categories-menu ul li a {
    color: #ec009f !important;
    display: block;
}

.categories-menu ul li a.active {
    background-color: #ec009f;
    color: #fff !important;
}

.categories-menu ul li a:hover {
    background-color: #ec009f;
    color: #fff !important;
}

.div-category {
    height: 180px;
    width: 150px;
}

.label-category {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    font-weight: 400 !important;
}

.hr-category {
    position: absolute;
    width: 40px;
    left: 50%;
    margin-top: 0 !important;
    margin-left: -20px;
    margin-bottom: 0 !important;
    bottom: 5px;
    border: 1px solid #fff !important;
    box-sizing: border-box !important;
}

/* Documents */
.badge-std {
    padding: 4px 8px;
    font-weight: 300 !important;
    z-index: 1000;
}

.badge-counter {
    position: relative;
    margin-left: -4px;
    margin-top: -12px;
    padding: 2px 6px;
    font-size: 10px;
}

.badge-nouveau {
    position: absolute;
    width: 60px;
    top: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 4px 8px;
    font-weight: 300 !important;
    z-index: 1000;
}

.badge-nouvelle-note {
    position: absolute;
    top: 0px;
    right: -6px;
    padding: 4px 8px;
    font-weight: 300 !important;
    z-index: 1000;
}

.badge-nouveau-document {
    position: absolute;
    top: 0px;
    right: -6px;
    padding: 4px 8px;
    font-weight: 300 !important;
    z-index: 1000;
}

/* Messages articles et proposition GIMI */
.hr-messages {
    border-top: 1px solid rgb(51, 71, 82) !important;
}

/* Input file styling */
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/* Demandes */
.fieldset-infos .row {
    padding: .25rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.fieldset-infos .info>div:first-child {
    padding-left: 0 !important;
}

.fieldset-infos .info .col-sm-10:last-of-type {
    padding-right: 0 !important;
}

.fieldset-actions .row {
    padding: .25rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.fieldset-actions .action:nth-of-type(2n+1) {
    background-color: rgba(0, 171, 255, 0.15);
}

.fieldset-actions .action>div:first-child {
    padding-left: 0 !important;
}

.fieldset-actions .action .col-sm-6:last-of-type {
    padding-right: 0 !important;
}

.fieldset-actions .transmission {
    background-color: rgba(255, 108, 0, 0.2);
}

.fieldset-actions .transmission > div:first-child {
    padding-left: 0 !important;
}

.fieldset-actions .transmission .col-sm-6:last-of-type {
    padding-right: 0 !important;
}

/* Rapport Bob Gimi */
.rapport-bob-gimi table tr th,
.rapport-bob-gimi table tr td {
	padding: 0.4rem !important;
}

.rapport-bob-gimi .color-error a {
	color: #ff4444 !important;
}

.rapport-bob-gimi .color-error a:hover {
	text-decoration: underline;
}

.header-fix-thead {
    position: sticky;
    top: 0px;
    background-color: #ffffff;
    z-index: 2;
}

.th-horizontal-sticky {
    position: sticky;
    left: 0px;
    background-color: #ffffff;
    z-index: 1;
}

.th-horizontal-and-vertical-sticky {
    height: 60px;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: #FFFFFF;
}

.header-fix-head-mother {
    height: 92vh;
    overflow-y: scroll;
}

.no-click  {
    pointer-events: none;
}

/* Media queries */
@media only screen and (max-width: 540px) {
    .div-category {
        height: 150px;
        width: 150px;
    }
}

@media only screen and (min-width: 992px) {
    .accueil-dashboard {
		height: 75%;
	}

	.last-sales {
		margin-top: 0;
	}
}
