body {
  font-family: "Open Sans";
  padding-top: 150px;
  padding-bottom: 40px;
  background-color: #eee;
    background-image: url("../BackgroundZIP/fade_right.png"), url("../BackgroundZIP/fade_left.png"), url("../Background/bgd/road.png"), url("../BackgroundZIP/bubbles.jpg");
    background-repeat: repeat-y, repeat-y, no-repeat, repeat;
    background-position: 100% 0% , 0% 0% , 50% 62%, 0% 0%;
}
#body-section {
  max-width: 1200px;
  margin: 0 auto;
}

#body-section-width{
  max-width: 1550px;
  margin: 0 auto;
}

/* Login page */

.form-signin {
  max-width: 400px;
  padding: 15px;
  padding-bottom: 0px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.logo {
	text-align: center;
    margin-bottom: 10px;
}

/* Forgot password form */

.forgotpass {
  margin-top: 25px;
  margin-bottom: -22px;
}
.forgotpass a {
  color: inherit;
  text-decoration: none;
  line-height: initial;
  font-size: 13px;
}
.forgotpass a:hover {
  color: #75746f;
}
.titleFP{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
.wide {
	max-width: 570px;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    padding-bottom: 0px;
}
.form-signin-fp {
	max-width: 400px;
	padding: 10px;
	margin: 0 auto;
	margin-top: -20px;
}

/* Forgot password confirmation screen*/

.titleFPC{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: -20px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
}
#wrapper_remember {
  margin: auto;
}

/* FAQ login PopUp*/

.FAQ_login {
  text-align: left;
  margin-top: -30px;
}
.YPopup{
background-color: white;
z-index: 9999;
padding:10px;
position: absolute;
width: 40%;
top:150px;
border:10px #c2bfb8 solid;
box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
left: 30%;
}
.popupBackground{
background-color:black;
opacity: 0.20;
filter: alpha(opacity = 20);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 9998;
}

/* Login Error messages*/

#error{
color: #cc0000;
font-weight: bold;
line-height: 15px;
margin-top: -15px;
margin-bottom: 5px;
}

/* Footer section */

#footer{
  height: 80px;
  background: url("../Background/bgd/dots.jpg");
  border-top: 1px #c2bfb8 solid;
  border-bottom: 1px #c2bfb8 solid;
  margin-bottom: -50px;
  display: -webkit-inline-box;
  width: 100%;
  display: inline-block;
}
@media (max-width: 692px) {
    #footer {
        height: 180px;
      }
    }
#footer .wrapper{
  width: 70%;
  margin: 0 auto;
  padding: 0 10px;
}
#footer .wrapper .left{
  color: #f5f1e9;
  float: left;
  padding-top: 20px;
}
#footer .wrapper .left a{
  color: #f5f1e9;
  text-decoration: none;
}
#footer .wrapper .left a:hover{
  color: #f5f1e9;
  text-decoration: none;
}
#footer .wrapper .right{
  color: #f5f1e9;
  float: right;
  padding-top: 27px;
  text-align: -webkit-right;
}
#footer .wrapper .right a{
  color: #f5f1e9;
  text-decoration: none;
}
#footer .wrapper .right a:hover{
  color: #f5f1e9;
  text-decoration: none;
}
@media (max-width: 692px) {
    #footer .wrapper .right {
        float: left;
        padding-top: 0px;
      }
    }
.CopyrightYamaha{
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
  color: #333;
  line-height: 18px;
  text-transform: uppercase;
}
.CopyrightYamaha a{
  color: inherit;
  text-decoration: none;
  line-height: initial;
  text-transform: uppercase;
}
.CopyrightYamaha a:hover{
  color: #75746f;
  text-transform: uppercase;
}

/* Header section*/

#header {
  background-color: white;
  margin-top: -150px;
  display: block;
  border-bottom: 10px #a60000 solid;
}
#header .logo-nav{
  width: 70%;
  margin: 0 auto;
  padding: 0 10px;
  height: 15%;
  padding-top: 65px;
  padding-bottom: 10px;
}
@media (max-width: 692px) {
    #header .logo-nav {
        width: 100%;
        height: 80px;
      }
    }
#header .logo-nav .logo-temp{
  float: left;
  padding: 15px 0 10px;
  margin-top: -67px;
}

@media (max-width: 692px) {
    #header .logo-nav .logo-temp {
        padding: 20px 0 10px;
      }
    }

/* For dealers portal */
#header .logo-navd .logo-temp{
  float: left;
  padding: 15px 0 10px;
  margin-top: -67px;
}
#header .logo-navd{
  width: 70%;
  margin: 0 auto;
  padding: 0 10px;
  height: 15%;
  padding-top: 65px;
  padding-bottom: 10px;
}
@media (max-width: 1527px) {
    #header .logo-navd {
        width: 100%;
      }
    }
@media (max-width: 1300px) {
    #header .logo-navd {
        width: 100%;
        padding-bottom: 40px;
      }
    }
/* End of this specific style parametars */

#header .slider{
  border-top: 10px #c2bfb8 solid;
  border-bottom: 10px #a60000 solid;
  background: #c2bfb8;
  text-align: -webkit-center;
  /*background-image: url("../SliderPicture/header1.jpg");*/
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: none;
}
@media (max-width: 692px) {
    #header .slider {
        height: 160px;
      }
    }

/* Global header (logout, profile) and SEARCH BAR*/

#mainnav, #logout-mp, #headerSearch, #header-banner {
    position: absolute;
  -moz-box-sizing: border-box;
}
#mainnav > ul > li {
    float: left;
    font-size: 16px;
    line-height: 1.45;
    margin-left: 12px;
    position: relative;
  overflow:hidden;
}

.navbar-toggle{
    margin-top: 0px!important;
}

#headerSearch {
    right: 8px;
    top: 37px;

    /* Old Values - changed 26.07.2017
    right: 45px;
    top: 40px; */
    
}
@media (max-width: 1300px) {
    #headerSearch {
      right: 18px;
      top: 65px;
      }
    }

#headerSearch .form-control {
    border-radius: 3px;
    color: #A4A4A4;
    font-size: 14px;
    height: 27px;
    padding: 0 10px;
    position: absolute;
    line-height: 1.42857143;
    display: -webkit-box;
    top: 0;
    right: 72px;
    margin-top: 3px;
    width: 170px;
}
#headerSearch input[type=search] {
    border: medium none;
    cursor: pointer;
    font-size: 0;
    height: 31px;
    overflow: hidden;
    padding-top: 0;
    position: absolute;
    right: 0;
    text-indent: -999px;
    top: 0;
}
#logout-mp {
    right: 11px;
    float: right;
}
#mainnav, #logout-mp, #headerSearch, #header-banner {
    position: absolute;
}
#logout-mp ul {
    display: block;
    text-align: right;
    vertical-align: middle;
  list-style: none outside none;
  margin: 0px;
}
#logout-mp li {
    border-left: 1px solid #D8D8D8;
    float: left;
    font-size: 12px;
    line-height: 1;
    /*margin-top: 14px;*/
    position: relative;
  margin-left: 0px;
  padding-right: 0px;
}
#logout-mp li.logout {
    border-left: medium none;
    margin-top: 0;
}
#border-cover1 {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 14px;
    left: 106px;
    position: absolute;
    top: 0;
    width: 1px;
}
#logout-mp li.logout a, #logout-mp li.profile a {
    padding: 10px 8px 13px 5px;
}

#logout-mp li a {
    color: #9E9D9D;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}
#logout-mp li a:hover {
  color: #75746f;
}

/* Navigation section */

#header .logo-nav .navigation{
  position: absolute;
  margin-top: -47px;
  margin-left: 320px;
}
.item{
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    /*font-weight: bold;*/
}

/* My Profile Page */

#myprofile {
  max-width: 850px;
  margin: 0 auto;
  padding: 10px;
}
.my-profile{
  margin-top:-70px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.my-button{
  text-align: center; 
  padding-top: 50px;
  margin: 0 auto;
  width: 670px;
}
.my-button1{
  text-align: center; 
  padding-top: 50px;
  margin: 0 auto;
  width: 800px;
}
.my-buttonhomepage{
  text-align: center; 
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 992px) {
    .my-button {
        width: 170px;
        padding-bottom: 10px;
        float: left;
        text-align: left;
      }
    .my-profile{
        margin-top:-90px;
      }
    .my-button1 {
        float: left;
        width: 270px;
        text-align: left;
      }
    .my-buttonhomepage{
        float: left;
        width: 270px;
        text-align: left;
}
    }
.titleMPP{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

/* Change Password Page */

.changepass {
  max-width: 850px;
    text-align: left;
    padding: 10px;
    margin: 0 auto;
}
.titleCP{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  /* Outside Pages (error, in maintance,...) */

  .titleOP{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: -20px;
    font-size: 22px;
    line-height: inherit;
    color: #ff0000;
    border: 0;
    font-weight: bold;
}
.titleOP1{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: -20px;
    font-size: 20px;
    line-height: inherit;
    color: #ff0000;
    border: 0;
    font-weight: bold;
}

/*Sidebar*/

#sidebar{
    min-width: 50%;
    background: #fff;
    border-radius: 3px;
    border: 10px #c2bfb8 solid;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    padding: 10px;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    padding-top: 5px;
}

#sidebar .widgittitle{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#sidebar .mycases{
    margin-left:10px; 
    font-size:12px; 
    color: #a60000; 
    text-transform: uppercase;
}

#sidebar .hotlinetitle{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 7px;
    font-size: 19px;
    line-height: inherit;
    color: #333;
    border: 0;
    text-align: center;
    font-weight: bold;
}

#supporthotline_cu{
    border: 2px solid #c2bfb8;
    padding: 8px 8px 0px 8px;
    margin-bottom: 15px;
    margin-top: 10px;
    border-radius: 8px;
}

#my_recent_payments_cu{
    border-radius: 8px;
    border: 2px solid #c2bfb8;
}

#funded_contracts_dl{
    border-radius: 8px;
    border: 2px solid #c2bfb8;
    margin-bottom: 20px;
}

#my_cases_cu{
    border-radius: 8px;
    border: 2px solid #c2bfb8;
    margin-bottom: 20px;
}

#my_shortcuts_dl{
    border-radius: 8px;
    border: 2px solid #c2bfb8;
    margin-bottom: 20px;
    margin-top: 10px;
}

#recent_leads_applications_dl{
    border-radius: 8px;
    border: 2px solid #c2bfb8;
    margin-bottom: 20px;
}

#liveagent_cu{
    border: 2px solid #c2bfb8;
    padding: 8px 8px 0px 8px;
    margin-bottom: 15px;
    margin-top: 10px;
    border-radius: 8px;
}

#sidebar .liveagenttitle{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 7px;
    font-size: 22px;
    line-height: inherit;
    color: #333;
    border: 0;
    text-align: center;
    font-weight: bold;
}

#sidebar .needhelp{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: inherit;
    color: rgb(166, 0, 0);
    text-align: center;
    margin-top: -10px;
}


/*Homepage*/

.titleWelcome{
  display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 10px;
}

.insidetitle{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}

.titleContracts{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
    font-size: 25px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

.insidetitle1 {
    display: block;
    width: 95%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.insidetitleLoan{
    display: flex;
    width: 96%;
    padding: 0;
    font-size: 20px;
    line-height: inherit;
    color: #a60000;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    margin-left: 25px;
    margin-bottom: -25px;
    background-color: rgb(229, 229, 229);
    border-radius: 5px;
    padding-left: 10px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .insidetitleLoan {
      margin-bottom: 5px;
      margin-left: 0px;
      }
      }

/* Sortable tables */
table.sortable th {
    font-weight: 600;
    cursor: pointer;
    background-image: url("../Pointer/bg.gif");
    background-repeat: no-repeat;
    background-position: 100%;
    border: 0;
}

table.sortablequery th {
    font-weight: 600;
    background-image: url("../Pointer/bg.gif");
    background-repeat: no-repeat;
    background-position: 100%;
    border: 0;
    vertical-align: middle;
}

table .list {
    background-color: rgba(255, 255, 255, 0.8);
}

.flex{
  display: table-cell!important;
}

.linkquery,
.linkquery:hover{
    color: #a60000;
    text-decoration: none;
    font-weight: 600;
    display: inherit;
    cursor: pointer;
}

.linkquery:focus{
    color: #a60000;
    text-decoration: none;
    font-weight: 700;
    display: inherit;
    cursor: pointer;
}

.sorttable_sorted{
      display: flex;
}

.sorttable_sorted_reverse{
      display: flex;
}

.headerlist{
  font-size: 14px;
  line-height: inherit;
  color: #a60000;
  border-bottom: 1px solid #c2bfb8;
  border-top: 1px solid #c2bfb8;
  background-color: rgb(229, 229, 229);
  padding: 5px;
  font-weight: 600;
  padding-right: 20px;
}

.headerlistsmaller{
  font-size: 13px;
  line-height: inherit;
  color: #a60000;
  border-bottom: 1px solid #c2bfb8;
  border-top: 1px solid #c2bfb8;
  background-color: rgb(229, 229, 229);
  padding: 5px;
  font-weight: 600;
  padding-right: 20px;
}

.headerlistlighter{
  font-size: 14px;
  line-height: inherit;
  color: #a60000;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  background-color: rgb(229, 229, 229);
  padding: 5px;
  font-weight: 600;
  padding-right: 20px;
}

.rowlist{
  padding:5px;
  font-size: 12px;
  line-height: inherit;
  padding-right:15px;
}

.rowlistgeneral{
  border-top: 1px solid #e5e5e5;
  padding-left: 2px;
  padding-right: 2px;
}

.MyListFilter{
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.my-buttonEditLead{
  text-align: center;
  margin: 0 auto;
  width: 800px;
  position: absolute;
  margin-top: -5px;
}
@media (max-width: 992px) {
    .my-buttonEditLead {
      text-align: left;
      position: relative;
      width: 400px;
      padding-top: 30px;
      padding-bottom: 10px;
      padding-left: 0px;
      }
      }

.my-buttonEditLead1{
  text-align: right;
  margin: 0 auto;
  width: 650px;
  position: absolute;
  margin-top: -5px;
}
@media (max-width: 992px) {
    .my-buttonEditLead1 {
      text-align: left;
      position: relative;
      width: 400px;
      padding-top: 30px;
      padding-bottom: 10px;
      padding-left: 0px;
      }
      }

.my-buttonEditLead2{
  text-align: center;
  margin: 0 auto;
  width: 800px;
  position: absolute;
  margin-top: -5px;
}
@media (max-width: 992px) {
    .my-buttonEditLead2 {
      text-align: left;
      position: relative;
      width: 400px;
      padding-top: 0px;
      padding-bottom: 10px;
      padding-left: 0px;
      }
      }

.my-buttonEditLead3{
  text-align: right;
  margin: 0 auto;
  width: 650px;
  position: absolute;
  margin-top: -5px;
}
@media (max-width: 992px) {
    .my-buttonEditLead3 {
      text-align: left;
      position: relative;
      width: 400px;
      padding-top: 0px;
      padding-bottom: 10px;
      padding-left: 0px;
      }
      }

.headertable{
  font-size: 14px;
  line-height: inherit;
  padding: 5px;
  font-weight: 600;
  padding-right: 20px;
}

/*Help text */

.mouseOverInfoOuter{
  margin-left:5px;
  vertical-align:bottom;
}

/*Pagination */

.pagination{
  font-size: 14px;
  line-height: inherit;
  color: #a60000;
  padding: 5px;
  font-weight: 600;
}

/*Chart */

.charts{
  padding-left:20px;
}
@media (max-width: 400px) {
    .charts {
        padding-left:0px;
        margin-left: -50px;
      }
      }
@media (max-width: 1030px) and (min-width: 400px) {
    .charts {
        padding-left:0px;
        margin-left: -17px;
        margin-right: 7px;
      }
      }

.charts1{
  padding-left:0px;
}
@media (max-width: 400px) {
    .charts1 {
        margin-left: -50px;
      }
      }
@media (max-width: 1030px) and (min-width: 400px) {
    .charts1 {
        margin-left: -17px;
        padding-left: 0px;
      }
      }

.reportTitle{
  display: none;
}

/*Specific responsible css styles for free space and padding */

.invisible-field{
    margin-top:40px;
}
@media (max-width: 992px) {
    .invisible-field {
        margin-top:0px;
      }
      }

.invisible-field1{
    margin-top:20px;
}
@media (max-width: 992px) {
    .invisible-field1 {
        margin-top:0px;
      }
      }

.invisible-field2{
    margin-top:26px;
}
@media (max-width: 992px) {
    .invisible-field2 {
        margin-top:0px;
      }
      }

.invisible-field3{
    margin-top:60px;
}
@media (max-width: 992px) {
    .invisible-field3 {
        margin-top:0px;
      }
      }
.blank-space{
    margin-top:0px;
}
@media (max-width: 992px) {
    .blank-space {
        margin-top:-30px;
      }
      }

.required{
    float:right; color:#ff0000; 
    font-weight: 600; 
    margin-top: -25px;
}
@media (max-width: 992px) {
    .required {
      float:right; color:#ff0000; 
      font-weight: 600; 
      margin-top: 0px;
      }
      }

.PrintIcon{
  cursor: pointer; 
  float: right; 
  display:-webkit-inline-box; 
  margin-top: -30px; 
  margin-right: 20px;
}

.PDFIcon{
  float: right; 
  display:-webkit-inline-box; 
  margin-top: -30px; 
  margin-right: 70px;
}

@media (max-width: 992px) {
    .PrintIcon {
      margin-top: 25px;
      width: 20px;
      margin-right: 0;
      }
    .PDFIcon {
      margin-top: 25px;
      width: 20px;
      margin-right: 30px;
      }
      }

.PrintIcon1{
  cursor: pointer; 
  float: right; 
  display:-webkit-inline-box; 
  margin-top: 0; 
  margin-right: 30px;
}

.PDFIcon1{
  float: right; 
  display:-webkit-inline-box; 
  margin-top: 0; 
  margin-right: 20px;
}

@media (max-width: 992px) {
    .PrintIcon1 {
      width: 20px;
      margin-right: 0;
      }
    .PDFIcon1 {
      width: 20px;
      margin-right: 20px;
      }
      }

@media print {
  a[href]:after {
    content: none !important;
  }

  .slider{
    display:none;
  }

  .PrintIcon,
  .PDFIcon,
  .PrintIcon1,
  .PDFIcon1
  {
    display:none;
  }

  .logout,
  .profile{
    display:none;
  }

  .my-buttonEditLead,
  .my-buttonEditLead2,
  .my-button1{
    display:none;
  }

  #liveagent_cu,
  #my_cases_cu,
  #footer .wrapper .right{
    display:none;
  }

  #footer{
    height: 60px;
    border: none;
  }

  .excludefromprint{
    display:none;
  }

  @page
   {
    size: portrait;
  }
}

.frbutton{
  margin-left: 240px;
}

@media (max-width: 992px) {
    .frbutton {
      margin-left:5px;
      }
      }

.frrequired{
  float:right; 
  padding-right:15px; 
  color:#ff0000; 
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: -15px;
}

@media (max-width: 992px) {
    .frrequired {
      margin-top: 0;
      margin-bottom: 0px;
      }
      }