7725 lines
219 KiB
CSS
7725 lines
219 KiB
CSS
/* Variables */
|
|
/* Mixins */
|
|
.clearfix {
|
|
*zoom: 1;
|
|
}
|
|
.clearfix:before,
|
|
.clearfix:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.clearfix:after {
|
|
clear: both;
|
|
}
|
|
.hide-text {
|
|
font: 0/0 a;
|
|
color: transparent;
|
|
text-shadow: none;
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
/* Widgets */
|
|
.jui .label {
|
|
position: relative;
|
|
display: inline-block;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background-color: #eee;
|
|
border: 1px solid #c8c8c8;
|
|
color: #333;
|
|
font-size: 14px;
|
|
padding: 0 12px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.jui .label-gray {
|
|
background-color: #eee;
|
|
border: 1px solid #c8c8c8;
|
|
color: #333;
|
|
}
|
|
.jui .label-black {
|
|
background-color: #212121;
|
|
border: 1px solid #000;
|
|
color: #fff;
|
|
}
|
|
.jui .label-blue {
|
|
background-color: #428bca;
|
|
border: 1px solid #428bca;
|
|
color: #fff;
|
|
}
|
|
.jui .label-red {
|
|
background-color: #d9534f;
|
|
border: 1px solid #d9534f;
|
|
color: #fff;
|
|
}
|
|
.jui .label-green {
|
|
background-color: #5cb85c;
|
|
border: 1px solid #5cb85c;
|
|
color: #fff;
|
|
}
|
|
.jui .label-purple {
|
|
background-color: #6836c4;
|
|
border: 1px solid #6836c4;
|
|
color: #fff;
|
|
}
|
|
.jui .label-orange {
|
|
background-color: #fffaee;
|
|
border: 1px solid #fce5bb;
|
|
color: #666;
|
|
}
|
|
.jui .label-rect {
|
|
-webkit-border-radius: 0 !important;
|
|
-moz-border-radius: 0 !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
.jui .label-large {
|
|
font-size: 16px;
|
|
padding: 0 15px;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
}
|
|
.jui .label-normal {
|
|
font-size: 14px;
|
|
padding: 0 12px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.jui .label-small {
|
|
font-size: 12px;
|
|
padding: 0 10px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
}
|
|
.jui .label-mini {
|
|
font-size: 12px;
|
|
padding: 0 8px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.jui .input {
|
|
display: inline-block;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background-color: #fff;
|
|
border: 1px solid #c8c8c8;
|
|
-webkit-box-shadow: "0 4px 5px -5px rgba(0,0,0,0.3) inset";
|
|
-moz-box-shadow: "0 4px 5px -5px rgba(0,0,0,0.3) inset";
|
|
box-shadow: "0 4px 5px -5px rgba(0,0,0,0.3) inset";
|
|
color: #333333;
|
|
font-size: 14px;
|
|
padding: 4px 8px;
|
|
height: 28px;
|
|
}
|
|
.jui .input:focus {
|
|
border-color: #b08bfc;
|
|
outline: 0;
|
|
-webkit-box-shadow: inset 0 4px 5px -5px rgba(0,0,0,0.3), 0 0 1px 1px rgba(136,74,228,.095);
|
|
-moz-box-shadow: inset 0 4px 5px -5px rgba(0,0,0,0.3), 0 0 1px 1px rgba(136,74,228,.095);
|
|
box-shadow: inset 0 4px 5px -5px rgba(0,0,0,0.3), 0 0 1px 1px rgba(136,74,228,.095);
|
|
-webkit-transition: border linear .2s, box-shadow linear .2s;
|
|
-moz-transition: border linear .2s, box-shadow linear .2s;
|
|
-o-transition: border linear .2s, box-shadow linear .2s;
|
|
transition: border linear .2s, box-shadow linear .2s;
|
|
}
|
|
.jui textarea.input {
|
|
padding: 5px;
|
|
height: auto;
|
|
}
|
|
.jui .input-gray {
|
|
background-color: #fff;
|
|
border: 1px solid #c8c8c8;
|
|
-webkit-box-shadow: "0 4px 5px -5px rgba(0,0,0,0.3) inset";
|
|
-moz-box-shadow: "0 4px 5px -5px rgba(0,0,0,0.3) inset";
|
|
box-shadow: "0 4px 5px -5px rgba(0,0,0,0.3) inset";
|
|
color: #333333;
|
|
}
|
|
.jui .input-gray:focus {
|
|
border-color: #b08bfc;
|
|
outline: 0;
|
|
-webkit-box-shadow: inset 0 4px 5px -5px rgba(0,0,0,0.3), 0 0 1px 1px rgba(136,74,228,.095);
|
|
-moz-box-shadow: inset 0 4px 5px -5px rgba(0,0,0,0.3), 0 0 1px 1px rgba(136,74,228,.095);
|
|
box-shadow: inset 0 4px 5px -5px rgba(0,0,0,0.3), 0 0 1px 1px rgba(136,74,228,.095);
|
|
-webkit-transition: border linear .2s, box-shadow linear .2s;
|
|
-moz-transition: border linear .2s, box-shadow linear .2s;
|
|
-o-transition: border linear .2s, box-shadow linear .2s;
|
|
transition: border linear .2s, box-shadow linear .2s;
|
|
}
|
|
.jui .input-black {
|
|
background-color: #444444 !important;
|
|
border: 1px solid black !important;
|
|
-webkit-box-shadow: "0 1px 6px #121212 inset" !important;
|
|
-moz-box-shadow: "0 1px 6px #121212 inset" !important;
|
|
box-shadow: "0 1px 6px #121212 inset" !important;
|
|
color: #FFFFFF !important;
|
|
text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.5) !important;
|
|
}
|
|
.jui .input-black:focus {
|
|
background-color: #ffffff !important;
|
|
color: #333333 !important;
|
|
}
|
|
.jui .input-black:disabled {
|
|
background-color: #656565 !important;
|
|
color: #b2b2b2 !important;
|
|
}
|
|
.jui .input[disabled],
|
|
.jui .input[readonly] {
|
|
cursor: not-allowed;
|
|
background-color: #eee;
|
|
}
|
|
.jui .input:focus:invalid {
|
|
color: #b94a48;
|
|
border-color: #ee5f5b;
|
|
}
|
|
.jui .input:focus:invalid:focus {
|
|
border-color: #e9322d;
|
|
-webkit-box-shadow: 0 0 6px #f8b9b7;
|
|
-moz-box-shadow: 0 0 6px #f8b9b7;
|
|
box-shadow: 0 0 6px #f8b9b7;
|
|
}
|
|
.jui .input-normal {
|
|
font-size: 14px;
|
|
padding: 4px 8px;
|
|
height: 28px;
|
|
}
|
|
.jui .input-large {
|
|
font-size: 16px !important;
|
|
padding: 9px 10px !important;
|
|
height: 38px !important;
|
|
}
|
|
.jui .input-small {
|
|
font-size: 12px !important;
|
|
height: 24px !important;
|
|
}
|
|
.jui .input-mini {
|
|
font-size: 12px !important;
|
|
height: 22px !important;
|
|
}
|
|
.jui .input-rect {
|
|
-webkit-border-radius: 0 !important;
|
|
-moz-border-radius: 0 !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
.jui .btn {
|
|
position: relative;
|
|
display: inline-block;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border: 1px solid #bebebe;
|
|
*border: 0;
|
|
border-bottom-color: #b3b3b3;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #ededed 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
|
|
color: #000000;
|
|
text-decoration: none;
|
|
padding: 0 12px;
|
|
font-size: 12px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
.jui .btn:focus {
|
|
outline: thin dotted #333;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
.jui .btn.active:not([disabled]),
|
|
.jui .btn:active:not([disabled]) {
|
|
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
}
|
|
.jui .btn-large {
|
|
padding: 0 15px;
|
|
font-size: 16px;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
-webkit-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
}
|
|
.jui .btn-normal {
|
|
padding: 0 12px;
|
|
font-size: 12px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
.jui .btn-small {
|
|
padding: 0 10px;
|
|
font-size: 12px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.jui .btn-mini {
|
|
padding: 0 8px;
|
|
font-size: 11px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.jui .btn-toggle {
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
.jui .btn-rect {
|
|
-webkit-border-radius: 0 !important;
|
|
-moz-border-radius: 0 !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
.jui .btn-base {
|
|
border: 1px solid #bebebe;
|
|
*border: 0;
|
|
border-bottom-color: #b3b3b3;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #ededed 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
|
|
color: #000000;
|
|
text-decoration: none;
|
|
}
|
|
.jui .btn-base.active:not([disabled]),
|
|
.jui .btn-base:active:not([disabled]) {
|
|
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
}
|
|
.jui .btn-purple {
|
|
background-color: #f6f1ff;
|
|
background-image: -moz-linear-gradient(top, #f6f1ff 0%, #e3d5f7 50%, #d4bff1 50%, #f3ebff 100%);
|
|
background-image: linear-gradient(top, #f6f1ff 0%, #e3d5f7 50%, #d4bff1 50%, #f3ebff 100%);
|
|
background-image: -webkit-linear-gradient(top, #f6f1ff 0%, #e3d5f7 50%, #d4bff1 50%, #f3ebff 100%);
|
|
background-image: -o-linear-gradient(top, #f6f1ff 0%, #e3d5f7 50%, #d4bff1 50%, #f3ebff 100%);
|
|
background-image: -ms-linear-gradient(top, #f6f1ff 0%, #e3d5f7 50%, #d4bff1 50%, #f3ebff 100%);
|
|
border: 1px solid #b696ea;
|
|
color: #201834;
|
|
}
|
|
.jui .btn-purple:hover {
|
|
-webkit-box-shadow: rgba(136, 74, 228, 0.3) 0 0 3px 1px;
|
|
-moz-box-shadow: rgba(136, 74, 228, 0.3) 0 0 3px 1px;
|
|
box-shadow: rgba(136, 74, 228, 0.3) 0 0 3px 1px;
|
|
background-color: #f6f1ff;
|
|
background-image: -moz-linear-gradient(top, #f6f1ff 0%, #ecdeff 50%, #e5d1ff 50%, #f3ebff 100%);
|
|
background-image: linear-gradient(top, #f6f1ff 0%, #ecdeff 50%, #e5d1ff 50%, #f3ebff 100%);
|
|
background-image: -webkit-linear-gradient(top, #f6f1ff 0%, #ecdeff 50%, #e5d1ff 50%, #f3ebff 100%);
|
|
background-image: -o-linear-gradient(top, #f6f1ff 0%, #ecdeff 50%, #e5d1ff 50%, #f3ebff 100%);
|
|
background-image: -ms-linear-gradient(top, #f6f1ff 0%, #ecdeff 50%, #e5d1ff 50%, #f3ebff 100%);
|
|
}
|
|
.jui .btn-purple.active:not([disabled]),
|
|
.jui .btn-purple:active:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #a484da;
|
|
-webkit-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #c9a8f4;
|
|
background-image: -moz-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -webkit-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -o-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -ms-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
}
|
|
.jui .btn-purple-gray {
|
|
background-color: #f6f1ff;
|
|
background-image: -moz-linear-gradient(top, #f6f1ff 0%, #e3d5f7 50%, #d4bff1 50%, #f3ebff 100%);
|
|
background-image: linear-gradient(top, #f6f1ff 0%, #e3d5f7 50%, #d4bff1 50%, #f3ebff 100%);
|
|
background-image: -webkit-linear-gradient(top, #f6f1ff 0%, #e3d5f7 50%, #d4bff1 50%, #f3ebff 100%);
|
|
background-image: -o-linear-gradient(top, #f6f1ff 0%, #e3d5f7 50%, #d4bff1 50%, #f3ebff 100%);
|
|
background-image: -ms-linear-gradient(top, #f6f1ff 0%, #e3d5f7 50%, #d4bff1 50%, #f3ebff 100%);
|
|
border: 1px solid #b696ea;
|
|
color: #201834;
|
|
}
|
|
.jui .btn-purple-gray:hover {
|
|
-webkit-box-shadow: rgba(136, 74, 228, 0.3) 0 0 3px 1px;
|
|
-moz-box-shadow: rgba(136, 74, 228, 0.3) 0 0 3px 1px;
|
|
box-shadow: rgba(136, 74, 228, 0.3) 0 0 3px 1px;
|
|
background-color: #f6f1ff;
|
|
background-image: -moz-linear-gradient(top, #f6f1ff 0%, #ecdeff 50%, #e5d1ff 50%, #f3ebff 100%);
|
|
background-image: linear-gradient(top, #f6f1ff 0%, #ecdeff 50%, #e5d1ff 50%, #f3ebff 100%);
|
|
background-image: -webkit-linear-gradient(top, #f6f1ff 0%, #ecdeff 50%, #e5d1ff 50%, #f3ebff 100%);
|
|
background-image: -o-linear-gradient(top, #f6f1ff 0%, #ecdeff 50%, #e5d1ff 50%, #f3ebff 100%);
|
|
background-image: -ms-linear-gradient(top, #f6f1ff 0%, #ecdeff 50%, #e5d1ff 50%, #f3ebff 100%);
|
|
}
|
|
.jui .btn-purple-gray.active:not([disabled]),
|
|
.jui .btn-purple-gray:active:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #a484da;
|
|
-webkit-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #c9a8f4;
|
|
background-image: -moz-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -webkit-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -o-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -ms-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
}
|
|
.jui .btn-purple-gray.active:not([disabled]),
|
|
.jui .btn-purple-gray:active:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #aaaaaa;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #e1e1e1;
|
|
background-image: -moz-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -o-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -ms-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
}
|
|
.jui .btn-purple-black {
|
|
background-color: #f6f1ff;
|
|
background-image: -moz-linear-gradient(top, #f6f1ff 0%, #e3d5f7 50%, #d4bff1 50%, #f3ebff 100%);
|
|
background-image: linear-gradient(top, #f6f1ff 0%, #e3d5f7 50%, #d4bff1 50%, #f3ebff 100%);
|
|
background-image: -webkit-linear-gradient(top, #f6f1ff 0%, #e3d5f7 50%, #d4bff1 50%, #f3ebff 100%);
|
|
background-image: -o-linear-gradient(top, #f6f1ff 0%, #e3d5f7 50%, #d4bff1 50%, #f3ebff 100%);
|
|
background-image: -ms-linear-gradient(top, #f6f1ff 0%, #e3d5f7 50%, #d4bff1 50%, #f3ebff 100%);
|
|
border: 1px solid #b696ea;
|
|
color: #201834;
|
|
}
|
|
.jui .btn-purple-black:hover {
|
|
-webkit-box-shadow: rgba(136, 74, 228, 0.3) 0 0 3px 1px;
|
|
-moz-box-shadow: rgba(136, 74, 228, 0.3) 0 0 3px 1px;
|
|
box-shadow: rgba(136, 74, 228, 0.3) 0 0 3px 1px;
|
|
background-color: #f6f1ff;
|
|
background-image: -moz-linear-gradient(top, #f6f1ff 0%, #ecdeff 50%, #e5d1ff 50%, #f3ebff 100%);
|
|
background-image: linear-gradient(top, #f6f1ff 0%, #ecdeff 50%, #e5d1ff 50%, #f3ebff 100%);
|
|
background-image: -webkit-linear-gradient(top, #f6f1ff 0%, #ecdeff 50%, #e5d1ff 50%, #f3ebff 100%);
|
|
background-image: -o-linear-gradient(top, #f6f1ff 0%, #ecdeff 50%, #e5d1ff 50%, #f3ebff 100%);
|
|
background-image: -ms-linear-gradient(top, #f6f1ff 0%, #ecdeff 50%, #e5d1ff 50%, #f3ebff 100%);
|
|
}
|
|
.jui .btn-purple-black.active:not([disabled]),
|
|
.jui .btn-purple-black:active:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #a484da;
|
|
-webkit-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #c9a8f4;
|
|
background-image: -moz-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -webkit-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -o-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -ms-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
}
|
|
.jui .btn-purple-black.active:not([disabled]),
|
|
.jui .btn-purple-black:active:not([disabled]) {
|
|
color: #fff;
|
|
border: 1px solid #000000;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
background-color: #292929;
|
|
background-image: -moz-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -webkit-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -o-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -ms-linear-gradient(top, #292929 0%, #444444 100%);
|
|
}
|
|
.jui .btn-purple.btn-flat {
|
|
background-color: #f3ebff;
|
|
background-image: -moz-linear-gradient(top, #f3ebff 0%, #d4bff1 100%);
|
|
background-image: linear-gradient(top, #f3ebff 0%, #d4bff1 100%);
|
|
background-image: -webkit-linear-gradient(top, #f3ebff 0%, #d4bff1 100%);
|
|
background-image: -o-linear-gradient(top, #f3ebff 0%, #d4bff1 100%);
|
|
background-image: -ms-linear-gradient(top, #f3ebff 0%, #d4bff1 100%);
|
|
border: 1px solid #c4a9f2;
|
|
}
|
|
.jui .btn-purple.btn-flat:hover {
|
|
background-color: #f6f1ff;
|
|
background-image: -moz-linear-gradient(top, #f6f1ff 0%, #e5d2ff 100%);
|
|
background-image: linear-gradient(top, #f6f1ff 0%, #e5d2ff 100%);
|
|
background-image: -webkit-linear-gradient(top, #f6f1ff 0%, #e5d2ff 100%);
|
|
background-image: -o-linear-gradient(top, #f6f1ff 0%, #e5d2ff 100%);
|
|
background-image: -ms-linear-gradient(top, #f6f1ff 0%, #e5d2ff 100%);
|
|
}
|
|
.jui .btn-purple-gray.btn-flat {
|
|
background-color: #f3ebff;
|
|
background-image: -moz-linear-gradient(top, #f3ebff 0%, #d4bff1 100%);
|
|
background-image: linear-gradient(top, #f3ebff 0%, #d4bff1 100%);
|
|
background-image: -webkit-linear-gradient(top, #f3ebff 0%, #d4bff1 100%);
|
|
background-image: -o-linear-gradient(top, #f3ebff 0%, #d4bff1 100%);
|
|
background-image: -ms-linear-gradient(top, #f3ebff 0%, #d4bff1 100%);
|
|
border: 1px solid #c4a9f2;
|
|
}
|
|
.jui .btn-purple-gray.btn-flat:hover {
|
|
background-color: #f6f1ff;
|
|
background-image: -moz-linear-gradient(top, #f6f1ff 0%, #e5d2ff 100%);
|
|
background-image: linear-gradient(top, #f6f1ff 0%, #e5d2ff 100%);
|
|
background-image: -webkit-linear-gradient(top, #f6f1ff 0%, #e5d2ff 100%);
|
|
background-image: -o-linear-gradient(top, #f6f1ff 0%, #e5d2ff 100%);
|
|
background-image: -ms-linear-gradient(top, #f6f1ff 0%, #e5d2ff 100%);
|
|
}
|
|
.jui .btn-purple-gray.btn-flat.active:not([disabled]),
|
|
.jui .btn-purple-gray.btn-flat:active:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #aaaaaa;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #e1e1e1;
|
|
background-image: -moz-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -o-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -ms-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
}
|
|
.jui .btn-purple-black.btn-flat {
|
|
background-color: #f3ebff;
|
|
background-image: -moz-linear-gradient(top, #f3ebff 0%, #d4bff1 100%);
|
|
background-image: linear-gradient(top, #f3ebff 0%, #d4bff1 100%);
|
|
background-image: -webkit-linear-gradient(top, #f3ebff 0%, #d4bff1 100%);
|
|
background-image: -o-linear-gradient(top, #f3ebff 0%, #d4bff1 100%);
|
|
background-image: -ms-linear-gradient(top, #f3ebff 0%, #d4bff1 100%);
|
|
border: 1px solid #c4a9f2;
|
|
}
|
|
.jui .btn-purple-black.btn-flat:hover {
|
|
background-color: #f6f1ff;
|
|
background-image: -moz-linear-gradient(top, #f6f1ff 0%, #e5d2ff 100%);
|
|
background-image: linear-gradient(top, #f6f1ff 0%, #e5d2ff 100%);
|
|
background-image: -webkit-linear-gradient(top, #f6f1ff 0%, #e5d2ff 100%);
|
|
background-image: -o-linear-gradient(top, #f6f1ff 0%, #e5d2ff 100%);
|
|
background-image: -ms-linear-gradient(top, #f6f1ff 0%, #e5d2ff 100%);
|
|
}
|
|
.jui .btn-purple-black.btn-flat.active:not([disabled]),
|
|
.jui .btn-purple-black.btn-flat:active:not([disabled]) {
|
|
color: #fff;
|
|
border: 1px solid #000000;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
background-color: #292929;
|
|
background-image: -moz-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -webkit-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -o-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -ms-linear-gradient(top, #292929 0%, #444444 100%);
|
|
}
|
|
.jui .btn-gray {
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 50%, #dadada 50%, #f7f7f7 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #eaeaea 50%, #dadada 50%, #f7f7f7 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 50%, #dadada 50%, #f7f7f7 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #eaeaea 50%, #dadada 50%, #f7f7f7 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 50%, #dadada 50%, #f7f7f7 100%);
|
|
border: 1px solid #b8b8b8;
|
|
color: #201834;
|
|
}
|
|
.jui .btn-gray:hover {
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px 1px;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px 1px;
|
|
box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px 1px;
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 50%, #e6e6e6 50%, #ffffff 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #f0f0f0 50%, #e6e6e6 50%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 50%, #e6e6e6 50%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 50%, #e6e6e6 50%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 50%, #e6e6e6 50%, #ffffff 100%);
|
|
}
|
|
.jui .btn-gray.active:not([disabled]),
|
|
.jui .btn-gray:active:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #aaaaaa;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #e1e1e1;
|
|
background-image: -moz-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -o-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -ms-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
}
|
|
.jui .btn-gray-purple {
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 50%, #dadada 50%, #f7f7f7 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #eaeaea 50%, #dadada 50%, #f7f7f7 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 50%, #dadada 50%, #f7f7f7 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #eaeaea 50%, #dadada 50%, #f7f7f7 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 50%, #dadada 50%, #f7f7f7 100%);
|
|
border: 1px solid #b8b8b8;
|
|
color: #201834;
|
|
}
|
|
.jui .btn-gray-purple:hover {
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px 1px;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px 1px;
|
|
box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px 1px;
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 50%, #e6e6e6 50%, #ffffff 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #f0f0f0 50%, #e6e6e6 50%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 50%, #e6e6e6 50%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 50%, #e6e6e6 50%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 50%, #e6e6e6 50%, #ffffff 100%);
|
|
}
|
|
.jui .btn-gray-purple.active:not([disabled]),
|
|
.jui .btn-gray-purple:active:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #aaaaaa;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #e1e1e1;
|
|
background-image: -moz-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -o-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -ms-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
}
|
|
.jui .btn-gray-purple.active:not([disabled]),
|
|
.jui .btn-gray-purple:active:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #a484da;
|
|
-webkit-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #c9a8f4;
|
|
background-image: -moz-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -webkit-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -o-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -ms-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
}
|
|
.jui .btn-gray-black {
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 50%, #dadada 50%, #f7f7f7 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #eaeaea 50%, #dadada 50%, #f7f7f7 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 50%, #dadada 50%, #f7f7f7 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #eaeaea 50%, #dadada 50%, #f7f7f7 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 50%, #dadada 50%, #f7f7f7 100%);
|
|
border: 1px solid #b8b8b8;
|
|
color: #201834;
|
|
}
|
|
.jui .btn-gray-black:hover {
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px 1px;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px 1px;
|
|
box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px 1px;
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 50%, #e6e6e6 50%, #ffffff 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #f0f0f0 50%, #e6e6e6 50%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 50%, #e6e6e6 50%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 50%, #e6e6e6 50%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 50%, #e6e6e6 50%, #ffffff 100%);
|
|
}
|
|
.jui .btn-gray-black.active:not([disabled]),
|
|
.jui .btn-gray-black:active:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #aaaaaa;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #e1e1e1;
|
|
background-image: -moz-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -o-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -ms-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
}
|
|
.jui .btn-gray-black.active:not([disabled]),
|
|
.jui .btn-gray-black:active:not([disabled]) {
|
|
color: #fff;
|
|
border: 1px solid #000000;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
background-color: #292929;
|
|
background-image: -moz-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -webkit-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -o-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -ms-linear-gradient(top, #292929 0%, #444444 100%);
|
|
}
|
|
.jui .btn-gray.btn-flat {
|
|
background-color: #f5f5f5;
|
|
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
|
background-image: linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
|
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
|
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
|
background-image: -ms-linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
|
border: 1px solid #c8c8c8;
|
|
}
|
|
.jui .btn-gray.btn-flat:hover {
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
}
|
|
.jui .btn-gray-purple.btn-flat {
|
|
background-color: #f5f5f5;
|
|
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
|
background-image: linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
|
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
|
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
|
background-image: -ms-linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
|
border: 1px solid #c8c8c8;
|
|
}
|
|
.jui .btn-gray-purple.btn-flat:hover {
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
}
|
|
.jui .btn-gray-purple.btn-flat.active:not([disabled]),
|
|
.jui .btn-gray-purple.btn-flat:active:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #a484da;
|
|
-webkit-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #c9a8f4;
|
|
background-image: -moz-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -webkit-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -o-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -ms-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
}
|
|
.jui .btn-gray-black.btn-flat {
|
|
background-color: #f5f5f5;
|
|
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
|
background-image: linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
|
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
|
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
|
background-image: -ms-linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
|
border: 1px solid #c8c8c8;
|
|
}
|
|
.jui .btn-gray-black.btn-flat:hover {
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
}
|
|
.jui .btn-gray-black.btn-flat.active:not([disabled]),
|
|
.jui .btn-gray-black.btn-flat:active:not([disabled]) {
|
|
color: #fff;
|
|
border: 1px solid #000000;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
background-color: #292929;
|
|
background-image: -moz-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -webkit-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -o-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -ms-linear-gradient(top, #292929 0%, #444444 100%);
|
|
}
|
|
.jui .btn-black {
|
|
background-color: #5d5d5d;
|
|
background-image: -moz-linear-gradient(top, #5d5d5d 0%, #2d2d2d 50%, #000000 50%, #3f3f3f 100%);
|
|
background-image: linear-gradient(top, #5d5d5d 0%, #2d2d2d 50%, #000000 50%, #3f3f3f 100%);
|
|
background-image: -webkit-linear-gradient(top, #5d5d5d 0%, #2d2d2d 50%, #000000 50%, #3f3f3f 100%);
|
|
background-image: -o-linear-gradient(top, #5d5d5d 0%, #2d2d2d 50%, #000000 50%, #3f3f3f 100%);
|
|
background-image: -ms-linear-gradient(top, #5d5d5d 0%, #2d2d2d 50%, #000000 50%, #3f3f3f 100%);
|
|
border: 1px solid #000000;
|
|
color: #ffffff;
|
|
}
|
|
.jui .btn-black:hover {
|
|
color: #ffffff;
|
|
background-color: #6c6c6c;
|
|
background-image: -moz-linear-gradient(top, #6c6c6c 0%, #3f3f3f 50%, #131313 50%, #3f3f3f 100%);
|
|
background-image: linear-gradient(top, #6c6c6c 0%, #3f3f3f 50%, #131313 50%, #3f3f3f 100%);
|
|
background-image: -webkit-linear-gradient(top, #6c6c6c 0%, #3f3f3f 50%, #131313 50%, #3f3f3f 100%);
|
|
background-image: -o-linear-gradient(top, #6c6c6c 0%, #3f3f3f 50%, #131313 50%, #3f3f3f 100%);
|
|
background-image: -ms-linear-gradient(top, #6c6c6c 0%, #3f3f3f 50%, #131313 50%, #3f3f3f 100%);
|
|
}
|
|
.jui .btn-black.active:not([disabled]),
|
|
.jui .btn-black:active:not([disabled]) {
|
|
color: #fff;
|
|
border: 1px solid #000000;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
background-color: #292929;
|
|
background-image: -moz-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -webkit-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -o-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -ms-linear-gradient(top, #292929 0%, #444444 100%);
|
|
}
|
|
.jui .btn-black-purple {
|
|
background-color: #5d5d5d;
|
|
background-image: -moz-linear-gradient(top, #5d5d5d 0%, #2d2d2d 50%, #000000 50%, #3f3f3f 100%);
|
|
background-image: linear-gradient(top, #5d5d5d 0%, #2d2d2d 50%, #000000 50%, #3f3f3f 100%);
|
|
background-image: -webkit-linear-gradient(top, #5d5d5d 0%, #2d2d2d 50%, #000000 50%, #3f3f3f 100%);
|
|
background-image: -o-linear-gradient(top, #5d5d5d 0%, #2d2d2d 50%, #000000 50%, #3f3f3f 100%);
|
|
background-image: -ms-linear-gradient(top, #5d5d5d 0%, #2d2d2d 50%, #000000 50%, #3f3f3f 100%);
|
|
border: 1px solid #000000;
|
|
color: #ffffff;
|
|
}
|
|
.jui .btn-black-purple:hover {
|
|
color: #ffffff;
|
|
background-color: #6c6c6c;
|
|
background-image: -moz-linear-gradient(top, #6c6c6c 0%, #3f3f3f 50%, #131313 50%, #3f3f3f 100%);
|
|
background-image: linear-gradient(top, #6c6c6c 0%, #3f3f3f 50%, #131313 50%, #3f3f3f 100%);
|
|
background-image: -webkit-linear-gradient(top, #6c6c6c 0%, #3f3f3f 50%, #131313 50%, #3f3f3f 100%);
|
|
background-image: -o-linear-gradient(top, #6c6c6c 0%, #3f3f3f 50%, #131313 50%, #3f3f3f 100%);
|
|
background-image: -ms-linear-gradient(top, #6c6c6c 0%, #3f3f3f 50%, #131313 50%, #3f3f3f 100%);
|
|
}
|
|
.jui .btn-black-purple.active:not([disabled]),
|
|
.jui .btn-black-purple:active:not([disabled]) {
|
|
color: #fff;
|
|
border: 1px solid #000000;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
background-color: #292929;
|
|
background-image: -moz-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -webkit-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -o-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -ms-linear-gradient(top, #292929 0%, #444444 100%);
|
|
}
|
|
.jui .btn-black-purple.active:not([disabled]),
|
|
.jui .btn-black-purple:active:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #a484da;
|
|
-webkit-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #c9a8f4;
|
|
background-image: -moz-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -webkit-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -o-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -ms-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
}
|
|
.jui .btn-black-gray {
|
|
background-color: #5d5d5d;
|
|
background-image: -moz-linear-gradient(top, #5d5d5d 0%, #2d2d2d 50%, #000000 50%, #3f3f3f 100%);
|
|
background-image: linear-gradient(top, #5d5d5d 0%, #2d2d2d 50%, #000000 50%, #3f3f3f 100%);
|
|
background-image: -webkit-linear-gradient(top, #5d5d5d 0%, #2d2d2d 50%, #000000 50%, #3f3f3f 100%);
|
|
background-image: -o-linear-gradient(top, #5d5d5d 0%, #2d2d2d 50%, #000000 50%, #3f3f3f 100%);
|
|
background-image: -ms-linear-gradient(top, #5d5d5d 0%, #2d2d2d 50%, #000000 50%, #3f3f3f 100%);
|
|
border: 1px solid #000000;
|
|
color: #ffffff;
|
|
}
|
|
.jui .btn-black-gray:hover {
|
|
color: #ffffff;
|
|
background-color: #6c6c6c;
|
|
background-image: -moz-linear-gradient(top, #6c6c6c 0%, #3f3f3f 50%, #131313 50%, #3f3f3f 100%);
|
|
background-image: linear-gradient(top, #6c6c6c 0%, #3f3f3f 50%, #131313 50%, #3f3f3f 100%);
|
|
background-image: -webkit-linear-gradient(top, #6c6c6c 0%, #3f3f3f 50%, #131313 50%, #3f3f3f 100%);
|
|
background-image: -o-linear-gradient(top, #6c6c6c 0%, #3f3f3f 50%, #131313 50%, #3f3f3f 100%);
|
|
background-image: -ms-linear-gradient(top, #6c6c6c 0%, #3f3f3f 50%, #131313 50%, #3f3f3f 100%);
|
|
}
|
|
.jui .btn-black-gray.active:not([disabled]),
|
|
.jui .btn-black-gray:active:not([disabled]) {
|
|
color: #fff;
|
|
border: 1px solid #000000;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
background-color: #292929;
|
|
background-image: -moz-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -webkit-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -o-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -ms-linear-gradient(top, #292929 0%, #444444 100%);
|
|
}
|
|
.jui .btn-black-gray.active:not([disabled]),
|
|
.jui .btn-black-gray:active:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #aaaaaa;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #e1e1e1;
|
|
background-image: -moz-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -o-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -ms-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
}
|
|
.jui .btn-black.btn-flat {
|
|
background-color: #505050;
|
|
background-image: -moz-linear-gradient(top, #505050 0%, #303030 100%);
|
|
background-image: linear-gradient(top, #505050 0%, #303030 100%);
|
|
background-image: -webkit-linear-gradient(top, #505050 0%, #303030 100%);
|
|
background-image: -o-linear-gradient(top, #505050 0%, #303030 100%);
|
|
background-image: -ms-linear-gradient(top, #505050 0%, #303030 100%);
|
|
border: 1px solid #393939;
|
|
}
|
|
.jui .btn-black.btn-flat:hover {
|
|
background-color: #5d5d5d;
|
|
background-image: -moz-linear-gradient(top, #5d5d5d 0%, #3b3b3b 100%);
|
|
background-image: linear-gradient(top, #5d5d5d 0%, #3b3b3b 100%);
|
|
background-image: -webkit-linear-gradient(top, #5d5d5d 0%, #3b3b3b 100%);
|
|
background-image: -o-linear-gradient(top, #5d5d5d 0%, #3b3b3b 100%);
|
|
background-image: -ms-linear-gradient(top, #5d5d5d 0%, #3b3b3b 100%);
|
|
}
|
|
.jui .btn-black-gray.btn-flat {
|
|
background-color: #505050;
|
|
background-image: -moz-linear-gradient(top, #505050 0%, #303030 100%);
|
|
background-image: linear-gradient(top, #505050 0%, #303030 100%);
|
|
background-image: -webkit-linear-gradient(top, #505050 0%, #303030 100%);
|
|
background-image: -o-linear-gradient(top, #505050 0%, #303030 100%);
|
|
background-image: -ms-linear-gradient(top, #505050 0%, #303030 100%);
|
|
border: 1px solid #393939;
|
|
}
|
|
.jui .btn-black-gray.btn-flat:hover {
|
|
background-color: #5d5d5d;
|
|
background-image: -moz-linear-gradient(top, #5d5d5d 0%, #3b3b3b 100%);
|
|
background-image: linear-gradient(top, #5d5d5d 0%, #3b3b3b 100%);
|
|
background-image: -webkit-linear-gradient(top, #5d5d5d 0%, #3b3b3b 100%);
|
|
background-image: -o-linear-gradient(top, #5d5d5d 0%, #3b3b3b 100%);
|
|
background-image: -ms-linear-gradient(top, #5d5d5d 0%, #3b3b3b 100%);
|
|
}
|
|
.jui .btn-black-gray.btn-flat.active:not([disabled]),
|
|
.jui .btn-black-gray.btn-flat:active:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #aaaaaa;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #e1e1e1;
|
|
background-image: -moz-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -o-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -ms-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
}
|
|
.jui .btn-black-purple.btn-flat {
|
|
background-color: #505050;
|
|
background-image: -moz-linear-gradient(top, #505050 0%, #303030 100%);
|
|
background-image: linear-gradient(top, #505050 0%, #303030 100%);
|
|
background-image: -webkit-linear-gradient(top, #505050 0%, #303030 100%);
|
|
background-image: -o-linear-gradient(top, #505050 0%, #303030 100%);
|
|
background-image: -ms-linear-gradient(top, #505050 0%, #303030 100%);
|
|
border: 1px solid #393939;
|
|
}
|
|
.jui .btn-black-purple.btn-flat:hover {
|
|
background-color: #5d5d5d;
|
|
background-image: -moz-linear-gradient(top, #5d5d5d 0%, #3b3b3b 100%);
|
|
background-image: linear-gradient(top, #5d5d5d 0%, #3b3b3b 100%);
|
|
background-image: -webkit-linear-gradient(top, #5d5d5d 0%, #3b3b3b 100%);
|
|
background-image: -o-linear-gradient(top, #5d5d5d 0%, #3b3b3b 100%);
|
|
background-image: -ms-linear-gradient(top, #5d5d5d 0%, #3b3b3b 100%);
|
|
}
|
|
.jui .btn-black-purple.btn-flat.active:not([disabled]),
|
|
.jui .btn-black-purple.btn-flat:active:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #a484da;
|
|
-webkit-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #c9a8f4;
|
|
background-image: -moz-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -webkit-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -o-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -ms-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
}
|
|
.jui .btn-keep-base:not([disabled]) {
|
|
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
|
}
|
|
.jui .btn-keep-purple:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #a484da;
|
|
-webkit-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(62, 32, 99, 0.6) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #c9a8f4;
|
|
background-image: -moz-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -webkit-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -o-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
background-image: -ms-linear-gradient(top, #c9a8f4 0%, #e3d2ff 100%);
|
|
}
|
|
.jui .btn-keep-gray:not([disabled]) {
|
|
color: #000;
|
|
border: 1px solid #aaaaaa;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
|
background-color: #e1e1e1;
|
|
background-image: -moz-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -o-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
background-image: -ms-linear-gradient(top, #e1e1e1 0%, #f5f5f5 100%);
|
|
}
|
|
.jui .btn-keep-black:not([disabled]) {
|
|
color: #fff;
|
|
border: 1px solid #000000;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
box-shadow: rgba(0, 0, 0, 0.6) 0 2px 1px inset;
|
|
background-color: #292929;
|
|
background-image: -moz-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -webkit-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -o-linear-gradient(top, #292929 0%, #444444 100%);
|
|
background-image: -ms-linear-gradient(top, #292929 0%, #444444 100%);
|
|
}
|
|
.jui .btn[disabled],
|
|
.jui .disabled {
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
cursor: not-allowed;
|
|
}
|
|
.jui .btn-black-gray.active > [class^="icon-"],
|
|
.jui .btn-black-gray:active > [class^="icon-"] {
|
|
color: #343434;
|
|
}
|
|
.jui .btn-gray-black.active > [class^="icon-"],
|
|
.jui .btn-gray-black:active > [class^="icon-"],
|
|
.jui .btn-purple-black.active > [class^="icon-"],
|
|
.jui .btn-purple-black:active > [class^="icon-"] {
|
|
color: #fff;
|
|
}
|
|
.jui .dropup,
|
|
.jui .dropdown,
|
|
.jui .combo {
|
|
position: absolute;
|
|
display: none;
|
|
}
|
|
.jui .dropup > .anchor,
|
|
.jui .dropdown > .anchor,
|
|
.jui .combo > .anchor {
|
|
left: 30px !important;
|
|
top: -9px !important;
|
|
z-index: 1001 !important;
|
|
}
|
|
.jui .dropup > .anchor-right,
|
|
.jui .dropdown > .anchor-right,
|
|
.jui .combo > .anchor-right {
|
|
left: 80% !important;
|
|
}
|
|
.jui .dropup ul > li:not(.divider),
|
|
.jui .dropdown ul > li:not(.divider),
|
|
.jui .combo ul > li:not(.divider) {
|
|
padding: 0px 10px;
|
|
line-height: 20px;
|
|
font-size: 12px;
|
|
}
|
|
.jui .dropup ul,
|
|
.jui .dropdown ul,
|
|
.jui .combo ul {
|
|
background-color: #fff;
|
|
border: 1px solid #ccc;
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
}
|
|
.jui .dropup ul > li,
|
|
.jui .dropdown ul > li,
|
|
.jui .combo ul > li {
|
|
color: #333;
|
|
}
|
|
.jui .dropup ul > li:hover:not(.divider),
|
|
.jui .dropdown ul > li:hover:not(.divider),
|
|
.jui .combo ul > li:hover:not(.divider),
|
|
.jui .dropup ul > li:focus:not(.divider),
|
|
.jui .dropdown ul > li:focus:not(.divider),
|
|
.jui .combo ul > li:focus:not(.divider),
|
|
.jui .dropup ul > li.active,
|
|
.jui .dropdown ul > li.active,
|
|
.jui .combo ul > li.active {
|
|
background-color: #865de1;
|
|
background-image: -moz-linear-gradient(top, #9a73f3, #693cc6);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9a73f3), to(#693cc6));
|
|
background-image: -webkit-linear-gradient(top, #9a73f3, #693cc6);
|
|
background-image: -o-linear-gradient(top, #9a73f3, #693cc6);
|
|
background-image: linear-gradient(to bottom, #9a73f3, #693cc6);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a73f3', endColorstr='#ff693cc6', GradientType=0);
|
|
color: #fff;
|
|
}
|
|
.jui .dropup ul > li.divider,
|
|
.jui .dropdown ul > li.divider,
|
|
.jui .combo ul > li.divider {
|
|
*width: 100%;
|
|
height: 1px;
|
|
margin: 4px 1px 3px 1px;
|
|
*margin: -5px 0 5px;
|
|
overflow: hidden;
|
|
background-color: #e5e5e5;
|
|
border-bottom: 1px solid #ffffff;
|
|
}
|
|
.jui .dropup ul::-webkit-scrollbar-thumb,
|
|
.jui .dropdown ul::-webkit-scrollbar-thumb,
|
|
.jui .combo ul::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .dropup ul::-webkit-scrollbar-thumb:hover,
|
|
.jui .dropdown ul::-webkit-scrollbar-thumb:hover,
|
|
.jui .combo ul::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .dropup ul::-webkit-scrollbar,
|
|
.jui .dropdown ul::-webkit-scrollbar,
|
|
.jui .combo ul::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .dropup .anchor,
|
|
.jui .dropdown .anchor,
|
|
.jui .combo .anchor {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -10px;
|
|
width: 0;
|
|
height: 0;
|
|
border-right: 10px solid transparent;
|
|
border-left: 10px solid transparent;
|
|
border-bottom: 10px solid #e2e2e2;
|
|
}
|
|
.jui .dropup .anchor:after,
|
|
.jui .dropdown .anchor:after,
|
|
.jui .combo .anchor:after {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -9px;
|
|
width: 0;
|
|
height: 0;
|
|
content: "";
|
|
}
|
|
.jui .dropup .anchor:after,
|
|
.jui .dropdown .anchor:after,
|
|
.jui .combo .anchor:after {
|
|
top: 2px;
|
|
border-right: 9px solid transparent;
|
|
border-left: 9px solid transparent;
|
|
border-bottom: 9px solid #ffffff;
|
|
}
|
|
.jui .dropup ul,
|
|
.jui .dropdown ul,
|
|
.jui .combo ul {
|
|
position: absolute !important;
|
|
z-index: 1000;
|
|
float: left;
|
|
padding: 5px 0;
|
|
margin: 0px !important;
|
|
list-style: none;
|
|
*border-right-width: 2px;
|
|
*border-bottom-width: 2px;
|
|
-webkit-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
|
|
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
|
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
|
|
}
|
|
.jui .dropup ul > li,
|
|
.jui .dropdown ul > li,
|
|
.jui .combo ul > li {
|
|
position: relative;
|
|
display: block;
|
|
float: none;
|
|
clear: both;
|
|
font-weight: normal;
|
|
cursor: pointer;
|
|
}
|
|
.jui .dropup ul > li > *,
|
|
.jui .dropdown ul > li > *,
|
|
.jui .combo ul > li > * {
|
|
display: inline-block;
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
.jui .dropup ul.pull-right,
|
|
.jui .dropdown ul.pull-right,
|
|
.jui .combo ul.pull-right {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
.jui .dropdown-large ul > li:not(.divider) {
|
|
padding: 3px 20px !important;
|
|
font-size: 12px !important;
|
|
}
|
|
.jui .dropdown-normal ul > li:not(.divider) {
|
|
padding: 0px 10px;
|
|
line-height: 20px;
|
|
font-size: 12px;
|
|
}
|
|
.jui .dropdown-white ul {
|
|
background-color: #fff;
|
|
border: 1px solid #ccc;
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
}
|
|
.jui .dropdown-white ul > li {
|
|
color: #333;
|
|
}
|
|
.jui .dropdown-white ul > li:hover:not(.divider),
|
|
.jui .dropdown-white ul > li:focus:not(.divider),
|
|
.jui .dropdown-white ul > li.active {
|
|
background-color: #865de1;
|
|
background-image: -moz-linear-gradient(top, #9a73f3, #693cc6);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9a73f3), to(#693cc6));
|
|
background-image: -webkit-linear-gradient(top, #9a73f3, #693cc6);
|
|
background-image: -o-linear-gradient(top, #9a73f3, #693cc6);
|
|
background-image: linear-gradient(to bottom, #9a73f3, #693cc6);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a73f3', endColorstr='#ff693cc6', GradientType=0);
|
|
color: #fff;
|
|
}
|
|
.jui .dropdown-white ul > li.divider {
|
|
*width: 100%;
|
|
height: 1px;
|
|
margin: 4px 1px 3px 1px;
|
|
*margin: -5px 0 5px;
|
|
overflow: hidden;
|
|
background-color: #e5e5e5;
|
|
border-bottom: 1px solid #ffffff;
|
|
}
|
|
.jui .dropdown-white ul::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .dropdown-white ul::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .dropdown-white ul::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .dropdown-white .anchor {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -10px;
|
|
width: 0;
|
|
height: 0;
|
|
border-right: 10px solid transparent;
|
|
border-left: 10px solid transparent;
|
|
border-bottom: 10px solid #e2e2e2;
|
|
}
|
|
.jui .dropdown-white .anchor:after {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -9px;
|
|
width: 0;
|
|
height: 0;
|
|
content: "";
|
|
}
|
|
.jui .dropdown-white .anchor:after {
|
|
top: 2px;
|
|
border-right: 9px solid transparent;
|
|
border-left: 9px solid transparent;
|
|
border-bottom: 9px solid #ffffff;
|
|
}
|
|
.jui .dropdown-black ul {
|
|
background-color: #434343;
|
|
border: 1px solid #000000;
|
|
}
|
|
.jui .dropdown-black ul > li {
|
|
color: #fff;
|
|
}
|
|
.jui .dropdown-black ul > li:hover:not(.divider),
|
|
.jui .dropdown-black ul > li:focus:not(.divider),
|
|
.jui .dropdown-black ul > li.active {
|
|
background-color: #865de1;
|
|
background-image: -moz-linear-gradient(top, #9a73f3, #693cc6);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9a73f3), to(#693cc6));
|
|
background-image: -webkit-linear-gradient(top, #9a73f3, #693cc6);
|
|
background-image: -o-linear-gradient(top, #9a73f3, #693cc6);
|
|
background-image: linear-gradient(to bottom, #9a73f3, #693cc6);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a73f3', endColorstr='#ff693cc6', GradientType=0);
|
|
color: #fff;
|
|
}
|
|
.jui .dropdown-black ul > li.divider {
|
|
*width: 100%;
|
|
height: 1px;
|
|
margin: 4px 1px 3px 1px;
|
|
*margin: -5px 0 5px;
|
|
overflow: hidden;
|
|
background-color: #434343;
|
|
border-bottom: 1px solid #626262;
|
|
}
|
|
.jui .dropdown-black ul::-webkit-scrollbar-thumb {
|
|
background: #7a7a7a;
|
|
border: 1px solid #636363;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .dropdown-black ul::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .dropdown-black ul::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .dropdown-black .anchor {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -10px;
|
|
width: 0;
|
|
height: 0;
|
|
border-right: 10px solid transparent;
|
|
border-left: 10px solid transparent;
|
|
border-bottom: 10px solid #434343;
|
|
}
|
|
.jui .dropdown-black .anchor:after {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -9px;
|
|
width: 0;
|
|
height: 0;
|
|
content: "";
|
|
}
|
|
.jui .dropdown-black .anchor:after {
|
|
top: 2px;
|
|
border-right: 9px solid transparent;
|
|
border-left: 9px solid transparent;
|
|
border-bottom: 9px solid #434343;
|
|
}
|
|
.jui .dropdown-rect ul {
|
|
-webkit-border-radius: 0 !important;
|
|
-moz-border-radius: 0 !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
.jui .dropup .submenu,
|
|
.jui .dropdown .submenu {
|
|
position: relative;
|
|
}
|
|
.jui .dropup .submenu > ul,
|
|
.jui .dropdown .submenu > ul {
|
|
top: 0;
|
|
left: 100%;
|
|
margin-top: -6px;
|
|
margin-left: -1px;
|
|
display: none;
|
|
-webkit-border-radius: 0 6px 6px 6px;
|
|
-moz-border-radius: 0 6px 6px 6px;
|
|
border-radius: 0 6px 6px 6px;
|
|
}
|
|
.jui .dropup .submenu:hover > ul,
|
|
.jui .dropdown .submenu:hover > ul {
|
|
display: block;
|
|
}
|
|
.jui .dropup .submenu:after,
|
|
.jui .dropdown .submenu:after {
|
|
display: block;
|
|
content: " ";
|
|
float: right;
|
|
width: 0;
|
|
height: 0;
|
|
border-color: transparent;
|
|
border-style: solid;
|
|
border-width: 5px 0 5px 5px;
|
|
border-left-color: #cccccc;
|
|
margin-top: 5px;
|
|
margin-right: 0px;
|
|
}
|
|
.jui .dropup .submenu.pull-left,
|
|
.jui .dropdown .submenu.pull-left {
|
|
float: none;
|
|
}
|
|
.jui .dropup .submenu.pull-left > ul,
|
|
.jui .dropdown .submenu.pull-left > ul {
|
|
left: -100%;
|
|
-webkit-border-radius: 6px 0 6px 6px;
|
|
-moz-border-radius: 6px 0 6px 6px;
|
|
border-radius: 6px 0 6px 6px;
|
|
}
|
|
.jui .dropup .submenu > ul {
|
|
top: auto;
|
|
bottom: 0;
|
|
margin-top: 0;
|
|
margin-bottom: -2px;
|
|
-webkit-border-radius: 5px 5px 5px 0;
|
|
-moz-border-radius: 5px 5px 5px 0;
|
|
border-radius: 5px 5px 5px 0;
|
|
}
|
|
.jui .dropdown-large .submenu > *:first-child:after {
|
|
margin-right: -10px !important;
|
|
}
|
|
.jui .dropdown-scroll-white::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .dropdown-scroll-white::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .dropdown-scroll-black::-webkit-scrollbar-thumb {
|
|
background: #7a7a7a;
|
|
border: 1px solid #636363;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .dropdown-scroll-black::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .dropdown-scroll-white::-webkit-scrollbar,
|
|
.jui .dropdown-scroll-black::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .combo ul {
|
|
display: none;
|
|
}
|
|
.jui .combo ul > li > * {
|
|
width: 100%;
|
|
}
|
|
.jui .combo-black ul {
|
|
background-color: #434343 !important;
|
|
border: 1px solid #000000 !important;
|
|
}
|
|
.jui .combo-black ul > li {
|
|
color: #fff !important;
|
|
}
|
|
.jui .combo-black ul > li:hover:not(.divider),
|
|
.jui .combo-black ul > li:focus:not(.divider),
|
|
.jui .combo-black ul > li.active {
|
|
background-color: #865de1 !important;
|
|
background-image: -moz-linear-gradient(top, #9a73f3, #693cc6) !important;
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9a73f3), to(#693cc6)) !important;
|
|
background-image: -webkit-linear-gradient(top, #9a73f3, #693cc6) !important;
|
|
background-image: -o-linear-gradient(top, #9a73f3, #693cc6) !important;
|
|
background-image: linear-gradient(to bottom, #9a73f3, #693cc6) !important;
|
|
background-repeat: repeat-x !important;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a73f3', endColorstr='#ff693cc6', GradientType=0) !important;
|
|
color: #fff !important;
|
|
}
|
|
.jui .combo-black ul > li.divider {
|
|
*width: 100% !important;
|
|
height: 1px !important;
|
|
margin: 4px 1px 3px 1px !important;
|
|
*margin: -5px 0 5px !important;
|
|
overflow: hidden !important;
|
|
background-color: #434343 !important;
|
|
border-bottom: 1px solid #626262 !important;
|
|
}
|
|
.jui .combo-black ul::-webkit-scrollbar-thumb {
|
|
background: #7a7a7a !important;
|
|
border: 1px solid #636363 !important;
|
|
-webkit-border-radius: 5px !important;
|
|
-moz-border-radius: 5px !important;
|
|
border-radius: 5px !important;
|
|
}
|
|
.jui .combo-black ul::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a !important;
|
|
border: 1px solid #737373 !important;
|
|
}
|
|
.jui .combo-black ul::-webkit-scrollbar {
|
|
width: 10px !important;
|
|
height: 10px !important;
|
|
}
|
|
.jui .combo-black .anchor {
|
|
position: absolute !important;
|
|
left: 50% !important;
|
|
margin-left: -10px !important;
|
|
width: 0 !important;
|
|
height: 0 !important;
|
|
border-right: 10px solid transparent !important;
|
|
border-left: 10px solid transparent !important;
|
|
border-bottom: 10px solid #434343 !important;
|
|
}
|
|
.jui .combo-black .anchor:after {
|
|
position: absolute !important;
|
|
left: 50% !important;
|
|
margin-left: -9px !important;
|
|
width: 0 !important;
|
|
height: 0 !important;
|
|
content: "" !important;
|
|
}
|
|
.jui .combo-black .anchor:after {
|
|
top: 2px !important;
|
|
border-right: 9px solid transparent !important;
|
|
border-left: 9px solid transparent !important;
|
|
border-bottom: 9px solid #434343 !important;
|
|
}
|
|
.jui {
|
|
/* Icon Animations */
|
|
/* Icon Colors (@Deprecated) */
|
|
}
|
|
@font-face {
|
|
font-family: 'jennifer';
|
|
src: url('img/icon-list.eot?2jwwu9');
|
|
src: url('img/icon-list.eot?#iefix2jwwu9') format('embedded-opentype'), url('img/icon-list.woff?2jwwu9') format('woff'), url('img/icon-list.ttf?2jwwu9') format('truetype'), url('img/icon-list.svg?2jwwu9#icomoon') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
.jui [class^="icon-"],
|
|
.jui [class*=" icon-"] {
|
|
font-family: 'jennifer';
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
display: inline-block;
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
.jui .icon-add-dir:before {
|
|
content: "\e600";
|
|
}
|
|
.jui .icon-add-dir2:before {
|
|
content: "\e601";
|
|
}
|
|
.jui .icon-align-center:before {
|
|
content: "\e602";
|
|
}
|
|
.jui .icon-align-left:before {
|
|
content: "\e603";
|
|
}
|
|
.jui .icon-align-right:before {
|
|
content: "\e604";
|
|
}
|
|
.jui .icon-analysis:before {
|
|
content: "\e605";
|
|
}
|
|
.jui .icon-analysis2:before {
|
|
content: "\e606";
|
|
}
|
|
.jui .icon-arrow1:before {
|
|
content: "\e607";
|
|
}
|
|
.jui .icon-arrow2:before {
|
|
content: "\e608";
|
|
}
|
|
.jui .icon-arrow3:before {
|
|
content: "\e609";
|
|
}
|
|
.jui .icon-bold:before {
|
|
content: "\e60a";
|
|
}
|
|
.jui .icon-calendar:before {
|
|
content: "\e60b";
|
|
}
|
|
.jui .icon-caution:before {
|
|
content: "\e60c";
|
|
}
|
|
.jui .icon-caution2:before {
|
|
content: "\e60d";
|
|
}
|
|
.jui .icon-chart-area:before {
|
|
content: "\e60e";
|
|
}
|
|
.jui .icon-chart-bar:before {
|
|
content: "\e60f";
|
|
}
|
|
.jui .icon-chart-candle:before {
|
|
content: "\e610";
|
|
}
|
|
.jui .icon-chart-column:before {
|
|
content: "\e611";
|
|
}
|
|
.jui .icon-chart-gauge:before {
|
|
content: "\e612";
|
|
}
|
|
.jui .icon-chart-line:before {
|
|
content: "\e613";
|
|
}
|
|
.jui .icon-chart-radar:before {
|
|
content: "\e614";
|
|
}
|
|
.jui .icon-chart-scatter:before {
|
|
content: "\e615";
|
|
}
|
|
.jui .icon-chart:before {
|
|
content: "\e616";
|
|
}
|
|
.jui .icon-check:before {
|
|
content: "\e617";
|
|
}
|
|
.jui .icon-checkmark:before {
|
|
content: "\e618";
|
|
}
|
|
.jui .icon-chevron-left:before {
|
|
content: "\e619";
|
|
}
|
|
.jui .icon-chevron-right:before {
|
|
content: "\e61a";
|
|
}
|
|
.jui .icon-close:before {
|
|
content: "\e61b";
|
|
}
|
|
.jui .icon-dashboard:before {
|
|
content: "\e61c";
|
|
}
|
|
.jui .icon-dashboardlist:before {
|
|
content: "\e61d";
|
|
}
|
|
.jui .icon-db:before {
|
|
content: "\e61e";
|
|
}
|
|
.jui .icon-device:before {
|
|
content: "\e61f";
|
|
}
|
|
.jui .icon-document:before {
|
|
content: "\e620";
|
|
}
|
|
.jui .icon-download:before {
|
|
content: "\e621";
|
|
}
|
|
.jui .icon-edit:before {
|
|
content: "\e622";
|
|
}
|
|
.jui .icon-etc:before {
|
|
content: "\e623";
|
|
}
|
|
.jui .icon-exit:before {
|
|
content: "\e624";
|
|
}
|
|
.jui .icon-gear:before {
|
|
content: "\e625";
|
|
}
|
|
.jui .icon-help:before {
|
|
content: "\e626";
|
|
}
|
|
.jui .icon-hide:before {
|
|
content: "\e627";
|
|
}
|
|
.jui .icon-home:before {
|
|
content: "\e628";
|
|
}
|
|
.jui .icon-html:before {
|
|
content: "\e629";
|
|
}
|
|
.jui .icon-image:before {
|
|
content: "\e62a";
|
|
}
|
|
.jui .icon-info-message:before {
|
|
content: "\e62b";
|
|
}
|
|
.jui .icon-info:before {
|
|
content: "\e62c";
|
|
}
|
|
.jui .icon-italic:before {
|
|
content: "\e62d";
|
|
}
|
|
.jui .icon-jennifer-server:before {
|
|
content: "\e62e";
|
|
}
|
|
.jui .icon-label:before {
|
|
content: "\e62f";
|
|
}
|
|
.jui .icon-left:before {
|
|
content: "\e630";
|
|
}
|
|
.jui .icon-link:before {
|
|
content: "\e631";
|
|
}
|
|
.jui .icon-loading:before {
|
|
content: "\e632";
|
|
}
|
|
.jui .icon-menu:before {
|
|
content: "\e633";
|
|
}
|
|
.jui .icon-message:before {
|
|
content: "\e634";
|
|
}
|
|
.jui .icon-minus:before {
|
|
content: "\e635";
|
|
}
|
|
.jui .icon-monitoring:before {
|
|
content: "\e636";
|
|
}
|
|
.jui .icon-more:before {
|
|
content: "\e637";
|
|
}
|
|
.jui .icon-new-window:before {
|
|
content: "\e638";
|
|
}
|
|
.jui .icon-orderedlist:before {
|
|
content: "\e639";
|
|
}
|
|
.jui .icon-pause:before {
|
|
content: "\e63a";
|
|
}
|
|
.jui .icon-play:before {
|
|
content: "\e63b";
|
|
}
|
|
.jui .icon-plus:before {
|
|
content: "\e63c";
|
|
}
|
|
.jui .icon-preview:before {
|
|
content: "\e63d";
|
|
}
|
|
.jui .icon-printer:before {
|
|
content: "\e63e";
|
|
}
|
|
.jui .icon-profile:before {
|
|
content: "\e63f";
|
|
}
|
|
.jui .icon-realtime:before {
|
|
content: "\e640";
|
|
}
|
|
.jui .icon-refresh:before {
|
|
content: "\e641";
|
|
}
|
|
.jui .icon-refresh2:before {
|
|
content: "\e642";
|
|
}
|
|
.jui .icon-report-build:before {
|
|
content: "\e643";
|
|
}
|
|
.jui .icon-report-link:before {
|
|
content: "\e644";
|
|
}
|
|
.jui .icon-report:before {
|
|
content: "\e645";
|
|
}
|
|
.jui .icon-resize:before {
|
|
content: "\e646";
|
|
}
|
|
.jui .icon-return:before {
|
|
content: "\e647";
|
|
}
|
|
.jui .icon-right:before {
|
|
content: "\e648";
|
|
}
|
|
.jui .icon-rule:before {
|
|
content: "\e649";
|
|
}
|
|
.jui .icon-save:before {
|
|
content: "\e64a";
|
|
}
|
|
.jui .icon-search:before {
|
|
content: "\e64b";
|
|
}
|
|
.jui .icon-server:before {
|
|
content: "\e64c";
|
|
}
|
|
.jui .icon-statistics:before {
|
|
content: "\e64d";
|
|
}
|
|
.jui .icon-stop:before {
|
|
content: "\e64e";
|
|
}
|
|
.jui .icon-stoppage:before {
|
|
content: "\e64f";
|
|
}
|
|
.jui .icon-table:before {
|
|
content: "\e650";
|
|
}
|
|
.jui .icon-text:before {
|
|
content: "\e651";
|
|
}
|
|
.jui .icon-textcolor:before {
|
|
content: "\e652";
|
|
}
|
|
.jui .icon-tool:before {
|
|
content: "\e653";
|
|
}
|
|
.jui .icon-trashcan:before {
|
|
content: "\e654";
|
|
}
|
|
.jui .icon-underline:before {
|
|
content: "\e655";
|
|
}
|
|
.jui .icon-unorderedlist:before {
|
|
content: "\e656";
|
|
}
|
|
.jui .icon-upload:before {
|
|
content: "\e657";
|
|
}
|
|
.jui .icon-user:before {
|
|
content: "\e658";
|
|
}
|
|
.jui .icon-was:before {
|
|
content: "\e659";
|
|
}
|
|
.jui .icon-ws:before {
|
|
content: "\e65a";
|
|
}
|
|
.jui .icon-spin {
|
|
-webkit-animation: spin 2s infinite linear;
|
|
-moz-animation: spin 2s infinite linear;
|
|
-o-animation: spin 2s infinite linear;
|
|
animation: spin 2s infinite linear;
|
|
/* SPIN */
|
|
/* Flash */
|
|
/* BOUNCE */
|
|
/* FLOAT */
|
|
/* PULSE */
|
|
}
|
|
@-moz-keyframes spin {
|
|
0% {
|
|
-moz-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-moz-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-webkit-keyframes spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-ms-keyframes spin {
|
|
0% {
|
|
-ms-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-ms-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@keyframes spin {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-moz-keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-webkit-keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-ms-keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-moz-keyframes bounce {
|
|
0%,
|
|
100%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
-moz-transform: translateY(0);
|
|
}
|
|
40% {
|
|
-moz-transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
-moz-transform: translateY(-10px);
|
|
}
|
|
}
|
|
@-webkit-keyframes bounce {
|
|
0%,
|
|
100%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
40% {
|
|
-webkit-transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
-webkit-transform: translateY(-10px);
|
|
}
|
|
}
|
|
@-ms-keyframes bounce {
|
|
0%,
|
|
100%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
-ms-transform: translateY(0);
|
|
}
|
|
40% {
|
|
-ms-transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
-ms-transform: translateY(-10px);
|
|
}
|
|
}
|
|
@keyframes bounce {
|
|
0%,
|
|
10%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
transform: translateY(0);
|
|
}
|
|
40% {
|
|
transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
transform: translateY(-10px);
|
|
}
|
|
}
|
|
@-moz-keyframes float {
|
|
0% {
|
|
-moz-transform: translateY(0);
|
|
}
|
|
50% {
|
|
-moz-transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
-moz-transform: translateY(0);
|
|
}
|
|
}
|
|
@-webkit-keyframes float {
|
|
0% {
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
50% {
|
|
-webkit-transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
}
|
|
@-ms-keyframes float {
|
|
0% {
|
|
-ms-transform: translateY(0);
|
|
}
|
|
50% {
|
|
-ms-transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
-ms-transform: translateY(0);
|
|
}
|
|
}
|
|
@keyframes float {
|
|
0% {
|
|
transform: translateY(0);
|
|
}
|
|
50% {
|
|
transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
@-moz-keyframes pulse {
|
|
0% {
|
|
-moz-transform: scale(1.1);
|
|
}
|
|
50% {
|
|
-moz-transform: scale(0.8);
|
|
}
|
|
100% {
|
|
-moz-transform: scale(1);
|
|
}
|
|
}
|
|
@-webkit-keyframes pulse {
|
|
0% {
|
|
-webkit-transform: scale(1);
|
|
}
|
|
50% {
|
|
-webkit-transform: scale(0.8);
|
|
}
|
|
100% {
|
|
-webkit-transform: scale(1);
|
|
}
|
|
}
|
|
@-ms-keyframes pulse {
|
|
0% {
|
|
-ms-transform: scale(1.1);
|
|
}
|
|
50% {
|
|
-ms-transform: scale(0.8);
|
|
}
|
|
100% {
|
|
-ms-transform: scale(1);
|
|
}
|
|
}
|
|
@keyframes pulse {
|
|
0% {
|
|
transform: scale(1.1);
|
|
}
|
|
50% {
|
|
transform: scale(0.8);
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
.jui .icon-flash {
|
|
-webkit-animation: flash 2s infinite ease;
|
|
-moz-animation: flash 2s infinite ease;
|
|
-o-animation: flash 2s infinite ease;
|
|
animation: flash 2s infinite ease;
|
|
/* SPIN */
|
|
/* Flash */
|
|
/* BOUNCE */
|
|
/* FLOAT */
|
|
/* PULSE */
|
|
}
|
|
@-moz-keyframes spin {
|
|
0% {
|
|
-moz-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-moz-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-webkit-keyframes spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-ms-keyframes spin {
|
|
0% {
|
|
-ms-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-ms-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@keyframes spin {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-moz-keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-webkit-keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-ms-keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-moz-keyframes bounce {
|
|
0%,
|
|
100%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
-moz-transform: translateY(0);
|
|
}
|
|
40% {
|
|
-moz-transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
-moz-transform: translateY(-10px);
|
|
}
|
|
}
|
|
@-webkit-keyframes bounce {
|
|
0%,
|
|
100%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
40% {
|
|
-webkit-transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
-webkit-transform: translateY(-10px);
|
|
}
|
|
}
|
|
@-ms-keyframes bounce {
|
|
0%,
|
|
100%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
-ms-transform: translateY(0);
|
|
}
|
|
40% {
|
|
-ms-transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
-ms-transform: translateY(-10px);
|
|
}
|
|
}
|
|
@keyframes bounce {
|
|
0%,
|
|
10%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
transform: translateY(0);
|
|
}
|
|
40% {
|
|
transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
transform: translateY(-10px);
|
|
}
|
|
}
|
|
@-moz-keyframes float {
|
|
0% {
|
|
-moz-transform: translateY(0);
|
|
}
|
|
50% {
|
|
-moz-transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
-moz-transform: translateY(0);
|
|
}
|
|
}
|
|
@-webkit-keyframes float {
|
|
0% {
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
50% {
|
|
-webkit-transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
}
|
|
@-ms-keyframes float {
|
|
0% {
|
|
-ms-transform: translateY(0);
|
|
}
|
|
50% {
|
|
-ms-transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
-ms-transform: translateY(0);
|
|
}
|
|
}
|
|
@keyframes float {
|
|
0% {
|
|
transform: translateY(0);
|
|
}
|
|
50% {
|
|
transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
@-moz-keyframes pulse {
|
|
0% {
|
|
-moz-transform: scale(1.1);
|
|
}
|
|
50% {
|
|
-moz-transform: scale(0.8);
|
|
}
|
|
100% {
|
|
-moz-transform: scale(1);
|
|
}
|
|
}
|
|
@-webkit-keyframes pulse {
|
|
0% {
|
|
-webkit-transform: scale(1);
|
|
}
|
|
50% {
|
|
-webkit-transform: scale(0.8);
|
|
}
|
|
100% {
|
|
-webkit-transform: scale(1);
|
|
}
|
|
}
|
|
@-ms-keyframes pulse {
|
|
0% {
|
|
-ms-transform: scale(1.1);
|
|
}
|
|
50% {
|
|
-ms-transform: scale(0.8);
|
|
}
|
|
100% {
|
|
-ms-transform: scale(1);
|
|
}
|
|
}
|
|
@keyframes pulse {
|
|
0% {
|
|
transform: scale(1.1);
|
|
}
|
|
50% {
|
|
transform: scale(0.8);
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
.jui .icon-bounce {
|
|
-webkit-animation: bounce 2s infinite ease;
|
|
-moz-animation: bounce 2s infinite ease;
|
|
-o-animation: bounce 2s infinite ease;
|
|
animation: bounce 2s infinite ease;
|
|
/* SPIN */
|
|
/* Flash */
|
|
/* BOUNCE */
|
|
/* FLOAT */
|
|
/* PULSE */
|
|
}
|
|
@-moz-keyframes spin {
|
|
0% {
|
|
-moz-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-moz-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-webkit-keyframes spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-ms-keyframes spin {
|
|
0% {
|
|
-ms-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-ms-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@keyframes spin {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-moz-keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-webkit-keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-ms-keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-moz-keyframes bounce {
|
|
0%,
|
|
100%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
-moz-transform: translateY(0);
|
|
}
|
|
40% {
|
|
-moz-transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
-moz-transform: translateY(-10px);
|
|
}
|
|
}
|
|
@-webkit-keyframes bounce {
|
|
0%,
|
|
100%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
40% {
|
|
-webkit-transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
-webkit-transform: translateY(-10px);
|
|
}
|
|
}
|
|
@-ms-keyframes bounce {
|
|
0%,
|
|
100%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
-ms-transform: translateY(0);
|
|
}
|
|
40% {
|
|
-ms-transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
-ms-transform: translateY(-10px);
|
|
}
|
|
}
|
|
@keyframes bounce {
|
|
0%,
|
|
10%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
transform: translateY(0);
|
|
}
|
|
40% {
|
|
transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
transform: translateY(-10px);
|
|
}
|
|
}
|
|
@-moz-keyframes float {
|
|
0% {
|
|
-moz-transform: translateY(0);
|
|
}
|
|
50% {
|
|
-moz-transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
-moz-transform: translateY(0);
|
|
}
|
|
}
|
|
@-webkit-keyframes float {
|
|
0% {
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
50% {
|
|
-webkit-transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
}
|
|
@-ms-keyframes float {
|
|
0% {
|
|
-ms-transform: translateY(0);
|
|
}
|
|
50% {
|
|
-ms-transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
-ms-transform: translateY(0);
|
|
}
|
|
}
|
|
@keyframes float {
|
|
0% {
|
|
transform: translateY(0);
|
|
}
|
|
50% {
|
|
transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
@-moz-keyframes pulse {
|
|
0% {
|
|
-moz-transform: scale(1.1);
|
|
}
|
|
50% {
|
|
-moz-transform: scale(0.8);
|
|
}
|
|
100% {
|
|
-moz-transform: scale(1);
|
|
}
|
|
}
|
|
@-webkit-keyframes pulse {
|
|
0% {
|
|
-webkit-transform: scale(1);
|
|
}
|
|
50% {
|
|
-webkit-transform: scale(0.8);
|
|
}
|
|
100% {
|
|
-webkit-transform: scale(1);
|
|
}
|
|
}
|
|
@-ms-keyframes pulse {
|
|
0% {
|
|
-ms-transform: scale(1.1);
|
|
}
|
|
50% {
|
|
-ms-transform: scale(0.8);
|
|
}
|
|
100% {
|
|
-ms-transform: scale(1);
|
|
}
|
|
}
|
|
@keyframes pulse {
|
|
0% {
|
|
transform: scale(1.1);
|
|
}
|
|
50% {
|
|
transform: scale(0.8);
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
.jui .icon-float {
|
|
-webkit-animation: float 2s infinite linear;
|
|
-moz-animation: float 2s infinite linear;
|
|
-o-animation: float 2s infinite linear;
|
|
animation: float 2s infinite linear;
|
|
/* SPIN */
|
|
/* Flash */
|
|
/* BOUNCE */
|
|
/* FLOAT */
|
|
/* PULSE */
|
|
}
|
|
@-moz-keyframes spin {
|
|
0% {
|
|
-moz-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-moz-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-webkit-keyframes spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-ms-keyframes spin {
|
|
0% {
|
|
-ms-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-ms-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@keyframes spin {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-moz-keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-webkit-keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-ms-keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-moz-keyframes bounce {
|
|
0%,
|
|
100%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
-moz-transform: translateY(0);
|
|
}
|
|
40% {
|
|
-moz-transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
-moz-transform: translateY(-10px);
|
|
}
|
|
}
|
|
@-webkit-keyframes bounce {
|
|
0%,
|
|
100%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
40% {
|
|
-webkit-transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
-webkit-transform: translateY(-10px);
|
|
}
|
|
}
|
|
@-ms-keyframes bounce {
|
|
0%,
|
|
100%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
-ms-transform: translateY(0);
|
|
}
|
|
40% {
|
|
-ms-transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
-ms-transform: translateY(-10px);
|
|
}
|
|
}
|
|
@keyframes bounce {
|
|
0%,
|
|
10%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
transform: translateY(0);
|
|
}
|
|
40% {
|
|
transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
transform: translateY(-10px);
|
|
}
|
|
}
|
|
@-moz-keyframes float {
|
|
0% {
|
|
-moz-transform: translateY(0);
|
|
}
|
|
50% {
|
|
-moz-transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
-moz-transform: translateY(0);
|
|
}
|
|
}
|
|
@-webkit-keyframes float {
|
|
0% {
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
50% {
|
|
-webkit-transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
}
|
|
@-ms-keyframes float {
|
|
0% {
|
|
-ms-transform: translateY(0);
|
|
}
|
|
50% {
|
|
-ms-transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
-ms-transform: translateY(0);
|
|
}
|
|
}
|
|
@keyframes float {
|
|
0% {
|
|
transform: translateY(0);
|
|
}
|
|
50% {
|
|
transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
@-moz-keyframes pulse {
|
|
0% {
|
|
-moz-transform: scale(1.1);
|
|
}
|
|
50% {
|
|
-moz-transform: scale(0.8);
|
|
}
|
|
100% {
|
|
-moz-transform: scale(1);
|
|
}
|
|
}
|
|
@-webkit-keyframes pulse {
|
|
0% {
|
|
-webkit-transform: scale(1);
|
|
}
|
|
50% {
|
|
-webkit-transform: scale(0.8);
|
|
}
|
|
100% {
|
|
-webkit-transform: scale(1);
|
|
}
|
|
}
|
|
@-ms-keyframes pulse {
|
|
0% {
|
|
-ms-transform: scale(1.1);
|
|
}
|
|
50% {
|
|
-ms-transform: scale(0.8);
|
|
}
|
|
100% {
|
|
-ms-transform: scale(1);
|
|
}
|
|
}
|
|
@keyframes pulse {
|
|
0% {
|
|
transform: scale(1.1);
|
|
}
|
|
50% {
|
|
transform: scale(0.8);
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
.jui .icon-pulse {
|
|
-webkit-animation: pulse 2s infinite linear;
|
|
-moz-animation: pulse 2s infinite linear;
|
|
-o-animation: pulse 2s infinite linear;
|
|
animation: pulse 2s infinite linear;
|
|
/* SPIN */
|
|
/* Flash */
|
|
/* BOUNCE */
|
|
/* FLOAT */
|
|
/* PULSE */
|
|
}
|
|
@-moz-keyframes spin {
|
|
0% {
|
|
-moz-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-moz-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-webkit-keyframes spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-ms-keyframes spin {
|
|
0% {
|
|
-ms-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-ms-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@keyframes spin {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-moz-keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-webkit-keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-ms-keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes flash {
|
|
0%,
|
|
100%,
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
25%,
|
|
75% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-moz-keyframes bounce {
|
|
0%,
|
|
100%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
-moz-transform: translateY(0);
|
|
}
|
|
40% {
|
|
-moz-transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
-moz-transform: translateY(-10px);
|
|
}
|
|
}
|
|
@-webkit-keyframes bounce {
|
|
0%,
|
|
100%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
40% {
|
|
-webkit-transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
-webkit-transform: translateY(-10px);
|
|
}
|
|
}
|
|
@-ms-keyframes bounce {
|
|
0%,
|
|
100%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
-ms-transform: translateY(0);
|
|
}
|
|
40% {
|
|
-ms-transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
-ms-transform: translateY(-10px);
|
|
}
|
|
}
|
|
@keyframes bounce {
|
|
0%,
|
|
10%,
|
|
20%,
|
|
50%,
|
|
80% {
|
|
transform: translateY(0);
|
|
}
|
|
40% {
|
|
transform: translateY(-10px);
|
|
}
|
|
60% {
|
|
transform: translateY(-10px);
|
|
}
|
|
}
|
|
@-moz-keyframes float {
|
|
0% {
|
|
-moz-transform: translateY(0);
|
|
}
|
|
50% {
|
|
-moz-transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
-moz-transform: translateY(0);
|
|
}
|
|
}
|
|
@-webkit-keyframes float {
|
|
0% {
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
50% {
|
|
-webkit-transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
-webkit-transform: translateY(0);
|
|
}
|
|
}
|
|
@-ms-keyframes float {
|
|
0% {
|
|
-ms-transform: translateY(0);
|
|
}
|
|
50% {
|
|
-ms-transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
-ms-transform: translateY(0);
|
|
}
|
|
}
|
|
@keyframes float {
|
|
0% {
|
|
transform: translateY(0);
|
|
}
|
|
50% {
|
|
transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
@-moz-keyframes pulse {
|
|
0% {
|
|
-moz-transform: scale(1.1);
|
|
}
|
|
50% {
|
|
-moz-transform: scale(0.8);
|
|
}
|
|
100% {
|
|
-moz-transform: scale(1);
|
|
}
|
|
}
|
|
@-webkit-keyframes pulse {
|
|
0% {
|
|
-webkit-transform: scale(1);
|
|
}
|
|
50% {
|
|
-webkit-transform: scale(0.8);
|
|
}
|
|
100% {
|
|
-webkit-transform: scale(1);
|
|
}
|
|
}
|
|
@-ms-keyframes pulse {
|
|
0% {
|
|
-ms-transform: scale(1.1);
|
|
}
|
|
50% {
|
|
-ms-transform: scale(0.8);
|
|
}
|
|
100% {
|
|
-ms-transform: scale(1);
|
|
}
|
|
}
|
|
@keyframes pulse {
|
|
0% {
|
|
transform: scale(1.1);
|
|
}
|
|
50% {
|
|
transform: scale(0.8);
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
.jui .icon-black {
|
|
color: #343434;
|
|
}
|
|
.jui .icon-purple {
|
|
color: #8a5ad1;
|
|
}
|
|
.jui .icon-white {
|
|
color: #ffffff;
|
|
}
|
|
.jui .icon-gray {
|
|
color: #bdbdbd;
|
|
}
|
|
.jui .group,
|
|
.jui .combo,
|
|
.jui .paging,
|
|
.jui .bargraph {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
.jui .group > *:not(ul),
|
|
.jui .combo > *:not(ul),
|
|
.jui .paging > *:not(ul),
|
|
.jui .bargraph > *:not(ul) {
|
|
position: relative;
|
|
-webkit-border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
border-radius: 0;
|
|
}
|
|
.jui .group > * + *:not(ul),
|
|
.jui .combo > * + *:not(ul),
|
|
.jui .paging > * + *:not(ul),
|
|
.jui .bargraph > * + *:not(ul) {
|
|
margin-left: -7px;
|
|
}
|
|
.jui .group > *:first-child,
|
|
.jui .combo > *:first-child,
|
|
.jui .paging > *:first-child,
|
|
.jui .bargraph > *:first-child {
|
|
-webkit-border-top-left-radius: 4px;
|
|
-moz-border-radius-topleft: 4px;
|
|
border-top-left-radius: 4px;
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
-moz-border-radius-bottomleft: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
}
|
|
.jui .group > *:last-child,
|
|
.jui .combo > *:last-child,
|
|
.jui .paging > *:last-child,
|
|
.jui .bargraph > *:last-child {
|
|
-webkit-border-top-right-radius: 4px;
|
|
-moz-border-radius-topright: 4px;
|
|
border-top-right-radius: 4px;
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
-moz-border-radius-bottomright: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
}
|
|
.jui .group + .group {
|
|
margin-left: 5px;
|
|
}
|
|
.jui .group.group-rect > *:first-child {
|
|
-webkit-border-top-left-radius: 0;
|
|
-moz-border-radius-topleft: 0;
|
|
border-top-left-radius: 0;
|
|
-webkit-border-bottom-left-radius: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.jui .group.group-rect > *:last-child {
|
|
-webkit-border-top-right-radius: 0;
|
|
-moz-border-radius-topright: 0;
|
|
border-top-right-radius: 0;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.jui .navbar {
|
|
padding: 5px 15px 5px 15px;
|
|
overflow: visible;
|
|
font-size: 12px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
border: 1px solid #c9c9c9;
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
|
|
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
|
|
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
|
|
box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
|
|
}
|
|
.jui .navbar ul.nav li,
|
|
.jui .navbar ul.nav-right li {
|
|
color: #777;
|
|
text-shadow: 0 1px 0 #ffffff;
|
|
}
|
|
.jui .navbar ul.nav li.active,
|
|
.jui .navbar ul.nav-right li.active {
|
|
color: #555;
|
|
background-color: #f2f2f2;
|
|
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
|
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
|
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
|
}
|
|
.jui .navbar ul.nav li a,
|
|
.jui .navbar ul.nav-right li a {
|
|
color: #777;
|
|
}
|
|
.jui .navbar ul.nav li a:focus,
|
|
.jui .navbar ul.nav-right li a:focus,
|
|
.jui .navbar ul.nav li a:hover,
|
|
.jui .navbar ul.nav-right li a:hover {
|
|
background-color: transparent;
|
|
color: #333;
|
|
}
|
|
.jui .navbar .inline-line {
|
|
background-color: #dcdcdc;
|
|
}
|
|
.jui .navbar ul.nav,
|
|
.jui .navbar ul.nav-right {
|
|
display: inline-block;
|
|
list-style: none;
|
|
margin-left: -40px;
|
|
}
|
|
.jui .navbar ul.nav li,
|
|
.jui .navbar ul.nav-right li {
|
|
margin: -5px 0px -5px 0px;
|
|
padding: 7.5px 12px 7.5px 12px;
|
|
float: left;
|
|
}
|
|
.jui .navbar ul.nav li a,
|
|
.jui .navbar ul.nav-right li a {
|
|
text-decoration: none;
|
|
}
|
|
.jui .navbar ul.nav-right {
|
|
float: right;
|
|
}
|
|
.jui .navbar > * {
|
|
margin: 0;
|
|
vertical-align: middle;
|
|
}
|
|
.jui .navbar-white {
|
|
border: 1px solid #c9c9c9;
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
|
|
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
|
|
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
|
|
box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
|
|
}
|
|
.jui .navbar-white ul.nav li,
|
|
.jui .navbar-white ul.nav-right li {
|
|
color: #777;
|
|
text-shadow: 0 1px 0 #ffffff;
|
|
}
|
|
.jui .navbar-white ul.nav li.active,
|
|
.jui .navbar-white ul.nav-right li.active {
|
|
color: #555;
|
|
background-color: #f2f2f2;
|
|
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
|
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
|
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
|
}
|
|
.jui .navbar-white ul.nav li a,
|
|
.jui .navbar-white ul.nav-right li a {
|
|
color: #777;
|
|
}
|
|
.jui .navbar-white ul.nav li a:focus,
|
|
.jui .navbar-white ul.nav-right li a:focus,
|
|
.jui .navbar-white ul.nav li a:hover,
|
|
.jui .navbar-white ul.nav-right li a:hover {
|
|
background-color: transparent;
|
|
color: #333;
|
|
}
|
|
.jui .navbar-white .inline-line {
|
|
background-color: #dcdcdc;
|
|
}
|
|
.jui .navbar-black {
|
|
border: 1px solid #292929 !important;
|
|
background-color: #3c3c3c !important;
|
|
background-image: -moz-linear-gradient(top, #3c3c3c 0%, #2a2a2a 100%) !important;
|
|
background-image: linear-gradient(top, #3c3c3c 0%, #2a2a2a 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #2a2a2a 100%) !important;
|
|
background-image: -o-linear-gradient(top, #3c3c3c 0%, #2a2a2a 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #3c3c3c 0%, #2a2a2a 100%) !important;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1) !important;
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1) !important;
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.1) !important;
|
|
}
|
|
.jui .navbar-black ul.nav li,
|
|
.jui .navbar-black ul.nav-right li {
|
|
color: #777;
|
|
text-shadow: 0 1px 0 #2a2a2a;
|
|
}
|
|
.jui .navbar-black ul.nav li.active,
|
|
.jui .navbar-black ul.nav-right li.active {
|
|
color: #555;
|
|
background-color: #2f2f2f;
|
|
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
|
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
|
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
|
}
|
|
.jui .navbar-black ul.nav li a,
|
|
.jui .navbar-black ul.nav-right li a {
|
|
color: #777;
|
|
}
|
|
.jui .navbar-black ul.nav li a:focus,
|
|
.jui .navbar-black ul.nav-right li a:focus,
|
|
.jui .navbar-black ul.nav li a:hover,
|
|
.jui .navbar-black ul.nav-right li a:hover {
|
|
background-color: transparent;
|
|
color: #555;
|
|
}
|
|
.jui .navbar-black .inline-line {
|
|
background-color: darkgray;
|
|
}
|
|
.jui .navbar-white-flat {
|
|
border: 1px solid #e5e5e5 !important;
|
|
background-color: #f7f7f7 !important;
|
|
background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f7f7f7 100%) !important;
|
|
background-image: linear-gradient(top, #f7f7f7 0%, #f7f7f7 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f7f7f7 100%) !important;
|
|
background-image: -o-linear-gradient(top, #f7f7f7 0%, #f7f7f7 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f7f7f7 100%) !important;
|
|
-webkit-box-shadow: 0 !important;
|
|
-moz-box-shadow: 0 !important;
|
|
box-shadow: 0 !important;
|
|
}
|
|
.jui .navbar-white-flat .inline-line {
|
|
background-color: #dcdcdc;
|
|
}
|
|
.jui .navbar-black-flat {
|
|
border: 1px solid #1f1f1f !important;
|
|
background-color: #252525 !important;
|
|
background-image: -moz-linear-gradient(top, #252525 0%, #252525 100%) !important;
|
|
background-image: linear-gradient(top, #252525 0%, #252525 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #252525 0%, #252525 100%) !important;
|
|
background-image: -o-linear-gradient(top, #252525 0%, #252525 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #252525 0%, #252525 100%) !important;
|
|
-webkit-box-shadow: 0 !important;
|
|
-moz-box-shadow: 0 !important;
|
|
box-shadow: 0 !important;
|
|
}
|
|
.jui .navbar-black-flat .inline-line {
|
|
background-color: darkgray;
|
|
}
|
|
.jui .navbar.navbar-fixed-top,
|
|
.jui .navbar.navbar-fixed-bottom {
|
|
position: fixed;
|
|
right: 0;
|
|
left: 0;
|
|
margin-bottom: 0;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
z-index: 1005;
|
|
-webkit-border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
border-radius: 0;
|
|
}
|
|
.jui .navbar.navbar-fixed-top {
|
|
top: 0;
|
|
border-width: 0 0 1px;
|
|
}
|
|
.jui .navbar.navbar-fixed-bottom {
|
|
bottom: 0;
|
|
border-width: 1px 0 0;
|
|
}
|
|
.jui .navbar .inline {
|
|
display: inline;
|
|
margin-right: 20px;
|
|
}
|
|
.jui .navbar .inline > * {
|
|
margin-right: 3px;
|
|
}
|
|
.jui .navbar .inline-right {
|
|
display: inline;
|
|
float: right;
|
|
margin-right: 0px;
|
|
}
|
|
.jui .navbar .inline-row {
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|
|
.jui .navbar .inline-row:last-child {
|
|
margin-bottom: 0px !important;
|
|
}
|
|
.jui .navbar .inline-line {
|
|
display: block;
|
|
height: 1px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.jui .window {
|
|
position: absolute;
|
|
margin: 0 auto;
|
|
z-index: 2000;
|
|
min-width: 200px;
|
|
min-height: 100px;
|
|
font-size: 13px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
|
|
-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
|
|
color: #333;
|
|
background-color: #fff;
|
|
}
|
|
.jui .window > .head {
|
|
position: relative;
|
|
height: 32px;
|
|
-webkit-border-radius: 5px 5px 0 0;
|
|
-moz-border-radius: 5px 5px 0 0;
|
|
border-radius: 5px 5px 0 0;
|
|
}
|
|
.jui .window > .head > .left {
|
|
left: 10px;
|
|
right: 40px;
|
|
font-weight: bold;
|
|
}
|
|
.jui .window > .head > .left > .title {
|
|
display: inline-block;
|
|
}
|
|
.jui .window > .head > .right {
|
|
min-width: 20px;
|
|
right: 5px;
|
|
}
|
|
.jui .window > .head > .right > .close {
|
|
cursor: pointer;
|
|
right: 0px;
|
|
}
|
|
.jui .window > .head > * {
|
|
position: absolute;
|
|
padding: 8px 8px 6px 8px;
|
|
}
|
|
.jui .window > .head > * > a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
.jui .window > .body {
|
|
position: relative;
|
|
overflow: auto;
|
|
padding: 15px;
|
|
word-break: break-all;
|
|
}
|
|
.jui .window > .foot {
|
|
position: absolute;
|
|
left: 0px;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
height: 47px;
|
|
text-align: center;
|
|
-webkit-border-radius: 0 0 5px 5px;
|
|
-moz-border-radius: 0 0 5px 5px;
|
|
border-radius: 0 0 5px 5px;
|
|
}
|
|
.jui .window > .foot > .btn {
|
|
margin-top: 9px;
|
|
}
|
|
.jui .window > .resize {
|
|
position: absolute;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
cursor: nw-resize;
|
|
}
|
|
.jui .window > .head {
|
|
color: #fff;
|
|
background-color: #3b3b3b;
|
|
background-image: -moz-linear-gradient(top, #3b3b3b 0%, #121212 100%);
|
|
background-image: linear-gradient(top, #3b3b3b 0%, #121212 100%);
|
|
background-image: -webkit-linear-gradient(top, #3b3b3b 0%, #121212 100%);
|
|
background-image: -o-linear-gradient(top, #3b3b3b 0%, #121212 100%);
|
|
background-image: -ms-linear-gradient(top, #3b3b3b 0%, #121212 100%);
|
|
}
|
|
.jui .window > .body {
|
|
background-color: #fff;
|
|
}
|
|
.jui .window > .body::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .window > .body::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .window > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .window > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .window > .foot {
|
|
background-color: #f7f7f7;
|
|
background-image: -moz-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
|
|
background-image: linear-gradient(top, #f7f7f7 0%, #ececec 100%);
|
|
background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
|
|
background-image: -o-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
|
|
background-image: -ms-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
|
|
border-top: 1px solid #e5e5e5;
|
|
}
|
|
.jui .window-default {
|
|
color: #333;
|
|
background-color: #fff;
|
|
}
|
|
.jui .window-default > .head {
|
|
color: #fff;
|
|
background-color: #3b3b3b;
|
|
background-image: -moz-linear-gradient(top, #3b3b3b 0%, #121212 100%);
|
|
background-image: linear-gradient(top, #3b3b3b 0%, #121212 100%);
|
|
background-image: -webkit-linear-gradient(top, #3b3b3b 0%, #121212 100%);
|
|
background-image: -o-linear-gradient(top, #3b3b3b 0%, #121212 100%);
|
|
background-image: -ms-linear-gradient(top, #3b3b3b 0%, #121212 100%);
|
|
}
|
|
.jui .window-default > .body {
|
|
background-color: #fff;
|
|
}
|
|
.jui .window-default > .body::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .window-default > .body::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .window-default > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .window-default > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .window-default > .foot {
|
|
background-color: #f7f7f7;
|
|
background-image: -moz-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
|
|
background-image: linear-gradient(top, #f7f7f7 0%, #ececec 100%);
|
|
background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
|
|
background-image: -o-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
|
|
background-image: -ms-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
|
|
border-top: 1px solid #e5e5e5;
|
|
}
|
|
.jui .window-black {
|
|
color: #fff;
|
|
background-color: #545454;
|
|
}
|
|
.jui .window-black > .head {
|
|
background-color: #424242;
|
|
background-image: -moz-linear-gradient(top, #424242 0%, #141414 100%);
|
|
background-image: linear-gradient(top, #424242 0%, #141414 100%);
|
|
background-image: -webkit-linear-gradient(top, #424242 0%, #141414 100%);
|
|
background-image: -o-linear-gradient(top, #424242 0%, #141414 100%);
|
|
background-image: -ms-linear-gradient(top, #424242 0%, #141414 100%);
|
|
}
|
|
.jui .window-black > .body {
|
|
background-color: #545454;
|
|
}
|
|
.jui .window-black > .body::-webkit-scrollbar-track {
|
|
background-color: #636363;
|
|
background-image: -moz-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: -webkit-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: -o-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: -ms-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
border: 1px solid #7a7a7a;
|
|
}
|
|
.jui .window-black > .body::-webkit-scrollbar-thumb {
|
|
background: #7a7a7a;
|
|
border: 1px solid #636363;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .window-black > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .window-black > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .window-black > .foot {
|
|
background-color: #424242;
|
|
background-image: -moz-linear-gradient(top, #424242 0%, #252525 100%);
|
|
background-image: linear-gradient(top, #424242 0%, #252525 100%);
|
|
background-image: -webkit-linear-gradient(top, #424242 0%, #252525 100%);
|
|
background-image: -o-linear-gradient(top, #424242 0%, #252525 100%);
|
|
background-image: -ms-linear-gradient(top, #424242 0%, #252525 100%);
|
|
border-top: 1px solid #5c5c5c;
|
|
}
|
|
.jui .window-white {
|
|
color: #333;
|
|
background-color: #fff;
|
|
}
|
|
.jui .window-white > .head {
|
|
color: #333;
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
|
|
}
|
|
.jui .window-white > .body {
|
|
background-color: #fff;
|
|
border-top: 1px solid #ebebeb;
|
|
}
|
|
.jui .window-white > .body::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .window-white > .body::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .window-white > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .window-white > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .window-white > .foot {
|
|
background-color: #f7f7f7;
|
|
background-image: -moz-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
|
|
background-image: linear-gradient(top, #f7f7f7 0%, #ececec 100%);
|
|
background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
|
|
background-image: -o-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
|
|
background-image: -ms-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
|
|
border-top: 1px solid #e5e5e5;
|
|
}
|
|
.jui .window-scroll-white::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .window-scroll-white::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .window-scroll-white::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .window-scroll-black::-webkit-scrollbar-track {
|
|
background-color: #636363;
|
|
background-image: -moz-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: -webkit-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: -o-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: -ms-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
border: 1px solid #7a7a7a;
|
|
}
|
|
.jui .window-scroll-black::-webkit-scrollbar-thumb {
|
|
background: #7a7a7a;
|
|
border: 1px solid #636363;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .window-scroll-black::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .window-scroll-white::-webkit-scrollbar,
|
|
.jui .window-scroll-black::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui table.table {
|
|
position: relative;
|
|
table-layout: fixed;
|
|
border-spacing: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
width: 100%;
|
|
font-size: 12px;
|
|
}
|
|
.jui table.table > thead th {
|
|
font-weight: bold;
|
|
text-align: left;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.jui table.table > tbody tr.expand {
|
|
cursor: default !important;
|
|
}
|
|
.jui table.table > tbody tr.expand > td {
|
|
white-space: normal !important;
|
|
}
|
|
.jui table.table > tbody td.none {
|
|
vertical-align: middle;
|
|
height: 100px;
|
|
}
|
|
.jui table.table > tbody td.none > .msg {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
.jui table.table > tbody td {
|
|
word-break: break-all;
|
|
}
|
|
.jui table.table > tbody td > .edit {
|
|
display: inline-block;
|
|
padding: 3px 4px;
|
|
vertical-align: middle;
|
|
font-size: 11px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.jui table.table > thead > tr > th {
|
|
padding: 6px;
|
|
}
|
|
.jui table.table > tbody > tr > td {
|
|
padding: 4px 5px;
|
|
height: 16px;
|
|
}
|
|
.jui table.table > tbody > tr > td {
|
|
border-left-width: 1px;
|
|
}
|
|
.jui .table-normal {
|
|
font-size: 12px;
|
|
}
|
|
.jui .table-normal > thead > tr > th {
|
|
padding: 6px;
|
|
}
|
|
.jui .table-normal > tbody > tr > td {
|
|
padding: 4px 5px;
|
|
height: 16px;
|
|
}
|
|
.jui .table-small {
|
|
font-size: 11px !important;
|
|
}
|
|
.jui .table-small > thead > tr > th {
|
|
padding: 4px !important;
|
|
}
|
|
.jui .table-small > tbody > tr > td {
|
|
padding: 2px 3px !important;
|
|
}
|
|
.jui .table-large {
|
|
font-size: 12px !important;
|
|
}
|
|
.jui .table-large > thead > tr > th {
|
|
padding: 6px !important;
|
|
}
|
|
.jui .table-large > tbody > tr > td {
|
|
padding: 8px 9px !important;
|
|
}
|
|
.jui .table-border > tbody > tr > td {
|
|
border-left-width: 1px;
|
|
}
|
|
.jui .table-borderless > tbody > tr > td:not(:first-child) {
|
|
border-left-width: 0;
|
|
}
|
|
.jui .table-classic {
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
-moz-border-radius-bottomright: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
-moz-border-radius-bottomleft: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
.jui .table-classic > thead th:first-child {
|
|
-webkit-border-top-left-radius: 5px;
|
|
-moz-border-radius-topleft: 5px;
|
|
border-top-left-radius: 5px;
|
|
}
|
|
.jui .table-classic > thead th:last-child {
|
|
-webkit-border-top-right-radius: 5px;
|
|
-moz-border-radius-topright: 5px;
|
|
border-top-right-radius: 5px;
|
|
}
|
|
.jui .table-classic > tbody > tr:last-child > td:first-child {
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
-moz-border-radius-bottomleft: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
.jui .table-classic > tbody > tr:last-child > td:last-child {
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
-moz-border-radius-bottomright: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
}
|
|
.jui .table-classic {
|
|
border-bottom: 1px solid #dfdce3 !important;
|
|
}
|
|
.jui .table-classic.table-white {
|
|
border-bottom: 1px solid #dfdce3 !important;
|
|
}
|
|
.jui .table-classic.table-white > thead th {
|
|
color: #fff;
|
|
border-left: 1px solid #7e798c;
|
|
border-right: 1px solid #4e4765;
|
|
background-color: #6d687e;
|
|
background-image: -moz-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: -webkit-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: -o-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: -ms-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
}
|
|
.jui .table-classic.table-white > thead th:first-child {
|
|
border-left: 1px solid #4e4765;
|
|
}
|
|
.jui .table-classic.table-white > tbody > tr {
|
|
background: #fafafa;
|
|
}
|
|
.jui .table-classic.table-white > tbody > tr > td {
|
|
color: #000;
|
|
border-top: 1px solid #fff;
|
|
border-bottom: 1px solid #ebe9ee;
|
|
border-left: 1px solid #ebe9ee;
|
|
}
|
|
.jui .table-classic.table-white > tbody > tr > td:first-child {
|
|
border-left: 1px solid #dfdce3;
|
|
}
|
|
.jui .table-classic.table-white > tbody > tr > td:last-child {
|
|
border-right: 1px solid #dfdce3;
|
|
}
|
|
.jui .table-classic.table-white > tbody > tr > td.none {
|
|
background: #fafafa;
|
|
}
|
|
.jui .table-classic.table-white > tbody > tr > td.none > .msg {
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
}
|
|
.jui .table-classic.table-white > tbody > tr:last-child > td {
|
|
border-bottom-width: 0px;
|
|
}
|
|
.jui .table-classic.table-white > tbody > tr.selected {
|
|
background: #aa8bc6;
|
|
}
|
|
.jui .table-classic.table-white > tbody > tr.selected > td {
|
|
color: #fff;
|
|
}
|
|
.jui .table-classic.table-white > tbody > tr.checked {
|
|
background: #cfb4e7;
|
|
}
|
|
.jui .table-classic.table-white > tbody > tr.checked > td {
|
|
color: #fff;
|
|
}
|
|
.jui .table-classic.table-white > tbody tr.open,
|
|
.jui .table-classic.table-white > tbody tr.expand {
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
}
|
|
.jui .table-classic.table-white > tbody tr.open:hover,
|
|
.jui .table-classic.table-white > tbody tr.expand:hover {
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
}
|
|
.jui .table-classic.table-white > tbody tr.open > td {
|
|
font-weight: bold;
|
|
}
|
|
.jui .table-classic.table-white > tbody tr.expand > td:hover {
|
|
background: #fff;
|
|
}
|
|
.jui .table-classic.table-white > tbody::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .table-classic.table-white > tbody::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .table-classic.table-white > tbody::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .table-classic.table-white > tbody::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .table-classic.table-white.table-stripe tr:nth-child(even) {
|
|
background: #f6f5f8;
|
|
}
|
|
.jui .table-classic.table-white.table-stripeless tr {
|
|
background: #fafafa !important;
|
|
}
|
|
.jui .table-classic.table-white tr:nth-child(even) {
|
|
background: #f6f5f8;
|
|
}
|
|
.jui .table-classic.table-white::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .table-classic.table-white::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .table-classic.table-white::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .table-classic.table-white::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .table-classic > thead th {
|
|
color: #fff;
|
|
border-left: 1px solid #7e798c;
|
|
border-right: 1px solid #4e4765;
|
|
background-color: #6d687e;
|
|
background-image: -moz-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: -webkit-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: -o-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: -ms-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
}
|
|
.jui .table-classic > thead th:first-child {
|
|
border-left: 1px solid #4e4765;
|
|
}
|
|
.jui .table-classic > tbody > tr {
|
|
background: #fafafa;
|
|
}
|
|
.jui .table-classic > tbody > tr > td {
|
|
color: #000;
|
|
border-top: 1px solid #fff;
|
|
border-bottom: 1px solid #ebe9ee;
|
|
border-left: 1px solid #ebe9ee;
|
|
}
|
|
.jui .table-classic > tbody > tr > td:first-child {
|
|
border-left: 1px solid #dfdce3;
|
|
}
|
|
.jui .table-classic > tbody > tr > td:last-child {
|
|
border-right: 1px solid #dfdce3;
|
|
}
|
|
.jui .table-classic > tbody > tr > td.none {
|
|
background: #fafafa;
|
|
}
|
|
.jui .table-classic > tbody > tr > td.none > .msg {
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
}
|
|
.jui .table-classic > tbody > tr:last-child > td {
|
|
border-bottom-width: 0px;
|
|
}
|
|
.jui .table-classic > tbody > tr.selected {
|
|
background: #aa8bc6;
|
|
}
|
|
.jui .table-classic > tbody > tr.selected > td {
|
|
color: #000;
|
|
font-weight: bold;
|
|
}
|
|
.jui .table-classic > tbody > tr.checked {
|
|
background: #cfb4e7;
|
|
}
|
|
.jui .table-classic > tbody > tr.checked > td {
|
|
background: #aa8bc6;
|
|
color: #000;
|
|
font-weight: bold;
|
|
}
|
|
.jui .table-classic > tbody tr.open,
|
|
.jui .table-classic > tbody tr.expand {
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
}
|
|
.jui .table-classic > tbody tr.open:hover,
|
|
.jui .table-classic > tbody tr.expand:hover {
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
}
|
|
.jui .table-classic > tbody tr.open > td {
|
|
font-weight: bold;
|
|
}
|
|
.jui .table-classic > tbody tr.expand > td:hover {
|
|
background: #fff;
|
|
}
|
|
.jui .table-classic > tbody::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .table-classic > tbody::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .table-classic > tbody::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .table-classic > tbody::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .table-classic.table-stripe tr:nth-child(even) {
|
|
background: #f6f5f8;
|
|
}
|
|
.jui .table-classic.table-stripeless tr {
|
|
background: #fafafa !important;
|
|
}
|
|
.jui .table-classic tr:nth-child(even) {
|
|
background: #f6f5f8;
|
|
}
|
|
.jui .table-classic::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .table-classic::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .table-classic::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .table-classic::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .table-classic.table-hover.table-white > tbody > tr:hover {
|
|
background: #efebf5;
|
|
}
|
|
.jui .table-classic.table-hover > tbody > tr:hover {
|
|
background: #efebf5;
|
|
}
|
|
.jui .table-expand {
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
-moz-border-radius-bottomright: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
-moz-border-radius-bottomleft: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
border-bottom: 1px solid #dfdce3 !important;
|
|
font-size: 12px !important;
|
|
}
|
|
.jui .table-expand > thead th:first-child {
|
|
-webkit-border-top-left-radius: 5px;
|
|
-moz-border-radius-topleft: 5px;
|
|
border-top-left-radius: 5px;
|
|
}
|
|
.jui .table-expand > thead th:last-child {
|
|
-webkit-border-top-right-radius: 5px;
|
|
-moz-border-radius-topright: 5px;
|
|
border-top-right-radius: 5px;
|
|
}
|
|
.jui .table-expand > tbody > tr:last-child > td:first-child {
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
-moz-border-radius-bottomleft: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
.jui .table-expand > tbody > tr:last-child > td:last-child {
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
-moz-border-radius-bottomright: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
}
|
|
.jui .table-expand.table-white {
|
|
border-bottom: 1px solid #dfdce3 !important;
|
|
}
|
|
.jui .table-expand.table-white > thead th {
|
|
color: #fff;
|
|
border-left: 1px solid #7e798c;
|
|
border-right: 1px solid #4e4765;
|
|
background-color: #6d687e;
|
|
background-image: -moz-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: -webkit-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: -o-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: -ms-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
}
|
|
.jui .table-expand.table-white > thead th:first-child {
|
|
border-left: 1px solid #4e4765;
|
|
}
|
|
.jui .table-expand.table-white > tbody > tr {
|
|
background: #fafafa;
|
|
}
|
|
.jui .table-expand.table-white > tbody > tr > td {
|
|
color: #000;
|
|
border-top: 1px solid #fff;
|
|
border-bottom: 1px solid #ebe9ee;
|
|
border-left: 1px solid #ebe9ee;
|
|
}
|
|
.jui .table-expand.table-white > tbody > tr > td:first-child {
|
|
border-left: 1px solid #dfdce3;
|
|
}
|
|
.jui .table-expand.table-white > tbody > tr > td:last-child {
|
|
border-right: 1px solid #dfdce3;
|
|
}
|
|
.jui .table-expand.table-white > tbody > tr > td.none {
|
|
background: #fafafa;
|
|
}
|
|
.jui .table-expand.table-white > tbody > tr > td.none > .msg {
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
}
|
|
.jui .table-expand.table-white > tbody > tr:last-child > td {
|
|
border-bottom-width: 0px;
|
|
}
|
|
.jui .table-expand.table-white > tbody > tr.selected {
|
|
background: #aa8bc6;
|
|
}
|
|
.jui .table-expand.table-white > tbody > tr.selected > td {
|
|
color: #fff;
|
|
}
|
|
.jui .table-expand.table-white > tbody > tr.checked {
|
|
background: #cfb4e7;
|
|
}
|
|
.jui .table-expand.table-white > tbody > tr.checked > td {
|
|
color: #fff;
|
|
}
|
|
.jui .table-expand.table-white > tbody tr.open,
|
|
.jui .table-expand.table-white > tbody tr.expand {
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
}
|
|
.jui .table-expand.table-white > tbody tr.open:hover,
|
|
.jui .table-expand.table-white > tbody tr.expand:hover {
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
}
|
|
.jui .table-expand.table-white > tbody tr.open > td {
|
|
font-weight: bold;
|
|
}
|
|
.jui .table-expand.table-white > tbody tr.expand > td:hover {
|
|
background: #fff;
|
|
}
|
|
.jui .table-expand.table-white > tbody::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .table-expand.table-white > tbody::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .table-expand.table-white > tbody::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .table-expand.table-white > tbody::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .table-expand.table-white.table-stripe tr:nth-child(even) {
|
|
background: #f6f5f8;
|
|
}
|
|
.jui .table-expand.table-white.table-stripeless tr {
|
|
background: #fafafa !important;
|
|
}
|
|
.jui .table-expand.table-white tr:nth-child(even) {
|
|
background: #f6f5f8;
|
|
}
|
|
.jui .table-expand.table-white::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .table-expand.table-white::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .table-expand.table-white::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .table-expand.table-white::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .table-expand > thead th {
|
|
color: #fff;
|
|
border-left: 1px solid #7e798c;
|
|
border-right: 1px solid #4e4765;
|
|
background-color: #6d687e;
|
|
background-image: -moz-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: -webkit-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: -o-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
background-image: -ms-linear-gradient(top, #6d687e 0%, #49435b 100%);
|
|
}
|
|
.jui .table-expand > thead th:first-child {
|
|
border-left: 1px solid #4e4765;
|
|
}
|
|
.jui .table-expand > tbody > tr {
|
|
background: #fafafa;
|
|
}
|
|
.jui .table-expand > tbody > tr > td {
|
|
color: #000;
|
|
border-top: 1px solid #fff;
|
|
border-bottom: 1px solid #ebe9ee;
|
|
border-left: 1px solid #ebe9ee;
|
|
}
|
|
.jui .table-expand > tbody > tr > td:first-child {
|
|
border-left: 1px solid #dfdce3;
|
|
}
|
|
.jui .table-expand > tbody > tr > td:last-child {
|
|
border-right: 1px solid #dfdce3;
|
|
}
|
|
.jui .table-expand > tbody > tr > td.none {
|
|
background: #fafafa;
|
|
}
|
|
.jui .table-expand > tbody > tr > td.none > .msg {
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
}
|
|
.jui .table-expand > tbody > tr:last-child > td {
|
|
border-bottom-width: 0px;
|
|
}
|
|
.jui .table-expand > tbody > tr.selected {
|
|
background: #aa8bc6;
|
|
}
|
|
.jui .table-expand > tbody > tr.selected > td {
|
|
color: #fff;
|
|
}
|
|
.jui .table-expand > tbody > tr.checked {
|
|
background: #cfb4e7;
|
|
}
|
|
.jui .table-expand > tbody > tr.checked > td {
|
|
color: #fff;
|
|
}
|
|
.jui .table-expand > tbody tr.open,
|
|
.jui .table-expand > tbody tr.expand {
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
}
|
|
.jui .table-expand > tbody tr.open:hover,
|
|
.jui .table-expand > tbody tr.expand:hover {
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
}
|
|
.jui .table-expand > tbody tr.open > td {
|
|
font-weight: bold;
|
|
}
|
|
.jui .table-expand > tbody tr.expand > td:hover {
|
|
background: #fff;
|
|
}
|
|
.jui .table-expand > tbody::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .table-expand > tbody::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .table-expand > tbody::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .table-expand > tbody::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .table-expand.table-stripe tr:nth-child(even) {
|
|
background: #f6f5f8;
|
|
}
|
|
.jui .table-expand.table-stripeless tr {
|
|
background: #fafafa !important;
|
|
}
|
|
.jui .table-expand tr:nth-child(even) {
|
|
background: #f6f5f8;
|
|
}
|
|
.jui .table-expand::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .table-expand::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .table-expand::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .table-expand::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .table-expand > tbody > tr > td:not(:first-child) {
|
|
border-left-width: 0;
|
|
}
|
|
.jui .table-expand > tbody > tr {
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #f5f5f5 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%) !important;
|
|
}
|
|
.jui .table-expand > tbody > tr.selected {
|
|
background-color: #faf8ff !important;
|
|
background-image: -moz-linear-gradient(top, #faf8ff 0%, #aa8bc6 100%) !important;
|
|
background-image: linear-gradient(top, #faf8ff 0%, #aa8bc6 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #faf8ff 0%, #aa8bc6 100%) !important;
|
|
background-image: -o-linear-gradient(top, #faf8ff 0%, #aa8bc6 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #faf8ff 0%, #aa8bc6 100%) !important;
|
|
}
|
|
.jui .table-expand > tbody > tr.selected > td {
|
|
color: #000 !important;
|
|
}
|
|
.jui .table-expand > tbody > tr.checked {
|
|
background: #cfb4e7;
|
|
/*background-color: #faf8ff !important;
|
|
background-image: -moz-linear-gradient(top, #faf8ff 0%, #cfb4e7 100%) !important;
|
|
background-image: linear-gradient(top, #faf8ff 0%, #cfb4e7 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #faf8ff 0%, #cfb4e7 100%) !important;
|
|
background-image: -o-linear-gradient(top, #faf8ff 0%, #cfb4e7 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #faf8ff 0%, #cfb4e7 100%) !important;*/
|
|
}
|
|
.jui .table-expand > tbody > tr.checked > td {
|
|
color: #000 !important;
|
|
}
|
|
.jui .table-expand > thead > tr > th {
|
|
padding: 6px !important;
|
|
}
|
|
.jui .table-expand > tbody > tr > td {
|
|
padding: 8px 9px !important;
|
|
}
|
|
.jui .table-expand.table-hover.table-white > tbody > tr:hover {
|
|
background-color: #faf8ff !important;
|
|
background-image: -moz-linear-gradient(top, #faf8ff 0%, #efebf5 100%) !important;
|
|
background-image: linear-gradient(top, #faf8ff 0%, #efebf5 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #faf8ff 0%, #efebf5 100%) !important;
|
|
background-image: -o-linear-gradient(top, #faf8ff 0%, #efebf5 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #faf8ff 0%, #efebf5 100%) !important;
|
|
}
|
|
.jui .table-expand.table-hover > tbody > tr:hover {
|
|
background-color: #faf8ff !important;
|
|
background-image: -moz-linear-gradient(top, #faf8ff 0%, #efebf5 100%) !important;
|
|
background-image: linear-gradient(top, #faf8ff 0%, #efebf5 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #faf8ff 0%, #efebf5 100%) !important;
|
|
background-image: -o-linear-gradient(top, #faf8ff 0%, #efebf5 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #faf8ff 0%, #efebf5 100%) !important;
|
|
}
|
|
.jui .table-simple {
|
|
border-bottom: 1px solid #dfdce3 !important;
|
|
}
|
|
.jui .table-simple.table-white {
|
|
border-bottom: 1px solid #dfdce3 !important;
|
|
}
|
|
.jui .table-simple.table-white > thead th {
|
|
color: #000;
|
|
background: #f5f5f5;
|
|
border-top: 1px solid #dedede;
|
|
border-bottom: 1px solid #dedede;
|
|
}
|
|
.jui .table-simple.table-white > tbody > tr {
|
|
background: #fff;
|
|
}
|
|
.jui .table-simple.table-white > tbody > tr > td {
|
|
color: #000;
|
|
border-bottom: 1px solid #eee;
|
|
border-left: 1px solid #eee;
|
|
}
|
|
.jui .table-simple.table-white > tbody > tr > td:first-child {
|
|
border-left-width: 0px;
|
|
}
|
|
.jui .table-simple.table-white > tbody > tr > td.none {
|
|
border-bottom-width: 0px !important;
|
|
background: #fafafa;
|
|
}
|
|
.jui .table-simple.table-white > tbody > tr > td.none > .msg {
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
}
|
|
.jui .table-simple.table-white > tbody > tr:last-child > td {
|
|
border-bottom-width: 0px;
|
|
}
|
|
.jui .table-simple.table-white > tbody > tr.selected {
|
|
background: #aa8bc6;
|
|
}
|
|
.jui .table-simple.table-white > tbody > tr.selected > td {
|
|
color: #fff;
|
|
}
|
|
.jui .table-simple.table-white > tbody > tr.checked {
|
|
background: #cfb4e7;
|
|
}
|
|
.jui .table-simple.table-white > tbody > tr.checked > td {
|
|
color: #fff;
|
|
}
|
|
.jui .table-simple.table-white > tbody tr.open,
|
|
.jui .table-simple.table-white > tbody tr.expand {
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
}
|
|
.jui .table-simple.table-white > tbody tr.open:hover,
|
|
.jui .table-simple.table-white > tbody tr.expand:hover {
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
}
|
|
.jui .table-simple.table-white > tbody tr.open > td {
|
|
font-weight: bold;
|
|
}
|
|
.jui .table-simple.table-white > tbody tr.expand > td:hover {
|
|
background: #fff;
|
|
}
|
|
.jui .table-simple.table-white > tbody::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .table-simple.table-white > tbody::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .table-simple.table-white > tbody::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .table-simple.table-white > tbody::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .table-simple.table-white.table-stripe tr:nth-child(even) {
|
|
background: #fafafa;
|
|
}
|
|
.jui .table-simple.table-white.table-stripeless tr {
|
|
background: #fff !important;
|
|
}
|
|
.jui .table-simple.table-white.table-headline > thead tr > th:not(:first-child) {
|
|
border-left: 1px solid #dedede;
|
|
}
|
|
.jui .table-simple.table-white tr:nth-child(even) {
|
|
background: #fafafa;
|
|
}
|
|
.jui .table-simple > thead th {
|
|
color: #000;
|
|
background: #f5f5f5;
|
|
border-top: 1px solid #dedede;
|
|
border-bottom: 1px solid #dedede;
|
|
}
|
|
.jui .table-simple > tbody > tr {
|
|
background: #fff;
|
|
}
|
|
.jui .table-simple > tbody > tr > td {
|
|
color: #000;
|
|
border-bottom: 1px solid #eee;
|
|
border-left: 1px solid #eee;
|
|
}
|
|
.jui .table-simple > tbody > tr > td:first-child {
|
|
border-left-width: 0px;
|
|
}
|
|
.jui .table-simple > tbody > tr > td.none {
|
|
border-bottom-width: 0px !important;
|
|
background: #fafafa;
|
|
}
|
|
.jui .table-simple > tbody > tr > td.none > .msg {
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
}
|
|
.jui .table-simple > tbody > tr:last-child > td {
|
|
border-bottom-width: 0px;
|
|
}
|
|
.jui .table-simple > tbody > tr.selected {
|
|
background: #aa8bc6;
|
|
}
|
|
.jui .table-simple > tbody > tr.selected > td {
|
|
color: #fff;
|
|
}
|
|
.jui .table-simple > tbody > tr.checked {
|
|
background: #cfb4e7;
|
|
}
|
|
.jui .table-simple > tbody > tr.checked > td {
|
|
color: #fff;
|
|
}
|
|
.jui .table-simple > tbody tr.open,
|
|
.jui .table-simple > tbody tr.expand {
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
}
|
|
.jui .table-simple > tbody tr.open:hover,
|
|
.jui .table-simple > tbody tr.expand:hover {
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
}
|
|
.jui .table-simple > tbody tr.open > td {
|
|
font-weight: bold;
|
|
}
|
|
.jui .table-simple > tbody tr.expand > td:hover {
|
|
background: #fff;
|
|
}
|
|
.jui .table-simple > tbody::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .table-simple > tbody::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .table-simple > tbody::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .table-simple > tbody::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .table-simple.table-stripe tr:nth-child(even) {
|
|
background: #fafafa;
|
|
}
|
|
.jui .table-simple.table-stripeless tr {
|
|
background: #fff !important;
|
|
}
|
|
.jui .table-simple.table-headline > thead tr > th:not(:first-child) {
|
|
border-left: 1px solid #dedede;
|
|
}
|
|
.jui .table-simple tr:nth-child(even) {
|
|
background: #fafafa;
|
|
}
|
|
.jui .table-simple.table-hover.table-white > tbody > tr:hover {
|
|
background: #efebf5;
|
|
}
|
|
.jui .table-simple.table-hover > tbody > tr:hover {
|
|
background: #efebf5;
|
|
}
|
|
.jui .table > tbody td > .edit {
|
|
background-color: #fff;
|
|
border: 1px solid #c8c8c8;
|
|
-webkit-box-shadow: "0 4px 5px -5px rgba(0,0,0,0.3) inset";
|
|
-moz-box-shadow: "0 4px 5px -5px rgba(0,0,0,0.3) inset";
|
|
box-shadow: "0 4px 5px -5px rgba(0,0,0,0.3) inset";
|
|
color: #333333;
|
|
}
|
|
.jui .table > tbody td > .edit:focus {
|
|
border-color: #b08bfc;
|
|
outline: 0;
|
|
-webkit-box-shadow: inset 0 4px 5px -5px rgba(0,0,0,0.3), 0 0 1px 1px rgba(136,74,228,.095);
|
|
-moz-box-shadow: inset 0 4px 5px -5px rgba(0,0,0,0.3), 0 0 1px 1px rgba(136,74,228,.095);
|
|
box-shadow: inset 0 4px 5px -5px rgba(0,0,0,0.3), 0 0 1px 1px rgba(136,74,228,.095);
|
|
-webkit-transition: border linear .2s, box-shadow linear .2s;
|
|
-moz-transition: border linear .2s, box-shadow linear .2s;
|
|
-o-transition: border linear .2s, box-shadow linear .2s;
|
|
transition: border linear .2s, box-shadow linear .2s;
|
|
}
|
|
.jui .table-expand-white tr.open,
|
|
.jui .table-expand-white tr.expand {
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
}
|
|
.jui .table-expand-white tr.open:hover,
|
|
.jui .table-expand-white tr.expand:hover {
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
}
|
|
.jui .table-expand-white tr.open > td {
|
|
font-weight: bold;
|
|
}
|
|
.jui .table-expand-white tr.expand > td:hover {
|
|
background: #fff;
|
|
}
|
|
.jui .table-nowrap > tbody td {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.jui .table-scroll-white::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .table-scroll-white::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .table-scroll-white::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .table-scroll-white::-webkit-scrollbar,
|
|
.jui .table-scroll-black::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .xtable > .body {
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .xtable > .loading {
|
|
display: none;
|
|
width: 32px;
|
|
height: 25px;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/xtable-loading.gif");
|
|
}
|
|
.jui .xtable > .body {
|
|
border-bottom: 1px solid #dfdce3 !important;
|
|
}
|
|
.jui .xtable > .body::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .xtable > .body::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .xtable > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .xtable > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .xtable::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .xtable::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .xtable::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .xtable::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .xtable-nowrap > .body > table > tbody td {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.jui .xtable-rect > .body {
|
|
-webkit-border-radius: 0px !important;
|
|
-moz-border-radius: 0px !important;
|
|
border-radius: 0px !important;
|
|
}
|
|
.jui .xtable-white > .body {
|
|
border-bottom: 1px solid #dfdce3 !important;
|
|
}
|
|
.jui .xtable-white > .body::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .xtable-white > .body::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .xtable-white > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .xtable-white > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .xtable-white::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .xtable-white::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .xtable-white::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .xtable-white::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .xtable-scroll-white::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .xtable-scroll-white::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .xtable-scroll-white::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .xtable-scroll-white::-webkit-scrollbar,
|
|
.jui .xtable-scroll-black::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui {
|
|
/* Icon color in Tab */
|
|
}
|
|
.jui .tab,
|
|
.jui .pill {
|
|
*zoom: 1;
|
|
padding-left: 15px;
|
|
list-style: none;
|
|
font-size: 12px;
|
|
}
|
|
.jui .tab:before,
|
|
.jui .pill:before,
|
|
.jui .tab:after,
|
|
.jui .pill:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.jui .tab:after,
|
|
.jui .pill:after {
|
|
clear: both;
|
|
}
|
|
.jui .tab li.active > a,
|
|
.jui .pill li.active > a,
|
|
.jui .tab li.menu-keep > a,
|
|
.jui .pill li.menu-keep > a {
|
|
font-weight: bold;
|
|
}
|
|
.jui .tab li.active > a,
|
|
.jui .pill li.active > a {
|
|
cursor: default;
|
|
}
|
|
.jui .tab > li,
|
|
.jui .pill > li {
|
|
float: left;
|
|
}
|
|
.jui .tab > li a,
|
|
.jui .pill > li a {
|
|
margin-right: 2px;
|
|
height: 16px;
|
|
display: block;
|
|
text-decoration: none;
|
|
}
|
|
.jui .tab li > a {
|
|
color: #6836c4;
|
|
border: 1px solid #e6e6e6;
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
|
|
}
|
|
.jui .tab li > a:hover,
|
|
.jui .tab li > a:focus {
|
|
border: 1px solid #c7c7c7;
|
|
}
|
|
.jui .tab li.active > a {
|
|
color: #000;
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
|
|
}
|
|
.jui .tab li.menu-keep > a {
|
|
color: #fff;
|
|
background-color: #605977;
|
|
background-image: -moz-linear-gradient(top, #605977 0%, #605977 100%);
|
|
background-image: linear-gradient(top, #605977 0%, #605977 100%);
|
|
background-image: -webkit-linear-gradient(top, #605977 0%, #605977 100%);
|
|
background-image: -o-linear-gradient(top, #605977 0%, #605977 100%);
|
|
background-image: -ms-linear-gradient(top, #605977 0%, #605977 100%);
|
|
}
|
|
.jui .tab.tab-top {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
.jui .tab.tab-top li.active > a {
|
|
border-color: #ddd #ddd transparent #ddd;
|
|
}
|
|
.jui .tab.tab-bottom {
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
.jui .tab.tab-bottom li.active > a {
|
|
border-color: transparent #ddd #ddd #ddd;
|
|
}
|
|
.jui .tab li > a {
|
|
padding: 10px 15px 7px 15px;
|
|
}
|
|
.jui .tab-top {
|
|
border-top-color: transparent;
|
|
}
|
|
.jui .tab-top li {
|
|
margin-top: 0;
|
|
margin-bottom: -1px;
|
|
}
|
|
.jui .tab-top li > a {
|
|
-webkit-border-radius: 4px 4px 0 0;
|
|
-moz-border-radius: 4px 4px 0 0;
|
|
border-radius: 4px 4px 0 0;
|
|
}
|
|
.jui .tab-bottom {
|
|
border-bottom-color: transparent;
|
|
}
|
|
.jui .tab-bottom li {
|
|
margin-top: -1px;
|
|
margin-bottom: 0;
|
|
}
|
|
.jui .tab-bottom li > a {
|
|
-webkit-border-radius: 0 0 4px 4px;
|
|
-moz-border-radius: 0 0 4px 4px;
|
|
border-radius: 0 0 4px 4px;
|
|
}
|
|
.jui .tab-white li > a {
|
|
color: #6836c4;
|
|
border: 1px solid #e6e6e6;
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
|
|
}
|
|
.jui .tab-white li > a:hover,
|
|
.jui .tab-white li > a:focus {
|
|
border: 1px solid #c7c7c7;
|
|
}
|
|
.jui .tab-white li.active > a {
|
|
color: #000;
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
|
|
}
|
|
.jui .tab-white li.menu-keep > a {
|
|
color: #fff;
|
|
background-color: #605977;
|
|
background-image: -moz-linear-gradient(top, #605977 0%, #605977 100%);
|
|
background-image: linear-gradient(top, #605977 0%, #605977 100%);
|
|
background-image: -webkit-linear-gradient(top, #605977 0%, #605977 100%);
|
|
background-image: -o-linear-gradient(top, #605977 0%, #605977 100%);
|
|
background-image: -ms-linear-gradient(top, #605977 0%, #605977 100%);
|
|
}
|
|
.jui .tab-white.tab-top {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
.jui .tab-white.tab-top li.active > a {
|
|
border-color: #ddd #ddd transparent #ddd;
|
|
}
|
|
.jui .tab-white.tab-bottom {
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
.jui .tab-white.tab-bottom li.active > a {
|
|
border-color: transparent #ddd #ddd #ddd;
|
|
}
|
|
.jui .pill li > a {
|
|
color: #666;
|
|
}
|
|
.jui .pill li > a:hover,
|
|
.jui .pill li > a:focus {
|
|
background: #eee;
|
|
}
|
|
.jui .pill li.active > a {
|
|
color: #fff;
|
|
background: #605977;
|
|
}
|
|
.jui .pill li.menu-keep > a {
|
|
color: #fff;
|
|
background: #aaa;
|
|
}
|
|
.jui .pill.pill-top {
|
|
border-bottom: 1px solid #e2e2e2;
|
|
}
|
|
.jui .pill.pill-top li.active > .anchor {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -10px;
|
|
width: 0;
|
|
height: 0;
|
|
border-right: 10px solid transparent;
|
|
border-left: 10px solid transparent;
|
|
border-bottom: 10px solid #e2e2e2;
|
|
}
|
|
.jui .pill.pill-top li.active > .anchor:after {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -9px;
|
|
width: 0;
|
|
height: 0;
|
|
content: "";
|
|
}
|
|
.jui .pill.pill-top li.active > .anchor:after {
|
|
top: 2px;
|
|
border-right: 9px solid transparent;
|
|
border-left: 9px solid transparent;
|
|
border-bottom: 9px solid #ffffff;
|
|
}
|
|
.jui .pill.pill-bottom {
|
|
border-top: 1px solid #e2e2e2;
|
|
}
|
|
.jui .pill.pill-bottom li.active > .anchor {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -10px;
|
|
width: 0;
|
|
height: 0;
|
|
top: -10px;
|
|
border-right: 10px solid transparent;
|
|
border-left: 10px solid transparent;
|
|
border-top: 10px solid #e2e2e2;
|
|
}
|
|
.jui .pill.pill-bottom li.active > .anchor:after {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -9px;
|
|
width: 0;
|
|
height: 0;
|
|
content: "";
|
|
}
|
|
.jui .pill.pill-bottom li.active > .anchor:after {
|
|
bottom: 2px;
|
|
border-right: 9px solid transparent;
|
|
border-left: 9px solid transparent;
|
|
border-top: 9px solid #ffffff;
|
|
}
|
|
.jui .pill li > a {
|
|
padding: 7px 10px 5px 10px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .pill li.active {
|
|
position: relative;
|
|
}
|
|
.jui .pill-top {
|
|
padding-bottom: 10px;
|
|
}
|
|
.jui .pill-bottom {
|
|
padding-top: 10px;
|
|
}
|
|
.jui .pill-white li > a {
|
|
color: #666;
|
|
}
|
|
.jui .pill-white li > a:hover,
|
|
.jui .pill-white li > a:focus {
|
|
background: #eee;
|
|
}
|
|
.jui .pill-white li.active > a {
|
|
color: #fff;
|
|
background: #605977;
|
|
}
|
|
.jui .pill-white li.menu-keep > a {
|
|
color: #fff;
|
|
background: #aaa;
|
|
}
|
|
.jui .pill-white.pill-top {
|
|
border-bottom: 1px solid #e2e2e2;
|
|
}
|
|
.jui .pill-white.pill-top li.active > .anchor {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -10px;
|
|
width: 0;
|
|
height: 0;
|
|
border-right: 10px solid transparent;
|
|
border-left: 10px solid transparent;
|
|
border-bottom: 10px solid #e2e2e2;
|
|
}
|
|
.jui .pill-white.pill-top li.active > .anchor:after {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -9px;
|
|
width: 0;
|
|
height: 0;
|
|
content: "";
|
|
}
|
|
.jui .pill-white.pill-top li.active > .anchor:after {
|
|
top: 2px;
|
|
border-right: 9px solid transparent;
|
|
border-left: 9px solid transparent;
|
|
border-bottom: 9px solid #ffffff;
|
|
}
|
|
.jui .pill-white.pill-bottom {
|
|
border-top: 1px solid #e2e2e2;
|
|
}
|
|
.jui .pill-white.pill-bottom li.active > .anchor {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -10px;
|
|
width: 0;
|
|
height: 0;
|
|
top: -10px;
|
|
border-right: 10px solid transparent;
|
|
border-left: 10px solid transparent;
|
|
border-top: 10px solid #e2e2e2;
|
|
}
|
|
.jui .pill-white.pill-bottom li.active > .anchor:after {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -9px;
|
|
width: 0;
|
|
height: 0;
|
|
content: "";
|
|
}
|
|
.jui .pill-white.pill-bottom li.active > .anchor:after {
|
|
bottom: 2px;
|
|
border-right: 9px solid transparent;
|
|
border-left: 9px solid transparent;
|
|
border-top: 9px solid #ffffff;
|
|
}
|
|
.jui .pill li.active [class^="icon-"],
|
|
.jui .pill li.menu-keep [class^="icon-"],
|
|
.jui .tab li.menu-keep [class^="icon-"] {
|
|
color: #fff;
|
|
}
|
|
.jui .msgbox {
|
|
position: absolute;
|
|
margin: 0 auto;
|
|
z-index: 2000;
|
|
min-width: 250px;
|
|
min-height: 150px;
|
|
font-size: 12px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
|
|
-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
|
|
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
|
|
color: #333;
|
|
background-color: #fff;
|
|
}
|
|
.jui .msgbox > .head {
|
|
position: relative;
|
|
padding: 7px 12px 7px 15px;
|
|
font-weight: bold;
|
|
-webkit-border-radius: 3px 3px 0 0;
|
|
-moz-border-radius: 3px 3px 0 0;
|
|
border-radius: 3px 3px 0 0;
|
|
}
|
|
.jui .msgbox > .head > .title {
|
|
display: inline-block;
|
|
}
|
|
.jui .msgbox > .head > .detail {
|
|
display: block;
|
|
}
|
|
.jui .msgbox > .head > .close {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
right: 12px;
|
|
}
|
|
.jui .msgbox > .head > a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
.jui .msgbox > .body {
|
|
position: relative;
|
|
overflow: auto;
|
|
padding: 15px 15px 18px 15px;
|
|
word-break: break-all;
|
|
}
|
|
.jui .msgbox > .resize {
|
|
position: absolute;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
cursor: nw-resize;
|
|
}
|
|
.jui .msgbox > .head {
|
|
color: #fff;
|
|
border-bottom: 1px solid #f2f2f2;
|
|
background-color: #464646;
|
|
}
|
|
.jui .msgbox > .body {
|
|
background-color: inherit;
|
|
}
|
|
.jui .msgbox > .body::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .msgbox > .body::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .msgbox > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .msgbox > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .msgbox-default {
|
|
color: #333;
|
|
background-color: #fff;
|
|
}
|
|
.jui .msgbox-default > .head {
|
|
color: #fff;
|
|
border-bottom: 1px solid #f2f2f2;
|
|
background-color: #464646;
|
|
}
|
|
.jui .msgbox-default > .body {
|
|
background-color: inherit;
|
|
}
|
|
.jui .msgbox-default > .body::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .msgbox-default > .body::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .msgbox-default > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .msgbox-default > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .msgbox-black {
|
|
color: #fff;
|
|
border: 1px solid #5a5a5a;
|
|
background-color: #545454;
|
|
}
|
|
.jui .msgbox-black > .head {
|
|
border-bottom: 1px solid #5a5a5a;
|
|
background-color: #464646;
|
|
}
|
|
.jui .msgbox-black > .body {
|
|
background-color: inherit;
|
|
}
|
|
.jui .msgbox-black > .body::-webkit-scrollbar-track {
|
|
background-color: #636363;
|
|
background-image: -moz-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: -webkit-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: -o-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: -ms-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
border: 1px solid #7a7a7a;
|
|
}
|
|
.jui .msgbox-black > .body::-webkit-scrollbar-thumb {
|
|
background: #7a7a7a;
|
|
border: 1px solid #636363;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .msgbox-black > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .msgbox-black > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .msgbox-white {
|
|
color: #333;
|
|
background-color: #fff;
|
|
}
|
|
.jui .msgbox-white > .head {
|
|
color: #333;
|
|
border-bottom: 1px solid #ebebeb;
|
|
background-color: #f7f7f7;
|
|
}
|
|
.jui .msgbox-white > .body {
|
|
background-color: inherit;
|
|
}
|
|
.jui .msgbox-white > .body::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .msgbox-white > .body::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .msgbox-white > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .msgbox-white > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .msgbox-yellow {
|
|
color: #fff;
|
|
border: 1px solid #f9c664;
|
|
background-color: #fff3d1;
|
|
}
|
|
.jui .msgbox-yellow > .head {
|
|
border-bottom: 1px solid #fff9ea;
|
|
background-color: #ff9704;
|
|
}
|
|
.jui .msgbox-yellow > .body {
|
|
background-color: inherit;
|
|
color: #a56500;
|
|
}
|
|
.jui .msgbox-yellow > .body::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .msgbox-yellow > .body::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .msgbox-yellow > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .msgbox-yellow > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .msgbox-red {
|
|
color: #fff;
|
|
border: 1px solid #efb5b5;
|
|
background-color: #f4dede;
|
|
}
|
|
.jui .msgbox-red > .head {
|
|
border-bottom: 1px solid #ffeaea;
|
|
background-color: #ef180b;
|
|
}
|
|
.jui .msgbox-red > .body {
|
|
background-color: inherit;
|
|
color: #ba0000;
|
|
}
|
|
.jui .msgbox-red > .body::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .msgbox-red > .body::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .msgbox-red > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .msgbox-red > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .msgbox-green {
|
|
color: #fff;
|
|
border: 1px solid #a2d27f;
|
|
background-color: #e8f5d3;
|
|
}
|
|
.jui .msgbox-green > .head {
|
|
border-bottom: 1px solid #f4fae9;
|
|
background-color: #2aa11a;
|
|
}
|
|
.jui .msgbox-green > .body {
|
|
background-color: inherit;
|
|
color: #496f0a;
|
|
}
|
|
.jui .msgbox-green > .body::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .msgbox-green > .body::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .msgbox-green > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .msgbox-green > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .msgbox-detail {
|
|
color: #666;
|
|
background-color: #fff;
|
|
}
|
|
.jui .msgbox-detail > .head {
|
|
margin: 0 20px;
|
|
padding: 15px 0;
|
|
}
|
|
.jui .msgbox-detail > .head > .detail {
|
|
margin-top: 4px;
|
|
}
|
|
.jui .msgbox-detail > .head > .close {
|
|
top: 15px;
|
|
right: 0px;
|
|
}
|
|
.jui .msgbox-detail > .body {
|
|
padding: 15px 20px 20px 20px;
|
|
}
|
|
.jui .msgbox-detail > .head {
|
|
border-bottom: 1px solid #eaeaea;
|
|
background-color: inherit;
|
|
color: #333;
|
|
}
|
|
.jui .msgbox-detail > .head > .detail {
|
|
color: #666;
|
|
font-weight: normal;
|
|
}
|
|
.jui .msgbox-detail > .body {
|
|
background-color: inherit;
|
|
color: inherit;
|
|
}
|
|
.jui .msgbox-detail > .body::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .msgbox-detail > .body::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .msgbox-detail > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .msgbox-detail > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .msgbox-detail.msgbox-white {
|
|
color: #666;
|
|
background-color: #fff;
|
|
}
|
|
.jui .msgbox-detail.msgbox-white > .head {
|
|
border-bottom: 1px solid #eaeaea;
|
|
background-color: inherit;
|
|
color: #333;
|
|
}
|
|
.jui .msgbox-detail.msgbox-white > .head > .detail {
|
|
color: #666;
|
|
font-weight: normal;
|
|
}
|
|
.jui .msgbox-detail.msgbox-white > .body {
|
|
background-color: inherit;
|
|
color: inherit;
|
|
}
|
|
.jui .msgbox-detail.msgbox-white > .body::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .msgbox-detail.msgbox-white > .body::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .msgbox-detail.msgbox-white > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .msgbox-detail.msgbox-white > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .msgbox-detail.msgbox-black {
|
|
color: #b0b0b0;
|
|
background-color: #3f3f3f;
|
|
}
|
|
.jui .msgbox-detail.msgbox-black > .head {
|
|
border-bottom: 1px solid #505050;
|
|
background-color: inherit;
|
|
color: #fff;
|
|
}
|
|
.jui .msgbox-detail.msgbox-black > .head > .detail {
|
|
color: #b0b0b0;
|
|
font-weight: normal;
|
|
}
|
|
.jui .msgbox-detail.msgbox-black > .body {
|
|
background-color: inherit;
|
|
color: inherit;
|
|
}
|
|
.jui .msgbox-detail.msgbox-black > .body::-webkit-scrollbar-track {
|
|
background-color: #636363;
|
|
background-image: -moz-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: -webkit-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: -o-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: -ms-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
border: 1px solid #7a7a7a;
|
|
}
|
|
.jui .msgbox-detail.msgbox-black > .body::-webkit-scrollbar-thumb {
|
|
background: #7a7a7a;
|
|
border: 1px solid #636363;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .msgbox-detail.msgbox-black > .body::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .msgbox-detail.msgbox-black > .body::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .msgbox-scroll-white::-webkit-scrollbar-track {
|
|
background-color: #f2f2f2;
|
|
background-image: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(left, #f2f2f2 0%, #ffffff 100%);
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
.jui .msgbox-scroll-white::-webkit-scrollbar-thumb {
|
|
background: #c8c8c8;
|
|
border: 1px solid #b8b8b8;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .msgbox-scroll-white::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .msgbox-scroll-black::-webkit-scrollbar-track {
|
|
background-color: #636363;
|
|
background-image: -moz-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: -webkit-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: -o-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
background-image: -ms-linear-gradient(left, #636363 0%, #7a7a7a 100%);
|
|
border: 1px solid #7a7a7a;
|
|
}
|
|
.jui .msgbox-scroll-black::-webkit-scrollbar-thumb {
|
|
background: #7a7a7a;
|
|
border: 1px solid #636363;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.jui .msgbox-scroll-black::-webkit-scrollbar-thumb:hover {
|
|
background: #8a8a8a;
|
|
border: 1px solid #737373;
|
|
}
|
|
.jui .msgbox-scroll-white::-webkit-scrollbar,
|
|
.jui .msgbox-scroll-black::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.jui .row:before,
|
|
.jui .row:after {
|
|
display: table;
|
|
content: " ";
|
|
clear: both;
|
|
}
|
|
.jui .row.gutter-4 .col {
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
.jui .row.gutter-8 .col {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
.jui .row.gutter-12 .col {
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|
|
.jui .row.gutter-20 .col {
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
.jui .row.gutter-24 .col {
|
|
padding-left: 24px;
|
|
padding-right: 24px;
|
|
}
|
|
.jui .col {
|
|
position: relative;
|
|
float: left;
|
|
min-height: 1px;
|
|
width: 8.333333333333332%;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.jui .col-12 {
|
|
width: 100%;
|
|
}
|
|
.jui .col-11 {
|
|
width: 91.66666666666666%;
|
|
}
|
|
.jui .col-10 {
|
|
width: 83.33333333333334%;
|
|
}
|
|
.jui .col-9 {
|
|
width: 75%;
|
|
}
|
|
.jui .col-8 {
|
|
width: 66.66666666666666%;
|
|
}
|
|
.jui .col-7 {
|
|
width: 58.333333333333336%;
|
|
}
|
|
.jui .col-6 {
|
|
width: 50%;
|
|
}
|
|
.jui .col-5 {
|
|
width: 41.66666666666667%;
|
|
}
|
|
.jui .col-4 {
|
|
width: 33.33333333333333%;
|
|
}
|
|
.jui .col-3 {
|
|
width: 25%;
|
|
}
|
|
.jui .col-2 {
|
|
width: 16.666666666666664%;
|
|
}
|
|
.jui .col-1 {
|
|
width: 8.333333333333332%;
|
|
}
|
|
.jui .outline,
|
|
.jui .outline * {
|
|
outline: 1px solid #7fa5f6;
|
|
}
|
|
.jui .tooltip {
|
|
position: absolute;
|
|
z-index: 6000;
|
|
display: block;
|
|
font-size: 11px;
|
|
line-height: 1.4;
|
|
visibility: visible;
|
|
opacity: 0.9;
|
|
}
|
|
.jui .tooltip > .message {
|
|
color: #fff;
|
|
background-color: #000000;
|
|
}
|
|
.jui .tooltip > .anchor {
|
|
border-color: transparent;
|
|
}
|
|
.jui .tooltip.tooltip-top > .anchor {
|
|
border-top-color: #000000;
|
|
}
|
|
.jui .tooltip.tooltip-bottom > .anchor {
|
|
border-bottom-color: #000000;
|
|
}
|
|
.jui .tooltip.tooltip-left > .anchor {
|
|
border-left-color: #000000;
|
|
}
|
|
.jui .tooltip.tooltip-right > .anchor {
|
|
border-right-color: #000000;
|
|
}
|
|
.jui .tooltip > .message {
|
|
padding: 3px 8px;
|
|
text-decoration: none;
|
|
word-break: break-all;
|
|
-webkit-border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
border-radius: 2px;
|
|
}
|
|
.jui .tooltip > .anchor {
|
|
position: absolute;
|
|
width: 0;
|
|
height: 0;
|
|
border-style: solid;
|
|
}
|
|
.jui .tooltip-top {
|
|
padding: 5px 0;
|
|
margin-top: -3px;
|
|
}
|
|
.jui .tooltip-right {
|
|
padding: 0 5px;
|
|
margin-left: 3px;
|
|
}
|
|
.jui .tooltip-bottom {
|
|
padding: 5px 0;
|
|
margin-top: 3px;
|
|
}
|
|
.jui .tooltip-left {
|
|
padding: 0 5px;
|
|
margin-left: -3px;
|
|
}
|
|
.jui .tooltip-top > .anchor {
|
|
bottom: 0;
|
|
left: 50%;
|
|
margin-left: -5px;
|
|
border-width: 5px 5px 0;
|
|
}
|
|
.jui .tooltip-right > .anchor {
|
|
top: 50%;
|
|
left: 0;
|
|
margin-top: -5px;
|
|
border-width: 5px 5px 5px 0;
|
|
}
|
|
.jui .tooltip-left > .anchor {
|
|
top: 50%;
|
|
right: 0;
|
|
margin-top: -5px;
|
|
border-width: 5px 0 5px 5px;
|
|
}
|
|
.jui .tooltip-bottom > .anchor {
|
|
top: 0;
|
|
left: 50%;
|
|
margin-left: -5px;
|
|
border-width: 0 5px 5px;
|
|
}
|
|
.jui .tooltip-black {
|
|
opacity: 0.9;
|
|
}
|
|
.jui .tooltip-black > .message {
|
|
color: #fff;
|
|
background-color: #000000;
|
|
}
|
|
.jui .tooltip-black > .anchor {
|
|
border-color: transparent;
|
|
}
|
|
.jui .tooltip-black.tooltip-top > .anchor {
|
|
border-top-color: #000000;
|
|
}
|
|
.jui .tooltip-black.tooltip-bottom > .anchor {
|
|
border-bottom-color: #000000;
|
|
}
|
|
.jui .tooltip-black.tooltip-left > .anchor {
|
|
border-left-color: #000000;
|
|
}
|
|
.jui .tooltip-black.tooltip-right > .anchor {
|
|
border-right-color: #000000;
|
|
}
|
|
.jui .tooltip-gray {
|
|
opacity: 0.9;
|
|
}
|
|
.jui .tooltip-gray > .message {
|
|
color: #000;
|
|
background-color: #ededed;
|
|
}
|
|
.jui .tooltip-gray > .anchor {
|
|
border-color: transparent;
|
|
}
|
|
.jui .tooltip-gray.tooltip-top > .anchor {
|
|
border-top-color: #ededed;
|
|
}
|
|
.jui .tooltip-gray.tooltip-bottom > .anchor {
|
|
border-bottom-color: #ededed;
|
|
}
|
|
.jui .tooltip-gray.tooltip-left > .anchor {
|
|
border-left-color: #ededed;
|
|
}
|
|
.jui .tooltip-gray.tooltip-right > .anchor {
|
|
border-right-color: #ededed;
|
|
}
|
|
.jui .popover {
|
|
position: absolute;
|
|
font-size: 12px;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
opacity: 0.95;
|
|
filter: alpha(opacity=95);
|
|
color: #333;
|
|
background-color: #ffffff;
|
|
border-color: #cacaca;
|
|
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.075);
|
|
-moz-box-shadow: 0 2px 6px rgba(0,0,0,.075);
|
|
box-shadow: 0 2px 6px rgba(0,0,0,.075);
|
|
}
|
|
.jui .popover.popover > .head {
|
|
border-bottom-color: #ebebeb;
|
|
}
|
|
.jui .popover.popover-top:after {
|
|
border-top-color: #ffffff;
|
|
}
|
|
.jui .popover.popover-top:before {
|
|
border-top-color: #cacaca;
|
|
}
|
|
.jui .popover.popover-bottom:after {
|
|
border-bottom-color: #ffffff;
|
|
}
|
|
.jui .popover.popover-bottom:before {
|
|
border-bottom-color: #cacaca;
|
|
}
|
|
.jui .popover.popover-left:after {
|
|
border-left-color: #ffffff;
|
|
}
|
|
.jui .popover.popover-left:before {
|
|
border-left-color: #cacaca;
|
|
}
|
|
.jui .popover.popover-right:after {
|
|
border-right-color: #ffffff;
|
|
}
|
|
.jui .popover.popover-right:before {
|
|
border-right-color: #cacaca;
|
|
}
|
|
.jui .popover > .head {
|
|
padding: 7px 15px;
|
|
border-bottom-width: 1px;
|
|
border-bottom-style: solid;
|
|
font-weight: bold;
|
|
}
|
|
.jui .popover > .body {
|
|
padding: 15px;
|
|
}
|
|
.jui .popover > .body > .image {
|
|
float: left;
|
|
font-size: 16px;
|
|
}
|
|
.jui .popover > .body > .image + .message {
|
|
margin-left: 24px;
|
|
}
|
|
.jui .popover:after,
|
|
.jui .popover:before {
|
|
border: solid transparent;
|
|
content: " ";
|
|
height: 0;
|
|
width: 0;
|
|
position: absolute;
|
|
pointer-events: none;
|
|
}
|
|
.jui .popover:after {
|
|
border-width: 7px;
|
|
}
|
|
.jui .popover:before {
|
|
border-width: 8px;
|
|
}
|
|
.jui .popover-top:after,
|
|
.jui .popover-top:before {
|
|
top: 100%;
|
|
left: 50%;
|
|
}
|
|
.jui .popover-bottom:after,
|
|
.jui .popover-bottom:before {
|
|
bottom: 100%;
|
|
left: 50%;
|
|
}
|
|
.jui .popover-top:after,
|
|
.jui .popover-bottom:after {
|
|
margin-left: -7px;
|
|
}
|
|
.jui .popover-top:before,
|
|
.jui .popover-bottom:before {
|
|
margin-left: -8px;
|
|
}
|
|
.jui .popover-left:after,
|
|
.jui .popover-left:before {
|
|
left: 100%;
|
|
top: 50%;
|
|
}
|
|
.jui .popover-right:after,
|
|
.jui .popover-right:before {
|
|
right: 100%;
|
|
top: 50%;
|
|
}
|
|
.jui .popover-left:after,
|
|
.jui .popover-right:after {
|
|
margin-top: -7px;
|
|
}
|
|
.jui .popover-left:before,
|
|
.jui .popover-right:before {
|
|
margin-top: -8px;
|
|
}
|
|
.jui .popover-top {
|
|
margin-top: -8px;
|
|
}
|
|
.jui .popover-bottom {
|
|
margin-top: 8px;
|
|
}
|
|
.jui .popover-left {
|
|
margin-left: -8px;
|
|
}
|
|
.jui .popover-right {
|
|
margin-left: 8px;
|
|
}
|
|
.jui .popover-white {
|
|
color: #333;
|
|
background-color: #ffffff;
|
|
border-color: #cacaca;
|
|
}
|
|
.jui .popover-white.popover > .head {
|
|
border-bottom-color: #ebebeb;
|
|
}
|
|
.jui .popover-white.popover-top:after {
|
|
border-top-color: #ffffff;
|
|
}
|
|
.jui .popover-white.popover-top:before {
|
|
border-top-color: #cacaca;
|
|
}
|
|
.jui .popover-white.popover-bottom:after {
|
|
border-bottom-color: #ffffff;
|
|
}
|
|
.jui .popover-white.popover-bottom:before {
|
|
border-bottom-color: #cacaca;
|
|
}
|
|
.jui .popover-white.popover-left:after {
|
|
border-left-color: #ffffff;
|
|
}
|
|
.jui .popover-white.popover-left:before {
|
|
border-left-color: #cacaca;
|
|
}
|
|
.jui .popover-white.popover-right:after {
|
|
border-right-color: #ffffff;
|
|
}
|
|
.jui .popover-white.popover-right:before {
|
|
border-right-color: #cacaca;
|
|
}
|
|
.jui .popover-black {
|
|
color: #fff;
|
|
background-color: #1d1d1d;
|
|
border-color: #1d1d1d;
|
|
}
|
|
.jui .popover-black.popover > .head {
|
|
border-bottom-color: #5a5a5a;
|
|
}
|
|
.jui .popover-black.popover-top:after {
|
|
border-top-color: #1d1d1d;
|
|
}
|
|
.jui .popover-black.popover-top:before {
|
|
border-top-color: #1d1d1d;
|
|
}
|
|
.jui .popover-black.popover-bottom:after {
|
|
border-bottom-color: #1d1d1d;
|
|
}
|
|
.jui .popover-black.popover-bottom:before {
|
|
border-bottom-color: #1d1d1d;
|
|
}
|
|
.jui .popover-black.popover-left:after {
|
|
border-left-color: #1d1d1d;
|
|
}
|
|
.jui .popover-black.popover-left:before {
|
|
border-left-color: #1d1d1d;
|
|
}
|
|
.jui .popover-black.popover-right:after {
|
|
border-right-color: #1d1d1d;
|
|
}
|
|
.jui .popover-black.popover-right:before {
|
|
border-right-color: #1d1d1d;
|
|
}
|
|
.jui ul.tree {
|
|
position: relative;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 12px;
|
|
color: #333;
|
|
}
|
|
.jui ul.tree li > a,
|
|
.jui ul.tree li > span,
|
|
.jui ul.tree li > div {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
vertical-align: top;
|
|
cursor: pointer;
|
|
}
|
|
.jui ul.tree li.active > a,
|
|
.jui ul.tree li.active > span,
|
|
.jui ul.tree li.active > div {
|
|
color: #6633cc;
|
|
font-weight: bold;
|
|
}
|
|
.jui ul.tree .drag {
|
|
position: absolute;
|
|
height: 2px;
|
|
}
|
|
.jui ul.tree .drag.on {
|
|
background: #dcdcdc;
|
|
}
|
|
.jui ul.tree ul,
|
|
.jui ul.tree li {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|
|
.jui ul.tree-arrow-file {
|
|
margin-left: -13px;
|
|
}
|
|
.jui ul.tree-arrow-file li {
|
|
padding: 0 0 1px 13px;
|
|
}
|
|
.jui ul.tree-arrow-file li > a,
|
|
.jui ul.tree-arrow-file li > span,
|
|
.jui ul.tree-arrow-file li > div {
|
|
display: inline-block;
|
|
padding-top: 2px;
|
|
}
|
|
.jui ul.tree-arrow-file li.open > i {
|
|
width: 15px;
|
|
height: 15px;
|
|
line-height: 15px;
|
|
background-position: -13px -130px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-arrow-file li.fold > i {
|
|
width: 15px;
|
|
height: 15px;
|
|
line-height: 15px;
|
|
background-position: 0px -130px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-arrow-file li.leaf > i {
|
|
width: 15px;
|
|
height: 15px;
|
|
line-height: 15px;
|
|
background-position: 0 0;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-line-file ul {
|
|
margin-left: -3px;
|
|
}
|
|
.jui ul.tree-line-file li {
|
|
background: url("img/tree-line.gif") 0 0 no-repeat;
|
|
padding: 0 0 1px 17px;
|
|
}
|
|
.jui ul.tree-line-file li > a,
|
|
.jui ul.tree-line-file li > span,
|
|
.jui ul.tree-line-file li > div {
|
|
display: inline-block;
|
|
padding-top: 2px;
|
|
}
|
|
.jui ul.tree-line-file li.open.root,
|
|
.jui ul.tree-line-file li.fold.root {
|
|
background-position: -100px 0px;
|
|
}
|
|
.jui ul.tree-line-file li.open > i,
|
|
.jui ul.tree-line-file li.fold > i {
|
|
margin-left: -17px;
|
|
padding-left: 1px;
|
|
}
|
|
.jui ul.tree-line-file li.open > i {
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
background-position: 0px -111px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-line-file li.open.root > i {
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
background-position: -16px -89px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-line-file li.fold > i {
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
background-position: -32px -67px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-line-file li.fold.root > i {
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
background-position: -48px -45px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-line-file li.last {
|
|
/* ㄴ 형태의 백그라운드 이미지 */
|
|
background-position: 0 -1766px;
|
|
}
|
|
.jui ul.tree-arrow {
|
|
margin-left: -13px;
|
|
}
|
|
.jui ul.tree-arrow li {
|
|
padding: 0 0 1px 13px;
|
|
}
|
|
.jui ul.tree-arrow li > a,
|
|
.jui ul.tree-arrow li > span,
|
|
.jui ul.tree-arrow li > div {
|
|
display: inline-block;
|
|
padding-top: 2px;
|
|
}
|
|
.jui ul.tree-arrow li.open > i {
|
|
width: 15px;
|
|
height: 15px;
|
|
line-height: 15px;
|
|
background-position: -13px -130px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-arrow li.fold > i {
|
|
width: 15px;
|
|
height: 15px;
|
|
line-height: 15px;
|
|
background-position: 0px -130px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-arrow li.leaf > i {
|
|
width: 15px;
|
|
height: 15px;
|
|
line-height: 15px;
|
|
background-position: 0 0;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-line ul {
|
|
margin-left: -3px;
|
|
}
|
|
.jui ul.tree-line li {
|
|
background: url("img/tree-line.gif") 0 0 no-repeat;
|
|
padding: 0 0 1px 17px;
|
|
}
|
|
.jui ul.tree-line li > a,
|
|
.jui ul.tree-line li > span,
|
|
.jui ul.tree-line li > div {
|
|
display: inline-block;
|
|
padding-top: 2px;
|
|
}
|
|
.jui ul.tree-line li.open.root,
|
|
.jui ul.tree-line li.fold.root {
|
|
background-position: -100px 0px;
|
|
}
|
|
.jui ul.tree-line li.open > i,
|
|
.jui ul.tree-line li.fold > i {
|
|
margin-left: -17px;
|
|
padding-left: 1px;
|
|
}
|
|
.jui ul.tree-line li.open > i {
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
background-position: 0px -111px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-line li.open.root > i {
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
background-position: -16px -89px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-line li.fold > i {
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
background-position: -32px -67px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-line li.fold.root > i {
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
background-position: -48px -45px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-line li.last {
|
|
/* ㄴ 형태의 백그라운드 이미지 */
|
|
background-position: 0 -1766px;
|
|
}
|
|
.jui ul.tree-arrow-file li.open > a > i,
|
|
.jui ul.tree-line-file li.open > a > i,
|
|
.jui ul.tree-arrow-file li.open > span > i,
|
|
.jui ul.tree-line-file li.open > span > i,
|
|
.jui ul.tree-arrow-file li.open > div > i,
|
|
.jui ul.tree-line-file li.open > div > i {
|
|
width: 15px;
|
|
height: 14px;
|
|
line-height: 14px;
|
|
background-position: -17px -165px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-arrow-file li.fold > a > i,
|
|
.jui ul.tree-line-file li.fold > a > i,
|
|
.jui ul.tree-arrow-file li.fold > span > i,
|
|
.jui ul.tree-line-file li.fold > span > i,
|
|
.jui ul.tree-arrow-file li.fold > div > i,
|
|
.jui ul.tree-line-file li.fold > div > i {
|
|
width: 15px;
|
|
height: 14px;
|
|
line-height: 14px;
|
|
background-position: 0px -165px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-arrow-file li.leaf > a > i,
|
|
.jui ul.tree-line-file li.leaf > a > i,
|
|
.jui ul.tree-arrow-file li.leaf > span > i,
|
|
.jui ul.tree-line-file li.leaf > span > i,
|
|
.jui ul.tree-arrow-file li.leaf > div > i,
|
|
.jui ul.tree-line-file li.leaf > div > i {
|
|
width: 14px;
|
|
height: 14px;
|
|
line-height: 14px;
|
|
background-position: -36px -165px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/tree-list.png");
|
|
}
|
|
.jui ul.tree-arrow-file li a > *:not(i),
|
|
.jui ul.tree-line-file li a > *:not(i),
|
|
.jui ul.tree-arrow-file li span > *:not(i),
|
|
.jui ul.tree-line-file li span > *:not(i),
|
|
.jui ul.tree-arrow-file li div > *:not(i),
|
|
.jui ul.tree-line-file li div > *:not(i) {
|
|
margin-top: -6px;
|
|
}
|
|
.jui .vgroup,
|
|
.jui .vmenu,
|
|
.jui .panel {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
.jui .vgroup > * + *,
|
|
.jui .vmenu > * + *,
|
|
.jui .panel > * + * {
|
|
margin: -2px 0 0 0;
|
|
}
|
|
.jui .vgroup > *,
|
|
.jui .vmenu > *,
|
|
.jui .panel > * {
|
|
-webkit-border-radius: 0px;
|
|
-moz-border-radius: 0px;
|
|
border-radius: 0px;
|
|
width: 100%;
|
|
}
|
|
.jui .vgroup > *:first-child,
|
|
.jui .vmenu > *:first-child,
|
|
.jui .panel > *:first-child {
|
|
-webkit-border-top-left-radius: 5px;
|
|
-moz-border-radius-topleft: 5px;
|
|
border-top-left-radius: 5px;
|
|
-webkit-border-top-right-radius: 5px;
|
|
-moz-border-radius-topright: 5px;
|
|
border-top-right-radius: 5px;
|
|
}
|
|
.jui .vgroup > *:last-child,
|
|
.jui .vmenu > *:last-child,
|
|
.jui .panel > *:last-child {
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
-moz-border-radius-bottomleft: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
-moz-border-radius-bottomright: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
}
|
|
.jui .vgroup.vgroup-rect > *:first-child,
|
|
.jui .vmenu.vmenu-rect > *:first-child,
|
|
.jui .panel.panel-rect > *:first-child {
|
|
-webkit-border-top-left-radius: 0;
|
|
-moz-border-radius-topleft: 0;
|
|
border-top-left-radius: 0;
|
|
-webkit-border-top-right-radius: 0;
|
|
-moz-border-radius-topright: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
.jui .vgroup.vgroup-rect > *:last-child,
|
|
.jui .vmenu.vmenu-rect > *:last-child,
|
|
.jui .panel.panel-rect > *:last-child {
|
|
-webkit-border-bottom-left-radius: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
border-bottom-left-radius: 0;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.jui .vgroup + .vgroup,
|
|
.jui .vmenu + .vmenu,
|
|
.jui .panel + .panel {
|
|
margin-top: 5px;
|
|
}
|
|
.jui .vgroup-left > * {
|
|
text-align: left;
|
|
}
|
|
.jui .vgroup-right > * {
|
|
text-align: right;
|
|
}
|
|
.jui .vgroup-center > * {
|
|
text-align: center;
|
|
}
|
|
.jui {
|
|
/* Icon position in Tab */
|
|
}
|
|
.jui .vmenu > * {
|
|
position: relative;
|
|
display: inline-block;
|
|
text-align: left;
|
|
text-decoration: none;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 8px 14px;
|
|
border: 1px solid #e5e5e5;
|
|
color: #333;
|
|
font-weight: bold;
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
|
|
}
|
|
.jui .vmenu > *:focus {
|
|
outline: thin dotted #333;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
.jui .vmenu > *.active {
|
|
background-color: #ad81e4;
|
|
background-image: -moz-linear-gradient(top, #ad81e4 0%, #7d51b6 100%);
|
|
background-image: linear-gradient(top, #ad81e4 0%, #7d51b6 100%);
|
|
background-image: -webkit-linear-gradient(top, #ad81e4 0%, #7d51b6 100%);
|
|
background-image: -o-linear-gradient(top, #ad81e4 0%, #7d51b6 100%);
|
|
background-image: -ms-linear-gradient(top, #ad81e4 0%, #7d51b6 100%);
|
|
color: #fff;
|
|
border: 1px solid #a281cc;
|
|
cursor: default;
|
|
}
|
|
.jui .vmenu > *:hover:not(.active):not(.submenu) {
|
|
background-color: #f8f8f8;
|
|
background-image: -moz-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
|
|
background-image: linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
|
|
background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
|
|
background-image: -o-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
|
|
background-image: -ms-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
|
|
}
|
|
.jui .vmenu > *.submenu {
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
|
|
}
|
|
.jui .vmenu > *.submenu > li:hover:not(.active) {
|
|
background: #eee;
|
|
}
|
|
.jui .vmenu > *.submenu > li > * {
|
|
color: inherit;
|
|
}
|
|
.jui .vmenu > *.submenu > li.active {
|
|
color: #6836c4;
|
|
}
|
|
.jui .vmenu > *.submenu > li.active > * {
|
|
color: inherit;
|
|
}
|
|
.jui .vmenu.vmenu-flat > * {
|
|
border: 1px solid #e5e5e5 !important;
|
|
color: #333 !important;
|
|
background-color: #ffffff !important;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
|
|
}
|
|
.jui .vmenu.vmenu-flat > *.active {
|
|
color: #6836c4 !important;
|
|
}
|
|
.jui .vmenu.vmenu-flat > *:hover:not(.active):not(.submenu) {
|
|
background-color: #eeeeee !important;
|
|
background-image: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%) !important;
|
|
background-image: linear-gradient(top, #eeeeee 0%, #eeeeee 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%) !important;
|
|
background-image: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 100%) !important;
|
|
}
|
|
.jui .vmenu.vmenu-flat > *.submenu {
|
|
background-color: #f5f5f5 !important;
|
|
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%) !important;
|
|
background-image: linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%) !important;
|
|
background-image: -o-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%) !important;
|
|
}
|
|
.jui .vmenu.vmenu-flat > *.submenu > li:hover:not(.active) {
|
|
background: #eee;
|
|
}
|
|
.jui .vmenu.vmenu-flat > *.submenu > li > * {
|
|
color: inherit;
|
|
}
|
|
.jui .vmenu.vmenu-flat > *.submenu > li.active {
|
|
color: #6836c4;
|
|
}
|
|
.jui .vmenu.vmenu-flat > *.submenu > li.active > * {
|
|
color: inherit;
|
|
}
|
|
.jui .vmenu-black > * {
|
|
border: 1px solid #373737 !important;
|
|
color: #fff !important;
|
|
background-color: #2e2e2e !important;
|
|
background-image: -moz-linear-gradient(top, #2e2e2e 0%, #1a1a1a 100%) !important;
|
|
background-image: linear-gradient(top, #2e2e2e 0%, #1a1a1a 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #2e2e2e 0%, #1a1a1a 100%) !important;
|
|
background-image: -o-linear-gradient(top, #2e2e2e 0%, #1a1a1a 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #2e2e2e 0%, #1a1a1a 100%) !important;
|
|
}
|
|
.jui .vmenu-black > *.active {
|
|
background-color: #ad81e4 !important;
|
|
background-image: -moz-linear-gradient(top, #ad81e4 0%, #7d51b6 100%) !important;
|
|
background-image: linear-gradient(top, #ad81e4 0%, #7d51b6 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #ad81e4 0%, #7d51b6 100%) !important;
|
|
background-image: -o-linear-gradient(top, #ad81e4 0%, #7d51b6 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #ad81e4 0%, #7d51b6 100%) !important;
|
|
color: #fff !important;
|
|
border: 1px solid #9165c9 !important;
|
|
}
|
|
.jui .vmenu-black > *:hover:not(.active):not(.submenu) {
|
|
background-color: #464646 !important;
|
|
background-image: -moz-linear-gradient(top, #464646 0%, #333333 100%) !important;
|
|
background-image: linear-gradient(top, #464646 0%, #333333 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #464646 0%, #333333 100%) !important;
|
|
background-image: -o-linear-gradient(top, #464646 0%, #333333 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #464646 0%, #333333 100%) !important;
|
|
}
|
|
.jui .vmenu-black > *.submenu {
|
|
background-color: #333333 !important;
|
|
background-image: -moz-linear-gradient(top, #333333 0%, #333333 100%) !important;
|
|
background-image: linear-gradient(top, #333333 0%, #333333 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #333333 0%, #333333 100%) !important;
|
|
background-image: -o-linear-gradient(top, #333333 0%, #333333 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #333333 0%, #333333 100%) !important;
|
|
}
|
|
.jui .vmenu-black > *.submenu > li:hover:not(.active) {
|
|
background: #424242 !important;
|
|
}
|
|
.jui .vmenu-black > *.submenu > li > * {
|
|
color: inherit !important;
|
|
}
|
|
.jui .vmenu-black > *.submenu > li.active {
|
|
color: #ac7eff;
|
|
}
|
|
.jui .vmenu-black > *.submenu > li.active > * {
|
|
color: inherit;
|
|
}
|
|
.jui .vmenu-black.vmenu-flat > * {
|
|
border: 1px solid #373737 !important;
|
|
color: #fff !important;
|
|
background-color: #1a1a1a !important;
|
|
background-image: -moz-linear-gradient(top, #1a1a1a 0%, #1a1a1a 100%) !important;
|
|
background-image: linear-gradient(top, #1a1a1a 0%, #1a1a1a 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #1a1a1a 0%, #1a1a1a 100%) !important;
|
|
background-image: -o-linear-gradient(top, #1a1a1a 0%, #1a1a1a 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #1a1a1a 0%, #1a1a1a 100%) !important;
|
|
}
|
|
.jui .vmenu-black.vmenu-flat > *.active {
|
|
color: #ac7eff !important;
|
|
}
|
|
.jui .vmenu-black.vmenu-flat > *:hover:not(.active):not(.submenu) {
|
|
background-color: #272727 !important;
|
|
background-image: -moz-linear-gradient(top, #272727 0%, #272727 100%) !important;
|
|
background-image: linear-gradient(top, #272727 0%, #272727 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #272727 0%, #272727 100%) !important;
|
|
background-image: -o-linear-gradient(top, #272727 0%, #272727 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #272727 0%, #272727 100%) !important;
|
|
}
|
|
.jui .vmenu-black.vmenu-flat > *.submenu {
|
|
background-color: #333333 !important;
|
|
background-image: -moz-linear-gradient(top, #333333 0%, #333333 100%) !important;
|
|
background-image: linear-gradient(top, #333333 0%, #333333 100%) !important;
|
|
background-image: -webkit-linear-gradient(top, #333333 0%, #333333 100%) !important;
|
|
background-image: -o-linear-gradient(top, #333333 0%, #333333 100%) !important;
|
|
background-image: -ms-linear-gradient(top, #333333 0%, #333333 100%) !important;
|
|
}
|
|
.jui .vmenu-black.vmenu-flat > *.submenu > li:hover:not(.active) {
|
|
background: #424242 !important;
|
|
}
|
|
.jui .vmenu-black.vmenu-flat > *.submenu > li > * {
|
|
color: inherit !important;
|
|
}
|
|
.jui .vmenu-black.vmenu-flat > *.submenu > li.active {
|
|
color: #ac7eff;
|
|
}
|
|
.jui .vmenu-black.vmenu-flat > *.submenu > li.active > * {
|
|
color: inherit;
|
|
}
|
|
.jui .vmenu-large > * {
|
|
padding: 11px 14px !important;
|
|
}
|
|
.jui .vmenu > .submenu {
|
|
list-style: none;
|
|
padding: 10px 0px !important;
|
|
}
|
|
.jui .vmenu > .submenu > li {
|
|
padding: 6px 20px;
|
|
font-weight: normal;
|
|
}
|
|
.jui .vmenu > .submenu > li > * {
|
|
text-decoration: inherit;
|
|
}
|
|
.jui .vmenu > .submenu > li.active {
|
|
font-weight: bold;
|
|
cursor: default;
|
|
}
|
|
.jui .vmenu > .submenu > li.active > * {
|
|
font-weight: inherit;
|
|
}
|
|
.jui .vmenu > * > [class^="icon-"] {
|
|
float: right;
|
|
}
|
|
.jui .paging {
|
|
display: block;
|
|
width: 100%;
|
|
height: 28px;
|
|
}
|
|
.jui .paging * {
|
|
position: absolute !important;
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
padding: 0px !important;
|
|
text-decoration: none;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.jui .paging > .list {
|
|
left: 94px;
|
|
right: 92px;
|
|
}
|
|
.jui .paging > .list > * {
|
|
position: relative !important;
|
|
border-top-width: 0;
|
|
border-bottom-width: 0;
|
|
margin: -3px 0 0 -5px;
|
|
-webkit-border-radius: 0px;
|
|
-moz-border-radius: 0px;
|
|
border-radius: 0px;
|
|
}
|
|
.jui .paging > .prev,
|
|
.jui .paging > .next {
|
|
width: 94px;
|
|
}
|
|
.jui .paging > .prev {
|
|
text-align: right;
|
|
padding-right: 13px !important;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/paging-list.png");
|
|
}
|
|
.jui .paging > .next {
|
|
text-align: left;
|
|
padding-left: 12px !important;
|
|
right: 0;
|
|
background-repeat: no-repeat;
|
|
background-image: url("img/paging-list.png");
|
|
}
|
|
.jui .paging * {
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.jui .paging .list > * {
|
|
width: 28px;
|
|
height: 26px;
|
|
}
|
|
.jui .paging > .prev {
|
|
background-position: 0 -28px;
|
|
}
|
|
.jui .paging > .next {
|
|
background-position: 0 0;
|
|
}
|
|
.jui .paging * {
|
|
background-color: #f7f7f7;
|
|
border: 1px solid #e5e5e5;
|
|
color: #333;
|
|
}
|
|
.jui .paging .list > *:hover {
|
|
background-color: #f1f1f1;
|
|
}
|
|
.jui .paging .list > *.active {
|
|
background-color: #fff;
|
|
color: #6600cc;
|
|
cursor: default;
|
|
}
|
|
.jui .paging-normal {
|
|
height: 28px;
|
|
}
|
|
.jui .paging-normal * {
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.jui .paging-normal .list > * {
|
|
width: 28px;
|
|
height: 26px;
|
|
}
|
|
.jui .paging-normal > .prev {
|
|
background-position: 0 -28px;
|
|
}
|
|
.jui .paging-normal > .next {
|
|
background-position: 0 0;
|
|
}
|
|
.jui .paging-large {
|
|
height: 38px;
|
|
}
|
|
.jui .paging-large * {
|
|
height: 38px;
|
|
line-height: 38px;
|
|
}
|
|
.jui .paging-large .list > * {
|
|
width: 38px;
|
|
height: 36px;
|
|
}
|
|
.jui .paging-large > .prev {
|
|
background-position: 0 -23px;
|
|
}
|
|
.jui .paging-large > .next {
|
|
background-position: 0 5px;
|
|
}
|
|
.jui .paging-white * {
|
|
background-color: #f7f7f7;
|
|
border: 1px solid #e5e5e5;
|
|
color: #333;
|
|
}
|
|
.jui .paging-white .list > *:hover {
|
|
background-color: #f1f1f1;
|
|
}
|
|
.jui .paging-white .list > *.active {
|
|
background-color: #fff;
|
|
color: #6600cc;
|
|
cursor: default;
|
|
}
|
|
.jui .panel {
|
|
position: relative;
|
|
text-align: left;
|
|
text-decoration: none;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
font-size: 12px;
|
|
color: #333;
|
|
}
|
|
.jui .panel > * {
|
|
width: auto;
|
|
}
|
|
.jui .panel > .head,
|
|
.jui .panel > .foot {
|
|
overflow: visible;
|
|
}
|
|
.jui .panel > .body {
|
|
overflow: auto;
|
|
text-overflow: clip;
|
|
white-space: normal;
|
|
}
|
|
.jui .panel > .head,
|
|
.jui .panel > .foot {
|
|
height: 31px;
|
|
line-height: 30px;
|
|
padding: 2px 15px;
|
|
}
|
|
.jui .panel > .body {
|
|
padding: 15px;
|
|
}
|
|
.jui .panel > .body.fit {
|
|
padding: 0px !important;
|
|
}
|
|
.jui .panel > .head,
|
|
.jui .panel > .foot {
|
|
background-color: #f5f5f5;
|
|
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
|
|
background-image: linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
|
|
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
|
|
background-image: -o-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
|
|
background-image: -ms-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
|
|
border: 1px solid #dcdcdc;
|
|
}
|
|
.jui .panel > .body {
|
|
background-color: #fff;
|
|
border: 1px solid #dcdcdc;
|
|
}
|
|
.jui .pgroup {
|
|
width: 100%;
|
|
}
|
|
.jui .pgroup > .panel {
|
|
width: auto;
|
|
}
|
|
.jui .pgroup > .panel.group {
|
|
width: 100%;
|
|
}
|
|
.jui .pgroup > .panel:not(:first-child) {
|
|
margin-top: 0px;
|
|
margin-left: -10px;
|
|
}
|
|
.jui .pgroup > .panel:not(:first-child) > .head {
|
|
-webkit-border-top-left-radius: 0px;
|
|
-moz-border-radius-topleft: 0px;
|
|
border-top-left-radius: 0px;
|
|
}
|
|
.jui .pgroup > .panel:not(:first-child) > .body,
|
|
.jui .pgroup > .panel:not(:first-child) > .foot {
|
|
-webkit-border-bottom-left-radius: 0px;
|
|
-moz-border-radius-bottomleft: 0px;
|
|
border-bottom-left-radius: 0px;
|
|
}
|
|
.jui .panel > .table-classic,
|
|
.jui .panel > .xtable > .table-classic {
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
-moz-border-radius-bottomright: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
-moz-border-radius-bottomleft: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
.jui .panel > .table-classic > thead th:first-child,
|
|
.jui .panel > .xtable > .table-classic > thead th:first-child {
|
|
-webkit-border-top-left-radius: 0px;
|
|
-moz-border-radius-topleft: 0px;
|
|
border-top-left-radius: 0px;
|
|
}
|
|
.jui .panel > .table-classic > thead th:last-child,
|
|
.jui .panel > .xtable > .table-classic > thead th:last-child {
|
|
-webkit-border-top-right-radius: 0px;
|
|
-moz-border-radius-topright: 0px;
|
|
border-top-right-radius: 0px;
|
|
}
|
|
.jui .panel > .body.fit .table-classic tr > th:first-child,
|
|
.jui .panel > .body.fit .xtable > .table-classic tr > th:first-child {
|
|
-webkit-border-top-left-radius: 0px;
|
|
-moz-border-radius-topleft: 0px;
|
|
border-top-left-radius: 0px;
|
|
border-left-width: 0px;
|
|
}
|
|
.jui .panel > .body.fit .table-classic tr > th:last-child,
|
|
.jui .panel > .body.fit .xtable > .table-classic tr > th:last-child {
|
|
-webkit-border-top-right-radius: 0px;
|
|
-moz-border-radius-topright: 0px;
|
|
border-top-right-radius: 0px;
|
|
border-right-width: 0px;
|
|
}
|
|
.jui .panel > .body.fit .table-classic tr > td:first-child,
|
|
.jui .panel > .body.fit .xtable > .table-classic tr > td:first-child {
|
|
border-left-width: 0px;
|
|
}
|
|
.jui .panel > .body.fit .table-classic tr > td:last-child,
|
|
.jui .panel > .body.fit .xtable > .table-classic tr > td:last-child {
|
|
border-right-width: 0px;
|
|
}
|
|
.jui .panel > .head > .tab,
|
|
.jui .panel > .foot > .tab {
|
|
display: inline-block;
|
|
margin: 0px 0px 0px -10px;
|
|
padding-left: 0px;
|
|
line-height: normal;
|
|
}
|
|
.jui .panel > .head > .tab > li a,
|
|
.jui .panel > .foot > .tab > li a {
|
|
height: 14px;
|
|
}
|
|
.jui .panel > .foot > .tab {
|
|
margin-top: -3px;
|
|
}
|
|
.jui .panel-close > .head {
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
-moz-border-radius-bottomright: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
-moz-border-radius-bottomleft: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
.jui .panel-close > *:not(.head) {
|
|
display: none;
|
|
}
|
|
.jui .panel-normal {
|
|
font-size: 12px;
|
|
}
|
|
.jui .panel-normal > .head,
|
|
.jui .panel-normal > .foot {
|
|
height: 31px;
|
|
line-height: 30px;
|
|
padding: 2px 15px;
|
|
}
|
|
.jui .panel-normal > .body {
|
|
padding: 15px;
|
|
}
|
|
.jui .panel-normal > .body.fit {
|
|
padding: 0px !important;
|
|
}
|
|
.jui .panel-white {
|
|
color: #333;
|
|
}
|
|
.jui .panel-white > .head,
|
|
.jui .panel-white > .foot {
|
|
background-color: #f5f5f5;
|
|
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
|
|
background-image: linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
|
|
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
|
|
background-image: -o-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
|
|
background-image: -ms-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
|
|
border: 1px solid #dcdcdc;
|
|
}
|
|
.jui .panel-white > .body {
|
|
background-color: #fff;
|
|
border: 1px solid #dcdcdc;
|
|
}
|
|
.jui .bargraph > * .line {
|
|
border: 1px solid #ebebeb;
|
|
}
|
|
.jui .bargraph > * .data {
|
|
color: #969696;
|
|
}
|
|
.jui .bargraph > *.active .line {
|
|
border-color: #d0d0d0;
|
|
}
|
|
.jui .bargraph > *.active .data {
|
|
color: #333;
|
|
}
|
|
.jui .bargraph > *:not(.purple):not(.blue):not(.yellow) {
|
|
border: 1px solid #bebebe;
|
|
-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
|
|
-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
|
|
box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
}
|
|
.jui .bargraph > *:not(.purple):not(.blue):not(.yellow):hover {
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
|
|
}
|
|
.jui .bargraph > *:not(.purple):not(.blue):not(.yellow).active {
|
|
background-color: #ede2ff;
|
|
background-image: -moz-linear-gradient(top, #ede2ff 0%, #d4bff1 100%);
|
|
background-image: linear-gradient(top, #ede2ff 0%, #d4bff1 100%);
|
|
background-image: -webkit-linear-gradient(top, #ede2ff 0%, #d4bff1 100%);
|
|
background-image: -o-linear-gradient(top, #ede2ff 0%, #d4bff1 100%);
|
|
background-image: -ms-linear-gradient(top, #ede2ff 0%, #d4bff1 100%);
|
|
}
|
|
.jui .bargraph > *:not(.purple):not(.blue):not(.yellow).active .title {
|
|
color: #333;
|
|
}
|
|
.jui .bargraph > *:not(.purple):not(.blue):not(.yellow) .title {
|
|
color: #969696;
|
|
}
|
|
.jui .bargraph > *:not(.purple):not(.blue):not(.yellow) .data {
|
|
background: white;
|
|
}
|
|
.jui .bargraph > .purple,
|
|
.jui .bargraph > .blue,
|
|
.jui .bargraph > .yellow {
|
|
-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
|
|
-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
|
|
box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
|
|
}
|
|
.jui .bargraph > .purple .title,
|
|
.jui .bargraph > .blue .title,
|
|
.jui .bargraph > .yellow .title {
|
|
color: #fff;
|
|
}
|
|
.jui .bargraph > .purple .data,
|
|
.jui .bargraph > .blue .data,
|
|
.jui .bargraph > .yellow .data {
|
|
background: white;
|
|
}
|
|
.jui .bargraph > .purple {
|
|
border: 1px solid #cdbadf;
|
|
background-color: #cdbadf;
|
|
}
|
|
.jui .bargraph > .purple.active {
|
|
border-color: #8959b6;
|
|
background-color: #8959b6;
|
|
}
|
|
.jui .bargraph > .blue {
|
|
border: 1px solid #b5d4ee;
|
|
background-color: #c0dcf3;
|
|
}
|
|
.jui .bargraph > .blue.active {
|
|
border-color: #4e9bdb;
|
|
background-color: #69aee8;
|
|
}
|
|
.jui .bargraph > .yellow {
|
|
border: 1px solid #f4d897;
|
|
background-color: #f8de96;
|
|
}
|
|
.jui .bargraph > .yellow.active {
|
|
border-color: #eca402;
|
|
background-color: #f5b400;
|
|
}
|
|
.jui .bargraph > * .title {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
font-size: 0.75em;
|
|
}
|
|
.jui .bargraph > * .data {
|
|
font-size: 0.8em;
|
|
}
|
|
.jui .bargraph > * {
|
|
position: relative;
|
|
display: inline-block;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
margin-top: 15px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.jui .bargraph > * .info {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: -10px;
|
|
}
|
|
.jui .bargraph > * .info > .line {
|
|
border-bottom-width: 0;
|
|
height: 8px;
|
|
}
|
|
.jui .bargraph > * .info > .data {
|
|
width: 30px;
|
|
margin-top: -15px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.jui .bargraph > *:not(:first-child) .line {
|
|
border-left-width: 0;
|
|
}
|
|
.jui .bargraph > *.active:not(:first-child) .line {
|
|
border-left-width: 1px;
|
|
}
|
|
.jui .bargraph-color > * .line {
|
|
border: 1px solid #ebebeb;
|
|
}
|
|
.jui .bargraph-color > * .data {
|
|
color: #969696;
|
|
}
|
|
.jui .bargraph-color > *.active .line {
|
|
border-color: #d0d0d0;
|
|
}
|
|
.jui .bargraph-color > *.active .data {
|
|
color: #333;
|
|
}
|
|
.jui .bargraph-color > *:not(.purple):not(.blue):not(.yellow) {
|
|
border: 1px solid #bebebe;
|
|
-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
|
|
-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
|
|
box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
|
|
}
|
|
.jui .bargraph-color > *:not(.purple):not(.blue):not(.yellow):hover {
|
|
background-color: #ffffff;
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
|
|
background-image: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
|
|
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
|
|
background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
|
|
background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
|
|
}
|
|
.jui .bargraph-color > *:not(.purple):not(.blue):not(.yellow).active {
|
|
background-color: #ede2ff;
|
|
background-image: -moz-linear-gradient(top, #ede2ff 0%, #d4bff1 100%);
|
|
background-image: linear-gradient(top, #ede2ff 0%, #d4bff1 100%);
|
|
background-image: -webkit-linear-gradient(top, #ede2ff 0%, #d4bff1 100%);
|
|
background-image: -o-linear-gradient(top, #ede2ff 0%, #d4bff1 100%);
|
|
background-image: -ms-linear-gradient(top, #ede2ff 0%, #d4bff1 100%);
|
|
}
|
|
.jui .bargraph-color > *:not(.purple):not(.blue):not(.yellow).active .title {
|
|
color: #333;
|
|
}
|
|
.jui .bargraph-color > *:not(.purple):not(.blue):not(.yellow) .title {
|
|
color: #969696;
|
|
}
|
|
.jui .bargraph-color > *:not(.purple):not(.blue):not(.yellow) .data {
|
|
background: white;
|
|
}
|
|
.jui .bargraph-color > .purple,
|
|
.jui .bargraph-color > .blue,
|
|
.jui .bargraph-color > .yellow {
|
|
-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
|
|
-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
|
|
box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
|
|
}
|
|
.jui .bargraph-color > .purple .title,
|
|
.jui .bargraph-color > .blue .title,
|
|
.jui .bargraph-color > .yellow .title {
|
|
color: #fff;
|
|
}
|
|
.jui .bargraph-color > .purple .data,
|
|
.jui .bargraph-color > .blue .data,
|
|
.jui .bargraph-color > .yellow .data {
|
|
background: white;
|
|
}
|
|
.jui .bargraph-color > .purple {
|
|
border: 1px solid #cdbadf;
|
|
background-color: #cdbadf;
|
|
}
|
|
.jui .bargraph-color > .purple.active {
|
|
border-color: #8959b6;
|
|
background-color: #8959b6;
|
|
}
|
|
.jui .bargraph-color > .blue {
|
|
border: 1px solid #b5d4ee;
|
|
background-color: #c0dcf3;
|
|
}
|
|
.jui .bargraph-color > .blue.active {
|
|
border-color: #4e9bdb;
|
|
background-color: #69aee8;
|
|
}
|
|
.jui .bargraph-color > .yellow {
|
|
border: 1px solid #f4d897;
|
|
background-color: #f8de96;
|
|
}
|
|
.jui .bargraph-color > .yellow.active {
|
|
border-color: #eca402;
|
|
background-color: #f5b400;
|
|
}
|
|
.jui .bargraph-normal > * .title {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
font-size: 0.75em;
|
|
}
|
|
.jui .bargraph-normal > * .data {
|
|
font-size: 0.8em;
|
|
}
|
|
.jui .bargraph-small > * .title {
|
|
height: 25px;
|
|
line-height: 25px;
|
|
}
|
|
.jui .datepicker {
|
|
width: 190px;
|
|
height: 168px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
border: 1px solid #cdcdcd;
|
|
background: #fff;
|
|
}
|
|
.jui .datepicker > .head {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
height: 26px;
|
|
}
|
|
.jui .datepicker > .head > .prev,
|
|
.jui .datepicker > .head .next {
|
|
border-style: solid;
|
|
border-width: 6px;
|
|
margin-top: 7px;
|
|
width: 0;
|
|
height: 0;
|
|
cursor: pointer;
|
|
}
|
|
.jui .datepicker > .head > .prev {
|
|
float: left;
|
|
margin-left: 3px;
|
|
}
|
|
.jui .datepicker > .head > .title {
|
|
float: left;
|
|
text-align: center;
|
|
width: 160px;
|
|
padding-top: 5px;
|
|
height: 21px;
|
|
}
|
|
.jui .datepicker > .head > .next {
|
|
float: right;
|
|
margin-right: 3px;
|
|
}
|
|
.jui .datepicker > table.body {
|
|
border-spacing: 0;
|
|
}
|
|
.jui .datepicker > table.body th,
|
|
.jui .datepicker > table.body td {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
.jui .datepicker > table.body tr:last-child td {
|
|
border-bottom-width: 0px;
|
|
}
|
|
.jui .datepicker > table.body tr:last-child td:first-child {
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
-moz-border-radius-bottomleft: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
.jui .datepicker > table.body tr:last-child td:last-child {
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
-moz-border-radius-bottomright: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
}
|
|
.jui .datepicker > table.body td:last-child {
|
|
border-right-width: 0px;
|
|
}
|
|
.jui .datepicker > table.body td:not(.none) {
|
|
cursor: pointer;
|
|
}
|
|
.jui .datepicker > .head {
|
|
border-bottom: 1px solid #ebebeb;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
|
|
box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
|
|
}
|
|
.jui .datepicker > .head > .prev {
|
|
border-color: transparent #dcdcdc transparent transparent;
|
|
}
|
|
.jui .datepicker > .head > .next {
|
|
border-color: transparent transparent transparent #dcdcdc;
|
|
}
|
|
.jui .datepicker > .head > .title {
|
|
color: #333;
|
|
}
|
|
.jui .datepicker > table.body th,
|
|
.jui .datepicker > table.body td {
|
|
border-bottom: 1px solid #ebebeb;
|
|
}
|
|
.jui .datepicker > table.body th {
|
|
color: #868686;
|
|
}
|
|
.jui .datepicker > table.body th:first-child {
|
|
color: #ff7470;
|
|
}
|
|
.jui .datepicker > table.body th:last-child {
|
|
color: #3191f3;
|
|
}
|
|
.jui .datepicker > table.body td {
|
|
color: #333;
|
|
border-right: 1px solid #ebebeb;
|
|
}
|
|
.jui .datepicker > table.body td.none {
|
|
color: #c2c2c2;
|
|
}
|
|
.jui .datepicker > table.body td.now {
|
|
color: #6600cc;
|
|
font-weight: bold;
|
|
}
|
|
.jui .datepicker > table.body td.active {
|
|
color: #fff;
|
|
background-color: #9167ca;
|
|
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 2px;
|
|
-moz-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 2px;
|
|
box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 2px;
|
|
}
|
|
.jui .datepicker > table.body td:hover:not(.active):not(.none) {
|
|
background-color: #f8f3ff;
|
|
}
|
|
.jui .datepicker > table.body th {
|
|
font-size: 9px;
|
|
padding-top: 3px;
|
|
height: 17px;
|
|
}
|
|
.jui .datepicker > table.body td {
|
|
font-size: 12px;
|
|
width: 26px;
|
|
height: 17px;
|
|
line-height: 17px;
|
|
}
|
|
.jui .datepicker-normal > table.body th {
|
|
font-size: 9px;
|
|
padding-top: 3px;
|
|
height: 17px;
|
|
}
|
|
.jui .datepicker-normal > table.body td {
|
|
font-size: 12px;
|
|
width: 26px;
|
|
height: 17px;
|
|
line-height: 17px;
|
|
}
|
|
.jui .datepicker-large > table.body td {
|
|
width: 60.6px;
|
|
height: 32px;
|
|
}
|
|
.jui .datepicker-large > table.body tr:first-child td {
|
|
height: 33px;
|
|
}
|
|
.jui .datepicker-white {
|
|
border: 1px solid #cdcdcd;
|
|
background: #fff;
|
|
}
|
|
.jui .datepicker-white > .head {
|
|
border-bottom: 1px solid #ebebeb;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
|
|
box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
|
|
}
|
|
.jui .datepicker-white > .head > .prev {
|
|
border-color: transparent #dcdcdc transparent transparent;
|
|
}
|
|
.jui .datepicker-white > .head > .next {
|
|
border-color: transparent transparent transparent #dcdcdc;
|
|
}
|
|
.jui .datepicker-white > .head > .title {
|
|
color: #333;
|
|
}
|
|
.jui .datepicker-white > table.body th,
|
|
.jui .datepicker-white > table.body td {
|
|
border-bottom: 1px solid #ebebeb;
|
|
}
|
|
.jui .datepicker-white > table.body th {
|
|
color: #868686;
|
|
}
|
|
.jui .datepicker-white > table.body th:first-child {
|
|
color: #ff7470;
|
|
}
|
|
.jui .datepicker-white > table.body th:last-child {
|
|
color: #3191f3;
|
|
}
|
|
.jui .datepicker-white > table.body td {
|
|
color: #333;
|
|
border-right: 1px solid #ebebeb;
|
|
}
|
|
.jui .datepicker-white > table.body td.none {
|
|
color: #c2c2c2;
|
|
}
|
|
.jui .datepicker-white > table.body td.now {
|
|
color: #6600cc;
|
|
font-weight: bold;
|
|
}
|
|
.jui .datepicker-white > table.body td.active {
|
|
color: #fff;
|
|
background-color: #9167ca;
|
|
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 2px;
|
|
-moz-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 2px;
|
|
box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 2px;
|
|
}
|
|
.jui .datepicker-white > table.body td:hover:not(.active):not(.none) {
|
|
background-color: #f8f3ff;
|
|
}
|
|
.jui .datepicker-layer {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
display: none;
|
|
}
|
|
.jui .notify {
|
|
position: relative;
|
|
width: 268px;
|
|
padding: 10px 15px;
|
|
font-size: 12px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
opacity: 0.9;
|
|
filter: alpha(opacity=90);
|
|
background-color: #fff;
|
|
border: 1px solid #c5c5c5;
|
|
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
|
|
-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
|
|
}
|
|
.jui .notify > .image {
|
|
float: left;
|
|
width: 27px;
|
|
height: 27px;
|
|
}
|
|
.jui .notify > .image + .title,
|
|
.jui .notify > .image + .title + .message {
|
|
margin-left: 30px;
|
|
padding-left: 6px;
|
|
}
|
|
.jui .notify > .title {
|
|
font-weight: bold;
|
|
margin-bottom: 4px;
|
|
}
|
|
.jui .notify > .close {
|
|
position: absolute;
|
|
top: 4px;
|
|
right: 4px;
|
|
}
|
|
.jui .notify > a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
.jui .notify > .title {
|
|
color: #4d4d4d;
|
|
}
|
|
.jui .notify > .message {
|
|
color: #666;
|
|
}
|
|
.jui .notify-white {
|
|
background-color: #fff;
|
|
border: 1px solid #c5c5c5;
|
|
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
|
|
-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
|
|
}
|
|
.jui .notify-white > .title {
|
|
color: #4d4d4d;
|
|
}
|
|
.jui .notify-white > .message {
|
|
color: #666;
|
|
}
|
|
.jui .notify-blue {
|
|
background-color: #e0f2ff !important;
|
|
border: 1px solid #53aff2 !important;
|
|
}
|
|
.jui .notify-orange {
|
|
background-color: #fffaed !important;
|
|
border: 1px solid #ffbd3f !important;
|
|
}
|
|
.jui .notify-green {
|
|
background-color: #f4ffeb !important;
|
|
border: 1px solid #6fc853 !important;
|
|
}
|
|
.jui .notify-red {
|
|
background-color: #fff3f3 !important;
|
|
border: 1px solid #ff7f7f !important;
|
|
}
|
|
.jui .h1,
|
|
.jui .h2,
|
|
.jui .h3,
|
|
.jui .h4,
|
|
.jui .h5,
|
|
.jui .h6 {
|
|
display: block;
|
|
font-weight: 500;
|
|
color: #333;
|
|
}
|
|
.jui .h1 > small,
|
|
.jui .h2 > small,
|
|
.jui .h3 > small,
|
|
.jui .h4 > small,
|
|
.jui .h5 > small,
|
|
.jui .h6 > small,
|
|
.jui .h1 .sub,
|
|
.jui .h2 .sub,
|
|
.jui .h3 .sub,
|
|
.jui .h4 .sub,
|
|
.jui .h5 .sub,
|
|
.jui .h6 .sub {
|
|
color: #9a9a9a;
|
|
font-size: 75%;
|
|
}
|
|
.jui .h1 {
|
|
font-size: 32px;
|
|
}
|
|
.jui .h1 > small,
|
|
.jui .h1 .sub {
|
|
font-size: 65%;
|
|
}
|
|
.jui .h2 {
|
|
font-size: 26px;
|
|
}
|
|
.jui .h2 > small,
|
|
.jui .h2 .sub {
|
|
font-size: 65%;
|
|
}
|
|
.jui .h3 {
|
|
font-size: 20px;
|
|
}
|
|
.jui .h3 > small,
|
|
.jui .h3 .sub {
|
|
font-size: 65%;
|
|
}
|
|
.jui .h4 {
|
|
font-size: 16px;
|
|
}
|
|
.jui .h5 {
|
|
font-size: 14px;
|
|
}
|
|
.jui .h6 {
|
|
font-size: 12px;
|
|
}
|
|
.jui .hr {
|
|
display: block;
|
|
height: 1px;
|
|
background: #f0f0f0;
|
|
}
|
|
.jui .h1 + .hr,
|
|
.jui .h2 + .hr,
|
|
.jui .h3 + .hr {
|
|
margin: 10px 0 24px 0;
|
|
}
|
|
.jui .h4 + .hr,
|
|
.jui .h5 + .hr,
|
|
.jui .h6 + .hr {
|
|
margin: 8px 0 20px 0;
|
|
}
|
|
.jui .blockquote {
|
|
display: block;
|
|
font-size: 14px;
|
|
color: #333;
|
|
padding: 10px 20px;
|
|
border-left: 1px solid #8c4fdf;
|
|
background-color: #f9f6fd;
|
|
}
|
|
.jui .blockquote > small {
|
|
font-size: 12px;
|
|
color: #666;
|
|
}
|
|
.jui .blockquote-reverse {
|
|
text-align: right;
|
|
border-right: 1px solid #8c4fdf;
|
|
border-left-width: 0;
|
|
}
|
|
.jui .accordion {
|
|
position: relative;
|
|
text-align: left;
|
|
text-decoration: none;
|
|
font-size: 12px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-width: 1px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
color: #333;
|
|
border-style: solid;
|
|
border-color: #d1d1d1;
|
|
-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
|
|
-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
|
|
box-shadow: 0 0px 5px rgba(0,0,0,0.1);
|
|
}
|
|
.jui .accordion > * {
|
|
width: auto;
|
|
}
|
|
.jui .accordion > .title {
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
}
|
|
.jui .accordion > *:first-child {
|
|
-webkit-border-top-right-radius: 5px;
|
|
-moz-border-radius-topright: 5px;
|
|
border-top-right-radius: 5px;
|
|
-webkit-border-top-left-radius: 5px;
|
|
-moz-border-radius-topleft: 5px;
|
|
border-top-left-radius: 5px;
|
|
}
|
|
.jui .accordion > *:last-child {
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
-moz-border-radius-bottomright: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
-moz-border-radius-bottomleft: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
.jui .accordion.accordion-white {
|
|
color: #333;
|
|
border-style: solid;
|
|
border-color: #d1d1d1;
|
|
-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
|
|
-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
|
|
box-shadow: 0 0px 5px rgba(0,0,0,0.1);
|
|
}
|
|
.jui .accordion.accordion-white > *:not(:last-child) {
|
|
border-bottom: 1px solid #d1d1d1;
|
|
}
|
|
.jui .accordion.accordion-white > .title {
|
|
background-color: #fefefe;
|
|
background-image: -moz-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: -webkit-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: -o-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: -ms-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
}
|
|
.jui .accordion.accordion-white > .title:hover {
|
|
background-color: #f7f7f7;
|
|
background-image: -moz-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: -o-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: -ms-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
}
|
|
.jui .accordion.accordion-white > .title.active {
|
|
background-color: #fff;
|
|
background-image: none;
|
|
cursor: default;
|
|
}
|
|
.jui .accordion.accordion-white > .content {
|
|
-webkit-box-shadow: inset 0 2px 5px -2px rgba(0,0,0,0.1), inset 0 -2px 5px -2px rgba(0,0,0,0.1);
|
|
-moz-box-shadow: inset 0 2px 5px -2px rgba(0,0,0,0.1), inset 0 -2px 5px -2px rgba(0,0,0,0.1);
|
|
box-shadow: inset 0 2px 5px -2px rgba(0,0,0,0.1), inset 0 -2px 5px -2px rgba(0,0,0,0.1);
|
|
}
|
|
.jui .accordion > *:not(:last-child) {
|
|
border-bottom: 1px solid #d1d1d1;
|
|
}
|
|
.jui .accordion > .title {
|
|
background-color: #fefefe;
|
|
background-image: -moz-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: -webkit-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: -o-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: -ms-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
}
|
|
.jui .accordion > .title:hover {
|
|
background-color: #f7f7f7;
|
|
background-image: -moz-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: -o-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: -ms-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
}
|
|
.jui .accordion > .title.active {
|
|
background-color: #fff;
|
|
background-image: none;
|
|
cursor: default;
|
|
}
|
|
.jui .accordion > .content {
|
|
-webkit-box-shadow: inset 0 2px 5px -2px rgba(0,0,0,0.1), inset 0 -2px 5px -2px rgba(0,0,0,0.1);
|
|
-moz-box-shadow: inset 0 2px 5px -2px rgba(0,0,0,0.1), inset 0 -2px 5px -2px rgba(0,0,0,0.1);
|
|
box-shadow: inset 0 2px 5px -2px rgba(0,0,0,0.1), inset 0 -2px 5px -2px rgba(0,0,0,0.1);
|
|
}
|
|
.jui .accordion > * {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
.jui .accordion > .title {
|
|
height: 34px;
|
|
line-height: 34px;
|
|
}
|
|
.jui .accordion > .title > [class^="icon-"] {
|
|
float: right;
|
|
font-size: 18px;
|
|
margin-top: 7px;
|
|
}
|
|
.jui .accordion > .content {
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
}
|
|
.jui .accordion-classic {
|
|
border-width: 1px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
color: #333;
|
|
border-style: solid;
|
|
border-color: #d1d1d1;
|
|
-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
|
|
-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
|
|
box-shadow: 0 0px 5px rgba(0,0,0,0.1);
|
|
}
|
|
.jui .accordion-classic > *:first-child {
|
|
-webkit-border-top-right-radius: 5px;
|
|
-moz-border-radius-topright: 5px;
|
|
border-top-right-radius: 5px;
|
|
-webkit-border-top-left-radius: 5px;
|
|
-moz-border-radius-topleft: 5px;
|
|
border-top-left-radius: 5px;
|
|
}
|
|
.jui .accordion-classic > *:last-child {
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
-moz-border-radius-bottomright: 5px;
|
|
border-bottom-right-radius: 5px;
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
-moz-border-radius-bottomleft: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
.jui .accordion-classic.accordion-white {
|
|
color: #333;
|
|
border-style: solid;
|
|
border-color: #d1d1d1;
|
|
-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
|
|
-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
|
|
box-shadow: 0 0px 5px rgba(0,0,0,0.1);
|
|
}
|
|
.jui .accordion-classic.accordion-white > *:not(:last-child) {
|
|
border-bottom: 1px solid #d1d1d1;
|
|
}
|
|
.jui .accordion-classic.accordion-white > .title {
|
|
background-color: #fefefe;
|
|
background-image: -moz-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: -webkit-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: -o-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: -ms-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
}
|
|
.jui .accordion-classic.accordion-white > .title:hover {
|
|
background-color: #f7f7f7;
|
|
background-image: -moz-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: -o-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: -ms-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
}
|
|
.jui .accordion-classic.accordion-white > .title.active {
|
|
background-color: #fff;
|
|
background-image: none;
|
|
cursor: default;
|
|
}
|
|
.jui .accordion-classic.accordion-white > .content {
|
|
-webkit-box-shadow: inset 0 2px 5px -2px rgba(0,0,0,0.1), inset 0 -2px 5px -2px rgba(0,0,0,0.1);
|
|
-moz-box-shadow: inset 0 2px 5px -2px rgba(0,0,0,0.1), inset 0 -2px 5px -2px rgba(0,0,0,0.1);
|
|
box-shadow: inset 0 2px 5px -2px rgba(0,0,0,0.1), inset 0 -2px 5px -2px rgba(0,0,0,0.1);
|
|
}
|
|
.jui .accordion-classic > *:not(:last-child) {
|
|
border-bottom: 1px solid #d1d1d1;
|
|
}
|
|
.jui .accordion-classic > .title {
|
|
background-color: #fefefe;
|
|
background-image: -moz-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: -webkit-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: -o-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
background-image: -ms-linear-gradient(top, #fefefe 0%, #f0f0f0 100%);
|
|
}
|
|
.jui .accordion-classic > .title:hover {
|
|
background-color: #f7f7f7;
|
|
background-image: -moz-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: -o-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
background-image: -ms-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
|
|
}
|
|
.jui .accordion-classic > .title.active {
|
|
background-color: #fff;
|
|
background-image: none;
|
|
cursor: default;
|
|
}
|
|
.jui .accordion-classic > .content {
|
|
-webkit-box-shadow: inset 0 2px 5px -2px rgba(0,0,0,0.1), inset 0 -2px 5px -2px rgba(0,0,0,0.1);
|
|
-moz-box-shadow: inset 0 2px 5px -2px rgba(0,0,0,0.1), inset 0 -2px 5px -2px rgba(0,0,0,0.1);
|
|
box-shadow: inset 0 2px 5px -2px rgba(0,0,0,0.1), inset 0 -2px 5px -2px rgba(0,0,0,0.1);
|
|
}
|
|
.jui .accordion-simple {
|
|
-webkit-border-radius: 0px;
|
|
-moz-border-radius: 0px;
|
|
border-radius: 0px;
|
|
border-top-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 0px;
|
|
border-right-width: 0px;
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.jui .accordion-simple > .title {
|
|
background-color: #fafafa;
|
|
background-image: none;
|
|
}
|
|
.jui .accordion-simple > .title:hover:not(.active) {
|
|
background-color: #f5f5f5;
|
|
background-image: none;
|
|
}
|
|
.jui .accordion-simple.accordion-white {
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.jui .accordion-normal > * {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
.jui .accordion-normal > .title {
|
|
height: 34px;
|
|
line-height: 34px;
|
|
}
|
|
.jui .accordion-normal > .title > [class^="icon-"] {
|
|
float: right;
|
|
font-size: 18px;
|
|
margin-top: 7px;
|
|
}
|
|
.jui .accordion-normal > .content {
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
}
|
|
.jui .accordion-large > .title {
|
|
height: 46px;
|
|
line-height: 46px;
|
|
}
|
|
.jui .accordion-large > .title > [class^="icon-"] {
|
|
margin-top: 12px;
|
|
}
|
|
.jui label,
|
|
.jui input,
|
|
.jui button,
|
|
.jui select,
|
|
.jui textarea {
|
|
font-weight: normal;
|
|
}
|
|
.jui select,
|
|
.jui button,
|
|
.jui input[type="button"],
|
|
.jui input[type="reset"],
|
|
.jui input[type="submit"],
|
|
.jui input[type="radio"],
|
|
.jui input[type="checkbox"] {
|
|
cursor: pointer;
|
|
}
|
|
.jui button,
|
|
.jui html input[type="button"],
|
|
.jui input[type="reset"],
|
|
.jui input[type="submit"] {
|
|
cursor: pointer;
|
|
-webkit-appearance: button;
|
|
}
|
|
.jui button,
|
|
.jui input {
|
|
line-height: normal;
|
|
}
|
|
.jui button,
|
|
.jui input,
|
|
.jui select,
|
|
.jui textarea {
|
|
margin: 0;
|
|
font-size: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
.jui select[disabled],
|
|
.jui textarea[disabled],
|
|
.jui select[readonly],
|
|
.jui textarea[readonly] {
|
|
cursor: not-allowed;
|
|
background-color: #eee;
|
|
}
|