.wizard-container {
    margin-bottom: 30px;
}

.card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 0px !important;
    margin-top: 15px !important;
}

.card-wizard {
    box-shadow: none;
}

.card .card-body .form-group {
    margin-bottom: 20px;
}

.bmd-label-floating {
    z-index: 9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.middle {
    display: block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
}

.row_session {
    margin-top: 10px;
    margin-bottom: 10px;
}

.row_participant {
    padding-top: 40px;
}

.row_participant:not(:first-of-type) {
    border-top: dotted 2px #777;
}

.participant_options {
    position: absolute;
    top: 0;
    right: 0;
}

.row_participant:first-of-type .remove_participant {
    display: none;
}

.table-confirm th,
.table-confirm td {
    text-align: right;
    font-size: 20px;
}

.table-confirm tfoot {
    border-top: solid 1px #000;
}

.table-confirm tfoot td {
    font-size: 25px;
}

.info-queue {
    display: none;
}

.form-group.is-filled .typeahead.dropdown-menu {
    opacity: 1;
    transform: scale(1);
}

.typeahead.dropdown-menu li a {
    display: inline-block;
    width: 100%;
}

h4.info-text {
    color: #004780;
    font-weight: bold !important;
    margin: 10px 0 15px !important;
}

h5.text-dark {
    color: #555;
    font-weight: bold !important;
}

h5.text-gray {
    font-weight: bold !important;
}

h6.card-category {
    text-transform: initial !important;
}

.hr_blue {
    background: blue;
    max-width: 30px;
    height: 2px;
    margin: auto;
    margin-top: -0.7em;
    margin-bottom: 10px;
}

.row_session>div {
    background: #f4f4f4;
    padding: 15px 0px;
}

.s_name {
    text-transform: capitalize;
}

.row_session>div:not(:first-child)>span {
    border-left: solid 1px blue;
}

.row_session .material-icons {
    color: #01477f !important;
    padding-right: 0.5em !important;
}

.extra {
    padding-top: 30px;
}

.extra .card-title {
    color: #555;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}

pre {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
    font-size: 1.2em;
    padding-top: 10px;
    text-align: initial;
    max-width: 100%;
    white-space: break-spaces;
}

pre>ul {
    list-style: none;
}

pre>ul li:nth-child(2n+1) {
    background: #f4f4f4 !important;
}

pre>ul li::before {
    content: "\2022";
    color: blue;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

pre>ol li:nth-child(2n+1) {
    background: #f4f4f4 !important;
}

pre>ol {
    counter-reset: li;
}

pre>ol li::before {
    counter-increment: li;
    content: counter(li);
    color: blue;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: bold;
}

.dropdown-menu.show {
    z-index: 9999;
}

.file-name {
    cursor: pointer;
    background-color: #FFF!important;
}