/* Lucett Custom CSS */

.ribbon1 span {
    width: 100%;
}

.float-left {
    float: left;
}

.float-right {
    float: right !important;
}

.picture img {
    width: 100px;
    height: 100px;
    margin: 5px;
}

.picture img {
    object-fit: contain;
    object-position: top left;
}

.picture-big img {
    width: 180px;
    height: 180px;
    margin: 5px;
}

.picture-big img {
    object-fit: contain;
    object-position: top left;
}

.modal {
    z-index: 100000 !important;
}

.select2-container--open {
    z-index: 9999999 !important;
}

.margin-left-100 {
    margin-left: 100px;
}

.alert p {
    padding: 0;
    margin: 0;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-bolder {
    font-weight: bolder;
}

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

.page-title {
    text-transform: capitalize;
}

.footer-logo {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
}

/* CMR Styles */
.cmr * {
    font-size: 14px;
}

.cmr h3 {
    font-size: 20px;
    font-weight: bold;
    color: red;
}

.cmr input[type="text"],
.cmr textarea {
    padding: 0;
    margin: 0;
    border: 0;
    color: #303e67;
    border-style: none;
    border-color: transparent;
    resize: none;
}

.cmr label {
    font-size: 16px;
    color: #68728c;
    font-weight: bold;
    text-decoration: underline;
}

.cmr-label-red {
    color: red !important;
    text-transform: uppercase;
}

.small-lable-grey {
    font-size: 14px;
    color: #68728c;
}

.cmr-label-red-small {
    color: red !important;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

.cmr-company-name {
    font-size: 18px;
    font-weight: bold;
}

.cmr-no {
    font-size: 22px;
    font-weight: bold;
    color: #303e67 !important;
}

.cmr-box-border {
    border: 2px solid red;
}

#theme_mode_button i {
    font-size: 18px;
}

#theme_mode_button {
    padding-left: 10px;
    padding-right: 10px;
}

.blockquote {
    font-size: 12px;
    text-transform: uppercase;
}

.hide_column {
    display: none;
}

/* QR print */
.qr-box, .box-h, .box-v {
    border: 3px solid black;
}

.qr-box-h {
    float: left;
}

.qr-box-v {
    display: block;
}

.flip-buttons {
    width: 100%;
}

.flip-buttons-h, .flip-buttons-v {
    float: left;
    text-align: left;
}

.left-arrow {
    float: left;
    padding: 0;
    margin: 0;
    width: 49%;
}

.right-qr {
    float: right;
    margin: 0;
    width: 49%;
    text-align: right;
}

.qr-code {
    margin-left: 1px;
    border: 1px solid #eeeeee;
    text-align: center;
}

.arrow {
    margin: 0;
    float: left;
    text-align: center;
}

.left-arrow img, .arrow img {
    width: 300px;
    padding: 20px;
}

.right-qr img, .qr-code img {
    width: 300px;
    padding: 20px;
}

.dimmed * {
    opacity: 50%;
    cursor: default;
}

/* overrides */
.title-text, .card-title {
    font-size: 12px;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: rgb(214, 236, 251) !important;
}

.select-info {
    display: none;
}

.form-parsley {
}

.huebee__cursor {
    width: 30px;
    height: 30px;
}

#warehouse_floor {
    width: 100%;
    max-width: 100%;
}

.accordion-button {
    cursor: pointer;
    box-shadow: inset 0 3px 0 #304dd6;
}

#warehouse_floor > ol, #warehouse_floor > ul, #warehouse_floor ol li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-right {
    text-align: right !important;
}

.zindextop {
    z-index: 9999999 !important;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.remove_component_button {
    background-color: transparent !important;
    border: none;
    color: red;
    text-align: center;
    text-decoration: none;
    float: right;
    font-size: 20px;
}

.add_component_button {
    border: none;
    outline: none;
    color: #03d87f;
    /* padding: 20px; */
    text-align: center;
    /* text-decoration: none; */
    /* display: inline-block; */
    float: right;
    font-size: 25px;
    /* margin: 4px 2px; */
    /* border-radius: 40%; */
}

.add_component_button:hover {
    background-color: #03d87f;
    color: white;
}

/* Font Cap */
#datatable2 > *, .dataform textarea, .dataform input, .dataform select, .upper, .dataform .select2, .upper, .tippy-content {
    text-transform: uppercase !important;
}

/* Font Small */
#datatable2 > *, .dataform .lowercase, .lower {
    text-transform: none !important;
}

div.dt-processing > div {
    display: none;
}

div.dt-processing > div.logo {
    display: block;
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_filter input {
    width: 400px !important;
}

div.dt-buttons {
    margin-top: 10px !important;
    float: right !important;
    text-align: right;
}

sup {
    font-size: 60% !important;
    line-height: 0px !important;
    top: -0.7em !important;
}

.dtp div.dtp-date, .dtp div.dtp-time {
    background: #1761fd;
    color: #FFFFFF;
}

.dtp .dtp-actual-meridien a.selected {
    background: #1761fd;
    color: #fff;
}

.fc-button {
    text-transform: uppercase !important;
}

.alert-primary-light {
    background-color: #e9f0ff;
    color: rgb(44, 54, 82);
    border: 1px solid #c0d5ff;
}

::selection {
    background-color: rgb(214, 236, 251) !important;
    color: rgb(29, 44, 72) !important;
}

/*** Mozilla based browsers ***/
::-moz-selection {
    background-color: rgb(214, 236, 251) !important;
    color: rgb(29, 44, 72) !important;
}

/***For Other Browsers ***/
::-o-selection {
    background-color: rgb(214, 236, 251) !important;
    color: rgb(29, 44, 72) !important;
}

::-ms-selection {
    background-color: rgb(214, 236, 251) !important;
    color: rgb(29, 44, 72) !important;
}

/*** For Webkit ***/
::-webkit-selection {
    background-color: rgb(214, 236, 251) !important;
    color: rgb(29, 44, 72) !important;
}

:root {
    --dt-row-selected: rgb(214, 236, 251) !important;
    --dt-row-selected-text: rgb(29, 44, 72) !important;
}

.dt-container .row.mt-2.justify-content-between:has(.dt-length) .dt-layout-start {
    order: 2;
    justify-content: flex-end !important;
    width: 50% !important;
    display: flex !important;
}
.dt-container .row.mt-2.justify-content-between:has(.dt-search) .dt-layout-end {
    order: 1;
    justify-content: flex-start !important;
    width: 50% !important;
    display: flex !important;
}
.text-primary-s{
    color: #0030C7 !important;
}
.circle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #f5325c;
    position: relative;
    top: 0px;
    right: -20px;
}

.circle:before,
.circle:after {
  content: '';
  display: block;
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  border: 1px solid #f5325c;
  border-radius: 50%;
}


.circle:before {
  animation: ripple 2s linear infinite;
}

.circle:after {
  animation: ripple 2s linear 1s infinite;
}

@keyframes ripple{
  0% { transform: scale(1); }
  50% { transform: scale(1.5); opacity:1; }
  100% { transform: scale(1.9); opacity:0; }
}

/* Text */
.text {
  text-align: center;
  vertical-align: middle;
  line-height: 20px;  
  margin: 0;
  color:#fff;
  font-size:10px;
}
select.select2.parsley-error + .select2-container--default .select2-selection--single {
    border: 1px solid red !important;
    border-radius: 4px;
}
.form-control {
    padding: 0.53rem .75rem !important;
}
