﻿/* 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. */

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
    text-decoration: none !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}*/

body {
    /* Margin bottom by footer height */

    /*background-image: url("https://stoanfadb2ctest.blob.core.windows.net/b2c/templates/src/backgrounds/background.png");
    background-color: #cccccc;
    margin-bottom: 60px;
    background-size: cover;*/
}
.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: relative;
    width: 100%;
    bottom: -4px;
}

.doc-cnt-progress > .progress {
    height: 7px !important;
}

/* daca latimea ecranului e mai mica decat 1199px, atunci clasa mx-w-100 va avea proprietatea de mai jos setata */
/* atunci cand latimea este mai mica decat 1199px, navbar-ul este collapsed si butonul e langa imagine; aceasta clasa este aplicata navbar-ului 
    pentru a pune butonul de navigare in partea dreapta a ecranului atunci cand latimea este mai mica decat 1199px
*/
@media screen and (max-width: 1199px) {
    .mx-w-100 {
        width: 100% !important;
    }
}

.readonly {
    background-color: #e9ecef !important;
}

.text-justify {
    text-align: justify !important;
    text-justify: inter-word;
}

.buton-instructiuni {
    width: 384px !important;
    height: 78px !important;
}
.select2-dropdown{
    min-width: 200px !important;
}
