tr.group,
tr.group:hover {
    background-color: #ddd !important;
}

.clear-both {
    clear: both;
}

#ms-update-user-form .modal-content{
	background: url('img/preload.gif') no-repeat center center #ffffff;
}

#ms-update-user-form .modal-content .modal-body{
	background: #ffffff;
}

#ms-dl-pdf,#ms-dl-csv{
	display: none;
}

.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
    position: relative;
    top: 0px;
    bottom: 0;
    right: 1px;
    padding: 7px 10px;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    box-sizing: border-box;
}

a.custom-combobox-toggle:after {
    content: '';
    border-left: 5px solid transparent;
    height: 0;
    border-right: 6px solid transparent;
    border-top: 5px solid black;
    width: 0;
    top: 10px;
    position: relative;
}

.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}

.price-strike {
    text-decoration: line-through;
}
.col-sm-5.person-info {
    background: rgba(255, 223, 66, 0.5);
    padding: 20px;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 700;
    border: 1px dashed #4d3f99;
    border-right: none;
}
.col-sm-5.invoice-info {
    background: rgba(77, 63, 153, 0.44);
    padding: 20px;
    margin: 0;
    letter-spacing: 1px;
    border: 1px dashed #4d3f99;
    font-weight: 700;
}
.col-sm-2.event-date {
    border: 1px solid #000;
    padding: 0px;
    margin: 0px 20px;
    max-width: 100px;
}
.e-heading {
    background: #4d3f99;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 0;
    display: block;
}
div#mse-event_date {
    background: rgba(255, 223, 66, 0.5);
    padding: 20px 0;
    text-align: center;
}
table#mse-tbl-detail {
    margin-top: 20px;
    float: left;
    border: 1px solid #ddd;
}
table#mse-tbl-detail thead {
    color: #fff;
    background: #4d3f99;
}
table#mse-tbl-detail .table>tbody>tr>td:last-child,table#mse-tbl-detail .table>tfoot>tr>td:last-child ,table#mse-tbl-detail .table>tfoot>tr>th{
    text-align: right;
    font-weight: 800;
}

.ms-events-detail-wrap{
    overflow: hidden;
}

a#mse-dl-pdf, a.fusion-button.col-sm-3.button-default.button-medium.button.default.medium {
    background: #4d3f99;
    color: #fff;
    width: 45%;
    margin-right: 20px;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    outline: 0;
    zoom: 1;
    border: 1px solid rgba(0, 0, 0, 0);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
    min-height: 40px;
}

.noTable, .hasTable{
    display: none;
}

#selectTable .table-wrap{
    margin-bottom: 15px;
}

#selectTable .table-wrap label {
    background: url(img/tbl-icon.png) no-repeat top center transparent;
    padding-top: 85px;    
    background-size: 50%;
    width: 100%;
}


.mse-btn-wrap input[type=button], .mse-btn-wrap button{
    background: #4d3f99;
    color: #fff;
    margin-top: 20px;
    width: 20%;
    transition: 0.5s;
    border: 1px solid transparent;
    border-radius: 4px;
}

.msgLog{
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    clear: both;
}

#set-guest-info, #book-guest, #checkout-guest  {
    float: right;
}

.table-wrap:nth-child(4n+6) {
    clear: left;
}

.guest-name label{
    width: 45%;
}

.guest-dietary label{
    width: 90%
}

.ms-pre-loader{
    width: 100%;
    height: 300px;
    background: url('img/preload.gif') no-repeat center center #ffffff;
}