﻿body {
    padding-top:0 !important;
    padding-bottom: 20px;
    margin:0;
    font-family:'Source Sans Pro', sans-serif;
    font-size:14px;
    /*min-width:960px;*/
}

/* remove inline styles*/
.max-width-140px {
    max-width: 140px;
}
.width-250px {
    width: 250px !important;
}

.width-317px {
    width: 317px;
}
.width-10{
    width: 10%;
}
.bg-cyan {
    background-color: #00aeae;
}

.hidden {
    display: none;
}
.ml-0px {
    margin-left: 0px;
}
.ml-10px {
    margin-left: 10px;
}
.ml-15px {
    margin-left: 15px;
}
.mb-15px {
    margin-bottom: 15px;
}
.mt-0px {
    margin-top: 0px !important;
}
.mr-15px {
    margin-right: 15px;
}
.pb-15px {
    padding-bottom: 15px;
}
.pl-20px {
    padding-left: 20px;
}
.pr-0px {
    padding-right: 0px;
}
.pr-15px {
    padding-right: 15px;
}
.pt-5px {
    padding-top: 5px !important;
}
.w-0{
    width:0%;
}
.btn-primary {
    color: #ffffff;
    background-color: #00827f;
    border-color: #02726f;
}
.navbar-brand {
    text-align:right;
    width:176px;
    height:76px;
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 45px;
    background: url(../Images/BrooksideConsultantsLogo.png) no-repeat top left;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
    line-height: 45px;
}
.multiCol{
    padding:0px 15px;
}
.chkTitle .checkbox{
    margin-top:0px;
    margin-bottom:0px;
}
.top-buffer { margin-top:20px; }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.optional {
    font-weight: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
select,
textarea {
    width: 100%;
}

.ajaxProcessing{
    display:none;
    position:fixed;
    background-color:#ffffff;
    padding: 20px 20px 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    top:50%;
    left:50%;
    margin-top:-50px;
    margin-left:-100px;
    z-index:999999 !important;
}
.ajaxProcessing p {
    margin-bottom:0px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-style:italic;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  font-style:italic;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-style:italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-style:italic;
}

.provider {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -moz-appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom:10px;
}

.well{
    min-height:20px;
    padding: 19px;
    background-color: #f5f5f5;
    border: solid 1px #e3e3e3;
    border-radius: 4px;
}
/** Accordion Styles **/
#programsH4
{
    padding:10px;
}
h4 small
{
    margin-left:10px !important;
}

.panel-heading
{
    padding:0px;
}

.panel-default > .panel-heading
{
    background-color:#00827f;
    text-decoration:none;
    border-color:#00827f;
    border-bottom-style:solid;
    border-bottom-width:1px;
    color:#fff;
    font-size: 19px;
    color: #fff !important;
    padding: 5px 20px;
    font-weight: bold;
}
.evenClass
{
    background-color:#285780 !important;
}
.evenClass a
{
    color:white !important;
}
.evenClass a:hover
{
    color:#42323a !important;
}
.panel-title
{
    font-weight:700;
    color:white;
    font-family:"Segoe UI", sans-serif;
    letter-spacing:1px;
    text-transform:capitalize;  
    text-decoration:none;
}
.panel-title a:hover
{
    text-decoration:none !important;
    color:#42323a;
}
.panel-title a
{
    text-decoration: none !important;
    color: white;
    padding: 10px;
    width: 100%;
    display: block;
}

.kendo-font {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
/*******************************/
/****** Override Styles *******/


.navbar.navbar-inverse.navbar-fixed-top{
    background-color:#00827f;
    border-bottom: 2px;
    border-bottom-color: #726e6e;
    border-bottom-style: solid;
    /*float: left;*/
    clear: both;
    width: 100%;
    position:relative;
    top:initial;
    margin-bottom:0px;
    padding:0;
}
.navbar-inverse .navbar-brand{
   color:white;
}
.navbar-inverse .navbar-nav > li > a{
    color:white;
}
.navbar-inverse .navbar-nav > li > a:hover{
     background-color:#726e6e;
}
.nav.navbar-nav.navbar-right a:hover{
    text-decoration:underline;
    background:none;
}

.navbar-staging {
    background-color: orange !important;
}

/*.navbar.navbar-inverse.navbar-fixed-top {
    height:50px;
}*/

.navbar-brand{
    height: inherit;
}
.navbar-right{
    margin-right:inherit;
}
.navbar-collapse {
    background:#00827f;
}

.card{
    background-color:#f5f5f5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Bootstrap 5 Dropdown Item Styling */
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #1e2125;
        background-color: #428bca;
    }

.dropdown-menu > li {
    list-style: none;
}

/* Fix Bootstrap 5 dropdown positioning - override Kendo box-sizing reset */
.dropdown-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropdown-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group{
    margin-bottom:15px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-info {
    color: #00827f;
    background-color: #e0f8f7;
    border-color: #98d4d2;
}
.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    background: #00827f;
    color: white;
    font-weight: bold;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}
.list-group-item.active {
    background-color: #00827f;
    border-color: #008274;
}
/***************************
    Jquery Toast Styling
***************************/
.jq-toast-single {
    font-size: 16px !important;
    font-weight: bold;
    color: #fff !important;
    /*background:#1c9d75 !important;*/
    text-align: center !important;
}
.close-jq-toast-single {
    font-size:25px !important;
}

.jq-toast-wrap.bottom-right .panel-title {
    padding:10px 15px;
    font-size:20px;
}

.jq-toast-wrap.bottom-right .panel-body {
    padding:15px;
    font-size:20px;
    /*background:#ffffff;*/
    color:#66BA96;
}

.jq-toast-wrap.bottom-right .panel-heading {
    /*background:#1c9d75;*/
    color:#ffffff;
    text-align:center;
}

.jq-toast-wrap.bottom-right .close-jq-toast-single {
    color:#ffffff;
}

/***************************
    Time Stamp Info Styling
***************************/
.form-group.timeStampInfo {
    /*width: 280px;*/
    height: auto;
}

.form-group.timeStampInfo.well {
    margin-bottom:0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.form-group.timeStampInfo > div {
    text-align:left;
    font-size:9px;
    width:100%;
}

.form-group.timeStampInfo > div div:last-child {
    text-align:left;
    padding:0px;
}

.timeStampInfoSmall {
    font-size:8px;
}
.timeStampInfoSmall > div {
    padding-left:0px;
    padding-right:0px;
}
.form-group.timeStampInfoSmall {
    width: 230px;
    height: auto;
    margin-top: -10px;
    margin-bottom: -10px;
}
.form-group.timeStampInfoSmall > div {
    text-align:left;
    font-size:10px;
    width:100%;
    line-height:10px
}

.form-group.timeStampInfoSmall > div div:last-child {
    text-align:left;
    padding:0px;
    padding-bottom:5px !important;
}

footer {
    width: 100%;
    height: 60px;
    /*margin-top: 500px;*/
    text-align: center;
}

/*------------ Job Details ----------------*/
/*------------------------------------------*/
.create-btn{
    width:20%;
    float:right;
}

/*.accordion {
    margin-bottom:-300px;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3),
    0px 2px 2px rgba(0,0,0,0.1);
}
.accordion label {
    font-family: Arial, sans-serif;
    padding: 5px 20px;
    position: relative;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 33px;
    font-size: 19px;
    background: #428bca;
    border: 1px solid #CCC;
}
.accordion label:hover {
    background: #285780;
}
.accordion input + label {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordion input:checked + label,
.accordion input:checked + label:hover {
    background: #CDECC5;
    color: #3d7489;
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        0px 2px 2px rgba(0,0,0,0.1);
}.accordion input {
    display: none;

.accordion .article {
    background: rgb(255, 255, 255);
    overflow: hidden;
    height: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordion .article p {
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
}
.accordion input:checked ~ .article {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.accordion input:checked ~ .article.ac-small {
    height:300px;
    padding:15px;
}
/*.accordion input {
    display: none;
}*/
/*.label-override {
    display: inline-block !important;
    margin-top: 0 !important;
    margin-bottom: 5px; !important;
    color: #000 !important;
    font-weight: bold !important;
    padding: 7px !important;
    background: #fff !important;
    border: none !important;
    font-size: 14px !important;
    height: 0 !important;
    line-height: 0 !important;
 
}*/
/***************************
    Bootstrap Modal Styling
***************************/
/*.modal-backdrop {

    z-index:0;
}*/

/***************************
    Time Stamp Info Styling
***************************/
.form-group.timeStampInfo {
    /*width: 280px;*/
    height: auto;
}

.form-group.timeStampInfo.well {
    margin-bottom:0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.form-group.timeStampInfo > div {
    text-align:left;
    font-size:9px;
    width:100%;
}

.form-group.timeStampInfo > div div:last-child {
    text-align:left;
    padding:0px;
}

.timeStampInfoSmall {
    font-size:8px;
}
.timeStampInfoSmall > div {
    padding-left:0px;
    padding-right:0px;
}
.form-group.timeStampInfoSmall {
    width: 230px;
    height: auto;
    margin-top: -10px;
    margin-bottom: -10px;
}
.form-group.timeStampInfoSmall > div {
    text-align:left;
    font-size:10px;
    width:100%;
    line-height:10px
}

.form-group.timeStampInfoSmall > div div:last-child {
    text-align:left;
    padding:0px;
    padding-bottom:5px !important;
}

footer {
    width: 100%;
    height: 60px;
    /*margin-top: 500px;*/
    text-align: center;
}

/***************************
    Bootstrap Modal Styling
***************************/
/*.modal-backdrop{
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    z-index:0;
}*/

/* Kendo UI Bootstrap issues*/
/* reset everything to the default box model */

*,
:before,
:after
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* Fix Bootstrap 5 dropdown positioning */
.dropdown-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropdown-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input.k-input-inner {
    padding-block: 6px !important;
    font-size: 1rem;
}

/* Kendo UI widgets copy the custom CSS classes of their originating <input> elements to the widget wrapper element. This results in an incorrect padding style applied to a widget element that should not have a padding*/
.form-control .k-widget {
    padding: 0;
}


.form-group .k-widget, .form-group .k-combobox {
    width: 100%;
}

.k-textbox > input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-combobox .k-input
{
    width: 100%;
}
/*------------------------------------*/
/*-------- Media Query Styles -------*/

@media print 
{
	.hide_print {display:none;}
}

/* ----------- iPhone 6+ ----------- */

@media (max-width: 764px) {
  /*body{
        font-size:1em;
    }
    .clientSearch{
        width:100% !important;
        margin-left:0;
        height:350px;
    }*/
    /*input{
        margin-left:130px;
        width:20% !important;
    }*/
    /*.table{
        width:25% !important;
    }*/
  }


/*.badge {
    line-height:25px;
}*/

.menuAddButton {
  position: absolute;
  right: 50px;
  padding: 0px 10px;
  color: #fff;
  z-index: 1;
  top: 7px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  background-color:#5bc0de;
  border-color:#46b8da;

}
.menuAddButton > i:hover {
    color:#5bc0de;
}

.menuPrintButton {
  position: absolute;
  right: 80px;
  padding: 0px 10px;
  color: #fff;
  z-index: 1;
  top: 7px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.menuPrintButton:hover {
    color:#5bc0de;
}
/*
.accordion > div > div{
    overflow-y:auto !important;
}
.accordion > div {
    position:relative;
}*/
.accordion-button{
    width:98%;
}
.txtMultiLine {
    height: 200px !important;
}

/* added 12/3 */
/* MOBILE VERSION */
@media (max-width: 829px) {
    .navbar-header {
        float:none;
    }
    .container > .navbar-header, .container > .navbar-collapse {
        width: 100%;
        margin-left: 0px;
    }
    .navbar-toggle {
        display:block;
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .navbar-nav, .navbar-collapse {
        margin:0px;
        padding:0px;
        float:none;
        border-top:1px solid #555;
    }
    form .navbar-nav, .navbar-collapse {
        border-top:none;
    }
    form .nav > li {
        float:left;
    }
    .nav > li {
        position:relative;
        display:block;
        float:none;
    }
    .navbar-brand {
        float: left;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 45px;
    }
    .navbar > .container {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .navbar > .container .navbar-brand {
        margin-left:0px;
    }
    .container {
        width:100%;
        max-width:initial;
    }
    .container {
        /*padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
        margin-left: 0px;*/
    }
    .navbar-nav > li > a {
        padding:15px;
        line-height: 20px !important;
    }

    .navbar-collapse {
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar-collapse.in {
        overflow-y:visible;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: white;
        border-bottom: 1px solid #534C49;
    }
    .navbar-collapse {
        max-height:none;
    }
    #logoutForm, .navbar-right {
        /*float:none !important;*/
        float:right;
    }

    .navbar-collapse.collapse {
        display:none !important;
    }
    .bodyResults button:first-child{
        position:relative;
        right:0px;
    }
    .searchBox .form-control {
        margin-bottom:2px;
    }
    .searchBox .row > div {
        padding-top:0px;
    }
}

/* SMALL-MEDIUM VERSION */
@media (min-width: 830px) {
    .container{
        max-width:830px;
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right:0px;
        /*position:relative;*/
    }
    .navbar-collapse {
        /*position:relative;*/
    }
    form.navbar-right{
        /*position:absolute;
        top:52px;*/
        right:0px;
        /*background:#3276b1;
        border:2px solid #726e6e;*/
        border: 1px solid #555;
        border-top:none;
        /*border-right:none;*/
    }
    .bodyResults button:first-child{
        position:relative;
        right:0px;
    }
  
}

/* LARGE VERSIONS */
@media (min-width: 992px) {
    .container{
        max-width:970px;
    }
    .bodyResults button:first-child{
        position:relative;
        right:0px;
    }
    .searchBox .form-control {
        margin-bottom:2px;
    }
    .searchBox .row > div {
        padding-top:0px;
    }
    .searchBox .k-datepicker {
        margin-bottom:4px;
    }
}
@media (min-width: 1200px) {
    
    form.navbar-right{
        position:initial;
        top:initial;
        right:initial;
        background:#3276b1;
        border:initial;
    }
    .container{
        max-width:1170px;
       
    }
  
    .bodyResults button:first-child{
        position:absolute;
    }
}



form.navbar-right {
    position: relative;
    float: left;
    clear: both;
    /* top: 0px; */
    width: 100%;
    /* height: 41px; */
    border-bottom:1px solid #777;
    background:#87827E;
}
form .navbar-nav > li > a {
    padding:5px 10px;
    color:#fff;
    border-left:1px solid #555;
}

.stepIndicator .btnPrevious{
    /*position:absolute !important;
    left:0px !important;
    top:0px !important;*/
    background: none;
    border: none;
}
.stepIndicator .btnPrevious:active, .stepIndicator .btnPrevious:focus{
    outline:0;
}
.stepIndicator .btnNext{
    /*position:absolute !important;
    right:0px !important;
    top:0px !important;*/
    background: none;
    border: none;
}
.stepIndicator .btnNext:active, .stepIndicator .btnNext:focus{
    outline:0;
}

.stepIndicatorBottom .btnNext, .stepIndicatorBottom .btnPrevious{
    background: none;
    border: none;
}

/*.stepIndicator img{
    width:100%;
}

.stepIndicator > div{
    height:105px;
    line-height:105px;
}*/


    .stepIndicatorBottom .btnNext:active, .stepIndicatorBottom .btnNext:focus, .stepIndicatorBottom .btnPrevious:active, .stepIndicatorBottom .btnPrevious:focus {
        outline:0;
    }

    .stepIndicator > div {
        margin: auto;height: 180px;display: table;
    }
    .stepIndicator .divBack {
        width:124px;
        /*position:absolute;
        left:0px;
        top:100px;*/
    }   
    .stepIndicator .divNext {
        width:124px;
        margin-left:-21px;
        /*position:absolute;
        right:0px;
        top:100px;*/
    }
    .stepIndicator {
        
        position:relative;
    }

    .step9 .divSteps {
        background: url(../Content/sm_step9.png) no-repeat -141px;
    }

    .step8 .divSteps {
        background: url(../Content/sm_step8.png) no-repeat -161px;
    }
    .step5 .divSteps {
        background: url(../Content/sm_step5.png) no-repeat -121px;
    }
    .wait .divSteps {
        background: url(../Content/sm_wait.png) no-repeat -191px;
    }
    .step4 .divSteps {
        background: url(../Content/sm_step4.png) no-repeat -81px;
    }
    .step3 .divSteps {
        background: url(../Content/sm_step3.png) no-repeat -41px;
    }
    .step2 .divSteps {
        background: url(../Content/sm_step2.png) no-repeat -1px;
    }
    .step1 .divSteps {
        background: url(../Content/sm_step1.png) no-repeat 20px;
    }

    .stepIndicator .divSteps {
        
        /*height: 120px;*/
        width: 122px;
        /*margin-bottom: 100px;*/
        text-align: center;
        overflow: hidden;
    }   
@media (min-width: 634px) {
    .stepIndicator {
        width:auto;
    }

    .step9 .divSteps {
        background: url(../Content/sm_step9.png) center no-repeat;
    }

    .wait .divSteps {
        background: url(../Content/sm_wait.png) center no-repeat;
    }

    .step8 .divSteps {
        background: url(../Content/sm_step8.png) center no-repeat;
    }
    .step5 .divSteps {
        background: url(../Content/sm_step5.png) center no-repeat;
    }
    
    .step4 .divSteps {
        background: url(../Content/sm_step4.png) center no-repeat;
    }
    .step3 .divSteps {
        background: url(../Content/sm_step3.png) center no-repeat;
    }
    .step2 .divSteps {
        background: url(../Content/sm_step2.png) center no-repeat;
    }
    .step1 .divSteps {
        background: url(../Content/sm_step1.png) center no-repeat;
    }

    .stepIndicator .divSteps {
        /*height: 120px;*/
        width:350px;
        margin-bottom:0px;
    }   
    .stepIndicator .divBack {
        width:124px;
        position:relative;
        top:0px;
    }   
    .divNext {
        width:124px;
        position:relative !important;
        top:0px !important;
    }
}
@media (min-width: 761px) {
    
    .step9 .divSteps {
        background: url(../Content/sm_step9.png) center no-repeat;
    }

    .step8 .divSteps {
        background: url(../Content/sm_step8.png) center no-repeat;
    }
    .step5 .divSteps {
        background: url(../Content/sm_step5.png) center no-repeat;
    }
    .wait .divSteps {
        background: url(../Content/sm_wait.png) center no-repeat;
    }
    .step4 .divSteps {
        background: url(../Content/sm_step4.png) center no-repeat;
    }
    .step3 .divSteps {
        background: url(../Content/sm_step3.png) center no-repeat;
    }
    .step2 .divSteps {
        background: url(../Content/sm_step2.png) center no-repeat;
    }
    .step1 .divSteps {
        background: url(../Content/sm_step1.png) center no-repeat;
    }

    .stepIndicator .divSteps {
        /*height: 120px;*/
        width:66.66666666666666%;
    }   
    .stepIndicator > div {
        margin: auto;height: 180px;display: block;
    }
}
@media (min-width: 992px) {
    .step9 .divSteps {
        background: url(../Content/application_step9.png) center no-repeat;
    }
    .step8 .divSteps {
        background: url(../Content/application_step8.png) center no-repeat;
    }
    .step5 .divSteps {
        background: url(../Content/application_step5.png) center no-repeat;
    }
    .wait .divSteps {
        background: url(../Content/application_wait.png) center no-repeat;
    }
    .step4 .divSteps {
        background: url(../Content/application_step4.png) center no-repeat;
    }
    .step3 .divSteps {
        background: url(../Content/application_step3.png) center no-repeat;
    }
    .step2 .divSteps {
        background: url(../Content/application_step2.png) center no-repeat;
    }
    .step1 .divSteps {
        background: url(../Content/application_step1.png) center no-repeat;
    }

    .stepIndicator .divSteps {
    }
    .stepIndicator > div {
        margin: auto;height: 180px;display: block;
    }   
    .stepIndicator .divBack {
        width:16.666666666666664%;
    }   
    .stepIndicator .divNext {
        width:16.666666666666664%;
    }
    .stepIndicator .divNext button {
        float:right;
    }
}


/*ensure dropdown selections are obvious*/
.k-list-ul .k-focus,
.k-list-ul .k-focus,
.k-list-ul .k-hover,
.k-list-ul .k-hover {
    background-color: #efefef;
    border: 1px solid lightgreen;
}
.k-list-ul .k-selected,
.k-list-ul .k-selected,
.k-list-ul .k-selected.k-hover,
.k-list-ul .k-selected.k-hover {
    background-color: lightgreen;
    border: 1px solid lightgreen;
    color: #000;
}
button.dropdown-item:hover {
    background-color: rgb(66, 139, 202) !important;   
}