.header-logo {
    margin-left: -50px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .table-rank {
        display:table;
    }
}

@media (max-width : 576px) {
    .header-image {
        width: 90px;
    }
    .header-logo {
        width:180px;
        margin-left: 0;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media(max-width: 768px) {
    .dp-about {
        width: 90%;
    }
}
/* Large devices (desktops, 992px and up)*/
@media(min-width: 768px) {
    .dp-about {
        width: 600px;
    }
}

@media (min-width: 992px) {
    .header-logo img{
        height:175px;
    }
}

@media (max-width:992px) {
    .header-logo {
        margin-left: 0;
    }
}

html body {
    height: 100%;
}

body {
  font-family: "nissan_brandlight";
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "nissan_brandlight";
    text-transform: uppercase;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.container {
    height: 100%;
}

#main {
    min-height: 100%;
    /*background-image: url('/images/nissan/Nissan_Dealership_bg.png');*/
    background-image: url('/images/nissan/Background2024.jpg');
    background-size: cover;
    /*position: absolute;*/
    background-repeat: repeat-y;
    background-attachment: fixed;
}

#main-login {
    min-height: 100%;
    background-image: url('/images/nissan/Background2024.jpg');
    background-size: cover;
    /*position: absolute;*/
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #1b1e21;
}

#login-form-block{
    /*background-color: rgba(0,0,0,0.6);*/
    margin-top: 80px;
}
.dark-trans-bg > .container > .row{
    background-color: rgba(0,0,0,0.7);
}

.dark-trans-column{
    background-color: rgba(0,0,0,0.7);
}

.nissan-logo-img{
    margin: 50px;
    height: 124px;
}

.nissan-logo-img-mobile{
    margin-left: 10px;
    margin-top: 10px;
    height: 50px;
}

.nissan-logo-img-phone{
    display: block;
    margin: 50px auto;
    height: 124px;
}

.hidden{
    display: none;
}

.v-menus-wrap{
    background-color: rgba(0,0,0,0.9);
    padding: 20px;
    border-bottom: solid 2px #B58631;;
}

.less-mt{
    margin-top: 30px;
}

.td-vt{
    width:40px;text-orientation: mixed;writing-mode: vertical-rl;
}

.login-card {
    margin-top:1%;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

hr.hr-nissan-red {
    border-top: 1px solid #c71444;
}

/* all pages */

.dp-table::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
.dp-table {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.dp-header {
    margin-top: 3%;
    margin-left: 1%;
}

.dp-sidebar {
    margin-bottom: 10%;
}

.dp-sidebar-info {

    margin-left:5%;
}

.table td, .table th {
    text-align: center;
    vertical-align: middle;
 }

.tb-nissan-striped tbody tr:nth-of-type(even) {
    background-color: #333;
    color:black;
}

.tb-nissan-striped tbody tr:nth-of-type(odd) {
    background-color: #1d2124;
    color:black;
}

.heading-nissan-red {
     color : #c71444;
 }

.heading-nissan-gold{
    color: #B58631;
}

 .display-table {
    display: table;
}

.gold-text a {
    color: #B58631;
}

.includes_list {
      font-size: 17px;
  }

.includes_list a {
    font-weight: 300;
    font-size: 1.15rem;
}

.includes_list > span {
    display: inline-block;
    padding: 0 8px;
    color: #ffffff
}

.includes_list > span:not(:last-child) {
    border-right: 1px solid #ffffff;
}

/*all pages end*/

/*login page*/
.btn-nissan-red {
    color: #ffffff;
    background-color: #c71444;
    border-color: #c71444;
}


/* global awards table*/
.tb-head {
    color: #FFFFFF;
}

.tb-head-grey {
    background-color: #4c4c4c;
}

.table .tb-head-top th {
    vertical-align: top;
    font-weight: 300;
}

.table .tb-head-middle th {
    vertical-align: middle;
}

.tb-border {
    border: 1px solid #dee2e6;
}
.tb-border-white {
    border: 1px solid #fff;
}

/* terms page */
.dp-terms {
    margin-left: 1%;
}

.dp-nodot {
    list-style-type:none;
    margin-bottom: 20px;
}
/* about program page */
.dp-about-bg {
    background-image: url('/images/pages/about_program_bg.png');
    background-size: 100% 100%;
}

.dp-about {
    margin-top: 10px;
    margin-bottom: 15px;
    float:none;
}

.dp-about-1 {
    background: linear-gradient(to bottom right, #8c0022, #c40030, #8c0022, #c40030, #8c0022);
    background-color: #c40030;
    padding: 20px;
}
.dp-about-1 h1 {
    color: #FFFFFF;
    font-size: 26px;
    font-style: normal;
    line-height: 125%;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.dp-about-1 h3 {
    color: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 1px;
}
.dp-about-1 p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 150%;
    margin: 10px 0;
}
.dp-about-2 {
    background: linear-gradient(to bottom right, #aaaaaa, #ffffff, #bbbbbb, #ffffff);
    background-color: #e3e3e3;
    padding: 30px;
}
.dp-about-2 p {
    color: #000000;
    font-size: 14px;
    line-height: 150%;
    margin: 10px 0;
}

.dp-about-2 h3 {
    color: #C40030;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-style: normal;
    line-height: 150%;
    letter-spacing: normal;
}

.dp-about-3 {
    background: linear-gradient(to bottom right, #111111, #353535, #111111, #353535);
    background-color: #222222;
    padding: 30px;
}
.dp-about-3 h3 {
    color: #c40030;
    font-weight: 400;
    display: block;
    margin: 0;
    padding: 0;

    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    letter-spacing: normal;

}
.dp-about-3 p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 150%;
    margin: 10px 0;
}
.dp-about-border {
    border: 1px #555555 solid;
    padding: 30px;
}
.dp-about-border p {
    color: #FFFFFF;
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    line-height: 150%;
}
.dp-about-border ul {
    padding-left: 20px;
    text-align: left;
    color: #ffffff;
}

.dp-about-4 {
    background: linear-gradient(to bottom right, #111111, #222222, #111111, #222222);
    background-color: #353535;
    padding: 30px;
}
.dp-about-4 p {
    color: #FFFFFF;
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    line-height: 150%;
}
.dp-about-4 h3 {
    color: #ffffff;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
}
/* about program page end */

/*admin home page*/
.div-table a {
    color : #9d702f;
    font-weight: 300;
}

/*trip page*/
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color : #FFFFFF;
}

/* dealer summary page*/
.tb-summary tbody tr:nth-of-type(even) td:nth-child(n+2) {
    font-weight: bold;
}

.tb-summary {
    border: 2px solid #000000;
}

.tb-summary th, .tb-summary td {
    /*border: 1px solid #a4a8ad;*/
    border: 1px solid #fff;
}

.tb-summary .td-summary-metrics {
    /*border-bottom: 2px solid #000000;*/
    border-bottom: 2px solid #fff;
}
.min-w130{
    min-width: 130px;
}

.backend-home {
    color: black
}

.backend-home .table td, .backend-home .table th {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .gold-title {
        background-image:url('') !important;
        height:280px;
    }
    .gold-title-mobile {
        padding: 20px 0;
    }

    .includes_list {
        font-size:12px;
    }

    .top-right-logo {
        width: 40%;
        margin-left: 30% !important;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 769px) {
    .gold-title-mobile {
        display:none;
    }

    .top-right-logo {
        width:85%;
    }

}

.backend-app h5{
    color: #1d2124;
}
.backend-app label{
    color: #1d2124;
}
.backend-table tr td{
    color: #1d2124;
}

/* Added by Liella's request */
img.page-header-image {
    margin-bottom: 30px;
    margin-top: 30px;
}
.nav-footer ul {
    display: inline;
}
.back-to-top-btn{

}
.back-to-top-btn:hover{
    color: white;
}
.footer-box{
    height: 90px;
    position: relative;
}
.footer-box-mobile{
    height: 40px;
}
.footer-box-mobile p{
    line-height: 40px;
}
.footer-box .v-middle{
    height: 20px;
    position: absolute;
    top: 50%;
    left:0;
    width: 100%;
    margin: -10px 0 0 0;
}
.w-full{
    width: 100%;
}