﻿/*#region Bootstrap*/
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
/*#region smallest*/

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}


.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}
/*#endregion smallest*/
/*#region sm*/
@media (min-width:576px) {
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}
/*#endregion sm*/
/*#region md*/
@media (min-width:768px) {
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .text-md-left {
        text-align: left !important;
    }
}
/*#endregion md*/
/*#region lg*/
@media (min-width:992px) {
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .text-lg-left {
        text-align: left !important;
    }
}
/*#endregion lg*/
/*#region xl*/
@media (min-width:1200px) {
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .text-xl-left {
        text-align: left !important;
    }
}
/*#endregion xl*/

.border-0 {
    border: 0 !important;
}

.border-1 {
    border: solid !important;
    border-width: 1px !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.float-left {
    float: left !important;
}


.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.m-auto {
    margin: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.rounded-top {
    border-top-left-radius: .80rem !important;
    border-top-right-radius: .80rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: .80rem !important;
    border-bottom-left-radius: .80rem !important;
}

.text-center {
    text-align: center !important;
}

/*#region carousel*/

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none;
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
/*#endregion carousel*/
/*#region sr-only*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
/*#endregion sr-only*/
/*#endregion Bootstrap*/

/*#region Autotrack*/
.AutotrackGlobalFont {
    /*font-family: 'Lucida Sans';*/
    font-family: Verdana;
    font-size: 1rem;
}

.xImageAutoTrackLogoStyleAlcAidc {
    font-family: Verdana; /*Tahoma;*/
    font-size: x-large;
    height: 60px;
}

.xDivAutotrackBoxStyleFullWidth2 {
    border: 1px solid #6077a5;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 1px 2px 1px 2px #888888;
}

.text-white {
    color: white !important;
}

/*#endregion Autotrack*/


/*#region Standard media queries start...................*/
@media (min-width: 0) {
    /*Button*/
    .xButton {
        width: 100% !important;
        font-size: x-large !important;
        height: 45px !important;
        font-family: Verdana !important; /*Tahoma;*/
    }

    .xButtonSmall { /*use for grnman, checkout, check in*/
        width: 50% !important;
        font-size: x-large !important;
        height: 45px !important;
        font-family: Verdana !important; /*Tahoma;*/
    }

    .xButtonRadius {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: Small !important;
        font-weight: bold !important;
        height: 35px !important;
        /*width: 160px !important;*/ /*100%;*/
        width: 100% !important;
        border-radius: 40px;
        background-color: #eeeeef !important;
        color: #212529;
        border: 1px solid #7F7F7F;
        background: none;
        top: 0px;
        left: 0px;
    }



    /*Label*/
    .xLabel {
        width: 100% !important;
        font-size: x-large !important;
        height: 45px !important;
        font-family: Verdana !important; /*Tahoma;*/
    }

    .xLabelAutoTrackTitleStyle { /*Title Setting*/
        font-family: Verdana !important; /*Tahoma;*/
        font-size: large !important;
        font-weight: bold;
    }

    .xLabelAutoTrackSubTitleStyle {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: large;
        font-weight: bold;
    }

    .xLabelAutoTrackVersionStyle {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: small !important;
        font-weight: bold !important;
        color: white !important;
    }

    .xLabelSubTextStyle {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: large !important;
        font-weight: normal !important;
    }

    /*Textbox Setting*/
    .xTextBox {
        font-size: x-large !important;
        font-family: Verdana !important; /*Tahoma;*/
    }
    /*Gridview Setting*/
    .xGridview {
        display: none !important;
    }
    /*Splitter*/
    .xSplitter {
        height: 750px !important;
    }

    /*iFrame Youtube*/
    .iframe-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
    }

        .iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    /*Image Setting*/
    .xImageAutoTrackLogoStyle {
        font-family: Verdana; /*Tahoma;*/
        font-size: x-large;
        height: 60px;
    }



    /*small Image Setting ===============*/
    .xImageAutoTrackSmallLogoStyle {
        font-family: Verdana; /*Tahoma;*/
        font-size: x-large;
        width: 60px;
        height: 50px;
    }
    /*Social Media Image Setting ===============*/
    .xImageAutoTrackSocialMediaStyle {
        font-family: Verdana; /*Tahoma;*/
        font-size: x-large;
        width: 70px;
        height: 70px;
    }
}
/*sm media query above 576px - 768px*/
@media (min-width: 576px) {
    /*Button*/
    .xButton {
        font-size: large !important;
        width: 200px !important;
        height: 35px !important;
        font-family: Verdana !important; /*Tahoma;*/
    }

    .xButtonSmall { /*use for grnman, checkout, check in*/
        width: 40% !important;
        font-size: x-large !important;
        height: 45px !important;
        font-family: Verdana !important; /*Tahoma;*/
    }
    /*Radius Button*/
    .xButtonRadius {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: Small !important;
        font-weight: bold !important;
        /*width: 160px !important;*/ /*100%;*/
        width: 100% !important;
        border-radius: 40px;
        background-color: #eeeeef !important;
        color: #212529;
        height: 35px !important;
        border: 1px solid #7F7F7F;
        background: none;
        top: 0px;
        left: 0px;
    }


    /*Label*/
    .xLabel {
        width: 100% !important;
        font-size: large !important;
        height: 45px !important;
        font-family: Verdana !important; /*Tahoma;*/
    }

    .xLabelAutoTrackTitleStyle { /*Title Setting*/
        font-family: Verdana !important; /*Tahoma;*/
        font-size: large !important;
        font-weight: bold;
    }

    .xLabelAutoTrackSubTitleStyle {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: large;
        font-weight: bold;
    }

    .xLabelAutoTrackVersionStyle {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: small !important;
        font-weight: bold !important;
        color: white !important;
    }

    .xLabelSubTextStyle {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: large !important;
        font-weight: normal !important;
    }

    /*Textbox Setting*/
    .xTextBox {
        font-size: large !important;
        font-family: Verdana !important; /*Tahoma;*/
    }
    /*Gridview Setting*/
    .xGridview {
        display: none !important;
    }
    /*Splitter*/
    .xSplitter {
        height: 1050px !important;
    }

    /*iFrame Youtube*/
    .iframe-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
    }

        .iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    /*Image Setting*/
    .xImageAutoTrackLogoStyle {
        font-family: Verdana; /*Tahoma;*/
        font-size: x-large;
        height: 60px;
    }



    /*small Image Setting ===============*/
    .xImageAutoTrackSmallLogoStyle {
        font-family: Verdana; /*Tahoma;*/
        font-size: x-large;
        width: 60px;
        height: 60px;
    }
    /*Social Media Image Setting ===============*/
    .xImageAutoTrackSocialMediaStyle {
        font-family: Verdana; /*Tahoma;*/
        font-size: x-large;
        width: 60px;
        height: 60px;
    }
}
/*md media query above 768px - 992px*/
@media (min-width: 768px) {
    /*Button*/
    .xButton {
        width: 150px !important;
        font-size: medium !important;
    }

    .xButtonSmall { /*use for grnman, checkout, check in*/
        width: 60% !important;
        font-size: small !important;
        height: 25px !important;
        font-family: Verdana !important; /*Tahoma;*/
    }

    .xButtonRadius {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: Small !important;
        font-weight: bold !important;
        /*width: 150px !important;*/ /*100%;*/
        width: 100% !important;
        border-radius: 40px;
        background-color: #eeeeef !important;
        color: #212529;
        height: 35px !important;
        border: 1px solid #7F7F7F;
        background: none;
        top: 0px;
        left: 0px;
    }

    /*Label*/
    .xLabel {
        width: 100% !important;
        font-family: Verdana !important; /*Tahoma;*/
        font-size: large !important;
    }

    .xLabelAutoTrackTitleStyle { /*Title Setting*/
        font-family: Verdana !important; /*Tahoma;*/
        font-size: x-large !important;
        font-weight: bold;
    }

    .xLabelAutoTrackSubTitleStyle {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: large;
        font-weight: bold;
    }

    .xLabelAutoTrackVersionStyle {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: medium !important;
        font-weight: bold !important;
        color: white !important;
    }



    .xLabelSubTextStyle {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: medium !important;
        font-weight: normal !important;
    }

    /*Textbox Setting*/
    .xTextBox {
        font-size: medium !important;
    }
    /*Gridview Setting*/
    .xGridview {
        display: normal;
    }
    /*Splitter*/
    .xSplitter {
        height: 1250px !important;
    }

    /*iFrame Youtube*/
    .iframe-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
    }

        .iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    /*Image Setting*/
    .xImageAutoTrackLogoStyle {
        font-family: Verdana; /*Tahoma;*/
        font-size: x-large;
        height: 60px;
    }



    /*small Image Setting ===============*/
    .xImageAutoTrackSmallLogoStyle {
        font-family: Verdana; /*Tahoma;*/
        font-size: x-large;
        width: 60px;
        height: 60px;
    }
    /*Social Media Image Setting ===============*/
    .xImageAutoTrackSocialMediaStyle {
        font-family: Verdana; /*Tahoma;*/
        font-size: x-large;
        width: 50px;
        height: 50px;
    }
}
/*lg media query above 992px - 1200px*/
@media (min-width: 992px) {
    /*Button*/
    .xButton {
        width: 150px !important;
        font-size: medium !important;
    }

    .xButtonSmall { /*use for grnman, checkout, check in*/
        width: 60% !important;
        font-size: small !important;
        height: 25px !important;
        font-family: Verdana !important; /*Tahoma;*/
    }

    .xButtonRadius {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: Small !important;
        font-weight: bold !important;
        /*width: 150px !important;*/ /*100%;*/
        width: 100% !important;
        border-radius: 40px;
        background-color: #eeeeef !important;
        color: #212529;
        height: 35px !important;
        border: 1px solid #7F7F7F;
        background: none;
        top: 0px;
        left: 0px;
    }

    /*Label*/
    .xLabel {
        width: 100% !important;
        font-family: Verdana !important; /*Tahoma;*/
        font-size: medium !important;
    }

    .xLabelAutoTrackTitleStyle { /*Title Setting*/
        font-family: Verdana !important; /*Tahoma;*/
        font-size: large !important;
        font-weight: bold;
    }

    .xLabelAutoTrackSubTitleStyle {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: Medium;
        font-weight: bold;
    }

    .xLabelAutoTrackVersionStyle {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: small !important;
        font-weight: bold !important;
        color: white !important;
    }

    .xLabelSubTextStyle {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: small !important;
        font-weight: normal !important;
    }

    /*Textbox Setting*/
    .xTextBox {
        font-size: small !important;
    }
    /*Gridview Setting*/
    .xGridview {
        display: normal;
    }
    /*Splitter*/
    .xSplitter {
        height: 1750px !important;
    }

    /*iFrame Youtube*/
    .iframe-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
    }

        .iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    /*Image Setting*/
    .xImageAutoTrackLogoStyle {
        font-family: Verdana; /*Tahoma;*/
        font-size: x-large;
        height: 60px;
    }


    /*small Image Setting ===============*/
    .xImageAutoTrackSmallLogoStyle {
        font-family: Verdana; /*Tahoma;*/
        font-size: x-large;
        width: 60px;
        height: 50px;
    }
    /*Social Media Image Setting ===============*/
    .xImageAutoTrackSocialMediaStyle {
        font-family: Verdana; /*Tahoma;*/
        font-size: x-large;
        width: 40px;
        height: 40px;
    }
}
/*xl media query above 1200px*/
@media (min-width: 1200px) {
    /*Button*/
    .xButton {
        width: 150px !important;
        font-size: small !important;
    }

    .xButtonSmall { /*use for grnman, checkout, check in*/
        width: 60% !important;
        font-size: small !important;
        height: 25px !important;
        font-family: Verdana !important; /*Tahoma;*/
    }
    /* Radius Button*/
    .xButtonRadius {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: Small !important;
        font-weight: bold !important;
        /*width: 150px !important;*/ /*100%;*/
        width: 100% !important;
        border-radius: 40px;
        background-color: #eeeeef !important;
        color: #212529;
        height: 35px !important;
        border: 1px solid #7F7F7F;
        background: none;
        top: 0px;
        left: 0px;
    }

    /*Label*/
    .xLabel {
        width: 100% !important;
        font-family: Verdana !important; /*Tahoma;*/
        font-size: medium !important;
    }

    .xLabelAutoTrackTitleStyle { /*Title Setting*/
        font-family: Verdana !important; /*Tahoma;*/
        font-size: large !important;
        font-weight: bold;
    }

    .xLabelAutoTrackSubTitleStyle {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: Medium;
        font-weight: bold;
    }

    .xLabelAutoTrackVersionStyle {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: small !important;
        font-weight: bold !important;
        color: white !important;
    }

    .xLabelSubTextStyle {
        font-family: Verdana !important; /*Tahoma;*/
        font-size: small !important;
        font-weight: normal !important;
    }

    /*Textbox Setting*/
    .xTextBox {
        font-size: small !important;
    }
    /*Gridview Setting*/
    .xGridview {
        display: normal;
    }

    .xitemviewItemCountStatusBox {
        margin-left: 36% !important;
    }

    .xSplitterAssetView {
        height: 1500px !important;
    }

    /*iFrame Youtube*/
    .iframe-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
    }

        .iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    /*Image Setting*/
    .xImageAutoTrackLogoStyle {
        font-family: Verdana; /*Tahoma;*/
        font-size: x-large;
        height: 60px;
    }


    /*small Image Setting ===============*/
    .xImageAutoTrackSmallLogoStyle {
        font-family: Verdana; /*Tahoma;*/
        font-size: x-large;
        width: 70px;
        height: 60px;
    }
    /*Social Media Image Setting ===============*/
    .xImageAutoTrackSocialMediaStyle {
        font-family: Verdana; /*Tahoma;*/
        font-size: x-large;
        width: 30px;
        height: 30px;
    }

    .chatwithus {
        top: 96%;
    }
}

/*#endregion ---*/

/*brands media adjusted ends*/
.broucher-button {
    border-radius: 25px; /*min-width:250px;*/
    width: 300px;
    background: linear-gradient(#f11f20, #bc0000, #7d0010) content-box,linear-gradient(-80deg, #f11f20, #9c1c1c, #7d0010) 0/ 37% 100% border-box;
}

.red-button {
    border-radius: 25px; /*min-width:250px;*/
    width: 100%;
    background: linear-gradient(#f11f20, #bc0000, #7d0010) content-box,linear-gradient(-80deg, #f11f20, #9c1c1c, #7d0010) 0/ 37% 100% border-box;
}



/*#region footer*/


.bg-footer {
    color: #ffffff;
    background-color: #4a4c4b !important;
}

.ALC-Copyright {
    color: #ffffff;
    background-color: #000000 !important;
}

.enquiry {
    color: #FD6A02 !important; /*orange*/
    text-transform: lowercase;
    text-transform: capitalize !important;
}

.text-underline {
    text-decoration: underline;
}

.word-wrap {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    height: auto;
}

.vertical-middle {
    vertical-align: middle;
}

.show {
    display: block;
}


#company-banner {
    background-color: #e9ecef;
}

/*#endregion footer*/


