﻿/* 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 {
    color: #0366d6;
    text-decoration: none;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* 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;
}

.readonly {
    background-color: #e9ecef !important;
    cursor: not-allowed;
}

.text-justify {
    text-align: justify !important;
    text-justify: inter-word;
}

.select2-dropdown{
    min-width: 200px !important;
}