﻿/* 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. */

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.scroller {
    z-index: 100;
    width: 100%;
}

.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 {
    font-family: 'Poppins', sans-serif;
    padding-top: 100px !important;
    /* Margin bottom by footer height */
    margin-bottom: 85px !important;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.test-mode {
    color: red !important;
    border-color: red !important;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

/*PANEL ADMIN*/

.container-admin-panel {
    height: 15rem;
    width: 85%;
    display: grid;
    grid-template-rows: 75% 25%;
}

.container-team {
    background-color: #6c757d;
    color: white;
}

/*CIRCLE COLOR*/

.green {
    color: #adff2f;
}

.orange {
    color: #ff731d;
}

.yellow {
    color: #b7af00;
}

.light-yellow {
    color: #fef548;
}

.red {
    color: #ff0000;
}

.default {
    color: #ececec;
}

.modal-body {
    word-break: break-word;
}

/*Input file*/
.container-img {
    position: relative;
    border: 1px solid gray;
    cursor: pointer;
    height: 8.1em;
    display: flex;
    justify-content: center;
}

    .container-img > img {
        width: 80%;
        height: 8em;
        padding: 2px;
    }

.hidden-input {
    display: none;
}

/*Employee image*/
.image-container {
    width: 100px;
    height: 100px;
    position: relative;
    border: 1px solid gray;
    overflow: hidden;
}

    .image-container img {
        height: 100%;
        object-fit: cover;
    }

/*btn employee absence*/
.btn-absence {
    padding-left: 5px;
    padding-right: 5px;
}

/*Upload file*/

.fancy-file {
    display: none
}

    .fancy-file + label {
        display: flex;
        flex: 1;
    }

.fancy-file_fancy-file-name,
.fancy-file_fancy-file-button {
    padding: 5px 10px;
}

.fancy-file_fancy-file-name {
    background-color: #f8f8f8;
    border: 1px solid #CACACA;
    flex: 1;
    border-radius: 4px 0 0 4px;
}

    .fancy-file_fancy-file-name span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 150px;
        display: block
    }

.fancy-file_fancy-file-button {
    background-color: #dcebff;
    border: 1px solid lightsteelblue;
    white-space: nowrap;
    border-radius: 0 4px 4px 0;
}

.small, small {
    font-size: 85%;
}
