span.multiselect-native-select {
    position: relative
}

.multiselect-container::-webkit-scrollbar {
    width: 6px;
}

.multiselect-container::-webkit-scrollbar-track {
    background: #e7e7e7;
    border-radius: 5px;
}

.multiselect-container::-webkit-scrollbar-thumb {
    background: #293e83;
    border-radius: 10px;
}

.multiselect-container::-webkit-scrollbar-thumb:hover {background: #132f8a;}

span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px
}

.multiselect-container > li > a {
    padding: 0
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    /*padding: 3px 20px 3px 40px*/
}


.multiselect-container1 > li > a {
    padding: 0
}

.multiselect-container1 > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    /*padding: 3px 20px 3px 40px*/
}



.btn {
    /*display: inline-block;*/
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /* border: 1px solid transparent; */
    border-radius: 4px
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default.toggle {
    width: 100%;
    overflow-x: scroll;
    height: 10%;
    display: block;    
    word-wrap: break-word;
    white-space: normal;
    overflow: auto;
    text-align: justify;
}

.btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu.toggle {
    overflow-y: scroll;
    height: 400px;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.open > .dropdown-menu {
    display: block
}

#team {
    width: 25%;
    height: 6%;
    border-radius: .25rem;
    border: 1px solid #ced4da;
    float: right;
}

#users {
    border: 1px solid #dee2e6;
    border-top: 4px solid rgb(59, 121, 183);
    background-color: white;
}

#pagination {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    background-color: white;
}

.btnSearch {
    border: 1px solid #ced4da;
    border-left-width: 0px;
}

.table thead tr {
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    border-bottom: 1px;
    font-weight: normal;
    color: #045999;
    position: relative;
}

.table thead th::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0.70rem;
    color: #AAA;
    font-weight: bold;
}

.table thead th:last-of-type::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0.70rem;
    color: #AAA;
    font-weight: bold;
}

td.mselect {
    padding: .5rem .75rem;
}

button#btnSearch:hover, button#btnSearch:focus, button#btnSearch:active {
    background-color: #fff;
    color: #555;
    box-shadow: 0 0 0;
}