/*-------------------------------------------------- profile --------------------------------------------------*/
#logo img {
    height:35px;
    padding-top:3px;
}
#tb-profile-log {
    padding:0px;
}
#tb-profile-log td{
    word-break: normal;
}
#tb-profile-log th:first-child {
    width:10%;
}
/*---------------------------------------------------- DEL ----------------------------------------------------*/
#del-but {
    cursor:pointer;
}
#del-but:hover {
    color:#dd2c00;
}
/*---------------------------------------------------- low stock ----------------------------------------------------*/
.low-stk {
    background-color:#ff5b42;
    color:#fff;
}
.sale-fil {
    width:100%;
    float:left;
}
.sale-fil div {
    margin-left:7px;
    margin-top:7px;
}
.mycd-container {
    position:static;
}
/*---------------------------------------------------- low stock ----------------------------------------------------*/
.label-3070 ul.papform-checkbox-ul li {
    width:50%;
    display:inline-block;
    box-sizing:border-box;
}
.label-3070 ul.papform-checkbox-ul li label{
    width:80%;
    padding-left:20%;
}
.label-3070.checkbox-oneline ul.papform-checkbox-ul li{
    display:block;
}
.label-3070.checkbox-oneline ul.papform-checkbox-ul li label{
    padding-left:5px;
}
.label-3070.checkbox-oneline ul.papform-checkbox-ul li {
    width:100%;
}
.ez-table td {
    word-break:break-all;
}
#menu-uname {
    vertical-align: top;
    display:inline-block;
    height: 44px;
    font-size: 20px;
    padding-left: 10px;
    padding-top:5px;
}

/*DEV*/
/*#top-panel {
    background-color: #BE616B;
    color: rgba(255,255,255,.87);
}
#panel {
    background-color: #BE616B;
}*/

.pap-page-title{
    background-color: initial;
    border-color: rgb(247, 247, 249);
    border-radius: 5px;
    color:#222;
    padding:7px 15px;
    margin:5px;
}

.pap-page-title h1{
    float:left;
    font-size:25px;
    line-height:35px;
}


/*css link*/
.pap-page-title .pap-title-link {
    float:left;
    line-height:35px;
    padding-left:22px;
}
.pap-title-link span {
    background-color: rgba(0,123,255,1);
    padding:3px 9px;
    border-radius : 10rem;
    cursor: pointer;
}
.pap-title-link span a,
.pap-title-link span span,
.pap-title-link span a:visited{
    font-weight:600;
    color:#fff;
    text-decoration:none;
}
.pap-title-link span:hover {
    background-color : rgba(0,123,255,0.8);
}


/*css icon*/
.pap-page-title .pap-title-icon {
    float:right;
}
.pap-title-icon > span{
    display:inline-block;
    box-sizing:border-box;
    margin-right:5px;
    font-size:22px;
    text-align:center;
    cursor:pointer;
}
.pap-title-icon span a,
.pap-title-icon span a:visited{
    margin-right:7px;
    color:#222;
}

.pap-title-icon span a:hover{
    color:#FF5733;
}

.pap-title-icon span a.pap-title-icon-disable {
    color: rgba(0,0,0,0.4);
}