<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

/* * { font-family: unset; } */

input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
/*     background-color: #f5f5f5; */
/*     border: 1px solid #ccc; */
/*     border-radius: 4px; */
}
pre {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace !important;
}

.angular-ui-tree-empty { display: none; }

.angular-ui-tree-nodes.hidden .angular-ui-tree-node { display: none; }

.angular-ui-tree-handle {
/*     background: red; */
/*     border: 1px solid #dae2ea; */
/*     color: #7c9eb2; */
    padding: initial;
	font-weight: initial;
}

.angular-ui-tree-handle:hover {
/*     color: #438eb9; */
/*     background: #f4f6f7; */
/*     border-color: #dce2e8; */
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

tr.angular-ui-tree-empty {
    height:100px
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}


/* --- Tree --- */
.tree-node {
/*     border: 1px solid #dae2ea; */
    background: rgba(0,0,0,0.05);
/*     color: #7c9eb2; */
}
.tree-node:hover {
/*     border: 1px solid #dae2ea; */
    background-color: #cccccc;
    
    -webkit-transition: background-color 1.5s, transform 1.5s; transition: background-color 1.5s, transform 1.5s; 
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); 
/*     color: #7c9eb2; */
}

.nodrop {
    background-color: #f2dede;
}

.tree-node-content {
    margin: 0px;
    padding: 10px;
}
.tree-node-content h2 {
	font-size: 16px;
	font-weight: 500;
	margin: 0px;
}
.tree-node-content p {
    font-size: 12px;
    font-weight: 300;
    margin: 0px;
}
.tree-node-content &gt; md-icon, .tree-node-content &gt; .md-avatar {
	margin-right: 10px;
}
.tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 30px;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes li:first-child {
    margin-top: 5px;
}
.angular-ui-tree-nodes .angular-ui-tree-nodes li:last-child {
    margin-bottom: 5px;
}

.angular-ui-tree-handle:hover {
	
}

.angular-ui-tree-drag {
	background-color: rgba(0,0,0,0.2);
}

.angular-ui-tree-placeholder {
    background: rgba(0,0,255,0.1);
    border: 0px dashed rgba(0,0,255,0.3);
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* ---------------------------------------------------------------- */

.ui-resizable-e {
    cursor: e-resize;
    width: 10px;
    right: 0px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: e-resize;
    width: 10px;
    left: 0px;
    top: 0;
    height: 100%;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
    background-color: transparent;
    transition: background-color 1s ease;
}
.ui-resizable-handle:hover {
	background-color: rgba(0,0,0,0.2);
}

/* ---------------------------------------------------------------- */

/* EDITOR */

#mce-modal-block { background: #000000 !important; }

.mce-window-head {
    padding: 16px !important;
    border-bottom: none !important;
    position: relative;
    background-color: rgb(96,125,139) !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;
}
.mce-window-head * { color: #FFFFFF !important; }
.mce-window-head .mce-title { font-weight: 400 !important; }
.mce-window-head .mce-close { padding: 7px !important; }
.mce-window-body .mce-textbox { border: none !important; }

.mce-window .mce-btn { border: none !important; color: #FFFFFF !important; background-color: rgb(96,125,139) !important; 
	min-height: 36px !important;
	min-width: 88px !important;
	line-height: 36px !important;
	vertical-align: middle !important;
	padding: 0px 10px !important;
	margin-right: 16px !important;
	
	position: relative !important; top: auto !important; left: auto !important; float: right !important;
}
.mce-window .mce-btn button { color: #FFFFFF !important; line-height: 26px !important; }

.mce-tinymce, .mce-tinymce *, .mce-tinymce *:before {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.mce-tinymce.mce-container.mce-panel { border-width: 0px !important; /* margin-right: 18px; */ }
.mce-container { background-color: #f7f7f7 !important; }
.mce-tinymce.mce-container.mce-panel { background-color: #ffffff !important; }
.mce-menubar .mce-container-body { background-color: #f0f0f0 !important; }
.mce-toolbar-grp .mce-container-body { background-color: #f7f7f7 !important; }
.mce-statusbar { display: none !important; }
.mce-panel { border: none !important; }

.mce-btn-group:not(:first-child) { border-left: none !important; }

.mce-btn { background-color: transparent !important; }
.mce-btn.mce-active button, .mce-btn.mce-active:hover button, .mce-btn.mce-active i, .mce-btn.mce-active:hover i { color: #FF5252 !important; }
.mce-btn.mce-active .mce-caret, .mce-btn.mce-active:hover .mce-caret { border-top-color: #FF5252 !important; }
.mce-btn:hover, .mce-btn:active { border-color: transparent !important; }

.mce-floatpanel, .mce-menu { position: fixed !important; }

.mce-menu-item.mce-disabled, .mce-menu-item.mce-disabled:hover { background: transparent !important; }

div.mce-edit-area {
    /* border: 2px solid #f7f7f7 !important; */
    border-top-width: 2px;
    border-top-width: 0px !important;
}

@font-face {
  font-family: 'tinymce';
  font-style: normal;
  font-weight: 400;
  src: url(../font/tinymce.ttf);
}

.mce-ico { font-family: 'tinymce' !important; }
.mce-ico.mce-i-flag { font-family: FontAwesome !important; }

.mce-menu-item.mce-disabled, .mce-menu-item.mce-disabled:hover {
    background: transparent;
}

.mce-menubar .mce-menubtn:hover, .mce-menubar .mce-menubtn.mce-active, .mce-menubar .mce-menubtn:focus { border-color: transparent !important; }
.mce-menu-item .mce-ico {
    padding-right: 4px;
    line-height: initial;
}

/* -------------- */

.m0 { margin: 0px !important; }


/* md-select.small { font-size: 90%; } */
/* .select-with-filter md-content {  */
/* 	box-sizing: border-box; */
/* 	display: -webkit-box; */
/* 	display: -webkit-flex; */
/* 	display: flex; */
	
/* 	-webkit-box-orient: vertical; */
/* 	-webkit-flex-direction: column; */
/* 	flex-direction: column; */
	
/* 	-webkit-box-direction: normal; */
	
/* 	overflow: hidden;  */
/* 	padding: 0px !important; */
/* 	max-height: 400px; */
/* } */
/* .select-with-filter md-select-menu { max-height: 400px; } */
/* .select-with-filter .select-options { overflow-y: auto; background-color: #f7f7f7; } */
/* .select-with-filter .select-options md-option { padding: 0px; min-height: 48px; height: auto; width: auto; } */
/* .select-with-filter .select-options md-option .md-text { padding: 11px; } */
/* .select-with-filter .select-options md-option[selected] { background-color: #f0f0f0; } */

/* .md-panel-outer-wrapper { z-index: unset !important; width: 0px; height: 0px; } */
/* .md-panel-outer-wrapper .md-panel.manage-panel { position: fixed !important; box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12); max-height: 100%;  */
/* 	overflow: hidden;  */
/* 	opacity: 0;  */
/* 	-webkit-transition: opacity 1s cubic-bezier(0,0,.2,1); */
/* 	transition: opacity 1s cubic-bezier(0,0,.2,1); */
/* /* 	overflow-x: hidden; */ */
/* 	min-width: 400px; */
/* } */
/* .md-panel-outer-wrapper .md-panel.manage-panel._md-panel-animate-enter { -webkit-transition: opacity .3s cubic-bezier(0,0,.2,1); transition: opacity .3s cubic-bezier(0,0,.2,1); } */
/* .tt-panel { background-color: #ffffff; max-height: 100%; } */
/* .tt-panel #builder-content { min-height: 0px; } */
/* .tt-panel #builder-content &gt; form { overflow-y: scroll; margin-right: -16px; } */
/* .tt-panel md-dialog-actions { background-color: #f0f0f0; } */



.item-fade { opacity: 1; }
.item-fade.ng-hide { opacity : 0; }

.item-slide-vert { max-height: 100vh; }
.item-slide-vert.ng-hide { max-height: 0vh; }

.item-fade.ng-hide-add, .item-fade.ng-enter, .item-slide-vert.ng-hide-add,
.item-fade.ng-hide-remove, .item-fade.ng-leave, .item-slide-vert.ng-hide-remove {
    -webkit-transition : 0.5s ease-in-out all;
    -moz-transition    : 0.5s ease-in-out all;
    -ms-transition     : 0.5s ease-in-out all;
    -o-transition      : 0.5s ease-in-out all;
    transition         : 0.5s ease-in-out all;   
}

/* tt-dynamic-include { position: relative; min-height: 100%; width: 100%; display: block; } */

.item-fade.ng-enter { opacity : 0; position: absolute; left: 0; right: 0; }
.item-fade.ng-enter-active, .item-fade.ng-leave { opacity: 1; position: absolute; left: 0; right: 0; }
.item-fade.ng-leave-active { opacity : 0; position: absolute; left: 0; right: 0; }



.item-change { }
.item-change.ng-hide { display: none; }

.item-change.ng-hide-add, .item-change.ng-enter,
.item-change.ng-hide-remove, .item-change.ng-leave {
    -webkit-transition : 0s ease-in-out all;
    -moz-transition    : 0s ease-in-out all;
    -ms-transition     : 0s ease-in-out all;
    -o-transition      : 0s ease-in-out all;
    transition         : 0s ease-in-out all;   
}

/* md-sidenav { */
/*     z-index: 60; */
/*     position: fixed; */
/* } */

/* header, footer { max-height: initial; z-index: initial; overflow: initial; } */
/* body.design header, body.design footer {  */

/* } */
/* body.design header:empty, body.design footer:empty, */
/* body.design header.empty, body.design footer.empty {  */
/* 	background-color: rgba(0,0,0,0.1);  */
/* 	min-height: 100px; */
/* } */


/* .md-open-menu-container { border-radius: 0px; } */

/* .content-fade-animation.ng-enter, */
/* .content-fade-animation.ng-leave { */
/*   -webkit-transition: 0.5s linear all; */
/*   -moz-transition: 0.5s linear all; */
/*   -o-transition: 0.5s linear all; */
/*   transition: 0.5s linear all; */
/* } */
/* .content-fade-animation.ng-enter { */
/*   z-index: 30; */
/*   opacity: 0; */
/* } */
/* .content-fade-animation.ng-enter.ng-enter-active { */
/*   opacity: 1; */
/* } */
/* .content-fade-animation.ng-leave { */
/*   z-index: 31; */
/*   opacity: 1; */
/* } */
/* .content-fade-animation.ng-leave.ng-leave-active { */
/*   opacity: 0; */
/* } */


/* #section-structure-wrapper { z-index: 51; display: none; position: fixed; background: #FFFFFF; width: 100%; box-shadow: 0 5px 5px 0px rgba(0,0,0,.1),0 5px 10px 2px rgba(0,0,0,.05),0 2px 5px 4px rgba(0,0,0,.05); } */
/* #section-structure { padding: 0px; } */

/* [tt-design-element-hover] { position: relative; } */

/* .design-hover-panel { */
/* 	-webkit-transition : 0.25s ease-in-out all; */
/*     -moz-transition    : 0.25s ease-in-out all; */
/*     -ms-transition     : 0.25s ease-in-out all; */
/*     -o-transition      : 0.25s ease-in-out all; */
/*     transition         : 0.25s ease-in-out all;  */

/* 	position: absolute; */
/* 	z-index: 30; */
/* } */

/* .design-hover-panel:hover { */
/* } */



/* .dpht { min-height: auto; width: auto; margin: 0px; background-color: transparent !important; } */

/* .element-structure-highlight, [class^="dhp-"] { */
/* 	-webkit-transition : 0.25s ease-in-out opacity; */
/*     -moz-transition    : 0.25s ease-in-out opacity; */
/*     -ms-transition     : 0.25s ease-in-out opacity; */
/*     -o-transition      : 0.25s ease-in-out opacity; */
/*     transition         : 0.25s ease-in-out opacity; 	 */
    
/* /*     pointer-events: none; */ */
/* } */

/* .dhp-top    { z-index: 50; background: red; position: absolute; height: 10px; width: 100%;  top: 0px; left: 0px; } */
/* .dhp-bottom { z-index: 50; background: red; position: absolute; height: 10px; width: 100%;  bottom: 0px; left: 0px; } */
/* .dhp-left   { z-index: 50; background: red; position: absolute; width:  10px; left: 0px; top: 10px; bottom: 10px; } */
/* .dhp-right  { z-index: 50; background: red; position: absolute; width:  10px; right: 0px; top: 10px; bottom: 10px; } */

/* .dhp-settings { z-index: 50; background: red; position: absolute; left: 10px; top: 10px; } */

/* .section-structure-item { background-color: #FFFFFF; cursor: pointer; } */
/* .section-structure-item small { padding: 8px; cursor: pointer; } */
/* .section-structure-item:not(.ui-sortable-helper) + .section-structure-item { margin-top: 8px; } */
/* .section-structure-item .md-button { margin: 0px; } */

/* .section-structure-item-placeholder { background-color: rgba(0,0,0,0.2); } */
/* .section-structure-item-placeholder:not(:first-child) { border-top: 8px solid red; } */
/* .section-structure-item-placeholder:not(:last-child) { border-bottom: 8px solid red; } */

/* .ui-sortable-helper:first-child + .section-structure-item-placeholder { border-top: none !important; } */
/* .ui-sortable-helper:last-child ~ .section-structure-item-placeholder  { border-bottom: none !important; } */

/* .section-structure-item, .section-structure-item-placeholder { margin-bottom: 8px; } */


/* .tt-panel md-slider-container { margin: 0px 10px; } */
/* .tt-panel md-slider-container label { white-space: nowrap !important; max-width: initial !important; font-size: 80%; margin-top: 6px; } */
/* .tt-panel md-slider-container md-slider .md-slider-wrapper { padding: 0px; } */
/* .tt-panel md-checkbox.simple { margin: 0px 0px 3px; } */

/* .tt-panel md-tabs { border-radius: 0px; background-color: #FFFFFF; } */
/* .tt-panel md-tabs md-tab-content { background-color: rgba(0,0,0,0.05); padding: 8px; } */
/* .tt-panel md-tabs .md-tab { padding: 12px 0px; } */


/* .tt-panel md-radio-button { margin-bottom: 8px; } */
/* .tt-panel .mini-label { padding: 6px 0px; } */

/* .tt-panel .vAccordion--default v-accordion { */
/*     margin-top: 0px; */
/*     padding-left: 0px; */
/* } */

/* .md-prompt-input-container { margin: 10px 0px; } */

/* .bg-darker { background-color: rgba(0,0,0,0.06); } */
/* .action-content-wrapper &gt; * { padding: 8px; } */
/* .action-content-wrapper &gt; * + * { padding-top: 0px; } */

/* .d-section { z-index: 2; transition: all 0.5s ease; */
/* 	background: -webkit-repeating-linear-gradient( */
/* 	  45deg, */
/* 	  rgba(255, 255, 255, 0.10), */
/* 	  rgba(255, 255, 255, 0.10) 5px, */
/* 	  rgba(100, 100, 100, 0.10) 5px, */
/* 	  rgba(100, 100, 100, 0.10) 10px */
/* 	); */
	
/* 	background: repeating-linear-gradient( */
/* 	  45deg, */
/* 	  rgba(255, 255, 255, 0.10), */
/* 	  rgba(255, 255, 255, 0.10) 5px, */
/* 	  rgba(100, 100, 100, 0.10) 5px, */
/* 	  rgba(100, 100, 100, 0.10) 10px */
/* 	); */
/* } */

/* .d-section.empty { min-height: 40px; min-width: 40px; border: 10px solid rgba(255,255,255,0.2); } */
/* .d-section.empty:after { position: absolute; left: 10px; right: 10px; top: 10px; bottom: 10px; background-color: rgba(255,0,0,0.1); } */

/* .d-section { */
/*     outline: 1px solid #FFFFFF; */
/*     outline-offset: 0px; */
/*     background-color: #FFFFFF; */
/* } */
/* .d-section.empty { */
/*     min-height: 40px; */
/*     min-width: 40px; */
/* /*     background-color: rgba(0,0,0,0.1); */ */
/* /* 	background-color: rgb(200, 200, 200); */ */
/* 	background-color: rgba(57, 55, 55, 0.27); */
/* } */

/* .d-section.empty { */
/*     min-height: 20px; */
/*     min-width: 20px; */
/*     outline: 10px solid rgba(0,0,0,0.15); */
/*     outline-offset: -20px; */
/* } */
/* .d-section:not(.empty) { */
/* 	min-height: auto; */
/*     min-width: auto; */
/* } */
/* .d-section.empty:after { */
/*     position: absolute; */
/*     left: 0px; */
/*     top: 0px; */
/* 	padding: 12px; */
/*     content: 'empty section'; */
/*     font-size: 12px; */
/*     line-height: 12px; */
/*     text-align: center; */
/*     color: rgba(255,255,255,1); */
/*     text-shadow: 0px 0px 2px rgba(0,0,0,0.6); */
/*     font-family: 'Roboto Condensed' !important; */
/*     z-index: 3; */
/* } */

/* .root-panel .element-structure-highlight, .d-section .element-structure-highlight { z-index: 1; position: absolute; bottom: 0px; right: 0px; top: 0px; left: 0px; outline: 1px solid red; } */
/* .d-section.empty .element-structure-highlight { z-index: 1; position: absolute; bottom: -10px; right: -10px; top: -10px; left: -10px; outline: 1px solid red; } */

/* .tt-panel input.small, .tt-panel label.small { font-size: 80%; } */
/* .tt-panel .no-errors .md-errors-spacer { display: none; } */


/* .tt-panel input, .tt-panel label, .tt-panel .md-select-value &gt; span:not(.md-select-icon), */
/* .manage-sidebar input, .manage-sidebar label, .manage-sidebar .md-select-value &gt; span:not(.md-select-icon) { font-size: 80%; } */
/* .tt-panel md-input-container.md-input-has-value label, .tt-panel md-input-container.md-input-focused label,  */
/* .manage-sidebar md-input-container.md-input-has-value label, .manage-sidebar md-input-container.md-input-focused label { font-size: 100%; } */

/* .tt-panel .no-errors .md-color-picker-input-container .md-color-picker-clear,  */
/* .tt-panel .no-errors .md-color-picker-input-container .md-color-picker-clear, */
/* .manage-sidebar .no-errors .md-color-picker-input-container .md-color-picker-clear,  */
/* .manage-sidebar .no-errors .md-color-picker-input-container .md-color-picker-clear { top: 3px; right: 30px; } */
/* .tt-panel .no-errors .md-errors-spacer, .manage-sidebar .no-errors .md-errors-spacer { display: none; } */

/* #render-wrapper { position: fixed; left: -1000%; top: 0; width: 100%; height: 100%; background: #FFFFFF; z-index: 59; } */
/* #render-wrapper .d-section { padding: 2vw; margin: 2vw; border: none; background-color: rgba(0,0,0,0.1); transition: none; } */
/* #render-wrapper .d-section:after { content: none; } */
/* #render-wrapper #render-element { border: none; background-color: rgba(0,0,0,0.05); } */

/* #render-wrapper .layout-row &gt; .d-section + .d-section { margin-left: 0px; } */
/* #render-wrapper .layout-column &gt; .d-section + .d-section { margin-top: 0px; } */

/* .h-sep { min-width: 20px; max-width: 20px; min-height: 1px; } */
/* .h-sep-10 { min-width: 10px; max-width: 10px; min-height: 1px; } */

/* .layout-item { padding: 5px 0px 10px; margin: 0px 10px; transition: background-color 1s ease; } */
/* .layout-item + .layout-item { border-top: 1px dashed #BBBBBB; } */
/* .layout-item .preview { font-size: 0px; padding-top: 5px; } */
/* .layout-item .desc { color: #999999; line-height: 16px; } */
/* .layout-item .tags { width: 100%; float: left; padding-top: 5px; } */
/* .layout-item .tags .tag {  */
/* 	float: left; */
/* 	padding: 1px 10px; */
/* 	border-radius: 15px; */
/* 	background-color: #DDDDDD; */
/* 	font-size: 80%; */
/* 	margin: 0px 5px 5px 0px; */
/* 	white-space: nowrap; */
/* } */

/* md-sidenav, md-sidenav tt-dynamic-include, md-sidenav tt-dynamic-include &gt; * { overflow: hidden; } */
/* .tt-panel *:not(input) , md-sidenav *:not(input) { */
/*   -webkit-user-select: none;  */
/*   -moz-user-select: none;     */
/*   -ms-user-select: none;      */
/*   user-select: none;                */
/* } */

/* .draggable { cursor: pointer; } */
/* .draggable-layout-helper { background: red; color: white; width: 200px; height: 100px; z-index: 61; font-size: 12px; } */

/* #sidebar-wrapper { position: fixed; width: 1px; right: 0; top: 0; bottom: 0; z-index: 60; } */
/* #sidebar-management { min-width: 400px; max-width: none; position: relative !important; } */


/* .md-simple-file-clear { */
/*     position: absolute; */
/*     bottom: -5px; */
/*     right: -8px; */
/*     fill: rgba(0, 0, 0, 0.5); */
/* } */

/* .hierarchy-sortable { padding: 0px; } */
/* .ss-handler { margin-left: 10px; cursor: move; } */

/* .sidebar-css-panel { background-color: rgba(0,0,0,0.05); padding: 10px; } */
/* .sidebar-css-panel md-tabs { background-color: #FFFFFF; } */
/* .sidebar-css-panel md-tabs .md-tab { padding: 12px; overflow: unset; } */
/* .sidebar-css-panel md-tabs md-tab-content { */
/*     background-color: rgba(0,0,0,0.05); */
/*     padding: 8px; */
/* } */

/* .manage-sidebar md-list-item.md-2-line::before, .manage-sidebar md-list-item.md-2-line &gt; .md-no-style::before { min-height: auto !important; } */
/* .manage-sidebar md-list-item.md-2-line, .manage-sidebar md-list-item.md-2-line &gt; .md-no-style { min-height: auto !important; } */
/* .manage-sidebar md-list-item.custom-list-item .md-list-item-inner { padding: 0px 8px; } */
/* .manage-sidebar md-list-item .md-avatar, .manage-sidebar md-list-item .md-avatar-icon, .manage-sidebar md-list-item .md-list-item-inner .md-avatar, .manage-sidebar md-list-item .md-list-item-inner .md-avatar-icon { margin: 10px 10px 10px 0px; } */
/* .manage-sidebar md-list-item.md-2-line .md-list-item-text h4, .manage-sidebar md-list-item.md-2-line &gt; .md-no-style .md-list-item-text h4, .manage-sidebar md-list-item.md-3-line .md-list-item-text h4, .manage-sidebar md-list-item.md-3-line &gt; .md-no-style .md-list-item-text h4 { line-height: 1.4em; font-size: 80%; } */

/* .manage-sidebar md-option .md-text { font-size: 80%; } */

/* .tt-panel md-chips { margin-bottom: 10px; } */
/* .tt-panel .md-chips { padding: 0px; width: 100%; } */
/* .tt-panel .md-chips md-chip { height: 22px; line-height: 20px; } */
/* .tt-panel .md-chips.md-removable md-chip { font-size: 80%; } */
/* .tt-panel .md-chips.md-removable md-chip .md-chip-content { padding-right: 8px; } */
/* .tt-panel .md-chips md-chip .md-chip-remove { width: 22px; height: 22px; } */
/* .tt-panel .md-chips md-chip .md-chip-remove md-icon { min-width: 18px; min-height: 18px; } */
/* .tt-panel .md-chips md-chip .md-chip-remove-container { right: 4px; top: -5px; } */
/* .tt-panel md-chips.light md-chip:not(.md-focused) { background-color: #FFFFFF; } */
/* .tt-panel .md-chips .md-chip-input-container:not(:first-child), .tt-panel .md-chips .md-chip-input-container { margin: 0px 8px 4px 0; } */

/* .tt-panel md-chips .md-chips { box-shadow: none; border-bottom: 1px solid rgba(0,0,0,0.12); } */
/* .tt-panel md-chips .md-chips.md-focused { box-shadow: none; border-bottom: 2px solid rgb(96,125,139); margin-bottom: -1px; } */

/* figure { margin: 0px; } */
/* figure img { vertical-align: top; } */

/* md-tabs.md-no-animation md-tab-content { transition: none; } */

/* article { padding: 10px; } */
/* article p { margin: 0px; } */
/* article p + p { margin-top: 10px; } */


/* #page-wrapper {  */
/* 	font-size: 0.8em; */
/* 	line-height: 1.4em; */
/* } */
/* #page-wrapper * { font-family: Roboto; } */


/* .tt-panel, .manage-sidebar, md-dialog, .mce-container :not(.mce-ico), .md-select-menu-container * { font-size: 1rem; line-height: initial; font-family: 'Roboto Condensed' !important; } */
/* .tt-panel input, .manage-sidebar input, md-dialog input { font-family: 'Roboto Condensed' !important; } */
/* .md-select-menu-container * { font-size: 0.8rem; } */

/* .tt-panel md-toolbar, .manage-sidebar md-toolbar { font-size: 16px;} */
/* .tt-panel md-select.md-toolbar-select, .manage-sidebar md-select.md-toolbar-select { margin: 0px 10px; } */
/* .tt-panel md-select.md-toolbar-select .md-select-icon, .manage-sidebar md-select.md-toolbar-select .md-select-icon { color: #FFFFFF; } */
/* .tt-panel md-select:not([disabled]):focus .md-select-value, .manage-sidebar md-select:not([disabled]):focus .md-select-value { color: #FFFFFF; } */

/* md-toolbar.shrink { min-height: auto; } */
/* md-toolbar.shrink .md-toolbar-tools { font-size: 16px; height: auto; padding: 0px; } */

/* md-dialog.editor-dialog { transition: none !important; min-width: initial !important; width: auto; position: fixed; } */
/* md-dialog.editor-dialog md-toolbar { cursor: move; min-height: auto; } */
/* md-dialog.editor-dialog .md-toolbar-tools { font-size: 16px; height: auto; padding: 0px; } */
/* md-dialog.editor-dialog .md-dialog-content { padding: 0px 10px 0px; } */

/* md-dialog.editor-dialog .CodeMirror { height: 100%; font-size: 14px; } */
/* md-dialog.editor-dialog .CodeMirror-scroll { max-height: 500px; } */

/* .list-item { background-color: #f0f0f0; padding: 10px 20px; margin-bottom: 1px; cursor: pointer; } */
/* .list-item:last-child { margin-bottom: none; } */
/* .list-item:hover { background-color: #e0e0e0; } */



@-webkit-keyframes coinrotate {
  from {
  	-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes coinrotate {
  from {
  	-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes coinrotateY {
  0 {
  	-webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes coinrotateY {
  0 {
  	-webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

.coin-animation {
  -webkit-animation: coinrotate 4s both infinite;
  animation: coinrotate 4s both infinite;
}

.coin-animationY {
  -webkit-animation: coinrotateY 4s both infinite;
  animation: coinrotateY 4s both infinite;
}

.logo-box {
/* 	border: 10px solid #F7F7F7; */
/* 	box-shadow: 0px 0px 16px 0px rgba(0,0,0,.2); */
/* 	background-color: #F0f0f0; */
	padding: 10px;
	border-radius: 0%;
}</pre></body></html>