﻿* {
    font-family: "open sans";
}

.langpicker{
    width:auto !important;
}
.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.list-group-item{
    margin-bottom:1px;
}
.nav-link{
    font-weight:bold;
}
/* Sticky footer styles
-------------------------------------------------- */
html, body {
    height: 100%;
}
html {
  position: relative;
  min-height: 100%;
}
body {
    display: flex;
    flex-flow: column;
}
.footer {
    margin-top: auto;
    width: 100%;
    background: #0E406B;
}

.footer a{
    color:white !important;
}
.footer h6{
    color:white;
    font-weight:bold;
    text-transform:uppercase;
}


.input-validation-error {
    border: 1px solid #d24e4a !important;
}


.form-control.error {
    border: 1px solid #d24e4a !important;
}