﻿.dashboard_v4_box_title p, .textunderline {
    text-decoration: underline;
}

.checkbox label, .prdtime, .wrapper .step_wizard ul li.active a {
    vertical-align: middle;
}

.cd-cart h2, .data, .nav-pills .nav-link {
    text-transform: uppercase;
}

.btn-primary:hover {
    background: #827D77 !important;
    border-color: #827D77 !important;
}

.fas {
    font-family: 'Font Awesome 5 Free' !important;
}

.btn-secondary:hover {
    background: teal !important;
    border-color: teal !important;
    color: #fff;
}

.errortext {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}
.rowclick  {
    cursor: pointer;
}
.datepicker table tr th {
    color: #000;
}

.extension {
    width: 13.3%;
    float: left;
    margin-left: 2%;
}

.danger-modal .modal-header .close:hover {
    color: #8bffff;
    text-shadow: 0 1px 0 #8bffff;
}

.mb-1 {
    margin-bottom: 1em;
}

.contracttabl_style {
    min-height: 100px;
    max-height: 350px;
    height: auto !important;
}

input::placeholder {
    color: #ccc !important;
}

::-webkit-input-placeholder {
    color: #ccc !important;
}

::-moz-placeholder {
    color: #ccc !important;
}

:-ms-input-placeholder {
    color: #ccc !important;
}

:-moz-placeholder {
    color: #ccc !important;
}

.modal-body #nav-mega ul li.dropdown-mega-item .dropdown-mega-menu {
    width: 900px;
    position: relative;
}

.search_ad span {
    font-size: 20px;
    line-height: 100%;
}

.manfield .select2-selection--single {
    border-left: .5px solid green !important;
}

.manfield {
    border-left: 4px solid green !important;
}

.textright {
    text-align: right;
}

.floatright {
    float: right;
}

.textcenter {
    text-align: center;
}

.btn-round {
    border-radius: 50px;
}

.node {
    padding: 5px;
}

.select2-container {
    display: block !important;
    clear: both;
}

.fixedposition {
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    z-index: 9;
}

.box-dahsboard-analytics .title-box {
    padding: 25px 35px;
}

.box-dahsboard-analytics a {
    color: #fff;
}

.groupheader, .smallheader {
    color: #51622a;
    font-weight: 700;
}

.dashboard_v4_box_title p {
    font-weight: 700;
    padding: 10px 0 5px;
    text-align: right;
    font-size: 20px;
    cursor: pointer;
}

table .form-control {
    padding: 5px !important;
    min-height: 25px !important;
}

.groupheader {
    font-size: 17px;
}

.smallheader {
    font-size: 13px;
}

.NextPrevStyle, .step_wizard a:hover, .table2 tbody tr th {
    color: #fff !important;
}

.table2 tbody tr th {
    background: #51622a;
}

.tag-pill {
    border-radius: 10rem;
    padding: 6px 14px !important;
}

.select2-dropdown, .select2-results {
    z-index: 99999 !important;
}

.js-example-tags span {
    width: 100% !important;
}

.timeEntry_control {
    width: 0 !important;
    height: 0 !important;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10000;
    background: rgba(0,27,17,.9);
    width: 100%;
    text-align: center;
}

.blob-1, .blob-2, .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.centered {
    width: 400px;
    height: 400px;
}

.blob-1, .blob-2 {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
}

.blob-1 {
    left: 20%;
    animation: osc-l 2.5s ease infinite;
}

.blob-2 {
    left: 80%;
    animation: osc-r 2.5s ease infinite;
    background: #0ff;
}

@keyframes osc-l {
    0%,100% {
        left: 20%;
    }

    50% {
        left: 50%;
    }
}

@keyframes osc-r {
    0%,100% {
        left: 80%;
    }

    50% {
        left: 50%;
    }
}

.UpdateProgress {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10000;
    background: rgba(0,27,17,.9);
    width: 100%;
}

.cssload-fond {
    position: relative;
    margin: auto;
    top: 40%;
}

.cssload-container-general {
    animation: cssload-animball_two 1.15s infinite;
    -o-animation: cssload-animball_two 1.15s infinite;
    -ms-animation: cssload-animball_two 1.15s infinite;
    -webkit-animation: cssload-animball_two 1.15s infinite;
    -moz-animation: cssload-animball_two 1.15s infinite;
    width: 66px;
    height: 66px;
}

.cssload-internal {
    width: 66px;
    height: 66px;
    position: absolute;
}

.cssload-ballcolor {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cssload-ball_1, .cssload-ball_2, .cssload-ball_3, .cssload-ball_4 {
    position: absolute;
    animation: cssload-animball_one 1.15s infinite ease;
    -o-animation: cssload-animball_one 1.15s infinite ease;
    -ms-animation: cssload-animball_one 1.15s infinite ease;
    -webkit-animation: cssload-animball_one 1.15s infinite ease;
    -moz-animation: cssload-animball_one 1.15s infinite ease;
}

.cssload-ball_1 {
    background-color: #cb2025;
    top: 0;
    left: 0;
}

.cssload-ball_2 {
    background-color: #f8b334;
    top: 0;
    left: 36px;
}

.cssload-ball_3 {
    background-color: #00a096;
    top: 36px;
    left: 0;
}

.cssload-ball_4 {
    background-color: #97bf0d;
    top: 36px;
    left: 36px;
}

@keyframes cssload-animball_one {
    0%,100% {
        position: absolute;
    }

    50% {
        top: 18px;
        left: 18px;
        position: absolute;
        opacity: .5;
    }
}

@-o-keyframes cssload-animball_one {
    0%,100% {
        position: absolute;
    }

    50% {
        top: 18px;
        left: 18px;
        position: absolute;
        opacity: .5;
    }
}

@-ms-keyframes cssload-animball_one {
    0%,100%,50% {
        position: absolute;
    }

    50% {
        top: 18px;
        left: 18px;
        opacity: .5;
    }
}

@-webkit-keyframes cssload-animball_one {
    0%,100% {
        position: absolute;
    }

    50% {
        top: 18px;
        left: 18px;
        position: absolute;
        opacity: .5;
    }
}

@-moz-keyframes cssload-animball_one {
    0%,100% {
        position: absolute;
    }

    50% {
        top: 18px;
        left: 18px;
        position: absolute;
        opacity: .5;
    }
}

@keyframes cssload-animball_two {
    0% {
        transform: rotate(0) scale(1);
    }

    50% {
        transform: rotate(360deg) scale(1.3);
    }

    100% {
        transform: rotate(720deg) scale(1);
    }
}

@-o-keyframes cssload-animball_two {
    0% {
        -o-transform: rotate(0) scale(1);
    }

    50% {
        -o-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -o-transform: rotate(720deg) scale(1);
    }
}

@-ms-keyframes cssload-animball_two {
    0% {
        -ms-transform: rotate(0) scale(1);
    }

    50% {
        -ms-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -ms-transform: rotate(720deg) scale(1);
    }
}

@-webkit-keyframes cssload-animball_two {
    0% {
        -webkit-transform: rotate(0) scale(1);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(1);
    }
}

@-moz-keyframes cssload-animball_two {
    0% {
        -moz-transform: rotate(0) scale(1);
    }

    50% {
        -moz-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -moz-transform: rotate(720deg) scale(1);
    }
}

.DayHeaderStyle {
    padding-left: 30px !important;
}

.NextPrevStyle {
    padding-left: 40px !important;
    text-align: left;
}

table tr td {
    word-wrap: anywhere;
    word-break: break-word;
}

.cblist label {
    padding: 0 0 10px 10px;
    font-weight: 400;
}



.checkbox {
    /*padding-left: 8px;*/
    font-size: 14px;
}

.checkbox_moviein {
    padding-left: 8px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 10px;
}

    .checkbox label::after, .checkbox label::before {
        position: absolute;
        margin-left: -20px;
        display: inline-block;
        left: 0;
    }

    .checkbox label::before {
        content: "";
        width: 20px;
        height: 19px;
        border: 1px solid #ccc;
        background-color: #fff;
        -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
        -o-transition: border .15s ease-in-out,color .15s ease-in-out;
        transition: border .15s ease-in-out,color .15s ease-in-out;
    }

    .checkbox label::after {
        width: 16px;
        height: 16px;
        top: 0;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 11px;
        color: #555;
    }

.checkbox input[type=checkbox] {
    opacity: 0;
    z-index: 1;
}

    .checkbox input[type=checkbox]:checked + label::after {
        content: "\f00c";
        font-family: "Font Awesome 5 free";
        font-weight: 900;
    }

.checkbox-primary input[type=checkbox]:checked + label::before {
    border-color: #ccc;
}

.checkbox-primary input[type=checkbox]:checked + label::after {
    color: #51622a;
    font-size: 14px;
}

.checkbox input[type=checkbox]:checked + label::after {
    color: #255038;
    font-size: 14px;
}

.abtn {
    color: #fff;
    font-size: 15px;
}

.form-control2 {
    border: 1px solid #ececec;
    color: #141414;
    font-size: 15px;
    height: 37px;
    line-height: 50px;
    padding: 0 10px;
}

.right-side-bar .icon-box.ib-bordered.ib-bordered-light .ib-icon {
    background-color: #51622a;
    border-color: #51622a;
}

.right-side-bar .icon-box.ib-bordered.ib-bordered-light .ib-icon2 {
    background-color: #cc572c;
    border-color: #cc572c;
}

.right-side-bar .icon-box.ib-bordered.ib-bordered-light .ib-icon3 {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.right-side-bar .icon-box.ib-bordered.ib-bordered-light .ib-icon4 {
    background-color: #087380;
    border-color: #087380;
}

.right-side-bar .icon-box.ib-style-1 .ib-icon {
    margin-left: 70px;
    margin-right: 0;
    text-align: center;
}

.right-side-bar .icon-box.ib-small .ib-icon {
    font-size: 47px;
    height: 100px;
    line-height: 67px;
    padding-top: 18px;
    width: 100px;
}

.right-side-bar .icon-box.ib-circle .ib-icon {
    border-radius: 50%;
}

.right-side-bar .ib-icon {
    background-color: transparent;
    display: inline-block;
    float: left;
    font-size: 26px;
    height: 5rem;
    line-height: 4.85714rem;
    margin-right: 2.14286rem;
    position: relative;
    text-align: center;
    transition: all .4s ease-in-out 0;
    width: 5rem;
    color: #fff;
}

.right-side-bar .icon-box.ib-style-1 .ib-info {
    display: table-cell;
    float: none;
    font-weight: 700;
    min-width: 75%;
    padding-left: 7px;
    vertical-align: middle;
}

.radio td {
    width: 50% !important;
}

.displaynone {
    display: none;
}

.displayblock {
    display: block;
}

.activatecolor {
    color: #060 !important;
}

.deactivatecolor {
    color: #900 !important;
}

.table i {
    font-size: 16px;
}

.product label, checkbox label {
    text-align: right !important;
    padding-top: 7px !important;
    float: right;
}

.thumbnail-actions {
    margin: 5px 0 0 5px;
    position: absolute;
}

.checkbox label {
    font-weight: 400;
}

@media (min-width:1200px) and (max-width:1599px) {
    .step_wizard ul li {
        width: 5.3% !important;
        margin-bottom: 10px;
        padding-left: 20px;
    }

    .textstep_wizard ul li {
        width: 15.3% !important;
    }
}

.AddtoCart {
    border: 1px solid #ffa84c;
    background: #ffa84c;
    background: -moz-linear-gradient(top,rgba(255,168,76,1) 0,rgba(255,123,13,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,168,76,1) 0,rgba(255,123,13,1) 100%);
    background: linear-gradient(to bottom,rgba(255,168,76,1) 0,rgba(255,123,13,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c',endColorstr='#ff7b0d',GradientType=0);
}

    .AddtoCart:hover {
        color: #fff;
        border: 1px solid #7d7e7d;
        background: #7d7e7d;
        background: -moz-linear-gradient(top,rgba(125,126,125,1) 0,rgba(14,14,14,1) 100%);
        background: -webkit-linear-gradient(top,rgba(125,126,125,1) 0,rgba(14,14,14,1) 100%);
        background: linear-gradient(to bottom,rgba(125,126,125,1) 0,rgba(14,14,14,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d',endColorstr='#0e0e0e',GradientType=0);
    }

.prdtime {
    border: 2px solid orange;
    padding: 7px;
    margin: 7px;
    text-align: center;
}

.prdPrice {
    font-size: 15px;
}

.one-edge-shadow {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.bottomRightShadow {
    box-shadow: 0 4px 9px #ccc;
}

.prdheader {
    color: #51622a;
    font-size: 19px;
}

.prdSpinner button:focus, .prdSpinner button:hover {
    text-decoration: none;
}

.prdCartRemove, .prdCartRemove:hover {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 13%;
    color: #fff;
    padding: 0 3px;
    margin-top: 4px;
}

.prdSpinner input {
    padding: 5px !important;
}

#deletephoto a {
    position: absolute;
    margin: 2px;
}

#setasprimary a {
    position: absolute;
    margin-top: 2px;
    margin-left: 50px;
}

.captchaerr {
    background-color: red;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline;
    margin-top: 10px;
    padding: 5px;
    float: right;
}

.prdTitle span {
    font-weight: 700;
    color: #000;
    margin: 15px 0;
    text-align: center;
}

.pricebg span {
    background: #da9a29;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
}

.button_example {
    border: 1px solid #25729a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: arial,helvetica,sans-serif;
    padding: 7px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,.3);
    font-weight: 700;
    color: #FFF;
    background-color: #3093c7;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3093c7),to(#1c5a85));
    background-image: -webkit-linear-gradient(top,#3093c7,#1c5a85);
    background-image: -moz-linear-gradient(top,#3093c7,#1c5a85);
    background-image: -ms-linear-gradient(top,#3093c7,#1c5a85);
    background-image: -o-linear-gradient(top,#3093c7,#1c5a85);
    background-image: linear-gradient(to bottom,#3093c7,#1c5a85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7,endColorstr=#1c5a85);
}

.inquiry_checkbox label, .inquiry_form .form-group .control-label {
    font-family: Segoe UI,Roboto,"Helvetica Neue",Arial,sans-serif;
}

.button_example:hover {
    border: 1px solid #1c5675;
    background-color: #26759e;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#26759e),to(#133d5b));
    background-image: -webkit-linear-gradient(top,#26759e,#133d5b);
    background-image: -moz-linear-gradient(top,#26759e,#133d5b);
    background-image: -ms-linear-gradient(top,#26759e,#133d5b);
    background-image: -o-linear-gradient(top,#26759e,#133d5b);
    background-image: linear-gradient(to bottom,#26759e,#133d5b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e,endColorstr=#133d5b);
}

.productlisting img {
    border-radius: 8px 8px 0 0;
    height: 250px;
}

#BodyContent_aHistory, #BodyContent_aPayments {
    display: none;
}

.specialnote {
    color: green;
}

.step_wizard ul li.CompletedTab:not(:last-child)::after, .step_wizard ul li.active:not(:last-child)::after {
    border-top: 22px inset transparent;
}

.step_wizard ul li.active {
    background: #7F1113 !important;
    width: 16% !important;
    font-size: 14px;
    text-align: center;
    position: relative;
    /*bottom: 2px;*/
}

    /*.step_wizard ul li.active a {
        position: relative;
        top: 3px;
    }*/

    .step_wizard ul li.active i {
        font-size: 16px;
        margin-right: 5px;
    }

    .step_wizard ul li.active:not(:last-child)::after {
        border-left: 20px solid #7F1113 !important;
        border-left-color: #7f1113;
        right: -20px;
        z-index: 1;
    }

.step_wizard ul li.CompletedTab:not(:last-child)::after {
    border-left: 20px solid #51622a;
    border-left-color: #51622a;
    right: -20px;
    z-index: 1;
}

.cartcount {
    font-weight: 400;
    padding-right: 2px;
}

.checkbox input[type=checkbox]:hover {
    cursor: pointer;
}

.bespcountrycode {
    float: left;
    width: 15%;
}

.bespmobileno {
    float: left;
    width: 79%;
    /*margin-left: 2%;*/
}

.PhoneType {
    float: left;
    width: 40%;
    margin-left: 1%;
}

.register_input select:focus, .register_input:focus, input:focus, slect:focus {
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.OverallTotal {
    padding-right: 5%;
    font-weight: 700;
    font-size: 20px;
    color: #C00000;
    font-style: normal;
    text-align: right;
}

input:focus ~ span {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.legend .tag {
    width: 20px !important;
    border: 1px solid #000 !important;
    border-radius: 0;
    font-size: 79%;
}

.circleroom, .contractcolor {
    margin: 2px;
    line-height: 30px;
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
}

.Available {
    background-color: #ADFCAD;
}

.Booked {
    background-color: #039BE5;
}

.Arrived {
    background-color: #9ddaec;
}

.CheckedOut {
    background-color: #BCC3C9;
}

label.required {
    color: #E97C12;
}

.facilitybox {
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
    padding: 0;
}

.circleroom {
    height: 14px;
    width: 14px;
    border: 1px solid #555;
    border-radius: 50%;
}

.contractcolor {
    height: 25px;
    width: 25px;
    border: 1px solid #555;
    border-radius: 50%;
}

.suitrooms, .suits {
    border: 1px solid #ccc;
    cursor: pointer;
}

.circleroom span {
    padding-left: 0;
}

.width100 {
    width: 100%;
}

.blueclass {
    background-color: #00f;
}

.full_rowrooms {
    float: left;
    width: 98%;
    margin-bottom: 3px;
    padding: 0 4px;
}

.suitrooms {
    margin: 3px;
    height: 30px;
    text-align: center;
    padding: 2px;
    float: left;
    width: 75%;
}

.suits {
    margin: 10px;
    align-self: stretch !important;
}

.suitsborderless, .suitsborderless h4 {
    border: none;
}

.borderless td {
    border: none;
    padding: 0;
}

.SelectedRoom {
    background-color: #9DC3E6 !important;
}

.disabledroom {
    cursor: default !important;
}

.otherReservation {
    background-color: #FFDA66;
}

.lodging_reservationalign {
    padding: 0;
    margin: 0;
}

    .lodging_reservationalign li {
        list-style: none;
        display: inline-grid;
        flex-grow: 1;
        min-width: 20%;
    }

        .lodging_reservationalign li table {
            width: 100% !important;
        }

.room_type {
    text-align: center;
    font-size: 12px;
    color: #000;
    background: #eee;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
}

.suitrooms + span {
    margin-top: 3px;
}

.table_unsaved {
    border: 1px solid #ccc;
}

    .table_unsaved thead {
        background: teal;
        color: #fff;
    }

.reservationicon_close {
    text-align: right;
    float: right;
}

    .reservationicon_close a span {
        font-weight: 700;
        color: #000;
        font-size: 16px;
    }

.header_reservation {
    padding: 3px 10px;
    border-bottom: 1px solid #ccc;
    background: #eee;
    border-radius: 5px 5px 0 0;
}

.allroom_style {
    padding: 5px;
}

.sw-theme-arrows > .sw-toolbar-bottom {
    clear: both;
}

.cart {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cd-add-to-cart {
    -webkit-transition: all .2s;
    transition: all .2s;
}

.cd-cart-container::before {
    content: '';
    position: fixed;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s,visibility .4s;
    transition: opacity .4s,visibility .4s;
}

.cd-cart-container.cart-open::before {
    opacity: 1;
    visibility: visible;
}

.cd-cart .undo, .cd-cart-trigger .count li:last-of-type {
    visibility: hidden;
}

.cd-cart, .cd-cart-trigger {
    position: fixed;
    bottom: 20px;
    right: 5%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: transform;
    backface-visibility: hidden;
}

.empty .cd-cart, .empty .cd-cart-trigger {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

@media only screen and (min-width:1170px) {
    .cd-cart, .cd-cart-trigger {
        bottom: 40px;
    }
}

.cd-cart-trigger {
    z-index: 3;
    height: 72px;
    width: 72px;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    background: #0cd5b7;
}

    .cd-cart-trigger::after, .cd-cart-trigger::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        height: 100%;
        width: 100%;
        background: url(../../assets/image/cd-icons-cart-close.svg) no-repeat;
        -webkit-transition: opacity .2s,-webkit-transform .2s;
        transition: opacity .2s,-webkit-transform .2s;
        transition: opacity .2s,transform .2s;
        transition: opacity .2s,transform .2s,-webkit-transform .2s;
    }

    .cd-cart-trigger::after {
        background-position: -72px 0;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        transform: translateX(-50%) translateY(-50%) rotate(90deg);
    }

.cart-open .cd-cart-trigger::before {
    opacity: 0;
}

.cart-open .cd-cart-trigger::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cd-cart-trigger .count {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 28px;
    width: 28px;
    background: #e94b35;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 50%;
    text-indent: 0;
    -webkit-transition: -webkit-transform .2s .5s;
    transition: -webkit-transform .2s .5s;
    transition: transform .2s .5s;
    transition: transform .2s .5s,-webkit-transform .2s .5s;
}

    .cd-cart-trigger .count li {
        position: absolute;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        font-size: 14px;
    }

    .cd-cart-trigger .count.update-count li:last-of-type {
        -webkit-animation: cd-qty-enter .15s;
        animation: cd-qty-enter .15s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
    }

    .cd-cart-trigger .count.update-count li:first-of-type {
        -webkit-animation: cd-qty-leave .15s;
        animation: cd-qty-leave .15s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
    }

.cart-open .cd-cart-trigger .count {
    -webkit-transition: -webkit-transform .2s 0;
    transition: -webkit-transform .2s 0;
    transition: transform .2s 0;
    transition: transform .2s 0s,-webkit-transform .2s 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.empty .cd-cart-trigger .count {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cd-cart-trigger:hover + div .wrapper {
    box-shadow: 0 6px 40px rgba(0,0,0,.3);
}

.cart-open .cd-cart-trigger:hover + div .wrapper, .cd-cart .wrapper {
    box-shadow: 0 4px 30px rgba(0,0,0,.17);
}

.cd-cart {
    z-index: 2;
    width: 90%;
    max-width: 440px;
    height: 400px;
    max-height: 90%;
    pointer-events: none;
}

    .cd-cart .wrapper {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
        overflow: hidden;
        height: 72px;
        width: 72px;
        border-radius: 6px;
        -webkit-transition: height .4s .1s,width .4s .1s,box-shadow .3s;
        transition: height .4s .1s,width .4s .1s,box-shadow .3s;
        -webkit-transition-timing-function: cubic-bezier(.67,.17,.32,.95);
        transition-timing-function: cubic-bezier(.67,.17,.32,.95);
        background: #fff;
        pointer-events: auto;
    }

    .cd-cart footer, .cd-cart header {
        position: absolute;
        z-index: 2;
        left: 0;
        width: 100%;
    }

    .cd-cart .body, .cd-cart header {
        opacity: 0;
    }

    .cd-cart header {
        top: 0;
        border-radius: 6px 6px 0 0;
        padding: 0 1.4em;
        height: 40px;
        line-height: 40px;
        background-color: #fff;
        -webkit-transition: opacity .2s 0;
        transition: opacity .2s 0;
        border-bottom: 1px solid #e6e6e6;
    }

        .cd-cart header::after {
            clear: both;
            content: "";
            display: block;
        }

    .cd-cart footer {
        bottom: 0;
        border-radius: 0 0 6px 6px;
        box-shadow: 0 -2px 20px rgba(0,0,0,.15);
        background: #fff;
    }

    .cd-cart h2 {
        display: inline-block;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: .1em;
    }

    .cd-cart .undo {
        float: right;
        font-size: 1.2rem;
        opacity: 0;
        -webkit-transition: opacity .2s,visibility .2s;
        transition: opacity .2s,visibility .2s;
        color: #808b97;
    }

        .cd-cart .undo a {
            text-decoration: underline;
            color: #2b3e51;
        }

            .cd-cart .undo a:hover {
                color: #2c97de;
            }

        .cd-cart .undo.visible {
            opacity: 1;
            visibility: visible;
        }

    .cd-cart .checkout {
        display: block;
        height: 72px;
        line-height: 55px;
        margin-right: 72px;
        background: #2c97de;
        color: rgba(255,255,255,0);
        text-align: center;
        font-size: 1.8rem;
        font-weight: 600;
        -webkit-transition: all .2s 0;
        transition: all .2s 0;
    }

        .cd-cart .checkout:hover {
            background: #399ee0;
        }

        .cd-cart .checkout em {
            position: relative;
            display: inline-block;
            -webkit-transform: translateX(40px);
            -ms-transform: translateX(40px);
            transform: translateX(40px);
            -webkit-transition: -webkit-transform 0 .2s;
            transition: -webkit-transform 0 .2s;
            transition: transform 0 .2s;
            transition: transform 0 .2s,-webkit-transform 0 .2s;
        }

            .cd-cart .checkout em::after {
                position: absolute;
                top: 50%;
                bottom: auto;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 0;
                content: '';
                height: 24px;
                width: 24px;
                background: url(../../assets/image/cd-icon-arrow-next.svg) center center no-repeat;
                opacity: 0;
                -webkit-transition: opacity .2s;
                transition: opacity .2s;
            }

    .cd-cart .body {
        position: relative;
        z-index: 1;
        height: calc(100% - 40px);
        padding: 20px 0 10px;
        margin: 40px 0 10px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

        .cd-cart .body ul {
            overflow: hidden;
            padding: 0 1.4em 90px;
            position: relative;
        }

        .cd-cart .body li {
            position: relative;
            opacity: 0;
            -webkit-transform: translateX(80px);
            -ms-transform: translateX(80px);
            transform: translateX(80px);
            -webkit-transition: opacity 0 .2s,-webkit-transform 0 .2s;
            transition: opacity 0 .2s,-webkit-transform 0 .2s;
            transition: opacity 0 .2s,transform 0 .2s;
            transition: opacity 0 .2s,transform 0 .2s,-webkit-transform 0 .2s;
        }

            .cd-cart .body li::after {
                clear: both;
                content: "";
                display: block;
            }

            .cd-cart .body li:not(:last-of-type) {
                margin-bottom: 20px;
            }

            .cd-cart .body li.deleted {
                position: absolute;
                left: 1.4em;
                width: calc(100% - 2.8em);
                opacity: 0;
                -webkit-animation: cd-item-slide-out .3s forwards;
                animation: cd-item-slide-out .3s forwards;
            }

.cart-open .cd-cart .body, .cart-open .cd-cart .checkout:hover em::after, .cart-open .cd-cart header {
    opacity: 1;
}

.cd-cart .body li.deleted.undo-deleted {
    -webkit-animation: cd-item-slide-in .3s forwards;
    animation: cd-item-slide-in .3s forwards;
}

.cd-cart .body li.deleted + li {
    -webkit-animation: cd-item-move-up-mobile .3s;
    animation: cd-item-move-up-mobile .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cd-cart .body li.undo-deleted + li {
    -webkit-animation: cd-item-move-down-mobile .3s;
    animation: cd-item-move-down-mobile .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cd-cart .product-image {
    display: inline-block;
    float: left;
    width: 50px;
}

    .cd-cart .product-image img {
        display: block;
    }

.cd-cart .product-details {
    position: relative;
    display: inline-block;
    float: right;
    width: calc(100% - 50px);
    padding: .3em 0 0 .5em;
}

    .cd-cart .actions::after, .cd-cart .product-details::after {
        content: "";
        display: block;
        clear: both;
    }

.cd-cart .price, .cd-cart h3 {
    font-weight: 700;
}

.cd-cart h3 {
    width: 60%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .cd-cart h3 a {
        color: #2b3e51;
        font-size: 20px;
    }

        .cd-cart h3 a:hover {
            color: #2c97de;
        }

.cd-cart .price {
    float: right;
    width: 30%;
    text-align: right;
}

.cd-cart .actions {
    font-size: 14px;
    height: 1.6em;
    line-height: 3.6em;
}

.cd-cart .delete-item, .cd-cart .quantity {
    float: left;
    color: #808b97;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-cart .delete-item {
    margin-right: 1em;
}

    .cd-cart .delete-item:hover {
        color: #e94b35;
    }

.cd-cart .quantity label {
    display: inline-block;
    margin-right: .3em;
}

.cd-cart .select {
    position: relative;
}

    .cd-cart .select::after {
        content: '';
        position: absolute;
        z-index: 1;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 12px;
        height: 12px;
        pointer-events: none;
    }

.cd-cart select {
    position: relative;
    padding: 0 1em 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    border-radius: 0;
    font-size: 14px;
    margin: 0;
    color: #808b97;
}

    .cd-cart select:focus {
        outline: 0;
        color: #2b3e51;
        box-shadow: 0 1px 0 currentColor;
    }

    .cd-cart select::-ms-expand {
        display: none;
    }

.select select#cd-product-1 {
    padding-left: 7px !important;
    padding-right: 6px;
}

.cart-open .cd-cart .wrapper {
    height: 100%;
    width: 100%;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.quantity label {
    text-align: right !important;
    padding-top: 0 !important;
    float: right;
    margin-left: 5px;
}

.cart-open .cd-cart header {
    -webkit-transition: opacity .2s .2s;
    transition: opacity .2s .2s;
}

.cart-open .cd-cart .body {
    -webkit-transition: opacity 0;
    transition: opacity 0;
}

    .cart-open .cd-cart .body li {
        -webkit-transition: opacity .3s .2s,-webkit-transform .3s .2s;
        transition: opacity .3s .2s,-webkit-transform .3s .2s;
        transition: transform .3s .2s,opacity .3s .2s;
        transition: transform .3s .2s,opacity .3s .2s,-webkit-transform .3s .2s;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

        .cart-open .cd-cart .body li:nth-of-type(2) {
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
        }

        .cart-open .cd-cart .body li:nth-of-type(3) {
            -webkit-transition-duration: .5s;
            transition-duration: .5s;
        }

        .cart-open .cd-cart .body li:nth-of-type(4), .cart-open .cd-cart .body li:nth-of-type(5) {
            -webkit-transition-duration: .55s;
            transition-duration: .55s;
        }

.cart-open .cd-cart .checkout {
    color: #fff;
    -webkit-transition: color .2s .3s;
    transition: color .2s .3s;
}

    .cart-open .cd-cart .checkout em {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: padding .2s 0s,-webkit-transform .2s .3s;
        transition: padding .2s 0s,-webkit-transform .2s .3s;
        transition: transform .2s .3s,padding .2s 0;
        transition: transform .2s .3s,padding .2s 0s,-webkit-transform .2s .3s;
    }

    .cart-open .cd-cart .checkout:hover em {
        padding-right: 30px;
    }

.cd-cart-container li, .cd-cart-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#cd-product-1select:not(.custom-select):not(multiple) {
    background: 0 0;
}

@media only screen and (min-width:768px) {
    .cd-cart .body li:not(:last-of-type) {
        margin-bottom: 14px;
    }

    .cd-cart .body li.deleted + li {
        -webkit-animation: cd-item-move-up .3s;
        animation: cd-item-move-up .3s;
    }

    .cd-cart .body li.undo-deleted + li {
        -webkit-animation: cd-item-move-down .3s;
        animation: cd-item-move-down .3s;
    }

    .cd-cart .checkout {
        font-size: 1.4rem;
    }

    .cd-cart .product-image {
        width: 90px;
    }

    .cd-cart .product-details {
        padding: 1.4em 0 0 1em;
        width: calc(100% - 90px);
    }

    .cd-cart .price, .cd-cart h3 {
        font-size: 1.8rem;
    }

    .btn-alignment {
        margin-right: 0;
    }
}

@-webkit-keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@-webkit-keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
    }
}

@keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
    }
}

@-webkit-keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 70px;
    }

    100% {
        padding-top: 0;
    }
}

@keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 70px;
    }

    100% {
        padding-top: 0;
    }
}

@-webkit-keyframes cd-item-move-up {
    0% {
        padding-top: 104px;
    }

    100% {
        padding-top: 0;
    }
}

@keyframes cd-item-move-up {
    0% {
        padding-top: 104px;
    }

    100% {
        padding-top: 0;
    }
}

@-webkit-keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0;
    }

    100% {
        padding-top: 70px;
    }
}

@keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0;
    }

    100% {
        padding-top: 70px;
    }
}

@-webkit-keyframes cd-item-move-down {
    0% {
        padding-top: 0;
    }

    100% {
        padding-top: 104px;
    }
}

@keyframes cd-item-move-down {
    0% {
        padding-top: 0;
    }

    100% {
        padding-top: 104px;
    }
}

@-webkit-keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@-webkit-keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

.inquiry_form .form-group .control-label {
    margin-top: 6px;
}

.inquiry_form input.form-control {
    height: 40px;
    letter-spacing: 1px;
    box-shadow: none;
}

.inquiry_form select.form-control {
    height: 40px !important;
    letter-spacing: 1px;
    background: url(../image/arrow-dropdown.png) 90% center no-repeat #fff !important;
}

.inquiry_form .ddlStateformError {
    left: 55px !important;
}

.inquiry_form .txtNoNightsformError {
    left: 16px !important;
}

.inquiry_form .select2 {
    width: 100% !important;
}

.inquiry_checkbox, .vertical_checklist .inquiry_checkbox {
    width: 30%;
    display: inline-block;
}

.inquiry_form .select2-container .select2-selection--single {
    height: 40px;
    /*border-radius: 4px 0 0 4px;*/
}

.inquiry_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.inquiry_form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -10px;
    margin-top: 3px;
}

.checkbox_list {
    padding: 0;
    margin: 0;
}

label.lblalignvertical {
    margin: 0 0 6px !important;
    padding: 0 !important;
}

.inquiry_checkbox {
    margin-right: 2%;
}

.checkbox_list4 {
    float: left;
    width: 100%;
    padding: 0;
}

    .checkbox_list4 .inquiry_checkbox {
        width: 100%;
        margin-right: 2%;
        float: left;
        padding: 0;
        display: table;
        margin-bottom: 10px;
    }

    .checkbox_list li:last-child, .checkbox_list4 li:last-child {
        margin: 0;
    }

    .checkbox_list4 .inquiry_checkbox label {
        height: 64px;
        vertical-align: middle;
        display: table-cell;
        width: 100%;
        padding: 0;
    }

.inquiry_checkbox label i {
    right: 0;
    position: relative;
    float: right;
    font-size: 26px;
    line-height: 27px;
}

.inquiry_checkbox input[type=radio] {
    display: none;
}

    .inquiry_checkbox input[type=radio]:not(:disabled) ~ label {
        cursor: pointer;
    }

    .inquiry_checkbox input[type=radio]:disabled ~ label {
        color: #bcc2bf;
        border-color: #bcc2bf;
        box-shadow: none;
        cursor: not-allowed;
    }

.txtGroupSizeformError {
    left: 14px !important;
}

.inquiry_checkbox label {
    height: 100%;
    display: block;
    background: #fff;
    border: 2px solid #838688;
    border-radius: 8px;
    padding: .5rem;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    font-size: 18px;
    color: #000;
}

.inquiry_checkbox input[type=radio]:checked + label {
    background: #E97D13;
    color: #000;
    border-color: #E97D13;
}

.inquiry_checkbox input[type=radio]#control_05:checked + label {
    background: red;
    border-color: red;
}

.enquiry_mt30 {
    margin-top: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.enquiry_stepfooter p {
    font-size: 12px;
    text-align: right;
    color: #7d7d7d;
    letter-spacing: 1px;
}

.btn_next {
    padding: 0;
    text-align: right;
}

    .btn_next input {
        border: 3px solid #8c4805;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 10px 30px;
        border-radius: 8px;
    }

        .btn_next input:hover {
            background: #8C4805;
            color: #fff;
        }

input.btn_disable {
    background: 0 0;
    border: 3px solid #959595;
    cursor: default;
}

    input.btn_disable:focus {
        border-color: #959595 !important;
        box-shadow: none !important;
    }

    input.btn_disable:hover {
        background: 0 0;
        border: 3px solid #959595;
    }

.btnperviou_color {
    background: #fff;
    color: #000;
    border-color: #fff !important;
}

    .btnperviou_color:hover {
        background: #8C4805;
        border-color: #8C4805 !important;
    }

.btnnext_color {
    background: #E97D13;
    color: #fff;
}

    .btnnext_color:hover {
        background: #5bc0de;
    }

.checkbox_verticallist {
    padding: 0;
    margin: 0;
}

.checkbox1 {
    padding-left: 20%;
}

.checkbox_verticallist li {
    display: inline-block;
    width: 40%;
}

.checkbox_verherilist {
    font-size: 0;
    padding: 0;
}

    .checkbox_verherilist li {
        display: inline-block;
        flex-grow: 1;
        height: auto;
    }

        .checkbox_verherilist li label {
            padding: 0;
            line-height: 40px;
        }

.inquiry_form .register_input input {
    background: #fff !important;
    color: #000;
    position: initial;
    border-radius: 0 !important;
}

    .inquiry_form .register_input input + span i {
        color: #000;
    }

.step2checkbox_list {
    padding: 0;
    margin: 0;
}

    .step2checkbox_list li.inquiry_checkbox {
        width: 100%;
    }

        .step2checkbox_list li.inquiry_checkbox label {
            font-size: 14px;
            padding: 0;
            line-height: 128%;
            height: 45px;
            display: table-cell;
            vertical-align: middle;
        }

.step2checkbox_list2 {
    flex-flow: row wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

    .step2checkbox_list2 li {
        flex: 1;
        padding: .5rem;
    }

        .step2checkbox_list2 li label {
            height: 50px;
        }

.inquiry_form .bespmobileno {
    width: 79%;
}

.inquiry_form .bespcountrycode {
    margin-right: 10px;
}

.padding_zero {
    padding: 0;
}

.checkbox_list3 {
    float: left;
    width: 100%;
    padding: 0;
}

    .checkbox_list3 li.inquiry_checkbox {
        width: 100%;
        float: left;
        padding: 0;
        display: table;
        margin-bottom: 10px;
    }

    .checkbox_list3 .inquiry_checkbox label {
        height: 64px;
        vertical-align: middle;
        display: table-cell;
        width: 100%;
        padding: 0;
    }

    .checkbox_list3 li.inquiry_checkbox:last-child {
        margin: 0;
    }

.thanks_text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.thanks_text h5, .thanks_text h6 {
    font-weight: 400;
    margin-bottom: 1.5em !important;
    color: #fff;
}

.thanks_text h5 {
    font-size: 20px;
}

.thanks_text h6 {
    font-size: 16px;
}

#divConfirmation .regbody {
    margin-top: 10%;
}

.inquiry_form .input-group-addon {
    background: #fff;
}

.inquiry_checkbox input[type=checkbox] {
    display: none;
}

    .inquiry_checkbox input[type=checkbox]:not(:disabled) ~ label {
        cursor: pointer;
    }

    .inquiry_checkbox input[type=checkbox]:disabled ~ label {
        color: #bcc2bf;
        border-color: #bcc2bf;
        box-shadow: none;
        cursor: not-allowed;
    }

    .inquiry_checkbox input[type=checkbox]:checked + label {
        background: #E97D13;
        color: #000;
        border-color: #E97D13;
    }

    .inquiry_checkbox input[type=checkbox]#control_05:checked + label {
        background: red;
        border-color: red;
    }

.mx-auto {
    margin: 0 auto !important;
}

.float-xs-none {
    float: none !important;
}

.landingcheckbox_list .inquiry_checkbox {
    background: #e97d13;
    border-radius: 20px;
}

    .landingcheckbox_list .inquiry_checkbox label i {
        right: 25px;
        position: relative;
        float: right;
        font-size: 72px;
        line-height: 100px;
    }

    .landingcheckbox_list .inquiry_checkbox img {
        width: 100px;
        height: 100px;
        float: left;
        margin: 5px 0;
    }

@media only screen and (max-width:1264px) {
    .gitsectionaction_style ul li {
        margin: 0px 6em 0em 0;
    }
}

@media only screen and (max-width:320px) {
    .checkbox_list4 li.inquiry_checkbox {
        width: 20% !important;
    }
}



@media only screen and (max-width:767px) {
    .inquiry_checkbox {
        width: 32%;
        margin: 0;
    }

    ul.list_order, ul.list_order.list_styleorder li {
        width: 100% !important;
    }

    .address_list li {
        margin-bottom: 1rem;
    }

    .upload-img {
        width: auto !important;
    }

    .label_alignmentseperate {
        display: initial !important;
    }

    .media_checkboxmove1 {
        position: relative;
        left: 7px;
        margin: 0 !important;
    }

    ul.early_list li input {
        margin-bottom: 10px;
    }

    .custom_fullwidth {
        margin: 3em 0 0 0;
    }

    .section_one img {
        width: 35%;
        float: inherit;
    }

    .section_one, section_two, .section-three, .section_four, .section_five, .section_six, .section_seven {
        width: 100%;
    }

    .dashboard_media .fc-header-toolbar .fc-left, .dashboard_media .fc-header-toolbar .fc-center, .dashboard_media .fc-header-toolbar .fc-right {
        width: 100%;
        text-align: center;
    }

    .eventcalendar_bodystyle {
        display: block !important;
        height: auto !important;
    }

    .eventcalendar_headerbtnalignment, .eventcalendar_headerbtnalignment a {
        margin: 3px 3px !important;
        font-size: 12px;
    }

    .custom_filecontrol {
        width: 100% !important;
        min-width: auto !important;
    }

    .upload-img img {
        /*width: auto !important;*/
        height: auto !important;
        border: 1px solid #000;
    }

    ul.normaltab_order, ul.normaltab_order li {
        display: block;
    }

    .listgroup_verticalmedia {
        flex-direction: column;
    }

    ul.demographic_list, ul.demographic_list li {
        margin: 0.5rem 0 !important;
        padding: 0;
    }

    .gitsectionaction_style ul li {
        margin: 0 1em 0 0;
    }

    .step_wizard ul.nav-inline li {
        margin: 0.5em 0 !important;
    }

    .gitsectionaction_style {
        position: absolute;
        /*top: 7rem;*/
        bottom: auto;
        text-align: center;
        overflow-x: scroll;
        z-index: 222;
    }

        .gitsectionaction_style ul {
            margin: 0em 0em;
        }

    .inquiry_checkbox label {
        font-size: 13px;
    }

    .giftoffers_list li.giftofferslist_liststyle .gitsection_style {
        display: initial !important;
    }

    .gitsection_style .col-md-2 {
        width: 100% !important;
    }

    .checkbox_list4 {
        margin: 0;
        padding: 0;
    }

        .checkbox_list4 li.inquiry_checkbox {
            width: 23.5%;
            line-height: 100%;
        }

        .checkbox_list4 .inquiry_checkbox label {
            height: 46px;
        }

    .responsive_paddzero {
        padding: 0;
    }

    .landingcheckbox_list .inquiry_checkbox label i {
        right: 4px;
        position: relative;
        float: right;
        font-size: 24px;
        line-height: 105px;
    }

    .landingcheckbox_list li label {
        font-size: 20px !important;
    }

    .formError {
        left: 0 !important;
    }

    input.btn-alignment {
        margin-right: 0px;
    }

    /*custom media design*/
    .wrapper #content-wrapper {
        padding: 0px;
    }

    .fc-button-group {
        display: initial !important;
    }

        .fc-button-group button {
            margin: 1px 4px;
            margin-bottom: 5px;
        }

    .custom_checktck {
        display: initial !important;
    }

    ul.normal_order {
        margin: 0px;
        display: inherit !important;
    }
}

@media only screen and (min-device-width:998px) and (max-device-width:1024px) {
    .custom_checktck {
        display: flex;
        width: -moz-max-content;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .inquiry_form .register_input input {
        width: 100%;
    }

    .tabs-vertical-warning.tabs-vertical .nav-tabs {
        display: block;
    }

    .checkboxlabel_space .checkbox label {
    }

    .label_alignmentseperate {
        display: initial !important;
        position: absolute !important;
    }

    .inquiry_form .register_input input#txtContactNo {
        width: 121%;
    }
}

.sw-theme-arrows > .sw-container hr {
    border: 0;
}

.sw-theme-arrows > ul.step-anchor {
    border: 0;
    background: 0 0;
    border-radius: 0;
}

    .sw-theme-arrows > ul.step-anchor > li {
        width: 32.33333%;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

        .sw-theme-arrows > ul.step-anchor > li > a, .sw-theme-arrows > ul.step-anchor > li > a:hover {
            color: #a0a0a0;
            padding: 10px 0;
            display: block;
            background: 0 0;
            font-weight: 700;
            font-size: 16px;
            line-height: 1;
        }

        .sw-theme-arrows > ul.step-anchor > li:first-child > a {
            padding-left: 0;
        }

        .sw-theme-arrows > ul.step-anchor > li.active > a {
            border: 0 !important;
            color: #222 !important;
            background: 0 0 !important;
        }

        .sw-theme-arrows > ul.step-anchor > li > a:before {
            width: 34px;
            height: 34px;
            float: left;
            line-height: 2.2;
            color: #fff;
            border-radius: 50%;
            background-color: #a0a0a0;
            border: 0;
            top: auto;
            left: auto;
            margin: 0 8px 0 0;
            position: relative;
        }

        .sw-theme-arrows > ul.step-anchor > li.active > a:before {
            background-color: #0d3e24;
        }

        .sw-theme-arrows > ul.step-anchor > li:nth-child(1) > a:before {
            content: '1';
        }

        .sw-theme-arrows > ul.step-anchor > li:nth-child(2) > a:before {
            content: '2';
        }

        .sw-theme-arrows > ul.step-anchor > li:nth-child(3) > a:before {
            content: '3';
        }

        .sw-theme-arrows > ul.step-anchor > li.active > a:after, .sw-theme-arrows > ul.step-anchor > li > a:after {
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f054";
            width: auto;
            height: auto;
            border: 0;
            margin: 0;
            right: 10px;
            left: auto;
            transform: translateY(-50%);
        }

        .sw-theme-arrows > ul.step-anchor > li:last-child > a:after {
            content: '';
        }

        .sw-theme-arrows > ul.step-anchor > li.active > a:after {
            border-left: 0 !important;
        }

        .sw-theme-arrows > ul.step-anchor > li h5 {
            font-size: 16px;
            line-height: 1;
            text-align: left;
            padding-top: 9px;
            padding-bottom: 9px;
        }

.loginpnlalign_style .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.loginpnlalign_style .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #e88422;
    width: auto;
    height: auto;
    border: 0;
}

.inquiry_heading, .landingcheckbox_list li label {
    font-family: Segoe UI,Roboto,"Helvetica Neue",Arial,sans-serif;
    text-align: center;
}

#step4 .form-horizontal {
    text-align: center;
}

.inquiry_form .form-group .control-label {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #0A3C21;
}

.checkbox_verherilist {
    width: 70%;
    margin: 0 auto;
}

    .checkbox_verherilist li {
        width: 16.66666%;
        margin: 10px auto 0;
    }

        .checkbox_verherilist li label {
            width: 39px;
            height: 39px;
            border: 1px solid #a0a0a0;
            color: #a0a0a0;
            font-size: 16px;
            border-radius: 0;
            margin: 0 auto 23px;
        }

.landingcheckbox_list {
    padding: 0;
}

    .landingcheckbox_list li label {
        width: 100%;
        border-radius: 12px;
        background: #7E8C8D;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        padding: 0;
        margin: 0 auto;
        vertical-align: middle;
        border: none;
        float: left;
    }

    .landingcheckbox_list .inquiry_checkbox {
        width: 100%;
        display: inline-block;
    }

.landing_guest li {
    line-height: 105px;
}

.landing_outdoor li.inquiry_checkbox label {
    padding: 18px 40px;
}

.inquiry_heading {
    font-size: 28px;
    color: #fff;
}

.inquiry_align {
    padding: 0 6em;
    margin-top: 2%;
}

.inquirybtn_group {
    text-align: center;
    margin-top: 2em;
}

    .inquirybtn_group .btn {
        width: 275px;
        height: 90px;
        margin-right: 20px;
        border-radius: 12px;
        background: #e97d13;
        color: #fff;
        font-family: Roboto,sans-serif;
        font-size: 24px;
        font-weight: 700;
        padding: 0 40px;
        white-space: pre-wrap;
    }

        .inquirybtn_group .btn:hover {
            background: rgba(233,125,19,.7);
        }

.inquiry_desc {
    width: 95%;
    margin: 5px auto 15px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: Segoe UI,Roboto,"Helvetica Neue",Arial,sans-serif;
    background: #BEC3C7;
    padding: 26px;
    border-radius: 30px;
    height: auto;
}

    .inquiry_desc p {
        padding: 0;
        margin: 0;
        line-height: 30px;
    }

.group_size {
    width: 50% !important;
}

    .group_size + span.input-group-addon {
        float: left;
        position: relative;
        width: 40px;
        height: 40px;
        line-height: 25px;
        background: #fff;
    }

.hoverWrapper #hoverShow1 {
    display: none;
    position: fixed;
    background-color: #f8f8f8;
    width: 300px;
    min-height: 300px;
    left: 39%;
    top: 23%;
    z-index: 9;
    border: 2px solid #4b4b4b;
    border-radius: 20px;
    padding: 0;
}

.hoverWrapper:hover #hoverShow1 {
    display: block;
}

.lodging_popup h3 {
    font-size: 16px;
    border-bottom: 1px solid #7b7575;
    padding: 2px 10px;
    background: #eee;
    font-weight: 700;
    color: #000;
    border-radius: 20px 20px 0 0;
}

    .lodging_popup h3 span {
        float: right;
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #801113;
        line-height: 30px;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        margin-top: 6px;
        color: #fff;
    }

.pad10 {
    padding: 10px;
}

.custom_tooltip > #hoverShow1 {
    width: 300px;
    padding: 7px 10px;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    display: none;
    margin-left: -30px;
}

.custom_tooltip:hover #hoverShow1::before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    content: '';
    position: absolute;
    left: 11%;
    margin-top: -10px;
}

.custom_tooltip:hover #hoverShow1 {
    color: #000;
    border: 2px solid #4b4b4b;
    border-radius: 20px;
    background-color: #f8f8f8;
    display: inline;
    padding: 0;
}

.custom_tooltip:hover > #hoverShow1 {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.hidden, .minimalist-left-simpletooltip[aria-hidden=true], .minimalist-simpletooltip[aria-hidden=true], .simpletooltip[aria-hidden=true] {
    display: none;
}

.minimalist-left-simpletooltip_container, .minimalist-simpletooltip_container, .simpletooltip_container {
    position: relative;
    display: inline;
}

.minimalist-left-simpletooltip, .minimalist-simpletooltip, .simpletooltip {
    position: absolute;
    display: inline-block;
    z-index: 666;
    width: 10em;
    border-radius: .5em;
    background: #000;
    background: rgba(0,0,0,.9);
    color: #eee;
    padding: .5em;
    text-align: left;
    line-height: 1.3;
}

    .minimalist-left-simpletooltip:after, .minimalist-simpletooltip:after, .simpletooltip:after {
        content: '';
        position: absolute;
        left: -1em;
        right: -1em;
        bottom: -1em;
        top: -1em;
    }

.minimalist-simpletooltip, .simpletooltip {
    right: auto;
    left: 100%;
    margin-left: .5em;
}

.minimalist-left-simpletooltip {
    right: 100%;
    left: auto;
    margin-right: .5em;
}

    .minimalist-left-simpletooltip::before, .minimalist-simpletooltip::before, .simpletooltip::before {
        content: '';
        speak: none;
        position: absolute;
        z-index: 666;
        width: 10px;
        height: 10px;
    }

.minimalist-simpletooltip::before, .simpletooltip::before {
    top: .5em;
    left: -10px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-right: 10px solid rgba(0,0,0,.9);
}

.minimalist-left-simpletooltip::before {
    top: .5em;
    right: -10px;
    margin-right: -10px;
    border: 10px solid transparent;
    border-left: 10px solid rgba(0,0,0,.9);
}

@media (max-width:44.375em) {
    .minimalist-left-simpletooltip, .minimalist-simpletooltip, .simpletooltip {
        top: 100%;
        left: 50%;
        right: 0;
        margin: .7em 0 0 -5em;
    }

        .minimalist-left-simpletooltip::before, .minimalist-simpletooltip::before, .simpletooltip::before {
            top: -10px;
            right: auto;
            left: 50%;
            margin-left: -5px;
            margin-top: -10px;
            border: 10px solid transparent;
            border-bottom: 10px solid rgba(0,0,0,.9);
        }
}

.top {
    border-bottom: 1px solid #eee;
    display: block;
    margin-bottom: 33px;
}

    .top a {
        background: #FFF;
        padding-right: 10px;
        position: relative;
        top: 8px;
    }

.syntaxhighlighter {
    padding: .5em 0;
}

.bg-warning.Zebra_Pin {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 12px 6px -6px rgba(0,0,0,.1);
    transition: box-shadow .25s linear;
}

.Zebra_Tooltip {
    background: 0 0;
    position: absolute;
    z-index: 8000;
}

    .Zebra_Tooltip .Zebra_Tooltip_Message {
        background: #f8f8f8;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 0 6px rgba(0,0,0,.6);
        color: #000;
        line-height: 1.4;
        max-width: 250px;
        padding: 0;
        position: relative;
        border: 2px solid #4b4b4b;
    }

        .Zebra_Tooltip .Zebra_Tooltip_Message.Zebra_Tooltip_Has_Close {
            padding-right: 23px;
        }

    .Zebra_Tooltip .Zebra_Tooltip_Arrow {
        position: absolute;
        width: 20px;
        height: 10px;
        overflow: hidden;
    }

        .Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Bottom {
            bottom: 0;
        }

            .Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Bottom div {
                top: 0;
                border-color: #000 transparent transparent;
            }

                .Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Bottom div.Zebra_Tooltip_Arrow_Border {
                    border-color: #000 transparent transparent;
                }

        .Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Top {
            top: 0;
        }

            .Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Top div {
                bottom: 0;
                border-color: transparent transparent #000;
            }

                .Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Top div.Zebra_Tooltip_Arrow_Border {
                    border-color: transparent transparent #000;
                }

        .Zebra_Tooltip .Zebra_Tooltip_Arrow div {
            position: absolute;
            border-style: solid;
            border-width: 10px;
            width: 0;
            height: 0;
            left: 0;
        }

            .Zebra_Tooltip .Zebra_Tooltip_Arrow div.Zebra_Tooltip_Arrow_Border {
                border-width: 10px;
                box-shadow: 0 0 6px rgba(0,0,0,.6);
                left: 0;
            }

    .Zebra_Tooltip .Zebra_Tooltip_Close {
        color: #fff;
        font-family: Arial,sans-serif;
        font-size: 18px;
        line-height: 1;
        padding: 0 4px;
        position: absolute;
        right: 2px;
        text-decoration: none;
        top: 2px;
    }

        .Zebra_Tooltip .Zebra_Tooltip_Close:hover {
            color: #000;
            background: #c2d076;
            border-radius: 5px;
        }

@media only screen and (max-width:479px) {
    div.textstep_wizard ul.nav li.active {
        width: 74% !important;
    }

    div.textstep_wizard ul.nav li {
        width: 74%;
        margin-bottom: 5px;
    }

    .hoverWrapper #hoverShow1 {
        width: 85%;
        left: 26px;
        top: 19%;
    }
}

@media only screen and (min-width:900px) and (max-width:1300px) {
    .section_one img {
        float: initial;
    }
}

@media only screen and (max-width:767px) {
    .inquiry_align {
        padding: 8px 22px;
    }
    .input_marginbottom input{
        margin-bottom:10px;
    }
    .Schedule_width {
        max-width: 100% !important;
    }

    .giftoffers_list li.giftofferslist_liststyle .gitsection_style .giftsection_img {
        display: inherit !important;
        border-style: none;
        padding: 0;
    }

    .inquiry_heading {
        font-size: 24px;
    }

    .inquirybtn_group {
        margin-top: 3em;
    }

    .step_wizard ul li.active {
        width: 65% !important;
        font-size: 14px;
        bottom: 0;
    }

    div.textstep_wizard ul li.active {
        width: 40% !important;
    }

    .textstep_wizard ul li {
        width: 40%;
        margin-bottom: 5px;
    }

    .guestwizard .wizard .nav-tabs > li {
        min-width: 60px;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1506px) {
    .inline_radiooptionbox {
        display: flex;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .inquiry_align {
        padding: 8px 10em;
    }

    .Schedule_width {
        max-width: 100% !important;
    }
    input_marginbottom input{
        margin-bottom:10px;
    }
    .step_wizard ul li.active {
        width: 18% !important;
        font-size: 14px;
    }

    .inline_radiooptionbox {
        display: flex;
    }

    .step_wizard ul li {
        width: 7.3% !important;
        padding-left: 20px;
    }

    .step_wizard i {
        font-size: 18px;
    }

    div.textstep_wizard ul li.active {
        width: 20% !important;
    }

    div.textstep_wizard ul li {
        width: 20% !important;
        margin-bottom: 5px;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    #nav-mega > ul > li > a, #nav > ul > li > a {
        padding: 15px 16px;
        min-width: 60px;
    }
}

@media only screen and (max-width:1199px) {
    #nav > ul > li > a {
        min-width: 70px;
        padding: 15px 17px;
    }
}

@media only screen and (min-width:1680px) {
    .step_wizard ul li {
        width: 5% !important;
    }

    .textstep_wizard ul li {
        width: 10% !important;
    }
}

.timeline {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #c9d8e0;
        left: 33px;
        margin: 0;
        border-radius: 2px;
    }

    .timeline > li {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
    }

        .timeline > li:after, .timeline > li:before {
            content: " ";
            display: table;
        }

        .timeline > li > .timeline-item {
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
            box-shadow: 0 1px 1px rgba(0,0,0,.1);
            border-radius: 3px;
            margin-top: 0;
            background: #fff;
            color: #444;
            margin-left: 60px;
            margin-right: 15px;
            padding: 0;
            position: relative;
        }

            .timeline > li > .timeline-item > .time {
                color: #999;
                float: right;
                padding: 10px;
                font-size: 12px;
            }

            .timeline > li > .timeline-item > .timeline-header {
                margin: 0;
                color: #555;
                border-bottom: 1px solid #f4f4f4;
                padding: 10px;
                font-size: 16px;
                line-height: 1.1;
            }

                .timeline > li > .timeline-item > .timeline-header > a {
                    font-weight: 600;
                }

            .timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
                padding: 10px;
            }

        .timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
            width: 30px;
            height: 30px;
            font-size: 15px;
            line-height: 30px;
            position: absolute;
            color: #666;
            background: #d2d6de;
            border-radius: 50%;
            text-align: center;
            left: 18px;
            top: 0;
        }

.wizard .nav-tabs, .wizard > div.wizard-inner {
    position: relative;
}

.timeline > .time-label > span {
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
    background-color: #fff;
}

    .timeline > .time-label > span.displaynone {
        display: none;
    }

.tooltip_popup, .tooltip_popup:hover .txt, span.round-tab {
    display: inline-block;
}

.btn-circle, .btn-rounded {
    width: 40px;
    height: 40px;
    padding: 10px;
}

.timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .timeline-inverse > li > .timeline-item > .timeline-header {
        border-bottom-color: #ddd;
    }

.alert-danger, .alert-error, .alert-info, .alert-success, .alert-warning, .bg-aqua, .bg-aqua-active, .bg-black, .bg-black-active, .bg-blue, .bg-blue-active, .bg-fuchsia, .bg-fuchsia-active, .bg-green, .bg-green-active, .bg-light-blue, .bg-light-blue-active, .bg-lime, .bg-lime-active, .bg-maroon, .bg-maroon-active, .bg-navy, .bg-navy-active, .bg-olive, .bg-olive-active, .bg-orange, .bg-orange-active, .bg-purple, .bg-purple-active, .bg-red, .bg-red-active, .bg-teal, .bg-teal-active, .bg-yellow, .bg-yellow-active, .callout.callout-danger, .callout.callout-info, .callout.callout-success, .callout.callout-warning, .label-danger, .label-info, .label-primary, .label-success, .label-warning, .modal-danger .modal-body, .modal-danger .modal-footer, .modal-danger .modal-header, .modal-info .modal-body, .modal-info .modal-footer, .modal-info .modal-header, .modal-primary .modal-body, .modal-primary .modal-footer, .modal-primary .modal-header, .modal-success .modal-body, .modal-success .modal-footer, .modal-success .modal-header, .modal-warning .modal-body, .modal-warning .modal-footer, .modal-warning .modal-header {
    color: #fff !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de;
}

.bg-gray-light {
    background-color: #f7f7f7;
}

.bg-black, .bg-inverse {
    background-color: #111;
}

.alert-danger, .alert-error, .bg-danger, .bg-red, .callout.callout-danger, .label-danger, .modal-danger .modal-body {
    background-color: #348b9e !important;
}

.alert-warning, .bg-warning, .bg-yellow, .callout.callout-warning, .label-warning, .modal-warning .modal-body {
    background-color: #ffb22b !important;
}

.alert-info, .bg-aqua, .bg-info, .callout.callout-info, .label-info, .modal-info .modal-body {
    background-color: #1e88e5 !important;
}

.bg-blue {
    background-color: #389af0;
}

.bg-light-blue, .bg-primary, .label-primary, .modal-primary .modal-body {
    background-color: #45aef1 !important;
}

.alert-success, .bg-green, .bg-success, .callout.callout-success, .label-success, .modal-success .modal-body {
    background-color: #26C6DA !important;
}

.bg-navy {
    background-color: #001f3f;
}

.bg-teal {
    background-color: #39cccc;
}

.bg-olive {
    background-color: #7dab2e;
}

.bg-lime {
    background-color: #01ff70;
}

.bg-orange {
    background-color: #f7941d;
}

.bg-fuchsia {
    background-color: #f012be;
}

.bg-purple {
    background-color: #7460ee;
}

.bg-maroon {
    background-color: #8C1919;
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8;
}

.facebookbg, .mailbg, .mobilebg, .skypebg, .telephonebg, .whatsappbg {
    color: #fff !important;
}

.bg-black-active {
    background-color: #000;
}

.bg-red-active, .modal-danger .modal-footer, .modal-danger .modal-header {
    background-color: #e03656;
}

.bg-yellow-active, .modal-warning .modal-footer, .modal-warning .modal-header {
    background-color: #eba11f;
}

.bg-aqua-active, .modal-info .modal-footer, .modal-info .modal-header {
    background-color: #217ecf;
}

.bg-blue-active {
    background-color: #2f88d6;
}

.bg-light-blue-active, .modal-primary .modal-footer, .modal-primary .modal-header {
    background-color: #25a4f4;
}

.bg-green-active, .modal-success .modal-footer, .modal-success .modal-header {
    background-color: #17acbf;
}

.bg-navy-active {
    background-color: #001a35;
}

.bg-teal-active {
    background-color: #30bbbb;
}

.bg-olive-active {
    background-color: #61881f;
}

.bg-lime-active {
    background-color: #00e765;
}

.bg-orange-active {
    background-color: #df8214;
}

.bg-fuchsia-active {
    background-color: #db0ead;
}

.bg-purple-active {
    background-color: #614ed3;
}

.bg-maroon-active {
    background-color: #7e1616;
}

.timeline-header-contact {
    margin-left: 40px;
}

.whatsappbg {
    background-color: #25D366 !important;
}

.facebookbg {
    background-color: #3B5999 !important;
}

.skypebg {
    background-color: #00A6E3 !important;
}

.mailbg {
    background-color: #A42222 !important;
}

.mobilebg {
    background-color: #D2CC10 !important;
}

.telephonebg {
    background-color: #6E9611 !important;
}

#step-2 {
    margin-top: 3em;
}

.wizard {
    margin: 20px auto;
}

    .wizard .nav-tabs {
        margin: 40px auto 0;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:focus, .wizard .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 27px;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

    span.round-tab i {
        color: #555;
    }

.wizard li.active span.round-tab {
    background: #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

    .wizard .nav-tabs > li a {
        width: 30px;
        height: 30px;
        margin: 0 auto;
        border-radius: 100%;
        padding: 0;
    }

        .wizard .nav-tabs > li a:hover {
            background: 0 0;
        }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

.wizard .nav-tabs {
    border-bottom: none;
}

@media(max-width:585px) {
    .wizard {
        width: 90%;
        height: auto !important;
    }

        .wizard .nav-tabs > li a, span.round-tab {
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

    span.round-tab {
        font-size: 16px;
    }
}

.preview_form h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

.preview_group h3 {
    color: #0A3C21;
    border-bottom: 1px solid #0A3C21;
    padding-bottom: 16px;
}

.preview_form .leftlbl {
    font-size: 16px;
    color: #000;
}

.preview_form label {
    color: #000 !important;
}

.preview_form .leftlbl i {
    font-size: 20px;
    margin-right: 10px;
}

.preview_form .rightlbl {
    font-size: 15px;
    color: #111010;
    font-weight: 400;
    word-wrap: break-word;
}

.preview_group {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    clear: both;
}

#divGrid table tr td, table tr th {
    border: 1px solid #CECECE;
}

.month-picker {
    width: 257px;
}

.form-control1 {
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    color: #55595c;
    font-size: 1rem;
    line-height: 1.25;
    padding: .5rem .75rem;
    width: 100%;
}

.month-picker-open-button {
    margin-left: -38px;
    margin-top: -5px;
    padding: 18px;
}

.checkbox .table td, .table th {
    border: none;
}

.mttwopointtwo {
    margin-top: 2.2rem !important;
}

.pad3 {
    padding: 3px;
}

.demo {
    padding: 2%;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 3px rgba(0,0,0,.1);
    border: 1px solid #acac9c;
    background: url(body-bg.png) #d7d8c8;
}

    .demo p + p {
        margin: 30px 0 0;
    }

    .demo p {
        font-size: 14px;
    }

    .demo a {
        margin: 5px 10px 0 0;
        float: left;
    }

.tooltip_popup {
    width: auto;
    height: auto;
    position: relative;
    box-shadow: 0 0 0 2px #aaaa9e;
    border-radius: 1000px;
    border: 1px solid #fdfdfc;
    background: #f2f3ee;
}

    .tooltip_popup .txt {
        width: 200px;
        padding: 10px 15px;
        display: none;
        position: absolute;
        z-index: 1000;
        border-radius: 3px;
        background: rgba(0,0,0,.75);
        font-size: 12px;
        font-weight: 400;
        text-shadow: -1px 1px 0 rgba(0,0,0,.2);
        line-height: 150%;
        color: #fff;
    }

        .tooltip_popup .txt:before {
            width: 0;
            padding: 0;
            position: absolute;
            content: '';
        }

    .tooltip_popup.top .txt {
        bottom: 20px;
        left: -10px;
    }

        .tooltip_popup.top .txt:before {
            bottom: -5px;
            left: 10px;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid rgba(0,0,0,.75);
        }

    .tooltip_popup.right .txt {
        top: -10px;
        left: 20px;
    }

        .tooltip_popup.right .txt:before {
            top: 10px;
            left: -5px;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid rgba(0,0,0,.75);
        }

    .tooltip_popup.bottom .txt {
        top: 20px;
        left: -10px;
    }

        .tooltip_popup.bottom .txt:before {
            top: -5px;
            left: 10px;
            bottom: auto;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid rgba(0,0,0,.75);
        }

    .tooltip_popup.left .txt {
        top: -10px;
        right: 20px;
    }

        .tooltip_popup.left .txt:before {
            top: 10px;
            right: -5px;
            bottom: auto;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid rgba(0,0,0,.75);
        }

.selectedmeeting_roomstyle {
    width: 100%;
    cursor: pointer;
    float: left;
    padding: 6px 5px;
}

input.txtcontactcode {
    width: 15.3%;
    margin-right: 10px;
    padding: 5px;
    text-align: center;
}

    input.txtcontactcode + .input-group {
        width: 80%;
    }

.removebtn1 {
    padding: 6px 17px 9px 13px;
}

.removebtn3 {
    font-weight: 700;
}

.checkbox_alignfix.checkbox label::before {
    bottom: -8px;
}

.checkbox_alignfix label::after {
    top: -15px;
}

.filteralign_fix .col-md-3 {
    line-height: 30px;
    padding-right: 5px !important;
}

/*.select2-container .select2-search--inline, input.select2-search__field {
    min-width: 100% !important;
}*/

.select2-container .select2-search--inline {
    float: none !important;
}

input.emailremove_btn {
    margin-left: 12px;
}

@media only screen and (max-width:700px) {
    section {
        flex-direction: column;
    }

    .input-group input.txtemailaddtress1 {
        width: 100%;
    }
}

.dataactivity_list a div {
    padding: 8px;
}

.border {
    border: 1px solid #DDD;
}

.step_wizard i {
    font-size: 23px;
}

.assignlodging_contractlist {
    position: absolute;
    right: 0;
    z-index: 999;
    margin-top: 0px;
    margin-bottom: 0 !important;
    padding-right: 1.1em;
}

    .assignlodging_contractlist h6 {
        margin-bottom: 7px !important;
        text-align: right;
    }

    .assignlodging_contractlist .content-datatable {
        background: #F5F5F5;
        padding: 0 10px 10px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important;
    }

    .assignlodging_contractlist .smallheader a {
        background: teal;
        padding: 10px;
        color: #fff;
        cursor: pointer;
    }

.closebtn_custom {
    text-align: left;
    padding: 10px 0;
}

    .closebtn_custom a {
        padding: 5px 8px;
        border-radius: 50%;
        background: #7F1113;
        color: #fff;
    }

.assignlodging_contractlist .smallheader a:hover {
    color: #fff;
}

.custom_width {
    width: 10%;
}

    .custom_width input.form-control {
        width: 80%;
    }

@media only screen and (max-width:767px) {
    .custom_width {
        width: auto;
    }

    #sidebar_left {
        display: flex;
    }

    .responsivebtn_align a {
        margin-bottom: 10px;
    }

    .assignlodging_contractlist {
        position: relative;
        margin-top: 15px;
    }
}

.step_wizard li {
    cursor: pointer;
}

.avoid-clicks {
    pointer-events: none;
    cursor: default;
}

.basciinfo_style {
    background-color: #e0e0e0;
    padding: 10px;
    text-align: left;
}

/*.rowclick td:not(:last-child) {
    cursor: pointer;
}*/
.rowclick td:not(:first-child):not(:last-child) {
    cursor: pointer;
}

.addbtnstyle {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .addbtnstyle a {
        color: #26759e;
    }

@media only screen and (max-width:980px) {
    .assignlodging_contractlist {
        margin-top: 58px;
    }

    #divMonth {
        clear: both;
    }

    #sidebar_left {
        display: grid;
    }
}

@media only screen and (max-width:1199px) {
    .assignlodging_contractlist {
        margin-top: 58px;
    }
}

.reserveroom_style {
    margin-bottom: 20px;
}

    .reserveroom_style h3 {
        background: #d7d5d5;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        border-radius: 8px 8px 0 0;
        color: #fff;
    }

        .reserveroom_style h3 a {
            float: right;
            margin-right: 10px;
            color: #fff;
            font-size: 18px;
        }

    .reserveroom_style .reserveroom_bodystyle {
        border: 1px solid #ccc;
        background: #f9f9f9;
        min-height: 190px;
        max-height: 190px;
    }

.legend_list {
    padding: 0;
    margin: 0 0 10px;
}

    .legend_list li {
        list-style: none;
        display: inline-block;
        margin-right: 10px;
    }

        .legend_list li span {
            width: 15px;
            height: 15px;
            background: #ccc;
            display: inline-block;
            margin-top: 0;
            position: relative;
            top: 2px;
            margin-right: 5px;
        }

        .legend_list li:first-child span {
            background: #D9534F;
        }

        .legend_list li:nth-child(2) span {
            background: #f0ad4e;
        }

        .legend_list li:nth-child(3) span {
            background: #5cb85c;
        }

        .legend_list li:nth-child(4) span {
            background: teal;
        }

.reserveroom_style .reserveroom_bodystyle ul {
    padding: 10px 0 10px 10px;
    margin: 0;
}

    .reserveroom_style .reserveroom_bodystyle ul li {
        list-style: none;
        line-height: 28px;
        padding: 0;
        font-size: 14px;
    }

        .reserveroom_style .reserveroom_bodystyle ul li i {
            font-size: 16px;
            margin-right: 5px;
        }

.reserveroom_style h3.occupied_room {
    background: #D9534F;
}

.reserveroom_style h3.need_cleaning {
    background: #f0ad4e;
}

.reserveroom_style h3.vacant {
    background: #5cb85c;
}

.reserveroom_style h3.readytoarrival {
    background: teal;
}

span.occupied_room {
    width: 75px;
    position: absolute;
    margin-left: 20px;
    color: #D9534F;
}

span.need_cleaning, span.readytoarrival, span.vacant {
    width: 135px;
    margin-left: 20px;
    position: absolute;
}

span.need_cleaning {
    color: #f0ad4e;
}

span.vacant {
    color: #5cb85c;
}

span.readytoarrival {
    color: teal;
}

.radio_btnlist .radio-inline .radio-button {
    float: left;
    margin-right: 25px;
}

.radio_btnlist a {
    line-height: 0;
    top: 5px;
    position: absolute;
    float: right;
    right: 6px;
}

.radio_btnlist table tr td {
    float: left;
    margin-right: 5px;
    position: relative;
    width: 140px;
    margin-bottom: 10px;
}

    .radio_btnlist table tr td input {
        margin-right: 10px;
        float: left;
    }

        .radio_btnlist table tr td input[type=radio] {
            visibility: hidden;
        }

            .radio_btnlist table tr td input[type=radio] + label:after {
                background: #087380;
            }

    .radio_btnlist table tr td label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        left: 0;
        background: #FFF;
        border: 1px solid #CCC;
        border-radius: 18px;
    }

.lodging_liststyle {
    border-left: 5px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 0;
}

    .lodging_liststyle .listclass label {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        width: 100%;
        padding: 3px 0;
    }

    .lodging_liststyle .listclass h4 {
        text-align: center;
        font-size: 16px;
        margin: 0;
        line-height: 20px;
    }

.occupied_liststyle {
    border-color: #D9534F;
}

.needcleaning_liststyle {
    border-color: #f0ad4e;
}

.vacant_liststyle {
    border-color: #5cb85c;
}

.readytoarrival_liststyle {
    border-color: teal;
}

.lodinglist_headerstyle, .table_lodgingliststyle thead {
    background: #EEE;
    border-top: 1px solid #ccc;
    border-left: 5px solid #ccc;
    border-right: 1px solid #ccc;
}

.lodging_liststyle .col-md-1 {
    text-align: center;
}

    .lodging_liststyle .col-md-1 a {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        line-height: 100%;
    }

.lodinglist_headerstyle h4, .table_lodgingliststyle thead tr th h4 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.lodinglist_headerstyle .checkbox-squared {
    float: left;
    padding-top: 8px;
}

.listclass .checkbox-squared {
    float: left;
    padding-top: 1px;
}

.wrapper table.table_lodgingliststyle thead tr th {
    background: #EEE !important;
}

.occupied_liststyle td {
    border-color: #D9534F;
    border-top: 1px solid #D9534F;
}

.lodgingrbtnlist:before {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #F0EDED;
    content: '';
    position: absolute;
    left: 100%;
    margin-top: -3px;
}

.custom_accordionstyle .panel-default {
    margin-bottom: 20px;
}

    .custom_accordionstyle .panel-default > .panel-heading {
        color: #fff;
        background-color: #255038;
        border-color: #255038;
        padding: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .custom_accordionstyle .panel-default > .panel-heading h4.panel-title {
            font-size: 16px;
            font-weight: 600;
        }

        .custom_accordionstyle .panel-default > .panel-heading a {
            display: block;
            padding: 3px 15px;
            color: #fff;
        }

            .custom_accordionstyle .panel-default > .panel-heading a:after {
                content: "";
                position: relative;
                top: 9px;
                display: inline-block;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: 400;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                float: left;
                transition: transform .25s linear;
                -webkit-transition: -webkit-transform .25s linear;
                margin-right: 10px;
            }

            .custom_accordionstyle .panel-default > .panel-heading a[aria-expanded=true] {
                background-color: #CCE3F3;
                box-shadow: 0 0 1px rgba(95,87,79,.25),1px 1px 3px rgba(95,87,79,.33);
                color: teal;
                font-weight: 600;
            }

                .custom_accordionstyle .panel-default > .panel-heading a[aria-expanded=true]:after {
                    content: "\f078";
                }

            .custom_accordionstyle .panel-default > .panel-heading a[aria-expanded=false]:after {
                content: "\f054";
            }

.custom_accordionstyle .accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

    .custom_accordionstyle .accordion-option .title {
        font-size: 20px;
        font-weight: 700;
        float: left;
        padding: 0;
        margin: 0;
    }

.custom_accordionstyle .panel-default > .panel-heading .print_icon {
    display: inline;
    width: 50px;
    float: right;
    margin-top: 7px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.custom_accordionstyle .accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

    .custom_accordionstyle .accordion-option .toggle-accordion:before {
        content: "Collapse All \f078";
        font-family: FontAwesome;
    }

    .custom_accordionstyle .accordion-option .toggle-accordion.active:before {
        content: "Expand All \f054";
        font-family: FontAwesome;
    }

.custom_accordionstyle .collapse.in {
    box-shadow: 0 0 1px rgba(95,87,79,.25),1px 1px 3px rgba(95,87,79,.33);
    background: #fff;
    padding: 10px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.custom_accordionstyle .panel-default > .panel-collapse > .panel-body {
    line-height: 25px;
    letter-spacing: .5px;
}

.charcount_style p {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}

    .charcount_style p span {
        color: #000;
        font-weight: 700;
    }

.guestwizard .wizard {
    /*margin: 20px auto;*/
    margin: 0;
}

    .guestwizard .wizard .nav-tabs {
        position: relative;
        /*margin: 40px auto 0;*/
        margin: 0px;
        border-bottom-color: #e0e0e0;
    }

    .guestwizard .wizard > div.wizard-inner {
        position: relative;
    }

.guestwizard .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 43% !important;
    z-index: 1;
}

.guestwizard .wizard .nav-tabs > li.active > a, .guestwizard .wizard .nav-tabs > li.active > a:focus, .guestwizard .wizard .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.guestwizard span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.guestwizard .wizard li a:after, .guestwizard .wizard li.active.nav-item:after {
    content: " ";
    left: 46%;
    top: -20px;
    margin: 0 auto;
    bottom: 0;
    position: relative;
}

.guestwizard span.round-tab i {
    color: #555;
}

.guestwizard .wizard li a.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .guestwizard .wizard li a.active span.round-tab i {
        color: #5bc0de;
    }

.guestwizard span.round-tab:hover {
    color: #333;
}

.guestwizard .wizard .nav-tabs > li {
    width: 12%;
}

.guestwizard .wizard li a:after {
    opacity: 0;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: .1s ease-in-out;
}

.guestwizard .wizard li.active.nav-item:after {
    opacity: 1;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.guestwizard .wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    position: relative;
}

    .guestwizard .wizard .nav-tabs > li a:hover {
        background: 0 0;
    }

.guestwizard .wizard .tab-pane {
    position: relative;
    padding-top: 15px;
}

.guestwizard .wizard h3 {
    margin-top: 0;
}

.guestwizard .tab-content {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    padding: 0 20px;
}

    .guestwizard .tab-content .list-inline {
        padding: 0;
        margin: 0 0 15px;
    }

        .guestwizard .tab-content .list-inline li {
            display: inline-block;
        }

            .guestwizard .tab-content .list-inline li .next-button {
                color: #fff;
                font-size: 16px;
                font-weight: 700;
                background: rgba(45,63,99,1);
                background: -moz-linear-gradient(top,rgba(45,63,99,1) 0,rgba(52,70,105,1) 41%,rgba(35,49,79,1) 100%);
                background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(45,63,99,1)),color-stop(41%,rgba(52,70,105,1)),color-stop(100%,rgba(35,49,79,1)));
                background: -webkit-linear-gradient(top,rgba(45,63,99,1) 0,rgba(52,70,105,1) 41%,rgba(35,49,79,1) 100%);
                background: -o-linear-gradient(top,rgba(45,63,99,1) 0,rgba(52,70,105,1) 41%,rgba(35,49,79,1) 100%);
                background: -ms-linear-gradient(top,rgba(45,63,99,1) 0,rgba(52,70,105,1) 41%,rgba(35,49,79,1) 100%);
                background: linear-gradient(to bottom,rgba(45,63,99,1) 0,rgba(52,70,105,1) 41%,rgba(35,49,79,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d3f63',endColorstr='#23314f',GradientType=0);
            }

                .guestwizard .tab-content .list-inline li .next-button:hover {
                    background: teal;
                }

            .guestwizard .tab-content .list-inline li .prev-button {
                background: #252523;
                color: #fff;
                font-size: 16px;
                font-weight: 700;
            }

                .guestwizard .tab-content .list-inline li .prev-button:hover {
                    background: teal;
                }

.steptitle_style {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    line-height: 100%;
    margin-bottom: 15px;
}

@media(max-width:585px) {
    .guestwizard .wizard {
        width: 100%;
        height: auto !important;
    }

        .guestwizard .wizard .nav-tabs > li a, .guestwizard span.round-tab {
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

    .guestwizard span.round-tab {
        font-size: 16px;
    }

    .guestwizard .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .mobalign_style {
        margin-top: 10px;
    }
}

@media(min-width:576px) {
    .mobalign_style {
        margin-top: 10px;
    }
}

.radio_btnlist {
    margin-top: 5px;
    background: #f0eded;
    padding: 7px 0 6px 5px;
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    width: 88%;
}

    .radio_btnlist table tr {
        display: inline-table;
        margin-left: 5px;
    }

        .radio_btnlist table tr td label {
            padding-left: 5px;
            color: #000;
            font-size: 14px;
        }

        .radio_btnlist table tr td input[type=radio] + label:after {
            position: absolute;
            display: block;
            content: "";
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            margin: -4px 0 0 -4px;
            border-radius: 8px;
            background: 0 0;
        }

.alignremove_btn, .paymentinfo, .spacer-10 {
    position: relative;
}

.radio_btnlist table tr td input[type=radio]:checked:checked + label:after {
    background: #087380;
}

.linktolist, .linktolist:hover {
    text-decoration: underline;
    color: #2382C3;
}

.filterbg {
    background-color: #CCE8FF;
    padding: 10px;
    color: #000;
}

.fontsize15 {
    font-size: 18px;
}

.fontsize14 {
    font-size: 14px;
}

.errortext {
    color: red;
}

.succestext {
    color: green;
}

.dataTables_length {
    margin-bottom: 10px;
}

div.addbutton_style a, div.addbutton_style input {
    margin: 0 5px 0 0 !important;
    font-size: 24px;
    font-weight: 700;
    height: auto;
    line-height: 0;
    padding: 13px 7px 22px;
}

.remove_btnstyle {
    margin-top: 20px;
}

.removebutton {
    margin-left: 2%;
}

div.addbutton_style a:last-child, div.addbutton_style input:last-child {
    margin-right: 0 !important;
}

.alignremove_btn {
    display: block;
    left: 10px;
    font-size: 14px;
    font-weight: 700;
}

.creditinfo, .paymentinfo {
    display: inline-block;
    cursor: pointer;
}

.input-right-icon .input-group-addon {
    background-color: transparent;
    /*border-right: 1px solid #ccc;*/
}

.addemail_style input {
    background: 0 0;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    color: #06a5e0;
    font-size: 15px;
    margin-left: 5px;
}

.package_title, .packges_back h6 {
    font-size: 18px;
}

.addemail_style input:focus {
    border: none;
    box-shadow: none;
}

#dvnext .content, #dvother .content {
    webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#TextBoxesGroup1 .select2-container {
    width: 33% !important;
    float: left;
    margin-left: 6px;
    margin-right: 5px;
}

.alignremove_btn {
    /* width: 33% !important;*/
    width: auto !important;
    float: left;
    margin-left: 0;
    margin-right: 12px;
}

.input-group input.txtemailaddtress1 {
    width: 100%;
}

.btn-file {
    padding: .5rem .8rem;
}

.radio-header td {
    padding: 0 !important;
}

.checkbox-list td input {
    margin-bottom: 20px;
}

.site-radio td input[type=radio] + label {
    margin-bottom: 14px;
}

.packges_back {
    border: 1px solid #DFE3E6;
}

.package_title {
    background: #F2F2F2;
    padding: 5px 15px 10px;
    line-height: 100%;
    border-bottom: 1px solid #DFE3E6;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
}

.packges_back .always-visible {
    max-height: 500px;
    height: auto !important;
}

.landpage_eventlogo {
    margin-top: 5em !important;
}

.landpage_eventtitle {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    letter-spacing: 2px;
    background: #f7feff;
    border: 1px solid #b7afaf;
    padding: 10px;
}

.landpage_eventdesc {
    font-size: 22px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 2em;
}

.landpage_btnsyle input, .landpage_btnsyle1 input {
    font-size: 16px;
    margin-right: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d3f63',endColorstr='#23314f',GradientType=0);
}

.landpage_btnsyle {
    text-align: center;
    margin-bottom: 5em;
}

.landpage_btnstyle1 {
    text-align: center;
}

.visa_card_btns, .visa_img {
    text-align: right;
}

.landpage_btnsyle1 input {
    padding: 6px 15px;
    margin-top: 13px;
    background: rgba(45,63,99,1);
    background: -moz-linear-gradient(top,rgba(45,63,99,1) 0,rgba(52,70,105,1) 41%,rgba(35,49,79,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(45,63,99,1)),color-stop(41%,rgba(52,70,105,1)),color-stop(100%,rgba(35,49,79,1)));
    background: -webkit-linear-gradient(top,rgba(45,63,99,1) 0,rgba(52,70,105,1) 41%,rgba(35,49,79,1) 100%);
    background: -o-linear-gradient(top,rgba(45,63,99,1) 0,rgba(52,70,105,1) 41%,rgba(35,49,79,1) 100%);
    background: -ms-linear-gradient(top,rgba(45,63,99,1) 0,rgba(52,70,105,1) 41%,rgba(35,49,79,1) 100%);
    background: linear-gradient(to bottom,rgba(45,63,99,1) 0,rgba(52,70,105,1) 41%,rgba(35,49,79,1) 100%);
    border-color: transparent;
}

    .landpage_btnsyle input, .landpage_btnsyle1 input.btn-success {
        border-color: transparent !important;
    }

    .landpage_btnsyle1 input:hover {
        background: teal;
    }

.landpage_btnsyle input {
    padding: 12px 30px;
    background: rgba(45,63,99,1);
    background: -moz-linear-gradient(top,rgba(45,63,99,1) 0,rgba(52,70,105,1) 41%,rgba(35,49,79,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(45,63,99,1)),color-stop(41%,rgba(52,70,105,1)),color-stop(100%,rgba(35,49,79,1)));
    background: -webkit-linear-gradient(top,rgba(45,63,99,1) 0,rgba(52,70,105,1) 41%,rgba(35,49,79,1) 100%);
    background: -o-linear-gradient(top,rgba(45,63,99,1) 0,rgba(52,70,105,1) 41%,rgba(35,49,79,1) 100%);
    background: -ms-linear-gradient(top,rgba(45,63,99,1) 0,rgba(52,70,105,1) 41%,rgba(35,49,79,1) 100%);
    background: linear-gradient(to bottom,rgba(45,63,99,1) 0,rgba(52,70,105,1) 41%,rgba(35,49,79,1) 100%);
}

    .landpage_btnsyle input:hover {
        background: teal;
    }

.landpage_eventform {
    background: #f8f8f8;
    border: 1px solid #c8c8c8;
}

.ParticipantInfo i {
    color: #4CB6EA !important;
}

.ParticipantInfo span:hover, .ParticipantInfo span:hover i {
    background-color: #4CB6EA !important;
    color: #fff !important;
}

.SomeOneElseInfo i {
    color: #4CB6EA !important;
}

.SomeOneElseInfo span:hover, .SomeOneElseInfo span:hover i {
    background-color: #4CB6EA !important;
    color: #fff !important;
}

.ParentInfo i {
    color: #0C2098 !important;
}

.guestwizard .ParentInfo span.round-tab {
    border-color: #0C2098 !important;
}

.ParentInfo span:hover, .ParentInfo span:hover i {
    background-color: #0C2098 !important;
    color: #fff !important;
    border-color: #0C2098 !important;
}

.EmergencyInfo i {
    color: #43B51F !important;
}

.guestwizard .EmergencyInfo span.round-tab {
    border-color: #43B51F !important;
}

.EmergencyInfo span:hover, .EmergencyInfo span:hover i {
    background-color: #43B51F !important;
    color: #fff !important;
    border-color: #43B51F !important;
}

.healthinfo i {
    color: #f20 !important;
    z-index: 999999;
}

.guestwizard .healthinfo span.round-tab {
    border-color: #f20 !important;
}

.healthinfo span:hover, .healthinfo span:hover i {
    background-color: #f20 !important;
    color: #fff !important;
    border-color: #f20 !important;
}

.PackageSelection i {
    color: #526FD2 !important;
}

.guestwizard .PackageSelection span.round-tab {
    border-color: #526FD2 !important;
}

.PackageSelection span:hover, .PackageSelection span:hover i {
    background-color: #526FD2 !important;
    color: #fff !important;
    border-color: #526FD2 !important;
}

.Waiver i {
    color: #E47E00 !important;
}

.guestwizard .Waiver span.round-tab {
    border-color: #E47E00 !important;
}

.Waiver span:hover, .Waiver span:hover i {
    background-color: #E47E00 !important;
    color: #fff !important;
    border-color: #E47E00 !important;
}

.Payments i {
    color: #00A1F1 !important;
}

.guestwizard .Payments span.round-tab {
    border-color: #00A1F1 !important;
}

.guestwizard .request span.round-tab {
    border-color: #003651 !important;
}

.Payments span:hover, .Payments span:hover i {
    background-color: #00A1F1 !important;
    color: #fff !important;
    border-color: #00A1F1 !important;
}

.request span:hover, .request span:hover i {
    background-color: #003651 !important;
    color: #fff !important;
    border-color: #003651 !important;
}

.guestwizard .wizard li.healthinfo.active span.round-tab {
    background-color: #f20 !important;
    color: #fff !important;
    border-color: #f20 !important;
}

    .guestwizard .wizard li.healthinfo.active span.round-tab i {
        color: #fff !important;
    }

.guestwizard .wizard li.PackageSelection.active span.round-tab {
    background-color: #526FD2 !important;
    color: #fff !important;
    border-color: #526FD2 !important;
}

    .guestwizard .wizard li.PackageSelection.active span.round-tab i {
        color: #fff !important;
    }

.guestwizard .wizard li.Waiver.active span.round-tab {
    background-color: #E47E00 !important;
    color: #fff !important;
    border-color: #E47E00 !important;
}

    .guestwizard .wizard li.Waiver.active span.round-tab i {
        color: #fff !important;
    }

.guestwizard .wizard li.Payments.active span.round-tab {
    background-color: #00A1F1 !important;
    color: #fff !important;
    border-color: #00A1F1 !important;
}

.guestwizard .wizard li.request.active span.round-tab {
    background-color: #003651 !important;
    color: #fff !important;
    border-color: #003651 !important;
}

.guestwizard .wizard li.Payments.active span.round-tab i {
    color: #fff !important;
}

.guestwizard .wizard li.SomeOneElseInfo.active span.round-tab {
    background-color: #5bc0de !important;
    color: #fff !important;
    border-color: #5bc0de !important;
}

    .guestwizard .wizard li.SomeOneElseInfo.active span.round-tab i {
        color: #fff !important;
    }

.guestwizard .wizard li.ParentInfo.active span.round-tab {
    background-color: #0C2098 !important;
    color: #fff !important;
    border-color: #0C2098 !important;
}

    .guestwizard .wizard li.ParentInfo.active span.round-tab i {
        color: #fff !important;
    }

.guestwizard .wizard li.EmergencyInfo.active span.round-tab {
    background-color: #43B51F !important;
    color: #fff !important;
    border-color: #43B51F !important;
}

    .guestwizard .wizard li.EmergencyInfo.active span.round-tab i {
        color: #fff !important;
    }

.filename_styleguests {
    background: #ededed;
    padding: 5px 10px;
    font-weight: 600;
    margin-bottom: 1em;
}

.downloadbtn_gueststyle a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: rgba(231,29,114,1);
    background: -moz-linear-gradient(top,rgba(231,29,114,1) 0,rgba(193,27,101,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(231,29,114,1)),color-stop(100%,rgba(193,27,101,1)));
    background: -webkit-linear-gradient(top,rgba(231,29,114,1) 0,rgba(193,27,101,1) 100%);
    background: -o-linear-gradient(top,rgba(231,29,114,1) 0,rgba(193,27,101,1) 100%);
    background: -ms-linear-gradient(top,rgba(231,29,114,1) 0,rgba(193,27,101,1) 100%);
    background: linear-gradient(to bottom,rgba(231,29,114,1) 0,rgba(193,27,101,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e71d72',endColorstr='#c11b65',GradientType=0);
    padding: 5px 15px;
}

    .downloadbtn_gueststyle a:hover {
        background: teal;
    }

.highcharts-text-outline {
    stroke-width: 0 !important;
}

.customotherevent {
    font-size: 16px;
    color: #413d3d;
    font-weight: 700;
}

.customborder {
    border-bottom-color: #000;
    border-bottom-width: 1px;
    border-style: solid;
    margin-bottom: 1em;
}

#dvother .content {
    background: #F3F7FB;
    border: 1px solid #C0D4E9 !important;
}

.custombutton {
    line-height: 3.25 !important;
    border-radius: 5px !important;
}

.guestdash_titlestyle {
    border-bottom: 1px solid #9f9e9e;
    margin-bottom: 10px;
    padding-bottom: 4px;
}

.subtitle_styleguestdash {
    font-size: 18px;
}

div.nextevent_style {
    border: 1px solid #D6E0DB !important;
    background: #F6F8F7;
}

#dvother .headertitle_boxstyle {
    border-bottom: 1px solid #C0D4E9;
    background: #C0D4E9;
    padding: 5px 10px;
}

#dvnext .headertitle_boxstyle {
    border-bottom: 1px solid #C0D4E9;
    background: #D6E0DB;
    padding: 5px 10px;
}

.btnRegister .btn-info, .btneventgest_align .btn-info {
    background: #777;
    border-color: #777;
    font-weight: 600;
    margin-right: 10px;
    color: #fff;
}

.btneventgest_align .btn-info {
    font-size: 18px;
    padding: 13px 20px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.btnRegister .btn-info {
    font-size: 15px;
    padding: 7px 10px;
    border-radius: 4px;
}

    .btnRegister .btn-info:hover, .btneventgest_align .btn-info:hover {
        background: #ccc;
        border-color: #ccc;
        color: #000;
    }

.paymentamt {
    font-size: 25px;
}

.card-logo {
    width: auto !important;
}

.margin_zero {
    margin: 0 !important;
}

.spacer-10 {
    height: 10px;
    margin: 0;
    padding: 0;
    clear: both;
}

.visa_card_btns {
    float: left;
    margin-bottom: 10px;
}

.creditinfo .cardtext, .paymentinfo .paymenttext {
    text-align: left;
    padding: 5px 0 5px 10px;
    margin-left: 0;
    margin-top: 15px;
    overflow: visible;
    background: #f4f4f4;
    font-size: 13px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    opacity: 1;
}

.span8 {
    width: 65.81196581%;
    float: left;
}

.span4 {
    width: 31.62393162%;
}

.span12 {
    width: 100%;
    float: left;
    z-index: 1000 !important;
}

.paymentinfo .paymenttext {
    visibility: hidden;
    width: 585px;
    color: #000;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    border: 1px solid #8c8c8c;
}

    .paymentinfo .paymenttext p strong {
        color: teal !important;
    }

    .paymentinfo .paymenttext img {
        width: auto !important;
    }

.paymentinfo:hover .paymenttext {
    visibility: visible;
}

.creditinfo {
    position: relative;
}

    .creditinfo .cardtext {
        visibility: hidden;
        width: 585px;
        color: #000;
        border-radius: 6px;
        position: absolute;
        z-index: 10000;
        border: 1px solid #8c8c8c;
    }

    #backtotop, .creditinfo:hover .cardtext {
        visibility: visible;
    }

.visa_card.black, .visa_master_card.skyblue {
    z-index: 1000 !important;
    color: #fff !important;
}

.creditinfo .cardtext img {
    width: auto !important;
}

.visa_card, .visa_master_card {
    border-radius: 10px;
    padding: 15px 20px;
    float: left;
}

    .visa_card.blue {
        background: #002a59;
        color: #fff !important;
    }

    .visa_card.black {
        background: #293741;
    }

    .visa_master_card.skyblue {
        background: #0185BD;
    }

    .visa_card.darkblue {
        background: #124E6E;
        color: #fff !important;
    }

    .visa_card .lines-down::after, .visa_card .lines-down::before {
        z-index: -1;
        border-top: 2px solid #587388;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        content: '';
        position: absolute;
        left: 0;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45,33,166,0)",endColorstr="#587388",GradientType=1);
    }

    .visa_card .lines-down::before {
        top: 82px;
        width: 277px;
        height: 75px;
        -webkit-border-radius: 40% 60% 0 0;
        -moz-border-radius: 40% 60% 0 0;
        border-radius: 0 223% 0 24px;
        box-shadow: 1px 1px 0 #445d71;
        background: #2d21a6;
        background: -moz-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
        background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(45,33,166,0)),color-stop(100%,#2d21a6));
        background: -webkit-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
        background: -o-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
        background: -ms-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
        background: radial-gradient(ellipse at center,rgba(45,33,166,0) 44%,#020c14 100%);
    }

    .visa_card .lines-down::after {
        top: 17px;
        width: 216px;
        height: 141px;
        -webkit-border-radius: 20% 80% 0 0;
        -moz-border-radius: 20% 80% 0 0;
        border-radius: 0 204% 0 24px;
        box-shadow: inset -1px -1px 44px #587388;
        background: #587388;
        background: -moz-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
        background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(45,33,166,0)),color-stop(100%,#587388));
        background: -webkit-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
        background: -o-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
        background: -ms-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
        background: radial-gradient(ellipse at center,rgba(45,33,166,0) 44%,#020b12 100%);
    }

    .visa_card .lines-up::after, .visa_card .lines-up::before {
        top: -1px;
        z-index: -1;
        border-bottom: 2px solid #587388;
        -webkit-background-clip: padding-box;
    }

    .visa_card .lines-up::before {
        content: '';
        position: absolute;
        left: 0;
        width: 305px;
        height: 153px;
        -webkit-border-radius: 0 0 60% 90%;
        -moz-border-radius: 0 0 60% 90%;
        -moz-background-clip: padding;
        border-radius: 10px 10px 36% 74%;
        box-shadow: inset 1px 1px 44px #587388;
        background: #587388;
        background: -moz-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 100%,#587388 100%);
        background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(64,49,178,0)),color-stop(100%,#587388));
        background: -webkit-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 100%,#587388 100%);
        background: -o-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 44%,#587388 100%);
        background: -ms-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 44%,#587388 100%);
        background: radial-gradient(ellipse at center,rgba(64,49,178,0) 44%,#010a11 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(64,49,178,0)",endColorstr="#587388",GradientType=1);
    }

    .visa_card .lines-up::after, .visa_master_card .lines-down::before {
        -moz-background-clip: padding;
        content: '';
        position: absolute;
        left: 0;
    }

    .visa_card .lines-up::after {
        width: 280px;
        height: 159px;
        -webkit-border-radius: 0 40% 50% 50%;
        -moz-border-radius: 0 40% 50% 50%;
        border-radius: 112px 0 501% 50%;
        box-shadow: inset 1px 1px 44px #486174;
        background: #587388;
        background: -moz-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
        background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(45,33,166,0)),color-stop(100%,#587388));
        background: -webkit-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
        background: -o-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
        background: -ms-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
        background: radial-gradient(ellipse at center,rgba(45,33,166,0) 44%,#020d15 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45,33,166,0)",endColorstr="#587388",GradientType=1);
    }

    .visa_master_card .lines-down::before {
        top: 82px;
        z-index: 0;
        width: 277px;
        height: 75px;
        border-top: 2px solid #2197C7;
        -webkit-border-radius: 40% 60% 0 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 40% 60% 0 0;
        border-radius: 0 223% 0 24px;
        box-shadow: 1px 1px 0 #2197C7;
        background: #2d21a6;
        background: -moz-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
        background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(45,33,166,0)),color-stop(100%,#2d21a6));
        background: -webkit-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
        background: -o-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
        background: -ms-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
        background: radial-gradient(ellipse at center,rgba(45,33,166,0) 50%,#2197C7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45,33,166,0)",endColorstr="#587388",GradientType=1);
    }

    .visa_master_card .lines-down::after {
        content: '';
        position: absolute;
        top: 17px;
        left: 0;
        z-index: 0;
        width: 216px;
        height: 141px;
        border-top: 1px solid #2197C7;
        -webkit-border-radius: 20% 80% 0 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 20% 80% 0 0;
        -moz-background-clip: padding;
        border-radius: 0 204% 0 24px;
        box-shadow: inset 0 0 0 #2197C7;
        background: #587388;
        background: -moz-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
        background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(45,33,166,0)),color-stop(100%,#587388));
        background: -webkit-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
        background: -o-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
        background: -ms-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
        background: radial-gradient(ellipse at center,rgba(45,33,166,0) 50%,#2197C7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45,33,166,0)",endColorstr="#587388",GradientType=1);
    }

    .visa_master_card .lines-up::before {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        z-index: 0;
        width: 288px;
        height: 153px;
        border-bottom: 2px solid #2197C7;
        -webkit-border-radius: 0 0 60% 90%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 0 60% 90%;
        -moz-background-clip: padding;
        border-radius: 10px 10px 36% 74%;
        box-shadow: inset 1px 1px 0 #2197C7;
        background: #587388;
        background: -moz-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 100%,#587388 100%);
        background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(64,49,178,0)),color-stop(100%,#587388));
        background: -webkit-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 100%,#587388 100%);
        background: -o-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 44%,#587388 100%);
        background: -ms-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 44%,#587388 100%);
        background: radial-gradient(ellipse at center,rgba(64,49,178,0) 50%,#2197C7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(64,49,178,0)",endColorstr="#587388",GradientType=1);
    }

    .chip .side.left, .visa_master_card .lines-up::after {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
    }

    .visa_master_card .lines-up::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 280px;
        height: 159px;
        border-bottom: 2px solid #2197C7;
        -webkit-border-radius: 0 40% 50% 50%;
        -moz-border-radius: 0 40% 50% 50%;
        border-radius: 112px 0 501% 50%;
        box-shadow: inset 0 0 0 #2197C7;
        background: #587388;
        background: -moz-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
        background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(45,33,166,0)),color-stop(100%,#587388));
        background: -webkit-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
        background: -o-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
        background: -ms-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
        background: radial-gradient(ellipse at center,rgba(45,33,166,0) 50%,#2197C7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45,33,166,0)",endColorstr="#587388",GradientType=1);
    }

#backtotop {
    position: fixed;
    right: 0;
    opacity: 1;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 9999;
    transition: .35s;
    transform: scale(.7);
}

    #backtotop a, #backtotop span {
        text-decoration: none;
        border: 0;
        display: block;
        width: 300px;
        height: 66px;
        background-color: #f91942;
        opacity: 1;
        transition: all .3s;
        border-radius: 50px;
        color: #fff;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
    }

        #backtotop a:after {
            position: relative;
            display: block;
            -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
        }

.tabs-vertical .nav-tabs .nav-link {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0;
    padding: 22px 1px;
    border: 1px solid transparent;
    border-radius: .25rem 0 0 .25rem;
    text-align: center;
    line-height: 20px;
}

    .tabs-vertical .nav-tabs .nav-link:focus, .tabs-vertical .nav-tabs .nav-link:hover {
        /*background: #fff;*/
    }

    .tabs-vertical .nav-tabs .nav-link i {
        margin-right: 5px;
        font-size: 2.3em;
    }

.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #dee2e6;
}

    .tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #F4A001;
        border-color: #dee2e6 #dee2e6 #fff;
        border-bottom: 1px solid #dee2e6;
        border-right: 0;
        border-left: 1px solid #dee2e6;
    }

.tabs-vertical-primary.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #008cff;
}

    .tabs-vertical-primary.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-primary.tabs-vertical .nav-tabs .nav-link.active {
        color: #008cff;
        background-color: #fff;
        border-color: #008cff #008cff #fff;
        border-bottom: 1px solid #008cff;
        border-right: 0;
        border-left: 3px solid #008cff;
    }

.tabs-vertical-success.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #15ca20;
}

    .tabs-vertical-success.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-success.tabs-vertical .nav-tabs .nav-link.active {
        color: #15ca20;
        background-color: #fff;
        border-color: #15ca20 #15ca20 #fff;
        border-bottom: 1px solid #15ca20;
        border-right: 0;
        border-left: 3px solid #15ca20;
    }

.tabs-vertical-info.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #0dceec;
}

    .tabs-vertical-info.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-info.tabs-vertical .nav-tabs .nav-link.active {
        color: #0dceec;
        background-color: #fff;
        border-color: #0dceec #0dceec #fff;
        border-bottom: 1px solid #0dceec;
        border-right: 0;
        border-left: 3px solid #0dceec;
    }

.tabs-vertical-danger.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #fd3550;
}

    .tabs-vertical-danger.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-danger.tabs-vertical .nav-tabs .nav-link.active {
        color: #fd3550;
        background-color: #fff;
        border-color: #fd3550 #fd3550 #fff;
        border-bottom: 1px solid #fd3550;
        border-right: 0;
        border-left: 3px solid #fd3550;
    }

.tabs-vertical-warning.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 2px solid #666;
    min-height: 100vh;
}

    .tabs-vertical-warning.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-warning.tabs-vertical .nav-tabs .nav-link.active {
        color: #000;
        background-color: #fff !important;
        border-color: #666 #666 #fff;
        border-bottom: 2px solid #666;
        border-top: 2px solid #666;
        border-right: 0;
        border-left: 2px solid #666;
        margin: 0 -2px 0 0;
    }

.tabs-vertical-dark.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #3f91a3;
}

    .tabs-vertical-dark.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-dark.tabs-vertical .nav-tabs .nav-link.active {
        color: #223035;
        background-color: #fff;
        border-color: #223035 #223035 #fff;
        border-bottom: 1px solid #223035;
        border-right: 0;
        border-left: 3px solid #223035;
    }

.tabs-vertical-secondary.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #75808a;
}

    .tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-link.active {
        color: #75808a;
        background-color: #fff;
        border-color: #75808a #75808a #fff;
        border-bottom: 1px solid #75808a;
        border-right: 0;
        border-left: 3px solid #75808a;
    }

.nav-pills .nav-link {
    border-radius: .25rem;
    color: #223035;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 3px;
    padding: 12px 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #3F91A3;
}

    .nav-pills .nav-link:hover {
        background-color: #f4f5fa;
    }

    .nav-pills .nav-link i {
        margin-right: 2px;
        font-weight: 600;
    }

.top-icon.nav-pills .nav-link i {
    margin: 0;
    font-weight: 500;
    display: block;
    font-size: 20px;
    padding: 5px 0;
}

.loginpnlalign_style, .newheader_style .logo_style {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;*/
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #008cff;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(0,140,255,.5);
}

.nav-pills-success .nav-link.active, .nav-pills-success .show > .nav-link {
    color: #fff;
    background-color: #15ca20;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(21,202,32,.5);
}

.nav-pills-info .nav-link.active, .nav-pills-info .show > .nav-link {
    color: #fff;
    background-color: #0dceec;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(13,206,236,.5);
}

.nav-pills-danger .nav-link.active, .nav-pills-danger .show > .nav-link {
    color: #fff;
    background-color: #fd3550;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(253,53,80,.5);
}

.nav-pills-warning .nav-link.active, .nav-pills-warning .show > .nav-link {
    color: #fff;
    background-color: #ff9700;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(63,145,163,.5);
}

.nav-pills-dark .nav-link.active, .nav-pills-dark .show > .nav-link {
    color: #fff;
    background-color: #223035;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(34,48,53,.5);
}

.nav-pills-secondary .nav-link.active, .nav-pills-secondary .show > .nav-link {
    color: #fff;
    background-color: #75808a;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(117,128,138,.5);
}

.card .tab-content {
    padding: 1rem 0 0;
}

#sidebar_left, .nav-pills, .nav-pills .nav-item {
    padding-right: 0;
}

.tabs-vertical .nav-item {
    float: none;
    padding: 0;
}

.Archive {
    margin-bottom: 10px;
}

.nav-pills .nav-item {
    float: none;
}

.tabs-vertical .nav-tabs .nav-link:hover {
    /*background-color: #fff;*/
}

.tabs-vertical .nav-tabs .nav-item + .nav-item {
    margin-left: 0;
}

#sidebar_leftfixed {
    top: 30% !important;
    bottom: auto;
    left: 0;
    right: auto;
    float: left;
    width: 12.666667%;
    position: fixed;
    z-index: 100020;
    background: #348B9E;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    line-height: initial;
}

    #sidebar_leftfixed .nav-tabs .nav-item + .nav-item {
        margin: 0;
    }

#sidebar_left {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    min-height: 100vh;
    z-index: 99;
    /*background: #F5F5F5;*/
    color: #fff;
    transition: all .3s;
    /*padding-left: 0;*/
}

.verticaltab_content {
    padding-bottom: 2em !important;
    overflow: inherit;
}

@media (max-width:575.98px) {
    #sidebar_left, .tabs-vertical-warning.tabs-vertical .nav-tabs {
        height: auto;
        min-height: inherit;
    }

    #sidebar_left {
        position: inherit !important;
        top: auto;
        z-index: 999;
        /*background: #F5F5F5;*/
        color: #fff;
        transition: all .3s;
        padding-left: 0;
        padding-right: 0;
    }

    .tabs-vertical .nav-tabs .nav-link {
        padding: 6px 1px;
    }
}

@media (max-width:360px) {
    .mobilemb-1 {
        margin-bottom: 10px;
    }
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-bottom: .8em;
}

.imgautowidth {
    width: auto;
}

#fullcal th {
    height: 40px !important;
    text-align: center;
    vertical-align: middle;
}

.lbleffect_newctrl {
    border: 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}

    .lbleffect_newctrl ~ label {
        position: absolute;
        width: 95%;
        top: 9px;
        color: transparent;
        transition: .3s;
        z-index: -1;
        letter-spacing: .5px;
    }

    .lbleffect_newctrl ~ .focus-border {
        position: absolute;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #4caf50;
        transition: .4s;
    }

    .lbleffect_newctrl:focus ~ .focus-border {
        width: 98%;
        transition: .4s;
    }

    .lbleffect_newctrl:focus ~ label {
        top: -18px;
        font-size: 14px;
        color: #4caf50;
        transition: .3s;
        z-index: 9;
    }

.newheader_style .logo_style {
    background: #0a3c21;
    /*justify-content: center;
    align-items: center;*/
    padding: 12px 0 12px 0.8rem;

}

.topmenu_style {
    background: #E97C13;
}

.loginpnl_style input:focus::-webkit-input-placeholder {
    color: transparent;
}

.loginpnl_style input:focus:-moz-placeholder {
    color: transparent;
}

.loginpnl_style input:focus::-moz-placeholder {
    color: transparent;
}

.loginpnl_style input:focus:-ms-input-placeholder {
    color: transparent;
}

.loginpnl_style textarea.form-control {
    border: 1px solid #b0b0b0;
    padding: 10px;
}

.topmenu_style ul {
    padding: 0;
    margin: 0;
}

    .topmenu_style ul li {
        width: calc(100%/5);
        text-align: center;
        margin: 6px 0;
        list-style: none;
    }

        .topmenu_style ul li a {
            line-height: 29px;
            color: #fff;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: .5px;
        }

#nav > ul > li.active {
    border-right: none;
}

.newmenu_style {
    border-bottom: 1px solid #ccc;
}

    .newmenu_style nav ul {
        margin: 0;
    }

        .newmenu_style nav ul li {
            width: calc(100%/6);
            text-align: center;
            border-right: 1px solid #ccc;
        }

            .newmenu_style nav ul li:hover {
                border-color: transparent;
            }

            .newmenu_style nav ul li:last-child {
                border: none;
                margin-right: -1px;
            }

    .newmenu_style .menucontainer nav#nav > ul.menu-list > li > a {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: .5px;
        line-height: 25px;
        padding: 6px 18px;
    }

        .newmenu_style .menucontainer nav#nav > ul.menu-list > li.active a, .newmenu_style .menucontainer nav#nav > ul.menu-list > li > a:hover {
            text-decoration: none;
            color: #fff !important;
        }

.loginquicklink_style a, .ui-autocomplete .highlight {
    text-decoration: underline;
}

#nav > ul > li:hover > a {
    color: #fff !important;
}

.footer_liststyle h4, .footer_liststyle li {
    margin-bottom: 1em;
    color: #0b3d24;
    font-weight: 600;
}

.newfooter_style {
    padding-top: 3em;
    border-top: 1px solid #ccc;
    margin-top: 5rem;
}

.footer_liststyle {
    padding-top: 2em;
}

    .footer_liststyle li {
        list-style: none;
        font-size: 18px;
        line-height: 27px;
    }

        .footer_liststyle li a {
            text-decoration: underline;
        }

.newfooter_style .container {
    padding-bottom: 3em;
    border-bottom: 1px solid #8d8989;
}

.footer_bootomstyle {
    text-align: center;
    color: #8f8e8e;
    padding: 10px;
}

.loginpnlalign_style {
    margin: 5em 0 5rem;
}

.loginpnl_style {
    box-shadow: 0 2px 6px 0 rgba(218,218,253,.65),0 2px 6px 0 rgba(206,206,238,.54);
    border: none;
    padding: 4em 8em;
}

    .inquiry_form .select2-container, .loginpnl_style .form-control {
        border: none;
        border-bottom: 1px solid #b0b0b0;
        border-radius: 0;
        font-size: 18px;
        padding-left: 0;
    }

        .loginpnl_style .form-control:focus {
            outline: 0;
            box-shadow: none;
        }

.differentiate_sec, .ui-autocomplete {
    box-shadow: 0 2px 6px 0 rgba(218,218,253,.65),0 2px 6px 0 rgba(206,206,238,.54);
}

.loginpnl_style .btn-primary {
    background: #e87d15;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    padding: .7rem 5rem;
}

.loginquicklink_style a {
    color: #626262;
}

.loginpnl_style .formError {
    left: 40px !important;
}

@media (max-width:575px) {
    .loginquicklink_style a {
        font-size: 13px;
    }

    .hideonmob {
        padding-top: 0;
    }

        .hideonmob h4 {
            display: none;
        }

    .footer_liststyle li {
        font-size: 14px;
    }

    .footer_liststyle h4 {
        font-size: 18px;
    }

    .footer_bootomstyle {
        font-size: 14px;
    }

    .topmenu_style {
        padding-right: 3rem;
    }
}

@media (max-width:767px) {
    .topmenu_style ul {
        justify-content: flex-start;
        flex-wrap: wrap;
        grid-gap: 10px;
    }

    .media_fullwidth {
        width: 100%;
    }

    .media_postiontop {
        margin: 1em 0;
    }

    #featured_img img {
        height: auto !important;
    }


    ul.list_order li {
        margin: 1em 0em 0 0 !important;
        display: block;
    }

    .media_checkboxmove {
    }

    ul.normal_order li {
        margin-bottom: 10px !important;
    }

    .topmenu_style ul li {
        width: auto;
    }

    .label_alignment {
        position: relative !important;
        top: 0px !important;
    }

    .btnalignment_left {
        padding-left: 0;
        text-align: left !important;
        margin-bottom: 1em;
    }

    .topmenu_style ul li:last-child {
        padding-left: 10px;
    }

    .newmenu_style a.animated-arrow {
        right: auto;
        left: 10px;
    }

    .listgroup_verticalmedia {
        overflow: scroll;
    }

    .loginpnl_style {
        padding: 2em 1em;
    }

    .newmenu_style .animated-arrow span, .newmenu_style .animated-arrow span::after, .newmenu_style .animated-arrow span::before {
        background: #000;
    }

    .newmenu_style .animated-arrow {
        margin: -36px 0 20px 140px;
    }

    .newmenu_style .wsoffcanvasopener a.animated-arrow {
        left: auto;
        right: 0;
    }
}

@media (min-width:360px) and (max-width:762px) {
    .section_one {
        width: 61%;
        float: left;
    }

        .section_one img {
            width: 40%;
            vertical-align: inherit;
            float: left;
        }

    .section_six, .section_seven {
        width: 30%;
    }

    .table_size {
        width: 100% !important;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .newmenu_style .wsoffcanvasopener a.animated-arrow {
        left: auto;
        right: 0;
    }

    .mediaposition_btnalignemnt a {
        margin-bottom: 10px;
    }

    .newmenu_style a.animated-arrow {
        right: auto;
        left: 10px;
    }

    .footer_liststyle li {
        font-size: 14px;
    }

    .topmenu_style {
        padding-right: 3rem;
    }
}

@media (min-width:768px) and (max-width:991px) {

    .loginpnl_style {
        padding: 3em 2em;
    }

    .clearfloat {
        clear: both;
    }

    .media_fullwidth {
        width: 100%;
    }

    .topmenu_style ul {
        grid-gap: 50px;
    }

        .topmenu_style ul li {
            width: auto;
            margin-right: 25px;
        }

    .newmenu_style .animated-arrow span, .newmenu_style .animated-arrow span::after, .newmenu_style .animated-arrow span::before {
        background: #000;
    }

    .newmenu_style .wsoffcanvasopener .animated-arrow {
        left: auto;
        padding: 0;
    }

        .newmenu_style .wsoffcanvasopener .animated-arrow span {
            background: 0 0;
        }

    .topmenu_style {
        padding-right: 3rem;
    }

    .newmenu_style .wsoffcanvasopener a.animated-arrow {
        left: auto;
        right: 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .newmenu_style .menucontainer nav#nav > ul.menu-list > li > a {
        font-size: 16px;
        padding: 0 4px;
    }

    .topmenu_style ul li {
        width: calc(100%/3);
    }

    .clearfloat {
        clear: both;
    }

    .loginpnl_style {
        padding: 3em;
    }

    .mediaposition_btnalignemnt a {
        margin-bottom: 10px;
    }

    .newmenu_style .wsoffcanvasopener a.animated-arrow {
        left: auto;
        right: 0;
    }
}

@media (min-width:1200px) and (max-width:1319px) {
    .newmenu_style .menucontainer nav#nav > ul.menu-list > li > a {
        font-size: 16px;
        padding: 6px 4px;
    }

    .topmenu_style ul li {
        width: calc(100%/3);
    }

    .loginpnl_style {
        padding: 3em;
    }
}

@media (min-width:1320px) and (max-width:1680px) {
    .newmenu_style .menucontainer nav#nav > ul.menu-list > li > a {
        padding: 6px 4px;
        font-size: 16px;
    }

    .topmenu_style ul li {
        width: calc(100%/3);
    }

    .loginpnl_style {
        padding: 4em 3em;
    }
}

.newsignup_textstyle h4 {
    font-family: Domine,serif;
    font-weight: 700;
    line-height: 1;
    color: #083d23;
    font-size: 36px;
    margin-top: 20px;
}

div.signuppnl_style {
    padding: 2em 4em 5em;
    max-width: 852px;
}

.signuppnl_style .select2-container {
    border-bottom: 1px solid #b0b0b0;
}

.signuppnl_style .form-control:disabled, .signuppnl_style .form-control[readonly] {
    background-color: transparent;
    color: #55595c;
    opacity: 1;
}

.signuppnl_style .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #55595c;
}

.signuppnl_style .checkbox-primary {
    color: #626262;
}

@media (max-width:767px) {
    div.signuppnl_style {
        padding: 5em 2em;
    }

    .table_size {
        width: 100% !important;
    }

    .newsignup_textstyle h4 {
        font-size: 20px;
    }
}

@media (min-width:1200px) and (max-width:1360px) {
    div.signuppnl_style {
        padding: 5em 1em;
    }
}

.ui-autocomplete {
    min-height: 100px;
    max-height: 300px;
    overflow-y: scroll;
}

@media (min-width:320px) and (max-width:575px) {
    .accountbox_style1 h4 {
        font-size: 18px;
    }

    .emptymob_hide {
        display: none;
    }

    .btnRegister h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .mediaposition_btnalignemnt a {
        margin-bottom: 10px;
    }

    ul.list_order, ul.list_order.list_styleorder li {
        width: 100% !important;
    }
}

.input-group-addon.searchclear_iconstyle {
    border-left: 0;
}

.searchclear_iconstyle a.fa-close {
    margin-right: 10px;
}

.searchclear_iconstyle a {
    color: #55595c;
    cursor: pointer;
}

.newadmin_headerstyle {
    background: #fff;
}

    .newadmin_headerstyle .newmenu_style nav ul li {
        width: calc(100%/8);
    }

.logo_style img {
    width: auto;
}

.newadmin_headerstyle .newmenu_style .menucontainer nav#nav > ul.menu-list > li > a {
    padding: 12px 10px;
}

#nav li .dropNav li {
    width: calc(100%);
    text-align: left;
}

.cust_usericon {
    width: 30px;
    height: 30px;
    display: block;
    background: url(images/main-icons-v2.png) -19px 0 no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .25s ease;
}

.newmenu_style .menucontainer nav#nav > ul.menu-list > li.active ul.dropNav li a {
    color: #000 !important;
}

    .newmenu_style .menucontainer nav#nav > ul.menu-list > li.active ul.dropNav li a:hover, .newmenu_style .menucontainer nav#nav > ul.menu-list > li.active ul.dropNav li.active > a {
        color: #fff !important;
    }

.applicationlogo_uploadstyle {
    width: 300px;
    height: 120px;
    background: #0a3c21;
    text-align: center;
}

    .applicationlogo_uploadstyle img {
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }

.newheader_style .admindash_logo {
    max-height: 116px;
    height: 116px;
}

.newmenu_style .menucontainer nav#nav > ul.menu-list > li.active ul.dropNav li a:hover {
    color: #e97c13;
}

@media (min-width:320px) and (max-width:991px) {
    .newmenu_style .menucontainer nav#nav > ul.menu-list > li > a {
        line-height: 25px;
    }

    .newadmin_headerstyle .newmenu_style .animated-arrow {
        margin: -46px 0 20px;
    }

    .wsoffcanvasopener .animated-arrow span {
        background: 0 0 !important;
        position: relative;
        top: 6px;
        right: 10px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .newadmin_headerstyle .newmenu_style .menucontainer nav#nav > ul.menu-list > li > a {
        padding: 12px 4px;
        font-size: 15px;
    }

    .user-dropdown {
        margin-bottom: 10px;
    }

    #nav li ul a, #nav-mega li ul a {
        font-size: 14px;
    }
}

@media (min-width:1200px) and (max-width:1280px) {
    .newadmin_headerstyle .newmenu_style .menucontainer nav#nav > ul.menu-list > li > a {
        padding: 12px 4px;
        font-size: 13px;
    }

    #nav li ul a, #nav-mega li ul a {
        font-size: 13px;
    }
}

@media (min-width:1281px) and (max-width:1600px) {
    .newadmin_headerstyle .newmenu_style .menucontainer nav#nav > ul.menu-list > li > a {
        padding: 12px 4px;
        font-size: 14px;
    }

    #nav li ul a, #nav-mega li ul a {
        font-size: 13px;
    }
}

@media (min-width:1681px) {
    .newadmin_headerstyle .newmenu_style .menucontainer nav#nav > ul.menu-list > li > a {
        font-size: 16px;
    }
}

.billingtxt_style span {
    font-size: 28px;
    font-weight: 600;
}

.billingtxt_style sub {
    font-size: 18px;
    font-weight: 500;
}

.payment_liststyle {
    padding: 0;
}

    .payment_liststyle li {
        list-style: none;
        margin-right: 3%;
    }

.paymentpagecom_style h6.guestdash_titlestyle {
    font-size: 24px;
    padding-bottom: 10px;
}

.paymentpagecom_style h4.guestdash_titlestyle {
    font-size: 18px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 0 10px;
    margin: 0;
    font-weight: 600;
}

.paymentpage_accordionstyle .card {
    margin: 0 0 20px;
}

.paymentpage_accordionstyle .card-header {
    padding: 0;
    background: 0 0;
    border: none;
}

    .paymentpage_accordionstyle .card-header h5 {
        font-size: 16px;
        background: #f3f8fb;
        border: 1px solid #d1d1d1;
        margin-bottom: 0;
        padding: 0 10px;
        font-weight: 600;
    }

        .paymentpage_accordionstyle .card-header h5 a {
            color: #4380a1;
            display: block;
            margin-bottom: 0;
        }

            .paymentpage_accordionstyle .card-header h5 a i {
                font-size: 16px;
                margin-right: 10px;
            }

            .paymentpage_accordionstyle .card-header h5 a span {
                color: #000;
            }

.creadit .american_style .card, .creadit .card, .creadit .discover_style .card {
    color: #fff;
    font: 22px/1 Iceland,monospace;
    overflow: hidden;
}

.paymentpage_accordionstyle {
    padding: 10px;
    border: 1px solid #d1d1d1;
    border-top: none;
}

.collapse.in {
    display: block;
    border: 1px solid #ccc;
    border-top: none;
}

.chip .side:after, .chip .vertical:after {
    display: inline-block;
    content: '';
}

.differentiate_sec {
    padding: 10px;
    background: #f1ffff;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

@font-face {
    font-family: Iceland;
    font-style: normal;
    font-weight: 400;
    src: local(Iceland),local(Iceland-Regular),url(https://fonts.gstatic.com/s/iceland/v7/rax9HiuFsdMNOnWPaKtMBA.ttf) format("truetype");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'),local(OpenSans-Regular),url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format("truetype");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'),local(OpenSans-ExtraBold),url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf) format("truetype");
}

.creadit .card {
    width: 100%;
    height: 53.98mm;
    background: #23189a;
    border: 1px solid #1e1584;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
}

.bank-name {
    float: right;
    margin-top: 15px;
    margin-right: 30px;
    font: 800 28px 'Open Sans',Arial,sans-serif;
}

.chip {
    position: relative;
    z-index: 1000;
    width: 50px;
    height: 40px;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 30px;
    background: #fffcb1;
    background: -moz-linear-gradient(-45deg,#fffcb1 0,#b4a365 100%);
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0,#fffcb1),color-stop(100%,#b4a365));
    background: -webkit-linear-gradient(-45deg,#fffcb1 0,#b4a365 100%);
    background: -o-linear-gradient(-45deg,#fffcb1 0,#b4a365 100%);
    background: -ms-linear-gradient(-45deg,#fffcb1 0,#b4a365 100%);
    background: linear-gradient(135deg,#fffcb1 0,#b4a365 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcb1",endColorstr="#b4a365",GradientType=1);
    border: 1px solid #322d28;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px #322d28,0 0 5px 0 0 5px rgba(144,133,87,.25) inset;
    -moz-box-shadow: 0 1px 2px #322d28,0 0 5px 0 0 5px rgba(144,133,87,.25) inset;
    box-shadow: 0 1px 2px #322d28,0 0 5px 0 0 5px rgba(144,133,87,.25) inset;
    overflow: hidden;
}

    .chip .side {
        position: absolute;
        top: 8px;
        width: 12px;
        height: 24px;
        border: 1px solid #322d28;
        -webkit-box-shadow: 0 0 5px rgba(144,133,87,.25) inset,0 0 5px rgba(144,133,87,.25),0 0 4px rgba(0,0,0,.1),0 0 4px rgba(0,0,0,.1) inset;
        -moz-box-shadow: 0 0 5px rgba(144,133,87,.25) inset,0 0 5px rgba(144,133,87,.25),0 0 4px rgba(0,0,0,.1),0 0 4px rgba(0,0,0,.1) inset;
        box-shadow: 0 0 5px rgba(144,133,87,.25) inset,0 0 5px rgba(144,133,87,.25),0 0 4px rgba(0,0,0,.1),0 0 4px rgba(0,0,0,.1) inset;
    }

        .chip .side.left {
            left: 0;
            border-left: none;
            -webkit-border-radius: 0 2px 2px 0;
            -moz-border-radius: 0 2px 2px 0;
            border-radius: 0 2px 2px 0;
            background-clip: padding-box;
        }

        .chip .side.right, .lines-down:before {
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
        }

        .chip .side.right {
            right: 0;
            border-right: none;
            -webkit-border-radius: 2px 0 0 2px;
            -moz-border-radius: 2px 0 0 2px;
            border-radius: 2px 0 0 2px;
            background-clip: padding-box;
        }

        .chip .side:after {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 0;
            margin: auto;
            border-top: 1px solid #322d28;
            -webkit-box-shadow: 0 0 5px rgba(144,133,87,.25) inset,0 0 5px rgba(144,133,87,.25),0 0 4px rgba(0,0,0,.1);
            -moz-box-shadow: 0 0 5px rgba(144,133,87,.25) inset,0 0 5px rgba(144,133,87,.25),0 0 4px rgba(0,0,0,.1);
            box-shadow: 0 0 5px rgba(144,133,87,.25) inset,0 0 5px rgba(144,133,87,.25),0 0 4px rgba(0,0,0,.1);
        }

    .chip .vertical {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 8.67px;
        height: 12px;
        border: 1px solid #322d28;
        -webkit-box-shadow: 0 0 5px rgba(144,133,87,.25) inset,0 0 5px rgba(144,133,87,.25),0 0 4px rgba(0,0,0,.1),0 0 4px rgba(0,0,0,.1) inset;
        -moz-box-shadow: 0 0 5px rgba(144,133,87,.25) inset,0 0 5px rgba(144,133,87,.25),0 0 4px rgba(0,0,0,.1),0 0 4px rgba(0,0,0,.1) inset;
        box-shadow: 0 0 5px rgba(144,133,87,.25) inset,0 0 5px rgba(144,133,87,.25),0 0 4px rgba(0,0,0,.1),0 0 4px rgba(0,0,0,.1) inset;
    }

        .chip .vertical.top {
            top: 0;
            border-top: none;
        }

            .chip .vertical.top:after {
                top: 12px;
                width: 17.33px;
            }

        .chip .vertical.bottom {
            bottom: 0;
            border-bottom: none;
        }

            .chip .vertical.bottom:after {
                bottom: 12px;
            }

        .chip .vertical:after {
            position: absolute;
            left: -8.67px;
            width: 26px;
            height: 0;
            margin: 0;
            border-top: 1px solid #322d28;
            -webkit-box-shadow: 0 0 5px rgba(144,133,87,.25) inset,0 0 5px rgba(144,133,87,.25),0 0 4px rgba(0,0,0,.1);
            -moz-box-shadow: 0 0 5px rgba(144,133,87,.25) inset,0 0 5px rgba(144,133,87,.25),0 0 4px rgba(0,0,0,.1);
            box-shadow: 0 0 5px rgba(144,133,87,.25) inset,0 0 5px rgba(144,133,87,.25),0 0 4px rgba(0,0,0,.1);
        }

.data {
    position: relative;
    z-index: 100;
    margin-left: 30px;
}

    .data .date, .data .month, .data .name-on-card, .data .pan, .data .year, .data .year:before {
        position: relative;
        z-index: 20;
        letter-spacing: 1px;
        text-shadow: 1px 1px 1px #000;
    }

        .data .date:after, .data .date:before, .data .month:after, .data .month:before, .data .name-on-card:after, .data .name-on-card:before, .data .pan:after, .data .pan:before, .data .year:after, .data .year:before, .data .year:before:after, .data .year:before:before {
            position: absolute;
            z-index: -10;
            content: attr(title);
            color: rgba(0,0,0,.2);
            text-shadow: none;
        }

            .data .date:before, .data .month:before, .data .name-on-card:before, .data .pan:before, .data .year:before, .data .year:before:before {
                top: -1px;
                left: -1px;
                color: rgba(0,0,0,.1);
            }

                .data .date:after, .data .month:after, .data .name-on-card:after, .data .pan:after, .data .year:after, .data .year:before:after {
                    top: 1px;
                    left: 1px;
                    z-index: 10;
                }

    .data .pan {
        position: relative;
        z-index: 50;
        margin: 0;
        letter-spacing: 1px;
        font-size: 26px;
    }

.lines-down:after, .lines-down:before {
    z-index: 10;
    height: 400px;
    border-top: 2px solid #392db2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45,33,166,0)",endColorstr="#2d21a6",GradientType=1);
}

.data .first-digits {
    margin: 0;
    font: 400 10px/1 'Open Sans',Arial,sans-serif;
}

.data .exp-date-wrapper {
    margin-top: 5px;
    margin-left: 64px;
    line-height: 1;
}

    .data .exp-date-wrapper:after, .data .exp-date-wrapper:before {
        content: " ";
        display: table;
    }

    .data .exp-date-wrapper:after {
        clear: both;
    }

    .data .exp-date-wrapper .left-label {
        float: left;
        display: inline-block;
        width: 40px;
        font: 400 7px/8px 'Open Sans',Arial,sans-serif;
        letter-spacing: .5px;
    }

    .data .exp-date-wrapper .exp-date {
        display: inline-block;
        float: left;
        margin-top: -10px;
        margin-left: 10px;
        text-align: center;
    }

        .data .exp-date-wrapper .exp-date .upper-labels {
            font: 400 7px/1 'Open Sans',Arial,sans-serif;
        }

        .data .exp-date-wrapper .exp-date .year:before {
            content: '/';
        }

.data .name-on-card {
    margin-top: 10px;
}

.lines-down:before {
    content: '';
    position: absolute;
    top: 80px;
    left: -200px;
    width: 550px;
    -webkit-border-radius: 40% 60% 0 0;
    -moz-border-radius: 40% 60% 0 0;
    border-radius: 40% 60% 0 0;
    box-shadow: 1px 1px 100px #4035b2;
    background: #2d21a6;
    background: -moz-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#2d21a6 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(45,33,166,0)),color-stop(100%,#2d21a6));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#2d21a6 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#2d21a6 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#2d21a6 100%);
    background: radial-gradient(ellipse at center,rgba(45,33,166,0) 44%,#2d21a6 100%);
}

.lines-down:after, .lines-up:before {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    content: '';
    position: absolute;
}

.lines-down:after {
    top: 20px;
    left: -100px;
    width: 350px;
    -webkit-border-radius: 20% 80% 0 0;
    -moz-border-radius: 20% 80% 0 0;
    border-radius: 20% 80% 0 0;
    box-shadow: inset -1px -1px 44px #4035b2;
    background: #2d21a6;
    background: -moz-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#2d21a6 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(45,33,166,0)),color-stop(100%,#2d21a6));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#2d21a6 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#2d21a6 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#2d21a6 100%);
    background: radial-gradient(ellipse at center,rgba(45,33,166,0) 44%,#2d21a6 100%);
}

.lines-up:before {
    top: -110px;
    left: -70px;
    z-index: 2;
    width: 480px;
    height: 300px;
    border-bottom: 2px solid #392db2;
    -webkit-border-radius: 0 0 60% 90%;
    -moz-border-radius: 0 0 60% 90%;
    border-radius: 0 0 60% 90%;
    box-shadow: inset 1px 1px 44px #4035b2;
    background: #4031b2;
    background: -moz-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 100%,#23189a 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(64,49,178,0)),color-stop(100%,#23189a));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 100%,#23189a 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 44%,#23189a 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 44%,#23189a 100%);
    background: radial-gradient(ellipse at center,rgba(64,49,178,0) 44%,#23189a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(64,49,178,0)",endColorstr="#23189a",GradientType=1);
}

.discover_style .lines-down:before, .lines-up:after {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
}

.lines-up:after {
    content: '';
    position: absolute;
    top: -180px;
    left: -200px;
    z-index: 1;
    width: 530px;
    height: 420px;
    border-bottom: 2px solid #4035b2;
    -webkit-border-radius: 0 40% 50% 50%;
    -moz-border-radius: 0 40% 50% 50%;
    border-radius: 0 40% 50% 50%;
    box-shadow: inset 1px 1px 44px #4035b2;
    background: #2d21a6;
    background: -moz-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#2d21a6 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(45,33,166,0)),color-stop(100%,#2d21a6));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#2d21a6 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#2d21a6 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#2d21a6 100%);
    background: radial-gradient(ellipse at center,rgba(45,33,166,0) 44%,#2d21a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45,33,166,0)",endColorstr="#2d21a6",GradientType=1);
}

.date:nth-letter(4) {
    font-size: 18px;
}

.creadit .discover_style .card {
    /*position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 53.98mm;
    background: #114C6C;
    border: 1px solid #114C6C;
    background-clip: padding-box;
}

.discover_style .lines-down:after, .discover_style .lines-down:before {
    content: '';
    position: absolute;
    z-index: 10;
    height: 400px;
    border-top: 2px solid #0D7199;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45,33,166,0)",endColorstr="#0D7199",GradientType=1);
}

.discover_style .lines-down:before {
    top: 80px;
    left: -200px;
    width: 550px;
    -webkit-border-radius: 40% 60% 0 0;
    -moz-border-radius: 40% 60% 0 0;
    border-radius: 40% 60% 0 0;
    box-shadow: 1px 1px 100px #0D7199;
    background: #2d21a6;
    background: -moz-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#0D7199 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(45,33,166,0)),color-stop(100%,#0D7199));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#0D7199 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#0D7199 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#0D7199 100%);
    background: radial-gradient(ellipse at center,rgba(45,33,166,0) 44%,#0D7199 100%);
}

.discover_style .lines-down:after {
    top: 20px;
    left: -100px;
    width: 350px;
    -webkit-border-radius: 20% 80% 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20% 80% 0 0;
    -moz-background-clip: padding;
    border-radius: 20% 80% 0 0;
    box-shadow: inset -1px -1px 44px #0D7199;
    background: #587388;
    background: -moz-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#0D7199 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(45,33,166,0)),color-stop(100%,#0D7199));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#0D7199 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#0D7199 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#0D7199 100%);
    background: radial-gradient(ellipse at center,rgba(45,33,166,0) 44%,#0D7199 100%);
}

.discover_style .lines-up:after, .discover_style .lines-up:before {
    content: '';
    border-bottom: 2px solid #0D7199;
    box-shadow: inset 1px 1px 44px #0D7199;
    position: absolute;
}

.discover_style .lines-up:before {
    top: -110px;
    left: -70px;
    z-index: 2;
    width: 480px;
    height: 300px;
    -webkit-border-radius: 0 0 60% 90%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 60% 90%;
    -moz-background-clip: padding;
    border-radius: 0 0 60% 90%;
    background: #2197C7;
    background: -moz-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 100%,#0D7199 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(64,49,178,0)),color-stop(100%,#0D7199));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 100%,#0D7199 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 44%,#0D7199 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 44%,#0D7199 100%);
    background: radial-gradient(ellipse at center,rgba(64,49,178,0) 44%,#0D7199 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(64,49,178,0)",endColorstr="#0D7199",GradientType=1);
}

.discover_style .lines-up:after {
    top: -180px;
    left: -200px;
    z-index: 1;
    width: 530px;
    height: 420px;
    -webkit-border-radius: 0 40% 50% 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 40% 50% 50%;
    -moz-background-clip: padding;
    border-radius: 0 40% 50% 50%;
    background: #0D7199;
    background: -moz-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#0D7199 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(45,33,166,0)),color-stop(100%,#0D7199));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#0D7199 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#0D7199 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#0D7199 100%);
    background: radial-gradient(ellipse at center,rgba(45,33,166,0) 44%,#0D7199 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45,33,166,0)",endColorstr="#0D7199",GradientType=1);
}

.creadit .american_style .card {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 53.98mm;
    background: #000103;
    border: 1px solid #000103;
    background-clip: padding-box;
}

.american_style .lines-down:after, .american_style .lines-down:before {
    content: '';
    position: absolute;
    z-index: 10;
    height: 400px;
    border-top: 2px solid #587388;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45,33,166,0)",endColorstr="#587388",GradientType=1);
}

.american_style .lines-down:before {
    top: 80px;
    left: -200px;
    width: 550px;
    -webkit-border-radius: 40% 60% 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 40% 60% 0 0;
    -moz-background-clip: padding;
    border-radius: 40% 60% 0 0;
    box-shadow: 1px 1px 100px #587388;
    background: #2d21a6;
    background: -moz-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(45,33,166,0)),color-stop(100%,#2d21a6));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
    background: radial-gradient(ellipse at center,rgba(45,33,166,0) 44%,#587388 100%);
}

.american_style .lines-down:after {
    top: 20px;
    left: -100px;
    width: 350px;
    -webkit-border-radius: 20% 80% 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20% 80% 0 0;
    -moz-background-clip: padding;
    border-radius: 20% 80% 0 0;
    box-shadow: inset -1px -1px 44px #587388;
    background: #587388;
    background: -moz-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(45,33,166,0)),color-stop(100%,#587388));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
    background: radial-gradient(ellipse at center,rgba(45,33,166,0) 44%,#587388 100%);
}

.american_style .lines-up:after, .american_style .lines-up:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #587388;
    box-shadow: inset 1px 1px 44px #587388;
}

.american_style .lines-up:before {
    top: -110px;
    left: -70px;
    z-index: 2;
    width: 480px;
    height: 300px;
    -webkit-border-radius: 0 0 60% 90%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 60% 90%;
    -moz-background-clip: padding;
    border-radius: 0 0 60% 90%;
    background: #587388;
    background: -moz-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 100%,#587388 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(64,49,178,0)),color-stop(100%,#587388));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 100%,#587388 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 44%,#587388 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(64,49,178,0) 44%,#587388 100%);
    background: radial-gradient(ellipse at center,rgba(64,49,178,0) 44%,#587388 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(64,49,178,0)",endColorstr="#587388",GradientType=1);
}

.american_style .lines-up:after {
    top: -180px;
    left: -200px;
    z-index: 1;
    width: 530px;
    height: 420px;
    -webkit-border-radius: 0 40% 50% 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 40% 50% 50%;
    -moz-background-clip: padding;
    border-radius: 0 40% 50% 50%;
    background: #587388;
    background: -moz-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(45,33,166,0)),color-stop(100%,#587388));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 100%,#587388 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(45,33,166,0) 44%,#587388 100%);
    background: radial-gradient(ellipse at center,rgba(45,33,166,0) 44%,#587388 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45,33,166,0)",endColorstr="#587388",GradientType=1);
}

.tag {
    white-space: normal;
}

.loginpnlalign_style {
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.checkbox_verherilist, .lodging_reservationalign, .topmenu_style ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.checkbox_verherilist, .lodging_reservationalign {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topmenu_style ul {
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.payment_liststyle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width:767px) {
    .topmenu_style ul {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.highcharts-credits {
    display: none;
}

.overflowhidden {
    overflow: hidden;
}

.searchrow_style {
    background: #F9E5E6;
    padding: 5px 10px;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 1px;
    text-align: left;
}

.searchrow_style1 {
    background: #CBF1F6;
    padding: 5px 10px;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 1px;
    text-align: left;
}

.searchrow_style2 {
    background: #E9FFF1;
    padding: 5px 10px;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 1px;
    text-align: left;
}

.searchrow_style3 {
    background: #b6ebfb;
    padding: 5px 10px;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 1px;
    text-align: left;
}

.search-overlay .search_box .searchrow_style a {
    top: 0;
    font-size: 18px;
}

.search {
    width: 100%;
    position: relative;
}

.searchTerm {
    float: left;
    width: 100%;
    border: 3px solid #00B4CC;
    padding: 10px;
    height: 53px;
    outline: none;
    color: #9DBFAF;
    font-size: 24px;
}

    .searchTerm:focus {
        color: #00B4CC;
    }

.searchButton {
    position: absolute;
    right: -50px;
    width: 50px;
    height: 50px;
    border: 1px solid #00B4CC;
    background: #00B4CC;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    z-index: 99999999999999999;
}

.searchbody_style {
    background: #fff;
    padding: 15px;
}

.search-result .btn {
    position: initial;
}

.searchrow_style span, .searchrow_style1 span, .searchrow_style2 span, .searchrow_style3 span {
    margin-right: 10px;
}

.searchresbody_style {
    padding: 10px;
    background: #fff;
}

.searchbody_style h3 {
    font-size: 24px;
    font-weight: 600;
}

.disablebtn {
    pointer-events: none;
    cursor: no-drop;
}

.linktomail {
    color: #148598;
    text-decoration: underline;
}

.avoidautofill {
    position: absolute;
}

.fc-day-grid-container {
    /*min-height: 470px !important;*/
    overflow: auto !important;
}

@media (min-width:320px) and (max-width:575px) {
    .data .pan {
        font-size: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {

    .data .pan {
        font-size: 22px;
    }
}

@media (min-width:1200px) and (max-width:1600px) {
    .creadit {
        width: 33%;
    }

    .data .pan {
        font-size: 25px;
    }

    .lodging_reservationalign li {
        min-width: 33%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .lodging_reservationalign li {
        min-width: 33%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .lodging_reservationalign li {
        min-width: 33%;
    }

    .section_one img {
        float: inherit;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .lodging_reservationalign li {
        min-width: 50%;
    }
}

.participantsec_style {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    border: 1px solid #efefef;
    background-color: #fff;
    background-clip: border-box;
    margin-top: 1rem;
    padding: 1rem 1rem;
}

.participantname_style {
    font-size: 24px;
    font-weight: 600;
}

.customchk_style .checkbox-squared label {
    width: 25px;
    height: 25px;
}

.lblcustomchkstyle {
    font-size: 18px;
    margin-left: 1rem;
    position: relative;
    top: 3px;
}

.participantsublbl_style span {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}

.subpanle_style {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    border: 1px solid #efefef;
    background-color: #fff;
    background-clip: border-box;
    padding: 0.5rem 1rem;
    margin-top: 0.6rem;
}

.participanttype_lblstyle {
    font-size: 16px;
    display: block;
}

.ddlparticipanttype_style {
    margin-top: 10px;
    min-height: 50px;
    box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
    border: 1px solid #ccc;
    font-size: 14px;
}

.participant_statuslist {
    padding: 0;
    margin: 20px 0 0 0;
}

    .participant_statuslist li {
        background: #ccc;
        border-radius: 20px;
        display: inline-block;
        list-style: none;
        padding: 0px 15px;
        margin-right: 10px;
        border: 2px solid transparent;
    }

        .participant_statuslist li.complete {
            background: #D1F7C4;
        }

        .participant_statuslist li.incomplete {
            background: #FFEAB6;
            border-color: #FCC337;
        }

.checkinbtn_style {
    border-radius: 5px;
}

.alderwood_style span {
    font-size: 20px;
    padding-left: 1rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.emailstyle_participant {
    color: #2398FF;
    text-decoration: underline;
    font-size: 18px;
    margin-top: 15px;
    display: inline-block;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.participantnotest_style {
    font-size: 1.8rem;
    font-weight: 500;
}

.amountparticipant_style {
    font-size: 1.3rem;
}

.nav-tabs .nav-link:hover {
    color: #fff !important;
}

.medicalparticipant_style {
    margin-top: 0.5rem;
}

    .medicalparticipant_style h4 span {
        padding-left: 1.5rem;
        font-size: 22px;
    }

.medpol_numstyle {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    margin-left: 1.5rem;
}

.lastshot_style {
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
}

.participantgroup_editstyle {
    float: right;
    font-size: 22px;
}

fieldset.scheduler-border {
    border: 2px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1em !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.nav-tabs .nav-link {
    border: none;
}

.completewaiver_style {
    text-align: center;
}

    .completewaiver_style span {
        /*display: inline-block;*/
        padding: 7px 20px;
        background: #27AE60;
        color: #fff;
        font-size: 16px;
    }

        .completewaiver_style span:before {
            /*font-family: "Font Awesome 5 free";
            font-weight: 900;
            font-size: 2rem;*/
            content: "";
            color: #27AE60;
            margin-left: -5rem;
            background: url('../image/checkmark_waiver.png');
            width: 40px;
            height: 40px;
            float: left;
        }

.infobar_liststyle {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

    .infobar_liststyle li {
        list-style: none;
        display: inline-block;
        margin-right: 10px;
    }

@media (min-width:320px) and (max-width:575px) {
    .infobar_liststyle {
        flex-direction: column;
    }

    .step_wizard i {
        padding-left: 0;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .step_wizard i {
        padding-left: 0;
    }
}


/* ================================ Start Custom Radio Button Style ============================================ */
.form-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #fff;
    color: #666;
    top: 6px;
    height: 20px;
    width: 20px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    /*margin-right: 7px;*/
    margin: 0px 3px;
    outline: none;
    border: 1px solid rgba(0,0,0,.15);
}

    .form-radio input:checked::before {
        /*position: absolute;
        font: 13px/1 'Open Sans', sans-serif;
        left: 7px;
        top: 3px;
        content: '\02143';
        transform: rotate(40deg);*/
        position: absolute;
        display: block;
        content: "";
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        margin: -5px 0 0 -5px;
        border-radius: 8px;
        background: #255038;
    }


.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.site-radio input[type="radio"] + label::after {
    box-sizing: content-box;
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    width: 10px;
    height: 10px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    transform: scale(0);
    transform-origin: 50%;
    transition: transform 200ms ease-out;
}

input[type="radio"]:focus {
    box-shadow: none;
    border-color: #255038 !important;
}

input[type="checkbox"] {
    background: #b0c61f !important;
    position: relative;
}

site-checkbox input[type="checkbox"], .site-radio input[type="checkbox"], .site-checkbox input[type="radio"], .site-radio input[type="radio"] {
    /*border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;*/
}

input.checkbox [type="checkbox"] {
    background: #b0c61f !important;
}

input[type="checkbox"] + label::before {
    color: #b0c61f !important;
    border: 2px solid #ccc !important;
}

input[type="checkbox"] span::after {
    content: '';
    border: 1px solid red;
}

input[type="checkbox"]:checked + label::after, .site-radio input[type="checkbox"]:checked + label::after {
    /*transform: rotate(-45deg) scale(1);*/
}

.site-checkbox input[type="checkbox"]:checked + label::after {
    content: '';
    transform: rotate(-45deg) scale(1);
    transition: transform 200ms ease-out;
}

.site-checkbox input[type="checkbox"] + label::after, .site-radio input[type="checkbox"] + label::after, .site-checkbox input[type="radio"] + label::after, .site-radio input[type="radio"] + label::after {
    box-sizing: content-box;
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    width: 10px;
    height: 10px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    transform: scale(0);
    transform-origin: 50%;
    transition: transform 200ms ease-out;
}
/*.form-radio input:hover {
        background-color: #f7f7f7;
    }

    .form-radio input:checked {
        background-color: #f1f1f1;
    }*/

.form-check input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #fff;
    color: #666;
    /*top: 6px;*/
    height: 20px;
    width: 20px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
    border: 1px solid rgba(0,0,0,.15);
}

    .form-check input:checked::before {
        /*position: absolute;
        font: 13px/1 'Open Sans', sans-serif;
        left: 7px;
        top: 3px;
        content: '\02143';
        transform: rotate(40deg);*/
        position: absolute;
        display: block;
        content: "";
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        margin: -5px 0 0 -5px;
        border-radius: 8px;
        background: #e97c12;
    }
/* ================================ End Custom Radio Button Style ============================================ */
/* ============================== Start Billing summary Style ===================================== */
.billingsummary_paymentlist {
    display: flex;
    list-style: none;
    text-align: center;
    justify-content: space-around;
    background: #f0f0f0;
    border: 1px solid #eaeaea;
    padding: 0.2rem;
    box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
    flex-wrap: wrap;
}

    .billingsummary_paymentlist li h4 {
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 25px;
        font-weight: 600;
    }

        .billingsummary_paymentlist li h4 span {
            display: block;
            font-size: 16px;
        }

@media (min-width:768px) and (max-width:991px) {

    .billingsummary_paymentlist li {
        width: calc(100%/3);
    }
}

@media (min-width:576px) and (max-width:767px) {

    .billingsummary_paymentlist li {
        width: calc(100%/2);
    }

        .billingsummary_paymentlist li h4 {
            font-size: 16px;
        }

            .billingsummary_paymentlist li h4 span {
                font-size: 20px;
            }
}

@media (min-width:320px) and (max-width:575px) {

    .billingsummary_paymentlist li {
        width: calc(100%/1);
    }

        .billingsummary_paymentlist li h4 {
            font-size: 16px;
        }

            .billingsummary_paymentlist li h4 span {
                font-size: 20px;
            }
}
/* ============================== End Billing summary Style ===================================== */
/* ============================== Start New Lodging Reservation Style =========================== */
.newlodging_reservation .panel-default > .panel-heading {
    background: #d3d3d3;
    border-color: #d3d3d3;
    border-radius: 5px;
    /*padding: 3px 0;*/
}

    .newlodging_reservation .panel-default > .panel-heading a {
        color: #000;
    }

.newlodging_reservation.custom_accordionstyle .panel-default > .panel-heading h4.newlodging_paneltitle {
    float: left;
}

.newlodging_panelheadinglist {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .newlodging_panelheadinglist li {
        margin-right: 15px;
    }

    .newlodging_panelheadinglist h4.newlodging_paneltitle {
        font-size: 16px;
        font-weight: 600;
    }

.newlodging_reservation .panel-default > .panel-heading a.newlodgingheading_addbtn {
    display: inline-block;
    background: #ff8000;
    color: #fff;
    padding: 3px 15px;
    text-align: center;
    border-radius: 20px;
}

.newlodging_listicon {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 70px;
    /*justify-content: space-between;*/
}

    .newlodging_listicon li {
        margin-right: 1px;
        line-height: 100%;
    }

        .newlodging_listicon li span {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: 1px solid #000;
        }

.custom_accordionstyle .panel-default > .panel-heading h4.newlodging_paneltitle a[aria-expanded="true"] {
    background: inherit;
    box-shadow: none;
    color: #000;
    /*border-bottom: 2px solid #ccc;*/
    margin-bottom: 0px;
}

.custom_accordionstyle.newlodging_reservation .collapse.in {
    box-shadow: none;
    border: none;
}

.newlodging_reservation .suits {
    margin: 0;
    border: none;
}

.wrapper .newlodging_reservation table thead tr th {
    background: transparent !important;
    color: #000 !important;
    border: none;
}

    .wrapper .newlodging_reservation table thead tr th:first-child, .wrapper .newlodging_reservation table tbody tr td:first-child {
        border-right: 1px solid #ccc;
        text-align: right;
    }

.quickreserve_btn {
    background: #ff8000;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    padding: 3px 5px;
    line-height: 100%;
}

.weeklyreserve_nostyle {
    background: #ff8000;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    padding: 5px 20px;
    line-height: 100%;
    display: inline-block;
    margin: 0 10px 0 20px;
}

    .weeklyreserve_nostyle i {
        font-size: 11px;
        font-weight: 100;
    }

.newlodging_panelheadinglist li:first-child {
    min-width: 200px;
    max-width: 200px;
}

.newlodging_listicon li:first-child {
    min-width: 10px;
    max-width: 10px;
}

.addremove_btnstyle {
    background: #ff8000;
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 20px;
}

.expandedlist_style {
    background: #fff;
    border-bottom: 2px solid #ccc;
}

.newlodging_reservation .suitrooms {
    width: calc(100% - 10px);
}

.SelectedRoom strong span {
    display: inline-block;
    width: 40px;
    height: 24px;
    border-radius: 15px;
    text-align: center;
    margin-right: 14px;
    background: rgba(255,255,255,0.6);
}

.suitrooms strong span {
    display: inline-block;
    width: 30px;
    height: 20px;
    border-radius: 15px;
    text-align: center;
    margin-right: 5px;
    background: rgba(255,255,255,0.6);
    line-height: 21px;
}

.SelectedRoom strong span i {
    font-size: 14px;
}

@media (min-width:1200px) and (max-width:1300px) {
    .responsivestyleforlodging .col-xl-8 {
        width: 100%;
    }

    .responsivestyleforlodging .col-xl-4 {
        width: 100%;
    }

    .step_wizard ul li {
        width: 6.3% !important;
        margin-bottom: 10px;
        padding-left: 12px;
    }
}

.responsivestyleforlodging .table #divUnsavedChanges tr td {
    word-break: break-all;
}
/* ============================== End New Lodging Reservation Style =========================== */
/* ============================== Start Waiver Button Upload Style ================================= */
.waiverbtn_list {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 0.5rem;
    display: flex;
}

    .waiverbtn_list li img {
        width: 24px;
        height: 24px;
        margin-right: 15px;
    }

    .waiverbtn_list li.completedwaiver label.btn {
        background: #27ae60 !important;
        border-color: #27ae60 !important;
        cursor: inherit;
        font-size: 18px;
        line-height: 18px;
    }
/* ============================== End Waiver Button Upload Style ================================= */

.btn:focus {
    background: #827D77 !important;
    border-color: #827D77 !important;
}

.frontdesk_tagstyle {
    word-break: break-all;
}

    .frontdesk_tagstyle .tag {
        line-height: 20px;
        text-align: left;
    }

table.table > tr > td:first-child {
    display: none;
}

/*th:nth-child(1) {
    display: none;
}*/

td:nth-child(1) {
    /*display:none;*/
}

ul.custom-list li {
    display: inline-flex !important;
}

.custom-list h3 {
    color: #E97C12;
    font-size: 16px;
}

.custom-list h2 {
    color: #333;
    font-size: 16px;
    line-height: 44px;
    margin: 0 0.5em;
}

.content-top-section {
    padding: 0px;
}

ul.custom-list {
    margin: 0 1.3em;
    padding: 5px;
}

input.btn-alignment {
    position: relative;
    right: 0;
    left: auto;
}

ul.nav-tabs a {
    cursor: pointer !important;
}

.step_wizard ul.nav-inline li {
    text-align: left;
    padding: 7px 7px 7px 7px;
    min-width: 185px;
    color: #fff;
    margin: 0 10px 0 0px;
    /*background: #e97c12 !important;*/
    border-radius: 4px;
}

    .step_wizard ul.nav-inline li a {
        vertical-align: text-bottom !important;
        font-size: 14px;
    }

        .step_wizard ul.nav-inline li a i {
            font-size: 14px;
            margin-right: 5px;
        }

.btn.active {
    box-shadow: none;
}

.site-radio input[type="radio"] + label::before {
    color: #b0c61f !important;
    border: 2px solid #b0c61f !important;
}

input[type="radio"], input[type="checkbox"] {
    border: 2px solid #ccc;
}

.modal-body input {
    /*vertical-align: initial;*/
}

h3 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

p {
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}

ul.blockouts_list, ul.blockouts_list li {
    list-style: none;
    padding: 0px;
    display: inline-block;
}

input[type="checkbox"] + span::before {
    color: #b0c61f !important;
    border: 2px solid #ccc !important;
}

ul.normal_order, ul.normal_order li {
    padding: 0px;
    list-style: none;
    display: inline-flex;
    margin: 0px 10px 0 0;
    font-size: 14px;
    align-items:center;
}

    ul.normal_order li button.btn {
        height: -moz-available;
    }

    ul.normal_order li a.btn {
        padding: 3px 7px;
        font-size: 13px;
    }

.checkbox_flex {
    display: flex;
    max-width: 100%;
}

input[type="checkbox"] {
    opacity: 10;
}

.media_checkboxmove {
    margin: 0px 6px;
}

.media_checkboxmove1 {
    margin: 0px 6px;
}

.check_move {
    margin: 0 6px;
    margin-top: 0px;
    display: flex;
    max-width: 100%;
}

ul.setting_list {
    list-style: none;
    padding: 0px;
}

    ul.setting_list li {
        display: inline-flex;
    }

.input_width {
    width: 20%;
}

ul.setting_list li span {
    margin: 0 6px;
}

.checkboxlabel_space .checkbox label {
    margin: 0 5px;
}

.admindash_logo input {
    max-height: 90px;
    max-width: 200px;
}

.admindash_logo span {
    width: 200px;
    max-height: 90px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.admindash_logo {
    max-height: 116px;
    height: 116px;
}

.popover-title {
    background: #255038 !important;
    color: #fff;
    font-size: 20px !important;
    font-weight: 500 !important;
    border-bottom: 0px solid #ebebeb !important;
    text-transform: uppercase;
}

.popover-header button.close {
    background: #fff;
    color: #000;
    padding: 5px 8px;
    border-radius: 50px;
}

    .popover-header button.close:hover {
        color: #255038 !important;
    }

.reserved_text {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #212529;
    margin: 0 auto;
    display: block;
}

.bullseye-green {
    border-color: #8bc53f !important;
}

.bullseye {
    padding: 1px;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
}

.bullseye-dot {
    width: 10px;
    height: 10px;
    margin: 2px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: super;
}

.popover-header {
    padding: 8px;
    background: #255038;
}

.popover {
    padding: 0px !important;
    border: 0px solid rgba(0,0,0,.2) !important;
}

    .popover.arrow {
        display: none;
    }
