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

/* Provide sufficient contrast against white background */
a {
    /*
    color: #0366d6;
    text-decoration: none;
    */
}
a:hover {
    color: inherit;
    text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
header nav.navbar .navbar-toggler { outline:none; }
span.hint {
    color: red;
}

span.circle-icon {
    display: inline-block !important;
    color: #fff;
    background-color: #222;
    vertical-align: baseline;
    padding: 0px;
    margin: 0px !important;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

/* ------------- bootstrap-validator ------------- */
.has-error .help-block {
    color: red;
}
.help-block {
    color: red;
    margin-right: 10px;
}
/* Sticky footer styles
-------------------------------------------------- */

.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;
}
 
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a9a9a9;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #a9a9a9;
}

.select2 {
    width: 100% !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-family: sans-serif; 
}

body {
    /*
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    */
}

body, html {
    -webkit-overflow-scrolling: touch
}

@media (min-width: 768px) {
    html {
        /* font-size: 16px;*/
    }
    .userinfo {
        margin-left: auto !important;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .pin-panel {
        border-left: none;
    }
}