/*  KX CONTENT - Content within the Kx frame  */
/* Default styling, do not edit. Use the style.css */

/* Global */
#PageContent { min-height: 885px; }

#PageContent p { margin: 0; padding: 0 0 5px 0; }
#PageContent label { font-weight: 600; }
#PageContent .noPadding { padding: 0; }
#PageContent .flexwrap { display: flex; margin-bottom: 30px; }
#PageContent li:empty { display: none; }
#PageContent .processRating i { color: #fff;margin-top: 20px;}



.reviewNew {
        border: 1px;
        border: 1px solid #00477F !important;
        background-color: #003a65 !important;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
        width: 100%;
}

@media only screen and (max-width:991px) {
    #PageContent { min-height: unset; }
    #PageContent .flexwrap { display: unset; }
}

@media screen and (max-width: 768px) {
    #PageContent { min-height: unset; }
}


/*Arrival Slots*/
.month.disabled {
    color: indianred;
    opacity: .5;
}

.disabled.day.disabled {
    color: indianred;
    opacity: .5;
}

.datepicker-inline{
    padding: 10px;
    border: solid 1px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
}

#timeslots{
    display:none;
    vertical-align: middle;
}

#chosenSlot {
    margin-top: 20px;
}

.datepicker-title {
    color: #31708f;
}

.datepicker-inline {
    width: 100%!important;
}

.datepicker table {
    width: 100%;
}

#arrivalSlotBookings th {
    background-color:transparent;
    color:black
}
#arrivalSlotBookings th, #arrivalSlotBookings td {
    min-width:0px;
}



/*Utils*/
.ml-2{
    margin-left:10px;
}

.pb-10{
    padding-bottom:10px;
}

.mt-3 {
    margin-top: 15px !important;
}

.mt-4 {
    margin-top: 20px !important;
}

.mt-6 {
    margin-top: 30px !important;
}

.mt-8 {
    margin-top: 40px !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}

.row-fix{
    width:97% !important;
}

.text-center {
    text-align:center!important;
}

.font-16{
    font-size:16px!important;
}

/*ToolTip*/
.tooltiphover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltiphover .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  font-size:12px!important;
  /* Position the tooltip */
  position: absolute;
  z-index: 10;
}

.tooltiphover.active .tooltiptext {
  visibility: visible;
}

.tooltiphover:hover .tooltiptext {
  visibility: visible;
}

.p-10{
    padding:10px!important;
}

@media screen and (max-width: 769px) {
    #PageContent .col-margin-fix {
        width: 92% !important;
    }
}

#PageContent ul.prefSummary {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#PageContent .editData label {
   width:100%;
   margin-top:10px
}

body.AboutYouEdit {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

@media screen and (max-width: 992px) {
    .p-xs-0 {
        padding: 0px !important;
    }
}

@media screen and (min-width: 992px) {
   .pl-md-8{
       padding-left:45px!important;
   }
   .pl-md-6{
       padding-left:30px!important;
   }
   .pl-md-4{
       padding-left:30px!important;
   }
   .pl-md-0{
       padding-left:0px!important;
   }
   .pr-md-0{
       padding-right:0px!important;
   }
}


/* Headers */
#PageContent h1 {
    color: #003a65;
    font-weight: normal;
    margin: 10px 0;
    padding: 0;
    font-weight: normal;
    font-size: 3.25rem;
    font-family: "Derailed-ExtraBold", "Raleway-ExtraBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#PageContent h2 {
    color: #003a65;
    font-weight: normal;
    margin: 10px 0;
    padding: 0;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Derailed-ExtraBold", "Raleway-ExtraBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#PageContent h3 {   
    font-weight: normal;
    margin: 10px 0;
    padding: 0;
    font-size: 2rem;
    font-weight: normal;
    color: #003a65;
    font-family: "Bariol", "Helvetica ", "Helvetica", "Arial", sans-serif;
}

#PageContent h4 {
    font-weight: normal;
    margin: 10px 0;
    padding: 0;
    font-size: 1rem;
    font-weight: normal;
    color: #003a65;
    font-family: "Derailed-Bold", "Raleway-ExtraBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#myModal h2 {
    color: #003a65;
    font-weight: normal;
    margin: 10px 0;
    padding: 0;
    font-weight: normal;
    font-size: 1.5rem;
    font-family: "Derailed-ExtraBold", "Raleway-ExtraBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#myModal h4 {
    font-weight: normal;
    margin: 10px 0;
    padding: 0;
    font-size: 1rem;
    font-weight: normal;
    text-align:center;
    color: #003a65;
    font-family: "Derailed-Bold", "Raleway-ExtraBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#PageContent p {
    font-weight: normal;
   /* margin: 10px 0;*/
    padding: 0;
    font-size: 1rem;
    font-weight: normal;   
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#PageContent a {
    color: #003a65;
    text-decoration: none; /*border: 10px solid #003a65;*/
}
#PageContent a:hover { text-decoration: underline; }

/* Inputs */
#PageContent input,
#PageContent textarea,
#PageContent select { border-radius: unset; box-shadow: none; }
#PageContent .form-group { }
#PageContent .form-group label { margin: 10px 0 0 0; padding: 0; }
    #PageContent .form-group label span.mandatory {
        color: #003a65;
        font-size: 1.3em;
    }
#PageContent .form-group:last-child { margin-bottom: 0px; }
#PageContent .input-group input { border-right: 0px; }
#PageContent .input-group-addon { background-color: #fff; border: 1px solid #ccc; border-left: unset; border-radius: unset; }
#PageContent .input-group-addon i.fa { color: #003a65; font-size: 1.4em; }
#PageContent .radioButton { display: block; margin: 5px 0; }
#PageContent .radioButton input { cursor: pointer; margin-right: 10px; vertical-align: top; }
#PageContent .radioButton label { cursor: pointer; font-weight: normal; margin: 1px auto; width: 85%; }
#PageContent .paymentoptions { display: inline-block; position: relative; margin-right: 30px; }
#PageContent .paymentoptions .paymentradio { display: block; position: relative; }
#PageContent .paymentoptions .paymentradio input { display: none; }
#PageContent .paymentoptions .paymentradio label { border: 2px solid #ddd; cursor: pointer; display: inline-block; font-size: 1.2em; padding: 14px 14px 34px 14px; position: relative; text-align: center; width: 100%; height: 76px; z-index: 2; }
#PageContent .paymentoptions .paymentradio input:checked + label { border-color: #66A0FA; }
#PageContent .paymentoptions small { font-size: 1em; position: absolute; left: 0; right: 0; text-align: center; top: 40px; width: 100%; z-index: 1; }
#PageContent textarea { resize: none; }
#PageContent label.tickbox { cursor: pointer; }
#PageContent .textareacounter { display: block; font-size: 0.8em; text-align: right; }
#PageContent .Checkbox label { margin-left: 10px; }
#PageContent input[type=checkbox] { cursor: pointer; }
#PageContent input[type=checkbox] + label { cursor: pointer; margin-left: 10px; }

/* Buttons */
#PageContent .Navigation {
    clear: both;
    display: block;
    padding: 10px 0;
    margin-bottom: 10px;
}
#PageContent .btn {
    border: 1px Solid #333;
    border-radius: 0px;
    color: #fff;
    min-width: 100px;
    text-decoration: none;
    margin-top: 15px;
    transition: all ease 1s;
}
#PageContent .btn-request {
    border: none;
    border-radius: 0px;
    color: #fff;
    min-width: 100px;
    text-decoration: none;
    margin-top: 15px;
    transition: all ease 1s;
}

#PageContent .withdrawbtn {
    background-color: #efb43b !important;
    color: black;
}



#PageContent a.btn { text-decoration: none; }
#PageContent .btn:hover { color: #fff; }
#PageContent .btn-request:hover { color: #888; }
#PageContent .btn-default { color: #888; min-width: 100px; }
#PageContent .btn-default:hover { }
#PageContent .btn-primary { background-color: #003a65; }
#PageContent .btn-primary:hover { background-color: #003a65; }
#PageContent .btn-secondary {
    background-color: #eee;
    color: black;
    border: 1px solid;
}
#PageContent .btn-secondary:hover { background-color: #eee; color:black }
#PageContent .btn-tertiary { background-color: #ce8084; }
#PageContent .btn-tertiary:hover { background-color: #e5b4b6; }
#PageContent .btn-danger { background-color: #d9534f; }
#PageContent .btn-danger:hover { background-color: #f0b9b8; }

/* Jumbotrons */
#PageContent .jumbotron {
    border: 1px solid #555;
    border-radius: 0px;
    padding: 20px;
    position: relative;
/*    height: auto;*/
  
}
.top-bannerHeading {
    position: absolute;
    left: 39px;
    top: 103px;
    font-size: 3rem;
    font-family: Derailed-ExtraBold;
    z-index: 99999;
    color: whitesmoke;
}
.top-bannerText {
    position: absolute;
    left: 30px;
    top: 167px;
    font-size: 1.5rem;
    font-family: Derailed;
    z-index: 99999;
    color: whitesmoke;
}
.summaryButtons {
    top: 250px;
}
#PageContent .jumbotron p {
    font-size: 16px;
}
#PageContent .jumbotron-primary { background-color: #fff; border-color: #ddd;}
#PageContent .jumbotron-primary h2 { color: #003a65; }
#PageContent .jumbotron-primary p { color: #696969;  }
#PageContent .jumbotron-primary label { color: #696969; font-size: 14px; }
#PageContent .jumbotron-secondary { background-color: #6ec6d9; border-color: #6ec6d9; }
#PageContent .jumbotron-secondary h2 { color: #fff; }
#PageContent .jumbotron-secondary p { color: #fff; }
#PageContent .jumbotron-secondary label { color: #fff; }
#PageContent .jumbotron-secondary a { color: #fff; text-decoration: underline; }
#PageContent .jumbotron-tertiary { background-color: transparent; border: none; }
#PageContent .jumbotron-tertiary h2 { color: #003a65; }
#PageContent .jumbotron-tertiary p { color: #696969; }
#PageContent .jumbotron-tertiary label { color: #696969; }
#PageContent .jumbotron-primary-new {
    background-color: #fff;
    border-color: #ddd;
    height: 470px;
}

    #PageContent .jumbotron-primary-new h2 {
        color: #003a65;
    }

    #PageContent .jumbotron-primary-new p {
        color: #696969;
    }

    #PageContent .jumbotron-primary-new label {
        color: #696969;
        font-size: 16px;
    }

    .btn-primary {
        background-color: #003a65;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #003a65;
        border-color: #003a65;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #003a65;
        border-color: #003a65;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #003a65;
        border-color: #003a65;
    }

    .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus {
        color: #fff;
        background-color: #003a65;
        border-color: #003a65;
    }

    .jumbotronlLargeHeight {
        height: 100%;
    }

    .jumbotronSmallHeight {
        height: 100%;
    }

    .jumbotronFixedHeight {
        height: 100%;
    }

    .jumbotronequalHeight {
        height: 100%;
    }

    .jumbotronHeightNew {
        height: 100%;
    }
    .jumbotronequal1Height {
        height: 100%;
    }
    .formMarginNew {
        margin-bottom: 0px;
    }
    .formPaddingNew {
        margin: 0px 0 0 0 !important;
    }
    .formPaddingNew2 {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }
    .paddingNew {
        padding-right: 0px;
    }

    .specialrequestsstyle {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .arrivaldates {
        margin-left: -15px;
        margin-right: 15px;
    }

    @media(max-width:1200px){
        .arrivaldates {
            margin-left: 0px !important;
            margin-right: 0px !important;
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    @media(max-width:800px){
        .alternativePreferences select {
            width:100%
        }
    }
    @media(max-width:768px){
        .alignFix {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
    }

     @media(max-width:768px){
        .marginFix {
            margin-right:0px!important;
        }
    }

    @media(max-width:1200px){
        .offerNew.widthFix {
            width:97%;
        }
    }

    @media(max-width:992px){
        .offerNew.widthFix {
            width:96%;
        }
    }
    @media(max-width:600px){
        .offerNew.widthFix {
            width:95%;
        }
    }

    @media(max-width:450px){
        .offerNew.widthFix {
            width:93%;
        }
    }
    @media(max-width:391px){
        .offerNew.widthFix {
            width:92%;
        }
    }

    .offerNew {
        border: 1px;
        border: 1px solid #00477F !important;
        background-color: #003a65 !important;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 15px;
        width: 97.5%;
        font-size:1rem;
    }

     #PageContent .offerNew h2 {
       color:white;
    }
    .offerNew.offerRejected {
       padding:30px;
       margin-left:0px
    }
    .offerButtonsNew {
        float: right !important;
        margin-right: 2px !important;
        margin-left: 3px;
    }
    .offercontract .offerButtonsNew {
        float: none !important;
    }
    .offerRejectNew {
        border: 1px;
        border: 1px solid #00477F !important;
        background-color: #003a65 !important;
        color: #fff;
    }
    .offerRejectLabelNew {   
        color: #fff !important;
        margin-top:0px!important;
    }
    .offerCustomColor {
        color: #fff !important;
    }
    .offerPaddingNew {
        padding-bottom: 10px !important;
    }

    .contracts-image{
        width: 400px;
        margin: auto;
    }
/* Progress Bar */
#PageContent .progressbar {
    background: transparent;
    height: 100px;
}
#PageContent .progressbar .progressbar-inner { position: relative; }
#PageContent .progressbar .progressbar-inner .connecting-line { background: #e8e8e8; height: 2px; left: -180px; margin: 0 auto; position: absolute; right: 0; top: 33%; width: 62%; z-index: 1; }
#PageContent .progressbar .progressbar-inner ul.nav.nav-tabs { background: none; border: none; position: relative; pointer-events: none; z-index: 50; }
#PageContent .progressbar.contracts .progressbar-inner ul.nav.nav-tabs { background: none; border: none; position: relative; pointer-events: none; z-index: 50;display: flex;justify-content: space-between; margin-left: 0px; }
#PageContent .progressbar.applications .progressbar-inner ul.nav.nav-tabs { background: none; border: none; position: relative; pointer-events: none; z-index: 50;display: flex;justify-content: space-between; margin-left: 0px; }
#PageContent .progressbar.inductions .progressbar-inner ul.nav.nav-tabs { background: none; border: none; position: relative; pointer-events: none; z-index: 50;display: flex;justify-content: space-between; margin-left: 0px; }
#PageContent .progressbar.inductions .progressbar-inner ul.nav.nav-tabs p strong { font-weight:900 }

#PageContent .progressbar .progressbar-inner ul.nav.nav-tabs li { background: none; border: none; text-align: center; width: 20%; }
#PageContent .progressbar .progressbar-inner ul.nav.nav-tabs li a { background: none; border: none; }
#PageContent .progressbar .progressbar-inner ul.nav.nav-tabs li a span.round-tab { background: none; border: none; position: relative; z-index: 100; }
#PageContent .progressbar .progressbar-inner ul.nav.nav-tabs li a span.round-tab i { background: none; border: none; }
#PageContent .progressbar .progressbar-inner ul.nav.nav-tabs li a span.round-tab span { background: none; border: none; color: #fff; left: 13px; min-width: 35px; position: absolute; right: 0px; text-align: left; top: -7px; z-index: 110; }
#PageContent .progressbar .progressbar-inner ul.nav.nav-tabs li a span.round-tab p { background: none; border: none; margin-top: 5px; font-size: 0.75em; color: #888; }
#PageContent .progressbar .progressbar-inner ul.nav.nav-tabs li.complete a span.round-tab i { color: #003a65; }
#PageContent .progressbar .progressbar-inner ul.nav.nav-tabs li.active a span.round-tab i { color: #003a65; }
#PageContent .progressbar .progressbar-inner ul.nav.nav-tabs li.disabled a span.round-tab i { color: #ddd; }
#PageContent .progressbar.induction .progressbar-inner ul.nav.nav-tabs li { width: 14%; }
#PageContent .progressbar.outduction .progressbar-inner ul.nav.nav-tabs li { width: 16.6%; }

/* KxError */
#PageContent .alert {
    border-radius: 0px;
    background-color: #003a65;
    color: #fff;
}
#PageContent .alert-danger {
    color: #d9534f;
    background-color: #f2dede;
    border-color: #ebccd1;
}

@media screen and (min-width: 688px) and (max-width: 992px) {
    #PageContent .alertbooked { 
        margin-top: 150px !important;
    }
}

@media screen and (min-width: 459px) and (max-width: 687px) {
    #PageContent .alertbooked { 
        margin-top: 170px !important;
    }
}

@media screen and (min-width: 377px) and (max-width: 458px) {
    #PageContent .alertbooked { 
        margin-top: 190px !important;
    }
}

@media screen and (max-width: 376px) {
    #PageContent .alertbooked { 
        margin-top: 220px !important;
    }
}


#PageContent input[type="text"].KxError,
#PageContent input[type="password"].KxError,
#PageContent textarea.KxError,
#PageContent select.KxError { background-color: #f6e9eb; border: 1px solid #a94442; color: #a94442; }
#PageContent .KxError input[type="checkbox"]{filter: grayscale(100%) brightness(70%) sepia(100%) hue-rotate(-50deg) saturate(300%) contrast(0.8); }
#PageContent .KxError input[type="checkbox"]:checked{ filter: none; }
#PageContent input[type="radio"].KxError,
#PageContent input[type="checkbox"].KxError,
#PageContent .KxError input[type="radio"] + label { color: #a94442; }

#PageContent input[type="text"].KxError::-webkit-input-placeholder,
#PageContent input[type="password"].KxError::-webkit-input-placeholder,
#PageContent textarea.KxError::-webkit-input-placeholder,
#PageContent select.KxError::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #cb8e8d; }

#PageContent input[type="text"].KxError::-moz-placeholder,
#PageContent input[type="password"].KxError::-moz-placeholder,
#PageContent textarea.KxError::-moz-placeholder,
#PageContent select.KxError::-moz-placeholder { /* Firefox 19+ */ color: #cb8e8d; }

#PageContent input[type="text"].KxError:-ms-input-placeholder,
#PageContent input[type="password"].KxError:-ms-input-placeholder,
#PageContent textarea.KxError:-ms-input-placeholder,
#PageContent select.KxError:-ms-input-placeholder { /* IE 10+ */ color: #cb8e8d; }

#PageContent input[type="text"].KxError:-moz-placeholder,
#PageContent input[type="password"].KxError:-moz-placeholder,
#PageContent textarea.KxError:-moz-placeholder,
#PageContent select.KxError:-moz-placeholder { /* Firefox 18- */ color: #cb8e8d; }

#PageContent table.radioButton span[disabled=disabled] input,
#PageContent table.radioButton span[disabled=disabled] label { color: gray; cursor: not-allowed; text-decoration: line-through; }


/* Font awesome */
#PageContent .fas, #PageContent .far {
    color: #003a65;
}
    #PageContent .fas:hover, #PageContent .far:hover, #PageContent i.fas:hover {
        color: #ddd;
    }

/* Login.aspx Login style 1 */
.Registration .loginbanner { display: block; margin: 0; padding: 0px 0px; /*text-align: center;*/ }
.Registration .loginbanner img { margin: 0; padding: 0; width: 100%; }
.Registration #PageContent .jumbotron.preview { padding-top: 20px; }
.Registration #PageContent .jumbotron.preview p { line-height: 32px; margin: 0 0 0 -15px; padding: 0; }
.Registration #PageContent .jumbotron.preview .btn { margin: 0 -15px 0 0; }
.Registration #PageContent .container-fluid { background-color: #eef0f5; }

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
}

.text {
    border: none;
    font-weight: normal;
    font-size: 16px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding-left: 0px;
    padding-right:0px;
}

.banner-fontStyle {

    font-family: Derailed-Regular;   
    font-size: 1.3rem;
}

.ui-slider-horizontal {
    height: 0.1em;
}

.comparisonButton {
    border: solid 1px #ddd;
    padding: 10px 40px 10px 40px;
    margin-top: 17px;
    margin-left: 15px; 
    /* margin-right: 21px; */
    font-size: 12px !important;
    color: black;
    width: 85%;
}

.modal {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.basketButtonStyling {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.tabSwitcherNoPadding {
    padding:0px
}

.noRadius .ui-corner-left {
    border-top-left-radius: 0px;
}

.roomDetailsNoPadding { 
    padding-bottom: 0px !important;
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
    border: solid 1px #ddd;
    padding: 10px 40px 10px 40px;
    margin-top: 17px;
    font-size: 12px !important;
    width: 100%;
}

#PageContent .terms {
    overflow-y: scroll;
    max-height: 622px;
    padding-bottom: 20px;
}

@media screen and (max-width: 765px) {
    .Registration .loginbanner img { 
            width: 100%;
            min-height: 300px;
            height: auto;
            object-fit: cover;
            height: 400px;           
        }

        .top-bannerHeading {
            position: absolute;
            left: 0px;
            padding: 0.8rem 1rem 0rem;
            top: 110px;
            font-family: Derailed-ExtraBold;
            font-size: 1.5rem;
            z-index: 99999;
            color: whitesmoke
        }

        .top-bannerText {
            position: absolute;
            left: 0px;
            padding: 0.8rem 1rem 0rem;
            top: 140px;
            font-family: Derailed;
            font-size: 0.5rem;
            z-index: 99999;
            color: whitesmoke;
        }
    }
    
    @media screen and (min-width: 471px) {
        .Registration .loginbanner img { 
            width: 100%;
            max-height: 300px;
            height: auto;
            object-fit: cover;            
        }
        .top-bannerHeading {
            position: absolute;
            left: 0px;
            padding: 0.8rem 1rem 0rem;
            top: 140px;
            font-family: Derailed-ExtraBold;
            font-size: 3rem;
            z-index: 99999;
            color: whitesmoke
        }

        .top-bannerText {
            position: absolute;
            left: 0px;
            padding: 0.8rem 1rem 0rem;
            top: 220px;
            font-family: Derailed;
            font-size: 1.5rem;
            z-index: 99999;
            color: whitesmoke;
        }
    }
    @media screen and (min-width: 481px) {
        .Registration .loginbanner img {
            height: auto;
            max-height: 300px;
            width: 100%;
            object-fit: cover;
        }   
    }
    @media screen and (min-width: 769px) {
        .Registration .loginbanner img {
            height: auto;
            max-height: 300px;
            width: 100%;
            object-fit: cover;
        }
    }
    @media screen and (min-width: 1025px) {
        .Registration .loginbanner img {
            height: auto;
            max-height: 300px;
            width: 100%;
            object-fit: cover;
        }
    }
    @media screen and (min-width: 1201px) {
        .Registration .loginbanner img {
            width: 100%;
            max-height: 500px;
            position: relative;
            left: 0;
            top: 0;
            transform: translate(0);
            z-index: 999;
            object-fit: cover;
        }
    }
    @media (min-width: 2000px) and (max-width:3000px) {
        .container {
            width: 1800px;
        }
    }
    @media screen and (max-width: 768px) {
        .Login #PageContent .jumbotron.preview p {
            line-height: unset;
        }
    }

    /* Login.aspx Login style 2 */
    #PageContent.login2 .loginbanner {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-bottom: 5px solid #003a65;
    }
        /* The image path is in the editor for this option */
        #PageContent.login2 .loginbanner .container {
            padding-bottom: 200px;
            padding-top: 70px;
        }

    #PageContent.login2 .jumbotron-secondary {
        background-color: rgba(0,0,0,0.6);
        border: none;
        color: #fff;
        margin-top: 10px;
        padding-top: 15px;
    }

        #PageContent.login2 .jumbotron-secondary h2 {
            color: #fff;
        }

        #PageContent.login2 .jumbotron-secondary a {
            font-size: 0.9em;
        }

        #PageContent.login2 .jumbotron-secondary .btn {
            margin-top: 0;
        }


    @media screen and (min-width: 992px) and (max-width: 1200px) {
        #PageContent.login2 .jumbotron-secondary.login .form-group .btn {
            min-width: 67px;
        }
    }

    @media screen and (max-width: 992px) {
        #PageContent.login2 .jumbotron-secondary.login .form-group .btn {
            min-width: 110px;
        }
    }

    @media screen and (max-width: 768px) {
        #PageContent.login2 .jumbotron-secondary.login .form-group input[type=text],
        #PageContent.login2 .jumbotron-secondary.login .form-group input[type=password] {
            width: 100%;
        }
    }
    @media (min-width: 768px) {
        .col-sm-3 {
            width: 100% !important;
        }

    @media (min-width: 1024px) {
        .col-sm-3 {
            width: 25% !important;
        }

        /* Application confirm/Review submitted page */
        #PageContent ul.prefSummary li i {
            color: #003a65;
        }

        #PageContent h2 a {
            color: #003a65;
            font-weight: normal;
            font-size: 0.6em;
            text-decoration: underline;
        }

        /* Application Profile */
        .ApplicationProfile .AppProfilePic {
            max-width: 100%;
            height: auto;
        }

        /* Application Confirm/Review pages */
        #PageContent h2 a {
            font-weight: normal;
            font-size: 0.6em;
            text-decoration: underline;
        }

        #PageContent .form-group.block label,
        #PageContent .form-group.block label {
            display: block;
        }

        #PageContent ul.prefSummary {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            #PageContent ul.prefSummary li {
                padding: 5px 0;
            }

                #PageContent ul.prefSummary li i {
                    padding-right: 0px;
                }

        /* Contract */
        #PageContent .terms {
            overflow-y: scroll;
            max-height: 622px;
            padding-bottom: 20px;
        }

            #PageContent .terms label {
                margin-right: 20px;
                font-weight: bold;
                float: left;
                clear: left;
            }

            #PageContent .terms p {
                margin-bottom: 14px;
                float: left;
                clear: right;
                width: 90%;
            }

            #PageContent .terms legend {
                display: none;
            }

        /* Process rating */
        #PageContent .processRating .ratingfeedback {
            margin-top: 10px;
        }

        #PageContent .processRating i {
            color: #fff;
            margin-top: 20px;
        }

        @media screen and (max-width: 1024px) {
            .jumbotronFixedHeight {
                height: 35vh;
            }

            .jumbotronequalHeight {
                height: 15vh;
            }
        }

        #PageContent .payment-info {
            margin-top: 28px
        }

        #PageContent .licenceDate {
            width: 95px;
            display: inline-block;
        }



 /*  Applications */

select option:disabled {
     color: #d3d3d3;
     font-weight: 200;
     background: #003a65;

 }

.pgAltPref {
    width: 500px;
}

.appEdit {
    background-color:#FFFFFF; 
    border-style:hidden; 
    color:#003a65;
}

.medicalCond {
    padding-left: 50px;
}

@media screen and (max-width: 1200px) {
    .medicalCond {
        padding-left: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .mobileView {
        display: none !important;
    }
}

.altPrefPadding {
    padding-left: 50px;
}

@media screen and (max-width: 768px) {
    .altPrefPadding {
        padding-left: 15px;
        padding-top: 50px;
    }
}
    
.withdrawButton {
    margin-right: 320px;
    background-color: #efb43b;
    color: #000 !important;
    border: 1px solid;
}
