
@font-face {  font-family: 'nissanprobold';  
  src: local('nissanprobold'),
  url('fonts/nissanprobold-webfont.woff2') format('woff2'),
  url('fonts/nissanprobold-webfont.woff') format('woff');
  }
  @font-face {  font-family: 'nissanproregular';  
  src: local('nissanproregular'),
  url('fonts/NissanBrandW01-Regular.woff') format('woff'),
  url('fonts/NissanBrandW01-Regular.ttf') format('truetype');
  
  }
@font-face {
    font-family: 'infinitibrandregular';	
    src: url('fonts/infinitibrand-regular.woff2') format('woff2'),
    url('fonts/infinitibrand-regular.woff') format('woff'),
	url('fonts/InfinitiBrand-Regular.ttf') format('truetype');
}
  body {   
	   
  }


  .ncar-tableau-dashboard {
    width: 100%;
    float: left;
    min-height: 100%;
    position: fixed;
    overflow-x: hidden;
    max-width: 1024px;
    background-image: url('../resources/img/dashboard-bg-nissan.jpg');
    background-size: cover;
    background-position: center 85px;
    background-repeat: no-repeat;
	font-family: nissanproregular;
	

  }
  .icar-tableau-dashboard {
  width:100%;
  float:left;
  min-height:100%;
  position: fixed;
  overflow-x: hidden;
  max-width: 1024px;  
  background-image: url('../resources/img/dashboard-bg-infiniti.jpg');  
  background-size:cover;
  background-position: center 85px;
    background-repeat: no-repeat;
	font-family: infinitibrandregular;
  
}
.fixed-bottom-tiles{
position:fixed;
    max-width: 1024px;
    bottom: 1%;
	width:100%
	}


  .logo_left {
    width: 83px;
    background-color: #fff;
  }

  .logo_right {
    width: 143px;
    background-color: #fff;
    margin-top: 13px;
  }
  .logo_left_infiniti {
    width: 110px;
    margin-top: 6px;
    background-color: #fff;
  }

  .logo_right_infiniti {
    width: 100px;
    background-color: #fff;
    margin-top: 10px;
  }

  

  .title {
    background-color: #000000;
    color: #fff;
    padding: 20px;
    position: relative;
    margin: 40px;
    font-size: 19px;
	

  }

  .title.arrow-bottom:after {
    content: " ";
    position: absolute;
    left: 45%;
    bottom: -14px;
    border-top: 15px solid #000000;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
  }

  .inner-box {
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin: 10px 0;
    margin: 10px 10px;
	
   
  }

  a {
    color: #000 !important;
  }

  a:hover {
    color: #000 !important;

    text-decoration: none !important;
  }

  .note {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 4px 10px;
    border: 2px solid #003F65;
    font-size: 13px;
    text-align: justify !important;
   
  }

  .card {
    border: none;
    border-radius: unset;
    background-color: #999999 !important;	
    color: #fff;
    border-radius: 8px!important;
    height: 65px;
  }

  .header_title_nissan {
    margin-top: 24px;
    font-weight: bold;
    font-size: 25px;
	font-family: 'nissanprobold', Fallback, sans-serif;	
  }
  .header_title_infiniti {
    margin-top: 24px;
    font-weight: bold;
    font-size: 25px;
	font-family: 'infinitibrandregular', Fallback, sans-serif;	
  }

  .margin-top-34 {
    margin-top: 34%;
  }

  .padding-right-5px {
    padding-right: 5px;
  }

  .padding-left-5px {
    padding-left: 5px;
  }

  /* iPads (landscape) ----------- */
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .margin-top-49 {
      margin-top: 49%;
    }
  }

  /* iPads (portrait) ----------- */
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .card {
      height: 107px;
    }

    .margin-top-82 {
      margin-top: 82%;
    }
	.header_title_nissan {
    margin-top: 24px;
    font-weight: bold;
    font-size: 22px;
    font-family: 'nissanprobold', Fallback, sans-serif;
}
.padding-right-portrait{
padding-right: 30px;
}
  }
  /* Solution */
.container {
  position: relative;
  max-width: 1080px; 
	margin: 0 auto !important; 
	float: none !important;padding:0 
}

.wrapper {
  position: absolute;
  
  margin: 0 auto;
  max-width: 1024px;
  width: 100%; /* IE11 fix */
}
/* @media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
   .fixed-bottom-tiles{

    bottom: 16%;
	
	}
}
@media only screen and (max-device-width:1280px){
.fixed-bottom-tiles{

    bottom: 11%;
	
	}
} */
