/* 
    Created on : Feb 2, 2019, 8:00:46 PM
    Author     : PGRJDS
*/

@-webkit-keyframes fadeInCheckbox {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(-20deg);
    }
    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
    }
}

@keyframes fadeInCheckbox {
    from {
        opacity: 0;
        transform: rotateZ(-20deg);
    }
    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

html,
body {
    height: 100%;
}

body {
    background-color: white;
}



.flash-div {
    display: flex;
    justify-content: center;
    width: 100%;
    position: fixed;
    margin-top: 2rem;
    /*Le head fix avec la quantité des vêtements est à 1020*/
    z-index: 1234;
}

.flash-message {
    min-width: 25%;
    text-align: center;
    background-color: white;
    font-size: 18px;

    padding: 8px 15px;
    border-radius: 20px;
}

.flash-success {
    background-color: rgb(60, 175, 94);
    color: white;
}

.flash-error {
    background-color: rgb(194, 59, 70);
    color: white;
}

.flash-info {
    background-color: rgb(60, 116, 201);
    color: white;
}

.page {
    position: relative;
    min-height: calc(100vh - 61px);
}

.commentUser {
    border: 1px solid grey;
    border-radius: 5px;
    background-color: #f8f9fa;
    padding: 10px;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bgRed {
    background-color: red;
}

.cBlue {
    color: blue;
}

.cGreen {
    color: green;
}

.cOrange {
    color: orange;
}

.cPink {
    color: #ff79c6;
}

.cRed {
    color: red;
}

.cWhite {
    color: white;
}

.visibleTrue {
    visibility: visible;
}

.visibleFalse {
    visibility: hidden;
}

.fs0 {
    font-size: 0px;
}

.fs12 {
    font-size: 12px;
}

.fs18 {
    font-size: 18px;
}

.fs24 {
    font-size: 24px;
}

.fwBold {
    font-weight: bold;
}

.h26 {
    height: 26px;
}

.hidden {
    visibility: hidden;
}

.mb0 {
    margin-bottom: 0px;
}

.mr10 {
    margin-right: 10px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.w10 {
    width: 10px;
}

.mw90 {
    max-width: 90px;
}

.mw240 {
    max-width: 240px;
}

.mw385 {
    max-width: 385px;
}


.pb60 {
    padding-bottom: 60px;
}

.pt5 {
    padding-top: 5px;
}

.w10 {
    width: 10px;
}

.w26 {
    width: 26px;
}

.w32 {
    width: 32px;
}

.borderNone {
    border: none;
}

.color-kami {
    color: rgb(222, 203, 175);
}

.drapeauParamCatalogue {
    width: 26px;
    top: -5px;
    position: relative;
}

.paramCatalogue_autreLangue {
    display: none;
}

#paramCatalogue_texteAutreLangue, #paramCatalogue_texteAutreLangue2 {
    color: blue;
}

#paramCatalogue_texteAutreLangue:hover, #paramCatalogue_texteAutreLangue2:hover {
    cursor: pointer;
}

.round-btn {
    border-radius: 50%;
}

.btn-kami:hover {
    color: white;
    background-color: black;
    border-color: rgb(222, 203, 175);
    border-width: 1px;
}

.btn-kami, .btn-kami:focus {
    color: black;
    background-color: rgb(222, 203, 175);
    border-color: rgb(251, 251, 251);
    border-width: 1px;
    box-shadow: none;
}

.bg-kami {
    color: black;
    background-color: rgb(222, 203, 175);
}

.noDecorationWhite, .noDecorationWhite:hover, .noDecorationWhite:link, .noDecorationWhite:active, .noDecorationWhite:visited {
    text-decoration: none;
    color: white;
}

#logoKAMI {
    width: 150px;
}

footer {
    float: left;
    margin-top: 5px;
    bottom: 0;
    left: 0;
    width: 100%;
}

#footerAccueil {
    float: none;
    position: absolute;
}

.bg-dark2 {
    background-color: black;
}

.logoKAMIHautPage {
    height: 60px;
    background-color: white;
}

#bandeauMsg {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    border: 1px solid black;
    display: none;
    z-index: 1000;
}


/* Add a black background color to the top navigation */
.topnav {
    position: relative;
    background-color: #000;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    /*  background-color: #ddd;
      color: black;*/
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

/* Centered section inside the top navigation */
.topnav-centered span {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
    float: right;
}

/* Responsive navigation menu - display links on top of each other instead of next to each other (for mobile devices) */
/*@media screen and (max-width: 600px) {
  .topnav a, .topnav-right {
    float: none;
    display: block;
  }

  .topnav-centered span {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}*/


#ligneVisu {
    background-color: rgb(222, 203, 175);
    border-radius: 0 0 10px 10px;
    position: absolute;
    width: 95%;
    z-index: 120;
}

#ligneVisuKB {
    background-color: rgb(222, 203, 175);
    border-radius: 0 0 10px 10px;
    position: absolute;
    width: 95%;
    z-index: 120;
}

.menuChoixLigne_uneLigne_selec {
    border: rgb(255, 0, 0) solid 2px;
}

.menuChoixLigne_uneLigne_noSelec {
    border: grey solid 2px;
}

.menuChoixLigne_uneLigne {
    display: inline-block;
    width: 140px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    height: 70px;
    background-color: white;
    color: black;
    border-radius: 10px;
}

.mousePointer:hover {
    cursor: pointer;
}

.imageCatalogue {
    height: 120px;
}
#save-sort {
    display: none;
}
#tableCatalogueArticle tr td {
    vertical-align: middle;
}
.puceCouleurStock {
    font-size: 8px !important;
}

.copy-button {
    background-color: white;
    border: 1px solid #0b7c8c;
    color: #17a2b8;
    border-radius: 50%;
    padding: 5px;
    margin-left: 7px;

    transition: 0.15s;
    cursor: pointer;
}
.copy-button:hover {
    box-shadow: inset 0px 0px 4px rgba(0,0,0,0.5);
}

.nav-side-menu {
    text-align: left;
    padding:0;
    outline:none;
    border:0;
    float: left;
    overflow: auto;
    font-family: verdana, serif;
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;
    /*position: fixed;*/
    width: 200px;
    top: 88px;
    /*height: 100%;*/
    color: #e1ffff;
    cursor: default;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    /*cursor: pointer;*/
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    /*font-family: FontAwesome;*/
    /*content: "\02C5";*/
    /*display: inline-block;*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*vertical-align: middle;*/
    /*float: right;*/
}

/*.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #decbaf;
  background-color: #4f5b69;
}*/
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu ul .sub-menu li.active span,
.nav-side-menu li .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active span {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #eee5d7;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    /*  font-family: FontAwesome;
      content: "\f105";*/
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.nav-side-menu li {
    padding-left: 0px;
    border-left: 3px solid #2e353d;
}

.nav-side-menu a, .nav-side-menu li span {
    text-decoration: none;
    /*color: #e1ffff;*/
    color: #fff;

}

.nav-side-menu a li i, .nav-side-menu li span i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}

.nav-side-menu li:hover {
    /*  border-left: 3px solid #decbaf;
      background-color: #4f5b69;
    */
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 0.2s ease;
}

/*@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  
}*/
/*@media (min-width: 767px) {*/
.nav-side-menu .menu-list .menu-content {
    display: block;
}

/*}*/
.collapsed {
    font-size: 14px;
}


#contentSite {
    float: left;
    background-color: white;
    width: 100%;
    position: relative;
    min-height: calc(100vh - 61px);

}
.footer-copyright {
    height: 56px;
}

.contentSiteDetail {
    margin-left: 200px;
    /*position: absolute;*/
    top: 88px;
    left: 0;
    right: 0;
}

#divHeaderLigneVisu {
    z-index: 150;
}


#formUserUpd .form-control::placeholder {
    color: #dedee2;
}

/* Utilisé pour le bouton toggle (fiche utlisateur par exemple) */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.nav-side-menu ul .sub-menu li:hover {
    border-left: 3px solid #decbaf;
}

.nav-side-menu li {
    background-color: #000;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #fff;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #eeeeee;
    margin-left: 0px;
    color: black;
}

.nav-side-menu li:hover {
    cursor: default;
}

.nav-side-menu ul .sub-menu li:hover, #liAccueil:hover {
    cursor: pointer;
}
#liAccueil:hover {
    color: white;
    background-color: #2c2c2c;
}

#tableDuplication td {
    border: none;
    vertical-align: text-bottom;
}

#dupl_ligne:valid, #dupl_saison:valid, #dupl_natCde:valid, #dupl_libelleFR:valid {
    box-shadow: 0 0 2px 1px green;
}

#dupl_ligne:invalid, #dupl_saison:invalid, #dupl_natCde:invalid, #dupl_libelleFR:invalid {
    box-shadow: 0 0 2px 1px red;
}

#dupl_ligne, #dupl_saison, #dupl_natCde {
    text-transform: uppercase;
}

.refCroiseeTrash {
    font-size: 26px;
    top: 6px;
    position: relative;
}

.refCroiseeTrash:hover {
    cursor: pointer;
}


/* LOADER */
/*.loader {
    display: none;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}*/

.loading {
    display: inline-block;
    text-align: center;
    border: 2px solid #ccc;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border-top-color: #1ecd97;
    border-left-color: #1ecd97;
    animation: spin 1s infinite ease-in;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* FIN LOADER */


.green-border-focus, .green-border-focus:focus {
    border: 1px solid #8bc34a;
    box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, .25);
}

.orange-border-focus, .orange-border-focus:focus {
    border: 1px solid orange;
    box-shadow: 0 0 0 0.2rem rgba(255, 127, 0, .25);
}

.red-border-focus, .red-border-focus:focus {
    border: 1px solid red;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, .25);
}

.catalog-circle-indicator {
    border-radius: 11px;
    height: 22px;
    width: 32px;

    margin-right: 10px;
}
.divCatalogue {
    min-width: 195px;
    display: flex;
    /*background-color: #f1e9d3;*/
    color: #3b3b3b;

    padding: 4px 8px;
    margin: 6px 10px;
    border: 1px solid #ccc;

    border-radius: 10px;
    padding-right: 10px;
    padding-bottom: 3px;

    cursor: pointer;
}

.info-catalog {
    margin-top: 5px;
    margin-left: 4px;
    color: #919191;
    font-size: 14px;
}

.catalog-name {
    margin-top: -1px;
}


.divCatalogue2 {
    border-radius: 25% 10%;
}

.divCatalogue2:hover {
    cursor: pointer;
}
#orders-list {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.commandeCatalogueSelection {
    border: 2px solid #E77321;
    margin: 5px 9px;
    /*border-bottom: #E77321 solid 4px;*/
}

.greenBgCommandeCatalogue {
    background-color: #81c23e;
}

.orangeBgCommandeCatalogue {
    background-color: #ebb000;
}

.redBgCommandeCatalogue {
    background-color: #e90000;
}


.colorEtat_1, .bg-etat-1 {
    background: linear-gradient(to bottom, #9393ff 0%, #4c4cff 33%, #0000ff 100%);
    color: white;
}

.colorEtat_2, .bg-etat-2 {
    background: linear-gradient(to bottom, #dbffa3 0%, #adff2f 66%, #9dff00 100%);
    color: black;
}

.colorEtat_3, .bg-etat-HI-3 {
    background: linear-gradient(to bottom, #52b152 0%, #008a00 66%, #005700 100%);
    color: white;
}
.colorEtat_8, .bg-etat-8 {
    background: linear-gradient(to bottom, #833196 0%, #591769 66%, #a305c7 100%);
    color: white;
}

.colorEtat_5, .bg-etat-5 {
    background: linear-gradient(to bottom, #ffffbc 0%, #ffff59 66%, #ffff00 100%);
    color: black;
}

.colorEtat_6, .bg-etat-6 {
    background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%);
    color: black;
}

.colorEtat_7, .bg-etat-7 {
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    color: black;
}

.colorEtat_9, .bg-etat-9 {
    background: linear-gradient(to bottom, #ff9e9e 0%, #ff4242 33%, #ff0000 100%);
    color: white;
}

.etatCommandeSelection {
    border: #000 solid medium;
}

.card-link-zoom {
    transition: all .2s;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
}

.card-link-zoom:hover {
    background-color: rgba(222, 203, 175, .4);
    transform: scale(1.1);
}

.back-button {
    transition: all .3s;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
}

.back-button p {
    color: #28282B;
    font-size: 16px;
    font-weight: bold;
}

.back-button:hover {
    background-color: #28282B;
}

.back-button:hover p {
    color: #f4f4f4;
}

.modal-icon {
    height: 35px;
    width: 35px;
}

.btn:focus, .btn:active, .close:focus, .close:active {
    outline: none !important;
    box-shadow: none;
}

.no-glow:focus {
    box-shadow: none;
}

.ui-autocomplete-loading {
    padding: 1rem;
    background: white url("../images/loader-small.svg") right center no-repeat;
}

.card-input-element + .card {
    color: var(--secondary);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: normal;
    transition: background-color .2s;
    transition: color .2s;
    transition: transform .2s;
}

.card-input-element + .card:hover {
    cursor: pointer;
    background-color: rgba(222, 203, 175, .4);
    color: #000;
}

.card-input-element:checked + .card {
    border: 1px solid rgba(222, 203, 175, 1);
    color: #000;
    box-shadow: 5px 5px 15px 5px rgba(222, 203, 175, .4);
    background-color: rgba(222, 203, 175, .4);
    transition: border .3s;
    transition: background-color .2s;
    transition: color .2s;
    transition: transform .2s;
    transform: scale(1.1);
}

.card-input-element:checked + .card:hover {
    cursor: pointer;
    background-color: rgba(222, 203, 175, .4);
    color: #000;
}

.card-icon {
    height: 50px;
    width: 50px;
}

.submitLoader {
    height: 100px;
    width: 100px;
}

.updatePriceButtonContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
}

.input-icon {
    height: 22px;
    width: 22px;
}

.card-radio-container {
    width: 40%;
}

.btn-WhiteBlack {
    border: 1px solid black;
    background-color: white;
    color: black;
    border-radius: 3px;
    box-shadow: none;
}

.btn-WhiteBlack:hover {
    border: 1px solid black;
    background-color: black;
    color: white !important;
}

/*Nouveau header menu*/
#header-kami {
    display: flex;
    background-color: black;
}

#header-kami-logo {
    margin: 10px;
    margin-left: 8px;
    margin-right: 0;
}

#header-kami-text {
    margin-top: 11px;
    color: white;
    font-size: 19px;
    width: 30px;
    line-height: 30px;
}

#logout-bar {
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;

    font-size: 17px;
}

#logout-bar-button {
    font-size: 19px;
    transition: 0.15s;
}

#logout-bar-button:hover {
    font-size: 19px;
    color: #cccccc;
}

/*Nouveau menu de lignes*/
#menu-lines {
    position: relative;
    display: flex;

    background-color: #2E353D;
    width: 100%;
    cursor: pointer;
}

#menu-lines-open-button {
    position: absolute;
    top: -2px;
    right: 7px;
    color: white;
    font-size: 28px;
    cursor: pointer;
    transition: 0.2s;
}

#menu-lines-open-button:hover {
    color: #d9d9d9;
}

#lines-menu {
    z-index: 100;
    display: flex;

    width: calc(100% - 60px);
}

#favorites-text {
    margin: 7px;
    margin-left: 15px;
    color: white;
}

#favorites {
    display: flex;
    flex-wrap: wrap;
}

.favorite {
    display: flex;
    color: #2E353D;
    background-color: #decca4;
    border-radius: 6px;
    height: 29px;

    margin: 4px 5px;
    transition: 0.15s;
    cursor: pointer;
    border-left: none;
}
.favorite-selected {
    border-left: 5px solid #e77321;
}

.favorite:hover {
    color: #2E353D;
    background-color: #c5b286;
}

.favorite_selected {
    background-color: #b4b4b4;
}

.favorite_selected:hover {
    color: #2E353D;
    background-color: #b4b4b4;
    cursor: default;
}

.favorite-text {
    font-weight: 600;
    font-size: 20px;
    margin-left: 7px;
    margin-right: 4px;
    margin-top: -2px;
    margin-bottom: -4px;
}

.favorite-image {
    width: 60px;
    height: 24px;
    margin-top: 2px;
    margin-bottom: 1px;
    margin-right: 5px;
}


#lines-list {
    z-index: 120;

    padding-top: 0px;
    padding-bottom: 15px;
    display: none;

    position: absolute;
    top: 38px;

    width: 96%;
    margin-left: 2%;

    background-color: #dfd6c8;

    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

    box-shadow: 2px 4px 8px #777;

    cursor: default;
}

.title-lines-list {
    display: flex;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 7px;

    font-size: 22px;
}

.icon-title-lines {
    margin-top: 6px;
    margin-left: 8px;
    margin-right: 10px;
}

.actions-bar-menu {
    display: flex;
}

.under-list-lines {
    display: grid;
    grid-template-columns: repeat(auto-fill, 145px);
    grid-gap: 14px;
    justify-content: space-between;
    margin-left: 15px;
    width: calc(100% - 60px);
}

.line-button {
    position: relative;
    margin: 3px 18px;

    background-color: white;

    width: fit-content;
    padding: 14px 16px;

    border-radius: 10px;

    transition: box-shadow 0.15s;
    cursor: pointer;
}

.line-button-selected {
    display: flex;
    background-color: #f1f1f1;
    border: 2px solid #e77321;
    margin: 3px 9px;
    padding: 0;
}

.line-button-selected-text-block {
    width: 18px;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #e77321;
    color: white;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.line-button-selected-text {
    margin-right: -2px;
    font-size: 15px;
}

.line-button-selected-body {
    padding: 12px 16px;
    padding-left: 8px;
}

.line-button:hover {
    box-shadow: 2px 2px 7px #707070;
}

.line-button:active {
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.line-button-star, .line-button-nostar {
    position: absolute;

    top: 7px;
    background-color: #e8e5dd;
    right: -15px;
    color: #947a1d;

    width: 29px;
    height: 29px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #c5b47d;

    transition: 0.16s;
    cursor: pointer;
}

.line-button-star:hover, .line-button-nostar:hover {
    box-shadow: 0px 0px 4px #7a6117;
}

.line-button-nostar:hover {
    background-color: #e3d368;
}

.line-button-title {
    font-size: 26px;
    text-align: center;
    margin-bottom: -10px;

    font-weight: 600;
}

.line-button-text {
    font-size: 16px;
    text-align: center;
    width: 105px;
    white-space: nowrap;
}

.line-button-image {
    width: 105px;
    height: 42px;
}

#actions-bar {
    position: relative;
    background-color: #cec4b1;

    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    padding: 8px 20px;
    margin: 15px;
}
#actions-bar-title {
    z-index: 20;
    position: absolute;

    top: 5px;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #363533;
}
@media screen and (max-width: 1330px) {
    #actions-bar-title {
        display: none;
    }
}

.action-bar-button, .action-bar-button-menu {
    z-index: 50;
    background-color: #b69f7f;
    color: white;
    border-radius: 10px;
    padding: 4px 12px;
    font-size: 18px;
    cursor: pointer;

    margin: 0 10px;
}

.action-bar-button:hover, .action-bar-button-menu:hover {
    box-shadow: 2px 2px 7px #707070;
}

.action-bar-button:active, .action-bar-button-menu:active {
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.action-bar-button-menu {
    padding: 2px 8px;
    border-radius: 50%;
}

.actions-bar-side {
    display: flex;
}

#text-lines-count {
    font-size: 18px;
    margin: 4px 10px;
}

.grabbed-element {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    background-color: #e3d9c4 !important;
    cursor: grabbing;
    transform: scale(0.68);
}
#sort-text-info {
    display: none;
}
#bottom-page-sort-message {
    display: none;

    position: fixed;
    bottom: 0;
    right: 0;

    background-color: #59c769;
    color: white;
    font-size: 16px;
    padding: 6px 70px;
    z-index: 500;
    border-top-left-radius: 38px;
}

.info {
    cursor: help;
    color: #5179a8;
}



.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* supported by Chrome, Edge, Opera and Firefox */
}

.dp-flex {
    display: flex;
}

.text-xs {
    font-size: 0.75rem; /* 12px */
    line-height: 1rem; /* 16px */
}

.text-sm {
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
}

.text-base {
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
}

.text-lg {
    font-size: 1.125rem; /* 18px */
    line-height: 1.75rem; /* 28px */
}

.text-xl {
    font-size: 1.25rem; /* 20px */
    line-height: 1.75rem; /* 28px */
}

.text-2xl {
    font-size: 1.5rem; /* 24px */
    line-height: 2rem; /* 32px */
}

.text-3xl {
    font-size: 1.875rem; /* 30px */
    line-height: 2.25rem; /* 36px */
}

.text-4xl {
    font-size: 2.25rem; /* 36px */
    line-height: 2.5rem; /* 40px */
}

.text-5xl {
    font-size: 3rem; /* 48px */
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem; /* 60px */
    line-height: 1;
}

.text-7xl {
    font-size: 4.5rem; /* 72px */
    line-height: 1;
}

.text-8xl {
    font-size: 6rem; /* 96px */
    line-height: 1;
}

.text-9xl {
    font-size: 8rem; /* 128px */
    line-height: 1;
}

.grabbed-switch-element {
    background-color: #e3d9c4 !important;
    cursor: grabbing;
}

.ui-autocomplete { z-index:2147483647; }

.not-allowed {
    cursor: not-allowed;
}

.color-table-icon {
    width: 32px;
    height: 32px;
}

.table-hex-value {
    width: 35px;
    height: 35px;
}