
/* Crazy Line Skin */

.tc-main .tc-main-title h1,
.tc-widget .tc-widget-title h2 {
	color: #ed0e8d; /*#1886ed; = 209 90 93 */
}

.tc-input:hover,
.tc-input.tc-hover {
	color: #bd2b7e; /*#337abc = 209 73 74 */
}

.tc-button:hover,
.tc-button.tc-hover {
	color: #d4047a; /*#0e75d4; = 209 93 83 */
}

a.tc-button.tc-button-icon:hover,
a.tc-button.tc-button-icon.tc-hover {
	color: #bd2b7e; /*#337abc = 209 73 74 */
}

.tc-button.tc-button-main {
	background-color: #ed0e8d; /*#1886ed; = 209 90 93 */
}

.tc-button.tc-button-main:hover,
.tc-button.tc-button-main.tc-hover {
	color: #ed98bd; /*#a1c0ee; = 216 32 93 */
}

.tc-button.tc-button-no-background {
	background-color: transparent;
}

.tc-table .tc-table-column .tc-table-column-title > .fa {
	color: #941e61; /* #c0161d; /* #245e95; = 209 76 58 */
}

.tc-table .tc-table-row.tc-table-row-heading {
	background-color: #ed0e8d; /*#1886ed; = 209 90 93 */
}

.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-color: #db0d82; /*#167CDB; = 209 90 86 */
}

.tc-sidebar,
.tc-sidebar-bg {
	background: black;
}

.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: #333;
}


/* Customization */

.tc-layout.tc-layout-single[data-item-type="welcome"] .tc-field[data-field="product_id"] + .tc-field[data-field="status"] {
	display: none;
}

.tc-layout.tc-layout-single[data-item-type="welcome"] .tc-form-description {
	margin-bottom: 0;
}


.tc-control.tc-control-stats .tc-control-stats-stat dt a {
	color: #ed0e8d;
}

