/*bfl primary = #1F2A44*/

@media (min-width: 1024px) {
  .adminreview .modal-lg {
    width: 90%;
    max-width: 90%;
  }
  /* .container,.container-lg {max-width: 90%;} */
}

@media (min-width: 1200px) {
  .adminreview .modal-lg {
    width: 90%;
    max-width: min(90%, 1600px);
  }
  /*   .container,.container-lg {max-width: 90%;} */
}

.tooltip {
  max-width: 400px !important;
}

.tooltip-inner {
  max-width: 100% !important;
}

.adminreview .modal-content {
  height: 90vh;
}
.adminreview .modal-body {
  float: left;
  width: 100%;
  height: 83%;
}
.modal-form.adminreview .modal-body iframe {
  height: 95%;
  width: 100%;
}
@media (min-width: 1200px) {
  .adminreview .container-lg {
    max-width: min(90%, 1600px);
  }
  body .model-open {
    padding-right: 0px !important;
  }
}


.adminreview-radio label {
  padding-right: 20px;
} 

.contactinfo-radio label {
  padding-right: 20px;
  padding-top: 30px;
}

.contactinfo-radio input[type=radio] {
  margin-top: 33px !important;
}

/********radiobuttons******/

.radio-group {
  /*display: flex;*/
}

.radio {
  /*margin: 0.5rem;*/
  display: inline-block;
  /*margin: 10px;*/
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  /*vertical-align: top;*/
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type=radio] + .choice-nodropdown:before{
  position: absolute !important;
  left: -0.4rem !important;
  top: 0 !important;
}

.container-choice-nodropdown{
  margin-left:20px;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #1F2A44;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

input[type="radio"]:checked+label{ 
    font-weight: bold; 
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #1F2A44;
}
.radio input[type=radio]:checked:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
/*
.radio input[type=radio]:disabled + .radio-label:before {
  border-color: #b4b4b4;
  background: #b4b4b4;
}*/
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}


/*Required*/
.required-sign{
    font-weight: bold;
    color: red;
    font-size: large;
}

.required-sign-compact{
    font-weight: bold;
    color: red;
}

.table-compact{
    padding: 0;
}



/*callout like in the bootstrap documentation*/

.bs-callout {
  /*margin: 20px 0;*/
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}


/*CHECKBOX*/
/* Hide the browser's default checkbox */
.checkbox-container input[type=checkbox]{
    position:absolute;
    opacity: 0;
    z-index: -9999;
}

.checkbox-container input[type=checkbox] + label{
    position: relative;
    padding-left: 24px;
}

.checkbox-container input[type=checkbox] + label .indicator{
    position: absolute;
    left: -4px;
    display: block;
    width: 24px;
    height: 24px;
    background: #404a516b;
    border-radius:3px;
    border: 2px solid #001e45; 
    cursor: pointer;
}

.checkbox-container input[type=checkbox]:checked + label .indicator{
    background: #1F2A44;
}

.checkbox-container input[type=checkbox]:checked + label .indicator::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 16px;
    border: 4px solid #fff;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    left: 6px;
}

.checkbox-container input[type=checkbox] + label .indicator:hover{
    background: #0e23336b;
}

/*CONSENT*/
#consent-container{
    margin-left: 25px;
    margin-right: 25px;
}

/*Tab*/
.tab{
    margin-left: 25px;
    margin-right: 25px;
}

/*Application form fieldsets*/
fieldset.application-form{
    margin-right: 50px;
}

legend.section-title{
    font-weight : 700;
    font-size : x-large; 
    text-decoration: underline;
}

/*validation error highlight*/
.validationerror {
    color : red !important;
}

/*validation error highlight*/
.rangevalidationerror {
    color : red !important;
}

/*validation error highlight*/
.postalcodevalidator {
    color : red !important;
}

/* highligt selected row */
tr.info{
 font-weight: bold !important;
}

tr.totalrow {
  font-size: x-large;
}

.borderless > tbody > tr > td,
.borderless > tbody > tr > th,
.borderless > tfoot > tr > td,
.borderless > tfoot > tr > th,
.borderless > thead > tr > td,
.borderless > thead > tr > th {
    border: none;
}

.listfooter > tr > td {
    vertical-align: middle !important;
    border: none !important;
    font-weight: bold;
}

.listfooter > tr > td > div, .listfooter > tr > td > div > input {
    background-color: #f0f0f0 !important;
}

input[readonly].enabledlook { background-color: #fff; }

table.header > tbody > tr > td {
  vertical-align: middle;
}

table > tbody > tr > td.col-sm-3 {
    vertical-align: bottom;
}

div.columns > table > tbody > tr > th,td {
    padding: 10px;
}

#cover {
    background: url("/bfl-preloader.gif") no-repeat fixed center center #FFF;
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    height:100%;
    width:100%;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    z-index:1051;
}

#cover-document-en {
    background: url("/bfl-spinner-load-docs-en.gif") no-repeat fixed center center #FFF;
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    height:100%;
    width:100%;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    z-index:1051;
}

#cover-document-fr {
    background: url("/bfl-spinner-load-docs-fr.gif") no-repeat fixed center center #FFF;
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    height:100%;
    width:100%;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    z-index:1051;
}


#notescontrol > div > div.notes > div > div > div.col-sm-3.metadata {
    visibility: hidden;
}

#notescontrol > div > div.notes-empty.message{
    display: none;
}

#notescontrol > div > div.col-sm-9.page-header{
    display: none;
}

li.incomplete{
    display: none;
}

.rcCaptchaAudioLink {
    width: 200px;
}

.rcRefreshImage {
    width: 200px;
}

.multiselect.dropdown-toggle::after{
    visibility:hidden;
}

.dashes {
    width: 20px;
    vertical-align: top;
}

#ValidationSummaryEntityFormView a {
    color: #721c24 !important;
}

.finaldeclaration { 
  padding-left: 5px;
}

.checkboxfinaldeclaration { 
  padding-left: 7px;
}

.day.today {
    font-weight: bold;
    border : 1px solid;
}


.red {
    color: red !important;
}

.center {
    text-align: center;
}

.rcCaptchaAudioLink {
    display : none !important;
}

tr:has(.hiddenRow) {
    display:none;
}

td:has(.hiddenCell) {
    display:none;
}

.left-vertical-bar {
    border-left: 5px solid #001e45;
    padding-left: 6px !important;
}

.blinking {
  color:#001e45;
  animation: blinker 1.5s linear infinite;
}

.blinking:hover {
  animation-name: solid;
  animation-duration: 1s;
}

@keyframes blinker {
  50% {
         opacity: 0;
      }
}

@keyframes solid {
  0% {
         opacity: 1;
      }
}

@media screen and (max-width: 767px) {
        .hidden-mobile {
          display: none;
        }
      }

#notescontrol > div, /*make sure to not wrap actions row besides header/instructions*/
#notescontrol > div > div.notes,
#notescontrol > div > div.notes > div.note,
#notescontrol > div > div.note-actions,
#notescontrol > div > div.notes > div.note > div.row {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    max-width: 100% !important;
}

#notescontrol > div > div.notes > div.note > div.row > div.col-sm-9 > div.attachment {
    max-width: 90% !important;
}

/*prevent wrapping when we have wide list tables*/
#EntityFormView {
    max-width: 1000px;
}


/*override styling of list table so date popups within list table retain their standard look */
table.table-striped table.table-condensed tbody tr:nth-of-type(odd),
table.table-striped table.table-condensed thead tr:nth-of-type(odd) {
    background-color: white;
}

.table-bordered .table-condensed {
    border: none;
}

.table-bordered .table-condensed th,
.table-bordered .table-condensed td {
    border: none;
}

.table-bordered .table-condensed thead th,
.table-bordered .table-condensed thead td {
    border: none;
}

.table-hover .table-condensed  > tbody > tr:hover {
    background-color: white;
}

.space-between {
    justify-content: space-between;
    display: flex;
margin-bottom: 20px;
}

label.headerquestion {
    font-size: 150% !important;
    font-weight: 600 !important;
}

div.panel-collapse.collapse {
    display: none !important;
}

div.panel-collapse.collapse.in {
    display: block !important;
}

div.list-group.classicbootstrap > a.list-group-item.active {
    background-color: #337ab6 !important;
    border-color: #337ab6 !important;
}

div.list-group.classicbootstrap > a.list-group-item.pale {
    color: lightgray !important;
}

.pagenumber {
    color: #989898;
    font-size: 16px;
}

.multiselect-container.checkbox-list {
    position: static !important;
}

.multiselect-option.dropdown-item.active {
    background-color : #337ab7 !important;
}

button.multiselect-option.dropdown-item > .form-check > .form-check-label,
a.multiselect-option.text-decoration-none > .form-check > .form-check-label {
    padding-left: 30px;
}

a.multiselect-option.text-decoration-none {
    padding : 0px;
}

.radio.question-multiradio {
    margin-top: 5px;
    margin-bottom: 5px;
}
