.card > * { flex: 0 0 auto }

.container {
    width: 100%;
}

#events-table tr {
    cursor: pointer;
}

table.dataTable {
    width: 100% !important;
}

.registrationbg {
    background: url("../images/escheresque.png") repeat;
    min-height: 100%;
    position: absolute;
    width: 100%;
    display: flex;
}

.details-control:before {
    content: "\f067";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0px;
}

tr.shown .details-control:before {
    content: "\f068";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0px;
}

.packageDescription {
    height: calc(100% - 20px);
}

.max200 {
    max-width: 200px;
}

.mr20 {
    margin-right: 20px;
}

#eventRegistrationForm a {
    color: #fff;
    text-decoration: underline;
}

.photos-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-room-thumb {
    max-height: 70px;
    max-width: 70px;
    border: 1px double #000;
    margin: 0 5px;
}

.dataTable tbody tr td {
    vertical-align: middle;
    cursor: pointer;
}

.switchContainer {
    display: flex;
    width: 250px;
    justify-content: space-between;
}

.switchContainer label {
    margin-left: 20px;
}

.participantHotel a {
    text-decoration: none !important;
}

.participantBookingList {

}

.participantBooking {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.participantNeedHotel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.participantBooking label {
    margin-bottom: 0px;
}

.roomContent {
    display: flex;
}

.roomCarousel {
    display: block;
}

.roomContent .text-muted {
    text-align: justify;
    width: 520px;
}

.roomPhotos {
    width: 200px;
    margin-right: 20px;
}

.roomPhotos img {
    width: 200px;
    height: 200px;
}

.participantHotel {
    display: flex;
    flex-direction: column;
}

.participantHotel .hotelName {
    margin-top: 20px;
    text-align: center;
}

.participantHotel .hotelName.hide {
    display: none;
}

/* Customize the label (the container) */
.radioContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radioContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioContainer input:checked ~ .checkmark {
    background-color: #90a4ae;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radioContainer .checkmark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

.roomSelect {
    margin-top: 10px;
}

.roomSelect .header-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.formPreloader {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    background: rgba(133,133,133,0.8);
    z-index: 9999;
    overflow: hidden;
    display: flex;
    font-size: 44px;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}

.headerGuest, .guestList .guest {
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerGuest {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 20px;
    border-bottom: 1px solid #0a0a0a;
    padding-bottom: 2px;
}

.guestList .guest {
    font-size: 14px;
    margin-bottom: 10px;
}

.guestList .guest input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.hidden {
    display: none;
}

.requestLoader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(122,122,122,0.7);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
    visibility: hidden;
}