blob: 766dec927a47bd3d632ab8a155fccd3e98770196 [file] [log] [blame]
/*!
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@namespace j "library://ns.apache.org/royale/jewel";
@namespace "http://www.w3.org/1999/xhtml";
j|Application {
background: white;
font-family: "Lato", sans-serif;
color: #808080;
padding: 0px;
margin: 0px;
}
h1 {
font-size: 2.5em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.25em;
}
h5 {
font-size: 1em;
}
span {
font-size: 1em;
}
div {
font-size: 14px;
}
.jewel.xsmall {
font-size: 0.6em !important;
}
.jewel.small {
font-size: 0.8em !important;
}
.jewel {
font-size: 1em !important;
}
.jewel.large {
font-size: 1.2em !important;
}
.jewel.xlarge {
font-size: 1.4em !important;
}
.jewel.alert {
margin: 0;
padding: 0;
min-width: 320px;
min-height: 240px;
border: 0px solid;
background-color: white;
box-shadow: 0px 20px 65px 0px rgba(0, 0, 0, 0.8);
border-radius: 3px;
}
.jewel.alert .jewel.titlebar {
padding: 20px 20px 0px 20px;
height: 50px;
color: #5a5a5a;
}
.jewel.alert .jewel.titlebar .jewel.label {
font-size: 1.9em;
font-weight: bold;
}
.jewel.alert .content {
padding: 20px;
top: 50px;
bottom: 84px;
}
.jewel.alert .content .jewel.label {
white-space: normal;
color: #808080;
font-size: 1.1em;
font-weight: 400;
}
.jewel.alert .jewel.controlbar {
background: linear-gradient(#e6e6e6, #cccccc);
border-top: 1px solid #b3b3b3;
box-shadow: inset 0 1px 0 white;
border-radius: 0px 0px 3px 3px;
padding: 20px;
position: absolute;
bottom: 0;
width: 100%;
height: 84px;
}
.jewel.alert + .backdrop {
background-color: rgba(0, 0, 0, 0.5);
}
.jewel.button {
background: linear-gradient(#e6e6e6, #cccccc);
border: 1px solid #b3b3b3;
box-shadow: inset 0 1px 0 white;
border-radius: 0.25rem;
color: #808080;
font-family: "Lato", sans-serif;
font-weight: bold;
text-transform: uppercase;
}
.jewel.button:hover, .jewel.button:hover:focus {
background: linear-gradient(#d9d9d9, silver);
border: 1px solid #a6a6a6;
}
.jewel.button:active, .jewel.button:active:focus {
background: linear-gradient(silver, #a6a6a6);
border: 1px solid #8d8d8d;
box-shadow: inset 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
}
.jewel.button:focus {
border: 1px solid #b3b3b3;
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.jewel.button[disabled] {
background: #f3f3f3;
border: 1px solid #d9d9d9;
box-shadow: none;
color: silver;
}
.jewel.button[disabled] {
font-weight: 400;
text-shadow: unset;
}
.jewel.button.icon i {
margin-left: 0px;
margin-right: 0px;
}
.jewel.button.iconWithSpace i {
margin-left: 0px;
margin-right: 8px;
}
.jewel.button.primary {
background: linear-gradient(#54b7f3, #24a3ef);
border: 1px solid #0f88d1;
box-shadow: inset 0 1px 0 #9bd5f8;
border-radius: 0.25rem;
color: #FFFFFF;
text-shadow: 0 -1px 0 rgba(10, 90, 138, 0.7);
}
.jewel.button.primary:hover, .jewel.button.primary:hover:focus {
background: linear-gradient(#3CADF1, #1198e9);
border: 1px solid #0d79ba;
}
.jewel.button.primary:active, .jewel.button.primary:active:focus {
background: linear-gradient(#1198e9, #0d79ba);
border: 1px solid #0a5a8a;
box-shadow: inset 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
}
.jewel.button.primary:focus {
border: 1px solid #0f88d1;
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.jewel.button.primary[disabled] {
background: #f3f3f3;
border: 1px solid #d9d9d9;
box-shadow: none;
color: silver;
}
.jewel.card {
font-size: 1em;
font-weight: 400;
background: #ebebeb;
border: 0px;
border-radius: 10px;
padding: 20px;
}
j|Card {
gap: 3;
}
.jewel.checkbox input + span::before {
background: linear-gradient(white, #f3f3f3);
border: 1px solid #b3b3b3;
border-radius: 3px;
}
.jewel.checkbox input + span::after {
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='22' height='22' fill-opacity='0'/%3E%3Cpolygon fill='%233CADF1' points='3.50018311 12.4854126 8.48547363 17.4989624 18.4641113 7.47589111 15.5010376 4.51739502 8.48547363 11.5650024 6.52087402 9.47265625'/%3E%3C/svg%3E") no-repeat center center;
border: 1px solid transparent;
transition: all 0.3s ease;
transform: scale(0);
}
.jewel.checkbox input:checked + span::after, .jewel.checkbox input:checked:active + span::after {
transform: scale(1);
}
.jewel.checkbox input:focus + span::before, .jewel.checkbox input:checked:focus + span::before, .jewel.checkbox input:checked:active:focus + span::before {
background: linear-gradient(#cbe9fb, #9bd5f8);
border: 1px solid #0f88d1;
}
.jewel.checkbox input[disabled] + span::before {
background: #f3f3f3;
border: 1px solid #d9d9d9;
}
.jewel.checkbox input[disabled] + span {
color: silver;
}
.jewel.checkbox input[disabled] + span::after {
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='22' height='22' fill-opacity='0'/%3E%3Cpolygon fill='%23cccccc' points='3.50018311 12.4854126 8.48547363 17.4989624 18.4641113 7.47589111 15.5010376 4.51739502 8.48547363 11.5650024 6.52087402 9.47265625'/%3E%3C/svg%3E") no-repeat center center;
}
.jewel.checkbox span {
padding-left: 8px;
font-size: 16px;
}
.jewel.combobox .jewel.textinput input {
border-radius: 0.25rem 0px 0px 0.25rem;
}
.jewel.combobox .jewel.button {
color: transparent;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
border-left: 0px;
}
.jewel.combobox .jewel.button::after {
background-size: 66%;
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0.000000, -1.000000)' fill='%233CADF1' fill-rule='nonzero'%3E%3Cg transform='translate(-2.000000, 0.000000)'%3E%3Cpolygon transform='translate(8.000000, 4.705000) scale(1, -1) translate(-8.000000, -4.705000) ' points='3.41 8.41 8 3.83 12.59 8.41 14 7 8 1 2 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
}
.jewel.datechooser .jewel.table {
background: white;
border: 1px solid #d9d9d9;
border-radius: 0.25rem;
box-shadow: none;
}
.jewel.datechooser .jewel.table .jewel.button {
background: transparent;
border: none;
box-shadow: none;
}
.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow {
border-bottom: 1px solid #d9d9d9;
}
.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .prevMonthButton, .jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .nextMonthButton {
border-radius: 50%;
color: transparent;
}
.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .prevMonthButton:hover, .jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .nextMonthButton:hover {
background: #f3f3f3;
}
.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .prevMonthButton:active, .jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .nextMonthButton:active {
background: #e6e6e6;
}
.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .prevMonthButton::after, .jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .nextMonthButton::after {
background-size: 40%;
}
.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .prevMonthButton::after {
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-7.000000, -5.000000)'%3E%3Crect x='0' y='0' width='22' height='22'%3E%3C/rect%3E%3Cpath d='M14.9911518,6.4116803 C14.9876664,5.88503401 14.7746504,5.53560917 14.5762939,5.35284424 C14.3779375,5.17007931 14.0808684,5.04951371 13.4608967,5.00170898 L7.01066011,11.0034834 L13.4822102,17.0014648 C14.1196233,16.9113382 14.3962441,16.8099967 14.5762939,16.6435547 C14.7563438,16.4771126 14.9881385,16.1084637 15.0074566,15.5914935 L10.0769967,11.0034834 L14.9911518,6.4116803 Z' fill='%233CADF1' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
}
.jewel.datechooser .jewel.table .jewel.tableheadercell.buttonsRow .nextMonthButton::after {
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-7.000000, -5.000000)'%3E%3Crect x='0' y='0' width='22' height='22'%3E%3C/rect%3E%3Cpath d='M14.9911518,6.4116803 C14.9876664,5.88503401 14.7746504,5.53560917 14.5762939,5.35284424 C14.3779375,5.17007931 14.0808684,5.04951371 13.4608967,5.00170898 L7.01066011,11.0034834 L13.4822102,17.0014648 C14.1196233,16.9113382 14.3962441,16.8099967 14.5762939,16.6435547 C14.7563438,16.4771126 14.9881385,16.1084637 15.0074566,15.5914935 L10.0769967,11.0034834 L14.9911518,6.4116803 Z' fill='%233CADF1' fill-rule='nonzero' transform='translate(11.009058, 11.001587) scale(-1, 1) translate(-11.009058, -11.001587) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
}
.jewel.datechooser .jewel.table .jewel.tableheadercell {
background: white;
box-shadow: none;
border-left: 0px;
}
.jewel.datechooser .jewel.table .jewel.tablecell {
border-top: 0px;
border-left: 0px;
padding: 4px;
}
.calendar.item {
font-size: 1em;
}
.calendar.item.dayName {
font-weight: 600;
}
.calendar.item.date {
color: grey;
}
.jewel.datefield .jewel.textinput input {
width: 8em;
border-radius: 0.25rem 0px 0px 0.25rem;
}
.jewel.datefield .jewel.button {
color: transparent;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
border-left: 0px;
}
.jewel.datefield .jewel.button::after {
background-size: 66%;
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect x='0' y='0' width='22' height='22'%3E%3C/rect%3E%3Cpath d='M18.3333333,2.75 L17.4166667,2.75 L17.4166667,0.916666667 L15.5833333,0.916666667 L15.5833333,2.75 L6.41666667,2.75 L6.41666667,0.916666667 L4.58333333,0.916666667 L4.58333333,2.75 L3.66666667,2.75 C2.65833333,2.75 1.83333333,3.575 1.83333333,4.58333333 L1.83333333,19.25 C1.83333333,20.2583333 2.65833333,21.0833333 3.66666667,21.0833333 L18.3333333,21.0833333 C19.3416667,21.0833333 20.1666667,20.2583333 20.1666667,19.25 L20.1666667,4.58333333 C20.1666667,3.575 19.3416667,2.75 18.3333333,2.75 Z M18.3333333,19.25 L3.66666667,19.25 L3.66666667,7.33333333 L18.3333333,7.33333333 L18.3333333,19.25 Z' fill='%23808080' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
}
.jewel.divider {
border-bottom-color: #d9d9d9;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.jewel.drawer.float {
color: rgba(0, 0, 0, 0.8);
}
.jewel.drawer.float::before {
background-color: rgba(0, 0, 0, 0.65);
will-change: opacity;
transition: opacity 0.4s 0ms;
}
.jewel.drawer.float .drawermain {
box-shadow: 0px 0px 6px 1px rgba(1, 1, 1, 0.7);
transform: translateX(-104%);
will-change: transform;
width: calc(100% - 54px);
max-width: 280px;
background-color: white;
transition: transform 250ms 0ms;
}
.jewel.drawer.float.open .drawermain {
transform: none;
transition: transform 300ms 0ms;
}
.jewel.drawer.fixed .drawermain {
width: 240px;
transform: translateX(-104%);
will-change: transform;
transition: transform 250ms 0ms;
background-color: white;
border-left: 0;
border-right: 1px solid #d9d9d9;
}
.jewel.drawer.fixed.open {
width: auto;
}
.jewel.drawer.fixed.open .drawermain {
transition: transform 300ms 0ms;
}
.jewel.drawerheader {
background: linear-gradient(#54b7f3, #24a3ef);
border-bottom: 1px solid #0d79ba;
color: #FFFFFF;
padding: 16px;
}
.jewel.drawerheader div {
padding: 16px;
}
.jewel.dropdownlist {
width: 200px;
height: 38px;
background-color: linear-gradient(white, #f3f3f3);
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0.000000, -1.000000)' fill='%233CADF1' fill-rule='nonzero'%3E%3Cg transform='translate(-2.000000, 0.000000)'%3E%3Cpolygon transform='translate(8.000000, 4.705000) scale(1, -1) translate(-8.000000, -4.705000) ' points='3.41 8.41 8 3.83 12.59 8.41 14 7 8 1 2 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-size: 8%;
background-position: 170px center;
background-repeat: no-repeat;
border: 1px solid #b3b3b3;
border-radius: 0.25rem;
}
.jewel.dropdownlist:focus {
border: 1px solid #0f88d1;
}
.fonticon.dark {
color: #676767;
}
.fonticon.dark.inactive {
color: rgba(128, 128, 128, 0.3);
}
.fonticon.light {
color: white;
}
.fonticon.light.inactive {
color: rgba(255, 255, 255, 0.5);
}
.jewel.item {
padding: 8px;
}
.jewel.item:hover {
color: #FFFFFF;
background: #3CADF1;
}
.jewel.item:active, .jewel.item.selected {
color: #FFFFFF;
background: #24a3ef;
}
.jewel.navigationlink {
margin: 0;
padding: 0 16px;
font-family: "Lato", sans-serif;
font-size: 1em;
font-weight: 500;
color: rgba(0, 0, 0, 0.6);
}
.jewel.navigationlink:hover {
background: #f3f3f3;
}
.jewel.navigationlink:active {
background: #d9d9d9;
}
.jewel.label {
font-family: "Lato", sans-serif;
font-size: 1em;
}
.jewel.list {
background: linear-gradient(white, #f3f3f3);
border: 1px solid #b3b3b3;
box-shadow: inset 0 1px 0 white;
border-radius: 3px;
}
.jewel.navigation {
background-color: #ffffff;
}
.jewel.numericstepper .jewel.textinput input {
width: 8em;
border-radius: 0.25rem 0px 0px 0.25rem;
}
@media (max-width: 992px) {
.jewel.numericstepper .jewel.textinput input {
border-radius: 0;
}
}
.jewel.spinner {
width: 34px;
}
.jewel.spinner .jewel.button {
padding: 0px;
height: 19px;
color: transparent;
border-radius: 0 0.25rem 0.25rem 0;
border-left: 0px;
}
.jewel.spinner .jewel.button.up {
border-bottom-right-radius: 0px;
}
.jewel.spinner .jewel.button.up::after {
background-size: 46%;
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0.000000, -1.000000)' fill='%23808080' fill-rule='nonzero'%3E%3Cg transform='translate(-2.000000, 0.000000)'%3E%3Cpolygon points='3.41 8.41 8 3.83 12.59 8.41 14 7 8 1 2 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
}
.jewel.spinner .jewel.button.down {
border-top-right-radius: 0px;
border-top-style: groove;
}
.jewel.spinner .jewel.button.down::after {
background-size: 46%;
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(0.000000, -1.000000)' fill='%23808080' fill-rule='nonzero'%3E%3Cg transform='translate(-2.000000, 0.000000)'%3E%3Cpolygon transform='translate(8.000000, 4.705000) scale(1, -1) translate(-8.000000, -4.705000) ' points='3.41 8.41 8 3.83 12.59 8.41 14 7 8 1 2 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
}
@media (max-width: 992px) {
.jewel.spinner .jewel.button.up {
border: 1px solid #b3b3b3;
border-radius: 0.25rem 0 0 0.25rem;
}
.jewel.spinner .jewel.button.down {
border: 1px solid #b3b3b3;
border-radius: 0 0.25rem 0.25rem 0;
border-top-style: solid;
}
}
.jewel.radiobutton input + span::before {
background: linear-gradient(white, #f3f3f3);
border: 1px solid #b3b3b3;
border-radius: 50%;
}
.jewel.radiobutton input + span::after {
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='22' height='22' fill-opacity='0'/%3E%3Ccircle fill='%233CADF1' cx='11' cy='11' r='6'/%3E%3C/svg%3E") no-repeat center center;
border: 1px solid transparent;
transition: all 0.3s ease;
transform: scale(0);
}
.jewel.radiobutton input:checked + span::after, .jewel.radiobutton input:checked:active + span::after {
transform: scale(1);
}
.jewel.radiobutton input:focus + span::before, .jewel.radiobutton input:checked:focus + span::before, .jewel.radiobutton input:checked:active:focus + span::before {
background: linear-gradient(#cbe9fb, #9bd5f8);
border: 1px solid #0f88d1;
}
.jewel.radiobutton input[disabled] + span::before {
background: #f3f3f3;
border: 1px solid #d9d9d9;
}
.jewel.radiobutton input[disabled] + span {
color: silver;
}
.jewel.radiobutton input[disabled] + span::after {
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='22' height='22' fill-opacity='0'/%3E%3Ccircle fill='%23cccccc' cx='11' cy='11' r='6'/%3E%3C/svg%3E") no-repeat center center;
}
.jewel.radiobutton span {
padding-left: 8px;
font-size: 16px;
}
.jewel.slider input {
color: #3CADF1;
}
.jewel.slider input::-ms-fill-lower {
background: linear-gradient(#4ab3f2, #2ea7f0);
border: 1px solid #0f88d1;
box-shadow: inset 0 1px 0 #9bd5f8;
border-radius: 3px;
}
.jewel.slider input::-ms-fill-upper {
background: linear-gradient(white, #e6e6e6);
border: 1px solid #b3b3b3;
border-radius: 3px;
}
.jewel.slider input::-webkit-slider-thumb, .jewel.slider input::-moz-range-thumb {
width: 18px;
height: 18px;
background: linear-gradient(#4ab3f2, #2ea7f0);
border: 1px solid #0f88d1;
box-shadow: inset 0 1px 0 #9bd5f8, 0 0 0 1px rgba(255, 255, 255, 0.3);
border-radius: 50%;
}
.jewel.slider input::-ms-thumb {
width: 18px;
height: 18px;
background: linear-gradient(#4ab3f2, #2ea7f0);
border: 1px solid #0f88d1;
box-shadow: inset 0 1px 0 #9bd5f8, 0 0 0 1px rgba(255, 255, 255, 0.3);
border-radius: 50%;
}
.jewel.slider input:active::-webkit-slider-thumb, .jewel.slider input:active::-moz-range-thumb {
transform: scale(1.4);
}
.jewel.slider input:active::-ms-thumb {
transform: scale(0.8);
}
.jewel.slider input[disabled]::-ms-fill-lower {
background: #e6e6e6;
border: 1px solid silver;
box-shadow: none;
}
.jewel.slider input[disabled]::-ms-fill-upper {
background: #f3f3f3;
border: 1px solid #d9d9d9;
box-shadow: none;
}
.jewel.slider input[disabled]::-webkit-slider-thumb, .jewel.slider input[disabled]::-moz-range-thumb, .jewel.slider input[disabled]::-ms-thumb {
background: #f3f3f3;
border: 1px solid silver;
box-shadow: none;
}
.jewel.slider input[disabled]:active::-webkit-slider-thumb, .jewel.slider input[disabled]:active::-moz-range-thumb, .jewel.slider input[disabled]:active::-ms-thumb {
transform: scale(1);
}
.jewel.slider input[disabled] + .slider-track-container > .slider-track-fill {
background: #e6e6e6;
border: 1px solid silver;
box-shadow: none;
}
.jewel.slider input[disabled] + .slider-track-container > .slider-track {
background: #f3f3f3;
border: 1px solid #d9d9d9;
box-shadow: none;
}
.slider-track-container {
top: 50%;
}
.slider-track-fill {
background: linear-gradient(#4ab3f2, #2ea7f0);
border: 1px solid #0f88d1;
box-shadow: inset 0 1px 0 #9bd5f8;
border-radius: 3px;
}
.slider-track {
background: linear-gradient(white, #e6e6e6);
border: 1px solid #b3b3b3;
border-radius: 3px;
}
.jewel.simpletable {
background: linear-gradient(white, #f3f3f3);
border: 1px solid #b3b3b3;
box-shadow: inset 0 1px 0 white;
border-radius: 0.25rem;
}
.jewel.simpletable .jewel.thead tr {
border-bottom: 1px solid #d9d9d9;
}
.jewel.simpletable .jewel.tableheadercell:first-of-type {
border-left: 0px;
}
.jewel.simpletable .jewel.tableheadercell {
background: linear-gradient(white, #f3f3f3);
box-shadow: inset 0 1px 0 white;
font-weight: 700;
line-height: normal !important;
font-size: 1em;
color: #808080;
border-left: 1px solid #d9d9d9;
}
.jewel.simpletable .jewel.tablecell:first-of-type {
border-left: 0px;
}
.jewel.simpletable .jewel.tablecell {
border-top: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
}
.jewel.simpletable .jewel.tfoot .jewel.tablecell {
border-left: 0px;
background: linear-gradient(white, white);
box-shadow: inset 0 1px 0 white;
}
.jewel.table {
background: linear-gradient(white, #f3f3f3);
border: 1px solid #b3b3b3;
box-shadow: inset 0 1px 0 white;
border-radius: 0.25rem;
}
.jewel.table .jewel.thead tr {
border-bottom: 1px solid #d9d9d9;
}
.jewel.table .jewel.tableheadercell:first-of-type {
border-left: 0px;
}
.jewel.table .jewel.tableheadercell {
background: linear-gradient(white, #f3f3f3);
box-shadow: inset 0 1px 0 white;
font-weight: 700;
line-height: normal !important;
font-size: 1em;
color: #808080;
border-left: 1px solid #d9d9d9;
}
.jewel.table .jewel.tablecell:first-of-type {
border-left: 0px;
}
.jewel.table .jewel.tablecell {
border-top: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
}
.jewel.table .jewel.tfoot .jewel.tablecell {
border-left: 0px;
background: linear-gradient(white, white);
box-shadow: inset 0 1px 0 white;
}
.jewel.tableitem {
cursor: auto;
}
.jewel.tableitem.selectable {
cursor: pointer;
}
.jewel.tableitem.hovered:hover {
color: #FFFFFF;
background: #3CADF1;
}
.jewel.tableitem.selected, .jewel.tableitem.selectable:active {
color: #FFFFFF;
background: #24a3ef;
}
a:link {
color: #3CADF1;
}
a:active {
color: #0f88d1;
}
.jewel.textinput {
font-weight: 400;
color: #808080;
}
.jewel.textinput input {
font-family: "Lato", sans-serif;
}
.jewel.textinput input {
background: linear-gradient(white, #f3f3f3);
border: 1px solid #b3b3b3;
border-radius: 0.25rem;
transition-duration: 0.3s;
transition-timing-function: easein;
}
.jewel.textinput input:focus {
border: 1px solid #0f88d1;
}
.jewel.textinput input::placeholder, .jewel.textinput input:-ms-input-placeholder {
color: #a6a6a6;
}
.jewel.textinput input[disabled] {
background: #f3f3f3;
border: 1px solid #d9d9d9;
box-shadow: none;
color: silver;
}
.jewel.textinput input[disabled]::placeholder, .jewel.textinput input[disabled]:-ms-input-placeholder {
color: silver;
}
.jewel.textinput input[disabled] + i {
color: silver;
}
.jewel.textinput.errorBorder input {
border: 1px #EC1C24 solid;
}
.jewel.textarea {
font-weight: 400;
color: #808080;
}
.jewel.textarea textarea {
font-family: "Lato", sans-serif;
}
.jewel.textarea textarea {
background: linear-gradient(white, #f3f3f3);
border: 1px solid #b3b3b3;
border-radius: 0.25rem;
transition-duration: 0.3s;
transition-timing-function: easein;
}
.jewel.textarea textarea:focus {
border: 1px solid #0f88d1;
}
.jewel.textarea textarea::placeholder, .jewel.textarea textarea:-ms-input-placeholder {
color: #a6a6a6;
}
.jewel.textarea textarea[disabled] {
background: #f3f3f3;
border: 1px solid #d9d9d9;
box-shadow: none;
color: silver;
}
.jewel.textarea textarea[disabled]::placeholder, .jewel.textarea textarea[disabled]:-ms-input-placeholder {
color: silver;
}
.jewel.togglebutton .fonticon {
margin-left: 0px;
margin-right: 8px;
}
.jewel.errorTip {
color: #FFFFFF;
background: #EC1C24;
box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
animation: slide-up 0.4s ease;
}
.jewel.errorTip::before {
border-top-color: #EC1C24;
border: solid 8px transparent;
}
@keyframes slide-up {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.jewel.topappbar .topBarAppHeader {
background: linear-gradient(#54b7f3, #24a3ef);
border-top: 1px solid #83cbf6;
border-bottom: 1px solid #0d79ba;
color: #FFFFFF;
text-shadow: 0 -1px 0 rgba(10, 90, 138, 0.7);
}
.jewel.topappbar .topBarAppHeader.has-drawer {
width: calc(100% - 240px);
}
.jewel.topappbarsection {
padding: 8px 12px;
}
.jewel.topappbarsection button {
background: transparent;
box-shadow: none;
border: none;
padding: 12px;
fill: #FFFFFF;
color: inherit;
text-shadow: 0 -1px 0 rgba(10, 90, 138, 0.7);
}
.jewel.topappbarsection button:hover, .jewel.topappbarsection button:hover:focus, .jewel.topappbarsection button:active, .jewel.topappbarsection button:active:focus, .jewel.topappbarsection button:focus {
background: transparent;
box-shadow: none;
border: none;
}
.jewel.topappbarsection button[disabled] {
background: transparent;
box-shadow: none;
border: none;
}
.jewel.topappbartitle {
font-family: "Lato", sans-serif;
font-size: 1.4em !important;
font-weight: 800;
padding-left: 20px;
padding-right: 0;
}
/*# sourceMappingURL=defaults.css.map */