﻿/* MISC */
a.dropdown-toggle.color-box.selector:after {
	display: none;
}

.fade.in {
	opacity: 1;
}

.fade.show {
	opacity: 1;
}

.modal-backdrop.show {
	filter: alpha(opacity=50);
	opacity: .5;
	z-index: 1000;
}

.todo-group-title {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#todo .todo > li > :first-child {
	width: 48px;
}

/* To do priority did not show in demo md */
#todo .todo .todo-priority {
	display: none;
}

#todo .todo li:last-child {
	border-bottom: 1px solid #ccc;
}

.fa.loader {
	position: static;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.report-export-type-container.dropdown.show {
	display: inline-block!important;
}

.hidden {
	display: none !important;
}

.btn-labeled {
	display: inline-block;
}

.search-criteria-main td:empty {
	display: none;
}

#content .page-title {
	font-size: 22px;
}

/* fa-reply not loading in correctly in V4 FA5 */
.fa-reply:before {
	content: "\f112" !important;
}

/* Issues with checkbox and radio button being 2px smaller than before */
.smart-form .checkbox i, .smart-form .radio i {
	width: 19px;
	height: 19px;
}

/* Fix for issues with checkbox style with old smart-form form-control classes */
.smart-form label.checkbox {
	min-height: 22px;
}

/* Well CSS */
.well {
	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 rgb(0 0 0 / 5%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.well {
	background-color: #fbfbfb;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px #ececec;
	-webkit-box-shadow: 0 1px 1px #ececec;
	-moz-box-shadow: 0 1px 1px #ececec;
	position: relative;
}

	.well blockquote {
		border-color: #ddd;
		border-color: rgba(0, 0, 0, 0.15);
	}

.well-lg {
	padding: 24px;
	border-radius: 6px;
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
}

/* Reset Padding to new em */
.jarviswidget > div {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.jarviswidget.well {
	padding: 0px;
}

/* Remove Content Box */
.smart-form *, .smart-form :after, .smart-form :before {
	box-sizing: border-box;
}

/* Forms */
/*.smart-form {
	flex: 0 0 100%;
}*/
/* Old form control style */
/*.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}*/

.form-group.form-inline {
	padding: 10px 0px;
}

	.form-group.form-inline .control-label {
		padding-right: 10%;
		justify-content: right;
	}

.control-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.form-group.form-inline {
	padding-right: 10%;
}

.form-group .inline-group.theme-radio-button-list {
	display: inline-block;
}

.form-horizontal .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form-horizontal .form-group > div {
	width: 100%;
}

.inline-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.smart-form .checkbox input + i:after {
	left: 0px;
}

.input-group-addon {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 10px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-webkit-transition: background-color .3s;
}

.widget-toolbar > .btn-group > .btn {
	margin-top: -3px;
	font-size: 12px !important;
	padding: 1px 8px !important;
}

.widget-toolbar .checkbox {
	margin-top: 0px;
}

.widget-toolbar > .label {
	vertical-align: middle;
	margin-top: -3px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	padding: 4px 7px;
	line-height: 1;
}

/* Changed due to not including bs in vender bundles*/
/*.smart-form .inline-group .checkbox, .smart-form .inline-group .radio {
    margin-top: 10px;
}*/

/* Changed due to not including bs in vender bundles*/
/*.smart-form .inline-group .checkbox, .smart-form .inline-group .radio {
    margin-top: 10px;
}*/

/*.smart-form .inline-group .checkbox+.checkbox, .smart-form .inline-group .radio+.radio {
    margin-top: 10px;
}*/

.input-group-addon + div > label.checkbox {
	margin-top: 0px;
}

/*.smart-form .checkbox input:checked+i {
	top: -2px;
}*/

.btn {
	/*display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
	/*white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
}

.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

	.btn-group-xs > .btn .badge {
		top: 0;
		padding: 1px 5px;
	}

.btn-group-sm > .btn, .btn-sm {
	font-size: 12px;
}

.form-control.input-sm {
	padding: 5px 10px;
}

.form-field-container .custom-control.custom-checkbox:first-of-type label {
	margin-top: .5rem;
}

.form-field-container .radio-inline:first-child {
	padding-left: 0px;
}

/*.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}*/

/* Comment out below when doing smartadmin v4 button/input group types */
.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
	height: 30px;
}

/* Fix for input groups, use auto height */
/* Uncomment below when doing smartadmin v4 button/input group types */
/*.input-group select.form-control, .input-group input.form-control {
	height: auto;
}*/

.select2-display-none, .select2-hidden-accessible {
	display: none;
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
	font-size: .75rem;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.input-group .form-control {
	/*float: left;*/
	position: relative;
	z-index: 2;
	/*width: 100%;*/
	margin-bottom: 0;
}

.menu-select {
	display: flex;
	flex-direction: row;
}

.checkbox-inline, .radio-inline {
	/*position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;*/
	cursor: pointer;
}

	.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
		position: absolute;
		margin-top: 4px\9;
		margin-left: -20px;
	}

	.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
		margin-top: 0;
		margin-left: 10px;
	}

.radio input[type=radio].radiobox + span {
	margin-left: 0px;
}

.radio-vertical, .checkbox-vertical {
	display: block;
}

.input-table-wrap {
	display: table;
}

	.input-table-wrap > label.checkbox-table, .input-table-wrap > label.radio-table {
		display: table-cell;
	}

.checkbox {
	position: relative;
	display: block;
	/*/margin-top: 10px;*/
	margin-bottom: 10px;
}

input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
}

.input-sm {
	padding: 5px 10px;
}

/* App Application landing page */
ul.status:before {
	display: none;
}

/* App Detail Tabs H2 size override */
.applicant-detail-tabs-content.tab-content .tab-pane h2 {
	font-size: 1.5rem;
}

/* Tabs */
#login-form .nav .nav-link:not([class^="btn-"]):not([class*=" btn-"]) {
	font-size: 1rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border: none;
	background-color: #eee;
	border-color: #eee #eee #ddd;
}

.nav-tabs .nav-link {
	border: none;
}

.nav-item .nav-link.active, .nav-pills a.nav-link.active {
	--box-shadow-color: #57889c;
}

.nav-item .nav-link.active {
	/*-webkit-box-shadow: -1px 0px 0px 1px #57889c;
    -moz-box-shadow: -1px 0px 0px 1px #57889c;
    box-shadow: -1px 0px 0px 1px #57889c;*/
	-webkit-box-shadow: 0 -2px 0 var(--box-shadow-color);
	-moz-box-shadow: 0 -2px 0 var(--box-shadow-color);
	box-shadow: 0 -2px 0 var(--box-shadow-color);
	margin-top: 1px !important;
	font-weight: 700;
	border: 1px solid transparent;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #fff;
}

.jarvistabs .nav-tabs > li.active > a {
	--box-shadow-color: #57889c;
}

.jarvistabs .nav-tabs > li.active > a {
	-webkit-box-shadow: 0 -2px 0 var(--box-shadow-color);
	-moz-box-shadow: 0 -2px 0 var(--box-shadow-color);
	box-shadow: 0 -2px 0 var(--box-shadow-color);
	border-top-width: 0 !important;
	margin-top: 1px !important;
	font-weight: 700;
}

.nav .nav-link.active:not([class^="btn-"]):not([class*=" btn-"]) {
	background-color: #fff;
	font-weight: bolder;
}

.nav-item .nav-link.active > * {
	font-weight: 700;
}

.feFieldSettings a.nav-link.active {
	-webkit-box-shadow: -1px 0px 0px 1px var(--box-shadow-color);
	-moz-box-shadow: -1px 0px 0px 1px var(--box-shadow-color);
	box-shadow: 0px -1px 0px 0px var(--box-shadow-color);
}

/* Pill Tabs */
.nav-pills a.nav-link.active {
	-webkit-box-shadow: -2px 0px 1px 0px var(--box-shadow-color);
	-moz-box-shadow: -2px 0px 1px 0px var(--box-shadow-color);
	box-shadow: -2px 0px 1px 0px var(--box-shadow-color);
	border-right: 0px;
}

/* Jarvis Widgets */
.jarviswidget {
	display: flex;
	flex-direction: column;
}

/*.jarviswidget header .nav-tabs > li > a {
	padding: 7px 15px 4px;
}*/

/*.jarviswidget header button.btn {
    margin-top: -3px;
    font-size: 12px;
    padding: 1px 8px;
}*/

.show > .dropdown-menu {
	-webkit-animation-name: flipInX;
	-moz-animation-name: flipInX;
	-o-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
	-o-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* Changed due to not including bs in vender bundles*/
/*.jarviswidget header a.btn {
    margin-top: -3px;
    font-size: 12px !important;
    padding: 1px 8px !important;
}*/

#report-builder .jarviswidget .header-actions {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 32px;
}

/* Breadcrumbs */
#ribbon ol.breadcrumb {
	display: inline-flex;
}

/* Login */
/*.real-login-button {
	background-color: #337ab7!important;
}
.real-login-button > input {
    border: none!important;
    color: #fff;
}*/

/* App Grids
.table th, .table td {
    padding: 0px;
}
 */
.gridview-header th {
	font-weight: bold;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

/* Forms */

.steps a .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}

/*.input-sm, select.input-sm {
	height: 30px;
	font-size: 12px;
}

.input-md, select.input-md {
	height: 34px;
	font-size: 14px;
}

.input-lg, select.input-lg {
	height: 46px;
	font-size: 18px;
}*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 34px;
	}

	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"] {
		line-height: 30px;
	}

	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"] {
		line-height: 46px;
	}
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}

	.form-control-static.input-lg,
	.form-control-static.input-sm {
		padding-right: 0;
		padding-left: 0;
	}

.btn-labeled {
	padding-top: 0px;
	padding-bottom: 0px;
}

.btn-label {
	left: -8px;
	padding: 4px 12px;
}

.btn-sm .btn-label {
	left: -10px;
}

/* Search Filter Button Breaks into two lines */
#a-edit-filter.btn-sm.btn-labeled {
	min-width: 115px;
}

.btn-md .btn-label {
	left: -12px;
}

.btn-lg .btn-label {
	left: -16px;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

	.btn-group-justified > .btn,
	.btn-group-justified > .btn-group {
		display: table-cell;
		float: none;
		width: 1%;
	}

		.btn-group-justified > .btn-group .btn {
			width: 100%;
		}

		.btn-group-justified > .btn-group .dropdown-menu {
			left: auto;
		}

/* App Profile */
.amp-affix .amp-affix-inner-wrapper {
	padding: 10px;
}

/* Header */
.project-selector.dropdown-toggle:after, .dropleft .project-selector.dropdown-toggle:before {
	display: none;
}

/* Tables */
/* Danger */
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
	background-color: #f2dede;
}

span.label.label-danger {
	background-color: #dc3545;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
	background-color: #ebcccc;
}

/* Warning */
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
	background-color: #fcf8e3;
}

span.label.label-warning {
	background-color: #ffc107;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
	background-color: #faf2cc;
}

/* Info */
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
	background-color: #d9edf7;
}

span.label.label-info {
	background-color: #17a2b8;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
	background-color: #c4e3f3;
}

/* Success */
.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
	background-color: #dff0d8;
}

span.label.label-success {
	background-color: #28a745;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
	background-color: #d0e9c6;
}

/* Form Editor */
.field-markup .row.formeditor-field {
	height: auto;
}

#fe-settings-pages .tabs-left {
	display: flex;
}

.nav-pills .nav-link, .nav-pills > .nav-link {
	color: #555;
	font-weight: bold;
}

	.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
		color: #555;
		font-weight: bold;
	}

/* dropdown toggle remove down caret */
.btn.dropdown-toggle:after, .btn.dropleft .dropdown-toggle:before {
	content: '' !important;
}

/* Builders Overrides */


/* Helper classes */
.buttons-inline > * {
	display: inline-block;
	margin-bottom: 0px;
}

.label-align-left label {
	justify-content: flex-start;
}

/* BorderRadius.less */
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

	.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

/* Dropdowns.less */
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 13px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

	.dropdown-menu.pull-right {
		right: 0;
		left: auto;
	}

	.dropdown-menu .divider {
		height: 1px;
		margin: 8px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}

	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333333;
		white-space: nowrap;
	}

		.dropdown-menu > li > a:hover,
		.dropdown-menu > li > a:focus {
			text-decoration: none;
			color: #ffffff;
			background-color: #3276b1;
		}

	.dropdown-menu > .active > a,
	.dropdown-menu > .active > a:hover,
	.dropdown-menu > .active > a:focus {
		color: #ffffff;
		text-decoration: none;
		outline: 0;
		background-color: #3276b1;
	}

	.dropdown-menu > .disabled > a,
	.dropdown-menu > .disabled > a:hover,
	.dropdown-menu > .disabled > a:focus {
		color: #999999;
	}

		.dropdown-menu > .disabled > a:hover,
		.dropdown-menu > .disabled > a:focus {
			text-decoration: none;
			background-color: transparent;
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
			cursor: not-allowed;
		}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #999999;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

/* Panels */
.panel-group {
	margin-bottom: 20px;
}

	.panel-group .panel {
		margin-bottom: 0;
		border-radius: 4px;
	}

#layout .panel-default > .panel-heading + .panel-collapse > .panel-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default {
	border-color: #ddd;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-group .panel, .smart-accordion-default .panel-heading {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

	.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
		color: inherit;
	}

.panel-body {
	padding: 15px;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #337ab7;
	background-color: #fff;
}

.list-group-item > .badge {
	float: right;
}

	.list-group-item > .badge + .badge {
		margin-right: 5px;
	}

/* Modal */
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	display: block;
}

body:not(.no-slimscroll) .custom-scroll {
	overflow: auto;
}
/* Bootstrap 4 Glyphicons */
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('includes/theme/fonts/glyphicons-halflings-regular.eot');
	src: url('includes/theme/fonts/glyphicons-halflings-regulard41d.eot?#iefix') format('embedded-opentype'), url('includes/theme/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('includes/theme/fonts/glyphicons-halflings-regular.woff') format('woff'), url('includes/theme/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('includes/theme/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "\002a";
}

.glyphicon-plus:before {
	content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "\20ac";
}

.glyphicon-minus:before {
	content: "\2212";
}

.glyphicon-cloud:before {
	content: "\2601";
}

.glyphicon-envelope:before {
	content: "\2709";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-lock:before {
	content: "\e033";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-bookmark:before {
	content: "\e044";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-camera:before {
	content: "\e046";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-fire:before {
	content: "\e104";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-calendar:before {
	content: "\e109";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-bell:before {
	content: "\e123";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-wrench:before {
	content: "\e136";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-briefcase:before {
	content: "\e139";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-paperclip:before {
	content: "\e142";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-pushpin:before {
	content: "\e146";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

.glyphicon-cd:before {
	content: "\e201";
}

.glyphicon-save-file:before {
	content: "\e202";
}

.glyphicon-open-file:before {
	content: "\e203";
}

.glyphicon-level-up:before {
	content: "\e204";
}

.glyphicon-copy:before {
	content: "\e205";
}

.glyphicon-paste:before {
	content: "\e206";
}

.glyphicon-alert:before {
	content: "\e209";
}

.glyphicon-equalizer:before {
	content: "\e210";
}

.glyphicon-king:before {
	content: "\e211";
}

.glyphicon-queen:before {
	content: "\e212";
}

.glyphicon-pawn:before {
	content: "\e213";
}

.glyphicon-bishop:before {
	content: "\e214";
}

.glyphicon-knight:before {
	content: "\e215";
}

.glyphicon-baby-formula:before {
	content: "\e216";
}

.glyphicon-tent:before {
	content: "\26fa";
}

.glyphicon-blackboard:before {
	content: "\e218";
}

.glyphicon-bed:before {
	content: "\e219";
}

.glyphicon-apple:before {
	content: "\f8ff";
}

.glyphicon-erase:before {
	content: "\e221";
}

.glyphicon-hourglass:before {
	content: "\231b";
}

.glyphicon-lamp:before {
	content: "\e223";
}

.glyphicon-duplicate:before {
	content: "\e224";
}

.glyphicon-piggy-bank:before {
	content: "\e225";
}

.glyphicon-scissors:before {
	content: "\e226";
}

.glyphicon-bitcoin:before {
	content: "\e227";
}

.glyphicon-btc:before {
	content: "\e227";
}

.glyphicon-xbt:before {
	content: "\e227";
}

.glyphicon-yen:before {
	content: "\00a5";
}

.glyphicon-jpy:before {
	content: "\00a5";
}

.glyphicon-ruble:before {
	content: "\20bd";
}

.glyphicon-rub:before {
	content: "\20bd";
}

.glyphicon-scale:before {
	content: "\e230";
}

.glyphicon-ice-lolly:before {
	content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}

.glyphicon-education:before {
	content: "\e233";
}

.glyphicon-option-horizontal:before {
	content: "\e234";
}

.glyphicon-option-vertical:before {
	content: "\e235";
}

.glyphicon-menu-hamburger:before {
	content: "\e236";
}

.glyphicon-modal-window:before {
	content: "\e237";
}

.glyphicon-oil:before {
	content: "\e238";
}

.glyphicon-grain:before {
	content: "\e239";
}

.glyphicon-sunglasses:before {
	content: "\e240";
}

.glyphicon-text-size:before {
	content: "\e241";
}

.glyphicon-text-color:before {
	content: "\e242";
}

.glyphicon-text-background:before {
	content: "\e243";
}

.glyphicon-object-align-top:before {
	content: "\e244";
}

.glyphicon-object-align-bottom:before {
	content: "\e245";
}

.glyphicon-object-align-horizontal:before {
	content: "\e246";
}

.glyphicon-object-align-left:before {
	content: "\e247";
}

.glyphicon-object-align-vertical:before {
	content: "\e248";
}

.glyphicon-object-align-right:before {
	content: "\e249";
}

.glyphicon-triangle-right:before {
	content: "\e250";
}

.glyphicon-triangle-left:before {
	content: "\e251";
}

.glyphicon-triangle-bottom:before {
	content: "\e252";
}

.glyphicon-triangle-top:before {
	content: "\e253";
}

.glyphicon-console:before {
	content: "\e254";
}

.glyphicon-superscript:before {
	content: "\e255";
}

.glyphicon-subscript:before {
	content: "\e256";
}

.glyphicon-menu-left:before {
	content: "\e257";
}

.glyphicon-menu-right:before {
	content: "\e258";
}

.glyphicon-menu-down:before {
	content: "\e259";
}

.glyphicon-menu-up:before {
	content: "\e260";
}

.fc-content-skeleton .fc-event-container .fc-event, .fc-content-skeleton .fc-event-container .fc-event:hover, .ui-widget .fc-content-skeleton .fc-event-container .fc-event {
	color: #fff;
}
/* Old Theme Files */
/* Utilities */
.center-vertical {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*.btn-labeled-end {
    padding-top: 0px;
    padding-bottom: 0px;
}*/

/* label append at the end*/
.btn-labeled-end + .btn-label {
	padding-top: 0px;
	padding-bottom: 0px;
	color: inherit;
	border: none;
	box-shadow: none !important;
	position: relative;
	background: rgba(0,0,0,.15);
	border-radius: 0px;
	left: unset !important;
	top: unset !important;
}

.btn-label-end:active {
	top: unset;
	left: -14px;
}

.border-form-style {
	border-color: #ccc;
}

/* DL Utility Classes */
@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}
}

/* Block Quote */
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}

	blockquote p:last-child,
	blockquote ul:last-child,
	blockquote ol:last-child {
		margin-bottom: 0;
	}

	blockquote footer,
	blockquote small,
	blockquote .small {
		display: block;
		font-size: 80%;
		line-height: 1.42857143;
		color: #777777;
	}

		blockquote footer:before,
		blockquote small:before,
		blockquote .small:before {
			content: "\2014 \00A0";
		}

	.blockquote-reverse,
	blockquote.pull-right {
		padding-right: 15px;
		padding-left: 0;
		text-align: right;
		border-right: 5px solid #eeeeee;
		border-left: 0;
	}

		.blockquote-reverse footer:before,
		blockquote.pull-right footer:before,
		.blockquote-reverse small:before,
		blockquote.pull-right small:before,
		.blockquote-reverse .small:before,
		blockquote.pull-right .small:before {
			content: "";
		}

		.blockquote-reverse footer:after,
		blockquote.pull-right footer:after,
		.blockquote-reverse small:after,
		blockquote.pull-right small:after,
		.blockquote-reverse .small:after,
		blockquote.pull-right .small:after {
			content: "\00A0 \2014";
		}

/* Images */
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-circle {
	border-radius: 50%;
}

/* Reset line height to not use root inherit, useful for the help blocks */
.line-height-default {
	line-height: 1.4 !important;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}

/* Has alert classes */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

	.has-success .form-control:focus {
		border-color: #2b542c;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

	.has-warning .form-control:focus {
		border-color: #66512c;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

	.has-error .form-control:focus {
		border-color: #843534;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
	top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

/* Utils from bs3 that were depricated */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table !important;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table !important;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table !important;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table !important;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table !important;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

/* Prospect */
input[type="file"].file-upload-p-adjust {
	padding: 2px 5px;
}

/* Dropdown based on button group needs d-inline-flex */
.btn-group.show.d-inline-flex {
	display: inline-flex !important
}

/* Interview Available Slots */
.fac-avail-slots-cb-list .avail-slots > table td {
	border: none;
}

/* These styles will not take effect after switch from jarvis widget to bs4 panels */

.jarviswidget > header {
	min-height: 34px;
	height: auto;
	line-height: 2rem;
}

.jarviswidget .nav.nav-tabs {
	border-bottom: 0px;
}

/* End CSS to remove after 2023.05  */

/* Override list view for old jarvis widget */

.field-listview .jarviswidget > header h2 {
	line-height: inherit;
	white-space: break-spaces;
}

#listViewAddTitle {
	font-size: 1.25rem;
}



/* datepicker z index is dynamic (parent + 10), set to high number baseline*/
div.datepicker {
	z-index: 9000;
	width: auto !important;
}

/* panel updates */
.panel-content .table-responsive.table-scroll-bottom {
	margin-bottom: 0px;
}

/* jarvis old tab support */
.panel-hdr.jarvistabs {
	min-height: initial;
}

	.panel-hdr.jarvistabs > ul.nav {
		padding-left: 0px;
		border-bottom: 0px;
		padding-right: 0px;
	}

		.panel-hdr.jarvistabs > ul.nav a {
			border-radius: 0px;
			height: 100%;
		}

			.panel-hdr.jarvistabs > ul.nav a.active {
				border-bottom: none;
			}

		.panel-hdr.jarvistabs > ul.nav a {
			margin-top: 0px !important;
		}

/* Panel Adjustments */
.panel-hdr h2 {
	line-height: initial;
	font-size: 0.875rem;
	font-weight: 500;
}

.panel-hdr.darkblue {
	background-color: #4c4f53 !important;
}

.panel .jarviswidget-color-darkBlue {
	background-color: #4c4f53 !important;
}

.panel-hdr .panel-toolbar label.checkbox {
	line-height: inherit;
	min-height: auto;
	margin-bottom: 0px;
}

	.panel-hdr .panel-toolbar label.checkbox i {
		top: 0px;
	}

/* button long list helper */
.btns-long-list .btn {
	margin: 0 .375rem 1rem 0 !important;
}

	.btns-long-list .btn.btn-labled-end {
		margin: 0 0 1rem 0 !important;
	}

/* Summary Notifications update */
#live-feed-summary .app-updates #msgs table {
	margin-bottom: 0px;
}

#live-feed-summary .app-updates #procs table {
	margin-bottom: 0px;
}

#live-feed-summary .app-updates #msgs .msg-cat-detail td, #live-feed-summary .app-updates #procs .process-cat-detail td {
	padding-top: 5px;
}

#live-feed-summary .app-updates #msgs .msg-cat-detail, #live-feed-summary .app-updates #procs .process-cat-detail {
	margin-top: 5px;
}

#live-feed-summary .app-updates p:last-of-type {
	margin-bottom: 0px;
}

	#live-feed-summary .app-updates p:last-of-type a {
		margin-bottom: 10px;
		display: block;
	}

/* Flex basis utility classes */
.flex-eq-w {
	flex: 1 1 0px !important;
}

/* Matrix */
/*.matrix-wrapper .matrix {
    border: 1px solid #ccc;
    border-bottom: none;
}

.matrix-wrapper .matrix .matrix-columns {
    border-bottom: 1px solid #ccc;
}

.matrix-wrapper .matrix .matrix-row {
    border-bottom: 1px solid #ccc;
}

.matrix .matrix-radio.radio-inline {
    margin-left: 0px;
    text-align: center;
}

.matrix-column.col {
    text-align: center;
}*/

.matrix-row-label {
	max-width: 150px !important;
	word-break: break-word;
}

.matrix-column.fake-column {
	max-width: 150px;
}

/* WL #86350 - MMI Scenario Preview */
#scenario-list .amp-re-rules .popover {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0px;
	left: 0px !important;
	right: 0px !important;
}

/* Theme config buttons */
/* Default */
.btn-default {
	--default-box-shadow-color: 0,123,255;
	--default-border-color: #c6c6c6;
}

.btn-default {
	border-color: var(--default-border-color);
}

.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show > .btn-default.dropdown-toggle {
	border-color: var(--default-border-color);
}

.btn-default.focus, .btn-default:focus {
	border-color: var(--default-border-color);
	box-shadow: 0 0 0 .2rem rgba(var(--default-box-shadow-color), 0.25);
}

.btn-default:focus {
	border-color: var(--default-border-color)!important;
}

/* Primary */
.btn-primary {
	--primary-box-shadow-color: 51, 122, 183;
	--primary-border-color: #007bff;
}

.btn-primary:hover {
	border-color: var(--primary-border-color);
}

.btn-primary {
	-webkit-box-shadow: 0 2px 6px 0 rgba(var(--primary-box-shadow-color), 0.5);
	box-shadow: 0 2px 6px 0 rgba(var(--primary-box-shadow-color), 0.5);
	border-color: var(--primary-border-color);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	border-color: var(--primary-border-color);
}

.btn-primary.focus, .btn-primary:focus {
	border-color: var(--primary-border-color);
	box-shadow: 0 0 0 .2rem rgba(var(--primary-box-shadow-color), 0.5);
}

/* Success */
.btn-success {
	--success-box-shadow-color: 92, 184, 92;
	--success-border-color: #28a745;
}

.btn-success:hover {
	border-color: var(--success-border-color);
}

.btn-success {
	-webkit-box-shadow: 0 2px 6px 0 rgba(var(--success-box-shadow-color), 0.5);
	box-shadow: 0 2px 6px 0 rgba(var(--success-box-shadow-color), 0.5);
	border-color: var(--success-border-color);
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
	border-color: var(--success-border-color);
}

.btn-success.focus, .btn-success:focus {
	border-color: var(--success-border-color);
	box-shadow: 0 0 0 .2rem rgba(var(--success-box-shadow-color), 0.5);
}

/* Danger */
.btn-danger {
	--danger-box-shadow-color: 217, 83, 79;
	--danger-border-color: #dc3545;
}

.btn-danger:hover {
	border-color: var(--danger-border-color);
}

.btn-danger {
	-webkit-box-shadow: 0 2px 6px 0 rgba(var(--danger-box-shadow-color), 0.5);
	box-shadow: 0 2px 6px 0 rgba(var(--danger-box-shadow-color), 0.5);
	border-color: var(--danger-border-color);
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
	border-color: var(--danger-border-color);
}

.btn-danger.focus, .btn-danger:focus {
	border-color: var(--danger-border-color);
	box-shadow: 0 0 0 .2rem rgba(var(--danger-box-shadow-color), 0.5);
}

/* Warning */
.btn-warning {
	--warning-box-shadow-color: 240, 173, 78;
	--warning-border-color: #ffc107;
}

.btn-warning:hover {
	border-color: var(--warning-border-color);
}

.btn-warning {
	-webkit-box-shadow: 0 2px 6px 0 rgba(var(--warning-box-shadow-color), 0.5);
	box-shadow: 0 2px 6px 0 rgba(var(--warning-box-shadow-color), 0.5);
	border-color: var(--warning-border-color);
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
	border-color: var(--warning-border-color);
}

.btn-warning.focus, .btn-warning:focus {
	border-color: var(--warning-border-color);
	box-shadow: 0 0 0 .2rem rgba(var(--warning-box-shadow-color), 0.5);
}

/* Info */
.btn-info {
	--info-box-shadow-color: 91, 192, 222;
	--info-border-color: #117a8b;
}

.btn-info:hover {
	border-color: var(--info-border-color);
}

.btn-info {
	-webkit-box-shadow: 0 2px 6px 0 rgba(var(--info-box-shadow-color), 0.5);
	box-shadow: 0 2px 6px 0 rgba(var(--info-box-shadow-color), 0.5);
	border-color: var(--info-border-color);
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
	border-color: var(--info-border-color);
}

.btn-info.focus, .btn-info:focus {
	border-color: var(--info-border-color);
	box-shadow: 0 0 0 .2rem rgba(var(--info-box-shadow-color), 0.5);
}

/* Prospect Default */
body#prospect_embed_body .btn-default {
	--pros-default-box-shadow-color: 0,123,255;
	--pros-default-border-color: #c6c6c6;
}

body#prospect_embed_body .btn-default {
	border-color: var(--pros-default-border-color);
}

body#prospect_embed_body .btn-default:not(:disabled):not(.disabled).active, body#prospect_embed_body .btn-default:not(:disabled):not(.disabled):active, body#prospect_embed_body .show > .btn-default.dropdown-toggle {
	border-color: var(--pros-default-border-color);
}

body#prospect_embed_body .btn-default.focus, body#prospect_embed_body .btn-default:focus {
	border-color: var(--pros-default-border-color);
	box-shadow: 0 0 0 .2rem rgba(var(--pros-default-box-shadow-color), 0.25);
}

body#prospect_embed_body .btn-default:focus {
	border-color: var(--pros-default-border-color)!important;
}

/* Prospect Primary */
body#prospect_embed_body .btn-primary {
	--pros-primary-box-shadow-color: 51, 122, 183;
	--pros-primary-border-color: #007bff;
}

body#prospect_embed_body .btn-primary:hover {
	border-color: var(--pros-primary-border-color);
}

body#prospect_embed_body .btn-primary {
	-webkit-box-shadow: 0 2px 6px 0 rgba(var(--pros-primary-box-shadow-color), 0.5);
	box-shadow: 0 2px 6px 0 rgba(var(--pros-primary-box-shadow-color), 0.5);
	border-color: var(--pros-primary-border-color);
}

body#prospect_embed_body .btn-primary:not(:disabled):not(.disabled).active, body#prospect_embed_body .btn-primary:not(:disabled):not(.disabled):active, body#prospect_embed_body .show > .btn-primary.dropdown-toggle {
	border-color: var(--pros-primary-border-color);
}

body#prospect_embed_body .btn-primary.focus, body#prospect_embed_body .btn-primary:focus {
	border-color: var(--pros-primary-border-color);
	box-shadow: 0 0 0 .2rem rgba(var(--pros-primary-box-shadow-color), 0.5);
}

/* Prospect Success */
body#prospect_embed_body .btn-success {
	--pros-success-box-shadow-color: 92, 184, 92;
	--pros-success-border-color: #28a745;
}

body#prospect_embed_body .btn-success:hover {
	border-color: var(--pros-success-border-color);
}

body#prospect_embed_body .btn-success {
	-webkit-box-shadow: 0 2px 6px 0 rgba(var(--pros-success-box-shadow-color), 0.5);
	box-shadow: 0 2px 6px 0 rgba(var(--pros-success-box-shadow-color), 0.5);
	border-color: var(--pros-success-border-color);
}

body#prospect_embed_body .btn-success:not(:disabled):not(.disabled).active, body#prospect_embed_body  .btn-success:not(:disabled):not(.disabled):active, body#prospect_embed_body .show > .btn-success.dropdown-toggle {
	border-color: var(--pros-success-border-color);
}

body#prospect_embed_body .btn-success.focus, body#prospect_embed_body .btn-success:focus {
	border-color: var(--pros-success-border-color);
	box-shadow: 0 0 0 .2rem rgba(var(--pros-success-box-shadow-color), 0.5);
}

/* Prospect Danger */
body#prospect_embed_body .btn-danger {
	--pros-danger-box-shadow-color: 217, 83, 79;
	--pros-danger-border-color: #dc3545;
}

body#prospect_embed_body .btn-danger:hover {
	border-color: var(--pros-danger-border-color);
}

body#prospect_embed_body .btn-danger {
	-webkit-box-shadow: 0 2px 6px 0 rgba(var(--pros-danger-box-shadow-color), 0.5);
	box-shadow: 0 2px 6px 0 rgba(var(--pros-danger-box-shadow-color), 0.5);
	border-color: var(--pros-danger-border-color);
}

body#prospect_embed_body .btn-danger:not(:disabled):not(.disabled).active, body#prospect_embed_body .btn-danger:not(:disabled):not(.disabled):active, body#prospect_embed_body .show > .btn-danger.dropdown-toggle {
	border-color: var(--pros-danger-border-color);
}

body#prospect_embed_body .btn-danger.focus, body#prospect_embed_body .btn-danger:focus {
	border-color: var(--pros-danger-border-color);
	box-shadow: 0 0 0 .2rem rgba(var(--pros-danger-box-shadow-color), 0.5);
}

/* Prospect Warning */
body#prospect_embed_body .btn-warning {
	--pros-warning-box-shadow-color: 240, 173, 78;
	--pros-warning-border-color: #ffc107;
}

body#prospect_embed_body .btn-warning:hover {
	border-color: var(--pros-warning-border-color);
}

body#prospect_embed_body .btn-warning {
	-webkit-box-shadow: 0 2px 6px 0 rgba(var(--pros-warning-box-shadow-color), 0.5);
	box-shadow: 0 2px 6px 0 rgba(var(--pros-warning-box-shadow-color), 0.5);
	border-color: var(--pros-warning-border-color);
}

body#prospect_embed_body .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
	border-color: var(--pros-warning-border-color);
}

body#prospect_embed_body .btn-warning.focus, body#prospect_embed_body .btn-warning:focus {
	border-color: var(--pros-warning-border-color);
	box-shadow: 0 0 0 .2rem rgba(var(--pros-warning-box-shadow-color), 0.5);
}

/* Prospect Info */
body#prospect_embed_body .btn-info {
	--pros-info-box-shadow-color: 91, 192, 222;
	--pros-info-border-color: #117a8b;
}

body#prospect_embed_body .btn-info:hover {
	border-color: var(--pros-info-border-color);
}

body#prospect_embed_body .btn-info {
	-webkit-box-shadow: 0 2px 6px 0 rgba(var(--pros-info-box-shadow-color), 0.5);
	box-shadow: 0 2px 6px 0 rgba(var(--pros-info-box-shadow-color), 0.5);
	border-color: var(--pros-info-border-color);
}

body#prospect_embed_body .btn-info:not(:disabled):not(.disabled).active, body#prospect_embed_body .btn-info:not(:disabled):not(.disabled):active, body#prospect_embed_body .show > .btn-info.dropdown-toggle {
	border-color: var(--pros-info-border-color);
}

body#prospect_embed_body .btn-info.focus, body#prospect_embed_body .btn-info:focus {
	border-color: var(--pros-info-border-color);
	box-shadow: 0 0 0 .2rem rgba(var(--pros-info-box-shadow-color), 0.5);
}

/* End Theme config buttons */

/* Theme config tables */
.table > tbody > tr:nth-child(odd), table > tbody > tr:nth-child(odd) {
	--table-general-odd-background-color: 255,255,255;
	--table-general-odd-background-opacity: 1;
}

.table > tbody > tr:nth-child(odd), table > tbody > tr:nth-child(odd) {
	background-color: rgba(var(--table-general-odd-background-color),var(--table-general-odd-background-opacity));
}

.table > tbody > tr:nth-child(even), table > tbody > tr:nth-child(even) {
	--table-general-even-background-color: 255,255,255;
	--table-general-even-background-opacity: 1;
}

.table > tbody > tr:nth-child(even), table > tbody > tr:nth-child(even) {
	background-color: rgba(var(--table-general-even-background-color),var(--table-general-even-background-opacity));
}

.table-striped tbody tr:nth-of-type(odd) {
	--table-odd-background-color: 0,0,0;
	--table-odd-background-opacity: .05;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(var(--table-odd-background-color),var(--table-odd-background-opacity));
}

.table-striped tbody tr:nth-of-type(even) {
	--table-even-background-color: 255,255,255;
	--table-even-background-opacity: 1;
}

.table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(var(--table-even-background-color),var(--table-even-background-opacity));
}

.todo > li {
	margin: 0px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAQCAYAAADagWXwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RkQ1OEY4NTM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RkQ1OEY4NjM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRGRDU4RjgzMzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRGRDU4Rjg0Mzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pTD+wgAAACtJREFUeNpimDBhwn8gYABhdDYjiIELMDHgAUwTJ06Ea0VnjxpLO2MBAgwAGYZLegQbQ3UAAAAASUVORK5CYII=) 7px 10px no-repeat;
}

.todo > li > :first-child {
	padding: 6px 11px 6px 22px;
}

#todo-list ul:nth-of-type(odd) li {
	--table-general-odd-background-color: 255,255,255;
	--table-general-odd-background-opacity: 1;
}

#todo-list ul:nth-of-type(odd) li {
	background-color: rgba(var(--table-general-odd-background-color),var(--table-general-odd-background-opacity));
}

#todo-list ul:nth-of-type(even) li {
	--table-general-even-background-color: 255,255,255;
	--table-general-even-background-opacity: 1;
}

#todo-list ul:nth-of-type(even) li {
	background-color: rgba(var(--table-general-even-background-color),var(--table-general-even-background-opacity));
}
