﻿:root {
    --primary-red: #910028;
}

*, html {
    scroll-behavior: smooth !important;
}


.photo-shadow {
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}

.help-icon {
    width: 14px;
    padding-bottom: 10px;
    padding-left: 1px;
}

.help-icon-big {
    width: 18px;
    padding-bottom: 15px;
    padding-left: 0px;
}

.paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-header {
    background-color: #eeeeee;
    color: #252525;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal {
    height: 80%;
    position: fixed;
    top: 50% !important;
    transform: translate(0%, -50%);
}

.card-dashboard {
    min-height: 310px;
    padding-left: 15px;
    padding-right: 5px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid;
    border-color: lightgray;
    border-radius: 0.25rem;
    margin-bottom: 30px
}

body {
    /*font-family: "Segoe UI", -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;*/
    font-family: Roboto,'Work Sans', 'DM Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 50px;
    padding-bottom: 20px;
}

.tooltip {
    font-family: "DM Sans", sans-serif;
}

.popover {
    font-family: "DM Sans", sans-serif;
}

.td td-right {
    text-align: right
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.btn-primary {
    background-color: var(--primary-red);
    border-color: #6e001f;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #6e001f;
        border-color: var(--primary-red);
    }

.navbar-inverse {
    background-color: #4a0116;
    border-color: #6e001f;
}

.user-img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.user-img-bigger {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.user-img-medium {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.form-required .control-label:after {
    content: " *";
    color: var(--primary-red);
}

.form-required-alt .control-label:before {
    content: "* ";
    color: var(--primary-red);
}

.m-0 {
    margin: 0;
}

.m-1 {
    margin: 0.25rem;
}

.mx-1 {
    margin: 0 0.25rem 0 0.25rem;
}

.my-1 {
    margin: 0.25rem 0 0.25rem 0;
}

.m-2 {
    margin: 0.5rem;
}

.mx-2 {
    margin: 0 0.5rem 0 0.5rem;
}

.my-2 {
    margin: 0.5rem 0 0.5rem 0;
}

.m-3 {
    margin: 1rem;
}

.mx-3 {
    margin: 0 1rem 0 1rem;
}

.my-3 {
    margin: 1rem 0 1rem 0;
}

.m-4 {
    margin: 2rem;
}

.mx-4 {
    margin: 0 2rem 0 2rem;
}

.my-4 {
    margin: 2rem 0 2rem 0;
}

.w-100 {
    width: 100%;
}

.w-75 {
    width: 75%;
}

.w-50 {
    width: 50%;
}

.w-25 {
    width: 25%;
}

.mw-100 {
    min-width: 100%
}

.mw-75 {
    min-width: 75%;
}

.mw-50 {
    min-width: 50%;
}

.mw-25 {
    min-width: 25%;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}
