.menu-item {
    display: flex;
}
.menu-item img {
    margin-right: 8px;
}
.pop-edit {
    width: 350px;
    max-width: 350px;
}
.pop-lg {
    width: 450px;
    max-width: 450px;
}
.pop-edit .panel-title {
    font-size: 14px;
}
.pop-edit label {
    font-size: 13px;
}
.pop-edit .form-control {
    font-size: 13px;
    height: 32px;
}
.pop-edit .btn {
    padding-top: 4px;
    height: 32px;
}
.smallmenu {
    margin-top: 8px;
}
.vspan-16 {
    margin-bottom: 16px;
}
.vspan-8 {
    margin-bottom: 8px;
}
.list-action {
    list-style: none;
    margin-bottom: 0;
}
.list-action li {
    display: inline-block;
    margin-left: 16px;
}
.vlist-action {
    list-style: none;
    padding-left: 0;
}
.vlist-action li {
    display: inline-block;
    margin-right: 16px;
}
.btn-std {
    width: 100px;
}
.panel-nobottom {
    margin-bottom: 0;
}
.span-16 {
    margin-right: 16px;
}
.span-8 {
    margin-right: 8px;
}
textarea {
    resize: none;
}
.row-begin:before {
    content: "";
    display: block;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 16px;
    box-shadow: 1px 1px 1px #DDDDDD;
}
.footer:before {
    content: "";
    display: block;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 8px;
    box-shadow: 1px 1px 1px #DDDDDD;
}
.footer {
    margin: 16px 0;
}
.required:after {
    content: "*";
    color: #FF0000;
    margin-left: 4px;
}
.v-center {
    vertical-align: middle!important;
}
.borderless {
    border: none!important;
    padding: 0!important;
}
.left-borderless {
    padding-left: 0;
}
.cutover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
th a:link {
    text-decoration: none;
    color: #000000;
}
@media (min-width: 1200px) {

}
@media (max-width: 992px) {
    .btn-sm {
        margin-bottom: 4px;
    }
}
@media (max-width: 768px) {
    .btn-sm {
        margin-bottom: 4px;
    }
}