@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Raleway", sans-serif;
  min-width: 320px;
  line-height: 1.4em;
  color: #242424;
  font-size: 15px;
  font-weight: 400;
  height: 100%;
  width: 100%;
  background-color: #BFCAD1; }

a, a:hover {
  text-decoration: none; }

.cursor {
  cursor: pointer; }

.no-gutters {
  padding: 0; }

.mb-0 {
  margin-bottom: 0; }

.mb-2 {
  margin-bottom: 2rem; }

.mt-1 {
  margin-top: 1rem; }

label {
  color: #BFCAD1; }
  label.required {
    padding-left: 10px; }
    label.required::before {
      content: '*';
      width: 10px;
      height: 10px;
      position: absolute;
      left: 12px; }

@media only screen and (max-width: 576px) {
  .text-xs-center {
    text-align: center; } }

.portrait {
  position: absolute;
  right: 16px;
  top: 16px;
  max-width: 100px; }

.icon3 {
  font-size: 30px; }
  @media only screen and (max-width: 576px) {
    .icon3 {
      font-size: 20px; } }

.icon-arrow {
  color: #5C9ACF; }

.rotate-v {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.panel-heading {
  position: relative; }
  .panel-heading.parent {
    color: #fff;
    background-color: #578EBE !important; }
  .panel-heading .btn-add {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
    @media only screen and (max-width: 576px) {
      .panel-heading .btn-add {
        font-size: 20px; } }

.panel-date {
  margin-top: 2px;
  margin-bottom: 0; }

.child.depth-2 .panel-heading {
  padding: 3px 15px; }

@media only screen and (max-width: 576px) {
  .btn-add-parent {
    width: 100%; } }

.add-record,
.requirements {
  min-width: 320px; }
  .add-record .modal-header,
  .requirements .modal-header {
    font-family: "Raleway", sans-serif; }
    .add-record .modal-header .modal-title,
    .requirements .modal-header .modal-title {
      width: 100%;
      text-align: center;
      font-family: "Oswald", sans-serif; }
    .add-record .modal-header .close,
    .requirements .modal-header .close {
      padding: 2px 6px;
      top: -5px;
      font-size: 47px;
      right: 4px;
      position: absolute; }

#alert-error-block {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 20px; }

/*# sourceMappingURL=global.css.map */