﻿ body.modal-open {
        position: relative;
        overflow: hidden;
    }

    .modal-backdrop.fade.in {
        position: fixed;
    }

    ul.contentGroups li {
        display: inline-block;
        list-style: outside none none;
        margin-right: 10px;
    }

        ul.contentGroups li input[type="checkbox"] {
            margin-right: 5px;
        }

.fullwidth {
    width: 100%;
}

.modal-body {
 
  overflow-y: auto;
    max-height: 850px;
}