﻿/* 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 */
  z-index:15;
}

/*
    Custom Style SPECIDEV
*/
.top-bar {
    background-color: #337BB6;
    color: white !important;
    z-index: 15;
    height: 55px;
}
.top-bar a {
    color: lightgray !important;
}
.top-bar a:hover, .top-bar a:focus {
    color: whitesmoke !important;
}
.navbar-brand {
    color: white !important;
}
.bottom-bar {
    background-color: #F8F8F8;
}
.container {
    max-width: 100%;
}
.btn-starweb:disabled, .btn-starweb:disabled:hover {
    background-color: #72808C;
}

.btn-starweb:hover {
    background-color: #77A6CF;
}
.btn-starweb {
    width: 120px;
    height: 40px;
    border: none;
}
.btn-footer {
    margin-top: 12px;
}
a.disabled-starweb {
    background-color: #a0a9b1;
}


/* SIDE BAR*/
/*Filter Side Bar*/
.filter-side-bar {
    background-color: #f2f2f2;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 300px;
    padding-top: 65px;
    overflow-y: scroll;
    margin-bottom: 60px;
    bottom: 100px;
    overflow-x: hidden;
    bottom: 0px;
    border-left: 2px solid #72808c;
}
#side-bar-button {
    background-color: #337bb68c;
    position: absolute;
    z-index: 11;
    width: 25px;
    border-left: 2px solid #72808c;
    top: 0;
    bottom: 1px;
    cursor: pointer;
}
.side-bar-open {
    right: 275px;
}
.side-bar-close {
    right: 2px;
}
#btn-side-bar {
    height: 27px;
    cursor: pointer;
    top: 50%;
    position: absolute;
}
.btn-side-bar-close {
    transform: rotate(-90deg);
}
.btn-side-bar-open {
    transform: rotate(90deg);
}
#btn-vider-filtre {
    cursor: pointer;
    top: 48px;
    position: absolute;
    right: 35px;
    display: ruby;
    font-weight: bold;
    font-style: italic;
}
#btn-vider-filtre:hover {
    text-decoration: underline;
    color: #337bb6;
}
.btn-delete-filtre {
    cursor: pointer;
    font-weight: bold;
    font-style: italic;
}
.filter-open {
    margin-right: 300px;
}
.filter-close {
    margin-right: 25px;
}
.label-filter {
    font-style: italic;
}


/* MODAL STYLE*/
.modal-content {
    border-radius: 10px;
    border: 2px solid #337AB7;
    background-color: #337AB7;
}
.modal-header {
    width: 100%;
    background-color: #337AB7;
    color: white;
    border: none;
    border-radius: 10px 10px 0 0;
    margin: 0px;
}
.modal-header button, .modal-header button:hover {
    background-color: transparent;
    color: white;
}
.modal-body, .modal-footer {
    background-color: whitesmoke;
}
.modal-footer {
    border-radius: 0 0 10px 10px;
}

/* TABLE */
.table-line-selected {
    background-color: #99BDDA !important;
}
.table-line-selected-light {
    background-color: #D9EEFF !important;
}
td.details-datatable {
    background: url('../medias/chevron-down-solid.svg') no-repeat center center;
    cursor: pointer;
    width: 3px;
}

tr.shown td.details-datatable {
    background: url('../medias/chevron-up-solid.svg') no-repeat center center;
    width: 3px;
}

/* DATATABLE PROCESSING*/
.card {
    border: 0px;
}



.btn-starweb.disabled {
    background-color: #72808C !important;
}

/* BTN REMOVE MODAL PANIER*/
.img-btn-remove-selection:hover {
    opacity: 0.5;
}


.view-document-icon:focus {
    box-shadow:none;
}