﻿/* 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 {
  --app_btn_width: 320px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #f7f9fc !important;
}
/*
html {
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #60a3bc !important;
}*/
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

main.container {
  max-width: none;
  padding: initial;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 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; */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.user_card {
  height: auto;
  width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1.5rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

.app_btn {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  flex-direction: unset;
  text-align: left;
  height: 130px;
  width: var(--app_btn_width);
}

.app_container {
  max-width: calc(2rem + var(--app_btn_width) * 2);
}

@media (min-width: 1200px) {
  .app_container {
    max-width: calc(3rem + var(--app_btn_width) * 3);
  }
}

.app_container.smaller_app_container {
  max-width: calc(2rem + var(--app_btn_width) * 2);
}

.sidebar {
  background-color: #1d2835;
  display: flex;
  flex: 0 0 200px;
  font-size: 14px;
  height: 100%;
}

.sidebar-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 60px;
  justify-content: space-between;
}

.header {
  align-items: center;
  background-color: #fff;
  display: flex;
  font-size: 14px;
  min-height: 60px;
  padding: 0.5rem 1rem;
  width: 100%;
}

.brand_logo_container {
  position: absolute;
  height: 170px;
  width: 170px;
  top: -75px;
  border-radius: 50%;
  background: #c1c6c8;
  padding: 10px;
  text-align: center;
}

.brand_logo {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 2px solid white;
}

.form_container {
  margin-top: 100px;
}

.login_btn {
  width: 100%;
  background: #007ee5 !important;
  color: white !important;
}

.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.login_container {
  padding: 0 2rem;
}

.input-group-text {
  background: #007ee5 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007ee5 !important;
}

.btn-aad {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  text-align: left;
}

.btn-aad:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-aad img {
  margin-right: 8px;
}

/* Form validation */
input.form-control.input-validation-error {
  border-color: #dc3545 !important;
}

.field-validation-error {
  color: #dc3545 !important;
  display: block;
  font-size: 80%;
  font-weight: 400;
  margin-top: 0.25rem;
}
