body, .wrapper {
    min-height: 400vh;
    font-size: 16px !important;
}

/* Table overflow fix for viewports breakpoint 769px & 1200px */
.content .card {
    overflow: scroll;
    clear: both;
}

/* Update width for large viewports */
.sidebar, body > .navbar-collapse {
    width: 125px;
    z-index: 999;
}

/*.sidebar .sidebar-wrapper, body > .navbar-collapse .sidebar-wrapper {
    width: 125px;
}
*/
/*.main-panel {
    width: calc(100% - 125px);
}*/
 
/* Size logo based on container large viewports */
.sidebar .logo > img, body > .navbar-collapse .logo > img {
    width: 100%;
}

/* Sidebar display overflow labels */
.sidebar, .main-panel {
    overflow: visible;
}
.sidebar .sidebar-wrapper, body > .navbar-collapse .sidebar-wrapper {
    z-index: 999;
    overflow: visible;
    position: inherit;
}

/* Display sidebar label on hover */
.sidebar .nav a:hover p {
    display: block;
}

.sidebar .nav p::before {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid blue;
}

/* Sidebar label position and hide by default */

/* 10/5 */

/*Logo */
.sidebar .logo, body > .navbar-collapse .logo {
    border-bottom: 0;
}
/* Style Action in header */
h4.title > a, .row.options a, .btn-info.btn-fill, .button-container a {
    font-size: .6em;
    text-transform: uppercase;
    color: #fff;
    background: #003366;
    padding: 3px;
    font-weight: bold;
    /* top: 0; */
    /* left: 0; */
    transition: all 0.15s linear 0s;
    position: relative;
    display: inline-block;
    background-color: #003366;
    text-transform: uppercase;
    color: #fff;
    font-family: arial;
    letter-spacing: 1px;
    box-shadow: 4px 3px 0 #999;
    text-decoration: none;
}
h4.title > a:before {
    content: '+ ';
    font-size: 1.5em; 
}

/* Sidebar image size */
.nav>li {
    text-align: center;
}
.nav>li>span {
  display: block;
  /* padding-top: 10px; */
  margin-top: 21px;
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 1em;
}
.nav>li>a>img {
    width: 50%;
}

.sidebar .nav li > a, body > .navbar-collapse .nav li > a {
    color: #FFFFFF;
    margin: 5px 15px;
    opacity: .86;
    border-radius: 4px;
    display: block;
    position: relative;
}
.sidebar .nav p, body > .navbar-collapse .nav p {
      font-size: 14px;
      margin-left: 0;
      margin-bottom: 20px;
      text-align: center;
    line-height: 22px;
}
      
.top-calculator {
    background-color: #cbd6e2;
    padding: 10px;
    display: block;
    position: inherit;
}

input#monthly_term {
    width: 75%;
    margin: auto;
}

input#num_weekly_payments {
    width: 75%;
    margin: auto;
}

/* Top nav action style */
.navbar-right p{
    font-size: 1em;
    text-transform: uppercase;
    color: #385898 !important;
}
.has-switch {
  margin-top: 19px;
  height: 25px;
}
/* Button style */
.btn-info.btn-fill {
    background-color: #003366;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-info {
    border-width: 0;
}

/* Status styles */
  .container {
      width: 100%;
      
  }
  .progressbar {
      counter-reset: step;
  }
  .progressbar li {
    list-style-type: none;
    width: 18%;
    float: left;
    font-size: 1.5rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
    }
  .progressbar li:before {
      width: 60px;
      height: 60px;
      content: counter(step);
      counter-increment: step;
      line-height: 30px;
      border: 2px solid #7d7d7d;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: white;
      font-size: 1.5em;
      padding-top: 13px;
  }
  .progressbar li:after {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #7d7d7d;
      top: 15px;
      left: -50%;
      z-index: -1;
  }
  .progressbar li:first-child:after {
      content: none;
  }
  .progressbar li.active {
      color: green;
  }
  .progressbar li.declined {
      color: #cc0000;
  }
  .progressbar li.declined:before {
      content: '\2715';
      border-color: #cc0000;
      font-size: 4em;
      /* margin-left: -11px; */
  }
  .progressbar li.complete:before {
      content: '\2713';
      border-color: #55b776;
      font-size: 7em;
  }
  .progressbar li.complete {
      color: green;
  }
  .progressbar li.active:before {
      border-color: #55b776;
  }
  .progressbar li.active + li:after {
      background-color: #55b776;
  }
.row.tracking {
    background-color: #cbd6e2;
    padding: 30px 0;
    margin-bottom: 30px;
}

.row.tracking label {
    margin-left: 30px;
    margin-bottom: 24px;
    font-size: 1.5em;
    text-transform: uppercase;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border: 1px solid #e0e0e0 !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 1px solid #e0e0e0 !important;
}

.content.table-responsive.table-full-width {
  padding-top:0px !important;
}

.button-container {
    width: 35%;
    float: left;
    margin-top: 5px;
}
.button-container a {
    font-size: 1.25em !important;
    padding: 10px 15px;
    float: right;
    margin-right:8px;
}
.heading-container {
    width: 65%;
    float: left;
}
.clearing {
    clear:both;
}

.right {
    text-align: right !important;
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #036;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: 27px;
  left: -2px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
/* Checklist style */

.checklist {
    background-color: #E5F5F3;
    border-bottom: 1px solid #cbd6e2;
    margin-bottom: 30px;
    margin-top: -30px;
}

/* 10-7 */

/* Change gradient direction */
.sidebar .sidebar-wrapper, body > .navbar-collapse .sidebar-wrapper {
    background-image: linear-gradient(
180deg,#003366,#00bda5);
}

/*REMOVE THIS STYLE - It was applied globally when it was context-specific*/
h4.title > a:before {
    content: '';
    font-size: 1.5em;
}
/*UPDATE THIS STYLE */
h4.title > a {
    padding: 3px 10px;
}
/* Table headers */
.header {
    padding: 15px !important;
    background-color: #003366;
    background-image: linear-gradient(-303deg,#003366,#00afb2 56%,#00bda5);
    min-height: 80px;
}
.table > thead > tr > th {
  color:#000;
  text-align: right;
  vertical-align: text-top;
  font-size: 15px;
  font-weight: bold;
}
.center {
  text-align:center !important;
}
.black {
    color:#000 !important;
    font-weight:bold;
}
.camel-case {
}
table a {
    color: #2C22FE !important;
}
.card .title {
    font-weight: bold !important;
}
.title {
    color: #FFFFFF !important;
    margin: 10px  !important;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
}
.subtitle {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}
/* FOR EDIT DEAL Add class options to row markup View Payments - View Statements - Owner Info */
.row.options {
    background-color: #f5f8fa;
    padding: 20px;
    margin-top: -15px;
    border-bottom: 1px solid #cbd6e2;
    border-top: 1px solid #cbd6e2;
}
/* Button style */
.row.options a {
    font-weight: bold;
    padding: 11px 24px;
    font-size: 1.2em;
    margin-right: 10px;
        width: 31%;
    margin-bottom: 10px;
}
.row.options .col-md-12 {
    text-align: center;
}
/* Form styles */
.form-control {
    box-shadow: none;
    padding: 9px 10px;
    border-radius: 3px;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    transition: all .15s ease-out;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;
    height: 40px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.card label {
    font-weight: bold;
    font-size: 14px;
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    color: #666;
}
/*Login Page */
.col-centered{
    float: none;
    margin: 0 auto;
}
div.form-login {
    margin-top: 30px !important;
}
div.col-centered img {
    width: 60%;
    margin: auto;
    display: block;
}
.form-login .content {
    margin-top:-60px;
}
.card .content input.form-control { 
    padding: 9px 10px;
    border-radius: 3px;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    transition: all .15s ease-out;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;
    height: 40px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.card label {
    color:#000000;
    font-size: 1.15em;
    text-transform: capitalize;
}
.form-login .btn-info.btn-fill {
    width: 93%;
}
.checklist a {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #fff;
    background: #003366;
    padding: 3px;
    font-weight: bold;
    transition: all 0.15s linear 0s;
    position: relative;
    display: inline-block;
    background-color: #003366;
    text-transform: uppercase;
    color: #fff;
    font-family: arial;
    letter-spacing: 1px;
    box-shadow: 4px 3px 0 #999;
    text-decoration: none;
}
.btn-info.btn-fill {
    width: 47%;
    float: left;
    margin-right: 10px;
    font-size: 1.2em;
    border-radius: 0;
    padding: 11px 24px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.footer .copyright {
    text-align:center;
}

.collapsible {
    background-color: #f5f8fa !important;
    border: 1px solid #cbd6e2 !important;
    border-radius: 5px;
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
    .btn-info.btn-fill {
    width: 45%;
    }
.heading-container, .button-container {
        width:100%;
        float:none;
    }
    .button-container {
        text-align:center;
    }
    .button-container a {
        float:none;
    }
     .row.options a {
        width: 48%;
}
}

@media only screen and (max-width: 1024px) {
body > .navbar-collapse .logo {
    background-color: #003366;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: pre-wrap;
    }
.progressbar li {
    width: 43%;
    margin-bottom: 14px;
}
.progressbar:before {
    border-top: 0;
}
    
   
.card .content {
    margin-top:0;
    padding: 0;
}
.row.options {
    margin-top:0;
}
.row.options a {
    padding: 5px 10px;
}
.nav>li>a>img {
    display: none;
}
.sidebar .nav li > a, body > .navbar-collapse .nav li > a {
    margin: 0;
}
.sidebar .nav p, body > .navbar-collapse .nav p {
    margin-left: 0;
}
.nav>li {
    text-align: center;
}
    .nav>li>span {
        float: none;
         text-align: center;
    }
.sidebar .nav li.separator, body > .navbar-collapse .nav li.separator {
    border-bottom: 0;
}
body > .navbar-collapse .nav li > a {
    padding: 0 15px;
}
.sidebar .sidebar-wrapper, body > .navbar-collapse .sidebar-wrapper {
    background-image: linear-gradient( 
180deg,#003366,#00bda5);
}
.sidebar .sidebar-wrapper, body > .navbar-collapse .sidebar-wrapper {
    background-image: linear-gradient( 
180deg,#003366,#00bda5);
}
.sidebar .sidebar-wrapper, body > .navbar-collapse .sidebar-wrapper {
    z-index: 999;
    overflow: visible;
    position: inherit;
}
    .sidebar .nav i, body > .navbar-collapse .nav i {
        display: none;
    }
    sidebar .nav p, body > .navbar-collapse .nav p {
    line-height: 20px;
    }
.sidebar .sidebar-wrapper, body > .navbar-collapse .sidebar-wrapper, .sidebar, body > .navbar-collapse {
    width: 125px;
}
.form-group {
    margin-left: 10px;
    margin-right: 10px;
}
    
    .nav>li>span {
        text-align:center;
        float: none;
    }
}
@media only screen and (max-width: 768px) {

.row.options a {
        width: 100%;
}
}