/*!
* Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: FontAwesome;
src: url(../../../docs/fonts/fontawesome.eot?v=4.4.0);
src: url(../../../docs/fonts/fontawesome.eot?#iefix&v=4.4.0) format("embedded-opentype"), url("../../../docs/fonts/fontawesome.woff2?v=4.4.0") format("woff2"), url(../../../docs/fonts/fontawesome.woff?v=4.4.0) format("woff"), url(../../../docs/fonts/fontawesome.ttf?v=4.4.0) format("truetype"), url(../../../docs/fonts/fontawesome.svg?v=4.4.0#fontawesomeregular) format("svg");
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
/*! jQuery UI - v1.11.4 - 2015-08-21
* http://jqueryui.com
* Includes: core.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=%22Open%20Sans%22%2C%20sans-serif&fwDefault=normal&fsDefault=12px&cornerRadius=3px&bgColorHeader=%23505050&bgTextureHeader=gloss_wave&bgImgOpacityHeader=15&borderColorHeader=%23505050&fcHeader=%23fff&iconColorHeader=%23fff&bgColorContent=%23363636&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23363636&fcContent=%23fff&iconColorContent=%23fff&bgColorDefault=%23363636&bgTextureDefault=gloss_wave&bgImgOpacityDefault=15&borderColorDefault=%23363636&fcDefault=%23fff&iconColorDefault=%23fff&bgColorHover=%23505050&bgTextureHover=gloss_wave&bgImgOpacityHover=15&borderColorHover=%23505050&fcHover=%23fff&iconColorHover=%23fff&bgColorActive=%236a9ec6&bgTextureActive=gloss_wave&bgImgOpacityActive=20&borderColorActive=%236a9ec6&fcActive=%23fff&iconColorActive=%23fff&bgColorHighlight=%23ffef8f&bgTextureHighlight=flat&bgImgOpacityHighlight=0&borderColorHighlight=%23f9dd34&fcHighlight=%23363636&iconColorHighlight=%23362b36&bgColorError=%23cd0a0a&bgTextureError=flat&bgImgOpacityError=0&borderColorError=%23cd0a0a&fcError=%23fff&iconColorError=%23fff&bgColorOverlay=%23000&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=40&bgColorShadow=%23000&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=50&thicknessShadow=6px&offsetTopShadow=-6px&offsetLeftShadow=-6px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Component containers
----------------------------------*/
.dark .ui-widget-content {
border: 1px solid #363636;
background: #363636;
color: #ffffff;
}
.dark .ui-widget-header {
border: 1px solid #505050;
background: #505050; /* Any old browsers */
background: #505050 -webkit-linear-gradient(top, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* UC Browser for Android */
background: #505050 linear-gradient(to bottom, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* W3C */
color: #ffffff;
font-weight: bold;
}
.dark .ui-widget-header a {
color: #ffffff;
}
/* Interaction states
----------------------------------*/
.dark .ui-state-default {
box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.2);
}
.dark .ui-state-default,
.dark .ui-widget-content .ui-state-default,
.dark .ui-widget-header .ui-state-default {
border: 1px solid #363636;
background: #363636; /* Any old browsers */
background: #363636 -webkit-linear-gradient(top, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* UC Browser for Android */
background: #363636 linear-gradient(to bottom, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* W3C */
font-weight: normal;
color: #ffffff;
}
.dark .ui-state-default a,
.dark .ui-state-default a:link,
.dark .ui-state-default a:visited {
color: #ffffff;
text-decoration: none;
}
.dark .ui-state-hover,
.dark .ui-widget-content .ui-state-hover,
.dark .ui-widget-header .ui-state-hover,
.dark .ui-state-focus,
.dark .ui-widget-content .ui-state-focus,
.dark .ui-widget-header .ui-state-focus {
border: 1px solid #505050;
background: #505050; /* Any old browsers */
background: #505050 -webkit-linear-gradient(top, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* UC Browser for Android */
background: #505050 linear-gradient(to bottom, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* W3C */
font-weight: normal;
color: #ffffff;
}
.dark .ui-state-hover a,
.dark .ui-state-hover a:hover,
.dark .ui-state-hover a:link,
.dark .ui-state-hover a:visited,
.dark .ui-state-focus a,
.dark .ui-state-focus a:hover,
.dark .ui-state-focus a:link,
.dark .ui-state-focus a:visited {
color: #ffffff;
text-decoration: none;
}
.dark .ui-state-active,
.dark .ui-widget-content .ui-state-active,
.dark .ui-widget-header .ui-state-active {
border: 1px solid #505050;
background: #505050; /* Any old browsers */
background: #505050 -webkit-linear-gradient(top, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* UC Browser for Android */
background: #505050 linear-gradient(to bottom, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* W3C */
font-weight: normal;
color: #ffffff;
}
.dark .ui-state-active a,
.dark .ui-state-active a:link,
.dark .ui-state-active a:visited {
color: #ffffff;
text-decoration: none;
}
/*! jQuery UI - v1.11.4 - 2015-08-21
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=%22Open%20Sans%22%2C%20sans-serif&fwDefault=bold&fsDefault=12px&cornerRadius=2px&bgColorHeader=%23deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=%23aed0ea&fcHeader=%23222&iconColorHeader=%2372a7cf&bgColorContent=%23f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=%23dddddd&fcContent=%23362b36&iconColorContent=%23362b36&bgColorDefault=%23d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=%23aed0ea&fcDefault=%232779aa&iconColorDefault=%233d80b3&bgColorHover=%23e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=%2374b2e2&fcHover=%230070a3&iconColorHover=%2372a7cf&bgColorActive=%23e4f1fb&bgTextureActive=glass&bgImgOpacityActive=100&borderColorActive=%2374b2e2&fcActive=%230070a3&iconColorActive=%2372a7cf&bgColorHighlight=%23ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=0&borderColorHighlight=%23f9dd34&fcHighlight=%23363636&iconColorHighlight=%23362b36&bgColorError=%23cd0a0a&bgTextureError=flat&bgImgOpacityError=0&borderColorError=%23cd0a0a&fcError=%23fff&iconColorError=%23fff&bgColorOverlay=%23000&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23000&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=50&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
}
.ui-front {
z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
min-height: 0; /* support: IE7 */
font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-button {
display: inline-block;
position: relative;
padding: 0;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
width: 2.4em;
}
.ui-button-icons-only {
width: 3.4em;
}
button.ui-button-icons-only {
width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
display: block;
line-height: normal;
}
.ui-button-text-only .ui-button-text {
padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
padding: .4em;
text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
padding-left: 2.1em;
padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
position: absolute;
top: 50%;
margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
left: 50%;
margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
right: .5em;
}
/* button sets */
.ui-buttonset {
margin-right: 7px;
}
.ui-buttonset .ui-button {
margin-left: 0;
margin-right: -.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
.ui-dialog {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-se {
width: 12px;
height: 12px;
right: -5px;
bottom: -5px;
background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: none;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
position: relative;
margin: 0;
padding: 3px 1em 3px .4em;
cursor: pointer;
min-height: 0; /* support: IE7 */
/* support: IE10, see #8844 */
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
}
/* icon support */
.ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item {
padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
height: 100%;
opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto;
/* Support: IE7 */
overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-button {
display: inline-block;
overflow: hidden;
position: relative;
text-decoration: none;
cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
right: 0.5em;
left: auto;
margin-top: -8px;
position: absolute;
top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
text-align: left;
padding: 0.4em 2.1em 0.4em 1em;
display: block;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 22px;
}
.ui-spinner-button {
width: 16px;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
border-top: none;
border-bottom: none;
border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
position: absolute;
margin-top: -8px;
top: 50%;
left: 0;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
/* need to fix icons sprite */
background-position: -65px -16px;
}
.ui-tabs {
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
-webkit-box-shadow: 0 0 5px #aaa; /* Hitachi ID: unused, no need to translate color */
box-shadow: 0 0 5px #aaa; /* Hitachi ID: unused, no need to translate color */
}
body .ui-tooltip {
border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
font-family: "Open Sans", sans-serif;
font-size: 1rem;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: "Open Sans", sans-serif;
font-size: 1em;
}
.light .ui-widget-content {
border: 1px solid #cccccc;
background: #f6f6f6;
color: #111111;
}
.light .ui-widget-header {
border: 1px solid rgb(185, 214, 231);
background: rgb(227, 239, 246); /* Any old browsers */
background: rgb(227, 239, 246) -webkit-linear-gradient(top, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* UC Browser for Android */
background: rgb(227, 239, 246) linear-gradient(to bottom, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* W3C */
color: #111111;
font-weight: bold;
}
.light .ui-widget-header a {
color: #111111;
}
/* Interaction states
----------------------------------*/
.light .ui-state-default {
box-shadow: none;
}
.light .ui-state-default,
.light .ui-widget-content .ui-state-default,
.light .ui-widget-header .ui-state-default {
border: 1px solid rgb(185, 214, 231);
background: rgb(227, 239, 246); /* Any old browsers */
background: rgb(227, 239, 246) -webkit-linear-gradient(top, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* UC Browser for Android */
background: rgb(227, 239, 246) linear-gradient(to bottom, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* W3C */
font-weight: bold;
color: #045787;
}
.light .ui-state-default a,
.light .ui-state-default a:link,
.light .ui-state-default a:visited {
color: #045787;
text-decoration: none;
}
.light .ui-state-hover,
.light .ui-widget-content .ui-state-hover,
.light .ui-widget-header .ui-state-hover,
.light .ui-state-focus,
.light .ui-widget-content .ui-state-focus,
.light .ui-widget-header .ui-state-focus {
border: 1px solid #73acce;
background: rgb(227, 239, 246); /* Any old browsers */
background: rgb(227, 239, 246) -webkit-linear-gradient(top, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* UC Browser for Android */
background: rgb(227, 239, 246) linear-gradient(to bottom, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* W3C */
font-weight: bold;
color: #045787;
}
.light .ui-state-hover a,
.light .ui-state-hover a:hover,
.light .ui-state-hover a:link,
.light .ui-state-hover a:visited,
.light .ui-state-focus a,
.light .ui-state-focus a:hover,
.light .ui-state-focus a:link,
.light .ui-state-focus a:visited {
color: #045787;
text-decoration: none;
}
.light .ui-state-active,
.light .ui-widget-content .ui-state-active,
.light .ui-widget-header .ui-state-active {
border: 1px solid #73acce;
background: rgb(227, 239, 246); /* Any old browsers */
background: rgb(227, 239, 246) -webkit-linear-gradient(top, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* UC Browser for Android */
background: rgb(227, 239, 246) linear-gradient(to bottom, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* W3C */
font-weight: bold;
color: #045787;
}
.light .ui-state-active a,
.light .ui-state-active a:link,
.light .ui-state-active a:visited {
color: #045787;
text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #f9dd34;
background: rgb(253, 242, 174);
color: #111111;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #111111;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #a92222;
background: rgba(169, 34, 34, 0.6);
color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
background-image: none;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
width: 16px;
height: 16px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 2px;
}
/* Overlays */
.ui-widget-overlay {
background: #000000;
opacity: .3;
}
.ui-widget-shadow {
margin: -7px 0 0 -7px;
padding: 7px;
background: #000000;
opacity: .5;
border-radius: 8px;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com
Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by "grunt build", do not edit it by hand.
*/
/* @group Base */
.chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
zoom: 1;
*display: inline;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.chosen-container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.chosen-container .chosen-drop {
position: absolute;
top: 100%;
left: -9999px;
z-index: 1010;
width: 100%;
border: 1px solid #aaa;
border-top: 0;
background: #ffffff;
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15), 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
left: 0;
}
.chosen-container a {
cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
margin-right: 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: normal;
color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
content: ":";
padding-left: 2px;
vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding: 0 4px 0 4px;
height: 24px;
background-clip: padding-box;
color: #111111;
text-decoration: none;
white-space: nowrap;
line-height: 24px;
width: 100%;
}
.chosen-container-single .chosen-default {
color: #999;
}
.chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
margin-right: 15px;
text-overflow: ellipsis;
white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
position: absolute;
top: 6px;
right: 26px;
display: block;
width: 12px;
height: 12px;
background: url(../../../docs/pics/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
position: absolute;
top: 0;
right: 0;
display: block;
width: 18px;
height: 100%;
}
.chosen-container-single .chosen-single div b {
display: block;
width: 100%;
height: 100%;
background: url(../../../docs/pics/chosen-sprite.png) no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
position: relative;
z-index: 1010;
margin: 0;
padding: 0;
white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
margin: 0;
padding: 5px 20px 5px 4px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #aaa;
border-left: 0;
border-right: 0;
background: #ffffff url(../../../docs/pics/chosen-sprite.png) no-repeat 100% -20px;
background: url(../../../docs/pics/chosen-sprite.png) no-repeat 100% -20px;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chosen-container-single .chosen-drop {
margin-top: -1px;
background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
position: absolute;
height: 0;
overflow: hidden;
padding: 0;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
position: relative;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
max-height: 240px;
-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
display: none;
margin: 0;
padding: 2px 20px 2px 4px;
list-style: none;
line-height: 15px;
-webkit-touch-callout: none;
white-space: nowrap;
word-wrap: break-word;
}
.chosen-container .chosen-results li.active-result {
display: list-item;
cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default;
}
.chosen-container .chosen-results li.highlighted {
background-color: #3875d7;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
color: #fff;
}
.chosen-container .chosen-results li.no-results {
display: list-item;
background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
display: list-item;
font-weight: bold;
cursor: default;
}
.chosen-container .chosen-results li.group-option {
padding-left: 15px;
}
.chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi {
margin: 0;
padding: 0 8px 0 0;
border: 1px solid #aaa;
cursor: text;
min-width: 75%;
}
.chosen-container-multi .chosen-choices {
position: relative;
overflow: hidden;
width: 100%;
padding: 0;
}
.chosen-container-multi .chosen-choices li {
float: left;
list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 1px 0;
padding: 4px;
outline: 0;
border: 0 !important;
background: transparent !important;
box-shadow: none;
font-size: 100%;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
background: transparent;
color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
position: relative;
margin: 2px 0 2px 3px;
padding: 2px 17px 2px 3px;
border: 1px solid #aaa;
border-radius: 3px;
background-color: #e4e4e4;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-clip: padding-box;
box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
color: #333;
line-height: 13px;
cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: 3px;
right: 3px;
display: block;
width: 12px;
height: 12px;
background: url(../../../docs/pics/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
margin: 0;
padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default;
}
/* @end */
/* @group Active */
.chosen-container-active.chosen-with-drop .chosen-single div {
border-left: none;
background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -18px 2px;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
background: transparent;
color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
opacity: 0.5 !important;
cursor: default;
}
.chosen-disabled .chosen-single {
cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
text-align: right;
}
.chosen-rtl .chosen-single {
overflow: visible;
padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
margin-right: 0;
margin-left: 26px;
direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
margin-left: 38px;
}
.chosen-rtl .chosen-single div {
right: auto;
left: 3px;
}
.chosen-rtl .chosen-single abbr {
right: auto;
left: 26px;
}
.chosen-rtl .chosen-choices li {
float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
right: auto;
left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
margin: 0 0 4px 4px;
padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
padding-right: 15px;
padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
padding: 4px 5px 4px 20px;
background: #ffffff url(../../../docs/pics/chosen-sprite.png) no-repeat -30px -20px;
background: url(../../../docs/pics/chosen-sprite.png) no-repeat -30px -20px;
direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
background-image: url(../../../docs/pics/2x/chosen-sprite.png) !important;
background-size: 52px 37px !important;
background-repeat: no-repeat !important;
}
}
/* @end */
/*
* Control feature layout
*/
.dataTables_wrapper {
position: relative;
clear: both;
*zoom: 1;
zoom: 1;
}
.dataTables_wrapper .dataTables_length {
float: left;
}
.dataTables_wrapper .dataTables_filter {
float: right;
text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_scroll {
clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
*margin-top: -1px;
-webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
height: 0;
overflow: hidden;
margin: 0 !important;
padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
border-bottom: none;
}
.dataTables_wrapper:after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
.gridster {
position:relative;
}
.gridster > * {
margin: 0 auto;
-webkit-transition: height .4s, width .4s;
-moz-transition: height .4s, width .4s;
-o-transition: height .4s, width .4s;
-ms-transition: height .4s, width .4s;
transition: height .4s, width .4s;
}
.gridster .gs-w {
z-index: 2;
position: absolute;
}
.ready .gs-w:not(.preview-holder) {
-webkit-transition: opacity .3s, left .3s, top .3s;
-moz-transition: opacity .3s, left .3s, top .3s;
-o-transition: opacity .3s, left .3s, top .3s;
transition: opacity .3s, left .3s, top .3s;
}
.ready .gs-w:not(.preview-holder),
.ready .resize-preview-holder {
-webkit-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
-moz-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
-o-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
}
.gridster .preview-holder {
z-index: 1;
position: absolute;
background-color: #fff;
border-color: #fff;
opacity: 0.3;
}
.gridster .player-revert {
z-index: 10!important;
-webkit-transition: left .3s, top .3s!important;
-moz-transition: left .3s, top .3s!important;
-o-transition: left .3s, top .3s!important;
transition: left .3s, top .3s!important;
}
.gridster .dragging,
.gridster .resizing {
z-index: 10!important;
-webkit-transition: all 0s !important;
-moz-transition: all 0s !important;
-o-transition: all 0s !important;
transition: all 0s !important;
}
.gs-resize-handle {
position: absolute;
z-index: 1;
}
.gs-resize-handle-both {
width: 20px;
height: 20px;
bottom: -8px;
right: -8px;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=');
background-position: top left;
background-repeat: no-repeat;
cursor: se-resize;
z-index: 20;
}
.gs-resize-handle-x {
top: 0;
bottom: 13px;
right: -5px;
width: 10px;
cursor: e-resize;
}
.gs-resize-handle-y {
left: 0;
right: 13px;
bottom: -5px;
height: 10px;
cursor: s-resize;
}
.gs-w:hover .gs-resize-handle,
.resizing .gs-resize-handle {
opacity: 1;
}
.gs-resize-handle,
.gs-w.dragging .gs-resize-handle {
opacity: 0;
}
.gs-resize-disabled .gs-resize-handle {
display: none!important;
}
[data-max-sizex="1"] .gs-resize-handle-x,
[data-max-sizey="1"] .gs-resize-handle-y,
[data-max-sizey="1"][data-max-sizex="1"] .gs-resize-handle {
display: none !important;
}
/* Uncomment this if you set helper : "clone" in draggable options */
/*.gridster .player {
opacity:0;
}
*/
.ms-container{
background: transparent url('../../../docs/pics/multi-select-switch.png') no-repeat 50% 50%;
width: 370px;
}
.ms-container:after{
content: ".";
display: block;
height: 0;
line-height: 0;
font-size: 0;
clear: both;
min-height: 0;
visibility: hidden;
}
.ms-container .ms-selectable, .ms-container .ms-selection{
background: #fff;
color: #555555;
float: left;
width: 45%;
}
.ms-container .ms-selection{
float: right;
}
.ms-container .ms-list{
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
border: 1px solid #ccc;
position: relative;
height: 200px;
padding: 0;
overflow-y: auto;
overflow-x: hidden;
}
.ms-container .ms-list.ms-focus{
border-color: rgba(82, 168, 236, 0.8);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
outline: 0;
outline: thin dotted \9;
}
.ms-container ul{
margin: 0;
list-style-type: none;
padding: 0;
}
.ms-container .ms-optgroup-container{
width: 100%;
}
.ms-container .ms-optgroup-label{
margin: 0;
padding: 5px 0px 0px 5px;
cursor: pointer;
color: #999;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection{
border-bottom: 1px #eee solid;
padding: 2px 10px 2px 4px;
color: #555;
white-space: nowrap;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover{
background-color: #3875d7;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
color: #fff;
}
.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
background-color: #eee;
color: #aaa;
cursor: text;
}
/* Structured Filter for jQuery UI */
/* (c) 2014 Olivier Giulieri */
/* https://github.com/evoluteur/structured-filter */
.structFilter {
min-height: 20px;
padding: 6px 1px 1px 6px;
}
.evo-bNew,
.evo-bAdd,
.evo-bDel,
.evo-bSubmit,
.evo-searchFilters a {
margin: -1px 2px 2px 3px;
}
.evo-searchFilters,
.evo-searchFilters a {
margin-bottom: 5px;
margin-top: 5px;
}
.evo-lBold {
font-weight: bold;
margin: 0px 2px;
}
.evo-lLight {
font-weight: normal;
margin: 0px 2px;
}
.evo-searchFilters a span.ui-button-text {
padding: 4px 33px 4px 12px;
}
.evo-editFilter {
vertical-align: middle;
float: left;
margin-bottom: 5px;
}
.evo-editFilter:after {
clear: left;
}
.evo-editFilter select,
.evo-editFilter input {
font-size: 1em;
}
.evo-editFilter span#value {
margin-right: 5px;
}
.evo-editFilter #value input[type="checkbox"] {
margin-left: 5px;
}
.evo-editFilter input[type="number"]#value,
.evo-editFilter input[type="time"]#value,
.evo-editFilter input[type="time"]#value2 {
width: 6em;
}
.evo-editFilter input.hasDatepicker {
width: 8em;
}
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
clip: rect(auto, auto, auto, auto);
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
position: absolute;
border: .15em solid #fff;
clip: rect(0em, 0.5em, 1em, 0em);
border-radius: 500%;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.c100 {
position: relative;
font-size: 1.666666666666667rem;
width: 1em;
height: 1em;
border-radius: 50%;
float: right;
z-index: 100;
}
.c100 .ring,
.c100 .centerFill {
top: 0px;
left: 0px;
border: .15em solid rgba(255, 255, 255, 0.5);
border-radius: 50%;
width: .7em;
height: .7em;
position: absolute;
}
.c100 .centerFill {
border: none;
margin: .15em;
background-color: rgba(0, 0, 0, 0.2);
}
.c100 *,
.c100 *:before,
.c100 *:after {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.c100.center {
float: none;
margin: 0 auto;
}
.c100 > span {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
line-height: 2.2em;
font-size: .45em;
color: #fff;
display: block;
text-align: center;
white-space: nowrap;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.c100 .bar,
.c100 .fill {
width: .7em;
height: .7em;
}
.c100 .slice {
top: 0;
left: 0;
position: absolute;
width: 1em;
height: 1em;
clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
-webkit-transform: rotate(3.6deg);
-moz-transform: rotate(3.6deg);
-ms-transform: rotate(3.6deg);
-o-transform: rotate(3.6deg);
transform: rotate(3.6deg);
}
.c100.p2 .bar {
-webkit-transform: rotate(7.2deg);
-moz-transform: rotate(7.2deg);
-ms-transform: rotate(7.2deg);
-o-transform: rotate(7.2deg);
transform: rotate(7.2deg);
}
.c100.p3 .bar {
-webkit-transform: rotate(10.8deg);
-moz-transform: rotate(10.8deg);
-ms-transform: rotate(10.8deg);
-o-transform: rotate(10.8deg);
transform: rotate(10.8deg);
}
.c100.p4 .bar {
-webkit-transform: rotate(14.4deg);
-moz-transform: rotate(14.4deg);
-ms-transform: rotate(14.4deg);
-o-transform: rotate(14.4deg);
transform: rotate(14.4deg);
}
.c100.p5 .bar {
-webkit-transform: rotate(18deg);
-moz-transform: rotate(18deg);
-ms-transform: rotate(18deg);
-o-transform: rotate(18deg);
transform: rotate(18deg);
}
.c100.p6 .bar {
-webkit-transform: rotate(21.6deg);
-moz-transform: rotate(21.6deg);
-ms-transform: rotate(21.6deg);
-o-transform: rotate(21.6deg);
transform: rotate(21.6deg);
}
.c100.p7 .bar {
-webkit-transform: rotate(25.2deg);
-moz-transform: rotate(25.2deg);
-ms-transform: rotate(25.2deg);
-o-transform: rotate(25.2deg);
transform: rotate(25.2deg);
}
.c100.p8 .bar {
-webkit-transform: rotate(28.8deg);
-moz-transform: rotate(28.8deg);
-ms-transform: rotate(28.8deg);
-o-transform: rotate(28.8deg);
transform: rotate(28.8deg);
}
.c100.p9 .bar {
-webkit-transform: rotate(32.4deg);
-moz-transform: rotate(32.4deg);
-ms-transform: rotate(32.4deg);
-o-transform: rotate(32.4deg);
transform: rotate(32.4deg);
}
.c100.p10 .bar {
-webkit-transform: rotate(36deg);
-moz-transform: rotate(36deg);
-ms-transform: rotate(36deg);
-o-transform: rotate(36deg);
transform: rotate(36deg);
}
.c100.p11 .bar {
-webkit-transform: rotate(39.6deg);
-moz-transform: rotate(39.6deg);
-ms-transform: rotate(39.6deg);
-o-transform: rotate(39.6deg);
transform: rotate(39.6deg);
}
.c100.p12 .bar {
-webkit-transform: rotate(43.2deg);
-moz-transform: rotate(43.2deg);
-ms-transform: rotate(43.2deg);
-o-transform: rotate(43.2deg);
transform: rotate(43.2deg);
}
.c100.p13 .bar {
-webkit-transform: rotate(46.800000000000004deg);
-moz-transform: rotate(46.800000000000004deg);
-ms-transform: rotate(46.800000000000004deg);
-o-transform: rotate(46.800000000000004deg);
transform: rotate(46.800000000000004deg);
}
.c100.p14 .bar {
-webkit-transform: rotate(50.4deg);
-moz-transform: rotate(50.4deg);
-ms-transform: rotate(50.4deg);
-o-transform: rotate(50.4deg);
transform: rotate(50.4deg);
}
.c100.p15 .bar {
-webkit-transform: rotate(54deg);
-moz-transform: rotate(54deg);
-ms-transform: rotate(54deg);
-o-transform: rotate(54deg);
transform: rotate(54deg);
}
.c100.p16 .bar {
-webkit-transform: rotate(57.6deg);
-moz-transform: rotate(57.6deg);
-ms-transform: rotate(57.6deg);
-o-transform: rotate(57.6deg);
transform: rotate(57.6deg);
}
.c100.p17 .bar {
-webkit-transform: rotate(61.2deg);
-moz-transform: rotate(61.2deg);
-ms-transform: rotate(61.2deg);
-o-transform: rotate(61.2deg);
transform: rotate(61.2deg);
}
.c100.p18 .bar {
-webkit-transform: rotate(64.8deg);
-moz-transform: rotate(64.8deg);
-ms-transform: rotate(64.8deg);
-o-transform: rotate(64.8deg);
transform: rotate(64.8deg);
}
.c100.p19 .bar {
-webkit-transform: rotate(68.4deg);
-moz-transform: rotate(68.4deg);
-ms-transform: rotate(68.4deg);
-o-transform: rotate(68.4deg);
transform: rotate(68.4deg);
}
.c100.p20 .bar {
-webkit-transform: rotate(72deg);
-moz-transform: rotate(72deg);
-ms-transform: rotate(72deg);
-o-transform: rotate(72deg);
transform: rotate(72deg);
}
.c100.p21 .bar {
-webkit-transform: rotate(75.60000000000001deg);
-moz-transform: rotate(75.60000000000001deg);
-ms-transform: rotate(75.60000000000001deg);
-o-transform: rotate(75.60000000000001deg);
transform: rotate(75.60000000000001deg);
}
.c100.p22 .bar {
-webkit-transform: rotate(79.2deg);
-moz-transform: rotate(79.2deg);
-ms-transform: rotate(79.2deg);
-o-transform: rotate(79.2deg);
transform: rotate(79.2deg);
}
.c100.p23 .bar {
-webkit-transform: rotate(82.8deg);
-moz-transform: rotate(82.8deg);
-ms-transform: rotate(82.8deg);
-o-transform: rotate(82.8deg);
transform: rotate(82.8deg);
}
.c100.p24 .bar {
-webkit-transform: rotate(86.4deg);
-moz-transform: rotate(86.4deg);
-ms-transform: rotate(86.4deg);
-o-transform: rotate(86.4deg);
transform: rotate(86.4deg);
}
.c100.p25 .bar {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.c100.p26 .bar {
-webkit-transform: rotate(93.60000000000001deg);
-moz-transform: rotate(93.60000000000001deg);
-ms-transform: rotate(93.60000000000001deg);
-o-transform: rotate(93.60000000000001deg);
transform: rotate(93.60000000000001deg);
}
.c100.p27 .bar {
-webkit-transform: rotate(97.2deg);
-moz-transform: rotate(97.2deg);
-ms-transform: rotate(97.2deg);
-o-transform: rotate(97.2deg);
transform: rotate(97.2deg);
}
.c100.p28 .bar {
-webkit-transform: rotate(100.8deg);
-moz-transform: rotate(100.8deg);
-ms-transform: rotate(100.8deg);
-o-transform: rotate(100.8deg);
transform: rotate(100.8deg);
}
.c100.p29 .bar {
-webkit-transform: rotate(104.4deg);
-moz-transform: rotate(104.4deg);
-ms-transform: rotate(104.4deg);
-o-transform: rotate(104.4deg);
transform: rotate(104.4deg);
}
.c100.p30 .bar {
-webkit-transform: rotate(108deg);
-moz-transform: rotate(108deg);
-ms-transform: rotate(108deg);
-o-transform: rotate(108deg);
transform: rotate(108deg);
}
.c100.p31 .bar {
-webkit-transform: rotate(111.60000000000001deg);
-moz-transform: rotate(111.60000000000001deg);
-ms-transform: rotate(111.60000000000001deg);
-o-transform: rotate(111.60000000000001deg);
transform: rotate(111.60000000000001deg);
}
.c100.p32 .bar {
-webkit-transform: rotate(115.2deg);
-moz-transform: rotate(115.2deg);
-ms-transform: rotate(115.2deg);
-o-transform: rotate(115.2deg);
transform: rotate(115.2deg);
}
.c100.p33 .bar {
-webkit-transform: rotate(118.8deg);
-moz-transform: rotate(118.8deg);
-ms-transform: rotate(118.8deg);
-o-transform: rotate(118.8deg);
transform: rotate(118.8deg);
}
.c100.p34 .bar {
-webkit-transform: rotate(122.4deg);
-moz-transform: rotate(122.4deg);
-ms-transform: rotate(122.4deg);
-o-transform: rotate(122.4deg);
transform: rotate(122.4deg);
}
.c100.p35 .bar {
-webkit-transform: rotate(126deg);
-moz-transform: rotate(126deg);
-ms-transform: rotate(126deg);
-o-transform: rotate(126deg);
transform: rotate(126deg);
}
.c100.p36 .bar {
-webkit-transform: rotate(129.6deg);
-moz-transform: rotate(129.6deg);
-ms-transform: rotate(129.6deg);
-o-transform: rotate(129.6deg);
transform: rotate(129.6deg);
}
.c100.p37 .bar {
-webkit-transform: rotate(133.20000000000002deg);
-moz-transform: rotate(133.20000000000002deg);
-ms-transform: rotate(133.20000000000002deg);
-o-transform: rotate(133.20000000000002deg);
transform: rotate(133.20000000000002deg);
}
.c100.p38 .bar {
-webkit-transform: rotate(136.8deg);
-moz-transform: rotate(136.8deg);
-ms-transform: rotate(136.8deg);
-o-transform: rotate(136.8deg);
transform: rotate(136.8deg);
}
.c100.p39 .bar {
-webkit-transform: rotate(140.4deg);
-moz-transform: rotate(140.4deg);
-ms-transform: rotate(140.4deg);
-o-transform: rotate(140.4deg);
transform: rotate(140.4deg);
}
.c100.p40 .bar {
-webkit-transform: rotate(144deg);
-moz-transform: rotate(144deg);
-ms-transform: rotate(144deg);
-o-transform: rotate(144deg);
transform: rotate(144deg);
}
.c100.p41 .bar {
-webkit-transform: rotate(147.6deg);
-moz-transform: rotate(147.6deg);
-ms-transform: rotate(147.6deg);
-o-transform: rotate(147.6deg);
transform: rotate(147.6deg);
}
.c100.p42 .bar {
-webkit-transform: rotate(151.20000000000002deg);
-moz-transform: rotate(151.20000000000002deg);
-ms-transform: rotate(151.20000000000002deg);
-o-transform: rotate(151.20000000000002deg);
transform: rotate(151.20000000000002deg);
}
.c100.p43 .bar {
-webkit-transform: rotate(154.8deg);
-moz-transform: rotate(154.8deg);
-ms-transform: rotate(154.8deg);
-o-transform: rotate(154.8deg);
transform: rotate(154.8deg);
}
.c100.p44 .bar {
-webkit-transform: rotate(158.4deg);
-moz-transform: rotate(158.4deg);
-ms-transform: rotate(158.4deg);
-o-transform: rotate(158.4deg);
transform: rotate(158.4deg);
}
.c100.p45 .bar {
-webkit-transform: rotate(162deg);
-moz-transform: rotate(162deg);
-ms-transform: rotate(162deg);
-o-transform: rotate(162deg);
transform: rotate(162deg);
}
.c100.p46 .bar {
-webkit-transform: rotate(165.6deg);
-moz-transform: rotate(165.6deg);
-ms-transform: rotate(165.6deg);
-o-transform: rotate(165.6deg);
transform: rotate(165.6deg);
}
.c100.p47 .bar {
-webkit-transform: rotate(169.20000000000002deg);
-moz-transform: rotate(169.20000000000002deg);
-ms-transform: rotate(169.20000000000002deg);
-o-transform: rotate(169.20000000000002deg);
transform: rotate(169.20000000000002deg);
}
.c100.p48 .bar {
-webkit-transform: rotate(172.8deg);
-moz-transform: rotate(172.8deg);
-ms-transform: rotate(172.8deg);
-o-transform: rotate(172.8deg);
transform: rotate(172.8deg);
}
.c100.p49 .bar {
-webkit-transform: rotate(176.4deg);
-moz-transform: rotate(176.4deg);
-ms-transform: rotate(176.4deg);
-o-transform: rotate(176.4deg);
transform: rotate(176.4deg);
}
.c100.p50 .bar {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.c100.p51 .bar {
-webkit-transform: rotate(183.6deg);
-moz-transform: rotate(183.6deg);
-ms-transform: rotate(183.6deg);
-o-transform: rotate(183.6deg);
transform: rotate(183.6deg);
}
.c100.p52 .bar {
-webkit-transform: rotate(187.20000000000002deg);
-moz-transform: rotate(187.20000000000002deg);
-ms-transform: rotate(187.20000000000002deg);
-o-transform: rotate(187.20000000000002deg);
transform: rotate(187.20000000000002deg);
}
.c100.p53 .bar {
-webkit-transform: rotate(190.8deg);
-moz-transform: rotate(190.8deg);
-ms-transform: rotate(190.8deg);
-o-transform: rotate(190.8deg);
transform: rotate(190.8deg);
}
.c100.p54 .bar {
-webkit-transform: rotate(194.4deg);
-moz-transform: rotate(194.4deg);
-ms-transform: rotate(194.4deg);
-o-transform: rotate(194.4deg);
transform: rotate(194.4deg);
}
.c100.p55 .bar {
-webkit-transform: rotate(198deg);
-moz-transform: rotate(198deg);
-ms-transform: rotate(198deg);
-o-transform: rotate(198deg);
transform: rotate(198deg);
}
.c100.p56 .bar {
-webkit-transform: rotate(201.6deg);
-moz-transform: rotate(201.6deg);
-ms-transform: rotate(201.6deg);
-o-transform: rotate(201.6deg);
transform: rotate(201.6deg);
}
.c100.p57 .bar {
-webkit-transform: rotate(205.20000000000002deg);
-moz-transform: rotate(205.20000000000002deg);
-ms-transform: rotate(205.20000000000002deg);
-o-transform: rotate(205.20000000000002deg);
transform: rotate(205.20000000000002deg);
}
.c100.p58 .bar {
-webkit-transform: rotate(208.8deg);
-moz-transform: rotate(208.8deg);
-ms-transform: rotate(208.8deg);
-o-transform: rotate(208.8deg);
transform: rotate(208.8deg);
}
.c100.p59 .bar {
-webkit-transform: rotate(212.4deg);
-moz-transform: rotate(212.4deg);
-ms-transform: rotate(212.4deg);
-o-transform: rotate(212.4deg);
transform: rotate(212.4deg);
}
.c100.p60 .bar {
-webkit-transform: rotate(216deg);
-moz-transform: rotate(216deg);
-ms-transform: rotate(216deg);
-o-transform: rotate(216deg);
transform: rotate(216deg);
}
.c100.p61 .bar {
-webkit-transform: rotate(219.6deg);
-moz-transform: rotate(219.6deg);
-ms-transform: rotate(219.6deg);
-o-transform: rotate(219.6deg);
transform: rotate(219.6deg);
}
.c100.p62 .bar {
-webkit-transform: rotate(223.20000000000002deg);
-moz-transform: rotate(223.20000000000002deg);
-ms-transform: rotate(223.20000000000002deg);
-o-transform: rotate(223.20000000000002deg);
transform: rotate(223.20000000000002deg);
}
.c100.p63 .bar {
-webkit-transform: rotate(226.8deg);
-moz-transform: rotate(226.8deg);
-ms-transform: rotate(226.8deg);
-o-transform: rotate(226.8deg);
transform: rotate(226.8deg);
}
.c100.p64 .bar {
-webkit-transform: rotate(230.4deg);
-moz-transform: rotate(230.4deg);
-ms-transform: rotate(230.4deg);
-o-transform: rotate(230.4deg);
transform: rotate(230.4deg);
}
.c100.p65 .bar {
-webkit-transform: rotate(234deg);
-moz-transform: rotate(234deg);
-ms-transform: rotate(234deg);
-o-transform: rotate(234deg);
transform: rotate(234deg);
}
.c100.p66 .bar {
-webkit-transform: rotate(237.6deg);
-moz-transform: rotate(237.6deg);
-ms-transform: rotate(237.6deg);
-o-transform: rotate(237.6deg);
transform: rotate(237.6deg);
}
.c100.p67 .bar {
-webkit-transform: rotate(241.20000000000002deg);
-moz-transform: rotate(241.20000000000002deg);
-ms-transform: rotate(241.20000000000002deg);
-o-transform: rotate(241.20000000000002deg);
transform: rotate(241.20000000000002deg);
}
.c100.p68 .bar {
-webkit-transform: rotate(244.8deg);
-moz-transform: rotate(244.8deg);
-ms-transform: rotate(244.8deg);
-o-transform: rotate(244.8deg);
transform: rotate(244.8deg);
}
.c100.p69 .bar {
-webkit-transform: rotate(248.4deg);
-moz-transform: rotate(248.4deg);
-ms-transform: rotate(248.4deg);
-o-transform: rotate(248.4deg);
transform: rotate(248.4deg);
}
.c100.p70 .bar {
-webkit-transform: rotate(252deg);
-moz-transform: rotate(252deg);
-ms-transform: rotate(252deg);
-o-transform: rotate(252deg);
transform: rotate(252deg);
}
.c100.p71 .bar {
-webkit-transform: rotate(255.6deg);
-moz-transform: rotate(255.6deg);
-ms-transform: rotate(255.6deg);
-o-transform: rotate(255.6deg);
transform: rotate(255.6deg);
}
.c100.p72 .bar {
-webkit-transform: rotate(259.2deg);
-moz-transform: rotate(259.2deg);
-ms-transform: rotate(259.2deg);
-o-transform: rotate(259.2deg);
transform: rotate(259.2deg);
}
.c100.p73 .bar {
-webkit-transform: rotate(262.8deg);
-moz-transform: rotate(262.8deg);
-ms-transform: rotate(262.8deg);
-o-transform: rotate(262.8deg);
transform: rotate(262.8deg);
}
.c100.p74 .bar {
-webkit-transform: rotate(266.40000000000003deg);
-moz-transform: rotate(266.40000000000003deg);
-ms-transform: rotate(266.40000000000003deg);
-o-transform: rotate(266.40000000000003deg);
transform: rotate(266.40000000000003deg);
}
.c100.p75 .bar {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.c100.p76 .bar {
-webkit-transform: rotate(273.6deg);
-moz-transform: rotate(273.6deg);
-ms-transform: rotate(273.6deg);
-o-transform: rotate(273.6deg);
transform: rotate(273.6deg);
}
.c100.p77 .bar {
-webkit-transform: rotate(277.2deg);
-moz-transform: rotate(277.2deg);
-ms-transform: rotate(277.2deg);
-o-transform: rotate(277.2deg);
transform: rotate(277.2deg);
}
.c100.p78 .bar {
-webkit-transform: rotate(280.8deg);
-moz-transform: rotate(280.8deg);
-ms-transform: rotate(280.8deg);
-o-transform: rotate(280.8deg);
transform: rotate(280.8deg);
}
.c100.p79 .bar {
-webkit-transform: rotate(284.40000000000003deg);
-moz-transform: rotate(284.40000000000003deg);
-ms-transform: rotate(284.40000000000003deg);
-o-transform: rotate(284.40000000000003deg);
transform: rotate(284.40000000000003deg);
}
.c100.p80 .bar {
-webkit-transform: rotate(288deg);
-moz-transform: rotate(288deg);
-ms-transform: rotate(288deg);
-o-transform: rotate(288deg);
transform: rotate(288deg);
}
.c100.p81 .bar {
-webkit-transform: rotate(291.6deg);
-moz-transform: rotate(291.6deg);
-ms-transform: rotate(291.6deg);
-o-transform: rotate(291.6deg);
transform: rotate(291.6deg);
}
.c100.p82 .bar {
-webkit-transform: rotate(295.2deg);
-moz-transform: rotate(295.2deg);
-ms-transform: rotate(295.2deg);
-o-transform: rotate(295.2deg);
transform: rotate(295.2deg);
}
.c100.p83 .bar {
-webkit-transform: rotate(298.8deg);
-moz-transform: rotate(298.8deg);
-ms-transform: rotate(298.8deg);
-o-transform: rotate(298.8deg);
transform: rotate(298.8deg);
}
.c100.p84 .bar {
-webkit-transform: rotate(302.40000000000003deg);
-moz-transform: rotate(302.40000000000003deg);
-ms-transform: rotate(302.40000000000003deg);
-o-transform: rotate(302.40000000000003deg);
transform: rotate(302.40000000000003deg);
}
.c100.p85 .bar {
-webkit-transform: rotate(306deg);
-moz-transform: rotate(306deg);
-ms-transform: rotate(306deg);
-o-transform: rotate(306deg);
transform: rotate(306deg);
}
.c100.p86 .bar {
-webkit-transform: rotate(309.6deg);
-moz-transform: rotate(309.6deg);
-ms-transform: rotate(309.6deg);
-o-transform: rotate(309.6deg);
transform: rotate(309.6deg);
}
.c100.p87 .bar {
-webkit-transform: rotate(313.2deg);
-moz-transform: rotate(313.2deg);
-ms-transform: rotate(313.2deg);
-o-transform: rotate(313.2deg);
transform: rotate(313.2deg);
}
.c100.p88 .bar {
-webkit-transform: rotate(316.8deg);
-moz-transform: rotate(316.8deg);
-ms-transform: rotate(316.8deg);
-o-transform: rotate(316.8deg);
transform: rotate(316.8deg);
}
.c100.p89 .bar {
-webkit-transform: rotate(320.40000000000003deg);
-moz-transform: rotate(320.40000000000003deg);
-ms-transform: rotate(320.40000000000003deg);
-o-transform: rotate(320.40000000000003deg);
transform: rotate(320.40000000000003deg);
}
.c100.p90 .bar {
-webkit-transform: rotate(324deg);
-moz-transform: rotate(324deg);
-ms-transform: rotate(324deg);
-o-transform: rotate(324deg);
transform: rotate(324deg);
}
.c100.p91 .bar {
-webkit-transform: rotate(327.6deg);
-moz-transform: rotate(327.6deg);
-ms-transform: rotate(327.6deg);
-o-transform: rotate(327.6deg);
transform: rotate(327.6deg);
}
.c100.p92 .bar {
-webkit-transform: rotate(331.2deg);
-moz-transform: rotate(331.2deg);
-ms-transform: rotate(331.2deg);
-o-transform: rotate(331.2deg);
transform: rotate(331.2deg);
}
.c100.p93 .bar {
-webkit-transform: rotate(334.8deg);
-moz-transform: rotate(334.8deg);
-ms-transform: rotate(334.8deg);
-o-transform: rotate(334.8deg);
transform: rotate(334.8deg);
}
.c100.p94 .bar {
-webkit-transform: rotate(338.40000000000003deg);
-moz-transform: rotate(338.40000000000003deg);
-ms-transform: rotate(338.40000000000003deg);
-o-transform: rotate(338.40000000000003deg);
transform: rotate(338.40000000000003deg);
}
.c100.p95 .bar {
-webkit-transform: rotate(342deg);
-moz-transform: rotate(342deg);
-ms-transform: rotate(342deg);
-o-transform: rotate(342deg);
transform: rotate(342deg);
}
.c100.p96 .bar {
-webkit-transform: rotate(345.6deg);
-moz-transform: rotate(345.6deg);
-ms-transform: rotate(345.6deg);
-o-transform: rotate(345.6deg);
transform: rotate(345.6deg);
}
.c100.p97 .bar {
-webkit-transform: rotate(349.2deg);
-moz-transform: rotate(349.2deg);
-ms-transform: rotate(349.2deg);
-o-transform: rotate(349.2deg);
transform: rotate(349.2deg);
}
.c100.p98 .bar {
-webkit-transform: rotate(352.8deg);
-moz-transform: rotate(352.8deg);
-ms-transform: rotate(352.8deg);
-o-transform: rotate(352.8deg);
transform: rotate(352.8deg);
}
.c100.p99 .bar {
-webkit-transform: rotate(356.40000000000003deg);
-moz-transform: rotate(356.40000000000003deg);
-ms-transform: rotate(356.40000000000003deg);
-o-transform: rotate(356.40000000000003deg);
transform: rotate(356.40000000000003deg);
}
.c100.p100 .bar {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
/*
* Fonts
*/
@font-face {
font-family: "Open Sans";
src: url(../../../docs/fonts/opensans-regular.eot);
src: url(../../../docs/fonts/opensans-regular.eot?#iefix) format("embedded-opentype"),
url(../../../docs/fonts/opensans-regular.woff2) format("woff2"),
url(../../../docs/fonts/opensans-regular.woff) format("woff"),
url(../../../docs/fonts/opensans-regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Open Sans";
src: url(../../../docs/fonts/opensans-semibold.eot);
src: url(../../../docs/fonts/opensans-semibold.eot?#iefix) format("embedded-opentype"),
url(../../../docs/fonts/opensans-semibold.woff2) format("woff2"),
url(../../../docs/fonts/opensans-semibold.woff) format("woff"),
url(../../../docs/fonts/opensans-semibold.ttf) format("truetype");
font-weight: 700;
font-style: normal;
}
/*
* Default styles for common HTML elements
*/
a, abbr, acronym, b, blockquote, body, caption, code, dfn, div, fieldset,
form, h1, h2, h3, h4, h5, h6, html, hr, i, iframe, img, input, label, li,
object, ol, p, pre, span, select, sub, sup, table, tbody, td, tbody,
textarea, tfoot, th, thead, tr, ul {
border: none;
font-family: "Open Sans", sans-serif;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 12px;
}
html.mobileOn {
font-size: 16px;
}
body, input, select, textarea, table, tbody, td, tbody, tfoot, th,
thead, tr, ul {
font-size: 1rem;
}
:focus {
outline: 0;
}
/* Tables still need cellspacing="0" */
table {
border-spacing: 0 0;
empty-cells: show;
}
html {
overflow: hidden;
padding: 0;
direction: ltr;
-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body {
background-color: #ffffff;
color: #111111;
line-height: 1.25em;
text-align: left;
}
html, body {
height: 100%;
}
a,
a:active,
a:link,
a:visited {
color: #045787;
}
a {
cursor: pointer;
font-family: "Open Sans", sans-serif;
text-decoration: none;
}
a:focus {
outline: 1px dotted;
}
a:hover {
color: rgba(4, 87, 135, 0.7);
text-decoration: underline;
}
html.mobileOn a:hover {
text-decoration: none;
}
span.pending {
background-color: #045787;
border-radius: 15px;
padding: 0 4px;
color: #ffffff;
font-weight: bold;
margin-left: 4px;
font-size: 0.916666666666667rem;
}
h1 {
color: #045787;
font-size: 2rem;
font-weight: normal;
line-height: 1em;
margin: 0 0 12px;
padding: 10px 0 0;
}
html.mobileOn h1 {
font-size: 1.5rem;
}
h2 {
font-size: 1.333333333333333rem;
margin: 12px 0 6px;
}
/* Disable italics (not recommended for use on web as renders poorly on devices) */
i {
font-style: normal;
}
input,
select,
textarea,
.divInput {
padding: 4px 4px 3px;
vertical-align: middle;
}
input,
select,
textarea,
.chosen-container,
.divInput {
margin: 0 2px;
}
/* inputmask monospace font prevents jitter while typing */
input[data-inputformat] {
font-family: monospace, "Open Sans", sans-serif;
}
input:focus[type=image] {
outline: 1px dotted;
}
img,
input[type=image] {
padding: 0;
vertical-align: middle;
}
.check-box-container,
.chosen-container,
.divInput,
input[type=number],
input[type=password],
input[type=search],
input[type=text],
input:not([type]),
select,
textarea {
background: #ffffff;
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
border: 1px solid #888888;
}
.chosen-container-active,
.divInput.focus,
input:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
input:not([type]):focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=submit]:focus,
select:focus,
textarea:focus {
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15), 0 0 4px rgba(115, 172, 206, 0.8);
border-color: #73acce;
outline: 0;
}
.error > input,
.error > select,
.error > textarea,
input[type=number]:invalid,
input.error,
select.error,
textarea.error {
border-color: #a92222;
background: rgba(169, 34, 34, 0.05);
}
.error > input:focus,
.error > select:focus,
.error > textarea:focus,
input[type=number]:invalid:focus,
input.error:focus,
select.error:focus,
textarea.error:focus {
border-color: #a92222;
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15), 0 0 4px rgba(169, 34, 34, 0.5);
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
min-width: 150px;
}
input[type=checkbox],
input[type=radio],
label[for] {
cursor: pointer;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
cursor: default;
}
.divInput,
input[type=number],
input[type=password],
input[type=search],
input[type=text],
input:not([type]) {
padding: 4px 4px 3px;
width: 18em;
}
html.mobileOn .divInput,
html.mobileOn input[type=number],
html.mobileOn input[type=password],
html.mobileOn input[type=search],
html.mobileOn input[type=text],
html.mobileOn input:not([type]) {
width: 95%;
}
.ui-button {
border-radius: 2px;
}
html.mobileOn table > tfoot > tr > * > .ui-button {
margin-bottom: 4px;
}
/* add space to stacked buttons */
br + .stacked {
margin-top: 5px;
}
/* Make jQuery UI buttons the same height as input fields */
input.ui-button, .ui-button-text {
padding: 4px 8px 3px;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
padding: 4px 4px 3px;
}
/* Override padding for mini buttons */
.mini .ui-button-text,
.ui-button-text.mini,
button.mini,
input[type=submit].mini {
padding: 1px 5px 1px;
}
input[type=submit].red {
background: #a92222;
}
input[type=submit].green {
background: #057800;
}
div.divInput {
margin: 0 5px;
}
textarea,
div.check-box-container {
width: 90%;
}
select {
padding: 3px 4px 2px;
}
sup {
line-height: 0.5em;
vertical-align: top;
}
input[type=image] {
cursor: pointer;
margin: 1px 0;
vertical-align: top;
}
div.paragraph,
p {
margin: 6px 0;
}
td > div.paragraph:first-child {
margin-top: 0;
}
div.paragraph:last-child,
p:last-child {
margin-bottom: 0;
}
td {
padding: 2px;
text-align: left;
vertical-align: top;
}
th {
text-align: left;
vertical-align: middle;
}
ol,
ul {
padding: 0;
padding-left: 20px;
}
hr {
width: 100%;
height: 1px;
color: #cccccc;
background-color: #cccccc;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: 0.6;
}
/*
* Global Alignment Styles
*/
/* Clear forces new elements under floating elements (not floating beside) */
.clearFloat {
clear: both;
}
/* Gives an element no height hiding its contents */
.noHeight {
height: 0;
overflow: hidden;
}
/* Vertical align contents to middle of cell */
td.middle {
vertical-align: middle;
}
/* Vertical align contents to top of cell */
td.top {
vertical-align: top;
}
/* Center align contents */
.center {
text-align: center;
}
div.center table {
margin-left: auto;
margin-right: auto;
}
/* Left align contents */
.left {
text-align: left;
}
div.left table {
margin-left: 0;
margin-right: auto;
}
.floatLeft {
float: left;
}
/* Right align contents */
.right {
text-align: right;
}
div.right table {
margin-left: auto;
margin-right: 0;
}
.floatRight {
float: right;
}
/* Top align contents */
table.top tr td {
vertical-align: top;
}
div.indent {
float: left;
height: 1px;
width: 21px;
}
div.sub, p.sub {
padding-left: 16px;
}
div.outer > div.inner {
float: left;
margin-right: 2%;
width: 48%;
}
@media only screen and (max-width: 500px) {
div.outer > div.inner {
float: none;
margin-right: 0;
width: 100%;
}
}
html.mobileOn div.outer > div.inner {
float: none;
margin-right: 0;
width: 100%;
}
/*
* Global Text Styles
*/
.italic {
font-style: italic;
}
.bold,
table tr.bold td {
font-weight: bold;
}
span.deleted,
div.deleted,
p.deleted,
td.deleted,
table tr.deleted td span,
table tr.deleted td li,
li.deleted {
text-decoration: line-through;
}
.large,
table tr.large td {
font-size: 1.333333333333333rem;
}
.small {
font-size: 0.916666666666667rem !important;
line-height: 1.2em;
}
ul.subList li {
font-style: italic;
line-height: 1.25em;
}
ul.subList {
list-style: none;
padding-left: 16px;
margin: 0;
}
.reference {
font-weight: bold;
white-space: nowrap;
}
.selectedObj {
font-size: 1.166666666666667rem;
font-weight: normal;
line-height: 1em;
margin: 0 0 12px;
padding: 10px 0 0;
}
/* Dotted horizontal divider */
div.hr {
background: url(../../../docs/pics/header_dotline.gif) repeat-x;
height: 1px;
font-size: 1px;
}
/* Enable wrapping on element */
.wrap {
white-space: normal;
}
/* Change border/opacity of disabled elements (CSS3, will not work on all browsers) */
a.disabled,
i.disabled,
img.disabled {
cursor: default;
opacity: 0.6;
outline: 0;
}
input:disabled,
select:disabled,
textarea:disabled {
border-color: #cccccc;
}
button:disabled,
input:disabled,
input[type=image]:disabled,
input[type=submit]:disabled,
textarea:disabled {
cursor: default;
opacity: 0.6;
}
input:read-only:not([type=button]):not([type=image]):not([type=submit]),
textarea:read-only {
cursor: default;
}
/* Hide element */
.collapseSectionHide,
.formToggleHide,
.graphData,
.hide,
.hideOnLoad,
.reportStats {
display: none;
}
.alwaysHide {
display: none !important;
}
div.notice {
color: #111111;
}
td.sysVarName {
width: 23%;
}
/*
* Global Image Sizes
*/
img.infoIcon,
input.infoIcon,
img.searchIcon,
input.searchIcon {
height: 19px;
width: 19px;
}
img.showHideIcon,
input.showHideIcon {
margin-right: 2px;
padding: 2px;
}
img.selectIcon,
input.selectIcon {
height: 15px;
width: 16px;
}
/*
* Page Layout Styles
*/
#container {
height: 100%;
}
#topMargin {
position: fixed;
top: -50px;
white-space: nowrap;
}
#skipNav,
#skipNav a {
color: #ffffff;
cursor: default;
display: inline;
font-size: 0.666666666666667rem;
line-height: normal;
}
#skipNav a:focus {
outline: 0;
}
#skipNav a:visited {
color: #ffffff;
}
#header {
background: #73acce;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.3), 0 -2px 4px rgba(0, 0, 0, 0.1);
border-top: 4px solid #363636;
height: 75px;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 50;
}
html.mobileOn #header {
font-size: 14px;
}
#companyLogo {
font-size: 12px;
margin-right: 8px;
padding: 8px;
padding-left: 15px;
padding-right: 15px;
position: absolute;
right: 0;
text-align: right;
top: 0;
width: 125px;
z-index: 2;
}
html.mobileOn:not(#subPage) #companyLogo {
margin-right: 0;
padding-top: 7px;
float: right;
}
.menu-icon {
display: inline-block;
left: 7px;
position: absolute;
top: 15px;
width: 20px;
}
#contentWrapper {
bottom: 23px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
left: 0;
position: fixed;
right: 0;
top: 80px;
}
#sidebar,
.appFilters {
background: #363636;
border-right: 1px solid #cccccc;
box-shadow: 1px 0 4px rgba(0, 0, 0, 0.2);
color: #ffffff;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
height: 100%;
max-width: 800px;
min-width: 175px;
overflow-y: auto;
position: relative;
width: 200px;
}
.panelResize {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
height: 100%;
position: relative;
width: 1px;
z-index: 15;
}
.panelResize > div {
position: absolute;
height: 100%;
}
.panelResize > div > div {
cursor: col-resize;
height: 100%;
margin-left: -4px;
width: 10px;
width: 5px;
}
#actionsResize > div > div {
margin-left: 0;
}
#breadCrumbs {
font-size: 0.833333333333333rem;
padding: 6px 30px 1px;
}
#breadCrumbs.hasTabs {
background: #fefefe;
}
#breadCrumbs a {
white-space: nowrap;
}
#breadCrumbs i {
margin: 0 4px;
}
#breadCrumbs i:first-child {
margin: 0;
}
#contentScroll {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
height: 100%;
position: relative;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
/*
* Only allow vertical scrolling on main menu to get around gridster
* workaround which requires min 3 columns to properly render/compute
* 3 column boxes on mobile.
*/
html.mobileOn[data-transaction="F_OPTION"] #contentScroll {
overflow-x: hidden;
overflow-y: auto;
}
.contentPad, #popupContent {
padding: 15px 30px 45px;
}
#mobileAppUrlQRCodeImageDiv {
padding: 10px 0;
}
/*
* Footer styles
*/
#footer {
background: #73acce;
border-top: 4px solid #363636;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.3), 0 -2px 4px rgba(0, 0, 0, 0.1);
bottom: 0;
clear: both;
color: #ffffff;
font-size: 0.833333333333333rem;
height: 19px;
left: 0;
line-height: 19px;
position: fixed;
right: 0;
width: 100%;
z-index: 25;
}
body.noSide #footer {
margin: 0;
}
#footerCompany,
#footerCopyright,
#footerVersion {
margin: 0;
position: absolute;
width: 33%;
}
#footerCompany {
left: 33%;
width: 34%;
text-align: center;
}
#footerVersion {
left: 0;
padding-left: 10px;
}
#footerCopyright {
right: 10px;
text-align: right;
}
#footerCopyright div {
float: right;
}
#footer a,
#footer a:hover,
#footer a:visited {
color: #ffffff;
}
#footer sup {
font: normal 0.5em "Open Sans", sans-serif;
}
/*
* Notice Styles
*/
div.noticeBox {
margin-bottom: 25px;
}
div.noticeBox > div {
background: #f1fbff;
border: 1px solid #366289;
border-radius: 3px;
color: #111111;
box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
margin-bottom: 10px;
min-height: 23px;
padding: 12px 13px 9px;
padding-left: 50px;
position: relative;
}
div.noticeBox > div > img {
left: 9px;
position: absolute;
top: 9px;
}
div.noticeBox > div > div {
font-weight: bold;
margin-bottom: 4px;
}
div.noticeBox > div.error {
background-color: rgba(169, 34, 34, 0.08);
border-color: #a92222;
color: #a92222;
}
div.noticeBox > div.warning {
background-color: #fffee2;
border-color: #e08e3e;
}
div.noticeBox > div.task {
background-color: #f8ffe1;
border-color: #6b8d00;
}
div.noticeBox > div.info,
div.noticeBox > div.task,
div.noticeBox > div.result,
div.noticeBox > p.result,
span.result {
color: #111111;
font-weight: bold;
}
span.warning {
color: #111111;
font-weight: bold;
}
span.error {
color: #a92222;
font-weight: bold;
}
i.error {
color: #a92222;
}
/*
* Top Navigation Styles (Nav Level 1)
*/
#header .ui-state-active,
#header .ui-state-default,
#header .ui-state-focus,
#header .ui-state-hover {
border: none;
margin: 0;
}
/* Always use grey background not blue in menus */
.ui-menu .ui-state-active,
.ui-menu .ui-widget-content .ui-state-active,
.ui-menu .ui-widget-header .ui-state-active {
background: #505050; /* Any old browsers */
background: #505050 -webkit-linear-gradient(top, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* UC Browser for Android */
background: #505050 linear-gradient(to bottom, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* W3C */
}
/* Use blue background for active menu items (clicked) */
.ui-menu li.active {
background: #73acce; /* Any old browsers */
background: #73acce -webkit-linear-gradient(top, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* UC Browser for Android */
background: #73acce linear-gradient(to bottom, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* W3C */
}
#topMenuBar {
background: #363636;
bottom: 0;
color: #ffffff;
cursor: default;
height: 37px;
left: 0;
position: absolute;
white-space: nowrap;
width: 100%;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
#header .ui-widget-content {
border: none;
}
#topMenuBar > div {
cursor: pointer;
float: right;
height: 29px;
line-height: 29px;
margin-top: 4px;
position: relative;
}
html:not(.mobileOn) #topMenuBar > div:not(.spinner):hover,
html:not(.mobileOn) #topMenuBar > div.ui-state-hover:not(.spinner) {
background: #505050; /* Any old browsers */
background: #505050 -webkit-linear-gradient(top, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* UC Browser for Android */
background: #505050 linear-gradient(to bottom, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* W3C */
margin-top: 4px;
}
#topMenuBar > div.disabled {
background: #363636;
cursor: default;
opacity: 0.6;
}
#topMenuBar > div.active,
#topMenuBar > div.active:hover {
background: #73acce;
}
#topMenuBar > div > *,
#topMenuIcon > li > i {
margin: 0 10px;
}
#topMenuBar > .spinner:hover {
cursor: default;
background: none;
}
#topMenuBar > .pin {
cursor: default;
}
#topMenuBar > .user {
cursor: default;
height: 29px;
margin-right: 15px;
position: relative;
}
#subPage #topMenuBar {
top: 0;
}
#subPage #topMenuBar > .user {
margin-right: 0;
}
#subPage #topMenuBar > .home,
#subPage #topMenuBar > .menu,
#subPage #topMenuBar > .ui-menu,
#subPage #breadCrumbs {
display: none !important;
}
#topMenuBar .user .positionWrapper {
margin: 0;
right: 0;
position: absolute;
}
#topMenuBar .user .wrapper {
box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.6);
margin: 0;
opacity: 0;
overflow: hidden;
right: 0;
top: 29px;
transition: height 0.2s;
z-index: 55;
}
html.mobileOn #topMenuBar .user .positionWrapper {
line-height: 2.5em;
right: initial;
}
#topMenuBar .userContent {
background: #363636;
}
#topMenuBar .userContent > * {
padding: 0 10px;
padding-right: 15px;
}
#topMenuBar .selectLanguage {
display: none;
}
#topMenuBar .userContent .logout,
#topMenuBar .userContent .selectLanguage:hover {
cursor: pointer;
}
#topMenuBar .userContent .logout:hover,
#topMenuBar .userContent .selectLanguage:hover {
background: #505050; /* Any old browsers */
background: #505050 -webkit-linear-gradient(top, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* UC Browser for Android */
background: #505050 linear-gradient(to bottom, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* W3C */
}
#topMenuBar .userContent i {
width: 24px;
}
#topMenuBar > .menu {
font-size: 1.166666666666667rem;
left: 0;
position: absolute;
top: 0;
}
#topMenuBar > .menu > i {
margin: 0 6px;
}
#topMenuBar > .close {
float: right;
margin-right: 5px;
}
#topMenuBar > .home {
border-left: none;
float: left;
margin-left: 17px;
}
#topMenuBar > .close > i,
#topMenuBar > .home > i {
vertical-align: middle;
margin-top: -2px;
}
#topMenu {
box-shadow: none;
float: left;
list-style: none;
padding: 0;
}
html:not(.mobileOn) #topMenuIcon > li {
color: #ffffff;
height: 27px;
padding-top: 2px !important;
}
#topMenuBar > ul > li,
#topMenuBar > ul > li.ui-state-active,
#topMenuBar > ul > li.ui-state-default,
#topMenuBar > ul > li.ui-state-focus,
#topMenuBar > ul > li.ui-state-hover {
color: #ffffff;
float: left;
margin: 4px 0;
padding: 0;
white-space: nowrap;
}
#topMenuBar > div.divider,
#topMenuBar > ul > li.ui-menu-divider {
border-left: 1px solid #505050;
height: 29px;
margin: 4px 0 0;
overflow: hidden;
padding: 0;
width: 0;
}
#topMenuBar > ul > li .ui-menu-divider {
display: none;
}
/* Hide jQuery UI menu caret for top level */
#topMenuBar > ul > li > .ui-menu-icon {
display: none;
}
#topMenuBar > ul > li.current {
background: #505050;
border-bottom-color: #73acce;
margin-left: -1px;
margin-right: -1px;
}
#topMenuBar > ul > li.current:hover {
background: #505050; /* Any old browsers */
background: #505050 -webkit-linear-gradient(top, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* UC Browser for Android */
background: #505050 linear-gradient(to bottom, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* W3C */
}
#topMenuBar > ul > li.current > a {
font-weight: bold;
}
#topMenuBar > ul > li > a {
line-height: 29px;
margin: 0;
outline: 0;
padding: 0 12px;
text-decoration: none;
}
#topMenuBar > ul > li a {
color: #ffffff;
display: block;
}
#topMenuBar > ul > li > ul {
display: none;
}
#topMenuBar > ul > li > ul.ui-menu {
left: 0px !important;
top: 29px !important;
}
#topMenuBar > ul > li ul.ui-menu,
#topMenuBar .user .userContent,
#topMenuBar .selectLanguage ul {
border-bottom: 4px solid #73acce;
border-top: 4px solid #73acce;
}
.ui-menu {
box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.6);
}
li.ui-menu-item {
white-space: nowrap;
}
#topMenuBar > ul > li ul.ui-menu > li.ui-menu-item {
padding: 0;
}
#topMenuBar > ul > li ul.ui-menu > li.ui-menu-item > a {
padding: 5px 1.5em;
padding-left: 12px;
}
#topMenuBar > div .ui-menu .ui-menu-item {
padding: 0 1.5em;
padding-left: 12px;
}
body > div.dark ul.ui-menu > li.ui-menu-item {
line-height: 15px;
padding: 5px 1.5em;
padding-left: 26px;
}
#topMenuBar div[aria-haspopup] .caret {
position: relative;
display: inline;
padding-left: 18px;
}
#topMenuBar div[aria-haspopup] .caret::before,
#topMenuBar > ul ul li.ui-menu-item[aria-haspopup] > a::before,
body > div.dark li.ui-menu-item[aria-haspopup]::before {
content: "\f054";
font: normal normal normal 0.666666666666667rem/1 FontAwesome;
line-height: 15px;
margin: 6px 5px 4px;
position: absolute;
top: 0;
right: 0;
}
#topMenuBar div[aria-haspopup] {
padding-right: 8px;
}
#topMenuBar div[aria-haspopup] .caret::before {
margin: 2px 0;
}
li.ui-menu-item[aria-haspopup] span.ui-icon-carat-1-e {
display: none;
}
#topMenuBar > ul > li ul.ui-menu .ui-menu-icon {
top: -1px;
}
#topMenuBar .scrollMenu {
background: #505050;
text-align: center;
}
html.mobileOn .ui-dialog {
bottom: 8px !important;
left: 8px !important;
position: absolute;
right: 8px !important;
top: 8px !important;
width: auto !important;
}
html.mobileOn .ui-dialog-content {
bottom: 46px;
left: 2px;
position: absolute;
right: 2px;
top: 35px;
height: auto !important;
}
html.mobileOn .ui-dialog-buttonpane {
position: absolute !important;
left: 2px !important;
right: 2px !important;
bottom: 2px !important;
}
html.mobileOn .ui-dialog-titlebar {
padding-bottom: 0.1em;
padding-top: 0.1em;
}
html.mobileOn:not(#subPage) #header {
height: 36px;
border-bottom: 4px solid #363636;
}
html.mobileOn:not(#subPage) #topMenuBar {
background: none;
box-shadow: none;
padding-left: 9px;
position: absolute;
}
html.mobileOn:not(#subPage) #topMenuBar > ul > li ul.ui-menu {
border: none;
}
html.mobileOn #topMenuBar > ul > li ul.ui-menu,
html.mobileOn #topMenuBar .user .userContent {
border-bottom: none;
border-top: none;
}
html.mobileOn #topMenuBar > .ui-menu:not(#topMenuIcon) {
display: none !important;
}
html.mobileOn:not(#subPage) #topMenuBar > div.active,
html.mobileOn:not(#subPage) #topMenuBar > div.active:hover {
background: #505050;
}
html.mobileOn:not(#subPage) #topMenuBar > ul > li, #topMenuBar > ul > li.ui-state-active,
html.mobileOn:not(#subPage) #topMenuBar > ul > li.ui-state-default,
html.mobileOn:not(#subPage) #topMenuBar > ul > li.ui-state-focus,
html.mobileOn:not(#subPage) #topMenuBar > ul > li.ui-state-hover {
border-bottom-color: transparent;
border-top-color: transparent;
}
html.mobileOn:not(#subPage) #topMenuBar .userContent {
margin: 0;
}
html.mobileOn #footer,
html.mobileOn #searchActions,
html.mobileOn #sidebar,
html.mobileOn #topMenuBar > .divider,
html.mobileOn #topMenuBar > .menu,
html.mobileOn #topMenuBar > .pin,
html.mobileOn #topMenuBar > .refresh,
html.mobileOn #topMenuBar > .spinner {
display: none;
}
html.mobileOn#subPage #topMenuBar .user {
display: none;
}
html.mobileOn:not(#subPage) #topMenuBar > .home {
margin-left: 0;
}
html.mobileOn:not(#subPage) #topMenuBar > .user {
float: left;
}
html.mobileOn:not(#subPage) #topMenuBar > .user > .wrapper {
right: auto;
left: 0;
}
html.mobileOn #topMenuBar .user .name {
display: none;
}
html.mobileOn:not(#subPage) #contentWrapper {
bottom: 0;
top: 44px;
}
html.mobileOn:not(#subPage) #topMenuBar > div.disabled {
background: none;
}
html.mobileOn .ui-dialog {
min-width: auto !important;
max-width: 95% !important;
}
html.mobileOn #breadCrumbs {
padding-left: 20px;
padding-right: 20px;
}
@media only screen and (max-width: 280px) {
html.mobileOn:not(#subPage) #companyLogo {
display: none;
}
}
/* Overwrite jQuery UI .ui-icon with FontAwesome .fa styles */
.dark .ui-icon,
.light .ui-icon,
.ui-icon {
display: inline-block;
font: normal normal normal 1.166666666666667rem/1 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: left;
background: none;
text-indent: 3px;
}
/* FontAwesome equivalent of jQuery UI icons, typically used by jQuery plugins */
.ui-icon-check:before {
content: "\f00c";
}
.ui-icon-circle-triangle-e:before {
content: "\f0a9";
}
.ui-icon-circle-triangle-w:before {
content: "\f0a8";
}
.ui-icon-close:before,
.ui-icon-closethick:before {
content: "\f00d";
}
.ui-icon-grip-dotted-vertical:before {
content: "\f142";
}
.ui-icon-grip-dotted-vertical:after {
content: "\f142";
padding-left: 2px;
}
/*
* Side/Side Sub Navigation Styles (Nav Level 2/3)
*/
#side > ul {
box-shadow: none;
margin-top: 10px;
}
#side .ui-menu-divider {
display: none;
}
#side li {
padding: 0;
}
#side li a {
color: #ffffff;
display: block;
position: relative;
padding: 5px 23px;
padding-right: 10px;
opacity: 0.9;
text-decoration: none;
}
#side a,
#side a:hover {
text-decoration: none;
}
#side li a::before {
position: absolute;
left: 13px;
top: 7px;
margin-right: 5px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
color: #ffffff;
display: inline-block;
font: normal normal normal 0.916666666666667rem/1 FontAwesome;
text-rendering: auto;
opacity: 0.4;
content: "\F0DA";
}
#side li.subparent a::before {
content: "\F0D7";
left: 11px;
}
#side li.current,
#side li.currentsub {
font-weight: bold;
}
#side li.active a,
#side li.active a::before,
#side li.current a,
#side li.current a::before,
#side li.currentsub a,
#side li.currentsub a::before,
#side li:hover a,
#side li:hover a::before {
opacity: 1;
}
#side li.sub a {
padding-left: 33px;
}
#side li.sub a::before {
left: 23px;
}
#side li.current:not(.ui-state-focus):not(.active),
#side li.subparent:not(.ui-state-focus):not(.active),
#side li.sub:not(.ui-state-focus):not(.active) {
background: rgba(255, 255, 255, 0.1);
}
/*
* Inner Tab Navigation Styles (Nav Level 4)
*/
#content > #tabLinkBar {
background: #fefefe;
}
#tabLinkBar div.line {
border-top: 1px solid #cccccc;
margin-top: -1px;
}
#tabLinkBar ul {
margin: 0 30px;
list-style: none;
padding: 15px 0 0;
}
#tabLinkBar ul li {
background: rgb(240, 240, 240); /* Any old browsers */
background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(225, 225, 225, 1) 100%); /* UC Browser for Android */
background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%, rgba(225, 225, 225, 1) 100%); /* W3C */
border: 1px solid #cccccc;
box-shadow: inset 0 1px 0 #ffffff;
display: block;
float: left;
margin: 0;
margin-right: 3px;
padding: 0;
}
#tabLinkBar ul li:empty {
display: none;
}
#tabLinkBar ul li a,
#tabLinkBar ul li input {
background: transparent;
border: none;
color: #111111;
cursor: pointer;
display: block;
font-weight: normal;
height: 2.6em;
line-height: 2.6em;
margin: 0;
padding: 0 8px;
white-space: nowrap;
}
#tabLinkBar ul li input {
overflow: visible;
}
#tabLinkBar ul li.current {
border-bottom: 1px solid #ffffff;
display: block;
}
#tabLinkBar ul li.current,
#tabLinkBar ul li.hover,
#tabLinkBar ul li:hover {
background: #ffffff;
filter: -;
}
#tabLinkBar ul li.current a,
#tabLinkBar ul li.current input {
font-weight: bold;
}
#tabLinkBar ul li a:hover,
#tabLinkBar ul li input:hover,
#tabLinkBar ul li.current a,
#tabLinkBar ul li.current input {
color: #111111;
text-decoration: none;
}
#tabLinkBar ul li a.warn,
#tabLinkBar ul li a.warn:hover,
#tabLinkBar ul li.current a.warn,
#tabLinkBar ul li input.warn,
#tabLinkBar ul li input.warn:hover,
#tabLinkBar ul li.current input.warn {
background: transparent url(../../../docs/pics/icon_alert_small.png) no-repeat 4px;
padding-left: 24px;
}
/*
* Inner Sub-Menu (to the tab bar) Styles (Nav Level 5)
*/
#tabLinkSub {
background: #ffffff;
border-bottom: 1px dashed #cccccc;
padding: 2px 30px;
}
#tabLinkSub ul {
padding: 0 2px;
width: 100%;
float: left;
}
#tabLinkSub ul li {
display: inline;
list-style-type: none;
padding: 0;
}
#tabLinkSub ul li a,
#tabLinkSub ul li input {
background: transparent;
border: none;
color: rgba(17, 17, 17, 0.8);
height: 1.9em;
font-weight: normal;
line-height: 1.9em;
padding: 1px 6px;
white-space: nowrap;
}
#tabLinkSub ul li a {
margin: 2px 8px;
margin-left: 0;
}
#tabLinkSub ul li a:hover,
#tabLinkSub ul li input:hover {
color: #111111;
text-decoration: none;
}
#tabLinkSub ul li.current a,
#tabLinkSub ul li.current a:hover,
#tabLinkSub ul li.current input,
#tabLinkSub ul li.current input:hover {
color: #111111;
font-weight: bold;
}
#tabLinkSub ul li input {
cursor: pointer;
margin: 0;
}
#tabLinkSub ul li a.warn,
#tabLinkSub ul li a.warn:hover,
#tabLinkSub ul li.current a.warn,
#tabLinkSub ul li input.warn,
#tabLinkSub ul li input.warn:hover,
#tabLinkSub ul li.current input.warn {
background: transparent url(../../../docs/pics/icon_alert_small.png) no-repeat left;
padding-left: 17px;
}
/*
* Main Menu Styles
*/
#mainMenu {
margin: 0 -15px;
}
#mainMenu > ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#mainMenu .box {
background: rgb(254, 254, 254); /* Any old browsers */
background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(252, 252, 252, 1) 100%); /* UC Browser for Android */
background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(252, 252, 252, 1) 100%); /* W3C */
border: 1px solid #cccccc;
box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
margin: 0;
overflow: hidden;
padding: 0;
}
#mainMenu .box .header {
background: rgb(240, 240, 240); /* Any old browsers */
background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(225, 225, 225, 1) 100%); /* UC Browser for Android */
background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%, rgba(225, 225, 225, 1) 100%); /* W3C */
border-bottom: 1px solid #cccccc;
box-shadow: inset 0 1px 0 #ffffff;
color: #111111;
cursor: move;
font-weight: bold;
padding: 9px 5px;
padding-left: 0;
position: relative;
vertical-align: bottom;
}
#mainMenu .box .header img {
left: 5px;
position: absolute;
top: 5px;
}
#mainMenu .box .header > span,
#mainMenu .box .header > textarea {
margin-left: 40px;
}
html.mobileOn #mainMenu .box .header > span {
display: block;
}
#mainMenu .box .header div.icon-holder span {
margin-left: 10px;
cursor: pointer;
}
#mainMenu .box .header div.icon-holder,
#mainMenu .box .header div.close {
right: 0;
top: 0;
bottom: 0;
width: 25px;
float: right;
display: inline-block;
}
#mainMenu .box .header div.close {
cursor: pointer;
}
#mainMenu .box .header .ui-icon {
margin: 8px 0 0;
margin-left: 5px;
}
#mainMenu .box .header div.note {
float: right;
font-size: 0.916666666666667rem;
font-weight: normal;
margin-top: -7px;
}
#mainMenu .box > ul {
list-style: none;
min-height: 24px;
padding: 10px;
}
#mainMenu .box > ul > li {
margin: 0;
padding: 4px 0;
padding-left: 30px;
position: relative;
}
#mainMenu .box li div.close,
#mainMenu .box li div.handle {
bottom: 0;
padding: 4px 2px 0;
position: absolute;
top: 0;
}
#mainMenu .box li div.close {
cursor: pointer;
left: 0;
padding-right: 5px;
}
#mainMenu .box li div.handle {
cursor: move;
right: 0;
padding-left: 5px;
}
#mainMenu .box li.ui-state-default,
#mainMenu .box li.ui-state-highlight {
line-height: 16px;
margin-top: -1px;
padding-bottom: 3px;
padding-left: 27px;
padding-top: 3px;
z-index: 10;
}
#mainMenu .box .header textarea,
#mainMenu .box li.ui-state-default textarea {
box-shadow: none;
cursor: text;
resize: none;
background: 0;
border: none;
height: 1.4em;
overflow: auto;
padding: 0;
}
#mainMenu .box .header textarea {
font-weight: bold;
width: 75%;
}
#mainMenu .box li.ui-state-default:last-child,
#mainMenu .box li.ui-state-highlight:last-child {
margin-bottom: 0;
}
#mainMenu .box li.ui-state-default span.pending {
margin-left: -25px;
}
#mainMenu .box li.ui-state-highlight {
opacity: 0.5;
}
#mainMenu .box .wrapper {
margin: 2px;
}
#mainMenu .box.reportTable .dataTables_filter input {
width: 13em;
}
#mainMenu .preview-holder {
border: none !important;
background: rgba(249, 221, 52, 0.6);
}
/*
* On mobile, disable some grid formatting allowing the organized
* boxes to stack closer together.
*/
html.mobileOn #mainMenu .gs-w {
position: relative;
top: auto;
height: auto;
margin-top: 20px !important;
}
/*
* Allow the main menu to automatically determine height to remove extra
* whitespace from bottom of the page on mobile.
*/
html.mobileOn #mainMenu > ul {
height: auto !important;
}
#stopCustomize {
position: absolute;
right: 30px;
top: 22px;
}
#userSettings {
cursor: pointer;
display: block;
line-height: 1em;
margin-left: 17px;
margin-right: 4px;
margin-top: 13px;
float: right;
}
#userSettings.hide {
display: none;
}
.dark .ui-contextmenu,
.dark .ui-contextmenu ul {
border: none;
border-bottom: 4px solid #73acce;
border-top: 4px solid #73acce;
z-index: 60;
}
.dark .ui-menu li.ui-state-active,
.dark .ui-menu li.ui-state-focus {
border: none;
margin: 0;
}
.light .translatableMenu {
z-index: 1000;
}
.light .ui-contextmenu {
max-width: 90%;
}
.light .ui-contextmenu .ui-menu-item {
text-overflow: ellipsis;
overflow: hidden;
}
.light .ui-contextmenu .ui-state-focus {
font-weight: normal;
}
.captureClickDialog p {
margin-bottom: 15px;
}
.captureClickDialog .border > tbody > tr > td:first-child {
padding-left: 0;
width: 50px;
}
.captureClickDialog {
z-index: 500;
}
.pinOverlay {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 498;
height: 100%;
cursor: default;
}
.pinHighlight {
position: absolute;
z-index: 499;
background: rgba(115, 172, 206, 0.25);
border: 1px solid #73acce;
cursor: url(../../../docs/pics/target-cursor.png) 12 12,crosshair;
}
.pinHighlight:not(.noHover):hover {
background: rgba(115, 172, 206, .35);
border-width: 2px;
}
.pinHighlight.noHover {
cursor: default;
}
#healthcheck {
display: none;
}
/*
* Outer Table Styles
*/
table.outer {
background-color: rgba(115, 172, 206, 0.1);
margin-top: 3px;
width: 100%;
}
table.outer > thead > tr > th {
background: #73acce;
font-weight: bold;
color: #ffffff;
height: 25px;
padding: 0 8px;
}
table.outer > tbody > tr > td {
padding: 5px 9px;
}
/*
* Border & List Table Styles
*/
table.border,
table.dataTable,
table.list {
border: 1px solid #cccccc;
clear: both;
cursor: default;
box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
margin: 4px 0 0;
width: 100%;
}
table.list tfoot table.border {
box-shadow: none;
}
table.border table:first-child,
table.list table:first-child {
margin: 0;
}
table.list > * > tr {
background: rgb(254, 254, 254); /* Any old browsers */
background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(252, 252, 252, 1) 100%); /* UC Browser for Android */
background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(252, 252, 252, 1) 100%); /* W3C */
line-height: 1.25em;
}
html.mobileOn table.list > tbody > tr {
line-height: 1.5em;
}
table.list > * > tr.child,
table.list > * > tr.parent {
background: #fefefe;
}
table.border > * > tr {
background: #fefefe;
}
table.border > thead > tr,
table.border > tbody > tr.subHead,
table.border > tfoot > tr,
table.list > thead > tr,
table.list > tbody > tr.subHead,
table.list > tfoot > tr {
background: rgb(240, 240, 240); /* Any old browsers */
background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(225, 225, 225, 1) 100%); /* UC Browser for Android */
background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%, rgba(225, 225, 225, 1) 100%); /* W3C */
font-weight: bold;
height: 33px;
text-shadow: 1px 1px 0px #ffffff;
}
table.list > tfoot > tr.detail {
font-weight: normal;
}
table.list > tbody > tr.odd {
background: rgb(248, 248, 248); /* Any old browsers */
background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(246, 246, 246, 1) 100%); /* UC Browser for Android */
background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(246, 246, 246, 1) 100%); /* W3C */
}
table.list > * > tr.child.odd,
table.list > * > tr.parent.odd {
background: #f8f8f8;
}
table.border > * > tr > *,
table.list > * > tr > * {
border-bottom: 1px solid #cccccc;
box-shadow: inset 0 1px 0 #ffffff;
padding: 3px 6px;
position: relative;
}
table.border > tfoot > tr > *,
table.list > tfoot > tr > * {
border-bottom: none;
}
table.border > * > tr > .required,
table.border > * > tr > .inline,
table.list:not(.confTable) > * > tr > .inline {
padding-top: 7px;
padding-bottom: 6px;
}
table.list > tbody:last-child > tr:last-child > * {
border-bottom: none;
}
html.mobileOn table.border > tbody > tr > *:nth-child(3) {
padding-top: 0px;
}
table.border > tbody > tr > td {
box-shadow: none;
}
html.mobileOn table.border > tbody > tr > * {
display: block;
text-align: left;
}
html.mobileOn table.border tr.subHead th + th,
html.mobileOn table.border.hideMiddleCol tr.subHead th + th.required + th {
border-top: none;
box-shadow: none;
}
table.border > tfoot > tr > *,
table.list > tfoot > tr > * {
padding: 4px 6px 3px;
}
html.mobileOn table.border > tfoot > tr > *,
html.mobileOn table.list > tfoot > tr > * {
padding-bottom: 0;
white-space: normal;
}
table.list > * > tr.parent > *,
table.list > * > tr.child:not(:last-child) > * {
box-shadow: none;
border-bottom: none;
}
table.list > * > tr.child > * {
padding-top: 3px;
}
html:not(.mobileOn) table.list > tbody > tr:not(.select):hover > td,
html:not(.mobileOn) table.list > tbody > tr:not(.select).hover > td {
background: rgba(115, 172, 206, 0.1);
box-shadow: none;
}
table.list > tbody > tr.selected > td {
background: rgba(115, 172, 206, 0.25);
box-shadow: none;
}
html:not(.mobileOn) table.list > tbody > tr.selected:hover > td,
html:not(.mobileOn) table.list > tbody > tr.selected.hover > td {
background: rgba(115, 172, 206, 0.40);
box-shadow: none;
}
table.list > tbody > tr:hover > td.dataTables_empty {
background: none;
}
table.list > tbody > tr.selectable:not(.child) > td,
table.list > tbody > tr.checkable:not(.child) > td,
table.list:not(.dataTable) > tbody > tr.selectable > td,
table.list:not(.dataTable) > tbody > tr.checkable > td {
cursor: pointer;
}
table.list > * > tr.child + tr:not(.child) > * {
border-top: 1px solid #cccccc;
}
table.border > * > tr:not(.subHead) > th:not(:first-child),
table.border > tfoot > tr > td:not(:first-child),
table.list > * > tr:not(.subHead) > th:not(:first-child),
table.list > tfoot > tr > td:not(:first-child) {
border-left: 1px solid #cccccc;
}
table.border > * > tr > th.control:first-child[style*="display: none"] + th,
table.border > tfoot > tr > td.control:first-child[style*="display: none"] + td,
table.list > * > tr > th.control:first-child[style*="display: none"] + th,
table.list > tfoot > tr > td.control:first-child[style*="display: none"] + td {
border-left: none;
}
table.border > tbody > tr.subHead:not(:first-child) > th,
table.border > tfoot:not(:first-child) > tr > td {
border-top: 1px solid #cccccc;
}
html:not(.mobileOn) table.border > tbody > .subHead:not(:last-child).expanded + tr > td {
border-top: 1px solid #cccccc !important;
}
table.border > * > tr > * {
border-bottom: 0 !important;
}
table.border > * > tr:not(:first-child) > * {
border-top: none;
}
table.dataTable > thead > tr > th:not(.sorting_disabled) {
cursor: pointer;
padding-right: 18px;
}
html:not(.mobileOn) table.border > * > tr > *:nth-child(2) {
padding-left: 0;
padding-right: 0;
}
html.mobileOn table.border.hideMiddleCol > * > tr > *:nth-child(2) {
display: none;
}
html.mobileOn table.border > * > tr.subHead {
height: auto;
}
html.mobileOn table.border > * > tr.subHead > * {
padding-bottom: 7px;
padding-top: 7px;
}
table.border > tbody > tr > td input[type=password],
table.border > tbody > tr > td table.noPad > tbody > tr > td > input[type=password],
table.border > tbody > tr > td input[type=text],
table.border > tbody > tr > td > table.noPad > tbody > tr > td input[type=text] {
width: 75%;
}
table.list > tbody > tr > td > p:first-child {
margin-top: 0;
}
table.list > tbody > tr > td > p:last-child {
margin-bottom: 0;
}
table.list > tbody > tr > td input[type=password],
table.list > tbody > tr > td input[type=text],
table.list > tbody > tr > td input:not([type]) {
width: 90%;
}
table.list > thead > tr > th.group,
table.list > tbody > tr > th.group {
font-size: 0.916666666666667rem;
font-style: italic;
width: 40px;
}
table.border > thead > tr > th.noPad,
table.border > tbody > tr > td.noPad,
table.list > thead > tr > th.noPad,
table.list > tbody > tr > th.noPad {
padding: 0 6px;
}
table.list > tbody > tr > td > input[type=image]:first-child {
margin: 0;
vertical-align: top;
}
/* Correct the position of oversized buttons */
table.list > tbody > tr > td > input.large {
margin: 1px 0;
}
table.border > tfoot > tr > td,
table.list > tfoot > tr > td {
height: 1.8em;
position: relative;
text-align: center;
white-space: nowrap;
}
table.list > tfoot > tr > td > div.links {
height: 1.8em;
left: 0;
padding: 5px;
position: absolute;
top: 0;
}
table.list > tfoot > tr > td > div.links {
text-align: left;
}
table.list > tfoot > tr > td > div.links > a {
line-height: 2.2em;
margin-left: 6px;
}
table.list > tfoot > tr > td > div.links > a > img {
margin: 0;
vertical-align: text-bottom;
}
table.list > tbody > tr.small > td {
padding-top: 1px;
}
table.list > tbody > tr.small > td > input {
margin-top: 2px;
}
table.list > tbody > tr.small > td > input.large {
margin-top: 0;
}
table.border > tbody > tr.subHead > th,
table.list > tbody > tr.subHead > th {
font-weight: bold;
}
table.border > tbody > tr > td.prompt,
table > tbody > tr > td.prompt {
text-align: right;
width: 50%;
}
html.mobileOn table.border > tbody > tr > td.prompt,
html.mobileOn table > tbody > tr > td.prompt {
padding-bottom: 2px;
text-align: left;
width: auto;
}
table.border > tbody > tr > td.prompt div.chosen-container {
text-align: left;
}
.chosen-container-single .chosen-single div {
width: 15px;
}
div.chosen-container .chosen-single-with-deselect span {
margin-right: 24px;
}
div.chosen-container-single .chosen-single abbr {
right: 14px;
}
div.chosen-container .create-option a,
div.chosen-container .create-option a:hover {
color: #111111;
text-decoration: none;
}
div.chosen-container .create-option.highlighted a {
color: #ffffff;
}
.chosen-container .chosen-drop {
width: auto;
}
.chosen-container .chosen-results li {
white-space: normal;
word-wrap: normal;
}
.structFilter .chosen-container {
max-width: 300px;
}
table.border.join {
border-top: none;
margin-top: 0;
}
span.required,
td.required,
th.required {
color: #a92222;
font-weight: bold;
white-space: nowrap;
width: 1%;
}
html.mobileOn td.prompt.inlineRequired::after,
html.mobileOn th.inlineRequired::after {
content: "*";
color: #a92222;
font-weight: bold;
}
table.list > tbody > tr > td.white,
table.border > tbody > tr.white > td,
table.list > tbody > tr.white > td {
background-color: #ffffff;
position: static;
}
td.tainted {
background-color: rgba(249, 221, 52, 0.2) !important;
border: 1px solid #e08e3e !important;
}
/* For drag and drop reorder tables */
table.list > tbody > tr.ui-sortable-helper > td {
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
}
table.list > tbody > tr.highlight,
.dataTable tr.hover > td.graphLink:hover {
background-color: rgba(115, 172, 206, 0.25) !important;
}
/*
* No Padding Table Styles
*/
table.noPad {
width: 100%;
}
table.noPad,
table.noPad > tbody > tr > td {
background: transparent;
border: none;
margin: 0;
padding: 0;
}
/*
* Menu table styles
*/
html:not(.mobileOn) table.menuTable > tbody > tr > td:first-child {
white-space: nowrap;
}
html.mobileOn table.menuTable > tbody > tr {
display: block;
position: relative;
}
html.mobileOn table.menuTable > tbody > tr > td {
display: block;
width: auto;
}
html.mobileOn table.menuTable > tbody > tr > td:first-child {
border-bottom: 0;
}
html.mobileOn table.menuTable > tbody > tr > td:nth-child(2) {
box-shadow: none;
}
html.mobileOn table.menuTable > tbody > tr > td:last-child {
border-bottom: 0;
position: absolute;
line-height: 1em;
right: 0;
top: 0;
}
html.mobileOn table.menuTable > tbody > tr.selected > td:last-child {
background: none;
}
/*
* Custom Border Table Styles
*/
table.customBorders {
border: none;
}
table.customBorders > tbody > tr > th,
table.customBorders > tbody > tr:first-child > td {
border-top: 1px solid #cccccc;
}
table.customBorders > tbody > tr:last-child > * {
border-bottom: 1px solid #cccccc;
}
table.customBorders > tbody > tr > *:first-child {
border-left: 1px solid #cccccc;
}
table.customBorders > tbody > tr > *:last-child {
border-right: 1px solid #cccccc;
}
/* Meant to be used on a page with a white background, otherwise override colour with another class or style */
table.customBorders > tbody > tr.sep > td {
background: #ffffff;
border-left: none;
border-right: none;
font-size: 1px;
height: 20px;
}
/*
* Selective Style Removal from Tables
*/
table.noBg,
table.noBg > * > tr {
background: none;
box-shadow: none;
}
table.noBorder {
border: none;
margin: 0;
padding: 0;
}
/* Remove border from element */
.noBorder,
table:not(.list) > tbody > tr.noBorder:not(.child) > * {
border: none;
}
/* Remove padding from element */
.noPad {
margin: 0;
padding: 0;
}
/* Disable wrapping on element */
.noWrap {
white-space: nowrap !important;
}
/* Remove generic link styling */
.undecoratedLink {
color: #111111 !important;
text-decoration: none !important;
display: block;
outline: 0 !important;
}
/*
* Reports Table Styles
*/
div.reportTablesWrap {
margin: 4px 0;
}
table.reportWidth {
width: 100%;
max-width: 1200px;
}
table.reportWidth td.prompt {
padding-right: 8px;
}
table.border > tbody > tr > td > input.reportRadioStringWidth {
width: 20em;
}
div.tableHeader:not(:empty) {
padding: 5px 0;
}
div.tableHeader label {
margin: 0 3px 1em;
margin-left: 5px;
display: inline-block;
}
div.tableHeader label > input {
margin-left: 3px;
width: auto;
}
div.tableFooter {
padding: 5px 0;
margin-top: 5px;
text-align: right;
}
.highlight {
background-color: rgba(249, 221, 52, 0.6);
}
/*
* Table Separator Styles
*/
table > tbody > tr > td.sep,
table.list > tbody > tr > td.sep,
table > thead > tr > th.sep {
border-left: 1px solid #cccccc;
font-size: 1px;
margin: 0;
padding: 0;
width: 1px;
}
table > thead > tr > th.sep {
border-left-color: #ffffff;
}
/*
* Dashboard Styles
*/
table.dashboard {
border: 1px solid #888888;
border-radius: 3px;
box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
margin-top: 20px;
}
table.dashboard > tbody > tr > td {
padding: 0 8px 5px;
}
table.dashboard div.header,
table.dashboard td.lastUpdated,
.dashboard table.statsTable td {
font-size: 0.916666666666667rem;
line-height: 1.2em;
vertical-align: bottom;
}
.dashboard table.statsTable {
background: none;
border: 1px solid #cccccc;
margin-bottom: 10px;
width: 100%;
}
div.dropdownGroup {
display: inline;
}
div.dashboard div.dashboardInput,
div.dashboard div.dashboardPrompt {
padding-bottom: 5px;
}
table.dashboard table.statsTable tr td {
padding: 4px;
}
div.dashboard table.statsTable tr td {
padding: 3px;
}
.dashboard table.statsTable tr {
background: rgb(254, 254, 254); /* Any old browsers */
background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(252, 252, 252, 1) 100%); /* UC Browser for Android */
background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(252, 252, 252, 1) 100%); /* W3C */
}
.dashboard table.statsTable tr.odd {
background: rgb(248, 248, 248); /* Any old browsers */
background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(246, 246, 246, 1) 100%); /* UC Browser for Android */
background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(246, 246, 246, 1) 100%); /* W3C */
}
.dashboard table.statsTable tr.disabled td {
color: #888888;
}
.dashboard table.statsTable tr td.num {
text-align: right;
white-space: nowrap;
width: 5%;
}
table.dashboard div.header {
font-weight: bold;
line-height: 1.25em;
margin-bottom: 5px;
padding-top: 10px;
}
table.dashboard table.statsTable tr.header {
background-image: url(../../../docs/pics/header_dotline.gif);
background-position: bottom left;
background-repeat: repeat-x;
font-weight: bold;
}
table.dashboard td.lastUpdated {
text-align: right;
}
table.dashboard table.statsTable tr.total {
background-image: url(../../../docs/pics/header_dotline.gif);
background-repeat: repeat-x;
font-weight: bold;
}
/*
* Special overrides for above styles
*/
input[type=number] {
width: 6em;
}
/*
* License Styles
*/
.license {
font-weight: bold;
}
.installed {
color: #057800;
}
.licensed {
color: #045787;
}
.noLicense {
color: #505050;
}
/*
* OrgChart Styles
*/
div#orgGraph {
margin-top: 40px;
margin-right: 150px;
}
div.orgEntry {
margin: 3px;
position: relative;
}
div.orgEntry > div {
border: 1px solid #888888;
}
div.orgCard {
border-radius: 8px;
box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
min-height: 68px;
overflow: hidden;
padding-left: 8px;
padding-right: 6px;
position: relative;
width: 262px;
}
#orgGraph.profilePic div.orgCard {
padding-left: 70px;
width: 200px;
}
div.orgCard > input.profilePic {
border-radius: 5px;
left: 4px;
position: absolute;
top: 3px;
}
div.orgCard > a > .viewSubIcon {
position: absolute;
top: 3px;
right: 4px;
}
div.orgCard > div.name {
margin-top: 6px;
/* Prevent overlap with subordinates icon */
margin-right: 20px;
width: 247px;
}
div.orgCard > div.name > a {
display: inline-block;
overflow: hidden;
width: 88%;
text-overflow: ellipsis;
}
#orgGraph.profilePic div.orgCard > div.name {
width: 185px;
}
div.orgManager > div {
background: #ebe1d4;
margin-bottom: 20px;
}
span.orgPeer {
margin-left: 40px;
}
div.orgPeer > div {
background: #c3e3f0;
margin-left: 40px;
}
span.orgSelf {
margin-left: 40px;
}
div.orgSelf > div {
background: #c3e3f0;
border: 2px solid #505050;
margin-left: 40px;
margin-bottom: 20px;
}
div.orgSelf > div.orgCard > div.name {
font-weight: bold;
}
div.orgSubordinate > div.orgCard {
background: #e3f7e3;
}
span.orgSubordinateCluster {
margin-left: 80px;
}
div.orgSubordinateCluster {
margin-left: 80px;
margin-bottom: 20px;
}
div.orgSubordinateCluster > div {
clear: none;
float: left;
}
div.orgSubordinateCluster > div.clearFloat {
clear: both;
float: none;
}
div.orgCard > table.attributes {
margin-bottom: 2px;
margin-top: 10px;
table-layout: fixed;
width: 150px;
}
div.orgCard > table.attributes > tbody > tr > td.prompt {
text-align: right;
width: 45%;
}
div.orgCard > table.attributes > tbody > tr > td {
padding-bottom: 3px;
}
div.orgEntry > div.actions {
background: rgb(254, 254, 254); /* Any old browsers */
background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(252, 252, 252, 1) 100%); /* UC Browser for Android */
background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(252, 252, 252, 1) 100%); /* W3C */
border: 1px solid #888888;
line-height: 1.7em;
overflow: hidden;
position: absolute;
top: 0;
left: 259px;
width: 1px;
z-index: 101;
}
div.orgSelf > div.actions {
border: 1px solid #505050;
border-top-width: 2px;
border-bottom-width: 2px;
}
div.orgEntry > div.actions > ul {
font-size: 0.916666666666667rem;
list-style: none;
margin: 3px 0;
padding: 0;
}
div.orgEntry > div.actions > ul > li {
display: block;
white-space: nowrap;
}
div.orgEntry > div.actions > ul > li > a {
display: block;
padding: 0 10px;
text-decoration: none;
}
div.orgEntry > div.actions > ul > li > a:focus,
div.orgEntry > div.actions > ul > li > a:hover {
background: rgba(115, 172, 206, 0.25);
color: #111111;
}
div.orgEntry > div.openClose {
position: absolute;
cursor: pointer;
border-left: none;
border-bottom-right-radius: 8px;
border-top-right-radius: 8px;
box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1), inset 0 0 150px rgba(0, 0, 0, 0.25);
left: 260px;
top: 0;
width: 18px;
z-index: 102;
}
div.orgEntry > div.openClose > img {
background: url(../../../docs/pics/arrow_big.png) top left no-repeat;
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -3px;
}
div.orgEntry > div.openClose > img.close {
background: url(../../../docs/pics/arrow_big.png) top right no-repeat;
}
div.orgSelf > div.openClose {
background-color: #c3e3f0;
}
div.orgSubordinate > div.openClose {
background-color: #e3f7e3;
}
div.orgPeer > div.openClose {
background-color: #c3e3f0;
}
/*
* Service Styles
*/
.serviceOn {
color: #057800;
}
.serviceOff {
color: #a92222;
}
.serviceStarting {
color: #e08e3e;
}
.serviceStopping {
color: #800000;
}
.serviceNotInstalled {
color: #045787;
}
/*
* Sorting Styles
*/
input.sortIcon {
vertical-align: middle;
}
th.sorting,
th.sorting_asc,
th.sorting_desc {
position: relative;
white-space: nowrap;
}
th.sorting::before,
th.sorting_asc::before,
th.sorting_desc::before,
th.sorting::after,
th.sorting_asc::after,
th.sorting_desc::after {
font: normal normal normal 1.166666666666667rem/1 FontAwesome;
line-height: 33px;
position: absolute;
right: 4px;
text-shadow: none;
top: 0;
}
/* Shrink sort icons slightly on mobile (were too big) */
html.mobileOn th.sorting::before,
html.mobileOn th.sorting_asc::before,
html.mobileOn th.sorting_desc::before,
html.mobileOn th.sorting::after,
html.mobileOn th.sorting_asc::after,
html.mobileOn th.sorting_desc::after {
font-size: 1rem;
line-height: 36px;
}
th.sorting::before,
th.sorting_asc::before,
th.sorting_desc::before {
color: rgba(54, 54, 54, 0.2);
content: "\f0dc";
}
th.sorting_asc::after,
th.sorting_desc::after {
color: #363636;
content: "\f0de";
}
th.sorting_desc::after {
content: "\f0dd";
}
/* Sort order required in datatables, but suppress if on checkbox column */
th.hideSortIcon:first-child::before,
th.hideSortIcon:first-child::after {
content: "";
}
/*
* Status Styles
*/
.statusSuccess {
color: #111111;
}
.statusFailure {
color: #a92222;
}
.statusInProgress {
color: rgba(17, 17, 17, 0.7);
}
.statusWaiting {
color: rgba(17, 17, 17, 0.7);
}
/*
* DateTime Widget Styles
*/
.dateWidget {
min-width: 22em;
white-space: nowrap;
}
.dateWidget div.date,
.dateWidget div.time {
float: left;
position: relative;
}
.dateWidget .date input,
.dateWidget .time input {
padding-left: 20px !important;
text-align: center;
width: 6em;
}
html.mobileOn .dateWidget .date input,
html.mobileOn .dateWidget .time input {
padding-left: 24px !important;
}
.dateWidget .date.icon::before,
.dateWidget .time.icon::before {
font: normal normal normal 1.166666666666667rem/1 FontAwesome;
text-rendering: auto;
color: #888888;
content: "\f073";
position: absolute;
padding: 4px 2px 3px;
padding-left: 8px;
line-height: 18px;
}
html.mobileOn .dateWidget .date.icon::before,
html.mobileOn .dateWidget .time.icon::before {
padding-top: 7px;
padding-left: 9px;
}
.dateWidget .time.icon::before {
content: "\f017";
}
.dateWidget .date.icon.error::before,
.dateWidget .time.icon.error::before {
color: #a92222;
}
/* Cannot use commas with pseudo elements */
.dateWidget .date.focus::before {
color: #73acce;
}
.dateWidget .time.focus::before {
color: #73acce;
}
table.border > tbody > tr > td .dateWidget .time input[type=text],
.dateWidget .time input {
width: 5em;
}
/*
* Search & Paging Widget Styles
*/
div.searchConfig {
display: none;
}
div.searchPaging {
margin-top: 2px;
}
div.searchPaging + table.border,
div.searchPaging + table.list {
margin-top: 2px;
}
div.searchPaging table {
empty-cells: hide;
margin: 0;
padding: 0;
}
div.searchPaging td {
color: #045787;
height: 25px;
margin: 0;
padding: 0;
vertical-align: middle;
}
div.searchPaging > div.topOnly > div.chosen-container,
table.noPad div.chosen-container {
margin-right: 10px;
}
div.search {
float: left;
}
div.search td {
padding-bottom: 4px;
padding-top: 5px;
}
div.search select,
div.search input {
margin-top: 0;
}
div.search td.searchPrompt {
padding-right: 5px;
}
div.search input.searchBox{
margin-left: 0;
padding-right: 20px;
width: 10em;
}
div[data-content-id] input.searchBox {
padding-right: 20px;
}
html.mobileOn div[data-content-id] input.searchBox {
padding-right: 26px;
}
input.searchIcon {
cursor: pointer;
height: 14px;
margin-bottom: 0;
margin-left: 2px;
margin-right: 6px;
margin-top: 4px;
padding: 2px 2px 1px;
width: 14px;
z-index: 40;
position: relative;
}
html.mobileOn table.border input.searchIcon {
padding-top: 2px;
}
div.search input.searchIcon {
margin-top: 0;
vertical-align: middle;
}
div.search div.searchPrompt {
font-weight: bold;
padding-top: 3px;
}
input.searchBox + input.searchIcon {
margin-left: -24px !important;
position: relative;
}
/* Hide Windows 7/8 clear X as it shows up under our search icon */
input.searchBox::-ms-clear {
display: none;
width: 0;
height: 0;
}
div.paging {
float: right;
white-space: nowrap;
}
div.paging input[type=text] {
text-align: center;
width: 2em !important;
}
div.paging input.mini {
margin-right: 10px;
}
.dataTables_wrapper .dataTables_info {
clear: both;
float: left;
}
.dataTables_wrapper .dataTables_paginate {
float: right;
}
/* Adjust vertical position of input image and img tags as they do not naturally align */
div.paging img,
div.paging input[type=image],
div.dataTables_paginate a {
height: 13px !important; /* Overwrites compiled value in paging widget. */
margin: 0 2px;
padding: 0;
vertical-align: middle;
width: 14px;
}
div.dataTables_paginate a {
display: inline-block;
}
div.paging .arrowNext,
div.paging .arrowPrev,
div.dataTables_paginate .previous,
div.dataTables_paginate .next {
width: 10px !important; /* Overwrites compiled value in paging widget. */
}
.paginate_button,
.paginate_active {
cursor: pointer;
}
div.paging .arrowFirst,
div.paging .arrowLast,
div.paging .arrowNext,
div.paging .arrowPrev,
div.dataTables_paginate .first,
div.dataTables_paginate .previous,
div.dataTables_paginate .next,
div.dataTables_paginate .last {
background: url(../../../docs/pics/arrow_first.png) top left no-repeat;
}
div.paging .arrowLast,
div.dataTables_paginate .last {
background-image: url(../../../docs/pics/arrow_last.png);
}
div.paging .arrowNext,
div.dataTables_paginate .next {
background-image: url(../../../docs/pics/arrow_next.png);
}
div.paging .arrowPrev,
div.dataTables_paginate .previous {
background-image: url(../../../docs/pics/arrow_prev.png);
}
div.paging img.arrowFirst,
div.paging img.arrowLast,
div.paging img.arrowNext,
div.paging img.arrowPrev,
div.dataTables_paginate .first.paginate_button.disabled,
div.dataTables_paginate .previous.paginate_button.disabled,
div.dataTables_paginate .next.paginate_button.disabled,
div.dataTables_paginate .last.paginate_button.disabled {
background-position: bottom left;
}
div.dataTables_paginate > span > a {
width: auto;
padding: 0 4px;
}
div.dataTables_paginate > span > a.current {
font-weight: bold;
}
div.paging .arrowLast {
display: none;
}
div.paging .arrowLastHistory {
display: block;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.dataTable > tbody > tr > td > table.innerTable tr {
background-color: inherit;
}
.dataTable > tbody > tr > td > table.innerTable tr td {
padding: 0px;
}
.dataTable .dataTables_filter label.disabled,
.dataTable .dataTables_filter label.disabled input {
border-color: #cccccc;
opacity: .5;
cursor: default;
}
.dataTable th.checkbox,
.dataTable th.select {
width: 13px;
}
.dataTable th.checkbox:not(.left),
.dataTable th.select:not(.left) {
text-align: center;
}
.dataTables_scroll table.list {
margin: 0px;
}
/*
* DataTables ColVis styles (temporary until jQuery UI styles integrated)
*/
div.dt-buttons {
position: relative;
float: left;
}
html.mobileOn div.dt-buttons .buttons-colvis {
display: none;
}
div.dt-buttons > a.dt-button:not(:hover) {
background: #ffffff;
}
button.dt-button,
div.dt-button,
a.dt-button {
background-color: #fefefe;
border: 1px solid #888888;
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
box-sizing: border-box;
color: #111111;
cursor: pointer;
display: inline-block;
margin-right: 0.333em;
overflow: hidden;
padding: 5px 8px 4px;
position: relative;
text-decoration: none;
white-space: nowrap;
}
div.dt-button-collection .dt-button:active:not(.disabled),
div.dt-button-collection .dt-button.active:not(.disabled) {
background-color: #f8f8f8;
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
}
div.dt-button-collection a.dt-button.buttons-columnVisibility {
box-shadow: none;
}
div.dt-button-collection {
background: #ffffff;
border: 1px solid #888888;
box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.6);
-webkit-column-gap: 8px;
-moz-column-gap: 8px;
-ms-column-gap: 8px;
-o-column-gap: 8px;
column-gap: 8px;
left: 0;
margin-top: -1px;
overflow: hidden;
padding: 8px 8px 4px;
position: absolute;
top: 0;
z-index: 2002;
}
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
position: relative;
left: 0;
right: 0;
display: block;
float: none;
margin-bottom: 4px;
margin-right: 0;
}
/*
* DataTables Responsive styles
*/
table.dataTable.dtr-column > tbody > tr.child > td {
border-top-color: rgba(204, 204, 204, 0.35);
padding: 0;
}
table.dataTable.dtr-column > tbody > tr.child > td > ul {
list-style: none;
padding: 0;
width: 100%;
}
table.dataTable.dtr-column > tbody > tr.child > td > ul > li {
line-height: 1em;
padding: 0;
}
table.dataTable.dtr-column > tbody > tr.child > td span.dtr-title,
table.dataTable.dtr-column > tbody > tr.child > td span.dtr-data {
display: block;
padding: 4px 6px;
white-space: normal;
}
table.dataTable.dtr-column > tbody > tr.child > td span.dtr-title {
font-weight: bold;
padding-bottom: 0;
}
table.dataTable.dtr-column > tbody > tr.child > td li[data-dtr-index] {
border-top: 1px solid rgba(204, 204, 204, 0.35);
padding-left: 15px;
}
table.dataTable.dtr-column > tbody > tr.child > td span.dtr-data {
padding-left: 15px;
}
table.dataTable > tbody > tr > .checkbox {
white-space: nowrap;
}
table.dataTable > tbody > tr > .checkbox:not(.left) {
text-align: center;
}
table.dataTable > tbody > tr > .checkbox .popupNoteImage {
margin-left: 0;
margin-right: 0;
}
html.mobileOn .popupNoteImage {
height: 18px;
width: 18px;
}
table.dataTable.dtr-column > thead > tr > th.control {
width: 16px !important;
}
table.dataTable.dtr-column > tbody > tr > td.control {
cursor: pointer;
text-align: center;
}
table.dataTable.dtr-column > tbody > tr > td.control::before {
font: normal normal normal 1.166666666666667rem/1 FontAwesome;
content: "\f055";
color: #73acce;
display: inline-block;
}
table.dataTable.dtr-column > tbody > tr.parent > td.control::before {
content: "\f056";
color: #73acce;
background: transparent;
}
table.dataTable.dtr-column > tbody > tr > td.control.noExpand::before {
content: "";
}
/* Keep foot always visible when responsive DataTable plugin engaged */
table.dataTable.dtr-column > tfoot > tr > td {
display: table-cell !important;
}
/*
* DataTables Scroller styles
*/
.dataTables_scroll table.dataTable > * > tr > td {
white-space: nowrap;
}
.dataTables_scroll .dataTables_processing {
z-index: 1;
}
.dataTables_scroll .dataTables_scrollBody {
z-index: 2;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
border-bottom-color: transparent;
}
/*
* Advanced Search Styles
*/
.advSearchToggle .ui-button-text {
font-size: 1.333333333333333rem;
height: 24px;
line-height: 23px;
padding: 0;
width: 24px;
}
.advSearchForm {
background: rgb(254, 254, 254); /* Any old browsers */
background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(252, 252, 252, 1) 100%); /* UC Browser for Android */
background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(252, 252, 252, 1) 100%); /* W3C */
border: 1px solid #cccccc;
float: left;
margin-bottom: 10px;
position: relative;
width: 100%;
}
.advSearchForm::after {
border-bottom: 8px solid #cccccc;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
content: "";
margin-left: -5px;
position: absolute;
right: 6px;
top: -8px;
}
.advSearchForm .structFilter {
padding: 6px;
}
.advSearchFooter {
padding: 6px;
text-align: center;
}
div.advSearchForm > table table.noPad td {
padding: 2px 0;
}
div.tableHeader div.advSearchForm label {
margin: 0;
}
div.activeAdvSearch {
float: left;
line-height: 23px;
padding: 2px;
}
.filters .evo-lBold,
.filters .evo-lLight {
font-size: 0.916666666666667rem;
}
.filters .ui-button-text {
padding: 2px 6px;
cursor: default;
}
#advSearchMatchCriteria {
float: left;
margin-top: 4px;
position: absolute;
}
.dataTable .reorderCell {
padding-left: 18px;
}
.dataTable .reorderHandle {
cursor: ns-resize;
height: 29px;
left: 0;
line-height: 29px;
padding-left: 6px;
padding-right: 4px;
position: absolute;
top: 0;
}
/*
* Highlight Word Custom Styles
*/
span.textMatchValue {
color: rgba(17, 17, 17, 0.8);
}
span.textMatchValue b {
color: #111111;
}
/*
* Certification Styles
*/
#certUsersScroll {
border: 1px solid #888888;
height: 70px;
overflow-y: scroll;
}
table#certUsersTable {
border: none;
margin: 0;
}
table#certUsersTable tr th,
div#certResourcesTable table tr th {
white-space: normal;
}
div#certUsersScroll + div.searchPaging {
display: none;
}
table.list > tbody > tr > td.indent1,
table.list > tbody > tr > td.indent2 {
padding-left: 18px;
white-space: nowrap;
}
table.list > tbody > tr > td.indent2 {
padding-left: 30px;
}
/*
* Page Specific Styles
*/
html[data-transaction="C_AUTHCHAIN_LOGIN"].mobileOn table.border > tbody > tr:last-child > td:last-child {
padding-right: 20px;
}
html[data-transaction="C_AUTHCHAIN_LOGIN"].mobileOn table.border > tbody > tr:last-child > td:last-child > input[name="_MYPW"],
html[data-transaction="C_AUTHCHAIN_LOGIN"].mobileOn table.border > tbody > tr:last-child > td:last-child > input[name="USER_IDENT"] {
width: 100% !important;
}
.viewSelection {
font-size: 0.916666666666667rem;
margin-top: 20px;
text-align: center;
}
/*
* AutoCompletePslang Script Styles
* (note always LTR as content always English)
*/
textarea.pslComplete {
direction: ltr;
text-align: left;
width: 90%;
}
div.pslCompleteDisable {
font-size: 0.833333333333333rem;
line-height: 1em;
text-align: right;
width: 90%;
}
div.pslCompleteDisable a {
outline: 0;
}
div.pslCompleteFunctions,
div.pslCompleteProducts,
div.pslCompleteSections,
div.pslCompleteVariables {
display: none;
}
div.pslAutoCompleter {
background: #ffffff;
border: 1px solid #888888;
cursor: default;
direction: ltr;
margin: 0 10px 10px 0;
min-width: 200px;
overflow-y: auto;
position: fixed;
text-align: left;
}
div.pslAutoCompleter ul {
font-size: 0.916666666666667rem;
list-style: none;
margin: 0;
padding: 0;
}
div.pslAutoCompleter ul li {
border-top: 1px solid #cccccc;
display: block;
padding: 2px 6px;
padding-right: 16px;
}
div.pslAutoCompleter ul li:first-child {
border-top: none;
}
div.pslAutoCompleter ul li.selected {
background: rgba(115, 172, 206, 0.25);
}
div.pslAutoCompleter ul li span.match {
font-weight: bold;
}
div.pslAutoCompleter ul li span.type {
color: #045787;
}
div.pslAutoCompleter ul li span.variable {
color: #111111;
}
div.pslAutoCompleter ul li span.help {
color: #045787;
cursor: pointer;
font-weight: bold;
padding: 0 2px;
position: absolute;
right: 0;
}
div.pslAutoCompleter ul li span.help:hover {
color: #111111;
}
div.pslAutoCompleter ul li.divider {
border-bottom: 1px solid #888888;
border-top: none;
height: 0;
overflow: hidden;
}
div.pslAutoCompleter > ul > li.pslFullRef {
padding: 10px;
}
div.pslAutoCompleter > ul > li.pslFullRef > div {
border: 1px solid #888888;
padding: 0 0 2px;
}
div.pslAutoCompleter > ul > li.pslFullRef > div > div {
padding: 0 5px;
}
div.pslAutoCompleter > ul > li.pslFullRef > div > div.title > div.close {
color: rgba(17, 17, 17, 0.8);
cursor: pointer;
float: right; /* AutoCompletePslang should be always left-to-right (110207-017) */
font-weight: normal;
}
div.pslAutoCompleter > ul > li.pslFullRef > div > div.title > div.close:hover {
color: #111111;
}
div.pslAutoCompleter > ul > li.pslFullRef > div > div.title {
background: rgb(240, 240, 240); /* Any old browsers */
background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(225, 225, 225, 1) 100%); /* UC Browser for Android */
background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%, rgba(225, 225, 225, 1) 100%); /* W3C */
box-shadow: inset 0 1px 0 #ffffff;
font-weight: bold;
padding-bottom: 4px;
padding-top: 4px;
}
div.pslAutoCompleter > ul > li.pslFullRef > div > div.section {
font-weight: bold;
}
div.pslAutoCompleter > ul > li.pslFullRef > div > div.argument,
div.pslAutoCompleter > ul > li.pslFullRef > div > div.return {
margin-left: 10px;
}
/*
* AutoGrowField Script Styles
*/
textarea.autoGrow {
min-height: 17px;
overflow: hidden;
}
/*
* CheckAll Script Styles
*/
th.checkAll {
white-space: nowrap;
}
/*
* CheckPasswordRules Script Styles
*/
div.rulesPrefix {
margin: 5px 0 3px;
}
ul.rulesList {
padding-left: 10px;
}
ul.rulesList > li {
background: url(../../../docs/pics/bullet.png) left top no-repeat;
background-size: 19px 16px;
list-style: none;
padding-bottom: 1px;
padding-left: 20px;
}
ul.rulesLoaded > li {
background: none !important;
}
ul.rulesList > li > img {
height: 16px;
vertical-align: middle;
width: 19px;
margin-left: -20px;
margin-right: 1px;
margin-top: -3px;
}
ul.rulesList > li.pass {
color: #888888;
}
ul.rulesList > li.fail {
color: #a92222;
}
ul.rulesList.highContrast > li {
color: #111111 !important;
}
ul.rulesList.highContrast > li.fail {
font-weight: bold;
}
#suggestedPasswordsBox {
line-height: 1.5em;
}
html:not(.mobileOn) #suggestedPasswordsBox {
margin-bottom: 15px;
}
.appWrapper .passValidateOverlay {
margin-left: -24px;
}
/*
* CollapseSection Script Styles
*/
i.collapseSectionIcon {
color: #73acce;
cursor: pointer;
font-size: 1.166666666666667rem;
margin-right: 4px;
text-shadow: none;
}
/*
* IgnoreDoubleClick Script Styles
*/
#overlay {
bottom: 0;
cursor: wait;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 5000;
}
/*
* DisplayDbe Script Styles
*/
img.transposeRow {
cursor: pointer;
height: 17px;
width: 17px;
}
/*
* DisplayNote Script Styles
*/
div.popupNote {
display: none;
}
.floatingNote {
background-color: #ffffe1;
border: 1px solid #363636;
color: #111111;
box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.1);
font-size: 0.916666666666667rem;
font-style: normal;
font-weight: normal;
line-height: 16px;
opacity: 0.93;
padding: 3px 8px;
text-align: left;
white-space: normal;
z-index: 300;
}
.floatingNote ul {
padding-left: 20px;
}
.floatingNote ul li {
list-style-type: disc;
}
.floatingNoteFrame {
border: none;
position: absolute;
z-index: 305;
overflow: hidden;
}
/*
* Graph Widget Styles
*/
div.flotr-titles {
font-size: 0.916666666666667rem;
}
div.statsGraph {
overflow: hidden;
}
div.legendColorBox {
background: #ffffff;
border: 1px solid #cccccc;
width: 16px;
}
div.legendColorBox > div {
border: 1px solid #ffffff;
height: 9px;
margin: 1px;
width: 12px;
}
div.legendColorBox > div > div {
height: 10px;
width: 12px;
}
#graphTypeContainer > span {
margin: 2px;
}
#graphTypeContainer {
padding-top: 3px;
}
#graphTypeContainer > input {
margin: 1px;
margin-left: 10px;
}
#graphTypeContainer.disabled > label {
cursor: default;
}
/*
* PluginCtrl Widget Styles
*/
div.pluginCtrl {
float: left;
height: 22px;
}
table.dataTable div.pluginCtrl {
float: none;
}
div.pluginCtrl div {
float: left;
margin-right: 10px;
}
.appActions div.pluginCtrl {
float: none;
}
.appActions div.pluginCtrl div {
float: none;
}
.appActions span.ui-button-text {
line-height: 2em;
}
html.mobileOn .appActions span.ui-button-text {
line-height: 1.5em;
}
div.pluginCtrl div.viewPassword {
margin-top: 1px;
}
.pluginCtrl div.viewPassword div.pass {
cursor: default;
margin-right: 10px;
}
div.progressBar div.frame,
.pluginCtrl div.viewPassword div.frame {
border-bottom: 1px solid #ffffff;
border-left: 1px solid #888888;
border-right: 1px solid #ffffff;
border-top: 1px solid #888888;
height: 11px;
margin-top: 4px;
position: relative;
width: 120px;
}
div.progressBar div.border,
.pluginCtrl div.viewPassword div.border {
background-color: _BOX_MEDIUM_HEX;
border: 1px solid #363636;
height: 9px;
left: 0;
position: absolute;
width: 118px;
}
div.progressBar div.inner,
.pluginCtrl div.viewPassword div.inner {
border: 1px solid #ffffff;
font-size: 1px;
line-height: 0.1em;
height: 7px;
left: 0;
position: absolute;
top: 0;
width: 116px;
}
div.progressBar div.bar,
.pluginCtrl div.viewPassword div.bar {
background-color: #73acce;
font-size: 1px;
height: 7px;
left: 0;
line-height: 1px;
position: absolute;
top: 0;
width: 116px;
}
.pluginCtrl.loading .ui-button,
div.pluginCtrl.loading .button {
display: none;
}
.delayed-notice {
display: none;
}
a.oneTimeDisclosure {
float: left;
margin-right: 10px;
}
a.axInstaller {
padding-right: 8px;
padding-left: 8px;
}
span.progressBarPrompt {
float: left;
padding-right: 4px;
padding-top: 2px;
}
span.progressBarPromptRight {
float: left;
padding-left: 4px;
padding-top: 2px;
}
div.hidePass {
margin-top: 2px;
}
div.hidePass a {
padding-top: 2px;
}
div.hidePass a,
div.hidePass:active {
color: #ffffff;
cursor: default;
text-decoration: none;
}
div.hidePass a:visited {
color: #ffffff;
}
div.hidePass a:hover {
color: #111111;
}
div.hidePass div.button,
div.hidePass a span.button {
cursor: default;
}
div.hidePass a span.button {
margin-top: -2px;
margin-right: 5px;
}
div.pluginCtrl div.notice {
margin-top: 2px;
}
table.list tr td.recentPluginList {
padding: 0;
}
td.recentPluginList table {
background: transparent;
border: none;
margin: 0 3px;
}
td.recentPluginList table tr td {
background: transparent;
font-size: 0.916666666666667rem;
padding: 2px;
padding-top: 3px;
}
td.recentPluginList > table > tbody > tr:first-child > td {
border-top: none;
}
td.recentPluginList table td.desc {
padding-top: 4px;
}
/*
* PopupCalendar Script Styles
*/
.calendarFrame {
border: none;
position: absolute;
z-index: 60;
}
div.popupCalendar {
background: #ffffff;
position: absolute;
z-index: 70;
}
div.popupCalendar table {
border: 1px solid #888888;
border-collapse: separate;
direction: ltr;
}
div.popupCalendar table tr th,
div.popupCalendar table tr td {
border-left: 1px solid #ffffff;
border-top: 1px solid #ffffff;
font-size: 0.916666666666667rem;
font-weight: bold;
line-height: normal;
padding: 1px 2px;
text-align: center;
direction: ltr;
}
div.popupCalendar .lastCol {
border-right: 1px solid #ffffff;
}
div.popupCalendar .lastRow {
border-bottom: 1px solid #ffffff;
}
div.popupCalendar table tr th {
background: url(../../../docs/pics/nav_bg.gif) 0 -2px repeat-x;
border-bottom: none;
color: #ffffff;
}
div.popupCalendar table tr td.day,
div.popupCalendar table tr th.changeMonth {
cursor: pointer;
}
div.popupCalendar table tr th.changeMonth.over {
background: rgba(115, 172, 206, 0.25);
}
div.popupCalendar table tr th.changeMonth.disabled {
color: rgba(255, 255, 255, 0.5);
cursor: default;
}
div.popupCalendar table tr td.monthName,
div.popupCalendar table tr td.dayName {
cursor: default;
}
div.popupCalendar table tr td.monthName {
font-weight: normal;
}
div.popupCalendar table tr td.day {
color: #045787;
background-color: rgba(115, 172, 206, 0.1);
}
div.popupCalendar table tr td.day.weekend {
background-color: #fefefe;
}
div.popupCalendar table tr td.day.disabled {
color: #888888;
cursor: default;
font-weight: normal;
}
div.popupCalendar table tr td.day.faded,
div.popupCalendar table tr td.prevMonth,
div.popupCalendar table tr td.nextMonth,
div.popupCalendar table tr td.weekend.prevMonth,
div.popupCalendar table tr td.weekend.nextMonth {
background-color: #ffffff;
color: #888888;
cursor: default;
font-weight: normal;
}
div.popupCalendar table tr td.day.selected {
color: #ffffff;
background-color: #105d40;
}
div.popupCalendar table tr td.day.over {
background-color: rgba(115, 172, 206, 0.25);
}
div.popupCalendar table tr td.day.today {
border: 1px solid #73acce;
}
/*
* PopupWindow Script Styles
*/
.popupWindow {
background: #ffffff;
border: 1px solid #ffffff;
position: fixed;
top: 41px;
left: 15px;
z-index: 210;
}
html.mobileOn .popupWindow {
top: 8px;
left: 8px;
}
.popupWindow,
.ui-dialog {
box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.6);
}
div.popupWindow div#topMenuBar {
top: 0;
}
div.popupWindow div#popupContent {
bottom: 0;
left: 0;
overflow: auto;
position: absolute;
right: 0;
top: 82px;
}
html#subPage .popupWindow {
border: none;
}
.dataTables_wrapper .dataTables_processing {
border: 1px solid #cccccc;
font-size: 1.166666666666667rem;
left: 50%;
margin-left: -125px;
margin-top: -7px;
padding: 8px 0 6px;
position: absolute;
top: 50%;
width: 200px;
}
.popupWindowLoading, .dataTables_processing {
background: #ffffff;
border: 1px solid #363636 !important;
color: #045787 !important;
font-weight: bold;
padding: 15px !important;
text-align: center;
z-index: 205;
}
.popupWindowLoading {
left: 50%;
margin-left: -75px;
margin-top: -25px;
position: fixed;
top: 25%;
width: 150px;
}
.popupWindowLoading div {
font-size: 1.333333333333333rem;
}
.popupWindowLoading img, .dataTables_processing img {
margin-bottom: 10px;
}
html#subPage {
overflow: auto;
padding: 0;
}
html#subPage #topMargin,
div.popupWindow #topMargin {
display: none;
}
html#subPage #mainCol {
background: none;
}
html#subPage #contentWrapper,
div.popupWindow div#content {
bottom: 0;
top: 37px;
}
html#subPage .contentPad,
div.popupWindow div#content {
border: none;
padding-bottom: 40px;
}
html#subPage #header,
div.popupWindow #header {
border-top: none;
height: 33px;
}
html#subPage #colWrap {
border: none;
background: none;
}
#popupHeader {
height: 31px;
position: relative;
}
div.popupWindow #companyLogo,
div.popupWindow #footer,
div.popupWindow #searchActions,
html#subPage #companyLogo,
html#subPage #footer,
html#subPage #searchActions,
html#subPage #topMenuBar .userContent .logout {
display: none;
}
html.mobileOn .contentPad,
html.mobileOn #popupContent {
padding-left: 20px;
padding-right: 20px;
padding-top: 8px;
}
html.mobileOn .popupWindow {
top: 10px;
left: 10px;
}
.drillDown .dataTables_processing img {
display: inline;
margin-bottom: 10px;
margin-top: 0px;
}
.drillDown .dataTables_wrapper .dataTables_processing {
margin-top: -30px;
}
.drillDown .tableHeader label {
margin-bottom: 0;
}
.titleSpinner {
margin-top: -2px;
margin-right: 5px;
height: 15px;
width: 15px;
}
.drillDown img {
margin: 40px auto 0 auto;
display: block;
}
img.zeroMargin {
margin: 0px;
}
.drillDown .dataTables_filter > label > input {
width: 12em;
}
.drillDown .dataTables_length {
height: 34px;
}
.drillDown .tableHeader,
.drillDown .tableFooter,
.box .tableHeader,
.box .tableFooter {
overflow: auto;
}
.dataTables_scrollBody th.sorting::before,
.dataTables_scrollBody th.sorting_asc::before,
.dataTables_scrollBody th.sorting_desc::before,
.dataTables_scrollBody th.sorting::after,
.dataTables_scrollBody th.sorting_asc::after,
.dataTables_scrollBody th.sorting_desc::after {
content: "";
}
.drillDown .dataTables_wrapper .dataTables_scrollBody,
.box .dataTables_wrapper .dataTables_scrollBody {
border-bottom-color: #cccccc;
}
.box .tableHeader {
padding: 1px 0 0;
}
.box .tableFooter {
padding: 3px 1px;
margin-top: 1px;
}
.box .tableHeader label{
margin: 0 0 4px;
margin-left: 5px;
}
.box .dataTables_wrapper .dataTables_scrollBody tr td {
padding: 6px;
}
.box .noticeBox {
margin-bottom: 3px;
}
.box .noticeBox > div{
margin-bottom: 3px;
}
.box.dashboard > .dashboard {
margin: 2px;
}
.box .dataTables_paginate {
padding-right: 10px;
}
.drillDownMenu {
position: absolute;
}
.ui-contextmenu.drillDownMenu {
z-index: 3;
}
.ui-dialog .ui-dialog-title {
margin-right: 30px;
}
.constColumns {
border: 1px solid #cccccc;
background: rgb(254, 254, 254); /* Any old browsers */
background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(252, 252, 252, 1) 100%); /* UC Browser for Android */
background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(252, 252, 252, 1) 100%); /* W3C */
margin: 5px 0;
padding: 3px 5px;
}
.constColumns > div {
padding: 3px 0;
}
.popupWindowLoading input {
margin: 15px 0 0;
}
.popupWindowOverlay,
.ui-widget-overlay {
background: #000000;
opacity: 0.45;
z-index: 200;
}
/*
* ResizeText Script Styles
*/
div.fontSizeControls {
padding-left: 10px;
padding-right: 10px;
}
div.fontSizeControls span {
cursor: pointer;
height: 1em;
padding: 0 3px;
}
div.fontSizeControls span.decrease {
font-size: 0.666666666666667rem;
}
div.fontSizeControls span.increase {
font-size: 1.333333333333333rem;
}
div.fontSizeControls span.disabled {
color: #cccccc;
cursor: default;
}
/*
* ScrollableObject Script Styles
*/
div.scrollable {
border: 1px solid #cccccc;
margin: 4px 0;
overflow: auto;
padding: 0;
}
div.scrollable > table {
border: none;
margin: 0;
}
div.scrollableBorder {
border-color: #cccccc !important;
}
/*
* Search Actions
*/
#searchActions {
color: #ffffff;
margin: 6px 0 0;
margin-left: 25px;
position: relative;
top: 1px;
}
#searchActions i.fa-search {
position: absolute;
left: 10px;
top: 6px;
}
#searchActions input[type=text] {
background: rgba(255, 255, 255, 0.15);
border: 1px solid rgba(255, 255, 255, 0.5);
box-shadow: none;
color: #ffffff;
padding: 3px;
padding-left: 24px;
transition: background-color 0.5s, width 0.5s;
width: 125px;
}
#searchActions input:focus {
background-color: rgba(255, 255, 255, 0.25);
box-shadow: none;
width: 300px;
}
/* Simplify once postcss in place */
#searchActions input::-moz-input-placeholder {
color: #ffffff;
opacity: 1;
}
#searchActions input::-webkit-input-placeholder {
color: #ffffff;
opacity: 1;
}
#searchActions input::-ms-input-placeholder {
color: #ffffff;
opacity: 1;
}
[placeholder]:focus::-moz-input-placeholder {
transition: opacity 1s ease;
opacity: 0.6;
}
[placeholder]:focus::-webkit-input-placeholder {
transition: opacity 1s ease;
opacity: 0.6;
}
[placeholder]:focus::-ms-input-placeholder {
transition: opacity 1s ease;
opacity: 0.6;
}
/*
* Selected Row Styles
* Note: Must come after RowSelection Script Styles for proper inheritance
* and inheritance.
*/
table.border > tbody > tr.select,
table.list > tbody > tr.select,
table.list > tbody > tr.select.checkable:hover {
background: #105d40;
}
table.border > tbody > tr.select > td,
table.list > tbody > tr.select > td,
table.border > tbody > tr.select > td.arrow,
table.list > tbody > tr.select > td.arrow,
table.list > tbody > tr.select > td > span > a {
box-shadow: none;
color: #ffffff;
font-weight: bold;
}
table.border > tbody > tr.select > td.arrow,
table.list > tbody > tr.select > td.arrow {
background: url(../../../docs/pics/select_arrow.png) center right no-repeat;
}
table.list > tbody > tr.select:hover {
background-color: #0e5138;
}
/*
* Translatable Script Styles
*/
[data-trans], [data-transalt] {
cursor: pointer;
}
.transHover, .transHover * {
background-color: rgb(238, 211, 211) !important;
color: #111111 !important;
}
/*
* Info Widget Script Styles
*/
#statusMessage {
position: static;
text-align: center;
}
#statusMessage > div {
border-radius: 2px;
display: table;
box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
font-weight: bold;
margin: 1px auto 0;
padding: 4px;
padding-left: 10px;
padding-right: 23px;
position: relative;
text-align: left;
z-index: 4000;
}
#statusMessage > div > a {
margin-left: 3px;
text-decoration: underline;
}
#statusMessage > div > i.fa {
position: absolute;
right: 4px;
top: 6px;
}
#statusMessage > div > i.hideIcon {
cursor: pointer;
}
#statusMessage > div > img {
height: 15px;
width: 15px;
margin-right: 7px;
margin-top: -8px;
margin-bottom: -5px;
}
#statusMessage > div > ul {
padding-left: 40px;
}
html.touch #statusMessage > div {
box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.1);
font-size: 1.666666666666667rem;
font-weight: normal;
line-height: 1.3em;
padding-right: 35px;
}
html.touch #statusMessage > div > i.fa {
right: 6px;
}
/*
* ZoomImage Script Styles
*/
div.zoomImageOverlay {
background: #ffffff;
border: 1px solid #cccccc;
position: absolute;
padding: 10px;
box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.1);
z-index: 150;
}
div.zoomImageOverlay img {
height: 100%;
width: 100%;
}
/*
* App jQuery UI Widget Styles
*/
body.app #topMenuIcon {
display: none !important;
}
/* Globally boost dialog title font size */
.ui-dialog .ui-dialog-title {
font-size: 1.333333333333333rem;
height: 1.5rem;
}
.ui-dialog .ui-dialog-content {
line-height: 1.5em;
}
.ui-dialog .ui-dialog-buttonpane {
padding: 0;
}
.ui-dialog .ui-dialog-buttonpane,
.ui-dialog .ui-dialog-content {
margin-top: 3px;
}
.renderData {
display: flex;
flex-direction: column;
}
.renderData > div {
padding: 3px 0;
}
.renderData > .renderData > div[data-content-id^=radio] {
padding: 0;
}
.renderData > div.trimOverflow:not(.expanded) {
display: flex;
align-items: baseline;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.renderData > div.trimOverflow:not(.expanded) > label:nth-child(1) {
padding-right: 3px;
}
.renderData > div.trimOverflow:not(.expanded) > label.ellipsis {
padding-left: 3px;
}
.renderData > div.trimOverflow.expanded > label.ellipsis {
display: none;
}
.renderData > div.trimOverflow:not(.expanded) > p {
margin-bottom: 0;
}
.renderData > div.trimOverflow:not(.expanded) > ul {
overflow: hidden;
}
.renderData > div.trimOverflow:not(.expanded) br {
display: none;
}
.appActions .trimOverflow:not(.expanded) [data-part-index] {
display: inline;
}
.appActions .contentPriority {
font-size: smaller;
padding-right: 3px;
}
.appActions .compact > * {
display: inline-block;
}
.renderData > div[data-content-id] > input[data-search-name][type=image] {
margin-left: -24px !important;
margin-top: 4px;
}
html.mobileOn .renderData > div[data-content-id] > input[data-search-name][type=image] {
margin-left: -26px !important;
margin-top: 6px;
}
.renderData > div:not([data-content-id=selectedItems]) {
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
}
.renderData > div > p {
margin-top: 0;
}
.renderData > div > ol,
.renderData > div > ul:not(.hoverDetails) {
margin-top: -3px;
}
.renderData .hoverDetails > * {
border-radius: 3px;
cursor: pointer;
margin-right: 4px;
margin-bottom: 2px;
max-width: 97%;
padding: 2px 4px;
transition: background 0.2s, border 0.2s;
word-wrap: break-word;
}
.renderData .hoverDetails > * > .details {
background: rgb(254, 254, 254); /* Any old browsers */
background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(252, 252, 252, 1) 100%); /* UC Browser for Android */
background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(252, 252, 252, 1) 100%); /* W3C */
border: 1px solid rgba(115, 172, 206, 0.5);
border-radius: 3px;
color: #111111;
cursor: pointer;
display: none;
box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.6);
font-weight: normal;
margin: 5px 15px 10px;
overflow-wrap: break-word;
overflow-y: auto;
padding: 8px;
position: absolute;
white-space: normal;
word-wrap: break-word;
}
.renderData .hoverDetails > * > .details::after {
color: #363636;
content: "\f00d";
font: normal normal normal 1.166666666666667rem/1 FontAwesome;
position: absolute;
top: 5px;
right: 5px;
}
.renderData .hoverDetails > * > .details > div {
overflow-wrap: break-word;
white-space: normal;
word-wrap: break-word;
}
.renderData .hoverDetails > * > .details a:hover {
text-decoration: underline;
}
.renderData .hoverDetails > * > .details > .user {
font-weight: bold;
}
.renderData .hoverDetails > * > .details > .resourceitem {
font-weight: bold;
}
.renderData .hoverDetails > * > .details > .accounthovertitle {
font-weight: bold;
white-space: normal;
}
.renderData .hoverDetails > * > .details > .grouphovertitle {
font-weight: bold;
white-space: normal;
word-wrap: break-word;
}
.renderData .hoverDetails > * > .details [data-auth-status]::before,
.renderData .hoverDetails > * > .details [data-res-status]::before {
padding-right: 4px;
}
[data-ul-list-index][data-res-status][deleteOperation=true] {
text-decoration: line-through;
}
/*
* Request authorizer statuses
*/
[data-auth-status]::before {
display: inline-block;
font: normal normal normal 1.166666666666667rem/1 FontAwesome;
}
[data-auth-status=open]::before {
color: goldenrod;
content: "\f06a"; /* fa-exclamation-circle */
}
[data-auth-status=approve]::before {
color: #057800;
content: "\f058"; /* fa-check-circle */
}
[data-auth-status=delegateApprove]::before,
[data-auth-status=irrelevant]::before {
color: grey;
content: "\f058"; /* fa-check-circle */
}
[data-auth-status=denied]::before {
color: #a92222;
content: "\f057"; /* fa-times-circle */
}
[data-auth-status=delegateDenied]::before {
color: grey;
content: "\f057"; /* fa-times-circle */
}
[data-auth-status=waiting]::before {
color: grey;
content: "\f251"; /* fa-hourglass-start */
}
[data-auth-status=delegateImplement]::before,
[data-auth-status=laterPhase]::before {
color: grey;
content: "\f252"; /* fa-hourglass-half */
}
[data-auth-status=redundant]::before {
color: grey;
content: "\f05a"; /* fa-info-circle */
}
[data-auth-status=implement]::before {
color: #e08e3e;
content: "\f252"; /* fa-hourglass-half */
}
/*
* Request resource statuses
*/
[data-res-status]::before {
display: inline-block;
font: normal normal normal 1.166666666666667rem/1 FontAwesome;
}
[data-res-status=irrelevant]::before {
color: #e08e3e;
content: "\f252"; /* fa-hourglass-half */
}
[data-res-status=aborted]::before,
[data-res-status=failed]::before {
color: #a92222;
content: "\f057"; /* fa-times-circle */
}
[data-res-status=processed]::before,
[data-res-status=success]::before {
color: #057800;
content: "\f058"; /* fa-check-circle */
}
[data-res-status=waiting]::before {
color: grey;
content: "\f251"; /* fa-hourglass-start */
}
[data-res-status=unwarranted]::before {
color: blue;
content: "\f05a"; /* fa-info-circle */
}
.appWrapper {
-moz-user-select: none; /* TODO: test on FF, apparently does not apply to children with position=absolute */
-webkit-user-select: none;
-ms-user-select: none;
touch-action: manipulation;
}
.appWrapper input[type=number],
.appWrapper input[type=password],
.appWrapper input[type=search],
.appWrapper input[type=text],
.appWrapper div.divInput {
width: 94%;
}
.appWrapper div.panelSpinner {
background: rgba(0, 0, 0, 0.1);
color: rgba(255, 255, 255, 0.75);
font-size: 80px;
position: fixed;
text-align: center;
z-index: 100;
}
html.mobileOn .appWrapper div.panelSpinner {
left: 0% !important;
top: 0% !important;
width: 33.33% !important;
}
html.mobileOn .appWrapper div.searchPanelSpinner {
left: 33.33% !important;
}
html.mobileOn .appWrapper div.actionsPanelSpinner {
left: 66.66% !important;
}
.appWrapper div.panelSpinner .spinnerBox {
background: #363636;
border-radius: 6px;
left: 50%;
margin-left: -15px;
margin-top: -15px;
padding: 6px;
position: absolute;
top: 35%;
}
.appFilters > div.filterGroupLabel {
color: #888888;
cursor: default;
font-weight: bold;
margin: 20px 20px 6px;
margin-right: 8px;
text-transform: uppercase;
}
.appFilters > div.filterGroupLabel:not(.noHideToggle) {
cursor: pointer;
}
.appFilters > div.filterGroupLabel > div {
float: right;
font-weight: normal;
font-size: 0.833333333333333rem;
}
.appFilters > div.filterGroupLabel:not(:hover) > div {
display: none;
}
.appFilters > div.filterGroupLabel.noHideToggle > div.hideToggle {
display: none;
}
.appFilters > .filterGroup li > i {
font-size: 1.166666666666667rem;
margin-right: 5px;
}
.appFilters > div.filterGroupLabel > div.hideToggle {
text-transform: lowercase;
}
.appFilters > ul.filterGroup {
list-style: none;
margin: 0;
padding: 0;
}
.appFilters > ul.filterGroup > li {
border-left: 4px solid #363636;
cursor: pointer;
font-size: 13px;
overflow: hidden;
padding: 4px 10px;
padding-left: 25px;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
}
.appFilters > ul.filterGroup > li:hover {
background: rgba(80, 80, 80, 0.4);
border-left-color: rgba(80, 80, 80, 0.4);
}
.appFilters > ul.filterGroup > li.highlight {
border-left-color: #73acce;
color: #ffffff;
background: #505050; /* Any old browsers */
background: #505050 -webkit-linear-gradient(top, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* UC Browser for Android */
background: #505050 linear-gradient(to bottom, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* W3C */
font-weight: bold;
}
.appFilters > ul.filterGroup > li div.count,
.appFilters > ul.filterGroup > li.highlight > div.count {
background: #505050;
border-radius: 100px;
position: absolute;
right: 8px;
top: 4px;
font-size: 0.833333333333333rem;
font-weight: normal;
padding: 1px 4px;
min-height: 10px;
min-width: 10px;
text-align: center;
margin-top: -1px;
}
.appFilters > ul.filterGroup > li.divier {
cursor: default;
padding-right: 8px;
margin: 3px 0;
}
.appFilters > ul.filterGroup > li.divier > div {
border-bottom: 1px solid #505050;
}
#contentScroll.appSearch {
overflow: hidden;
}
.appSearch .dataTable {
margin: 0;
}
.appSearch .dataTables_filter {
float: none;
margin: 0;
position: relative;
text-align: left;
width: 100%;
}
.appSearch .dataTables_filter > label {
display: block;
height: 29px;
}
.appSearch .dataTables_filter > label > input {
border-left: none;
border-right: none;
border-top: none;
font-size: 1rem;
height: 29px;
left: 0;
line-height: 29px;
margin: 0;
padding: 0 26px;
padding-right: 36px;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.appSearch .dataTables_filter > label > i.fa {
color: #505050;
cursor: pointer;
left: 0;
position: absolute;
padding: 0 8px;
height: 29px;
line-height: 28px;
z-index: 30;
}
.appSearch .dataTables_filter > label > input.advancedSearch {
border-color: #888888;
box-shadow: none;
padding-left: 36px;
}
.appSearch .dataTables_filter > label > i.fa-save {
left: auto;
right: 0;
}
.appSearch .dataTables_filter > label > i.fa.disabled {
cursor: default;
}
.appSearch .dataTables_filter > label > i.fa-search-minus,
.appSearch .dataTables_filter > label > i:not(.disabled):hover {
color: #363636;
background: #f6f6f6;
}
.appSearch .dataTables_filter > label > i.fa-search-minus {
border-bottom: 1px solid #f6f6f6;
}
.appSearch .dataTables_filter > label > i.fa-search-plus:not(.disabled):hover {
border-right: 1px solid #cccccc;
}
.appSearch .dataTables_filter > label > i.fa-search-minus {
border-right: 1px solid #888888;
}
.appSearch .dataTables_filter > label > i.fa-save:not(.disabled):hover {
border-left: 1px solid #cccccc;
}
.appSearch .dataTables_filter > label > i.fa-search-minus + input + i.fa-save:not(.disabled):hover {
border-left: 1px solid #888888;
}
.appSearch .dataTables_filter > label.hasAdvancedCriteria > i.fa-search-minus,
.appSearch .dataTables_filter > label.hasAdvancedCriteria > i.fa-search-plus {
color: #73acce;
}
.appSearch .dataTables_filter .ui-widget-content {
border: none;
}
.structFilter {
padding-bottom: 5px;
border: none;
border-radius: 0;
}
.evo-searchFilters {
margin: 0;
}
.evo-searchFilters a {
margin: 0;
margin-bottom: 5px;
margin-right: 4px;
vertical-align: top;
}
.evo-searchFilters a:last-child {
margin-bottom: 10px;
}
.evo-searchFilters a span.ui-button-text {
padding: 3px;
padding-left: 6px;
padding-right: 22px;
}
.evo-searchFilters a.ui-button-disabled:not(.ui-button-text-icon-secondary) span.ui-button-text {
padding-right: 6px;
}
.evo-editFilter > *,
.structFilter > .ui-button {
margin: 0;
margin-right: 4px;
}
/* Correct app struct filter button height to match select fields */
.appWrapper .structFilter > .ui-button {
padding: 2px 0 1px;
}
.evo-editFilter > input {
width: 15em !important;
margin-left: 0 !important;
}
.evo-editFilter > input.hasDatepicker {
position: relative;
z-index: 1000;
}
.evo-searchFilters a:first-child {
margin-left: 0;
}
#advancedSearchMatchBy {
clear: both;
flex-direction: row;
}
#advancedSearchMatchBy > * {
margin-right: 5px;
}
#advancedSearchButtons {
clear: both;
}
#advancedSearchButtons > * {
float: left;
}
.appSearch:not(.noTextSelect) .dataTables_wrapper {
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
}
.appSearch .dataTables_scrollBody > table {
border-top: none;
}
.appSearch .dataTables_scrollBody tbody > tr {
cursor: pointer;
}
.appSearch .dataTables_scrollBody tbody > tr > td.dataTables_empty {
cursor: default;
}
.appSearch .dataTables_scrollBody td,
.appSearch .dataTables_scrollBody th {
white-space: nowrap;
}
/* Hide the thead in the scroll body, cannot use display none or the header column width do not apply */
.appSearch .dataTables_scrollBody thead {
opacity: 0;
}
.appSearch .dataTables_scrollBody tbody > tr > td:first-child {
padding-left: 4px;
padding-right: 4px;
}
.appSearch .dataTables_scrollBody tbody > tr:last-child > td {
border-bottom: 1px solid #cccccc;
}
.appSearch .dataTables_info {
border-top: 1px solid #363636;
bottom: 23px;
padding: 3px 7px 5px;
position: fixed;
text-align: left;
width: 100%;
}
html.mobileOn .appSearch .dataTables_info {
bottom: 0;
}
.appSearch i.fa-flag,
.appSearch i.fa-flag-o,
.appSearch i.fa-star,
.appSearch i.fa-star-o {
cursor: pointer;
padding: 2px; /* make it easier to click */
}
html.mobileOn .appSearch i.fa-flag,
html.mobileOn .appSearch i.fa-flag-o,
html.mobileOn .appSearch i.fa-star,
html.mobileOn .appSearch i.fa-star-o {
padding-left: 6px;
}
.appSearch i.fa-flag,
.appSearch i.fa-star {
color: #505050;
}
.appSearch i.fa-flag-o,
.appSearch i.fa-star-o {
color: rgba(54, 54, 54, 0.4);
}
html:not(.mobileOn) .appSearch i.fa-flag-o:hover,
html:not(.mobileOn) .appSearch i.fa-flag:hover,
html:not(.mobileOn) .appSearch i.fa-star-o:hover,
html:not(.mobileOn) .appSearch i.fa-star:hover {
color: #363636;
}
.touch .appSearch td > input[type=checkbox]:first-child {
display: none;
}
.appActions {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
background: #ffffff;
height: 100%;
line-height: 1.2em;
max-width: 500px;
min-width: 225px;
overflow-y: auto;
position: relative;
width: 300px;
z-index: 10;
}
html:not(.mobileOn) .appActions {
border-left: 2px solid #363636;
}
.appActions.wide {
width: 375px;
}
.appActionsHide {
display: none; /* TODO: either make visible again or remove altogether */
color: #ffffff;
cursor: pointer;
padding: 5px 10px;
position: absolute;
right: 0;
top: 0;
z-index: 100;
}
.appActions {
background: #73acce;
color: #ffffff;
font-weight: bold;
}
.appActions > ul {
list-style: none;
margin: 0;
padding: 12px 0;
}
.appActions ul[data-part-index] {
list-style-type: none;
padding-left: 0px;
}
.appActions ul [data-delegates] {
list-style-type: none;
padding-left: 15px;
padding-right: 4px;
}
.appActions > ul > li {
cursor: pointer;
font-size: 1.166666666666667rem;
line-height: 1.25em;
padding: 4px 12px;
position: relative;
}
.appActions > ul > li.expanded {
padding-bottom: 8px;
}
.appActions div.actionName {
position: relative;
padding-left: 30px;
}
html.mobileOn .appActions div.actionName {
padding-left: 40px;
}
.appActions div.actionName i[statusWarning] {
left: auto;
right: 15%;
}
.appActions div.actionName i {
left: 0;
margin-top: -7px;
position: absolute;
top: 50%;
}
html.mobileOn .appActions div.actionName i {
margin-top: -9px;
}
.appActions div.actionName i.fa-spinner:last-child,
.appActions div.actionName i.fa-times:last-child {
left: auto;
right: 0;
}
.appActions div.actionText {
margin-left: 30px;
}
html:not(.mobileOn) .appActions > ul > li:not(.active):hover {
color: #111111;
}
/* Isolate details from other actions */
.appActions > ul > li[data-action=details] {
border-top: 1px solid #ffffff;
margin-top: 8px;
padding-top: 16px;
}
.appActions > ul > li[data-action=details].noLine {
border-top: none;
margin-top: 4px;
padding-top: 0;
}
.appActions > ul > li > .info {
color: #ffffff;
cursor: default;
font-size: 1rem;
font-weight: normal;
margin-bottom: 2px;
margin-top: 5px;
padding-left: 30px;
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
}
html:not(.mobileOn) .appActions > ul > li.active:hover > .actionName > span,
html:not(.mobileOn) .appActions > ul > li.active:hover > .actionName > .fa:first-child,
html:not(.mobileOn) .appActions > ul > li.active:hover > .actionName > .fa:last-child:hover {
color: #111111;
}
.appActions > ul > li .fa-spinner:last-child {
color: #ffffff !important;
}
.appActions > ul > li > .info .fa-times {
cursor: pointer;
padding: 2px 8px;
}
.appActions > ul > li:hover > .info .fa-times:hover {
color: #111111;
}
.appActions .contentSlide {
overflow: hidden;
transition: height 0.4s;
}
.appActions .content {
background: rgba(255, 255, 255, 0.9);
border: 1px solid #363636;
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
color: #111111;
cursor: default;
display: relative;
font-size: 1rem;
font-weight: normal;
padding: 3px 10px;
padding-right: 11px; /* one greater than left to keep buttons centered */
}
.appActions > ul > li:not(.expanded) .contentSlide {
height: 0 !important;
}
.appActions .content > *:last-child {
padding-bottom: 6px;
}
.appActions .c100 {
cursor: default;
position: absolute;
right: 32px;
top: 4px;
}
html.mobileOn .appActions .c100 {
font-size: 1.5rem;
right: 36px;
}
.ui-dialog-titlebar .c100 {
position: absolute;
top: 3px;
right: 30px;
}
.appActions h3 {
background: #363636;
color: #ffffff;
font-size: 1.333333333333333rem;
font-weight: normal;
line-height: 36px;
padding: 0 10px;
}
.appActions label.subLabel,
.appDialog label.subLabel {
font-weight: normal;
padding-left: 8px;
}
.appActions label,
.appDialog label {
display: block;
font-weight: bold;
}
.appActions input + label {
display: inline-block;
font-weight: normal;
padding-left: 3px;
}
.appActions .details label {
display: inline-block;
}
.appActions ul.circle-x {
list-style-type: none;
padding: 0;
padding-left: 4px;
}
.appActions ul.circle-x li {
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; /* TODO: http://stackoverflow.com/questions/5474871/html-how-can-i-show-tooltip-only-when-ellipsis-is-activated */
}
.appActions ul.circle-x li::before {
content: "\f111";
display: inline-block;
font: normal normal normal 0.5rem/1 FontAwesome;
margin-top: 0.6em;
padding-right: 4px;
text-align: center;
vertical-align: top;
width: 11px;
}
.appActions ul.circle-x li:hover::before {
content: "\f00d";
font-size: 1rem;
margin-top: 0;
}
.appActions [role=button] {
width: 100%;
}
.appDialog textarea {
font-family: monospace;
height: 10em;
}
.appActions textarea {
width: 94%;
}
.appDialog div[data-content-id$="-notes"] textarea {
height: 3em;
}
.appWrapper a, .appDialog a {
color: #045787;
}
i[data-resource-status], i[data-auth-impl-status] {
cursor: pointer;
}
html.mobileOn .appWrapper {
overflow-x: hidden;
bottom: 0;
}
html.mobileOn .appWrapper {
width: 300%;
-webkit-transition-property: transform;
-moz-transition-property: transform;
-o-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
html.mobileOn .appWrapper.filter {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
html.mobileOn .appWrapper.search {
-webkit-transform: translate3d(-33.33%, 0, 0);
-moz-transform: translate3d(-33.33%, 0, 0);
-o-transform: translate3d(-33.33%, 0, 0);
transform: translate3d(-33.33%, 0, 0);
}
html.mobileOn .appWrapper.actions {
-webkit-transform: translate3d(-66.66%, 0, 0);
-moz-transform: translate3d(-66.66%, 0, 0);
-o-transform: translate3d(-66.66%, 0, 0);
transform: translate3d(-66.66%, 0, 0);
}
html.mobileOn .appFilters,
html.mobileOn .appSearch,
html.mobileOn .appActions {
flex: none;
position: absolute !important;
top: 0;
width: 33.33%;
}
html.mobileOn .appFiltersResize,
html.mobileOn .appActionsResize {
display: none;
}
html.mobileOn .appFilters {
background: #ffffff;
border: none;
color: #111111;
font-size: 1.333333333333333rem;
max-width: none;
min-width: 0;
}
html.mobileOn .appFilters > div.filterGroupLabel {
color: #888888;
margin-top: 30px;
}
html.mobileOn .appFilters > div.filterGroupLabel > div {
display: none;
}
html.mobileOn .appFilters > div.filterGroupLabel.groupHidden > div {
display: block !important;
}
html.mobileOn .appFilters > ul {
border-bottom: 1px solid #cccccc;
}
html.mobileOn .appFilters > ul.filterGroup > li {
font-size: 1.333333333333333rem;
border-top: 1px solid #cccccc;
padding-bottom: 10px;
padding-top: 10px;
border-left: none;
}
html.mobileOn .appFilters > ul.filterGroup > li div.count,
html.mobileOn .appFilters > ul.filterGroup > li.highlight div.count {
color: #ffffff;
font-size: 1rem;
min-width: 12px;
min-height: 1em;
line-height: 1em;
margin-right: 8px;
margin-top: .45em;
}
html.mobileOn .appFilters > ul.filterGroup > li.highlight,
html.mobileOn .appFilters > ul.filterGroup > li:hover {
background: none;
color: #111111;
font-weight: normal;
}
html.mobileOn .appActions {
font-size: 1.5rem;
}
html.mobileOn .appSearch {
left: 33.33%;
}
html.mobileOn .appSearch .highlight {
background: none;
}
html.mobileOn .appSearch .dataTables_filter > label,
html.mobileOn .appSearch .dataTables_filter > label > i.fa,
html.mobileOn .appSearch .dataTables_filter > label > input {
height: 35px;
line-height: 35px;
}
html.mobileOn .appSearch .dataTables_filter > label > i.fa-save {
height: 34px;
}
html.mobileOn .appSearch .dataTables_filter > label > input {
font-size: 1.166666666666667rem;
}
html.mobileOn table.list > * > tr > * {
font-size: 1.166666666666667rem;
padding: 8px;
}
html.mobileOn .dataTable .reorderCell {
padding-left: 25px;
}
html.mobileOn .dataTable .reorderHandle {
height: 37px;
line-height: 38px;
}
html.mobileOn .dataTables_length .recordsLabel {
display: none;
}
html.mobileOn div.tableHeader label,
html.mobileOn div.tableHeader select {
margin-left: 0;
}
html.mobileOn table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,
html.mobileOn table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
font-size: 1.333333333333333rem;
top: 13px;
left: 10px;
}
html.mobileOn .appActions {
left: 66.66%;
max-width: none;
min-width: 0;
}
html.mobileOn .appActions.hide {
display: block;
}
html.mobileOn .appActionsHide {
display: none;
}
html.mobileOn .appFiltersResize, .appActionsResize {
display: none;
}
html.mobileOn .appActions h3 {
font-size: 1.666666666666667rem;
line-height: 38px;
}
html.mobileOn .appActions h3 i.fa {
font-size: 1.666666666666667rem;
}
html.mobileOn .appActions > div.accordionContainer div {
font-size: 1.166666666666667rem;
}
/*
* Personal vault styles
*/
.passphraseDialog {
min-width: 350px;
}
/*
* Session Monitor styles
*/
#viewSession {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
overflow: hidden;
height: 100%;
width: 100%;
padding: 0;
margin-top: 1px;
}
#viewSession .videoContainer {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
height: 50%;
position: relative;
z-index: 2;
overflow: hidden;
background: #505050;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
overflow: hidden;
}
/* Three rows (video, resize, text) */
#viewSession .video {
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
position: relative;
overflow: hidden;
background: #505050;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
overflow: hidden;
}
#viewSession .videoResizeVertical {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
height: 1px;
position: relative;
width: 100%;
z-index: 3;
}
#viewSession .videoResizeVertical > div {
position: absolute;
width: 100%;
margin-top: -2px;
}
#viewSession .videoResizeVertical > div > div {
cursor: row-resize;
width: 100%;
height: 25px;
position: absolute;
}
#viewSession .videoResizeVerticalIcon {
line-height: 25px;
position: absolute;
width: 100%;
color: #888888;
text-align: center;
font-size: 14px;
}
#viewSession .text {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 100%;
position: relative;
z-index: 2;
overflow: hidden;
}
#viewSession .videoResizeHorizontal {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 1px;
position: relative;
z-index: 3;
}
#viewSession .videoResizeHorizontal > div {
position: absolute;
height: 100%;
margin-left: -2px;
}
#viewSession .videoResizeHorizontal > div > div {
cursor: col-resize;
height: 100%;
width: 5px;
}
#viewSession .videoThumbs {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 246px;
z-index: 2;
position: relative;
margin-top: 1px;
line-height: 1.2em;
overflow-y: auto;
overflow-x: hidden;
}
#viewSession .videoThumbs .videoFrame {
width: 100%;
border-bottom: 1px solid #888888;
}
#viewSession .videoThumbs .videoFrame.loading {
border-bottom: none;
}
#viewSession .videoThumbs > div:last-child {
border-bottom: none;
}
/* Table styles */
#viewSession .list .fa {
margin-right: 5px;
}
#viewSession .videoThumbs > div{
position: relative;
}
#viewSession .videoFrame {
width: 100%;
padding: 6px;
text-align: center;
overflow: hidden;
}
#viewSession .videoFrame {
width: 100%;
flex: auto;
text-align: center;
overflow: hidden;
border-right: 1px solid #888888;
}
#viewSession .videoMain {
flex: auto;
min-width: 200px;
border-right: 1px solid #888888;
}
#viewSession .videoFrame > div:last-child {
border-right: none;
}
#viewSession .videoThumbs .videoFrame {
height: 100%;
}
/* Video styles */
#viewSession .videoFrame > * {
display: inline-block;
vertical-align: middle;
}
#viewSession .videoLoading {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
max-height: 100%;
max-width: 100%;
z-index: 10;
background-color: rgba(0, 0, 0, 0.6);
color: #888888;
visibility: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
#viewSession .videoLoading.loading {
visibility: visible;
}
#viewSession .videoLoading > div {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
#viewSession .videoLoading > i {
display: table-cell;
vertical-align: middle;
}
.videoController {
color: #ffffff;
position: relative;
bottom: 0;
height: 30px;
width: 100%;
background: #363636;
line-height: 30px;
border-top: 1px solid #888888;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.videoController > * {
padding: 0 10px;
}
.videoController i.fa-play,
.videoController i.fa-arrows-alt,
.videoController .timestamp {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.videoController i.fa {
line-height: 29px;
opacity: 0.9;
cursor: pointer;
}
.videoController i.fa:hover {
background: #505050;
opacity: 1;
}
.videoController .timestamp {
cursor: default;
}
.videoController div.timeline {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 9px 10px;
}
.videoController div.timeline .ui-slider {
cursor: pointer;
background: #888888;
}
.videoController div.timeline .ui-slider-handle {
cursor: pointer;
border-color: #888888;
border-radius: 10px;
background: #505050; /* Any old browsers */
background: #505050 -webkit-linear-gradient(top, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* UC Browser for Android */
background: #505050 linear-gradient(to bottom, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, 0.04) 49%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, .02) 100%); /* W3C */
;
}
/*
* Mobile and high resolution styles
*/
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
div.hr {
background-image: url(../../../docs/pics/2x/header_dotline.gif);
background-size: 3px 1px;
}
#tabLinkBar ul li a.warn,
#tabLinkBar ul li a.warn:hover,
#tabLinkBar ul li.current a.warn,
#tabLinkBar ul li input.warn,
#tabLinkBar ul li input.warn:hover,
#tabLinkBar ul li.current input.warn {
background-image: url(../../../docs/pics/2x/icon_alert_small.png);
background-size: 17px 15px;
}
#tabLinkSub ul li a.warn,
#tabLinkSub ul li a.warn:hover,
#tabLinkSub ul li.current a.warn,
#tabLinkSub ul li input.warn,
#tabLinkSub ul li input.warn:hover,
#tabLinkSub ul li.current input.warn {
background-image: url(../../../docs/pics/2x/icon_alert_small.png);
background-size: 17px 15px;
}
table.dashboard table tr.header,
table.dashboard table tr.total {
background-image: url(../../../docs/pics/2x/header_dotline.gif);
background-size: 3px 1px;
}
div.orgEntry > div.openClose > img {
background-image: url(../../../docs/pics/2x/arrow_big.png);
background-size: 16px 16px;
}
div.paging .arrowFirst {
background-image: url(../../../docs/pics/2x/arrow_first.png);
background-size: 28px 26px;
}
div.paging .arrowLast {
background-image: url(../../../docs/pics/2x/arrow_last.png);
background-size: 28px 26px;
}
div.paging .arrowNext {
background-image: url(../../../docs/pics/2x/arrow_next.png);
background-size: 20px 26px;
}
div.paging .arrowPrev {
background-image: url(../../../docs/pics/2x/arrow_prev.png);
background-size: 20px 26px;
}
div.popupCalendar table tr th {
background-image: url(../../../docs/pics/2x/nav_bg.gif);
background-size: 1px 100px;
}
table.border > tbody > tr.select > td.arrow,
table.list > tbody > tr.select > td.arrow {
background-image: url(../../../docs/pics/2x/select_arrow.png);
background-size: 404px 302px;
}
}
#healthcheck {
border: 1px solid #ccc;
display: none;
box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
}
#healthcheck .header {
position: relative;
padding: 9px 5px 9px 0px;
background: -moz-linear-gradient(top, rgba(239, 239, 239, 1.0) 0%, rgba(225, 225, 225, 1.0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239, 239, 239, 1.0)), color-stop(100%,rgba(225, 225, 225, 1.0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(239, 239, 239, 1.0) 0%,rgba(225, 225, 225, 1.0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(239, 239, 239, 1.0) 0%,rgba(225, 225, 225, 1.0) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(239, 239, 239, 1.0) 0%,rgba(225, 225, 225, 1.0) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffefefef, endColorstr=#ffe1e1e1, GradientType=0); /* IE6-9 */
background: linear-gradient(top, rgba(239, 239, 239, 1.0) 0%,rgba(225, 225, 225, 1.0) 100%); /* W3C */
font-weight: bold;
text-shadow: 1px 1px 0px #fff;
box-shadow: inset 0 1px 0 #fff;
border-bottom: 1px solid #ccc;
}
#healthcheck .header img {
position: absolute;
left: 5px;
top: 5px;
width: 28px;
height: 22px;
}
#healthcheck .header span {
font-weight: bold;
margin-left: 40px;
}
#healthcheck-stats h3 {
overflow: overlay;
}
#healthcheck .ui-accordion-content {
padding-left: 20px;
}
span.healthcheck-stats-summary {
float: right;
}
.healthcheck-stats-messages ul {
list-style: none;
padding-left: 0;
}
.healthcheck-stats-messages li.message-info {
background: url(../../../docs/pics/greenlight.png) left center no-repeat;
padding-left: 20px;
}
.healthcheck-stats-messages li.message-critical {
background: url(../../../docs/pics/redlight.png) left center no-repeat;
padding-left: 20px;
}
#healthcheck-stats > * {
margin: 2px 2px 0;
}
/** Hide the manage components link until the application is registered. **/
#manageComponents {
display: none;
}
