/* Fixes issue with conference event and activity dropdown being below topnav. */
.dropdown-menu {
    z-index: 9999 !important;
}

.navbar-brand {
    padding: 0 8px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
}

/* Navbar fixed */
body {
  padding-top: 80px;
}

a {
    cursor: pointer
}

.hsLink {
    color: #428BCA;
    text-decoration: none;
    cursor: pointer
}

.hsLink:hover {
    text-decoration: underline
}

.hsNoResize {
    resize: none;
}

.hsNoPadding {
    padding: 0 !important;
}

.hsHidden {
    display: none;
}

.hsCloak {
    display: none !important;
}

.hsClear {
    clear: both;
}

@media( min-width: 768px ) {
    .hsSection {
        margin: 0 20px
    }
    .hsModalSection {
        margin: 0 20px;
    }
}

@media( max-width: 768px ) {
    .hsSection {
        margin: 0 4px
    }
    .hsModalSection {
        margin: 0 4px;
    }
}

.hsUserReports .active {
    background-color: #007bff !important;
}

.hsUserReports .bg-success {
    color: #fff !important;
}

.hsProgessArr {
    padding: 9px 5px !important;
    cursor: default !important;
}

.hsConferenceSection {
    padding: 20px 0 100px 0;
    max-width: 800px;
}

.hsNoMaxWidth {
    max-width: none !important;
}

.hsNoWrap {
    white-space: nowrap;
}

.hsWhiteBorder {
    border: 1px solid #fff !important;
    box-shadow: none !important;
}

.hsNoHorizontalMargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hsNoMargin {
    margin: 0 0 0 0 !important;
}

.hsNoHorizontalPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.hsBtnXxs {
    font-size: 10px;
}

.hsVerticalAlignment td {
    vertical-align: middle !important;
}

.hsNoBold {
    font-weight: normal !important;
}

.hsConfFee {
    width: 55px;
}

.hsPointer {
    cursor: pointer
}

.hsHelp {
    cursor: help
}

.hsSummaryHeader {
    border-bottom: 1px solid #007bff;
    padding: 0 0 4px;
}

.hsConferenceCard {
    height: 28em;
    margin: 5px;
    padding: 10px 5px;
    width: 274px;
    cursor: pointer;
    border: 0.3em solid #000;
    border-radius: 1em;
    display: inline-block;
    vertical-align: top;
}

.hsConferenceCard[data-role=""] {
    /* Height adjustment no longer required. */
}

.hsConferenceCard .hsCCName {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #337ab7;
    min-height: 50px;
}

.hsConferenceCard .hsCCDateLabel, .hsConferenceView .hsCCDateLabel {
    font-size: 12px;
    text-align: center;
}

.hsConferenceCard .hsCCRegDate {
    height: 20px;
}

.hsConferenceCard .hsCCDates, .hsConferenceView .hsCCDates {
    font-size: 13px;
    text-align: center;
}

.hsConferenceCard .hsCCStats, .hsConferenceView .hsCCStats {
    width: 100%;
}

.hsConferenceCard .hsCCStats td, .hsConferenceView .hsCCStats td {
    text-align: center;
    font-size: 12px;
    width: 33.3%;
}

.hsConferenceCard hr, .hsConferenceView hr {
    margin-bottom: 9px !important;
    margin-top: 9px !important;
}

.hsConfAlert {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding: 0 0 2px;
}

.hsConferenceView {
    margin-bottom: 100px;
}

.hsConferenceView .hsSummaryHeader {
    margin-top: 5px;
}

.hsConfAlertCompleted .hsConfAlertMsg, .hsConfAlertCompleted .hsConfAlertPending {
    color: #999 !important;
}

.hsConfAlert .hsConfAlertMsg {
    color: #a94442;
    font-size: 14px;
}

.hsConfAlert .hsConfAlertPending {
    font-size: 11px;
}

.hsConfAlert .hsConfAlertDetails {
    font-size: 0.9em;
    clear: both;
}

.hsConfAlert .hsConfAlertDetails li {
    list-style: none;
    display: inline;
}

.hsConfAlert .hsConfAlertDetails li:after {
    content: " \2022";
}

.hsConfAlert .hsConfAlertDetails li:last-child:after {
    content: none;
}

.hsConferenceCardACTIVE {
    border-color: #A94442;
}

.hsConferenceCardCOMPLETE {
    border-color: #31708F;
}

.hsConferenceCardREG_OPEN {
    border-color: #8A6D3B;
}

.hsConferenceCardREG_NOT_OPEN {
    border-color: #3C763D;
}

.hsPlusCard {
    font-size: 40px;
    margin-top: 108px;
}

.hsFileUpload {
    position: relative;
    overflow: hidden;
}

.hsFileUpload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.hsOptionStatusACTIVE {
    border-left: 10px solid yellow;
}

.hsOptionStatusCOMPLETE {
    border-left: 10px solid green;
}

.hsEventStatusOK {
    border-left: 10px solid deepskyblue;
}

.hsEventStatusIN_PROGRESS {
    border-left: 10px solid yellow;
}

.hsEventStatusACTION_REQUIRED {
    border-left: 10px solid red;
}

.hsEventStatusCOMPLETE {
    border-left: 10px solid green;
}

.hsOptionViewHr {
    border-top: 3px solid #ddd;
}

.hsPhoto {
    margin-bottom: 10px
}

.hsLoginPanel {
    max-width: 800px;
    margin: 2em auto;
}

.hsMemberPanel {
    max-width: 600px;
    margin: 2em auto;
}

.hsMemberReviewPanel {
    border-radius: 0;
    border-top: none;
}

.hosaStatsTable td, .hosaStatsTable th:not(.hosaApprovedLabel) {
    text-align: right;
    width: 20%;
}

.hosaStatsTable td:last-child, .hosaStatsTable th:last-child {
    padding-right: 39px;
}

.hosaApprovedLabel {
    padding: 0 8px !important;
    vertical-align: middle !important;
}

.hosaApproveControl {
    white-space: nowrap;
    vertical-align: middle !important;
    text-align: center
}

.hsMemberReviewFixedPanel {
    background-color: #f5f5f5;
    border-left: medium none;
    border-radius: 0;
    border-right: medium none;
    bottom: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.hsHeader {
    margin-top: 0;
}

.hsSubheader {
    font-size: 17px;
}

/* Let's a chosen looks like a part of bootstrap */
.chosen-container-multi .chosen-choices {
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    padding: 3px 5px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

/* Fullcalendar */
.fc-title {
    color: #fff;
}

/* Bootstrap */
.form-control[readonly] {
    cursor: pointer;
    /* Ticket #657: Not sure why this was set, but it's Jason's fault if it broke.
        background-color: #fff;
    */
}

.card.bg-primary .card-header,
.card.bg-info .card-header,
.card.bg-danger .card-header {
    color: #fff;
}

.card.bg-warning .card-header {
    color: #222;
}


.card-header {
    font-size: 1.4rem;
}

.bg-warning .card-header {
    font-size: 1.25rem;
}

.card-body.bg-white:last-child {
    border-radius: 0.25rem;
}

.form-text {
    color: #dc3545;
    font-size: 0.8rem;
}

.has-error input[type=text], .has-error input[type=password], .has-error select, .has-error textarea {
    border: 1px solid #dc3545;
}

.btn-toolbar .btn {
    margin-right: 0.25rem;
}

.btn-toolbar .btn:last-child {
    margin-right: 0;
}

.dropdown-menu .dropdown-item:not(.disabled) {
    color: inherit;
}

a:not([href]) {
    color: #007bff;
    text-decoration: none;
}

/* jQuery */
.ui-datepicker {
    z-index: 3001 !important; /* jQuery datepicker fix, it's showing under select by some reason */
}

/* Navbar buttons do not space themselves out by default. */
ul.nav button {
    margin-right: 4px;
}

div.hsConferenceView div.hsLocation {

    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 1.2em;

}

div.hsChapterView div.hsChapterDetails {

    padding: 2em;
    font-size: 1.2em;

}

div.hsConferenceView div.hsLocation > div {
    margin-left: 3em;
}

.hsConferenceView .hsLocation input[type=text], .hsConferenceView .hsLocation select {
    width: 180px;
}

td.hsSize, th.hsSize, td.hsColor, th.hsColor {
    text-align: center;
}

td.hsNumeric, th.hsNumeric {
    text-align: right;
}

td input.hsNumeric, th input.hsNumeric {
    text-align: right;
}

td.hsCurrency, th.hsCurrency {
    text-align: right;
}

.table > tbody > tr > td, .table > tbody > tr > th {
    /* Override bootstrap default. */
    vertical-align: middle;
}

.hsChapterEventRegistrationView h4 {

    padding: 0.75em;
    background-color: #AAA;
    color: #111;

}

.hsChapterOptionRegistrationView, .hsChapterView, .hsChapterEventRegistrationView {
    margin-bottom: 70px;
}

div.hsParticipantRegistrationType .radio label {
    font-size: 1.2em;
    font-weight: bold;
}

ul.hsParticipantRegistrationCompetitiveEventSchedule {
    list-style-type: none;
    padding: 0;
}

.hsConferenceEventStepRegisterCard {
    display: inline-block;
    margin: 4px;
    padding: 10px 5px;
    width: 24em;
    border: 0.3em solid #337ab7;
    border-radius: 1em;
}

.hsConferenceEventStepRegisterCard h3 {
    margin-top: 1.0em;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 1.5em;
    color: #337ab7;
}

.hsConferenceEventStepRegisterCard h1 {
    text-align: center;
    font-size: 3em;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

div.hsConferenceEventStepView {
    margin-top: 1.0em;
    padding: 1.0em;
    background-color: #f8f8f8;
    padding-bottom: 4.0em;
}

.hsConferenceEventStepCompleteCard {
    display: inline-block;
    margin: 4px;
    max-width: 120em;
    min-width: 30em;
}


.hsSectionScheduleParameters {
    font-weight: normal;
    font-size: 0.8em;
}

.hsConfEditField {
    border: 0.5px solid #ccc;
    padding: 3px 0;
    border-radius: 0;
    background: #fff;
}

.hsReportContainer {
    display: block;
    height: 100%;
    overflow-y: auto;
}

.hsLoadingOverlay {
    z-index: 2999;
    background: #000000 none repeat scroll 0 0;
    height: calc(100% - 52px);
    left: 0;
    opacity: 0.65;
    position: absolute;
    top: 64px;
    width: 100%;
}

.hsLoadingPic {
    z-index: 3000;
    background: url("/images/hosatriangle.png") no-repeat scroll 50% 0;
    height: 100px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: fixed;
    top: 50%;
    width: 100px;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.hsPublicJudgeForm {
    padding: 20px 0 50px 0;
    max-width: 800px;
    margin: 0 auto
}

.hsReq {
    color: #ff0000;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

select[multiple].hosaReport-conference {
    height: 20em;
}

.hsPrintable {
    display: none;
}

@media print {

    body {
        visibility: hidden;
    }

    .appSectionContainer {
        margin: 0;
        width: 98%;
    }

    .modal-open {
        padding-top: 0;
    }

    .modal-open .appSectionContainer {
        display: none;
    }

    .hsSection {
        margin: 0;
    }

    .hsNoPrint {
        display: none;
    }

    .hsReportTools {
        display: none;
    }

    .hsReportContainer {
        visibility: visible;
        overflow: visible !important;
        width: 100% !important;
    }

    .hsPrintable {
        display: block;
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .modal {
        visibility: hidden;
        position: unset;
    }

    .modal .modal-content {
        position: unset;
        display: unset;
    }

    .hsReportContainer.col-sm-9 {
        flex: 0 0 98%;
        max-width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
}

a.hsDisabled {
    pointer-events: none !important;
    cursor: default;
    color: gray;
}

.appCompetitorRoundScores td {
    border-top: none !important;
}

table.hsTabulateCompetitors > tbody > tr.hsEven,
table.hsTabulateCompetitors > tbody > tr.hsEven table{
    background-color: #efefef;
}

.hsEventCard {
    display: inline-block;
    margin: 2px;
    padding: 10px 5px;
    width: 270px;
    border: 1px solid lightblue;
    border-radius: 6px;
    height: 7.0em;
    position: relative;
    overflow: hidden;
}

@media ( min-width: 768px ) {
    .hsEventCard {
        margin: 4px;
    }
}

.hsEventCard .hsEventCardCode {
    position: absolute;
    top: -0.2em;
    left: -0.2em;
    z-index: 0;
    color: #f7f7f7;
    font-size: 10.0em;
    line-height: 1em;
    font-weight: 900;
}

.hsEventCard .hsEventCardTitle {
    position: relative;
    font-weight: bold;
    text-align: left;
    display: block;
    float: left;
    font-size: 14px;
    width: 125px;
    margin-left: 2px;
    line-height: 1.2em;
    height: 3.6em;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 1;
}

.hsEventCard .hsEventCardTotal {
    position: relative;
    font-weight: bold;
    text-align: center;
    display: block;
    float: right;
    font-size: 24px;
    width: 125px;
    margin-right: 2px;
    margin-top: 0.25em;
    z-index: 1;
}

.hsEventCard .hsEventCardStatus {
    position: relative;
    text-align: center;
    width: 125px;
    float: right;
    display: block;
    z-index: 1;
}

.hsEventCard .hsEventCardStatus button {
    width: 100%;
    font-size: 0.8rem;
}

.hsEventCard .hsEventCardEditMode {
    position: relative;
    text-align: center;
    display: block;
    float: right;
    width: 125px;
    margin-right: 2px;
}


.hsOptionCard {
    display: inline-block;
    margin: 5px;
    padding: 10px 5px;
    width: 270px;
    border: 1px solid lightblue;
    border-radius: 8px;
    height: 5.0em;
    position: relative;
    overflow: hidden;
}

.hsOptionCard .hsOptionCardCode {
    position: absolute;
    top: -0.2em;
    left: -0.2em;
    z-index: 0;
    color: #f7f7f7;
    font-size: 7.0em;
    line-height: 1em;
    font-weight: 900;
}

.hsOptionCard .hsOptionCardTitle {
    position: relative;
    font-weight: bold;
    text-align: left;
    display: block;
    float: left;
    font-size: 14px;
    width: 125px;
    margin-left: 2px;
    line-height: 1.2em;
    height: 2.4em;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 1;
}

.hsOptionCard .hsOptionCardTotal {
    position: relative;
    font-weight: bold;
    text-align: center;
    display: block;
    float: right;
    font-size: 24px;
    width: 125px;
    margin-right: 2px;
    margin-top: 0.25em;
    z-index: 1;
}

.hsOptionCard .hsOptionCardEditMode {
    position: relative;
    text-align: center;
    display: block;
    float: right;
    width: 125px;
    margin-right: 2px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.hsImportHistoryCard {
    display: inline-block;
    margin: 5px;
    padding: 10px 5px;
    width: 270px;
    border: 1px solid lightblue;
    border-radius: 8px;
    height: 7.0em;
    position: relative;
    overflow: hidden;
}

.hsImportHistoryCard .hsImportHistoryCardCode {
    position: absolute;
    top: -0.2em;
    left: -0.2em;
    z-index: 0;
    color: #f7f7f7;
    font-size: 10.0em;
    line-height: 1em;
    font-weight: 900;
}

.hsImportHistoryCard .hsImportHistoryCardTitle {
    position: relative;
    font-weight: bold;
    text-align: left;
    display: block;
    float: left;
    font-size: 14px;
    width: 125px;
    margin-left: 2px;
    line-height: 1.2em;
    height: 3.6em;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 1;
}

.hsImportHistoryCard .hsImportHistoryCardTotal {
    position: relative;
    font-weight: bold;
    text-align: center;
    display: block;
    float: right;
    font-size: 24px;
    width: 125px;
    margin-right: 2px;
    margin-top: 0.25em;
    z-index: 1;
}

.hsImportHistoryCard .hsImportHistoryCardStatus {
    position: relative;
    text-align: center;
    width: 125px;
    float: right;
    display: block;
    z-index: 1;
}

.hsImportHistoryCard .hsImportHistoryCardStatus button {
    width: 100%;
}

.hsInfoLabel {
    font-size: 12px;
}

.hsError {
    background-color: #f2dede !important;
}

.hsTabulationReportTable > tbody > tr:not(:first-child):nth-child(4n+3), .hsTabulationReportTable > tbody > tr:not(:first-child):nth-child(4n+2) {
    background: #efefef;
}

.hsTabulationReportSubtable {
    margin-bottom: 0;
    background-color: inherit !important;
}

.hsTabulationReportSubtable tr:first-child td {
    border-top: none;
}

.hsInfo {
    padding: 0 5px 10px 15px;
}

.hsNoTopBorder {
    border-top: medium none !important;
}

.hsFormInfo {
    padding: 7px 5px 10px 15px;
}

.hsPowerPointBtn {
    margin-bottom: 5px;
    width: 148px;
}

/* Overriding a font color that breaks ConferenceView editing. */
.panel-heading input {
    color: black;
}

.search-field input { width: 100% !important; }

.hsJudgeSectionCard {
    position: relative;
    float: left;
    height: 240px;
    margin: 5px;
    padding: 10px 5px;
    width: 274px;
    cursor: pointer;
    border: 0.3em solid #000;
    border-radius: 1em;
}

.hsJudgeSectionCard .hsJudgeSectionCardTitle {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #337ab7;
    min-height: 50px;
}

.hsJudgeSectionCard .hsJudgeSectionCardTime {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}

.hsJudgeSectionCard .hsJudgeSectionCardLocation {
    font-size: 12px;
    text-align: center;
}

.hsJudgeSectionCard .hsJudgeSectionCardButton {
    position: absolute;
    bottom: 4px;
    width: 95%;
}


.hsJudgeSectionCard .hsJudgeSectionCardButton button {
    width: 100%;
}

.hsJudgeAuthorizationRequest {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
    z-index: 5000;
    color: white;
    text-align: center;
    background-color: RGBA( 0, 0, 0, 0.8 );
}

.hsJudgeAuthorizationRequest h1 {
}

.hsJudgeAuthorizationRequest p {

}

.hsJudgeAuthorizationRequest .hsJudgeAuthToken span {
    font-size: 16vw;
    border: 2px solid #337ab7;
    border-radius: 1vw;
    padding: 0 3vw;
    background-color: #222;
}

.modal {
    z-index: 3000;
    overflow-y: scroll;
}

.hsSection .hsTitle {
    font-size: 2.0em;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0.5em;
}

.hsJudgeAuthorizationCard {
    position: relative;
    float: left;
    margin: 6px;
    padding: 10px 5px;
    cursor: pointer;
    border: 1px solid #337ab7;
    border-radius: 0.25em;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
}

.hsJudgeSearchRow {
    border: 1px solid #ccc;
    border-radius: 3px
}

.hsJudgeSearchRow .hsJudgeSearchResult {
    width: 100%;
}

.hsJudgeSearchRow td {
    vertical-align: top;
}

.hsJudgeSearchRow td, .hsJudgeSearchRow th {
    padding: 2px;
}

/* Begin Event Rating Sheet Styling */

.btn.btn-info.appRatingItemValue.active {
    background-color: #419641;
}

table.hsEventRating {
	border: 2px solid #337ab7;
	width: 100%;
	padding: 0.5em;
}

table.hsEventRating th, table.hsEventRating td {
	padding: 0.25em;
}

table.hsEventRating thead {
	border: 2px solid #337ab7;
}

table.hsEventRating tbody {
    border: 2px solid #337ab7;
}

table.hsEventRating th, table.hsEventRating td {
	border-left: 2px solid #337ab7;
	border-right: 2px solid #337ab7;
	border-top: 1px solid #337ab7;
	border-bottom: 1px solid #337ab7;
    font-size: 1.2rem;
}

th.hsEventRatingItemCategory {
	background-color: #d9edf7;
}

/* End Event Rating Sheet Styling */


/* Event Personnel Card View */

.hsSectionCard {
    position: relative;
    float: left;
    height: 240px;
    margin: 5px;
    padding: 10px 5px;
    width: 274px;
    cursor: pointer;
    border: 0.3em solid #000;
    border-radius: 1em;
}

.hsSectionCard .hsSectionCardTitle{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #337ab7;
    min-height: 50px;
}

.hsSectionCard .hsSectionCardTime {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}

.hsSectionCard .hsSectionCardLocation {
    font-size: 12px;
    text-align: center;
}

.hsSectionCard .hsSectionCardButton {
    position: absolute;
    bottom: 4px;
    width: 95%;
}


.hsSectionCard .hsSectionCardButton button {
    width: 100%;
}


/* Event Personnel Card View */

.hsJudgeRatingBody {
    margin-bottom: 2em;
}

li.hsToggleCheckin {
    text-decoration: underline;
}

li.hsToggleCheckin:hover {
    cursor: pointer;
}

/* Do NOT wrap bottom navbar for judging regardless of screen size. */
.hsJudgeRatingNavbarBottom li {
    float: left;
}


.hsJudgeRatingNavbarBottom .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
}

.hsJudgeRatingBody td {
    font-size: 2.0em;
}

.hsOptionSoldOut {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.hsOptionSoldOut:before {
    content: "SOLD OUT! ";
}

.hsUnauthorized {
    opacity: 0.6;
}

.hsUnauthorized input {
    pointer-events: none;
    cursor: not-allowed;
}

/* Option schedule formatting. */
ul.hsParticipantRegistrationOptionSchedule {
    font-size: 0.8em;
    list-style-type: none;
    padding-inline-start: 10px;
}

ul.hsParticipantRegistrationOptionSchedule li:before {
    content: "\e939";
    font-family: 'feather';
    margin-right: 0.5em;
}

ul.hsGlobalScheduleManagementList li {
    font-size: 1.8em;
}

table.hsGlobalSchedule .label {
    margin: 2px;
    display: inline-block;
    font-size: 1.0em;
    max-width: 50%;
}

table.hsGlobalSchedule thead th {
    background-color: #337ab7;
    color: white;
    font-size: 1.4em;
}

table.hsGlobalSchedule tbody tr th:first-child,
table.hsGlobalSchedule thead tr th:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

table.hsGlobalSchedule tbody tr th:last-child,
table.hsGlobalSchedule thead tr th:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

table.hsGlobalSchedule tbody th {
    background-color: #5bc0de;
    font-size: 1.2em;
    color: white;
}

table.hsGlobalSchedule tbody tr td:first-child {
    font-weight: bold;
    font-size: 1.2em;
    color: #666666;
}

table.hsGlobalSchedule div.hsSessionProblems {
    margin-top: 4px;
}

table.hsGlobalSchedule div.hsSessionProblems .alert {
    padding: 4px;
    display: inline-block;
}

.hsHoverShow {
    display: none;
}

table.hsGlobalSchedule tbody td .label:hover .hsHoverShow {
    display: inline-block;
}

table.hsGlobalSchedule tbody td ul.hsHoverShow {
    text-align: left;
    list-style-type: none;

}

table.hsGlobalSchedule tbody td ul.hsHoverShow li {
    display: block;
    float: left;
    width: 33%;
    text-overflow: ellipsis;
}

.hsPaymentDescription {
    font-size: 15px;
    padding: 5px 5px;
    color: #fff;
}

.hsPaymentDetails {
    width: 100%;
}

.hsPaymentDetails th {
    width: 100%;
}

.hsPaymentDetails td, .hsPaymentDetails th {
    padding: 5px 5px 0 5px;
    font-size: 15px;
}

.hsGrandTotalLine {
    border-top: 1px solid #ccc;
}

.hsPaymentFee {
    padding-bottom: 5px !important;
}

.hsTextDisabled {
    color: #d3d3d3!important;
}

.hsPopupOverflowVisible .modal-content {
    overflow: visible !important;
}

.modal-content {
    overflow-x: scroll;
}

.hsMessagePopup {
    position: fixed;
    width: 60%;
    top: -1280px;
    z-index: 9999;
    padding: 1.5em;
    left: 50%;
    margin-left: -30%;
    -moz-animation: 8s linear 0s 1 normal both hsMessagePopupAnimation;
    /* Firefox */
    -webkit-animation: 8s linear 0s 1 normal both hsMessagePopupAnimation;
    /* Safari and Chrome */
    -o-animation: 8s linear 0s 1 normal both hsMessagePopupAnimation;
    /* Opera */
    animation: 
        8s linear 0s 1 normal both hsMessagePopupAnimation;
    font-size: 1.2em;
}
@keyframes hsMessagePopupAnimation {
    0% {
        top: -1280px
    }
    10% {
        top: 80px;
    }
    90% {
        top: 80px;
    }
    100% {
        top: -1280px;
    }
}
@-webkit-keyframes hsMessagePopupAnimation {
    0% {
        top: -1280px
    }
    10% {
        top: 80px;
    }
    90% {
        top: 80px;
    }
    100% {
        top: -1280px;
    }
}

.hsUploadPill {
    font-size: 1.0em;
}

.hsUploadPill a, .hsUploadPill button {
    color: white;
}

.hsParticipantEventUploadCard {
    width: 310px;
    display: inline-block;
    margin: 4px;
    height: 12rem;
    overflow: hidden;
}

.hsParticipantEventUploadCard .card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hsParticipantEventUploadShareTooltip {
    display: none;
    position: absolute;
    white-space: normal;
    margin-top: 4px;
    width: 10em;
    top: 100%;
    left: 50%;
    border: 1px solid #aaa;
    z-index: 1;
    border-radius: 0px 6px 6px;
    padding: 1px;
}

.modal-content .hsLoadingOverlay {
    position: absolute;
    height: calc(100% - 64px);
}

.modal-content .hsLoadingPic {
    position: absolute;
}

.hsCreateProctorModal .modal-content {
    overflow: visible;
}

.hsSummaryBox .hsTitle {
    white-space: nowrap;
    overflow-x: hidden;
}

.hsScrollableMenu {
    max-height: 90vh;
    overflow-y: auto;
}

.hsAnnouncementGroup {
    border: 1px solid #ced4d4;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px;

    .hsAnnouncementGroupTitle {
        font-size: 15px;
        font-weight: bold;
    }
}

/* Used to deal with .modal having z-index 3000 above, defaults to 1050 in bootstrap. */
.tox-tinymce-aux {
        z-index: 3005 !important;
}

.tox .tox-dialog-wrap {
        z-index: 3010 !important;
}

.v-top {
    vertical-align: top
}
