
/**
CUSTOM FILE BOOTSTRAP
 */
.custom-file {
    overflow: hidden;
}
/**
CLIGNOTER
 */
.clignoter  {
    animation-duration: .5s;
    animation-name: clignoter;
    animation-iteration-count: 8;
    transition: none;
}
@keyframes clignoter {
    0%   { opacity:1; }
    25%   {opacity:0; }
    25%   {opacity:0; }
    100% { opacity:1; }
}
/*
TEXTAREA
 */
textarea {
    min-height: 150px;
}
/*
FICHIER
 */
.fichier-container {
    width: 150px;
    height: 125px;
    border: 1px solid #BFBFBF;
    text-align: center;
    display: block;
    border-radius: 0.5rem;
}
.fichier-icone {
    font-size: 2.8rem;
    display: block;
    margin-top: 20px;
}
.fichier-nom {font-size: 1rem;
    display: block;
    position: absolute;
    text-align: center;
    bottom: 0;
    border-top: 1px solid #BFBFBF;
    color: #333;
    width: 150px;
    z-index: 0;
    padding: 5px 0;
}
/*
FORM - IMAGE CUSTOM INPUT
 */
.fichier-preview-container {
    height: 76.5px;
    border: 1px solid #CCC;
    margin-left: 5px;
    border-radius: 10px;
}
.fichier-preview-image {
    height: 76.5px;
}
.fichier-preview-icone {
    height: 76.5px;
    width: 76.5px;
    text-align: center;
    font-size: 2em;
    padding-top: 0.6em;
}
.fichier-delete-btn {
    height: 25px;
    border-bottom-left-radius: 5px;
    position: absolute;
    right: 0;
    width: 30px;
    font-size: 0.8em;
    background-color: rgba(255, 2555, 255, 0.8);
    padding: 0;
    text-align: center;
    color: #333;
    cursor: pointer;
}
.fichier-delete-btn.is-delete {
    color: red;
}
/**
SECURITY
 */
.register-box {
    width: 800px;
}
.select-forfait-box {
    width: 600px;
}
/**
SIDEBAR
 */
/* Hide scrollbar for Chrome, Safari and Opera */
.sidebar::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.sidebar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/**
CURSOR
 */
.pointer {
    cursor: pointer;
}
.copy-title {
    cursor: copy;
}
/**
SMALL BOXES
 */
.small-box.bg-primary h3, .small-box.bg-primary p {
    color: #FFFFFF;
}
/**
ICONES
 */
i.disabled {
    color: #9fa4aa;
    cursor: not-allowed;
}
/**
LOGIN FORM
 */
#login-logo {
    max-height: 150px;
}
/**
TABLE
 */
.cell-icon {
    text-align: center;
}
.cell-icon a {
    color: inherit;
}
.cell-img {
    text-align: center;
}
.cell-img img {
    max-width: 30px;
}
.cell-small {
    width: 150px;
}
.dropdown-row.parent-row {
    /*font-weight: 600;*/
}
.cell-number {
    text-align: right;
}
.table-sm td {
    vertical-align: middle;
}
/**
TAGS INPUT
 */
.bootstrap-tagsinput {
    width: 100%;
    height: calc(2.25rem + 2px);
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: inherit;
    background-color: #EEE;
    padding: 3px 5px;
    line-height: 1.8;
}
/**
FICHE
 */
.fiche-nom {
    font-weight: 700;
    margin: 5px 0 10px;
}
.fiche-row {
    margin-bottom: 5px;
    display: flex;
}
.fiche-row-titre {
    font-weight: 700;
}
.fiche-row-titre a {
    color: #FFFFFF;
}
.fiche-row-label {
    font-weight: 500;
    padding-right: 5px;
}
.fiche-row-label::after {
    content: ' :';
}
.fiche-row-value {
    font-weight: 600;
}
.fiche-row-group-container {
    margin: 20px 0;
}
.fiche-row-group-container .fiche-row {
    border-bottom: 1px solid lightgray;
}
.fiche-row-group-container .fiche-row-label {
    width: 150px;
}
.fiche-row.fiche-row-text {
    display: block;
    padding-bottom: 0.75rem;
}
.fiche-row.fiche-row-text .fiche-row-value {
    text-align: justify;
}
.fiche-bordered-container {
    border: 1px solid #666666;
    padding: 10px 15px;
    margin: 10px 0;
}
.fiche-bordered-container-title {
    font-weight: bold;
    margin-bottom: 5px;
}
/**
FICHE COMMANDE
 */
.action-commerciale-container {
    border: 1px solid lightgray;
}
.action-commerciale-header {
    display: flex;
    padding: 20px;
    background: #edebeb;
}
.action-commerciale-titre {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
 }
.action-commerciale-tools .btn-tool {
    color: #3F4347;
}
/*.action-commerciale-body {*/
/*    display: none;*/
/*}*/
.action-commerciale-tools {
    width: 60px;
}
.row-gestion {
    min-height: 150px;
    display: flex;
    overflow: hidden;
    border-top: 1px solid lightgray;
}
.row-gestion-cell-1,
.row-gestion-cell-2,
.row-gestion-cell-3,
.row-gestion-cell-4 {
    width: 22%;
}
.row-gestion-cell-5 {
    width: 12%;
}
.row-gestion-cell {
    display:flex;
    padding: 20px;
    line-height: 2em;
}
.row-gestion-cell-title {
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
}
.gestion-btn-add {
    color: inherit;
    display: block;
    font-size: 2rem;
    margin-top: 0.5em;
}
.row-gestion-cell-info {
    width: 75%;
}
.row-gestion-cell-links {
    width: 25%;
}
.row-gestion-icon {
    font-size: 1.5em;
    color: #707070;
    margin-bottom: 0.75em;
}
.row-gestion-cell-icons {
    width: 100%;
    text-align: center;
}

/*--------------------------------------------------------------------------------------
FORM
--------------------------------------------------------------------------------------*/
/**
FORM -LABEL
 */
form label {
    font-weight: 600;
}
form label:after {
    content : ' :';
}
form label.required::after {
    content: ' : *';
    color: red;
}
/**
FORM - BTN
 */
.btn-form {
    width: 100%;
}
/**
FORM - FIELDSET
 */
fieldset {
    border: 1px solid #BFBFBF;
    padding: 10px 20px;
    margin: 20px 0;
}
legend {
    width: auto;
    padding: 0 15px;
}
legend.col-form-label {
    padding-top: inherit;
    padding-bottom: inherit;
    margin-bottom: inherit;
    font-size: inherit;
    line-height: inherit;
}

/**
FORM - COLLECTION
 */
.collection-item {
    display: flex;
}
.collection-item-remove {
    width: 30px;
}
.collection-item-content {
    width: 100%;
}
/**
FORM - FICHIER CUSTOM INPUT
 */
.fichier-delete-btn {
    height: 25px;
    border-bottom-left-radius: 5px;
    position: absolute;
    right: 0;
    width: 30px;
    font-size: 0.8em;
    background-color: rgba(255, 2555, 255, 0.8);
    padding: 0;
    text-align: center;
    color: #333;
    cursor: pointer;
}
.fichier-delete-btn.is-delete {
    color: red;
}
/**
FORM - IMAGE CUSTOM INPUT
 */
.img-preview-input {
    max-height: 70px;
    width: auto;
}
/**
FORM - SELECT2
 */
.select2-container--bootstrap4 .select2-selection__clear {
    line-height: 1.13em;
    padding-left: 0.35em;
}
.select2.select2-container.select2-container--bootstrap4 {
    width: 100% !important;
}
.modal .select2 {
    width: 100% !important;
}
/**
FORM FILTRES
 */
.btn-filter-container {
    display: flex;
    flex-direction: row-reverse;
}
.btn-filter {
    width: 100%;
    margin: 0 5px;
}
.btn-filter-container .btn-filter:first-child {
    margin-right: 0;
}
.btn-filter-container .btn-filter:last-child {
    margin-left: 0;
}
/**
FORM - ARTICLE
 */
.collection-fichier-item-btn-container {
    text-align: right;
}
.collection-fichier-item-icon {
    text-align: center;
    font-size: 6em;
}
.tab-content-fiche {
    border: 1px solid #dadada;
    padding: 15px 20px;
    margin-bottom: 1em;
}
.fiche-row-value.fiche-file {
    min-width: 60px;
    text-align: center;
}
.fiche-file a {
    color: inherit;
}
.fiche-file a:hover {
    text-decoration: none;
}
.fiche-file-icon {
    font-size: 1.8em;
}
/**
NAV BLOCK
 */
.nav.nav-block .nav-link {
    margin-right: 10px;
    background-color: #e9ecef;
    margin-bottom: 10px;
    color: inherit;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 15px 30px;
}
.nav.nav-block .nav-link.active {
    background-color: #38b34a;
    color: #FFFFFF;
}
#navbar-block-sub .nav-link {
    font-size: 0.9em;
    background: none;
    border: 1px solid #e9ecef;
    padding: 10px 20px;
}
#navbar-block-sub .nav-link.active {
    color: #38b34a;
    border-color: #707070;
}
/**
NAV TAB
 */
.nav-link-secondary {
    color: gray;
}
/**
CUSTOM CHECKBOX - SWITCH
 */
/* Customize the label (the container) */
.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 2rem;
}
/* Hide the browser's default checkbox */
.custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.custom-checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.custom-checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.custom-checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/**
CUSTOM CHECKBOX - SWITCH
 */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
/**
LOADER SPINNER
 */
#content-loader {
    text-align: center;
    padding-top: 60px;
}
.lds-spinner {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #333333;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}