﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

body {
    /* Margin bottom by footer height */
    background: url('../assets/images/Fond_SIMULEAU.jpg');
    background-size: cover;
    /*background-position-x: center;
    background-position-y: bottom;*/
    background-repeat: no-repeat;
    height: 100%;
}

h3 {
    font-size: 1.75rem;
    font-weight: normal;
    color: #34019a;
    margin-bottom: 20px;
}

.page {
    height: 100%;
}

.main {
    position: relative;
    height: 100%;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
    height: calc(100% - 65px);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.logo-simuleau {
    width: 90px;
    margin-right: 35px;
}

.sidebar {
    /*background-image: linear-gradient( 90deg, #ffffff -80%, #80b0d8 80%) !important;*/
    /*background-image: linear-gradient( 90deg, #ffffff -80%, #80b0d8 80%) !important;*/
    background-image: none !important;
    background-color: #014495 !important;
    /* background-color: #8dd1e4 !important;*/
    border-right: 2px solid #8dd1e4 !important;
}

.admin-head {
    background: white !important;
    border-bottom: 2px solid #8dd1e4;
}

.nav-login {
    background-image: linear-gradient(180deg, #ffffff -80%, #80b0d8 80%) !important;
    border-bottom: 2px solid #8dd1e4 !important;
}

.admin {
    color: #2e5799 !important;
    padding: 0;
    font-weight: 600;
}

.border-auth {
    border-right: 3px solid #009de0;
    height: 30px;
    margin: 0px 15px;
}

.auth-user {
    color: #2e5799 !important;
    font-weight: 600;
}

.auth-logout {
    color: white !important;
}

.nav-item a {
    color: white !important;
    font-weight: 600;
}

.btn-action {
    color: white;
    border-radius: 5px;
    width: 200px;
    background: #3440af;
    height: 25px;
    padding: 0;
    /*background-image: linear-gradient( 90deg, white -19%, #192894 8.33%, #192894 93%, #0b1244);*/
    box-shadow: 1px 1px 2px 1px #848484;
}

    .btn-action:focus,
    .btn-action:hover {
        color: white;
        border-radius: 5px;
        width: 200px;
        background: #3440af;
        //background-image: linear-gradient( 90deg, white -19%, #192894 8.33%, #192894 93%, #0b1244);
        //box-shadow: 1px 1px 2px 1px #848484;
    }

.position-btn {
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    width: calc(100% - 248px);
    margin-left: 248px;
}


/*Class Login Page*/

.btn-style {
    color: white;
    padding: 5px 15px 5px 15px;
    background: #192894;
    width: 100%;
    border: 1px solid #0173bc;
    border-radius: 25px;
}

    .btn-style:hover {
        color: white;
        padding: 5px 15px 5px 15px;
        background: #192894;
        width: 100%;
        border: 1px solid #0173bc;
        border-radius: 25px;
    }

.form-control-custom {
    height: 50px;
    color: black;
    background-color: #bfc0c1;
}

.logo-login {
    width: 200px;
}

.img-logo {
    text-align: center;
}

.login {
    margin-top: 14%;
}

label {
    color: #340167;
    font-weight: 700;
}

hr {
    border: 2px solid #8dd1e4;
}

/*Class Login Page*/

.btn-modal-success {
    background-color: #239af6;
    width: 100%;
    color: white;
    box-shadow: 2px 2px 5px 1px #6c757dad;
}

    .btn-modal-success:focus,
    .btn-modal-success:hover {
        background-color: #239af6;
        width: 100%;
        color: white;
    }

.table-wrapper {
    height: calc(100% - 200px);
    overflow-y: auto;
    position: relative;
}

.import-log-text-area {
    height: 80%;
    width: 97%;
    width: -webkit-fill-available;
    display: block;
    margin: 20px;
}

.btn-import {
    display: block;
}

.means-list {
    overflow-y: auto;
    padding-top: 2px;
    max-height: calc(100vh - 420px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mean-item {
    display: flex;
    align-items: center;
    padding: 3px 5px 3px 0;
    gap: 8px;
    font-weight: normal;
}

#login-page {
    .form-group {
        margin-top: 15px;
}