﻿/* 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: #727cf5;
}

.btn-primary {
    color: #fff;
    background-color: #727cf5;
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-primary:hover {
    color: #fff;
    background-color: #031a61;
    border-color: #efefef;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #727cf5;
    border-color: #efefef;
}

/* 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;
    cursor: default;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.fc_darkAccent {
    color: #031a61;
    font-weight:700;
}

.fc_lightAccent {
    color: #727cf5;
}

.fc_lightAccent_shade1 {
    color: #444a93;
    background-color: #f0f1fe;
}

.fc_lightAccent_shade2 {
    color: #444a93;
    background-color: #e2e4fd;
}

.fc_lightAccent_shade3 {
    color: #444a93;
    background-color: #d4d7fc;
}

.fc_lightAccent_shade4 {
    color: #444a93;
    background-color: #c6cafb;
}

.fc_lightAccent_shade5 {
    color: #444a93;
    background-color: #b8bdfa;
}

.fc_lightAccent_shade-1 {
    color: #ffffff;
    background-color: #444a93;
}

.nav-link {
    color: #727cf5;
}

/* PER FILE DROP START */
.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 80px 0px 80px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

    .files input:focus {
        outline: 2px dashed #727cf5;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.files {
    position: relative
}

    .files:after {
        pointer-events: none;
        position: absolute;
        top: 0px;
        left: 0;
        width: 20px;
        right: 0;
        height: 56px;
        content: "";
        display: block;
        margin: 0 auto;
        background-size: 100%;
        background-repeat: no-repeat;

    }

.color input {
    background-color: #f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 120px;
    content: "Drop files here";
    display: block;
    margin: 0 auto;
    color: #727cf5;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;

}

/* PER FILE DROP END */

