.dropdown-menu > li.checkbox-row {
    padding: 5px 20px
}

.dropdown-menu li.checkbox-row {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap
}

.dropdown-menu li.checkbox-row label {
    font-weight: normal
}

.unfocused .icon-trash:before{ color: #000100;}

.table-wrapper input[type="checkbox"]{
    vertical-align: middle;
}

.table-scroll-wrapper {
/*    overflow-x: scroll;*/
    overflow-x: auto;
    overflow-y: hidden;
/*    border: 1px solid #999;*/
    border-radius: 3px;
    margin-bottom: 20px;
    position: relative;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}

.btn-toolbar {
    margin-bottom: 20px
}
.table-title {
    font-size: 25px;
    margin-top: 20px;
    display: inline-block;
}
.stickyTableHead {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #999;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 990;
    overflow: hidden;
    min-width: 100%
}

.stickyTableHead table {
    width: 100%
}

table.responsive {
    font-size: 12px;
    -webkit-text-size-adjust: none;
    line-height: 1.5em;
    width: 100%;
    color: #000
}

table.responsive thead {
    background-color: #fff;
    border-bottom: 1px solid #999
}

table.responsive thead tr:nth-child(odd) {
    background-color: transparent
}

table.responsive thead th {
    white-space: nowrap;
    font-weight: bold
}

table.responsive th, table.responsive td {
    padding: .5em 1em;
    text-align: left
}

table.responsive th:first-child, table.responsive td:first-child {
    text-align: left
}

table.responsive tr:nth-child(odd) {
    background-color: rgba(150, 150, 150, 0.1)
}

table.responsive tbody th, table.responsive td {
    border-bottom: 1px solid #eee
}

table.responsive tr:last-child td {
    border-bottom: none
}

table.responsive tfoot td {
    padding-top: 20px;
    border: none
}

table.responsive.focus-on tbody tr:hover {
    cursor: pointer
}

table.responsive tbody tr.unfocused {
    opacity: .4
}

table.responsive tbody tr.focused {
    opacity: 1;
    background-color: #5bc0de;
    color: #000
}

.js table.responsive.auto-on th[data-priority="1"], .js table.responsive.auto-on td[data-priority="1"], .js table.responsive.auto-on th[data-priority="2"], .js table.responsive.auto-on td[data-priority="2"], .js table.responsive.auto-on th[data-priority="3"], .js table.responsive.auto-on td[data-priority="3"], .js table.responsive.auto-on th[data-priority="4"], .js table.responsive.auto-on td[data-priority="4"], .js table.responsive.auto-on th[data-priority="5"], .js table.responsive.auto-on td[data-priority="5"], .js table.responsive.auto-on th[data-priority="6"], .js table.responsive.auto-on td[data-priority="6"] {
    /*display: none*/
}

.lt-ie9.js table.responsive.auto-on th[data-priority="1"], .lt-ie9.js table.responsive.auto-on td[data-priority="1"] {
    display: inline
}

.js table.responsive.auto-on th[data-priority="1"], .js table.responsive.auto-on td[data-priority="1"] {
    display: table-cell
}

@media screen and (min-width: 480px) {
    .lt-ie9.js table.responsive.auto-on th[data-priority="2"], .lt-ie9.js table.responsive.auto-on td[data-priority="2"] {
        display: inline
    }

    .js table.responsive.auto-on th[data-priority="2"], .js table.responsive.auto-on td[data-priority="2"] {
        display: table-cell
    }
}

@media screen and (min-width: 640px) {
    .lt-ie9.js table.responsive.auto-on th[data-priority="3"], .lt-ie9.js table.responsive.auto-on td[data-priority="3"] {
        display: inline
    }

    .js table.responsive.auto-on th[data-priority="3"], .js table.responsive.auto-on td[data-priority="3"] {
        display: table-cell
    }
}

@media screen and (min-width: 800px) {
    .lt-ie9.js table.responsive.auto-on th[data-priority="4"], .lt-ie9.js table.responsive.auto-on td[data-priority="4"] {
        display: inline
    }

    .js table.responsive.auto-on th[data-priority="4"], .js table.responsive.auto-on td[data-priority="4"] {
        display: table-cell
    }
}

@media screen and (min-width: 960px) {
    .lt-ie9.js table.responsive.auto-on th[data-priority="5"], .lt-ie9.js table.responsive.auto-on td[data-priority="5"] {
        display: inline
    }

    .js table.responsive.auto-on th[data-priority="5"], .js table.responsive.auto-on td[data-priority="5"] {
        display: table-cell
    }
}

@media screen and (min-width: 1120px) {
    .lt-ie9.js table.responsive.auto-on th[data-priority="6"], .lt-ie9.js table.responsive.auto-on td[data-priority="6"] {
        display: inline
    }

    .js table.responsive.auto-on th[data-priority="6"], .js table.responsive.auto-on td[data-priority="6"] {
        display: table-cell
    }
}

.js table.responsive th.col-hidden, .js table.responsive td.col-hidden {
    display: none
}

@media screen and (min-width: 768px) {
    .table-wrapper .btn-toolbar .focus-btn-group {
        float: left
    }
}

@media screen and (max-width: 768px) {
    .btn-toolbar .dropdown-btn-group{
       width: 100%;
           }
    .btn-toolbar .dropdown-btn-group button{
        float: right;
        
    }
    .new-dropdown-menu{
        display: none;
        border: solid 1px #e0e0e0;
        padding: 10px;
        border-radius: 5px;
        margin-top: 34px;
        margin-left: 0px;
        margin-bottom: 0px;
        box-shadow:0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        
    }
     .new-dropdown-menu li{border-top: solid 1px #eeeeee; list-style: none; padding: 5px 0px;}
     .new-dropdown-menu li:first-child{border-top: 0px;}
     .new-dropdown-menu li input{ float: left; margin-right: 5px;}
     .new-dropdown-menu li label{ margin-bottom: 0px;}
}