﻿/* 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;
}

.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 {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family:"Roboto",sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.padding-tb {
    padding: 1em 0;
}
.padding-r5 {
    padding-right: 5px;
}
.gridCols2 {
    display: -ms-grid;
    display: grid;
    /*grid-gap: 10px;*/
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.gridCols4x2x3x1x {
    display: -ms-grid;
    display: grid;
    /*grid-gap: 10px;*/
    -ms-grid-columns: 4fr 2fr 3fr 2fr;
    grid-template-columns: 4fr 2fr 3fr 2fr;
}
.gridCol-a {
    /*-ms-grid-row: 1;*/
    -ms-grid-column: 1;
    grid-column: 1;
}

.gridCol-b {
    /*-ms-grid-row: 1;*/
    -ms-grid-column: 2;
    grid-column: 2;
}

.gridCol-c {
    /*-ms-grid-row: 1;*/
    -ms-grid-column: 3;
    grid-column: 3;
}

.gridCol-d {
    /*-ms-grid-row: 1;*/
    -ms-grid-column: 4;
    grid-column: 4;
}
.gridColsauto1Xauto {
    display: -ms-grid;
    display: grid;
    grid-gap: 3px;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
}
/********************************************/
/******** Back Office Dashbord **************/
/********************************************/
.dashCardTitle {
    /*fixes values*/
    background-color: #072F5F;
    /*variables values*/
/*    background-color: var(--blue1);*/
    /*general*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    padding: 0.4em;
}

.dashCardTitle1 {
    /*fixes values*/
    background-color: #072F5F;
    /*variables values*/
/*    background-color: var(--blue1);*/
    /*general*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    padding: 0.5em;
    padding-bottom: 0;
}

.dashCardTitle2 {
    background-color: #072F5F;
    /*variables values*/
/*    background-color: var(--blue1);*/
    /*general*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: white;
    padding: 0.5em;
    padding-top: 0;
    font-size: smaller;
}

.dashRowTitle {
    color: #072F5F;
    font-weight: bold;
    padding-left: 0.4em;
    text-align: left;
}

.dashRowAltColor {
    background-color: #e1e1e1;
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
}
.dashCards {
    display: block;
}
.dashCard {
    /*fixes values*/
    background-color: #ffffff;
    /*variables values*/
/*    background-color: var(--white);*/
    /*general*/
    /*min-width: 250px;*/
    height: auto;
    border-radius: 5px;
    text-align: center;
    flex: 1;
    margin-top: 1rem;
    font-size: 1.35rem;
    overflow: hidden;
    white-space: nowrap;
    
}

.dashCard4 {
    flex: 1;
    display: block;
}
.dashCard2 {
    flex: 1;
    display: flex;
}
.dashCard1 {
    flex: 1;
    display: block;
}
.dashChart1 {
    flex: 1;
    display: block;
}

.dashCard2Home {
    flex: 1;
    display: block;
}
.dashHomeGraph {
    flex: 1;
    display: block;
}
.dashHomeGraph2 {
    display: block;
    flex: 1;
}

.autoWidth {
    width: 100%;
    display: block;
}

@media (min-width:576px) {
    .dashCards {
        display: flex;
    }
    .dashCard4 {
        display: block;
    }
    .dashHomeGraph2 {
        display: flex;
    }
    .dashCard2 {
        flex: 1;
        display: flex;
    }
    .dashCard1 {
        flex: 1;
        display: block;
    }
    .dashChart1 {
        flex: 1;
        display: block;
    }
}

@media (min-width:768px) {
    .dashCards {
        display: flex;
    }
    .dashCard4 {
        display: block;
    }

    .dashCard2 {
        flex: 1;
        display: flex;
    }

    .dashCard1 {
        flex: 1;
        display: flex;
    }

    .dashChart1 {
        flex: 1;
        display: flex;
    }

    .autoWidth {
        width: auto !important;
        display: inline-block !important;
    }
}

@media (min-width:992px) {
    .dashCards {
        display: flex;
    }

    .dashCard4 {
        display: flex;
    }

    .dashCard2 {
        flex: 1;
        display: flex;
    }

    .dashCard1 {
        flex: 1;
        display: flex;
    }

 
 

     
}
@media (min-width:1200px) {
    .dashCards {
        display: flex;
        flex: 1;
    }
    .dashHomeGraph {
        display: flex;
    }
    .dashCard4 {
        flex: 1;
        display: flex;
    }

    .dashCard2 {
        flex: 1;
        display: flex;
    }

    .dashCard1 {
        flex: 1;
        display: flex;
    }

}
    /********************************************/
.backgroundWhite {
    /*fixes values*/
    background-color: #ffffff;
    border-radius: 2px;
    color: #333333;
    /*variables values*/
/*    background-color: var(--white);
    border-radius: var(--radius);
    color: var(--textColor);*/
    /*general*/
}
.margin {
    margin: 1em;
}
.padding {
    padding: 1em;
}
.margin-bottom {
    margin-bottom: 1em;
}
.hide{
    display:none !important;
}
.disabled {
    pointer-events: none;
    opacity: 0.4;
}
.text-overflow2 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: block;
  
    overflow: hidden;
    text-overflow: ellipsis;
}

.input {
    /* none standard */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    /*fixes values*/
    border: solid 1px #cfcfcf !important;
    background-color: #ffffff;
    border-radius: 2px;
    color: #333333;
    /*variables values*/
    border: solid 1px #cfcfcf !important;
    background-color: #ffffff;
    border-radius: 4px;
    color: var(--textColor);
    /*general*/
    font-size: 1em;
    padding: 0.55rem 0.55rem;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
}

.dropbtnWhite {
    cursor: pointer;
    padding: 0.50em 1.2em 0.50em 0.55em;
    background-repeat: no-repeat;
    background-position: right 0.30rem center;
    background-size: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMSA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjYgNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8cG9seWdvbiBzdHlsZT0ic3Ryb2tlOiMwNzJGNUY7IiBwb2ludHM9IjguNSwwIDQuOCwzLjcgMS4xLDAgMCwxLjEgNC44LDUuOSA5LjYsMS4xIi8+PC9zdmc+");
    border-radius: 2px;
}

.inputSearch {
    /*general*/
    padding-right: 33px;
    height: 30px;
    width: 30vw;
    max-width: 320px;
    background-color: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.fade-in {
    animation: fadeIn 0.5s;
}

.fade-out {
    animation: fadeOut 0.5s;
}

.dropdown-click,
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-click {
    width: 220px;
}

.dropdown-content-click,
.dropdown-content {
    /*fixes values*/
    background-color: #ffffff;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,0,0,.4);
    /*general*/
    position: absolute;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content {
    /*general*/
    display: none;
}

    .dropdown-content-click a,
    .dropdown-content a {
        /*fixes values*/
        color: #333333;
        background-color: #ffffff;
        /*general*/
        padding: .55em 1em;
        text-decoration: none;
        display: block;
        width: 100%;
        text-align: left;
    }

        .dropdown-content-click a:hover,
        .dropdown-content a:hover {
            /*fixes values*/
            background-color: #3895D3;
            color: #ffffff;
        }

.dropdown:hover .dropdown-content {
    display: block;
    animation: fadeIn 0.8s;
}

.circleAbb::before {
    background-color: #58CCED;
    content: attr(data-before-content);
    height: 1.6em;
    width: 1.6em;
    border-radius: 50%;
    padding-top: 2px;
    font-size: large;
    margin-right: 0.3em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.filter {
    font-size: large;
}

.description::after {
    /*fixes values*/
    /*variables values*/
    /*general*/
    content: attr(data-after-content);
    font-size: small;
    color: #555555;
    margin-left: 0.3em;
}

.margin-l {
    margin-left: 1em;
}

/********************************************/
/********* Day Picker ***********************/
/********************************************/
.leftArrow {
    transform: rotate(180deg);
    font-size: 1.4em !important;
    padding-bottom: 0.85em;
}

    .leftArrow::after {
        content: '➤';
    }

.rightArrow {
    font-size: 1.4em !important;
}

    .rightArrow::before {
        content: '➤';
    }

.day-picker-day {
    text-align: center;
    margin: 0 3px !important;
    display: inline-block;
    flex-grow: 1;
}

.day-picker-day-box {
    /*fixes values*/
    border: solid 1px #cfcfcf !important;
    border-radius: 2px;
    /*variables values*/
/*    border: solid 1px var(--border) !important;
    border-radius: var(--radius);*/
    /*general*/
    cursor: pointer;
}

.day-picker-day-box-selected {
    /*fixes values*/
    border: solid 1px #072F5F !important;
    background-color: #072F5F;
    color: #ffffff;
    /*variables values*/
/*    border: solid 1px var(--blue1) !important;
    background-color: var(--blue1);*/
    /*color: var(--white);*/
    /*general*/
}

.day-picker-day-header {
    /*fixes values*/
    background-color: #072F5F;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    color: #ffffff;
    /*variables values*/
/*    background-color: var(--blue1);
    border-top-right-radius: var(--radius);
    border-top-left-radius: var(--radius);
    color: var(--white);*/
    /*general*/
    padding: 0.3em 0.3em;
    box-sizing: border-box;
}

.day-picker-day-month {
    font-size: 1em;
    padding: 1px 2px;
}

.day-picker-day-day {
    font-weight: bold;
    font-size: 1em;
}
button {
    /* none standard */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*fixes values*/
    background-color: #072F5F;
    color: #ffffff;
    border: 1px solid #072F5F;
    border-radius: 2px;
    /*variables values*/
/*    background-color: var(--blue1);
    color: var(--white);
    border: 1px solid var(--blue1);
    border-radius: var(--radius);*/
    /*general*/
    display: inline-block;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    user-select: none;
    cursor: pointer;
    font-size: 1em;
    padding: .55em 1em;
    box-sizing: border-box;
    transition: background-color linear 0.15s;
}

/********************************************/
/********* Circle Progress ******************/
/********************************************/
#divProgress {
    /*fixes values*/
    border: solid 1px #cfcfcf !important;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2), 0px 2px 20px 0px rgba(0,0,0,0.19);
    color: #b0b0b0;
    /*variables values*/
    border: solid 1px var(--border) !important;
    box-shadow: var(--shadow);
    color: var(--placeHolder);
    /*general*/
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    z-index: 90;
    padding: 20px 20px;
    background: white;
    border-radius: 20px;
    text-align: center;
}

.pure-material-progress-circular {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: none;
    border-radius: 50%;
    padding: 0.25em;
    width: 80px;
    height: 80px;
    color: rgb(var(--pure-material-primary-rgb), 33, 150, 243);
    background-color: transparent;
    font-size: 16px;
    overflow: hidden;
}

    .pure-material-progress-circular::-webkit-progress-bar {
        background-color: transparent;
    }

    /* Indeterminate */
    .pure-material-progress-circular:indeterminate {
        -webkit-mask-image: linear-gradient(transparent 50%, black 50%), linear-gradient(to right, transparent 50%, black 50%);
        mask-image: linear-gradient(transparent 50%, black 50%), linear-gradient(to right, transparent 50%, black 50%);
        animation: pure-material-progress-circular 6s infinite cubic-bezier(0.3, 0.6, 1, 1);
    }

    :-ms-lang(x), .pure-material-progress-circular:indeterminate {
        animation: none;
    }

        .pure-material-progress-circular:indeterminate::before,
        .pure-material-progress-circular:indeterminate::-webkit-progress-value {
            content: "";
            display: block;
            box-sizing: border-box;
            margin-bottom: 0.25em;
            border: solid 0.25em transparent;
            border-top-color: currentColor;
            border-radius: 50%;
            width: 100% !important;
            height: 100%;
            background-color: transparent;
            animation: pure-material-progress-circular-pseudo 0.75s infinite linear alternate;
        }

        .pure-material-progress-circular:indeterminate::-moz-progress-bar {
            box-sizing: border-box;
            border: solid 0.25em transparent;
            border-top-color: currentColor;
            border-radius: 50%;
            width: 100%;
            height: 100%;
            background-color: transparent;
            animation: pure-material-progress-circular-pseudo 0.75s infinite linear alternate;
        }

        .pure-material-progress-circular:indeterminate::-ms-fill {
            animation-name: -ms-ring;
        }

@keyframes pure-material-progress-circular {
    0% {
        transform: rotate(0deg);
    }

    12.5% {
        transform: rotate(180deg);
        animation-timing-function: linear;
    }

    25% {
        transform: rotate(630deg);
    }

    37.5% {
        transform: rotate(810deg);
        animation-timing-function: linear;
    }

    50% {
        transform: rotate(1260deg);
    }

    62.5% {
        transform: rotate(1440deg);
        animation-timing-function: linear;
    }

    75% {
        transform: rotate(1890deg);
    }

    87.5% {
        transform: rotate(2070deg);
        animation-timing-function: linear;
    }

    100% {
        transform: rotate(2520deg);
    }
}

@keyframes pure-material-progress-circular-pseudo {
    0% {
        transform: rotate(-30deg);
    }

    29.4% {
        border-left-color: transparent;
    }

    29.41% {
        border-left-color: currentColor;
    }

    64.7% {
        border-bottom-color: transparent;
    }

    64.71% {
        border-bottom-color: currentColor;
    }

    100% {
        border-left-color: currentColor;
        border-bottom-color: currentColor;
        transform: rotate(225deg);
    }
}