﻿/* 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. */
:root {
    --primary-color: #02a5f0;
    --primary-text-color: var(--primary-color);
    --secondary-color:#000000;
    --seconary-text-color: #000000;
}
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-size: 0.9rem;
    font-family: 'Franklin Gothic Helvetica',"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol", 'Arial Narrow', Arial, sans-serif
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

#container-login {
    width:100%;
    min-height: 100vh;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #ebebeb;
}
/*
#login-page {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 20px;
    padding: 20px;
}
*/
/*#login-page {
    display:flex;
    align-items:center;
    justify-content:center;
}*/
/*.form {
    width: 550px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
    /*  position: absolute;
    top: 50%;*/
    /*transform: translate(0, -50%);*/ /*margin-top: 200px;*/
/*}*/

.bg-image {
    background-image: url("../assets/bg.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-scrollbar {
    overflow: hidden;
}

.form-group label {
    font-weight: 500 !important;
}

.login-form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    .login-form .row {
        margin-left: 0;
        margin-right: 0;
    }

/* jstree */

.jstree-icon {
    color: var(--primary-color)
}

/* themes */

.text-primary {
    color: var(--primary-text-color)
}

/* document table */

.table .cell-icon {
    width: 30px;
    vertical-align:middle;
}
.document-item-container {
    line-height: 1.3em
}
.document-item {
    display: inline-block;
    vertical-align: middle;
    margin-top: -25px;
}
.document-title {
    color: var(--primary-text-color);
    font-size: 1.3em;
    font-weight: 400;
    /*margin-top: 5px;*/
}

.table .document-description {
    color: var(--seconary-text-color);
}

.document-additional-info{
    display:inline-block;
    padding-right: 5px;
}

.document-additional-info label {
    font-weight:bold;
}

/* fi icon */
.fi {
    display:inline-block;
}
.fi.fi-size-xxs {
   width: 28.8px;
   height: 34.8px;
   padding-top:8px;
}

.fi-size-xxs.fi .fi-content {
    padding-top:1.2px;
}