﻿/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color:#f5f5f5;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.item { background-color: white; border-top: solid 1px #ccc; border-bottom: solid 1px #ccc; padding: 5px; }
	.item small { color: #808080; }

.prix { font-size: 1.8rem; font-weight: bold; }
.horaire { font-size: 1.5rem; font-weight: bold; }

.btn.fa, .btn.numBusAller, .btn.numBusRetour { background-color: transparent !important }
	.btn.numBusAller.focus, .btn.numBusRetour.focus { box-shadow: none; }
		.btn.numBusAller.focus > div, .btn.numBusRetour.focus > div { background-color: #4CC0AD; color:#fff; }
		
.btn-gray { background-color: #000; color:#fff; }

.table-header { border-bottom: 1px solid #eee; text-transform: uppercase; font-size: 10px; padding-bottom: 5px; margin-top: 5px; }
.table-cell { border-bottom: 1px solid #eee; padding-top: 20px; padding-bottom: 20px; /*background: #fff;*/ position: relative; }

.infobus { font-size: 0.6rem; top: -10px; padding: 0 }
.infolien { cursor:pointer; }

#resultClassesTarif select { width: auto; }

.hidden {
    display: none !important;
    visibility: hidden !important;
}

th.active, td.active {
    background-color: #f00
}

.btn-secondary {
    color: #fff;
    background-color: #4CC0AD;
    border-color: #4CC0AD;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #4CC0AD;
        border-color: #4CC0AD;
    }


.btn-primary {
    color: #fff;
    background-color: #E51430;
    border-color: #E51430;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #E51430;
        border-color: #E51430;
    }
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(113, 79, 119, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #E51430;
    border-color: #E51430;
}

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(90, 145, 220, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #E51430;
        border-color: #E51430;
    }
a {
    color: #E51430;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #E51430;
        text-decoration: underline;
    }