﻿/* 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;
}

*::selection {
    background-color: rgba(29, 101, 79, 1);
    color: #fff;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: bold;
}

body {
    font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
/* 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;
  background: url('../img/login_background.jpg') no-repeat center bottom;
  background-size: cover;
}
.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 */
}

input[type=text],
input[type=password],
input[type=email] {
    font-size: 13px;
}

a {
    font-size: 14px;
}

label {
    font-size: 14px !important;
}

.logo {
    max-height: 48px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.rounded {
    border-radius: 0.75rem !important;
}

.btn {
    display: inline-block;
    font-family: "GT Pressura Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-weight: 400;
    line-height: 1;
    color: #181821;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.8rem 1rem;
    font-size: 0.9333333333rem;
    border-radius: 0.6666666667rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    background: #005037;
    color: #fff;
    border-color: #005037;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.btn-primary:hover {
        color: #005037;
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        box-shadow: 1px 6px 0.6666666667rem #d4d4d4;
}

input.form-control {
    margin: 0;
    padding: 0.63rem 0.75rem;
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    box-shadow: none;
    color: inherit;
    background: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: lighter;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    height: calc((1rem * 1.5) + (0.63rem * 2));
}


.input-group-prepend {
    padding: 0.375rem;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: #EDEDED;
    width: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .k-picker-wrap {
    border-radius: 0.6666666667rem;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    position: relative;
    transition: all 0.1s ease;
    cursor: default;
    outline: 0;
    background-color: inherit;
    border: 1px solid #EDEDED;
    font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
}

#forgot-password {
    color: #00dc5f;
}

h4 {
    font-size: 24px;
    font-weight: bold;
}
p {
    font-size: 12px;
}

.custom-checkbox {
    user-select: none;
}
.custom-checkbox label {
    cursor: pointer;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1d654f;
}

.custom-control-input:active ~ .custom-control-label::before {
    background-color: rgba(29, 101, 79, .4);
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 221, 96, .4);
}

.form-control:focus {
    border-color: rgba(29, 101, 79, .6);
    box-shadow: 0 0 0 0.2rem rgba(0, 221, 96, .3) !important;
}

span.text-danger {
    font-size: 12px;
}

div.validation-summary-errors {
    font-size: 12px;
}

div.validation-summary-errors ul {
    list-style: none;
    margin-bottom: 0;
}
div.validation-summary-errors ul {
    margin-left: .25rem;
    padding-left: 0;
}

.environment-development {
    background-color: #2092FF;
    color: white;
    width: calc(100% + 98px);
    margin-left: -49px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: -25px;
}

.environment-test {
    background-color: #FFBA00;
    color: white;
    width: calc(100% + 98px);
    margin-left: -49px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: -25px;
}