﻿@import 'connector-import.css';
label.checkbox {
  display: inline-flex;
  height: 1.375rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
label.checkbox input:checked ~ .checkmark {
  background-color: white;
}
label.checkbox input:checked ~ .checkmark i {
  display: block;
}
label.checkbox input:disabled ~ .checkmark {
  border-color: #707070;
}
label.checkbox input:focus ~ .checkmark {
  box-shadow: 0 0 0 1px #034ea2;
}
label.checkbox .checkmark {
  height: 1.375rem;
  width: 1.375rem;
  background-color: white;
  border: 1px solid #034ea2;
  border-radius: 0.125rem;
  margin-right: 0.5rem;
}
label.checkbox .checkmark i {
  font-size: 1.25rem;
  color: #034ea2;
  display: none;
}
label.checkbox:hover .checkmark {
  box-shadow: 0 0 0 1px #034ea2;
}
label.checkbox[disabled] .checkmark {
  border-color: #707070;
}
@media screen and (min-width: 769px), print {
  .modal-content,
  .modal-card {
    margin: 0 20px;
  }
}
.modal .modal-card .modal-card-head {
  background: white;
}
.modal .modal-card .modal-card-foot {
  background: white;
}
.modal .modal-card .modal-card-foot .button-close {
  margin-left: auto;
}
.button {
  background: white;
  color: #034ea2;
  border-color: #034ea2;
}
.button:hover {
  background: #cbd6e6;
  color: #034ea2;
  border-color: #1975c3;
}
.button:focus,
.button.is-focused {
  outline: 0;
  box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.55) !important;
}
.button.is-primary {
  background: #034ea2;
}
.button.is-primary:hover {
  background: #1975c3;
}
.buttons {
  width: 100%;
}
.buttons .button {
  width: 100%;
}
hr {
  border-color: #707070;
  margin: 1rem 0;
}
.section {
  padding-top: 0;
}
.icon {
  vertical-align: bottom;
}
.icon.title-icon {
  padding-top: 0.25rem;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.consent-form {
  align-self: center;
  max-width: 930px;
  justify-content: center;
}
.consent-form .title {
  margin-bottom: 1rem;
}
.consent-form h6 {
  font-weight: bold;
}
.consent-form .subheader {
  color: #707070;
}
.consent-form .consent-attributes {
  margin-bottom: 1.5rem;
  padding: 1rem 0;
}
.consent-form .consent-attributes:last-child {
  margin-bottom: 0;
}
.consent-form .consent-attributes .attribute-list .attribute {
  margin-bottom: 0.375rem;
}
.consent-form .consent-attributes .attribute-list .attribute .attribute-label {
  height: 1.5rem;
}
.consent-form .consent-attributes .attribute-list .attribute .attribute-label .label-text {
  font-weight: 600;
}
.consent-form .consent-attributes .attribute-list .attribute .attribute-value {
  color: #707070;
  margin-left: 1.75rem;
}
@media screen and (min-width: 1024px) {
  .consent-form .consent-attributes .attribute-list .attribute .attribute-value {
    width: 66.67%;
  }
}
.consent-form .consent-attributes .attribute-list .attribute.optional {
  margin-bottom: 0.625rem;
}
.consent-form .consent-attributes .attribute-list .attribute.optional .attribute-value {
  margin-left: 1.875rem;
}
.consent-form .modal-tooltip {
  cursor: pointer;
  font-weight: normal;
  color: #707070;
}
.consent-form .modal-tooltip:hover {
  color: #333333;
}
.close-modal:hover,
.close-modal:focus {
  background-color: red;
}