
/* --------------------------
 *
 * themis-menu.css
 *
 * -------------------------- */


/* Menu
 * -------------------------- */

.tc-menu .tc-menu-item {
	margin-bottom: 5px;
}

.tc-menu .tc-menu-item .tc-menu-button {
	display: block;
	min-height: 17px;
	padding: 5px 10px 5px;
	color: inherit;
	text-decoration: none;
	border-radius: 14px;
}

.tc-menu .tc-menu-item .tc-menu-button > .tc-icon {
	width: 20px;
	font-size: 17px;
	text-align: center;
}

.tc-root-rtl .tc-menu .tc-menu-item .tc-menu-button > .tc-icon {
	margin-left: 9px;
}

.tc-root-ltr .tc-menu .tc-menu-item .tc-menu-button > .tc-icon {
	margin-right: 9px;
}

.tc-menu .tc-menu-item .tc-menu-button > .tc-menu-caption b {
	font-weight:bold;
}

.tc-menu .tc-menu-item .tc-menu-button:hover,
.tc-menu .tc-menu-item .tc-menu-button.tc-hover {
	color: white;
}

.tc-menu .tc-menu-item .tc-menu-button:focus,
.tc-menu .tc-menu-item .tc-menu-button.tc-focus {
	color: white;
	outline: none;
	box-shadow: 0px 0px 5px 2px #337abc;
	/* IE8 outline: 2px solid #337abc; */
	position: relative;
}

.tc-menu .tc-menu-item.tc-menu-current > .tc-menu-button,
.tc-menu .tc-menu-item.tc-menu-current-parent.tc-menu-closed > .tc-menu-button {
	background: black;
}

.tc-menu .tc-menu-item.tc-menu-current-parent.tc-menu-open > .tc-menu-button {
	background: #151515;
}


.tc-menu .tc-menu-sub {
	box-sizing: border-box;
	display: none;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tc-root-rtl .tc-menu .tc-menu-sub {
	padding-right: 20px;
}

.tc-root-ltr .tc-menu .tc-menu-sub {
	padding-left: 20px;
}

.tc-menu .tc-menu-item.tc-menu-open > .tc-menu-sub {
	display: block;
}

.tc-menu .tc-menu-sub .tc-icon {
	display: none;
}


/* --------------------------
 *
 * themis-table.css
 *
 * -------------------------- */


/* Table
 * -------------------------- */

.tc-table {
	width: 100%;
	border: 1px solid #ebebeb;
	background: white;
	background-color: rgba(255,255,255,0.9);
}

.tc-root-rtl .tc-table {
	text-align: right;
}

.tc-root-ltr .tc-table {
	text-align: left;
}

.tc-table .tc-table-row {
	height: 1px;
	border-top: 1px solid #ebebeb;
}

.tc-table .tc-table-row:first-child {
	border-top: none;
}

.tc-table .tc-table-row:hover,
.tc-table .tc-table-row.tc-hover {
	background: #f6f6f6;
	background-color: rgba(0,0,0,0.035);
}

.tc-table .tc-table-row.tc-table-row-heading {
	background: #1886ed;
}

.tc-table .tc-table-column {
	height: inherit;
	vertical-align: top;
}

.tc-root-browser-firefox .tc-table .tc-table-column {
	height: 100%;
}

.tc-root-browser-safari .tc-table .tc-table-column {
	height: auto;
}

.tc-root-rtl .tc-table .tc-table-column {
	border-right: 1px solid #ebebeb;
}

.tc-root-ltr .tc-table .tc-table-column {
	border-left: 1px solid #ebebeb;
}

.tc-table .tc-table-column:hover,
.tc-table .tc-table-column.tc-hover,
.tc-table .tc-table-column.tc-hover-column {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.tc-table .tc-table-row.tc-table-row-heading .tc-table-column:hover,
.tc-table .tc-table-row.tc-table-row-heading .tc-table-column.tc-hover,
.tc-table .tc-table-row.tc-table-row-heading .tc-table-column.tc-hover-column {
	background: #167CDB;
}

.tc-root-rtl .tc-table .tc-table-row.tc-table-row-heading .tc-table-column:hover,
.tc-root-rtl .tc-table .tc-table-row.tc-table-row-heading .tc-table-column.tc-hover,
.tc-root-rtl .tc-table .tc-table-row.tc-table-row-heading .tc-table-column.tc-hover-column {
	border-right: 1px solid #ebebeb;
	border-left: none;
}

.tc-root-ltr .tc-table .tc-table-row.tc-table-row-heading .tc-table-column:hover,
.tc-root-ltr .tc-table .tc-table-row.tc-table-row-heading .tc-table-column.tc-hover,
.tc-root-ltr .tc-table .tc-table-row.tc-table-row-heading .tc-table-column.tc-hover-column {
	border-left: 1px solid #ebebeb;
	border-right: none;
}

.tc-root-rtl .tc-table .tc-table-column:first-child {
	border-right: none !important;
}

.tc-root-ltr .tc-table .tc-table-column:first-child {
	border-left: none !important;
}

.tc-table .tc-table-column .tc-table-column-title {
	display: block;
	height: 100%;
	padding: 10px 9px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background: inherit;
	box-sizing: border-box;
}

.tc-table .tc-table-column .tc-table-column-title > .tc-icon {
	color: #245f97;
	font-size: 18px;
}

.tc-table .tc-table-column .tc-table-column-title .tc-control {
	color: #2b2b2b;
}

.tc-table .tc-table-column .tc-table-column-title:hover > .tc-icon,
.tc-table .tc-table-column .tc-table-column-title.tc-hover > .tc-icon,
.tc-table .tc-table-column .tc-table-column-title.tc-table-column-sorted > .tc-icon {
	color: white;
}


.tc-table .tc-table-column .tc-table-column-title.tc-table-column-sortable,
.tc-table .tc-table-column .tc-table-column-title.tc-table-column-filterable {
	white-space: nowrap;
}

.tc-table .tc-table-column .tc-table-column-title.tc-table-column-sortable .tc-button-caption,
.tc-table .tc-table-column .tc-table-column-title.tc-table-column-filterable .tc-button-caption {
	display: block;
	white-space: normal;
}

.tc-root-rtl .tc-table .tc-table-column .tc-table-column-title.tc-table-column-sortable .tc-button-caption {
	padding-left: 21px;
}

.tc-root-ltr .tc-table .tc-table-column .tc-table-column-title.tc-table-column-sortable .tc-button-caption {
	padding-right: 21px;
}

.tc-root-rtl .tc-table .tc-table-column .tc-table-column-title.tc-table-column-filterable .tc-button-caption {
	padding-left: 13px;
}

.tc-root-ltr .tc-table .tc-table-column .tc-table-column-title.tc-table-column-filterable .tc-button-caption {
	padding-right: 13px;
}

/*
.tc-table .tc-table-column .tc-table-column-title.tc-table-column-sortable > .tc-icon {
	display: none;
}
*/

.tc-root-rtl .tc-table .tc-table-column .tc-table-column-title.tc-table-column-sortable > .tc-icon,
.tc-root-rtl .tc-table .tc-table-column .tc-table-column-title.tc-table-column-filterable > .tc-icon {
	float: left;
	margin-left: 0;
}

.tc-root-ltr .tc-table .tc-table-column .tc-table-column-title.tc-table-column-sortable > .tc-icon,
.tc-root-ltr .tc-table .tc-table-column .tc-table-column-title.tc-table-column-filterable > .tc-icon {
	float: right;
	margin-right: 0;
}

/*
.tc-table .tc-table-column .tc-table-column-title.tc-table-column-sorted > .tc-icon {
	display: block;
}
*/


.tc-table .tc-table-column .tc-table-column-inner {
	height: 100%;
	position: relative;
}

.tc-table .tc-table-column .tc-table-column-inner .tc-table-column-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	width: 240px;
	padding: 12px 12px 0;
	background: white;
	border: 1px solid #cccccc;
	border-top: 0;
	z-index: 30;
	box-sizing: border-box;
}

.tc-root-rtl .tc-table .tc-table-column .tc-table-column-inner .tc-table-column-dropdown {
	right: 0;
}

.tc-root-ltr .tc-table .tc-table-column .tc-table-column-inner .tc-table-column-dropdown {
	left: 0;
}

.tc-root-rtl .tc-table .tc-table-column .tc-table-column-inner .tc-table-column-dropdown.tc-table-column-dropdown-reverse {
	right: auto;
	left: 0;
}

.tc-root-ltr .tc-table .tc-table-column .tc-table-column-inner .tc-table-column-dropdown.tc-table-column-dropdown-reverse {
	left: auto;
	right: 0;
}

.tc-table .tc-table-column.tc-table-column-dropdown-open .tc-table-column-inner .tc-table-column-dropdown {
	display: block;
}

.tc-table .tc-table-column .tc-table-column-inner .tc-table-column-dropdown .tc-table-column-sort {
	display: table;
	width: 100%;
}

.tc-table .tc-table-column .tc-table-column-inner .tc-table-column-dropdown .tc-table-column-sort .tc-table-column-sort-caption,
.tc-table .tc-table-column .tc-table-column-inner .tc-table-column-dropdown .tc-table-column-sort .tc-table-column-sort-control {
	display: table-cell;
	width: 100px;
	vertical-align: middle;
}

.tc-root-rtl .tc-table .tc-table-column .tc-table-column-inner .tc-table-column-dropdown .tc-table-column-sort .tc-table-column-sort-control {
	text-align: left;
}

.tc-root-ltr .tc-table .tc-table-column .tc-table-column-inner .tc-table-column-dropdown .tc-table-column-sort .tc-table-column-sort-control {
	text-align: right;
}

.tc-table-column-dropdown-apply {
	margin-bottom: 12px;
}

.tc-root-rtl .tc-table-column-dropdown-apply {
	float: left;
}

.tc-root-ltr .tc-table-column-dropdown-apply {
	float: right;
}


.tc-table-column-filters .tc-control-options {
	max-height: 150px;
	overflow: auto;
}

.tc-table-column-filters .tc-control-options.tc-control-options-ajax,
.tc-table-column-filters .tc-control-select-multiple > .tc-control-options {
	max-height: none;
	overflow: visible;
}

.tc-table-column-filters .tc-control-select-multiple > .tc-control-options .tc-select-options {
	border-bottom: 1px solid #cccccc;
}

.tc-root-rtl .tc-table-column-filters .tc-control-select-multiple > .tc-control-options .tc-select-options {
	border-left: 1px solid #cccccc;
}

.tc-root-ltr .tc-table-column-filters .tc-control-select-multiple > .tc-control-options .tc-select-options {
	border-right: 1px solid #cccccc;
}

.tc-table-column-filters .tc-control-select-multiple > .tc-control-options .tc-select-options .tc-control-option:last-child {
	border-bottom: none;
}


.tc-table .tc-table-cell {
	display: block;
	height: 100%;
	padding: 10px 9px;
	overflow: hidden;
	box-sizing: border-box;
}

.tc-root-not-print .tc-table .tc-table-cell {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tc-table .tc-table-column .tc-table-cell {
	position: relative;
}

.tc-table .tc-table-column .tc-table-cell-buttons {
	display: none;
	position: absolute;
	top: 0;
	background: #d2d2d2;
	z-index: 5;
}

.tc-table .tc-table-column .tc-table-cell-buttons .tc-button {
	padding: 9px;
}

.tc-table .tc-table-column:hover .tc-table-cell-buttons,
.tc-table .tc-table-column.tc-hover .tc-table-cell-buttons {
	display: block;
}

.tc-root-rtl .tc-table .tc-table-column .tc-table-cell-buttons {
	left: 0;
}

.tc-root-rtl .tc-table .tc-table-column .tc-table-cell-buttons li {
	float: right;
	border-right: 1px solid #f6f6f6;
}

.tc-root-rtl .tc-table .tc-table-column .tc-table-cell-buttons li:first-child {
	border-right: none;
}

.tc-root-ltr .tc-table .tc-table-column .tc-table-cell-buttons {
	right: 0;
}

.tc-root-ltr .tc-table .tc-table-column .tc-table-cell-buttons li {
	float: left;
	border-left: 1px solid #f6f6f6;
}

.tc-root-ltr .tc-table .tc-table-column .tc-table-cell-buttons li:first-child {
	border-left: none;
}

.tc-table .tc-table-column .tc-table-cell > .tc-table-cell-image {
	display: block;
	margin: -10px -9px;
}

.tc-table .tc-table-column .tc-table-cell-image > img {
	display: block;
	margin: 0 auto;
}

.tc-table .tc-table-column .tc-table-cell-image.tc-zooming-image + .tc-table-cell-buttons {
	display: none;
}


/* TODO: change to class */
.tc-root-not-print .tc-table .tc-table-column[data-field-type="text"] {
	max-width: 500px;
}

/* TODO: change to class */
.tc-root-not-print .tc-table .tc-table-column[data-field-type="string"],
.tc-root-not-print .tc-table .tc-table-column[data-field-type="integer"],
.tc-root-not-print .tc-table .tc-table-column[data-field-type="float"],
.tc-root-not-print .tc-table .tc-table-column[data-field-type="email"],
.tc-root-not-print .tc-table .tc-table-column[data-field-type="item"],
.tc-root-not-print .tc-table .tc-table-column[data-field-type="collection"],
.tc-root-not-print .tc-table .tc-table-column[data-field-type="links"],
.tc-root-not-print .tc-table .tc-table-column[data-field-type="upload"] {
	max-width: 150px;
}

.tc-root-not-print .tc-table .tc-table-column[data-field-type="url"] {
	max-width: 300px;
}

/* TODO: change to class */
.tc-root-not-print .tc-table .tc-table-column[data-field-type="date"] {
	max-width: 104px;
	min-width: 104px;
}

/* TODO: change to class */
.tc-root-not-print .tc-table .tc-table-column[data-field-type="time"] {
	max-width: 68px;
	min-width: 68px;
}

/* TODO: change to class */
.tc-table .tc-table-column[data-field-type="icon"] {
	width: 38px;
	text-align: center;
}


/* TODO: change to class */
.tc-root-rtl .tc-table .tc-table-column[data-field-type="integer"] .tc-table-cell,
.tc-root-rtl .tc-table .tc-table-column[data-field-type="integer"] .tc-table-column-summary,
.tc-root-rtl .tc-table .tc-table-column[data-field-type="float"] .tc-table-cell,
.tc-root-rtl .tc-table .tc-table-column[data-field-type="float"] .tc-table-column-summary,
.tc-root-rtl .tc-table .tc-table-column[data-field-type="email"] .tc-table-cell,
.tc-root-rtl .tc-table .tc-table-column[data-field-type="password"] .tc-table-cell {
	direction: ltr;
}

/* TODO: change to class */
.tc-root-ltr .tc-table .tc-table-column[data-field-type="integer"] .tc-table-cell,
.tc-root-ltr .tc-table .tc-table-column[data-field-type="integer"] .tc-table-column-summary,
.tc-root-ltr .tc-table .tc-table-column[data-field-type="float"] .tc-table-cell,
.tc-root-ltr .tc-table .tc-table-column[data-field-type="float"] .tc-table-column-summary {
	text-align: right;
}

/* TODO: change to class */
.tc-root-rtl .tc-table .tc-table-column[data-field-type="email"] .tc-table-cell,
.tc-root-rtl .tc-table .tc-table-column[data-field-type="password"] .tc-table-cell {
	text-align: left;
}

/* TODO: change to class */
.tc-table .tc-table-column[data-field-type="text"] .tc-table-cell b,
.tc-table .tc-table-column[data-field-type="text"] .tc-table-cell strong {
	font-weight: bold;
}

/* TODO: change to class */
.tc-table .tc-table-column[data-field-type="text"] .tc-table-cell i,
.tc-table .tc-table-column[data-field-type="text"] .tc-table-cell em {
	font-style: italic;
}

/* TODO: change to class */
.tc-table .tc-table-column[data-field-type="text"] .tc-table-cell u,
.tc-table .tc-table-column[data-field-type="text"] .tc-table-cell ins {
	text-decoration: underline;
}

/* TODO: change to class */
.tc-table .tc-table-column[data-field-type="text"] .tc-table-cell a {
	position: relative;
}

/* TODO: change to class */
.tc-table .tc-table-column[data-field-type="text"] .tc-table-cell a:hover:after {
	content: "\f08e";
	position: absolute;
	top: 0;
	left: 100%;
	padding: 2px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: smaller;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0)
}


.tc-table .tc-table-row.tc-table-row-summary {
	background: #ebebeb;
}

.tc-table .tc-table-row.tc-table-row-summary .tc-table-column:hover,
.tc-table .tc-table-row.tc-table-row-summary .tc-table-column.tc-hover,
.tc-table .tc-table-row.tc-table-row-summary .tc-table-column.tc-hover-column {
	background: #cccccc;
}

.tc-table .tc-table-row.tc-table-row-summary .tc-table-column .tc-table-column-summary {
	color: black;
}

.tc-table .tc-table-column .tc-table-column-summary {
	display: block;
	padding: 10px 9px;
}

.tc-table .tc-table-column .tc-table-column-summary .tc-table-column-summary-type {
	display: block;
	margin-top: 5px;
}

.tc-table .tc-table-column .tc-table-column-summary .tc-table-column-summary-type:first-child {
	margin-top: 0;
}


.tc-table-context-menu.tc-table-context-menu-open {
	display: block;
}

/* TODO: change to class */
.tc-table-context-menu a[data-button="_navigate"] {
	display: none;
}


.tc-table .tc-table-column.tc-table-column-row-bulk {
	width: 38px;
	text-align: center;
}

/*.tc-table .tc-table-column.tc-table-column-row-bulk .tc-table-cell {
	overflow: visible !important;
}*/


.tc-table {
	counter-reset: tc-table-row-number;
}

.tc-table .tc-table-body .tc-table-row {
	counter-increment: tc-table-row-number;
}

.tc-table .tc-table-body .tc-table-column.tc-table-column-row-count .tc-table-cell:after {
	content: "#" counter(tc-table-row-number);
}


.tc-table .tc-table-row-inline-creator .tc-table-column .tc-table-cell {
    padding: 4px 3px 3px;
    overflow: visible;
}

.tc-table .tc-table-row-inline-creator .tc-control.tc-control-dropdown .tc-control-option .tc-input.tc-input-text {
	border-top: 1px solid #cccccc;
	border-bottom: none;
}

.tc-table .tc-table-row-inline-creator ~ .tc-table-row-no-results {
	display: none;
}

.tc-root-print .tc-table .tc-table-row-inline-creator {
	display: none;
}

.tc-root-print .tc-table .tc-table-row-inline-creator ~ .tc-table-row-no-results {
	display: table-row;
}


.tc-table .tc-table-row-inline-creator-no-matches td {
	vertical-align: middle;
}

.tc-table .tc-table-column[data-field="_inline_creator"] {
	width: 49px;
}

.tc-table .tc-table-column[data-field="_inline_creator"] ul {
    text-align: center;
    white-space: nowrap;
}

.tc-table .tc-table-column[data-field="_inline_creator"] li {
    display: inline-block;
    margin-left: 5px;
}

.tc-table .tc-table-column[data-field="_inline_creator"] li a {
	padding: 5px 7px;
	background: #d2d2d2;
}

.tc-table .tc-table-column[data-field="_inline_creator"] .tc-table-column-summary {
    padding: 4px 3px 3px;
}

.tc-root-rtl .tc-table .tc-table-column[data-field="_inline_creator"] li {
    margin-right: 5px;
}

.tc-root-rtl .tc-table .tc-table-column[data-field="_inline_creator"] li:first-child {
    margin-right: 0;
}

.tc-root-ltr .tc-table .tc-table-column[data-field="_inline_creator"] li {
    margin-left: 5px;
}

.tc-root-ltr .tc-table .tc-table-column[data-field="_inline_creator"] li:first-child {
    margin-left: 0;
}


.tc-table .tc-table-row.tc-table-row-clickable,
.tc-table .tc-table-cell.tc-table-cell-clickable {
	cursor: pointer;
}


.tc-table-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.tc-table-wrapper .tc-table {
	position: relative;
}

.tc-table-no-results {
	padding: 10px 9px;
	border: 1px solid #ebebeb;
	background: white;
	background-color: rgba(255,255,255,0.9);
}


.tc-table-wrapper .tc-scrollbar {
	width: 100%;
	height: 15px;
	background: white;
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.tc-table-wrapper .tc-scrollbar .tc-scrollbar-track {
	height: 100%;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	position: relative;
}

.tc-table-wrapper .tc-scrollbar .tc-scrollbar-thumb {
	position: absolute;
	top: 0;
	width: 20px;
	height: 100%;
	cursor: pointer;
	background: #d2d2d2;
}

.tc-table-wrapper .tc-scrollbar .tc-scrollbar-thumb:hover {
	background: #b2b2b2;
}

.tc-table-wrapper .tc-scrollbar.tc-scrollbar-disable {
	display: none;
}

.tc-table-wrapper .tc-scrollbar-clone {
	display: none;
	visibility: hidden;
	height: 15px;
}

.tc-table-wrapper .tc-scrollbar.tc-scrollbar-sticky-fixed {
	position: absolute;
	z-index: 10;
}

.tc-table-wrapper .tc-scrollbar.tc-scrollbar-sticky-fixed + .tc-scrollbar-clone {
	display: block;
}


.tc-table .tc-table-row.tc-table-row-clone {
	display: none;
	visibility: hidden;
}

.tc-table .tc-table-row.tc-table-row-sticky-fixed {
	position: absolute;
	height: auto;
	z-index: 10;
}

.tc-table .tc-table-row.tc-table-row-sticky-fixed + .tc-table-row.tc-table-row-clone {
	display: table-row;
}

.tc-table .tc-table-row.tc-table-row-sticky-fixed:first-child + .tc-table-row.tc-table-row-clone {
	border-top: none;
}


.tc-filtered-table .tc-filtered-table-bulk-actions {
	display: none;
}

.tc-filtered-table .tc-filtered-table-bulk-actions > .tc-ptable > .tc-ptd {
	width: 100%;
}

.tc-filtered-table .tc-filtered-table-bulk-actions > .tc-ptable > .tc-ptd:first-child {
	width: 50px;
	white-space: nowrap;
}

.tc-filtered-table, .tc-filtered-table-bulk-actions-count:before {
	content: "(";
}

.tc-filtered-table, .tc-filtered-table-bulk-actions-count:after {
	content: ")";
}


/* Mobile Table
 * -------------------------- */

.tc-table-mobile {
	width: 100%;
	border: 1px solid #ebebeb;
	background: white;
	background-color: rgba(255,255,255,0.9);
}

.tc-table-mobile .tc-table-mobile-row {
	border-top: 1px solid #ebebeb;
}

.tc-table-mobile-row.tc-table-mobile-row-clickable {
	cursor: pointer;
}

.tc-table-mobile .tc-table-mobile-row:first-child {
	border-top: none;
}

.tc-table-mobile .tc-table-mobile-row .tc-table-mobile-column {
	 vertical-align: top;
}

.tc-table-mobile .tc-table-mobile-row .tc-table-mobile-column.tc-table-mobile-column-row-title {
	width: 100%;
}

.tc-table-mobile .tc-table-mobile-row .tc-table-mobile-cell {
	padding: 10px 9px;
}

.tc-table-mobile .tc-table-mobile-row .tc-table-mobile-row-collapse {
	display: none;
}

.tc-table-mobile .tc-table-mobile-row.tc-table-mobile-row-expanded .tc-table-mobile-row-collapse {
	display: inline-block;
}

.tc-table-mobile .tc-table-mobile-row.tc-table-mobile-row-expanded .tc-table-mobile-row-expand {
	display: none;
}

.tc-table-mobile .tc-table-mobile-row.tc-table-mobile-row-expansion {
	display: none;
}

.tc-table-mobile .tc-table-mobile-row.tc-table-mobile-row-expanded + .tc-table-mobile-row-expansion {
	display: table-row;
}

.tc-table-mobile .tc-table-mobile-row.tc-table-mobile-row-expansion table {
	width: 100%;
}

.tc-table-mobile .tc-table-mobile-row.tc-table-mobile-row-expansion table td {
	vertical-align: top;
	width: 50%;
	padding: 4px 5px;
}

.tc-table-mobile .tc-table-mobile-row.tc-table-mobile-row-expansion .tc-table-mobile-column-caption-value .tc-table-mobile-column-value {
	padding-top: 4px;
}

.tc-root-rtl .tc-table-mobile .tc-table-mobile-row.tc-table-mobile-row-expansion .tc-table-mobile-column-caption-value .tc-table-mobile-column-value {
	padding-right: 20px;
}

.tc-root-ltr .tc-table-mobile .tc-table-mobile-row.tc-table-mobile-row-expansion .tc-table-mobile-column-caption-value .tc-table-mobile-column-value {
	padding-left: 20px;
}

.tc-table-mobile .tc-table-mobile-row.tc-table-mobile-row-expansion .tc-table-mobile-cell-expansion-buttons li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px;
}


.tc-table-mobile {
	counter-reset: tc-table-row-number;
}

.tc-table-mobile .tc-table-mobile-body .tc-table-mobile-row {
	counter-increment: tc-table-row-number;
}

.tc-table-mobile .tc-table-mobile-body .tc-table-mobile-column.tc-table-mobile-column-row-count .tc-table-mobile-cell:after {
	content: "#" counter(tc-table-row-number);
}


.tc-table-pagination {
	margin: 10px 0;
}

.tc-root-rtl .tc-table-pagination {
	text-align: left;
}

.tc-root-ltr .tc-table-pagination {
	text-align: right;
}

.tc-table-pagination .tc-table-pagination-page-input {
	display: inline-block;
	vertical-align: middle;
}

.tc-root-rtl .tc-table-pagination .tc-table-pagination-page-input {
	margin-right: 2px;
}

.tc-root-ltr .tc-table-pagination .tc-table-pagination-page-input {
	margin-left: 2px;
}

.tc-table-pagination .tc-table-pagination-total {
	margin: 0 2px;
}


/* Print
 * -------------------------- */

.tc-root-print .tc-table,
.tc-root-print .tc-table .tc-table-row,
.tc-root-print .tc-table .tc-table-column {
	border: 1px solid #2b2b2b !important;
	background: none !important;
}

.tc-root-print .tc-table .tc-table-head,
.tc-root-print .tc-table .tc-table-foot {
	display: table-row-group;
}

.tc-root-print .tc-table .tc-table-row.tc-table-row-heading {
	background: none !important;
}

.tc-root-print .tc-table .tc-table-column .tc-table-column-title {
	color: #337abc !important;
}

.tc-root-print .tc-table .tc-table-column .tc-table-column-title.tc-table-column-sortable .tc-icon {
	display: none;
}

.tc-root-print .tc-table .tc-table-column .tc-table-column-title.tc-table-options-button {
	display: none;
}

.tc-root-print .tc-table .tc-table-row.tc-table-row-sticky-fixed {
	position: static;
}

.tc-root-print .tc-table .tc-table-row.tc-table-row-sticky-fixed + .tc-table-row.tc-table-row-clone {
	display: none;
}

.tc-root-print .tc-filtered-table .tc-filtered-table-show-more {
	display: none;
}


/* --------------------------
 *
 * themis-gallery.css
 *
 * -------------------------- */


/* Themis Gallery
 * -------------------------- */

.tc-gallery .tc-gallery-item {
	padding: 5px;
	margin-bottom: 5px;
	background: #f6f6f6;
}

.tc-root-rtl .tc-gallery .tc-gallery-item {
	float: right;
	margin-left: 5px;
}

.tc-root-ltr .tc-gallery .tc-gallery-item {
	float: left;
	margin-right: 5px;
}

.tc-gallery .tc-gallery-item.tc-gallery-item-with-preview,
.tc-gallery .tc-gallery-item.tc-gallery-item-with-description {
	float: none;
	clear: both;
}

.tc-root-rtl .tc-gallery .tc-gallery-item.tc-gallery-item-with-preview,
.tc-root-rtl .tc-gallery .tc-gallery-item.tc-gallery-item-with-description {
	margin-left: 0;
}

.tc-root-ltr .tc-gallery .tc-gallery-item.tc-gallery-item-with-preview,
.tc-root-ltr .tc-gallery .tc-gallery-item.tc-gallery-item-with-description {
	margin-right: 0;
}


.tc-gallery .tc-gallery-item .tc-gallery-item-thumbnail,
.tc-gallery .tc-gallery-item .tc-gallery-item-image {
	display: block;
	position: relative;
}

.tc-gallery .tc-gallery-item .tc-gallery-item-thumbnail p {
	margin-top: 10px;
}

.tc-gallery .tc-gallery-item .tc-gallery-item-image p {
	margin-top: 5px;
}

.tc-gallery .tc-gallery-item .tc-gallery-item-thumbnail a:hover,
.tc-gallery .tc-gallery-item .tc-gallery-item-thumbnail a.tc-hover {
	color: #337abc;
}

.tc-gallery .tc-gallery-item .tc-gallery-item-meta {
	text-align: center;
	font-size: 12px;
}

.tc-gallery .tc-gallery-item .tc-gallery-item-meta .tc-gallery-item-meta-field {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*
.tc-root-print .tc-gallery.tc-gallery-print-zoom-size .tc-gallery-item {
	float: none;
	width: auto !important;
}

.tc-root-print .tc-gallery.tc-gallery-print-zoom-size .tc-gallery-item .tc-gallery-item-thumbnail {
	text-align: center;
}

.tc-root-print .tc-gallery.tc-gallery-print-zoom-size .tc-gallery-item .tc-gallery-item-image.tc-zooming-image > img,
.tc-root-print .tc-gallery.tc-gallery-print-zoom-size .tc-gallery-item .tc-gallery-item-image.tc-zooming-image .tc-zooming-image-trigger {
	display: none;
}

.tc-root-print .tc-gallery.tc-gallery-print-zoom-size .tc-gallery-item .tc-gallery-item-image.tc-zooming-image .tc-zooming-image-zoom {
	display: block !important;
	position: static;
}

.tc-root-print .tc-gallery.tc-gallery-print-zoom-size .tc-gallery-item .tc-gallery-item-image.tc-zooming-image .tc-zooming-image-zoom img {
	margin: 0 auto;
}

.tc-root-print .tc-gallery.tc-gallery-print-zoom-size .tc-gallery-item .tc-gallery-item-meta .tc-gallery-item-meta-field {
	margin: 0 3px;
	display: inline;
	overflow: visible;
}
*/

.tc-gallery .tc-gallery-item-image .tc-control-gallery-item-menu {
	position: absolute;
	top: 5px;
}

.tc-root-rtl .tc-gallery .tc-gallery-item-image .tc-control-gallery-item-menu {
	left: 5px;
}

.tc-root-ltr .tc-gallery .tc-gallery-item-image .tc-control-gallery-item-menu {
	right: 5px;
}


.tc-gallery .tc-gallery-item-thumbnail .tc-control-gallery-item-menu {
	display: inline-block;
	vertical-align: middle;
}

.tc-root-rtl .tc-gallery .tc-gallery-item-thumbnail .tc-control-gallery-item-menu {
	margin-right: 5px;
}

.tc-gallery .tc-gallery-item.tc-gallery-item-with-description .tc-gallery-item-thumbnail .tc-control-gallery-item-menu {
	position: absolute;
	top: 0;
}

.tc-root-rtl .tc-gallery .tc-gallery-item.tc-gallery-item-with-description .tc-gallery-item-thumbnail .tc-control-gallery-item-menu {
	left: 0;
}

.tc-root-ltr .tc-gallery .tc-gallery-item.tc-gallery-item-with-description .tc-gallery-item-thumbnail .tc-control-gallery-item-menu {
	right: 0;
}

.tc-root-rtl .tc-gallery .tc-gallery-item.tc-gallery-item-with-description .tc-gallery-item-thumbnail {
	padding-left: 40px;
}

.tc-root-ltr .tc-gallery .tc-gallery-item.tc-gallery-item-with-description .tc-gallery-item-thumbnail {
	padding-right: 40px;
}


.tc-root-ltr .tc-gallery .tc-gallery-item-thumbnail .tc-control-gallery-item-menu {
	margin-left: 5px;
}

.tc-gallery .tc-control-gallery-item-menu .tc-context-menu {
	top: 100%;
	padding-top: 5px;
}

.tc-root-rtl .tc-gallery .tc-control-gallery-item-menu .tc-context-menu {
	left: 0px;
}

.tc-root-ltr .tc-gallery .tc-control-gallery-item-menu .tc-context-menu {
	right: 0px;
}

.tc-gallery .tc-control-gallery-item-menu.tc-gallery-item-context-menu-open .tc-context-menu {
	display: block;
}


/* --------------------------
 *
 * themis-control-tags.css
 *
 * -------------------------- */


/* Tags
 * -------------------------- */

.tc-control-tags li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}


/* --------------------------
 *
 * pikaday.css
 *
 * -------------------------- */

@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

/* --------------------------
 *
 * themis-control-date.css
 *
 * -------------------------- */


/* Pikaday Customization
 * -------------------------- */

.pika-prev:focus,
.pika-next:focus {
    opacity: 1;
    box-shadow: 0px 0px 5px 2px #337abc;
}

.pika-button {
	color: inherit;
	background: white;
}

.is-today .pika-button {
	color: inherit;
}

.pika-button:focus {
	position: relative;
	z-index: 50;
	box-shadow: 0px 0px 5px 2px #337abc !important;
}


.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button,
.pika-table tbody:hover .is-selected .pika-button:hover,
.pika-table tbody:hover .pika-row.pick-whole-week:hover .is-selected .pika-button {
	color: #337abc;
	background: #f6f6f6;
	outline: 1px solid #cccccc;
	border-radius: 0;
}

.is-selected .pika-button {
	color: #337abc;
	font-weight: normal;
	background: #f6f6f6;
	outline: 1px solid #cccccc;
	box-shadow: none;
	border-radius: 0;
}

.is-selected.is-today .pika-button {
	font-weight: bold;
}

.pika-table tbody:hover .is-selected .pika-button {
	color: inherit;
	background: white;
	outline: none;
}

.is-disabled .pika-button {
	color: #e0e0e0 !important;
	background-color: white !important;
}


/* Year Month Control
 * -------------------------- */

.tc-control-year-month .pika-label {
	cursor: default;
}

.tc-control-year-month .pika-button {
	text-align: center;
}


/* --------------------------
 *
 * themis-control-time.css
 *
 * -------------------------- */

/* Time Picker
 * -------------------------- */

.tc-control.tc-control-time {
}

.tc-control.tc-control-time .tc-control-expansion {
	width: 100%;
}

.tc-control.tc-control-time .ui-timepicker-wrapper {
	display: block !important;
	position: static !important;
}


/* --------------------------
 *
 * themis-control-upload.css
 *
 * -------------------------- */

/* Upload
 * -------------------------- */

.tc-control.tc-control-upload .tc-control-upload-browse,
.tc-control.tc-control-upload .tc-control-upload-progress,
.tc-control.tc-control-upload .tc-control-upload-edit {
	position: relative;
}

.tc-control.tc-control-upload .tc-control-upload-progress,
.tc-control.tc-control-upload .tc-control-upload-edit,
.tc-control.tc-control-upload.tc-control-upload-uploading .tc-control-upload-browse,
.tc-control.tc-control-upload.tc-control-upload-selected .tc-control-upload-browse {
	display: none;
}

.tc-control.tc-control-upload.tc-control-upload-uploading .tc-control-upload-progress,
.tc-control.tc-control-upload.tc-control-upload-selected .tc-control-upload-edit {
	display: block;
}


.tc-control.tc-control-upload.tc-control-upload-selected.tc-control-upload-with-preview .tc-control-upload-browse {
	display: block;
}

.tc-control.tc-control-upload.tc-control-upload-selected.tc-control-upload-with-preview.tc-control-upload-readonly .tc-control-upload-browse,
.tc-control.tc-control-upload.tc-control-upload-selected.tc-control-upload-with-preview .tc-control-upload-browse .tc-control-upload-browse-filename {
	display: none;
}

.tc-control.tc-control-upload.tc-control-upload-selected.tc-control-upload-with-preview .tc-control-upload-edit {
	display: none;
}


.tc-root-rtl .tc-control.tc-control-upload .tc-control-upload-browse-value {
	direction: ltr;
	text-align: rtl;
}

.tc-root-rtl .tc-control.tc-control-upload .tc-control-upload-browse-value.tc-input-error {
	direction: inherit;
	text-align: inherit;
}


.tc-root-rtl .tc-control.tc-control-upload .tc-control-upload-download,
.tc-root-rtl .tc-control.tc-control-upload.tc-control-upload-multiple .tc-control-upload-cancel {
	margin-left: 1px;
}

.tc-root-ltr .tc-control.tc-control-upload .tc-control-upload-download,
.tc-root-ltr .tc-control.tc-control-upload.tc-control-upload-multiple .tc-control-upload-cancel {
	margin-right: 1px;
}


.tc-control.tc-control-upload .tc-control-upload-preview {
	display: none;
	margin-bottom: 12px;
	position: relative;
}

.tc-control.tc-control-upload.tc-control-upload-with-preview .tc-control-upload-preview {
	display: block;
}

.tc-control.tc-control-upload .tc-control-upload-preview p,
.tc-gallery .tc-gallery-item .tc-gallery-item-image p {
	margin-top: 5px;
}


.tc-control.tc-control-upload .tc-control-upload-preview-menu {
	position: absolute;
	top: 5px;
}

.tc-root-rtl .tc-control.tc-control-upload .tc-control-upload-preview-menu {
	left: 5px;
}

.tc-root-ltr .tc-control.tc-control-upload .tc-control-upload-preview-menu {
	right: 5px;
}

.tc-control.tc-control-upload .tc-control-upload-preview-menu .tc-context-menu {
	top: 100%;
	padding-top: 5px;
}

.tc-root-rtl .tc-control.tc-control-upload .tc-control-upload-preview-menu .tc-context-menu {
	left: 0px;
}

.tc-root-ltr .tc-control.tc-control-upload .tc-control-upload-preview-menu .tc-context-menu {
	right: 0px;
}

.tc-control.tc-control-upload .tc-control-upload-preview-menu-open .tc-context-menu {
	display: block;
}


/* --------------------------
 *
 * themis-control-editor.css
 *
 * -------------------------- */


/* Editor
 * -------------------------- */

.tc-root-print .tc-control.tc-control-editor .tox-tinymce {
	display: none;
}

.tc-control.tc-control-editor .tox-tinymce {
	border-color: #cccccc;
}

.tc-control.tc-control-editor .tox-tinymce.tc-focus {
	box-shadow: 0px 0px 5px 2px #337abc;
	/* IE8 outline: 2px solid #337abc; */
	z-index: 50;
}

.tc-control.tc-control-editor.tc-validation-invalid .tox-tinymce {
	border-color: #ff0000;
}

.tc-control.tc-control-editor.tc-validation-warning .tox-tinymce {
	border-color: #fff000;
}


.tc-control.tc-control-editor .tc-control-textarea-html b,
.tc-control.tc-control-editor .tc-control-textarea-html strong {
	font-weight: bold;
}

.tc-control.tc-control-editor .tc-control-textarea-html i,
.tc-control.tc-control-editor .tc-control-textarea-html em {
	font-style: italic;
}

.tc-control.tc-control-editor .tc-control-textarea-html u,
.tc-control.tc-control-editor .tc-control-textarea-html ins {
	text-decoration: underline;
}

.tc-control.tc-control-editor .tc-control-textarea-html a {
	position: relative;
}

.tc-control.tc-control-editor .tc-control-textarea-html a:hover:after {
	content: "\f08e";
	position: absolute;
	top: -9px;
	padding: 2px;
	cursor: pointer;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: smaller;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tc-root-rtl .tc-control.tc-control-editor .tc-control-textarea-html a:hover:after {
	left: -9px;
}

.tc-root-ltr .tc-control.tc-control-editor .tc-control-textarea-html a:hover:after {
	right: -9px;
}

.tc-control.tc-control-editor .tc-control-textarea-html table th {
	font-weight: bold;
}

.tc-control.tc-control-editor .tc-control-textarea-html table th,
.tc-control.tc-control-editor .tc-control-textarea-html table td {
	border: 1px solid currentColor;
	padding: 5px;
}

/* --------------------------
 *
 * highcharts.css
 *
 * -------------------------- */

/**
 * @license Highcharts
 *
 * (c) 2009-2016 Torstein Honsi
 *
 * License: www.highcharts.com/license
 */
.highcharts-container {
  position: relative;
  overflow: hidden;
  text-align: left;
  line-height: normal;
  z-index: 0;
  /* #1072 */
  -webkit-tap-highlight-color: transparent;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.highcharts-root {
  display: block;
}

.highcharts-root text {
  stroke-width: 0;
}

.highcharts-strong {
  font-weight: bold;
}

.highcharts-emphasized {
  font-style: italic;
}

.highcharts-anchor {
  cursor: pointer;
}

.highcharts-background {
  fill: #ffffff;
}

.highcharts-plot-border, .highcharts-plot-background {
  fill: none;
}

.highcharts-label-box {
  fill: none;
}

.highcharts-button-box {
  fill: inherit;
}

.highcharts-tracker-line {
  stroke-linejoin: round;
  stroke: rgba(192, 192, 192, 0.0001);
  stroke-width: 22;
  fill: none;
}

.highcharts-tracker-area {
  fill: rgba(192, 192, 192, 0.0001);
  stroke-width: 0;
}

/* Titles */
.highcharts-title {
  fill: #333333;
  font-size: 1.5em;
}

.highcharts-subtitle {
  fill: #666666;
}

/* Axes */
.highcharts-axis-line {
  fill: none;
  stroke: #ccd6eb;
}

.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}

.highcharts-axis-title {
  fill: #666666;
}

.highcharts-axis-labels {
  fill: #666666;
  cursor: default;
  font-size: 0.9em;
}

.highcharts-grid-line {
  fill: none;
  stroke: #e6e6e6;
}

.highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0px;
}

.highcharts-tick {
  stroke: #ccd6eb;
}

.highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}

.highcharts-minor-grid-line {
  stroke: #f2f2f2;
}

.highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #cccccc;
}

.highcharts-crosshair-category {
  stroke: #ccd6eb;
  stroke-opacity: 0.25;
}

/* Credits */
.highcharts-credits {
  cursor: pointer;
  fill: #999999;
  font-size: 0.7em;
  transition: fill 250ms, font-size 250ms;
}

.highcharts-credits:hover {
  fill: black;
  font-size: 1em;
}

/* Tooltip */
.highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}

.highcharts-tooltip text {
  fill: #333333;
}

.highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}

.highcharts-tooltip-box {
  stroke-width: 1px;
  fill: #f7f7f7;
  fill-opacity: 0.85;
}

.highcharts-tooltip-box .highcharts-label-box {
  fill: #f7f7f7;
  fill-opacity: 0.85;
}

.highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}

.highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}

.highcharts-state-hover path {
  transition: stroke-width 50;
  /* quick in */
}

.highcharts-state-normal path {
  transition: stroke-width 250ms;
  /* slow out */
}

/* Legend hover affects points and series */
g.highcharts-series,
.highcharts-point,
.highcharts-markers,
.highcharts-data-labels {
  transition: opacity 250ms;
}

.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2;
}

/* Series options */
/* Default colors */
.highcharts-color-0 {
  fill: #7cb5ec;
  stroke: #7cb5ec;
}

.highcharts-color-1 {
  fill: #434348;
  stroke: #434348;
}

.highcharts-color-2 {
  fill: #90ed7d;
  stroke: #90ed7d;
}

.highcharts-color-3 {
  fill: #f7a35c;
  stroke: #f7a35c;
}

.highcharts-color-4 {
  fill: #8085e9;
  stroke: #8085e9;
}

.highcharts-color-5 {
  fill: #f15c80;
  stroke: #f15c80;
}

.highcharts-color-6 {
  fill: #e4d354;
  stroke: #e4d354;
}

.highcharts-color-7 {
  fill: #2b908f;
  stroke: #2b908f;
}

.highcharts-color-8 {
  fill: #f45b5b;
  stroke: #f45b5b;
}

.highcharts-color-9 {
  fill: #91e8e1;
  stroke: #91e8e1;
} 

.highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}

.highcharts-markers {
  stroke-width: 1px;
  stroke: #ffffff;
}

.highcharts-point {
  stroke-width: 1px;
}

.highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}

.highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}

.highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}

.highcharts-data-label text, text.highcharts-data-label {
  fill: #333333;
}

.highcharts-data-label-connector {
  fill: none;
}

.highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}

.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select {
  fill: #cccccc;
  stroke: #000000;
}

.highcharts-column-series rect.highcharts-point {
  stroke: #ffffff;
}

.highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms;
}

.highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

.highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

.highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

.highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

.highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

.highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: #e6e6e6;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}

.highcharts-treemap-series .highcharts-point-hover {
  stroke: #999999;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}

.highcharts-treemap-series .highcharts-above-level {
  display: none;
}

.highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}

.highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}

.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}

/* Legend */
.highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}

.highcharts-legend-item text {
  fill: #333333;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  stroke-width: 0;
}

.highcharts-legend-item:hover text {
  fill: #000000;
}

.highcharts-legend-item-hidden * {
  fill: #cccccc !important;
  stroke: #cccccc !important;
  transition: fill 250ms;
}

.highcharts-legend-nav-active {
  fill: #003399;
  cursor: pointer;
}

.highcharts-legend-nav-inactive {
  fill: #cccccc;
}

.highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}

/* Loading */
.highcharts-loading {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}

.highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}

.highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}

/* Plot bands and polar pane backgrounds */
.highcharts-plot-band, .highcharts-pane {
  fill: #000000;
  fill-opacity: 0.05;
}

.highcharts-plot-line {
  fill: none;
  stroke: #999999;
  stroke-width: 1px;
}

/* Highcharts More and modules */
.highcharts-boxplot-box {
  fill: #ffffff;
}

.highcharts-boxplot-median {
  stroke-width: 2px;
}

.highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}

.highcharts-errorbar-series .highcharts-point {
  stroke: #000000;
}

.highcharts-gauge-series .highcharts-data-label-box {
  stroke: #cccccc;
  stroke-width: 1px;
}

.highcharts-gauge-series .highcharts-dial {
  fill: #000000;
  stroke-width: 0;
}

.highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}

.highcharts-waterfall-series .highcharts-graph {
  stroke: #333333;
  stroke-dasharray: 1, 3;
}

.highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5;
}

.highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}

/* Highstock */
.highcharts-navigator-mask-outside {
  fill-opacity: 0;
}

.highcharts-navigator-mask-inside {
  fill: #6685c2;
  /* navigator.maskFill option */
  fill-opacity: 0.25;
  cursor: ew-resize;
}

.highcharts-navigator-outline {
  stroke: #cccccc;
  fill: none;
}

.highcharts-navigator-handle {
  stroke: #cccccc;
  fill: #f2f2f2;
  cursor: ew-resize;
}

.highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad;
}

.highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}

.highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}

.highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}

.highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #e6e6e6;
}

.highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #999999;
}

.highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}

.highcharts-scrollbar-thumb {
  fill: #cccccc;
  stroke: #cccccc;
  stroke-width: 1px;
}

.highcharts-scrollbar-button {
  fill: #e6e6e6;
  stroke: #cccccc;
  stroke-width: 1px;
}

.highcharts-scrollbar-arrow {
  fill: #666666;
}

.highcharts-scrollbar-rifles {
  stroke: #666666;
  stroke-width: 1px;
}

.highcharts-scrollbar-track {
  fill: #f2f2f2;
  stroke: #f2f2f2;
  stroke-width: 1px;
}

.highcharts-button {
  fill: #f7f7f7;
  stroke: #cccccc;
  cursor: default;
  stroke-width: 1px;
  transition: fill 250ms;
}

.highcharts-button text {
  fill: #333333;
}

.highcharts-button-hover {
  transition: fill 0ms;
  fill: #e6e6e6;
  stroke: #cccccc;
}

.highcharts-button-hover text {
  fill: #333333;
}

.highcharts-button-pressed {
  font-weight: bold;
  fill: #e6ebf5;
  stroke: #cccccc;
}

.highcharts-button-pressed text {
  fill: #333333;
  font-weight: bold;
}

.highcharts-button-disabled text {
  fill: #333333;
}

.highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0px;
}

.highcharts-range-label rect {
  fill: none;
}

.highcharts-range-label text {
  fill: #666666;
}

.highcharts-range-input rect {
  fill: none;
}

.highcharts-range-input text {
  fill: #333333;
}

.highcharts-range-input {
  stroke-width: 1px;
  stroke: #cccccc;
}

input.highcharts-range-selector {
  position: absolute;
  border: 0;
  width: 1px;
  /* Chrome needs a pixel to see it */
  height: 1px;
  padding: 0;
  text-align: center;
  left: -9em;
  /* #4798 */
}

.highcharts-crosshair-label text {
  fill: #ffffff;
  font-size: 1.1em;
}

.highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}

.highcharts-candlestick-series .highcharts-point {
  stroke: #000000;
  stroke-width: 1px;
}

.highcharts-candlestick-series .highcharts-point-up {
  fill: #ffffff;
}

.highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}

.highcharts-flags-series .highcharts-point .highcharts-label-box {
  stroke: #999999;
  fill: #ffffff;
  transition: fill 250ms;
}

.highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  stroke: #000000;
  fill: #ccd6eb;
}

.highcharts-flags-series .highcharts-point text {
  fill: #000000;
  font-size: 0.9em;
  font-weight: bold;
}

/* Highmaps */
.highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #cccccc;
}

.highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
  stroke-width: 2px;
}

.highcharts-mapline-series .highcharts-point {
  fill: none;
}

.highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.highcharts-coloraxis {
  stroke-width: 0;
}

.highcharts-coloraxis-marker {
  fill: #999999;
}

.highcharts-null-point {
  fill: #f7f7f7;
}

/* 3d charts */
.highcharts-3d-frame {
  fill: transparent;
}

/* Exporting module */
.highcharts-contextbutton {
  fill: #ffffff;
  /* needed to capture hover */
  stroke: none;
  stroke-linecap: round;
}

.highcharts-contextbutton:hover {
  fill: #e6e6e6;
  stroke: #e6e6e6;
}

.highcharts-button-symbol {
  stroke: #666666;
  stroke-width: 3px;
}

.highcharts-menu {
  border: 1px solid #999999;
  background: #ffffff;
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}

.highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: #333333;
  cursor: pointer;
  transition: background 250ms, color 250ms;
}

.highcharts-menu-item:hover {
  background: #335cad;
  color: #ffffff;
}

/* Drilldown module */
.highcharts-drilldown-point {
  cursor: pointer;
}

.highcharts-drilldown-data-label text,
text.highcharts-drilldown-data-label,
.highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: #003399;
  font-weight: bold;
  text-decoration: underline;
}

/* No-data module */
.highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: #666666;
}

/* Drag-panes module */
.highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px;
}

/* Bullet type series */
.highcharts-bullet-target {
  stroke-width: 0;
}

/* Lineargauge type series */
.highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: #333333;
}

.highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #333333;
}

/* Annotations module */
.highcharts-annotation-label-box {
  stroke-width: 1px;
  stroke: #000000;
  fill: #000000;
  fill-opacity: 0.75;
}

.highcharts-annotation-label text {
  fill: #e6e6e6;
}

/* --------------------------
 *
 * themis-control-chart.css
 *
 * -------------------------- */


/* Charts
 * -------------------------- */

.tc-control-highchart {
	min-height: 400px;
}

.tc-highcharts b {
	font-weight: bold;
}

.tc-root-rtl .tc-highcharts .highcharts-label {
	direction: rtl;
}

.tc-root-rtl .tc-highcharts .highcharts-menu,
.tc-root-rtl .tc-highcharts .highcharts-tooltip {
	text-align: right;
}

.tc-root-rtl .tc-highcharts .highcharts-legend,
.tc-root-rtl .tc-highcharts .highcharts-axis-labels,
.tc-root-rtl .tc-highcharts .highcharts-tooltip {
	direction: rtl;
}

.tc-highcharts .highcharts-tooltip .highcharts-header {
	display: block;
}

.tc-highcharts .highcharts-tooltip .tc-highcharts-tooltip-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.tc-root-rtl .tc-highcharts .highcharts-tooltip .tc-highcharts-tooltip-bullet {
	margin-left: 10px;
}

.tc-root-ltr .tc-highcharts .highcharts-tooltip .tc-highcharts-tooltip-bullet {
	margin-right: 10px;
}

.tc-highcharts .highcharts-tooltip .tc-highcharts-tooltip-table {
}

.tc-highcharts .highcharts-tooltip .tc-highcharts-tooltip-table td {
	padding: 3px 0 0;
}

.tc-root-rtl .tc-highcharts .highcharts-tooltip .tc-highcharts-tooltip-table td {
	padding-right: 5px;
}

.tc-root-rtl .tc-highcharts .highcharts-tooltip .tc-highcharts-tooltip-table td:first-child {
	padding-right: 0;
}

.tc-root-ltr .tc-highcharts .highcharts-tooltip .tc-highcharts-tooltip-table td {
	padding-left: 5px;
}

.tc-root-ltr .tc-highcharts .highcharts-tooltip .tc-highcharts-tooltip-table td:first-child {
	padding-left: 0;
}

.tc-highcharts .highcharts-tooltip .tc-highcharts-tooltip-table tfoot td {
	border-top: 1px solid black;
}


.tc-root-print .tc-highcharts .highcharts-button {
	display: none;
}


/* Default Colors
 * -------------------------- */

.highcharts-bg-color-0 {
	background-color: #7cb5ec;
}

.highcharts-bg-color-1 {
	background-color: #434348;
}

.highcharts-bg-color-2 {
	background-color: #90ed7d;
}

.highcharts-bg-color-3 {
	background-color: #f7a35c;
}

.highcharts-bg-color-4 {
	background-color: #8085e9;
}

.highcharts-bg-color-5 {
	background-color: #f15c80;
}

.highcharts-bg-color-6 {
	background-color: #e4d354;
}

.highcharts-bg-color-7 {
	background-color: #2b908f;
}

.highcharts-bg-color-8 {
	background-color: #f45b5b;
}

.highcharts-bg-color-9 {
	background-color: #91e8e1;
}


.highcharts-font-color-0 {
	color: #7cb5ec;
}

.highcharts-font-color-1 {
	color: #434348;
}

.highcharts-font-color-2 {
	color: #90ed7d;
}

.highcharts-font-color-3 {
	color: #f7a35c;
}

.highcharts-font-color-4 {
	color: #8085e9;
}

.highcharts-font-color-5 {
	color: #f15c80;
}

.highcharts-font-color-6 {
	color: #e4d354;
}

.highcharts-font-color-7 {
	color: #2b908f;
}

.highcharts-font-color-8 {
	color: #f45b5b;
}

.highcharts-font-color-9 {
	color: #91e8e1;
}

.highcharts-data-label.highcharts-contrast-font-color text {
	fill: white;
	stroke: black;
	stroke-width: 1px;
	stroke-linecap: butt;
	stroke-linejoin: miter;
	paint-order: stroke;
}

/* Gauge chart default style */

.tc-highcharts-gauge-wrap-outer,
.tc-highcharts-gauge-wrap-inner {
	fill: #999; /*linear-gradient(180deg, #fff 0%, #333 100%);*/
	fill-opacity: 1;
}

.tc-highcharts-gauge-wrap-inner {
	stroke: #ccc;
	stroke-width: 1;
}

.tc-highcharts-gauge-background {
	fill: #f3f3f3; /*linear-gradient(180deg, #fff 0%, #e6e6e6 100%);*/
	fill-opacity: 1;
}

.tc-highcharts-gauge-circle {
	fill: #ddd;
	fill-opacity: 1;
}

.tc-highcharts-plot-band-green {
	fill: #55bf3b;
	fill-opacity: 1;
}

.tc-highcharts-plot-band-yellow {
	fill: #dddf0d;
	fill-opacity: 1;
}

.tc-highcharts-plot-band-red {
	fill: #df5353;
	fill-opacity: 1;
}

.tc-highcharts-gauge .highcharts-grid-line,
.tc-highcharts-gauge .highcharts-minor-grid-line {
	stroke: #666;
}

.tc-highcharts-gauge .highcharts-pivot {
	fill: #000;
	stroke: transparent;
}


.tc-highcharts-gauge.tc-hichcharts-gauge-large-label .highcharts-data-label {
	font-size: 2em;
}

.tc-highcharts-gauge.tc-hichcharts-gauge-large-label .highcharts-data-label-box {
	stroke: transparent;
}

