#search-nav {
    max-width: 450px; 
}

.message-notif-scroll.scrollbar-outer .notif-center a .notif-profile  {
    height: 100% !important;
}

button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: all !important;
}

.selected-profile {
    color:white;
}

/* fix Input group icon size */
.input-group-prepend {
    width : 40px;
}

.input-group-prepend label {
    width: 100%;
    overflow: hidden;
}

.title-icon {
    padding-right: 5px;
    color:blue;
}

.form-left-icon {
    font-size:18px;
    color:blue;
}

.button-icon {
    font-size:12px;
    padding-right: 10px;
}

.image-icon {
    width: 128px !important;
    height: 128px !important;
}

td.image-icon {
    width: 128px !important;
}

/* form error message */
.form-group ul.has-error {
    padding-left: 0px;
}
.form-group ul.has-error li {
    color:red;
    font-size: 9px;
    list-style: none;
}
/* form error message end */

.form-group .text-area {
    white-space: pre-line;
}

.form-group select {
    padding-top: 5px;
}

.form-group.form-group-default label:not(.btn) {
    color:blueviolet!important;
    text-transform: capitalize !important;
}

.form-group.form-group-default.popup {
    overflow: visible;
}

.form-group.form-group-default.edit {
    border: 1px solid #35cd3a !important;
    color: greenyellow;
}

.form-check-default {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    margin-top: 10px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    margin-bottom: 15px; 
}
.form-check {
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 12px;
    padding-bottom: 2px;
}

.imageTopRight {
    position: absolute;
    right: 10;
    top: 10;
    transform: translate(50%,-50%);
    z-index: 100;
}

/* form input type = file */
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/*
.inputfile + label1 {
font-size: 1.25em;
font-weight: 700;
color: white;
background-color: black;
display: inline-block;
}
*/
.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}

.inputfile + label {
    cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
/* end of form input type = file */

optgroup + [label] {
    color: red;
}

option {
    color: blue;
}


/*
shark last column of table 
*/
.table td.fit, 
.table th.fit {
    white-space: nowrap;
    width: 1%;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #cce7e8;
}

.table td .btn-link, 
.table th .btn-link {
    padding-left: 3px !important; 
    padding-right: 3px !important; 
}


/*
azzara
*/
.notif-center a .notif-profile {
    display: inline-flex;
    height: 40px;
    margin: 10px;
    align-items: center;
    justify-content: center;
}
/*
sales detail table
*/
tr th.date, tr td .date {
    text-align: center;
    min-width:95px;
}
tr th.productName, tr td .productName {
    min-width:250px;
}
tr th.number, tr td .number {
    width:130px;
    text-align: center;
}
tr th.total, tr td .total {
    width:80px;
    text-align: center;
}

tr th.seq, tr td .seq {
    width:55px;
    text-align: center;
}

td.print-top {
    border: 1px solid #35cd3a !important;
    text-align: right;
    font-style: oblique;
    border-style: hidden;
}

table.print {
    width: 100%;
}

table.print .padding-col-left {
    padding-left: 10;
}
table.print.top  {
    margin-top: 10;
    padding-top: 10;
}

table.print tr.under-line, table.print.top tr.under-line, table.print.top td.under-line {
    border-bottom: 1px !important;
    border-style: solid !important;
}

table.print tr.under-line2, table.print.top tr.under-line2, table.print.top td.under-line2 {
    border-bottom: 1px !important;
    border-style: double !important;
}

table.print tr td, table.print tr th {
    color: black !important;
}

table.print tr td {
    font-size: 14 !important;
}

.print-remark {
    white-space: pre-line;
    color: red !important;
}

.wine-fair {
    border: 0px solid #35cd3a !important;
}
.wine-fair .product-image {
    border: 0px solid #35cd3a !important;
    max-width: 300px;
    max-height: 300px;
}

.price-tag {
    border: 1px solid #35cd3a !important;
    overflow: hidden;
    float: left;
    color: black; 
    width: 65mm;
    height: 39mm;
    max-height: 39mm;
    margin-bottom: 1mm;
}

.price-tag-divider {
    float: left;
    width: 2mm;
    height: 39mm;
    margin-bottom: 1mm;
}

.price-tag .title {
    height: 21mm;
    padding-top:  1mm;
    overflow: hidden;
    padding-left: 2mm;
    border-bottom: 1px solid #000 !important;
}

.price-tag .lower {
    height: 14mm;
    padding-top: 1mm;
    padding-left: 3mm;
}

.price-tag .barcode {
    float: left;
    width: 35mm;
}

.price-tag .price {
    float: left;
    text-align: center;
    vertical-align: middle;
}

.move-left {
    width: auto;
    box-shadow: none;
}