/* For disable license alert popup*/
.noty_layout{
    display: none;
}

.selected-branch {
    border: 1px solid #333;
    border-radius: 10px;
}

.icon-report {
    white-space: normal;
    line-height: 1.5;
}

.req {
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: green;
}
.pricing {
    color: blue;
    font-weight: bold;
}
/* POS SCREEN CSS */
.pos-bg {
    padding-top: 65px !important;
    min-height: 100vh;
}
.pos-l {
    background-color: white;
    height: 350px;
    overflow: auto;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #333;
    border-radius: 50%;
}
.carousel-control-next, .carousel-control-prev {
    width: 2%;
}
.carousel-control-prev {
    left: -20;
}
.carousel-control-next {
    right: -20;
}
.card-img-top {
    width: 45%;
    align-items: center;
    margin: auto;
}
.tb_itemlist thead th {
    background-color: #dee2e6;
    padding: 7px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}
.no-product {
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    color: red;
    font-weight: 500;
}
a:hover{
    text-decoration: none;
}
.btn-inlist-plus {
    margin-right: 5px;
}
.btn-inlist-minus {
    margin-left: 5px;
}
.btn-inlist {
    font-size: 5px;
    padding: 2px;
}
.btn-inlist .fa {
    color: white;
    font-size: 12px;
}
.color-green{
    color: #00a65a;
}
.color-red{
    color: #df4759;
}

.color-blue{
    color: blue;
}  

/* END POS Screen */
.dropdown-menu-right{
z-index: 1042 !important;
}


li[filter-name="menu_id"] .select2-container{
    width: 300px;
}
li[filter-name="source_id"] .select2-container{
    width: 350px;
}
.aside-menu-fixed .app-header + .app-body .aside-menu{
    height: calc(100% - 55px) !important;
}

.aside-menu-fixed .aside-menu .tab-content{
    height: calc(100% - 45px) !important;
}

.aside-searchbox{
    margin-top: -1px;
    border-left: 4px solid #d9e2ef !important;
    border-radius: 0px !important;
}
.navbar-pos{
    background-color: #7c69ef !important;
}
.bg-pos{
    background-color: #7c69ef;
    color:white;
    border-radius: 0;
}

.navbar-pos .navbar-brand{
    color: #fff !important;
}
.navbar-clock{
    font-size: 13px;
    padding-right: 15px;
    color:white;
    font-weight:bold;
}
.btn-main{
    background-color: #7c69ef;
    border-color: #7c69ef;
    color: #fff;
}

.btn-main:hover{
    color: #fff;
}

.btn-main-secondary{
    border-color: #42ba96;
    color: #42ba96 !important;
    background-color: transparent;
    color: #fff;
}

.tb_itemlist td{
    padding:0.5rem
}

.border-2{
    border: 2px solid #28a745;
}

.text-decoration-none{
    text-decoration: none;
}

.aside-menu{
    z-index: 1041 !important;
}

#mergeChangePop .modal-header{
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

#mergeChangePop .modal-content{
    border: none;
}