﻿/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@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
-------------------------------------------------- */
main {
    color: white;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.voile-noir {
    background-color: RGBa(0,0,0,.2);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}

body {
    background-image: url("../images/TELESCOPE.jpg");
    background-repeat: no-repeat;
    background-color: #002949;
    /*background-position: left;*/
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "Segoe UI", sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.card {
    max-width: 300px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
}

.card-header {
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .card-header h3 {
        font-size: 1.25rem;
        color: #212529;
    }

div.transbox {
    background-color: #ffffff;
    opacity: 0.95;
}

.card-pic {
    margin: auto;
    min-height: 200px;
}

.img-file {
    cursor: pointer;
}

.input-file {
    display: none;
}

.form-nobr {
    display: inline-block;
}

.white {
    color: white;
}

.gsize {
    font-size: 20px;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: white;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        color: darkgrey;
        background-color: White;
        display: inline-block;
        cursor: pointer; /* "hand" cursor */
    }

.minicard {
    width: 195px;
}

.card-dark {
    color: #212529;
}

.minicard-header {
    font-size: 12px;
    color: #212529;
}

.btn-card-header {
    padding: 0;
    font: inherit;
}

.minicard-pic {
    margin: auto;
    width: 100px;
    color: #212529;
}

.cegidblue {
    color: #0046FE;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #002949;
    background-color: #5ba9fe;
    border-color: #dee2e6 #dee2e6 #fff;
}

.text-center {
    margin: auto;
    width: 100%;
}

.text-withline {
    white-space: pre-line;
}

.nav-tabs .nav-link {
    color: white;
}

.text-cegidlight {
    color: white !important;
}

a.text-cegidlight:hover, a.text-cegidlight:focus {
    color: white !important;
}

.bg-cegidbg {
    background-color: #002949;
}

a.bg-cegidbg:hover, a.bg-cegidbg:focus,
button.bg-cegidbg:hover,
button.bg-cegidbg:focus {
    background-color: #007bff !important;
}

.progressContainer {
    width: 4rem;
    height: 1.1rem;
    margin-top: 6px;
}

.progressContainerInTreatmentScreen {

    width: 5rem;
    height: 1.5rem;
    margin-top: 20px;
}

.progressContainer, .progressContainerInTreatmentScreen {
    border: 2.5px solid #5D5D5D;
    border-radius: 20px;
    padding: 2px;
}

.progressWidth{
    padding: 4px 0 0 0;
    border-radius: 20px;
    background-color: #80F6C3;
}

.progressBarTextPercentage {
    text-align: center;
    font-size: 12px;
    padding-top : 20px;
    margin:0;
}

.flagImageOnEndOfTreatments {
    margin: 15px 0 15px 15px;
}

/* SWITCH BUTTON */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 30px;
}

.slider:before {
    position: absolute;
    content: "OFF";
    height: 23px;
    width: 23px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    color: #000;
    text-align: center;
    line-height: 23px;
    font-size: 10px;
    font-weight: bold;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #007bff;
}

input:checked + .slider:before {
    transform: translateX(27px);
    content: "ON"; 
    color: #007bff; 
    background-color: white; 
}
/* END SWITCH BUTTON */
