html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* FROM OLD CLIENT MEETING */

.alert-auto {
    display: inline-block;
}

.table-striped > tbody > tr.dark td {
    background-color: #323a45;
    color: #fff;
    font-weight: bold;
}

.card-header {
    background: #005d92;
    color: #fff;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.jumbotron {
    padding: 15px 0 2px 0;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee;
}

.hidden, .hide {
    display: none !important;
    visibility: hidden !important;
}

.dropShadowGrey {
    filter: drop-shadow(-3px 2px 10px #444141);
}

/*** Highlights, no border */
.highlight {
    background-color: #f9e79f;
    padding: 2px 5px;
    border-radius: 5px;
}

.highlightRed {
    background-color: #f59f92;
    color: red;
    padding: 5px;
    border-radius: 5px;
}

.highlightGreen {
    background-color: #bcf2ce;
    color: forestgreen;
    padding: 5px;
    border-radius: 5px;
}

.highlightYellow {
    background-color: moccasin;
    color: #666;
    padding: 5px;
    border-radius: 5px;
}

.highlightGrey {
    background-color: #efefef;
    color: #333;
    padding: 5px;
    border-radius: 5px;
}

.highlightBlue {
    background-color: #B4E9FF;
    color: #046ACB;
    padding: 5px;
    border-radius: 5px;
}

/** Border, corresponding to highlight* classes above **/
.borderGreen {
    border: 1px solid green;
    border-radius: 5px;
}

.borderYellow {
    border: 1px solid #bfa50a;
    border-radius: 5px;
}

.borderGrey {
    border: 1px solid black;
    border-radius: 5px;
}

.borderBlue {
    border: 1px solid #046ACB;
    border-radius: 5px;
}

/** Highlights WITH borders ***/
.boxRed {
    background-color: #f59f92;
    color: red;
    padding: 5px;
    border: 1px solid red;
    border-radius: 5px;
}

.boxGreen {
    background-color: #bcf2ce;
    color: forestgreen;
    padding: 5px;
    border: 1px solid green;
    border-radius: 5px;
}

.boxYellow {
    background-color: moccasin;
    color: #666;
    padding: 5px;
    border: 1px solid #bfa50a;
    border-radius: 5px;
}

.boxGrey {
    background-color: #efefef;
    color: #333;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
}

.boxBlue {
    background-color: #B4E9FF;
    color: #046ACB;
    padding: 5px;
    border: 1px solid #046ACB;
    border-radius: 5px;
}

.boxPink {
    background-color: #fac1bb;
    color: black;
    padding: 5px;
    border: 1px solid red;
    border-radius: 5px;
}
/*******/

.blur {
    filter: blur(3px);
}

.field-validation-valid {
    display: none;
}

.field-validation-error, .validation-summary-errors {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.applicationHeader {
    background: #005d92;
    color:#fff;
}

.applicationHeader .nav-tabs{
    border-bottom:0;
}

.applicationHeader .nav-tabs .nav-link.active {
    background: #eee;
    xborder: none;
    color: #005d92;
}

.applicationHeader .nav-tabs .nav-link {
    color: #eee;
    border: 1px dotted grey;
    border-bottom: 0;
}

.accordion-content {
    display: none;
}

.accordion-content div {
    font-size:12px;
}
.nav-item {
    margin-right: 3px;
}