|
|
@ -17816,6 +17816,607 @@ form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-select
|
|
|
|
.datepicker.datepicker-inline td {
|
|
|
|
.datepicker.datepicker-inline td {
|
|
|
|
padding: 4px 5px;
|
|
|
|
padding: 4px 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* BASICS */
|
|
|
|
|
|
|
|
/* line 3, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror {
|
|
|
|
|
|
|
|
/* Set height, width, borders, and global font properties here */
|
|
|
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
|
|
|
height: 300px;
|
|
|
|
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
direction: ltr;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* PADDING */
|
|
|
|
|
|
|
|
/* line 13, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-lines {
|
|
|
|
|
|
|
|
padding: 4px 0;
|
|
|
|
|
|
|
|
/* Vertical padding around content */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 16, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror pre.CodeMirror-line,
|
|
|
|
|
|
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
|
|
|
|
|
|
padding: 0 4px;
|
|
|
|
|
|
|
|
/* Horizontal padding of content */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 21, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
|
|
|
|
|
|
|
background-color: white;
|
|
|
|
|
|
|
|
/* The little square between H and V scrollbars */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* GUTTER */
|
|
|
|
|
|
|
|
/* line 27, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-gutters {
|
|
|
|
|
|
|
|
border-right: 1px solid #ddd;
|
|
|
|
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 33, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-linenumber {
|
|
|
|
|
|
|
|
padding: 0 3px 0 5px;
|
|
|
|
|
|
|
|
min-width: 20px;
|
|
|
|
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
color: #999;
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 41, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-guttermarker {
|
|
|
|
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 42, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-guttermarker-subtle {
|
|
|
|
|
|
|
|
color: #999;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* CURSOR */
|
|
|
|
|
|
|
|
/* line 46, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-cursor {
|
|
|
|
|
|
|
|
border-left: 1px solid black;
|
|
|
|
|
|
|
|
border-right: none;
|
|
|
|
|
|
|
|
width: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Shown when moving in bi-directional text */
|
|
|
|
|
|
|
|
/* line 52, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror div.CodeMirror-secondarycursor {
|
|
|
|
|
|
|
|
border-left: 1px solid silver;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 55, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-fat-cursor .CodeMirror-cursor {
|
|
|
|
|
|
|
|
width: auto;
|
|
|
|
|
|
|
|
border: 0 !important;
|
|
|
|
|
|
|
|
background: #7e7;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 60, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-fat-cursor div.CodeMirror-cursors {
|
|
|
|
|
|
|
|
z-index: 1;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 63, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-fat-cursor-mark {
|
|
|
|
|
|
|
|
background-color: rgba(20, 255, 20, 0.5);
|
|
|
|
|
|
|
|
-webkit-animation: blink 1.06s steps(1) infinite;
|
|
|
|
|
|
|
|
animation: blink 1.06s steps(1) infinite;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 69, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-animate-fat-cursor {
|
|
|
|
|
|
|
|
width: auto;
|
|
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
|
|
-webkit-animation: blink 1.06s steps(1) infinite;
|
|
|
|
|
|
|
|
animation: blink 1.06s steps(1) infinite;
|
|
|
|
|
|
|
|
background-color: #7e7;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes blink {
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@keyframes blink {
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Can style cursor different in overwrite (non-insert) mode */
|
|
|
|
|
|
|
|
/* line 96, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-tab {
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
text-decoration: inherit;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 98, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-rulers {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
top: -50px;
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 103, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-ruler {
|
|
|
|
|
|
|
|
border-left: 1px solid #ccc;
|
|
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* DEFAULT THEME */
|
|
|
|
|
|
|
|
/* line 111, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-header {
|
|
|
|
|
|
|
|
color: blue;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 112, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-quote {
|
|
|
|
|
|
|
|
color: #090;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 113, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-negative {
|
|
|
|
|
|
|
|
color: #d44;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 114, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-positive {
|
|
|
|
|
|
|
|
color: #292;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 115, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-header, .cm-strong {
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 116, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-em {
|
|
|
|
|
|
|
|
font-style: italic;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 117, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-link {
|
|
|
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 118, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-strikethrough {
|
|
|
|
|
|
|
|
text-decoration: line-through;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 120, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-keyword {
|
|
|
|
|
|
|
|
color: #708;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 121, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-atom {
|
|
|
|
|
|
|
|
color: #219;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 122, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-number {
|
|
|
|
|
|
|
|
color: #164;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 123, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-def {
|
|
|
|
|
|
|
|
color: #00f;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 128, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-variable-2 {
|
|
|
|
|
|
|
|
color: #05a;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 129, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {
|
|
|
|
|
|
|
|
color: #085;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 130, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-comment {
|
|
|
|
|
|
|
|
color: #a50;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 131, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-string {
|
|
|
|
|
|
|
|
color: #a11;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 132, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-string-2 {
|
|
|
|
|
|
|
|
color: #f50;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 133, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-meta {
|
|
|
|
|
|
|
|
color: #555;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 134, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-qualifier {
|
|
|
|
|
|
|
|
color: #555;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 135, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-builtin {
|
|
|
|
|
|
|
|
color: #30a;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 136, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-bracket {
|
|
|
|
|
|
|
|
color: #997;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 137, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-tag {
|
|
|
|
|
|
|
|
color: #170;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 138, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-attribute {
|
|
|
|
|
|
|
|
color: #00c;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 139, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-hr {
|
|
|
|
|
|
|
|
color: #999;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 140, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-link {
|
|
|
|
|
|
|
|
color: #00c;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 142, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-s-default .cm-error {
|
|
|
|
|
|
|
|
color: #f00;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 143, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-invalidchar {
|
|
|
|
|
|
|
|
color: #f00;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 145, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-composing {
|
|
|
|
|
|
|
|
border-bottom: 2px solid;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Default styles for common addons */
|
|
|
|
|
|
|
|
/* line 149, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
div.CodeMirror span.CodeMirror-matchingbracket {
|
|
|
|
|
|
|
|
color: #0b0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 150, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
|
|
|
|
|
color: #a22;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 151, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-matchingtag {
|
|
|
|
|
|
|
|
background: rgba(255, 150, 0, 0.3);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 152, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-activeline-background {
|
|
|
|
|
|
|
|
background: #e8f2ff;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* STOP */
|
|
|
|
|
|
|
|
/* The rest of this file contains styles related to the mechanics of
|
|
|
|
|
|
|
|
the editor. You probably shouldn't touch them. */
|
|
|
|
|
|
|
|
/* line 159, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror {
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
background: white;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 165, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-scroll {
|
|
|
|
|
|
|
|
overflow: scroll !important;
|
|
|
|
|
|
|
|
/* Things will break if this is overridden */
|
|
|
|
|
|
|
|
/* 30px is the magic margin used to hide the element's real scrollbars */
|
|
|
|
|
|
|
|
/* See overflow: hidden in .CodeMirror */
|
|
|
|
|
|
|
|
margin-bottom: -30px;
|
|
|
|
|
|
|
|
margin-right: -30px;
|
|
|
|
|
|
|
|
padding-bottom: 30px;
|
|
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
outline: none;
|
|
|
|
|
|
|
|
/* Prevent dragging from highlighting the element */
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 175, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-sizer {
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
border-right: 30px solid transparent;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* The fake, visible scrollbars. Used to force redraw during scrolling
|
|
|
|
|
|
|
|
before actual scrolling happens, thus preventing shaking and
|
|
|
|
|
|
|
|
flickering artifacts. */
|
|
|
|
|
|
|
|
/* line 183, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
z-index: 6;
|
|
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 188, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-vscrollbar {
|
|
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 193, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-hscrollbar {
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
|
|
|
overflow-x: scroll;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 198, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-scrollbar-filler {
|
|
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 201, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-gutter-filler {
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 205, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-gutters {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
|
|
|
z-index: 3;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 210, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-gutter {
|
|
|
|
|
|
|
|
white-space: normal;
|
|
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
margin-bottom: -30px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 217, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-gutter-wrapper {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
z-index: 4;
|
|
|
|
|
|
|
|
background: none !important;
|
|
|
|
|
|
|
|
border: none !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 223, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-gutter-background {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
z-index: 4;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 228, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-gutter-elt {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
cursor: default;
|
|
|
|
|
|
|
|
z-index: 4;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 233, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-gutter-wrapper ::-moz-selection {
|
|
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.CodeMirror-gutter-wrapper ::selection {
|
|
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 234, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-gutter-wrapper ::-moz-selection {
|
|
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 236, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-lines {
|
|
|
|
|
|
|
|
cursor: text;
|
|
|
|
|
|
|
|
min-height: 1px;
|
|
|
|
|
|
|
|
/* prevents collapsing before first draw */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 240, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror pre.CodeMirror-line,
|
|
|
|
|
|
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
|
|
|
|
|
|
/* Reset some styles that the rest of the page might have set */
|
|
|
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
|
|
|
border-width: 0;
|
|
|
|
|
|
|
|
background: transparent;
|
|
|
|
|
|
|
|
font-family: inherit;
|
|
|
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
white-space: pre;
|
|
|
|
|
|
|
|
word-wrap: normal;
|
|
|
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
|
|
|
color: inherit;
|
|
|
|
|
|
|
|
z-index: 2;
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
overflow: visible;
|
|
|
|
|
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
|
|
|
|
|
-webkit-font-variant-ligatures: contextual;
|
|
|
|
|
|
|
|
font-variant-ligatures: contextual;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 260, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-wrap pre.CodeMirror-line,
|
|
|
|
|
|
|
|
.CodeMirror-wrap pre.CodeMirror-line-like {
|
|
|
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
|
|
|
word-break: normal;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 267, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-linebackground {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
z-index: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 273, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-linewidget {
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
z-index: 2;
|
|
|
|
|
|
|
|
padding: 0.1px;
|
|
|
|
|
|
|
|
/* Force widget margins to stay inside of the container */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 281, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-rtl pre {
|
|
|
|
|
|
|
|
direction: rtl;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 283, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-code {
|
|
|
|
|
|
|
|
outline: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Force content-box sizing for the elements where we expect it */
|
|
|
|
|
|
|
|
/* line 288, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-scroll,
|
|
|
|
|
|
|
|
.CodeMirror-sizer,
|
|
|
|
|
|
|
|
.CodeMirror-gutter,
|
|
|
|
|
|
|
|
.CodeMirror-gutters,
|
|
|
|
|
|
|
|
.CodeMirror-linenumber {
|
|
|
|
|
|
|
|
box-sizing: content-box;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 297, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-measure {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
height: 0;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 305, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-cursor {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 309, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-measure pre {
|
|
|
|
|
|
|
|
position: static;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 311, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
div.CodeMirror-cursors {
|
|
|
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
z-index: 3;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 316, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
div.CodeMirror-dragcursors {
|
|
|
|
|
|
|
|
visibility: visible;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 320, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-focused div.CodeMirror-cursors {
|
|
|
|
|
|
|
|
visibility: visible;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 324, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-selected {
|
|
|
|
|
|
|
|
background: #d9d9d9;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 325, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-focused .CodeMirror-selected {
|
|
|
|
|
|
|
|
background: #d7d4f0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 326, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-crosshair {
|
|
|
|
|
|
|
|
cursor: crosshair;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 327, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
|
|
|
|
|
|
|
|
background: #d7d4f0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
|
|
|
|
|
|
|
|
background: #d7d4f0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 328, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
|
|
|
|
|
|
|
|
background: #d7d4f0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 330, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-searching {
|
|
|
|
|
|
|
|
background-color: #ffa;
|
|
|
|
|
|
|
|
background-color: rgba(255, 255, 0, 0.4);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Used to force a border model for a node */
|
|
|
|
|
|
|
|
/* line 336, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-force-border {
|
|
|
|
|
|
|
|
padding-right: .1px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media print {
|
|
|
|
|
|
|
|
/* Hide the cursor when printing */
|
|
|
|
|
|
|
|
/* line 340, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.CodeMirror div.CodeMirror-cursors {
|
|
|
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* See issue #2901 */
|
|
|
|
|
|
|
|
/* line 346, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
.cm-tab-wrap-hack:after {
|
|
|
|
|
|
|
|
content: '';
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Help users use markselection to safely style text background */
|
|
|
|
|
|
|
|
/* line 349, vendor/assets/codemirror/lib/codemirror.css */
|
|
|
|
|
|
|
|
span.CodeMirror-selectedtext {
|
|
|
|
|
|
|
|
background: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* line 1, app/assets/stylesheets/admins/common.scss */
|
|
|
|
/* line 1, app/assets/stylesheets/admins/common.scss */
|
|
|
|
.admin-body-container {
|
|
|
|
.admin-body-container {
|
|
|
|
padding: 20px;
|
|
|
|
padding: 20px;
|
|
|
@ -17952,6 +18553,11 @@ form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-select
|
|
|
|
padding: 0.5rem 2rem;
|
|
|
|
padding: 0.5rem 2rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 110, app/assets/stylesheets/admins/common.scss */
|
|
|
|
|
|
|
|
.admin-body-container .CodeMirror {
|
|
|
|
|
|
|
|
border: 1px solid #ced4da;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* line 2, app/assets/stylesheets/admins/daily_school_statistics.scss */
|
|
|
|
/* line 2, app/assets/stylesheets/admins/daily_school_statistics.scss */
|
|
|
|
.admins-daily-school-statistics-index-page .daily-school-statistic-list-container {
|
|
|
|
.admins-daily-school-statistics-index-page .daily-school-statistic-list-container {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
@ -18359,7 +18965,7 @@ form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-select
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* line 11, app/assets/stylesheets/admin.scss */
|
|
|
|
/* line 12, app/assets/stylesheets/admin.scss */
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
width: 100vw;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
height: 100vh;
|
|
|
@ -18373,53 +18979,53 @@ body {
|
|
|
|
background: #efefef;
|
|
|
|
background: #efefef;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* line 23, app/assets/stylesheets/admin.scss */
|
|
|
|
/* line 24, app/assets/stylesheets/admin.scss */
|
|
|
|
a:hover {
|
|
|
|
a:hover {
|
|
|
|
text-decoration: unset;
|
|
|
|
text-decoration: unset;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* line 28, app/assets/stylesheets/admin.scss */
|
|
|
|
/* line 29, app/assets/stylesheets/admin.scss */
|
|
|
|
textarea.danger, input.danger {
|
|
|
|
textarea.danger, input.danger {
|
|
|
|
border-color: #dc3545 !important;
|
|
|
|
border-color: #dc3545 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* line 32, app/assets/stylesheets/admin.scss */
|
|
|
|
/* line 33, app/assets/stylesheets/admin.scss */
|
|
|
|
label.error {
|
|
|
|
label.error {
|
|
|
|
color: #dc3545 !important;
|
|
|
|
color: #dc3545 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* line 38, app/assets/stylesheets/admin.scss */
|
|
|
|
/* line 39, app/assets/stylesheets/admin.scss */
|
|
|
|
.simple_form .form-group .collection_radio_buttons {
|
|
|
|
.simple_form .form-group .collection_radio_buttons {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* line 42, app/assets/stylesheets/admin.scss */
|
|
|
|
/* line 43, app/assets/stylesheets/admin.scss */
|
|
|
|
.simple_form .form-group .form-check-inline {
|
|
|
|
.simple_form .form-group .form-check-inline {
|
|
|
|
height: calc(1.5em + 0.75rem + 2px);
|
|
|
|
height: calc(1.5em + 0.75rem + 2px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* line 48, app/assets/stylesheets/admin.scss */
|
|
|
|
/* line 49, app/assets/stylesheets/admin.scss */
|
|
|
|
.flex-1 {
|
|
|
|
.flex-1 {
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
flex: 1;
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* line 52, app/assets/stylesheets/admin.scss */
|
|
|
|
/* line 53, app/assets/stylesheets/admin.scss */
|
|
|
|
.font-12 {
|
|
|
|
.font-12 {
|
|
|
|
font-size: 12px !important;
|
|
|
|
font-size: 12px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* line 53, app/assets/stylesheets/admin.scss */
|
|
|
|
/* line 54, app/assets/stylesheets/admin.scss */
|
|
|
|
.font-14 {
|
|
|
|
.font-14 {
|
|
|
|
font-size: 14px !important;
|
|
|
|
font-size: 14px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* line 54, app/assets/stylesheets/admin.scss */
|
|
|
|
/* line 55, app/assets/stylesheets/admin.scss */
|
|
|
|
.font-16 {
|
|
|
|
.font-16 {
|
|
|
|
font-size: 16px !important;
|
|
|
|
font-size: 16px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* line 55, app/assets/stylesheets/admin.scss */
|
|
|
|
/* line 56, app/assets/stylesheets/admin.scss */
|
|
|
|
.font-18 {
|
|
|
|
.font-18 {
|
|
|
|
font-size: 18px !important;
|
|
|
|
font-size: 18px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -18559,6 +19165,11 @@ label.error {
|
|
|
|
.admin-body-container .nav-tabs .nav-link {
|
|
|
|
.admin-body-container .nav-tabs .nav-link {
|
|
|
|
padding: 0.5rem 2rem;
|
|
|
|
padding: 0.5rem 2rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* line 110, app/assets/stylesheets/admins/common.scss */
|
|
|
|
|
|
|
|
.admin-body-container .CodeMirror {
|
|
|
|
|
|
|
|
border: 1px solid #ced4da;
|
|
|
|
|
|
|
|
}
|
|
|
|
/* line 2, app/assets/stylesheets/admins/daily_school_statistics.scss */
|
|
|
|
/* line 2, app/assets/stylesheets/admins/daily_school_statistics.scss */
|
|
|
|
.admins-daily-school-statistics-index-page .daily-school-statistic-list-container {
|
|
|
|
.admins-daily-school-statistics-index-page .daily-school-statistic-list-container {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|