/* SCROLLBAR */
* {
    scrollbar-width: thin;
}


/* width */

::-webkit-scrollbar {
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
    box-shadow: 0 0 5px transparent;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #888;
    box-shadow: 0 0 5px grey;
}


/* General */

.body-loading {
    overflow: hidden;
}


/* Form */

.input-group-select {
    padding: 6px 12px;
    background-color: #eee;
    border-radius: 0 4px 4px 0;
    border: none
}

.input-group-select-left {
    padding: 6px 12px;
    background-color: #eee;
    border-radius: 4px 0 0 4px;
    border: none
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.75rem
}

.form-check-input {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin: 0 !important;
}

.form-check-label {
    margin-bottom: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.form-control {
    border-radius: .25rem !important
}

.iconButton {
    transition: all .2s ease-in-out
}

.iconButton:hover {
    cursor: pointer;
    transform: scale(1.3)
}

.note-editor.note-frame.panel {
    margin: 0
}

.label {
    display: inline-block;
    padding: .2rem .6rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    border-radius: .18rem .18rem 0 0;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    vertical-align: baseline;
    margin: 0.125rem;
}

.label.label-mcp-danger {
    color: #333;
    background-color: #fafafa;
    border-bottom: .1rem solid red !important
}

.label.label-mcp {
    color: #333;
    background-color: #fafafa;
}

.label.label-mcp-success {
    color: #333;
    background-color: #fafafa;
    border-bottom: .1rem solid #27a74a !important
}

.label.label-mcp-warning {
    color: #333;
    background-color: #fafafa;
    border-bottom: .1rem solid orange !important
}

.label.label-mcp-info {
    color: #333;
    background-color: #fafafa;
    border-bottom: .1rem solid #20B1F6 !important
}

.label.label-mcp-default {
    color: #333;
    background-color: #fafafa;
    border-bottom: .1rem solid #777777 !important;
}

.label-select {
    border: .3rem solid transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    appearance: none
}

.label-select:hover,
.label-select:focus {
    border-color: transparent !important;
    appearance: auto
}

.label-select.label-mcp-danger {
    color: #333;
    background-color: #fafafa;
    border-left: .3rem solid red !important
}

.label-select.label-mcp-success {
    color: #333;
    background-color: #fafafa;
    border-left: .3rem solid #27a74a !important
}

.label-select.label-mcp-warning {
    color: #333;
    background-color: #fafafa;
    border-left: .3rem solid orange !important
}

.label-select.label-mcp-info {
    color: #333;
    background-color: #fafafa;
    border-left: .3rem solid #20B1F6 !important
}

.label-floating,
input:focus .label-floating {
    position: absolute;
    top: -15%;
    left: 0;
    z-index: 4;
    padding: 0 .6em;
    background-color: white;
    margin: 0 0.6rem !important;
    transition: all .2s ease-in-out;
    font-size: .8em;
    line-height: .8em;
    color: #B1BED2;
}

input:placeholder-shown:not(:focus)~.label-floating {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #B1BED2;
    font-weight: normal;
    font-size: 1em;
    line-height: 1em;
    ;
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table>thead>tr>th {
    vertical-align: middle
}

div.dataTables_wrapper div.dataTables_processing {
    top: 12rem !important;
    z-index: 998 !important
}

div.dataTables_wrapper div.dataTables_length {
    float: left
}

.statut {
    display: flex;
    justify-content: space-between
}

.product-line-btn-wrapper {
    position: fixed;
    top:calc(50% - 150px);
    z-index: 900;
    width: 1px;
    left: -.5rem;
}

.product-line-btn-container {
    top: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 998;
}

.product-line-btn {
    border: none;
    position: relative;
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 17rem;
    left: -12.4rem;
    padding: 1rem 1.5rem;

}

.product-line-btn:hover {
    left: 0;
}

.title-line {
    overflow: hidden;
    text-align: center;
    width: 100%;
    font-weight: 700;
    padding: 0rem 0 2rem 0;
    margin: 0;
}

.title-line.title-header {
    padding: 4rem 0 2rem 0;
}

.title-line>span {
    position: relative;
    display: inline-block;
}

.title-line>span:before,
.title-line>span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #ddd;
    width: 100vw;
    margin: 0 1.5rem;
}

.title-line>span:before {
    right: 100%;
}

.title-line>span:after {
    left: 100%;
}


/*
.title-line {
    overflow: ;
    position: relative;
    text-align: center;
    width: 100%;
    font-weight: 700;
    margin: 3rem 0;
}

.title-line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.title-line>span {
    position: relative;
    display: inline-block;
    background: #FFF;
    padding: 0 1rem;
    z-index: 10;
}
 */

.btn-mcp>a,
.btn-mcp>a:hover,
.btn-mcp>a:visited,
.btn-mcp>a:active {
    color: #777;
    text-decoration: none;
}

.btn-mcp {
    color: #777;
    border-radius: 0;
}

.btn-mcp:hover,
.btn-mcp.active {
    border-radius: 0;
    color: #fff !important;
    background-color: rgba(39, 167, 74, 0.7) !important;
}

.btn-back {
    background-color: #07FFC1;
    color: black;
    border-radius: 5px;
}

.btn-back:hover {
    background-color: #04f2b6;
    color: black;
}

.btn-primary.forgot-password,
.btn-primary.reset-password {
    color: black;
    background-color: #07FFC1;
    border-color: #07FFC1;
}

.btn-primary.forgot-password:hover,
.btn-primary.reset-password:hover {
    color: black;
    background-color: #04f2b6;
    border-color: #04f2b6;
}

.app {
    margin: 0 1rem;
    width: calc(20vw - 2rem);
    height: calc(20vw - 2rem);
    border: 1px solid #2d2b71;
    border-radius: 5px;
    background-color: #2d2b71;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: background-color .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.app:not([href]),
.app:not([href]):hover,
.app:hover {
    color: #fff;
}

.app:hover {
    background-color: #24a74a;
    border-color: #24a74a;
    transition: background-color .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.app:hover h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .5s cubic-bezier(0.250, 0.460, 0.450, 0.940)
}

.app:hover span {
    color: #24a74a;
    visibility: hidden;
    opacity: 0;
    transition: .25s cubic-bezier(0.250, 0.460, 0.450, 0.940)
}

.app>h4 {
    width: 80%;
    position: absolute;
    margin: auto;
    margin-top: 5px;
    text-align: center;
    left: 50%;
    top: 5%;
    transform: translate(-50%, 0);
    transition: .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    font-size: 3rem
}

.app>span {
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    transition: visibility .25s cubic-bezier(0.250, 0.460, 0.450, 0.940) .25s;
    transition: opacity .25s cubic-bezier(0.250, 0.460, 0.450, 0.940) .25s
}

.app>span>i {
    color: #fff;
    font-size: 50px
}

@keyframes text-pop-up-bottom {
    0% {
        top: 0;
        transform: translate(-50%, 0)
    }

    100% {
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.cursor-pointer {
    cursor: pointer
}

.accordions .panel-heading {
    padding: 0;
    border: 0
}

.accordions .panel-title>a,
.accordions .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none
}

.accordions .panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all .5s
}

.accordions .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal-dialog {
    width: auto
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px !important
    }
}

@media (min-width: 1200px) {

    .modal-lg,
    .modal-xl {
        max-width: 1140px !important
    }
}

.panel.panel-default,
.panel.panel-default .panel-body,
.panel.panel-default .panel-heading {
    background-color: #fff
}

.panel.panel-default .panel-footer {
    background-color: #f5f5f5
}

.panel.panel-default.exported,
.panel.panel-default.tooMuchPaid,
.panel.panel.panel-default.exported-tooMuchPaid {
    background-color: #bf5329;
    border: none
}

.panel.panel-default.paid {
    background-color: #2ab27b;
    border: none
}

.panel.panel-default.partially-paid {
    background-color: #DCC65B;
    border: none
}

.panel.panel-default.exported-paid {
    background: linear-gradient(90deg, rgba(191, 83, 41, 1) 0%, rgba(42, 178, 123, 1) 100%);
    border: none
}

.panel.panel-default.exported-partially-paid {
    background: linear-gradient(90deg, rgba(191, 83, 41, 1) 0%, rgba(220, 198, 91, 1) 100%);
    border: none
}

.panel-dashed {
    border-style: dashed;
    border-color: var(--this-color)
}

.panel-add-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.panel-add-item i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    color: var(--this-color);
    transition: all .2s
}

.panel-add-item:disabled {
    background: repeating-linear-gradient(-45deg, transparent, transparent 10px, #f1f1f1 10px, #f9f9f9 20px);
}

.panel-add-item:not(:disabled):hover i {
    transform: translate(-50%, -50%) scale(1.2)
}

/* .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin: .5%;
    width: 19%
}

.card.test {
    border: 1px solid #ff9c62
}

.card:hover {
    transform: scale(1.05);
    box-shadow: .1rem .1rem .5rem rgba(0, 0, 0, .125)
}

.card a {
    color: inherit
}



.card-title {
    margin-bottom: .5rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem
}

.card-footer {
    flex: 1 1 auto;
    padding: 0 1rem 1rem
} */

.societe_logo_dot {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    padding: .5rem;
    border: .5rem solid #f1f1f1;
    border-radius: 50%;
    background-color: #fff;
}

.societe_logo_dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-90%, 25%);
    background-color: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 100%;
    box-shadow: 2px -4px 0 #f1f1f1
}

.societe_logo_dot::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(90%, 25%);
    background-color: transparent;
    width: 20px;
    height: 20px;
    border-top-left-radius: 100%;
    box-shadow: -2px -4px 0 #f1f1f1
}

.societe_logo_dot>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border: .5rem solid transparent;
    padding: .5rem;
    border-radius: 50%;
    overflow: hidden;
}

.societe_logo_dot>div>img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
}

/*
.societe_logo_dot > div > img.landscape:not(.databaseLogo) {
    width: auto;
    height: 120%;
}

.societe_logo_dot > div > img.portrait:not(.databaseLogo) {
    width: 120%;
    height: auto;
} */

.resizeRatio {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* body
{
	font-style:normal;
	font-variant:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	line-height:1.4
} */

.navbar {
    border: none
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    font-weight: bold;
}

.navbar-default {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16), 0 1px 4px rgba(0, 0, 0, 0.23);
    margin-bottom: 0;
}

.nav-fixed .navbar-nav>li>a {
    color: #000;
}

.container-fluid {
    /* margin-top: 8rem */
}

.panel-heading .row {

    align-items: center;
    /* margin: 0;  */
    padding: 0 10px
}

.panel-heading .row b {
    font-size: 24px;
}

.navbar-collapse a {
    color: #000;
    font-size: 16px;
    position: relative
}

.dropdown-menu {
    padding: 0
}

.dropdown-menu .divider {
    margin: 0
}

.dropdown-menu>li>a {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding: 10px 20px
}

.breadcrumb {
    background: transparent
}

.breadcrumb li a {
    color: #fff;
    font-weight: 700;
    font-size: 18px
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    right: 8.4%
}

.fixed-menu {
    background: #fff;
    padding: 10px;
    position: fixed;
    left: 0;
    top: 0;
    margin-top: 100px;
    width: 134px;
    z-index: 99999;
    font-size: 18px;
    background-color: #555;
    left: -134px
}

.fixed-menu li {
    padding: 10px;
    text-decoration: none
}

.fixed-menu li a {
    color: #fff
}

.fixed-menu li.active {
    color: #999
}

.fixed-menu .glyphicon {
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #555;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    color: #fff
}

.dropdown-menu li a>i {
    width: 12px;
    height: 14px;
    margin-right: .75rem
}

.dropdown-menu li a>div {
    width: 12px;
    height: 14px;
    margin-right: 1rem;
    position: relative;
    top: 0;
    left: 0
}

.dropdown-menu li a>div>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.dropdown-menu li a>div>i {
    position: absolute;
    bottom: -25%;
    right: -50%
}

.subnavbar>div.navbar-collapse.collapse {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%
}

.subnavbar>div.navbar-collapse.collapse>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 75%;
        top: 1rem
    }
}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 75%;
        top: 1rem
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block
    }
}

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: .7rem;
        margin-right: .7rem;
        margin-bottom: .5rem
    }
}

div[data-default="1"] {
    position: relative;
}

div[data-default="1"]>div::before {
    content: "Par d\0000E9faut";
    font-size: 1rem;
    padding: .5rem .75rem;
    position: absolute;
    top: 0;
    right: 5%;
    transform: translate(-50%, 50%);
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: inset .125rem .125rem .25rem #d2d2d2;
    z-index: 1;
}

.no-before-after::before,
.no-before-after::after {
    content: none;
}

tbody>tr.noPdf {
    background-color: rgb(255, 254, 223) !important;
}

.panel-heading .row::before,
.panel-heading .row::after {
    content: none !important;
}

.clickable:hover {
    cursor: pointer;
}

.modal-telephone-div {
    flex: 0 1 48%;
}

.modal-telephone-div.modal-client {
    flex: 0 1 100%;
}

a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}


.paginate_button {
    padding: 0;
}


.FTNumber {
    text-align: right;
}

.FTInteger {
    text-align: right;
}

.left-label {
    text-align: left;
}

.form-horizontal .left-label {
    text-align: left;
}

.copyright-footer {
    text-align: center;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 2.5rem;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

.content-wrap {
    padding-bottom: 2.5rem;
    background-color: transparent;
}

.swal2-container {
    zoom: 1.5;
}

.subnavbar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
    border-bottom: 1px solid #ddd;
}

.customSizeAppLarge {
    margin-left: 4%;
}

.mobile-hidden {
    display: block;
}

.mobile-show {
    display: none;
}

.sticky {
    position: sticky;
    top: 70px;
    left: 0;
}

@media (max-width: 560px) {
    .mobile-hidden {
        display: none;
    }

    .mobile-show {
        display: block;
    }
}



.bg-mcp {
    background-color: #141065;
}

.form-horizontal .form-group {
    margin: 1.5rem 0;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    display: none;
}

.form-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-end .col-6 {
    width: 50%;
}

.name-col {
    text-overflow: ellipsis;
    max-width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adresse-col {
    max-width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wrap-col {
    white-space: initial;
    word-break: break-word
}

.color-square {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border-color: white;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 0 5px #888888;
}

.total-blue-line {
    font-weight: bolder;
    background-color: #b6deff;
}

/* Filters group */
.categories-filter-group {
    width: 100%;
}

#clients-filter .categories-filter-group .filter-icon {
    background-color: #2ab27b;
    border-color: #259d6d;
    color: white;
    width: 30px;
}

/* Quick fix to show delete button (cross) in datatables search input only on chrome */
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

/* Filter Documents */
#search-choice {
    text-align: left;
}

.btn-choices {
    width: 8%;
}

#franco-info {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    color: white;
    background-color: #bb1f0a;
}