﻿/* 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;
}

.btn-export {
    background-color: white;
    border: 0px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

@media (max-width: 1300px), (max-height: 850px) {
    .hidden-on-mobile {
        display: none;
    }
}

/* 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 */
}






.box {
    padding: 60px 0px;
}

.box-part {
    background: #FFF;
    border-radius: 0;
    padding: 60px 10px;
    margin: 30px 0px;
}

.text {
    margin: 20px 0px;
}

.fa {
    color: #4183D7;
}

.fa-danger {
    color: #D02E00;
}

.box span {
    font-size: 15px;
}

.box a {
    text-decoration: none;
    color: #0062cc;
    border-bottom: 2px solid #0062cc;
}



.card {
    box-shadow: 0 20px 10px rgba(0,0,0,.1);
    transition: 0.5s;
}
.card:hover {
    box-shadow: 0 30px 20px rgba(0,0,0,.2);
}


.toggle-handle{
    background-color:white;
}
.checkbox {
    margin-left:-4px;
}




#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}




/* Image upload*/
input.Upload {
    opacity: 0;
    float:right !important;
}

input.Upload-label {
    color: white;
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

    .image-area::before {
        content: 'Uploaded image result';
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 0.8rem;
        z-index: 1;
    }

    .image-area img {
        z-index: 2;
        position: relative;
    }


/*********************************
    Excel
**********************************/

table.Excel {
    margin-bottom: 0;
}

    table.Excel svg.Triangle {
        width: 16px;
        fill: #B4B4B4;
        transform: translate(6px, 10px) rotate(-45deg) scale(1.2);
    }

    table.Excel .Columns {
        background-color: #E6E6E6;
    }

    table.Excel .Rows {
        background-color: #E6E6E6;
    }

    table.Excel .TableHeader {
        background-color: #FFB000;
    }

    table.Excel thead tr th, table.Excel tbody tr th, table.Excel tbody tr td {
        padding: 5px;
        border-left: 1px #333 solid;
        text-align: center;
        font-size: 100%;
        vertical-align: middle;
        border-right: 1px solid #CCC;
    }

    table.Excel thead tr.TableHeader th:not(:first-child) {
        color: white;
    }

    table.Excel thead th, table.Excel tbody td {
        white-space: nowrap;
    }





.big-text {
    font-size: 200px;
    font-weight: 900;
    font-family: sans-serif;
    background: url(/Content/travaux2.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}


.table-hover > tbody > tr.select-row:hover > td,
.select-row > td {
    background-color: #bddef9;
}


/*********************************
    COLLASPIBLE
    https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_collapsible_symbol
**********************************/

.collapsible {
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

    .active, .collapsible:hover {
        background-color: #DDD;
    }

    .collapsible:after {
        content: '\002B';
        color: black;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /*background-color: #f1f1f1;*/
}

/*********************************
    Stats : Associations
**********************************/

.stats-chantier-table {
    border: 2px solid #222;
    width: 80%;
}

.stats-chantier-th {
    color: white;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    vertical-align: middle;
    align-content: center;
}

.stats-chantier-th-global {
    background-color: #5B9BD5;
    height: 40px;
}
.stats-chantier-tr-global {
    background-color: #D2DEEF;
    font-style: italic;
    height: 40px;
    border: 1px solid white;
    text-align: center;
}

.stats-chantier-th-ouverture {
    background-color: #ED7D31;
    height: 40px;
}
.stats-chantier-tr-ouverture {
    background-color: #F8D7CD;
    height: 40px;
    border: 1px solid white;
    text-align: center;
}


.stats-chantier-th-refection {
    background-color: #A5A5A5;
    height: 40px;
}
.stats-chantier-tr-refection {
    background-color: #E1E1E1;
    height: 40px;
    border: 1px solid white;
    text-align: center;
}

/*********************************
    Stats : Prestataires
**********************************/
.stats-chantier-presta-table {
    border: 2px solid #222;
    width: 100%;
    text-align: center;
}

.stats-chantier-presta-thead {
    background-color: #5B9BD5;
    text-align: center;
}

.stats-chantier-presta-th {
    text-align: center;
    border: 1px solid white;
}

.stats-chantier-presta-tr {
    height: 50px;
}

.stats-chantier-presta-td {
    border: 1px solid #DDD;
}

/*********************************
    Tutoriels
**********************************/
.send-tutoriel-div{
}

.tuto-send-btn {
    margin: 0px;
    filter: invert(32%) sepia(35%) saturate(3299%) hue-rotate(186deg) brightness(100%) contrast(104%);
}

    .tuto-send-btn:hover {
        filter: invert(52%) sepia(77%) saturate(459%) hue-rotate(164deg) brightness(86%) contrast(92%);
        cursor: pointer;
    }

    .tuto-send-btn:active {
        filter: invert(65%) sepia(45%) saturate(547%) hue-rotate(170deg) brightness(89%) contrast(88%);
        box-shadow: none;
    }

    .tuto-send-label:active {
        background: white;
        box-shadow: none;
    }

.tuto-icon {
    font-size: 64px !important;
}

.tuto-title{
    font-size: 22px;
}

.tuto-icon-trash {
    width: 32px;
    height: 32px;
}

.tuto-iframe{
    width: 800px;
    height: 550px;
}