.no-float {
	clear: both;
}

.waw-copy {
	cursor: pointer;
}

body {
	background-color: #f8f8f8;
	font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #262626;
}

.waw-container {
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 3px;
	box-shadow: 0 0 6px 0 rgba(119, 119, 119, 0.75);
	background-color: #ffffff;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 1.4em;
}

.waw-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	table-layout: fixed;
}

.waw-table thead {
	background-color: #007fa4;
	color: #ffffff;
	box-shadow: 0 0 6px 0 rgba(119, 119, 119, 0.75);
	text-align: left;
}

.waw-table tbody tr:hover {
	background-color: #e3e3e3;
	cursor: pointer;
}

.waw-table tbody tr td {
	padding: 15px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #e3e3e3;
}

.waw-table-sub-row {
	height: 0.2em;
	font-size: 14px;
	background-color: #edeef2;
}

.waw-table-sub-row a {
	font-size: 16px;
}

.waw-table-sub-row > td:first-child {
	padding-left: 30px;
}

.waw-table tbody tr td a {
	width: 40px;
}

.waw-table-actions {
	display: flex;
	justify-content: flex-end;
}

.ui.table thead {
	box-shadow: 0 0 6px 0 rgba(119, 119, 119, 0.75);
}

.ui.table thead tr:first-child > th:first-child {
	border-radius: 0;
}

.ui.table thead tr:last-child > th:first-child {
	border-radius: 0;
}

.ui.table thead tr:first-child > th:last-child {
	border-radius: 0;
}

.ui.table thead tr:last-child > th:last-child {
	border-radius: 0;
}

.ui.celled.table tr th {
	border-left: none;
}

.ui.celled.table tr td {
	border-left: none;
}

.ui.table {
	border: none;
	border-bottom: 1px solid rgba(34, 36, 38, 0.1);
	font-size: 16px;
	margin: 0;
}

.ui.table tbody tr {
	cursor: pointer;
}

.ui.table tbody tr:hover {
	background-color: #e3e3e3;
}

.ui.sortable.table thead tr th {
	background-color: #007fa4;
	color: #ffffff;
}

.ui.sortable.table thead th.sorted {
	background: #027698;
	color: #ffffff;
}

.ui.sortable.table thead th:hover {
	background: #027698;
	color: #ffffff;
}

.ui.sortable.table thead th.sorted:hover {
	background: #027698;
	color: #ffffff;
}

.waw-10-pct {
	width: 10%;
}
.waw-15-pct {
	width: 15%;
}
.waw-20-pct {
	width: 20%;
}
.waw-25-pct {
	width: 25%;
}
.waw-40-pct {
	width: 40%;
}
.waw-50-pct {
	width: 50%;
}
.waw-60-pct {
	width: 60%;
}
.waw-80-pct {
	width: 80%;
}

.waw-login {
	padding: 4em;
	border-radius: 3px;
	box-shadow: 0 0 6px 0 rgba(119, 119, 119, 0.75);
	background-color: #ffffff;
	margin: 2em;
}

.waw-login img {
	width: 15em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.waw-login h1 {
	font-size: 2em;
	text-align: center;
}

.waw-flex {
	display: flex;
}

.waw-between {
	justify-content: space-between;
}

.waw-flex-1 {
	flex: 1;
	text-transform: capitalize;
}

.waw-flex-auto {
	flex: auto;
}

.waw-flex-icon {
	width: 36px;
	align-self: center;
	padding: 0px 8px;
	cursor: pointer;
	border: none;
}

.waw-end {
	justify-content: flex-end;
}

.waw-error {
	padding-bottom: 8px;
	font-size: 1.2em;
	color: #d21515;
}

.waw-bottom-fixed {
	position: fixed;
	width: 100vw;
	left: 0px;
	bottom: -53px;
	width: 100%;
	padding: 8px;
	padding-right: 5%;
	transition: bottom 0.5s;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: #ffffff;
	border-top: 1px solid #0000002e;
}

.waw-bottom-fixed > *:not(:last-child) {
	padding-right: 8px;
}

.waw-bottom-active > .waw-bottom-fixed {
	bottom: 0px;
}

.waw-bottom-active > .waw-table {
	margin-bottom: 18px;
}

.waw-table-input {
	border: none;
	border-bottom: 1px solid black;
	width: 100%;
	background-color: inherit !important;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.67857143em 1em;
}

.waw-padding {
	padding: 0px 20px;
}

.waw-margin-bottom {
	margin-bottom: 16px;
}

.ui.button.secondary {
	border: none;
	color: #c1b8af;
	background-color: inherit;
	padding-left: 0px;
	padding-right: 0px;
}

.ui.button.secondary:hover {
	border: none;
	color: #777777;
	background-color: inherit;
}

.ui.button:last-child {
	margin: 0px;
}

.waw-editor {
	padding-left: 1em;
	padding-right: 1em;
}

.waw-editor-wrapper {
	min-height: 15em;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}

.description {
	padding: 1em 1em 3em 1em;
}

.printOnly {
	display: none;
}
