#search-nav {
    max-width: 450px;
}

.full-width {
    width: 100% !important;
}

.nav-sub-item1 {
    padding-left: 20px;
    padding-right: 0px;
    font-size: 0.73em;
    color: red;
}

.nav-sub-item2 {
    padding-left: 30px;
    padding-right: 0px;
}

.sidebar .nav-collapse li a .sub-item {
    margin-left: 10px ! important;
}

.sidebar .nav-collapse li a .sub-item:before {
    content: '';
    height: 0px ! important ;
    width: 0px!important ;
    background: rgba(131, 132, 138, 0.89);
    position: absolute;
    left: -20px ! important ;
    top: 50% ! important ;
    transform: translateY(-50%);
    border-radius: 100%;
}

.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 : auto;
}

.input-group-prepend label {
    width: 100%;
    overflow: hidden;
}

.input-group-append > .input-group-icon {
    width : 100%;
    vertical-align: central;
    padding-left: 5px;
}

.title-icon {
    padding-right: 5px;
    color:blue;
}

.form-left-icon {
    color:blue;
}

.button-icon {
    font-size:12px;
    padding-right: 10px;
}

.image-icon {
    width: 128px !important;
    height: 128px !important;
}

.paddingTop {
    padding-top: 5px;
}

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;
}

td ul.has-error {
    padding-left: 0px;
}
td 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: 10px;
    top: 10px;
    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;
}

td .upload {
    cursor: pointer; /* "hand" cursor */
}


/*
azzara
*/
.notif-center a .notif-profile {
    display: inline-flex;
    height: 40px;
    margin: 10px;
    align-items: center;
    justify-content: center;
}

/* table head background states*/
.table-foot-bg-default tfoot {
    border: 1px solid #282a3c !important;
}

.table-foot-bg-primary tfoot {
    border: 1px solid #177dff !important;
}

.table-foot-bg-secondary tfoot {
    border: 1px solid #716aca !important;
}

.table-foot-bg-info tfoot {
    border: 1px solid #36a3f7 !important;
}

.table-foot-bg-success tfoot {
    border: 1px solid #35cd3a !important;
}

.table-foot-bg-warning tfoot {
    border: 1px solid #ffa534 !important;
}

.table-foot-bg-danger tfoot {
    border: 1px solid #f3545d !important;
}

.table-foot-bg-default tfoot th {
    background: #282a3c !important;
    color: #ffffff !important;
    border: 0px !important;
}

.table-foot-bg-primary tfoot th {
    background: #177dff !important;
    color: #ffffff !important;
    border: 0px !important;
}

.table-foot-bg-secondary tfoot th {
    background: #716aca !important;
    color: #ffffff !important;
    border: 0px !important;
}

.table-foot-bg-info tfoot th {
    background: #36a3f7 !important;
    color: #ffffff !important;
    border: 0px !important;
}

.table-foot-bg-success tfoot th {
    background: #35cd3a !important;
    color: #ffffff !important;
    border: 0px !important;
}

.table-foot-bg-warning tfoot th {
    background: #ffa534 !important;
    color: #ffffff !important;
    border: 0px !important;
}

.table-foot-bg-danger tfoot th {
    background: #f3545d !important;
    color: #ffffff !important;
    border: 0px !important;
}

/*
sales detail table
*/
tr th.date, tr td .date {
    text-align: center;
    min-width:95px;
}
tr th.code, tr td .code {
    min-width:200px;
}
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 tr td.higher {
    line-height: 1.5;
}
table.print {
    width: 100%;
}

table.print tr td.vertical-center {
    vertical-align: middle;
}

table.print.border,
table.print tr.border,
table.print tr td.border {
    border: 1px solid black !important;
}

table.print tr.border_bottom,
table.print tr td.border_bottom,
.border_bottom {
    border-bottom: 1px solid black !important;
}

table.print tr.border_left,
table.print tr td.border_left {
    border-left: 1px solid black !important;
}

table.print tr.border_right,
table.print tr td.border_right {
    border-right: 1px solid black !important;
}

table.print tr.border_top,
table.print tr td.border_top {
    border-top: 1px solid black !important;
}

table.print tr.border_underline2,
table.print tr td.border_underline2 {
    border-bottom: 1px solid black !important;
    border-style: double !important;
}

table.print tr.under-line2,
table.print tr td.under-line2 {
    border-bottom: 1px !important;
    border-style: double !important;
}

table.print .padding {
    padding: 10px;
}
table.print .padding-left {
    padding-left: 10px;
}
table.print .padding-top  {
    padding-top: 10px;
}
table.print .padding-right {
    padding-right: 10px;
}
table.print .padding-bottom {
    padding-bottom: 10px;
}

table.print tr td, table.print tr th {
    color: black !important;
}

table.print tr td {
    font-size: 14 !important;
}
