﻿/* 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;
  }
}

/*body {*/
    /* Margin bottom by footer height */

    /*background-image: url("https://stoanfadb2ctest.blob.core.windows.net/b2c/templates/src/backgrounds/background.png");
    background-color: #cccccc;*/
    /*padding-bottom: 80px;*/
    /*background-size: cover;
}*/

.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%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 25px; /* Vertically center the text there */
}



/* General
-------------------------------------------------- */
.text-black-25 {
    color: rgba(0,0,0,.25) !important
}

.text-black-10 {
    color: rgba(0,0,0,.1) !important
}


/* Style upload input
-------------------------------------------------- */
.fileinput-button {
    position: relative !important;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        font-size: 150% !important;
    }
}

/* Vizualizare document
-------------------------------------------------- */
.doc-cnt-progress {
    position: absolute;
    width: 100%;
    bottom: -4px;
}

.doc-cnt-progress > .progress {
    height: 7px !important;
}
@media screen and (max-width: 1399px) {
    .mx-w-100 {
        width: 30% !important;
    }
}
@media screen and (max-width: 1199px) {
    .mx-w-100 {
        width: 40% !important;
    }
}
@media screen and (max-width: 1005px) {
    .mx-w-100 {
        width: 35% !important;
    }
}
@media screen and (max-width: 991px) {
    .mx-w-100 {
        width: 50% !important;
    }
}
@media screen and (max-width: 345px) {
    .mx-w-100 {
        width: 60% !important;
    }
}

.indicator-request-d-none {
    display: none;
    transition: opacity 500ms ease-in;
}

.htmx-request .indicator-request-d-none {
    display: inline;
}

.htmx-request.indicator-request-d-none {
    display: inline;
}