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; }
.btn-primary { background-color: #34507E !important; border-color: #34507E !important; }
.btn-secondary { background-color: #c6b7b7 !important; border-color: #c6b7b7 !important; }
.btn-danger { background-color: #f04051 !important; border-color: #f04051 !important; }
.nav-item { padding: 0 10px 0 10px; }
.nav-link { font-weight: bold; }
.text-slumber { color: #34507E !important; }
.navbar { border-bottom: 3px solid #34507E !important; }
.container { max-width: 1400px !important; }
h4 { color: #34507E !important; }
h5 { color: #34507E !important; padding-top: 20px; }

.field-validation-error { color: #b94a48; font-weight: bold; font-size: .9em; }
.input-validation-error {
	background-color: #ffeeee;
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.nowrap {
    white-space: nowrap;
}

.accordion-button, .accordion-button:focus, .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #34507E;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.maskingInput { -webkit-text-security: disc; }
input { max-width: 800px; }
.padding-indent-20 { padding-left: 20px; }
.padding-indent-40 { padding-left: 40px; }
.padding-indent-60 { padding-left: 60px; }
.padding-indent-80 { padding-left: 80px; }

.form-check-label { display: inline; }

.upload {
    position: relative;
    display: block;
    border: 1px solid black;
    background-color: #ecedee;
    padding: 3em;    
    border-radius: 4px;
}
.upload label {            
    padding: 1em;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}
.upload:hover {
    background-color: #86b7fe;
}
.upload input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0;
}
