﻿

@font-face {
    font-family: CombiNumerals;
    src: url(../fonts/CombiNumerals.ttf);
}

@font-face {
    font-family: CombiNumeralsBold;
    src: url(../fonts/CombiNumeralsBold.ttf);
}

body {
    /*font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;*/
}

#FeedbackContainerView {
    width: 100%;
    position: relative;
}

/*#FeedbackContainerView .bbs-container-feedback {
    background-color: #ffffff;
    width: 400px;
    height: 200px;
    text-align: center;
    border-radius: 10px; 
    -webkit-box-shadow: 0px 0px 53px -2px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 53px -2px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 53px -2px rgba(0,0,0,0.20);
    position: absolute;
    top: 45%;
    left: 36.5%;
    z-index: 9999;
    border: solid 1px #c7c7c7;
}*/

#FeedbackContainerView .bbs-container-feedback {
    background-color: #ffffff;
    width: 400px;
    /*max-width: 400px;*/
    height: auto;
    padding: 30px 5%;
    margin: auto;
    text-align: center;
    border-radius: 10px; 
    -webkit-box-shadow: 0px 0px 53px -2px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 53px -2px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 53px -2px rgba(0,0,0,0.20);
    position: absolute;
    top: 45%;
    left: 26%;
    z-index: 9999;
    border: solid 1px #c7c7c7;
}


#FeedbackContainerView .bbs-container-feedback .bbs-container-spinner {
    position: relative;
    top: 35%;
    left: 0;
}

.tab-block .tab-content {
    overflow-x: hidden;
}

.bbs-titlebar-section {
    /*margin-top: 52px;*/
    /*height: 44px;*/
    background-color: #fbfbfb;
    text-align: left;
    display: block;
    clear: both;
    padding: 17px;
} 

.bbs-container-fullwidth {
    width: 100%;
    height: auto;
/*-webkit-box-shadow: 0px -20px 27px -21px rgba(156,156,156,0.15);
-moz-box-shadow: 0px -20px 27px -21px rgba(156,156,156,0.15);
box-shadow: 0px -20px 27px -21px rgba(156,156,156,0.15);*/
}

header.navbar-fixed-top + #main {
  padding-top: 66px;
}


#MainNav ul.nav.navbar-nav li, #MainNav ul.nav.navbar-nav li a {
    height: 52px;    
}




#usermenu ul.dropdown-menu a.item-message {
    padding: 8px 14px;
    display: block;
    width: 100%;
}

#usermenu ul.dropdown-menu a.item-message i {
    font-size: 18px;
    margin-right: 8px;
}

#usermenu ul.dropdown-menu a.item-message span {
    vertical-align: top;
}

/*#usermenu ul.dropdown-menu li {
    margin: 6px 0 6px 0;
}*/

.user-menu ul.dropdown-items > li {
    padding: 0;
}
   
#recentloansmenu button span.caret {
    margin-left: 6px;
}

   
#recentloansmenu button span.bbs-dropdown-text {
    display: inline-block;
    padding-right: 8px;
    border-right: solid 1px #ebebeb;
    font-weight: bold;
}
    

.bbs-panel-loansummary {
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    border-radius: 6px;
    width: 48%;
    margin: 7px .8% 7px 0;
    padding: 15px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    height: 200px;
}

.bbs-panel-dataentry .bbs-panel-loansummary p.bbs-loansummaryinformation span {
    font-weight: normal;
    width: 40%;
}

.bbs-panel-dataentry .bbs-panel-loansummary  p.bbs-loansummaryinformation {
    width: 100%;
}

.bbs-panel-dataentry .bbs-panel-loansummary.bbs-loanborrowersummary  p.bbs-loansummaryinformation label  {
    width: 130px;
    vertical-align: top;
}

.bbs-panel-dataentry .bbs-loaninformation-criticaldates p.bbs-dateofbirth {
  width: 100%;
}

#LoanSummary .bbs-panel-loansummary {
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    border-radius: 6px;
    width: 32.5%;
    margin: 7px .8% 7px 0;
    padding: 15px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    height: auto;
}

#ActionsList .bbs-panel-loansummary {
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
  border-radius: 6px;
  width: 100%;
  height: auto;
  margin: 7px 0 7px 0;
  padding: 15px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.bbs-title-bar {
    background: #7fc0e6;
    background: -moz-linear-gradient(top, #7fc0e6 0%, #2b7fae 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fc0e6), color-stop(90%,#2b7fae));
    background: -webkit-linear-gradient(top, #7fc0e6 0%,#2b7fae 90%);
    background: -o-linear-gradient(top, #7fc0e6 0%,#2b7fae 90%);
    background: -ms-linear-gradient(top, #7fc0e6 0%,#2b7fae 90%);
    background: linear-gradient(to bottom, #7fc0e6 0%,#2b7fae 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc0e6', endColorstr='#2b7fae',GradientType=0 );
    color: #ffffff;
    border: solid 1px #3c92c4;
    border-radius: 4px;
    width: 100%;
    height: auto;
    padding: 4px 4px 4px 12px;
    margin: 0 3% 0 0;
    text-transform: none;
}


  .bbs-title-bar .panel-title {
      text-shadow: none;
}

#LoanSummary .bbs-panel .bbs-title-bar .panel-title {
  width: 100%;
  padding-right: 10px;
}

.bbs-panel-loansummary a {
  color: #81b7d9;
}

/*.bbs-container-navigation {
    float: left;
    width: 22%;
    margin-right: 3.5%;
}*/

.bbs-container-navigation {
    float: left;
    margin-right: 1.5%;
    margin-left: 0;
    width: 260px;
    min-height:30px;
}

.bbs-container-navigation ul {
    list-style-type: none;
    margin-bottom: 27px;
    padding-right: 16px;
}

.bbs-container-navigation ul li {
    display: block;
    text-align: right;
    margin-bottom:13px;
}

.bbs-container-navigation ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #808080;
    font-size: 12px;
}

.bbs-container-navigation ul.section-active {
    border-right: solid 2px #cfd3bc;
    padding-right: 16px;
}

.bbs-container-navigation ul li a.bbs-subnav-active {
    background-color: #cfd3bc;
    padding: 2px 6px;
    margin-right: 14px;
    border-radius: 6px;
    color: #ffffff;
    /*background-image: url('img/bbs-nav-active-triangle.png');
    background-position: 50% 20px;*/
}

/*.bbs-container-navigation ul li.active  {
    background-image: url('img/bbs-nav-active-triangle.png');
    background-repeat: no-repeat;
    margin-right: -16px;
    padding-right: 16px;
    background-position: center right;
}*/

.bbs-container-navigation ul li.sub-active  {
    background-image: url('img/bbs-nav-active-triangle.png');
    background-repeat: no-repeat;
    margin-right: -16px;
    padding-right: 16px;
    background-position: center right;
}


.bbs-navigation-title {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #525252;
    text-align: right;
    padding-right: 16px;
    line-height: 38px;
    margin-bottom: 0;
}


#HeadsUpDisplay .bbs-container-contentheadsup {
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
    text-align: right;
    padding-right: 16px;
    padding-top: 0;
}

#HeadsUpDisplay .bbs-container-contentheadsup .bbs-navigation-title {
    padding-right: 0;
}

#HeadsUpDisplay .bbs-container-contentheadsup p span {
    display: inline-block;
    font-weight: normal;
}

.bbs-criticaldates {
    /*margin-top: 65px;*/
    margin-top: 20px;
}



#HeadsUpDisplay .bbs-container-contentheadsup p span.bbs-criticaldates-title {
    display: inline-block;
    margin-right: 8px;
   font-weight: bold;
}

/*button {
    background: #b0d5e9;
    background: -moz-linear-gradient(top,  #b0d5e9 0%, #5ba4cd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0d5e9), color-stop(100%,#5ba4cd));
    background: -webkit-linear-gradient(top,  #b0d5e9 0%,#5ba4cd 100%);
    background: -o-linear-gradient(top,  #b0d5e9 0%,#5ba4cd 100%);
    background: -ms-linear-gradient(top,  #b0d5e9 0%,#5ba4cd 100%);
    background: linear-gradient(to bottom,  #b0d5e9 0%,#5ba4cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d5e9', endColorstr='#5ba4cd',GradientType=0 );
    border: solid 1px #1b74a6;
    border-radius: 6px;
    -webkit-box-shadow: 1px 2px 0px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    1px 2px 0px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         1px 2px 0px 0px rgba(50, 50, 50, 0.15);
    width: 29px;
    height: 29px;
    padding: 3px;
    font-size: 13px;
    color: #ffffff;
}*/

.bbs-button-primaryaction, button.bbs-button-primaryaction {
    background: #58c927;
    /*background: #b0d5e9;
    background: -moz-linear-gradient(top,  #b0d5e9 0%, #5ba4cd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0d5e9), color-stop(100%,#5ba4cd));
    background: -webkit-linear-gradient(top,  #b0d5e9 0%,#5ba4cd 100%);
    background: -o-linear-gradient(top,  #b0d5e9 0%,#5ba4cd 100%);
    background: -ms-linear-gradient(top,  #b0d5e9 0%,#5ba4cd 100%);
    background: linear-gradient(to bottom,  #b0d5e9 0%,#5ba4cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d5e9', endColorstr='#5ba4cd',GradientType=0 );
    border: solid 1px #1b74a6;*/
    border: none;
    border-radius: 6px;
    /*-webkit-box-shadow: 1px 2px 0px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    1px 2px 0px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         1px 2px 0px 0px rgba(50, 50, 50, 0.15);*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*width: 29px;
    height: 29px;*/
    /*padding: 3px;*/
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
    /*line-height: inherit !important;*/
   line-height: 24px;
        margin-bottom: 8px;
    height: 42px;
}

.bbs-button-primaryaction.connect-button-createaccount {
    height: 25px;
}

.bbs-button-primaryaction.connect-button-modal {
    height: 25px;
}



.bbs-save, .bbs-undo, a.bbs-next, #OrderCreditButton, .bbs-button-secondaryaction {
    background: #b0d5e9;
    background: -moz-linear-gradient(top,  #b0d5e9 0%, #5ba4cd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0d5e9), color-stop(100%,#5ba4cd));
    background: -webkit-linear-gradient(top,  #b0d5e9 0%,#5ba4cd 100%);
    background: -o-linear-gradient(top,  #b0d5e9 0%,#5ba4cd 100%);
    background: -ms-linear-gradient(top,  #b0d5e9 0%,#5ba4cd 100%);
    background: linear-gradient(to bottom,  #b0d5e9 0%,#5ba4cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d5e9', endColorstr='#5ba4cd',GradientType=0 );
    border: solid 1px #1b74a6;
    border-radius: 6px;
    -webkit-box-shadow: 1px 2px 0px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    1px 2px 0px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         1px 2px 0px 0px rgba(50, 50, 50, 0.15);
    /*width: 29px;
    height: 29px;*/
    /*padding: 3px;*/
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
    line-height: inherit !important;
}

a.bbs-next:focus {
    color: #ffffff;
    border-color: #67afe9;
}

.bbs-navigation-marginleftspacer {
    /*margin-left: 17.5%;*/
     margin-left: 2%;
}

.container-header-large {
  max-width: 1540px;
    /*max-width: 1650px;*/
  margin: auto;
  padding: 0 26px 0 26px;
}

.bbs-container-saveundo {
    
    display: inline-block;
    width: auto;
}

#PageTitle {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    display: inline-block;
    width: auto;
    /*margin-left: 16%;*/
    margin-left: 17.4%;
}

.tab-block div.tab-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  z-index: 1;
  min-height: inherit;
}

.bbs-panel-dataentry {
  /*background-color: #fdfdfd;
  border: solid 1px #f4f4f4;*/
  background-color: #fcfcfc;
  border: solid 1px #e1e1e1;
  border-radius: 0 6px 6px 6px;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 18px 30px 18px 30px;
  text-align: left;

  /*background: #fcfcfc;
background: -moz-linear-gradient(top,  #fcfcfc 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ffffff 100%);
background: -o-linear-gradient(top,  #fcfcfc 0%,#ffffff 100%);
background: -ms-linear-gradient(top,  #fcfcfc 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #fcfcfc 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffffff',GradientType=0 );*/

}

.tab-block {
  max-width: 1350px;
  /*TODO: PSP - uncomment and make critical dates and status sections roles based when wholesale portal*/
  /*width: 76%;*/
  width: 90%;
  float: left;
  margin-right: 2%;
}

.tab-block {
  max-width: 1540px;
  /*max-width: 1450px;*/
  /*TODO: PSP - uncomment and make critical dates and status sections roles based when wholesale portal*/
  /*width: 76%;*/
  width: 100%;
  float: none;
  /*margin-right: 2%;*/
    margin: auto;
}

.bbs-title-panel {
    margin: 0;
    min-width: 230px;
    width: auto;
    height:27px;
    display: inline-block;
    background-color: #fbfbfb;
    /*background-color: #fcfcfc;*/
     /*background-color: #ffffff;*/
  border: solid 1px #e1e1e1;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    /*padding: 7px 0 0 17px;*/
    padding: 7px 17px 0 17px;
    color: #666666;
    font-size: 14px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    top: 3px;
    -webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.05)
        

}

button.add {
    margin: 15px 0 0 0;
    padding: 5px 14px 5px 14px;
    width: auto;
    position: relative;
    right: 0;
    text-align: center;
    font-weight:normal;
}

button.connect-icon {
    padding: 2px 4px 5px 5px;
    width: auto;
    text-align: center;
}

button.add span.glyphicon, button.add i {
    font-weight: bold !important;
    margin-right: 6px;
}

.bbs-container-add {
    text-align: right; 
}

.navbar-nav > li > a#CurrentLoanAppLink {
    padding-bottom: 0;
    display: inline-block;
}

.navbar-nav > li > span.bbs-navigation-name {
    display: inline-block;
    width: auto;
    padding: 2px 6px 2px 6px;
    margin-top: 3px;
    background-color: #00659e;
    border-radius: 4px;
}

.bbs-actualclosingdate {
    color: inherit;
    font-weight: normal;
}


  /*TODO: PSP - comment display none and make critical dates and status sections roles based when wholesale portal*/

/*#HeadsUpDisplay {
  float: left;
  min-width: 230px;
  width: 22%;
  margin-top: 16px;
    display: none;
}*/

#HeadsUpDisplay {
  
  width: auto;
  margin-top: 0;
 
}




/*.k-textbox, .k-autocomplete.k-header, .k-dropdown-wrap.k-state-active, .k-picker-wrap.k-state-active, .k-numeric-wrap.k-state-active, .k-input, .k-dropdown-wrapper, .k-numerictextbox {
    border-color: #a6a6a6 !important;
}

.input-group .form-control {
    border: 1px solid #a6a6a6 !important;
}*/

#CurrentEmploymentList .bbs-unit, #PreviousEmploymentList .bbs-unit {
    visibility: hidden;
}

#LiabilityList .bbs-checkbox {
    width: 20%;
    text-align: left;
    padding-left: 9%;
}

#LiabilityList .bbs-checkbox input.checkbox {
      display: inline-block;
  vertical-align: top;
}

.k-textbox:focus, .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused, .k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused, .k-dropdown:focus, .k-dropdown-wrap:focus {
    background-color: #fff;
    background-image: none;
    background-position: 50% 50%;
    border-color: #67afe9;
    /*border-width: 1px;*/
    
}

.bbs-setupsave {
    opacity: 0.2;
    cursor: default;
}

.bbs-setupsave.setupsuccess {
    opacity: 1;
    cursor: pointer;
}

header.navbar .container-header-large .container-loaninformationbar {
    /*width: 96.6%;*/
    width: 100%;
    margin: auto;
    text-align: left;
}

.bbs-secondarysaveactions {
    text-align: right;
    margin-right: 13px;

}

#dashconfigure {
    max-width: 1540px;
    margin: auto;
}

.bbs-pricingresults p {
    display: block;
    text-align: left;
}

.bbs-pricingresults a {
    color: #86aebf;
}

.bbs-container-navigation ul li a.bbs-link {
    color: #86aebf;
    vertical-align: top;
}

#ViewDocumentWindow p.bbs-checkbox {
    text-align: center;
        /*display: block*/;
   
}
#ViewDocumentWindow p.bbs-checkbox label  {
    width:auto;
    display:inline-block;
    margin-top: 3px;
    text-align: left;
    font-weight: normal;
}

#ViewDocumentWindow p.bbs-checkbox .checkbox {
        display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    margin-top: 5px;
}

#ViewDocumentWindow {
    text-align: center;
}

#OrderCreditButton {
    
}

/*.k-window-titlebar {
background: #7fc0e6;
    background: -moz-linear-gradient(top,  #7fc0e6 0%, #2b7fae 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fc0e6), color-stop(90%,#2b7fae));
    background: -webkit-linear-gradient(top,  #7fc0e6 0%,#2b7fae 90%);
    background: -o-linear-gradient(top,  #7fc0e6 0%,#2b7fae 90%);
    background: -ms-linear-gradient(top,  #7fc0e6 0%,#2b7fae 90%);
    background: linear-gradient(to bottom,  #7fc0e6 0%,#2b7fae 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc0e6', endColorstr='#2b7fae',GradientType=0 );
    color: #ffffff;    
}*/

.bbs-container-creditscores {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 28px;
    color: #6d6d6d;
    width: 100%;
    /*background: #7fc0e6;
    background: -moz-linear-gradient(top,  #7fc0e6 0%, #2b7fae 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fc0e6), color-stop(90%,#2b7fae));
    background: -webkit-linear-gradient(top,  #7fc0e6 0%,#2b7fae 90%);
    background: -o-linear-gradient(top,  #7fc0e6 0%,#2b7fae 90%);
    background: -ms-linear-gradient(top,  #7fc0e6 0%,#2b7fae 90%);
    background: linear-gradient(to bottom,  #7fc0e6 0%,#2b7fae 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc0e6', endColorstr='#2b7fae',GradientType=0 );*/
    border: dashed 1px #ebebeb;
    border-radius: 5px;
    margin: 5px 0 10px 0;
}

.bbs-container-creditscores div {
    padding: 10px 0 10px 0;
    /*width: 60%;*/
    
    margin: auto;
}


.bbs-container-creditscores p {
    width: 32%;
    height: auto;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    vertical-align: middle;
    margin-bottom: 0;
    /*padding: 5px;
    background-color: #ffffff;
    -webkit-box-shadow:inset 0 0 6px 0 #13374d;
    box-shadow:inset 0 0 6px 0 #13374d;*/

    
}

.bbs-container-creditscores span {
    margin: 0 0 6px 0;
    /*display: block;*/
    text-align: center;
    display: inline-block;
}

.bbs-container-creditscores span.bbs-circle {
    /*background-color: #cce331;*/
    /*border: dashed 3px #ebebeb;*/
}



.bbs-circle {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.bbs-container-creditscores .bbs-scorename {
    width: auto;
    font-size: 16px;
    margin-bottom: 6px;
    /* border-bottom: dashed 3px #ebebeb; */
    vertical-align: top;
    margin-right: 10px;
}

#ViewDocumentWindow .bbs-window-content {
    padding-top: 0;
    padding-bottom: 0;
}

.bbs-container-pipelinefilter {
    /*width: 15%;*/
    height: auto;
    background-color: #fafafa;
    border: solid 1px #e1e1e1;
    border-radius: 4px;
    padding: 25px;
    /*float: left;*/
    text-align: left;
    /*margin-right: 1.4%;*/
    /*padding: 30px 15px 20px 15px;*/
    padding: 15px 15px 12px 15px;
    margin-bottom:13px;
}

.bbs-container-pipelinefilter  p {
    text-align: left;
    margin-bottom: 0;
}

.bbs-container-pipelinefilter .k-dropdown {
    width:100%;
}

p.bbs-pipeline-userselect {
    display: inline-block;
    width: 27%;   
    margin-right: 5px;
}
.bbs-container-pipelinefilter label {
    display: block;
    width: auto;
    margin-right: 5px;
    font-weight: normal;
}

p.bbs-pipeline-userselect .k-combobox {
    width: 100%;
    display: inline-block;
}

.bbs-button-secondaryaction {
    
}

.bbs-container-pipelinefilter p.bbs-container-checkboxesfilter {
    
}
.bbs-button-secondaryaction {
    margin: 20px auto 10px auto;
    text-align:center;
}

.bbs-container-button {
    width: 100%;
    text-align: center;
}


.bbs-container-pipelinefilter p.bbs-checkbox {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.bbs-container-pipelinefilter p.bbs-checkbox label {
    width: auto;
    display: inline-block;
    margin-right: 5px;
    font-weight: normal;
}

.bbs-container-pipelinefilter p.bbs-checkbox .bbs-checkbox-normal {
    
    margin-right: 5px;
}



input.bbs-checkbox-normal[type="checkbox"] {
    display: inline-block;
    background-repeat: no-repeat;
    /*opacity: 0 !important;*/ /*We are using native checkboxes now.*/
    opacity: 1 !important;    
    z-index: 200;
    position: absolute;
}



input.bbs-checkbox-normal[type="checkbox"]:checked + input + label {
    background-position: 0 -20px;
}

input.bbs-checkbox-normal[type="checkbox"]:focus + input + label {
    background-position: 0 -60px;
}

input.bbs-checkbox-normal[type="checkbox"]:focus:checked + input + label {
    background-position: 0 -80px;
}

input.bbs-checkbox-normal[type="checkbox"]:hover + input + label {
    background-position: 0 -120px;
}

input.bbs-checkbox-normal[type="checkbox"]:hover:checked + input + label {
    background-position: 0 -140px;
}



/*input.bbs-checkbox-normal[type="checkbox"]:checked + input + label {
    background-position: 0 -20px;
}

input.bbs-checkbox-normal[type="checkbox"]:focus + input + label {
    background-position: 0 -60px;
}

input.bbs-checkbox-normal[type="checkbox"]:focus:checked + input + label {
    background-position: 0 -80px;
}

input.bbs-checkbox-normal[type="checkbox"]:hover + input + label {
    background-position: 0 -120px;
}

input.bbs-checkbox-normal[type="checkbox"]:hover:checked + input + label {
    background-position: 0 -140px;
}*/




/*#widgetPipeline {
    width: 100%;
}*/

#widgetPipeline {
    /*width:82%;*/
}

#widgetPipeline .bbs-panel {
        /*min-height: 549px;*/
    }

.bbs-panel-dataentry .bbs-container-review .bbs-container-reviewcontents p {
    display: inline-block;
    font-size: 13px;
    color: #6d6d6d;
    padding: 1px .5% 1px .5%;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    margin-right: -4px;
    margin-left: 0;
    margin-bottom: 0;
    text-align: left;
    vertical-align: middle;
}

.bbs-panel-dataentry .bbs-container-review .bbs-container-reviewcontents p span {
    display: inline-block;
    margin: 5px;
}


.bbs-panel-dataentry .bbs-container-review {
    text-align:left;
    position: relative;
}

.bbs-container-panelbar.bbs-reviewsubmit-borrower {
    clear: both;
}

.bbs-reviewsubmit-borrower .bbs-borrowerinfo p {
    width: 32.32%;
}



.bbs-container-review .bbs-title-bar {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 6px 0 6px 0;
    border-radius: 0;
    background: #1b74a6;
    border: none;
    font-weight: normal;
    font-size: 15px;
}

.bbs-container-review .bbs-title-bar.bbs-title-reviewcontentsinner {
    height: 23px;
    background: #f7f7f7;
    color: #6d6d6d;
    text-align: left;
    font-size: 12px;
    padding-top: 14px;
}

.bbs-container-review .bbs-title-bar.bbs-title-reviewcontentsinner span {
    margin: 5px 0 0 10px;
    display: inline-block;
    
}


.bbs-container-review .bbs-container-reviewcontents {
    border: solid 1px #cccccc;
    height: auto;
    width: 100%;
    padding: 0;
    margin-top: 5px;
    clear: both;
}

.bbs-text-label {
    font-weight: bold;
    font-size: 12px;
}

.bbs-container-panelbar.bbs-reviewsubmit-borrower {
    display: block;
}

.bbs-container-review .bbs-container-reviewcontents.bbs-typeterms p {
    /*width: 18.97%;*/
    width: 32.3%;
   
}


.bbs-container-panelbar .k-item span.k-header.k-state-selected {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-shadow:none;
    text-align: left;
}

/*.bbs-container-panelbar .k-item span.k-header {
    background: linear-gradient(to bottom, #b0d5e9 0%,#5ba4cd 100%);
    border: solid 1px #1b74a6;
     color: #ffffff;
     text-shadow:none;
}*/


.bbs-container-panelbar .k-item span.k-header .bbs-button-primaryaction {
    float: right;
    margin-right: 30px;
    /* padding: 4px 10px 4px 10px; */
    /* padding-top: 5px; */
    height: 14px;
    margin-top: 2px;
    vertical-align: top;
    line-height: 12px;
}

.bbs-reviewsubmit-grossmonthlyincome {
    width: 47%;
    margin-right: .5%;
    float: left;
}

.bbs-reviewsubmit-monthlyhousingexpenses {
    width: 49.7%;
    margin-right: 0;
    float: right;
}

.bbs-borrower-content {
    clear: both;
}

.bbs-reviewsubmit-borrower .bbs-control-edit {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}

.bbs-container-reviewcontents .bbs-declarationssection {
    float: left;
    width: 50%;

}


 .bbs-panel-dataentry .bbs-container-reviewcontents .bbs-declarationssection p.bbs-declarationschecklist {
     display: block;
     width: 100%;
     padding: 0;
     height: 40px;
}


 .bbs-panel-dataentry .bbs-container-reviewcontents .bbs-declarationssection p.bbs-declarationschecklist.bbs-declarations-dropdown {
    
     padding-right: 18.1%;
    width: 81.9%;
 }

 .bbs-panel-dataentry .bbs-container-reviewcontents .bbs-governmentmonitoring p.bbs-declarationschecklist {
     padding: 0 0 0 3%;
     width: 97%;
     height: 35px;
 }

 .bbs-panel-dataentry .bbs-container-reviewcontents .bbs-governmentmonitoring p.bbs-racelabel {
     width: 97%;
     padding: 0 0 0 3%;
     height: 35px;
     vertical-align: bottom;
     margin-top: 0;
 }

 .bbs-panel-dataentry .bbs-container-reviewcontents p.bbs-gender {
     width: 97%;
     margin-top: 0;
     padding: 0 0 0 3%;
     height: 35px;
 }

 .bbs-panel-dataentry .bbs-container-reviewcontents p.bbs-gender label {
     width: auto;
     font-weight: bold;
     
 }




 
 .printsingleapplication {
     position: absolute;
     top: 0;
    right:10px;
    z-index: 1000;
     
 }

  .printpreviewsingleapplication {
     position: absolute;
     top: 0;
    right:80px;
    z-index: 1000;
     
 }

 .bbs-panel-dataentry .bbs-container-review .bbs-container-reviewcontents div.bbs-reviewsubmit-downpayments div p {
     display: inline-block;
 }

.bbs-reviewsubmit-property p {
    width: 18.45%;
}

.bbs-reviewsubmit-property p.bbs-units, .bbs-reviewsubmit-liquidassets p.bbs-units {
    width: 9%;
}

.bbs-reviewsubmit-property p.bbs-address-street, .bbs-reviewsubmit-borrower p.bbs-address-street, .bbs-reviewsubmit-liquidassets p.bbs-address-street {
width: 50%;
}

.bbs-reviewsubmit-property p.bbs-address-legaldescription {
    width: 98.96%;
}

.bbs-reviewsubmit-property .bbs-reviewsubmit-contruction p {
    width: 32.32%;
}
  
.bbs-reviewsubmit-property .bbs-reviewsubmit-refinance p {
    width: 32.32%;
}

.bbs-reviewsubmit-property .bbs-reviewsubmit-refinance p.bbs-description {
    width: 65.64%;
}

.bbs-reviewsubmit-property .bbs-reviewsubmit-titleinformation p {
    width: 32.32%;
}

.bbs-reviewsubmit-property .bbs-reviewsubmit-downpayments p {
    width: 40%;
}

.bbs-reviewsubmit-property .bbs-reviewsubmit-downpayments p.bbs-amount {
    width: 16.9%;
}
 
.bbs-reviewsubmit-borrower p.bbs-occupancyduration {
    width: 48%;
}

.bbs-reviewsubmit-employment p {
    width: 32.3%;
}

.bbs-reviewsubmit-grossmonthlyincome p {
    width: 99%;
}

.bbs-reviewsubmit-grossmonthlyincome p span:last-of-type {
    float: right;
}

.bbs-reviewsubmit-monthlyhousingexpenses .bbs-column-type {
    width: 45%;
}

.bbs-reviewsubmit-monthlyhousingexpenses .bbs-column-present, .bbs-reviewsubmit-monthlyhousingexpenses .bbs-column-proposed {
    width: 25.9%;
}

.bbs-reviewsubmit-assetsliabilities .bbs-cashdeposit p {
    width: 23.97%;
}

.bbs-reviewsubmit-liquidassets p {
    width: 23.97%;
}

.bbs-reviewsubmit-liquidassets p.bbs-address-street {
width: 48.99%;
}

.bbs-panel-dataentry .bbs-reviewsubmit-liquidassets p.bbs-city {
    width: 39%;
}

.bbs-reviewsubmit-assetsliabilities .bbs-lifeinsurance p {
width: 32.32%;
}

.bbs-reviewsubmit-assetsliabilities .bbs-REO p {
width: 32.32%;
}

.bbs-reviewsubmit-assetsliabilities .bbs-automobiles p {
width: 23.97%;
}

.bbs-reviewsubmit-assetsliabilities .bbs-other p.bbs-description {
width: 70%;
}

.bbs-reviewsubmit-assetsliabilities .bbs-other p.bbs-amount {
width: 27.96%;
}

.bbs-reviewsubmit-assetsliabilities .bbs-liabilities p {
width: 32.32%;
}

.bbs-column-half {
    width: 50%;
    float: left;
    vertical-align: top;
}

.bbs-panel-dataentry .bbs-container-reviewcontents .bbs-governmentmonitoring p.bbs-declarationschecklist {
    
}


.bbs-borderleft-1px {
    border-left: solid 1px !important;
}

/*#OrderCreditForm .bbs-panel-dataentry {
    width: 93%;
    margin:auto;
    border-radius: 4px;
}*/

#OrderCreditForm .bbs-panel-dataentry .bbs-credit-borrower {
    vertical-align: top;
    text-align: left;
    width: 100%;
}


#OrderCreditForm .bbs-panel-dataentry .bbs-credit-borrower p {
    display: inline-block;
    margin: 7px 0 7px 0;
    padding: 0;
}

.bbs-credit-borrower label {
    display: inline-block;
    width: 120px;
    text-align: right;
    margin: 0 6px 0 0;
}

#OrderCreditForm .bbs-panel-dataentry .bbs-credit-borrower p.bbs-checkbox {
    margin: 2px 10px 0 25px;
    padding: 0;

}
#OrderCreditForm .bbs-panel-dataentry  .bbs-credit-borrower p.names {
    text-align: left;
    margin-left: -34px;
    
}

#OrderCreditForm .bbs-panel-dataentry .bbs-credit-borrower.jointapplicants span {
   width: 120px;
    text-align: right;
    display: inline-block;
    font-weight: bold;
    margin: 0 6px 0 0;
}

#OrderCreditForm .bbs-panel-dataentry .bbs-credit-borrower.jointapplicants p.checkbox {
    margin: 2px 10px 0 0 ;
    padding: 0;
}

#OrderCreditForm .bbs-panel-dataentry .jointApplicants{
    
    
}

#pnlPipelineBody .k-grid-content tr {
    cursor: pointer;
}

#LoanSummaryCity {
    margin-right:0
}
/*#pnlPipelineBody .k-grid-content tr:hover {
        background-color: #f2f2f2;
    color: #51a8c9;
}*/

object html body div.bbs-container-feedback {
    text-align:center; 
    /*margin-bottom:10px;*/
    position: relative;
    top: 30%;
    /*left: 46%;*/
    width: 50%;
    margin: auto;
}

object html body div.bbs-container-feedback .bbs-text-feedback {
    font-size: 16px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    
}

/*.bbs-import .bbs-container-upload {
    background-color: #fcfcfc;
    border: 2px dashed #ebebeb;
    border-radius: 6px;
    color: #999;
    display: inline-block;
    font-weight: bold;
    height: 70px;
    left: 0;
    margin-bottom: 14px;
    padding-top: 20px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
}*/

.bbs-import .bbs-container-upload {
    background-color: transparent;
    border: none;
    color: #999;
    display: inline-block;
    font-weight: bold;
    height: 70px;
    margin-bottom: 14px;
    padding-top: 20px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.bbs-import .bbs-container-upload i {
    color: #ebebeb;
    display: inline-block;
    font-size: 23px;
    /*left: 34%;
    position: absolute;
    top: 30%;*/
    z-index: 1;
    margin-right: 8px;
    color: #525252;

    /*margin-bottom:-7px;*/
    /*margin-left: -33px;
    position: absolute;
    top: 20px;
    left: 50%;*/
    /*width: 66px;*/

}

.bbs-import .dz-message {
    top: 0;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #525252;
    /*margin: 10px 0 20px 20px;*/
}

.bbs-dropzone.DUDropZone .dz-message {
    top: 0;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #525252;
    margin-bottom: 20px;
}


.bbs-dropzone.DUDropZone {
    border: 1px solid rgba(0,0,0,0.03);
    min-height:inherit;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.03);
    padding: 15px;
    height: auto;
    min-height: 110px;
}
.bbs-dropzone .bbs-container-filepreview {
    /*border: 1px solid #ebebeb;*/
    border: 2px dashed #ebebeb;
    height: auto;
    /*margin: -2px 0 0 15px;*/
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: none;
    /* height: 75px; */
    /* left: -520px; */
    position: relative;
    /* top: -21px; */
    /* width: 350px; */
    text-align: left;
    display: inline-block;
    min-height: 160px;
}

.bbs-grid-loanconditions .bbs-dropzone .bbs-container-filepreview {
    /*width: 60%;*/
    width: 96%;
    background-color: #ffffff;
}

.bbs-dropzone .bbs-container-dropzonemessage {
    width: 30%;
    height: auto;
    display: inline-block;
    padding: 15px;
    vertical-align: top;
    background-color: #fcfcfc;
    border: 2px dashed #ebebeb;
    border-radius: 6px;
    margin-left: 10px;
}

.bbs-dropzone .bbs-container-uploadcontrols {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 15px;
}
.bbs-dropzone .bbs-container-dropzonemessage a {
   
}

.bbs-dropzone.DUDropZone .dz-preview {
        background-color: #ffffff;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    left: 0;
    width:300px;
    margin: -2px 0;
    height: auto;
    padding-right: 16px;
    display: inline-block;
}

.bbs-dropzone.DUDropZone .dz-preview a .bbs-action-delete {
    position: absolute;
    top: 10px;
    right: 22px;
}

.bbs-dropzone.DUDropZone .dz-preview .dz-details .dz-filename, .dropzone-previews .dz-preview .dz-details .dz-filename {
    height: auto;
    margin-top: 13px;
    /* overflow: hidden; */
    text-align: left;
    width: 200px;
}

.bbs-dropzone.DUDropZone .dz-preview .dz-details {
    border-radius: 4px;
    height: auto;
    margin-bottom: 5px;
    min-height: 65px;
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    text-align: left;
}



/*AUS*/

.bbs-container-recommendation {
    border-radius: 4px;
    /*background-color: #efff84;
    border: solid 1px #d7e577;*/
    width: 100%;
    padding: 20px 0 10px 0;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    vertical-align: middle;
    border: dashed 1px #ebebeb;
    margin-bottom: 14px;
    background-color: #fefefe;
}

.bbs-container-recommendation p span {
   vertical-align: middle;
}


.bbs-container-recommendation span.fa-check-circle-o, .bbs-container-recommendation span.fa-exclamation-triangle, .bbs-container-recommendation span.fa-exclamation-circle , .bbs-container-recommendation span.fa-question-circle{
    margin: 0 10px 0 0;
    font-size: 38px;
    vertical-align: middle;
}

.fa-check-circle-o {
    color: #e3f478;
}

/*.fa-exclamation-triangle {
    color: #f1aa00;
}*/

.fa-exclamation-circle {
    color: #e87171;
}

#AreaTabNavigation span.fa-check-circle-o, #AreaTabNavigation span.fa-exclamation-triangle, #AreaTabNavigation span.fa-exclamation-circle {
    margin: 0 6px 0 0;
    font-size: 16px;
    vertical-align: bottom;
}


.bbs-title-large {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 23px;
    font-weight: normal;
    color: #6d6d6d;
    margin-right: 10px;
    
}

.bbs-text-font-medium {
    font-size: 16px;
}

.bbs-text-font-smallmedium {
    font-size: 14px;
}

.bbs-panel-dataentry.bbs-aus p {
    margin-left: 3%;
    min-width: 22%;
    width: auto;
    text-align: left;
}

.bbs-panel-dataentry.bbs-aus-order p {
    min-width: 22%;
    width: auto;
    padding-right: 1%;
}

.bbs-panel-dataentry.bbs-aus p span:nth-child(1) {
    margin-right: 6px;
}

.bbs-panel-dataentry.bbs-aus-order p span:nth-child(1) {
    margin-right: 0;
}

.bbs-panel-dataentry.bbs-aus .bbs-message-item {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 6px;
    border-bottom: dotted 1px #dedede;
}

.bbs-panel-dataentry.bbs-aus .bbs-message-item ul li {
    margin-left: 4%;
    
}

.bbs-panel-dataentry.bbs-aus .bbs-message-item ul li {
    margin-left: 4%;
    
}

.bbs-grid-loanconditions {
    margin-top: 20px;
}

.bbs-container-widgetcontent {
    max-width: 1540px !important;
    margin: auto;
}

.bbs-readonly p span:first-of-type {
    font-weight: bold;
    margin-right: 5px;
}

.bbs-alignment-stacked p {
    display: block;
}

.bbs-readonly p {
    text-align: left;
}

.bbs-height-small {
    height: 35px;
}

.bbs-panel-user {
    margin-top: 13px;
}

#BorrowerIdDropdownSelect {
        margin-right: 4px;
    margin-bottom: 5px;
}

.bbs-hide {
    display: none;
}

.header-btns > div.bbs-hide {
    display: none;
}

.bbs-condition-status {
    padding: 1px 1px;
    /* margin-right: 14px; */
    border-radius: 6px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    width:60%;
}

.bbs-condition-status-Unsatisfied {
    background-color: #e87171;
}

.bbs-condition-status-Satisfied {
    background-color: #a9cb4b;
}

/*.bbs-condition-status-Waived {
    background-color: #71bbe5;
}*/

.bbs-condition-status-Waived {
    background-color: #cccccc;
}

.bbs-condition-status-PendingReview {
    background-color: #f1aa00;
}

/*.bbs-table {
    width: 100%;
    padding-top:
}*/
.bbs-table-row {
    width: 100%;
    /*height: 40px;*/
    height: auto;
    border-bottom: solid 1px #ebebeb;
    margin: auto;
}

.bbs-table-row .description, .bbs-table-row .borrowername, .bbs-table-row .documentcreated, .bbs-table-row .bbs-table-actions {
    height:30px;
    vertical-align: middle;
    padding-top: 8px;
    padding-left: 15px;
    text-align: left;
    display: inline-block;
    margin-right: -4px;
}

.bbs-table-row .description {
    width: auto;
}

.bbs-table-row .borrowername {
    width: 30%;
}

.bbs-table-row .documentcreated {
    font-size: 12px;
    width: 40%;
}

.bbs-table-row .bbs-table-actions {
    width: auto;

}


.bbs-grid-loanconditions tbody .bbs-column-status, .bbs-grid-loanconditions tbody .bbs-column-description, .bbs-grid-loanconditions tbody .bbs-column-updated, .bbs-grid-loanconditions tbody .bbs-column-actions {
    display: inline-block;
    padding: 10px;
    margin-right: -4px;
    border-bottom: solid 1px #ebebeb;
    vertical-align:top;
    color:#666666;
}

.bbs-grid-loanconditions tbody .bbs-column-status, .bbs-grid-loanconditions th.k-header.bbs-column-status {
    width: 5%;
}

.bbs-grid-loanconditions tbody .bbs-column-description, .bbs-grid-loanconditions thead th.k-header.bbs-column-description {
    width: 50%;
}

.bbs-grid-loanconditions tbody .bbs-column-updated, .bbs-grid-loanconditions thead th.k-header.bbs-column-updated {
    width: 15%;
}

.bbs-grid-loanconditions tbody .bbs-column-actions, .bbs-grid-loanconditions thead th.k-header.bbs-column-actions {
    width: 10%;
}

.bbs-grid.bbs-grid-loanconditions .k-grid tr td {
    border-bottom: none;
    padding: 0;
}

.bbs-grid.bbs-grid-loanconditions .k-grid tr td table td {
    border-bottom: solid 1px #eaeaea;
    padding: 9px;
}


.bbs-container-conditionexpander {
    /*background-color: #fefefe;
    -webkit-box-shadow: inset 8px 0px 14px 0px rgba(50, 50, 50, 0.08);
-moz-box-shadow:    inset 8px 0px 14px 0px rgba(50, 50, 50, 0.08);
box-shadow:         inset 8px 0px 14px 0px rgba(50, 50, 50, 0.08);*/

}

.bbs-grid.bbs-grid-loanconditions .k-grid tr td table tr.addedrow td {
    padding: 0;
}

.bbs-docinfo span {
    display: inline-block;
    height: 30px;
    padding-top: 8px;
    padding-left: 15px;
}

.bbs-grid.bbs-grid-loanconditions .bbs-dropzone {
    background: rgba(0, 0, 0, 0);
}

.bbs-grid.bbs-grid-documentrepository {
    margin-top: 20px;
}

.bbs-grid.bbs-grid-documentrepository .k-grid tr td {
    padding: 8px;
}

.bbs-grid.bbs-grid-documentrepository .k-grid th.description, .bbs-grid.bbs-grid-documentrepository .k-grid .k-filter-row th:nth-child(2) {
    border-left: 0;
}

.bbs-grid.bbs-grid-documentrepository .k-grid th.documentcreated {
    width: 15%;
}

.bbs-column-panel-sm {
    vertical-align: top;
    background-color: #fefefe;
    border: solid 1px #ebebeb;
    width: 30%;
    margin: 0 1% 0 1%;
    display: inline-block;
    border-radius: 4px;
    padding: 15px;

}

.bbs-column-panel-sm p {
    display: block;
    margin: 5px 0 5px 0;
}

.bbs-column-sm {
    vertical-align: top;
    width: 30%;
    margin: 0 1% 0 1%;
    display: inline-block;
    padding: 15px;

}

.bbs-container-panel2 {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );

    border: solid 1px #f2f2f2;
    /*width: 22%;*/
    height: auto;
    min-height: 300px;
    padding: 22px;
    margin-right: 1%;
    margin-bottom: 15px;
}

.bbs-container-icon-landing-large {
    width: 27%;
    height: auto;
    text-align: center;
    margin: 30px 1.5% 30px 1.5%;
    display: inline-block;
}

.bbs-container-icon-landing-large img {
    margin: 0 0 15px 0;
}

.bbs-container-icon-landing-large i {
    margin: 0 0 15px 0;
    font-size:94px;
    color: #a6d554;
}

.bbs-othertasks h5  {
    display: inline-block;
}

.bbs-othertasks img  {
    margin-right: 10px;
}

.bbs-container-panel2 a {
    display: block;
    margin: 3px 0 3px 0;
    color: #5098b7;
}

.bbs-newspanel p {
    margin: 2px 0 2px 0;
}

.bbs-article {
    margin-top: 10px;
}

.bbs-article h5 {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}

#FeedbackContainer {
    margin-top: 100px;
}

.bbs-screen-hide {
    display: none;
}
.bbs-container-entitytypes label {
    display:inline-block;
}

/*Order Appraisal*/

.bbs-orderappraisal.bbs-panel-dataentry p .k-dropdown {
    width: 61%;
}

.bbs-orderappraisal.bbs-panel-dataentry p .k-datepicker {
    width: 61%;
}

/*.bbs-orderappraisal.bbs-panel-dataentry p .k-textbox {
    width: 57%;
}*/

.bbs-orderappraisal.bbs-panel-dataentry p label {
    width: 200px;
}

/*.bbs-orderappraisal .bbs-column-panel-sm {
    margin: 0 .5% 0 .5%;
    height: auto;
}*/

.bbs-optionalcontacts .bbs-column-panel-sm, .bbs-orderappraisal .bbs-column-panel-sm {
    margin: 0 .5% 20px .5%;
    width: 48.4%;
    height: auto;
}

.bbs-title-subpanel {
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 13px;
}


.bbs-panel-title-aus {
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 15px;
}

.bbs-panel-property {
    width: 35%;
}

.bbs-contactmethodtypevalue {
    display: inline-block;
    width: auto;
}

.bbs-optionalcontacts p.bbs-container-contactmethodschecklistitem {
    display: block;
    width: 100%;
    text-align: left;
    margin: 3px 0 3px 0;
    border-bottom: solid 1px #ebebeb;
    position: relative;
    padding:6px;
}

/*.bbs-optionalcontacts.bbs-panel-dataentry p.bbs-container-contactmethodschecklistitem input {
    margin-right: 6px;
}*/

.bbs-optionalcontacts p.bbs-container-contactmethodschecklistitem label {
    margin-right: 0px;
    width: auto;
}

.bbs-optionalcontacts p.bbs-container-contactmethodschecklistitem span.bbs-contactmethodtypevalue {
    display: inline-block;
    width: 60%;
    position: relative;
    left: 144px;
    top: 2px;
}

p.bbs-container-contactmethodschecklistitem input + label {
    font-weight: normal;
    cursor: default;
    display: inline-block;
    /*height: 18px;
    line-height: 16px;*/
    /* margin: 6px 0; */
    /* padding-left: 28px; */
    vertical-align: middle;
    z-index: 1;
    /* position: absolute; */
    /* left: -1px; */
    /* top: 2px; */
    text-align: left;
}

/*p.bbs-container-contactmethodschecklistitem input.bbs-checkbox-normal[type="checkbox"] {
    display: inline-block;
    background-repeat: no-repeat;
    opacity: 0;
    filter:alpha(opacity=0);
    z-index: 200;
    position: absolute;
    top: 4px;
    width: 18px;
    cursor: pointer;

}*/

/*p.bbs-container-contactmethodschecklistitem input.bbs-checkbox-normal[type="checkbox"] + input + label {

    background-repeat: no-repeat;
    font-weight: normal;
    cursor:default;
    display: inline-block;
    height: 18px;
  
    line-height: 16px;
    margin: 6px 0;
    padding-left: 28px;
    vertical-align: middle;
 
    background-image: url(img/bbs-checkboxes.png);
   
    z-index: 1;
    position: absolute;
    left: 0;
    top: -1px;
}*/

.bbs-container-contactmethodschecklistitem .k-textbox {
    width: 68%;
    margin: 6px;
}

.bbs-container-additionalcontacts textarea.k-textbox {
    width: 98%;
    height: 100px;
    resize: none;
}

.bbs-container-additionalcontacts {
    text-align: left;
}

.bbs-container-additionalcontacts p {
    text-align: left;
    font-size: 12px;
    padding-left: 10px;
}

.bbs-item-wrap {
    padding: 3px 5px;
    background-color: #a9cb4b;
    border-radius: 4px;
    width: auto;
    display: inline-block;
    color: #ffffff;
}

.bbs-panel-dataentry.bbs-optionalcontacts p.bbs-container-contactmethodschecklistitem span.bbs-firstname, .bbs-panel-dataentry.bbs-optionalcontacts p.bbs-container-contactmethodschecklistitem span.bbs-middlename, .bbs-panel-dataentry.bbs-optionalcontacts p.bbs-container-contactmethodschecklistitem span.bbs-lastname {
    width: 19%;
    margin: 0 3px 0 5px;
    display: inline-block;
    left: 0;
    
}

.bbs-panel-dataentry.bbs-optionalcontacts p.bbs-container-contactmethodschecklistitem span.bbs-namesuffix {
    width: 6%;
    margin: 0 3px 0 5px;
    display: inline-block;
    left: 0;
    
}

.bbs-panel-dataentry.bbs-optionalcontacts p.bbs-container-contactmethodschecklistitem span.bbs-firstname input, .bbs-panel-dataentry.bbs-optionalcontacts p.bbs-container-contactmethodschecklistitem span.bbs-middlename input, .bbs-panel-dataentry.bbs-optionalcontacts p.bbs-container-contactmethodschecklistitem span.bbs-lastname input {
    width: 100%;
    margin: 0;
    display: inline-block;
}

.bbs-panel-dataentry.bbs-optionalcontacts p.bbs-container-contactmethodschecklistitem span.bbs-namesuffix input{
    width: 90%;
    margin: 0;
    display: inline-block;
}

.bbs-panel-dataentry.bbs-orderappraisal .bbs-control-edit, .bbs-panel-dataentry.bbs-optionalcontacts .bbs-control-edit {
    margin-right: 5px;
    display: inline-block;   
}

/*.bbs-grid.bbs-grid-loanconditions .k-grid th {
    width: 13%;
}*/

.bbs-grid.bbs-grid-loanconditions .k-grid td.doccount {
    width: 13%;
}

.bbs-grid-id, .bbs-grid.bbs-grid-loanconditions .k-grid th.bbs-grid-id {
    width: 20%;
}

.bbs-grid-date, .bbs-grid.bbs-grid-loanconditions .k-grid th.bbs-grid-date {
    width: 20%;
}

.bbs-grid-status, .bbs-grid.bbs-grid-loanconditions .k-grid th.bbs-grid-status {
    width: 20%;
}

.bbs-grid-actions, .bbs-grid.bbs-grid-loanconditions .k-grid th.bbs-grid-actions {
    width: 20%;
}

.bbs-grid-doccount, .bbs-grid.bbs-grid-loanconditions .k-grid th.k-header.bbs-grid-doccount, .bbs-grid.bbs-grid-loanconditions .k-grid td.bbs-grid-doccount, .bbs-grid.bbs-grid-loanconditions .k-grid .k-filter-row th:nth-child(7) {
    width: 4%;
}

.bbs-grid-actions, .bbs-grid.bbs-grid-loanconditions .k-grid th.k-header.bbs-grid-actions, .bbs-grid.bbs-grid-loanconditions .k-grid td.bbs-grid-actions, .bbs-grid.bbs-grid-loanconditions .k-grid .k-filter-row th:nth-child(8) {
    width: 7%;
}

.bbs-grid.bbs-grid-loanconditions .k-grid td.type {
    width: 12%;
}

.bbs-grid.bbs-grid-loanconditions .k-grid td.status {
    width: 13%;
}

.bbs-grid.bbs-grid-loanconditions .k-grid td.updated, .bbs-grid.bbs-grid-loanconditions .k-grid th.updated, .bbs-grid.bbs-grid-loanconditions .k-grid .k-filter-row th:nth-child(5), .bbs-grid.bbs-grid-loanconditions .k-grid .k-filter-row th:nth-child(4), .bbs-grid.bbs-grid-loanconditions .k-grid .k-filter-row th:nth-child(6)  {
    width: 12%;
}

.bbs-table-row .bbs-row-content {
    padding: 8px 1.5% 8px 1.5%;
}

.bbs-table-row .bbs-row-content span {
    padding: 0 0 20px 0;
    height: auto;
    display: inline-block;
}

.bbs-grid-documentrepository .k-dropdown {
    width: 100%;
}



/*Email*/

.bbs-panel-dataentry.bbs-email-message {
    width: 89%;
    margin: auto;
    border: none;
    background-color: #ffffff;
}

.bbs-panel-dataentry.bbs-email-message label {
    width: 90px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
}

.bbs-panel-dataentry.bbs-email-message p {
    width: 100%;
}

.bbs-panel-dataentry.bbs-email-message p .k-textbox {
    width: 80%;
}

.bbs-panel-dataentry.bbs-email-message p .bbs-email-readonly {
    width: 80%;
    display: inline-block;
    text-align: left;
}

.bbs-panel-dataentry.bbs-email-message p textarea.k-textbox {
    width: 80%;
    height: 200px;
    padding: 8px;

}

.bbs-container-sub {
    background-color:#ffffff;
    padding: 6px 12px;
    border: solid 1px #cccccc;
    margin:0 10px 5px 0;
    border-radius:5px;
    height:43px;
    width:auto;
    display:inline-block;
    vertical-align:middle;

}

/*.bbs-pipeline-criteriatoggle {
    padding: 3px 10px 3px 10px;
    font-size: 12px;
    margin-left: 15px;
}*/

/*.sortable {
    position: relative;
}*/

/*#widgetPipeline {
    width: 100%;
    position: absolute;
}*/

/*#PipelinePanel {
    position: absolute;
    width: 18%;
}*/

#PipelinePanel {   
    /*width: 18%;*/

}


/*#LoanSummary, #ActionsList {
    top: 569px;
    padding-left: 0;
}*/

/*#ActionsList {
    
    padding-right: 0;
}*/


#LoanNumber {
    width: 100%;
    margin-top:0;
}

#EntityTreeView {
    max-height: 300px;
    height: auto;
    overflow-y: auto;
}

#EntityClearButton {
    margin: 10px;
    height: 20px;
    vertical-align: middle;
    line-height: 18px !important;
}

/*.bbs-container-shadowed {
    padding: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 8px 0px 14px 0px rgba(50, 50, 50, 0.08);
-moz-box-shadow:    inset 8px 0px 14px 0px rgba(50, 50, 50, 0.08);
box-shadow:         inset 8px 0px 14px 0px rgba(50, 50, 50, 0.08);

}*/

/*#EntityTreeView.bbs-container-shadowed {
    padding: 0;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 22px -2px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 0px 22px -2px rgba(0,0,0,0.15);
    box-shadow: inset 0px 0px 22px -2px rgba(0,0,0,0.15);
    border-radius: 10px;
}*/

#EntityTreeView.bbs-container-shadowed {
    padding: 0;
    background-color: #ffffff;
    /*-webkit-box-shadow: inset 0px 0px 22px -2px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 0px 22px -2px rgba(0,0,0,0.15);*/
    box-shadow: inset 0px 0px 22px -2px rgba(0,0,0,0.10);
    border-radius: 0px;
    width: 108.9%;
    position: relative;
    left: -14px;
}

#EntityTreeView.bbs-container-shadowed .k-item {
    padding: 5px 20px 5px 20px;
    /*border-bottom: solid 1px #ebebeb;*/
}

.bbs-container-entitytypes.k-content {
    display: block !important;
    border-bottom: none;
    padding-bottom: 10px;
}

#PipelinePanel {
    /*width:14%;*/
}

#PipelinePanelBar li .bbs-panel-title, #PipelinePanelBar li .bbs-panel-title:hover, #PipelinePanelBar li .bbs-panel-title:visited #PipelinePanelBar li .bbs-panel-title:focus {
        background: linear-gradient(to bottom, #f9f9f9 0%,#ededed 100%);
}


.k-panelbar > .k-item > .k-link, #PipelinePanelBar .k-link.k-header.k-state-selected, #PipelinePanelBar .k-link.k-header.k-state-focus, #PipelinePanelBar .k-link.k-header.k-state-hover  {
    display: block;
    position: relative;
    border: none;
    padding: 0 1em;
    line-height: 2.34em;
    text-decoration: none;
    zoom: 1;
     background: #ffffff;
     /*background: linear-gradient(to bottom, #d4f994 0%,#a5d553 100%);*/
    color: #333;
    border-radius:5px;
    height:28px;
}

#PipelinePanelBar .k-state-selected>.k-link, .k-panelbar>li>.k-state-selected, #PipelinePanelBar .k-panelbar>li.k-state-default>.k-link.k-state-selected {
    color: #333;
}

#PipelinePanelBar .k-link.k-state-hover, #PipelinePanelBar .k-link.k-state-focused, #PipelinePanelBar .k-link.k-state-selected {
    background: #ffffff;
}

#PipelinePanelBar .k-group.k-panel {
         padding: 18px; 
    background-color: #f9f9f9;
    /* box-shadow: inset 0px 0px 22px -10px rgba(0,0,0,0.25); */
    /* width: 100%; */
    position: absolute;
    width: 400px;
    z-index: 9999;
    border-radius: 0 8px 8px 8px;
    border: solid 1px #cccccc;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.39);
box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.39);
    
}

#PipelinePanelBar {
    border-radius:5px;
    box-shadow:none;
}

#EntityPanel {
    width:200px;
    border-radius:5px;
    box-shadow:none;    
}

.k-panel > li.k-item , .k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar .k-item{
    background-color: #ffffff;
}

.k-treeview .k-item {
    padding: 4px 10px 0 22px;
}

#PipelinePanelBar ul + .k-link {
    padding-top: 10px;
}

.bbs-pipeline-userselect {
    /*margin-top: 15px;*/
}

.bbs-container-sub.bbs-container-users {
    width:770px;
}

.k-link label {
    color: #333;
}

.k-first .bbs-checkbox {
    margin-top: 6px;
}

.k-treeview .k-item {
    color: #428bca;
}

.k-filtercell, .k-filtercell>span, .k-filtercell .k-widget {
    /*width:100%;*/
}

#widgetPipeline .k-filtercell .k-dropdown-wrap {
    border:none;
    background-color:transparent;
}


.btn-group .bbs-grid-action {
    font-size:14px;
    width:15px;
}

#Actions.bbs-panel-loansummary .bbs-row-actions {
    width:95%;
    margin:auto;
    padding:7px;
    border-bottom:1px dashed #d6d6d6;
}

#Actions.bbs-panel-loansummary .bbs-row-actions p {
    font-size:14px;
    display:inline-block;
    margin-left:8px;
}

#Actions.bbs-panel-loansummary .bbs-row-actions i {
    font-size:18px;
    color:#a6d554;
    width:18px;
}

.bbs-panel-dataentry p.bbs-ethnicity label{
    width:120px
}


.bbs-panel .k-state-selected {
    background: linear-gradient(to bottom, #e5e5e5 0%,#d4d4d4 100%);
    color: #666666;
    text-shadow: white 1px 1px;
    border: solid 1px #cccccc;
}

.k-filtercell>span {
    width: 80%;
    padding-right:5px;
}

.k-filtercell>span>.k-button {
    position: absolute;
    top: 0;
    right: -18px;
    border: none;
    padding: 0;
    background-color: transparent;
}

.k-filter-row .k-dropdown-operator {
    right:-3px;
}

.k-filtercell .k-datepicker {
    width:85%;
}

#widgetPipeline .k-filtercell .k-numerictextbox {
    width:112.4%;
}

.bbs-grid-loanconditions .k-filtercell>.k-operator-hidden  {
    padding-right:0;
}

#GetNewGrid {
    margin:0;
}

#BorrowerSelectionControl {
    display: inline-block;
    /*width: 11%;*/
    margin-top: 12px;
    
}


.connect-borrower-userprogressbar-bg {
    background-image: url(img/user-progress-bar1.png);
    background-repeat:no-repeat;
    height:41px;
    width:100%;
    font-size:12px;
    font-family:'Segoe WP SemiLight','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #666666;
}

.connect-borrower-userprogressbar-quick-bg {
    background-image: url(img/user-progress-bar_quick.png);
    background-repeat:no-repeat;
    height:41px;
    width:100%;
    font-size:12px;
    font-family:'Segoe WP SemiLight','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #666666;
}

.connect-borrower-userprogressbar-white-bg {
    background-image: url(img/user-progress-bar-whitebg.png);
    background-repeat:no-repeat;
    height:41px;
    width:100%;
    font-size:12px;
    font-family:'Segoe WP SemiLight','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #666666;
}

.connect-borrower-userprogressbar-bg ul, .connect-borrower-userprogressbar-quick-bg ul, .connect-borrower-userprogressbar-white-bg ul {  
    padding:0;
    display:inline-block;
    width:auto;

}
.connect-borrower-userprogressbar-bg li, .connect-borrower-userprogressbar-quick-bg li, .connect-borrower-userprogressbar-white-bg li {
    display:inline-block;
    list-style:none;
    padding:9px;
}

.connect-borrower-userprogressbar-bg a, .connect-borrower-userprogressbar-quick-bg a, .connect-borrower-userprogressbar-white-bg a {
    display:inline-block;
    padding: 2px 6px 2px 6px;
}

.connect-borrower-userprogressbar-bg a.connect-borrower-userprogressbar-active, .connect-borrower-userprogressbar-quick-bg a.connect-borrower-userprogressbar-active  {
    background-color:#62a8d1;
    color:#ffffff;
    border-radius:9px;
}

.connect-container-body {
    
    width: 86.7%;
    margin: 30px auto;
    max-width: 1470px;
}

.connect-title-small {
    font-size: 16px;
    font-family: 'Segoe WP SemiLight','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
    color: #353535;
    /*margin-bottom:15px;*/
    vertical-align: middle;
}

.connect-title {
    font-size:24px;
    font-family:'Segoe WP SemiLight','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:normal;
    color:#666666;
    vertical-align:middle;
}

div.connect-title {
    color: #ffffff;
    border-radius: 6px;
    padding: 6px;
    /*background-color: #a5d452;*/
    background-color: #78bce4;
    /*background-color: #088bb8;*/
    /*background: #23afc8;*/
    margin-bottom: 10px;
}

.connect-title-inner {
        border: dashed 1px #ffffff;
    border-radius: 6px;
    background: linear-gradient(to bottom, #a8d754 0%,#b5e363 100%);
    background: #86c8ee;
background: -moz-linear-gradient(top,  #86c8ee 0%, #72b8e1 100%);
background: -webkit-linear-gradient(top,  #86c8ee 0%,#72b8e1 100%);
background: linear-gradient(to bottom,  #86c8ee 0%,#72b8e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c8ee', endColorstr='#72b8e1',GradientType=0 );

   /*background: #1e97c0;
background: -moz-linear-gradient(top,  #1e97c0 0%, #088bb8 100%);
background: -webkit-linear-gradient(top,  #1e97c0 0%,#088bb8 100%);
background: linear-gradient(to bottom,  #1e97c0 0%,#088bb8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e97c0', endColorstr='#088bb8',GradientType=0 );*/
   
   /*background: #2cb6ce;
background: -moz-linear-gradient(top,  #2cb6ce 0%, #23afc8 100%);
background: -webkit-linear-gradient(top,  #2cb6ce 0%,#23afc8 100%);
background: linear-gradient(to bottom,  #2cb6ce 0%,#23afc8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cb6ce', endColorstr='#23afc8',GradientType=0 );*/

   /*background: #6bb7e3;
background: -moz-linear-gradient(top,  #6bb7e3 0%, #72b8e1 100%);
background: -webkit-linear-gradient(top,  #6bb7e3 0%,#72b8e1 100%);
background: linear-gradient(to bottom,  #6bb7e3 0%,#72b8e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb7e3', endColorstr='#72b8e1',GradientType=0 );*/
   
    padding: 6px 15px 6px 15px;

}


.connect-title-inner .bbs-container-radio input:focus {
    border: solid 2px #f7f7f7;
    border-radius: 6px;
    margin-top: 0px !important;
    margin-bottom: -2px !important;
    /*margin-right: 2px !important;*/
    padding-top: -2px;
}


span.connect-title-circlenumbers {
    font-size:43px;
    /*font-family:CombiNumerals;*/
    color:#666666;   
    font-weight:normal;
    vertical-align:middle;
    margin-left:15px;
}

span.connect-title-circlenumbers-bold {
    font-size:43px;
    /*font-family:CombiNumeralsBold;*/
    color:#666666;   
    vertical-align:middle;
}

span.connect-title-circleborder {
    font-size: 20px;
    font-family: 'Segoe WP SemiLight','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #666666;
    vertical-align: middle;
    margin-left: 15px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #ffffff;
    width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
    line-height: 26px;
    padding-right: 0;
    margin-right:10px;
}

a.bbs-button-primaryaction {
    padding:8px 3%;
    display:inline-block;
    margin:7px 0;    
}

.connect-title-panel {
        color: #666666;
    font-size: 16px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

.bbs-panel-dataentry p.connect-borrower-occupancy {
    width:30%;
}

.bbs-panel-dataentry p.connect-borrower-occupancy label {
    width:auto;
}

.bbs-panel-dataentry p.connect-borrower-occupancy-radio {
    width:60%;
}

.bbs-panel-dataentry p.connect-borrower-otherquestions {
    width:60%;
}

.bbs-panel-dataentry p.connect-borrower-otherquestions label {
    width:auto;
}

.bbs-panel-dataentry p.connect-borrower-otherquestions-radio {
    width:30%;
}

.bbs-panel-dataentry p.connect-borrower-declarations {
    /*width:60%;*/
     width:50%;
}

.connect-borrower-container-declarations {
    border-bottom: dashed 1px #ebebeb;
    margin: 5px 0 5px 0;
    /*padding:2px;*/
    padding: 10px 2px 10px 2px;
}

.bbs-panel-dataentry p.connect-borrower-declarations label {
    width:auto;
}

.bbs-panel-dataentry p.connect-borrower-declarations-radio {
    width:30%;
}

.bbs-panel-dataentry .connect-radio-inline.connect-borrower-container-declarations p label {
    width:auto;
    text-align:left;   
}

.bbs-panel-dataentry .connect-radio-inline.connect-borrower-container-declarations p {   
    text-align:left;
    vertical-align: top;
}

.bbs-panel-dataentry .connect-radio-inline.connect-borrower-container-declarations textarea {   
    min-width: 231px;
}

.bbs-panel-dataentry .connect-radio-inline p.connect-borrower-otherquestions label {
    width:auto;
    text-align:left;
}

.bbs-panel-dataentry .connect-radio-inline p.connect-borrower-otherquestions {   
    text-align:left;
}

.connect-radio-inline .bbs-radio-normal label.bbs-container-radio {
    display:inline-block;
}

.connect-radio-inline p.bbs-radio-normal {
    text-align:left;
    vertical-align:middle;
    position: relative;
}

.connect-link {
    color: #62a8d1;
}

.bbs-title-panel span.glyphicons, .bbs-title-panel i {
    margin-right:6px;
    vertical-align:middle;
    font-size:18px;
}

.bbs-title-panel span {
    vertical-align:middle;
    font-weight: bold;
}

.bbs-panel-dataentry p.connect-borrower-communicate {
    width:30%;
    margin-right:15px;
    vertical-align:top;
}

.bbs-panel-dataentry p.connect-borrower-communicate label {
    width:auto; 
}

.connect-question {
    font-family:'Segoe WP SemiLight','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*font-size:13px;*/
    font-weight:normal;
    font-size:15px;
    line-height:21px !important;
}

body p {
    font-family:'Segoe WP SemiLight','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:13px;
}

.connect-borrower-name {
    width:100%;
    height:auto;
    padding:6px 20px;
    /*background-color:#62a8d1;*/
    background-color:#2983b6;
    background-color:#fcfcfc;
    font-family:'Segoe WP SemiLight','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;*/
    font-size:18px;
    /*color:#ffffff;*/
    color:#666666;
    border-radius:6px;
    border: solid 1px #ebebeb;
    margin-bottom:6px;  

}

.connect-coborrower, .connect-coborrower-sameadress {
    margin:15px 0 0 10.7%;    
    width:auto;
    display:inline-block;
}

.connect-coborrower-sameadress {
    margin:3px 0 0 3.86%;
}

.bbs-panel-dataentry p.bbs-dateofbirth.connect-coborrower-dateofbirth {
    width:42%;
}

#CoBorrowerPanel .bbs-panel-dataentry .bbs-container-dependentsrow .bbs-container-dependents {
    width:25%;
}

#CoBorrowerPanel .bbs-panel-dataentry .bbs-container-dependentsrow .bbs-container-dependentsagesrow {
    display: inline-block;
    width: 50%;
}

.connect-radio-inline .bbs-radio-normal label.bbs-container-radio, .connect-radio-inline .bbs-radio-normal label.bbs-container-radio input {
    /*margin-top:7px;*/
    margin-top:0;
    font-size:15px;
}

.bbs-panel-dataentry p.connect-borrower-employmentyears {
        width: 30%;
}

.bbs-panel-dataentry p.connect-borrower-employmentyears label {
    width: auto;
}

.bbs-panel-dataentry p.connect-borrower-employmentyears .k-textbox {
    width: 20%;
}

.connect-borrower-employmenttitle {
    margin-left:16%;
}

.connect-borrower-notice {
    display:inline-block;
    width:60%;
}

.connect-container-question {
    background: #ffffff;
    width:100%;
    padding:8px;
    border:solid 1px #ebebeb;
    border-radius:6px;
}



.connect-borrower-container-continuemyloan img {
    margin-right: 22px;
    float:left;
}

.connect-borrower-container-continuemyloan div.connect-borrower-userprogressbar-white-bg {
    display:inline-block;
    width:600px;    
}

.connect-landing-menu .connect-title {
    width:80%;
    display:inline-block;
    margin:15px 0px 10px 10px;
}

.connect-landing-menu i {
    font-size:94px;
    display: inline-block;
    color:#a5d452;
    float:left;
}

.connect-borrower-container-startnewloan a.connect-title {
    margin-top:0;
    vertical-align:top;
}

.connect-landing-menu .connect-subtext {
    font-size:18px;
    display: inline-block;
    color:#666666;
    margin-left:10px;
}

.connect-landing-menu {
    padding:15px 0 30px 0;
}

.connect-borrower-container-contact .connect-subtext {
   margin-top:7px;    
}

.connect-borrower-block {
    margin-left: 113px;
}

.connect-borrower-landing-header-photo {
    /*width:100%;
    background-image:url(img/photo_new-home.png);
    background-repeat:no-repeat;
    background-position:center;
    margin:auto;
    height:432px;
    min-height:auto;
    min-width:100%;*/

    background: url(img/photo_new-home2.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:432px;
    
}

.connect-borrower-landing-header-photo-border {
    /*background-color:#a5d452;*/
    background-color: #088bb8;
    height:50px;
    width:100%;
}

.connect-borrower-container-login {   
    margin:auto;
    position:relative;
    width: 86.7%;    
    max-width: 1470px;
}

.connect-borrower-login {
    width:394px;
    height:357px;
    background-color:#ffffff;
    /*margin-top:45px;*/
    border-radius:12px;
    /*-webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.52);
-moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.52);
box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.52);*/
position:absolute;
left:0;
top:45px;
padding:0 50px 0 50px;
text-align:center;
}

.connect-borrower-button-startnewloan {

    width:100%;
    margin-top:20px !important;  
    font-weight: bold;
    font-size: 25px; 
    line-height: 23px;
    padding: 17px 20px !important;
    height: 60px !important;
}

.connect-borrower-button-startnewloan + p {
    margin-bottom: 0;
    font-size: 16px;
}

.connect-borrower-button-startnewloan i {
    margin-left: -6px;
    margin-right: 8px;
}

.connect-borrower-login-modal {
    width:90%;
    padding:20px;
    text-align:center;
}

/*.connect-borrower-login-modal p {
    width:96%;   

}
.connect-borrower-login-modal p label{
    width:100px;
    margin-right:8px;
    text-align:right; 
}

.connect-borrower-login-modal p input {
    width:70%;
    text-align:left; 
}*/

.connect-borrower-login-modal p {
    width:89%; 
    margin:10px auto;

}
.connect-borrower-login-modal p label{
    width:auto;
    display: block;
    text-align:left;
    margin-bottom:3px; 
    font-family:'Segoe WP SemiLight','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*font-size:13px;*/
    font-weight:normal;
    font-size:15px;

}

.connect-borrower-login-modal p input {
    width:100%;
    text-align:left;     
}

.connect-borrower-login-modal .connect-title-small {
    margin-bottom:20px;
    display:block;
}

.connect-container {
    margin:auto;
    position:relative;
    width: 86.7%;    
    max-width: 1470px;
    padding-top:10px;
}

.connect-borrower-landing-contact { 
    width:90%; 
    margin-left:110px;

}
.connect-borrower-landing-contact textarea {
    margin-top:20px;
    /*margin-left:70px;*/
    text-align:left;
    width:100%;
    height:200px;
     font-family:'Segoe WP SemiLight','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*font-size:13px;*/
    font-weight:normal;
    font-size:17px;
    padding:10px;
}

.connect-borrower-landing-contact-action .bbs-button-primaryaction {     
    float:right;
}

.connect-container-contactinfo {
    display: inline-block;
        position: relative;
    top: -46px;
    left: 140px;
}


.k-list-container li {
    margin-top: 1px;
    margin-bottom: 1px;
}

.k-popup .k-list .k-item, .k-fieldselector .k-list .k-item {
    padding: 0 5px 0 5px;
    line-height: 1.8em;
    min-height: 1.8em;
}

.k-list-container {
    width: auto !important;
}

.bbs-panel-dataentry p.bbs-checkbox {
    height: 35px;
    margin-right: 10px;
}

.connect-container-landing-icon {
    border-radius: 100%;
    position: relative;
    background-color: #88bedc;
    width: 93px;
    height: 93px;
    margin-right: 20px;
    margin-left: 12px;
    display: inline-block;
}

.connect-container-landing-inner-icon {
    border-radius: 100%;
    border: dashed 1px #ffffff;
    width: 77px;
    height: 77px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.connect-container-landing-inner-icon i {
    font-size: 48px;
    color: #ffffff;
    position: absolute;
    top: 20%;
    left: 24%;
}

.connect-landing-title {
    margin-top: 0;
    vertical-align: top;
}

header.navbar-fixed-top + #main {
        padding-top: 130px;
    }

header.navbar-fixed-top + #main.connect-container-main-landing {
        padding-top: 66px;
}

.header-btns div#usermenu button.btn-sm {
    color: #ffffff !important;
    border-color: transparent;
    border: none;
    background-color: #58c927;
    background-repeat: no-repeat;
    background-image: none;
    filter: none;
    
}

.connect-label-borrower {
    font-weight: normal;
    /*display: inline-block;*/
        margin-right: 5px;
}

.connect-borrower-declarations-radio {
    display: inline-block;
}

.connect-borrower-container-declaration-question {
    display: inline-block;
    /*width: 30%;*/
    width: 43%;
}

.bbs-panel-dataentry .connect-radio-inline.connect-borrower-container-declarations p.connect-borrower-declarations-radio {
    text-align: right;
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.bbs-panel-dataentry .connect-radio-inline.connect-borrower-container-declarations p.connect-borrower-declarations-radio select {
    margin-top: 4px;
}

.connect-container-governmentmonitoring {
    display: inline-block;
    width: 48%;
    /*margin-left: 1%;*/
    margin-right: 1%;
    padding: 10px;
    border-radius: 6px;
    border: solid 1px #ebebeb;
    background-color: #ffffff;
    padding: 17px 10px 17px 4%;
    vertical-align: top;
}

.connect-container-governmentmonitoring:first-of-type {
    /*margin-top: -10px;*/
}

.bbs-dependents.connect-dependents-note {
    margin-left: -10%;
}

/*.k-widget.k-window {
    height: auto !important;
}*/

.connect-borrowerlead-estimatedmonthlyincome {
    width: 50%;
}

.connect-label-inner {
    margin-left: 10px;
    vertical-align: middle;
}

.connect-title-inner .connect-label-inner {
    vertical-align: middle;
        margin-left: 25px;
}

#LoginButton.bbs-button-primaryaction  {
    
    
    /* padding: 8px 3%; */
    padding-top: 2px;
    height: 30px;
}

.bbs-button-secondaryaction.bbs-button-light {
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#ebebeb 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%,#ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb',GradientType=0 );
    border: #cccccc;
    color: #808080;
}

.bbs-panel-dataentry .bbs-container-currentoccupant p .connect-name-suffix {
    width:10%;
}

.bbs-panel-dataentry .bbs-container-currentoccupant p.connect-borrowerportal-contact-firstname {
    width:99%;
}

.bbs-panel-dataentry .bbs-container-currentoccupant p {
    width:98%;
}

.bbs-panel-dataentry .bbs-container-currentoccupant p input {
    width:75%;
}

.bbs-grid .k-grid .connect-grid-appraisals thead tr th, .bbs-grid .k-grid .connect-grid-appraisals tbody tr td {
    width: 10%;
}

span.k-i-close{
    display:none !important;
} 

#divPipelineGrid .k-select{
    display:none !important;
}

#generateConditionGrid .k-grid-header {
    padding-right: 18px !important;
}