@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,600);

@import url(app-bootstrap.min.css);



body.local {
    border: 3px solid fuchsia;
}

body[data-db$="sandbox_sandbox"] {
    background: url('../images/sandbox-bg.webp') fixed;
}

body[data-db$="sandbox_sandbox"] nav {
    background: none !important;
}


/** BOOTSTRAP MODIF (not edit directly app-bootstrap.min.css) */


table.dataTable {
    width: 100% !important;
}

table.dataTable td {
    white-space: initial;
    word-break: break-word;
}

table.dataTable.border-collapse {
    border-collapse: collapse !important;
}

/* Form row with smaller gutters*/
.form-row {
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>[class^="col-"],
.form-row>[class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

/* MODAL FULL WIDTH */
.modal-dialog.modal-fluid {
    width: 95% !important;
}

.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
    margin: 0 !important;
}

/** END BOOTSTRAP MODIF  */

.lignesproduitRows .pack-detail td {
    background-color: #ffcca7;
    padding: 0.3rem 1rem;
    font-size: 0.8em;
}


/* For ALpineJS */

[x-cloak] {
    display: none !important;
}


/* END For AlpineJs */


/* STOCK GROUP */

.stock-group-articles-list {
    border: 1px solid #ccc;
    max-height: 400px;
    overflow: auto;
}

.stock-group-articles-list div.article:hover {
    background-color: rgba(152, 203, 232, .6);
}

.stock-group-articles-list div.article.disabled {
    opacity: 0.6;
}

.stock-group-articles-list div.article.disabled:hover {
    background-color: rgba(130, 130, 130, .6);
    cursor: no-drop;
}

.stock-group-articles-list.selected {
    background: #c1e2b3;
}


/*END  STOCK GROUP */

.help-error {
    display: none;
}

.form-group.has-error .help-error {
    display: block;
}

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

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

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

.panel-border {
    border-radius: 0;
}

#panel-border-right {
    border-right: 1px solid #d3e0e9;
}

/* To delete when refactoring "fournisseurs" form */
.provisory {
    margin-left: -10px;
}

/**************/

.output-container {
    background-color: #fefefe;
    border-radius: 0.3rem;
    border: 1px solid #bbb;
    height: 600px;
    overflow: auto;
    padding: 1rem;
}

td .dev-id {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.7em;
    background: #DDD;
    font-weight: bold;
}

.underline {
    border-bottom: 1px solid #636b6f;
    padding-bottom: 0.5rem;
}


.unchecked-opacity-5:not(:checked)+label {
    opacity: 0.5;
    color: red;
}

.barcode-link {
    font-size: 3rem;
    margin-right: 0.5rem;
}

.no-wrap {
    white-space: nowrap;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

#myinput {
    float: left;
    margin-left: 5%;
}

#societySelect {
    width: 220px;
}

#selectAll {
    margin-left: 20px !important;
}



nav:not(.menu) {
    background-color: #FFF;
}

nav.local {
    background-color: #cFD;
}

nav[data-db *="test"] {
    background-color: #FDC;
}

nav[data-db *="trial"] {
    background-color: #FFF;
}

body.local {
    box-shadow: inset 0px 0px 0px 15px #cFD;
}

body[data-db *="test"] {
    box-shadow: inset 0px 0px 0px 15px #FDC;
}

body[data-db *="trial"] {
    box-shadow: none;
}


/* End Button Check TVA */

.bg-white {
    background-color: #FFF;
}

.z-2 {
    z-index: 1000 !important;
}

.bg-light {
    background-color: rgb(232, 232, 232);
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.label-document.input-group-addon {
    background-color: unset;
    border: none;
}

.fa-file-pdf {
    color: #E04007;
}