body {
  padding-top: 50px;
}
h1,
h2 {
  color: #3484D2;
}
h1.hide {
  display: none;
}
h2 {
  margin-top: 3px;
  font-size: 26px;
}
.rowNum span {
  font-size: 22px;
  font-weight: bold;
}
textarea.form-control {
  height: 100px;
  max-width: 100%;
}
.form-group {
  margin-bottom: 0px;
}
.form-group .col-sm-9 {
  margin-bottom: 10px;
}
.flash {
  margin: 20px;
  font-size: 18pt;
  color: orange;
}
.container {
  width: inherit;
}
label.required::after {
  content: ' *';
}
ul.error {
  color: #F94141;
  font-weight: bold;
}
.control-label label {
  font-size: 18px;
}
td.red {
  background-color: #F94141;
}
td.green {
  background-color: #61A519;
}
div.red-message {
  color: #F94141;
  font-size: 20px;
}
table.calendar {
  width: 100%;
  border-collapse: separate;
}
table.calendar tr.first th a {
  font-size: 20px;
  font-weight: normal;
}
table.calendar tr td {
  border: 1px solid;
  height: 30px;
}
table.calendar tr td.week-end {
  background-color: lightgrey;
}
table.calendar tr td.current {
  background-color: orange;
}
table.calendar tr th {
  border: 0px;
}
.checkbox {
  margin-bottom: 10px;
}
.rowNum {
  margin-top: 10px;
}
#frm-rowForm-note_info {
  height: 50px;
}
.act_new,
.act_replys {
  display: none;
}
.inline_input {
  width: 90%;
  float: left;
  margin-right: 25px;
}
tr.red td {
  background-color: #F94141;
}
.act_section_header {
  float: left;
}
.act_section_edit {
  margin-left: 12px;
  top: 8px;
  position: relative;
}
.act_section_input {
  width: 300px;
}
.payment {
  width: 410px;
}
@media (max-width: 1443px) {
  .nav > li > a {
    padding: 5px;
  }
  .navbar {
    min-height: 0px;
  }
}
@media (max-width: 767px) {
  .notes-block {
    top: 0px;
  }
}
/*# sourceMappingURL=style.css.map */