@page {
    size: auto;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 900;
}
.form-comment {
	font-size: smaller;
	font-style: italic;
}
.form-group .error {
	color: red;
	font-weight: bolder;
	font-size: smaller;
}
.form-group label.col-form-label {
	font-weight: bolder;
}
.required-asterix::after, .required-eventually-asterix::after {
	padding-left: 8px;
	font-size: 8pt;
	color: red;
	content: "\e09b";
	font-family: "simple-line-icons";
	vertical-align: text-top;
}

table.striped {
  background-color: #fff; }

table.striped tbody tr:nth-child(odd) {
  background-color: #e7f2f9; }

table.striped tbody tr:hover {
  background-color: #f9f9f9; }

table.gridlines tr th, table.gridlines tr td {
  border: 1px solid #ced4da; }

th {
	padding:4px;
	vertical-align: top;
}

td {
	vertical-align: top;
	text-align: left;
	padding: 4px;
}

footer {
	background-color: lightgray;
	font-size: 9pt;
}
.copyright {
	font-weight: bold;
}
.form-control-no-border {
	border-color: white;
}

.bolder {
	font-weight: bolder;
}

.background-green {
	background-color: lightgreen;
}
.background-orange {
	background-color: orange;
}
.background-pink {
	background-color: pink;
}
.background-blue {
	background-color: lightblue;
}
.background-red {
	background-color: red;
}
ul.file_attachment {
	margin: 0;
	padding: 0;
}
.red {
	color: red;
}
.green {
	color: green;
}
.team-set-mailing, .team-clear-mailing {
	cursor: pointer;
}
.top-menu {
	font-size: smaller;
}
.other_flag {
	font-size: 6pt;
	background-color: dodgerblue;
	color: white;
	text-transform: uppercase;
	padding: 2px;
	font-weight: bold;
}
.mailer_contacts {
	font-size: 8pt;
}
.smaller {
	font-size: smaller;
}
.fake-form-control {
	padding: 0.375rem 0.75rem;
}
.icon-lg {
	font-size: 24pt;
}
.fake_pointer {
	cursor:  pointer;
}
.clear {
	clear: both;
}
.btn {
	font-weight: bold;
}
.btn-tiny {
	font-size:  smaller;
	padding: 2px 4px;
}

.red {
	color: red;
}