﻿/* 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;
}*/

.logoHelpicto {
    max-width: 100px;
}

.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 */
}

/*
    Ribbons
*/
.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#2989d8 0%, #1e5799 100%);
        box-shadow: 0 3px 10px -5px black;
        position: absolute;
        top: 19px;
        left: -21px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #1e5799;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #1e5799;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #1e5799;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #1e5799;
        }

.picto-small {
    width: 80px !important;
    height: 80px !important;
}

.picto-large {
    width: 120px !important;
    height: 120px !important;
}

.picto-extra-large {
    width: 300px !important;
    height: 300px !important;
}
.tile-picto {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.tile-tag {
    background-color: #fed700;
}

.tile {
    margin-right: 10px;
    margin-bottom: 10px;
}

.clickable {
    cursor: pointer;
}

.btn-action {
    color: white !important;
}

.btn-search {
    flex: none;
    width: 200px;
}

.formSearch {
    margin-left: 100px;
}

.link-dark {
    color: #3a3b30 !important;
}

.link-helpicto {
    text-decoration: none;
}

    .link-helpicto:link {
        text-decoration: none;
    }


    .link-helpicto:visited {
        text-decoration: none;
    }


    .link-helpicto:hover {
        text-decoration: none;
    }


    .link-helpicto:active {
        text-decoration: none;
    }

.link-newStep {
    text-decoration: none;
    color: #198754;
    border-color: #198754;
    border: 1px solid #198754;
    border-radius: 0.375rem;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    vertical-align: middle;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .link-newStep:link {
        text-decoration: none;
    }


    .link-newStep:visited {
        text-decoration: none;
    }


    .link-newStep:hover {
        text-decoration: none;
        color: white;
        background-color: #198754;
        border-color: #198754;
    }


    .link-newStep:active {
        text-decoration: none;
    }

.group-left {
    margin-right: 5px;
}

.sequenceEtapeDelete {
    color: red !important;
}

.sequenceEtapeOrdering {
    color: green !important;
}

.card:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.text-bg-success {
    background-color: #0d6efd;
    color: white;
}

.text-bg-failure {
    background-color: #dc3545;
    color: white;
}

.clickable.selectable.active {
    background-color: #1b6ec2;
    color: white;
}

.helpicto-thumbnail {
    max-height: 100px;
    max-width: 100px;
}
.helpicto-square {
    width: 150px;
    height: 150px;
    display: inline-block;
    background-color: #fff;
    border: solid 1px rgb(0,0,0,0.2);
    padding: 10px;
    margin: 12px;
    text-align: center;
}
.grid-square {
    cursor:grab;
}
.helpicto-accordion-header {
    background-color: lightsteelblue;
}

.helpicto-menu-button {
    max-width:42px;
}

.group-mot {
    padding-bottom:10px;
}
.hide {
    display: none;
}