.popup {
    background-attachment: scroll;
    background-clip: padding-box !important;
    background-color: #FFFFFF;
    /*background-image: url("/Timesheet/content/ui/images/ieborder.png");*/
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: 7px solid transparent !important;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    max-width: calc(90%);
    margin: 0 auto;
}

.popup h4{
    margin:0px !important;
}

.popup h5 {
    border-bottom: 1px dashed #aaa;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 10px;
}
.panel-heading {
    padding: 7px 10px;
}

.popup_sla {
    border-radius: 4px;
    border: 7px solid rgba(180, 180, 180, 0.75)!important;
    min-height: 100px;
    min-width: 300px;
    max-width: 700px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background: #fff;
    background-clip: padding-box!important;
    -webkit-background-clip: padding-box!important;
}

    .popup_sla .popup_content_sla {
        max-height: 550px;
        overflow: auto;
        padding: 16px;
    }

    .popup_sla .popup_close {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 7px;
        right: 6px;
        left: 480px;
    }

    .popup_sla .title,
    .popup h4 {
        font-size: 12px;
        color: #44afc6;
        font-weight: bold;
        line-height: 24px;
        background-color: #eef5f6;
        background: -moz-linear-gradient(center top, #eef5f6 0%, #FFFFFF 60px) repeat scroll 0 0 #FFFFFF;
        border: 1px solid #b4cfd6;
        padding: 0 0 0 8px;
        position: relative;
    }

.popup .popup_content {
    padding: 16px;
    background-color: #FFFFFF;
}

.popup_sla .popup_close,
.popup .popup_close {
    width: 50px;
	height: 12px;
	position: relative;
	top: 5px;
	right: 6px;
	float: right;
	font-size: 13px;
}

    .popup .popup_close span {
        visibility: hidden;
    }

.popup .popup_tinymce {
    width: 800px;
    height: 600px;
}

.popup .popup_left {
    float: left;
}

.popup .popup_right {
    float: right;
}
.lst-searchable {
    height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 5px 0px 5px 10px;
    position: inherit;
}


.box_tim_kiem {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: antiquewhite;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-height: 350px;
    overflow-y: auto;
    z-index: 9999;
    font-size: 13px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

    /* header */
    .box_tim_kiem .header {
        font-weight: 600;
        background: #f5f7fa;
        padding: 6px 10px;
        border-bottom: 1px solid #ddd;
    }

    /* item */
    .box_tim_kiem .itemBN {
        padding: 6px 10px;
        border-bottom: 1px solid #f0f0f0;
        cursor: pointer;
    }

        /* hover */
        .box_tim_kiem .itemBN:hover {
            background: #f1f8ff;
        }

        /* selected */
        .box_tim_kiem .itemBN.select {
            background: #e6f2ff;
            border-left: 3px solid #1890ff;
        }

/* mã */
.maBN {
    font-weight: 600;
    color: #2c3e50;
}

/* tên */
.tenBN {
    font-weight: 500;
}

/* ghi chú */
.ghiChu {
    font-size: 12px;
    color: #888;
}

/* giá */
.donGia,
.donGiaThuong,
.donGiaBH {
    font-weight: 600;
    color: #c0392b;
    margin: 0;
}

.text-right {
    text-align: right;
}

.p-none {
    padding-left: 5px;
    padding-right: 5px;
}
