/* Styles unique to ffn */
.ffncenter {text-align:center;}
.ffnright {text-align:right;}
.ffnbold {font-weight:bold;}
.ffnnotes {font-size:90%;}
.ffntop {margin-top:10px;}

/* Tables */
.ffntable {
width: 100%;
margin-bottom: 1rem;
}

.ffntable th,
.ffntable td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}

.ffntable thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}

.ffntable tbody + tbody {
border-top: 2px solid #dee2e6;
}

.ffntable-sm th,
.ffntable-sm td {
padding: 0.3rem;
}

.ffntable-bordered {
border: 1px solid #dee2e6;
}

.ffntable-bordered th,
.ffntable-bordered td {
border: 1px solid #dee2e6;
}

.ffntable-bordered thead th,
.ffntable-bordered thead td {
border-bottom-width: 2px;
}

.ffntable-borderless th,
.ffntable-borderless td,
.ffntable-borderless thead th,
.ffntable-borderless tbody + tbody {
border: 0;
}

.ffntable-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}

.ffntable-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}

.ffntable-primary,
.ffntable-primary > th,
.ffntable-primary > td {
background-color: #b8daff;
}

.ffntable-primary th,
.ffntable-primary td,
.ffntable-primary thead th,
.ffntable-primary tbody + tbody {
border-color: #7abaff;
}

.ffntable-hover .ffntable-primary:hover {
background-color: #9fcdff;
}

.ffntable-hover .ffntable-primary:hover > td,
.ffntable-hover .ffntable-primary:hover > th {
background-color: #9fcdff;
}

.ffntable-secondary,
.ffntable-secondary > th,
.ffntable-secondary > td {
background-color: #d6d8db;
}

.ffntable-secondary th,
.ffntable-secondary td,
.ffntable-secondary thead th,
.ffntable-secondary tbody + tbody {
border-color: #b3b7bb;
}

.ffntable-hover .ffntable-secondary:hover {
background-color: #c8cbcf;
}

.ffntable-hover .ffntable-secondary:hover > td,
.ffntable-hover .ffntable-secondary:hover > th {
background-color: #c8cbcf;
}

.ffntable-success,
.ffntable-success > th,
.ffntable-success > td {
background-color: #c3e6cb;
}

.ffntable-success th,
.ffntable-success td,
.ffntable-success thead th,
.ffntable-success tbody + tbody {
border-color: #8fd19e;
}

.ffntable-hover .ffntable-success:hover {
background-color: #b1dfbb;
}

.ffntable-hover .ffntable-success:hover > td,
.ffntable-hover .ffntable-success:hover > th {
background-color: #b1dfbb;
}

.ffntable-info,
.ffntable-info > th,
.ffntable-info > td {
background-color: #bee5eb;
}

.ffntable-info th,
.ffntable-info td,
.ffntable-info thead th,
.ffntable-info tbody + tbody {
border-color: #86cfda;
}

.ffntable-hover .ffntable-info:hover {
background-color: #abdde5;
}

.ffntable-hover .ffntable-info:hover > td,
.ffntable-hover .ffntable-info:hover > th {
background-color: #abdde5;
}

.ffntable-warning,
.ffntable-warning > th,
.ffntable-warning > td {
background-color: #ffeeba;
}

.ffntable-warning th,
.ffntable-warning td,
.ffntable-warning thead th,
.ffntable-warning tbody + tbody {
border-color: #ffdf7e;
}

.ffntable-hover .ffntable-warning:hover {
background-color: #ffe8a1;
}

.ffntable-hover .ffntable-warning:hover > td,
.ffntable-hover .ffntable-warning:hover > th {
background-color: #ffe8a1;
}

.ffntable-danger,
.ffntable-danger > th,
.ffntable-danger > td {
background-color: #f5c6cb;
}

.ffntable-danger th,
.ffntable-danger td,
.ffntable-danger thead th,
.ffntable-danger tbody + tbody {
border-color: #ed969e;
}

.ffntable-hover .ffntable-danger:hover {
background-color: #f1b0b7;
}

.ffntable-hover .ffntable-danger:hover > td,
.ffntable-hover .ffntable-danger:hover > th {
background-color: #f1b0b7;
}

.ffntable-light,
.ffntable-light > th,
.ffntable-light > td {
background-color: #fdfdfe;
}

.ffntable-light th,
.ffntable-light td,
.ffntable-light thead th,
.ffntable-light tbody + tbody {
border-color: #fbfcfc;
}

.ffntable-hover .ffntable-light:hover {
background-color: #ececf6;
}

.ffntable-hover .ffntable-light:hover > td,
.ffntable-hover .ffntable-light:hover > th {
background-color: #ececf6;
}

.ffntable-dark,
.ffntable-dark > th,
.ffntable-dark > td {
background-color: #c6c8ca;
}

.ffntable-dark th,
.ffntable-dark td,
.ffntable-dark thead th,
.ffntable-dark tbody + tbody {
border-color: #95999c;
}

.ffntable-hover .ffntable-dark:hover {
background-color: #b9bbbe;
}

.ffntable-hover .ffntable-dark:hover > td,
.ffntable-hover .ffntable-dark:hover > th {
background-color: #b9bbbe;
}

.ffntable-active,
.ffntable-active > th,
.ffntable-active > td {
background-color: rgba(0, 0, 0, 0.075);
}

.ffntable-hover .ffntable-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}

.ffntable-hover .ffntable-active:hover > td,
.ffntable-hover .ffntable-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}

.ffntable .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55;
}

.ffntable .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}

.ffntable-dark {
color: #fff;
background-color: #343a40;
}

.ffntable-dark th,
.ffntable-dark td,
.ffntable-dark thead th {
border-color: #454d55;
}

.ffntable-dark.ffntable-bordered {
border: 0;
}

.ffntable-dark.ffntable-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}

.ffntable-dark.ffntable-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
.ffntable-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.ffntable-responsive-sm > .ffntable-bordered {
border: 0;
}
}

@media (max-width: 767.98px) {
.ffntable-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.ffntable-responsive-md > .ffntable-bordered {
border: 0;
}
}

@media (max-width: 991.98px) {
.ffntable-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.ffntable-responsive-lg > .ffntable-bordered {
border: 0;
}
}

@media (max-width: 1199.98px) {
.ffntable-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.ffntable-responsive-xl > .ffntable-bordered {
border: 0;
}
}

.ffntable-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.ffntable-responsive > .ffntable-bordered {
border: 0;
}

.ffntable-responsive .ffntable {
	word-break:normal !important;
    -webkit-overflow-scrolling: touch !important;
width:100%;
white-space:nowrap;
}
.ffntable {
	table-layout:auto;
	width:100%;
}

.ffnlabel {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.ffnlabel:hover,
a.ffnlabel:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.ffnlabel:empty {
  display: none;
}
.ffnbtn .ffnlabel {
  position: relative;
  top: -1px;
}
.ffnlabel-default {
  background-color: #777777;
}
.ffnlabel-default[href]:hover,
.ffnlabel-default[href]:focus {
  background-color: #5e5e5e;
}
.ffnlabel-primary {
  background-color: #337ab7;
}
.ffnlabel-primary[href]:hover,
.ffnlabel-primary[href]:focus {
  background-color: #286090;
}
.ffnlabel-success {
  background-color: #5cb85c;
}
.ffnlabel-success[href]:hover,
.ffnlabel-success[href]:focus {
  background-color: #449d44;
}
.ffnlabel-info {
  background-color: #5bc0de;
}
.ffnlabel-info[href]:hover,
.ffnlabel-info[href]:focus {
  background-color: #31b0d5;
}
.ffnlabel-warning {
  background-color: #f0ad4e;
}
.ffnlabel-warning[href]:hover,
.ffnlabel-warning[href]:focus {
  background-color: #ec971f;
}
.ffnlabel-danger {
  background-color: #d9534f;
}
.ffnlabel-danger[href]:hover,
.ffnlabel-danger[href]:focus {
  background-color: #c9302c;
}
.ffnlist-group-item.ffnactive > .ffnbadge,
.ffnnav-pills > .ffnactive > a > .ffnbadge {
  color: #337ab7;
  background-color: #ffffff;
}
.ffnlist-group-item > .ffnbadge {
  float: right;
}
.ffnlist-group-item > .ffnbadge + .ffnbadge {
  margin-right: 5px;
}
.ffnnav-pills > li > a > .ffnbadge {
  margin-left: 3px;
}
.ffnlist-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.ffnlist-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.ffnlist-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ffnlist-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.ffnlist-group-item {
  color: #555555;
}
a.ffnlist-group-item .ffnlist-group-item-heading {
  color: #333333;
}
a.ffnlist-group-item:hover,
a.ffnlist-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.ffnlist-group-item.ffndisabled,
.ffnlist-group-item.ffndisabled:hover,
.ffnlist-group-item.ffndisabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.ffnlist-group-item.ffndisabled .ffnlist-group-item-heading,
.ffnlist-group-item.ffndisabled:hover .ffnlist-group-item-heading,
.ffnlist-group-item.ffndisabled:focus .ffnlist-group-item-heading {
  color: inherit;
}
.ffnlist-group-item.ffndisabled .ffnlist-group-item-text,
.ffnlist-group-item.ffndisabled:hover .ffnlist-group-item-text,
.ffnlist-group-item.ffndisabled:focus .ffnlist-group-item-text {
  color: #777777;
}
.ffnlist-group-item.ffnactive,
.ffnlist-group-item.ffnactive:hover,
.ffnlist-group-item.ffnactive:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.ffnlist-group-item.ffnactive .ffnlist-group-item-heading,
.ffnlist-group-item.ffnactive:hover .ffnlist-group-item-heading,
.ffnlist-group-item.ffnactive:focus .ffnlist-group-item-heading,
.ffnlist-group-item.ffnactive .ffnlist-group-item-heading > small,
.ffnlist-group-item.ffnactive:hover .ffnlist-group-item-heading > small,
.ffnlist-group-item.ffnactive:focus .ffnlist-group-item-heading > small,
.ffnlist-group-item.ffnactive .ffnlist-group-item-heading > .ffnsmall,
.ffnlist-group-item.ffnactive:hover .ffnlist-group-item-heading > .ffnsmall,
.ffnlist-group-item.ffnactive:focus .ffnlist-group-item-heading > .ffnsmall {
  color: inherit;
}
.ffnlist-group-item.ffnactive .ffnlist-group-item-text,
.ffnlist-group-item.ffnactive:hover .ffnlist-group-item-text,
.ffnlist-group-item.ffnactive:focus .ffnlist-group-item-text {
  color: #c7ddef;
}
.ffnlist-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.ffnlist-group-item-success {
  color: #3c763d;
}
a.ffnlist-group-item-success .ffnlist-group-item-heading {
  color: inherit;
}
a.ffnlist-group-item-success:hover,
a.ffnlist-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.ffnlist-group-item-success.ffnactive,
a.ffnlist-group-item-success.ffnactive:hover,
a.ffnlist-group-item-success.ffnactive:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.ffnlist-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.ffnlist-group-item-info {
  color: #31708f;
}
a.ffnlist-group-item-info .ffnlist-group-item-heading {
  color: inherit;
}
a.ffnlist-group-item-info:hover,
a.ffnlist-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.ffnlist-group-item-info.ffnactive,
a.ffnlist-group-item-info.ffnactive:hover,
a.ffnlist-group-item-info.ffnactive:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.ffnlist-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.ffnlist-group-item-warning {
  color: #8a6d3b;
}
a.ffnlist-group-item-warning .ffnlist-group-item-heading {
  color: inherit;
}
a.ffnlist-group-item-warning:hover,
a.ffnlist-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.ffnlist-group-item-warning.ffnactive,
a.ffnlist-group-item-warning.ffnactive:hover,
a.ffnlist-group-item-warning.ffnactive:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.ffnlist-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.ffnlist-group-item-danger {
  color: #a94442;
}
a.ffnlist-group-item-danger .ffnlist-group-item-heading {
  color: inherit;
}
a.ffnlist-group-item-danger:hover,
a.ffnlist-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.ffnlist-group-item-danger.ffnactive,
a.ffnlist-group-item-danger.ffnactive:hover,
a.ffnlist-group-item-danger.ffnactive:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.ffnlist-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.ffnlist-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.ffnpanel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ffnpanel-body {
  padding: 15px;
}
.ffnpanel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.ffnpanel-heading > .ffndropdown .ffndropdown-toggle {
  color: inherit;
}
.ffnpanel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.ffnpanel-title > a,
.ffnpanel-title > small,
.ffnpanel-title > .ffnsmall,
.ffnpanel-title > small > a,
.ffnpanel-title > .ffnsmall > a {
  color: inherit;
}
.ffnpanel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ffnpanel > .ffnlist-group,
.ffnpanel > .ffnpanel-collapse > .ffnlist-group {
  margin-bottom: 0;
}
.ffnpanel > .ffnlist-group .ffnlist-group-item,
.ffnpanel > .ffnpanel-collapse > .ffnlist-group .ffnlist-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.ffnpanel > .ffnlist-group:first-child .ffnlist-group-item:first-child,
.ffnpanel > .ffnpanel-collapse > .ffnlist-group:first-child .ffnlist-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.ffnpanel > .ffnlist-group:last-child .ffnlist-group-item:last-child,
.ffnpanel > .ffnpanel-collapse > .ffnlist-group:last-child .ffnlist-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ffnpanel-heading + .ffnlist-group .ffnlist-group-item:first-child {
  border-top-width: 0;
}
.ffnlist-group + .ffnpanel-footer {
  border-top-width: 0;
}
.ffnpanel > .ffntable,
.ffnpanel > .ffntable-responsive > .ffntable,
.ffnpanel > .ffnpanel-collapse > .ffntable {
  margin-bottom: 0;
}
.ffnpanel > .ffntable caption,
.ffnpanel > .ffntable-responsive > .ffntable caption,
.ffnpanel > .ffnpanel-collapse > .ffntable caption {
  padding-left: 15px;
  padding-right: 15px;
}
.ffnpanel > .ffntable:first-child,
.ffnpanel > .ffntable-responsive:first-child > .ffntable:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.ffnpanel > .ffntable:first-child > thead:first-child > tr:first-child,
.ffnpanel > .ffntable-responsive:first-child > .ffntable:first-child > thead:first-child > tr:first-child,
.ffnpanel > .ffntable:first-child > tbody:first-child > tr:first-child,
.ffnpanel > .ffntable-responsive:first-child > .ffntable:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ffnpanel > .ffntable:first-child > thead:first-child > tr:first-child td:first-child,
.ffnpanel > .ffntable-responsive:first-child > .ffntable:first-child > thead:first-child > tr:first-child td:first-child,
.ffnpanel > .ffntable:first-child > tbody:first-child > tr:first-child td:first-child,
.ffnpanel > .ffntable-responsive:first-child > .ffntable:first-child > tbody:first-child > tr:first-child td:first-child,
.ffnpanel > .ffntable:first-child > thead:first-child > tr:first-child th:first-child,
.ffnpanel > .ffntable-responsive:first-child > .ffntable:first-child > thead:first-child > tr:first-child th:first-child,
.ffnpanel > .ffntable:first-child > tbody:first-child > tr:first-child th:first-child,
.ffnpanel > .ffntable-responsive:first-child > .ffntable:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.ffnpanel > .ffntable:first-child > thead:first-child > tr:first-child td:last-child,
.ffnpanel > .ffntable-responsive:first-child > .ffntable:first-child > thead:first-child > tr:first-child td:last-child,
.ffnpanel > .ffntable:first-child > tbody:first-child > tr:first-child td:last-child,
.ffnpanel > .ffntable-responsive:first-child > .ffntable:first-child > tbody:first-child > tr:first-child td:last-child,
.ffnpanel > .ffntable:first-child > thead:first-child > tr:first-child th:last-child,
.ffnpanel > .ffntable-responsive:first-child > .ffntable:first-child > thead:first-child > tr:first-child th:last-child,
.ffnpanel > .ffntable:first-child > tbody:first-child > tr:first-child th:last-child,
.ffnpanel > .ffntable-responsive:first-child > .ffntable:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.ffnpanel > .ffntable:last-child,
.ffnpanel > .ffntable-responsive:last-child > .ffntable:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ffnpanel > .ffntable:last-child > tbody:last-child > tr:last-child,
.ffnpanel > .ffntable-responsive:last-child > .ffntable:last-child > tbody:last-child > tr:last-child,
.ffnpanel > .ffntable:last-child > tfoot:last-child > tr:last-child,
.ffnpanel > .ffntable-responsive:last-child > .ffntable:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ffnpanel > .ffntable:last-child > tbody:last-child > tr:last-child td:first-child,
.ffnpanel > .ffntable-responsive:last-child > .ffntable:last-child > tbody:last-child > tr:last-child td:first-child,
.ffnpanel > .ffntable:last-child > tfoot:last-child > tr:last-child td:first-child,
.ffnpanel > .ffntable-responsive:last-child > .ffntable:last-child > tfoot:last-child > tr:last-child td:first-child,
.ffnpanel > .ffntable:last-child > tbody:last-child > tr:last-child th:first-child,
.ffnpanel > .ffntable-responsive:last-child > .ffntable:last-child > tbody:last-child > tr:last-child th:first-child,
.ffnpanel > .ffntable:last-child > tfoot:last-child > tr:last-child th:first-child,
.ffnpanel > .ffntable-responsive:last-child > .ffntable:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.ffnpanel > .ffntable:last-child > tbody:last-child > tr:last-child td:last-child,
.ffnpanel > .ffntable-responsive:last-child > .ffntable:last-child > tbody:last-child > tr:last-child td:last-child,
.ffnpanel > .ffntable:last-child > tfoot:last-child > tr:last-child td:last-child,
.ffnpanel > .ffntable-responsive:last-child > .ffntable:last-child > tfoot:last-child > tr:last-child td:last-child,
.ffnpanel > .ffntable:last-child > tbody:last-child > tr:last-child th:last-child,
.ffnpanel > .ffntable-responsive:last-child > .ffntable:last-child > tbody:last-child > tr:last-child th:last-child,
.ffnpanel > .ffntable:last-child > tfoot:last-child > tr:last-child th:last-child,
.ffnpanel > .ffntable-responsive:last-child > .ffntable:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.ffnpanel > .ffnpanel-body + .ffntable,
.ffnpanel > .ffnpanel-body + .ffntable-responsive,
.ffnpanel > .ffntable + .ffnpanel-body,
.ffnpanel > .ffntable-responsive + .ffnpanel-body {
  border-top: 1px solid #dddddd;
}
.ffnpanel > .ffntable > tbody:first-child > tr:first-child th,
.ffnpanel > .ffntable > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.ffnpanel > .ffntable-bordered,
.ffnpanel > .ffntable-responsive > .ffntable-bordered {
  border: 0;
}
.ffnpanel > .ffntable-bordered > thead > tr > th:first-child,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > thead > tr > th:first-child,
.ffnpanel > .ffntable-bordered > tbody > tr > th:first-child,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > tbody > tr > th:first-child,
.ffnpanel > .ffntable-bordered > tfoot > tr > th:first-child,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > tfoot > tr > th:first-child,
.ffnpanel > .ffntable-bordered > thead > tr > td:first-child,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > thead > tr > td:first-child,
.ffnpanel > .ffntable-bordered > tbody > tr > td:first-child,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > tbody > tr > td:first-child,
.ffnpanel > .ffntable-bordered > tfoot > tr > td:first-child,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.ffnpanel > .ffntable-bordered > thead > tr > th:last-child,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > thead > tr > th:last-child,
.ffnpanel > .ffntable-bordered > tbody > tr > th:last-child,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > tbody > tr > th:last-child,
.ffnpanel > .ffntable-bordered > tfoot > tr > th:last-child,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > tfoot > tr > th:last-child,
.ffnpanel > .ffntable-bordered > thead > tr > td:last-child,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > thead > tr > td:last-child,
.ffnpanel > .ffntable-bordered > tbody > tr > td:last-child,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > tbody > tr > td:last-child,
.ffnpanel > .ffntable-bordered > tfoot > tr > td:last-child,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.ffnpanel > .ffntable-bordered > thead > tr:first-child > td,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > thead > tr:first-child > td,
.ffnpanel > .ffntable-bordered > tbody > tr:first-child > td,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > tbody > tr:first-child > td,
.ffnpanel > .ffntable-bordered > thead > tr:first-child > th,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > thead > tr:first-child > th,
.ffnpanel > .ffntable-bordered > tbody > tr:first-child > th,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.ffnpanel > .ffntable-bordered > tbody > tr:last-child > td,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > tbody > tr:last-child > td,
.ffnpanel > .ffntable-bordered > tfoot > tr:last-child > td,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > tfoot > tr:last-child > td,
.ffnpanel > .ffntable-bordered > tbody > tr:last-child > th,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > tbody > tr:last-child > th,
.ffnpanel > .ffntable-bordered > tfoot > tr:last-child > th,
.ffnpanel > .ffntable-responsive > .ffntable-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.ffnpanel > .ffntable-responsive {
  border: 0;
  margin-bottom: 0;
}
.ffnpanel-group {
  margin-bottom: 20px;
}
.ffnpanel-group .ffnpanel {
  margin-bottom: 0;
  border-radius: 4px;
}
.ffnpanel-group .ffnpanel + .ffnpanel {
  margin-top: 5px;
}
.ffnpanel-group .ffnpanel-heading {
  border-bottom: 0;
}
.ffnpanel-group .ffnpanel-heading + .ffnpanel-collapse > .ffnpanel-body,
.ffnpanel-group .ffnpanel-heading + .ffnpanel-collapse > .ffnlist-group {
  border-top: 1px solid #dddddd;
}
.ffnpanel-group .ffnpanel-footer {
  border-top: 0;
}
.ffnpanel-group .ffnpanel-footer + .ffnpanel-collapse .ffnpanel-body {
  border-bottom: 1px solid #dddddd;
}
.ffnpanel-default {
  border-color: #dddddd;
}
.ffnpanel-default > .ffnpanel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.ffnpanel-default > .ffnpanel-heading + .ffnpanel-collapse > .ffnpanel-body {
  border-top-color: #dddddd;
}
.ffnpanel-default > .ffnpanel-heading .ffnbadge {
  color: #f5f5f5;
  background-color: #333333;
}
.ffnpanel-default > .ffnpanel-footer + .ffnpanel-collapse > .ffnpanel-body {
  border-bottom-color: #dddddd;
}
.ffnpanel-primary {
  border-color: #337ab7;
}
.ffnpanel-primary > .ffnpanel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.ffnpanel-primary > .ffnpanel-heading + .ffnpanel-collapse > .ffnpanel-body {
  border-top-color: #337ab7;
}
.ffnpanel-primary > .ffnpanel-heading .ffnbadge {
  color: #337ab7;
  background-color: #ffffff;
}
.ffnpanel-primary > .ffnpanel-footer + .ffnpanel-collapse > .ffnpanel-body {
  border-bottom-color: #337ab7;
}
.ffnpanel-success {
  border-color: #d6e9c6;
}
.ffnpanel-success > .ffnpanel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.ffnpanel-success > .ffnpanel-heading + .ffnpanel-collapse > .ffnpanel-body {
  border-top-color: #d6e9c6;
}
.ffnpanel-success > .ffnpanel-heading .ffnbadge {
  color: #dff0d8;
  background-color: #3c763d;
}
.ffnpanel-success > .ffnpanel-footer + .ffnpanel-collapse > .ffnpanel-body {
  border-bottom-color: #d6e9c6;
}
.ffnpanel-info {
  border-color: #bce8f1;
}
.ffnpanel-info > .ffnpanel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.ffnpanel-info > .ffnpanel-heading + .ffnpanel-collapse > .ffnpanel-body {
  border-top-color: #bce8f1;
}
.ffnpanel-info > .ffnpanel-heading .ffnbadge {
  color: #d9edf7;
  background-color: #31708f;
}
.ffnpanel-info > .ffnpanel-footer + .ffnpanel-collapse > .ffnpanel-body {
  border-bottom-color: #bce8f1;
}
.ffnpanel-warning {
  border-color: #faebcc;
}
.ffnpanel-warning > .ffnpanel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.ffnpanel-warning > .ffnpanel-heading + .ffnpanel-collapse > .ffnpanel-body {
  border-top-color: #faebcc;
}
.ffnpanel-warning > .ffnpanel-heading .ffnbadge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.ffnpanel-warning > .ffnpanel-footer + .ffnpanel-collapse > .ffnpanel-body {
  border-bottom-color: #faebcc;
}
.ffnpanel-danger {
  border-color: #ebccd1;
}
.ffnpanel-danger > .ffnpanel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.ffnpanel-danger > .ffnpanel-heading + .ffnpanel-collapse > .ffnpanel-body {
  border-top-color: #ebccd1;
}
.ffnpanel-danger > .ffnpanel-heading .ffnbadge {
  color: #f2dede;
  background-color: #a94442;
}
.ffnpanel-danger > .ffnpanel-footer + .ffnpanel-collapse > .ffnpanel-body {
  border-bottom-color: #ebccd1;
}
.ffnembed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.ffnembed-responsive .ffnembed-responsive-item,
.ffnembed-responsive iframe,
.ffnembed-responsive embed,
.ffnembed-responsive object,
.ffnembed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.ffnembed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.ffnembed-responsive-4by3 {
  padding-bottom: 75%;
}
.ffnwell {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ffnwell blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.ffnclearfix:before,
.ffnclearfix:after,
.ffncontainer:before,
.ffncontainer:after,
.ffncontainer-fluid:before,
.ffncontainer-fluid:after,
.ffnrow:before,
.ffnrow:after,
.ffnbtn-toolbar:before,
.ffnbtn-toolbar:after,
.ffnbtn-group-vertical > .ffnbtn-group:before,
.ffnbtn-group-vertical > .ffnbtn-group:after,
.ffnpanel-body:before,
.ffnpanel-body:after,
.ffnmodal-footer:before,
.ffnmodal-footer:after {
  content: " ";
  display: table;
}
.ffnclearfix:after,
.ffncontainer:after,
.ffncontainer-fluid:after,
.ffnrow:after,
.ffnbtn-toolbar:after,
.ffnbtn-group-vertical > .ffnbtn-group:after,
.ffnpanel-body:after,
.ffnmodal-footer:after {
  clear: both;
}
.ffncenter-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ffnpull-right {
  float: right !important;
}
.ffnpull-left {
  float: left !important;
}
.ffnhide {
  display: none !important;
}
.ffnshow {
  display: block !important;
}
.ffninvisible {
  visibility: hidden;
}
.ffntext-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.ffnhidden {
  display: none !important;
}
.ffnrow {
  margin-left: -15px;
  margin-right: -15px;
}
.ffncol-xs-1, .ffncol-md-1, .ffncol-xs-2, .ffncol-md-2, .ffncol-xs-3, .ffncol-md-3, .ffncol-xs-4, .ffncol-md-4, .ffncol-xs-5, .ffncol-md-5, .ffncol-xs-6, .ffncol-md-6, .ffncol-xs-7, .ffncol-md-7, .ffncol-xs-8, .ffncol-md-8, .ffncol-xs-9, .ffncol-md-9, .ffncol-xs-10, .ffncol-md-10, .ffncol-xs-11, .ffncol-md-11, .ffncol-xs-12, .ffncol-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.ffncol-xs-1, .ffncol-md-1, .ffncol-xs-2, .ffncol-md-2, .ffncol-xs-3, .ffncol-md-3, .ffncol-xs-4, .ffncol-md-4, .ffncol-xs-5, .ffncol-md-5, .ffncol-xs-6, .ffncol-md-6, .ffncol-xs-7, .ffncol-md-7, .ffncol-xs-8, .ffncol-md-8, .ffncol-xs-9, .ffncol-md-9, .ffncol-xs-10, .ffncol-md-10, .ffncol-xs-11, .ffncol-md-11, .ffncol-xs-12, .ffncol-md-12 {
  float: left;
}
.ffncol-xs-12 {
  width: 100%;
}
.ffncol-xs-11 {
  width: 91.66666667%;
}
.ffncol-xs-10 {
  width: 83.33333333%;
}
.ffncol-xs-9 {
  width: 75%;
}
.ffncol-xs-8 {
  width: 66.66666667%;
}
.ffncol-xs-7 {
  width: 58.33333333%;
}
.ffncol-xs-6 {
  width: 50%;
}
.ffncol-xs-5 {
  width: 41.66666667%;
}
.ffncol-xs-4 {
  width: 33.33333333%;
}
.ffncol-xs-3 {
  width: 25%;
}
.ffncol-xs-2 {
  width: 16.66666667%;
}
.ffncol-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 992px) {
  .ffncol-xs-1, .ffncol-md-1, .ffncol-xs-2, .ffncol-md-2, .ffncol-xs-3, .ffncol-md-3, .ffncol-xs-4, .ffncol-md-4, .ffncol-xs-5, .ffncol-md-5, .ffncol-xs-6, .ffncol-md-6, .ffncol-xs-7, .ffncol-md-7, .ffncol-xs-8, .ffncol-md-8, .ffncol-xs-9, .ffncol-md-9, .ffncol-xs-10, .ffncol-md-10, .ffncol-xs-11, .ffncol-md-11, .ffncol-xs-12, .ffncol-md-12 {
    float: left;
  }
  .ffncol-md-12 {
    width: 100%;
  }
  .ffncol-md-11 {
    width: 91.66666667%;
  }
  .ffncol-md-10 {
    width: 83.33333333%;
  }
  .ffncol-md-9 {
    width: 75%;
  }
  .ffncol-md-8 {
    width: 66.66666667%;
  }
  .ffncol-md-7 {
    width: 58.33333333%;
  }
  .ffncol-md-6 {
    width: 50%;
  }
  .ffncol-md-5 {
    width: 41.66666667%;
  }
  .ffncol-md-4 {
    width: 33.33333333%;
  }
  .ffncol-md-3 {
    width: 25%;
  }
  .ffncol-md-2 {
    width: 16.66666667%;
  }
  .ffncol-md-1 {
    width: 8.33333333%;
  }
}
.ffnrow:before,
.ffnrow:after {
  content: " ";
  display: table;
}
.ffnrow:after {
  clear: both;
}
