﻿/* 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;
  }
}

.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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* project specific definitions */
div.isscard {
   border-color: #720000;
}

div.isscard-header {
   background-color: #720000;
   color: white;
   font-weight: bold;
}

tr.memSel {
   background-color: lightskyblue;
}

div.validation-summary-errors {
   color: red;
}

span.field-validation-error {
   color: red;
}



.field-validation-error {
   color: red;
}

input,
select,
textarea {
   max-width: 280px;
}

a {
   color: #000000;
}

   a:hover, a:focus {
      text-decoration: none;
      color: #900000;
   }

.jumbotron p {
   font-weight: 300;
}

.table.rangeur > tbody > tr > td {
   padding: 3px;
}

.ok {
   background: url("../images/ok.png") no-repeat;
   width: 128px;
   height: 128px;
}

.div-rangeur {
   padding: 6px;
}

th.th-rangeur-nmbr {
   text-align: center;
}

table.table-rangeur td {
   padding: 3px;
}

.btn-smart {
   padding-left: 5px;
   padding-right: 5px;
}

.btn-rangeurstich {
   background: #4cae4c;
   border-color: #4cae4c;
}

.btn-msrang0 {
   background: #20d5ff;
   border-color: #28a4c9;
}

.btn-msrang1 {
   background: #20d5ff;
   border-color: #28a4c9;
}

.btn-msrang2 {
   background: #20bbff;
   border-color: #28a4c9;
}

.btn-msrang3 {
   background: #2e91fa;
   border-color: #28a4c9;
}


.saveexercisesmsg {
   background-color: lightgreen;
   color: black;
   padding: 8px 8px;
   border: none;
   opacity: 0.8;
   position: fixed;
   bottom: 25px;
   right: 25px;
   width: 300px;
}

.validation-summary-errors {
   color: red;
}


div.isscard {
   border-color: #720000;
}

div.isscard-header {
   background-color: #720000 !important;
   color: white !important;
   font-weight: bold !important;
   background-image: none !important;
}

button.btRangeur {
   width: 50px;
   height: 50px;
   display: inline-block;
}

span.btRngInnerFree, span.btRngInnerBooked {
   padding-left: 2px;
   padding-right: 2px;
   color: black;
   font-size: 0.9em;
}

span.btRngInnerFree {
   background-color: lightgreen;
}

span.btRngInnerBooked {
   background-color: lightcoral;
}

.header-image {
   max-height: 160px;
}

.ui-checkboxradio-label.ui-corner-all.ui-button.ui-widget:not(.ui-state-disabled):not(.ui-checkboxradio-checked) {
   background: lightyellow !important;
}

.bg-reorder {
   background-color: lightskyblue;
}