html, body {
	background-color: #fff;
	color: #636363;
	font-family: 'Lato', sans-serif;
	height: 100vh;
	margin: 0;
}

/* 
{ outline: 2px dotted red !important; }
* * { outline: 2px dotted green !important; }
* * * { outline: 2px dotted orange !important; }
* * * * { outline: 2px dashed blue !important; }
* * * * * { outline: 1px solid red !important; }
* * * * * * { outline: 1px solid green !important; }
* * * * * * * { outline: 1px solid orange !important; }
* * * * * * * * { outline: 1px solid blue !important; }
*/


h1 {
	font-family: 'Dosis', sans-serif;
	font-size: 3.5rem;
	font-weight: 300;
	color: #666;
	margin-top: 5px;
}

h2 {
	font-size: 2rem;
	margin-top: 0px;
	color: #999;
	font-weight: 300;
}

h1 + h2 {
	color: #cbb4d6;
	margin-top: 0px;
	font-size: 2.4rem;
}

h3 + h2 {
	margin-top: -5px;
}


h3 {
	font-family: 'Dosis', sans-serif;
	font-size: 2em;
	font-weight: 300;
	color: #8c2f5e;
	margin-bottom: 5px;
}

h4 {
    font-family: 'Dosis', sans-serif;
    font-size: 1.33em;
    font-weight: 600;
    color: #d28caf;
    color: #999;
    margin: 15px 0px 0px;
}

h5 {
	font-family: 'Dosis', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	color: #8c2f5e;
	margin-bottom: 5px;
}

h6 {
	font-family: 'Dosis', sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	color: #69113E;
	margin-bottom: 5px;
}

h6 > span {
	font-weight: 400;
}

b {
	font-weight: 900;
}

a {
	color: #794a8d;
	transition: all 0.5s ease;
}

a:hover, a:active, a:hover:active {
	color: #5B2971;
	cursor: pointer;
	text-decoration: underline;
}

a:focus {
    outline: 1px auto rgba(245,245,245,0.75);
    outline-offset: -2px;
}

.href {
	color: #999;
}

.href:hover {
	cursor: pointer;
	color: #333;
	text-decoration: underline;
}

.page-introduction {
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1em;
	color: #333;
}

.spacer {
	clear: both;
	height: 40px;
}

button {
	transition: all 0.5s ease;
}

::placeholder {
	color: rgba(51, 51, 51, 0.33);
	font-family: 'Dosis', sans-serif;
	line-height: 1em;
}
::-moz-placeholder { /* Firefox 19+ */
	color: rgba(51, 51, 51, 0.33);
	font-family: 'Dosis', sans-serif;
	line-height: 1em;
}
:-ms-input-placeholder { /* IE 10+ */
	color: rgba(51, 51, 51, 0.33);
	font-family: 'Dosis', sans-serif;
	line-height: 1em;
}
:-moz-placeholder { /* Firefox 18- */
	color: rgba(51, 51, 51, 0.33);
	font-family: 'Dosis', sans-serif;
	line-height: 1em;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(51, 51, 51, 0.33);
	font-family: 'Dosis', sans-serif;
	line-height: 1em;
}


label {
	color: #666;
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 1.25rem;
}

label > span {
	color: #999;
}


label.alt, labelalt {
	margin-top: 0px;
	font-weight: 700;
	font-size: 1rem;
	color: #333;
}


code, kbd, pre, samp {
	font-family: Consolas, Menlo, Monaco, monospace;
	line-height: 1em;
}

kbd {
	padding: 2px 4px 0px;
    font-size: 85%;
    color: #fff;
    background-color: #666;
}

kbd.sub {
	font-weight: 300;
	color: #fff;
	background-color: #ccc;
	-webkit-box-shadow: none;
    box-shadow: none;
}


.table-form {
	text-align: left;
}

.table-form label {
	margin-bottom: 3px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.1rem;
	color: #333;
	margin-top: 9px;
}

.table-form label:first-of-type {
	margin-top: 0;
}

.table-form label.required:after {
    content: "\f005";
    font-family: FontAwesome;
    color: #999;
    position: absolute;
    right: -12px;
    top: 33%;
    opacity: 0.33;
}

.table-form label.required.missing:after {
    color: #c00;
    opacity: 0.66;
}


.table-form label:not(:first-of-type) {
	margin-top: 15px;
}

.table-form label.error {
	font-weight: 600;
	color: #900;
}

.table-form > label:first-child {
	margin-top: 0px;
}

.table-form .sub-group label, sublabel {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1rem;
	color: #888;
	display: block;
}

.table-form .sub-group {
	border-left: 1px dotted #ccc;
	padding-left: 10px;
}

.table-form .sub-group label, sublabel {
	margin-top: 10px;
}

.table-form .sub-group label:first-child, sublabel:first-child {
	margin-top: 0px;
}

.table-form .sub-group label.for-toggle {
	letter-spacing: 0px;
	font-weight: 400;
	color: #333;
	font-size: 1.2rem;
}

nav {
	background-color: #ececec;
}

.navbar {
	border-radius: 0px !important;
	height: 50px;
	border: 0px;
}

.navbar-brand {
	padding: 11px 15px;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.navbar-collapse {
		background: rgba(254,254,254,0.99); z-index: 900; position: relative; border-bottom: 1px solid #ccc;
	}
}

.sub-navigation {
	margin: 0px;
	padding: 5px 0px;
	margin-left: auto;
	margin-right: auto;
}

.sub-navigation > li {
	display: inline-block;
	margin: 0px 5px;
}

.sub-navigation > li a:hover {
	text-decoration: none;
}


#sub-tabs > li > a {
	padding: 5px 10px;
	border-radius: 2px 2px 0 0;
}

#sub-tabs > li:not(.active) > a:focus, #sub-tabs > li:not(.active) > a:hover {
	background: #eee;
	color: #666;
}

#site-navigation ul.nav li {
	border-bottom: 2px solid transparent;
}

#site-navigation ul.nav > li:hover {
	border-bottom: 2px solid #333;
}

#site-navigation ul.nav li a {
	color: #666;
}

#site-navigation .nav > li > a:focus, .nav > li > a:hover {
	background: #ccc;
}

#site-navigation ul.nav li.active {
	border-bottom: 2px solid #999;
}

section#view {
/* 	min-height: calc(100% - 100px); */
}

footer {
	margin-top: 0px;
	padding-top: 6px;
	padding-bottom: 5px;
	color: #ccc;
	background: #666;
	min-height: 30px;
	font-size: 0.9em;
}

.nowrap {
	white-space: nowrap;
}

.main-section > h1 {
	margin-top: 0px;
}

.page-screen {
	z-index: 4500;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.66);
}

#page-ajax-success {
	display: none;
	position: fixed;
	z-index: 10000;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -50px;
	text-align: center;
	opacity: 0.66;
}

#page-ajax-processing {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

#page-ajax-processing div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -35px;
	text-align: center;
}

#page-ajax-processing div p {
	font-weight: 200;
	color: #ccc;
}

.noscroll {
	overflow: hidden;
}

.full-page-over-control {
	position: fixed;
	left: 200px;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,0.95);
	background: #fff;
	display: none;
	overflow-y: scroll;
	z-index: 1000;
}

.full-page-over-control.colored, .full-page-under-control.colored {
	background: #eee;
}

.full-page-under-control {
	position: fixed;
	left: 200px;
	top: 60px;
	bottom: 0px;
	right: 0px;
	display: none;
	z-index: 950;
	background: none !important;
	transition: left .5s ease;
}

.full-page-under-control.collapsed {
	left: 0px;
}

.full-page-under-control .full-page-over-content {
	position: absolute;
	left: 40px;
	top: 40px;
	right: 40px;
	bottom: 40px;
	background: #FFF;
	background: rgba(255,255,255,0.5) !important;
	backdrop-filter: blur(8px);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
	overflow-y: auto;
}

.full-page-over-close {
	position: absolute;
/* 
	right: 10px;
	top: 22px;
 */
    right: 14px;
    top: 26px;
    font-size: 3em;
	color: #999;
	font-weight: 200;
	line-height: 0px;
	cursor: pointer;
	transition: all 0.66s ease;
	line-height: 0px;
	width: 25px;
	z-index: 1100;
}

.full-page-under-control .full-page-over-close {
	top: 66px;
	right: 54px;
}

.full-page-over-alternate {
	position: absolute;
    left: 14px;
    top: 14px;
	color: #999;
	transition: all 0.66s ease;
	line-height: 0px;
	z-index: 1100;
}


.full-page-over-close:hover {
	transform: rotate(45deg);
	transform-origin: center;
}

.full-page-over-content {
	position: static;
}

#alerts-box {
	position: relative;
	z-index: 5000;
}

.alert-fade {
	display: none;
}

.alert {
	border-radius: 2px;
	border-width: 0px;
	border-bottom-width: 2px;
	line-height: 1em;
	font-size: 1.5rem;
}

.password-check-results {
}

.password-check-results > div {
	padding: 4px;
}

.password-check-results > div div {
	clear: both;
	color: #900;
}

/*.password-strength {
	border-radius: 3px;
	height: 5px;
	background: #eee;
	width: 100%;
	margin-top: 2px;
}*/

/*.password-strength-meter {
	border-radius: 3px;
	height: 5px;
	background: #eee;
	width: 0px;
	transition: all 0.5s ease;
}*/

/*
http://paletton.com/#uid=74K0u0kllllaFw0g0qFqFg0w0aF
*/


@media screen and (min-width: 320px) and (max-width: 991px) {
	.row > div.reading {
		padding-bottom: 10px;
	}
}

.table thead th a {
	color: #636363;
}

.table thead th a:hover, .table thead th a:hover:active, .table thead th a:active:hover, .table thead th a:active {
	text-decoration: none;
	color: #555;
}

.table-tight tbody td {
	font-size: 0.9em;
	line-height: 1em!important;
}

.table-tight > tbody > tr > td, .table-tight > tbody > tr > th, .table-tight > tfoot > tr > td, .table-tight > tfoot > tr > th, .table-tight > thead > tr > td, .table-tight > thead > tr > th {
	padding: 6px 6px 3px;
	line-height: 1em;
}

.table-list tbody tr.tap-open-ticket td {
	cursor: grab;
	cursor: -webkit-grab;
}

.table-list tbody tr.unviewed td {
	font-weight: 900;
	color: #333;
	background: rgba(140,47,94,0.15);
}

.table-list tbody tr.untaken td {
	color: #333;
	background: rgba(140,47,94,0.15);
	cursor: pointer;
}


.table-list tbody tr:not(.no-records):hover td {
	/* background: rgba(210, 140, 176, 0.5); */
	background: rgba(150, 150, 150, 0.25);
}

.table-list.alt tbody tr:not(.no-records):hover td {
	background: rgba(203, 166, 220, 0.11);
}


.table-list tbody tr.untaken:hover td, .table-list tbody tr.unviewed:hover td {
	/* background: rgba(210, 140, 176, 0.5); */
	background: rgba(140,47,94,0.25);
}

.table-list tfoot {
	font-weight: 700;
	color: #333;
}

.table-tight tbody td.row-controls, td.row-controls {
	text-align: right;
}

.table-tight tbody td.row-controls > i, td.row-controls > i {
	white-space: nowrap;
	font-size: 1.3em;
	padding-top: 1px;
}


.table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	line-height: 0.9em;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
}

th[data-sort] {
	cursor: pointer;
	white-space: nowrap;
}

th[data-sort] .sort-mark {
	margin-left: 3px;
	line-height: 0;
}

.form-control {
    padding: 4px 8px;
    position: relative;
    z-index: 1;
    height: 26px;
    height: 24px;
    font-size: 1.3rem;
    line-height: 1em;
    vertical-align: text-top;
}

.form-control.inline {
	width: auto;
	display: inline-block;
}

@media (min-width: 768px) {
	.form-inline .form-control {
    	vertical-align: text-top;
	}
}

.form-control:focus {
	border-color: #999;
	outline: 1px #999;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control.control {
	height: auto;
	font-size: 0.9em;
	line-height: 1em !important;
}

.form-control.sm {
	height: 20px;
}

textarea.form-control {
	line-height: 1.125em;
}

select.form-control {
	padding-top: 2px;
}

select.input-sm {
	padding: 2px 4px;
	font-size: 1.1rem;
	line-height: 1em;
	height: 17px;
}

label.inline {
	display: inline-block;
	padding-top: 3px;
}


.pagination {
	margin: 0px;
	line-height: 0px;
}

.btn {
	border-radius: 3px;
	padding: 4px 8px;
	padding: 3px 7px;
	border: 1px solid #999;
	background: #ccc;
	font-weight: 300;
	color: #555;
	font-size: 1.3rem;
	line-height: 1em;
	height: 26px;
	height: 24px;
    vertical-align: text-top;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .btn:active, .btn:active:hover {
	outline: none;
	text-decoration: none;
}

.btn.active, .btn:active {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}

.btn-sm {
    padding: 4px 5px 2px !important;
    padding: 3px 5px 1px !important;
    line-height: 1em;
    font-size: 12px;
    height: auto;
}

a.btn.btn-sm, a.btn.btn-xs {
    line-height: 1em;
}

.btn-xs {
    padding: 2px !important;
    line-height: 1em;
    font-size: 11px;
    height: auto;
}

.btn-success {
    background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}

.btn-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.button {
	border: 1px solid #aaa;
	color: #666;
	background: #ccc;
	border-radius: 2px;
	padding: 4px 8px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1em;
	font-weight: 400;
	font-family: Lato, sans-serif;
}

.button:hover {
	background: #ddd;
	border-color: #777;
	cursor: pointer;
}

.button:focus, .button:active, .button:focus:active {
	outline: none;
}

.button.sm {
	border: 1px solid #999;
	color: #333;
	padding: 2px 4px;
	font-size: 1.1rem;
	line-height: 1em;
	font-weight: 300;
}

.text-button {
	border: 1px dotted #999;
	color: #666;
	background: #eee;
	border-radius: 2px;
	padding: 3px 7px;
	text-align: center;
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 300;
	font-family: Lato, sans-serif;
	cursor: pointer;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
}

a.text-button:hover {
	text-decoration: none;
	color: #222;
	background: #cdcdcd;
	border-color: #666;
}

.text-link {
    line-height: 0.9em;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    cursor: pointer;
}

.text-link:hover {
	color: #777;
}

.tip-button {
	border: 1px dotted #999;
	color: #666;
	background: #eee;
	border-radius: 2px;
	padding: 2px 5px;
	text-align: center;
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 300;
	font-family: Lato, sans-serif;
	cursor: pointer;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.tip-button:hover {
	background: #ccc;
}

.button-block {
	width: 100%;
	margin-bottom: 15px;
	padding: 2px 0 3px 0;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}

.text-primary {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #794a8d;
}

.text-secondary {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #9974aa;
}


.btn-primary {
	background-color: #9974aa;
	border-color: #794a8d;
	color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus:active, .btn-primary:hover:active {
	background-color: #5B2971;
	border-color: #5B2971;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #5B2971;
	border-color: #5B2971;
}

.btn-info {
	background-color: #9974aa;
	border-color: #794a8d;
	color: #fff;
}

.btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:focus:active, .btn-info:hover:active {
	background-color: #5B2971;
	border-color: #5B2971;
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #999;
	border-color: #666;
}

.btn-secondary {
	background-color: #9974aa;
	border-color: #794a8d;
	color: #fff;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus:active, .btn-secondary:hover:active {
	color: #fff;
	background-color: #5B2971;
	border-color: #5B2971;
}

.btn-tertiary {
	background-color: #A0C562;
	border-color: #789D34;
	color: #fff;
}

.btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus, .btn-tertiary:focus:active, .btn-tertiary:hover:active {
	color: #fff;
	background-color: #789D34;
	border-color: #527614;
}

.div-secondary {
	border-radius: 2px;
	padding: 3px 9px 1px;
	border: 0px;
	border: 1px solid #999;
	background-color: #9974aa;
	border-color: #794a8d;
	color: #fff;
}

.btn-cancel {
    color: #666;
    background-color: rgb(245,245,245);
    border-color: transparent;
}

.btn-cancel:hover, .btn-cancel:active, .btn-cancel:focus, .btn-cancel:focus:active, .btn-cancel:hover:active {
	color: #777;
	background-color: #ccc;
	border-color: #aaa;
}

a.btn {
	line-height: 1.25em;
}

.btn-link {
	background-color: rgba(91,41,113,0.125);
	border: 1px dashed #5B2971;
	color: #401155;
}

.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:focus:active, .btn-link:hover:active {
	background-color: rgba(91,41,113,0.25);
	border-color: #401155;
	text-decoration: none;
	color: #401155;
}

.btn-link.disabled.focus, .btn-link.disabled:focus, .btn-link.disabled:hover, .btn-link[disabled].focus, .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link.focus, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
	background-color: rgb(245,245,245);
	border-color: #999;
}

.btn-rnd {
	border-radius: 15px;
	padding-left: 16px;
	padding-right: 16px;
	border: none;
}

.btn-wd {
	margin-left: 5px;
	margin-right: 5px;
	min-width: 75px;
}

.btn-wd:first-of-type {
	margin-left: 0;
}

.btn-wd:last-of-type {
	margin-right: 0;
}


a.button {
	color: #666;
	font-size: 1.05em;
}

a.button:hover {
	color: #555;
	text-decoration: none;
}

.btn-xs {
    padding: 1px 5px !important;
    height: auto;
    font-size: 1rem;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #ccc;
	border-color: #aaa;
}

.pagination>li>a, .pagination>li>span{
	color: #aaa;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #555;
}

.table-pagination-box {
	padding: 2px;
	margin: 15px 0 10px;
}

.table-pagination-box .pagination>li>a, .table-pagination-box .pagination>li>span {
	line-height: 1em;
	padding: 2px 4px;
}


.success-text {
	color: #527614;
	line-height: 0.8em;
	font-size: 1.1em;
	display: inline-block;
}
.success-text.alt {
	color: #D28CB0;
}

.error-text {
	color: #900;
	line-height: 0.8em;
	font-size: 1.1em;
	display: inline-block;
}

.warning-text {
	color: #eb984e;
	line-height: 0.8em;
	font-size: 1.1em;
	display: inline-block;
}

.note-text {
	display: inline-block;
	color: #999;
	font-weight: 300;
	line-height: 1em;
	font-size: 1.1em;
}

.instruction-text {
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1em;
}

.help-text {
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1em;
	color: #999;
	display: inline-block;
	margin-bottom: 10px;
}

.no-records {
	line-height: 1em;
	font-style: oblique;
	font-size: 1.1em;
	font-weight: 300;
}

.no-results {
	line-height: 1em;
	font-style: oblique;
	font-size: 1.3rem;
	font-weight: 300;
}


.table > tbody > tr.no-records > td {
	text-align: center;
	padding: 3px 0px 5px !important;
}

.table-striped>tbody>tr.no-records:nth-of-type(odd):hover, .table-striped>tbody>tr.no-records:nth-of-type(even):hover {
	background: #f9f9f9;
}

.input-feedback {
	color: #999;
	z-index: 500;
	position: absolute;
	right: 10px;
	top: calc(50% - 10px);
}

.toggle-password {
	cursor: pointer;
}


.user-hint-icon {
	color: #999;
}


.button-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.button-list > li {
	display: inline-block;
	margin: 0px 1px;
}

.button-list > li:last-child {
	margin-right: 0px;
}


.table-control-box {
	border: 1px dotted #ccc;
	padding: 5px;
	border-radius: 3px;
}



label.clickthrough {
	color: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	font-weight: inherit;
	font-size: inherit;
	margin-top: inherit!important;
	margin-bottom: inherit;
	display: inline;
}




.lined-header {
	line-height: 1em;
	text-align: center;
	font-size: 0.8em;
	color: #999;
}

.lined-header span {
	display: inline-block;
	position: relative;  
}

.lined-header span:before,
.lined-header span:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #ccc;
	top: 45%;
	width: 250%;
}

.lined-header span:before {
	right: 100%;
	margin-right: 15px;
}

.lined-header span:after {
	left: 100%;
	margin-left: 15px;
}


/* checkbox toggles (https://codepen.io/mallendeo/pen/eLIiG) */
.tgl-box {
	margin: 2px 0 0 0;
	text-align: left;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;

	position: relative;
	line-height: 1;
}

.tgl-light:checked + .tgl-btn:before {
}

.tgl-box > span {
}

.tgl-box label {
	margin: 0px;
}

label.tgl-btn {
	margin: 0px;
	margin-top: 0px!important;
}

.tgl {
	display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
	box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
	background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
	background: none;
}
.tgl + .tgl-btn {
	outline: 0;
	display: inline-block;
	width: 35px;
	height: 15px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 1px;
	margin-left: 1px;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
	position: relative;
	display: inline-block;
	content: "";
	width: 17px;
	height: 17px;
	top: -2px;
	border: 1px solid #bbb;
}
.tgl + .tgl-btn:after {
	left: -2px;
}
.tgl + .tgl-btn:before {
	display: none;
}

.tgl:checked:disabled + .tgl-btn:after {
	border-color: #ecc;
}

.tgl:disabled + .tgl-btn:after, .tgl:disabled + .tgl-btn:before {
	border-color: #ecc;
}

.tgl:checked + .tgl-btn:after {
	left: calc(100% - 15px);
	border-color: #8fba45;
}

.tgl-light + .tgl-btn {
	background: #ccc;
	border-radius: 2rem;
	padding: 1px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.tgl-light + .tgl-btn:after {
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}
.tgl-light:checked + .tgl-btn {
	background: #a0c562;
	position: relative;
}

.tgl-light:checked:disabled + .tgl-btn {
	background: #ecc;
}

.tgl-light:disabled + .tgl-btn {
	background: #ecc;
}

.tgl-flat + .tgl-btn {
	padding: 2px;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	background: #fff;
	border: 4px solid #ccc;
	border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	background: #ccc;
	content: "";
	border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
	border: 4px solid #7FC6A6;
}
.tgl-flat:checked + .tgl-btn:after {
	left: 50%;
	background: #7FC6A6;
}

.tgl-text-off {
	color: #999;
	font-style: oblique;
}

.tgl-text-on {
	color: #666;
	font-style: oblique;
}
/* checkbox toggles */



label.chk-box {
	margin: 0 !important;
	font-weight: 300;
	max-width: auto;
	vertical-align: baseline;
	text-transform: none;
}

.chk-box input[type=checkbox] {
	display: none;
}

.chk-mark:before {
    content: "\f096";
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    font-weight: 300;
    color: #666;
    line-height: 0;
    margin: 0;
    padding: 0;
	cursor: pointer;
}

.chk-box input[type=checkbox] + .chk-mark:before {
	content: "\f096";
	margin-right: 0.25em;
}

.chk-box input[type=checkbox]:checked + .chk-mark:before {
	content: "\f046";
	color: #555;
	margin-right: 0.125em;
}

.chk-box input[type=checkbox]:disabled + .chk-mark:before {
	content: "\f0c8";
	color: #ccc;
	cursor: not-allowed;
}

.chk-box input[type=checkbox]:disabled:checked + .chk-mark:before {
	content: "\f14a";
	color: #ccc;
	cursor: not-allowed;
}

.chk-mark {
	line-height: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}


r {
	display: inline;
	font-family: Consolas, monospace;
	color: #c6f;
	background: rgba(204, 102, 255, 0.10);
	border: 1px dotted rgba(204, 102, 255, 0.50);
	border-radius: 3px;
	padding: 0px 1px;
}



.padless {
	padding: 0px;
}

.customer-id {
	color: #ccc;
}

.action-container {
	padding: 5px 5px 0px;
    border: 2px dotted #ccc;
    border-radius: 3px;
    margin: 5px 0px;
}

	.clear-search-link {
		position: absolute;
		top: -5px;
		right: 5px;
		font-size: 1.5em;
		color: #ccc;
		cursor: pointer;
		z-index: 25;
	}
	
	
	ul.text-images {
		list-style-type: none;
		margin: 3px 0px;
		padding: 0px;
		line-height: 0px;
	}
	ul.text-images > li {
		display: inline-block;
		margin: 0 3px;
	}
	ul.text-images > li > div, ul.text-images > li > a > div {
		width: 75px;
		height: 75px;
		background-position: 50% 50%;
		background-size: cover;
		border-radius: 3px;
	}

	.image-zoom {
		cursor: pointer;
		position: relative;
	}

	.image-zoom .image-controls {
		visibility: hidden;
		position: absolute;
		top: 5px;
		right: 5px;
	}

	.image-zoom:hover .image-controls {
		visibility: visible;
	}

	.image-zoom .image-controls span {
		background: #666;
		color: #fff;
		padding: 5px;
		border-radius: 50px;
		display: block;
	}

	.image-zoom .image-controls span:hover {
		background: #aaa;
	}


ul.dashed {
	list-style: none;
	padding-left: 0;
}

ul.dashed > li {
	margin-left: 1.25em;
	padding-left: 0;
}

ul.dashed > li:before {
	content: "\2014";
	margin-left: -1.33em;
	padding-right: 0.66em;
}

.ctl-box {
	margin-top: 5px;
	margin-bottom: 10px;
}

.ctl {
	display: block; 
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1rem;
	margin: 5px 0;
	border: 1px solid rgba(87,47,149,0.33);
	border-radius: 2px;
	padding: 2px 4px;
}

.ctl:hover, .ctl:active, .ctl:focus, .ctl:active:focus {
	text-decoration: none;
	background-color: rgba(87,47,149,0.055);
}



.max-mms-size-note {
	padding-left: 10px;
	color: #AAA;
}




/* Chatbox */
.bubble-sent {
    background-color: #ececec;
    color: #000;
}
.send-text {
    color: #ececec;
}




/* Mobile Preview */
.mobile-preview { position: relative; background: url('/mobilePreviewFrame.png'); width: 388px; height: 786px; }
	.mobile-preview iframe { width: 521px; height: 1060px; background: #E5E5E5; position: absolute; left: 21px; top: 64px; border: none; transform: scale(0.6666); transform-origin: 0px 0px; border-radius: 0px 0px 66px 66px; }
