body {
	font-size: 18px;
}

form:not(.mdlForm) {
	display: inline;
	text-align: left;
}

pre {
	margin: 0;
}

ul {
	margin: 0;
	padding: .1em .5em;
}

label {
	cursor: pointer;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}

p {
	text-indent: 1em;
}

label input[type='checkbox'] {
	position: relative;
	top: 3px;
}

hr {
	margin: 0;
	border: solid #999;
	border-width: 0 0 1px 0;
}

.button {
	min-width: 70%;
}

a.action {
	color: #4082f0;
}

a.action:hover {
	color: #4082f0;
}

.bold {
	font-weight: 700 !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.hl_error,
.error {
	border-color: red !important;
	color: red !important;
}

.hl_error ul.list,
.error ul.list {
	font-size: 1.5em;
}

.notice,
.msg {
	border: solid 1px;
	font-size: 1rem;
	padding: .4em .8em;
	margin: 0 1em .5em 1em;
	border-radius: .5em;
	position: absolute;
	width: calc(100% - 2rem);
	left: 0;
	top: 3rem;
	z-index: 99;
}

.msg {
	color: #297086;
	background-color: #F7FFFF;
	border-color: #CAE3E6;
}

.notice,
.emsg {
	color: red;
	border-color: red;
	background-color: #f9f1c6;
}

.notice {
	z-index: 90;
	position: static;
}

pre.debugPre {
	padding: 5px;
	display: block;
	margin-top: 3rem;
	background: rgb(253, 182, 182);
	width: 100%;
	white-space: break-spaces;
}

.content_table {
	height: 100%;
	width: 100%;
}

.content_tr {
	height: 98%;
}

.content_div {
	overflow: auto;
	max-height: 100%;
}

.footer {
	border-top: solid 1px #ccc;
	background-color: #eee;
	padding: 4px;
	font-size: 12px;
	color: #111;
	text-align: center;
}

#content_td {
	padding: 7px;
}

#loader {
	background-color: rgba(120, 120, 120, .2);
	position: absolute;
	left: 0;
	top: 2.9em;
	width: 100%;
	height: 100%;
	z-index: 999;
}

#loader div.loader {
	position: relative;
	top: calc(40px + 50% - 5em);
}

.ui.massive.loader::after,
.ui.massive.loader::before {
	width: 4.6em;
	height: 4.6em;
	margin: 0 0 0 -2.3em;
}

.ui.massive.loader {
	width: 4.6em;
	height: 4.6em;
}

table.editor tr td {
	padding: .5em;
}

#qdl {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	border-bottom: solid 1px #000;
	background-color: #1c2b36;
	z-index: 9999;
}

#qdl table tr td {
	color: #fff;
}

.submenu_div {
	display: block;
	padding: 1em;
}

.submenu_div div {
	border: solid 1px #D5D5D5;
	text-align: center;
	background: #F7F7F7;
	color: #333;
}

.submenu_div div span {
	display: block;
	padding: .4em;
	font-size: 1rem;
}

.switch {
	position: relative;
	display: inline-block;
	width: 8em;
	height: 2.1em;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: '';
	height: 1.9em;
	width: 1.9em;
	left: .1em;
	bottom: .1em;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #2196f3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(5.9em);
	-ms-transform: translateX(5.9em);
	transform: translateX(5.9em);
}

.slider.round {
	border-radius: 1em;
}

.slider.round:before {
	border-radius: 50%;
}

span.normaltext {
	font-size: 1.4em;
}

span.fldLabel {
	display: block;
	font-size: 1.2em;
	padding: .1em;
}

span.fldInput {
	display: block;
	font-size: 1.2em;
	padding: .2em;
	margin-bottom: .3rem;
}

img.signatureImg,
input[type=file],
input[type=number],
input[type=text],
input[type=email],
select,
textarea,
.ms-parent {
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: .5rem;
	width: 100%;
	font-size: 1rem;
	padding: .25rem .5rem;
	line-height: 1.5rem;
}

img.signatureImg {
	width: 100%;
}

span.fldInput select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(arrow-down.svg);
	background-position-x: 99%;
	background-position-y: .3rem;
	background-size: 1em;
	background-repeat: no-repeat;
}

span.fldInput label input {
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0;
}

span.fldInput label:not(.switch) {
	display: inline-block;
	position: relative;
	padding: .4em 0 0 2.4em;
	margin: .2em 0 .7em 0;
}

span.fldInput label:not(.switch) span {
	position: absolute;
	top: 0;
	left: 0;
	height: 2em;
	width: 2em;
	background-color: #eee;
	border: solid .2em #fff;
}

span.fldInput label:not(.switch) input[type=radio]+span {
	border-radius: 50%;
}

span.fldInput label input:checked~span {
	background-color: #2196f3;
}

span.fldInput label:not(.switch) span:after {
	content: '';
	position: absolute;
	display: none;
}

span.fldInput label input:checked~span:after {
	display: block;
}

span.fldInput label:not(.switch) input[type=checkbox]+span:after {
	left: .5em;
	top: .1em;
	width: .6em;
	height: 1.2em;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

span.fldInput label:not(.switch) input[type=radio]+span:after {
	left: .35em;
	top: .4em;
	width: .9em;
	height: .9em;
	border-radius: 50%;
	background: #fff;
}

.mfpopup_buttons {
	padding: 1em;
}

.mfpopup_title {
	font-size: 2em !important;
}

.mfp-close {
	font-size: 2em !important;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text] {
	padding: .25rem .4rem .25rem 3.2rem;
	box-shadow: none;
	border: 1px solid #ccc;
	border-radius: .5rem;
	line-height: 1.5rem;
}

.intl-tel-input {
	width: 100%;
}

.ui.radio.checkbox {
	margin: .3em;
}

.ui.form {
	font-size: 1em;
}

.ui.form input[type=checkbox] {
	vertical-align: middle;
	margin-right: .3em;
	width: 1.1em;
	height: 1.1em;
}

.ui.form textarea:not([rows]) {
	height: 4em;
	min-height: 3em;
}

.ui.form .field>label {
	display: inline-block;
}

.ui.form .error.message,
.ui.form .success.message,
.ui.form .warning.message {
	display: block;
}

.ui.fluid.input .ui.button {
	padding: 3px;
}

.ui.button:not(.icon)>.icon:not(.button):not(.dropdown) {
	margin: 0;
}

.ui.radio.checkbox {
	vertical-align: middle;
}

.ui.primary.button:disabled,
.ui.primary.buttons .button:disabled {
	background-color: #cccccc;
}

i.icon {
	height: auto;
}

i.icons {
	vertical-align: middle;
	margin: 0 .1em 0 .1em;
}

i.icons i.icon.check {
	left: 40%;
}

i.icons i.icon.dollar {
	left: -.12em;
	top: 0;
	transform: scale(.6);
}

.hide {
	display: none !important;
}

.ui.table {
	margin: inherit;
}

.xxxui.table thead th {
	background: #fff;
}

.ui.sortable.table>thead th {
	white-space: normal;
}

.ui.sortable.table thead th {
	border-left: none;
}

.ui.table.sticky>thead tr:last-child th {
	position: sticky;
	top: 51px;
	z-index: 9;
}

.ui.table.sticky>thead th {
	background-color: #fff;
}

.ui.table.sticky>thead tr {
	background-color: #fff;
}

.ui.table.sticky>thead th:hover {
	background-color: #efefef;
}

.ui.table.sticky>thead th.sorted {
	background-color: #efefef !important;
}

table.nopadd td {
	padding: 0 !important;
}

.ui.table.nopadd>tbody>tr>td {
	padding: 0 !important;
}

table.minpadd td {
	padding: .2em .2em !important;
}

.ui.table.minpadd>tbody>tr>td {
	padding: .2em .2em !important;
}

table.clean {
	border: 0 !important;
	background: 0 0;
	margin: 0 !important;
}

table.clean tr td {
	border-top: none;
	padding: auto auto;
}

table.clean td,
td.clean {
	border-width: 0 !important;
}

@media only screen and (max-width:767px) {
	.ui.table.clean:not(.unstackable) tr {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	.ui.table.minpadd:not(.unstackable) tr {
		padding-top: 0;
		padding-bottom: 0;
	}

	.ui.table.minpadd:not(.unstackable) tr>td,
	.ui.table.minpadd:not(.unstackable) tr>th {
		padding: .2em 0 !important;
	}

	.ui.table.unstackable tbody {
		display: content !important;
		width: 100% !important;
	}

	.ui.table.unstackable tr {
		display: table-row !important;
	}

	.ui.table.unstackable tr>td,
	.ui.table.unstackable tr th {
		display: table-cell !important;
	}

	.ui.table.sticky>thead tr:last-child th {
		position: unset;
	}
}

table.noborder {
	border: none !important;
	background-color: transparent !important;
}

table.noborder td,
td.noborder {
	border-width: 0 !important;
	padding: .2em !important;
}

table.noborder tr:nth-child(2n) {
	background-color: transparent !important;
}

@media only screen and (max-width:767px) {
	.ui.noborder:not(.unstackable) tr>td {
		display: inline-block !important;
	}
}

table.wrap td {
	white-space: normal;
}

.li_columns {
	min-height: 20px;
	padding: 2px 10px;
	margin: 0 5px 5px;
	background: #f2f2f2;
	border: 1px solid;
	border-color: #999;
}

.ui.form select.ui-datepicker-month,
.ui.form select.ui-datepicker-year {
	display: inline;
	width: auto;
	padding: .1em .5em;
	margin: 1px 3px;
}

div.error {
	background: #fff6f6 !important;
	color: #9f3a38 !important;
	box-shadow: 0 0 0 #e0b4b4 inset;
}

select.ui.dropdown {
	height: auto;
	border: solid 1px #bbb;
	border-radius: .5em;
	padding: .25rem;
}

.ui.dropdown .menu>.item {
	font-size: 1em;
	padding: .4em .5em !important;
}

.ui.floating.dropdown>.menu {
	margin-top: .1em !important;
}

.ui.selection.dropdown .menu>.item {
	padding: .5em .5em !important;
}

.ui.selection.dropdown {
	min-width: auto;
	border-radius: .3rem;
	line-height: 1.5rem;
}

.ui.dropdown:not(.button)>.default.text {
	color: inherit;
}

.ui.checkbox {
	font-size: 1em;
	margin-bottom: .1em;
	line-height: 1em;
}

.ui.checkbox .box,
.ui.checkbox label {
	padding-left: 1.4em;
}

.ui.checkbox .box::after,
.ui.checkbox label::after {
	font-size: 1em;
	top: .1em;
	left: -.1em;
}

.ui.checkbox .box::before,
.ui.checkbox label::before {
	font-size: 1em;
	line-height: 1em;
	width: 1.1em;
	height: 1.1em;
}

.ui.radio.checkbox .box::after,
.ui.radio.checkbox label::after {
	top: .1em;
	left: .05em;
	width: 1em;
	height: 1em;
}

.ui.radio.checkbox .box::before,
.ui.radio.checkbox label::before {
	width: 1.1em;
	height: 1.1em;
}

.ui.big.breadcrumb {
	font-size: 1em;
	line-height: inherit;
}

.ui.segment,
.ui.segments .segment {
	font-size: 1em;
}

.ui.button,
.ui.buttons,
.ui.buttons .button,
.ui.buttons .or {
	font-size: 1em;
	margin: .1em 0 0 .3em;
}

.ui.icon.button,
.ui.icon.buttons .button {
	padding: .785714em .6em .785714em .6em;
}

.ui.buttons::after {
	content: '';
}

.ui.progress {
	font-size: 1em;
}

.ui.modal {
	font-size: 1em;
}

.ui.large.button,
.ui.large.buttons .button,
.ui.large.buttons .or {
	font-size: 1.2em;
}

.ui.big.button,
.ui.big.buttons .button,
.ui.big.buttons .or {
	font-size: 1.1em;
}

.ui.huge.button,
.ui.huge.buttons .button,
.ui.huge.buttons .or {
	font-size: 1.1em;
}

.ui.popup {
	max-width: none;
	padding: 0;
	font-size: 1em;
}

.ui.popup::before {
	z-index: -2;
}

.ui.grid {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

.ui.grid>.column:not(.row) {
	padding-top: 0;
	padding-bottom: 0;
}

.ui.grid>.column:not(.row),
.ui.grid>.row>.column {
	padding-left: 0;
	padding-right: 0;
}

.ui.stackable.grid>.column:not(.row) {
	padding: .5em .5em !important;
}

@media only screen and (max-width:767px) {

	.ui.table:not(.unstackable) td:first-child,
	.ui.table:not(.unstackable) th:first-child {
		font-weight: inherit;
	}

	.ui.stackable.buttons {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.ui.stackable.buttons>.button {
		width: 100%;
	}

	.ui.selection.dropdown .menu {
		max-height: 20em;
	}
}

.ms-choice {
	height: auto;
	min-height: auto;
	border: none;
	padding: .1em .5em;
}

.ms-choice>.dropdown.icon {
	right: .5em;
	top: .3em;
	margin: unset;
	padding: unset;
}

.ms-drop.bottom {
	border: solid .1em #ccc;
	margin-top: -.1em;
	left: 0;
	padding: .3em;
}

.ms-drop ul {
	padding: unset;
	margin-top: unset;
	overflow: unset;
}

.ms-drop.bottom label:not(.switch) span {
	height: 1.5em;
	width: 1.5em;
}

.ms-drop.bottom label:not(.switch) input[type="radio"]+span::after {
	left: .25em;
	top: .25em;
	width: .6em;
	height: .6em;
	display: block;
}

.ms-drop.bottom label:not(.switch) input[type="checkbox"]+span::after {
	border-width: 0 3px 3px 0;
	width: .4em;
	height: .8em;
	left: .35em;
	top: .1em;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.ms-drop ul>li label {
	text-indent: 1.5em;
}

/*													Modullus integration				*/
button.ui.button.mdlForm {
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
	color: #FFF;
	font-weight: bold;
}