<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ul-deal-list ul,#ul-deal-list-package ul,#ul-deal-list-giftcard ul,#ul-deal-list-membership ul,#ul-deal-list-coupon ul {
    list-style-type: none !important;
}
 
#deals-list ul{
    margin-top:10px !important;
}
#ul-deal-list li{
    position: relative;
    width: 150px;
    height: 165px;
    list-style:none;
    float: left;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    -ms-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    border-radius: 3px;
    background: #fff;
}

#ul-deal-list-package li,#ul-deal-list-coupon li,#ul-deal-list-giftcard li,#ul-deal-list-membership li{
    position: relative;
    width: 120px;
    height: 250px;
    list-style:none;
    float: left;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ddd;
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    -ms-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    border-radius: 3px;
    background: #fff;
    
}
 
#ul-deal-list li:hover,#ul-deal-list-package li:hover,#ul-deal-list-coupon li:hover,#ul-deal-list-giftcard li:hover,#ul-deal-list-membership li:hover {
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 7px rgba(255,255,255,0.9);
    box-shadow: 0px 0px 7px rgba(255,255,255,0.9);
    border-color:silver;
}
#ul-deal-list li span,#ul-deal-list-package li span,#ul-deal-list-coupon li span,#ul-deal-list-giftcard li span,#ul-deal-list-membership li span {
    /*font-size:11px;*/
    float:left;
    color:#999 !important;
    display: inline-block;
    width: 100%;
}
#ul-deal-list li text,#ul-deal-list-package li text,#ul-deal-list-coupon li text,#ul-deal-list-giftcard li text,#ul-deal-list-membership li text {
    /*font-size: 10px;*/
    float: right;
    position: absolute;
    bottom: 1px;
    right: 4px;
}
#ul-deal-list li h5,#ul-deal-list-package li h5,#ul-deal-list-coupon li h5,#ul-deal-list-giftcard li h5,#ul-deal-list-membership li h5 {
    margin-top: 0px !important;
    color:#1379bf !important;
}
#deal-content{
    padding:10px;
    display:block;
    max-height:700px;
}
#deal-content button{
    width:120px;
}
#deal-content input.y-form-control{
    margin-bottom: 10px;
    padding-left:3px;
    height:28px;
}
#deal-content select.y-form-control{
    padding-bottom:5px;
    padding-left:3px;
    /*font-size:9pt;*/
    height:28px;
}
#deal-content input[class="form-control hasDatePicker hasDatepicker"]{
    width:100px;
    height:28px;
}

#deal-content input[type="number"]{
    padding-right:0;
}
#offers-list,#products-list,#booking-list,#location-list{
    max-height:130px;
    overflow-y:auto;
    overflow-x: hidden;
    border:solid 1pt silver;
    border-radius:3pt;
    padding:5pt;
}
#offers-list ul.items,#products-list ul.items,#booking-list ul.items,#location-list ul.items{
    padding:2pt;
    margin:0;
}
#offers-list ul.items li,#products-list ul.items li,#booking-list ul.items li,#location-list ul.items li{
    list-style: none;
    position:relative;
    /*font-size:9pt;*/
}
#offers-list input[type=number],#products-list input[type=number]{
    width:45px;
    margin-left:3px;
    height:25px;
    padding-left:0;
    padding-right:0;
}
#products-list ul.items li i,#offers-list ul.items li i,#booking-list ul.items li i,#location-list ul.items li i{
    font-style: normal !important;
    /*font-size:9pt !important;*/
    border-radius: 0;
    padding:0;
    border:none;
    color:black;
    /*font-weight:800;*/
}
#offers-list ul.items li i:hover,#products-list ul.items li i:hover,#location-list ul.items li i:hover{
    border:none !important;
    cursor: pointer !important;    
    /*border-radius: 4px;
    padding:2pt;
    background-color:#ddd;*/
}
#booking-list ul.items li i:hover{
    border:none !important;
    cursor: pointer !important;    
    background-color:#ddd;
    /*border-radius: 4px;
    padding:2pt;
    background-color:#ddd;*/
}
#coupon-days div {
    display: table;
    float: left;
    margin-right: 15px;
}
#coupon-days label {
    display: table-row;
}
#coupon-days input[type=checkbox] {
    display: table-row;
    width: 100%;
}

.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 106px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.switch-label {
    position: relative;
    display: block;
    height: inherit;
    /*font-size: 10px;*/
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.switch-input:checked ~ .switch-label {
   	background: #14cc61;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}
.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
/* Transition
    ========================== */
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

#deal-table{
    width:97%;
}
#deal-table th{
    width: 20%;
}

.table thead tr th {
    background-color: #1379bf !important;
    border-color: #1379bf !important;
}

#pos-table thead tr th {
    background-color: #ff5a00 !important;
    border-color: #ff5a00 !important;
}

#dependentsTbl thead tr th {
    background-color: #ff5a00 !important;
    border-color: #ff5a00 !important;
}

#deal-table i{
    padding: 8px;
    border-radius: 4px;
}
#deal-table i:hover{
    
    cursor: pointer;
    background-color: #ddd;
}
#deal-table tr{
    border-bottom:1pt solid silver;
    margin-bottom:5px;
}

#ul-deal-list ul {
  list-style-type: none !important;
}
 
#ul-deal-list li{
    list-style:none;
    float: left;
    margin: 10px;
    border: 5px solid #fff;
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    -ms-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
}
 
#ul-deal-list li:hover {
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 7px rgba(255,255,255,0.9);
    box-shadow: 0px 0px 7px rgba(255,255,255,0.9);
}</pre></body></html>