| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528 | .km-editor {  overflow: hidden;  z-index: 2;}.km-editor > .mask {  display: block;  position: absolute;  left: 0;  right: 0;  top: 0;  bottom: 0;  background-color: transparent;}.km-editor > .receiver {  position: absolute;  background: white;  outline: none;  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);  left: 0;  top: 0;  padding: 3px 5px;  margin-left: -3px;  margin-top: -5px;  max-width: 300px;  width: auto;  font-size: 14px;  line-height: 1.4em;  min-height: 1.4em;  box-sizing: border-box;  overflow: hidden;  word-break: break-all;  word-wrap: break-word;  border: none;  -webkit-user-select: text;  pointer-events: none;  opacity: 0;  z-index: -1000;}.km-editor > .receiver.debug {  opacity: 1;  outline: 1px solid green;  background: none;  z-index: 0;}.km-editor > .receiver.input {  pointer-events: all;  opacity: 1;  z-index: 999;  background: white;  outline: none;}div.minder-editor-container {  position: absolute;  top: 40px;  bottom: 0;  left: 0;  right: 0;  font-family: Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;}.minder-editor {  position: absolute;  top: 92px;  left: 0;  right: 0;  bottom: 0;}.minder-viewer {  position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0;}.control-panel {  position: absolute;  top: 0;  right: 0;  width: 250px;  bottom: 0;  border-left: 1px solid #CCC;}.minder-divider {  position: absolute;  top: 0;  right: 250px;  bottom: 0;  width: 2px;  background-color: #fbfbfb;  cursor: ew-resize;}.panel-body {  padding: 10px;}.upload-image {  width: 0.1px;  height: 0.1px;  opacity: 0;  overflow: hidden;  position: absolute;  z-index: -1;}.top-tab .nav-tabs {  background-color: #e1e1e1;  border: 0;  height: 32px;}.top-tab .nav-tabs li {  margin: 0;}.top-tab .nav-tabs li a {  margin: 0;  border: 0;  padding: 6px 15px;  border-radius: 0;  vertical-align: middle;}.top-tab .nav-tabs li a:hover,.top-tab .nav-tabs li a:focus {  background: inherit;  border: 0;}.top-tab .nav-tabs li.active a {  border: 0;  background-color: #fff;}.top-tab .nav-tabs li.active a:hover,.top-tab .nav-tabs li.active a:focus {  border: 0;}.top-tab .tab-content {  height: 60px;  background-color: #fff;  border-bottom: 1px solid #dbdbdb;}.top-tab .tab-pane {  font-size: 0;}.km-btn-group {  display: inline-block;  margin: 5px 0;  padding: 0 5px;  vertical-align: middle;  border-right: 1px dashed #eee;}.km-btn-item {  display: inline-block;  margin: 0 3px;  font-size: 0;  cursor: default;}.km-btn-item[disabled] {  opacity: 0.5;}.km-btn-item[disabled]:hover,.km-btn-item[disabled]:active {  background-color: #fff;}.km-btn-item .km-btn-icon {  display: inline-block;  background: url(images/icons.png) no-repeat;  background-position: 0 20px;  width: 20px;  height: 20px;  padding: 2px;  margin: 1px;  vertical-align: middle;}.km-btn-item .km-btn-caption {  display: inline-block;  font-size: 12px;  vertical-align: middle;}.km-btn-item:hover {  background-color: #eff3fa;}.km-btn-item:active {  background-color: #c4d0ee;}.do-group {  width: 38px;}.undo .km-btn-icon {  background-position: 0 -1240px;}.redo .km-btn-icon {  background-position: 0 -1220px;}.append-group {  width: 212px;}.append-child-node .km-btn-icon {  background-position: 0 0;}.append-sibling-node .km-btn-icon {  background-position: 0 -20px;}.append-parent-node .km-btn-icon {  background-position: 0 -40px;}.arrange-group {  width: 64px;}.arrange-up .km-btn-icon {  background-position: 0 -280px;}.arrange-down .km-btn-icon {  background-position: 0 -300px;}.operation-group {  width: 64px;}.edit-node .km-btn-icon {  background-position: 0 -60px;}.remove-node .km-btn-icon {  background-position: 0 -80px;}.btn-group-vertical {  vertical-align: middle;  margin: 5px;}.btn-group-vertical .hyperlink,.btn-group-vertical .hyperlink-caption {  width: 40px;  margin: 0;  padding: 0;  border: none!important;  border-radius: 0!important;}.btn-group-vertical .hyperlink:hover,.btn-group-vertical .hyperlink-caption:hover {  background-color: #eff3fa;}.btn-group-vertical .hyperlink:active,.btn-group-vertical .hyperlink-caption:active {  background-color: #c4d0ee;}.btn-group-vertical .hyperlink.active,.btn-group-vertical .hyperlink-caption.active {  box-shadow: none;  background-color: #eff3fa;}.btn-group-vertical .hyperlink {  height: 25px;  background: url(images/icons.png) no-repeat center -100px;}.btn-group-vertical .hyperlink-caption {  height: 20px;}.btn-group-vertical .hyperlink-caption .caption {  font-size: 12px;}.open > .dropdown-toggle.btn-default {  background-color: #eff3fa;}.btn-group-vertical .image-btn,.btn-group-vertical .image-btn-caption {  width: 40px;  margin: 0;  padding: 0;  border: none!important;  border-radius: 0!important;}.btn-group-vertical .image-btn:hover,.btn-group-vertical .image-btn-caption:hover {  background-color: #eff3fa;}.btn-group-vertical .image-btn:active,.btn-group-vertical .image-btn-caption:active {  background-color: #c4d0ee;}.btn-group-vertical .image-btn.active,.btn-group-vertical .image-btn-caption.active {  box-shadow: none;  background-color: #eff3fa;}.btn-group-vertical .image-btn {  height: 25px;  background: url(images/icons.png) no-repeat center -125px;}.btn-group-vertical .image-btn-caption {  height: 20px;}.btn-group-vertical .image-btn-caption .caption {  font-size: 12px;}.image-preview {  display: block;  max-width: 50%;}.modal-body .tab-pane {  font-size: inherit;  padding-top: 15px;}.search-result {  margin-top: 15px;  height: 370px;  overflow: hidden;}.search-result ul {  margin: 0;  padding: 0;  list-style: none;  clear: both;  height: 100%;  overflow-x: hidden;  overflow-y: auto;}.search-result ul li {  list-style: none;  float: left;  display: block;  width: 130px;  height: 130px;  line-height: 130px;  margin: 6px;  padding: 0;  font-size: 12px;  position: relative;  vertical-align: top;  text-align: center;  overflow: hidden;  cursor: pointer;  border: 2px solid #fcfcfc;}.search-result ul li.selected {  border: 2px solid #fc8383;}.search-result ul li img {  max-width: 126px;  max-height: 130px;  vertical-align: middle;}.search-result ul li span {  display: block;  position: absolute;  bottom: 0;  height: 20px;  background: rgba(0, 0, 0, 0.5);  left: 0;  right: 0;  color: white;  line-height: 20px;  overflow: hidden;  text-overflow: ellipsis;  word-break: break-all;  white-space: nowrap;  opacity: 0;  -webkit-transform: translate(0, 20px);  -ms-transform: translate(0, 20px);  transform: translate(0, 20px);  -webkit-transition: all .2s ease;  transition: all .2s ease;}.search-result ul li:hover span {  opacity: 1;  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  transform: translate(0, 0);}@media (min-width: 768px) {  .form-inline .form-control {    width: 422px;  }}.btn-group-vertical {  vertical-align: top;  margin: 5px;}.btn-group-vertical.note-btn-group {  border-right: 1px dashed #eee;  padding-right: 5px;}.btn-group-vertical .note-btn,.btn-group-vertical .note-btn-caption {  width: 40px;  margin: 0;  padding: 0;  border: none!important;  border-radius: 0!important;}.btn-group-vertical .note-btn:hover,.btn-group-vertical .note-btn-caption:hover {  background-color: #eff3fa;}.btn-group-vertical .note-btn:active,.btn-group-vertical .note-btn-caption:active {  background-color: #c4d0ee;}.btn-group-vertical .note-btn.active,.btn-group-vertical .note-btn-caption.active {  box-shadow: none;  background-color: #eff3fa;}.btn-group-vertical .note-btn {  height: 25px;  background: url(images/icons.png) no-repeat center -1150px;}.btn-group-vertical .note-btn-caption {  height: 20px;}.btn-group-vertical .note-btn-caption .caption {  font-size: 12px;}.open > .dropdown-toggle.btn-default {  background-color: #eff3fa;}.gfm-render {  font-size: 12px;  -webkit-user-select: text;  color: #333;  line-height: 1.8em;}.gfm-render blockquote,.gfm-render ul,.gfm-render table,.gfm-render p,.gfm-render pre,.gfm-render hr {  margin: 1em 0;  cursor: text;}.gfm-render blockquote:first-child:last-child,.gfm-render ul:first-child:last-child,.gfm-render table:first-child:last-child,.gfm-render p:first-child:last-child,.gfm-render pre:first-child:last-child,.gfm-render hr:first-child:last-child {  margin: 0;}.gfm-render img {  max-width: 100%;}.gfm-render a {  color: blue;}.gfm-render a:hover {  color: red;}.gfm-render blockquote {  display: block;  border-left: 4px solid #E4AD91;  color: #da8e68;  padding-left: 10px;  font-style: italic;  margin-left: 2em;}.gfm-render ul,.gfm-render ol {  padding-left: 3em;}.gfm-render table {  width: 100%;  border-collapse: collapse;  margin: 1em 0;}.gfm-render table th,.gfm-render table td {  border: 1px solid #666;  padding: 2px 4px;}.gfm-render table th {  background: rgba(45, 141, 234, 0.2);}.gfm-render table tr:nth-child(even) td {  background: rgba(45, 141, 234, 0.03);}.gfm-render em {  color: red;}.gfm-render del {  color: #999;}.gfm-render pre {  background: rgba(45, 141, 234, 0.1);  padding: 5px;  border-radius: 5px;  word-break: break-all;  word-wrap: break-word;}.gfm-render code {  background: rgba(45, 141, 234, 0.1);  /*         display: inline-block; */  padding: 0 5px;  border-radius: 3px;}.gfm-render pre code {  background: none;}.gfm-render hr {  border: none;  border-top: 1px solid #CCC;}.gfm-render .highlight {  background: yellow;  color: red;}.km-note {  width: 300px;  border-left: 1px solid #babfcd;  padding: 5px 10px;  background: white;  position: absolute;  top: 92px;  right: 0;  bottom: 0;  left: auto;  z-index: 3;}.km-note.panel {  margin: 0;  padding: 0;}.km-note.panel .panel-heading h3 {  display: inline-block;}.km-note.panel .panel-heading .close-note-editor {  width: 15px;  height: 15px;  display: inline-block;  float: right;}.km-note.panel .panel-heading .close-note-editor:hover {  cursor: pointer;}.km-note.panel .panel-body {  padding: 0;}.km-note .CodeMirror {  position: absolute;  top: 41px;  bottom: 0;  height: auto;  cursor: text;  font-size: 14px;  line-height: 1.3em;  font-family: consolas;}.km-note-tips {  color: #ccc;  padding: 3px 8px;}#previewer-content {  position: absolute;  background: #FFD;  padding: 5px 15px;  border-radius: 5px;  max-width: 400px;  max-height: 200px;  overflow: auto;  z-index: 10;  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);  word-break: break-all;  font-size: 12px;  -webkit-user-select: text;  color: #333;  line-height: 1.8em;}#previewer-content blockquote,#previewer-content ul,#previewer-content table,#previewer-content p,#previewer-content pre,#previewer-content hr {  margin: 1em 0;  cursor: text;}#previewer-content blockquote:first-child:last-child,#previewer-content ul:first-child:last-child,#previewer-content table:first-child:last-child,#previewer-content p:first-child:last-child,#previewer-content pre:first-child:last-child,#previewer-content hr:first-child:last-child {  margin: 0;}#previewer-content img {  max-width: 100%;}#previewer-content a {  color: blue;}#previewer-content a:hover {  color: red;}#previewer-content blockquote {  display: block;  border-left: 4px solid #E4AD91;  color: #da8e68;  padding-left: 10px;  font-style: italic;  margin-left: 2em;}#previewer-content ul,#previewer-content ol {  padding-left: 3em;}#previewer-content table {  width: 100%;  border-collapse: collapse;  margin: 1em 0;}#previewer-content table th,#previewer-content table td {  border: 1px solid #666;  padding: 2px 4px;}#previewer-content table th {  background: rgba(45, 141, 234, 0.2);}#previewer-content table tr:nth-child(even) td {  background: rgba(45, 141, 234, 0.03);}#previewer-content em {  color: red;}#previewer-content del {  color: #999;}#previewer-content pre {  background: rgba(45, 141, 234, 0.1);  padding: 5px;  border-radius: 5px;  word-break: break-all;  word-wrap: break-word;}#previewer-content code {  background: rgba(45, 141, 234, 0.1);  /*         display: inline-block; */  padding: 0 5px;  border-radius: 3px;}#previewer-content pre code {  background: none;}#previewer-content hr {  border: none;  border-top: 1px solid #CCC;}#previewer-content .highlight {  background: yellow;  color: red;}#previewer-content.ng-hide {  display: block!important;  left: -99999px !important;  top: -99999px !important;}.panel-body {  padding: 10px;}.tab-content .km-priority {  vertical-align: middle;  font-size: inherit;  display: inline-block;  width: 140px;  margin: 5px;  border-right: 1px dashed #eee;}.tab-content .km-priority .km-priority-item {  margin: 0 1px;  padding: 1px;}.tab-content .km-priority .km-priority-item .km-priority-icon {  background: url(images/iconpriority.png) repeat-y;  background-color: transparent;}.tab-content .km-priority .km-priority-item .km-priority-icon.priority-0 {  background-position: 0 20px;}.tab-content .km-priority .km-priority-item .km-priority-icon.priority-1 {  background-position: 0 0px;}.tab-content .km-priority .km-priority-item .km-priority-icon.priority-2 {  background-position: 0 -20px;}.tab-content .km-priority .km-priority-item .km-priority-icon.priority-3 {  background-position: 0 -40px;}.tab-content .km-priority .km-priority-item .km-priority-icon.priority-4 {  background-position: 0 -60px;}.tab-content .km-priority .km-priority-item .km-priority-icon.priority-5 {  background-position: 0 -80px;}.tab-content .km-priority .km-priority-item .km-priority-icon.priority-6 {  background-position: 0 -100px;}.tab-content .km-priority .km-priority-item .km-priority-icon.priority-7 {  background-position: 0 -120px;}.tab-content .km-priority .km-priority-item .km-priority-icon.priority-8 {  background-position: 0 -140px;}.tab-content .km-priority .km-priority-item .km-priority-icon.priority-9 {  background-position: 0 -160px;}.tab-content .km-progress {  vertical-align: middle;  font-size: inherit;  display: inline-block;  width: 140px;  margin: 5px;  border-right: 1px dashed #eee;}.tab-content .km-progress .km-progress-item {  margin: 0 1px;  padding: 1px;}.tab-content .km-progress .km-progress-item .km-progress-icon {  background: url(images/iconprogress.png) repeat-y;  background-color: transparent;}.tab-content .km-progress .km-progress-item .km-progress-icon.progress-0 {  background-position: 0 20px;}.tab-content .km-progress .km-progress-item .km-progress-icon.progress-1 {  background-position: 0 0px;}.tab-content .km-progress .km-progress-item .km-progress-icon.progress-2 {  background-position: 0 -20px;}.tab-content .km-progress .km-progress-item .km-progress-icon.progress-3 {  background-position: 0 -40px;}.tab-content .km-progress .km-progress-item .km-progress-icon.progress-4 {  background-position: 0 -60px;}.tab-content .km-progress .km-progress-item .km-progress-icon.progress-5 {  background-position: 0 -80px;}.tab-content .km-progress .km-progress-item .km-progress-icon.progress-6 {  background-position: 0 -100px;}.tab-content .km-progress .km-progress-item .km-progress-icon.progress-7 {  background-position: 0 -120px;}.tab-content .km-progress .km-progress-item .km-progress-icon.progress-8 {  background-position: 0 -140px;}.tab-content .km-progress .km-progress-item .km-progress-icon.progress-9 {  background-position: 0 -160px;}.resource-editor {  vertical-align: middle;  display: inline-block;  margin: 5px;}.resource-editor .input-group,.resource-editor .km-resource {  font-size: 12px;}.resource-editor .input-group {  height: 20px;  width: 168px;}.resource-editor .resource-dropdown {  position: relative;  width: 168px;  border: 1px solid #ccc;  margin-top: -1px;  border-bottom-right-radius: 4px;  border-bottom-left-radius: 4px;}.resource-editor .resource-dropdown .km-resource {  position: absolute;  width: 154px;  margin-bottom: 3px;  padding: 0;  list-style-type: none;  overflow: scroll;  max-height: 500px;}.resource-editor .resource-dropdown .km-resource.open {  z-index: 3;  background-color: #fff;}.resource-editor .resource-dropdown .km-resource li {  display: inline-block;  padding: 1px 2px;  border-radius: 4px;  margin: 2px 3px;}.resource-editor .resource-dropdown .km-resource li[disabled] {  opacity: 0.5;}.resource-editor .resource-dropdown .resource-caret {  display: block;  float: right;  vertical-align: middle;  width: 12px;  height: 24px;  padding: 8px 1px;}.resource-editor .resource-dropdown .resource-caret:hover {  background-color: #eff3fa;}.resource-editor .resource-dropdown .resource-caret:active {  background-color: #c4d0ee;}.resource-editor input.form-control,.resource-editor .btn {  font-size: 12px;}.resource-editor input.form-control {  padding: 2px 4px;  height: 24px;  border-bottom-left-radius: 0;}.resource-editor .input-group-btn {  line-height: 24px;}.resource-editor .input-group-btn .btn {  padding: 2px 4px;  height: 24px;  border-bottom-right-radius: 0;}.temp-panel {  margin: 5px 5px 5px 10px;  border-right: 1px dashed #eee;  display: inline-block;  vertical-align: middle;}.temp-list {  min-width: 124px;}.temp-item-wrap {  width: 50px;  height: 40px;  padding: 0 2px;  margin: 5px;  display: inline-block;}.temp-item {  display: inline-block;  width: 50px;  height: 40px;  background-image: url(images/template.png);  background-repeat: no-repeat;}.temp-item.default {  background-position: 0 0;}.temp-item.structure {  background-position: -50px 0;}.temp-item.filetree {  background-position: -100px 0;}.temp-item.right {  background-position: -150px 0;}.temp-item.fish-bone {  background-position: -200px 0;}.temp-item.tianpan {  background-position: -250px 0;}.current-temp-item {  width: 74px;  padding: 0 0 0 5px;  border: 1px solid #fff;}.current-temp-item:hover {  background-color: #eff3fa;}.current-temp-item[disabled] {  opacity: 0.5;}.current-temp-item .caret {  margin-left: 5px;}.temp-item-selected {  background-color: #87a9da;}.theme-panel {  height: 42px;  margin: 5px;  padding: 0 5px 0 0;  border-right: 1px dashed #eee;  display: inline-block;  vertical-align: middle;}.theme-list {  min-width: 162px;}div a.theme-item {  display: inline-block;  width: 70px;  height: 30px;  text-align: center;  line-height: 30px;  padding: 0 5px;  font-size: 12px;  cursor: pointer;  text-decoration: none;  color: #000;}.theme-item-selected {  width: 100px;  padding: 6px 7px;  border: 1px solid #fff;}.theme-item-selected:hover {  background-color: #eff3fa;}.theme-item-selected .caret {  margin-left: 5px;}.theme-item-selected[disabled] {  opacity: 0.5;}.theme-item-wrap {  display: inline-block;  width: 80px;  height: 40px;  padding: 5px;}.theme-item-wrap:hover {  background-color: #eff3fa;}.readjust-layout {  display: inline-block;  vertical-align: middle;  padding: 0 10px 0 5px;  border-right: 1px dashed #eee;}.btn-icon {  width: 25px;  height: 25px;  margin-left: 12px;  display: block;}.btn-label {  font-size: 12px;}.btn-wrap {  width: 50px;  height: 42px;  cursor: pointer;  display: inline-block;  text-decoration: none;}.btn-wrap[disabled] span {  opacity: 0.5;}.btn-wrap[disabled] {  cursor: default;}.btn-wrap[disabled]:hover {  background-color: transparent;}.btn-wrap[disabled]:active {  background-color: transparent;}.btn-wrap:link {  text-decoration: none;}.btn-wrap:visited {  text-decoration: none;}.btn-wrap:hover {  background-color: #eff3fa;  text-decoration: none;}.btn-wrap:active {  background-color: #c4d0ee;}.reset-layout-icon {  background: url(images/icons.png) no-repeat;  background-position: 0 -150px;}.style-operator {  display: inline-block;  vertical-align: middle;  padding: 0 5px;  border-right: 1px dashed #eee;}.style-operator .clear-style {  vertical-align: middle;}.clear-style-icon {  background: url(images/icons.png) no-repeat;  background-position: 0 -175px;}.s-btn-group-vertical {  display: inline-block;  vertical-align: middle;}.s-btn-icon {  width: 20px;  height: 20px;  margin-right: 3px;  display: inline-block;  vertical-align: middle;}.s-btn-label {  font-size: 12px;  vertical-align: middle;  display: inline-block;}.s-btn-wrap {  padding: 0 5px 0 3px;  display: inline-block;  text-decoration: none;  font-size: 0;}.s-btn-wrap[disabled] span {  opacity: 0.5;}.s-btn-wrap[disabled] {  cursor: default;}.s-btn-wrap[disabled]:hover {  background-color: transparent;}.s-btn-wrap[disabled]:active {  background-color: transparent;}.s-btn-wrap:hover {  background-color: #eff3fa;  text-decoration: none;}.s-btn-wrap:active {  background-color: #c4d0ee;}.copy-style-icon {  background: url(images/icons.png) no-repeat;  background-position: 0 -200px;}.paste-style-wrap {  display: block;}.paste-style-icon {  background: url(images/icons.png) no-repeat;  background-position: 0 -220px;}.font-operator {  width: 170px;  display: inline-block;  vertical-align: middle;  font-size: 12px;  padding: 0 5px;}.font-operator .font-size-list {  display: inline-block;  border: 1px solid #eee;  padding: 2px 4px;}.font-operator .font-family-list {  display: inline-block;  border: 1px solid #eee;  padding: 2px 4px;}.current-font-item a {  text-decoration: none;  display: inline-block;}.current-font-family {  width: 75px;  height: 18px;  overflow: hidden;  vertical-align: bottom;}.current-font-size {  width: 32px;  height: 18px;  overflow: hidden;  vertical-align: bottom;}.current-font-item[disabled] {  opacity: 0.5;}.font-item {  line-height: 1em;  text-align: left;}.font-item-selected {  background-color: #87a9da;}.font-bold,.font-italics {  display: inline-block;  background: url(images/icons.png) no-repeat;  cursor: pointer;  margin: 0 3px;}.font-bold:hover,.font-italics:hover {  background-color: #eff3fa;}.font-bold:active,.font-italics:active {  background-color: #c4d0ee;}.font-bold[disabled],.font-italics[disabled] {  opacity: 0.5;}.font-bold {  background-position: 0 -240px;}.font-italics {  background-position: 0 -260px;}.font-bold-selected,.font-italics-selected {  background-color: #87a9da;}.font-color-wrap {  display: inline-block;  width: 30px;  height: 22px;  margin: 3px 3px 0 0;  border: 1px #efefef solid;  vertical-align: middle;  font-size: 0;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;}.font-color-wrap[disabled] {  opacity: 0.5;}.font-color-wrap .quick-font-color {  display: inline-block;  width: 20px;  height: 16px;  font-size: 14px;  line-height: 16px;  vertical-align: top;  text-align: center;  cursor: default;  color: #000;}.font-color-wrap .quick-font-color:hover {  background-color: #eff3fa;}.font-color-wrap .quick-font-color:active {  background-color: #c4d0ee;}.font-color-wrap .quick-font-color[disabled] {  opacity: 0.5;}.font-color-wrap .font-color-preview {  display: inline-block;  width: 12px;  height: 2px;  margin: 0 4px 0;  background-color: #000;}.font-color-wrap .font-color-preview[disabled] {  opacity: 0.5;}.font-color {  display: inline-block;  width: 8px;  height: 16px;}.font-color:hover {  background-color: #eff3fa;}.font-color:active {  background-color: #c4d0ee;}.font-color[disabled] {  opacity: 0.5;}.font-color .caret {  margin-left: -2px;  margin-top: 7px;}.bg-color-wrap {  display: inline-block;  width: 30px;  height: 22px;  margin: 3px 3px 0 0;  border: 1px #efefef solid;  vertical-align: middle;  font-size: 0;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;}.bg-color-wrap[disabled] {  opacity: 0.5;}.bg-color-wrap .quick-bg-color {  display: inline-block;  width: 20px;  height: 16px;  font-size: 14px;  line-height: 16px;  vertical-align: top;  text-align: center;  cursor: default;  color: #000;  background: url(images/icons.png) no-repeat center -1260px;}.bg-color-wrap .quick-bg-color:hover {  background-color: #eff3fa;}.bg-color-wrap .quick-bg-color:active {  background-color: #c4d0ee;}.bg-color-wrap .quick-bg-color[disabled] {  opacity: 0.5;}.bg-color-wrap .bg-color-preview {  display: inline-block;  width: 12px;  height: 2px;  margin: 0 4px 0;  background-color: #fff;}.bg-color-wrap .bg-color-preview[disabled] {  opacity: 0.5;}.bg-color {  display: inline-block;  width: 8px;  height: 16px;}.bg-color:hover {  background-color: #eff3fa;}.bg-color:active {  background-color: #c4d0ee;}.bg-color[disabled] {  opacity: 0.5;}.bg-color .caret {  margin-left: -2px;  margin-top: 7px;}.btn-group-vertical {  vertical-align: middle;  margin: 5px;}.btn-group-vertical .expand,.btn-group-vertical .expand-caption {  width: 40px;  margin: 0;  padding: 0;  border: none!important;  border-radius: 0!important;}.btn-group-vertical .expand:hover,.btn-group-vertical .expand-caption:hover {  background-color: #eff3fa;}.btn-group-vertical .expand:active,.btn-group-vertical .expand-caption:active {  background-color: #c4d0ee;}.btn-group-vertical .expand.active,.btn-group-vertical .expand-caption.active {  box-shadow: none;  background-color: #eff3fa;}.btn-group-vertical .expand {  height: 25px;  background: url(images/icons.png) no-repeat 0 -995px;  background-position-x: 50%;}.btn-group-vertical .expand-caption {  height: 20px;}.btn-group-vertical .expand-caption .caption {  font-size: 12px;}.btn-group-vertical {  vertical-align: middle;  margin: 5px;}.btn-group-vertical .select,.btn-group-vertical .select-caption {  width: 40px;  margin: 0;  padding: 0;  border: none!important;  border-radius: 0!important;}.btn-group-vertical .select:hover,.btn-group-vertical .select-caption:hover {  background-color: #eff3fa;}.btn-group-vertical .select:active,.btn-group-vertical .select-caption:active {  background-color: #c4d0ee;}.btn-group-vertical .select.active,.btn-group-vertical .select-caption.active {  box-shadow: none;  background-color: #eff3fa;}.btn-group-vertical .select {  height: 25px;  background: url(images/icons.png) no-repeat 7px -1175px;}.btn-group-vertical .select-caption {  height: 20px;}.btn-group-vertical .select-caption .caption {  font-size: 12px;}.btn-group-vertical {  vertical-align: middle;  margin: 5px;}.btn-group-vertical .search,.btn-group-vertical .search-caption {  width: 40px;  margin: 0;  padding: 0;  border: none!important;  border-radius: 0!important;}.btn-group-vertical .search:hover,.btn-group-vertical .search-caption:hover {  background-color: #eff3fa;}.btn-group-vertical .search:active,.btn-group-vertical .search-caption:active {  background-color: #c4d0ee;}.btn-group-vertical .search.active,.btn-group-vertical .search-caption.active {  box-shadow: none;  background-color: #eff3fa;}.btn-group-vertical .search {  height: 25px;  background: url(images/icons.png) no-repeat 0 -345px;  background-position-x: 50%;}.btn-group-vertical .search-caption {  height: 20px;}.btn-group-vertical .search-caption .caption {  font-size: 12px;}.search-box {  float: right;  background-color: #fff;  border: 1px solid #dbdbdb;  position: relative;  top: 0;  z-index: 3;  width: 360px;  height: 40px;  padding: 3px 6px;  opacity: 1;}.search-box .search-input-wrap,.search-box .prev-and-next-btn {  float: left;}.search-box .close-search {  float: right;  height: 16px;  width: 16px;  padding: 1px;  border-radius: 100%;  margin-top: 6px;  margin-right: 10px;}.search-box .close-search .glyphicon {  top: -1px;}.search-box .close-search:hover {  background-color: #efefef;}.search-box .close-search:active {  background-color: #999;}.search-box .search-input-wrap {  width: 240px;}.search-box .prev-and-next-btn {  margin-left: 5px;}.search-box .prev-and-next-btn .btn:focus {  outline: none;}.search-box .search-addon {  background-color: #fff;}.tool-group {  padding: 0;}.tool-group[disabled] {  opacity: 0.5;}.tool-group .tool-group-item {  display: inline-block;  border-radius: 4px;}.tool-group .tool-group-item .tool-group-icon {  width: 20px;  height: 20px;  padding: 2px;  margin: 1px;}.tool-group .tool-group-item:hover {  background-color: #eff3fa;}.tool-group .tool-group-item:active {  background-color: #c4d0ee;}.tool-group .tool-group-item.active {  background-color: #c4d0ee;}.nav-bar {  position: absolute;  width: 35px;  height: 240px;  padding: 5px 0;  left: 10px;  bottom: 10px;  background: #fc8383;  color: #fff;  border-radius: 4px;  z-index: 10;  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);  transition: -webkit-transform 0.7s 0.1s ease;  transition: transform .7s 0.1s ease;}.nav-bar .nav-btn {  width: 35px;  height: 24px;  line-height: 24px;  text-align: center;}.nav-bar .nav-btn .icon {  background: url(images/icons.png);  width: 20px;  height: 20px;  margin: 2px auto;  display: block;}.nav-bar .nav-btn.active {  background-color: #5A6378;}.nav-bar .zoom-in .icon {  background-position: 0 -730px;}.nav-bar .zoom-out .icon {  background-position: 0 -750px;}.nav-bar .hand .icon {  background-position: 0 -770px;  width: 25px;  height: 25px;  margin: 0 auto;}.nav-bar .camera .icon {  background-position: 0 -870px;  width: 25px;  height: 25px;  margin: 0 auto;}.nav-bar .nav-trigger .icon {  background-position: 0 -845px;  width: 25px;  height: 25px;  margin: 0 auto;}.nav-bar .zoom-pan {  width: 2px;  height: 70px;  box-shadow: 0 1px #E50000;  position: relative;  background: white;  margin: 3px auto;  overflow: visible;}.nav-bar .zoom-pan .origin {  position: absolute;  width: 20px;  height: 8px;  left: -9px;  margin-top: -4px;  background: transparent;}.nav-bar .zoom-pan .origin:after {  content: ' ';  display: block;  width: 6px;  height: 2px;  background: white;  left: 7px;  top: 3px;  position: absolute;}.nav-bar .zoom-pan .indicator {  position: absolute;  width: 8px;  height: 8px;  left: -3px;  background: white;  border-radius: 100%;  margin-top: -4px;}.nav-previewer {  background: #fff;  width: 140px;  height: 120px;  position: absolute;  left: 45px;  bottom: 30px;  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);  border-radius: 0 2px 2px 0;  padding: 1px;  z-index: 9;  cursor: crosshair;  transition: -webkit-transform 0.7s 0.1s ease;  transition: transform .7s 0.1s ease;}.nav-previewer.grab {  cursor: move;  cursor: -webkit-grabbing;  cursor: -moz-grabbing;  cursor: grabbing;}/*# sourceMappingURL=kityminder.editor.css.map */
 |