[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.list-group-item div.title {
    margin: -10px -15px;
    margin-bottom: 5px;
    background-color: lightgray;
    padding: 10px 15px;
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.loading > * {
    display: none;
}

.loading > .spinner {
    display: block;
}

.navbar, .main-container, #footer {
    opacity: 1;
    /* transparency irritated me */
}

html {
    height: 100%;
    position: relative;
}

body {
    min-height: 100%;
}

.main-container {
    /*position: fixed;*/
    top: 73px;
    /*bottom: 85px;*/
    width: 100%;
    /*overflow: hidden;*/
}

.main-container > .container, .main-container > .container > .panel {
    height: 100%;
    clear: both;
}

/* buttons */
.buttons {
    margin-bottom: 15px;
    margin-right: 5px;
    margin-left: 5px;
    float: left;
}


/* event list */
.event-list {
    padding-right: 0;
    top: 55px;
}

.conference-event-list {
    padding-right: 0;
    top: 53px;
}

.list-group.event-list .list-group-item {
    border-radius: 0 !important;
}

.event-details {
    padding: 0;
    position: absolute;
    top: 55px;
    bottom: 55px;
    overflow-y: auto;
    overflow-x: hidden;
}

.event-details > .panel {
    margin-bottom: 0;
}

.event-scope {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tight {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.spinner {
    margin-top: 20%;
}

fieldset {
    border: none;
    border-radius: 3px;
}

fieldset legend {
    width: auto;
    font-size: 14px;
    border: none;
    margin-left: 20px;
}

.timetable .conference-event {
    background: linear-gradient(to bottom,#e7f5ff 0,#b4e1ff 100%);
    border-radius: 4px;
    border: 1px solid lightgray;
    padding: 3px;
    margin-bottom: 2px;
}
.timetable .conference-event-selectable {
    cursor: pointer;
}
.timetable .conference-event-selectable label.title {
    cursor: pointer;
}

.timetable .conference-event-selectable:hover {
    background: linear-gradient(to bottom,#b4e1ff 0,#81cdff 100%);
}

.timetable .conference-event-selectable.conference-event-conflict {
    cursor: inherit;
    background: repeating-linear-gradient(-45deg, transparent 0 4px, #eeeeee 4px 6px);
    opacity: 0.75;
}
.timetable .conference-event-selectable.conference-event-conflict label.title {
    cursor: inherit;
}
.timetable .conference-event-selectable.conference-event-conflict:hover { }

.timetable .conference-event-selectable.conference-event-selected {
    cursor: pointer;
    background: linear-gradient(to bottom,#48facc 0,#07efb3 100%);
}
.timetable .conference-event-selectable.conference-event-selected:hover { }

.timetable .event {
    min-width: 78px;
}

.timetable .event .body {
    height: auto !important;
    top: 14px;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 6px;
}

a {
    cursor: pointer;
}

.main-container {
    opacity: 1;
}

.progress-bar-disabled {
    cursor: not-allowed;
    background-image: -webkit-linear-gradient(top, #c9c9c9 0, #939393 100%);
    background-image: linear-gradient(to bottom, #c9c9c9 0, #939393 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#939393', GradientType=0);
    opacity: 0.4;
}

.component-max {
    /*position: absolute;*/
    left: 0;
    right: 0;
    /*top: 55px;*/
    /*bottom: 55px;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.container.ng-scope {
    height: 100%;
}

.panel.ng-scope {
    height: 100%;
    position: relative;
}

.panel-footer.lock-bottom {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
}

.panel-body.component-max {
    overflow-y: auto;
}

.container > .panel > .panel-heading.schedule {
    height: 55px;
}

.container > .panel > .panel-heading.conference {
    height: 55px;
}

.container > .panel > .panel-footer {
    height: 55px;
}

.calendar-text {
    margin-top: .2em;
}
p.course_desc {
    display: inline-block;
    position: relative;
    text-align: justify;
}
p.course_desc.hidemore {
    overflow: hidden;
    max-height: 100px;
}
p.course_desc.hidemore .more {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: white;
}
p.course_desc.showmore {
    max-height: none;
}
p.tight {
    margin-top: 0;
}
.section_heading {
    font-weight: bold;
    font-size: small;
}

/*.modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-content, .modal-content > div {
    height: 100%;
    overflow: hidden;
}

.modal-body {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 74px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}*/

div.registration, .registration.panel {
    /*position: relative;*/
    height: 100%;
}
.registration.panel-body {
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 39px;
    bottom: 55px;
    overflow: auto;
    height: auto;
}
.registration .panel-footer {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
}

.accordion-toggle .icon-arrow-down,
.accordion-toggle.collapsed .icon-arrow-up {
    display: inline-block;
    float: right;        /* adjust as needed */
}
.accordion-toggle.collapsed .icon-arrow-down,
.accordion-toggle .icon-arrow-up {
    display: none;
}
a.accordion-toggle {
    text-decoration: none;
}

@media print {
    .btn { display: none; }
    html { width:11in; }
}

@media (max-width: 768px) {
    .schedule-event-time {
        text-align: left;
    }

    .schedule-event-info {
        border: none;
    }
}

.schedule-event-info {
    border-left: 1px solid #ccc;
}

table {
    table-layout: fixed;
}

table tr > td:first-child {
    width: 25%;
}

table tr > td:last-child {
    width: 75%;
    word-break: break-word;
}

table ul {
    padding-left: 17px;
    margin: 0;
}

.fa-ul {
    margin-left: 1.5em;
}

/* Google map*/
ng-map {
    height: 500px;
}

.fa.form-control-feedback {
    /*top: 10px;
    right: 13px;*/
    padding-right: 34px;
    padding-top: 10px;
}

.has-success button, .has-success button:hover, .has-success button.active, .has-success button:focus {
    border-color: #3c763d !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error button, .has-error button:hover, .has-error button.active, .has-error button:focus {
    border-color: #a94442 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

@media (min-width: 767px) {
    .form10 .form-group label {
        margin-top: 7px;
    }

    .form-required-field {
        margin-top: 7px;
    }
}

.form10-updated-duration-text {
    padding: .2em;
}

.form10-updated-duration-text.text-muted {
     transition: all 5s;
}

.panel-body.draft-background {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 50px, #f9f9f9 50px, #f9f9f9 100px);
}

.panel-tight .panel-heading,
.panel-tight .panel-footer,
.panel-tight .list-group > .list-group-item {
    padding-bottom: 5px;
    padding-top: 5px;
}

/* Using panel list groups for multiple select: */

.panel .list-group .list-group-item.selected {
    background-color: #e6e6e6;
    color: black;
}

hr.thin {
    margin-top: 5px;
    margin-bottom: 5px;
}

.grayed-out {
    background-color: #e6e6e6;
}

.lined-out {
    background: repeating-linear-gradient(-45deg, transparent 0 4px, #f4f4f4 4px 6px);
}

/* More specific selectors to allow bg-danger to work on form controls */
.form-control.bg-danger, .btn.bg-danger {
    background-color: #f2dede;
}

/* Hide the google recaptcha v3 badge globally. AccountCreateCtrl will unhide it during the signup form */
.grecaptcha-badge {
    visibility: hidden;
}
