.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.btn-group .btn, .btn-group-vertical .btn {
    position: relative;
    float: left;
}
.btn-group .btn:hover, .btn-group-vertical .btn:hover, .btn-group .btn:focus, .btn-group-vertical .btn:focus, .btn-group .btn:active, .btn-group-vertical .btn:active, .btn-group .btn.active, .btn-group-vertical .btn.active {
    z-index: 2;
}
.btn-group .btn:focus, .btn-group-vertical .btn:focus {
    outline: 0;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}
.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn-group {
    float: left;
}
.btn-toolbar .btn+.btn, .btn-toolbar .btn-group+.btn, .btn-toolbar .btn+.btn-group, .btn-toolbar .btn-group+.btn-group {
    margin-left: 5px;
}
.btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group .btn:first-child {
    margin-left: 0;
}
.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group .btn:last-child:not(:first-child), .btn-group .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .btn-group {
    float: left;
}
.btn-group .btn-group:not(:first-child):not(:last-child) .btn {
    border-radius: 0;
}
.btn-group .btn-group:first-child .btn:last-child, .btn-group .btn-group:first-child .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group .btn-group:last-child .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group-xs .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-sm .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-lg .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-group .btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group .btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical .btn, .btn-group-vertical .btn-group, .btn-group-vertical .btn-group .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%}
.btn-group-vertical .btn-group:before, .btn-group-vertical .btn-group:after {
    display: table;
    content: " "}
.btn-group-vertical .btn-group:after {
    clear: both;
}
.btn-group-vertical .btn-group:before, .btn-group-vertical .btn-group:after {
    display: table;
    content: " "}
.btn-group-vertical .btn-group:after {
    clear: both;
}
.btn-group-vertical .btn-group .btn {
    float: none;
}
.btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
}
.btn-group-vertical .btn-group:not(:first-child):not(:last-child) .btn {
    border-radius: 0;
}
.btn-group-vertical .btn-group:first-child .btn:last-child, .btn-group-vertical .btn-group:first-child .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical .btn-group:last-child .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}
.btn-group-justified .btn, .btn-group-justified .btn-group {
    display: table-cell;
    float: none;
    width: 1%}
.btn-group-justified .btn-group .btn {
    width: 100%}
[data-toggle="buttons"] .btn input[type="radio"], [data-toggle="buttons"] .btn input[type="checkbox"] {
    display: none;
}
.btn-default {
    width: 100%;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc !important;
 }
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
  .btn-default {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.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;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.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: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu .active a, .dropdown-menu .active a:hover, .dropdown-menu .active a:focus {
    /*color: #fff;*/
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.dropdown-menu .disabled a, .dropdown-menu .disabled a:hover, .dropdown-menu .disabled a:focus {
    color: #999;
}
.dropdown-menu .disabled a:hover, .dropdown-menu .disabled a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open .dropdown-menu {
    display: block;
}
.open a {
    outline: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media(min-width:768px) {
    .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}
}.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group .btn, .btn-group-vertical .btn {
    position: relative;
    float: left;
}
.btn-group .btn:hover, .btn-group-vertical .btn:hover, .btn-group .btn:focus, .btn-group-vertical .btn:focus, .btn-group .btn:active, .btn-group-vertical .btn:active, .btn-group .btn.active, .btn-group-vertical .btn.active {
    z-index: 2;
}
.btn-group .btn:focus, .btn-group-vertical .btn:focus {
    outline: 0;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}
.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn-group {
    float: left;
}
.btn-toolbar .btn+.btn, .btn-toolbar .btn-group+.btn, .btn-toolbar .btn+.btn-group, .btn-toolbar .btn-group+.btn-group {
    margin-left: 5px;
}
.btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group .btn:first-child {
    margin-left: 0;
}
.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group .btn:last-child:not(:first-child), .btn-group .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .btn-group {
    float: left;
}
.btn-group .btn-group:not(:first-child):not(:last-child) .btn {
    border-radius: 0;
}
.btn-group .btn-group:first-child .btn:last-child, .btn-group .btn-group:first-child .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group .btn-group:last-child .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group-xs .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-sm .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-lg .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-group .btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group .btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical .btn, .btn-group-vertical .btn-group, .btn-group-vertical .btn-group .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%}
.btn-group-vertical .btn-group:before, .btn-group-vertical .btn-group:after {
    display: table;
    content: " "}
.btn-group-vertical .btn-group:after {
    clear: both;
}
.btn-group-vertical .btn-group:before, .btn-group-vertical .btn-group:after {
    display: table;
    content: " "}
.btn-group-vertical .btn-group:after {
    clear: both;
}
.btn-group-vertical .btn-group .btn {
    float: none;
}
.btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
}
.btn-group-vertical .btn-group:not(:first-child):not(:last-child) .btn {
    border-radius: 0;
}
.btn-group-vertical .btn-group:first-child .btn:last-child, .btn-group-vertical .btn-group:first-child .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical .btn-group:last-child .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}
.btn-group-justified .btn, .btn-group-justified .btn-group {
    display: table-cell;
    float: none;
    width: 1%}
.btn-group-justified .btn-group .btn {
    width: 100%}
[data-toggle="buttons"] .btn input[type="radio"], [data-toggle="buttons"] .btn input[type="checkbox"] {
    display: none;
}
.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.multiselect-container .input-group {
    margin: 5px;
}
.multiselect-container li {
    padding: 0;
    width:100% !important;
}
.multiselect-container li a.multiselect-all label {
    font-weight: 700;
}
.multiselect-container li.multiselect-group label {
    margin: 0;
    padding: 3px 20px;
    height: 100%;
    font-weight: 700;
}
.multiselect-container li.multiselect-group-clickable label {
    cursor: pointer;
}
.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-container li a label.radio, .multiselect-container li a label.checkbox {
    margin: 0;
}
.multiselect-container li a label input[type=checkbox] {
    margin-bottom: 5px;
}
.filter .btn {
    padding: 6px 3px;
}
.btn-group .btn-group:nth-child(2) .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
