.store-combo {
  margin: 8px 0 0 4px;
  color: #FFF;
  display: inline-block;
  height: 19px;
  line-height: 17px;
}
.store-combo label {
  font: 400 13px 'Roboto Condensed', 'Helvetica Neue', 'Tahoma', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.store-combo span.k-widget {
  border-radius: 4px;
}
#state-combo {
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
  color: #FFF;
}
#state-combo span.k-widget {
  border-radius: 4px;
}
#state-combo label {
  display: inline;
  vertical-align: middle;
}
#state-combo .k-dropdown {
  display: inline-block;
  width: 14em;
}
.big-link {
  font-size: 20px;
  line-height: 30px;
  list-style-type: none;
}
.row-fluid .frequent-links {
  border: 1px solid #cacaca;
  border-radius: 7px;
  min-height: 150px;
  padding-top: 10px;
}
.row-fluid .frequent-links:hover {
  background-color: #f9fefc;
}
.row-fluid .frequent-links ul {
  margin-left: 15px;
}
.schedule-grid .jqx-grid-column-header {
  font-size: 11px;
}
.schedule-grid .jqx-grid-column-header > div {
  margin-top: -4px;
}
.schedule-grid .jqx-grid-column-header span {
  white-space: normal;
}
div.jqx-grid-cell > .red {
  background-color: red;
}
div.jqx-grid-cell > .green {
  background-color: green;
}
div.jqx-grid-cell > .yellow {
  background-color: yellow;
}
.bottom-border {
  border-bottom: 1px solid #E9E9E9;
}
.header-label {
  font-weight: bold;
  font-size: 14px;
}
.button-no-label {
  margin-top: 0px;
}
.circle {
  height: 13px;
  width: 13px;
  border-radius: 48%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
}
.radio-cell-label {
  display: inline;
  padding-right: 5px;
  padding-left: 1px;
}
.predefined-payment .radio-cell label {
  width: 160px;
  display: inline-block;
}
.predefined-payment .radio-cell label:nth-of-type(1) {
  width: 100px;
}
.scoring-bold {
  font-weight: bold;
}
.filter-list {
  max-height: 1200px;
  overflow-y: auto;
  list-style-type: none;
  padding: 0;
}
.filter-list .search-row {
  margin: 0;
  padding-right: 10px;
}
.dropdown-menu {
  width: 650px !important;
  padding: 10px 20px 10px 20px;
  position: absolute;
  z-index: 10003;
  right: -15px;
  top: 38px;
}
.dropdown-menu:before {
  border: none !important;
}
.dropdown-menu:after {
  border: none !important;
}
.dropdown-menu .row {
  margin-top: 10px;
  margin-left: -5px;
}
.dropdown-menu .row div {
  padding-left: 0;
  padding-right: 0;
}
.dropdown-menu .row.list-search-form-buttons {
  margin-top: 30px;
}
.dropdown-menu .nav-header {
  display: block;
  font-size: 24px;
  text-transform: none;
  font-weight: normal;
  margin: 10px 0 20px 0;
  padding: 0;
  text-align: right;
}
.dropdown-menu label {
  font-size: 13px;
  text-align: right;
  padding-top: 7px;
  padding-right: 5px;
}
.dropdown-menu label.checkbox {
  text-align: left;
}
.dropdown-menu .wrap {
  display: flex;
}
.dropdown-menu .wrap-margin-right {
  margin-right: 10px;
}
.dropdown-menu .wrap-margin-left {
  margin-left: 10px;
}
@media screen and (max-height: 1200px) {
  .filter-list {
    max-height: 900px;
  }
}
@media screen and (max-height: 1000px) {
  .filter-list {
    max-height: 650px;
  }
}
@media screen and (max-height: 900px) {
  .filter-list {
    max-height: 600px;
  }
}
@media screen and (max-height: 850px) {
  .filter-list {
    max-height: 550px;
  }
}
@media screen and (max-height: 800px) {
  .filter-list {
    max-height: 500px;
  }
}
@media screen and (max-height: 750px) {
  .filter-list {
    max-height: 440px;
  }
}
@media screen and (max-height: 700px) {
  .filter-list {
    max-height: 390px;
  }
}
@media screen and (max-height: 650px) {
  .filter-list {
    max-height: 340px;
  }
}
@media screen and (max-height: 600px) {
  .filter-list {
    max-height: 280px;
  }
}
@media screen and (max-height: 500px) {
  .filter-list {
    max-height: 200px;
  }
}
@media screen and (max-height: 450px) {
  .filter-list {
    max-height: 150px;
  }
}
.scoring_bold_row {
    background-color: #E5F3FD;
    color: black;
    font-weight: bold;
}
.scoring_financialIndicator_bold_row {
    color: black;
    font-weight: bold;
}
.scoring_financialIndicator_italic_row {
    color: black;
    font-style: italic;
}
.scoring_financialIndicator_bold_red_row {
    color: #cf2d36;
    font-weight: bold;
} 
.warning_yellow_row {
    background-color: #fff0c4;
    color: black;
}
.grey_readonly_scoring_category {
    background-color: #e4e4e4;  
    color: black;
}
.error_red_row {
    background-color: #ff9d9d;
    color: black;
    font-weight: bold;
}   
.error_red_text {
    color: #cf2d36;
    font-weight: bold;
    padding-left: 0; 
}  
.schedule_blue_row {
    background-color: #bcdeff;
    color: black;
}   
.security_blue_row {
    background-color: #bcdeff;
    color: black;
    visibility: hidden;
}   
.grid-hyperlink {
    cursor: pointer;
    text-decoration: underline;
    color: #3486DE;
}
.app_db_different_versions {
    color: #b20000;
    font-size: 14px;
}
.app_db_same_versions {
    font-size: 12px;
}
tr.k-state-selected div.grid-cell.grid-hyperlink {
    cursor: pointer;
    text-decoration: underline;
    color: inherit;
}
#navbar-commands > ul.nav.navbar-nav.pull-right > li a.btn-success {
    background-image: none;
    background-color: #797979;
}

#navbar-commands > ul.nav.navbar-nav.pull-right > li a.btn-success:hover {
    background-color: #9d9d9d;
}

.navbar.ts-commands-bar .container, .navbar.ts-commands-bar .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.competence_rule {
    font-size: 14px;
    color: #2060b5;
    font-weight: normal;
    margin-bottom: 3px;
    margin-top: 10px;
}
.competence_rule > h2.section {
    font-size: 12px;
    color: #2060b5;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 10px;
    margin-left: 1px;
}

.floating-top {
    padding-bottom: 7px;
}
/*# sourceMappingURL=web-leasing.css.map */