multiselect {
    display: block;
}
multiselect .btn {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
multiselect .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}
multiselect .dropdown-menu {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
}
multiselect .dropdown-menu>li>button {
    padding: 5px 3px;
    margin: 5px 0px;
    cursor: pointer;
}
multiselect .dropdown-menu>li>a {
    padding: 3px 10px;
    cursor: pointer;
}
.pdzero {
    padding-right: 0px !important;
}
.txtAlignLastCenter {
    text-align: center !important;
}
.minW60 {
    min-width: 60px;
}
.dropdownSBS .dropdown-menu-user {
    width: 100%;
}
.txt-cuttitle-cat {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 40px;
    word-break: break-word;
}
}


