GPQAPP
1505 строк · 37.2 Кб
1/*!
2*
3* Super simple WYSIWYG editor v0.8.20
4* https://summernote.org
5*
6*
7* Copyright 2013- Alan Hong and contributors
8* Summernote may be freely distributed under the MIT license.
9*
10* Date: 2021-10-14T21:15Z
11*
12*/
13@font-face {14font-family: "summernote";15font-style: normal;16font-weight: 400;17font-display: auto;18src: url("./font/summernote.eot?#iefix") format("embedded-opentype"), url("./font/summernote.woff2") format("woff2"), url("./font/summernote.woff") format("woff"), url("./font/summernote.ttf") format("truetype");19}
20[class^=note-icon]:before,
21[class*=" note-icon"]:before {22display: inline-block;23font-family: "summernote";24font-style: normal;25font-size: inherit;26text-decoration: inherit;27text-rendering: auto;28text-transform: none;29vertical-align: middle;30-moz-osx-font-smoothing: grayscale;31-webkit-font-smoothing: antialiased;32speak: none;33}
34
35.note-icon-fw {36text-align: center;37width: 1.25em;38}
39
40.note-icon-border {41border: solid 0.08em #eee;42border-radius: 0.1em;43padding: 0.2em 0.25em 0.15em;44}
45
46.note-icon-pull-left {47float: left;48}
49
50.note-icon-pull-right {51float: right;52}
53
54.note-icon.note-icon-pull-left {55margin-right: 0.3em;56}
57.note-icon.note-icon-pull-right {58margin-left: 0.3em;59}
60
61.note-icon-align::before {62content: "\ea01";63}
64
65.note-icon-align-center::before {66content: "\ea02";67}
68
69.note-icon-align-indent::before {70content: "\ea03";71}
72
73.note-icon-align-justify::before {74content: "\ea04";75}
76
77.note-icon-align-left::before {78content: "\ea05";79}
80
81.note-icon-align-outdent::before {82content: "\ea06";83}
84
85.note-icon-align-right::before {86content: "\ea07";87}
88
89.note-icon-arrow-circle-down::before {90content: "\ea08";91}
92
93.note-icon-arrow-circle-left::before {94content: "\ea09";95}
96
97.note-icon-arrow-circle-right::before {98content: "\ea0a";99}
100
101.note-icon-arrow-circle-up::before {102content: "\ea0b";103}
104
105.note-icon-arrows-alt::before {106content: "\ea0c";107}
108
109.note-icon-arrows-h::before {110content: "\ea0d";111}
112
113.note-icon-arrows-v::before {114content: "\ea0e";115}
116
117.note-icon-bold::before {118content: "\ea0f";119}
120
121.note-icon-caret::before {122content: "\ea10";123}
124
125.note-icon-chain-broken::before {126content: "\ea11";127}
128
129.note-icon-circle::before {130content: "\ea12";131}
132
133.note-icon-close::before {134content: "\ea13";135}
136
137.note-icon-code::before {138content: "\ea14";139}
140
141.note-icon-col-after::before {142content: "\ea15";143}
144
145.note-icon-col-before::before {146content: "\ea16";147}
148
149.note-icon-col-remove::before {150content: "\ea17";151}
152
153.note-icon-eraser::before {154content: "\ea18";155}
156
157.note-icon-float-left::before {158content: "\ea19";159}
160
161.note-icon-float-none::before {162content: "\ea1a";163}
164
165.note-icon-float-right::before {166content: "\ea1b";167}
168
169.note-icon-font::before {170content: "\ea1c";171}
172
173.note-icon-frame::before {174content: "\ea1d";175}
176
177.note-icon-italic::before {178content: "\ea1e";179}
180
181.note-icon-link::before {182content: "\ea1f";183}
184
185.note-icon-magic::before {186content: "\ea20";187}
188
189.note-icon-menu-check::before {190content: "\ea21";191}
192
193.note-icon-minus::before {194content: "\ea22";195}
196
197.note-icon-orderedlist::before {198content: "\ea23";199}
200
201.note-icon-pencil::before {202content: "\ea24";203}
204
205.note-icon-picture::before {206content: "\ea25";207}
208
209.note-icon-question::before {210content: "\ea26";211}
212
213.note-icon-redo::before {214content: "\ea27";215}
216
217.note-icon-rollback::before {218content: "\ea28";219}
220
221.note-icon-row-above::before {222content: "\ea29";223}
224
225.note-icon-row-below::before {226content: "\ea2a";227}
228
229.note-icon-row-remove::before {230content: "\ea2b";231}
232
233.note-icon-special-character::before {234content: "\ea2c";235}
236
237.note-icon-square::before {238content: "\ea2d";239}
240
241.note-icon-strikethrough::before {242content: "\ea2e";243}
244
245.note-icon-subscript::before {246content: "\ea2f";247}
248
249.note-icon-summernote::before {250content: "\ea30";251}
252
253.note-icon-superscript::before {254content: "\ea31";255}
256
257.note-icon-table::before {258content: "\ea32";259}
260
261.note-icon-text-height::before {262content: "\ea33";263}
264
265.note-icon-trash::before {266content: "\ea34";267}
268
269.note-icon-underline::before {270content: "\ea35";271}
272
273.note-icon-undo::before {274content: "\ea36";275}
276
277.note-icon-unorderedlist::before {278content: "\ea37";279}
280
281.note-icon-video::before {282content: "\ea38";283}
284
285.note-frame {286-ms-box-sizing: border-box;287box-sizing: border-box;288color: #000;289font-family: sans-serif;290border-radius: 4px;291}
292
293.note-toolbar {294padding: 10px 5px;295border-bottom: 1px solid #e2e2e2;296color: #333;297background-color: #f5f5f5;298border-color: #ddd;299border-top-left-radius: 3px;300border-top-right-radius: 3px;301}
302
303.note-btn-group {304position: relative;305display: inline-block;306margin-right: 8px;307}
308.note-btn-group > .note-btn-group {309margin-right: 0;310}
311.note-btn-group > .note-btn:first-child {312margin-left: 0;313}
314.note-btn-group .note-btn + .note-btn,
315.note-btn-group .note-btn + .note-btn-group,
316.note-btn-group .note-btn-group + .note-btn,
317.note-btn-group .note-btn-group + .note-btn-group {318margin-left: -1px;319}
320.note-btn-group > .note-btn:not(:first-child),
321.note-btn-group > .note-btn-group:not(:first-child) > .note-btn {322border-top-left-radius: 0;323border-bottom-left-radius: 0;324}
325.note-btn-group > .note-btn:not(:last-child):not(.dropdown-toggle),
326.note-btn-group > .note-btn-group:not(:last-child) > .note-btn {327border-top-right-radius: 0;328border-bottom-right-radius: 0;329}
330.note-btn-group.open > .note-dropdown {331display: block;332}
333
334.note-btn {335display: inline-block;336font-weight: 400;337margin-bottom: 0;338text-align: center;339vertical-align: middle;340touch-action: manipulation;341cursor: pointer;342background-image: none;343border: 1px solid #dae0e5;344white-space: nowrap;345outline: 0;346color: #333;347background-color: #fff;348border-color: #dae0e5;349padding: 5px 10px;350font-size: 14px;351line-height: 1.4;352border-radius: 3px;353-webkit-user-select: none;354-moz-user-select: none;355-ms-user-select: none;356user-select: none;357}
358.note-btn:focus, .note-btn.focus {359color: #333;360background-color: #ebebeb;361border-color: #dae0e5;362}
363.note-btn:hover {364color: #333;365background-color: #ebebeb;366border-color: #dae0e5;367}
368.note-btn.disabled:focus, .note-btn.disabled.focus, .note-btn[disabled]:focus, .note-btn[disabled].focus, fieldset[disabled] .note-btn:focus, fieldset[disabled] .note-btn.focus {369background-color: #fff;370border-color: #dae0e5;371}
372.note-btn:hover, .note-btn:focus, .note-btn.focus {373color: #333;374text-decoration: none;375border: 1px solid #dae0e5;376background-color: #ebebeb;377outline: 0;378border-radius: 1px;379}
380.note-btn:active, .note-btn.active {381outline: 0;382background-image: none;383color: #333;384text-decoration: none;385border: 1px solid #dae0e5;386background-color: #ebebeb;387outline: 0;388border-radius: 1px;389box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);390}
391.note-btn.disabled, .note-btn[disabled], fieldset[disabled] .note-btn {392cursor: not-allowed;393-webkit-opacity: 0.65;394-khtml-opacity: 0.65;395-moz-opacity: 0.65;396opacity: 0.65;397-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);398filter: alpha(opacity=65);399box-shadow: none;400}
401.note-btn > span.note-icon-caret:first-child {402margin-left: -1px;403}
404.note-btn > span.note-icon-caret:nth-child(2) {405padding-left: 3px;406margin-right: -5px;407}
408
409.note-btn-primary {410background: #fa6362;411color: #fff;412}
413.note-btn-primary:hover, .note-btn-primary:focus, .note-btn-primary.focus {414color: #fff;415text-decoration: none;416border: 1px solid #dae0e5;417background-color: #fa6362;418border-radius: 1px;419}
420
421.note-btn-block {422display: block;423width: 100%;424}
425
426.note-btn-block + .note-btn-block {427margin-top: 5px;428}
429
430input[type=submit].note-btn-block,
431input[type=reset].note-btn-block,
432input[type=button].note-btn-block {433width: 100%;434}
435
436button.close {437padding: 0;438cursor: pointer;439background: transparent;440border: 0;441-webkit-appearance: none;442}
443
444.close {445float: right;446font-size: 21px;447line-height: 1;448color: #000;449opacity: 0.2;450}
451
452.close:hover {453-webkit-opacity: 1;454-khtml-opacity: 1;455-moz-opacity: 1;456-ms-filter: alpha(opacity=100);457filter: alpha(opacity=100);458opacity: 1;459}
460
461.note-dropdown {462position: relative;463}
464
465.note-color .dropdown-toggle {466width: 30px;467padding-left: 5px;468}
469
470.note-dropdown-menu {471display: none;472min-width: 100px;473position: absolute;474top: 100%;475left: 0;476z-index: 1000;477float: left;478text-align: left;479background: #fff;480border: 1px solid #e2e2e2;481padding: 5px;482background-clip: padding-box;483box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);484}
485.note-dropdown-menu > *:last-child {486margin-right: 0;487}
488
489.note-btn-group.open .note-dropdown-menu {490display: block;491}
492
493.note-dropdown-item {494display: block;495}
496.note-dropdown-item:hover {497background-color: #ebebeb;498}
499
500a.note-dropdown-item,
501a.note-dropdown-item:hover {502margin: 5px 0;503color: #000;504text-decoration: none;505}
506
507.note-modal {508position: fixed;509left: 0;510right: 0;511top: 0;512bottom: 0;513z-index: 1050;514-webkit-opacity: 1;515-khtml-opacity: 1;516-moz-opacity: 1;517opacity: 1;518-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);519filter: alpha(opacity=100);520display: none;521}
522.note-modal.open {523display: block;524}
525
526.note-modal-content {527position: relative;528width: auto;529margin: 30px 20px;530border: 1px solid rgba(0, 0, 0, 0.2);531background: #fff;532background-clip: border-box;533outline: 0;534border-radius: 5px;535box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);536}
537
538.note-modal-header {539padding: 10px 20px;540border: 1px solid #ededef;541}
542
543.note-modal-body {544position: relative;545padding: 20px 30px;546}
547.note-modal-body kbd {548border-radius: 2px;549background-color: #000;550color: #fff;551padding: 3px 5px;552font-weight: 700;553-ms-box-sizing: border-box;554box-sizing: border-box;555}
556
557.note-modal-footer {558height: 40px;559padding: 10px;560text-align: center;561}
562
563.note-modal-footer a {564color: #337ab7;565text-decoration: none;566}
567
568.note-modal-footer a:hover,
569.note-modal-footer a:focus {570color: #23527c;571text-decoration: underline;572}
573
574.note-modal-footer .note-btn {575float: right;576}
577
578.note-modal-title {579font-size: 20px;580color: #42515f;581margin: 0;582line-height: 1.4;583}
584
585.note-modal-backdrop {586position: fixed;587left: 0;588right: 0;589bottom: 0;590top: 0;591z-index: 1040;592background: #000;593-webkit-opacity: 0.5;594-khtml-opacity: 0.5;595-moz-opacity: 0.5;596opacity: 0.5;597-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);598filter: alpha(opacity=50);599display: none;600}
601.note-modal-backdrop.open {602display: block;603}
604
605@media (min-width: 768px) {606.note-modal-content {607width: 600px;608margin: 30px auto;609}610}
611@media (min-width: 992px) {612.note-modal-content-large {613width: 900px;614}615}
616.note-modal .note-help-block {617display: block;618margin-top: 5px;619margin-bottom: 10px;620color: #737373;621}
622.note-modal .note-nav {623display: flex;624flex-wrap: wrap;625padding-left: 0;626margin-bottom: 0;627list-style: none;628}
629.note-modal .note-nav-link {630display: block;631padding: 0.5rem 1rem;632color: #007bff;633text-decoration: none;634background-color: transparent;635-webkit-text-decoration-skip: objects;636}
637.note-modal .note-nav-link:focus,
638.note-modal .note-nav-link:hover {639color: #0056b3;640text-decoration: none;641}
642.note-modal .note-nav-link.disabled {643color: #868e96;644}
645.note-modal .note-nav-tabs {646border-bottom: 1px solid #ddd;647}
648.note-modal .note-nav-tabs .note-nav-item {649margin-bottom: -1px;650}
651.note-modal .note-nav-tabs .note-nav-link {652border: 1px solid transparent;653border-top-left-radius: 0.25rem;654border-top-right-radius: 0.25rem;655}
656.note-modal .note-nav-tabs .note-nav-link:focus,
657.note-modal .note-nav-tabs .note-nav-link:hover {658border-color: #e9ecef #e9ecef #ddd;659}
660.note-modal .note-nav-tabs .note-nav-link.disabled {661color: #868e96;662background-color: transparent;663border-color: transparent;664}
665.note-modal .note-nav-tabs .note-nav-item.show .note-nav-link {666color: #495057;667background-color: #fff;668border-color: #ddd #ddd #fff;669}
670.note-modal .note-tab-content {671margin: 15px auto;672}
673.note-modal .note-tab-content > .note-tab-pane:target ~ .note-tab-pane:last-child,
674.note-modal .note-tab-content > .note-tab-pane {675display: none;676}
677.note-modal .note-tab-content > :last-child,
678.note-modal .note-tab-content > .note-tab-pane:target {679display: block;680}
681
682.note-form-group {683padding-bottom: 20px;684}
685
686.note-form-group:last-child {687padding-bottom: 0;688}
689
690.note-form-label {691display: block;692width: 100%;693font-size: 16px;694color: #42515f;695margin-bottom: 10px;696font-weight: 700;697}
698
699.note-input {700width: 100%;701display: block;702border: 1px solid #ededef;703background: #fff;704outline: 0;705padding: 6px 4px;706font-size: 14px;707-ms-box-sizing: border-box;708box-sizing: border-box;709}
710
711.note-input::-webkit-input-placeholder {712color: #eeeeee;713}
714
715.note-input:-moz-placeholder {716/* Firefox 18- */717color: #eeeeee;718}
719
720.note-input::-moz-placeholder {721/* Firefox 19+ */722color: #eeeeee;723}
724
725.note-input:-ms-input-placeholder {726color: #eeeeee;727}
728
729.note-tooltip {730position: absolute;731z-index: 1070;732display: block;733font-size: 13px;734transition: opacity 0.15s;735-webkit-opacity: 0;736-khtml-opacity: 0;737-moz-opacity: 0;738opacity: 0;739-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);740filter: alpha(opacity=0);741}
742.note-tooltip.in {743-webkit-opacity: 0.9;744-khtml-opacity: 0.9;745-moz-opacity: 0.9;746opacity: 0.9;747-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);748filter: alpha(opacity=90);749}
750.note-tooltip.top {751margin-top: -3px;752padding: 5px 0;753}
754.note-tooltip.right {755margin-left: 3px;756padding: 0 5px;757}
758.note-tooltip.bottom {759margin-top: 3px;760padding: 5px 0;761}
762.note-tooltip.left {763margin-left: -3px;764padding: 0 5px;765}
766
767.note-tooltip.bottom .note-tooltip-arrow {768top: 0;769left: 50%;770margin-left: -5px;771border-width: 0 5px 5px;772border-bottom-color: #000;773}
774.note-tooltip.top .note-tooltip-arrow {775bottom: 0;776left: 50%;777margin-left: -5px;778border-width: 5px 5px 0;779border-top-color: #000;780}
781.note-tooltip.right .note-tooltip-arrow {782top: 50%;783left: 0;784margin-top: -5px;785border-width: 5px 5px 5px 0;786border-right-color: #000;787}
788.note-tooltip.left .note-tooltip-arrow {789top: 50%;790right: 0;791margin-top: -5px;792border-width: 5px 0 5px 5px;793border-left-color: #000;794}
795
796.note-tooltip-arrow {797position: absolute;798width: 0;799height: 0;800border-color: transparent;801border-style: solid;802}
803
804.note-tooltip-content {805max-width: 200px;806font-family: sans-serif;807padding: 3px 8px;808color: #fff;809text-align: center;810background-color: #000;811}
812
813.note-popover {814position: absolute;815z-index: 1060;816display: block;817font-size: 13px;818font-family: sans-serif;819display: none;820background: #ffffff;821border: 1px solid rgba(0, 0, 0, 0.2);822border: 1px solid #ccc;823}
824.note-popover.in {825display: block;826}
827.note-popover.top {828margin-top: -10px;829padding: 5px 0;830}
831.note-popover.right {832margin-left: 10px;833padding: 0 5px;834}
835.note-popover.bottom {836margin-top: 10px;837padding: 5px 0;838}
839.note-popover.left {840margin-left: -10px;841padding: 0 5px;842}
843
844.note-popover.bottom .note-popover-arrow {845top: -11px;846left: 20px;847margin-left: -10px;848border-top-width: 0;849border-bottom-color: #999999;850border-bottom-color: rgba(0, 0, 0, 0.25);851}
852.note-popover.bottom .note-popover-arrow::after {853top: 1px;854margin-left: -10px;855content: "\0020";856border-top-width: 0;857border-bottom-color: #fff;858}
859.note-popover.top .note-popover-arrow {860bottom: -11px;861left: 20px;862margin-left: -10px;863border-bottom-width: 0;864border-top-color: #999999;865border-top-color: rgba(0, 0, 0, 0.25);866}
867.note-popover.top .note-popover-arrow::after {868bottom: 1px;869margin-left: -10px;870content: "\0020";871border-bottom-width: 0;872border-top-color: #fff;873}
874.note-popover.right .note-popover-arrow {875top: 50%;876left: -11px;877margin-top: -10px;878border-left-width: 0;879border-right-color: #999999;880border-right-color: rgba(0, 0, 0, 0.25);881}
882.note-popover.right .note-popover-arrow::after {883left: 1px;884margin-top: -10px;885content: "\0020";886border-left-width: 0;887border-right-color: #fff;888}
889.note-popover.left .note-popover-arrow {890top: 50%;891right: -11px;892margin-top: -10px;893border-right-width: 0;894border-left-color: #999999;895border-left-color: rgba(0, 0, 0, 0.25);896}
897.note-popover.left .note-popover-arrow::after {898right: 1px;899margin-top: -10px;900content: "\0020";901border-right-width: 0;902border-left-color: #fff;903}
904
905.note-popover-arrow {906position: absolute;907width: 0;908height: 0;909border: 11px solid transparent;910}
911.note-popover-arrow::after {912position: absolute;913display: block;914width: 0;915height: 0;916border-color: transparent;917border-style: solid;918content: "\0020";919border-width: 10px;920}
921
922.note-popover-content {923/*max-width: $popover-max-width;*/924padding: 3px 8px;925color: #000;926text-align: center;927background-color: #ffffff;928min-width: 100px;929min-height: 30px;930}
931
932/* Theme Variables
933------------------------------------------ */
934/* Layout
935------------------------------------------ */
936.note-editor {937position: relative;938}
939.note-editor .note-dropzone {940position: absolute;941display: none;942z-index: 100;943color: lightskyblue;944background-color: #fff;945opacity: 0.95;946}
947.note-editor .note-dropzone .note-dropzone-message {948display: table-cell;949vertical-align: middle;950text-align: center;951font-size: 28px;952font-weight: 700;953}
954.note-editor .note-dropzone.hover {955color: #098ddf;956}
957.note-editor.dragover .note-dropzone {958display: table;959}
960.note-editor .note-editing-area {961position: relative;962}
963.note-editor .note-editing-area .note-editable {964outline: none;965}
966.note-editor .note-editing-area .note-editable sup {967vertical-align: super;968}
969.note-editor .note-editing-area .note-editable sub {970vertical-align: sub;971}
972.note-editor .note-editing-area .note-editable img.note-float-left {973margin-right: 10px;974}
975.note-editor .note-editing-area .note-editable img.note-float-right {976margin-left: 10px;977}
978
979/* Frame mode layout
980------------------------------------------ */
981.note-editor.note-frame,
982.note-editor.note-airframe {983border: 1px solid #00000032;984}
985.note-editor.note-frame.codeview .note-editing-area .note-editable,
986.note-editor.note-airframe.codeview .note-editing-area .note-editable {987display: none;988}
989.note-editor.note-frame.codeview .note-editing-area .note-codable,
990.note-editor.note-airframe.codeview .note-editing-area .note-codable {991display: block;992}
993.note-editor.note-frame .note-editing-area,
994.note-editor.note-airframe .note-editing-area {995overflow: hidden;996}
997.note-editor.note-frame .note-editing-area .note-editable,
998.note-editor.note-airframe .note-editing-area .note-editable {999padding: 10px;1000overflow: auto;1001word-wrap: break-word;1002}
1003.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false],
1004.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {1005background-color: #8080801d;1006}
1007.note-editor.note-frame .note-editing-area .note-codable,
1008.note-editor.note-airframe .note-editing-area .note-codable {1009display: none;1010width: 100%;1011padding: 10px;1012border: none;1013box-shadow: none;1014font-family: Menlo, Monaco, monospace, sans-serif;1015font-size: 14px;1016color: #ccc;1017background-color: #222;1018resize: none;1019outline: none;1020-ms-box-sizing: border-box;1021box-sizing: border-box;1022border-radius: 0;1023margin-bottom: 0;1024}
1025.note-editor.note-frame.fullscreen,
1026.note-editor.note-airframe.fullscreen {1027position: fixed;1028top: 0;1029left: 0;1030width: 100% !important;1031z-index: 1050;1032}
1033.note-editor.note-frame.fullscreen .note-resizebar,
1034.note-editor.note-airframe.fullscreen .note-resizebar {1035display: none;1036}
1037.note-editor.note-frame .note-status-output,
1038.note-editor.note-airframe .note-status-output {1039display: block;1040width: 100%;1041font-size: 14px;1042line-height: 1.42857143;1043height: 20px;1044margin-bottom: 0;1045color: #000;1046border: 0;1047border-top: 1px solid #e2e2e2;1048}
1049.note-editor.note-frame .note-status-output:empty,
1050.note-editor.note-airframe .note-status-output:empty {1051height: 0;1052border-top: 0 solid transparent;1053}
1054.note-editor.note-frame .note-status-output .pull-right,
1055.note-editor.note-airframe .note-status-output .pull-right {1056float: right !important;1057}
1058.note-editor.note-frame .note-status-output .text-muted,
1059.note-editor.note-airframe .note-status-output .text-muted {1060color: #777;1061}
1062.note-editor.note-frame .note-status-output .text-primary,
1063.note-editor.note-airframe .note-status-output .text-primary {1064color: #286090;1065}
1066.note-editor.note-frame .note-status-output .text-success,
1067.note-editor.note-airframe .note-status-output .text-success {1068color: #3c763d;1069}
1070.note-editor.note-frame .note-status-output .text-info,
1071.note-editor.note-airframe .note-status-output .text-info {1072color: #31708f;1073}
1074.note-editor.note-frame .note-status-output .text-warning,
1075.note-editor.note-airframe .note-status-output .text-warning {1076color: #8a6d3b;1077}
1078.note-editor.note-frame .note-status-output .text-danger,
1079.note-editor.note-airframe .note-status-output .text-danger {1080color: #a94442;1081}
1082.note-editor.note-frame .note-status-output .alert,
1083.note-editor.note-airframe .note-status-output .alert {1084margin: -7px 0 0 0;1085padding: 7px 10px 2px 10px;1086border-radius: 0;1087color: #000;1088background-color: #f5f5f5;1089}
1090.note-editor.note-frame .note-status-output .alert .note-icon,
1091.note-editor.note-airframe .note-status-output .alert .note-icon {1092margin-right: 5px;1093}
1094.note-editor.note-frame .note-status-output .alert-success,
1095.note-editor.note-airframe .note-status-output .alert-success {1096color: #3c763d !important;1097background-color: #dff0d8 !important;1098}
1099.note-editor.note-frame .note-status-output .alert-info,
1100.note-editor.note-airframe .note-status-output .alert-info {1101color: #31708f !important;1102background-color: #d9edf7 !important;1103}
1104.note-editor.note-frame .note-status-output .alert-warning,
1105.note-editor.note-airframe .note-status-output .alert-warning {1106color: #8a6d3b !important;1107background-color: #fcf8e3 !important;1108}
1109.note-editor.note-frame .note-status-output .alert-danger,
1110.note-editor.note-airframe .note-status-output .alert-danger {1111color: #a94442 !important;1112background-color: #f2dede !important;1113}
1114.note-editor.note-frame .note-statusbar,
1115.note-editor.note-airframe .note-statusbar {1116background-color: #8080801d;1117border-bottom-left-radius: 4px;1118border-bottom-right-radius: 4px;1119border-top: 1px solid #00000032;1120}
1121.note-editor.note-frame .note-statusbar .note-resizebar,
1122.note-editor.note-airframe .note-statusbar .note-resizebar {1123padding-top: 1px;1124height: 9px;1125width: 100%;1126cursor: ns-resize;1127}
1128.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar,
1129.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {1130width: 20px;1131margin: 1px auto;1132border-top: 1px solid #00000032;1133}
1134.note-editor.note-frame .note-statusbar.locked .note-resizebar,
1135.note-editor.note-airframe .note-statusbar.locked .note-resizebar {1136cursor: default;1137}
1138.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar,
1139.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar {1140display: none;1141}
1142.note-editor.note-frame .note-placeholder,
1143.note-editor.note-airframe .note-placeholder {1144padding: 10px;1145}
1146
1147.note-editor.note-airframe {1148border: 0;1149}
1150.note-editor.note-airframe .note-editing-area .note-editable {1151padding: 0;1152}
1153
1154/* Popover
1155------------------------------------------ */
1156.note-popover.popover {1157display: none;1158max-width: none;1159}
1160.note-popover.popover .popover-content a {1161display: inline-block;1162max-width: 200px;1163overflow: hidden;1164text-overflow: ellipsis;1165white-space: nowrap;1166vertical-align: middle;1167}
1168.note-popover.popover .arrow {1169left: 20px !important;1170}
1171
1172/* Popover and Toolbar (Button container)
1173------------------------------------------ */
1174.note-toolbar {1175position: relative;1176}
1177
1178.note-popover .popover-content, .note-editor .note-toolbar {1179margin: 0;1180padding: 0 0 5px 5px;1181}
1182.note-popover .popover-content > .note-btn-group, .note-editor .note-toolbar > .note-btn-group {1183margin-top: 5px;1184margin-left: 0;1185margin-right: 5px;1186}
1187.note-popover .popover-content .note-btn-group .note-table, .note-editor .note-toolbar .note-btn-group .note-table {1188min-width: 0;1189padding: 5px;1190}
1191.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker {1192font-size: 18px;1193}
1194.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {1195position: absolute !important;1196z-index: 3;1197width: 10em;1198height: 10em;1199cursor: pointer;1200}
1201.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {1202position: relative !important;1203z-index: 1;1204width: 5em;1205height: 5em;1206background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;1207}
1208.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {1209position: absolute !important;1210z-index: 2;1211width: 1em;1212height: 1em;1213background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;1214}
1215.note-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .note-editor .note-toolbar .note-style .dropdown-style blockquote, .note-editor .note-toolbar .note-style .dropdown-style pre {1216margin: 0;1217padding: 5px 10px;1218}
1219.note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .note-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p {1220margin: 0;1221padding: 0;1222}
1223.note-popover .popover-content .note-color-all .note-dropdown-menu, .note-editor .note-toolbar .note-color-all .note-dropdown-menu {1224min-width: 337px;1225}
1226.note-popover .popover-content .note-color .dropdown-toggle, .note-editor .note-toolbar .note-color .dropdown-toggle {1227width: 20px;1228padding-left: 5px;1229}
1230.note-popover .popover-content .note-color .note-dropdown-menu .note-palette, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette {1231display: inline-block;1232margin: 0;1233width: 160px;1234}
1235.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {1236margin: 0 5px;1237}
1238.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {1239font-size: 12px;1240margin: 2px 7px;1241text-align: center;1242border-bottom: 1px solid #eee;1243}
1244.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
1245.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
1246.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {1247font-size: 11px;1248margin: 3px;1249padding: 0 3px;1250cursor: pointer;1251width: 100%;1252border-radius: 5px;1253}
1254.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
1255.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
1256.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {1257background: #eee;1258}
1259.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {1260height: 20px;1261}
1262.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {1263display: none;1264}
1265.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {1266border: 1px solid #eee;1267}
1268.note-popover .popover-content .note-para .note-dropdown-menu, .note-editor .note-toolbar .note-para .note-dropdown-menu {1269min-width: 228px;1270padding: 5px;1271}
1272.note-popover .popover-content .note-para .note-dropdown-menu > div + div, .note-editor .note-toolbar .note-para .note-dropdown-menu > div + div {1273margin-left: 5px;1274}
1275.note-popover .popover-content .note-dropdown-menu, .note-editor .note-toolbar .note-dropdown-menu {1276min-width: 160px;1277}
1278.note-popover .popover-content .note-dropdown-menu.right, .note-editor .note-toolbar .note-dropdown-menu.right {1279right: 0;1280left: auto;1281}
1282.note-popover .popover-content .note-dropdown-menu.right::before, .note-editor .note-toolbar .note-dropdown-menu.right::before {1283right: 9px;1284left: auto !important;1285}
1286.note-popover .popover-content .note-dropdown-menu.right::after, .note-editor .note-toolbar .note-dropdown-menu.right::after {1287right: 10px;1288left: auto !important;1289}
1290.note-popover .popover-content .note-dropdown-menu.note-check a i, .note-editor .note-toolbar .note-dropdown-menu.note-check a i {1291color: deepskyblue;1292visibility: hidden;1293}
1294.note-popover .popover-content .note-dropdown-menu.note-check a.checked i, .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i {1295visibility: visible;1296}
1297.note-popover .popover-content .note-fontsize-10, .note-editor .note-toolbar .note-fontsize-10 {1298font-size: 10px;1299}
1300.note-popover .popover-content .note-color-palette, .note-editor .note-toolbar .note-color-palette {1301line-height: 1;1302}
1303.note-popover .popover-content .note-color-palette div .note-color-btn, .note-editor .note-toolbar .note-color-palette div .note-color-btn {1304width: 20px;1305height: 20px;1306padding: 0;1307margin: 0;1308border: 0;1309border-radius: 0;1310}
1311.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover {1312transform: scale(1.2);1313transition: all 0.2s;1314}
1315
1316/* Dialog
1317------------------------------------------ */
1318.note-modal .modal-dialog {1319outline: 0;1320border-radius: 5px;1321box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);1322}
1323.note-modal .form-group {1324margin-left: 0;1325margin-right: 0;1326}
1327.note-modal .note-modal-form {1328margin: 0;1329}
1330.note-modal .note-image-dialog .note-dropzone {1331min-height: 100px;1332font-size: 30px;1333line-height: 4;1334color: lightgray;1335text-align: center;1336border: 4px dashed lightgray;1337margin-bottom: 10px;1338}
1339@-moz-document url-prefix() {1340.note-modal .note-image-input {1341height: auto;1342}1343}
1344
1345/* Placeholder
1346------------------------------------------ */
1347.note-placeholder {1348position: absolute;1349display: none;1350color: gray;1351}
1352
1353/* Handle
1354------------------------------------------ */
1355.note-handle .note-control-selection {1356position: absolute;1357display: none;1358border: 1px solid #000;1359}
1360.note-handle .note-control-selection > div {1361position: absolute;1362}
1363.note-handle .note-control-selection .note-control-selection-bg {1364width: 100%;1365height: 100%;1366background-color: #000;1367-webkit-opacity: 0.3;1368-khtml-opacity: 0.3;1369-moz-opacity: 0.3;1370opacity: 0.3;1371-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);1372filter: alpha(opacity=30);1373}
1374.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-sizing, .note-handle .note-control-selection .note-control-holder {1375width: 7px;1376height: 7px;1377border: 1px solid #000;1378}
1379.note-handle .note-control-selection .note-control-sizing {1380background-color: #000;1381}
1382.note-handle .note-control-selection .note-control-nw {1383top: -5px;1384left: -5px;1385border-right: none;1386border-bottom: none;1387}
1388.note-handle .note-control-selection .note-control-ne {1389top: -5px;1390right: -5px;1391border-bottom: none;1392border-left: none;1393}
1394.note-handle .note-control-selection .note-control-sw {1395bottom: -5px;1396left: -5px;1397border-top: none;1398border-right: none;1399}
1400.note-handle .note-control-selection .note-control-se {1401right: -5px;1402bottom: -5px;1403cursor: se-resize;1404}
1405.note-handle .note-control-selection .note-control-se.note-control-holder {1406cursor: default;1407border-top: none;1408border-left: none;1409}
1410.note-handle .note-control-selection .note-control-selection-info {1411right: 0;1412bottom: 0;1413padding: 5px;1414margin: 5px;1415color: #fff;1416background-color: #000;1417font-size: 12px;1418border-radius: 5px;1419-webkit-opacity: 0.7;1420-khtml-opacity: 0.7;1421-moz-opacity: 0.7;1422opacity: 0.7;1423-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);1424filter: alpha(opacity=70);1425}
1426
1427.note-hint-popover {1428min-width: 100px;1429padding: 2px;1430}
1431.note-hint-popover .popover-content {1432padding: 3px;1433max-height: 150px;1434overflow: auto;1435}
1436.note-hint-popover .popover-content .note-hint-group .note-hint-item {1437display: block !important;1438padding: 3px;1439}
1440.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {1441display: block;1442clear: both;1443font-weight: 400;1444line-height: 1.4;1445color: white;1446white-space: nowrap;1447text-decoration: none;1448background-color: #428bca;1449outline: 0;1450cursor: pointer;1451}
1452
1453/* Handle
1454------------------------------------------ */
1455html .note-fullscreen-body, body .note-fullscreen-body {1456overflow: hidden !important;1457}
1458
1459.note-editor .note-editing-area .note-editable table {1460width: 100%;1461border-collapse: collapse;1462}
1463.note-editor .note-editing-area .note-editable table td, .note-editor .note-editing-area .note-editable table th {1464border: 1px solid #ececec;1465padding: 5px 3px;1466}
1467.note-editor .note-editing-area .note-editable a {1468background-color: inherit;1469text-decoration: inherit;1470font-family: inherit;1471font-weight: inherit;1472color: #337ab7;1473}
1474.note-editor .note-editing-area .note-editable a:hover,
1475.note-editor .note-editing-area .note-editable a:focus {1476color: #23527c;1477text-decoration: underline;1478outline: 0;1479}
1480.note-editor .note-editing-area .note-editable figure {1481margin: 0;1482}
1483
1484/* Dialog
1485------------------------------------------*/
1486.note-modal .note-modal-body label {1487margin-bottom: 2px;1488padding: 2px 5px;1489display: inline-block;1490}
1491.note-modal .note-modal-body .help-list-item:hover {1492background-color: #e0e0e0;1493}
1494@-moz-document url-prefix() {1495.note-modal .note-image-input {1496height: auto;1497}1498}
1499
1500.help-list-item label {1501margin-bottom: 5px;1502display: inline-block;1503}
1504
1505/*# sourceMappingURL=summernote-lite.css.map*/