﻿body {
    padding-bottom: 35px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.ConnexionTitle {
    height: 50px;
    vertical-align: middle;
    margin-bottom: 15px;
}

#PageMenuNav .nav-item:hover .nav-link {
    background-color: white;
    color: black !important;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.footer {
    /*position: fixed;
    bottom: 0px;*/
    height: 35px; /* Set the fixed height of the footer here */
    line-height: 35px; /* Vertically center the text there */
    background-color: #6c757d;
    text-align: center;
}

.nav-item {
    padding-left: 5px;
}

    .nav-item:hover {
        background-color: #a1a7ad;
    }

#HeaderMenu {
    padding: 0px 0px 0px 0px;
    /*position: fixed;*/
    /*top: 0px;*/
}

.main-content {
    padding: 0px;
    height: 100%;
}

#header-page {
    height: 70px;
}

#PageMenu {
    padding: 0px;
}

#PageMenuNav {
    padding: 0px 0px 0px 0px;
    /*height: 40px;*/
    /*position: fixed;*/
    /*top: 0px;*/
}

.page-padding {
    padding: 5px;
}

.no-padding {
    padding: 0 0 0 0px !important;
}

.no-margin {
    margin: 0px;
}

.no-max-width {
    max-width: none;
}

.text-area {
    max-width: none;
    max-height: none;
    width: 100%;
    box-sizing: border-box; /* For IE and modern versions of Chrome */
    -moz-box-sizing: border-box; /* For Firefox                          */
    -webkit-box-sizing: border-box; /* For Safari                           */
}

.button-page-menu {
    height: 27px;
    vertical-align: bottom;
}

.bouton-image:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 400px) {
    #UlBtn {
        margin-left: 0px !important;
        padding-left: 0px !important;
    }

        #UlBtn .nav-item {
            padding-left: 0px;
            margin-top: 4px;
        }
}

.sort:hover {
    cursor: pointer;
}

.modal-xlg {
    max-width: 1400px !important;
    width: 1000px !important;
}

.btn {
    margin-bottom:25px;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

/*a.hprLnkmastercls {
    text-decoration: none;
}

    a.hprLnkmastercls:hover {
        text-decoration: none;
    }*/

/* For small screen */
/*.row :nth-child(even) {
    background-color: #dcdcdc;
}

.row :nth-child(odd) {
    background-color: #aaaaaa;
}*/

/* For medium screen */
/*@media (min-width: 768px) {
    .row :nth-child(4n), .row :nth-child(4n-1) {
        background: #dcdcdc;
    }

    .row :nth-child(4n-2), .row :nth-child(4n-3) {
        background: #aaaaaa;
    }
}*/

/* For large screen */
/*@media (min-width: 992px) {
    .row :nth-child(6n), .row :nth-child(6n-1), .row :nth-child(6n-2) {
        background: #dcdcdc;
    }

    .row :nth-child(6n-3), .row :nth-child(6n-4), .row :nth-child(6n-5) {
        background: #aaaaaa;
    }
}

.row-striped:nth-of-type(odd) {
    background-color: #efefef;
}

.row-striped:nth-of-type(even) {
    background-color: #ffffff;
}*/

/*.maps-link {
    margin: 0 auto;
    width: 150px;
    padding: 20px 0;
    img{width: 150px;}
}

.details {
    width: 600px;
    margin: 0 auto;
    font-family: "Open Sans";
}*/

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    div.example {
        font-size: 80px;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    div.example {
        font-size: 30px;
    }
}

.signature-pad > canvas {
    display: block;
    width: 400px;
    height: 200px;
    margin-bottom: 5px;
}

/*tr.active {
    background-color: orange;
}


    .img_container img {
        object-fit: cover;
        object-position: top;
        display: block;
        height: 100%;
        width: 100%;
    }
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

:root {
    --primary-color: #302AE6;
    --secondary-color: #536390;
    --font-color: #424242;
    --bg-color: #fff;
    --heading-color: #292922;
}

[data-theme="dark"] {
    --primary-color: #9A97F3;
    --secondary-color: #818cab;
    --font-color: #e1e1ff;
    --bg-color: #161625;
    --heading-color: #818cab;
}

body {
    background-color: var(--bg-color);
    color: var(--font-color);
    /*other styles*/
}

h1 {
    color: var(--secondary-color);
    /*other styles*/
}

a {
    color: var(--primary-color);
    /*other styles*/
}

.theme-switch-wrapper {
    display: flex;
    align-items: center;
    em

{
    margin-left: 10px;
    font-size: 1rem;
}

}

.theme-switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}

    .theme-switch input {
        display: none;
    }

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

    .slider:before {
        background-color: #fff;
        bottom: 4px;
        content: "";
        height: 26px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 26px;
    }

input:checked + .slider {
    background-color: #66bb6a;
}

    input:checked + .slider:before {
        transform: translateX(26px);
    }

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }*/

