﻿/* 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 */
}


/* PANEL CHARGEMENT AJAX*/

.loader {
    background-color: #000;
    text-align: center;
    z-index: 9999999;
    position: fixed;
    top: 30%;
    box-shadow: 0 1px 1px -1px #fff;
    left: 50%;
    border: 0
}

.corner-all {
    -moz-border-radius: .6em;
    -webkit-border-radius: .6em;
    border-radius: .6em
}

.loader-verbose {
    width: 200px;
    opacity: .78;
    height: auto;
    margin-left: -110px;
    margin-top: -43px;
    padding: 10px
}

    .loader-verbose h1 {
        font-size: 12px;
        color: #FFFFFF;
        margin: 0;
        text-align: center
    }

#PanelChargementDisabled {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #CCA;
    /*z-index:500;*/
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*SURCHARGE JQUERY DIALOG */
.ui-widget-header {
    background-color: white;
    border-bottom: 1px solid #dddddd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ui-dialog {
    padding: 0px;
}

.ui-widget-overlay {
    opacity: .7;
}

.ui-widget {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #c5c5c5;
    background: #fff;
    font-weight: normal;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: black;
    }


.datapanel
{
    background-color:#EEEEEE;
}

.banner {    
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

    .banner h1 {
        font-variant: small-caps;
        font-family: "Oswald";
        font-size: 1.5rem;
        background-color: #8CC540;
        padding: 0.3rem 1rem 0.75rem;
        display: inline-block;
        margin-bottom: 0;
    }

    .banner .breadcrumb-container {
        height: 100%;
    }

    .banner .btn-filter {
        border-radius: 2px;
        border: 2px solid #E7EEF5;
        padding: 0.75rem 2rem 0.75rem 4rem;
        font-weight: bold;
    }

        .banner .btn-filter::after {
            margin-left: 3rem;
        }

    .banner .breadcrumb {
        background-color: transparent;
        height: 100%;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .banner .breadcrumb a {
            color: #262626;
        }

            .banner .breadcrumb a:hover {
                color: #EFE33E;
            }

        .banner .breadcrumb .active {
            font-weight: bold;
            color: #D4CA39;
        }

            .banner .breadcrumb .active::before {
                font-weight: initial;
            }

