@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
.foo {
	z-index: 1000;
}
body,
li {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}
form {
    padding-top: 30px;
}
fieldset {
    margin-bottom: 50px;
}
fieldset legend {
    color: #4D4D4D;
    border-bottom: 2px solid #e5e5e5;
}
legend p {
    font-size: 16px;
    color: #ff5000;
}
#repaymentsInfo {
    border-top: 2px solid #f4f3f3;
    border-bottom: 2px solid #f4f3f3;
    padding-top: 10px;
    padding-bottom: 0;
}
.form-group {
    margin-bottom: 20px;
}
.form-group h5 {
    color: #a7a7a7;
    text-transform: uppercase;
}
.form-group .well {
    margin-top: 10px;
    border-radius: 0;
    box-shadow: none;
}
.form-group .input-group-addon {
    border-radius: 0px;
    border-color: #9d9d9d;
}
.ms-error {
    background-color: #ffe8e8;
    padding: 5px;
}
.ms-error label {
    color: red;
}
.ms-error input {
    border-color: red;
}
label {
    color: #666766;
}
@media only screen and (min-width: 768px) {
    label {
        font-size: 18px;
        font-weight: 500;
    }
}
select[size] {
    height: 34px !important;
}
.form-control {
    border: 1px solid #9d9d9d;
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus {
    border-color: #ff5000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #ff5000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #ff5000;
}
#step7 {
    margin-bottom: 0;
}
#step8 {
    margin-bottom: 25px;
}
#step8 .btn-lg,
body .btn-ms {
    padding: 10px;
    border: none;
    background: #ff5000;
    color: #fff;
    font-size: 16px;
}
#step8 .btn-lg:hover,
#step8 .btn-lg:focus,
body .btn-ms:hover,
body .btn-ms:focus {
    background: #e64800;
    color: #fff;
}
body .btn-light-ms {
    padding: 9px;
    border: 1px solid #919191;
    background: #fff;
    color: #919191;
    font-size: 16px;
}
body .btn-light-ms:hover,
body .btn-light-ms:focus {
    background: #f2f2f2;
    color: #828282;
    border: 1px solid #828282;
}
#step8 .btn-lg:hover,
#step8 .btn-lg:focus {
    background-color: #4d4d4d;
}
.navbar-brand {
    height: auto;
}
@media only screen and (min-width: 769px) {
    .navbar-brand {
        padding: 26px 15px;
    }
}
@media only screen and (min-width: 769px) {
    .navbar-nav {
        margin: 26px 0;
    }
}
img#logo {
    width: 100%;
    max-width: 120px;
}
@media only screen and (min-width: 769px) {
    img#logo {
        max-width: 199px;
    }
}
ul.navbar-nav.pull-right li {
    vertical-align: middle;
}
ul.navbar-nav.pull-right li:first-child {
    padding-top: 8px !important;
}
ul.navbar-nav.pull-right li a {
    padding: 7px 22px 9px;
    border-radius: 2px;
    border: 1px solid #9d9d9d;
    background-color: #ffffff;
}
ul.navbar-nav.pull-right li a:hover,
ul.navbar-nav.pull-right li a:focus {
    background-color: #f7f7f7 !important;
}
@media only screen and (max-width: 768px) {
    ul.navbar-nav {
        text-align: center;
    }
    ul.navbar-nav.pull-right {
        float: none !important;
    }
    ul.navbar-nav.pull-right li {
        margin-left: 0;
        width: auto;
        display: inline-block;
    }
    ul.navbar-nav.pull-right li:first-child {
        padding-top: 0 !important;
    }
}
.panel {
    margin-bottom: 50px;
}
.panel h3 {
    color: #4D4D4D;
}
.panel a {
    color: #ff5000;
}
.panel a:focus,
.panel a:hover {
    color: #ff5000;
    text-decoration: underline;
}
.panel a:visited {
    color: #ff5000;
}
footer {
    padding-bottom: 3em;
    margin-bottom: 0;
}
footer h5 {
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
}
footer ul {
    margin-bottom: 25px;
    margin-top: 10px;
}
footer li {
    font-size: 15px;
    color: #c5c5c5;
    line-height: 22px;
    padding-bottom: 5px;
}
footer li a:hover,
footer li a:focus {
    color: #fff;
}
footer .btn-danger {
    color: white;
    font-weight: 700;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #ff5000;
    cursor: pointer;
    height: 56px;
    line-height: 58px;
    padding: 0px 22px;
    font-size: 16px;
    border-color: #ff5000;
    text-transform: uppercase;
    margin-bottom: 50px;
    width: 100%;
    max-width: 350px;
}
footer .ms-footer-phone {
    margin-bottom: 15px;
    font-size: 18px;
}
footer .ms-footer-logo-strap {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 15px;
}
footer .iconFooter {
    padding-top: 0;
}
footer .iconFooter a {
    margin-right: 2px;
}
/* alert message styling */

.alert {
    border-radius: 3px;
    padding: 12px;
}
.alert-danger {
    color: #dd0500;
    background-color: #ffcece;
    border-color: #db6e6e;
}
.alert-warning {
    color: #c57600;
    background-color: #ffe3b9;
    border-color: #ecb157;
}
.alert-info {
    color: #768288;
    background-color: #eaeeef;
    border-color: #c2c9cc;
}
.alert-success {
    color: #0a7d0c;
    background-color: #e4fad0;
    border-color: #bbe796;
}
.alert-dismissable .close,
.alert-dismissible .close {
    opacity: 0.3;
    right: 0;
    top: -1px;
}
/* loan application nav */

nav.navbar {
    margin-bottom: 15px;
}
.content {
    margin: 0;
}
ul#loan-nav li a {
    color: #fff;
    padding: 15px;
    font-size: 15px;
    margin: 0 5px;
}
ul#loan-nav {
    text-align: center;
    font-size: 15px;
    color: #B5B6B6;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 0;
    padding-bottom: 15px;
    -webkit-padding-start: 0px;
    padding-left: 0;
    width: 100%;
}
ul#loan-nav li {
    list-style-type: none;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 0.4em;
    margin-right: 0.4em;
}
ul#loan-nav li a {
    background: url(../img/circle.png) no-repeat center;
}
ul#loan-nav li a.active {
    background: url(../img/check.png) no-repeat center;
}
ul#loan-nav li a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    ul#loan-nav li {
        display: list-item;
        text-align: left;
        font-size: 14px;
        padding: 2px 8px;
        margin-left: 18px;
    }
    ul#loan-nav li a,
    ul#loan-nav li a.active {
        background-size: 18px 18px;
        width: 18px;
        height: 18px;
        padding: 0 9px;
    }
}
.modal-dialog {
    width: 90%;
    max-width: 400px;
}
.modal-dialog .modal-header {
    background-color: #e7e7e7;
    color: #414141;
    text-transform: uppercase;
    padding: 10px 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal-dialog .modal-header h4 {
    font-weight: 700;
    font-size: 13px;
}
.modal-dialog .modal-footer {
    padding: 0 15px 15px;
    border-top: none;
}
.modal-dialog .btn-default {
    border: none;
    background: #414141;
    padding: 7px 10px;
    color: #fff;
    font-size: 14px;
}
.modal-dialog .btn-default:hover,
.modal-dialog .btn-default:focus {
    background: #5b5a5a;
    color: #fff;
}


























@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
/*
 * Base structure
 */
.foo {
	z-index: 1000;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}
/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
/*
 * Top navigation
 */

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
}

.navbar-default form {
	padding-top: 0;
}

.navbar-default ul.navbar-nav.pull-right li.active {
	padding-top: 0!important;
}

.navbar-brand {
    height: auto;
}
@media only screen and (min-width: 769px) {
    .navbar-brand {
        padding: 20px 15px 15px;
    }
}
@media only screen and (min-width: 769px) {
    .navbar-nav {
        margin: 20px 0 0;
    }
}
img#logo {
    width: 100%;
    max-width: 120px;
}
@media only screen and (min-width: 769px) {
    img#logo {
        max-width: 199px;
    }
}
.mobile-nav {
    text-align: center;
}
.mobile-nav li {
    text-align: center;
}
.mobile-nav a {
    color: #ff5000;
}
.navbar-default .navbar-nav.pull-right li {
    vertical-align: middle;
    /*
				&:first-child {
					padding-top: 8px!important;
				}
*/
}
@media only screen and (min-width: 769px) {
    .navbar-default .navbar-nav.pull-right li {
        margin-left: 1.5em;
    }
}
@media only screen and (max-width: 768px) {
    .navbar-default .navbar-nav.pull-right li {
        margin-bottom: 10px;
    }
}
.navbar-default .navbar-nav.pull-right li a {
    padding: 7px 22px 9px;
    border-radius: 2px;
    border: 1px solid #9d9d9d;
    background-color: #ffffff;
}
.navbar-default .navbar-nav.pull-right li a:hover,
.navbar-default .navbar-nav.pull-right li a:focus {
    background-color: #f7f7f7 !important;
}
@media only screen and (max-width: 768px) {
    ul.navbar-nav {
        text-align: center;
    }
    ul.navbar-nav.pull-right {
        float: none !important;
    }
    ul.navbar-nav.pull-right li {
        margin-left: 0;
        width: auto;
        display: inline-block;
    }
    ul.navbar-nav.pull-right li:first-child {
        padding-top: 0 !important;
    }
}
/*
 * Sidebar
 */
/* Hide for mobile, show later */

.sidebar {
    display: none;
}
.sidebar h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .sidebar {
        position: relative;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto;
        /* Scrollable contents if viewport is shorter than content. */
    }
}
/* Sidebar navigation */

.nav-sidebar {
    margin-right: -20px;
    /* 20px padding + 1px border */
    
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li {
    border-bottom: 1px solid #e3e3e3;
}
.nav-sidebar > li:first-child {
    border-top: 1px solid #e3e3e3;
}
.nav-sidebar > li.active {
    border-bottom: 1px solid #ff5000;
}
.nav-sidebar > li.active:first-child {
    border-top: 1px solid #ff5000;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
    color: #414141;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #ff5000;
}
/*
 * Main content
 */

.main {
    padding: 20px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
        border-left: 2px solid #ff5000;
        min-height: 420px;
    }
    .main h1 {
        margin-bottom: 50px;
    }
}
.main .page-header {
    margin-top: 0;
}
.main .table-responsive {
    border: none;
}
.main .table {
    margin-bottom: 50px;
    border: 1px solid #ddd;
}
.main .table a {
    color: #ff5000;
}
.main .table a:hover,
.main .table a:focus {
    color: #cc4000;
}
.main .table.table-striped thead tr {
    background-color: #ddd;
    color: #414141;
}
.main .my-details .table {
    border: none;
}
.main .my-details tr td {
    border-top: none;
    border-bottom: 1px solid #eee;
    width: 70%;
}
.main .my-details tr td:first-child {
    width: 30%;
    font-weight: bold;
}
.btn-lg,
body .btn-ms {
    padding: 10px;
    border: none;
    background: #ff5000;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.btn-lg:hover,
.btn-lg:focus,
body .btn-ms:hover,
body .btn-ms:focus {
    background: #e64800;
    color: #fff;
}
body .btn-light-ms {
    padding: 9px;
    border: 1px solid #919191;
    background: #fff;
    color: #919191;
    font-size: 16px;
    margin-bottom: 10px;
}
body .btn-light-ms:hover,
body .btn-light-ms:focus {
    background: #f2f2f2;
    color: #828282;
    border: 1px solid #828282;
}
.ms-error {
    background-color: #ffe8e8;
    padding: 5px;
}
.ms-error label {
    color: red;
}
.ms-error input {
    border-color: red;
}
footer {
    padding-bottom: 3em;
    margin-bottom: 0;
    background-color: #414141;
    color: #c5c5c5;
}
footer h5 {
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
}
footer ul {
    margin-bottom: 25px;
    margin-top: 10px;
}
footer li {
    font-size: 15px;
    color: #c5c5c5;
    line-height: 22px;
    padding-bottom: 5px;
}
footer li a:hover,
footer li a:focus {
    color: #fff;
}
footer .ms-footer-phone {
    margin-bottom: 15px;
    font-size: 18px;
}
footer .ms-footer-logo-strap {
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 15px;
}
footer .iconFooter {
    padding-top: 0;
}
footer .iconFooter a {
    margin-right: 2px;
}

/* fix date picker z-index */

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	z-index: 10!important;
}

