﻿/* Global */
#PageContent .noPadding {
    padding: 0;
}

#PageContent .flexwrap {
    display: flex;
    margin-bottom: 30px;
}

#PageContent .ProfilePictureWrap img {
    object-fit: contain;
    object-position: center;
    height: 240px;
    width:100%;
}

#PageContent .PrimaryBorder {
    border: 1px solid #37b1cf;
    padding: 20px;
}

#PageContent .SecondaryBorder {
    border: none;
    padding: 20px;
    background-color: #089cbc;
    color:white;
}

.checkbox-label-fix label{
    padding-top: 0px !important;
}

/* Application Profile */
.AppProfilePic {
    max-width: 100%;
    height: auto;
}

/* Styled Checkbox start*/
.checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 8px;
    height: 15px;
    width: 15px;
    border: 1px solid #dadada;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
    background-color: #089cbc;
    border: 1px solid #dadada;
}



/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
}



/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Styled Checkbox end*/

/* Application */
.ApplicationBanner {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom:10px;

}

.PurchaseExtras {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 10px;
}

.PurchaseExtras-Hoody {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin-bottom: 10px;
}

@media(max-width:768px){
    .ApplicationBanner {
        height: 280px;
        margin-top: 15px;
    }
    .PurchaseExtras {
        height: 200px;
        margin-top: 15px;
    }
    .PurchaseExtras-Hoody {
        height: 200px;
        margin-top: 15px;
    }
}

/* Utilities */
.mn-t-3 {
    margin-top: 20px !important;
}

.mn-b-3 {
    margin-bottom: 20px !important;
}

.mn-b-4 {
    margin-bottom: 25px !important;
}



@media(max-width:1000px) {
    .mn-t-sm-3 {
        margin-top: 20px !important;
    }
}


/* Application Address Details Page */
#PageContent .ReadOnlyDetails input[type=text] {
    width: 80%;
    background: white;
    padding: 2px;
}

#PageContent .ReadOnlyDetails input[type=text]:disabled {
    color: #9f9f9f;
}

#PageContent .ReadOnlyDetails.inputMarginFix input[type=text] {
    margin-bottom:0px!important;
}

/* Font awesome */
#PageContent .fa{
    color: #6ec6d9;
}

/* Client override */
.search,
.sys_mobile-search-toggle {
    display: none;
}
#nav .sys_menu-title, #leftNav .sys_menu-title { padding-top: 20px; }

/* Headers */
.KxContent h1 { color: #009bbd; font-size: 1.6em; line-height: 1.2em; margin-bottom: 0.9375em; font-weight: normal; }
.KxContent h2 { color: #18194f; font-size: 1.3em; font-weight: normal; line-height: 1.2em; margin: 15px 0 8px 0; }
.KxContent h3 { font-size: 1.2em; font-weight: normal; line-height: 1.2em; margin-bottom: 0.9375em; }
.KxContent h4 { font-weight: bold; margin-bottom: 0.5em; }

.KxContent p { margin-bottom: 1.25em; margin-top: 0; }

.KxContent ul { list-style-type: square; }
.KxContent ul li { margin-left: 30px; margin-bottom: 1em; }
.KxContent ol li { margin-bottom: 1em; }

/* Forms + Inputs */
.KxContent .input-group { width: 100%; margin-bottom: 5px; }
.KxContent .form-control { border-color: #ccc; border-radius: unset; height: auto; margin: 0 0 15px 0; padding: 10px; }
.KxContent .form-control:focus { box-shadow: none; }

.KxContent textarea { resize: none; }

.KxContent label { display: block; font-weight: bold; padding-top: .2em; padding-bottom: .3em; }
.KxContent label span.required { color: #ff0000; font-weight: bold; padding-left: 2px; margin-left: 2px; }

.KxContent .radioButton-style label  { display: inline!important; font-weight: bold; padding-top: .2em; padding-bottom: .3em; }

.KxContent .radioButton-style td {
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    margin-top: 10px;
}

.KxContent .radioButton-style-inline tbody tr {
    display: inline-block;
}

.KxContent .radioButton-style label {  
    vertical-align: middle;
    margin-left: 10px;
}

input[type=checkbox], input[type=radio] {
    margin: 0px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    font-size: 10px;
    vertical-align: middle!important;
}

.KxContent input[type=checkbox] { float: left; cursor: pointer; margin-right: 10px; }
.KxContent input[type=checkbox] + label { float: left; cursor: pointer; width: 90%; }

.KxContent .btn { border: none; background-color: none; border-radius: unset; cursor: pointer; margin: 20px 0 0 0; padding: 14px 22px; }
.KxContent .btn-primary { background-color: #005597; color: #fff; }
.KxContent .btn-secondary { background-color: #b32b76; color: #fff; margin-bottom: 10px; }

/* Links */
.KxContent a { text-decoration: underline; }

/* Jumbotron */
.KxContent .jumbotron { border: none; border-radius: unset; background-color: transparent; padding: 20px; }
.KxContent .jumbotron p { font-size: 1em; }
.KxContent .jumbotron-primary { background-color: #fff; }
.KxContent .jumbotron-sports {
    color: white;
    background-color: rgb(223, 180, 9);
    border: 1px dotted #009bbd;
}
.KxContent .jumbotron-secondary { background-color: #1a296b; color: #fff; }
.KxContent .jumbotron-secondary h2 { color: #fff; }
.KxContent .jumbotron-secondary a { color: #fff; }

/* Footer */
#footer { margin-top: 30px; }

/* Login Page */
.loginEN .KxContent .jumbotron { min-height: 380px; position: relative; }
.loginEN .KxContent .jumbotron .btn { position: absolute; bottom: 20px; right: 20px; }

/* Hub Page */
.KxContent .HubLogOut.btn { margin-top: -80px; float: right; }
.KxContent .hub-wrapper { }
.KxContent .hub-wrapper h3 { background-color: #1a296b; color: #fff; padding: 10px 20px; }
.KxContent .hub-wrapper .Hubtabs { border: 1px dotted #009bbd; border-radius: 0px; font-family: Circular, Arial, sans-serif; margin: 15px 0 50px 0; padding: 0; }
.KxContent .hub-wrapper .Hubtabs ul { border: none; border-radius: 0px; list-style-type: none; margin: 0; padding: 0; }
.KxContent .hub-wrapper .Hubtabs ul li { border: none; border-radius: 0px; display: inline-block; margin: 0; padding: 0; text-align: center; }
.KxContent .hub-wrapper .Hubtabs ul li a { /*background-color: #007ca7;*/ color: #fff; display: block; font-weight: bold; text-decoration: none; margin: 0; padding: 10px 0; text-align: center; width: 100%; }
.KxContent .hub-wrapper .Hubtabs ul li a span { display: block; text-align: center; }
.KxContent .hub-wrapper .Hubtabs ul li.ui-tabs-active a { /*background-color: #fff;*/ color: #007ca7; }
.KxContent .hub-wrapper .Hubtabs ul li.ui-state-disabled { opacity: 1; }
.KxContent .hub-wrapper .Hubtabs ul li.ui-state-disabled a { cursor: not-allowed; }
.KxContent .hub-wrapper .Hubtabs .tabcontent { padding: 30px 20px; }
.KxContent .hub-wrapper .Hubtabs .tabcontent .btn { font-family: Circular, Arial, sans-serif; margin: 0; width: 100%; }

.KxContent .globalMessage { margin-bottom: 20px; }
.KxContent .globalMessage .fa { color: #b32b76; margin: 0 10px 0 0; padding: 0; }
.KxContent .globalMessage span { line-height: 28px; vertical-align: top; margin: 0; padding: 0; }


/* Preference Page */
.KxContent #slider-filter { width: 100%; position: relative; }
.KxContent #slider-filter .minamount { display: inline-block; font-size: 0.8em; width: 10%; position: absolute; top: 0; left: 0; }
.KxContent #slider-filter .slider-size { margin: 20px 0 0 10px; position: relative; }
.KxContent #slider-filter .slider-size .ui-slider-handle { background: none; background-color: #009bbd; border: none; }
.KxContent #slider-filter .maxamount { display: inline-block; font-size: 0.8em; width: 10%; position: absolute; top: 0; right: 0; }

.KxContent .RoomOptions .preference-panel-heading { background-color: #18194f; color: #fff; padding: 10px; }

.KxContent .list-section .GroupCard { border-bottom: 3px solid #009bbd; margin: 30px 0; }
.KxContent .list-section .GroupCard .room { margin-bottom: 15px; }
.KxContent .list-section .GroupCard .RoomList .cateredFilter,
.KxContent .list-section .GroupCard .RoomList .letLengthFilter,
.KxContent .list-section .GroupCard .RoomList .roomTypeFilter { display: none; }
.KxContent .list-section .GroupCard .room-img { max-height: 150px; padding: 10px; overflow: hidden; }
.KxContent .list-section .GroupCard .room-img .imageURL { max-width: 150px; }
.KxContent .list-section .GroupCard .room-info { font-size: 0.8em; }
.KxContent .list-section .GroupCard .room-info .from-price h3 { color: #18194f; display: block; font-size: 2em; padding: 10px 0; }
.KxContent .list-section .GroupCard .room-info .information-labels { font-size: 1.2em; font-weight: bold; margin: 0 0 10px 0; padding: 0; text-align: center; }
.KxContent .list-section .GroupCard .room-info .information-labels div { margin: 0; padding: 0; text-align: center; }
.KxContent .list-section .GroupCard .room-info .prefbtns { margin: 0; padding: 0; }
.KxContent .list-section .GroupCard .room-info .compare { border: 2px solid #ddd; font-size: 1em; margin: 0; padding: 5px 3px; }
.KxContent .list-section .GroupCard .room-info .compare.selectedcompare { border: 2px solid #009bbd; }
.KxContent .list-section .GroupCard .room-info .preference-selection { margin: 0; padding: 0; text-align: center; }
.KxContent .list-section .GroupCard .room-info .preference-selection button { border: 2px solid #005597; font-size: 1em; margin: 0 auto; padding: 5px 18px; }
.KxContent .list-section .GroupCard .room-info .preference-selection button.selected { border: 2px solid #b32b76; background-color: #b32b76; }

.KxContent .list-section .GroupCard .room-info .room-content span.room-type,
.KxContent .list-section .GroupCard .room-info .room-content span.price-annual,
.KxContent .list-section .GroupCard .room-info .room-content span.catered,
.KxContent .list-section .GroupCard .room-info .room-content span.let-length { font-size: 1.1em; line-height: 30px; margin: 0 0 10px 0; padding: 0; text-align: center; }

.KxContent .list-section .GroupCard .room-info .room-content span.room-type span { display: block; line-height: 18px !important; margin-top: 5px; }

.KxContent .list-section .GroupCard #MoreInfoTabs { border: none; border-radius: 0px; clear: both; font-family: Circular, Arial, sans-serif; margin: 0; padding: 0; }
.KxContent .list-section .GroupCard #MoreInfoTabs ul.ui-tabs-nav { background: none; background-color: none; border: none; border-radius: 0px; margin: 20px 0 0 0; padding: 0; }
.KxContent .list-section .GroupCard #MoreInfoTabs ul.ui-tabs-nav li { background: none; background-color: none; border: none; border-radius: 0px; margin: 0; padding: 0; }
.KxContent .list-section .GroupCard #MoreInfoTabs ul.ui-tabs-nav li a { display: block; font-weight: bold; margin: 0; padding: 10px 0; text-align: center; width: 100%; }
.KxContent .list-section .GroupCard #MoreInfoTabs ul.ui-tabs-nav li.ui-tabs-active a { background-color: #18194f; color: #fff; }

.KxContent .list-section .GroupCard #FacilitiesPane,
.KxContent .list-section .GroupCard #MoreInfoPane { font-size: 0.9em; }
.KxContent .list-section .GroupCard #FacilitiesPane ul,
.KxContent .list-section .GroupCard #MoreInfoPane ul { list-style-type: square; }
.KxContent .list-section .GroupCard #FacilitiesPane ul li,
.KxContent .list-section .GroupCard #MoreInfoPane ul li { margin-left: 30px; padding-left: 10px; margin-bottom: 5px; }

.KxContent ol#basket { font-size: 0.8em; }
.KxContent ol#basket li { cursor: grab; font-size: 0.8em; margin: 7px 0; padding: 0; }
.KxContent ol#basket li .basket-pref { margin: 0; padding: 0; }
.KxContent ol#basket li .basket-pref .RemovePreference { border: none; border-radius: 50%; background: none; background-color: #b32b76; color: #fff; font-weight: bold; height: 18px; width: 18px; margin: 0; padding: 1px 1px 0 0; float: left; }
.KxContent ol#basket li .basket-pref span { margin: 0 0 0 4px; padding: 1px 0 0 0; font-size: 1.4em; display: block; float: left; }
.KxContent ol#basket li .basket-room { margin: 0 0 0 4px; padding: 0; }
.KxContent ol#basket li .basket-price { margin: 0; padding: 0; }

.KxContent .basket_btn { margin: 0; padding: 0; }
.KxContent .basket_btn div { margin: 0; padding: 0; text-align: center; }
.KxContent .basket_btn div .btn { margin: 10px 0; padding: 10px 18px; width: 100%; }
.KxContent .basket_btn div .btn:disabled { cursor: not-allowed; }

.ApplicationPreferencesEN .fancybox-inner { margin-left: 0.1em; }
.ApplicationPreferencesEN #compare .compareroom { border: 1px dotted #009bbd; margin: 5px; padding: 10px; width: 30%; min-width: 330px; }
.ApplicationPreferencesEN #compare .compareroom .compare-img { margin-bottom: 10px; width: 100%; }
.ApplicationPreferencesEN #compare .compareroom .customValuesCompare dd { margin-bottom: 10px; }
.ApplicationPreferencesEN #compare .compareroom .selectedcompare { border: none; background-color: #005597; border-radius: unset; color: #fff; cursor: pointer; margin: 20px 0 0 0; padding: 14px 22px; width: 100%; }
.KxContent .yearpickerWrapper {
    border: 1px dotted #009bbd;
    border-radius: 0px;
    font-family: Circular, Arial, sans-serif;
    /*margin: 15px 0 50px 0;*/
    /*padding-top: 15px;*/
}

.alert-infoNew {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    height: 230px;
}



@media screen and (max-width: 990px) {
    
    .alert-infoNew {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
        height: 166px;
    }
}


/* Carousel section */
.Carousel { box-sizing: border-box; height: 110px; padding: 0 30px; position: relative; width: 100%; *width: 85%; }
.Carousel button { background: none; border: 0; height: 100%; overflow: hidden; position: absolute; text-indent: -9999px; top: 0; width: 50px; z-index: 1; }
.Carousel button:focus { box-shadow: none; outline: none; }
.Carousel button .img-replace { background: url(/resources/images/carousel-sprite.png) no-repeat; display: block; left: 50%; height: 40px; margin-left: -5px; margin-top: -20px; position: absolute; top: 50%; width: 10px; }
.Carousel button[disabled] { cursor: not-allowed; }
.Carousel .CarouselPrev { left: -20px; }
.Carousel .CarouselNext { right: -20px; }
.Carousel .CarouselPrev .img-replace { background-position: 0 0; }
.Carousel .CarouselNext .img-replace { background-position: -10px 0; }
.Carousel .CarouselPrev[disabled] .img-replace { background-position: -20px 0; }
.Carousel .CarouselNext[disabled] .img-replace { background-position: -30px 0; }
.Carousel .CarouselFrame { height: 100%; overflow: hidden; *position: relative; width: 100%; }
.Carousel .CarouselContent { font-size: 0; height: 100%; position: relative; white-space: nowrap; }
.Carousel a { display: inline-block; height: 100%; position: relative; zoom: 1; *display: inline; }
.Carousel a + a { margin-left: 10px; }
.Carousel a img { display: block; height: 100%; min-height: 100%; }
.Carousel a img[data-missing="true"] { padding: 33px !important; }
.Carousel a:hover:after { background: rgba(0, 0, 0, 0.8) url(/resources/images/zoom-icon.png) no-repeat 50% 50%; content: ""; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#links { position: fixed; bottom: 10px; width: 100%; padding-top: 10px; list-style: none; text-align: center; z-index: 99999; }
#links li { display: inline; padding: 0 5px; }
#links li label { width: 12px; height: 12px; border-radius: 100%; display: inline-block; background-color: rgba(0, 0, 0, 0.6); cursor: pointer; }
#links li.active label { background-color: white; }


@media (max-width: 992px) {
    /* Offer */
    .MyOfferEN .jumbotron div h1 { margin-top: 20px; }
    .MyOfferEN .jumbotron div:first-child h1 { margin-top: 0; }
}

@media (max-width: 960px) {
    .KxContent .basket-titles .col-xs-5 { width: 38%; }
}

@media (max-width: 767px) {
    #wrapper #pageTitle { margin-bottom: 0 !important; }
    .KxContent .jumbotron { margin-bottom: 20px; }
    .KxContent .btn { display: block; float: none; width: 100%; }
    .KxContent .HubLogOut.btn { margin: 10px 0; float: none; }
    .loginEN .KxContent .jumbotron .btn { position: absolute; bottom: 20px; width: 90%; }
    .KxContent .hub-wrapper .Hubtabs .tabcontent .btn { margin-bottom: 20px; }
    .ApplicationPreferencesEN .fancybox-inner { margin-left: 0; }
    .ApplicationPreferencesEN #compare .compareroom { margin: 10px 0; width: 100%; min-width: unset; }
    .KxContent .basket-titles .col-xs-5 { width: 45%; }
}

@media (max-width: 479px) {
    #container #nav { min-height: unset; }
}

@media only screen and (min-width: 970px) {
    #menu ul { display: block !important; }
}

/*Inductions*/

.KxContent span.radioButton label {
    display: inline;
    padding-left: 5px;
}


.KxContent .datepicker table tr td.disabled {
    color: #ddd;
}

    .KxContent .datepicker table tr td.disabled:hover {
        color: #ddd;
    }


.ind-img-container {
    margin-bottom: 1rem;
}

    .ind-img-container img {
        width: 100%; 
        max-height: 450px;
        object-fit: cover;
    }

#banner-img {
    z-index: 1;
}

#gug-img {
    position: absolute;
    z-index: 2;
    border: 2px solid white;
    border-radius: 25px;
    width: 125px;
    right: 25px;
    top: 115px;
}

.induction-page-container {
    background-color: rgb(0,155,189);
}

.induction-page-container h1 {
    color: white;
}

.induction-sports-page-container {
    background-color: rgb(0,95,55);
}

.induction-sports-page-container h1 {
    color: white;
}

.induction-sports-page-container h2 {
    color: white;
}

.datepicker.datepicker-inline {
    margin: 0 auto;
}

.pad-left-19 {
    padding-left: 19px;
}

.next-btn {
    margin-right: 0px !important;
}

.KxContent .progress-bar-container {
    padding-top: 2em;
}

.KxContent ul.list-unstyled.multi-steps {
    padding-bottom: 15px;
}

.KxContent .application-progress-bar {
    margin-bottom: 20px;
}

.KxContent .multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}

.KxContent .multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
    background-color: #ededed;
}

.KxContent .multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .KxContent .multi-steps > li {
        counter-increment: stepNum;
        text-align: center;
        display: table-cell;
        position: relative;
        color: #1a296b;
        z-index: 1;
    }

.KxContent .sports-progress-bar-container .multi-steps > li {

    color: rgb(223,180,9);

}

        .KxContent .multi-steps > li:before {
            content: '\f00c';
            content: '\2713;';
            content: '\10003';
            content: '\10004';
            content: '\2713';
            display: block;
            margin: 0 auto 4px;
            background-color: #fff;
            width: 36px;
            height: 36px;
            line-height: 32px;
            text-align: center;
            font-weight: bold;
            border-width: 2px;
            border-style: solid;
            border-color: #1a296b;
            border-radius: 50%;
            z-index:1;
        }

.KxContent .sports-progress-bar-container .multi-steps > li:before {
   border-color: rgb(223,180,9);
}


        .KxContent .multi-steps > li:after {
            content: '';
            height: 2px;
            width: 100%;
            background-color: #1a296b;
            position: absolute;
            top: 16px;
            left: 50%;
            z-index: -1;
        }

.KxContent .sports-progress-bar-container .multi-steps > li:after {
    background-color: rgb(223,180,9);
}

        .KxContent .multi-steps > li:last-child:after {
            display: none;
        }

        .KxContent .multi-steps > li.is-active:before {
            background-color: #fff;
            border-color: #1a296b;
        }

.KxContent .sports-progress-bar-container .multi-steps > li.is-active:before {
    border-color: rgb(223,180,9);
}

.KxContent .multi-steps > li.is-active ~ li {
    color: #fff;
}

.KxContent .application-progress-bar .multi-steps > li.is-active ~ li {
    color: #a9a9a9;
}




.KxContent .sports-progress-bar-container .multi-steps > li.is-active ~ li {
    color: rgb(223,180,9);
}

.KxContent .multi-steps > li.is-active ~ li:before {
    background-color: rgb(0,155,189);
    border-color: #CEE7EC;
}

.KxContent .application-progress-bar .multi-steps > li.is-active ~ li:before {
    background-color: rgb(213 213 213);
    border-color: rgb(200 200 200);
}



.KxContent .sports-progress-bar-container .multi-steps > li.is-active ~ li:before {
    background-color: rgb(0,95,55);
    border-color: white;
}

/* :before is only the numbers inside the circles*/
@media (max-width: 600px) {
    .KxContent .multi-steps > li:before {
        width: 33px;
        height: 33px;
        line-height: 32px;
        text-align: center;
        font-weight: bold;
        border-width: 2px;
        border-style: solid;
        border-color: #1a296b;
        border-radius: 50%;
        z-index: 1;
    }

    .KxContent .multi-steps li {
        font-size: 85%;
    }


    .next-btn {
        margin-right: 15px !important;
    }

}


@media (max-width: 425px) {
    .KxContent .multi-steps > li span {
        display: none;
    }
    #gug-img {
        display: none;
    }

}


@media (max-width: 767px) {
    #gug-img {
        width: 60px;
        border-radius: 10px;
        border: 0.5px solid white;
        top: 135px;
        right: 35px;
    }
}

.KxContent .row .tabbuttons{
    padding-bottom: 10px;
}

.KxContent .alert .alert-danger span:empty {
    display: none
}

.KxContent div.alert.alert-danger:empty {
    display: none
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Induction quiz wrangling */
.KxContent .inductionQuestions label{
 display: inline;
 padding-left: 5px;
}

.KxContent .inductionQuestions.row{
    margin-top: 10px;
    margin-bottom: 10px;
}

.KxContent .inductionQuestions .alert-danger {
    margin-top: 20px;
}

.next-btn {
	margin-right: 7px !important;
}
