﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/*
-------------------------------------------------- */
@font-face {
  font-family: 'car-rental-font';
  src: url('../fonts/car-rental-font.ttf') format('truetype'), url('../fonts/car-rental-font.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
  background: #eff1f3;
}

main{
  padding-bottom: 12rem!important;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background: #eff1f3;
  font-family: 'PT Sans';
  color: #333333;
}

body .index-jumbotron {
  background: url(https://s3-eu-west-1.amazonaws.com/front-titan/test/mainpage-theme-large-bg.jpg) no-repeat center #405fa0;
}

body header nav.navbar {
  background-color: #1148ad;
}

body header nav.navbar ul.nav i.icon-header-logout:before {
  width: 17px;
  content: "\6a";
  font-family: 'car-rental-font';
  font-size: 16px;
  color: #a1b7df;
  font-style: normal;
}

body header nav.navbar ul.nav i.icon-header-login:before {
  width: 17px;
  content: "\69";
  font-family: 'car-rental-font';
  font-size: 16px;
  color: #a1b7df;
  font-style: normal;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  background: #444444;
}

.footer .mid-section {
  background: #666666;
}

.footer .mid-section .img-footer {
  width: 324px;
  height: 86px;
}

.footer .bot-section div.copyrights {
  padding: 20px 0 7px 0;
  font-size: 11px;
}

body footer div.bot-section div.copyrights span:before {
  position: absolute;
  bottom: 25px;
  content: "\4d";
  font-family: 'car-rental-font';
  font-size: 110px;
}

.bookedFilterForm {
  background: #ffca28;
  color: #332b0f;
  font-weight: normal;
}

.table .tfoot-light td {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
  font-weight: bold;
}

img.flag {
  width: 22px;
  height: 16px;
}

form .input-dropdown select,
form .input-dropdown input 
{
  border-radius: 0;
}

.badge-quote {
  color: #212529;
  background-color: orange;
}