#visformcontainer fieldset {
  background-color: #fff !important;
}
.form-check-input {
  border: solid #0A0A0A !important;
}
div.form-check-inline {
  float: left;
}
div.form-check-inline label {
  // padding-left: 5px;
  // padding-right: 25px;
}
label.vis-bootstrap-radio {
   // margin-top: 20px;
   padding-right: 25px !important;
   // font-weight: bold;
   background-color: #fff;
}
input.vis-bootstrap-radio {
   margin-right: 5px !important;
   margin-top: 24px;
   line-height: 1.2;
}
label.vis-bootstrap-check {
   // margin-top: 20px;
   margin-left: 5px;
   font-weight: bold;
}
input.vis-bootstrap-check {
   margin-top: 24px;
}
label.vis-bootstrap-text {
   margin-top: 15px ;
   // font-weight: bold;
   margin-left: 0px !important;
}
input.vis-bootstrap-text {
   width: 300px !important;
   margin-left: 0px !important;
}
.vis-bootstrap-textarea {
   height: auto !important;
}
.vis-bootstrap-submit {
    background: #0654ba !important;
    color: #eee !important;
    width: 120px ;
    font-size: 13px !important;
    text-align: center !important;
    border: 1px solid #0654ba !important;
    border-radius: 5px !important;
    margin-bottom: 25px ;
    margin-top: 25px ;
}
.form-actions {
  background-color: #fff !important;
  padding: 0px !important;
}

/**  Visform button (calendar)  **/
button.btn-secondary {
   margin-top: 15px;
   margin-left: 5px;
}

/******  CBA  ******/

html.cba fieldset div {
   // clear: both;
}
.cba-intro-group div {
   margin-left: -1px !important;
}
.cba-group-text > div:first-of-type > div {
   margin-left: 16% !important;
}
label.cba-bootstrap {
   width: 200px;
   margin-top: 25px ;
   margin-right: 10px;
}
input.cba-bootstrap, textarea.cba-bootstrap, select.cba-bootstrap ,input.cba-bootstrap-date {
   margin-top: 15px;
}
input.cba-bootstrap {
   width: 500px !important;
}
input.cba-bootstrap-date, select.cba-bootstrap {
   width: 200px !important;
}
textarea.cba-bootstrap {
   width: 500px !important;
}
input.cba-bootstrap-date + button {
   margin-top: 15px;
   margin-left: 10px !important;
}
div.cba table.visdata th {
   line-height: 40px !important;
   vertical-align: top;
   padding-left: 8px;
}
div.cba table.visdata td {
   line-height: 20px;
   padding-left: 8px;
}
td:first-child+td, td:first-child+td+td+td, th:first-child+th, th:first-child+th+th+th {
   border-right-style: none !important;	
}
td:first-child+td+td, td:first-child+td+td+td+td, th:first-child+th+th, th:first-child+th+th+th+th { 
   border-left-style: none !important;
}
div.cba table.visdatatabledetail td {
   padding-left: 8px;
   white-space: pre-wrap;
}
div.cba table.visdatatabledetail td:first-child {
   font-weight: bold;
   width: 150px;
}
.input-group:has(#field33) {
  max-width: 500px;
}