.course-content {
    flex: 1;
}

.course-handle i {
    color: #D0D0D0;
    font-size: 10px;
}

.course-handle {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 25px;
}

.course-delete i {
    color: #D0D0D0;
    font-size: 10px;
}

.course-delete {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 25px;
}

#courses-sortable-container {
    display: flex;
    flex-direction: column;
}

.course-sortable {
    align-items: center;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-sizing: border-box;
    display: flex;
    font-size: 14px;
    height: 30px;
    margin-bottom: 6px;
    transition: box-shadow 0.3s ease-in-out;
    width: 100%;
}

.course-sortable:hover {
    box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}

.dtx-modal {
    align-items: center;
    background-color: rgba(0,0,0,0.6);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.dtx-modal-body {
    background-color: white;
    display: flex;
    flex-direction: column;
    height: auto;
    transition: height 0.3s ease-in-out;
    width: 640px;
}

.dtx-modal-section {
    align-items: center;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.ga-container > i {
	align-items: center;
	color: inherit;
	display: none;
	font-size: 14px;
	height: 40px;
	justify-content: center;
	pointer-events: none;
	width: 40px;
}

.ga-container > label {
	color: inherit;
	flex: 1;
	font-size: 14px;
	pointer-events: none;
}

.ga-container {
	align-items: center;
	background-color: white;
	border-bottom: 1px solid #EFEFEF;
	box-sizing: border-box;
	color: #7A7A7A;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	height: 40px;
	padding-left: 8px;
	transition: background-color 195ms linear, color 195ms linear;
	width: 100%;
}

.ga-courses {
	background-color: white;
	border: 1px solid #004B80;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 600px;
	overflow-y: scroll;
	width: 100%;
}

.ga-group-container {
	background-color: #004B80;
	color: white;
}

.ga-group-hover:hover {
	color: #CECECE;
}

.ga-course-container:hover i {
	display: flex;
}

.ga-group-selected {
	background-color: white;
	color: #54595F;
}

.ga-group-selected:hover {
	color: #187FD3;
}

.ga-groups {
	background-color: #004B80;
	box-sizing: border-box;
	height: 551px;
	overflow-y: scroll;
}

.ga-student-hover:hover {
	color: black;
}

.ga-student-selected {
	background-color: #F0F0F0;
	border: none;
	color: black !important;
}

.ga-student-selected:hover {
	color: #187FD3;
}

.ga-students {
	background-color: white;
	border: 1px solid #004B80;
	box-sizing: border-box;
	height: 604px;
	overflow-y: scroll;
	width: 100%;
}

.search-bar {
	background-color: white;
	display: flex;
	flex-direction: row;
	height: 36px;
	overflow: hidden;
	width: 100%;
}

.search-icon {
	align-items: center;
	background-color: #004B80;
	color: white;
	cursor: pointer;
	display: flex;
	flex: 1;
	justify-content: center;
	transition: background-color 195ms linear, color 195ms linear;
}

.search-icon-container {
	border-left: 1px solid #B2C3D4;
	box-sizing: border-box;
	display: flex;
	height: 36px;
	width: 36px;
}

.search-icon:hover {
	color: #CECECE;
}

.search-input {
	background-color: white !important;
	border: 0;
	flex: 1;
	font-size: 14px;
	padding: 4px 8px 4px 8px;
}

.search-input:focus {
	outline: none;
}

.selectable-container {
	background-color: #F7F7F7;
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	height: 100%;
	overflow-y: scroll;
	width: calc(50% - 5px);
}
