.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: 13px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    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: #333333;
}

.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: #ffffff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #999999;
}

.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);
}

.fat-inactive {
    filter: grayscale(100%);
    opacity: 0.3;
}

.dragHandle {
    cursor: move;
}

.tDnD_whileDrag {
    background-color: #eee;
}

.wrapphoto {
    border: 1px solid #ddd;
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.readOnlyTextBox {
    border-style: none none none !important;
}

/* IMPORT INSTRUTIONS */
.content.fbminwidth.faceboxWidth {
    overflow-y: auto;
    max-height: 608px;
}

.grouplisting {
    margin: 20px 0 0;
}

.grouplisting .groups {
    border-radius: 5px;
    margin: 5px 0 0;
}

.groups .group__head {
    width: 100%;
    position: relative;
    padding: 15px 50px 15px 20px;
    cursor: pointer;
    border: solid 1px #eee;
    background: rgba(0, 0, 0, 0.02);
}

.groups .group__body {
    padding: 20px 20px 0;
    display: none;
}

.groups .group__head h5 {
    padding: 0;
    font-size: 1.1em;
    font-family: inherit;
}

.groups .group__head:after {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 13px;
    content: "+";
    pointer-events: none;
    font-size: 1.6rem;
    color: #333;
    padding: 0 0 0 1px;
}

.groups.is-active .group__head:after {
    content: "-";
    font-size: 2.2em;
}

.grouplisting .groups.is-active .group__head h5 {
    font-weight: 500;
}

.editor-container, .groups .group__body h5 {
    font-weight: 600;
    font-size: 1em;
    color: #333;
}

.editor-container, .groups .group__body p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
}

.editor-container ul, .groups .group__body ul {
    list-style: none;
}

/* END IMPORT INSTRUTIONS */