﻿/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: 'DM sans', serif !important;
}


h1, h2 {
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}
.container {
  max-width: 960px;
}
.portal-container {
    padding: 60px 80px;
}

.pricing-header {
  max-width: 700px;
}

.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%;
}


/*VARIABLES*/

:root {
    --primary-color: #263259;
    --secondary-color: Grey;
}



body {
    /* Margin top by nav menu height... Allows for the nav menu */
    margin-top: 50px !important;
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    /* Padding bottom by footer height... using margin means the form overflows the footer */
    padding-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* overflow: scroll;*/
    /*overflow: auto;*/
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 30px;
    line-height: 30px; /* Vertically center the text there */
}




.test-css-variable{
    color: var(--primary-color);
}



.demo-scheme{
    padding: 60px 80px;
}

.user-container {
    padding: 100px 80px;
}

.demo-large-div{
    min-height: 700px;
}

.flex-asset-progress{
    display: flex;
    justify-content: space-between;
}

.r-margin { margin-right: 20px;}

.company-info { float: left;}

.company-info-pic-box {
    width: 25%;
    margin-right: 20px;
    clear: left;
    float: left;
    border: 1px solid black;
    /*max-height: 300px;*/
    
}

.company-info-pic {
    width: 100%;
    /*height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    overflow: hidden;
    width: 100%;  or any custom size 
    height: 100%;
    object-fit: contain;
    object-fit: cover;
    height: 400px;*/
}

.loginFormFields {
    width: 300px !important;
}

.provisicoBlue {
    color: #1A67E2;
}
.input-validation-error {
    border-color: red;
    background-color: #ffeeee;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

@media (max-width: 40em) {
    html {
        font-size: 16px;
    }

    .portal-container {
        padding: 60px 20px;
    }
}

.add-to-button {
    width: 355px;
    border: 1px dashed #1B67E2;
    border-radius: 20px;
    padding: 15px;
    margin: 10px;
    margin-left: 60px;
    cursor: grab;
    background-color: white;
}

/*Tabs*/

.nav-tabs .nav-item .nav-link {
    background-color: #759ee0;
    color: #FFF;
}

.nav-tabs .nav-item .nav-link.active {
    color: darkblue;
}

.tab-content {
    border: 1px solid #dee2e6;
    border-top: transparent;
    padding: 15px;
    background-color: #ebf1f7;
}

    .tab-content .tab-pane {
        background-color: #FFF;
        color: #0080FF;
        min-height: 200px;
        height: auto;
    }
