@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Roboto:300,400,500,700,900);
/*!
 * Selectr 2.4.13
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */
.selectr-container {
	position: relative;
}

.selectr-container li {
	list-style: none;
}

.selectr-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0 none;
}

.selectr-visible {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 11;
}

.selectr-desktop.multiple .selectr-visible {
	display: none;
}

.selectr-desktop.multiple.native-open .selectr-visible {
	top: 100%;
	min-height: 200px !important;
	height: auto;
	opacity: 1;
	display: block;
}

.selectr-container.multiple.selectr-mobile .selectr-selected {
	z-index: 0;
}

.selectr-selected {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	padding: 7px 28px 7px 14px;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 3px;
	background-color: #fff;
}

.selectr-selected::before {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	content: '';
	-o-transform: rotate(0deg) translate3d(0px, -50%, 0px);
	-ms-transform: rotate(0deg) translate3d(0px, -50%, 0px);
	-moz-transform: rotate(0deg) translate3d(0px, -50%, 0px);
	-webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
			transform: rotate(0deg) translate3d(0px, -50%, 0px);
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color: #6c7a86 transparent transparent;
}

.selectr-container.open .selectr-selected::before,
.selectr-container.native-open .selectr-selected::before {
	border-width: 0 4px 4px 4px;
	border-style: solid;
	border-color: transparent transparent #6c7a86;
}

.selectr-label {
	display: none;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.selectr-placeholder {
	color: #6c7a86;
}

.selectr-tags {
	margin: 0;
	padding: 0;
	white-space: normal;
}

.has-selected .selectr-tags {
	margin: 0 0 -2px;
}

.selectr-tag {
	list-style: none;
	position: relative;
	float: left;
	padding: 2px 25px 2px 8px;
	margin: 0 2px 2px 0;
	cursor: default;
	color: #fff;
	border: medium none;
	border-radius: 10px;
	background: #acb7bf none repeat scroll 0 0;
}

.selectr-container.multiple.has-selected .selectr-selected {
	padding: 5px 28px 5px 5px;
}

.selectr-options-container {
	position: absolute;
	z-index: 10000;
	top: calc(100% - 1px);
	left: 0;
	display: none;
	box-sizing: border-box;
	width: 100%;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: transparent #999 #999;
	border-radius: 0 0 3px 3px;
	background-color: #fff;
}

.selectr-container.open .selectr-options-container {
	display: block;
}

.selectr-input-container {
	position: relative;
	display: none;
}

.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
	position: absolute;
	top: 50%;
	right: 22px;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	-o-transform: translate3d(0px, -50%, 0px);
	-ms-transform: translate3d(0px, -50%, 0px);
	-moz-transform: translate3d(0px, -50%, 0px);
	-webkit-transform: translate3d(0px, -50%, 0px);
			transform: translate3d(0px, -50%, 0px);
	border: medium none;
	background-color: transparent;
	z-index: 11;
}

.selectr-clear,
.selectr-input-clear {
	display: none;
}

.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
	display: block;
}

.selectr-selected .selectr-tag-remove {
	right: 2px;
}

.selectr-clear::before,
.selectr-clear::after,
.selectr-input-clear::before,
.selectr-input-clear::after,
.selectr-tag-remove::before,
.selectr-tag-remove::after {
	position: absolute;
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	content: ' ';
	background-color: #6c7a86;
}

.selectr-tag-remove::before,
.selectr-tag-remove::after {
	top: 4px;
	width: 3px;
	height: 12px;
	background-color: #fff;
}

.selectr-clear:before,
.selectr-input-clear::before,
.selectr-tag-remove::before {
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.selectr-clear:after,
.selectr-input-clear::after,
.selectr-tag-remove::after {
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
	display: block;
}

.selectr-input {
	top: 5px;
	left: 5px;
	box-sizing: border-box;
	width: calc(100% - 30px);
	margin: 10px 15px;
	padding: 7px 30px 7px 9px;
	border: 1px solid #999;
	border-radius: 3px;
}

.selectr-notice {
	display: none;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 16px;
	border-top: 1px solid #999;
	border-radius: 0 0 3px 3px;
	background-color: #fff;
}

.selectr-container.notice .selectr-notice {
	display: block;
}

.selectr-container.notice .selectr-selected {
	border-radius: 3px 3px 0 0;
}

.selectr-options {
	position: relative;
	top: calc(100% + 2px);
	display: none;
	overflow-x: auto;
	overflow-y: scroll;
	max-height: 200px;
	margin: 0;
	padding: 0;
}

.selectr-container.open .selectr-options,
.selectr-container.open .selectr-input-container,
.selectr-container.notice .selectr-options-container {
	display: block;
}

.selectr-option {
	position: relative;
	display: block;
	padding: 5px 20px;
	list-style: outside none none;
	cursor: pointer;
	font-weight: normal;
}

.selectr-options.optgroups > .selectr-option {
	padding-left: 25px;
}

.selectr-optgroup {
	font-weight: bold;
	padding: 0;
}

.selectr-optgroup--label {
	font-weight: bold;
	margin-top: 10px;
	padding: 5px 15px;
}

.selectr-match {
	text-decoration: underline;
}

.selectr-option.selected {
	background-color: #ddd;
}

.selectr-option.active {
	color: #fff;
	background-color: #5897fb;
}

.selectr-option.disabled {
	opacity: 0.4;
}

.selectr-option.excluded {
	display: none;
}

.selectr-container.open .selectr-selected {
	border-color: #999 #999 transparent #999;
	border-radius: 3px 3px 0 0;
}

.selectr-container.open .selectr-selected::after {
	-o-transform: rotate(180deg) translate3d(0px, 50%, 0px);
	-ms-transform: rotate(180deg) translate3d(0px, 50%, 0px);
	-moz-transform: rotate(180deg) translate3d(0px, 50%, 0px);
	-webkit-transform: rotate(180deg) translate3d(0px, 50%, 0px);
	transform: rotate(180deg) translate3d(0px, 50%, 0px);
}

.selectr-disabled {
	opacity: .6;
}

.selectr-empty,
.has-selected .selectr-placeholder {
	display: none;
}

.has-selected .selectr-label {
	display: block;
}

/* TAGGABLE */
.taggable .selectr-selected {
	padding: 4px 28px 4px 4px;
}

.taggable .selectr-selected::after {
	display: table;
	content: " ";
	clear: both;
}

.taggable .selectr-label {
	width: auto;
}

.taggable .selectr-tags {
	float: left;
	display: block;
}

.taggable .selectr-placeholder {
	display: none;
}

.input-tag {
	float: left;
	min-width: 90px;
	width: auto;
}

.selectr-tag-input {
	border: medium none;
	padding: 3px 10px;
	width: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.selectr-input-container.loading::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	content: '';
	-o-transform: translate3d(0px, -50%, 0px);
	-ms-transform: translate3d(0px, -50%, 0px);
	-moz-transform: translate3d(0px, -50%, 0px);
	-webkit-transform: translate3d(0px, -50%, 0px);
	transform: translate3d(0px, -50%, 0px);

	-o-transform-origin: 50% 0 0;
	-ms-transform-origin: 50% 0 0;
	-moz-transform-origin: 50% 0 0;
	-webkit-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;

	-moz-animation: 500ms linear 0s normal forwards infinite running spin;
	-webkit-animation: 500ms linear 0s normal forwards infinite running spin;
	animation: 500ms linear 0s normal forwards infinite running spin;
	border-width: 3px;
	border-style: solid;
	border-color: #aaa #ddd #ddd;
	border-radius: 50%;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
		transform: rotate(0deg) translate3d(0px, -50%, 0px);
	}
	100% {
		-webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
		transform: rotate(360deg) translate3d(0px, -50%, 0px);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
		transform: rotate(0deg) translate3d(0px, -50%, 0px);
	}
	100% {
		-webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
		transform: rotate(360deg) translate3d(0px, -50%, 0px);
	}
}
.selectr-container.open.inverted .selectr-selected {
	border-color: transparent #999 #999;
	border-radius: 0 0 3px 3px;
}

.selectr-container.inverted .selectr-options-container {
	border-width: 1px 1px 0;
	border-color: #999 #999 transparent;
	border-radius: 3px 3px 0 0;
	background-color: #fff;
}

.selectr-container.inverted .selectr-options-container {
	top: auto;
	bottom: calc(100% - 1px);
}

.selectr-container ::-webkit-input-placeholder {
	color: #6c7a86;
	opacity: 1;
}

.selectr-container ::-moz-placeholder {
	color: #6c7a86;
	opacity: 1;
}

.selectr-container :-ms-input-placeholder {
	color: #6c7a86;
	opacity: 1;
}

.selectr-container ::placeholder {
	color: #6c7a86;
	opacity: 1;
}

[tooltip] {
	position:relative;
}

[tooltip]::before {
	font-family:'Material Design Icons';
	content:'\F360';
	position: absolute;
	left: -9999px;
	opacity: 0;
    transition: opacity 0.1s ease;
	z-index: 1001;
	color: #fdfdfd;
	font-size: 14px;
	line-height:12px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    left: -9999px;
    font-family: 'Roboto';
    font-weight: normal;
    opacity: 0;
    transition: opacity 0.1s ease;
    z-index: 1000;
    white-space: nowrap;
    font-size: 14px;
    padding: 4px 8px;
    background-color: #fdfdfd;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
	color:rgba(0, 0, 0, 0.8);
}

[tooltip]:hover::before {
    left: 0px;
    opacity: 1;
    top: calc(100% + 5px);
    right: 0px;
    margin: auto;
    display: block;
    width: 12px;
}

[tooltip]:hover::after {
    opacity: 1;
    top: calc(100% + 13px);
    left: 50%;
    margin: auto;
    display: block;
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.loader {
	position:relative;
	margin:0 auto;
	width:32px;
}

.full .loader {    
    position: absolute;
    margin: auto;
    width: 32px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.loader .circular {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	height: 100%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.loader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

/* .loadContainer {
	position:relative;
	min-height:52px;
} */

/* .loadOverlay {
	position: absolute;
	display:none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.80);
	padding: 10px;
}

.loadOverlay.full {
    z-index: 2;
}

.loadOverlay .mdi {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
    height: 22px;
    width: 22px;
    font-size: 22px;
    line-height: 22px;
	margin:auto;
} */

.widgets .widget.graphContainer {
	padding: 0;
	position: relative
}

.widget.graphContainer span.mdi {
	position: absolute;
	right: 10px;
	z-index: 1;
	font-size: 28px;
	top: 10px;
}

.widgets .widget.graphContainer > div {
	height: 100%;
}

a.graphContainer:hover {
	border: 1px solid #ddd !important;
	border-bottom: 2px solid #ddd !important;
}

#widgetsList {
    padding: 0;
    margin: 0;
    list-style: none;
}

#widgetsList .row {
	padding-bottom:6px;
}

#widgetsList .row .sections {
	width:100%;
	display:flex;
	padding:0;
    margin:0;
    list-style:none;
}

#widgetsList .row .sections .section {
    position: relative;
    padding: 5px 8px;
    height: 32px;
    flex-grow: 1;
    margin: 0 4px;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.025);
    cursor: pointer;
    box-sizing: border-box;
}

#widgetsList .row .sections .section:after {
	opacity:0;
    content:attr(hover);
    text-align: right;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    font-size: small;
    height: 15px;
    margin: auto;
	transition:opacity 0.3s ease;
}

#widgetsList .row .sections .section:hover::after {
	opacity:1;
}

#widgetsList .row .sections .new.section {
	border:1px solid rgba(0, 0, 0, 0.025);
}

#widgetsList .row .sections .section:first-child {
	margin-left:0px;
}

#widgetsList .row .sections .section:last-child {
	position:relative;
	flex-grow:0;
	padding:0;
	cursor:pointer;
	box-shadow:none;
	border:0px;
	margin-right:0px;
}

#widgetsList .row .sections .section:last-child:after {
	content:'';
}

.newWidget {
    padding: 6px 8px;
    border: 1px solid #efefef;
    margin-bottom: 8px;
    cursor: pointer;
}

.sortablePlaceholder {
	margin-bottom:8px;
	box-shadow:1px 1px 25px 1px rgba(0,0,0,0.025);
	border:1px dashed rgba(0, 0, 0, 0.05);
}

#changeWidget.popup > div {
	width:980px;
	height:640px;
	overflow-y: auto;
	overflow-x: hidden;
}

#user-nav #topAlert {
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: rgba(0,0,0,0.7);
	margin-top: 0;
	/* margin-right: 100px; */
	height: 30px;
	padding: 10px;
	/* position: absolute; */
	top: 0;
	z-index: 999;
	width: 60%;
	margin-left: 180px;
	margin-right: auto;
}

#topAlert .mdi {
	color: #F10A0E;
}

#user-nav #topAlert a {
	color: #fff;
	text-decoration: underline;
}

/* .displayContainer {
	display:flex;
	flex-wrap:wrap;
	align-content: space-between;
	margin:10px -5px;
}

.displayContainer .item {
	position: relative;
    padding: 10px 10px 31px 10px;
    box-sizing: border-box;
    margin: 5px;
    flex: 1 1 240px;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.025);
	background-color: #ffffff;
}

.displayContainer .item[href] {
	cursor:pointer;
} */

/* .lineBreak {
	border: 0; 
  	height: 1px; 
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
} */

/* .calendar {
	margin-top:1%;
}

.calendar table {
	border-collapse:collapse;
	table-layout:fixed;
}

.calendar table td {
	box-sizing: border-box;
	vertical-align:top;
	border:1px solid #efefef;
}

.calendar table td a {
	display:block;
	box-sizing: border-box;
	height:50px;
	padding:8px;
	text-decoration:none;
}

.calendar table thead td {
	height:auto;
}

.calendar table td[date] {
	cursor:pointer;
}

.calendar table td.none {
	background-color:#efefef;
} */

/* .monthly.calendar {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.monthly.calendar .month {
	width:calc(100% / 4 - 1%);
	margin-bottom:1%;
}

.monthly.calendar .month:nth-last-child(-n+4) {
	margin-bottom:0;
}

.monthly.calendar .month table caption {
	text-align:left;
	padding:10px;
	border:1px solid #efefef;
	margin-bottom:-1px;
}

.monthly.calendar .month table td {
	width:calc(100% / 7);
}

.planner.calendar table thead td {
	padding:8px;
}

.planner.calendar table td:first-child {
	width:100px;
}

.planner.calendar table td:not(:first-child) {
	width:calc(100% / 37);
} */

/* #addressList {
	display: flex;
}

#addressList table {
	margin-right: 20px;
} */
.button {
    font-family: 'Roboto';
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 auto;
    text-transform: lowercase;
    cursor: pointer;
    padding: 6px 15px;
    display: block;
    min-width: 125px;
    height: 36px;
    text-align: center;
    background-color: #002f55;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    border-style: none;
    border-width: 0px;
    line-height: 21px;
    white-space: nowrap;
}

.button > * {
	cursor:pointer;
}

.button:active {
	outline:none;
}

.button .mdi {
	vertical-align: middle;
	position: relative;
	top: -1px;
	font-size: 18px;
	line-height: 16px;
	margin-left: -3px;
}

.small.button {
	display:inline-block;
	min-width:0;
	height:32px;
	padding:4px 12px;
}

.small.square.button {
	padding:4px 6px;
}

.smaller.button {
	display: inline-block;
	min-width: 50px;
	padding: 8px 15px;
}

.addNew.button {
	float:right;
}

.listButtonsContainer {
	float: right;
	max-height: 32px;
}

.listButtonsContainer .small.button {
	vertical-align: top;
}
/** Fade in / Fade out **/

.toggle-content {
	display: none;
	height: 0;
  	opacity: 0;
	overflow: hidden;
	transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
}

.toggle-content.is-visible {
	display: block;
	height: auto;
  	opacity: 1;
}
.previewFile {
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	border-radius: 5px;
	font-size: 22px;
	background: rgba(80,80,80,0.9);
	color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	z-index: 100;
}

.previewFile:hover {
    background: rgba(40,40,40,0.9);
    color: #D1D1D1;
}

#filePreview iframe {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 840px;
    height: 1060px;
	max-width: 80%;
	max-height: 80%;
}

#filePreview img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: auto;
	max-width: 80%;
	max-height: 80%;
}

#filePreview p {
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: rgba(0,0,0,0.35);
	margin-top: 0;
	height: 30px;
	padding: 10px;
}

#filePreview p .mdi {
	color: #F10A0E;
}
div.form-row {
    margin-bottom: 0.5em;
}

div.form-row > label {
    width: 33%;
    display: inline-block;
}

div.form-row > input, div.form-row > select {
	width: 66%;
}

div.form-row > div.form-field {
	width: 66%;
	display: inline-block;
}

input:focus, select:focus, textarea:focus {
	background-color:#FFFFFF !important;
}

input[type="text"], input[type="password"], input[type="number"], select, textarea, input[type="date"], input[type="time"], div.textarea {
    border: 1px solid #efefef;
    box-sizing: border-box;
    padding: 0px 6px !important;
    height: 32px;
    font-size: 16px;
    font-family: 'Roboto';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.selectr-container {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	/* height: 32px; */
	font-size: 16px;
	font-family: 'Roboto';
	/* border-radius: 15px !important; */
}

.selectr-selected {
	border-radius: 4px;
	/* margin-top: 4px; */
	height: 32px;
	padding: 6px 28px 7px 7px;
	/* padding-left: 6px; */
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.selectr-options-container {
	padding: 4px;
}

.selectr-input {
	margin: 0px;
	margin-bottom: 5px;
	width: 100%;
}

.selectr-option {
	padding: 4px 4px;
}

.selectr-optgroup--label {
	padding: 4px 4px;
}

.selectr-optgroup .selectr-option {
	padding-left: 1em;
	/* padding: 4px 8px; */
}

/* div.selectr-options-container {
	display: none;
} */

input.title {
	width: 100%;
	padding: 10px;
	height: 40px;
}

input.headerTitle {
	border: 0;
	height: 45px;
	background: none;
	font-size: 28px;
	width:calc(100% - 200px);
}

input.headerTitle:focus {
  	background-color: #fff;
}

input[type="text"].invalidEmail {
	background-color: rgb(255, 205, 205) !important;
}

div.textarea {
	height: auto!important;
}

textarea {
	padding: 4px 6px !important;
}

ul.checkList {
	list-style:none;
	padding:0;
	margin:0;
}

ul.checkList li {
	position:relative;
	margin-bottom:10px;
}

ul.checkList li .checkbox {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
}

ul.checkList li label, ul.checkList li .label {
	cursor: default;
	position:relative;
	top:1px;
	margin-left:24px;
}

/* input[type="date"] {
	width:160px;
} */

/* input[type="time"] {
    width:82px;
    padding:3px 0px 3px 6px;
} */

/* input.datepicker {
	width:100px;
} */

.input .icon {
	margin-left:2px;
}

.warning {
	box-shadow: 0px 0px 4px 0px lightcoral;
}

/* .required.warning {
	box-shadow: 0px 0px 2px 0px lightcoral;
	border: 1px solid rgba(240, 128, 128, 0.5);
} */

.tox-tinymce.warning {
	box-shadow: 0px 0px 2px 0px lightcoral;
	border: 1px solid rgba(240, 128, 128, 0.5);
}

.apply-shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
  
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
  
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
}

.notice {
	font-weight: 600;
    padding: 12px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.hidden.notice {
	display:none;
}

.message .messageDetails {
	padding:10px;
	padding-left:0;
	width: 20%;
	text-align: left;
}

.message .messageContent {
	padding:10px 0;
	vertical-align:top;
}

.message .messageContent p {
    margin-top:0;
}

/** Checkbox **/

.checkbox {
    display: inline-block;
	position:relative;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: 1px ridge rgba(238, 238, 238, 0.5);
	box-shadow: inset 1px 1px 1px -1px rgba(0, 0, 0, 0.5);
	background-color:#ffffff;
	cursor: default;
}

.checkbox:active {
	background-color:#fdfdfd;
}

.checkbox.checked::before {
	content: '\F12C';
	font-family: 'Material Design Icons';
	font-size: 18px;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	right: 0;
	margin: auto;
	text-shadow:0.25px 0.25px 1px rgba(0, 0, 0, 0.25);
	font-weight: bold;
}

/** DatePicker **/

/* .is-today .pika-button {
    color: #dad55e;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #999;
    background: #f0e68c;
    box-shadow: inset 0 1px 3px #fffa90;
} */

/* .has-event .pika-button {
    background: #fffa90;
    box-shadow: inset 0 1px 3px #0076c9;
} */

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #999;
    background: #dcdcdc !important;
}

/** File Uploads **/

.hidden.upload {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 10;
    width:100%;
}

.hidden.upload:focus {
    outline:none;
}
.filters {
	padding: 10px;
	border: 1px solid #efefef;
	background-color: #fefefe;
    min-height: 32px;
}

.filters .primaryFilter {
	width:500px;
}

.filters .checkbox {
    position: relative;
    top: 4px;
    margin:0 5px;
}

.filters label {
	position:relative;
	top:1px;
}

/* .filters .advancedDatepicker {
	position:relative;
	display:inline-block;
} */

/* .advancedDatepicker .advancedDatepickerHover {
	display:none;
    position: absolute;
    right: 0;
    z-index: 10;
    padding: 10px;
    background-color: #FFFFFF;
    border:1px solid #efefef;
    margin-top: 1px;
} */

.pagination {
	display:flex;
	justify-content:flex-end;
	list-style: none;
	margin: 0 1px;
	padding: 0;
	margin-top: 20px;
}

.pagination li {
	margin: 0 -1px;
}

.pagination li:first-child {
	margin-left: 0;
}

.pagination li:right-child {
	margin-right: 0;
}

.pagination li.current .button::before, .pagination li:hover .button::before {
	content:'';
	background-color:rgba(255,255,255,0.1);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.pagination .button {
	position:relative;
	display:block;
	font-weight:500;
	text-transform:lowercase;
    box-sizing: border-box;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border:1px solid rgba(255, 255, 255, 0.25);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height:24px;
	border-radius:0;
}

.pagination li:first-child .button {
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}

.pagination li:last-child .button {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}

.pageCount {
	float:right;
}

.totalCount {
	float:left;
}
html, body {
	margin: 0;
	height: 100%;
	width: 100%;
	font-size:16px;
	font-family:'Roboto';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

#body {
	min-height:100%;
	width:calc(100% - 180px);
	margin-left:180px;
    box-sizing: border-box;
	transition: width 0.3s ease, margin 0.3s ease;
	position: relative;
	overflow-x:hidden;
}

/* #body.collapsed {
	margin-left:60px;
	width:calc(100% - 60px);
} */

h1, h2, h3, h4, h5, h6 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:default;
	font-family:'Noto Sans';
}

h1 {
	font-weight:300;
	font-size:32px;
	text-shadow:0 0px 5px rgba(0, 0, 0, 0.1);
}

h1 strong, strong h1 {
	font-weight:400;
}

h2 {
	font-weight:400;
	font-size:28px;
	margin-top:0;
	margin-bottom:25px;
}

h3 {
	font-weight:400;
	font-size:22px;
	margin-top:0;
	margin-bottom:20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f5f5f5;
}

h4 {
    font-weight: 400;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 12px;
}

strong {
	font-weight: 500;
}

a {
	cursor:pointer;
	text-decoration:underline;
}

*::-webkit-scrollbar-track
{
	border-radius: 0px;
	box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.025);
}

*::-webkit-scrollbar
{
	width: 8px;
	height: 8px;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 0px;
}

.column {
	width: 66%;
}

.widgets {
	box-sizing:border-box;
	min-height:100%;
	width:100%;
	padding:70px 35px;
}

.widgets .row {
	display:flex;
}

.widgets .tabs .tabsTitle {
	display:flex;
	padding:0 4px;
}

.widgets .tabs .tabsTitle > div {
	cursor:pointer;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #FCFCFC;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 8px 12px;
    margin: 0 2px;
    z-index: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.025);
    box-shadow: 1px -2px 5px -3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.widgets .tabs .tabsTitle > div.active {
	background-color:#FFFFFF;
}

.widgets .tabs .tabsTitle > div:first-child {
	margin-left:0;
}

.widgets .tabs .tabsTitle > div:last-child {
	margin-right:0;
}

.widgets .tabs .row {
	margin-top:-1px;
}

.widgets .tabs .row .widget {
	display:none;
	width:100%;
	margin:0;
}

.widgets .tabs .row .widget.active {
	display:block;
}

.widgets .widget {
	position:relative;
	width:100%;
	background-color:#ffffff;
	padding:24px;
	box-sizing:border-box;
	border-radius:4px;
	box-shadow:1px 1px 5px -1px rgba(0, 0, 0, 0.1);
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	border:1px solid rgba(0, 0, 0, 0.025);
}

.widgets .row:last-child .widget:last-child {
	margin-bottom:0px;
}

.widgets .widget:only-child {
	margin-left:0;
	margin-right:0;
}

.widgets .widget:first-child {
	margin-left:0;
}

.widgets .widget:last-child {
	margin-right:0;
}

.widgets .third.widget {
	flex:0 0 calc((100% / 3) - 20px);
}

.widgets .third.widget:first-child, .widgets .third.widget:last-child {
	flex:0 0 calc((100% / 3) - 10px);
}

.widgets .quarter.widget {
    flex:0 0 calc(100% / 4);
}

.widgets .two.third.widget {
	flex:0 0 calc((100% / 3) * 2);
}

div.widget > div {
    width: 100%;
    /*margin-bottom: 0.5em;*/
}

hr.titleInputSeperator {
	margin: 10px 0 20px;
	height: 1px;
    border: 0;
    border-top: 1px solid #f5f5f5;
    padding: 0; 
}

.spacer {
	clear: both;
	height: 10px;
}

.spacer-sml {
	clear: both;
	height: 5px;
}

/* .spacer-med {
	clear: both;
	height: 10px;
} */

/* .spacer-lrg {
	clear:both;
	height:20px;
} */

.clear {
	clear:both;
}

.actionBubble {
    position: absolute;
    display: inline-block;
    background: #ffffff;
    /*width: 280px;*/
    padding: 7px;
    color: #464241;
    z-index: 100;
    margin: 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px #DCDCDC solid;
    /*box-shadow:10px 10px 25px 5px #555;*/
    box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.65);
    -webkit-box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.65);
    -moz-box-shadow: 5px 5px 20px -6px rgba(0,0,0,0.65);
    font-size: 110%;
}

.actionBubble {
    display: none;
}

.actionBubble .actionBubbleHeading {
    width: 100%; 
    font-size: 1.5em; 
    padding-bottom:20px;
}

.actionBubble:hover {
    background-color: #EEEEEE;
}

.actionBubbleAction > a, .actionBubbleAction > a:hover, .actionBubbleAction > a:visited {
    color:inherit;
    text-decoration: none;
}

.actionsBar {
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: fixed;
	bottom: 0;
    left: 180px;
	width: calc(100% - 180px);
	padding: 15px 20px;
	opacity: 1;
	background-color: #ffffff;
	border-top: 1px solid #eeeeee;
	z-index: 100;
	text-align: left;
	box-shadow: 0px -2px 2px -2px #eeeeee;
	box-sizing: border-box;
}

.actionsBar .count {
	font-size: 14px;
	margin-right:4px;
}

.actionsBar .button {
	display:inline-block;
}

.actionsBar .floatRight.button {
    float:right;
	margin-left: 4px;
}

@media(max-width: 1280px)
{
	body {
        font-size: 14px;
	}

	.widgets .row {
		flex-flow: column;
	}
	
	.widgets .widget:last-child {
		margin-left: 0;
	}
	
	.column {
		width: 100%;
	}
}

@media print {
	body, table.collapsed.list tbody td {
		font-size: 10px !important;
	}

	#body {
		margin-left: 0px !important;
		width: 100% !important;
	}

	.widgets, .widgets .widget {
		padding: 0px 0px !important;
	}

	.hideFromPrint {
		display: none !important;
	}
}
#showMoreButton {
	width: 98%;
	margin:auto;
	background-color: #fafafa; 
	text-align: center;
	padding: 5px 0px;
	cursor: pointer;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
	font-size: 14px;
	margin-top: 20px;
}

.doneAction {
    width: 16px;
    height: 16px;
    float: right;
	cursor:pointer;
	position: relative;
	top: 1px;
}

.doneAction::before {
    font-family:"Material Design Icons";
	content:'\F5E1';
	color: #cccccc;
	-webkit-text-stroke: 1px rgba(64, 64, 64, 0.1);
}

.doneAction.completeAction::before {
	content:'\F5E0';
	color: limegreen;
	text-shadow: none;
}
#user-nav {
	display:flex;
	justify-content: flex-end;
	cursor:default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 50px;
    /* padding: 15px 20px; */
	opacity: 1;
	font-size: 16px;
	text-align: right;
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	z-index: 2;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px -2px #eeeeee;
}

#user-nav > div {
	display:block;
	margin-left:12px;
	padding: 15px 20px;
}

#user-nav > div a {
	cursor: pointer;
	text-decoration: none;
	color: #727272;
}

#user-nav > div .mdi {
	font-size: 20px;
	position: relative;
	top: 2px;
	line-height: 18px;
}

#nav {
	height:100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
	z-index: 100;
}

#nav .nav {
	width: 180px;
	height: 100%;
	margin:0;
	padding:0;
	list-style:none;
	transition: all 0.3s ease;
}

#nav .nav.collapsed {
	width:60px;
}

#nav .nav li {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position:relative;
	text-align: center;
	height: 50px;
	margin-top: -1px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#nav .nav li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

#nav .nav li a .notification {
	position: relative;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    margin-left: 6px;
}

#nav .nav li a .notification::before {
	content:attr(title);
	position: relative;
	left: -1px;
	font-size: 11px;
}

#nav .nav li .mdi::before {
    line-height: 22px;
    font-size: 24px;
    cursor: pointer;
    color: rgba(255,255,255,0.4);
	text-decoration: none;
	margin: 0 12px 0 16px;
    transition: all 0.3s ease;
}

#nav .nav li #expand .mdi::before {
	color:#ffffff;
}

#nav .nav li:hover .mdi::before, #nav .nav li.current .mdi::before {
	color:#ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

#nav .nav li.hover:hover, #nav .nav li.hover.current {	
	background-color:rgba(255,255,255,0.1)
}

#nav .nav li.hover:hover::before, #nav .nav li.hover.current::before {
	content: '';
	border-left: 4px solid rgba(255, 255, 255, 0.75);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

#nav .nav li .label {
	text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 14px;
    color: #ffffff;
	transition: all 0.3s ease;
}

#nav .nav li.hover .label {
	color: rgba(255,255,255,0.5);
}

#nav .nav li:hover .label, #nav .nav li.current .label {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	color: #ffffff;
}

#nav .collapsed.nav li:hover .label {
	text-shadow:none;
}

#nav .collapsed.nav li .label {
	display:none;
	opacity:0;
	position: absolute;
	left: 60px;
	top: 0;
	bottom: 0;
	font-size:16px;
	margin: auto;
	height: 30px;
	line-height: 24px;
	box-sizing: border-box;
	padding: 4px 8px;
	margin-left: 20px;
	color:#000000;
	white-space: nowrap;
	transition: opacity 0.3s ease;
	background-color: #fdfdfd;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

#nav .collapsed.nav li .label::before {
    content: '\F35E';
    font-family: 'Material Design Icons';
    position: absolute;
    left: -19px;
    font-size: 32px;
    color: #fdfdfd;
    top: 0;
    bottom: 0;
    height: 24px;
    margin: auto;
    text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.2);
}

#nav .collapsed.nav li.hover:hover .label {
	display:block;
	opacity:1;
}
.appPopupContainer {
    background-color:#fff;
    border-radius: 4px;
    box-shadow:0 0 25px 5px #999;
    color:#111;
    display:none;
    padding: 20px;
    height: auto !important;
    width: auto !important;
    /*overflow-y: scroll;*/
    /*overflow: hidden;*/
}

.popupHeading {
    margin:0px 0px 20px 0px;
    text-align: center;
}

.popupButtons {
    margin-top: 20px;
    text-align: right;
	padding-top: 10px;
}

.bClose {
    float: left;
}

.bSave {
    float: right;
}

/* Confirm popups */
.popup {
	display:none;
	position:fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color:rgba(0,0,0,0.5);
	z-index: 1000;
}

.popup > div {
	position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	width: 100%;
	background-color: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.025);
	margin: auto;
}

.popup h3 {
	margin-bottom:8px;
}

.popup .button {
	display:inline-block;
}

.popup .confirm {
	float:left;
}

.popup .cancel {
	float:right;
}

.popup input[type="password"] {
	display: block;
    margin: 10px auto 30px 0;
    width: 100%;
}
table {
    background-color: transparent;
}

table > thead {
    white-space: nowrap;
}

th {
    text-align: left;
}

.table {
    width: 100%;
	max-width: 100%;
	
	/* Fix long urls breaking out */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
  
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

table.list {
	border-collapse:collapse;
	table-layout:fixed;
}

table.list thead td, table.list tfoot td {
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	font-weight:600;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

table.list thead td {
	position:relative;
}

table.list thead td::after {
	position: absolute;	
	font-family: 'Material Design Icons';
	right: 0px;
	top: 2px;
	bottom: 0;
	margin: auto;
	height: 12px;
	line-height: 10px;
	font-size:22px;
}

table.list thead td.ASC::after {
	content: '\F360';
}

table.list thead td.DESC::after {
	content:'\F35D';
}

table.list tr.error td {
	font-weight:bold;
	color:lightcoral !important;
}

table.list td {
	position:relative;
	padding:10px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	box-sizing:border-box;
}

table.collapsed.list tbody td {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
}

table.list tbody td .links {
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	font-size:small;
	margin:auto;
	padding:6px;
	height:18px;
	transition:opacity 0.1s ease;
	text-transform:lowercase;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
}

table.list tbody td .links a {
	display:inline-block;
	text-decoration:none;	
	margin-left:10px;
}

table.list tbody td .links a .mdi {
	font-size:16px;
	line-height:14px;
	position:relative;
	top:1px;
}

table.list tbody td:hover .links {
	opacity:1;
}

table.list tbody tr[href] {
    cursor: pointer;
}

table.list.scroll {
	display: flex;
	flex-flow: column;
	height: 100%;
	width: 100%;
}

table.list.scroll thead {
	flex: 0 0 auto;
	width: 100%;
}

table.list.scroll tbody {
	max-height: 359px;
	flex: 1 1 auto;
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
}

table.list.scroll tbody tr {
	width: 100%;
}

table.list.scroll thead, table.list.scroll tbody tr {
    display: table;
    table-layout: fixed;
}

.table.list .orderColumn {
	cursor:pointer;
	padding-right:20px;
}

table.form td {
	padding-bottom: 8px;
	padding-right: 6px;
	height: 40px;
	box-sizing: border-box;
	vertical-align: middle;
}

table.form td[valign="top"] {
	padding-top: 5px;
	vertical-align: top;
}

table.form td.label {
	width:200px;
}

table.form input {
	width: 100%;
}

table.form select {
	width: 100%;
}

table.form textarea {
	width: 100%;
}

#tableSize {
	cursor:pointer;
}
/* #actions {
    height: 100%;
    width: 360px;
    background-color: #FFFFFF;
	box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.025);
    position: fixed;
    z-index: 100;
	padding-top: 51px;
	padding-bottom: 63px;
	padding-left: 15px;
	padding-right: 10px;
    box-sizing: border-box;
    right:0;
	left: auto !important;
	overflow: visible !important;
}

#actions.closed {
	right:-360px;
}

#actions #actionsButton {
	cursor: pointer;
    position:absolute;
    top: 64px;
    left: -58px;
    font-size: 32px;
    padding: 6px 12px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #ffffff;
	color:#727272;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.1);
	border:1px solid rgba(0, 0, 0, 0.025);
}

#actions #actionsButton::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    top: -5px;
    bottom: -5px;
    width: 10px;
    right: -10px;
}

#actions #addAction {
	margin: 15px 0 10px;
}

#actions #actionsList {
	height: calc(100% - 70px);
	width: 100%;
	position:relative;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow-y:auto;
	box-sizing: border-box;
	padding-right: 10px;
	padding-bottom: 10px;
} */

/* #actions #actionsList .action {
    padding: 20px;
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 10px;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.025);
}

#actions #actionsList .action:first-child {
	margin-top:0px;
}

#actions #actionsList #newActionForm textarea {
	resize:vertical;
	min-height:100px;
	max-height:150px;
} */

#actionMoreDetails {
	margin: 15px 0px 0px 20px;
	max-width: 450px;
}

.actionBox {
	padding: 10px 12px;
	background-color: #fdfdfd; 
	margin-bottom: 8px; 
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05); 
	border: 1px solid #f4f4f4; 
	transition: 0.2s; 
}

.actionHeading {
	font-size: 12px; 
	padding-bottom: 20px;
}

.actionDetail {
	font-size: 14px; 
	background-color: #fafafa; 
	width: 98%; 
	padding: 5px
}
/* DiasterCare Monthly Hours Widget */

.dcHoursWidget.overview .label {
	font-size: 1.25rem;
}

.dcHoursWidget.overview .value {
	font-size: 1.25rem;
}

.dcHoursWidget.overview .value .mdi{
	font-size: 2rem;
}
.dcHoursWidget.overview .value strong{
	font-size: 2.5rem;
}

.dcHoursWidget.overview .error{
	color: #f10a0e;
}

.dcHoursWidget.overview .slash {
	display: none;
	font-size: 2.5rem;
}
.dcHoursWidget.overview .outOf {
	display: inline-block;
}
.dcHoursWidget.overview .ou {
	display: inline-block;
}

.divider{
	max-width: 24rem;
	text-align: left;
	margin: 15px 0 5px;
}

/* Responsive queries */


.dcHoursWidget.overview.narrow .slash {
	display: inline-block;
}
.dcHoursWidget.overview.narrow .outOf {
	display: none;
}
.dcHoursWidget.overview.narrow .ou {
	display: none;
}

.dropzone#fileContainer {
	width:100%;
	padding:0;
	border:0;
}

.dropzone#fileContainer #fileContainerDropzone{
	width: 170px; 
	height: 170px; 
	float: left; 
	border: 1px dashed;
}

.dropzone#fileContainer .fileShortName {
	font-size: 12px; 
	text-align: center; 
	margin-top: -20px;
}

.dropzone-message {
	text-align: center;
	margin: 2em 0;
}

#fileContainerDropzone.dz-highlight {
	border-color: green !important;
}

#dropzone-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	height: 16px;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(1);
	border-radius: 8px;
	overflow: hidden;
}

/** This is the initial code from dropzone - when I deleted it layout was broken */
@-webkit-keyframes passing-through {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(40px);
	  -moz-transform: translateY(40px);
	  -ms-transform: translateY(40px);
	  -o-transform: translateY(40px);
	  transform: translateY(40px); }
	30%, 70% {
	  opacity: 1;
	  -webkit-transform: translateY(0px);
	  -moz-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	  -o-transform: translateY(0px);
	  transform: translateY(0px); }
	100% {
	  opacity: 0;
	  -webkit-transform: translateY(-40px);
	  -moz-transform: translateY(-40px);
	  -ms-transform: translateY(-40px);
	  -o-transform: translateY(-40px);
	  transform: translateY(-40px); } }
  @-moz-keyframes passing-through {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(40px);
	  -moz-transform: translateY(40px);
	  -ms-transform: translateY(40px);
	  -o-transform: translateY(40px);
	  transform: translateY(40px); }
	30%, 70% {
	  opacity: 1;
	  -webkit-transform: translateY(0px);
	  -moz-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	  -o-transform: translateY(0px);
	  transform: translateY(0px); }
	100% {
	  opacity: 0;
	  -webkit-transform: translateY(-40px);
	  -moz-transform: translateY(-40px);
	  -ms-transform: translateY(-40px);
	  -o-transform: translateY(-40px);
	  transform: translateY(-40px); } }
  @keyframes passing-through {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(40px);
	  -moz-transform: translateY(40px);
	  -ms-transform: translateY(40px);
	  -o-transform: translateY(40px);
	  transform: translateY(40px); }
	30%, 70% {
	  opacity: 1;
	  -webkit-transform: translateY(0px);
	  -moz-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	  -o-transform: translateY(0px);
	  transform: translateY(0px); }
	100% {
	  opacity: 0;
	  -webkit-transform: translateY(-40px);
	  -moz-transform: translateY(-40px);
	  -ms-transform: translateY(-40px);
	  -o-transform: translateY(-40px);
	  transform: translateY(-40px); } }
  @-webkit-keyframes slide-in {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(40px);
	  -moz-transform: translateY(40px);
	  -ms-transform: translateY(40px);
	  -o-transform: translateY(40px);
	  transform: translateY(40px); }
	30% {
	  opacity: 1;
	  -webkit-transform: translateY(0px);
	  -moz-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	  -o-transform: translateY(0px);
	  transform: translateY(0px); } }
  @-moz-keyframes slide-in {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(40px);
	  -moz-transform: translateY(40px);
	  -ms-transform: translateY(40px);
	  -o-transform: translateY(40px);
	  transform: translateY(40px); }
	30% {
	  opacity: 1;
	  -webkit-transform: translateY(0px);
	  -moz-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	  -o-transform: translateY(0px);
	  transform: translateY(0px); } }
  @keyframes slide-in {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(40px);
	  -moz-transform: translateY(40px);
	  -ms-transform: translateY(40px);
	  -o-transform: translateY(40px);
	  transform: translateY(40px); }
	30% {
	  opacity: 1;
	  -webkit-transform: translateY(0px);
	  -moz-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	  -o-transform: translateY(0px);
	  transform: translateY(0px); } }
  @-webkit-keyframes pulse {
	0% {
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1); }
	10% {
	  -webkit-transform: scale(1.1);
	  -moz-transform: scale(1.1);
	  -ms-transform: scale(1.1);
	  -o-transform: scale(1.1);
	  transform: scale(1.1); }
	20% {
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1); } }
  @-moz-keyframes pulse {
	0% {
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1); }
	10% {
	  -webkit-transform: scale(1.1);
	  -moz-transform: scale(1.1);
	  -ms-transform: scale(1.1);
	  -o-transform: scale(1.1);
	  transform: scale(1.1); }
	20% {
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1); } }
  @keyframes pulse {
	0% {
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1); }
	10% {
	  -webkit-transform: scale(1.1);
	  -moz-transform: scale(1.1);
	  -ms-transform: scale(1.1);
	  -o-transform: scale(1.1);
	  transform: scale(1.1); }
	20% {
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  transform: scale(1); } }
  .dropzone, .dropzone * {
	box-sizing: border-box; }
  
  .dropzone {
	min-height: 150px;
	border: 2px solid rgba(0, 0, 0, 0.3);
	background: white;
	padding: 20px 20px; }
	.dropzone.dz-clickable {
	  cursor: pointer; }
	  .dropzone.dz-clickable * {
		cursor: default; }
	  .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
		cursor: pointer; }
	.dropzone.dz-started .dz-message {
	  display: none; }
	.dropzone.dz-drag-hover {
	  border-style: solid; }
	  .dropzone.dz-drag-hover .dz-message {
		opacity: 0.5; }
	.dropzone .dz-message {
	  text-align: center;
	  margin: 2em 0; }
	.dropzone .dz-preview {
	  position: relative;
	  display: inline-block;
	  vertical-align: top;
	  margin: 16px;
	  min-height: 100px; }
	  .dropzone .dz-preview:hover {
		z-index: 1000; }
		.dropzone .dz-preview:hover .dz-details {
		  opacity: 1; }
	  .dropzone .dz-preview.dz-file-preview .dz-image {
		border-radius: 20px;
		background: #999;
		background: linear-gradient(to bottom, #eee, #ddd); }
	  .dropzone .dz-preview.dz-file-preview .dz-details {
		opacity: 1; }
	  .dropzone .dz-preview.dz-image-preview {
		background: white; }
		.dropzone .dz-preview.dz-image-preview .dz-details {
		  -webkit-transition: opacity 0.2s linear;
		  -moz-transition: opacity 0.2s linear;
		  -ms-transition: opacity 0.2s linear;
		  -o-transition: opacity 0.2s linear;
		  transition: opacity 0.2s linear; }
	  .dropzone .dz-preview .dz-remove {
		font-size: 14px;
		text-align: center;
		display: block;
		cursor: pointer;
		border: none; }
		.dropzone .dz-preview .dz-remove:hover {
		  text-decoration: underline; }
	  .dropzone .dz-preview:hover .dz-details {
		opacity: 1; }
	  .dropzone .dz-preview .dz-details {
		z-index: 20;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		font-size: 13px;
		min-width: 100%;
		max-width: 100%;
		padding: 2em 1em;
		text-align: center;
		color: rgba(0, 0, 0, 0.9);
		line-height: 150%; }
		.dropzone .dz-preview .dz-details .dz-size {
		  margin-bottom: 1em;
		  font-size: 16px; }
		.dropzone .dz-preview .dz-details .dz-filename {
		  white-space: nowrap; }
		  .dropzone .dz-preview .dz-details .dz-filename:hover span {
			border: 1px solid rgba(200, 200, 200, 0.8);
			background-color: rgba(255, 255, 255, 0.8); }
		  .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
			overflow: hidden;
			text-overflow: ellipsis; }
			.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
			  border: 1px solid transparent; }
		.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
		  background-color: rgba(255, 255, 255, 0.4);
		  padding: 0 0.4em;
		  border-radius: 3px; }
	  .dropzone .dz-preview:hover .dz-image img {
		-webkit-transform: scale(1.05, 1.05);
		-moz-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		-o-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
		-webkit-filter: blur(8px);
		filter: blur(8px); }
	  .dropzone .dz-preview .dz-image {
		border-radius: 20px;
		overflow: hidden;
		width: 120px;
		height: 120px;
		position: relative;
		display: block;
		z-index: 10; }
		.dropzone .dz-preview .dz-image img {
		  display: block; }
	  .dropzone .dz-preview.dz-success .dz-success-mark {
		-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
		-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
		-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
		-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
		animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
	  .dropzone .dz-preview.dz-error .dz-error-mark {
		opacity: 1;
		-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
		-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
		-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
		-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
		animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
	  .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
		pointer-events: none;
		opacity: 0;
		z-index: 500;
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		margin-left: -27px;
		margin-top: -27px; }
		.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
		  display: block;
		  width: 54px;
		  height: 54px; }
	  .dropzone .dz-preview.dz-processing .dz-progress {
		opacity: 1;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear; }
	  .dropzone .dz-preview.dz-complete .dz-progress {
		opacity: 0;
		-webkit-transition: opacity 0.4s ease-in;
		-moz-transition: opacity 0.4s ease-in;
		-ms-transition: opacity 0.4s ease-in;
		-o-transition: opacity 0.4s ease-in;
		transition: opacity 0.4s ease-in; }
	  .dropzone .dz-preview:not(.dz-processing) .dz-progress {
		-webkit-animation: pulse 6s ease infinite;
		-moz-animation: pulse 6s ease infinite;
		-ms-animation: pulse 6s ease infinite;
		-o-animation: pulse 6s ease infinite;
		animation: pulse 6s ease infinite; }
	  .dropzone .dz-preview .dz-progress {
		opacity: 1;
		z-index: 1000;
		pointer-events: none;
		position: absolute;
		height: 16px;
		left: 50%;
		top: 50%;
		margin-top: -8px;
		width: 80px;
		margin-left: -40px;
		background: rgba(255, 255, 255, 0.9);
		-webkit-transform: scale(1);
		border-radius: 8px;
		overflow: hidden; }
		.dropzone .dz-preview .dz-progress .dz-upload {
		  background: #333;
		  background: linear-gradient(to bottom, #666, #444);
		  position: absolute;
		  top: 0;
		  left: 0;
		  bottom: 0;
		  width: 0;
		  -webkit-transition: width 300ms ease-in-out;
		  -moz-transition: width 300ms ease-in-out;
		  -ms-transition: width 300ms ease-in-out;
		  -o-transition: width 300ms ease-in-out;
		  transition: width 300ms ease-in-out; }
	  .dropzone .dz-preview.dz-error .dz-error-message {
		display: block; }
	  .dropzone .dz-preview.dz-error:hover .dz-error-message {
		opacity: 1;
		pointer-events: auto; }
	  .dropzone .dz-preview .dz-error-message {
		pointer-events: none;
		z-index: 1000;
		position: absolute;
		display: block;
		display: none;
		opacity: 0;
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-ms-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
		border-radius: 8px;
		font-size: 13px;
		top: 130px;
		left: -10px;
		width: 140px;
		background: #be2626;
		background: linear-gradient(to bottom, #be2626, #a92222);
		padding: 0.5em 1.2em;
		color: white; }
		.dropzone .dz-preview .dz-error-message:after {
		  content: '';
		  position: absolute;
		  top: -6px;
		  left: 64px;
		  width: 0;
		  height: 0;
		  border-left: 6px solid transparent;
		  border-right: 6px solid transparent;
		  border-bottom: 6px solid #be2626; }
/* #totalsContainer.hide {
	display: none;
} */

input.invoiceItemInput, select.invoiceItemInput, textarea.invoiceItemInput, div.textarea.invoiceItemInput {
    border:0;
    width:90%;
	resize:none;
}

#invoiceTitleInput {
    font-weight: 400;
    font-size: 22px;
    margin-top: 0;
    border:none;
    font-family:'Noto Sans';
    color:#444444;
    padding: 0;
    height: 36px;
}

textarea.invoiceItemInput:focus {
	overflow: hidden;
}

.newInvoiceItem .invoiceItemInput {
	border: 1px solid #efefef;
	background-color: #fff!important;
}

#totalsContainer.buttonBG {
	display: none;
	border: 0;
	padding: 6px;
    margin: -12px;
    border-radius: 4px;
}

#totalsContainer ul {
	margin-left: -20px;
	text-align: right;
	list-style: none;
}

#invoiceItems input, #invoiceTotals input {
    padding-right: 0px;
    padding-left: 0px;
}

#invoiceItems input:disabled, #invoiceTotals input:disabled {
    background-color: inherit !important;
}

#invoiceTotals input {
    font-weight: 600;
}

#viewTotals {
	z-index: 1;
}

/* #viewTotals .button.addNew {
	margin-right: 10px;
	height: auto;
	padding: 4.5px 12px;
	position: absolute;
    z-index: 2;
    right: 263px;
} */
#body.login {
	width:100%;
	margin:0;
}

/* .login #logoContainer {
	position: fixed;
	top: 20%;
} */
.login #logo {
	/* position: absolute; */
	width: 90%;
	margin: auto;
	/* top: 15%;*/
	/* left: 10%; */
	/* position: fixed; */
	/* width:calc(100% / 2 - 10%); */
	/* width: 40%; */
	/* top: 15%;
	left: 5%; */
	/* right: 55%; */
	/* transform: translateX(13%); */
	/* transition: width 0.6s ease; */
}

.login {
	display:flex;
}

.login > div {
	display: flex;
	position: relative;
	width: calc(100% / 2);
	min-height: 100%;
	background-color: #dddddd;
	transition: width 0.6s ease;
}

.login .form.start {
	width:0px;
}

.login .form.end {
	width:100%;
}

.login .image.start {
	width:100%;
}

.login .image.end {
	width:0px;
}

.login .form {
	background-color: #dc0741;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.25);
	z-index: 2;
}

.login .image {
	background-image:url('/assets/img/pexels-photo-40120.jpeg');
	background-size: cover;
	background-position: center;
}

.login #login {
	/* position:absolute; */
	/* top:0;
	bottom:0; */
	/* top: 50%;
	left:0;
	right:0; */
	margin: auto;
	/* padding-top: 10px;
	padding-bottom: 10px;*/
	padding-bottom: 100px;
	width: 100%;
	/* height: 286px; */
	z-index: 99;
}

#login h1 {
	text-align: center;
}

#login .input {
    position: relative;
	width: 360px;
	display:block;
	margin: 0 auto 25px;
}

#login .input .border {
	height:1px;
	width:100%;
	background-color:#ffffff;
	box-shadow:0 0 5px 1px rgba(0, 0, 0, 0.1);
}

#login .input input {
	font-family:'Roboto';
	width:100%;
	padding: 5px 0;
	display:block;
	background-color:transparent !important;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:0;
	font-size:18px;
	text-shadow:0 0px 5px rgba(0, 0, 0, 0.1);
}

#login .input input:focus {
	outline:none;
}

#login .input label {
	position: relative;
	top: -3px;
	margin-left: 2px;
}

#login *::-webkit-input-placeholder {
	text-transform: lowercase;
	text-shadow:0 0px 5px rgba(0, 0, 0, 0.25);
}

#login *:-moz-placeholder { /* Firefox 18- */
	text-transform: lowercase;
	text-shadow:0 0px 5px rgba(0, 0, 0, 0.25);
}

#login *::-moz-placeholder {  /* Firefox 19+ */
	text-transform: lowercase;
	text-shadow:0 0px 5px rgba(0, 0, 0, 0.25);
}

#login *:-ms-input-placeholder {
	text-transform: lowercase;
	text-shadow:0 0px 5px rgba(0, 0, 0, 0.25);
}

#login .button {
    width: 125px;
	margin-top:30px;
}

.login #greeting {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 150px;
	text-align: center;
}

.login #greeting .icon {
	height: 22px;
	width: 22px;
	font-size: 22px;
	text-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
}

.show {
	cursor:pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 24px;
	font-size:18px;
	right: 0;
	opacity:0.4;
	transition: all 0.3s ease;
}

.show:hover {
	opacity:0.8;
}

/* .newLogin {
	width:0;
	height:100%;
	position:fixed;
	z-index:200;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#dc0741;
	box-shadow:0 0 20px 5px rgba(0, 0, 0, 0.25);
	transition: all 0.6s ease;
}

.newLogin.start {
	width:100%;
	box-shadow:0 0 20px 10px rgba(0, 0, 0, 0.25);
} */
#settings_startTime {
	display: inline-block;
}

#settings_endTime {
	display: inline-block;
}

#settings_startTime_hour, #settings_startTime_minute, #settings_endTime_hour, #settings_endTime_minute {
	width: 60px;
}

#settings_break {
    max-width: 60px;
}
/*textarea#termsText {*/
textarea#quote_terms {
    width: 100%;
    height: 100%;
    max-width: 100%;
    resize: none;
    overflow: hidden;
}
.overview {
	font-size: 20px;
}

.overview .value {
	font-size: 70px;
}

.overview .volume {
	font-size: 60px;
}

.overview .valueContainer {
    text-align:  right;
}

.statsContainer.filters {
    margin: 20px 0;
}


.colourPreview {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #efefef;
	min-width: 100px;
	height: 32px;
	vertical-align: middle;
	position: relative;
	padding: 4px 8px;
	background: url(images/transparent.jpg);
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}

.iconPreview {
	font-size: 22px;
	line-height: 22px;
	position: relative;
	top: 2px;
	margin-left: 5px;
	text-align: center;
	color: #ffffff;
}

.iconPreview:before {
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
.lastStatement:hover {
    text-decoration: underline;
    cursor: pointer;
}
.ticketHeader {
    padding: 16px;
    background-color: #eeeeee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}
.ticketContent {
    padding: 16px;
	border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
	margin-bottom: 10px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ticketContent .ticketRead {
	text-align: right;
    font-size: 14px;
}

/*.ticketTable .markRead {
    width: 16px;
    height: 16px;
    float: right;
	cursor:pointer;
	position: relative;
	top: 1px;
}

.ticketTable .markRead::before {
    font-family:"Material Design Icons";
	content:'\F5E1';
	color: #cccccc;
	-webkit-text-stroke: 1px rgba(64, 64, 64, 0.1);
}

.ticketTable .markRead.read::before {
	content:'\F5E0';
	color: limegreen;
	text-shadow: none;
}

#tcContent {
	width: 100%;
	min-height: 125px;
	max-height: 256px;
	resize: vertical;
	padding:6px;
}*/

div.supportEmailHeader {
	margin-bottom: 12px;
	border-bottom: 2px solid #f5f5f5;
	padding: 0px 0px 4px 0px !important;
    height: 32px;
    font-size: 16px;
}

div.supportEmailHeader > div {
	vertical-align: text-bottom;
}

div.supportEmailDetails {
	display: inline-block;
	width: 35% !important;
}

div.supportEmailDetails > div.form-row > input, div.supportEmailDetails > div.form-row > select {
	width: 90%
}

div.supportEmailBody {
	display: inline-block;
	vertical-align: top;
	background-color: rgba(239, 239, 239, 0.3);
	padding: 0.3em 1em;
	box-sizing: border-box;
	border-radius: 8px;
	width: 64% !important;
	min-height: 500px;
    max-height: 1000px;
}

.supportEmailIframe{
	min-height: 500px;
	border: 1px solid #efefef;
    background-color: rgba(239, 239, 239, 0.3);
	width: 100%;
}
#tasks {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}

#tasks li div {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:space-between;
	padding: 10px 12px;
	background-color: #fdfdfd;
	margin-bottom: 8px;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
	border: 1px solid #f4f4f4;
	transition: 0.2s;
}

#tasks li div.client {
	background-color:#f5fdff;
}

#tasks li div > * {
	flex-shrink:0;
	flex-grow:0;
}

#tasks li div .content {
	flex-shrink:1;
	flex-grow:1;
	margin:0 8px 0 4px;
}

#tasks li div .content input {
	background-color: transparent;
	line-height: 18px;
	width: 100%;
	height: 20px;
	padding: 0px;
	border: 0px;
}

#tasks li div .content input:focus {
	background-color:#FFFFFF;
	outline:none;
	border:none;
}

#tasks li div .content textarea {
	background-color: transparent;
	line-height: 18px;
	width: 100%;
	min-height: 20px;
	height:0;
	resize:vertical;
	padding: 0px;
	border: 0px;
}

#tasks li div .content textarea:focus {
	background-color:#FFFFFF;
	outline:none;
	border:none;
}

#tasks li.complete div {
	background: rgba(50, 215, 50, 0.05);
}

#tasks li div:hover {
	background-color: #fafafa;
}

#tasks .anchor {
    position: relative;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    width: 12px;
    height: 12px;
    display: inline-block;
	margin-right:8px;
	opacity:0;
	transition: opacity 0.2s ease;
}

#tasks .anchor::before {
    font-family: 'Material Design Icons';
    content: "\F1DD";
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: auto;
    height: 16px;
    opacity: 0.5;
}

#tasks li > div:hover > .anchor {
	opacity:1;
}

#tasks ul {
	list-style:none;
	padding-left:0;
	margin-left:20px;
	transition:all 0.3s ease;
	border-color:#f4f4f4;
}

#tasks ul.addNew {
    border-bottom-width:10px;
	border-bottom-style:solid;
    margin-bottom:8px;
	cursor:pointer;
}

#tasks li .quickOptions {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

#tasks li .quickOptions .type {
	font-size: 16px;
	width:20px;
	text-align: center;
	display:inline-block;
	margin-right: 4px;
	-webkit-text-stroke: 1px rgba(64, 64, 64, 0.1);
}

#tasks li .quickOptions .type.editable {
	cursor:pointer;
}

#tasks li .quickOptions .importance {
	cursor:pointer;
	font-size: 16px;
	width:20px;
	text-align: center;
	display:inline-block;
	margin-right: 2px;
}

#tasks li .quickOptions .importance::before {
	font-family:"Material Design Icons";
	content:'\F02A';
	color:#cccccc;
	-webkit-text-stroke: 1px rgba(64, 64, 64, 0.1);
}

#tasks li .quickOptions .importance.important::before {
	content:'\F026';
	color:indianred;
	text-shadow:none;
}

#tasks li.important > div {
	box-shadow:1px 1px 2px 0px rgba(205, 92, 92, 0.50);
	border: 1px solid  rgba(205, 92, 92, 0.50);
}

#tasks li .done {
    width: 16px;
    height: 16px;
    /*float: right;*/
	cursor:pointer;
	position: relative;
	top: 1px;
}

#tasks li .done::before {
    font-family:"Material Design Icons";
	content:'\F5E1';
	color: #cccccc;
	-webkit-text-stroke: 1px rgba(64, 64, 64, 0.1);
}

#tasks li .done.complete::before {
	content:'\F5E0';
	color: limegreen;
	text-shadow: none;
}

#tasks li.important > div > .content {
	font-weight: 600;
}

#tasks li .subTask {
	margin-right:8px;
	/*float:right;*/
}

/*#tasks li .edit {
	margin-right:8px;
	/*float:right;
}*/

#tasks li .editContent {
	width:100%;
    height: 19px;
	padding: 0 2px;
    border: none;
    box-shadow: 0px 0px 1px 1px #efefef;
}

#tasks li .editContent:focus {
	outline:none;
}

#tasks .addTask {
	height:0;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.3s ease;
	position:relative;
	top:-8px;
}

#tasks .delete {
	margin-right: 10px;
	/* margin: 0px 10px 0px 0px; */
}

#tasks .addTask > span {
	display:block;
	box-sizing: border-box;
    overflow: hidden;
    background-color: transparent;
    color: #AAAAAA;
    cursor: pointer;
    transition: all 0.3s ease;
    padding-top: 8px;
}

#tasks li > ul > .addTask.open {
	padding:8px 0 0;
	height:40px;
}

#tasks .addTask.open > span {
	padding:8px 10px;
}

#tasks li:hover > ul > .addTask > span {
	padding:4px 10px;
	background-color: #fafafa;
	line-height: 16px;
}

ul.task-group {
	min-height: 2px;
}
#datesList {
	display:flex;
	justify-content:center;
	width:100%;
	margin-top:15px;
}

#datesList > div {
	position: relative;
	box-sizing: border-box;
	width:auto;
	height: 32px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin: 0 3px;
	padding: 6px 8px;
    line-height: 20px;
	text-align: center;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.05);
}

#datesList > div.date {
	width: 32px;
}

#datesList > div.date.selected {
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-weight: 600;
}

#datesList > div.date.current {
	background-color:lightyellow;
}

#datesList > div.date.done.good {
	background-color:lightgreen;
}

#datesList > div.date.done.bad {
	background-color:lightcoral;
}

#datesList > div.date.free {
	background-color:#f3fafe;
}

#datesList > div:first-child {
	margin-left:0;
}

#datesList > div:last-child {
	margin-right:0;
}

#datesList > div a, #datesList > div span {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	text-decoration: none;
	padding:8px 0;
	line-height: 16px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color:#222222;
}

#datesList > div a {
	cursor:pointer;
}

#datesList > div span {
	cursor:default;
}

#timelog_start {
	display: inline-block;
}

#timelog_end {
	display: inline-block;
}

#timelog_start_hour, #timelog_start_minute, #timelog_end_hour, #timelog_end_minute {
	width: 60px;
}

.break {
	color: #ffa500;
}
