div.group-view div.command-center .command-center-btns {
    display: flex;
    justify-content: center;
    padding-top: 24px;
}

div.group-view div.command-center .command-center-btns .command-center-btn {
    cursor: pointer;
    margin: 16px;
    padding: 0px;
    text-align: center;
    width: 200px;
}

div.group-view div.command-center .command-center-btns .command-center-btn i {
    color: var(--primary-orange);
    font-size: 64px;
    padding-top: 36px;
    padding-bottom: 16px;
}

div.group-view div.command-center .command-center-btns .command-center-btn .btn-text {
    height: 84px;
    margin-bottom: 0px;
    padding: 0px 24px;
}

div.group-view div.command-center .command-center-btns .command-center-btn:hover .btn-text {
    color: var(--primary-orange);
}

div.group-view div.command-center .group-back-btn {
    color: var(--text-secondary);
    font-size: 0.9em;
    margin-bottom: 24px;
}

div.group-view div.command-center .group-back-btn:hover {
    color: var(--primary-orange);
}

div.group-view div.command-center .title {
    text-transform: uppercase;
}

/* ASSIGN CONTENT VIEW */

div.group-view div.command-center .step-bubbles {
    justify-content: center;
    margin-bottom: 24px;
}

div.group-view div.command-center .step-bubbles .bubble.completed {
    cursor: pointer;
}

div.group-view div.command-center .step-card {
    padding: 24px;
}

div.group-view div.command-center .step-card .step-instructions {
    margin-bottom: 24px;
}

div.group-view div.command-center .step-card .next-btn {
    margin-right: 16px;
}

div.group-view div.command-center .step-card .btn-primary, div.group-view div.command-center .step-card .btn-primary-clear {
    vertical-align: middle;
}

div.group-view div.command-center .step-card .radio-options-container {
    flex-wrap: wrap;
}

div.group-view div.command-center .step-card .radio-options-container .radio-option {
    margin-left: 20px;
    width: max-content;
}

div.group-view div.command-center .step-card .material-dropdown .arrow {
    right: 14px;
    top: 12px;
}

div.group-view div.command-center .step-card .search {
    width: 400px;
}

div.group-view div.command-center .step-card .search .search-icon {
	color: var(--primary-orange);
    cursor: default;
	background-color: var(--search-bar);
	border: 1px solid var(--search-bar);
	border-right: none;
    font-size: 28px;
	height: 44px;
    line-height: 44px;
    text-align: center;
	width: 44px;
}

div.group-view div.command-center .step-card .search .input-field {
	border: 1px solid var(--search-bar);
	border-left: none;
	display: inline-block;
	height: 44px;
	margin: 0px;
	width: calc(100% - 44px);
}

div.group-view div.command-center .step-card .search .input-field input {
	background-color: var(--search-bar);
	border-bottom: none !important;
	box-sizing: border-box;
    color: var(--text);
    font-size: 1.1em;
	height: 42px;
	margin: 0px;
	padding: 0px 24px 0px 4px;
}

div.group-view div.command-center .step-card .search .input-field input:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}

div.group-view div.command-center .step-card .list {
    margin-bottom: 24px;
}

div.group-view div.command-center .step-card .list .item {
    align-items: center;
    border-bottom: 1px solid var(--border);
    cursor: default;
    display: flex;
    padding: 8px 16px;
}

div.group-view div.command-center .step-card .list .item:last-child {
    border-bottom: none;
}

div.group-view div.command-center .step-card .list .item .checkbox {
    cursor: pointer;
    font-size: 20px;
    margin-right: 24px;
    padding: 4px;
}

div.group-view div.command-center .step-card .list .item .checkbox.selected {
    color: var(--primary-orange);
}

div.group-view div.command-center .step-card .list .item .sort-col {
    color: var(--text-secondary);
    cursor: pointer;
}

div.group-view div.command-center .step-card .list .item .sort-col:hover {
    color: var(--text);
}
div.group-view div.command-center .step-card .list .item .sort-col.sorted-asc, div.group-view div.command-center .step-card .list .item .sort-col.sorted-desc {
    color: var(--text);
}

div.group-view div.command-center .step-card .list .item .sort-col.sorted-asc::after {
    content: "\25B4";
    margin-left: 6px;
}

div.group-view div.command-center .step-card .list .item .sort-col.sorted-desc::after {
    content: "\25BE";
    margin-left: 6px;
}

div.group-view div.command-center .step-card .list .item .name {
    flex-grow: 1;
}

div.group-view div.command-center .step-card .list .item.member .name {
    min-width: 50%;
}

div.group-view div.command-center .step-card .list .item.member .member-group {
    min-width: 34%;
}

div.group-view div.command-center .step-card .list .item.member .date {
    min-width: 16%;
    text-align: right;
    justify-content: flex-end;
}

div.group-view div.command-center .step-card .list .item .date span {
    color: var(--text-secondary);
    padding-right: 8px;
}

div.group-view div.command-center .step-card .list .item .btn-primary-flat {
    color: var(--text-secondary);
    font-size: 0.9em;
    height: auto;
    line-height: 1.5;
}

div.group-view div.command-center .step-card .list .item .btn-primary-flat:hover {
    color: var(--primary-orange);
}

div.group-view div.command-center .step-card .list .empty-text {
    color: var(--text-secondary);
    font-size: 1.2em;
    padding: 16px 0px;
}

div.group-view div.command-center .step-card .due-date.input-field {
    margin: 0px 0px 24px 0px;
    width: 400px;
}

div.group-view div.command-center .step-card .due-date input {
    background-color: var(--search-bar);
    border: 1px solid var(--search-bar);
    box-sizing: border-box;
    color: var(--text);
    font-size: 1.1em;
    height: 44px;
    margin: 0px;
    padding: 0px 8px;
}

div.group-view div.command-center .step-card .due-date .validation {
    color: var(--error);
    font-size: 0.9em;
    margin-top: 8px;
}

div.group-view div.command-center .step-card .selections {
    margin-bottom: 16px;
}

div.group-view div.command-center .step-card .selections .selections-heading {
    font-weight: 600;
    margin-bottom: 12px;
}

div.group-view div.command-center .step-card .selections .due-date-selection {
    margin-bottom: 20px;
}

div.group-view div.command-center .step-card .selections .due-date-selection .selections-heading {
    margin-bottom: 4px;
}

div.group-view div.command-center .step-card .selections .list {
    background-color: var(--search-bar);
}

div.group-view div.command-center .step-card .assignment-success {
    padding: 16px;
    text-align: center;
}

div.group-view div.command-center .step-card .assignment-success i {
    color: var(--success);
    font-size: 60px;
    margin-bottom: 16px;
}

div.group-view div.command-center .step-card .assignment-success h4 {
    font-size: 1.8em;
    margin-bottom: 36px;
}

div.group-view div.command-center .step-card .assignment-success .step-instructions {
    font-size: 1.1em;
}

div.group-view div.command-center .step-card .assignment-success .btn-primary-clear {
    width: 306px;
}

/* REViEW ASSIGNMENTS VIEW */

div.group-view div.command-center .assignments-count {
    margin-bottom: 24px;
    position: relative;
}

div.group-view div.command-center .assignments-count .stats {
    color: var(--text-secondary);
    margin-right: 1em;
    text-transform: uppercase;
}

div.group-view div.command-center .assignments-count div span {
    color: var(--primary-orange);
    font-size: 1.2em;
    font-weight: 600;
    margin-right: 5px;
}

div.group-view div.command-center .assignments-count .edit-assignments {
    position: absolute;
    right: 0;
    margin: 0;
    vertical-align: middle;
    width: 20%;
}

div.group-view div.command-center .assignments-card {
    padding: 24px;
}

div.group-view div.command-center .assignments-card .content-sort {
    margin-bottom: 24px;
}

div.group-view div.command-center .assignments-card .content-sort .filter-text {
    margin: 0px 20px;
    min-width: 33px;
}

div.group-view div.command-center .assignments-card .content-sort .assignment-radios {
    margin-left: 20px;
}

div.group-view div.command-center .assignments-card .content-sort [type="radio"]:checked + label::after, [type="radio"].with-gap:checked + label::after {
    background-color: var(--primary-orange);
}

div.group-view div.command-center .assignments-card .content-sort [type="radio"]:checked + label::after, [type="radio"].with-gap:checked + label::before, [type="radio"].with-gap:checked + label::after {
    background-color: var(--primary-orange);
}

div.group-view div.command-center .assignments-card .content-sort .search-wrapper {
    flex-grow: 1;
    padding-left: 20px;
    position: relative;
}

div.group-view div.command-center .assignments-card .content-sort .search-wrapper .search {
    margin: 0px 0px 0px auto;
    max-width: 400px;
}

div.group-view div.command-center .assignments-card .content-sort .search-wrapper .search i {
    color: var(--primary-orange);
    cursor: default;
    background-color: var(--search-bar);
    border: 1px solid var(--search-bar);
    border-right: none;
    font-size: 28px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 44px;
}

div.group-view div.command-center .assignments-card .content-sort .search-wrapper .search .input-field {
	border: 1px solid var(--search-bar);
	border-left: none;
	display: inline-block;
	height: 44px;
	margin: 0px;
	width: calc(100% - 44px);
}

div.group-view div.command-center .assignments-card .content-sort .search-wrapper .search .input-field input {
	background-color: var(--search-bar);
	border-bottom: none !important;
	box-sizing: border-box;
    color: var(--text);
    font-size: 1.1em;
	height: 42px;
	margin: 0px;
	padding: 0px 24px 0px 4px;
}

div.group-view div.command-center .assignments-card .content-sort .search-wrapper .search .input-field input:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}

div.group-view div.command-center .assignments-card .checkbox {
    cursor: pointer;
    font-size: 20px;
    padding: 4px;
}

div.group-view div.command-center .assignments-card .checkbox.selected {
    color: var(--primary-orange);
}

div.group-view div.command-center .assignments-card .empty-text {
    font-size: 1.2em;
    padding-top: 8px;
    padding-bottom: 24px;
}

div.group-view div.command-center .assignments-card .assignment-header {
    border-bottom: 1px solid var(--border);
    cursor: pointer;
    font-weight: 500;
    padding: 8px 16px;
}

div.group-view div.command-center .assignments-card .assign-cards {
    border-bottom: 1px solid var(--border);
    cursor: pointer;
    padding: 8px 16px;
}

div.group-view div.command-center .assignments-card .assign-cards:last-child {
    border-bottom: none;
}

div.group-view div.command-center .assignments-card .assign-cards .col {
    padding-right: 4px;
}

div.group-view div.command-center .assignments-card .assign-cards .col:last-child {
    padding-right: 0px;
}

/* CUSTOM LEARNING PATHS VIEW */

div.group-view div.command-center .title-row {
    margin-top: 0px;
    margin-bottom: 24px;
}

div.group-view div.command-center.custom-learning-paths .title-row .title {
    margin-bottom: 0px;
}

div.group-view div.command-center.custom-learning-paths .title-row .dropdown-col {
    margin-right: 16px;
    min-width: 200px;
}

div.group-view div.command-center .intro-row {
    display: flex;
}

div.group-view div.command-center.custom-learning-paths .learning-paths-list {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	width: 100%;

}

div.group-view div.command-center.custom-learning-paths .learning-paths-list .lms-card {
    cursor: pointer;
    margin: 16px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	text-align: left;
	width: 276px;
}

div.group-view div.command-center.custom-learning-paths .learning-paths-list .lms-card .content {
    text-align: center;
    position: relative;
    background-color: var(--background-overlay);
    color: var(--white);
    z-index: 1;
}

div.group-view div.command-center.custom-learning-paths .learning-paths-list .lms-card:hover .content {
    color: var(--primary-orange);
}

div.group-view div.command-center.custom-learning-paths .learning-paths-list .lms-card .content .name {
    font-size: 1.2em;
    font-weight: 600;
    height: 126px;
    padding: 32px 24px;
}

div.group-view div.command-center.custom-learning-paths .learning-paths-list .lms-card .content .info {
    height: 54px;
    padding: 0px 8px;
}

div.group-view div.command-center.custom-learning-paths .learning-paths-list .lms-card .content .link-count {
    margin-left: 12px;
}

div.group-view div.command-center.custom-learning-paths .learning-paths-list .lms-card .content .link-count::before {
    content: '\2022';
    margin-right: 12px;
}

div.group-view div.command-center.custom-learning-paths .learning-paths-list .lms-card .content .group-name {
    color: var(--text-secondary);
    margin-top: 2px;
}

div.group-view div.command-center.custom-learning-paths .learning-paths-list .lms-card:hover .content .group-name {
    color: var(--primary-orange);
}

div.group-view div.command-center.custom-learning-paths .learning-paths-list .lms-card .screenshot {
    position: absolute;
	left: 0px;
	top: 0px;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 220px;
}

div.group-view div.command-center.custom-learning-paths .learning-paths-list .empty-text {
    color: var(--text-secondary);
    font-size: 1.3em;
    padding-top: 24px;
    text-align: center;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .learning-path-header {
    margin-bottom: 24px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .learning-path-header h3 {
    color: var(--primary-orange);
    flex-grow: 1;
    margin-bottom: 0px;
    text-transform: uppercase;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .learning-path-header .btns {
    min-width: 500px;
    text-align: right;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .learning-path-header .btns div:first-child {
    margin-right: 16px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .lms-card h5 {
    font-size: 1.3em;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .learning-path-overview {
    padding-right: 12px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .learning-path-overview .card-image {
    height: 220px;
    width: 300px;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .learning-path-overview .card-info {
    display: inline-block;
    width: calc(100% - 332px);
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .learning-path-overview .card-info h5 {
    margin-bottom: 8px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .learning-path-overview .card-info h5:last-of-type {
    margin-top: 20px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .learning-path-overview .card-info p {
    margin: 0px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .assignments-overview {
    padding-left: 12px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .assignments-overview .lms-card {
    min-height: 252px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .assignments-overview .lms-card .count {
    color: var(--primary-orange);
    font-size: 1.2em;
    font-weight: 600;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .assignments-overview .lms-card .label {
    color: var(--text-secondary);
    margin-bottom: 16px;
    text-transform: uppercase;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .assignments-overview .lms-card .label:last-child {
    margin-bottom: 0px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .content-header.row {
    align-items: flex-end;
    display: flex;
    margin-top: 32px;
    margin-bottom: 16px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .content-header.row h4 {
    margin-bottom: 0px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .content-list {
    padding-bottom: 0px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .content-list .empty-text {
    font-size: 1.2em;
    padding: 16px 0px 32px 0px;
    text-align: center;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .content-list .collection-item {
    align-items: center;
    display: flex;
    font-weight: 500;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .content-list .collection-item:nth-last-child(2) {
    border-bottom: none;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .content-list .collection-item.dragover, div.group-view div.command-center.custom-learning-paths .custom-learning-path .content-list .last-item.dragover {
    border-top: 2px solid var(--primary-orange);
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .content-list .last-item {
    height: 16px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .content-list .collection-item .reorder {
    cursor: move;
    padding: 4px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .content-list .collection-item .image {
    background-color: var(--primary-orange-dark);
    background-position: center;
	background-size: cover;
	height: 45px;
    margin-left: 20px;
	min-width: 68px;
	width: 68px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .content-list .collection-item .image i {
    color: var(--white);
    display: block;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .content-list .collection-item .info-wrapper {
    flex-grow: 1;
    margin-left: 24px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .content-list .collection-item .info {
    color: var(--text-secondary);
    font-weight: 400;
    margin-left: 12px;
}

div.group-view div.command-center.custom-learning-paths .custom-learning-path .content-list .collection-item .info::before {
    content: '\2022';
    margin-right: 12px;
}

div.modal.add-custom-learning-path-course h4 {
    margin-bottom: 32px;
}

div.modal.add-custom-learning-path-course .material-dropdown .arrow {
    right: 14px;
    top: 12px;
}

div.modal.add-custom-learning-path-course .search {
    width: 400px;
}

div.modal.add-custom-learning-path-course .search .search-icon {
	color: var(--grey-dark);
    cursor: default;
	background-color: var(--white);
	border: 1px solid var(--grey);
	border-right: none;
    font-size: 28px;
	height: 44px;
    line-height: 44px;
    text-align: center;
	width: 44px;
}

div.modal.add-custom-learning-path-course .search .input-field {
	border: 1px solid var(--grey);
	border-left: none;
	display: inline-block;
	height: 44px;
	margin: 0px;
	width: calc(100% - 44px);
}

div.modal.add-custom-learning-path-course .search .input-field input {
	background-color: var(--white);
	border-bottom: 1px solid var(--grey) !important;
	box-sizing: border-box;
    color: var(--black);
    font-size: 1.1em;
	height: 42px;
	margin: 0px;
	padding: 0px 24px 0px 4px;
}

div.modal.add-custom-learning-path-course .search .input-field input:focus {
    border-bottom: 1px solid var(--grey) !important;
    box-shadow: none !important;
}

div.modal.add-custom-learning-path-course .list {
    margin-bottom: 24px;
}

div.modal.add-custom-learning-path-course .list .item {
    align-items: center;
    border-bottom: 1px solid var(--grey);
    cursor: pointer;
    display: flex;
    padding: 8px 16px;
}

div.modal.add-custom-learning-path-course .list .item:last-child {
    border-bottom: none;
}

div.modal.add-custom-learning-path-course .list .item .checkbox {
    font-size: 20px;
    margin-right: 24px;
    padding: 4px;
}

div.modal.add-custom-learning-path-course .list .item .checkbox.selected {
    color: var(--primary-orange);
}

div.modal.add-custom-learning-path-course .list .empty-text {
    font-size: 1.1em;
    padding: 16px 0px;
}
