<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
	height: calc(100%);
}
body{
	height: calc(100%);
}
#chartLogo{
	vertical-align: middle;
    display: inline-block;
    margin-left: 0px;
    background-size: 100% 100%;
    background-image:url(/static/img/common/home.svg)
}
.navbar{
	border:none;
}
.navbar-default{
	margin-bottom:0;
	background-color: #f8f8f8;
}
.navbar-right{
	margin-right:0;
}
.navbar i{
	padding-right:3px;
}
.navbar a{
	cursor: pointer;
}
.nav-open-file label {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all .25s ease-out;
    font-weight: 400;
    margin-bottom:0;
    padding: 15px;
}
.nav-open-file input {
    display: block;
    position: absolute!important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}
.dropdown-menu&gt;li&gt;a{
	cursor: pointer;
}
#pContainer{
	height: calc(100% - 50px);
}
#pLeft{
	width:4%;
  	height: 100%;
	padding: 10px 5px 5px 5px;
	float: left;
}
#pCenter{
	width:66%;
	height: 100%;
	padding: 10px 10px 5px 10px;
	float: left;
}
#pRight{
	width:30%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 10px 5px 10px 5px;
	float: left;
}
#pRight label{
	padding-right:0;
}
.left-nav-icon{
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    display: block;
    vertical-align: middle;
    margin: 30px auto;
    cursor: pointer;
}
#categories{
	height: calc(100% - 50px);
  	overflow-x: hidden;
	overflow-y: auto;
	display:none;
	position: fixed;
    top: 50px;
    left: 4%;
    z-index: 999;
    width: 500px;
    background: white;
}
.panel{
	-webkit-box-shadow:none;
	box-shadow:none;
}
.panel-default{
	border:none;
	border-radius:0;
}
.panel-heading{
	border-radius:0;
}
.panel-body{
	padding:5px;
	border:none;
}
#categories .col-sm-6,#categories .col-md-6{
	padding:5px;
}
#categories .thumbnail{
	margin-bottom:0;
}
#categories .caption{
	white-space: nowrap;
 	text-overflow: ellipsis;
	overflow: hidden;
}
#sheetDivFather{
	width: 100%;
    margin-bottom: 20px;
    overflow: auto;
    max-height: 250px;
}
#sheetDiv{
	height:250px;
}
.theme-plan-row .col-xs-4{
	padding-right:10px;
	padding-left:10px;
}
.theme-plan-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    height: 28px;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 8px;
    cursor: pointer;
}
.theme-plan-color {
    width: 16px;
    height: 16px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    border-radius: 3px;
}
.colorpicker.dropdown-menu{
	position: fixed;
}
#pRight .form-group{
	margin-right:0;
	margin-left:0;
}
#pRight .panel-heading {
    padding: 0;
}
#pRight .panel-title a {
    display: block;
    padding: 10px 15px;
    text-decoration: none !important;
}
#pRight a[aria-expanded=false] .caret {
  height:0.6em;
  width:0.6em;
  margin-right:0.2em;
  margin-bottom:0.2em;
  vertical-align: middle;
  border-left: 0.3em dashed;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
} 
#pRight a[aria-expanded=true] .caret {
  height:0.6em;
  width:0.6em;
  margin-right:0.2em;
  vertical-align: middle;
  border-top: 0.3em dashed;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}

#aiModal{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin:auto;
	height:580px;
}
#aiModal .modal-dialog{
	margin-top:0;
	width: 100%;
	max-width:1200px;
}
#aiModal .modal-header{
	padding-bottom:0;
}
#aiModal .act {
    border-bottom: 2px solid #4cae4c !important;
}
#aiModal .modal-header .btn {
    border: none;
    box-shadow: none;
    background: none !important;
    border-radius: 0 !important;
}
#aiModal textarea{
	height: 410px;
	margin-bottom:10px;
}
#aiModal .well{
	height: 410px;
	margin-bottom:10px;
	padding:0;
	background-color: rgb(251, 251, 251);
}
#aiModal i{padding-right:3px}

#img2code{
	display: none;
	margin-bottom: 10px;
}
#aiStop{display: none;}

#aiImg #viewport input#file-selector {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

#aiImg #viewport {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 410px;
	border: 2px #ccc dashed;
	border-radius: 20px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

#aiImg #viewport #view-horz {
	background: #ccc;
	height: 16px;
	width: 2px;
	top: 50%;
	left: 50%;
	margin-top: 0px;
	margin-left: -1px;
	position: absolute;
	opacity: 0.5;
}

#aiImg #viewport #view-vtic {
	background: #ccc;
	width: 16px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin-top: 7px;
	margin-left: -8px;
	position: absolute;
	opacity: 0.5;
}

#aiImg #viewport #output {
	border-radius: 20px;
}
</pre></body></html>