﻿.sidebar-menu li a{
    color:#000000
}
.sidebar-menu li.active a{
    color:#72afd2;
}
.treeview-menu.active li.active a{
    color:#ff0000;
}
table tr td, table tr th{
    vertical-align:middle !important;
    text-align:center !important;
}
/*-------input data-----*/
.input{
    border-radius:4px;
    width:30%;
}
.textarea{
    border-radius:4px;
    width:30%;
    min-height:70px;
}
.dropzone .dz-image img{
    width:100%;
}

/*---Order page----*/
.order-status {
    display: none;
}
.order-status.active {
    display: block;
}
.order-ship {
    display: none;
}
.order-ship.active {
    display: block;
}

/*----------Popup---------*/
.popup {
    position: fixed;
    padding: 10px;
    background: rgba(0,0,0,.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out 0s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
}

.popup.active {
    opacity: 1;
    visibility: visible;
}

.popup .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.popup .table-cell .content-wrapper {
    position: relative;
    padding: 8px;
    box-sizing: border-box;
    overflow: hidden;
    background:transparent;
    min-height:auto !important;
}

.popup .popup-footer {
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*-------Find Product------*/
.findproduct {
    position: absolute;
    border: 1px solid;
    z-index: 99;
    background: #fff;
    border-radius: 5px;
    top: 30px;
    left: 15px;
    width:30%;
    display:none;
}
.findproduct a{
    display:block
}
.findproduct a:hover{
    background:#ccc
}
.findproduct img {
    width: 50px;
    margin-right: 10px
}
.findproduct.active{
    display:block;
}

