
/********************  TOP NAV ***********************/

span.icon-left.master-menu1_item2 {
    background-color: #000 !important;
    border-radius: 30px;
    color: #FFF !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

/********************  GDPR ***********************/


.gdpr {
    min-height: 250px;
    text-align: left !important;
}


.gdpr div {
    text-align: left !important;
    font-family: 'Gotham Book';
}




/********************  GATEWAY ***********************/

.gtwy {
    box-shadow: 0px 0px 10px #1a2f68c2;
    border-radius: 8px;
}

/********************  ACTIVITY GRIDS ***********************/

.act_grid {
    padding: 20px !important;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
}

td.activity-cell.table-cell-largest.text-center {
    text-align: left;
}




/********************  REGISTRATION ***********************/

select {
    padding: 6px !important;
    height: auto !important;
}


/********************  RECEIPT ***********************/


.receipt span {
    font-size: 14px !important;
}

.receipt td {
    padding: 6px !important;
}


/********************  GUEST ***********************/


#guestmanagement1 .error.text-center {
    display: none;
}


#guestmanagement1 th, #guestmanagement1 td {
    height: auto !important;
    padding: 6px !important;
}