/* Minification failed. Returning unminified contents.
(1707,1): run-time error CSS1019: Unexpected token, found '}'
 */
/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

div .selectize-input {
    font-family: 'Work Sans', Verdana, sans-serif;
}

div .selectize-dropdown-content {
    font-family: 'Work Sans', Verdana, sans-serif;
}

div.autocomplete-user span.name {
    display: block;
    font-weight: bold;
}
div.autocomplete-user span.username {
    display: inline-block;
}
div.autocomplete-user span.nuid {
    display: inline-block;
}

div.autocomplete-course span.display-title {
    display: inline-block;
    font-weight: bold;
}
div.autocomplete-course span.course-title {
    display: block;
}
div.autocomplete-course span.display-term {
    display: block;
}

div.autocomplete-enrollment span.student-name{
    display: block;
    font-weight: bold;
}

div.autocomplete-enrollment span.display-title {
    display: block;
}

div.autocomplete-enrollment span.course-title {
    display: block;
}

div.autocomplete-enrollment span.display-term {
    display: block;
}

/*Selectize Overrides*/
.selectize-input {
    border: 1px solid #c7c8ca !important;
    background-position: right 1em top 50%,0 0 !important;
    background-repeat: no-repeat,repeat !important;
    background-size: .56em .56em,100% !important;
}

    .selectize-input.input-active {
        background: none !important;
    }

    .selectize-input.focus {
        -webkit-box-shadow: 0 0 0 3px #fefdfa,0 0 0 5px #007197 !important;
        box-shadow: 0 0 0 3px #fefdfa,0 0 0 5px #007197 !important;
        -webkit-transition: -webkit-box-shadow .2s ease-out !important;
        transition: -webkit-box-shadow .2s ease-out !important;
        transition: box-shadow .2s ease-out !important;
        transition: box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out !important;
    }

.selectize-dropdown .active {
    background-color: #1e90ff !important;
    color: #fefdfa !important;
}


@media (prefers-color-scheme: dark) {
    .selectize-input {
        background-color: #1f1f1e !important;
        border: 1px solid #6b6b68 !important;
        border-radius: 3px !important;
        color: #c7c8ca !important;
        cursor: pointer !important;
        display: block !important;
        line-height: 1.5 !important;
        max-width: 100% !important;
        padding: .56em 2.37em .56em .75em !important;
        width: 100% !important;
        background-position: right 1em top 50%,0 0 !important;
        background-repeat: no-repeat,repeat !important;
        background-size: .56em .56em,100% !important;
    }

        .selectize-input.input-active {
            background: none !important;
        }

    .selectize-dropdown {
        background-color: #1f1f1e !important;
        color: #c7c8ca !important;
        border: 1px solid #6b6b68 !important;
        border-radius: 3px !important;
    }

    div .selectize-input.focus {
        border-color: #42a7c6 !important;
        -webkit-box-shadow: 0 0 0 3px #242423,0 0 0 5px #42a7c6 !important;
        box-shadow: 0 0 0 3px #242423,0 0 0 5px #42a7c6 !important;
        -webkit-transition: -webkit-box-shadow .2s ease-out !important;
        transition: -webkit-box-shadow .2s ease-out !important;
        transition: box-shadow .2s ease-out !important;
        transition: box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out !important;
    }

    .selectize-dropdown .active {
        background-color: #1e90ff !important;
        color: #000 !important;
    }

    .selectize-input input::placeholder {
        color: #fff !important;
    }

    .selectize-control.multi .selectize-input > div {
        background: #171716;
        color: #c7c8ca;
    }

    .selectize-dropdown, .selectize-input, .selectize-input input {
        color: #c7c8ca !important;
    }
}
/*End Selectize Overrides*/
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

@media (prefers-color-scheme: dark) {
    .field-validation-error {
        color: #FF4D4D;
    }
}

.field-validation-success {
    color: #00784e;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.margin-extra-top{
    margin-top:1rem;
}

.float-right {
    float: right;
}
.seating-wrapper ul,
.seating-wrapper li {
    text-align: center;
    display: inline-block;
    list-style: none;
    float: left;
    padding-left: 0;
}

.seating-block li {
    height: 40px;
    border: 1px solid grey;
}

.seating-block-tall li {
    height: 80px;
    border: 1px solid grey;
}

.seating-wrapper {
    overflow: auto;
}

.seat-in-use {
    background-color: #00d000;
    background-color: rgba(0, 208, 0, .2);
    cursor: pointer;
}

.seat-out-of-service {
     background-color: #d00000;
     background-color: rgba(208, 0, 0, .2);
}

#seat-detail-div {
    position: absolute;
    border: 2px solid #3f3f3f;
    border-radius: 5px;
    width: 300px;
    background-color: #eeeeee;
    cursor: pointer;
    padding: 10px;
}



@media print {
    /* Some tags were not showing up well on print. Makes it darker */
    .dark-print {
        color: #000000 !important;
    }
}

/*Tool tip form locker assigmnet content student exams view*/
.tooltip {
    position: relative;
    display: inline-block;
    color: #d00000;
    text-decoration: underline;
}

@media (prefers-color-scheme: dark) {
    .tooltip {
        color: #FF4D4D;
    }
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* start dlc styles*/



.dlc-exam {
    margin: 0 0 1em 0;
}

.dlc-upcoming-exams, .dlc-open-registration {
    border: 1px solid #EFEDE7;
    padding: .75em;
    clear:both;
    margin-bottom: 1em;
}

    .dlc-upcoming-exams h2, .dlc-open-registration h2 {
        font-family: 'Work Sans', Verdana, sans-serif;
        font-size: 1em;
        margin: .75em 0 .5em;
        text-align: center;
    }

.dlc-exam-header h3 {
	font-size: 1.75em;
	float: left;
	margin: 0;
    display: block;
    width: 50%;
}

.dlc-exam-header h3 em {
    font-size: .5em;
    float: left;
    margin: 0;
    display: block;
    width: 100%;
}

.no-fixed-width h3 {
    width: inherit;
}

.dlc-registration h3 {
    font-size: 1.25em;
    float: left;
    margin: 0;
}

    .dlc-registration h3 span {
        font-size: .6em;
        line-height: 2em;
        font-family: 'Work Sans', Verdana, sans-serif;
        font-style: italic;
        display: block;
    }

.dlc-exam-header h3 span{
	font-size: .5em;
	line-height: 2em;
	display: block;
}

.dlc-exam-header {
	background-color: #EFEDE7;
	padding: .75em;
	position: relative;
}

.dlc-exam-body {
    border: 1px solid #EFEDE7;
    padding: .75em;
}

.dlc-upcoming-exams .dlc-exam-header .dlc-edit {
    float: right;
    font-family: 'Work Sans', Verdana, sans-serif;
    font-size: .75em;
    text-align: right;
    width: 30%;
}

/*.dlc-upcoming-exams .dlc-exam-header .dlc-edit .edit:after{
	content: "|";
	margin: 0 .5em;
}*/

.dlc-upcoming-exams .dlc-exam-header .dlc-edit .edit {
    display:block;
    clear:both;
    padding:.25em .5em;
}

.dlc-exam-body {
	font-size: .75em;
}

.dlc-exam-body h4{
	font-family: 'Work Sans', Verdana, sans-serif;
	font-size: 1.5em;
}

.dlc-exam-info {
	padding: 0 0 0 1.75em;
	list-style: none;
}

.dlc-exam-info [class*=" dlc-icon-"]:before, .dlc-registration [class*=" dlc-icon-"]:before {
	margin-right: .75em;

}

.dlc-registration .dcf-btn {
	float: right;
}

.dlc-registration {
    padding: 1em;
}

.dlc-border {
    border: 1px solid #EFEDE7;
}

.dlc-registration:nth-of-type(odd) {
	background-color: #EFEDE7;
}

a.dlc-time-slot {
    width: 100%;
    clear: both;
    display: block;
    align-items: center;
    cursor: pointer;
    color: #454545;
    height: auto;
}

a.dlc-time-slot:visited
a.dlc-time-slot:active {
    color:#454545;
}

.dlc-time-slot:hover {
	border:solid 1px #C3C0B8;
}

.dlc-time-slot.selected {
	border:solid 1px #D00000;
}

.dlc-time-slot .dlc-percent-bar {
	width: 50%;
	padding: 1em;
	float: left;

}
.dlc-time-slot .dlc-percent-bar > div > div{
	height: 1.75em;
	background-color: #d00000;
	}

.dlc-time-slot .dlc-percent-bar > div{
	background-color: #EFEDE7;
	}

.dlc-time-slot .dlc-time {
    width: 35%;
    float: left;
    font-family: 'Work Sans', Verdana, sans-serif;
    background-color: #EFEDE7;
    padding: 1.25em;
}

.dlc-time-slot .dlc-percent-text {
	float:right;
	width:15%;
	padding: 1em;
}

.dlc-register-confirm {
	padding: 2em;
	background-color: #EFEDE7;
	margin-top: 1em;
}

.dlc-register-confirm {
    text-align: center;
}

.dlc-register-confirm div {
	font-size: 1em;
	font-style: italic;
    margin-bottom: 1em;
}

.dlc-register-confirm .dcf-btn {
    margin-left:1em;
}

.dlc-start-time,
.dlc-end-time {
	white-space: nowrap;
}

.dlc-register-info {
	margin-bottom: 1em;
}

.ui-datepicker {
	width: 100% !important;
    font-size:1.25em;
}

.ui-datepicker-calendar td:not(.ui-datepicker-unselectable) a.ui-state-active{
    background:#a70000;
}

.ui-datepicker-calendar td:not(.ui-datepicker-unselectable) a.ui-state-hover{
    background:#a70000;
    outline: none;
}

/*.dcf-btn-primary {
    background-color: #d00000 !important;
}*/

.timeOptions h4 {
    font-size:1.25em;
}

.dlc-time-slot-label {
border-bottom:2px solid #C3C0B8;
}

.dlc-time-slot-label .dlc-time {
    width: 35%;
    float: left;
    font-family: 'Work Sans', Verdana, sans-serif;
    background-color: #EFEDE7;
    padding: .75em 1.25em;
}

.dlc-time-slot-label .dlc-percent-text {
    float: right;
    width: 65%;
    padding: .75em 1.25em;
    text-align: center;
    font-family: 'Work Sans', Verdana, sans-serif;
}


.dlc-register-confirm {
	padding: 2em;
	background-color: #EFEDE7;
	margin-top: 1em;
}

.dlc-register-confirm div {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1em;
	font-style: italic;
}

.dlc-register-confirm a.dcf-btn {
	float: right;
}

.dlc-start-time,
.dlc-end-time {
	white-space: nowrap;
}

.dlc-register-info {
	margin-bottom: 1em;
}

.ui-datepicker {
	width: 100% !important;
}

.ui-datepicker-group {
    width: 100%;
}

form .dlc-create-exam-details-band li {
	margin: 0;
}

.dlc-create-exam-details-band h2 {
	font-size: 1.75em;
	margin-top: 0;
}

.dlc-create-exam-date-band h3, .dlc-contact-info-band h3{
	font-size: 1.25em;
}

.ui-widget-content {
	background-color: inherit !important;
}

.dlc-create-exam-details-band textarea, .dlc-create-exam-details-band input, .dlc-create-exam-details-band select {
    border: 1px solid #aaa;
    border-radius: 4px;
    margin: 1em 0;
}

.dlc-create-exam-details-band .select2-container {
     margin: 1em 0 !important;
}

.select2 input {
    margin:0;
}

.select2 {
    max-width: 100%;
}

.dlc-course-list {
	font-size: .75em;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.dlc-course-list>li a {
    border-bottom: none;
}

.dlc-course-list li:nth-of-type(odd) {
	background-color: #EFEDE7;
}

.dlc-course-list li {
	padding: 1em;
}

ul.dlc-course-list h4 {
    font-size: 1.5em;
    margin-bottom: 0;
}

.instructor-dash-header, .student-dash-header {
	margin: 1em 0 1em 0;
}

#dlc-datepicker .ui-datepicker-unselectable:not(.ui-datepicker-other-month) {
	text-decoration: line-through;
}

#dlc-datepicker .ui-datepicker-unselectable:not(.ui-datepicker-other-month) span {
	opacity: .95;
}

.instructor-dash-header .dcf-btn, .student-dash-header .dcf-btn {
    vertical-align: middle;
	margin: 0 0 1em .75em;
}

    #dlc-datepicker .dlc-full {
        background-color: #eee;
        pointer-events: all;
    }
    #dlc-datepicker .dlc-green{
        background-color:#fff;
    }
    #dlc-datepicker .dlc-yellow{
        background-color:#fff;
    }
    #dlc-datepicker .dlc-red{
        background-color:#fff;
    }

    #dlc-datepicker td:not(.ui-datepicker-unselectable){
        background-color:#fff;
    }

    #dlc-datepicker td.ui-state-highlight:not(.ui-datepicker-unselectable){
        background-color:#454545;
    }


    #dlc-datepicker .ui-datepicker td.dlc-full span.dlc-usage:before, span.dlc-full:before {
        color: #ccc;
        content: '\002716';
        margin-right: 3px;
    }
    #dlc-datepicker .ui-datepicker td.dlc-green span.dlc-usage:before, span.dlc-green:before {
        color: #00BD3C;
        content: '\002B24';
        margin-right: 3px;
    }
    #dlc-datepicker .ui-datepicker td.dlc-yellow span.dlc-usage:before, span.dlc-yellow:before {
        color: #EFD72D;
        content: '\0025B2';
        margin-right: 3px;
    }
    #dlc-datepicker .ui-datepicker td.dlc-red span.dlc-usage:before, span.dlc-red:before {
        color: #D00000;
        content: '\0025A0';
        margin-right: 3px;
    }

    #dlc-datepicker .ui-datepicker td span.dlc-usage {
        display: block;
        position: absolute;
        top: 0;
        right: 3px;
        font-size: 0.9rem;
        content: "";
        width: auto;
        padding: 0;
        cursor: pointer;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background:none;
    }


    #dlc-datepicker .ui-datepicker td {
        position: relative;
        background-clip: padding-box;
        border: 1px solid #ccc;
    }

#dlc-datepicker .ui-datepicker td:hover{
     background: #eee;
}

#dlc-datepicker .ui-datepicker td a.ui-state-hover, #dlc-datepicker .ui-datepicker td:not(.ui-state-highlight):hover a {
     outline: none;
     background: transparent;
     color: #454545;
}

#dlc-datepicker .ui-datepicker td.ui-state-highlight a.ui-state-hover, #dlc-datepicker .ui-datepicker td.ui-state-highlight:hover a {
    background: transparent;
    background-color: #252525;
}

#dlc-datepicker .ui-button.ui-state-active:hover, #dlc-datepicker .ui-button:active, #dlc-datepicker .ui-state-active, #dlc-datepicker .ui-widget-content .ui-state-active, #dlc-datepicker .ui-widget-header .ui-state-active, #dlc-datepicker a.ui-button:active {
    border: none;
}


.select2-container {
    margin-bottom: .5em !important;
}

#dlc-days-selected {
	background-color: #d00000;
	border-radius: 3px 3px 0 0;
	padding: .5em .75em;
	color: #fff;
	font-size: 1em;
	display: inline-block;
	margin-right: 2em;
	float: right;
    width: 200px;
    text-align: center;
    margin-top: .5em;
    position:absolute;
    bottom:0;
    right:0;
}

#dlc-days-selected.ready {
	background-color: #008A2C;
}

div#dlc-datepicker {
    clear: both;
}



/*#dlc-datepicker .ui-state-highlight, #dlc-datepicker .ui-state-highlight a.ui-state-active, #dlc-datepicker .ui-state-highlight a.ui-state-default {
    background: #474746;
    color: #fff;
}
*/

#dlc-datepicker .ui-state-highlight {
    color: #454545;
}

#dlc-date-list {
    background-image: none;
}

#exam-title {
    margin-bottom: 3em;
}


#dlc-calendar-hover-tip {
    display:none;
    position:absolute;
    top:0;
    left:0;
}

.dlc-contact-set {
    position: relative;
    background-color:#fefdfa !important;
    cursor: move;
    padding: 0 0 0 3em;
    background-image: url(/Content/svg/reordericon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 2% 50% !important;
    background-size: 20px !important;
    margin: .5em 0;
}

.dlc-contact-set:nth-of-type(even) {
    background-color:#fefdfa;
}

.dlc-contact-info {
    width: 84%;
    display: inline-block;
    padding:1em;
}

.dlc-contact-button {
    width: 15%;
    display: inline-block;
    float: right;
}

a.dlc-add-contact {
    background-color:#D00000;
    color:#fff;
    text-align:center;
}

a.dlc-add-contact:before {
     color:#fff;
}

.dlc-delete-contact, .dlc-add-contact, .dlc-contact-up, .dlc-contact-down {
    margin-top: 4.0em;
    display: inline-block;
    cursor: pointer;
    padding:.5em 1em;
    font-size:0.75em;
    border-radius: 3px;
}

li:first-child .dlc-contact-up {
    visibility: hidden;
}

li:last-child .dlc-contact-down {
    visibility: hidden;
}

#dlc-calendar-hover-tooltip {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: -310px 0 0 25px;
    height: 0;
    width: 0;
    pointer-events: none;
}

@media screen and (min-width: 800px) {
    #dlc-calendar-hover-tooltip {
        margin: -320px 0 0 25px;
    }
}

@media screen and (min-width: 900px) {
    #dlc-calendar-hover-tooltip {
        margin: -410px 0 0 25px;
    }
}

@media screen and (min-width: 1000px) {
    #dlc-calendar-hover-tooltip {
        margin: -420px 0 0 25px;
    }
}

@media screen and (min-width: 1400px) {
    #dlc-calendar-hover-tooltip {
        margin: -430px 0 0 25px;
    }
}

@media screen and (min-width: 1600px) {
    #dlc-calendar-hover-tooltip {
        margin: -440px 0 0 25px;
    }
}

@media screen and (min-width: 1700px) {
    #dlc-calendar-hover-tooltip {
        margin: -450px 0 0 25px;
    }
}

@media screen and (min-width: 2000px) {
    #dlc-calendar-hover-tooltip {
        margin: -470px 0 0 25px;
    }
}

#dlc-calendar-hover-tooltip.dlc-tooltip div {
	display: block;
	text-align: center;
	width: 10em;
    height:3.5em;
}

.dlc-swatch {
	height: 15px;
	width: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
	border-radius: 50%;
}

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
    display: none;
}

.dlc-approved {
    background-color: #00832A;
}

.dlc-rejected {
    background-color: #D00000;
}

.dlc-pending {
    background-color: #9B6906;
}

.dlc-draft {
    background-color: #698da3;
}

.dlc-info {
    background-color: #137CBD;
}

.dlc-exam-header span.dlc-status, .dlc-exam-header div.dlc-status {
    display: block;
    border-radius: 4px;
    color: #fff;
    padding: .25em .5em;
    text-align: center;
    margin: 0 0 .25em .25em;
    float: right;
}

#dlc-datepicker .ui-state-default, #dlc-datepicker .ui-state-focus, #dlc-datepicker .ui-widget-content .ui-state-default {
    background: transparent;
}

#dlc-calendar-header {
    position: relative;
}


#dlc-calendar-legend {
    width: calc(100% - 230px);
    padding:.5em .5em 0 .5em;
}

#dlc-calendar-legend.student {
    width: 100%;
}

#dlc-calendar-legend ul {
    padding:.5em;
}

#dlc-calendar-legend li {
    float: left;
    margin: 0 1em 0 0;
}

#dlc-calendar-legend h4 {
    font-size:1em;
}

#dlc-datepicker .ui-state-active, #dlc-datepicker .ui-widget-content .ui-state-active {
    color: #454545;
}

#dlc-datepicker .ui-state-highlight .ui-state-active, #dlc-datepicker .ui-widget-content .ui-state-highlight .ui-state-active {
    color: #fff;
}

#dlc-datepicker table th {
    color: #454545;
}

#dlc-datepicker :focus {
    outline: 2px auto #007197;
    outline-offset: -1px;
}

.dlc-btn-group {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.dlc-btn-group {
	margin-right: 1em;
	margin-bottom: .75em;
}

.dlc-btn-group > .dcf-btn {
	float: left;
	position: relative;
	border-radius: 0;
    margin: 0;
}

.dlc-btn-group > .dcf-btn:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.dlc-btn-group > .dcf-btn:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.dlc-btn-group > .dcf-btn {
    margin-right: 0;
    padding: 0.802em 1.333em;
}

.dlc-btn-group > .dcf-btn:not(:hover) {
    background-color: #d00000;
    margin-right: 0;
    padding: 0.802em 1.333em;
    color: #fff !important
}

.dlc-btn-group > .dcf-btn.active {
	background-color: #a70000 !important;
    color: #fff !important
}

.dlc-btn-group > .dcf-btn.active:before {
	content:"\2022";
	margin-right:.75em;
}

.dlc-btn-group.dcf-float-right {
    margin-right: 0;
    margin-left:1em;
}

.dlc-inset-box {
    background-color: #ECEAE3;
    padding: 1em;
    display: inline-block;
}

.dlc-assignto-input.dlc-input-container select {
   max-width: 100%;
}

.dlc-input-container {
    border: 1px solid #d5d5d2;
    margin: 0 0 1em;
    border-radius: 4px;
    background-color: #fefdfa
}

.dlc-input-container .dlc-title {
    text-align:right;
    margin: 1em 0 0 0;
}

.dlc-input-container select {
    max-width:300px;
}

.dlc-special-needs.dlc-input-container select {
    max-width: none;
}
.dlc-special-needs {
    display:none;
}
.dlc-special-needs.dlc-visible {
    display:block;
}

.dlc-toggle-toggle-accommodations {
    cursor:pointer;
}

.dlc-input-container p {
    margin:0 0 1em 0;
}

#dlc-datepicker .ui-datepicker td .ui-state-default > span {
    padding: 0;
}

#dlc-datepicker.dlc-datepicker-red .highlightOfDayOnCal a {
    background-color: #a70000 !important;
    background-image:none;
    color:white;
}
#dlc-datepicker.dlc-datepicker-red .highlightOfDayOnCal .ui-state-active, #dlc-datepicker.dlc-datepicker-red .ui-widget-content .highlightOfDayOnCal .ui-state-active {
    color: #fff;
}

#dlc-datepicker.dlc-datepicker-red .ui-datepicker td.highlightOfDayOnCal a.ui-state-hover, #dlc-datepicker.dlc-datepicker-red .ui-datepicker td.highlightOfDayOnCal:hover a {
    color: #fff;
    background-color:#d00000 !important;
}

.dlc-rules {
    position:relative;
    margin-bottom:1em;
    border:1px solid #eceae3;
}

.dlc-rules:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: calc(100% - 20px);
}

.dlc-rules > div {
    position:relative;
    padding:0 1em 1.25em 1em;
    }

.dlc-pad-top {
    padding-top:2em;
}

.lms-logo-container {
    display: inline-block;
    height: 5em;
}

.lms-logo-container a {
    	 border-bottom: 1px solid #eceae3;
        transition: all .2s ease;
        padding-bottom: 1em;
}

/*	.lms-logo-container img.bb{
		max-width: 20em;
	}
*/
	.lms-portal-list li:first-child {
		height: 5em;
		margin-bottom: 2em;
	}

	.lms-portal-list li:first-child:hover {
		background-color: transparent
	}

	.lms-portal-list li:first-child img{
		max-width: 20em;
	}

	.lms-portal-list img{
        max-height:3em;
	}

	.lms-portal-list {
		margin-top: 3em;
	}

	.lms-portal-list li{
	    margin-bottom: 1em;
	    padding: 1em 1em .5em 1em;
	}

	.lms-portal-list li:hover {
		background-color: #eceae3;
	}


	.lms-portal-list li.disabled{
		opacity: .3;
	}

	.lms-announcement {
	    padding: .75em;
	    background-color: #fefdfa;
	    border: 1px solid #c1c0be;
        border-top: 5px solid #c1c0be;
        margin-bottom: 1em;
	}

	.lms-announcement h4 {
	    margin-top: 0.2em;
		padding-bottom: .3em;
    	border-bottom: 1px solid #d5d5d2;
	}

	.lms-campus-logo {
		text-align: right;
	}

	.lms-campus-text {
		padding-top: 2%;
	}

.lms-logo-container a:hover {
    border-bottom:1px solid #d00000;
}

	@media (max-width: 1200px) {
		.lms-campus-text {
			padding-top: 1%;
		}
	}

	@media (max-width: 900px) {
		.lms-campus-text {
			padding-top: 0%;
		}
	}

	@media (max-width: 758px) {
		.lms-campus-text {
			padding-top: 2%;
		}
	}


@media only screen and (max-width: 10024px) {
    .dlc-contact-info {
        width: 83%;
    }

    .dlc-contact-button {
        width: 15%;
    }
}

@media only screen and (max-width: 767px) {
    .dlc-input-container .dlc-title {
        text-align: left;
    }
}

@media only screen and (max-width: 700px) {
	.dlc-time-slot .dlc-percent-bar {
		width: 50%;
	}
	.dlc-time-slot .dlc-time {
		width: 35%;
		padding: 1.25em;
	}
    #dlc-calendar-legend {
        width: 100%;
    }
    #dlc-days-selected {
        position:relative;
    }

}
@media only screen and (max-width: 500px) {
    .dlc-contact-info {
        width: 84%;
    }

    .dlc-contact-button {
        width: 15%;
    }
}

p.smaller{
    font-size: 0.8em;
}

.block-validation-message span.field-validation-error{
    display:block;
}

.dlc-contact-info span.field-validation-error{
    display:block;
}

.no-margin{
    margin: 0;
}

td.title {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.no-padding {
    padding: 0;
}

.float-right {
    float: right;
}

.student-info-div {
    padding: 1em;
    margin-top: 1em;
}


.more-margin-top-bottom{
    margin: 0.8rem 0;
}

.full-width-inner-wrapper {
    padding: .2em;
}

.dlc-small-button{
    padding: 0.5em .5em 0.6em .5em;
    margin: 1px 0px;
    font-size: 0.65em;
}
.dlc-small-column {
    width: 15%;
}

form input.dcf-btn-complement {
    background-color: #00892c;
}

form input.dcf-btn-complement:hover {
    background-color: #006521;
}


.dlc-rejected .dlc-tooltip {
    background-color:#fff;
    color:#D00000;
}

.dcf-main-content input[readonly]{
    cursor:not-allowed;
}

.dlc-exam-header h3.auto-width {
    width: auto;
}

.dlc-exam-header h3 a {
    text-decoration: underline;
}

/*N spinner loading icon */
.dcf-main-content .dcf-spinner{position:relative;background:url(/Content/Images/n.svg) no-repeat 50% 21%;margin-bottom:-75px; background-size:50px 50px;}
.dcf-main-content .circle{background-color:rgba(0,0,0,0);border:5px solid rgba(183,3,2,0.9);opacity:.9;border-right:5px solid rgba(0,0,0,0);border-left:5px solid rgba(0,0,0,0);border-radius:120px;box-shadow:0 0 35px #9e0202;width:120px;height:120px;margin:0 auto;animation:spinPulse 1s infinite ease-in-out;animation:spinPulse 1s infinite linear}
.dcf-main-content .circle1{background-color:rgba(0,0,0,0);border:5px solid rgba(183,3,2,0.9);opacity:.9;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-radius:120px;box-shadow:0 0 15px #9e0202;width:100px;height:100px;margin:0 auto;position:relative;top:-110px;animation:spinoffPulse 1s infinite linear;animation:spinoffPulse 1s infinite linear}
.dcf-main-content .loader{text-align:center}
.dcf-main-content .hidden{display:none}
.dcf-main-content .action-title{font-size:2em;text-transform:uppercase;text-align:center;margin-bottom:.75em !important}
@keyframes spinPulse{0%{transform:rotate(160deg);opacity:0;box-shadow:0 0 1px #9e0202} 50%{transform:rotate(145deg);opacity:1} 100%{transform:rotate(-320deg);opacity:0}}
@keyframes spinoffPulse{0%{transform:rotate(0deg)} 100%{transform:rotate(360deg)}}
/* end N spinner*/


@media only screen and (max-width: 700px) {
/*N spinner loading icon */
.dcf-main-content .dcf-spinner{position:relative;background:url(/Content/Images/n.svg) no-repeat 50% 21%;margin-bottom:-32px; background-size:25px 25px;}
.dcf-main-content .circle{background-color:rgba(0,0,0,0);border:5px solid rgba(183,3,2,0.9);opacity:.9;border-right:5px solid rgba(0,0,0,0);border-left:5px solid rgba(0,0,0,0);border-radius:60px;box-shadow:0 0 17px #9e0202;width:60px;height:60px;margin:0 auto;animation:spinPulse 1s infinite ease-in-out;animation:spinPulse 1s infinite linear}
.dcf-main-content .circle1{background-color:rgba(0,0,0,0);border:5px solid rgba(183,3,2,0.9);opacity:.9;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-radius:60px;box-shadow:0 0 7px #9e0202;width:50px;height:50px;margin:0 auto;position:relative;top:-55px;animation:spinoffPulse 1s infinite linear;animation:spinoffPulse 1s infinite linear}
.dcf-main-content .loader{text-align:center}
.dcf-main-content .hidden{display:none}
.dcf-main-content .action-title{font-size:2em;text-transform:uppercase;text-align:center;margin-bottom:.75em !important}
@keyframes spinPulse{0%{transform:rotate(160deg);opacity:0;box-shadow:0 0 1px #9e0202} 50%{transform:rotate(145deg);opacity:1} 100%{transform:rotate(-320deg);opacity:0}}
@keyframes spinoffPulse{0%{transform:rotate(0deg)} 100%{transform:rotate(360deg)}}
/* end N spinner*/


}

/* Needed for v4.1 compatibility */

form input[type=email].input-validation-error, form input[type=file].input-validation-error, form input[type=number].input-validation-error, form input[type=password].input-validation-error, form input[type=text].input-validation-error, form input[type=url].input-validation-error, form select.input-validation-error, form textarea.input-validation-error {
    -webkit-animation: wdn-error 1.2s infinite alternate;
    -moz-animation: wdn-error 1.2s infinite alternate;
    animation: wdn-error 1.2s infinite alternate;
}

ul.validation-advice {
    padding-left: 0;
}




/*Add extra margin for the spinner.*/
div.dlc-register-confirm {
    margin-bottom: 1em;
}

div.scroll-horizontal {
    overflow-x: auto;
}

/*select{
    width:100%;
}*/

.dlc-textbox-number{
    width: 100%;
    border:none;
}

/*progress Bar on start pages*/
.progress-container {
    text-align: center
}

.progress-container .progress-ul-div {
    position: relative;
    width: inherit;
    bottom:50px;
}


progress {
    width: 80%;
    -webkit-appearance: none;
    background: gray;
    border-radius: 20px;
    box-shadow: 0 0 0px 0 rgba(255, 255, 255, 0.2);
}

progress[value]::-webkit-progress-value {
    background-image: -webkit-linear-gradient( -45deg, transparent 33%, rgba(0, 0, 0, .1) 33%, rgba(0, 0, 0, .1) 66%, transparent 66% ), -webkit-linear-gradient( top, #d00000, #d00000), -webkit-linear-gradient(left, #09c, #f44);
    border-radius: 50px;
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

progress[value]::-moz-progress-bar {
    background-image: -webkit-linear-gradient( -45deg, transparent 33%, rgba(0, 0, 0, .1) 33%, rgba(0, 0, 0, .1) 66%, transparent 66% ), -webkit-linear-gradient( top, #d00000, #d00000), -webkit-linear-gradient(left, #09c, #f44);
    border-radius: 50px;
    background-size: 35px 20px, 100% 100%, 100% 100%;
}


progress::-webkit-progress-bar {
    background: gray;
    border-radius: 20px;
    box-shadow: 0 0 0px 0 rgba(255, 255, 255, 0.2);
}

.progress-bar-items {
    counter-reset: step;
}

.progress-bar-items li {
    width: 20%;
    float: left;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.progress-bar-items li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.progress-bar-items li.active {
    color: #d00000;
    border-color: #d00000;
}

.progress-bar-items li.active:before {
    border-color: #d00000;
}

@media (prefers-color-scheme: dark) {
    .progress-bar-items li.active {
        color: #FF6161;
        border-color: #FF6161;
    }

    .progress-bar-items li.active:before {
        border-color: #FF6161;
    }
}

.table-row-highlight {
    color: #fff;
    background-color: #d00000;
}

@media print {
    .dlc-ssdStudentList {
        font-size: xx-small;
    }

    .table-row-highlight {
        background-color: lightgray !important;
        -webkit-print-color-adjust: exact !important;
    }
}

.unl .dcf-nav-local > ul:first-child {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(4.43em,1fr));
}

@media (prefers-color-scheme: dark) {

    .dlc-input-container {
        border: 1px solid #d5d5d2;
        margin: 0 0 1em;
        border-radius: 4px;
        background-color: #242423
    }

    .dlc-registration:nth-of-type(odd) {
        background-color: #333;
    }

    .dlc-course-list li:nth-of-type(odd) {
        background-color: #333;
    }

    .dlc-exam-header {
        background-color: #292928;
        border: 1px solid #6b6b68;
    }

    .dlc-exam-body {
        background-color: #242423;
        border: 1px solid #6b6b68;
    }

    .dlc-time-slot-label .dlc-time {
        background-color: #292928;
    }

    .dlc-time-slot .dlc-time {
        background-color: #292928;
        color: #f6f6f5;
    }

    .dlc-border {
        border: 1px solid #6b6b68;
    }

    .dlc-time-slot.dlc-border {
        border: 1px solid #292928;
    }

    .dlc-time-slot .dlc-percent-text {
        color: #f6f6f5;
        background-color: #242423;
    }

    .dlc-time-slot:hover {
        border: solid 1px #C3C0B8;
    }

    .dlc-time-slot.selected {
        border: solid 1px #D00000;
    }

    .dlc-time-slot .dlc-percent-bar {
        width: 50%;
        padding: 1em;
        float: left;
        background-color: #242423;
    }

    .dlc-time-slot .dlc-percent-bar > div > div {
        height: 1.75em;
        background-color: #d00000;
    }

    .dlc-time-slot .dlc-percent-bar > div {
        background-color: #000;
    }

    .dlc-register-confirm {
        background-color: #292928;
        border: 1px solid #6b6b68;
    }

    .dlc-contact-set {
        background-color: #242423 !important;
    }

    .dlc-inset-box {
        background-color: #242423;
    }
}

.unl .dlc-exam details {
    padding-bottom: 0;
    padding-top: 0;
    border-top: none;
    border-bottom: none;
}

.dlc-exam details[open] summary {
    margin-bottom: 0;
}

#exam-list td {
    padding: 0 !important;
    border: none;
}

.dlc-exam details summary h3 {
    float: none;
    display: inline-block;
}

.dlc-exam details summary > div {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: top;
}


@font-face {
    font-family: 'dlc-icons';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/dlc-icon.woff2?92731841') format('woff2'), url('../fonts/dlc-icon.woff?92731841') format('woff');
}


[class*=" dlc-icon-"]:before, [class^=dlc-icon-]:before {
    display: inline-block;
    font-family: 'dlc-icons';
    font-style: normal;
    font-variant: normal;
    margin-right: .2em;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}

.dlc-icon-plus::before { content: '\e80c'; }
.dlc-icon-cancel::before { content: '\e805'; }
.dlc-icon-ok::before { content: '\e80b'; }
.dlc-icon-attention::before { content: '\e806'; }
.dlc-icon-calendar-empty::before { content: '\e810'; }
.dlc-icon-key::before { content: '\e80e'; }
.dlc-icon-info::before { content: '\e807'; }
.dlc-icon-location::before { content: '\e07a'; }
.dlc-icon-clock::before { content: '\e823'; }
.dlc-icon-print::before { content: '\e901'; }
.dlc-icon-phone::before { content: '\e902'; }
.dlc-icon-mail::before { content: '\2709'; }
.dlc-icon-wrench::before { content: '🔧'; }
.dlc-icon-up-small::before {
    content: '\01F861';
}
.dlc-icon-down-small::before {
    content: '\01F863';
}

/*
.dlc-icon-user::before { content: '\e800'; }
.dlc-icon-snapchat::before { content: '\e801'; }
.dlc-icon-search::before { content: '\e802'; }
.dlc-icon-comment::before { content: '\e803'; }
.dlc-icon-comment-alt::before { content: '\e804'; }
.dlc-icon-angle-double-right::before { content: '\e808'; }
.dlc-icon-star-circled::before { content: '\e809'; }
.dlc-icon-angle-double-left::before { content: '\e80a'; }
.dlc-icon-minus::before { content: '\e80d'; }
.dlc-icon-up-small::before { content: '\e80f'; }
.dlc-icon-rss-squared::before { content: '\e811'; }
.dlc-icon-calendar::before { content: '\e812'; }
.dlc-icon-youtube-play::before { content: '\e813'; }
.dlc-icon-linkedin-squared::before { content: '\e814'; }
.dlc-icon-instagram::before { content: '\e815'; }
.dlc-icon-flickr::before { content: '\e816'; }
.dlc-icon-vimeo::before { content: '\e817'; }
.dlc-icon-pinterest::before { content: '\e818'; }
.dlc-icon-tumblr::before { content: '\e819'; }
.dlc-icon-foursquare::before { content: '\e81a'; }
.dlc-icon-gplus::before { content: '\e81b'; }
.dlc-icon-share::before { content: '\e81c'; }
.dlc-icon-twitter::before { content: '\e81d'; }
.dlc-icon-facebook::before { content: '\e81e'; }
.dlc-icon-link::before { content: '\e81f'; }
.dlc-icon-blogger::before { content: '\e820'; }
.dlc-icon-play-circled::before { content: '\e821'; }
.dlc-icon-map::before { content: '\e822'; }
.dlc-icon-rocket::before { content: '\e825'; }
.dlc-icon-pause::before { content: '\e82a'; }
.dlc-icon-home::before { content: '\e903'; }
.dlc-icon-facebook-circled::before { content: '\f051'; }
.dlc-icon-twitter-circled::before { content: '\f057'; }
.dlc-icon-right-open-mini::before { content: '\f0c8'; }
.dlc-icon-menu::before { content: '\f0c9'; }
.dlc-icon-spotify::before { content: '\f1bc'; }
.dlc-icon-wrench::before { content: '🔧'; }
*/
.dlc-tooltip {
    background-color: #1B9AE8;
    border-radius: 2em;
    color: #fff;
    display: inline-block;
    font-size: 0.85em;
    font-size: .8125rem;
    height: 1.5em;
    line-height: 1.6em;
    padding: 0 0.2em;
    position: relative;
    text-align: center;
    width: 1.5em;
}

.dlc-tooltip > div {
    background-color: #fff;
    bottom: 160%;
    box-shadow: 0px 1px 4px RGBA(0, 0, 0, 0.2);
    color: #000;
    display: none;
    left: -91px;
    padding: .75em;
    position: absolute;
    text-align: left;
    width: 200px;
    z-index: 250;
}


.dlc-tooltip.hang-right > div { left: -27px; }

.dlc-tooltip.hang-left > div { left: -157px; }

.dlc-tooltip > div:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: white;
    bottom: -8px;
    box-shadow: 0px 0px 4px RGBA(0, 0, 0, 0.25);
    content: "";
    display: block;
    height: 15px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 15px;
}

.dlc-tooltip > div:after {
    background-color: #fff;
    bottom: 0px;
    content: "";
    display: block;
    height: 12px;
    left: 50%;
    margin-left: -24px;
    position: absolute;
    width: 40px;
}

.dlc-tooltip.hang-right > div:before {
    left: 34px;
    margin-left: -7px;
}

.dlc-tooltip.hang-right > div:after {
    left: 34px;
    margin-left: -24px;
}

.dlc-tooltip.hang-left > div:before {
    left: 166px;
    margin-left: -7px;
}

.dlc-tooltip.hang-left > div:after {
    left: 166px;
    margin-left: -24px;
}

.dlc-tooltip ul li { margin-bottom: .75em; }

    .dlc-tooltip span.heading {
        font-family: 'Work Sans', Verdana, sans-serif;
        font-size: 1.777em;
    }

.dlc-tooltip:hover > div { display: block; }

.dlc-tooltip p { margin: 0; }

.dlc-tooltip.italic * { font-style: italic; }
