@charset "UTF-8"; /*! * Font Awesome 4.7.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("../fonts/fontawesome-webfont.eot?v=4.7.0"); src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; } .icon { 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 */ .icon-lg, .icon-large { font-size: 1.3333333333em; line-height: 0.75em; vertical-align: -15%; } .icon-2x { font-size: 2em; } .icon-3x { font-size: 3em; } .icon-4x { font-size: 4em; } .icon-5x { font-size: 5em; } .icon-fw { width: 1.2857142857em; text-align: center; } .icon-ul { padding-left: 0; margin-left: 2.1428571429em; list-style-type: none; } .icon-ul > li { position: relative; } .icon-li { position: absolute; left: -2.1428571429em; width: 2.1428571429em; top: 0.1428571429em; text-align: center; } .icon-li.icon-lg, .icon-li.icon-large { left: -1.8571428571em; } .icon-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; } .icon-pull-left { float: left; } .icon-pull-right { float: right; } .icon.icon-pull-left { margin-right: .3em; } .icon.icon-pull-right { margin-left: .3em; } /* Deprecated as of 4.4.0 */ .pull-right { float: right; } .pull-left { float: left; } .icon.pull-left { margin-right: .3em; } .icon.pull-right { margin-left: .3em; } .icon-spin, .modx-manager-search-results .loading-indicator:before { animation: fa-spin 2s infinite linear; } .icon-pulse { animation: fa-spin 1s infinite steps(8); } @keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } .icon-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -ms-transform: rotate(90deg); transform: rotate(90deg); } .icon-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -ms-transform: rotate(180deg); transform: rotate(180deg); } .icon-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -ms-transform: rotate(270deg); transform: rotate(270deg); } .icon-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .icon-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .icon-rotate-90, :root .icon-rotate-180, :root .icon-rotate-270, :root .icon-flip-horizontal, :root .icon-flip-vertical { filter: none; } .icon-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .icon-stack-1x, .icon-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .icon-stack-1x { line-height: inherit; } .icon-stack-2x { font-size: 2em; } .icon-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .icon-glass:before { content: ""; } .icon-music:before { content: ""; } .icon-search:before { content: ""; } .icon-envelope-o:before { content: ""; } .icon-heart:before { content: ""; } .icon-star:before { content: ""; } .icon-star-o:before { content: ""; } .icon-user:before { content: ""; } .icon-film:before { content: ""; } .icon-th-large:before { content: ""; } .icon-th:before { content: ""; } .icon-th-list:before { content: ""; } .icon-check:before { content: ""; } .icon-remove:before, .icon-close:before, .icon-times:before { content: ""; } .icon-search-plus:before { content: ""; } .icon-search-minus:before { content: ""; } .icon-power-off:before { content: ""; } .icon-signal:before { content: ""; } .icon-gear:before, .icon-cog:before { content: ""; } .icon-trash-o:before { content: ""; } .icon-home:before { content: ""; } .icon-file-o:before { content: ""; } .icon-clock-o:before { content: ""; } .icon-road:before { content: ""; } .icon-download:before { content: ""; } .icon-arrow-circle-o-down:before { content: ""; } .icon-arrow-circle-o-up:before { content: ""; } .icon-inbox:before { content: ""; } .icon-play-circle-o:before { content: ""; } .icon-rotate-right:before, .icon-repeat:before { content: ""; } .icon-refresh:before { content: ""; } .icon-list-alt:before { content: ""; } .icon-lock:before { content: ""; } .icon-flag:before { content: ""; } .icon-headphones:before { content: ""; } .icon-volume-off:before { content: ""; } .icon-volume-down:before { content: ""; } .icon-volume-up:before { content: ""; } .icon-qrcode:before { content: ""; } .icon-barcode:before { content: ""; } .icon-tag:before { content: ""; } .icon-tags:before { content: ""; } .icon-book:before { content: ""; } .icon-bookmark:before { content: ""; } .icon-print:before { content: ""; } .icon-camera:before { content: ""; } .icon-font:before { content: ""; } .icon-bold:before { content: ""; } .icon-italic:before { content: ""; } .icon-text-height:before { content: ""; } .icon-text-width:before { content: ""; } .icon-align-left:before { content: ""; } .icon-align-center:before { content: ""; } .icon-align-right:before { content: ""; } .icon-align-justify:before { content: ""; } .icon-list:before { content: ""; } .icon-dedent:before, .icon-outdent:before { content: ""; } .icon-indent:before { content: ""; } .icon-video-camera:before { content: ""; } .icon-photo:before, .icon-image:before, .icon-picture-o:before { content: ""; } .icon-pencil:before { content: ""; } .icon-map-marker:before { content: ""; } .icon-adjust:before { content: ""; } .icon-tint:before { content: ""; } .icon-edit:before, .icon-pencil-square-o:before { content: ""; } .icon-share-square-o:before { content: ""; } .icon-check-square-o:before { content: ""; } .icon-arrows:before { content: ""; } .icon-step-backward:before { content: ""; } .icon-fast-backward:before { content: ""; } .icon-backward:before { content: ""; } .icon-play:before { content: ""; } .icon-pause:before { content: ""; } .icon-stop:before { content: ""; } .icon-forward:before { content: ""; } .icon-fast-forward:before { content: ""; } .icon-step-forward:before { content: ""; } .icon-eject:before { content: ""; } .icon-chevron-left:before { content: ""; } .icon-chevron-right:before { content: ""; } .icon-plus-circle:before { content: ""; } .icon-minus-circle:before { content: ""; } .icon-times-circle:before { content: ""; } .icon-check-circle:before { content: ""; } .icon-question-circle:before { content: ""; } .icon-info-circle:before { content: ""; } .icon-crosshairs:before { content: ""; } .icon-times-circle-o:before { content: ""; } .icon-check-circle-o:before { content: ""; } .icon-ban:before { content: ""; } .icon-arrow-left:before { content: ""; } .icon-arrow-right:before { content: ""; } .icon-arrow-up:before { content: ""; } .icon-arrow-down:before { content: ""; } .icon-mail-forward:before, .icon-share:before { content: ""; } .icon-expand:before { content: ""; } .icon-compress:before { content: ""; } .icon-plus:before { content: ""; } .icon-minus:before { content: ""; } .icon-asterisk:before { content: ""; } .icon-exclamation-circle:before { content: ""; } .icon-gift:before { content: ""; } .icon-leaf:before { content: ""; } .icon-fire:before { content: ""; } .icon-eye:before { content: ""; } .icon-eye-slash:before { content: ""; } .icon-warning:before, .icon-exclamation-triangle:before { content: ""; } .icon-plane:before { content: ""; } .icon-calendar:before { content: ""; } .icon-random:before { content: ""; } .icon-comment:before { content: ""; } .icon-magnet:before { content: ""; } .icon-chevron-up:before { content: ""; } .icon-chevron-down:before { content: ""; } .icon-retweet:before { content: ""; } .icon-shopping-cart:before { content: ""; } .icon-folder:before { content: ""; } .icon-folder-open:before { content: ""; } .icon-arrows-v:before { content: ""; } .icon-arrows-h:before { content: ""; } .icon-bar-chart-o:before, .icon-bar-chart:before { content: ""; } .icon-twitter-square:before { content: ""; } .icon-facebook-square:before { content: ""; } .icon-camera-retro:before { content: ""; } .icon-key:before { content: ""; } .icon-gears:before, .icon-cogs:before { content: ""; } .icon-comments:before { content: ""; } .icon-thumbs-o-up:before { content: ""; } .icon-thumbs-o-down:before { content: ""; } .icon-star-half:before { content: ""; } .icon-heart-o:before { content: ""; } .icon-sign-out:before { content: ""; } .icon-linkedin-square:before { content: ""; } .icon-thumb-tack:before { content: ""; } .icon-external-link:before { content: ""; } .icon-sign-in:before { content: ""; } .icon-trophy:before { content: ""; } .icon-github-square:before { content: ""; } .icon-upload:before { content: ""; } .icon-lemon-o:before { content: ""; } .icon-phone:before { content: ""; } .icon-square-o:before { content: ""; } .icon-bookmark-o:before { content: ""; } .icon-phone-square:before { content: ""; } .icon-twitter:before { content: ""; } .icon-facebook-f:before, .icon-facebook:before { content: ""; } .icon-github:before { content: ""; } .icon-unlock:before { content: ""; } .icon-credit-card:before { content: ""; } .icon-feed:before, .icon-rss:before { content: ""; } .icon-hdd-o:before { content: ""; } .icon-bullhorn:before { content: ""; } .icon-bell:before { content: ""; } .icon-certificate:before { content: ""; } .icon-hand-o-right:before { content: ""; } .icon-hand-o-left:before { content: ""; } .icon-hand-o-up:before { content: ""; } .icon-hand-o-down:before { content: ""; } .icon-arrow-circle-left:before { content: ""; } .icon-arrow-circle-right:before { content: ""; } .icon-arrow-circle-up:before { content: ""; } .icon-arrow-circle-down:before { content: ""; } .icon-globe:before { content: ""; } .icon-wrench:before { content: ""; } .icon-tasks:before { content: ""; } .icon-filter:before { content: ""; } .icon-briefcase:before { content: ""; } .icon-arrows-alt:before { content: ""; } .icon-group:before, .icon-users:before { content: ""; } .icon-chain:before, .icon-link:before { content: ""; } .icon-cloud:before { content: ""; } .icon-flask:before { content: ""; } .icon-cut:before, .icon-scissors:before { content: ""; } .icon-copy:before, .icon-files-o:before { content: ""; } .icon-paperclip:before { content: ""; } .icon-save:before, .icon-floppy-o:before { content: ""; } .icon-square:before { content: ""; } .icon-navicon:before, .icon-reorder:before, .icon-bars:before { content: ""; } .icon-list-ul:before { content: ""; } .icon-list-ol:before { content: ""; } .icon-strikethrough:before { content: ""; } .icon-underline:before { content: ""; } .icon-table:before { content: ""; } .icon-magic:before { content: ""; } .icon-truck:before { content: ""; } .icon-pinterest:before { content: ""; } .icon-pinterest-square:before { content: ""; } .icon-google-plus-square:before { content: ""; } .icon-google-plus:before { content: ""; } .icon-money:before { content: ""; } .icon-caret-down:before { content: ""; } .icon-caret-up:before { content: ""; } .icon-caret-left:before { content: ""; } .icon-caret-right:before { content: ""; } .icon-columns:before { content: ""; } .icon-unsorted:before, .icon-sort:before { content: ""; } .icon-sort-down:before, .icon-sort-desc:before { content: ""; } .icon-sort-up:before, .icon-sort-asc:before { content: ""; } .icon-envelope:before { content: ""; } .icon-linkedin:before { content: ""; } .icon-rotate-left:before, .icon-undo:before { content: ""; } .icon-legal:before, .icon-gavel:before { content: ""; } .icon-dashboard:before, .icon-tachometer:before { content: ""; } .icon-comment-o:before { content: ""; } .icon-comments-o:before { content: ""; } .icon-flash:before, .icon-bolt:before { content: ""; } .icon-sitemap:before { content: ""; } .icon-umbrella:before { content: ""; } .icon-paste:before, .icon-clipboard:before { content: ""; } .icon-lightbulb-o:before { content: ""; } .icon-exchange:before { content: ""; } .icon-cloud-download:before { content: ""; } .icon-cloud-upload:before { content: ""; } .icon-user-md:before { content: ""; } .icon-stethoscope:before { content: ""; } .icon-suitcase:before { content: ""; } .icon-bell-o:before { content: ""; } .icon-coffee:before { content: ""; } .icon-cutlery:before { content: ""; } .icon-file-text-o:before { content: ""; } .icon-building-o:before { content: ""; } .icon-hospital-o:before { content: ""; } .icon-ambulance:before { content: ""; } .icon-medkit:before { content: ""; } .icon-fighter-jet:before { content: ""; } .icon-beer:before { content: ""; } .icon-h-square:before { content: ""; } .icon-plus-square:before { content: ""; } .icon-angle-double-left:before { content: ""; } .icon-angle-double-right:before { content: ""; } .icon-angle-double-up:before { content: ""; } .icon-angle-double-down:before { content: ""; } .icon-angle-left:before { content: ""; } .icon-angle-right:before { content: ""; } .icon-angle-up:before { content: ""; } .icon-angle-down:before { content: ""; } .icon-desktop:before { content: ""; } .icon-laptop:before { content: ""; } .icon-tablet:before { content: ""; } .icon-mobile-phone:before, .icon-mobile:before { content: ""; } .icon-circle-o:before { content: ""; } .icon-quote-left:before { content: ""; } .icon-quote-right:before { content: ""; } .icon-spinner:before { content: ""; } .icon-circle:before { content: ""; } .icon-mail-reply:before, .icon-reply:before { content: ""; } .icon-github-alt:before { content: ""; } .icon-folder-o:before { content: ""; } .icon-folder-open-o:before { content: ""; } .icon-smile-o:before { content: ""; } .icon-frown-o:before { content: ""; } .icon-meh-o:before { content: ""; } .icon-gamepad:before { content: ""; } .icon-keyboard-o:before { content: ""; } .icon-flag-o:before { content: ""; } .icon-flag-checkered:before { content: ""; } .icon-terminal:before { content: ""; } .icon-code:before { content: ""; } .icon-mail-reply-all:before, .icon-reply-all:before { content: ""; } .icon-star-half-empty:before, .icon-star-half-full:before, .icon-star-half-o:before { content: ""; } .icon-location-arrow:before { content: ""; } .icon-crop:before { content: ""; } .icon-code-fork:before { content: ""; } .icon-unlink:before, .icon-chain-broken:before { content: ""; } .icon-question:before { content: ""; } .icon-info:before { content: ""; } .icon-exclamation:before { content: ""; } .icon-superscript:before { content: ""; } .icon-subscript:before { content: ""; } .icon-eraser:before { content: ""; } .icon-puzzle-piece:before { content: ""; } .icon-microphone:before { content: ""; } .icon-microphone-slash:before { content: ""; } .icon-shield:before { content: ""; } .icon-calendar-o:before { content: ""; } .icon-fire-extinguisher:before { content: ""; } .icon-rocket:before { content: ""; } .icon-maxcdn:before { content: ""; } .icon-chevron-circle-left:before { content: ""; } .icon-chevron-circle-right:before { content: ""; } .icon-chevron-circle-up:before { content: ""; } .icon-chevron-circle-down:before { content: ""; } .icon-html5:before { content: ""; } .icon-css3:before { content: ""; } .icon-anchor:before { content: ""; } .icon-unlock-alt:before { content: ""; } .icon-bullseye:before { content: ""; } .icon-ellipsis-h:before { content: ""; } .icon-ellipsis-v:before { content: ""; } .icon-rss-square:before { content: ""; } .icon-play-circle:before { content: ""; } .icon-ticket:before { content: ""; } .icon-minus-square:before { content: ""; } .icon-minus-square-o:before { content: ""; } .icon-level-up:before { content: ""; } .icon-level-down:before { content: ""; } .icon-check-square:before { content: ""; } .icon-pencil-square:before { content: ""; } .icon-external-link-square:before { content: ""; } .icon-share-square:before { content: ""; } .icon-compass:before { content: ""; } .icon-toggle-down:before, .icon-caret-square-o-down:before { content: ""; } .icon-toggle-up:before, .icon-caret-square-o-up:before { content: ""; } .icon-toggle-right:before, .icon-caret-square-o-right:before { content: ""; } .icon-euro:before, .icon-eur:before { content: ""; } .icon-gbp:before { content: ""; } .icon-dollar:before, .icon-usd:before { content: ""; } .icon-rupee:before, .icon-inr:before { content: ""; } .icon-cny:before, .icon-rmb:before, .icon-yen:before, .icon-jpy:before { content: ""; } .icon-ruble:before, .icon-rouble:before, .icon-rub:before { content: ""; } .icon-won:before, .icon-krw:before { content: ""; } .icon-bitcoin:before, .icon-btc:before { content: ""; } .icon-file:before { content: ""; } .icon-file-text:before { content: ""; } .icon-sort-alpha-asc:before { content: ""; } .icon-sort-alpha-desc:before { content: ""; } .icon-sort-amount-asc:before { content: ""; } .icon-sort-amount-desc:before { content: ""; } .icon-sort-numeric-asc:before { content: ""; } .icon-sort-numeric-desc:before { content: ""; } .icon-thumbs-up:before { content: ""; } .icon-thumbs-down:before { content: ""; } .icon-youtube-square:before { content: ""; } .icon-youtube:before { content: ""; } .icon-xing:before { content: ""; } .icon-xing-square:before { content: ""; } .icon-youtube-play:before { content: ""; } .icon-dropbox:before { content: ""; } .icon-stack-overflow:before { content: ""; } .icon-instagram:before { content: ""; } .icon-flickr:before { content: ""; } .icon-adn:before { content: ""; } .icon-bitbucket:before { content: ""; } .icon-bitbucket-square:before { content: ""; } .icon-tumblr:before { content: ""; } .icon-tumblr-square:before { content: ""; } .icon-long-arrow-down:before { content: ""; } .icon-long-arrow-up:before { content: ""; } .icon-long-arrow-left:before { content: ""; } .icon-long-arrow-right:before { content: ""; } .icon-apple:before { content: ""; } .icon-windows:before { content: ""; } .icon-android:before { content: ""; } .icon-linux:before { content: ""; } .icon-dribbble:before { content: ""; } .icon-skype:before { content: ""; } .icon-foursquare:before { content: ""; } .icon-trello:before { content: ""; } .icon-female:before { content: ""; } .icon-male:before { content: ""; } .icon-gittip:before, .icon-gratipay:before { content: ""; } .icon-sun-o:before { content: ""; } .icon-moon-o:before { content: ""; } .icon-archive:before { content: ""; } .icon-bug:before { content: ""; } .icon-vk:before { content: ""; } .icon-weibo:before { content: ""; } .icon-renren:before { content: ""; } .icon-pagelines:before { content: ""; } .icon-stack-exchange:before { content: ""; } .icon-arrow-circle-o-right:before { content: ""; } .icon-arrow-circle-o-left:before { content: ""; } .icon-toggle-left:before, .icon-caret-square-o-left:before { content: ""; } .icon-dot-circle-o:before { content: ""; } .icon-wheelchair:before { content: ""; } .icon-vimeo-square:before { content: ""; } .icon-turkish-lira:before, .icon-try:before { content: ""; } .icon-plus-square-o:before { content: ""; } .icon-space-shuttle:before { content: ""; } .icon-slack:before { content: ""; } .icon-envelope-square:before { content: ""; } .icon-wordpress:before { content: ""; } .icon-openid:before { content: ""; } .icon-institution:before, .icon-bank:before, .icon-university:before { content: ""; } .icon-mortar-board:before, .icon-graduation-cap:before { content: ""; } .icon-yahoo:before { content: ""; } .icon-google:before { content: ""; } .icon-reddit:before { content: ""; } .icon-reddit-square:before { content: ""; } .icon-stumbleupon-circle:before { content: ""; } .icon-stumbleupon:before { content: ""; } .icon-delicious:before { content: ""; } .icon-digg:before { content: ""; } .icon-pied-piper-pp:before { content: ""; } .icon-pied-piper-alt:before { content: ""; } .icon-drupal:before { content: ""; } .icon-joomla:before { content: ""; } .icon-language:before { content: ""; } .icon-fax:before { content: ""; } .icon-building:before { content: ""; } .icon-child:before { content: ""; } .icon-paw:before { content: ""; } .icon-spoon:before { content: ""; } .icon-cube:before { content: ""; } .icon-cubes:before { content: ""; } .icon-behance:before { content: ""; } .icon-behance-square:before { content: ""; } .icon-steam:before { content: ""; } .icon-steam-square:before { content: ""; } .icon-recycle:before { content: ""; } .icon-automobile:before, .icon-car:before { content: ""; } .icon-cab:before, .icon-taxi:before { content: ""; } .icon-tree:before { content: ""; } .icon-spotify:before { content: ""; } .icon-deviantart:before { content: ""; } .icon-soundcloud:before { content: ""; } .icon-database:before { content: ""; } .icon-file-pdf-o:before { content: ""; } .icon-file-word-o:before { content: ""; } .icon-file-excel-o:before { content: ""; } .icon-file-powerpoint-o:before { content: ""; } .icon-file-photo-o:before, .icon-file-picture-o:before, .icon-file-image-o:before { content: ""; } .icon-file-zip-o:before, .icon-file-archive-o:before { content: ""; } .icon-file-sound-o:before, .icon-file-audio-o:before { content: ""; } .icon-file-movie-o:before, .icon-file-video-o:before { content: ""; } .icon-file-code-o:before { content: ""; } .icon-vine:before { content: ""; } .icon-codepen:before { content: ""; } .icon-jsfiddle:before { content: ""; } .icon-life-bouy:before, .icon-life-buoy:before, .icon-life-saver:before, .icon-support:before, .icon-life-ring:before { content: ""; } .icon-circle-o-notch:before { content: ""; } .icon-ra:before, .icon-resistance:before, .icon-rebel:before { content: ""; } .icon-ge:before, .icon-empire:before { content: ""; } .icon-git-square:before { content: ""; } .icon-git:before { content: ""; } .icon-y-combinator-square:before, .icon-yc-square:before, .icon-hacker-news:before { content: ""; } .icon-tencent-weibo:before { content: ""; } .icon-qq:before { content: ""; } .icon-wechat:before, .icon-weixin:before { content: ""; } .icon-send:before, .icon-paper-plane:before { content: ""; } .icon-send-o:before, .icon-paper-plane-o:before { content: ""; } .icon-history:before { content: ""; } .icon-circle-thin:before { content: ""; } .icon-header:before { content: ""; } .icon-paragraph:before { content: ""; } .icon-sliders:before { content: ""; } .icon-share-alt:before { content: ""; } .icon-share-alt-square:before { content: ""; } .icon-bomb:before { content: ""; } .icon-soccer-ball-o:before, .icon-futbol-o:before { content: ""; } .icon-tty:before { content: ""; } .icon-binoculars:before { content: ""; } .icon-plug:before { content: ""; } .icon-slideshare:before { content: ""; } .icon-twitch:before { content: ""; } .icon-yelp:before { content: ""; } .icon-newspaper-o:before { content: ""; } .icon-wifi:before { content: ""; } .icon-calculator:before { content: ""; } .icon-paypal:before { content: ""; } .icon-google-wallet:before { content: ""; } .icon-cc-visa:before { content: ""; } .icon-cc-mastercard:before { content: ""; } .icon-cc-discover:before { content: ""; } .icon-cc-amex:before { content: ""; } .icon-cc-paypal:before { content: ""; } .icon-cc-stripe:before { content: ""; } .icon-bell-slash:before { content: ""; } .icon-bell-slash-o:before { content: ""; } .icon-trash:before { content: ""; } .icon-copyright:before { content: ""; } .icon-at:before { content: ""; } .icon-eyedropper:before { content: ""; } .icon-paint-brush:before { content: ""; } .icon-birthday-cake:before { content: ""; } .icon-area-chart:before { content: ""; } .icon-pie-chart:before { content: ""; } .icon-line-chart:before { content: ""; } .icon-lastfm:before { content: ""; } .icon-lastfm-square:before { content: ""; } .icon-toggle-off:before { content: ""; } .icon-toggle-on:before { content: ""; } .icon-bicycle:before { content: ""; } .icon-bus:before { content: ""; } .icon-ioxhost:before { content: ""; } .icon-angellist:before { content: ""; } .icon-cc:before { content: ""; } .icon-shekel:before, .icon-sheqel:before, .icon-ils:before { content: ""; } .icon-meanpath:before { content: ""; } .icon-buysellads:before { content: ""; } .icon-connectdevelop:before { content: ""; } .icon-dashcube:before { content: ""; } .icon-forumbee:before { content: ""; } .icon-leanpub:before { content: ""; } .icon-sellsy:before { content: ""; } .icon-shirtsinbulk:before { content: ""; } .icon-simplybuilt:before { content: ""; } .icon-skyatlas:before { content: ""; } .icon-cart-plus:before { content: ""; } .icon-cart-arrow-down:before { content: ""; } .icon-diamond:before { content: ""; } .icon-ship:before { content: ""; } .icon-user-secret:before { content: ""; } .icon-motorcycle:before { content: ""; } .icon-street-view:before { content: ""; } .icon-heartbeat:before { content: ""; } .icon-venus:before { content: ""; } .icon-mars:before { content: ""; } .icon-mercury:before { content: ""; } .icon-intersex:before, .icon-transgender:before { content: ""; } .icon-transgender-alt:before { content: ""; } .icon-venus-double:before { content: ""; } .icon-mars-double:before { content: ""; } .icon-venus-mars:before { content: ""; } .icon-mars-stroke:before { content: ""; } .icon-mars-stroke-v:before { content: ""; } .icon-mars-stroke-h:before { content: ""; } .icon-neuter:before { content: ""; } .icon-genderless:before { content: ""; } .icon-facebook-official:before { content: ""; } .icon-pinterest-p:before { content: ""; } .icon-whatsapp:before { content: ""; } .icon-server:before { content: ""; } .icon-user-plus:before { content: ""; } .icon-user-times:before { content: ""; } .icon-hotel:before, .icon-bed:before { content: ""; } .icon-viacoin:before { content: ""; } .icon-train:before { content: ""; } .icon-subway:before { content: ""; } .icon-medium:before { content: ""; } .icon-yc:before, .icon-y-combinator:before { content: ""; } .icon-optin-monster:before { content: ""; } .icon-opencart:before { content: ""; } .icon-expeditedssl:before { content: ""; } .icon-battery-4:before, .icon-battery:before, .icon-battery-full:before { content: ""; } .icon-battery-3:before, .icon-battery-three-quarters:before { content: ""; } .icon-battery-2:before, .icon-battery-half:before { content: ""; } .icon-battery-1:before, .icon-battery-quarter:before { content: ""; } .icon-battery-0:before, .icon-battery-empty:before { content: ""; } .icon-mouse-pointer:before { content: ""; } .icon-i-cursor:before { content: ""; } .icon-object-group:before { content: ""; } .icon-object-ungroup:before { content: ""; } .icon-sticky-note:before { content: ""; } .icon-sticky-note-o:before { content: ""; } .icon-cc-jcb:before { content: ""; } .icon-cc-diners-club:before { content: ""; } .icon-clone:before { content: ""; } .icon-balance-scale:before { content: ""; } .icon-hourglass-o:before { content: ""; } .icon-hourglass-1:before, .icon-hourglass-start:before { content: ""; } .icon-hourglass-2:before, .icon-hourglass-half:before { content: ""; } .icon-hourglass-3:before, .icon-hourglass-end:before { content: ""; } .icon-hourglass:before { content: ""; } .icon-hand-grab-o:before, .icon-hand-rock-o:before { content: ""; } .icon-hand-stop-o:before, .icon-hand-paper-o:before { content: ""; } .icon-hand-scissors-o:before { content: ""; } .icon-hand-lizard-o:before { content: ""; } .icon-hand-spock-o:before { content: ""; } .icon-hand-pointer-o:before { content: ""; } .icon-hand-peace-o:before { content: ""; } .icon-trademark:before { content: ""; } .icon-registered:before { content: ""; } .icon-creative-commons:before { content: ""; } .icon-gg:before { content: ""; } .icon-gg-circle:before { content: ""; } .icon-tripadvisor:before { content: ""; } .icon-odnoklassniki:before { content: ""; } .icon-odnoklassniki-square:before { content: ""; } .icon-get-pocket:before { content: ""; } .icon-wikipedia-w:before { content: ""; } .icon-safari:before { content: ""; } .icon-chrome:before { content: ""; } .icon-firefox:before { content: ""; } .icon-opera:before { content: ""; } .icon-internet-explorer:before { content: ""; } .icon-tv:before, .icon-television:before { content: ""; } .icon-contao:before { content: ""; } .icon-500px:before { content: ""; } .icon-amazon:before { content: ""; } .icon-calendar-plus-o:before { content: ""; } .icon-calendar-minus-o:before { content: ""; } .icon-calendar-times-o:before { content: ""; } .icon-calendar-check-o:before { content: ""; } .icon-industry:before { content: ""; } .icon-map-pin:before { content: ""; } .icon-map-signs:before { content: ""; } .icon-map-o:before { content: ""; } .icon-map:before { content: ""; } .icon-commenting:before { content: ""; } .icon-commenting-o:before { content: ""; } .icon-houzz:before { content: ""; } .icon-vimeo:before { content: ""; } .icon-black-tie:before { content: ""; } .icon-fonticons:before { content: ""; } .icon-reddit-alien:before { content: ""; } .icon-edge:before { content: ""; } .icon-credit-card-alt:before { content: ""; } .icon-codiepie:before { content: ""; } .icon-modx:before { content: ""; } .icon-fort-awesome:before { content: ""; } .icon-usb:before { content: ""; } .icon-product-hunt:before { content: ""; } .icon-mixcloud:before { content: ""; } .icon-scribd:before { content: ""; } .icon-pause-circle:before { content: ""; } .icon-pause-circle-o:before { content: ""; } .icon-stop-circle:before { content: ""; } .icon-stop-circle-o:before { content: ""; } .icon-shopping-bag:before { content: ""; } .icon-shopping-basket:before { content: ""; } .icon-hashtag:before { content: ""; } .icon-bluetooth:before { content: ""; } .icon-bluetooth-b:before { content: ""; } .icon-percent:before { content: ""; } .icon-gitlab:before { content: ""; } .icon-wpbeginner:before { content: ""; } .icon-wpforms:before { content: ""; } .icon-envira:before { content: ""; } .icon-universal-access:before { content: ""; } .icon-wheelchair-alt:before { content: ""; } .icon-question-circle-o:before { content: ""; } .icon-blind:before { content: ""; } .icon-audio-description:before { content: ""; } .icon-volume-control-phone:before { content: ""; } .icon-braille:before { content: ""; } .icon-assistive-listening-systems:before { content: ""; } .icon-asl-interpreting:before, .icon-american-sign-language-interpreting:before { content: ""; } .icon-deafness:before, .icon-hard-of-hearing:before, .icon-deaf:before { content: ""; } .icon-glide:before { content: ""; } .icon-glide-g:before { content: ""; } .icon-signing:before, .icon-sign-language:before { content: ""; } .icon-low-vision:before { content: ""; } .icon-viadeo:before { content: ""; } .icon-viadeo-square:before { content: ""; } .icon-snapchat:before { content: ""; } .icon-snapchat-ghost:before { content: ""; } .icon-snapchat-square:before { content: ""; } .icon-pied-piper:before { content: ""; } .icon-first-order:before { content: ""; } .icon-yoast:before { content: ""; } .icon-themeisle:before { content: ""; } .icon-google-plus-circle:before, .icon-google-plus-official:before { content: ""; } .icon-fa:before, .icon-font-awesome:before { content: ""; } .icon-handshake-o:before { content: ""; } .icon-envelope-open:before { content: ""; } .icon-envelope-open-o:before { content: ""; } .icon-linode:before { content: ""; } .icon-address-book:before { content: ""; } .icon-address-book-o:before { content: ""; } .icon-vcard:before, .icon-address-card:before { content: ""; } .icon-vcard-o:before, .icon-address-card-o:before { content: ""; } .icon-user-circle:before { content: ""; } .icon-user-circle-o:before { content: ""; } .icon-user-o:before { content: ""; } .icon-id-badge:before { content: ""; } .icon-drivers-license:before, .icon-id-card:before { content: ""; } .icon-drivers-license-o:before, .icon-id-card-o:before { content: ""; } .icon-quora:before { content: ""; } .icon-free-code-camp:before { content: ""; } .icon-telegram:before { content: ""; } .icon-thermometer-4:before, .icon-thermometer:before, .icon-thermometer-full:before { content: ""; } .icon-thermometer-3:before, .icon-thermometer-three-quarters:before { content: ""; } .icon-thermometer-2:before, .icon-thermometer-half:before { content: ""; } .icon-thermometer-1:before, .icon-thermometer-quarter:before { content: ""; } .icon-thermometer-0:before, .icon-thermometer-empty:before { content: ""; } .icon-shower:before { content: ""; } .icon-bathtub:before, .icon-s15:before, .icon-bath:before { content: ""; } .icon-podcast:before { content: ""; } .icon-window-maximize:before { content: ""; } .icon-window-minimize:before { content: ""; } .icon-window-restore:before { content: ""; } .icon-times-rectangle:before, .icon-window-close:before { content: ""; } .icon-times-rectangle-o:before, .icon-window-close-o:before { content: ""; } .icon-bandcamp:before { content: ""; } .icon-grav:before { content: ""; } .icon-etsy:before { content: ""; } .icon-imdb:before { content: ""; } .icon-ravelry:before { content: ""; } .icon-eercast:before { content: ""; } .icon-microchip:before { content: ""; } .icon-snowflake-o:before { content: ""; } .icon-superpowers:before { content: ""; } .icon-wpexplorer:before { content: ""; } .icon-meetup:before { content: ""; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } #modx-topnav { max-width: 1200px; margin-left: auto; margin-right: auto; } #modx-topnav::after { clear: both; content: ""; display: table; } .x-btn-icon.arrow_up button:before, .x-btn-icon.arrow_down button:before, .x-btn-icon.refresh button:before, .crumb_wrapper .crumbs li.first:before, .x-tbar-page-last:before, .x-tbar-page-next:before, .x-tbar-page-prev:before, .x-tbar-loading:before, .x-tbar-page-first:before, .x-tool:after, .x-btn .x-btn-split:before, .actions button .x-btn-split:before, .inline-button .x-btn-split:before, .x-superboxselect-item .x-btn-split:before, .x-form-trigger .x-btn-split:before, .x-date-mp-ok .x-btn-split:before, .x-date-mp-cancel .x-btn-split:before, .x-btn .x-btn-arrow:before, .actions button .x-btn-arrow:before, .inline-button .x-btn-arrow:before, .x-superboxselect-item .x-btn-arrow:before, .x-form-trigger .x-btn-arrow:before, .x-date-mp-ok .x-btn-arrow:before, .x-date-mp-cancel .x-btn-arrow:before, .tree-new-resource > em > button:before, .tree-new-weblink > em > button:before, .tree-new-symlink > em > button:before, .tree-new-static-resource > em > button:before, .tree-trash > em > button:before, .tree-new-template > em > button:before, .tree-new-tv > em > button:before, .tree-new-chunk > em > button:before, .tree-new-snippet > em > button:before, .tree-new-plugin > em > button:before, .tree-new-category > em > button:before, .x-form-item label.x-form-item-label .modx-tv-reset:before, .x-form-field-wrap .x-form-trigger:before, .x-form-check-wrap .x-form-cb-label:before, .x-form-check-wrap .x-fieldset-header-text:before, .x-fieldset-checkbox-toggle legend .x-form-cb-label:before, .x-fieldset-checkbox-toggle legend .x-fieldset-header-text:before, .x-superboxselect ul li.x-superboxselect-item .x-superboxselect-item-close:before, .x-superboxselect .x-superboxselect-btns .x-superboxselect-btn-clear:before, .x-form-invalid-msg:before, .x-date-right a:before, .x-date-left a:before, .x-date-mp-ybtn a.x-date-mp-prev:before, .x-date-mp-ybtn a.x-date-mp-next:before, .x-tab-scroller-left:before, .x-tab-scroller-right:before, .modx-manager-search-results .loading-indicator:before, .x-tree-arrows .x-tree-elbow-minus:before, .x-tree-arrows .x-tree-elbow-end-minus:before, .tree-context:before, .x-tree-node-expanded .tree-folder:before, .x-tree-node-collapsed .tree-folder:before, .x-tree-node .tree-folder:before, .x-tree-node .locked-resource:before, .tree-resource:before, .tree-static-resource:before, .tree-weblink:before, .tree-symlink:before, .icon-rss:before, .icon-cal:before, .icon-ical:before, .icon-ics:before, .icon-vcs:before, .icon-db:before, .icon-sql:before, .icon-zip:before, .icon-tar:before, .icon-tgz:before, .icon-gz:before, .icon-bz2:before, .icon-rar:before, .icon-7z:before, .icon-dmg:before, .icon-iso:before, .icon-bk:before, .icon-bak:before, .icon-backup:before, .icon-jpg:before, .icon-jpeg:before, .icon-gif:before, .icon-png:before, .icon-bmp:before, .icon-tiff:before, .icon-svg:before, .icon-bat:before, .icon-scr:before, .icon-sh:before, .icon-txt:before, .icon-log:before, .icon-aac:before, .icon-mp3:before, .icon-ogg:before, .icon-wma:before, .icon-m4a:before, .icon-flac:before, .icon-wav:before, .icon-aif:before, .icon-aiff:before, .icon-avi:before, .icon-mpg:before, .icon-mpeg:before, .icon-mov:before, .icon-mp4:before, .icon-m4v:before, .icon-3gp:before, .icon-flv:before, .icon-fla:before, .icon-swf:before, .icon-wmv:before, .icon-access:before, .icon-htaccess:before, .icon-php:before, .icon-cfm:before, .icon-rb:before, .icon-as:before, .icon-java:before, .icon-jar:before, .icon-doc:before, .icon-docx:before, .icon-csv:before, .icon-xls:before, .icon-xlsx:before, .icon-ppt:before, .icon-pptx:before, .icon-pdf:before, .icon-html:before, .icon-htm:before, .icon-xml:before, .icon-js:before, .icon-coffeescript:before, .icon-css:before, .icon-scss:before, .icon-less:before, .icon-styl:before, .icon-lock, .x-tree-arrows .x-tree-elbow-plus:before, .x-tree-arrows .x-tree-elbow-end-plus:before, .tree-folder:before, .modx-browser-pathbbar .x-toolbar-left .x-toolbar-left-row td.x-toolbar-cell:before, .modx-browser-detail-thumb.preview:before, .ext-mb-icon:before, .home-panel ol li:hover button:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .x-btn-icon.arrow_up button:before, .x-btn-icon.arrow_down button:before, .x-btn-icon.refresh button:before, .crumb_wrapper .crumbs li.first:before, .x-tbar-page-last:before, .x-tbar-page-next:before, .x-tbar-page-prev:before, .x-tbar-loading:before, .x-tbar-page-first:before { position: absolute; top: 0px; left: 0; right: 0; bottom: 0; line-height: 100%; width: 100%; height: 100%; font-size: 14px; color: inherit; text-align: center; } #modx-tv-tabs .lt-ie8 { *zoom: 1; } #modx-tv-tabs:before, #modx-tv-tabs:after { content: " "; /* 1 */ display: table; /* 2 */ } #modx-tv-tabs:after { clear: both; } @-moz-document url-prefix() { } /* Instead of writing the same code for every nav bar */ /* * This file is part of the MODX Revolution package. * * Copyright (c) MODX, LLC * * For complete copyright and license information, see the COPYRIGHT and LICENSE * files found in the top-level directory of this distribution. */ /*.x-item-disabled { color: gray; } .x-item-disabled * { color: gray !important; }*/ .x-splitbar-proxy { background-color: #aaa; } .x-color-palette a { border-color: #fff; } .x-color-palette a:hover, .x-color-palette a.x-color-palette-sel { background-color: #ebebeb; border-color: #b4b4b4; } .x-color-palette em { border-color: #aca899; } /* no more extjs shadows in 2.3 */ /*.x-ie-shadow { background-color: #777; } .x-shadow .xsmc { background-image: none; } .x-shadow .xsml, .x-shadow .xsmr { background-image: none; } .x-shadow .xstl, .x-shadow .xstc, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr { background-image: none; }*/ .loading-indicator { background-image: url("../images/modx-theme/grid/loading.gif"); font-size: 11px; } .x-spotlight { background-color: #ccc; } .ext-ie7 .x-plain-body { position: relative; } .x-statusbar .x-status-busy { background-image: url("../images/modx-theme/grid/loading.gif"); } .x-statusbar .x-status-text-panel { border-color: #DFDFDF #fff #fff #DFDFDF; } .x-resizable-handle-southeast { bottom: 1px; right: 1px; } .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east, .x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west { background-image: url("../images/modx-theme/sizer/e-handle.gif"); } .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south, .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north { background-image: url("../images/modx-theme/sizer/s-handle.gif"); } .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north { background-image: url("../images/modx-theme/sizer/s-handle.gif"); } .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast { background-image: url("../images/modx-theme/sizer/se-handle.gif"); } .x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest { background-image: url("../images/modx-theme/sizer/nw-handle.gif"); } .x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast { background-image: url("../images/modx-theme/sizer/ne-handle.gif"); } .x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest { background-image: url("../images/modx-theme/sizer/sw-handle.gif"); } .x-resizable-proxy { border-color: #575757; } .x-resizable-overlay { background-color: #fff; } .x-grid3 { background-color: transparent; background-image: none; border: 1px solid #E4E9EE; border-radius: 3px; overflow: hidden; padding: 0; } .x-grid-panel .x-panel-mc .x-panel-body { border: 0 none; } .x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td { font: normal 12px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } .x-grid3-row td, .x-grid3-summary-row td { border-left: 1px solid transparent; padding-left: 0; } .x-grid3-hd-row td { border-left: 1px solid #FFFFFF; border-right: none; } .x-grid3-hd-row td.x-grid3-cell-first, .x-grid3-row td.x-grid3-cell-first, .x-grid3-row td.x-grid3-summary-first { border-left: 0 none; } .x-grid3-hd-row td.x-grid3-cell-last, .x-grid3-row td.x-grid3-cell-last, .x-grid3-row td.x-grid3-summary-last { border-right: 0 none; } .x-grid-row-loading { background-color: #fff; background-image: url("../images/modx-theme/shared/loading-balls.gif"); } .x-grid3-row { border-color: #FFFFFF #FFFFFF #EFEFEF; } .x-grid3-row-expanded .x-grid3-row-body { color: #888888; margin: 0 2px 0 -20px; padding: 0 25px 15px; word-wrap: break-word; } .x-grid3-row-expanded .x-grid3-row-body .desc { word-wrap: break-word; } .x-grid3-row-alt { background-color: #F5F6F9; } .x-panel-body-noheader .x-grid3-row { border-color: transparent; } .x-panel-body-noheader .x-grid3-row-alt { border-bottom: 1px solid #EAEAEA; border-top: 1px solid #EAEAEA; } .x-panel-body-noheader .x-grid3-row-alt .x-grid3-row-table { border-top: 1px solid transparent; } .x-grid3-row-over { background-color: #E0E8EF; background-image: none; /*border: 0 none;*/ border-bottom: 1px solid #D1D9DF; } .x-grid3-resize-proxy { background-color: #777; } .x-grid3-resize-marker { background-color: #777; } .x-grid3-header { background: #E4E9EE; padding: 0; } .x-panel-body-noheader .x-grid3-header { border: none; } .x-grid3-header-offset { padding-left: 0; } .x-grid3-header .x-grid3-hd-row td { color: dimgray; font-weight: bold; } .x-grid3-header-pop { border-left-color: #DFDFDF; } .x-grid3-header-pop-inner { background-image: url("../images/modx-theme/grid/hd-pop.gif"); border-left-color: #eee; } td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open { border-left-color: #FFFFFF; background: #D3DCE3; } td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner { color: #696969; } .sort-asc .x-grid3-sort-icon { background-image: url("../images/modx-theme/grid/sort_asc.gif"); } .sort-desc .x-grid3-sort-icon { background-image: url("../images/modx-theme/grid/sort_desc.gif"); } .x-panel-body-noheader .x-grid3-body { background-color: #ffffff; } .x-grid3-cell-text, .x-grid3-hd-text { color: #000; } .x-grid3-split { background-image: url("../images/modx-theme/grid/grid-split.gif"); } .x-grid3-hd-text { color: #464646; } .x-dd-drag-proxy .x-grid3-hd-inner { background-color: #f2f2f2; background-image: url("../images/modx-theme/grid/grid3-hrow-over.gif"); border-color: #c8c8c8; } .col-move-top { background-image: url("../images/modx-theme/grid/col-move-top.gif"); } .col-move-bottom { background-image: url("../images/modx-theme/grid/col-move-bottom.gif"); } .x-grid3-row-selected { background-color: #F0F0F0; background-image: none; border-bottom: 1px solid #E4E4E4 !important; border-top: 1px solid #E4E4E4 !important; color: #565550; } .x-grid3-row-last, .x-grid3-row-last.x-grid3-row-selected { border-bottom-color: transparent !important; } .x-grid3-cell-selected { background-color: #E0EAEF !important; color: #000; } .x-grid3-cell-selected span { color: #000 !important; } .x-grid3-cell-selected .x-grid3-cell-text { color: #000; } .x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker { background-color: #d7d9df !important; background-image: url("../images/modx-theme/grid/grid-hrow.gif") !important; border-right-color: #9c9c9c !important; border-top-color: #fff; color: #000; } .x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div { color: #464646 !important; } .x-grid3-dirty-cell { background-image: url("../images/modx-theme/grid/dirty.gif"); } .x-grid3-topbar, .x-grid3-bottombar { font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } .x-grid3-bottombar .x-toolbar { border-top-color: #bcbcbc; } .x-props-grid .x-grid3-td-name .x-grid3-cell-inner { background-image: url("../images/modx-theme/grid/grid3-special-col-bg.gif") !important; color: #000 !important; } .x-grid3-hd-inner { font-weight: bold; padding: 13px 18px 13px 5px; } .ext-ie .x-grid3-hd-inner { width: auto; } .x-grid3-cell-inner, .x-grid3-hd-inner { padding: 13px 18px 13px 5px; } .x-props-grid .x-grid3-body .x-grid3-td-name { background-color: #fff !important; border-right-color: #eee; } .xg-hmenu-sort-asc .x-menu-item-icon { background-image: url("../images/modx-theme/grid/hmenu-asc.gif"); } .xg-hmenu-sort-desc .x-menu-item-icon { background-image: url("../images/modx-theme/grid/hmenu-desc.gif"); } .xg-hmenu-lock .x-menu-item-icon { background-image: url("../images/modx-theme/grid/hmenu-lock.gif"); } .xg-hmenu-unlock .x-menu-item-icon { background-image: url("../images/modx-theme/grid/hmenu-unlock.gif"); } .x-grid3-hd-btn { background-color: #77899F; } .x-grid3-hd-btn:before { font-family: FontAwesome; content: "\f0d7"; font-style: normal; font-weight: normal; color: #FFF; font-size: 14px; text-align: center; position: absolute; top: 14px; left: 0; right: 0; } .x-grid3-hd-btn:hover { background-color: #556C88; } .x-grid3-body .x-grid3-td-expander { background-image: none; text-align: right; } .x-grid3-row-collapsed .x-grid3-row-expander { height: 27px; margin-top: 14px; } .x-grid3-row-collapsed .x-grid3-row-expander:before { font-family: fontawesome; font-size: 14px; content: "\f196"; color: #53595F; } .x-grid3-row-expanded .x-grid3-row-expander { height: 27px; margin-top: 14px; } .x-grid3-row-expanded .x-grid3-row-expander:before { font-family: fontawesome; font-size: 14px; content: "\f147"; color: #53595F; } .x-grid3-body .x-grid3-td-checker { background-image: none; padding: 10px 0 0; } .x-grid3-row-checker, .x-grid3-hd-checker:not(.x-grid3-hd-inner) { cursor: pointer; } .x-grid3-row-checker:before, .x-grid3-hd-checker:not(.x-grid3-hd-inner):before { content: "\f096"; font-family: fontawesome; font-size: 14px; display: inline-block; padding: 3px 5px; color: #53595F; } .x-grid3-row-selected .x-grid3-row-checker:before, .x-grid3-hd-checker-on .x-grid3-row-checker:before, .x-grid3-row-selected .x-grid3-hd-checker:not(.x-grid3-hd-inner):before, .x-grid3-hd-checker-on .x-grid3-hd-checker:not(.x-grid3-hd-inner):before { content: "\f046"; } .x-grid3-body .x-grid3-td-numberer { background-color: #E5E5E5; border-bottom: 1px solid #DADADA; border-right: 1px solid #DADADA !important; } .x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner { color: #444; padding-left: 10px; padding-top: 10px !important; } .x-grid3-body .x-grid3-td-row-icon { background-image: url("../images/modx-theme/grid/grid3-special-col-bg.gif"); } .x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer, .x-grid3-body .x-grid3-row-selected .x-grid3-td-checker, .x-grid3-body .x-grid3-row-selected .x-grid3-td-expander { background-image: none; } .x-grid3-check-col { cursor: pointer; margin-top: 10px; } .x-grid3-check-col:before { font-family: fontawesome; font-size: 14px; content: "\f096"; display: block; padding: 3px 5px; color: #53595F; text-align: left; width: 14px; margin: 0 auto; } .x-grid3-check-col-on { cursor: pointer; margin-top: 10px; } .x-grid3-check-col-on:before { font-family: fontawesome; font-size: 14px; content: "\f046"; display: block; padding: 3px 5px; color: #53595F; text-align: left; width: 14px; margin: 0 auto; } .x-grid-group, .x-grid-group-body, .x-grid-group-hd { zoom: 1; } .x-grid-group-hd { border-bottom-color: #53595F; } .x-grid-group-hd div.x-grid-group-title { font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; color: #53595F; font-size: 12px; font-weight: bold; padding: 8px 4px 12px 5px; } .x-grid-group-hd div.x-grid-group-title:before { font-family: fontawesome; font-size: 14px; font-weight: normal; font-style: normal; content: "\f147"; margin-right: 10px; } .x-grid-group-collapsed .x-grid-group-hd div.x-grid-group-title:before { font-family: fontawesome; font-weight: normal; font-style: normal; content: "\f196"; margin-right: 10px; } .x-group-by-icon { background-image: url("../images/modx-theme/grid/group-by.gif"); } .x-cols-icon { background-image: url("../images/modx-theme/grid/columns.gif"); } .x-show-groups-icon { background-image: url("../images/modx-theme/grid/group-by.gif"); } .x-grid-empty { color: gray; font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; text-align: center; } .x-grid-with-col-lines .x-grid3-row td.x-grid3-cell { border-right-color: #ededed; } .x-grid-with-col-lines .x-grid3-row { border-left: 0 none; border-top: 0 none; } .x-grid-with-col-lines .x-grid3-row-selected { border-top-color: #E4E4E4; } .x-dd-drag-ghost { background-color: #fff; border-color: #ddd #bbb #bbb #ddd; color: #000; font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } .x-dd-drop-nodrop .x-dd-drop-icon { background-image: url("../images/modx-theme/dd/drop-no.gif"); } .x-dd-drop-ok .x-dd-drop-icon { background-image: url("../images/modx-theme/dd/drop-yes.gif"); } .x-dd-drop-ok-add .x-dd-drop-icon { background-image: url("../images/modx-theme/dd/drop-add.gif"); } .x-view-selector { background-color: #d8d8d8; border-color: #8d8d8d; } .x-tip { background: #575757; border-radius: 3px; padding: 5px; width: auto !important; /* override ExtJS inline width */ max-width: 400px; min-width: 200px; } .x-tip .x-tip-close { background-image: url("../images/modx-theme/qtip/close.gif"); } .x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr { background-image: none; } .x-tip .x-tip-mc { font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } .x-tip .x-tip-ml { background-color: transparent; } .x-tip .x-tip-header-text { color: #F0F0F0; font: normal 13px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } .x-tip .x-tip-body { color: #f0f0f0; font: normal 12px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; width: auto !important; /* override ExtJS inline width */ } .x-tip img { display: block; width: 100%; max-width: 100%; height: auto; background-color: #ccc; background-image: url("../images/modx-theme/transparency-pattern.png"); } .x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc, .x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr { background-image: url("../images/modx-theme/form/error-tip-corners.gif"); } .x-form-invalid-tip .x-tip-body { background-image: url("../images/modx-theme/form/exclamation.gif"); } .x-tip-anchor { background-image: url("../images/modx-theme/qtip/tip-anchor-sprite.gif"); } .x-menu { background-color: #FFF; border: 1px solid #E4E4E4; border-radius: 3px; /* TODO: replace with $borderRadius when merged */ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); /* TODO: replace with $boxShadow when merged */ } .x-menu-list { padding: 0; } .x-menu-list li { border: 0; margin: 0; padding: 0; /* override top and bottom margin for the calendar / datepicker */ } .x-menu-list li:first-child { margin-top: 3px; } .x-menu-list li:last-child { margin-bottom: 3px; } .x-menu-list li.x-menu-date-item { margin: 0; } .x-menu-list li a.x-menu-item { color: #555555; font-size: 13px; padding: 3px 21px 3px 27px; } .x-menu-list li.x-menu-item-active { background-color: #30759c; } .x-menu-list li.x-menu-item-active a { color: #FFF; } .x-menu-floating { border-color: #C7C7C7; } .x-menu-nosep { background-image: none; } .x-menu-list-item { font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } .x-menu-item-arrow { background-image: url("../images/modx-theme/menu/menu-parent.gif"); } .x-menu-sep { background-color: #E4E4E4; border-bottom: none; margin: 2px 0; } .x-menu-item-active a.x-menu-item { border: 0 none; margin: 0; } .x-menu-check-item .x-menu-item-icon { background-image: url("../images/modx-theme/menu/unchecked.gif"); } .x-menu-item-checked .x-menu-item-icon { background-image: url("../images/modx-theme/menu/checked.gif"); } .x-menu-item-checked .x-menu-group-item .x-menu-item-icon { background-image: url("../images/modx-theme/menu/group-checked.gif"); } .x-menu-group-item .x-menu-item-icon { background-image: none; } .x-menu-plain { background-color: #fff !important; } .x-cycle-menu .x-menu-item-checked { background-color: #DFDFDF; border-color: #b9b9b9 !important; } .x-menu-scroller-top { background-image: url("../images/modx-theme/layout/mini-top.gif"); } .x-menu-scroller-bottom { background-image: url("../images/modx-theme/layout/mini-bottom.gif"); } .x-box-tl, .x-box-ml { background-color: #fafafa; background-image: none; color: #393939; font: normal 13px/1.4 "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; font-weight: bold; } .x-box-mc p { font-weight: normal; margin-bottom: 5px; } .x-box-tl { background-color: rgba(250, 250, 250, 0.8); border-left: 1px solid #DEDEDE; border-right: 1px solid #DEDEDE; border-top: 1px solid #DEDEDE; } .x-box-ml { background-color: rgba(250, 250, 250, 0.8); border-left: 1px solid #DEDEDE; border-right: 1px solid #DEDEDE; } .x-box-bl { background-color: #eee; background-color: rgba(230, 230, 230, 0.8); border-bottom: 1px solid #DEDEDE; border-left: 1px solid #DEDEDE; border-right: 1px solid #DEDEDE; } .x-box-mc h3 { font-size: 14px; font-weight: bold; } .x-box-mr, .x-box-bl, .x-box-bc, .x-box-br, .x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr { background-image: none; } .x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc { background-image: url("../images/modx-theme/box/tb-gray.gif"); } .x-box-blue .x-box-mc { background-color: #d8d8d8; } .x-box-blue .x-box-mc h3 { color: #363636; } .x-box-blue .x-box-ml { background-image: url("../images/modx-theme/box/l-gray.gif"); } .x-box-blue .x-box-mr { background-image: url("../images/modx-theme/box/r-gray.gif"); } #x-debug-browser .x-tree .x-tree-node a span { color: #333333; font-family: "Courier New", Courier, monospace; font-size: 11px; } #x-debug-browser .x-tree a i { color: #ff4545; font-style: normal; } #x-debug-browser .x-tree a em { color: #999; } #x-debug-browser .x-tree .x-tree-node .x-tree-selected a span { background-color: #d8d8d8; } /*.x-panel { border:0 none; }*/ .x-panel-bwrap { overflow: visible; } .x-panel-body { /*background-color: #fff;*/ border: 0; border-radius: 3px; overflow: visible; } #modx-panel-packages-browser .x-panel-body { border-radius: 0; /* prevent rounded borders on the two panels most popular / newest additions */ } .x-grid-panel .x-panel-body { background-color: #F5F5F5; border-bottom: 1px solid #E4E4E4; border-top: 1px solid #FAFAFA; border: 0 none; } .x-grid-panel .x-panel-body-noheader { background-color: transparent; border: 0 none; padding: 0 !important; } .x-panel-tl .x-panel-header { color: #6A6A6A; font: normal 12px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; font-weight: bold; /*text-shadow: 0 1px 0 #FAFAFA;*/ } .x-panel-tl .x-panel-icon { background-position: 0 8px; } .x-panel-tc { background-image: none; } .x-panel-tl, .x-panel-tr, .x-panel-bl, .x-panel-br { background-image: none; border-bottom-color: #DFDFDF; } .x-panel-bc { background-image: none; } .x-panel-tc { background-color: #F5F5F5; } .x-panel-tl { border-color: #E3E3E3 #E3E3E3; border-style: solid solid none; border-width: 1px 1px 0; } .x-panel-tl .x-panel-header { border-bottom: 1px solid #E4E4E4; padding: 10px 0; } .x-panel-bc .x-panel-footer { padding-bottom: 0; } .x-panel-btns { background-color: transparent; padding: 15px 0 1px 0; /* override extjs default theme rule, padding bottom 1px to not cut off buttons box-shadow */ /*border-top: 1px solid #FAFAFA;*/ } .x-panel-btns td.x-toolbar-cell { padding: 0; /* override extjs default theme rule */ } .x-panel-mc { background-color: #F5F5F5; border-bottom: 1px solid #DFDFDF; border-top: 1px solid #FAFAFA; padding: 10px 5px; } .x-panel-tl, .x-panel-ml, .x-panel-bl { background-color: #F5F5F5; padding-left: 8px; } .x-panel-ml, .x-panel-mr { background-image: none; } .x-panel-bl { border-color: #E3E3E3 #E3E3E3; border-style: none solid solid; border-width: 0 1px 1px; padding-bottom: 8px; } .x-panel-ml { border-left: 1px solid #E3E3E3; border-right: 1px solid #E3E3E3; } .x-panel-mr { padding-right: 8px; } .x-panel-tr, .x-panel-mr, .x-panel-br { background-color: #f7f7f7; } .x-tool { background: none; border-radius: 50%; color: #999999; font-size: 14px; margin: 0 3px 0 0; position: relative; transition: all 0.3s; width: 18px; height: 18px; } .x-tool:after { box-sizing: border-box; padding-top: 2px; position: absolute; top: 0; left: 0; text-align: center; vertical-align: middle; width: 18px; height: 18px; } .x-tool:hover { color: #FFF; background: #3697cd; } .x-tool.x-tool-toggle { /* collapse for resource panel */ } .x-tool.x-tool-toggle:after { content: ""; padding-top: 1px; } .x-tool.x-tool-toggle-over:after, .x-tool.x-tool-toggle:hover:after { content: ""; } .x-panel-collapsed .x-tool.x-tool-toggle:after { content: ""; } .x-panel-collapsed .x-tool.x-tool-toggle-over:after, .x-panel-collapsed .x-tool.x-tool-toggle:hover:after { content: ""; } #modx-resource-tabs .x-tool.x-tool-toggle { position: absolute; top: 11px; right: 12px; z-index: 10; } .x-tool.x-tool-close:after { content: ""; } .x-tool.x-tool-minimize:after { content: ""; } .x-tool.x-tool-maximize:after { content: ""; } .x-tool.x-tool-restore:after { content: ""; } .x-tool.x-tool-gear:after { content: ""; } .x-tool.x-tool-pin:after { content: ""; } .x-tool.x-tool-pin-over:after, .x-tool.x-tool-pin:hover:after { content: ""; } .x-tool.x-tool-unpin:after { content: ""; } .x-tool.x-tool-unpin-over:after, .x-tool.x-tool-unpin:hover:after { content: ""; } .x-tool.x-tool-right:after { content: ""; padding-left: 1px; } .x-tool.x-tool-left:after { content: ""; padding-right: 2px; } .x-tool.x-tool-up:after { content: ""; padding-top: 1px; } .x-tool.x-tool-down:after { content: ""; padding-top: 1px; } .x-tool.x-tool-minus:after { content: ""; } .x-tool.x-tool-plus:after { content: ""; } /*.x-tool { background-image: url($imgPath + 'modx-theme/panel/tool-sprites.png'); height: 16px; margin: 1px 2px 0 0; width: 16px; } .x-tool-toggle, .x-accordion-hd .x-tool-toggle { background-position: left -48px; } .x-tool-toggle-over, .x-accordion-hd .x-tool-toggle-over { background-position: right -48px; } .x-panel-collapsed .x-tool-toggle { background-position: left -96px; } .x-panel-collapsed .x-tool-toggle-over { background-position: right -96px; } .x-tool-close { background-position: left 0; } .x-tool-close-over { background-position: right 0; } .x-tool-minimize { background-position: left -16px; } .x-tool-minimize-over { background-position: right -16px; } .x-tool-maximize { background-position: left -32px; } .x-tool-maximize-over { background-position: right -32px; } .x-tool-restore { background-position: left -112px; } .x-tool-restore-over { background-position: right -112px; } .x-tool-gear { background-position: left -200px; } .x-tool-gear-over { background-position: right -200px; } .x-tool-pin { background-position: left -200px; } .x-tool-pin-over { background-position: right -200px; } .x-tool-unpin { background-position: left -200px; } .x-tool-unpin-over { background-position: right -200px; } .x-tool-right, .x-tool-expand-west { background-position: left -80px; } .x-tool-right-over, .x-tool-expand-west-over { background-position: right -80px; } .x-tool-left, .x-tool-expand-east { background-position: left -64px; } .x-tool-left-over, .x-tool-expand-east-over { background-position: right -64px; } .x-tool-up { background-position: left -48px; } .x-tool-up-over { background-position: right -48px; } .x-tool-down { background-position: left -96px; } .x-tool-down-over { background-position: right -96px; } .x-tool-minus { background-position: left -224px; } .x-tool-minus-over { background-position: right -224px; } .x-tool-plus { background-position: left -208px; } .x-tool-plus-over { background-position: right -208px; } .x-panel-collapsed { }*/ .x-panel-dd-spacer { border-color: #DFDFDF; } .x-panel-fbar td, .x-panel-fbar span, .x-panel-fbar input, .x-panel-fbar div, .x-panel-fbar select, .x-panel-fbar label { font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } .x-panel-header { border-radius: 3px 3px 0 0; /*background: #dddddd; background: -moz-linear-gradient(center bottom, #dddddd 0%, #eeeeee 100%) repeat scroll 0 0 transparent; background: -ms-linear-gradient(center bottom, #dddddd 0%, #eeeeee 100%); background: -o-linear-gradient(center bottom, #dddddd 0%, #eeeeee 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd)); background: -webkit-linear-gradient(center bottom, #dddddd 0%, #eeeeee 100%); background: linear-gradient(center bottom, #dddddd 0%, #eeeeee 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee,endColorstr=#dddddd,GradientType=0); border-bottom: 1px solid #dddddd; border-top-left-radius: 2px; border-top-right-radius: 2px;*/ border: 1px solid #c0c0c0; font-size: 14px; font-weight: bold; margin-top: 0; padding: 10px 10px 8px; /*text-shadow: 0 1px 1px #ffffff;*/ } .x-portal-space { border-bottom: 1px solid #afafaf; padding: 0; } .x-column-inner { overflow: visible; /* prevent second col with fields to have excessive margin on the right */ /* distance to the right for all following columns, this makes the first one 15px wider than the rest*/ /* but allows for more than 2 columns layouts */ } .x-column-inner > .x-column { margin-right: 0; overflow: visible; } .x-column-inner > .x-column:not(.x-hide-display) ~ .x-column { margin-right: 0; margin-left: 15px; } .x-panel-nofooter .x-panel-bc { background-image: none; height: 0; } .x-panel-ghost { background-color: #dbdbdb; } .x-panel-ghost ul { border-color: #d0d0d0; } .x-panel-dd-spacer { border-color: #d0d0d0; } .x-dlg-mask { background-color: #ccc; } .x-html-editor-wrap { background-color: #fff; border-color: #bcbcbc; } .x-panel-noborder .x-panel-header-noborder { border-bottom-color: transparent; } .x-border-layout-ct { background-color: #FAFAFA; } .x-accordion-hd { background-image: url("../images/modx-theme/panel/light-hd.gif"); color: #222; font-weight: normal; } .x-layout-collapsed { background-color: #E4E4E4; border-color: #DFDFDF; width: 7px !important; } .x-layout-collapsed-over { background-color: #e6e6e6; } .x-layout-split-west .x-layout-mini { background-image: url("../images/modx-theme/layout/mini-left.gif"); } .x-layout-split-east .x-layout-mini { background-image: url("../images/modx-theme/layout/mini-right.gif"); } .x-layout-split-north .x-layout-mini { background-image: url("../images/modx-theme/layout/mini-top.gif"); } .x-layout-split-south .x-layout-mini { background-image: url("../images/modx-theme/layout/mini-bottom.gif"); } .x-layout-cmini-west .x-layout-mini { background-image: url("../images/modx-theme/layout/mini-right.gif"); } .x-layout-cmini-east .x-layout-mini { background-image: url("../images/modx-theme/layout/mini-left.gif"); } .x-layout-cmini-north .x-layout-mini { background-image: url("../images/modx-theme/layout/mini-bottom.gif"); } .x-layout-cmini-south .x-layout-mini { background-image: url("../images/modx-theme/layout/mini-top.gif"); } .x-list-header { background-color: #f9f9f9; background-image: url("../images/modx-theme/grid/grid3-hrow.gif"); } .x-list-header-inner div em { border-left-color: #ddd; font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } .x-list-body dt em { font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } .x-list-over { background-color: #eee; } .x-list-selected { background-color: #e7e7e7; } .x-list-resizer { border-left-color: #555; border-right-color: #555; } .x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc { background-image: url("../images/modx-theme/grid/sort-hd.gif"); border-color: #DFDFDF; } .x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner { background-image: url("../images/modx-theme/slider/slider-bg.png"); } .x-slider-horz .x-slider-thumb { background-image: url("../images/modx-theme/slider/slider-thumb.png"); } .x-slider-vert, .x-slider-vert .x-slider-end, .x-slider-vert .x-slider-inner { background-image: url("../images/modx-theme/slider/slider-v-bg.png"); } .x-slider-vert .x-slider-thumb { background-image: url("../images/modx-theme/slider/slider-v-thumb.png"); } /* portal */ .x-portal .x-panel-tl .x-panel-header { background: none; font-size: 14px; padding: 8px 0 8px 0; } .x-portal .x-tool { margin-top: 0; } .x-portal .x-panel-body { font-weight: normal; margin-bottom: 5px; padding: 0px; text-transform: none; } .x-portal-space { margin-bottom: 5px; } /* grid checker */ .x-grid3-body .x-grid3-td-checker { background-image: none !important; } /* combo tpl stuff */ .modx-combo-desc { color: gray; font-size: .9em; font-style: italic; } .modx-combo-title { font-weight: bold; } /* draggable grids */ .modx-grid-draggable .x-grid3-row { cursor: move; } /* having to do some real janky stuff to work with ExtJS markup */ .primary-button.x-btn, .actions button.primary-button, .primary-button.inline-button, .primary-button.x-superboxselect-item, .primary-button.x-form-trigger, .primary-button.x-date-mp-ok, .primary-button.x-date-mp-cancel { /* transition: all 0.25s; */ background-color: #32AB9A; background-image: linear-gradient(#32AB9A, #00948E); box-shadow: none; color: #FFF; } .x-btn-focus.primary-button.x-btn, .actions button.x-btn-focus.primary-button, .x-btn-focus.primary-button.inline-button, .x-btn-focus.primary-button.x-superboxselect-item, .x-btn-focus.primary-button.x-form-trigger, .x-btn-focus.primary-button.x-date-mp-ok, .x-btn-focus.primary-button.x-date-mp-cancel, .x-btn-over.primary-button.x-btn, .actions button.x-btn-over.primary-button, .x-btn-over.primary-button.inline-button, .x-btn-over.primary-button.x-superboxselect-item, .x-btn-over.primary-button.x-form-trigger, .x-btn-over.primary-button.x-date-mp-ok, .x-btn-over.primary-button.x-date-mp-cancel, .primary-button.x-btn:hover, .actions button.primary-button:hover, .primary-button.inline-button:hover, .primary-button.x-superboxselect-item:hover, .primary-button.x-form-trigger:hover, .primary-button.x-date-mp-ok:hover, .primary-button.x-date-mp-cancel:hover { background-color: #2b9385; background-image: linear-gradient(#2b9385, #007571); box-shadow: none; color: #FFF; } .x-btn-click.primary-button.x-btn, .actions button.x-btn-click.primary-button, .x-btn-click.primary-button.inline-button, .x-btn-click.primary-button.x-superboxselect-item, .x-btn-click.primary-button.x-form-trigger, .x-btn-click.primary-button.x-date-mp-ok, .x-btn-click.primary-button.x-date-mp-cancel, .primary-button.x-btn:active, .actions button.primary-button:active, .primary-button.inline-button:active, .primary-button.x-superboxselect-item:active, .primary-button.x-form-trigger:active, .primary-button.x-date-mp-ok:active, .primary-button.x-date-mp-cancel:active { background-color: #247c6f; background-image: linear-gradient(#247c6f, #005753); box-shadow: none; color: #FFF; } .x-item-disabled.primary-button.x-btn, .actions button.x-item-disabled.primary-button, .x-item-disabled.primary-button.inline-button, .x-item-disabled.primary-button.x-superboxselect-item, .x-item-disabled.primary-button.x-form-trigger, .x-item-disabled.primary-button.x-date-mp-ok, .x-item-disabled.primary-button.x-date-mp-cancel, .x-item-disabled.primary-button.x-btn:hover, .actions button.x-item-disabled.primary-button:hover, .x-item-disabled.primary-button.inline-button:hover, .x-item-disabled.primary-button.x-superboxselect-item:hover, .x-item-disabled.primary-button.x-form-trigger:hover, .x-item-disabled.primary-button.x-date-mp-ok:hover, .x-item-disabled.primary-button.x-date-mp-cancel:hover, .x-item-disabled.primary-button.x-btn:active, .actions button.x-item-disabled.primary-button:active, .x-item-disabled.primary-button.inline-button:active, .x-item-disabled.primary-button.x-superboxselect-item:active, .x-item-disabled.primary-button.x-form-trigger:active, .x-item-disabled.primary-button.x-date-mp-ok:active, .x-item-disabled.primary-button.x-date-mp-cancel:active { background-color: #32AB9A; background-image: linear-gradient(#32AB9A, #00948E); box-shadow: none; color: #FFF; opacity: 0.6; filter: alpha(opacity=60); /* for IE <= 8 */ } .x-btn, .actions button, .inline-button, .x-superboxselect-item, .x-form-trigger, .x-date-picker .x-btn, .x-date-mp-ok, .x-date-mp-cancel { background-color: #FFF; background-repeat: no-repeat; /* prevent any background-images from repeating, extras compatibility */ border: 0; border-radius: 3px; box-shadow: 0 0 0 1px #E4E4E4; color: #555555; cursor: pointer; display: inline-block; *display: inline; line-height: 1; padding: 10px 15px 10px 15px; position: relative; text-decoration: none; /*transition: all 0.25s;*/ zoom: 1; /* .x-btn buttons are wrapped in an em tag */ } .ext-webkit .x-btn em, .ext-webkit .actions button em, .actions .ext-webkit button em, .ext-webkit .inline-button em, .ext-webkit .x-superboxselect-item em, .ext-webkit .x-form-trigger em, .ext-webkit .x-date-mp-ok em, .ext-webkit .x-date-mp-cancel em { font-size: 0; /* prevent strange excessive height, creates too much height in firefox^^ */ } .x-btn button, .actions button button, .inline-button button, .x-superboxselect-item button, .x-form-trigger button, .x-date-picker .x-btn button, .x-date-mp-ok button, .x-date-mp-cancel button { background-repeat: no-repeat; /* prevent any background-images from repeating, mainly for extra compatibility */ color: inherit; cursor: pointer; font-size: 13px; font-style: normal; /* override default italic from the parent em tag */ line-height: 1; height: 16px; min-width: 100%; padding: 0; /* override extjs default theme styles */ vertical-align: middle; } .ext-ie8 .x-btn button, .ext-ie8 .actions button button, .actions .ext-ie8 button button, .ext-ie8 .inline-button button, .ext-ie8 .x-superboxselect-item button, .ext-ie8 .x-form-trigger button, .ext-ie8 .x-date-mp-ok button, .ext-ie8 .x-date-mp-cancel button { padding-top: 0; /* fix IE < 9 (overriding extjs default style) */ } .x-btn .x-btn-split, .actions button .x-btn-split, .inline-button .x-btn-split, .x-superboxselect-item .x-btn-split, .x-form-trigger .x-btn-split, .x-date-picker .x-btn .x-btn-split, .x-date-mp-ok .x-btn-split, .x-date-mp-cancel .x-btn-split, .x-btn .x-btn-arrow, .actions button .x-btn-arrow, .inline-button .x-btn-arrow, .x-superboxselect-item .x-btn-arrow, .x-form-trigger .x-btn-arrow, .x-date-picker .x-btn .x-btn-arrow, .x-date-mp-ok .x-btn-arrow, .x-date-mp-cancel .x-btn-arrow { display: block; padding-right: 20px; position: relative; } .x-btn .x-btn-split:before, .actions button .x-btn-split:before, .inline-button .x-btn-split:before, .x-superboxselect-item .x-btn-split:before, .x-form-trigger .x-btn-split:before, .x-date-mp-ok .x-btn-split:before, .x-date-mp-cancel .x-btn-split:before, .x-btn .x-btn-arrow:before, .actions button .x-btn-arrow:before, .inline-button .x-btn-arrow:before, .x-superboxselect-item .x-btn-arrow:before, .x-form-trigger .x-btn-arrow:before, .x-date-mp-ok .x-btn-arrow:before, .x-date-mp-cancel .x-btn-arrow:before { color: inherit; content: ""; font-size: 14px; margin-top: -7px; /* pull up half of height */ position: absolute; top: 50%; right: 0; /* vertically center the arrow */ } .x-btn .x-btn-split button, .actions button .x-btn-split button, .inline-button .x-btn-split button, .x-superboxselect-item .x-btn-split button, .x-form-trigger .x-btn-split button, .x-date-mp-ok .x-btn-split button, .x-date-mp-cancel .x-btn-split button, .x-btn .x-btn-arrow button, .actions button .x-btn-arrow button, .inline-button .x-btn-arrow button, .x-superboxselect-item .x-btn-arrow button, .x-form-trigger .x-btn-arrow button, .x-date-mp-ok .x-btn-arrow button, .x-date-mp-cancel .x-btn-arrow button { border-right-color: inherit; border-right-style: solid; border-right-width: 1px; padding-right: 10px; } .x-btn-over.x-btn, .actions button.x-btn-over, .x-btn-over.inline-button, .x-btn-over.x-superboxselect-item, .x-btn-over.x-form-trigger, .x-btn-over.x-date-mp-ok, .x-btn-over.x-date-mp-cancel, .x-btn:hover, .actions button:hover, .inline-button:hover, .x-superboxselect-item:hover, .x-form-trigger:hover, .x-date-mp-ok:hover, .x-date-mp-cancel:hover, .x-btn-focus.x-btn, .actions button.x-btn-focus, .x-btn-focus.inline-button, .x-btn-focus.x-superboxselect-item, .x-btn-focus.x-form-trigger, .x-btn-focus.x-date-mp-ok, .x-btn-focus.x-date-mp-cancel, .x-btn:focus, .actions button:focus, .inline-button:focus, .x-superboxselect-item:focus, .x-form-trigger:focus, .x-date-mp-ok:focus, .x-date-mp-cancel:focus { background-color: #3697cd; box-shadow: 0 0 0 1px #3697cd; color: #FFF; /*button { color: inherit; }*/ } .x-btn-click.x-btn, .actions button.x-btn-click, .x-btn-click.inline-button, .x-btn-click.x-superboxselect-item, .x-btn-click.x-form-trigger, .x-btn-click.x-date-mp-ok, .x-btn-click.x-date-mp-cancel, .x-btn:active, .actions button:active, .inline-button:active, .x-superboxselect-item:active, .x-form-trigger:active, .x-date-mp-ok:active, .x-date-mp-cancel:active { background-color: #2d86b7; box-shadow: 0 0 0 1px #2d86b7; color: #FFF; /*button { color: inherit; }*/ } .x-btn-menu-active.x-btn .x-btn-split:before, .actions button.x-btn-menu-active .x-btn-split:before, .x-btn-menu-active.inline-button .x-btn-split:before, .x-btn-menu-active.x-superboxselect-item .x-btn-split:before, .x-btn-menu-active.x-form-trigger .x-btn-split:before, .x-btn-menu-active.x-date-mp-ok .x-btn-split:before, .x-btn-menu-active.x-date-mp-cancel .x-btn-split:before { content: ""; } .x-item-disabled.x-btn, .actions button.x-item-disabled, .x-item-disabled.inline-button, .x-item-disabled.x-superboxselect-item, .x-item-disabled.x-form-trigger, .x-item-disabled.x-date-mp-ok, .x-item-disabled.x-date-mp-cancel, .x-item-disabled.x-btn:hover, .actions button.x-item-disabled:hover, .x-item-disabled.inline-button:hover, .x-item-disabled.x-superboxselect-item:hover, .x-item-disabled.x-form-trigger:hover, .x-item-disabled.x-date-mp-ok:hover, .x-item-disabled.x-date-mp-cancel:hover, .x-item-disabled.x-btn:active, .actions button.x-item-disabled:active, .x-item-disabled.inline-button:active, .x-item-disabled.x-superboxselect-item:active, .x-item-disabled.x-form-trigger:active, .x-item-disabled.x-date-mp-ok:active, .x-item-disabled.x-date-mp-cancel:active { background-color: #FFF; color: #222222; box-shadow: 0 0 0 1px #E4E4E4; opacity: 0.6; /* extjs default theme is also 0.6 */ filter: alpha(opacity=60); /* for IE <= 8 */ } button { margin: 2px; /* default in chrome, apply it to everybody */ } /* btn style */ #modx-action-buttons .x-btn { display: block; margin: 0 0 0 7px; } .x-panel-btns .x-btn { margin: 0 0 0 7px; } /* Action buttons */ .actions { bottom: 8px; margin: 0; /*overflow: hidden;*/ /* cuts off box-shadows in FF */ overflow: visible; position: absolute; } .actions li { float: left; line-height: 0.7; margin-right: 2px; } .actions button, .inline-button, .x-superboxselect-item, .x-form-trigger, .x-date-picker .x-btn, .x-date-mp-ok, .x-date-mp-cancel { box-shadow: 0 0 0 1px #DCDCDC; box-sizing: content-box; /* override browser default of border-box */ padding: 5px; } .actions button:hover, .actions button:focus, .inline-button:hover, .inline-button:focus, .x-superboxselect-item:hover, .x-superboxselect-item:focus, .x-form-trigger:hover, .x-form-trigger:focus, .x-date-picker .x-btn:hover, .x-date-picker .x-btn:focus, .x-date-mp-ok:hover, .x-date-mp-ok:focus, .x-date-mp-cancel:hover, .x-date-mp-cancel:focus { box-shadow: 0 0 0 1px #3697cd; } .actions button:active, .inline-button:active, .x-superboxselect-item:active, .x-form-trigger:active, .x-date-picker .x-btn:active, .x-date-mp-ok:active, .x-date-mp-cancel:active { box-shadow: 0 0 0 1px #2d86b7; } .actions button.yellow, .inline-button.yellow, .x-superboxselect-item.yellow, .x-form-trigger.yellow, .x-date-picker .x-btn.yellow, .x-date-mp-ok.yellow, .x-date-mp-cancel.yellow { background: #FFEA80; box-shadow: 0 0 0 1px #FFEA80; color: #555555 !important; } .actions button.yellow:hover, .actions button.yellow:focus, .inline-button.yellow:hover, .inline-button.yellow:focus, .x-superboxselect-item.yellow:hover, .x-superboxselect-item.yellow:focus, .x-form-trigger.yellow:hover, .x-form-trigger.yellow:focus, .x-date-picker .x-btn.yellow:hover, .x-date-picker .x-btn.yellow:focus, .x-date-mp-ok.yellow:hover, .x-date-mp-ok.yellow:focus, .x-date-mp-cancel.yellow:hover, .x-date-mp-cancel.yellow:focus { /*background: #F4A448;*/ background: #ffe667; box-shadow: 0 0 0 1px #ffe667; } .actions button.yellow:active, .inline-button.yellow:active, .x-superboxselect-item.yellow:active, .x-form-trigger.yellow:active, .x-date-picker .x-btn.yellow:active, .x-date-mp-ok.yellow:active, .x-date-mp-cancel.yellow:active { /*background: #F49548;*/ background: #ffe24d; box-shadow: 0 0 0 1px #ffe24d; } .actions button.orange, .inline-button.orange, .x-superboxselect-item.orange, .x-form-trigger.orange, .x-date-picker .x-btn.orange, .x-date-mp-ok.orange, .x-date-mp-cancel.orange { background: #F49548; box-shadow: 0 0 0 1px #F49548; color: #FFF !important; } .actions button.orange:hover, .actions button.orange:focus, .inline-button.orange:hover, .inline-button.orange:focus, .x-superboxselect-item.orange:hover, .x-superboxselect-item.orange:focus, .x-form-trigger.orange:hover, .x-form-trigger.orange:focus, .x-date-picker .x-btn.orange:hover, .x-date-picker .x-btn.orange:focus, .x-date-mp-ok.orange:hover, .x-date-mp-ok.orange:focus, .x-date-mp-cancel.orange:hover, .x-date-mp-cancel.orange:focus { /*background: #F4A448;*/ background: #f38730; box-shadow: 0 0 0 1px #f38730; } .actions button.orange:active, .inline-button.orange:active, .x-superboxselect-item.orange:active, .x-form-trigger.orange:active, .x-date-picker .x-btn.orange:active, .x-date-mp-ok.orange:active, .x-date-mp-cancel.orange:active { /*background: #F49548;*/ background: #f17918; box-shadow: 0 0 0 1px #f17918; } .actions button.red, .inline-button.red, .x-superboxselect-item.red, .x-form-trigger.red, .x-date-picker .x-btn.red, .x-date-mp-ok.red, .x-date-mp-cancel.red { background: #BE0000; box-shadow: 0 0 0 1px #BE0000; color: #FFF !important; } .actions button.red:hover, .actions button.red:focus, .inline-button.red:hover, .inline-button.red:focus, .x-superboxselect-item.red:hover, .x-superboxselect-item.red:focus, .x-form-trigger.red:hover, .x-form-trigger.red:focus, .x-date-picker .x-btn.red:hover, .x-date-picker .x-btn.red:focus, .x-date-mp-ok.red:hover, .x-date-mp-ok.red:focus, .x-date-mp-cancel.red:hover, .x-date-mp-cancel.red:focus { /*background: #F4A448;*/ background: #af0000; box-shadow: 0 0 0 1px #af0000; } .actions button.red:active, .inline-button.red:active, .x-superboxselect-item.red:active, .x-form-trigger.red:active, .x-date-picker .x-btn.red:active, .x-date-mp-ok.red:active, .x-date-mp-cancel.red:active { /*background: #F49548;*/ background: #9f0000; box-shadow: 0 0 0 1px #9f0000; } .actions button.green, .inline-button.green, .x-superboxselect-item.green, .x-form-trigger.green, .x-date-picker .x-btn.green, .x-date-mp-ok.green, .x-date-mp-cancel.green { background: #6CB24A; box-shadow: 0 0 0 1px #6CB24A; color: #FFF !important; /* override !important of .green class */ } .actions button.green:hover, .actions button.green:focus, .inline-button.green:hover, .inline-button.green:focus, .x-superboxselect-item.green:hover, .x-superboxselect-item.green:focus, .x-form-trigger.green:hover, .x-form-trigger.green:focus, .x-date-picker .x-btn.green:hover, .x-date-picker .x-btn.green:focus, .x-date-mp-ok.green:hover, .x-date-mp-ok.green:focus, .x-date-mp-cancel.green:hover, .x-date-mp-cancel.green:focus { /*background: #6cb24a;*/ background: #61a043; box-shadow: 0 0 0 1px #61a043; } .actions button.green:active, .inline-button.green:active, .x-superboxselect-item.green:active, .x-form-trigger.green:active, .x-date-picker .x-btn.green:active, .x-date-mp-ok.green:active, .x-date-mp-cancel.green:active { /*background: #4BA81E;*/ background: #568e3b; box-shadow: 0 0 0 1px #568e3b; } .actions button.blue, .inline-button.blue, .x-superboxselect-item.blue, .x-form-trigger.blue, .x-date-picker .x-btn.blue, .x-date-mp-ok.blue, .x-date-mp-cancel.blue { background: #3697cd; box-shadow: 0 0 0 1px #3697cd; color: #FFF !important; /* override !important of .green class */ } .actions button.blue:hover, .actions button.blue:focus, .inline-button.blue:hover, .inline-button.blue:focus, .x-superboxselect-item.blue:hover, .x-superboxselect-item.blue:focus, .x-form-trigger.blue:hover, .x-form-trigger.blue:focus, .x-date-picker .x-btn.blue:hover, .x-date-picker .x-btn.blue:focus, .x-date-mp-ok.blue:hover, .x-date-mp-ok.blue:focus, .x-date-mp-cancel.blue:hover, .x-date-mp-cancel.blue:focus { background: #2f89bb; box-shadow: 0 0 0 1px #2f89bb; } .actions button.blue:active, .inline-button.blue:active, .x-superboxselect-item.blue:active, .x-form-trigger.blue:active, .x-date-picker .x-btn.blue:active, .x-date-mp-ok.blue:active, .x-date-mp-cancel.blue:active { /*background: #4BA81E;*/ background: #297aa7; box-shadow: 0 0 0 1px #297aa7; } /*.primary-button { @extend %primary-button; }*/ /* Toolbar combo/text styled just like the buttons */ .x-toolbar .x-form-field-trigger-wrap { background: #FFF; border: 0; border-radius: 3px; box-shadow: 0 0 0 1px #E4E4E4; cursor: pointer; line-height: 1; /*.x-form-trigger { margin-top: 2px; }*/ } .x-toolbar .x-form-field-trigger-wrap .x-form-text { background: #FFF; border: 0; margin: 0 !important; } .x-toolbar .x-form-field-trigger-wrap.x-trigger-wrap-focus { box-shadow: 0 0 0 1px #3697cd; } .x-toolbar .x-toolbar-left-row td .x-btn { display: block; } .x-toolbar .x-toolbar-left-row td .x-btn, .x-toolbar .x-toolbar-left-row td .x-form-text, .x-toolbar .x-toolbar-left-row td .x-form-field-trigger-wrap { margin-right: 7px; /* 5px + 2px box-shadow = 5px visible spacing */ } .x-toolbar .x-toolbar-left-row td:first-of-type .x-btn, .x-toolbar .x-toolbar-left-row td:first-of-type .x-form-text, .x-toolbar .x-toolbar-left-row td:first-of-type .x-form-field-trigger-wrap { margin-left: 1px; /* prevent first button to be cut off */ } .x-toolbar .x-toolbar-right-row .x-btn, .x-toolbar .x-toolbar-right-row .x-form-text, .x-toolbar .x-toolbar-right-row .x-form-field-trigger-wrap { margin-left: 7px; /* 5px + 2px box-shadow = 5px visible spacing */ } .x-toolbar .x-toolbar-right-row .x-form-filter { border-radius: 3px 0 0 3px; z-index: 1; /* prevent clear filter button from overlapping the textfield */ } .x-toolbar .x-toolbar-right-row .x-form-filter-clear { border-radius: 0 3px 3px 0; margin-left: 0; } .x-toolbar .x-form-text { padding: 8px 13px; border-radius: 3px; font-size: 13px !important; } .x-toolbar.x-small-editor .x-form-text { padding-top: 8px; /* overrides ext standard theme rule which isn't overridden by padding rule above */ } .x-toolbar .xtb-sep { /* use margin on the elements itself as the separators are not inserted consistently */ /* separators are removed, but we leave this rule for safety */ margin: 0; width: 0; } .x-tree .x-toolbar .x-btn { padding: 7px; } .x-tree .x-toolbar .x-btn-icon { box-shadow: none; padding: 7px; } .x-tree .x-toolbar .x-btn-icon.x-btn-over { background: none; box-shadow: none; color: #3697cd; } .x-tree .x-toolbar .x-btn-icon.x-btn-click { background: none; box-shadow: none; color: #2d86b7; } .x-tree .x-toolbar .x-btn-icon:before { content: none; } .x-tree .x-toolbar .x-toolbar-left-row .x-form-field-wrap, .x-tree .x-toolbar .x-toolbar-right-row .x-form-field-wrap { margin-right: 6px; margin-left: 6px !important; /* we need !important to override the rules above */ } /* action buttons bar, declare after general toolbar styles to make use of the cascade */ #modx-action-buttons { position: fixed; top: 55px; right: 30px; z-index: 9; left: auto; background: rgba(230, 230, 230, 0.7); padding: 10px 5px 7px 0; border: 0; font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; border-radius: 0 0 5px 5px; z-index: 11; /* prevent panel collaps arrows from overlapping */ } @media screen and (max-width: 640px) { #modx-action-buttons { position: relative; top: auto; left: auto; right: auto; bottom: auto; width: 100%; } #modx-action-buttons table table { display: block; } #modx-action-buttons table table tbody { display: block; } #modx-action-buttons table table tbody tr { display: block; max-width: 1200px; margin-left: auto; margin-right: auto; display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; } #modx-action-buttons table table tbody tr::after { clear: both; content: ""; display: table; } #modx-action-buttons table table tbody tr td { display: inline-block; float: left; margin-bottom: 1em; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; -ms-flex-positive: 1; } #modx-action-buttons table table tbody tr td:first-of-type { flex-basis: 100%; -ms-flex-preferred-size: 100%; } #modx-action-buttons table table tbody tr td .x-btn { margin-left: 3px; margin-right: 3px; } } #modx-action-buttons .x-toolbar-left { width: auto !important; zoom: 1; } @media screen and (max-width: 640px) { .tab-panel-wrapper .x-panel-tbar table { display: block; } .tab-panel-wrapper .x-panel-tbar table tbody { display: block; } .tab-panel-wrapper .x-panel-tbar table tbody tr { display: block; max-width: 1200px; margin-left: auto; margin-right: auto; display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; } .tab-panel-wrapper .x-panel-tbar table tbody tr::after { clear: both; content: ""; display: table; } .tab-panel-wrapper .x-panel-tbar table tbody tr td { display: inline-block; float: left; margin-bottom: 1em; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; -ms-flex-positive: 1; } .tab-panel-wrapper .x-panel-tbar table tbody tr td:first-of-type { flex-basis: 100%; -ms-flex-preferred-size: 100%; } .tab-panel-wrapper .x-panel-tbar table tbody tr td .x-btn { margin-left: 3px; margin-right: 3px; } .tab-panel-wrapper .x-panel-tbar .x-toolbar-left input, .tab-panel-wrapper .x-panel-tbar .x-toolbar-right input { height: auto !important; width: 100%; box-sizing: border-box; margin-left: 0; } } @media screen and (max-width: 640px) { html.ext-strict body #modx-container .x-small-editor .x-form-text { height: auto !important; } } @media screen and (max-width: 640px) { #modx-grid-element-properties table { display: block; } #modx-grid-element-properties table tbody { display: block; } #modx-grid-element-properties table tbody tr { display: block; max-width: 1200px; margin-left: auto; margin-right: auto; display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; } #modx-grid-element-properties table tbody tr::after { clear: both; content: ""; display: table; } #modx-grid-element-properties table tbody tr td { display: inline-block; float: left; margin-bottom: 1em; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; -ms-flex-positive: 1; } #modx-grid-element-properties table tbody tr td:first-of-type { flex-basis: 100%; -ms-flex-preferred-size: 100%; } #modx-grid-element-properties table tbody tr td .x-btn { margin-left: 3px; margin-right: 3px; } #modx-grid-element-properties .x-toolbar-left { margin-bottom: 0; } #modx-grid-element-properties .x-toolbar-cell > * { width: 100% !important; box-sizing: border-box; margin-left: auto; margin-right: auto; } } /*.x-window-footer { .x-toolbar-right-row { td { &:last-of-type { .x-btn { @extend %primary-button; } } } } }*/ .x-btn-icon button { font-family: fontawesome; font-size: 18px; height: 18px; width: 18px; position: relative; } .x-btn-icon.arrow_up button { background: none !important; /* #shame */ position: relative; } .x-btn-icon.arrow_up button:before { content: ""; top: 1px; bottom: auto; } .x-btn-icon.arrow_down button { background: none !important; /* #shame */ position: relative; } .x-btn-icon.arrow_down button:before { content: ""; top: 1px; bottom: auto; } .x-btn-icon.refresh button { background: none !important; /* #shame */ position: relative; } .x-btn-icon.refresh button:before { content: ""; top: 1px; bottom: auto; } .x-btn-text-icon button { padding-left: 20px !important; } .x-html-editor-tb .x-btn { -moz-box-shadow: none; -o-box-shadow: none; -webkit-box-shadow: none; background-color: transparent; background-image: none; border: 0 none; box-shadow: none; margin: 0; } .x-html-editor-tb .x-btn-over { border: 0 none; } .x-btn-group { border-radius: 3px; border: 1px solid #dbe0e4; margin-right: 2px; padding: 0; } .x-btn-group .x-btn { -moz-box-shadow: transparent 0 0 1px; -o-box-shadow: transparent 0 0 1px; -webkit-box-shadow: transparent 0 0 1px; background-color: transparent; background-image: none; border: 1px solid transparent; box-shadow: transparent 0 0 1px; } .x-btn-group .x-btn button { color: #868b8f; height: auto !important; } .x-btn-group .x-btn-over { background: #dfdfdf; background: #F0F0F0; border: 1px solid #dbe0e4; } .x-btn-group .x-btn-over button { color: #5b7a98; } .x-btn-group .x-btn-click { background-color: #ffffff; background-image: none; box-shadow: 0 0 3px #aaaaaa inset; margin: 0 2px 0 0; } .x-btn-group-bwrap { padding: 1px 0 0; } .x-btn-group-header { background-color: #dbe0e4; color: #73797f; text-shadow: 0 1px 0 #fafafa; } .x-btn-group-tl, .x-btn-group-tr { background-image: none; padding: 0; } .x-btn-group-tc, .x-btn-group-bc, .x-btn-group-bl, .x-btn-group-br { background-image: none; } .x-btn-group-ml { background-image: none; padding-left: 1px; } .x-btn-group-mr { background-image: none; padding-right: 1px; } /* //end button style */ .x-btn-over em.x-btn-split, .x-btn-click em.x-btn-split, .x-btn-menu-active em.x-btn-split, .x-btn-pressed em.x-btn-split { /*background-image: url($imgPath + 'modx-theme/button/s-arrow-o.gif');*/ } .x-btn em.x-btn-arrow-bottom { background-image: url("../images/modx-theme/button/s-arrow-b-noline.gif"); } .x-btn em.x-btn-split-bottom { background-image: url("../images/modx-theme/button/s-arrow-b.gif"); } .x-btn-over em.x-btn-split-bottom, .x-btn-click em.x-btn-split-bottom, .x-btn-menu-active em.x-btn-split-bottom, .x-btn-pressed em.x-btn-split-bottom { background-image: url("../images/modx-theme/button/s-arrow-bo.gif"); } .x-btn-group-notitle .x-btn-group-tc { background-image: url("../images/modx-theme/button/group-tb.gif"); } /* basic tree toolbar styles */ #modx-leftbar .x-toolbar-ct .x-btn { margin: 0 3px; padding: 0; width: 25px; height: 30px; border: none; box-shadow: none; color: #556C88; opacity: 1; filter: alpha(opacity=100); /* for IE <= 8 */ display: inline-block; position: relative; } #modx-leftbar .x-toolbar-ct .x-btn > em > button { /*color: $buttonColor;*/ font-size: 18px; text-shadow: none; overflow: visible; position: absolute; height: 24px; top: 4px; left: 2px; } #modx-leftbar .x-toolbar-ct .x-btn.x-btn-over, #modx-leftbar .x-toolbar-ct .x-btn:hover, #modx-leftbar .x-toolbar-ct .x-btn.x-btn-focus, #modx-leftbar .x-toolbar-ct .x-btn:focus, #modx-leftbar .x-toolbar-ct .x-btn.x-btn-click, #modx-leftbar .x-toolbar-ct .x-btn:active { background: none; box-shadow: none; color: #3697cd; } #modx-leftbar .x-toolbar-ct .x-btn.x-btn-over button, #modx-leftbar .x-toolbar-ct .x-btn:hover button, #modx-leftbar .x-toolbar-ct .x-btn.x-btn-focus button, #modx-leftbar .x-toolbar-ct .x-btn:focus button, #modx-leftbar .x-toolbar-ct .x-btn.x-btn-click button, #modx-leftbar .x-toolbar-ct .x-btn:active button { color: inherit; } #modx-leftbar .x-toolbar-ct .x-btn span { vertical-align: middle; } #modx-leftbar .x-toolbar-ct .x-toolbar-right .x-btn { /* the resource trash button in the tree */ } #modx-leftbar .x-toolbar-ct .x-toolbar-right .x-btn > em > button { /*color: #96A9BB;*/ /* not sure why the trash needs a different color when active? */ font-size: 20px; /* trash icon is a bit smaller than the others at 18px */ } #modx-leftbar .x-toolbar-ct .x-toolbar-right .x-btn#emptifier.x-item-disabled { color: #aeaeae !important; /* !important prevents hover / active styles */ opacity: 0.6; filter: alpha(opacity=60); /* for IE <= 8 */ } #modx-leftbar .x-toolbar-ct .x-toolbar-right .x-btn#emptifier.x-item-disabled button { color: inherit; } /* resource tree toolbar icons */ .tree-new-resource > em > button:before { content: ""; } .tree-new-weblink > em > button:before { content: ""; } .tree-new-symlink > em > button:before { content: ""; } .tree-new-static-resource > em > button:before { content: ""; } .tree-trash > em > button:before { content: ""; } /* alignment overrides */ #modx-leftbar .x-toolbar-ct .x-btn.tree-new-symlink > em > button { top: 4px; left: 2px; } #modx-leftbar .x-toolbar-ct .x-btn.tree-new-weblink > em > button { left: 2px; } /* media browser tree toolbar */ .x-btn-icon.icon-folder button:before { content: "\f07b"; } .x-btn-icon.icon-page_white button:before { content: "\f0f6"; } .x-btn-icon.icon-file_upload button:before { content: "\f01b"; } .x-btn-icon.icon-file_manager button:before { content: "\f045"; } /* element tree toolbar */ .tree-new-template > em > button:before { content: ""; } .tree-new-tv > em > button:before { content: ""; } .tree-new-chunk > em > button:before { content: ""; } .tree-new-snippet > em > button:before { content: ""; } .tree-new-plugin > em > button:before { content: ""; } .tree-new-category > em > button:before { content: ""; } textarea { overflow: auto; } textarea.x-form-field, .x-form-textarea { display: block; /* make the field description (below) stick to the bottom correctly */ font-family: "Courier New", Courier, monospace; padding: 5px; /* override standard extjs theme */ } /* use default manager font for TV textareas to have unified look across TVs */ .modx-tv .x-form-textarea:not(div) { font-family: inherit; } /* general class that can be applied to any form field that should display code font */ .modx-code-content { font-family: "Courier New", Courier, monospace; } textarea[name="description"], textarea[name="introtext"], .modx-text-content { font: normal 13px/1.4 "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } .x-form-text, textarea.x-form-field, .x-form-textarea { background-color: #FBFBFB; background-image: none; border-radius: 3px; border: 1px solid #E4E4E4; position: relative; transition: border-color 0.25s; } .x-viewport .x-trigger-wrap-focus, .x-viewport input.x-form-focus, .x-viewport textarea.x-form-focus, .x-viewport .x-form-textarea.x-form-focus { /*border-radius: 0;*/ /*outline-offset: 0;*/ /*outline: 1px solid #ddd !important; /* #shame */ /*box-shadow: $shadowBorderFocus;*/ border-color: #2d86b7; } .x-viewport .x-trigger-wrap-open { border-radius: 3px 3px 0 0; } .x-form-invalid, textarea.x-form-invalid { border-color: #BE0000 !important; } /* fix oversize of buttons in FF */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* special rule for the TVs additional input/output properties form to have padding on top */ #modx-input-props, #modx-widget-props { padding: 15px 0 0 0; } /* the wrapper structure for form inputs */ .x-form-item { display: block; margin: 0; outline: 0 none; /* prevent firefox from creating ugly dotted outlines */ position: relative; /* boundary for absolutely positioned elements */ /* general styles for form labels, paddings for various form layouts are handled below */ /* label.x-form-item-label */ /* is outside of the label */ /* Tag TVs tag list below */ /* a few styles for the old original type multi select TV */ /* style the labels and form items in the various form layouts */ /* .x-form-label-left needs to come first, so .x-form-label-top rules can override, as some forms are strangely nested */ /* .x-form-element */ /* prevent columns used inside form elements to have too much spacing, some custom TV types need this */ /* prevent nested elements with class .container having a lot of margin, some custom TV types need this */ } .x-form-item label.x-form-item-label { color: #555555; font-size: 13px; font-weight: bold; position: relative; /* boundary for absolutely positioned elements */ } .x-form-item label.x-form-item-label .modx-tv-label-title { display: inline-block; padding-right: 5px; } .x-form-item label.x-form-item-label .modx-tv-label-description { display: inline-block; font-style: italic; font-weight: normal; } .x-form-item label.x-form-item-label .modx-tv-reset { /*background: url($imgPath + 'restyle/icons/arrow_rotate_anticlockwise.png') bottom left no-repeat;*/ cursor: pointer; display: inline-block; /*float: left;*/ height: 16px; opacity: 0; filter: alpha(opacity=0); /* for IE <= 8 */ padding: 17px 8px 0 0; position: relative; top: 0; right: 0px; transition: all 0.25s; width: 16px; } .x-form-item label.x-form-item-label .modx-tv-reset:before { box-sizing: border-box; color: #555555; content: ""; font-size: 16px; position: relative; bottom: 0; left: 0; padding-left: 4px; text-align: center; vertical-align: middle; width: 16px; height: 16px; } .x-form-item label.x-form-item-label .modx-tv-reset:hover:before { color: #3697cd; } .x-form-item label.x-form-item-label .modx-tv-reset:active:before { color: #2d86b7; } .x-form-item label.x-form-item-label:hover .modx-tv-reset { opacity: 1; filter: alpha(opacity=100); /* for IE <= 8 */ } .x-form-item.modx-tv { padding: 0 0 0 0px !important; } .x-form-item .modx-tv-inherited { color: #555555; display: inline-block; /*float: right;*/ font-size: 10px; font-style: italic; /*line-height: 1.2;*/ /*padding: 19px 0 4px 0;*/ position: absolute; top: 19px; right: 0; /* absolute position to avoid layout issues with long descriptions */ } .x-form-item .modx-tv-image-preview { margin-top: 7px; } .x-form-item .modx-tv-image-preview img { display: block; } .x-form-item .modx-tag-list { list-style: none; margin: 0; overflow: auto; padding: 0; } .x-form-item .modx-tag-list .modx-tag-opt { background-color: #E4E4E4; border-radius: 0 3px 3px 0; cursor: pointer; display: inline-block; /*float: left;*/ /*list-style: none;*/ margin: 4px 5px 0 10px; padding: 1px 5px; position: relative; /*text-decoration: underline;*/ } .x-form-item .modx-tag-list .modx-tag-opt:before { border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent #E4E4E4 transparent transparent; content: ''; position: absolute; top: 0; left: -10px; -webkit-transform: rotate(360deg); /* for better anti-aliasing in webkit browsers */ width: 0; height: 0; } .x-form-item .modx-tag-list .modx-tag-opt:after { background-color: #FFF; border-radius: 50%; /* make a circle */ content: ''; position: absolute; top: 8px; left: -4px; width: 4px; height: 4px; } .x-form-item .modx-tag-list .modx-tag-opt.modx-tag-checked, .x-form-item .modx-tag-list .modx-tag-opt:hover { background-color: #3697cd; color: #FFFFFF; text-decoration: none; } .x-form-item .modx-tag-list .modx-tag-opt.modx-tag-checked:before, .x-form-item .modx-tag-list .modx-tag-opt:hover:before { border-color: transparent #3697cd transparent transparent; } .x-form-item .modx-tag-list .modx-tag-opt.modx-tag-checked:hover, .x-form-item .modx-tag-list .modx-tag-opt:hover:hover { background-color: #2d86b7; } .x-form-item .modx-tag-list .modx-tag-opt.modx-tag-checked:hover:before, .x-form-item .modx-tag-list .modx-tag-opt:hover:hover:before { border-color: transparent #2d86b7 transparent transparent; } .x-form-item .modx-tv-legacy-select { border: 1px solid #E4E4E4; border-radius: 3px; padding: 5px; transition: all 0.25s; /* does not work in webkit but it's here anyways if some browsers support it */ } .x-form-item .modx-tv-legacy-select:focus { border: 1px solid #2d86b7; } .x-form-item .modx-tv-legacy-select option[selected] { background-color: #e8f0f8; } .x-form-label-left .x-form-item { /* targets .x-form-item */ padding: 15px 0 0 0; padding-bottom: 0; /* override extjs default theme styles */ } .x-form-label-left .x-form-item:first-of-type { /* do not add the top padding to the first .x-form-item in this type of form layout */ padding: 0; } .x-form-label-left .x-form-item label.x-form-item-label { display: inline-block; /* override extjs default theme styles */ margin: 0; /* override extjs default theme styles */ padding: 7px 0px 7px 0px; } .x-form-label-top .x-form-item { /* targets .x-form-item */ padding: 0; /* override the .x-form-label-left rule */ padding-bottom: 0; /* override extjs default theme styles */ } .x-form-label-top .x-form-item:first-of-type .modx-tv-reset { padding: 2px 8px 0 0; } .x-form-label-top .x-form-item label.x-form-item-label { display: inline-block; /* override extjs default theme styles */ margin: 0; /* override extjs default theme styles */ padding: 15px 0 4px 0; } .x-window .x-form-item .x-form-item-label { padding: 10px 0 4px 0; /* move the form fields a bit tighter together inside windows */ } .x-form-item.x-hide-label { padding-top: 10px !important; /* make this override common rules */ } #modx-resource-content .x-form-item.x-hide-label { padding-top: 0 !important; /* make this override the rule above */ } .x-form-item.x-hide-label label.x-form-item-label { display: none; /* override !important rule from above */ } .x-form-item .x-form-element { padding: 0; font: normal 13px/1.4 "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } .x-form-item .x-column-inner > .x-column ~ .x-column { margin-left: 5px; } .x-form-item .x-column-inner > .x-column .x-form-field-wrap { width: auto !important; /* make sure the wrap is always full width of parent, fixes some custom TVs */ } .x-form-item .container { margin: 0; } .x-form-item .x-btn { padding: 7px 10px 7px 10px; } /* .x-form-item */ .desc-under { color: #999999; display: block; font-size: 12px; font-style: italic; /*margin: -4px 0 15px 0;*/ margin: 2px 0 0 0; text-align: justify; } .desc-under.desc-checkbox { margin: 0 0 4px 0; } .desc-under .warning { color: #BE0000; overflow: hidden; padding: 0; } .x-fieldset { border: 1px solid #E4E4E4; border-radius: 3px !important; /* !important ensures the border radius, also when the fieldset has a class that sets it to 0 */ margin: 15px 0 0 0; overflow: visible; /* allow the legend to be displayed correctly */ padding: 0; /* override extjs default styles */ position: relative; } .x-fieldset .x-fieldset-header { /* legend */ color: #555555; font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; font-weight: bold; margin: 0 0 0 10px; padding: 0 5px 0 3px; position: relative; } .x-fieldset .x-fieldset-header .x-fieldset-header-text { line-height: 18px; /* prevent collapse button cut off */ } .x-fieldset .x-fieldset-bwrap .x-fieldset-body { overflow-x: hidden !important; /* prevent unnecessary horizontal scrollbars */ padding: 0 10px 10px 10px; } .x-form-field { font: inherit; /* composite fields that are used by some extras */ } .x-form-field.x-form-composite { margin-bottom: 0 !important; /* not sure if this applies to all buttons inside composite fields, could only find Image+ TV using this */ } .x-form-field.x-form-composite .x-btn { top: 1px !important; /* override inline style */ } /* the different input fields */ .x-static-text-field { /*background: transparent;*/ /*border: none;*/ color: inherit; font-size: inherit; /*opacity: 1;*/ /*filter: alpha(opacity=100); /* for IE <= 8 */ } .x-static-text-field.x-form-focus { border-color: #E4E4E4 !important; } /* issue #5505 */ .x-form-text { /*box-sizing: border-box;*/ /* we cannot use this because extjs calculates widths with the old box-model */ line-height: 20px; min-height: 20px; /* + 5px + 5px padding = 30px */ padding: 5px; } .x-form-field-wrap { background: #FBFBFB; border: 1px solid #E4E4E4; border-radius: 3px; /*box-shadow: $shadowBorderField;*/ /* xtype: fileuploadfield styles, mainly used for import windows */ } .x-form-field-wrap .x-form-text:not(.x-form-invalid) { border: 0; } .x-form-field-wrap .x-form-trigger { /*@extend %secondary-button;*/ /*background: url($imgPath + 'modx-theme/form/trigger.png') no-repeat left center;*/ border: 0; border-radius: 0 3px 3px 0; /* override button styles border-radius */ box-shadow: none; /* override button styles box-shadow */ padding: 0; /* override button styles padding */ width: 30px; height: 100% !important; /* height 100% to enable vertical centering, !important to override default extjs theme styles */ position: absolute; top: 0; right: 0; /* for xtype datefield */ /* for xtype timefield, doesn't add the class somehow...but it's here anyways */ /* to make it work the property ,triggerClass: 'x-form-time-trigger' has to be specified for xtype: 'timefield' */ /* styles for the inline grid editor */ } .x-form-field-wrap .x-form-trigger:before { box-sizing: border-box; content: ""; font-size: 14px; margin-top: -7px; /* half of the height to center vertically with top 50% */ opacity: 0.6; filter: alpha(opacity=60); /* for IE <= 8 */ position: absolute; top: 50%; right: 0; text-align: center; width: 30px; transition: opacity 0.25s; } .x-form-field-wrap .x-form-trigger.x-form-trigger-over, .x-form-field-wrap .x-form-trigger:hover { box-shadow: 0 0 0 1px #3697cd; } .x-form-field-wrap .x-form-trigger.x-form-trigger-over:before, .x-form-field-wrap .x-form-trigger:hover:before { opacity: 1; filter: alpha(opacity=100); /* for IE <= 8 */ } .x-form-field-wrap .x-form-trigger.x-form-trigger-click, .x-form-field-wrap .x-form-trigger:active { box-shadow: 0 0 0 1px #2d86b7; } .x-form-field-wrap .x-form-trigger.x-form-trigger-click:before, .x-form-field-wrap .x-form-trigger:active:before { opacity: 1; filter: alpha(opacity=100); /* for IE <= 8 */ } .x-form-field-wrap .x-form-trigger.x-form-date-trigger:before { content: ""; } .x-form-field-wrap .x-form-trigger.x-form-time-trigger:before { content: ""; } .x-form-field-wrap .x-form-trigger.x-form-file-trigger:before { content: ""; } .x-form-field-wrap .x-form-trigger.x-form-image-trigger:before { content: ""; } .x-form-field-wrap .x-form-trigger.x-form-code-trigger:before { content: ""; } .x-form-field-wrap.x-datetime-wrap { background: none; border: 0; } .x-form-field-wrap.x-datetime-wrap .ux-datetime-date .x-form-trigger:before { content: ""; } .x-form-field-wrap.x-datetime-wrap .ux-datetime-time .x-form-trigger:before { content: ""; } .x-form-field-wrap.x-form-fileupload-wrap { overflow: visible; /* allows the upload button to cover the border of the wrap on hover */ position: relative; } .x-form-field-wrap.x-form-fileupload-wrap .x-form-file { position: absolute; top: 0; right: 0; min-height: 20px; opacity: 0; filter: alpha(opacity=0); /* for IE <= 8 */ padding: 5px; z-index: 2; } .x-form-field-wrap.x-form-fileupload-wrap .x-form-file-btn { border-radius: 0 3px 3px 0; padding: 7px; /* override default button padding */ position: absolute; top: 0; right: 0; z-index: 1; /* needs to stay below the transparent file input field */ line-height: 0; box-shadow: none; border-left: solid 1px #E4E4E4; } .x-form-field-wrap.x-form-fileupload-wrap .x-form-file-text { position: relative; z-index: 3; /* needs to stay above the transparent file input field */ } /* .x-form-field-wrap */ /* both, radio groups and checkbox groups are wrapped in a x-form-check-wrap */ .x-form-check-wrap, .x-fieldset-checkbox-toggle legend { height: auto !important; line-height: 18px; /* this is also default in the extjs default theme */ /*padding-top: 15px;*/ /* already done by .x-hide-label */ /* checkbox & radio button replacement */ } .x-form-label-left .x-form-check-wrap, .x-form-label-left .x-fieldset-checkbox-toggle legend { padding: 7px 0 7px 0; } .x-form-label-top .x-form-check-wrap, .x-form-label-top .x-fieldset-checkbox-toggle legend { padding: 0; } .x-form-check-wrap .x-form-cb-label, .x-form-check-wrap .x-fieldset-header-text, .x-fieldset-checkbox-toggle legend .x-form-cb-label, .x-fieldset-checkbox-toggle legend .x-fieldset-header-text { color: #555555; cursor: pointer; display: inline-block; /* make line-height apply */ font-weight: normal; margin: 0; padding-left: 20px; position: relative; top: 0; /* override extjs default style */ /*transition: all 0.25s;*/ } .ext-ie8 .x-form-check-wrap .x-form-cb-label, .ext-ie8 .x-form-check-wrap .x-fieldset-header-text, .ext-ie8 .x-fieldset-checkbox-toggle legend .x-form-cb-label, .ext-ie8 .x-fieldset-checkbox-toggle legend .x-fieldset-header-text { padding-left: 3px; } .ext-ie8 .x-form-check-wrap .x-form-cb-label:before, .ext-ie8 .x-form-check-wrap .x-fieldset-header-text:before, .ext-ie8 .x-fieldset-checkbox-toggle legend .x-form-cb-label:before, .ext-ie8 .x-fieldset-checkbox-toggle legend .x-fieldset-header-text:before { content: ''; } .x-form-check-wrap .x-form-cb-label:before, .x-form-check-wrap .x-fieldset-header-text:before, .x-fieldset-checkbox-toggle legend .x-form-cb-label:before, .x-fieldset-checkbox-toggle legend .x-fieldset-header-text:before { box-sizing: border-box; content: ''; font-size: 18px; padding-right: 3px; position: absolute; top: 0; left: 0; text-align: center; vertical-align: middle; width: 18px; height: 18px; } .x-form-check-wrap .x-form-cb-label:hover:before, .x-form-check-wrap .x-form-cb-label:focus:before, .x-form-check-wrap .x-fieldset-header-text:hover:before, .x-form-check-wrap .x-fieldset-header-text:focus:before, .x-fieldset-checkbox-toggle legend .x-form-cb-label:hover:before, .x-fieldset-checkbox-toggle legend .x-form-cb-label:focus:before, .x-fieldset-checkbox-toggle legend .x-fieldset-header-text:hover:before, .x-fieldset-checkbox-toggle legend .x-fieldset-header-text:focus:before { color: #3697cd; } .x-form-check-wrap .x-form-cb-label:active:before, .x-form-check-wrap .x-fieldset-header-text:active:before, .x-fieldset-checkbox-toggle legend .x-form-cb-label:active:before, .x-fieldset-checkbox-toggle legend .x-fieldset-header-text:active:before { color: #2d86b7; } .x-form-check-wrap .x-form-checkbox, .x-form-check-wrap input[type="checkbox"], .x-form-check-wrap .x-form-radio, .x-fieldset-checkbox-toggle legend .x-form-checkbox, .x-fieldset-checkbox-toggle legend input[type="checkbox"], .x-fieldset-checkbox-toggle legend .x-form-radio { /*display: none;*/ cursor: pointer; opacity: 0; position: absolute; top: 0; left: 0; width: 18px; height: 18px; z-index: 1; } .ext-ie8 .x-form-check-wrap .x-form-checkbox, .ext-ie8 .x-form-check-wrap input[type="checkbox"], .ext-ie8 .x-form-check-wrap .x-form-radio, .ext-ie8 .x-fieldset-checkbox-toggle legend .x-form-checkbox, .ext-ie8 .x-fieldset-checkbox-toggle legend input[type="checkbox"], .ext-ie8 .x-fieldset-checkbox-toggle legend .x-form-radio { /*display: inline-block; /* fallback for IE8 */ position: relative; top: auto; left: auto; width: 13px; height: 13px; } .x-form-check-wrap .x-form-checkbox:hover + .x-form-cb-label:before, .x-form-check-wrap .x-form-checkbox:hover + .x-fieldset-header-text:before, .x-form-check-wrap .x-form-checkbox:focus + .x-form-cb-label:before, .x-form-check-wrap .x-form-checkbox:focus + .x-fieldset-header-text:before, .x-form-check-wrap input[type="checkbox"]:hover + .x-form-cb-label:before, .x-form-check-wrap input[type="checkbox"]:hover + .x-fieldset-header-text:before, .x-form-check-wrap input[type="checkbox"]:focus + .x-form-cb-label:before, .x-form-check-wrap input[type="checkbox"]:focus + .x-fieldset-header-text:before, .x-form-check-wrap .x-form-radio:hover + .x-form-cb-label:before, .x-form-check-wrap .x-form-radio:hover + .x-fieldset-header-text:before, .x-form-check-wrap .x-form-radio:focus + .x-form-cb-label:before, .x-form-check-wrap .x-form-radio:focus + .x-fieldset-header-text:before, .x-fieldset-checkbox-toggle legend .x-form-checkbox:hover + .x-form-cb-label:before, .x-fieldset-checkbox-toggle legend .x-form-checkbox:hover + .x-fieldset-header-text:before, .x-fieldset-checkbox-toggle legend .x-form-checkbox:focus + .x-form-cb-label:before, .x-fieldset-checkbox-toggle legend .x-form-checkbox:focus + .x-fieldset-header-text:before, .x-fieldset-checkbox-toggle legend input[type="checkbox"]:hover + .x-form-cb-label:before, .x-fieldset-checkbox-toggle legend input[type="checkbox"]:hover + .x-fieldset-header-text:before, .x-fieldset-checkbox-toggle legend input[type="checkbox"]:focus + .x-form-cb-label:before, .x-fieldset-checkbox-toggle legend input[type="checkbox"]:focus + .x-fieldset-header-text:before, .x-fieldset-checkbox-toggle legend .x-form-radio:hover + .x-form-cb-label:before, .x-fieldset-checkbox-toggle legend .x-form-radio:hover + .x-fieldset-header-text:before, .x-fieldset-checkbox-toggle legend .x-form-radio:focus + .x-form-cb-label:before, .x-fieldset-checkbox-toggle legend .x-form-radio:focus + .x-fieldset-header-text:before { color: #3697cd; } .x-form-check-wrap .x-form-checkbox:active + .x-form-cb-label:before, .x-form-check-wrap .x-form-checkbox:active + .x-fieldset-header-text:before, .x-form-check-wrap input[type="checkbox"]:active + .x-form-cb-label:before, .x-form-check-wrap input[type="checkbox"]:active + .x-fieldset-header-text:before, .x-form-check-wrap .x-form-radio:active + .x-form-cb-label:before, .x-form-check-wrap .x-form-radio:active + .x-fieldset-header-text:before, .x-fieldset-checkbox-toggle legend .x-form-checkbox:active + .x-form-cb-label:before, .x-fieldset-checkbox-toggle legend .x-form-checkbox:active + .x-fieldset-header-text:before, .x-fieldset-checkbox-toggle legend input[type="checkbox"]:active + .x-form-cb-label:before, .x-fieldset-checkbox-toggle legend input[type="checkbox"]:active + .x-fieldset-header-text:before, .x-fieldset-checkbox-toggle legend .x-form-radio:active + .x-form-cb-label:before, .x-fieldset-checkbox-toggle legend .x-form-radio:active + .x-fieldset-header-text:before { color: #2d86b7; } .x-form-check-wrap .x-form-checkbox + .x-form-cb-label:before, .x-form-check-wrap input[type="checkbox"] + .x-fieldset-header-text:before, .x-fieldset-checkbox-toggle legend .x-form-checkbox + .x-form-cb-label:before, .x-fieldset-checkbox-toggle legend input[type="checkbox"] + .x-fieldset-header-text:before { content: ""; } .x-form-check-wrap .x-form-checkbox:checked + .x-form-cb-label:before, .x-form-check-wrap input[type="checkbox"]:checked + .x-fieldset-header-text:before, .x-fieldset-checkbox-toggle legend .x-form-checkbox:checked + .x-form-cb-label:before, .x-fieldset-checkbox-toggle legend input[type="checkbox"]:checked + .x-fieldset-header-text:before { content: ""; padding-right: 0; /* accounts for the wider checked checkbox icon */ } .x-form-check-wrap .x-form-radio + .x-form-cb-label:before, .x-fieldset-checkbox-toggle legend .x-form-radio + .x-form-cb-label:before { content: ""; } .x-form-check-wrap .x-form-radio:checked + .x-form-cb-label:before, .x-fieldset-checkbox-toggle legend .x-form-radio:checked + .x-form-cb-label:before { content: ""; } /* .x-form-check-wrap */ .x-form-check-group, .x-form-radio-group { /*overflow: visible; /* do not cut off the bottom of the input elements */ overflow: hidden; /* visible causes horizontal scrollbars in vertical tabs */ } .x-form-check-group .x-column, .x-form-radio-group .x-column { /* we need this to have access to the first child */ } .x-form-check-group .x-column .x-form-item:first-child, .x-form-radio-group .x-column .x-form-item:first-child { padding: 4px 0 0 0; } /*.x-form-check-group-label { border-bottom: 1px solid $borderColor; color: $coreFieldLabelColor; }*/ /*.x-form-radio { margin-left: 1px; }*/ /* superboxselect / multi-select field */ .x-superboxselect { /*display: block;*/ height: auto !important; /* override the extjs default theme style of 18px */ margin: 0; outline: 0; /*overflow: hidden;*/ /*padding: 2px;*/ /*padding: 0 33px 0 0;*/ padding: 0 5px 5px 5px; /* special padding because selected items need margin-top */ position: relative; white-space: normal; /* make selected options wrap */ width: auto !important; /* prevents the right border to be cut off */ /* these buttons got the .x-form-trigger class assigned */ } .ext-strict .x-toolbar.x-small-editor .x-superboxselect { height: auto !important; /* override the extjs default theme style high specifiy + !important rule, wtf... */ } .x-superboxselect input[disabled] { /*background-color: transparent;*/ } .x-superboxselect ul { cursor: text; min-height: 20px; overflow: visible; /* prevent item box-shadow from being cut off */ padding-right: 61px; /* 2 * 30px for each .x-form-trigger + 1px border */ white-space: normal; /* make selected options wrap */ width: auto !important; /* override extjs width calculation */ } .x-toolbar .x-superboxselect ul { margin: -5px 0 0 -5px; /* fix for superbox selects in toolbars */ } .x-superboxselect ul li { /*color: $coreFieldLabelColor;*/ /*float: left;*/ /*line-height: 16px;*/ margin: 5px 5px 0 0; padding: 0; } .x-superboxselect ul li.x-superboxselect-item { /*@extend %secondary-button;*/ /*background-color: #DEE7F8;*/ /*border-radius: $borderRadius;*/ /*border: 1px solid #CAD8F3;*/ cursor: default; /* don't make the selected options appear like full buttons */ font-size: 12px; padding: 4px 18px 4px 4px !important; /* can somehow not override the extended rules */ position: relative; /* unnecessary as the hover styles are inherited from secondary-button */ /*&.x-superboxselect-item-hover { background: #BBCEF1; border: 1px solid #6D95E0; }*/ /* focus styles need to be defined as the item is an li element which normally doesn't get :focus */ } .x-superboxselect ul li.x-superboxselect-item.x-superboxselect-item-focus { background-color: #3697cd; box-shadow: 0 0 0 1px #3697cd; color: #FFF; } .x-superboxselect ul li.x-superboxselect-item .x-superboxselect-item-close { border: 0; color: inherit; cursor: pointer; display: inline-block; /*font-size: 1px;*/ outline: 0; /* fix firefox dotted outlines */ opacity: 0.6; filter: alpha(opacity=60); /* for IE <= 8 */ padding: 0; position: absolute; top: 0; right: 0; transition: opacity 0.25s; width: 16px; height: 100%; } .x-superboxselect ul li.x-superboxselect-item .x-superboxselect-item-close:before { box-sizing: border-box; content: ""; color: inherit; font-size: 14px; margin-top: -7px; /* half of the height to center vertically with top 50% */ position: absolute; top: 50%; right: 0; text-align: center; vertical-align: middle; width: 16px; } .x-superboxselect ul li.x-superboxselect-item .x-superboxselect-item-close:hover, .x-superboxselect ul li.x-superboxselect-item .x-superboxselect-item-close:focus { opacity: 1; filter: alpha(opacity=100); /* for IE <= 8 */ } .x-superboxselect ul li.x-superboxselect-input { display: inline-block; } .x-superboxselect ul li.x-superboxselect-input input { background: none; border: 0; line-height: 20px; outline: 0; /*.ext-ie & { margin-top: 1px; }*/ } .x-superboxselect.x-superboxselect-stacked li { box-sizing: border-box; margin: 5px 0 0 0; width: 100%; } .x-superboxselect .x-superboxselect-btns { overflow: visible; position: absolute; top: 0; right: 0; width: 61px; height: 100%; /* 61px account for the border of the clear button */ } .x-superboxselect .x-superboxselect-btns .x-superboxselect-btn-expand { border-radius: 0; right: 31px; /* account for the border of the clear button */ } .x-superboxselect .x-superboxselect-btns .x-superboxselect-btn-clear { border-left: 1px solid #E4E4E4; /* we need to style that separator border individually */ } .x-superboxselect .x-superboxselect-btns .x-superboxselect-btn-clear:before { content: ""; } .x-superboxselect .x-superboxselect-btns .x-superboxselect-btn-clear:hover { border-left: 1px solid #3697cd; } .x-superboxselect .x-superboxselect-btns .x-superboxselect-btn-clear:active { border-left: 1px solid #2d86b7; } /* .x-superboxselect */ /*} /* .x-form-element */ .inline-form { border: 0 none; padding: 15px 15px 0; } .inline-form label { color: #777777; display: block; font-weight: bold; margin-bottom: 2px; } .inline-form input[type=text], .inline-form textarea { background-color: #FBFBFB; background-image: none; border-radius: 3px; border: 1px solid #CCCCCC; position: relative; width: 97%; } .inline-form input[type=text] { font-size: 13px; height: 20px !important; padding: 5px; } /*span.required { color: #777; }*/ /*.modx-tv { margin: 0 0 4px 0; padding-bottom: 4px; width: 100%; }*/ /*#modx-tv-tabs .tv-last { border-bottom: 0 !important; padding-bottom: 0 !important; }*/ /*.modx-tv-label { display: inline-block; float: left; position: relative !important; width: auto; }*/ /*.modx-tv-label-title { float: left; display: inline-block; }*/ /*.modx-tv-label-description { display: inline-block; float: left; font-style: italic; font-weight: normal; padding-left: 5px; }*/ /* cannot find this class anywhere, leaving it for savety, but most likely broken when it appears */ .modx-tv-description { color: #555555; font-size: 10px; line-height: 1.2; margin-top: 2px !important; } /* TODO: is it used? -> exside: yes, but it ha a class of .modx-tv-reset */ .modx-tv-reload-btn { float: right; position: absolute; right: 19px; z-index: 10; } .modx-tv-reload-btn div { z-index: 10; } .modx-tv-th label { cursor: pointer; } .modx-tv-th .tv-description { color: #555555; font-size: 11px; font-weight: normal; } /*.modx-form .x-form-text, .modx-form .x-form-textarea { font-size: 14px; }*/ /*.modx-form .x-form-text { height: 20px !important; padding: 5px; }*/ /*.modx-form .x-form-item label { color: #505050; font-size: 14px; }*/ /*.x-form-check-wrap { height: auto !important; } .x-form-check-wrap .x-form-cb-label { color: #777; font-weight: normal; }*/ /*.x-form-field { font: $baseText; }*/ /*.x-form-select-one { background-color: #fff; border-color: #c5c5c5; }*/ .x-editor .x-form-check-wrap { background-color: #fff; } /* fix combo on grid editor bug */ .x-grid-editor .x-form-field-wrap { background: #f6f2f7 url("../images/modx-theme/form/combo-bck.png") repeat-x scroll 0px 100%; } .x-grid-editor .x-form-field-wrap input { background-color: transparent !important; } .x-grid-editor .x-form-field-wrap img { background-color: white; background-image: url("../images/modx-theme/form/trigger.png"); } /*.x-small-editor .x-form-field-wrap { background: $lighterGray; border-radius: $borderRadius; }*/ /*.x-small-editor .x-form-field-wrap .x-form-trigger { border: 0 none !important; right: -3px; height: 24px !important; width: 32px; }*/ /*.x-small-editor .x-form-field-wrap .x-form-trigger-over { background-color: #f3f3f3; background-position: right; }*/ /*.x-small-editor .x-form-field-wrap .x-form-arrow-trigger { background: url($imgPath + 'modx-theme/form/trigger.png') no-repeat scroll left center transparent; } .x-small-editor .x-form-field-wrap .x-form-trigger.x-form-trigger-over { background-position: center center; } .x-small-editor .x-form-field-wrap .x-form-trigger.x-form-trigger-click { background-position: right center; } .x-form-field-wrap .x-form-date-trigger, .x-small-editor .x-form-field-wrap .x-form-date-trigger { background-image: url($imgPath + 'modx-theme/form/calendar.png'); }*/ /*.x-form-field-wrap .x-form-clear-trigger { background-image: url($imgPath + 'modx-theme/form/clear-trigger.gif'); } .x-form-field-wrap .x-form-search-trigger { background-image: url($imgPath + 'modx-theme/form/search-trigger.gif'); }*/ /*.ext-strict .x-small-editor .x-form-text { border-radius: $borderRadius; height: 20px !important; }*/ /*.x-viewport .x-trigger-wrap-focus .x-form-focus { outline: none !important; }*/ /*.ext-gecko .x-form-text, .ext-ie8 .x-form-text { padding: 5px; }*/ /*.ext-safari .x-form-invalid { background-color: #fee; border-color: #ff7870; }*/ /*.x-form-inner-invalid, textarea.x-form-inner-invalid { background-color: #fff; background-image: url($imgPath + 'modx-theme/grid/invalid_line.gif'); }*/ .x-form-grow-sizer { font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } .x-form-invalid-msg { color: #c0272b; font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; margin-top: 2px; position: relative; min-width: 95%; } .x-form-invalid-msg:before { content: ""; /* : "\f071" */ position: absolute; top: 3px; left: 3px; color: inherit; } .x-form-empty-field { color: gray; } .x-grid3 .x-small-editor .x-form-text, .x-grid3 .x-small-editor .x-form-field-wrap { font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; margin-top: 7px; padding: 2px 5px 2px 5px; } .x-grid3 .x-small-editor .x-form-text .x-form-text, .x-grid3 .x-small-editor .x-form-field-wrap .x-form-text { margin: 0; padding: 0; } .x-grid3 .x-small-editor .x-form-text { /*margin-top: 7px;*/ } .x-grid3 .x-small-editor .x-form-field-wrap { overflow: hidden; } /*.x-form-invalid-icon { background-image: url($imgPath + 'modx-theme/form/exclamation.gif'); }*/ /* the following styles have to be outside of their component blocks as they are inserted at the end of the DOM */ .x-combo-list { border: 0; /* set the border on .x-combo-list-inner */ border-radius: 0 0 3px 3px; overflow: visible; /* prevent the left/right borders of .x-combo-list-inner to be cut off */ /* the pagination toolbar inside a combobox has 2 buttons left, text, pagenumberfield, text, 2 buttons */ /* this information is important to understand the following code with uses sibling selectors for IE8 compat */ /* the small resize handle bottom right */ } .x-combo-list .x-combo-list-inner { background-color: #FFF; border: 1px solid #3697cd; /* apply the border here as we move this element 1px left to be in line with the combobox border */ border-radius: 0 0 3px 3px; margin-left: -1px; /* we cannot use this on the .x-combo-list element as it's used for position calculation */ width: 100% !important; /* override extjs calculated inline dimensions and stretch to container */ } .x-combo-list .x-combo-list-item { border: 0; padding: 5px; color: #555555; min-height: 18.2px; } .x-combo-list .x-combo-list-item.x-combo-selected { background-color: #e8f0f8; border: 0 !important; /* override !important extjs default theme style */ } .x-combo-list .x-toolbar { border: 0; border-radius: 0 0 3px 3px; box-shadow: 0 0 0 1px #3697cd; margin-top: -1px; position: relative; /* the first button << */ /* the first text cell, "Page" */ /* the second text cell, "of X" */ /* the last regular button >>, yes, I know it's ugly but tell that Microsoft and say thanks for IE8 =) */ /* the refresh button */ } .x-combo-list .x-toolbar .x-toolbar-ct { padding: 5px 0 15px 0; } .x-combo-list .x-toolbar .x-toolbar-left table { margin: 0 auto; /* center the buttons regardless of listWidth */ } .x-combo-list .x-toolbar .x-toolbar-cell { display: inline-block; /* make table cells act as block elements^^, dont look at me... =) */ /* nested to override normal toolbar rules */ } .x-combo-list .x-toolbar .x-toolbar-cell .x-btn, .x-combo-list .x-toolbar .x-toolbar-cell .x-form-text { background: transparent; box-shadow: none; font-size: 10px; line-height: 16px; margin-right: 2px; min-height: 16px; padding: 2px; } .x-combo-list .x-toolbar .x-toolbar-cell .x-btn { padding: 1px; transition: color 0.25s; } .x-combo-list .x-toolbar .x-toolbar-cell .x-btn.x-btn-over, .x-combo-list .x-toolbar .x-toolbar-cell .x-btn:hover, .x-combo-list .x-toolbar .x-toolbar-cell .x-btn:focus { color: #3697cd; } .x-combo-list .x-toolbar .x-toolbar-cell .x-btn.x-btn-click, .x-combo-list .x-toolbar .x-toolbar-cell .x-btn:active { color: #2d86b7; } .x-combo-list .x-toolbar .x-toolbar-cell .x-btn.x-item-disabled { color: #555555; opacity: 0.4; } .x-combo-list .x-toolbar .x-toolbar-cell .x-btn button:before { line-height: 20px; top: 0; left: 0; right: 0; } .x-combo-list .x-toolbar .x-toolbar-cell .x-form-text { background: #FBFBFB; width: 23px; } .x-combo-list .x-toolbar .xtb-text { font-size: 10px; line-height: 1; margin: 0 auto; padding: 0; text-align: center; } .x-combo-list .x-toolbar .x-toolbar-cell:first-child .x-btn { margin-left: 1px; } .x-combo-list .x-toolbar .x-toolbar-cell + .x-toolbar-cell + .x-toolbar-cell .xtb-text { display: none; position: absolute; top: 2px; right: 0; left: 0; } .x-combo-list .x-toolbar .x-toolbar-cell + .x-toolbar-cell + .x-toolbar-cell + .x-toolbar-cell + .x-toolbar-cell .xtb-text { display: inline-block; position: absolute; top: auto; right: 0; bottom: 4px; left: 0; } .x-combo-list .x-toolbar .x-toolbar-cell + .x-toolbar-cell + .x-toolbar-cell + .x-toolbar-cell + .x-toolbar-cell + .x-toolbar-cell + .x-toolbar-cell + .x-toolbar-cell + .x-toolbar-cell .x-btn { margin-right: 0; } .x-combo-list .x-toolbar .x-toolbar-cell:last-child { opacity: 0; transition: opacity 0.25s; } .x-combo-list .x-toolbar .x-toolbar-cell:last-child .x-btn { font-size: 12px; line-height: 1; margin: 0; opacity: 0.4; padding: 0; position: absolute; bottom: 2px; right: 1px; } .x-combo-list .x-toolbar .x-toolbar-cell:last-child .x-btn:hover { opacity: 1; } .x-combo-list .x-toolbar .x-toolbar-cell:last-child .x-btn button { width: 16px; height: 16px; } .x-combo-list .x-toolbar .x-toolbar-cell:last-child .x-btn button:before { font-size: 12px; } .x-combo-list .x-toolbar:hover .x-toolbar-cell:last-child { opacity: 1; } .x-combo-list .x-resizable-handle-southeast { bottom: 1px; right: 3px; } .x-combo-list-hd { background-image: url("../images/modx-theme/layout/panel-title-light-bg.gif"); border-bottom-color: #bcbcbc; color: #464646; } /*.x-resizable-pinned .x-combo-list-inner { border-bottom-color: transparent; }*/ .x-combo-list-small { font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } /* this is the dropdown list to select the options, it's outside of the main superboxselect wrapper */ /*.x-superboxselect-list { }*/ /* The date TV calendar styles */ .x-date-picker, .x-date-mp { background-color: #FBFBFB; } .x-date-picker .x-btn, .x-date-picker .x-date-mp-ok, .x-date-picker .x-date-mp-cancel, .x-date-mp .x-btn, .x-date-mp .x-date-mp-ok, .x-date-mp .x-date-mp-cancel { border: 0; padding: 5px 10px 5px 10px; margin: 0 0 0 7px; } .x-date-picker .x-btn:first-child, .x-date-picker .x-date-mp-ok:first-child, .x-date-picker .x-date-mp-cancel:first-child, .x-date-mp .x-btn:first-child, .x-date-mp .x-date-mp-ok:first-child, .x-date-mp .x-date-mp-cancel:first-child { margin: 0; } .x-date-picker .x-btn button, .x-date-picker .x-date-mp-ok button, .x-date-picker .x-date-mp-cancel button, .x-date-mp .x-btn button, .x-date-mp .x-date-mp-ok button, .x-date-mp .x-date-mp-cancel button { font-size: 11px; font-style: normal; margin: 0; } .x-date-picker .x-date-mp-ok, .x-date-picker .x-date-mp-cancel, .x-date-mp .x-date-mp-ok, .x-date-mp .x-date-mp-cancel { height: 16px; } .x-date-middle { padding: 5px 3px 5px 3px; } .x-date-right a, .x-date-left a, .x-date-mp-ybtn a.x-date-mp-prev, .x-date-mp-ybtn a.x-date-mp-next { display: inline-block; opacity: .6; filter: alpha(opacity=60); /* for IE <= 8 */ margin: 0 auto; position: relative; transition: opacity 0.25s; } .x-date-right a:before, .x-date-left a:before, .x-date-mp-ybtn a.x-date-mp-prev:before, .x-date-mp-ybtn a.x-date-mp-next:before { box-sizing: border-box; color: #3697cd; content: ''; font-size: 18px; position: absolute; top: 0; left: 0; text-align: center; vertical-align: middle; width: 18px; height: 18px; } .x-date-right a:hover, .x-date-left a:hover, .x-date-mp-ybtn a.x-date-mp-prev:hover, .x-date-mp-ybtn a.x-date-mp-next:hover { opacity: 1; filter: alpha(opacity=100); /* for IE <= 8 */ } .x-date-right a:before, .x-date-mp-ybtn a.x-date-mp-next:before { content: ""; left: auto; right: 0; } .x-date-left a:before, .x-date-mp-ybtn a.x-date-mp-prev:before { content: ""; } .x-date-inner { margin: 0 auto; } .x-date-inner th { border-bottom-color: #E4E4E4; color: #555555; font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; font-weight: bold; } .x-date-inner td, .x-date-mp td { background-color: #FFF; border: 0; font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; padding: 1px; } .x-date-inner a, td.x-date-mp-month a, td.x-date-mp-year a { border-radius: 3px; color: #999999; font: inherit; font-weight: bold; } td.x-date-mp-month a, td.x-date-mp-year a { margin: 0 3px 0 3px; } .x-date-inner a:hover, .x-date-inner .x-date-prevday a:hover, .x-date-inner .x-date-nextday a:hover, .x-date-inner .x-date-disabled a:hover, td.x-date-mp-month a:hover, td.x-date-mp-year a:hover { background-color: #DCDCDC; color: #555555; } .x-date-inner .x-date-disabled a { background-color: #E4E4E4; color: #999999; } .x-date-inner .x-date-active { color: #081922; } .x-date-inner .x-date-today a { border-color: #3697cd; } .x-date-inner span { font-style: normal; /* prevent italic font style because of em */ } .x-date-inner .x-date-active span, .x-date-inner .x-date-selected span { font-weight: bold; } .x-date-inner .x-date-selected a, td.x-date-mp-sel a { background-color: #3697cd; /*background-image: none;*/ border-color: #FFF; color: #FFFFFF; } .x-date-inner .x-date-prevday a, .x-date-inner .x-date-nextday a { color: #DCDCDC; } .x-date-bottom, .x-date-mp-btns { border-top: 1px solid #E4E4E4; padding: 5px; } .x-date-bottom td, .x-date-mp-btns td { background-color: transparent; border-top: 1px solid #E4E4E4; } td.x-date-mp-sep { border-right: 1px solid #E4E4E4; } .x-date-mmenu { background-color: #eee !important; } .x-date-mmenu .x-menu-item { color: #081922; font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } /*.x-date-mp { background-color: $white; }*/ /*.x-date-mp td { font: $fontSmall; }*/ /*.x-date-mp-btns button { background-color: #373737; border-color: #686868 #101010 #101010 #686868; color: #fff; font: $fontSmall; }*/ /*.x-date-mp-btns { background-color: #ebebeb; background-image: url($imgPath + 'modx-theme/shared/glass-bg.gif'); }*/ /*.x-date-mp-btns td { border-top-color: #DFDFDF; }*/ /*td.x-date-mp-month a, td.x-date-mp-year a { color: #464646; }*/ /*td.x-date-mp-month a:hover, td.x-date-mp-year a:hover { background-color: #DFDFDF; color: #464646; }*/ /*td.x-date-mp-sel a { background-color: #ebebeb; background-image: url($imgPath + 'modx-theme/shared/glass-bg.gif'); border-color: #afafaf; }*/ /*.x-date-mp-ybtn a { background-image: url($imgPath + 'modx-theme/panel/tool-sprites.gif'); }*/ .radio-version .x-form-check-wrap .x-form-cb-label { display: block; } .radio-version .x-form-check-wrap .x-form-cb-label .changelog { float: right; } /* needs to come after the button styles! */ /* tvs panel */ #modx-tv-tabs { width: 100%; } /* top area around the tab strip */ .x-tab-panel-noborder { border: 1px solid #E2E3DE; margin: 20px 0 20px; overflow: visible; /* background behind a button bar */ } .x-tab-panel-noborder .x-tab-panel-body-noborder { background-color: #FFF; border-radius: 3px; } /* main tabs */ .x-tab-panel-header, .x-tab-panel-footer { border: 0; position: relative; } .x-tab-panel-header ul.x-tab-strip { background-color: transparent !important; /* override !important extjs default theme style */ /*border-bottom-color: $white;*/ border: 0; /* prevent overflowing border, add to .x-tab-strip-wrap if necessary */ margin: 0; /* was -1px */ /*width: auto; /* this prevents tabs from triggering the scroll functionality */ position: relative; top: 1px; } .x-tab-panel-header-plain .x-tab-strip-spacer, .x-tab-panel-footer-plain .x-tab-strip-spacer { /*background-color: #fff;*/ border: none; height: 0; /*margin: -2px 0 0 0; /* was -2px 0 0 -1px */ } .x-tab-panel { /* take care of nested tab panels as seen in MIGX */ } .x-tab-panel .x-tab-panel { padding-top: 18px; /* 15px + 3px for the active tab box-shadow on top */ } .x-tab-panel .x-tab-panel.vertical-tabs-panel { padding-top: 0; /* do not add that padding to vertical tabs panels */ } .x-tab-panel .x-tab-panel .x-tab-strip-wrap { /*background-color: $lighterGray;*/ padding: 2px 0 0 0; /* revert padding from main tabs for nested ones */ margin: 0; /* revert margin from main tabs for nested ones */ } .x-tab-panel .x-tab-panel .x-tab-strip-wrap .x-tab-strip { background-color: #FBFBFB !important; /* override !important rule defined by extjs default theme */ } .x-tab-panel .x-tab-panel .x-tab-panel-body { /*border-top: 1px solid $softGray;*/ } .x-tab-panel-header, .x-tab-strip { padding-left: 0; /* was 1px */ } .x-tab-panel-bwrap { box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); border-radius: 3px; overflow: visible; /* prevent cut off box-shadow */ /* no box-shadows on nested tab panels, MIGX for example */ } .x-tab-panel-bwrap .x-tab-panel-bwrap { box-shadow: none; } .x-tab-strip li { background-color: transparent; color: #3697cd; cursor: pointer; font: 14px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; line-height: 2.2; margin: 1px 0 1px 2px; padding: 0 12px; position: relative; z-index: 5; } .x-tab-strip li:hover { background-color: transparent; color: #1f5c7e; } .x-tab-strip li.x-tab-strip-active { color: #1A7FB8; background-color: #FFF; box-shadow: 0 -3px 0 #3697cd, -1px 0 0 transparent; cursor: default; margin: 0 0 0 2px; padding-bottom: 2px; /* For the box shadow around the tab */ /* Hide the bottom part of the tab box-shadow */ } .vertical-tabs-header .x-tab-strip li.x-tab-strip-active { border-radius: 0; } .x-tab-strip li.x-tab-strip-active:after { border-radius: 3px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); content: ''; display: block; position: absolute; top: -3px; right: 0; bottom: 1px; left: 0; z-index: -1; } .x-tab-strip li.x-tab-strip-active:before { background: #FFF; content: ''; display: block; position: absolute; top: 90%; right: 0; bottom: -4px; left: 0; } .x-tab-strip li.x-tab-strip-active:hover { background-color: #FFF; } .x-tab-strip li.x-tab-edge { height: 0; visibility: hidden; /* display none makes the tab scroll buttons appear somehow */ } .x-tab-strip-wrap, .x-tab-panel-header, .x-tab-panel { overflow: visible; border: none; } .x-tab-strip-wrap { overflow: hidden; padding: 2px 5px 0px 5px; /* keep the tab box-shadows visible */ margin-left: -5px; /* and move the tab strip back into place */ } .x-tab-strip-closable { padding-right: 15px !important; } .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close { right: 2px; background-image: url("../images/modx-theme/tabs/tab-close.gif"); } ul.x-tab-strip-top li:first-child { /*margin-left: -1px*/ margin-left: 0; } ul.x-tab-strip-bottom { background-color: #f4f4f4; border-top-color: #dfdfdf; } ul.x-tab-strip-bottom .x-tab-right { background-image: url("../images/modx-theme/tabs/tab-btm-inactive-right-bg.gif"); } ul.x-tab-strip-bottom .x-tab-right .x-tab-right { background-image: url("../images/modx-theme/tabs/tab-btm-right-bg.gif"); } ul.x-tab-strip-bottom .x-tab-right .x-tab-left { background-image: url("../images/modx-theme/tabs/tab-btm-left-bg.gif"); } ul.x-tab-strip-bottom .x-tab-left { background-image: url("../images/modx-theme/tabs/tab-btm-inactive-left-bg.gif"); } .x-tab-panel-body { background-color: #FFF; border: 0; overflow: visible; } /*.x-tab-panel-body-top { border-top: 0 none; }*/ /*.x-tab-panel-body-bottom { border-bottom: 0 none; }*/ .x-tab-scroller-left, .x-tab-scroller-right { border: 0; /*background-image: url($imgPath + 'modx-theme/tabs/scroll-left.gif'); border-bottom-color: #dfdfdf;*/ } .x-tab-scroller-left:before, .x-tab-scroller-right:before { box-sizing: border-box; color: #556C88; content: ''; font-size: 28px; margin-top: -14px; /* half of the height to center vertically with top 50% */ opacity: 1; filter: alpha(opacity=100); /* for IE <= 8 */ position: absolute; top: 50%; right: 0; text-align: center; width: 18px; transition: opacity 0.25s; } .x-tab-scroller-left-over:before, .x-tab-scroller-right-over:before { color: #3697cd; } .x-tab-scroller-left-disabled, .x-tab-scroller-right-disabled { cursor: default; } .x-tab-scroller-left-disabled:before, .x-tab-scroller-right-disabled:before { color: #556C88; opacity: 0.4; filter: alpha(opacity=100); /* for IE <= 8 */ } .x-tab-scroller-left:before { content: ""; } .x-tab-scroller-right:before { content: ""; } /*.x-tab-scroller-left-over { background-position: 0 0; }*/ /*.x-tab-scroller-left-disabled { background-position: -18px 0; cursor: default; }*/ /*.x-tab-scroller-right { background-image: url($imgPath + 'modx-theme/tabs/scroll-right.gif'); border-bottom-color: #dfdfdf; }*/ .x-tab-panel-bbar .x-toolbar, .x-tab-panel-tbar .x-toolbar { border-color: #dfdfdf; } .x-tab-panel-body-noborder .x-panel-body-noheader:first-child { border-top: 0 none; } .x-tab-panel-bbar-noborder .x-toolbar { border-top-color: transparent; } .x-tab-panel-tbar-noborder .x-toolbar { border-bottom-color: transparent; } /* vertical tabs */ .vertical-tabs-panel { background-color: #FFF; margin: 0; /* remove top and bottom margin */ overflow: hidden; /* dirty hack to make vertical tabs container stretch to bottom */ /* this is the area where the TV form fields are displayed */ } .vertical-tabs-panel.wrapped { border: 1px solid #E4E4E4; } .vertical-tabs-panel .vertical-tabs-header { background: #FBFBFB !important; /* ovverride extjs default theme */ border-right: 1px solid #E4E4E4 !important; /* ovverride extjs default theme */ float: left; margin-bottom: -10000px; /* dirty hack to make vertical tabs container stretch to bottom */ padding-bottom: 10000px !important; /* dirty hack to make vertical tabs container stretch to bottom */ width: 168px !important; /* aligns the vertical tabs with the TVs tab left edge, will not work that nicely with non-english langs */ /* the "categories" text */ } .vertical-tabs-panel .vertical-tabs-header .x-tab-strip-wrap { background-color: transparent; /* as vertical tab panels are nested ones too, do not apply the background color for nested tab panels */ display: inline-block; line-height: 0; margin: 0; /* neutralize the horizontal tab scroller fix */ padding: 0; /* neutralize the horizontal tab scroller fix */ width: auto !important; /* Overrides extjs inline width */ } .vertical-tabs-panel .vertical-tabs-header .x-tab-strip-wrap ul.x-tab-strip { border: 0; /* overrides extjs default theme */ display: inline-block; top: 0; /* overrides extjs default theme style of 1px */ width: auto; } .vertical-tabs-panel .vertical-tabs-header .x-tab-strip-wrap ul.x-tab-strip > li { border-right: 1px solid #E4E4E4; border-bottom: 1px solid #E4E4E4; color: #555555; float: none; line-height: 1; margin: 0; /* override default extjs theme value of 2px */ overflow: hidden; padding: 10px 15px 10px 15px; transition: background-color 0.25s, color 0.25s; } .vertical-tabs-panel .vertical-tabs-header .x-tab-strip-wrap ul.x-tab-strip > li:hover { background: #FFF; } .vertical-tabs-panel .vertical-tabs-header .x-tab-strip-wrap ul.x-tab-strip > li.x-tab-strip-active { background: #FFF; border-color: #3697cd; border-right-color: #FFF; box-shadow: none; /* removes the active tab strip on top */ color: #1A7FB8; width: 168px; /* make the active li 1px more wide to cover the containers right border, this makes the right border on inactive tabs necessary as the whole tab-strip wrap gets wider */ } .vertical-tabs-panel .vertical-tabs-header .x-tab-strip-wrap ul.x-tab-strip > li.x-tab-edge { height: 0; visibility: hidden; /* display none makes the tab scroll buttons appear somehow */ } .vertical-tabs-panel .vertical-tabs-header .x-tab-strip-wrap ul.x-tab-strip > li.x-tab-edge .x-tab-strip-text { display: none; /* prevent 4px high space at the end of the tab strip */ } .vertical-tabs-panel .vertical-tabs-header .x-tab-strip-wrap ul.x-tab-strip > li .x-tab-strip-text { line-height: 1.4; padding: 2px 0 2px 0; word-break: break-all; white-space: pre-wrap; } .vertical-tabs-panel .vertical-tabs-header h4 { background: #FFF; /*border-right: 1px solid $borderColor;*/ border-bottom: 1px solid #E4E4E4; color: #53595F; font-size: 16px; padding: 15px 0 15px 15px; } .vertical-tabs-panel .vertical-tabs-header .x-tab-strip-spacer { display: none; /* added by extjs */ } .vertical-tabs-panel .x-tab-panel-bwrap { box-shadow: none; } .vertical-tabs-panel .x-tab-panel-bwrap .x-tab-panel-body { border-top: 0; width: auto !important; /* Overrides extjs inline width */ } .vertical-tabs-panel .x-tab-panel-bwrap .vertical-tabs-body { border: 0; /* do not add the top border for nested tabs panels */ padding: 15px 20px 15px 15px; /* 20px account for too wide form fields (no border-box) */ /*.tvs-wrapper & {*/ /*padding: 15px 20px 15px 30px; /* 30px account for the tv reset icon */ /*}*/ } .tvs-wrapper.below-content { border-radius: 3px; margin-top: 20px; } .tvs-wrapper.below-content .vertical-tabs-panel { border-radius: 3px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); } .window-vtabs .x-panel-mr { padding-right: 0px; } .window-vtabs .vertical-tabs-panel { width: 100% !important; margin: 0px; } /* Main MODX Manager navbar */ #modx-header { background: #3f4850; height: 55px; max-height: 55px; } @media screen and (max-width: 640px) { #modx-header { height: auto !important; } } #modx-navbar { background-image: linear-gradient(to right, #3f4850 0%, #365462 46%, #3e5554 60%, #42554d 68%, #573d4e 100%); box-shadow: 0 2px 0 #E4E4E4; height: 100%; position: relative; z-index: 20; } @media screen and (max-width: 640px) { #modx-navbar { box-shadow: none; } } #modx-user-menu { float: right; margin-right: 15px; } #modx-navbar { font-weight: bold; font: normal 13px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } #modx-topnav { float: left; list-style: none; margin: 0; padding: 0; } @media screen and (max-width: 640px) { #modx-topnav { float: none; } } #modx-topnav li { border-right: 1px solid #2F4150; } #modx-navbar li, #modx-navbar a { background: transparent; float: left; margin: 0; padding: 0; position: relative; } #modx-navbar li:hover { z-index: 10000; } #modx-navbar a { color: #FFF; cursor: pointer; display: block; line-height: 55px; padding: 0 15px; text-decoration: none; } #modx-topnav { /* refactor :not selector to work in IE8 */ } @media screen and (max-width: 960px) { #modx-topnav > li:not(#modx-home-dashboard):not(#modx-manager-search-icon) > a { text-indent: -99999em; display: block; height: 100%; position: relative; width: 1em; } #modx-topnav > li:not(#modx-home-dashboard):not(#modx-manager-search-icon) > a:after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-indent: 0; display: block; text-align: center; line-height: 55px; font-size: 16px; } } @media screen and (max-width: 960px) { #modx-topnav #limenu-site > a:after { content: ""; /* "\f0f6" */ } #modx-topnav #limenu-media > a:after { content: ""; /* "\f03e" */ } #modx-topnav #limenu-components > a:after { content: ""; /* "\f1b2" */ } #modx-topnav #limenu-manage > a:after { content: ""; /* "\f1de" */ } } @media screen and (max-width: 1024px) { #user-username { display: none; } } @media screen and (max-width: 1024px) { #limenu-user { height: 55px; } } #modx-navbar .top { padding-right: 15px; } #modx-navbar .top:after { border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #60727c; position: absolute; content: ' '; right: 12px; top: 26px; } #modx-navbar .sub:after { border: 5px solid transparent; border-left: 5px solid #60727c; position: absolute; content: ' '; right: 12px; top: 24px; } #modx-user-menu li.top > a, #modx-topnav li.top > a { cursor: default; } #modx-user-menu li.top > a.top-link, #modx-topnav li.top > a.top-link { cursor: pointer; } #modx-topnav > li.top > a, #modx-user-menu > li.top > a { border-left: 1px solid transparent; border-right: 1px solid transparent; } #modx-topnav > li.top:hover > a, #modx-user-menu > li.top:hover > a { /*padding-bottom: 1px;*/ /* prevent the top nav li right border to bleed into the content */ z-index: 10001; } #modx-navbar li:hover a:hover.modx-help { color: #3697cd; } #modx-navbar #modx-user-menu ul.modx-subnav { left: auto; right: 0; } #modx-navbar ul.modx-subnav { border-radius: 0 3px 3px 3px; border: 1px solid #2F4150; border-top: 0; float: left; left: -1px; /* be in line with the topnav item left border */ line-height: 1.1; list-style: none; margin: 0; padding: 0; position: absolute; top: 54px; z-index: 10000; opacity: 0; filter: alpha(opacity=0); /* for IE <= 8 */ visibility: hidden; } #modx-navbar ul.modx-subnav ul.modx-subsubnav { border-radius: 0 3px 3px 3px; border: 1px solid #2F4150; border-top: 0; display: none; list-style: none; padding-left: 0; position: absolute; left: 270px; top: -1px; z-index: 24; } #modx-navbar #modx-home-dashboard { background-image: url("../images/modx-icon-color.png"); background-image: url("../images/modx-icon-color.svg"), none; background-position: center center; background-repeat: no-repeat; background-size: 40px 40px; width: 50px; border-right: none; margin-left: 21px; image-rendering: optimizequality; } #user-avatar img { border-radius: 20px; margin: 8px 10px 0 0; height: 40px; width: 40px; display: block; float: left; } /*#user-username { }*/ #modx-navbar #modx-home-dashboard a { overflow: hidden; padding: 0; text-indent: -9999px; width: 100%; } #modx-navbar #modx-home-dashboard:hover a { background-color: transparent; } /*#modx-navbar #modx-home-dashboard:hover { background-color: $navbarHover; }*/ #modx-navbar li:hover ul.modx-subnav { visibility: visible; opacity: 1; filter: alpha(opacity=100); /* for IE <= 8 */ transition: all .15s ease; transition-delay: .5s; } #modx-navbar ul.modx-subnav li { background: #2B3948; border-top: 1px solid #192B3E; /* have to border on top to prevent double borders on bottom */ border-right: 0; /* do not inherit the right border from topnav li's */ clear: both; margin: 0; padding: 0; } /* #modx-navbar ul.modx-subnav li:first-child a { @include background(linear-gradient($navbarHover, $navbarDrop) top repeat); } */ /* #modx-navbar ul.modx-subnav li a { border-top:1px solid $navbarDrop; border-bottom:1px solid $navbarDrop; } */ #modx-navbar ul.modx-subnav li a { background-color: #2B3948; color: #C9D4E1; float: left; font-weight: bold; line-height: 1.5; margin: 0; padding: 8px 15px; text-shadow: none; width: 240px; } #modx-navbar ul.modx-subnav li a:hover { background: #3E5268; border-top-color: #192B3E; border-bottom-color: #192B3E; color: #FFF; } #modx-navbar ul.modx-subnav li a:hover .description { color: #a0d9f0; } #modx-navbar ul.modx-subnav li:first-child a { border-top-width: 0; } #modx-navbar ul.modx-subnav li:last-child a { border-bottom-width: 0; } #modx-navbar ul.modx-subnav li a span { color: #5ABCE5; display: block; float: none; font-size: 12px; font-weight: normal; line-height: 1.3; margin-top: 6px; width: 100%; } #modx-navbar ul.modx-subnav li:first-child, #modx-navbar ul.modx-subnav li:first-child a { border-radius: 0 3px 0 0; } #modx-navbar ul.modx-subnav ul li:first-child, #modx-navbar ul.modx-subnav ul li:first-child a { border-radius: 0 3px 0 0; } #modx-navbar ul.modx-subnav ul li:last-child, #modx-navbar ul.modx-subnav ul li:last-child a { border-radius: 0 0 3px 0; } #modx-navbar ul.modx-subnav ul ul li:last-child, #modx-navbar ul.modx-subnav ul ul li:last-child a { border-radius: 0 0 3px 3px; } #modx-navbar ul.modx-subnav li:hover ul ul, #modx-navbar ul.modx-subnav ul li:hover ul ul, #modx-navbar ul.modx-subnav ul ul li:hover ul ul { display: none; } #modx-navbar ul.modx-subnav li:hover ul, #modx-navbar ul.modx-subnav ul li:hover ul, #modx-navbar ul.modx-subnav ul ul li:hover ul, #modx-navbar ul.modx-subnav ul ul ul li:hover ul { display: block; } .ext-ie7 #modx-header { position: relative; z-index: 10; } #modx-site-info { padding: 13px 5px 0 5px !important; border-right: 0 !important; width: 175px; } @media screen and (max-width: 960px) { #modx-site-info { display: none; } } #modx-site-info .site_name { color: #fff; } #modx-site-info .full_appname { color: #ccc; font-style: italic; } #modx-site-info > .info-item { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* MODX MANAGER SEARCH */ #modx-manager-search-icon a { padding-left: 0; } @media screen and (max-width: 960px) { #modx-manager-search-icon a { padding-left: 10px; padding-right: 10px; } } #modx-manager-search-icon .icon-search { color: rgba(255, 255, 255, 0.25); } #modx-manager-search-icon .icon-square { color: rgba(0, 0, 0, 0.25); } #modx-manager-search-icon :hover .icon { transition: color 0.25s; } #modx-manager-search-icon :hover .icon-search { color: white; } #modx-manager-search-icon :hover .icon-square { color: rgba(0, 0, 0, 0.5); } #modx-manager-search { padding: 10px 10px 5px; height: 38px; min-width: 255px; visibility: hidden; background: #2B3948; border: 1px solid #192B3E; border-top: 0; position: absolute; top: 55px; left: 26px; /* up arrow connecting modx-manager-search-icon to the search field */ /*@include media($gtDesktop) { min-width:255px; } > { .x-form-field-trigger-wrap { @include media($desktop) { max-width:260px !important; } } }*/ } #modx-manager-search.visible { visibility: visible; } @media screen and (max-width: 640px) { #modx-manager-search { padding-right: 25px; top: auto; left: 0; right: 0; min-width: 0; } #modx-manager-search.visible { position: relative; } } @media screen and (max-width: 640px) { #modx-manager-search .x-form-field-wrap { width: auto !important; display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; } #modx-manager-search .x-form-field-wrap #modx-uberbar { -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; -ms-flex-positive: 1; } #modx-manager-search .x-form-field-wrap .x-form-arrow-trigger { position: relative; top: auto; } #modx-manager-search .x-form-field-wrap .x-form-arrow-trigger:before { position: relative; margin-top: 0; top: auto; line-height: 30px; } } #modx-manager-search:after { content: ''; display: block; position: absolute; top: -20px; left: 235px; border: 11px solid transparent; border-bottom: 11px solid #2B3948; } @media screen and (max-width: 960px) { #modx-manager-search:after { left: 60px; } } @media screen and (max-width: 640px) { #modx-manager-search:after { left: 15px; } } #modx-manager-search .x-form-text { background: none; /* prevent white searchfield background */ } @media screen and (max-width: 640px) { #modx-manager-search .x-form-text { width: auto !important; } } #modx-manager-search .x-form-field-wrap { background: rgba(0, 0, 0, 0.25); background-image: none; border: 1px solid transparent; /* make sure the search field has the same dimensions as other input fields */ border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px 0 inset; /*overflow: hidden;*/ /* prevents .x-form-trigger box-shadow from overlapping the transparent border */ color: #565353; font-size: 12px; /*height: auto;*/ /* no need for this */ outline: none !important; /*text-shadow: none;*/ /* there are no text-shadow styles anymore */ } #modx-manager-search .x-form-field-wrap .x-form-text { color: #C9D3E0; letter-spacing: 0; text-shadow: none; font-weight: normal; } #modx-manager-search .x-form-field-wrap .x-form-empty-field { /*color: rgba(90, 106, 121, 1);*/ color: #6a747a; } #modx-manager-search .x-form-field-wrap.x-trigger-wrap-focus, #modx-manager-search .x-form-field-wrap:hover { /*@include transition(background-color, 360ms, ease-in); @include transition-delay(0); background: $lighterGray;*/ background-color: rgba(0, 0, 0, 0.5); } #modx-manager-search .x-form-field-wrap .x-form-trigger { color: rgba(255, 255, 255, 0.25); transition: color 0.25s; margin: 0; /* the following styles are already provided by the default combobox .x-form-trigger styles */ /*cursor: default; height: 16px; right: 0; border-radius: 0; border: none; padding: 9px 5px; width: 17px; background-image: none;*/ } #modx-manager-search .x-form-field-wrap .x-form-trigger:before { content: ""; } #modx-manager-search .x-form-field-wrap .x-form-trigger.x-form-trigger-over, #modx-manager-search .x-form-field-wrap .x-form-trigger:hover { color: white; } /* this is an .x-combo-list element with special styles */ .modx-manager-search-results { background: #192B3E; border-radius: 3px; border: 1px solid #192B3E; /*@include box-sizing(border-box);*/ /* has no effect */ position: relative; width: 457px !important; height: auto !important; z-index: 15 !important; /* show beneath subnav and modals */ /* we need the parent selector to override default combobox styles */ } @media screen and (max-width: 640px) { .modx-manager-search-results { left: 0 !important; } } .modx-manager-search-results .loading-indicator { background: none; color: #C9D4E1; font-size: 14px; margin: 10px 0; text-align: center; } .modx-manager-search-results .loading-indicator:before { content: ""; margin-right: 5px; } .modx-manager-search-results .x-combo-list-inner { background: #2B3948; border: 0; /*@include box-sizing(border-box);*/ /* has no effect */ margin: 12px 0 0; overflow: auto; width: 100% !important; } @media screen and (max-width: 640px) { .modx-manager-search-results .x-combo-list-inner { height: auto !important; line-height: 4em; } .modx-manager-search-results .x-combo-list-inner .section > * { padding-top: 1em; padding-bottom: 1em; } } .modx-manager-search-results .section { /*background-color: #f9f9f9;*/ border-left: 1px solid #1e2732; font-size: 13px; margin-left: 116px; position: relative; width: auto; /* change to 100% to enable scrollable overflow */ } .modx-manager-search-results h3, .modx-manager-search-results .x-combo-list-item { color: #C9D4E1; line-height: 17px; margin: 0; padding: 4px 8px; } .modx-manager-search-results h3 { color: #5ABCE5; font-size: 13px; font-weight: normal; left: -116px; position: absolute; text-align: right; top: 0; width: 95px; } .modx-manager-search-results a { cursor: pointer; display: inline-block; padding-left: 18px; position: relative; color: inherit; text-decoration: none; } .modx-manager-search-results i { color: #3697cd; left: 0; position: absolute; top: 2px; } .modx-manager-search-results em { font-style: normal; opacity: 0.5; filter: alpha(opacity=50); /* for IE <= 8 */ } .modx-manager-search-results .x-combo-list-item { overflow: visible; white-space: normal; /* allow wrapping for longer entries */ } .modx-manager-search-results .x-combo-list-item a:hover { color: #fff; } .modx-manager-search-results .x-combo-list-item.x-combo-selected, .modx-manager-search-results .x-combo-list-item:hover { border: 0; color: #fff !important; background-color: #3E5268; margin-left: 0; z-index: 10; } .modx-manager-search-results .x-combo-list-item.x-combo-selected h3, .modx-manager-search-results .x-combo-list-item.x-combo-selected p, .modx-manager-search-results .x-combo-list-item.x-combo-selected i, .modx-manager-search-results .x-combo-list-item:hover h3, .modx-manager-search-results .x-combo-list-item:hover p, .modx-manager-search-results .x-combo-list-item:hover i { color: #fff; } .modx-manager-search-results .x-combo-list-item.x-combo-selected h3, .modx-manager-search-results .x-combo-list-item:hover h3 { left: 0; } .modx-manager-search-results .x-combo-list-item.x-combo-selected p, .modx-manager-search-results .x-combo-list-item:hover p { border-left-color: transparent; } .modx-manager-search-results .icon-user { background-image: none !important; } /* .modx-manager-search-results */ /* these styles were sassified above */ /*.modx-manager-search-results:before { content: ""; display: block; position: absolute; top: -7px; left: 12px; border: 8px solid transparent; border-bottom: 8px solid $searchResultsBg; }*/ /*.modx-manager-search-results .x-combo-list-inner { background: $searchResultsBg; width: 100% !important; border-top:none; @include box-sizing(border-box); overflow: scroll; margin-top: 9px; }*/ /*.modx-manager-search-results .section { //background-color: #f9f9f9; border-left: 1px solid darken($searchResultsBg,7%); font-size: 13px; margin-left: 116px; position: relative; }*/ /*.modx-manager-search-results .x-combo-selected h3 { left: 0; }*/ /*.modx-manager-search-results h3, .modx-manager-search-results p { line-height: 17px; margin: 0; padding: 4px 8px; }*/ /*.modx-manager-search-results p { color: #C9D3E0; }*/ /*.modx-manager-search-results h3 { color: $searchResultsHeadingColor; font-size: 13px; font-weight: normal; left: -116px; position: absolute; text-align: right; top: 0; width: 95px; }*/ /*.modx-manager-search-results a { cursor: pointer; display: inline-block; padding-left: 18px; position: relative; color: inherit; text-decoration: none; }*/ /*.modx-manager-search-results i { color: $colorSplash; left: 0; position: absolute; top: 2px; }*/ /*.modx-manager-search-results em { font-style: normal; opacity: 0.5; filter: alpha(opacity=50); /* for IE <= 8 / }*/ /*.modx-manager-search-results .x-combo-selected h3, .modx-manager-search-results .x-combo-selected p, .modx-manager-search-results .x-combo-selected i { color: #fff; }*/ /*.modx-manager-search-results .x-combo-selected p { border-left-color: transparent; }*/ /*.modx-manager-search-results .x-combo-selected { border: none; color: #fff !important; background-color: #3e5268; margin-left: 0; z-index: 10; }*/ /*.modx-manager-search-results .icon-user { background-image: none !important; }*/ /* Breadcrumbs */ .breadcrumbs .panel-desc { margin-top: 0; } .crumb_wrapper { background: #FBFBFB; border-bottom: 1px solid #E4E4E4; border-top: 1px solid #E4E4E4; margin-top: 15px; } .crumb_wrapper .crumbs { /*border-bottom: 1px solid $borderColor;*/ height: 34px; overflow: hidden; /* hide the overflow from the oversized arrows */ } .crumb_wrapper .crumbs li { /*background: url($imgPath + 'style/crumbs-bg.png') no-repeat scroll right center transparent;*/ color: #53595F; float: left; font-size: 12px; font-weight: normal; line-height: 12px; padding: 0 0 0 20px; position: relative; z-index: 1; /*&.first { padding: 0; button { padding: 8px 16px 8px 20px; } }*/ /*&:before { content: ''; display: block; width: 0; height: 0; border-top: 50px solid transparent; border-bottom: 50px solid transparent; border-left: 30px solid $darkestGray; position: absolute; top: 50%; margin-top: -50px;*/ /*margin-left: 1px;*/ /* uncomment to make the line thicker */ /*left: 100%; z-index: 1; }*/ } .crumb_wrapper .crumbs li.first { padding: 0; /* neutralize the normal li padding and give it to the inner element */ /* the home breadcrumb with the house icon */ } .crumb_wrapper .crumbs li.first:before { /*background-color: $lightestGray;*/ content: ""; display: inline-block; font-size: 20px; line-height: 34px; position: absolute; top: 0; left: 6px; text-align: center; text-indent: 0; z-index: 2; /* put the icon above the triangle :after element */ } .crumb_wrapper .crumbs li.first:hover:before { color: #FFFFFF; } .crumb_wrapper .crumbs li.first:hover { background-color: #3697cd; } .crumb_wrapper .crumbs li.first .root { background-color: transparent; box-sizing: content-box; /* buttons have border-box and spans content-box, we normalize here */ display: inline-block; line-height: 12px; margin: 0; /* neutralize the normal li margin */ padding: 11px 13px 11px 20px; text-indent: -999em; width: 20px; z-index: 3; /* do not display the cover element here */ } .crumb_wrapper .crumbs li.first .root:before { display: none; } .crumb_wrapper .crumbs li.first .root:hover { background-color: transparent; } .crumb_wrapper .crumbs li:hover { /*background-color: $colorSplash;*/ } .crumb_wrapper .crumbs li:hover button, .crumb_wrapper .crumbs li:hover span, .crumb_wrapper .crumbs li:hover span:after { background-color: #3697cd; color: #FFFFFF; } .crumb_wrapper .crumbs li:hover span:after, .crumb_wrapper .crumbs li:hover button:after { border: 1px solid #FBFBFB; border-left-color: #3697cd; border-bottom-color: #3697cd; } .crumb_wrapper .crumbs li:hover span:before, .crumb_wrapper .crumbs li:hover button:before { background-color: #3697cd; } .crumb_wrapper .crumbs li:hover + li span:before, .crumb_wrapper .crumbs li:hover + li button:before { border-left-color: #3697cd; } .crumb_wrapper .crumbs li:hover:after { /*border-left-color: $colorSplash;*/ } .crumb_wrapper .crumbs li:hover:before { /*border-left-color: $white;*/ } .crumb_wrapper .crumbs li button { background-color: transparent; border: 0; color: #53595F; cursor: pointer; font: normal 12px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; font-weight: bold; line-height: 1; text-decoration: none; } .crumb_wrapper .crumbs li span { background-color: #FBFBFB; } .crumb_wrapper .crumbs li button, .crumb_wrapper .crumbs li span { display: inline-block; margin: 0 0 0 1px; padding: 11px 13px 11px 15px; position: relative; /* to position the pseudo elements */ /* the cover element, makes up the 2 triangle shapes at the left of each crumb */ /* the triangle shape and line to the right of each crumb */ } .crumb_wrapper .crumbs li button:before, .crumb_wrapper .crumbs li span:before { background-color: transparent; content: ''; display: inline-block; width: 0; height: 0; border-top: 50px solid rgba(0, 0, 0, 0); /* no transparent, breaks anti-aliasing in FF */ border-bottom: 50px solid rgba(0, 0, 0, 0); /* no transparent, breaks anti-aliasing in FF */ border-left: 30px solid #FBFBFB; padding-right: 3px; position: absolute; top: 50%; left: -33px; margin-top: -50px; -ms-transform: scale(0.99999); transform: scale(0.99999); /* fix blurry edges in FF */ z-index: -1; } .crumb_wrapper .crumbs li button:after, .crumb_wrapper .crumbs li span:after { background-color: #FBFBFB; border: 1px solid #DCDCDC; border-left: 0; border-bottom: 0; border-radius: 3px; content: ''; display: inline-block; width: 34px; height: 34px; /* + 2px border = 36px */ position: absolute; top: 0; right: -22px; -ms-transform: scaleX(0.6) rotate(45deg); transform: scaleX(0.6) rotate(45deg); z-index: -1; } .x-toolbar { background-color: #F7F7F7; background-image: none; border-color: #DFDFDF; } .x-toolbar .xtb-text, .x-toolbar .x-toolbar-cell label { margin: 0 5px 0 7px; padding: 0; } .x-toolbar .x-item-disabled { opacity: 0.6; filter: alpha(opacity=60); /* for IE <= 8 */ } .x-toolbar td.x-toolbar-cell:first-of-type .xtb-text { margin-left: 0; } .x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label { font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; line-height: 0; } .x-toolbar .x-btn-group-header { line-height: 1; } .x-toolbar .x-btn-over em.x-btn-split, .x-toolbar .x-btn-click em.x-btn-split, .x-toolbar .x-btn-menu-active em.x-btn-split, .x-toolbar .x-btn-pressed em.x-btn-split { /* background-image: url($imgPath + 'modx-theme/button/s-arrow-o.gif');*/ } .x-toolbar em.x-btn-split-bottom { background-image: url("../images/modx-theme/button/s-arrow-b-noline.gif"); } .x-toolbar .x-btn-over em.x-btn-split-bottom, .x-toolbar .x-btn-click em.x-btn-split-bottom, .x-toolbar .x-btn-menu-active em.x-btn-split-bottom, .x-toolbar .x-btn-pressed em.x-btn-split-bottom { background-image: url("../images/modx-theme/button/s-arrow-bo.gif"); } .ext-ie .x-toolbar-cell .x-form-field-wrap { height: 30px; } .x-tbar-page-first { background-image: url("../images/modx-theme/grid/page-first.png") !important; } .x-tbar-loading { background-image: url("../images/modx-theme/grid/refresh.png") !important; } .x-tbar-page-last { background: none !important; position: relative; } .x-tbar-page-last:before { content: ""; top: 1px; left: 1px; right: auto; } .x-tbar-page-next { background: none !important; position: relative; } .x-tbar-page-next:before { content: ""; font-size: 18px; line-height: 110%; left: 1px; right: auto; } .x-tbar-page-prev { background: none !important; position: relative; } .x-tbar-page-prev:before { content: ""; font-size: 18px; line-height: 110%; left: auto; right: 1px; } .x-tbar-loading { background: none !important; position: relative; } .x-tbar-loading:before { content: ""; top: 1px; bottom: auto; } .x-tbar-page-first { background: none !important; position: relative; } .x-tbar-page-first:before { content: ""; top: 1px; left: auto; right: 1px; } .x-paging-info { color: #444; } .x-toolbar-more-icon { background-image: url("../images/modx-theme/toolbar/more.gif") !important; } /* bottom toolbars like pagination */ .x-panel-bbar { padding-top: 10px; } .modx-browser-rte-buttons .x-panel-bbar { /* style it like a window footer */ background-color: #F0F0F0; border-top: 1px solid #DCDCDC; padding: 5px; } .modx-browser-rte-buttons .x-panel-bbar .x-toolbar-layout-ct { width: auto !important; /* override extjs calculated width */ } .x-panel-bbar .x-toolbar { background-color: transparent; border: 0 none; overflow: hidden; padding: 2px 0; /* override extjs default theme style of 2px 2px */ } .x-panel-bbar .x-toolbar .x-form-text { padding: 5px 10px; } .x-panel-bbar .x-toolbar .x-form-text.x-tbar-page-number, .x-panel-bbar .x-toolbar .x-form-text.x-tbar-page-size { width: 32px; } .x-panel-bbar .x-toolbar .x-form-text.x-tbar-page-number { margin-right: 3px; } .x-panel-bbar .x-toolbar .x-btn { margin-right: 10px; padding: 8px 13px; } .modx-browser-rte .x-panel-bbar .x-toolbar .x-btn { margin-right: 0; padding: 10px 15px 10px 15px; } .x-panel-bbar .x-toolbar .xtb-text { margin: 0 3px 0 0; } /* top toolbars */ .x-panel-tbar { overflow: visible; /* prevent cut off box-shadows in FF */ padding-bottom: 2px; } .x-panel-tbar .x-toolbar { /*background-color: #F5F5F5;*/ border: 0; padding: 5px 0; overflow: visible; /* prevent cut off box-shadows in FF */ } .x-panel-mc .x-panel-tbar .x-toolbar { background-image: none; border: 0; padding: 15px 0 7px 0; } .x-panel-tbar-noheader .x-toolbar { background-color: transparent; background-image: none; border: 0; padding: 5px 0; } .x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label { border-radius: 3px; } .x-html-editor-tb .x-btn-text { background-image: url("../images/modx-theme/editor/tb-sprite.gif"); } .x-panel-noborder .x-panel-tbar-noborder .x-toolbar { background-color: transparent; border-bottom-color: transparent; } .x-panel-noborder .x-panel-bbar-noborder .x-toolbar { border-top-color: transparent; } #modx-leftbar { /* the main container + bg behind the tabs */ /* the toolbars just below the tabs */ /* root box containing a context or category */ /* just the actual nodes */ } @media screen and (max-width: 640px) { #modx-leftbar { position: relative !important; top: auto !important; left: auto !important; width: 100% !important; height: auto !important; } } @media screen and (max-width: 640px) { #modx-leftbar .x-plain-body { height: auto !important; } } #modx-leftbar .x-tab-panel-noborder { margin: 26px; } #modx-leftbar .x-panel-tbar { padding: 0; } #modx-leftbar .x-toolbar { padding: 4px 5px 2px 0; } #modx-leftbar .x-tree-root-ct { padding: 6px; } #modx-leftbar .x-tree .x-panel-body { background: #FFF; } #modx-leftbar .x-tab-panel-bwrap { border-radius: 3px 0 3px 3px; position: relative; z-index: 1; } #modx-leftbar .x-tab-panel-bwrap .x-tab-panel-body-noborder { border-radius: 3px 0 3px 3px; background-color: #FFF; } #modx-tree-usergroup .x-toolbar-left-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } #modx-resource-tree-tbar .x-toolbar-left .x-btn.tree-new-resource, #modx-tree-element .x-toolbar-left .x-btn.tree-new-template { margin-left: 16px; } @media screen and (max-width: 640px) { #modx-leftbar { margin: 1em auto; } } @media screen and (max-width: 640px) { #modx-leftbar #modx-leftbar-tabpanel { width: auto !important; margin: 0 auto; padding: 0.5em; } } .x-layout-split, #modx-leftbar-tabs-xcollapsed { overflow: visible; width: 8px; z-index: 2; /* make it stay higher than the tree itself to cover the box shadow */ } .x-layout-split:hover, #modx-leftbar-tabs-xcollapsed:hover { background: #DCDCDC; } .x-layout-split:hover .x-layout-mini, #modx-leftbar-tabs-xcollapsed:hover .x-layout-mini { opacity: 1; filter: alpha(opacity=100); /* for IE <= 8 */ } .x-layout-split .x-layout-mini, #modx-leftbar-tabs-xcollapsed .x-layout-mini { background-color: #fff; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); background-image: none; background-repeat: no-repeat; background-position: center left; border-radius: 0 3px 3px 0; left: -25px; top: 68px; width: 11px; /* to have left and right 3px equal space from the arrow which is 5px */ height: 39px; opacity: 0.5; filter: alpha(opacity=50); /* for IE <= 8 */ transition: all 0.25s; /* Firefox & IE adjustments */ } .x-layout-split .x-layout-mini:after, #modx-leftbar-tabs-xcollapsed .x-layout-mini:after { border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 5px solid #556C88; position: absolute; content: ' '; right: 4px; top: 14px; } .x-layout-split .x-layout-mini:hover:after, #modx-leftbar-tabs-xcollapsed .x-layout-mini:hover:after { border-right-color: #3697cd; } .ext-gecko3 .x-layout-split .x-layout-mini, .ext-ie .x-layout-split .x-layout-mini, .ext-gecko3 #modx-leftbar-tabs-xcollapsed .x-layout-mini, .ext-ie #modx-leftbar-tabs-xcollapsed .x-layout-mini { height: 40px; top: 69px; } /* tree menu splitter / tree expander */ @media screen and (max-width: 640px) { #modx-leftbar-tabs-xsplit, #modx-leftbar-tabs-xcollapsed { position: relative; top: auto !important; left: auto !important; right: auto; bottom: auto; visibility: visible; width: auto !important; height: auto !important; } } @media screen and (max-width: 640px) { #modx-leftbar-tabs-xsplit .x-layout-mini, #modx-leftbar-tabs-xcollapsed .x-layout-mini { position: relative; right: auto; width: auto !important; top: auto !important; } #modx-leftbar-tabs-xsplit .x-layout-mini:after, #modx-leftbar-tabs-xcollapsed .x-layout-mini:after { text-align: center; top: auto !important; left: 0 !important; right: 0 !important; } } @media screen and (max-width: 640px) { #modx-leftbar-tabs-xsplit .x-layout-mini, #modx-leftbar-tabs-xcollapsed .x-layout-mini { left: 0 !important; } #modx-leftbar-tabs-xsplit .x-layout-mini:after, #modx-leftbar-tabs-xcollapsed .x-layout-mini:after { border: none; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 42px; content: "\f0db"; font-size: 16px; } } /* style for the collapsed tree expander */ #modx-leftbar-tabs-xcollapsed .x-layout-mini { left: 0; } #modx-leftbar-tabs-xcollapsed .x-layout-mini:after { border-right: 0; border-left: 5px solid #556C88; } @media screen and (max-width: 640px) { #modx-leftbar-tabs-xcollapsed .x-layout-mini:after { border: none; } } #modx-leftbar-tabs-xcollapsed .x-layout-mini:hover:after { border-left-color: #3697cd; } .modx-tree { padding: 0; } #modx-file-tree .modx-tree:first-child { padding-top: 4px; } #modx-file-tree .modx-tree .tree-pseudoroot-node { /* why was this here? this prevents the spacing between the nodes/sources in the filetree */ /*margin-top: 0; margin-bottom: 0;*/ } /* icons */ .x-tree-arrows .x-tree-elbow-plus, .x-tree-arrows .x-tree-elbow-minus, .x-tree-arrows .x-tree-elbow-end-plus, .x-tree-arrows .x-tree-elbow-end-minus { background: none; } .x-tree-arrows .x-tree-elbow-plus:hover, .x-tree-arrows .x-tree-elbow-minus:hover, .x-tree-arrows .x-tree-elbow-end-plus:hover, .x-tree-arrows .x-tree-elbow-end-minus:hover { background: #c0ccd8; border-radius: 50%; } .x-tree-arrows .x-tree-elbow-plus:before, .x-tree-arrows .x-tree-elbow-minus:before, .x-tree-arrows .x-tree-elbow-end-plus:before, .x-tree-arrows .x-tree-elbow-end-minus:before { background: transparent 0 0; display: inline-block; width: 10px; padding-left: 6px; margin: 0 0 0 -16px; } .x-tree-arrows .x-tree-elbow-minus:before, .x-tree-arrows .x-tree-elbow-end-minus:before { content: ""; padding-left: 4px; width: 12px; } /* icons for the various tree elements */ .tree-context:before { content: ""; } .x-tree-node-expanded .tree-folder:before { content: ""; } .x-tree-node-collapsed .tree-folder:before, .x-tree-node .tree-folder:before { content: ""; } .x-tree-node .locked-resource:before { content: ""; } .tree-resource:before { content: ""; } .tree-static-resource:before { content: ""; } .tree-weblink:before { content: ""; } .tree-symlink:before { content: ""; } /* tree states */ .x-tree-node-el { color: #556C88; font: normal 13px/22px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; padding-left: 6px; /* For legacy icons */ background-repeat: no-repeat; background-position: 5px; } .x-tree-node-el .x-btn { box-shadow: none; } .x-tree-node-el .icon { display: inline-block; width: 1em; font-size: 1.15em; line-height: 0.75em; vertical-align: -15%; } .x-tree-node-el a span { line-height: 1.7; /* back to 18px */ padding-left: 7px; } .x-tree-node-el a span span { padding-left: 0; } .unpublished, .unpublished a span { color: #718DA7; font-style: italic; } .unpublished i.icon, .unpublished i.icon-large, .unpublished a span i.icon, .unpublished a span i.icon-large { font-style: normal; } .hidemenu, .hidemenu a span { color: #90a6bb !important; font-style: normal; } .hidemenu.unpublished, .hidemenu.unpublished a span, .hidemenu a span.unpublished, .hidemenu a span.unpublished a span { font-style: italic; } .hidemenu i.icon, .hidemenu i.icon-large, .hidemenu a span i.icon, .hidemenu a span i.icon-large { color: #90a6bb !important; font-style: normal; } .deleted { color: rgba(173, 58, 58, 0.5) !important; } .deleted i.icon, .deleted i.icon-large { color: rgba(173, 58, 58, 0.5) !important; } .deleted a span { color: rgba(173, 58, 58, 0.5) !important; text-decoration: line-through; /* deleted files should inherit the text style from published/unpublished and not overwrite it */ } .element-node-disabled a span { color: #bbc7d5; } .x-tree-node .x-tree-node-disabled a span, .x-tree-node .x-tree-node-disabled i.icon, .x-tree-node .element-node-disabled a span, .x-tree-node .element-node-disabled i.icon { color: #bbc7d5; } .element-node-locked a span { font-style: inherit; } .x-tree-node { position: relative; } .modx-tree-node-tool-ct { position: absolute; top: 0; right: 6px; bottom: 0; line-height: 1.8; } /* Direct create buttons for a tree node */ .x-tree-node-el .modx-tree-node-btn-create { position: absolute; top: 0; right: 6px; bottom: 0; line-height: 1.8; opacity: 0; transition: opacity 0.4s ease-in; } .x-tree-node-el .modx-tree-node-btn-create .x-btn { color: #555555 !important; opacity: 0.4 !important; transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out; } .x-tree-node-el .modx-tree-node-btn-create .x-btn:hover, .x-tree-node-el .modx-tree-node-btn-create .x-btn:focus { opacity: 1.0 !important; color: #1A7FB8 !important; } .x-tree-node-el:hover .modx-tree-node-btn-create, .x-tree-node-el:focus .modx-tree-node-btn-create { opacity: 1.0; } .x-tree-root-ct { border-radius: 0; overflow: hidden; padding: 0 !important; } .tree-pseudoroot-node.x-tree-node-el { background-color: #F0F0F0; font: normal 14px/35px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; position: relative; padding: 0 0 0 4px; margin-top: 2px; margin-bottom: 2px; } .tree-pseudoroot-node.x-tree-node-el a span { color: #447996; } .tree-pseudoroot-node.x-tree-node-el > .icon { font-weight: normal; color: #447996; font-size: 1.3333333333em; line-height: 0.75em; vertical-align: -15%; } .tree-pseudoroot-node.x-tree-node-el .modx-tree-node-tool-ct { line-height: 35px; opacity: 0.5; filter: alpha(opacity=50); /* for IE <= 8 */ } .tree-pseudoroot-node.x-tree-node-el .modx-tree-node-tool-ct .x-btn { margin-left: 2px; } .tree-pseudoroot-node.x-tree-node-el.x-tree-node-expanded, .tree-pseudoroot-node.x-tree-node-el.x-tree-node-expanded span, .tree-pseudoroot-node.x-tree-node-el.x-tree-node-expanded > .icon { color: #447996; background-color: #F0F0F0; } .tree-pseudoroot-node.x-tree-node-el.x-tree-node-over { background-color: #F0F0F0; color: #447996; } .tree-pseudoroot-node.x-tree-node-el + .x-tree-node-ct, .tree-pseudoroot-node.x-tree-node-el + div > .x-tree-node-ct { padding: 5px 0; overflow-x: auto; } .tree-pseudoroot-node.x-tree-node-el + .x-tree-node-ct:empty, .tree-pseudoroot-node.x-tree-node-el + div > .x-tree-node-ct:empty { padding: 0; } .tree-pseudoroot-node.x-tree-node-el:hover .modx-tree-node-tool-ct { opacity: 1; filter: alpha(opacity=100); /* for IE <= 8 */ } .x-tree-elbow, .x-tree-elbow-end { display: inline-block; } #modx-leftbar-tabpanel .x-tree-elbow, #modx-leftbar-tabpanel .x-tree-elbow-end { /*display: inline;*/ } /* miscellaneous tree styles */ .x-tree-node-el .x-tree-node-icon { display: inline-block; } .x-tree-node-loading .x-tree-node-icon { background-image: url("../images/modx-theme/tree/loading.gif") !important; } .x-tree-node-loading a span { color: #444444; font-style: italic; } .ext-ie .x-tree-node-el input { height: 15px; width: 15px; } /* accordion header row icons */ #modx-leftbar .icon, .x-tree-node .icon { background: none; border: 0; display: inline-block; margin: 0; padding: 3px; text-align: center; opacity: 0.8; filter: alpha(opacity=80); /* for IE <= 8 */ } #modx-leftbar .icon i, .x-tree-node .icon i { font-style: normal; } #modx-leftbar .icon button, .x-tree-node .icon button { display: none; } .x-tree-node-ct .x-tree-node .icon { position: relative; top: -1px; left: 1px; } /* drag and drop styles */ .x-tree-node a, .x-dd-drag-ghost a, .x-tree-node a span, .x-dd-drag-ghost a span { color: #556C88; } .x-tree-node div.x-tree-drag-insert-below { border-bottom-color: #686868; } .x-tree-node div.x-tree-drag-insert-above { border-top-color: #686868; } .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a { border-bottom-color: #686868; } .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a { border-top-color: #686868; } .x-tree-node .x-tree-drag-append a span { background-color: #e8f0f8; border-color: #E4E4E4; } .x-tree-node .x-tree-node-over { background-color: #e8f0f8; } .x-tree-node .x-tree-expanded { color: #3697cd; background-color: #e8f0f8; } .x-tree-node .x-tree-expanded a { color: #3697cd; } .x-tree-node .x-tree-expanded a span { color: #3697cd; } .x-tree-drop-ok-append .x-dd-drop-icon { background-image: url("../images/modx-theme/tree/drop-add.gif"); } .x-tree-drop-ok-above .x-dd-drop-icon { background-image: url("../images/modx-theme/tree/drop-over.gif"); } .x-tree-drop-ok-below .x-dd-drop-icon { background-image: url("../images/modx-theme/tree/drop-under.gif"); } .x-tree-drop-ok-between .x-dd-drop-icon { background-image: url("../images/modx-theme/tree/drop-between.gif"); } /* legacy icons */ .icon-rss:before { content: ""; } .icon-cal:before, .icon-ical:before, .icon-ics:before, .icon-vcs:before { content: ""; } .icon-db:before, .icon-sql:before { content: ""; } .icon-zip:before, .icon-tar:before, .icon-tgz:before, .icon-gz:before, .icon-bz2:before, .icon-rar:before, .icon-7z:before, .icon-dmg:before, .icon-iso:before { content: ""; } .icon-bk:before, .icon-bak:before, .icon-backup:before { content: ""; } .icon-jpg:before, .icon-jpeg:before, .icon-gif:before, .icon-png:before, .icon-bmp:before, .icon-tiff:before, .icon-svg:before { content: ""; } .icon-bat:before, .icon-scr:before, .icon-sh:before { content: ""; } .icon-txt:before, .icon-log:before { content: ""; } .icon-aac:before, .icon-mp3:before, .icon-ogg:before, .icon-wma:before, .icon-m4a:before, .icon-flac:before, .icon-wav:before, .icon-aif:before, .icon-aiff:before { content: ""; } .icon-avi:before, .icon-mpg:before, .icon-mpeg:before, .icon-mov:before, .icon-mp4:before, .icon-m4v:before, .icon-3gp:before, .icon-flv:before, .icon-fla:before, .icon-swf:before, .icon-wmv:before { content: ""; } .icon-access:before, .icon-htaccess:before { content: ""; } .icon-php:before, .icon-cfm:before, .icon-rb:before, .icon-as:before, .icon-java:before, .icon-jar:before { content: ""; } .icon-doc:before, .icon-docx:before { content: ""; } .icon-csv:before, .icon-xls:before, .icon-xlsx:before { content: ""; } .icon-ppt:before, .icon-pptx:before { content: ""; } .icon-pdf:before { content: ""; } .icon-html:before, .icon-htm:before, .icon-xml:before { content: ""; } .icon-js:before, .icon-coffeescript:before { content: ""; } .icon-css:before, .icon-scss:before, .icon-less:before, .icon-styl:before { content: ""; } .icon-action { background-image: url("../images/restyle/icons/application_osx_terminal.png") !important; background-repeat: no-repeat !important; background-position: center !important; min-width: 16px; min-height: 16px; vertical-align: middle; } .icon-action.x-tree-node-el { background-position: 5px 5px !important; } .icon-action:before { content: ' '; } .icon-namespace { background-image: url("../images/restyle/icons/computer.png") !important; background-repeat: no-repeat !important; background-position: center !important; min-width: 16px; min-height: 16px; vertical-align: middle; } .icon-namespace.x-tree-node-el { background-position: 5px 5px !important; } .icon-namespace:before { content: ' '; } /*.icon-propertyset { background-image: url($imgPath + 'restyle/icons/property-set.png') !important; @extend %hide-font-icon; }*/ /*.icon-resourcegroup { background: url($imgPath + 'restyle/icons/application_cascade.png') no-repeat left top !important; @extend %hide-font-icon; }*/ .icon-list-new { background-image: url("../images/restyle/icons/layout_add.png") !important; background-repeat: no-repeat !important; background-position: center !important; min-width: 16px; min-height: 16px; vertical-align: middle; } .icon-list-new.x-tree-node-el { background-position: 5px 5px !important; } .icon-list-new:before { content: ' '; } .icon-mark-active { background-image: url("../images/restyle/icons/layout_edit.png") !important; background-repeat: no-repeat !important; background-position: center !important; min-width: 16px; min-height: 16px; vertical-align: middle; } .icon-mark-active.x-tree-node-el { background-position: 5px 5px !important; } .icon-mark-active:before { content: ' '; } .icon-mark-complete { background-image: url("../images/restyle/icons/layout_header.png") !important; background-repeat: no-repeat !important; background-position: center !important; min-width: 16px; min-height: 16px; vertical-align: middle; } .icon-mark-complete.x-tree-node-el { background-position: 5px 5px !important; } .icon-mark-complete:before { content: ' '; } .icon-package { background-image: url("../images/restyle/icons/package.png") !important; padding-right: 5px !important; background-repeat: no-repeat !important; background-position: center !important; min-width: 16px; min-height: 16px; vertical-align: middle; } .icon-package.x-tree-node-el { background-position: 5px 5px !important; } .icon-package:before { content: ' '; } .icon-locked { background-image: url("../images/restyle/icons/lock_edit.png") !important; background-repeat: no-repeat !important; background-position: center !important; min-width: 16px; min-height: 16px; vertical-align: middle; } .icon-locked.x-tree-node-el { background-position: 5px 5px !important; } .icon-locked:before { content: ' '; } .icon-lock { /*background-image: url($imgPath + 'restyle/icons/lock.png') !important; @include legacy-tree-icon;*/ content: ""; } #modx-resource-tree-panel .x-accordion-hd { background-position: 0 0; } #modx-element-tree-panel .x-accordion-hd { background-position: 0 -32px; } #modx-file-tree-panel .x-accordion-hd { background-position: 0 -64px; } #modx-static-page-settings .x-accordion-hd { background-position: 0 -96px; } /* .x-tree .x-panel-body { background-color:#fff; border:1px solid #E4E4E4; }*/ .x-tree-node-el .x-tree-node-icon { display: inline-block; } .x-tree-node-loading .x-tree-node-icon { background-image: url("../images/modx-theme/tree/loading.gif") !important; } .x-tree-node-loading a span { color: #444444; font-style: italic; } .ext-ie .x-tree-node-el input { height: 15px; width: 15px; } .x-tree-root-ct { border-radius: 0; overflow: hidden; padding: 0 !important; } .x-tree-root-node { margin: 0; } .x-tree-arrows .x-tree-elbow-plus, .x-tree-arrows .x-tree-elbow-minus, .x-tree-arrows .x-tree-elbow-end-plus, .x-tree-arrows .x-tree-elbow-end-minus { background: none; } .x-tree-arrows .x-tree-elbow-plus:before, .x-tree-arrows .x-tree-elbow-minus:before, .x-tree-arrows .x-tree-elbow-end-plus:before, .x-tree-arrows .x-tree-elbow-end-minus:before { content: ""; background: transparent 0 0; display: inline-block; width: 10px; padding-left: 6px; margin: 0; } .x-tree-arrows .x-tree-elbow-minus:before, .x-tree-arrows .x-tree-elbow-end-minus:before { content: ""; padding-left: 4px; width: 12px; } /* icons for the various tree elements */ .tree-context:before { content: ""; } .x-tree-node-expanded .tree-folder:before { content: ""; } .tree-folder:before { content: ""; } .tree-resource:before { content: ""; } .tree-static-resource:before { content: ""; } .tree-weblink:before { content: ""; } .tree-symlink:before { content: ""; } .x-tree-node { color: #556C88; } .x-tree-node a, .x-dd-drag-ghost a { color: #556C88; } .x-tree-node a span, .x-dd-drag-ghost a span { color: #556C88; } .x-tree-node .x-tree-node-disabled a span { color: #eaeef2; } .x-tree-node div.x-tree-drag-insert-below { border-bottom-color: #686868; } .x-tree-node div.x-tree-drag-insert-above { border-top-color: #686868; } .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a { border-bottom-color: #686868; } .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a { border-top-color: #686868; } .x-tree-node .x-tree-drag-append a span { background-color: #ddd; border-color: #E4E4E4; } .x-tree-node .x-tree-node-over { background-color: #e8f0f8; } .x-tree-node .x-tree-selected { background-color: #e8f0f8; } .x-tree-drop-ok-append .x-dd-drop-icon { background-image: url("../images/modx-theme/tree/drop-add.gif"); } .x-tree-drop-ok-above .x-dd-drop-icon { background-image: url("../images/modx-theme/tree/drop-over.gif"); } .x-tree-drop-ok-below .x-dd-drop-icon { background-image: url("../images/modx-theme/tree/drop-under.gif"); } .x-tree-drop-ok-between .x-dd-drop-icon { background-image: url("../images/modx-theme/tree/drop-between.gif"); } .modx-browser-rte { background: #FFF; } .modx-browser-tree { background: #FFF; border-radius: 3px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); } .x-window .modx-browser-tree, .modx-browser-rte .modx-browser-tree { border-right: 1px solid #E4E4E4; border-radius: 0; box-shadow: none; } .modx-browser-view-ct { background: #FFF; border-radius: 3px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } .x-window .modx-browser-view-ct, .modx-browser-rte .modx-browser-view-ct { border-radius: 0; box-shadow: none; } .modx-browser-thumb-wrap { border: 1px solid transparent; float: left; margin: 4px 0 4px 4px; overflow: hidden; padding: 4px; } .modx-browser-thumb-wrap.x-view-over { border: 1px solid #e8f0f8; padding: 4px; } .modx-browser-thumb-wrap.x-view-selected { background: #dce8f4; border: 1px solid #3697cd; padding: 4px; } .modx-browser-thumb-wrap.x-view-selected .modx-browser-thumb { background: #FFF; } .modx-browser-thumb-wrap.x-view-selected span { color: #3697cd; } .modx-browser-thumb { border: 1px solid #E4E4E4; height: 100px; line-height: 100px; padding: 5px; text-align: center; width: 100px; } .modx-browser-thumb img { vertical-align: middle; background-color: #ccc; background-image: url("../images/modx-theme/transparency-pattern.png"); } .modx-browser-thumb-wrap span { display: block; overflow: hidden; text-align: center; } .modx-browser-list-item { padding: 0 5px 0 5px; } .modx-browser-list-item.x-view-over > span { background: #e8f0f8; } .modx-browser-list-item.x-view-selected > span { background: #dce8f4; border-bottom: 1px solid #3697cd; color: #3697cd; } .modx-browser-list-item > span { background-position: center left !important; border-bottom: 1px solid #E4E4E4; clear: both; display: block; min-height: 16px; padding: 5px 0 5px 20px; position: relative; } .modx-browser-list-item > span:before { font-size: 14px; position: absolute; left: 2px; } .modx-browser-list-item > span span { display: inline-block; font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; padding-top: 2px; } .modx-browser-list-item > span span.file-size, .modx-browser-list-item > span span.image-size { float: right; width: 13%; } .modx-browser-view-ct .loading-indicator { background-position: left; background-repeat: no-repeat; font-size: 11px; margin: 10px; padding-left: 20px; } .modx-browser-pathbbar { /* yeah, don't blame me that the toolbar is a table */ } .modx-browser-pathbbar table, .modx-browser-pathbbar tbody, .modx-browser-pathbbar tr, .modx-browser-pathbbar td { display: block; } .modx-browser-pathbbar .x-toolbar-left .x-toolbar-left-row { /* we need 4 classes to override the !important height of extjs default theme */ } .modx-browser-pathbbar .x-toolbar-left .x-toolbar-left-row td.x-toolbar-cell { position: relative; } .modx-browser-pathbbar .x-toolbar-left .x-toolbar-left-row td.x-toolbar-cell:before { content: ""; font-size: 14px; margin-top: -7px; /* half of the height to center vertically with top 50% */ opacity: 0.6; filter: alpha(opacity=60); /* for IE <= 8 */ position: absolute; top: 50%; left: 0; text-align: center; width: 30px; } .modx-browser-pathbbar .x-toolbar-left .x-toolbar-left-row .modx-browser-filepath { background: transparent; box-sizing: border-box; border-radius: 0; border: 0; border-top: 1px solid #e4e4e4; margin: 0 !important; padding-left: 30px; /* for the icon */ width: 100%; height: 32px !important; } .modx-browser-details-ct { background: #FFF; border-radius: 3px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); } .x-window .modx-browser-details-ct, .modx-browser-rte .modx-browser-details-ct { border-left: 1px solid #E4E4E4; border-radius: 0; box-shadow: none; } .modx-browser-detail-thumb { color: #081922; cursor: default; padding: 5px; position: relative; } .modx-browser-detail-thumb.preview { cursor: pointer; } .modx-browser-detail-thumb.preview:before { content: ""; font-size: 56px; margin-top: -28px; /* half of the height to center vertically with top 50% */ opacity: 0; filter: alpha(opacity=0); /* for IE <= 8 */ position: absolute; top: 50%; left: 0; text-align: center; width: 100%; text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); transition: opacity 0.25s; } .modx-browser-detail-thumb.preview:hover:before { opacity: 0.6; filter: alpha(opacity=60); /* for IE <= 8 */ } .modx-browser-detail-thumb img { display: block; margin: 0 auto; width: 100%; max-width: 100%; height: auto; background-color: #ccc; background-image: url("../images/modx-theme/transparency-pattern.png"); } .modx-browser-details-info { border-top: 1px solid #E4E4E4; font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; padding: 15px; text-align: left; } .modx-browser-details-info b { color: #555; display: block; margin-bottom: 2px; } .modx-browser-details-info span { display: block; margin-bottom: 10px; } .modx-browser-fullview { text-align: center; } .modx-browser-fullview img { display: block; margin: 0 auto; width: 100%; max-width: 100%; height: auto; background-color: #ccc; background-image: url("../images/modx-theme/transparency-pattern.png"); } .x-window { box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); border-radius: 3px; opacity: 0; filter: alpha(opacity=0); /* for IE <= 8 */ overflow: visible; /* prevent box-shadow from tabs and panel being cut off */ -webkit-backface-visibility: hidden; /* prevent flickering during animation */ transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out; transform: scale(1) translate3d(0, 0, 0); /* the following 3 classes are responsible for the CSS3 window animations */ /* Make sure MODx.msg windows are displayed in IE8 */ /* the window header bar */ /* styles for a collapsed window */ /* the window content wrapper */ /* .x-window-bwrap */ /* .x-panel-bwrap */ /* the window tab strip if available */ /* the window form / content container */ /* The window bottom container */ /* .x-window-bc */ /*} /* .x-window-bwrap */ /* the console window */ /* .modx-console */ } .x-window.anim-ready { transform: scale(0.7) translate3d(0, 0, 0); } .x-window.zoom-in { opacity: 1; filter: alpha(opacity=100); /* for IE <= 8 */ transform: scale(1) translate3d(0, 0, 0); } .x-window.zoom-out { transform: scale(1.3) translate3d(0, 0, 0); opacity: 0; filter: alpha(opacity=0); /* for IE <= 8 */ } .ext-ie8 .x-window.x-window-dlg { filter: alpha(opacity=100); /* for IE <= 8 */ } .x-window .x-window-tl, .x-window .x-window-tr { padding: 0; } .x-window .x-window-tc { z-index: 1; } .x-window .x-window-tc .x-window-header { background-color: #F0F0F0; border-bottom: 1px solid #DCDCDC; border-radius: 3px 3px 0 0; color: #555555; font: normal 13px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; font-weight: bold; padding: 8px; text-align: center; /*z-index: 3;*/ } .x-window.x-panel-collapsed .x-window-tl { border-bottom: 1px solid #DCDCDC; } .x-window.x-panel-collapsed .x-window-header { border-radius: 3px; } .x-window .x-window-bwrap { /*background: $white;*/ overflow: visible; /* prevent box-shadow from tabs and panel being cut off */ /*z-index: 2;*/ /* the window main container */ } .x-window .x-window-bwrap .x-window-ml, .x-window .x-window-bwrap .x-window-mr { padding: 0; } .x-window .x-window-bwrap .x-window-mc { /*background-color: $mainBg;*/ border: 0; /*padding: 15px;*/ padding: 0; /*z-index: 2;*/ } .x-window .x-window-bwrap .x-window-mc .x-panel-ml, .x-window .x-window-bwrap .x-window-mc .x-panel-mr, .x-window .x-window-bwrap .x-window-mc .x-panel-mc, .x-window .x-window-bwrap .x-window-mc .x-panel-tl, .x-window .x-window-bwrap .x-window-mc .x-panel-bl { background: transparent; border: 0; padding: 0; } .x-window .x-window-body { background-color: #FFF !important; /* override extjs default theme transparent !important style from .x-window-plain */ border: 0; /* override extjs default theme border for .x-window-plain */ /*overflow: visible; /* prevent box-shadow from tabs and panel being cut off */ overflow-y: auto; padding: 15px; } .x-window.modx-window .x-window-body { padding-top: 0; } .x-window.modx-window.modx-console .x-window-body, .x-window.modx-window.modx-alert .x-window-body, .x-window.modx-window.modx-confirm .x-window-body { padding-top: 15px; } .x-window .x-panel-bwrap { background: #FFF; /*box-shadow: $boxShadow;*/ /*border-radius: $borderRadius;*/ /*overflow-y: auto; /* make the content area of normal windows scrollable, fix always visible scrollbars with auto */ /*padding: 10px;*/ padding: 0; /* inner panel body wraps */ } .x-window .x-panel-bwrap .x-panel-bwrap { background: transparent; box-shadow: none; /*border-radius: 0;*/ overflow: visible; padding: 0; } .x-window .x-window-with-tabs .x-window-body { background-color: #FBFBFB !important; /* override !important rule from above */ overflow: visible; /* prevent box-shadow from tabs and panel being cut off */ } .x-window .x-window-with-tabs .x-panel-bwrap { background: transparent; box-shadow: none; /*border-radius: 0;*/ overflow: visible; padding: 0; } .x-window form.x-panel-body:first-of-type { overflow: visible !important; /* prevent box-shadow from tabs and panel being cut off */ } .x-window .modx-tabs { /*overflow-y: scroll;*/ } .x-window .modx-tabs .x-tab-panel-header .x-tab-strip-wrap { padding-top: 3px; /* account for the 3px boxshadow for active tabs */ } .x-window .modx-tabs .x-tab-panel-header .x-tab-strip-wrap .x-tab-strip { border: 0; /* override extjs default theme of 1px solid white */ } .x-window .x-tab-panel-bwrap { background: #FFF; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); /*padding: 10px 10px 6px 10px; /* take account for the 4px padding at the bottom of the last x-form-item */ padding: 10px; } .x-window .x-tab-panel-bwrap .x-tab-panel-body { overflow-y: auto; /* tabs stay, content scrolls, but only show when necessary */ } .x-window .x-tab-panel-bwrap .x-tab-panel-body .modx-panel { /*overflow-y: scroll; /* tabs stay, content scrolls */ } .x-window .x-tab-panel-bwrap .x-tab-panel-body .modx-panel .x-panel-bwrap { padding: 0; } .x-window .x-window-bl, .x-window .x-window-br { padding: 0; } .x-window .x-window-bc { /*z-index: 1;*/ } .x-window .x-window-bc .x-window-footer { background-color: #F0F0F0; border-top: 1px solid #DCDCDC; border-radius: 0 0 3px 3px; box-sizing: border-box; /* don't count padding in width: 100%; */ padding: 5px; /* make sure the padding also stays when maximized */ width: 100% !important; /* override fixed width set by extjs */ } .x-window.x-window-maximized { margin: 0; } .x-window.x-window-maximized .x-window-tc { padding: 0; } .x-window.x-window-maximized .x-window-mc { padding: 0; } .x-window.modx-console { /*.x-window-body { background-color: $white; padding: 0; .x-panel-bwrap { box-shadow: none; } }*/ } .x-window.modx-console .modx-console-text { background-color: white; border: none; font: 12px "Courier New", Courier, monospace; height: auto !important; /* override extjs default theme */ /*padding: 8px;*/ } .x-window.modx-console .debug { color: gray; } .x-window.modx-console .success { color: #6CB24A; } .x-window.modx-console .warn { color: blue; } .x-window.modx-console .error { color: #BE0000; } /* .x-window */ /* the progress bar (ex. saving a resource), usually in a window too */ .x-progress-wrap { border: 1px solid #3697cd; } .x-progress-wrap .x-progress-inner { background-color: #e4f1f8; /*background-image: url($imgPath + 'modx-theme/qtip/bg.gif');*/ } .x-progress-wrap .x-progress-bar { background-color: #3697cd; /*background-image: url($imgPath + 'modx-theme/progress/progress-bg.gif');*/ border: 0; } .x-progress-wrap .x-progress-text { color: #FFFFFF; font-size: 11px; font-weight: bold; } .x-progress-wrap .x-progress-text-back { color: #555555; } /* the window modal mask, but also the mask that covers a grid when reloading for example */ .ext-el-mask { background-color: #FFF; opacity: 0; filter: alpha(opacity=0); /* for IE <= 8 */ transition: opacity 0.25s; /*z-index: 10;*/ /* this is handeled by extjs and set to 9000 on show */ } .ext-el-mask.fade-in { opacity: 0.5; filter: alpha(opacity=50); /* for IE <= 8 */ } .x-masked .ext-el-mask { opacity: 0.5; filter: alpha(opacity=50); /* for IE <= 8 */ z-index: 9; /* extjs standard is 100, 10 prevents overlapping the topnav dropdowns */ } .ext-mb-icon { display: inline-block; float: left; position: relative; width: 40px !important; /* override extjs default theme style */ } .ext-mb-icon:before { color: #3697cd; content: ''; font-size: 32px; margin-top: -14px; /* half of the height to center vertically with top 50% */ position: absolute; top: 50%; right: 0; text-align: left; width: 100%; } .ext-mb-icon.ext-mb-info:before { color: #3697cd; content: ""; } .ext-mb-icon.ext-mb-question:before { color: #3697cd; content: ""; } .ext-mb-icon.ext-mb-warning:before { color: #F49548; content: ""; } .ext-mb-icon.ext-mb-error:before { color: #BE0000; content: ""; } .ext-mb-content { display: block; /*float: left;*/ /*margin-left: 40px !important; /* override extjs default theme style */ margin-left: 0 !important; } /* this is the little box showing if a grid is locked, refreshing etc. */ .ext-el-mask-msg { background-color: #FFF; border: 1px solid #DCDCDC; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); border-radius: 3px; padding: 5px; z-index: 10; /* the mask has 9, prevents overlapping the topnav dropdowns */ } .ext-el-mask-msg div { background-color: transparent; border: 0; color: #555555; cursor: default; /* no need to show a wait cursor here */ font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } .ext-el-mask-msg.modx-lockmask div { color: #BE0000; } /* the loading indicator when refreshing a grid or component */ .x-mask-loading div { /*background-color: $lightestGray;*/ background-image: url("../images/modx-theme/grid/loading.gif"); } /*.ext-gecko .x-window-body .x-form-item { overflow: hidden; } .x-window-tl .x-panel-icon { background-position: 0 8px; } .x-window-dlg .x-msg-box-wait { background-image: url($imgPath + 'modx-theme/grid/loading.gif'); } .x-window-dlg .ext-mb-info { background-image: url($imgPath + 'modx-theme/window/icon-info.gif'); } .x-window-dlg .ext-mb-warning { background-image: url($imgPath + 'modx-theme/window/icon-warning.gif'); } .x-window-dlg .ext-mb-question { background-image: url($imgPath + 'modx-theme/window/icon-question.gif'); } .x-window-dlg .ext-mb-error { background-image: url($imgPath + 'modx-theme/window/icon-error.gif'); } .x-window-proxy { background-color: #dcdcdc; border-color: #d0d0d0; } .x-panel-ghost .x-window-tl { border-bottom-color: #d0d0d0; } body.x-body-masked .x-window-plain .x-window-mc { background-color: #e2e2e2; } .x-window h2 { border-bottom: 1px solid #D6DFC3; color: #5e5e5e; font: $fontH3; font-size: 18px; margin: 0 0 11px; padding: 8px 15px; text-shadow: 0 1px 1px #FFFFFF; } .x-window .x-panel-tl, .x-window .x-panel-ml, .x-window .x-panel-bl, .x-window .x-panel-mc, .x-window .x-panel-tr, .x-window .x-panel-mr, .x-window .x-panel-br { background-color: $lighterGray; } .x-window .x-tab-strip { margin-left:0; } .x-window .x-form-item label.x-form-item-label { padding: 0; } .x-window .x-form-label-top .x-form-element { padding-top: 0; } .x-window .x-form-cb-label { color: #707070; font-weight: bold; } .x-window .x-panel-mc { border: 0 none; } .x-window .x-panel-ml { border: 0 none; } .x-window .x-panel-bl.x-panel-nofooter, .x-window .x-panel-tl { background-color: transparent; background-image: none; border: 0 none; padding: 0; } .x-window .x-window-plain .x-panel-btns { border-top: 0 none; } .x-window .x-window-plain .x-window-mc { background-color: #f5f5f5; border-color: 0 none !important; } .x-window-plain .x-window-body { border: 0 none; } .x-window-body { background-color: white; border-bottom: 1px solid #D0D0D0; border-top: 1px solid #F7F7F7; } .x-window-dlg .x-window-body { background: none repeat scroll 0 0 #F4F4F4 !important; padding: 15px 15px 5px; } .x-window .x-window-bc .x-panel-btns { background-color: #f7f8fa; background: #dfdfdf; background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #f4f4f4 100%) repeat scroll 0 0 transparent; background: -ms-linear-gradient(center bottom, #dfdfdf 0%, #f4f4f4 100%); background: -o-linear-gradient(center bottom, #dfdfdf 0%, #f4f4f4 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #dfdfdf)); background: -webkit-linear-gradient(center bottom, #dfdfdf 0%, #f4f4f4 100%); background: linear-gradient(center bottom, #dfdfdf 0%, #f4f4f4 100%); border-bottom: 1px solid #dfdfdf; border-top: 1px solid #ffffff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4,endColorstr=#dfdfdf,GradientType=0); padding: 8px; } .x-window-dlg .x-window-bc .x-panel-btns { border-top: 0 none; } .x-window .x-window-bc .x-window-footer { margin-bottom: 0; } .x-window .x-window-proxy { background-color: #dcdcdc; border-color: #dfdfdf; } .x-window .x-window-tl { background-color: #ffffff; background-image: none; border-radius: 3px 3px 0 0; overflow: hidden; padding-left: 0; } .x-window .x-window-tl .x-window-header { background: #d0d0d0; background: -moz-linear-gradient(center bottom, #d0d0d0 0%, #eeeeee 100%) repeat scroll 0 0 transparent; background: -ms-linear-gradient(center bottom, #d0d0d0 0%, #eeeeee 100%); background: -o-linear-gradient(center bottom, #d0d0d0 0%, #eeeeee 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #d0d0d0)); background: -webkit-linear-gradient(center bottom, #d0d0d0 0%, #eeeeee 100%); background: linear-gradient(center bottom, #d0d0d0 0%, #eeeeee 100%); border-bottom: 1px solid #ababab; border-radius: 3px 3px 0 0; color: #5e5e5e; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee,endColorstr=#d0d0d0,GradientType=0); margin-top: 0; padding: 8px; text-align: center; text-shadow: 0 1px 0 #ffffff; } .x-window .x-window-bl { background-color: #ffffff; background-image: none; border-radius: 0 0 3px 3px; overflow: hidden; padding-left: 0; } .x-window .x-panel-nofooter { background-color: #f7f8fa; background: #dfdfdf; background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #f4f4f4 100%) repeat scroll 0 0 transparent; background: -ms-linear-gradient(center bottom, #dfdfdf 0%, #f4f4f4 100%); background: -o-linear-gradient(center bottom, #dfdfdf 0%, #f4f4f4 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #dfdfdf)); background: -webkit-linear-gradient(center bottom, #dfdfdf 0%, #f4f4f4 100%); background: linear-gradient(center bottom, #dfdfdf 0%, #f4f4f4 100%); border-bottom: 1px solid #dfdfdf; border-top: 1px solid #ffffff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4,endColorstr=#dfdfdf,GradientType=0); } .x-window .x-window-header-text { color: #666666; } .x-window .x-window-dlg .ext-mb-text { font-size: 12px; } .x-window .x-window-dlg .x-window-header-text { font-size: 14px; } .x-window .x-window-dlg .x-window-body { padding: 15px; } .x-window .x-window-dlg .x-panel-btns { border-top: 0 none; } .x-window .x-window-tc, .x-window .x-window-bc { background-image: none; } .x-window .x-window-tr, .x-window .x-window-br, .x-window .x-window-mr { background-image: none; padding-right: 0; } .x-window .x-window-tl, .x-window .x-window-ml { background-image: none; padding-left: 0; } .x-window .x-window-mc { background-color: #ffffff; border-radius: 0 0 3px 3px; border: 0 none; } .x-window .x-window-maximized .x-window-tc { background-color: #ffffff; } .x-window .x-window-bbar .x-toolbar, .x-window .x-window-bbar-noborder .x-toolbar { background-color: #f7f8fa; background: #d5dade; background: -moz-linear-gradient(center bottom, #d5dade 0%, #eff0f4 100%) repeat scroll 0 0 transparent; background: -ms-linear-gradient(center bottom, #d5dade 0%, #eff0f4 100%); background: -o-linear-gradient(center bottom, #d5dade 0%, #eff0f4 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eff0f4), color-stop(100%, #d5dade)); background: -webkit-linear-gradient(center bottom, #d5dade 0%, #eff0f4 100%); background: linear-gradient(center bottom, #d5dade 0%, #eff0f4 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eff0f4,endColorstr=#d5dade,GradientType=0); border-radius: 0 0 3px 3px; border-bottom: 0 none; border-top: 1px solid #d4d9df; padding: 8px; } .x-window .x-dlg-mask { background-color: #cccccc; } .x-window-maximized .x-window-tc { padding-left: 0; padding-right: 0; }*/ /* dashboard stuff */ .dashboard { overflow: visible; } .dashboard-block { background-color: #FFF; border-radius: 3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); float: left; margin: 6px 0; } .dashboard-block h4 { color: #555555; font-size: 13px; padding-bottom: 2px; } .dashboard-block em { font-style: italic; } .dashboard-block strong { font-weight: bold; } .dashboard-block ul { list-style: circle outside; padding: 0 0 0 15px; } .dashboard-block li { /*padding-left: 10px;*/ } .dashboard-block .body { color: #444; font-size: 12px; height: auto; max-height: 300px; overflow: auto; padding: 10px; } .dashboard-block .title { background: #E4E9EE; border-radius: 3px 3px 0 0; color: #555555; font-size: 12px; font-weight: bold; margin: 0; padding: 15px; zoom: 1; } .dashboard-block-half { width: 49%; margin-left: 0; float: left; clear: left; } .dashboard-block-half:nth-of-type(2n+0) { margin-left: 1%; float: right; clear: none; } .dashboard-block-full { clear: both; height: auto; width: 100%; } .dashboard-block-double { clear: both; height: auto; min-height: 600px; width: 100%; } .dashboard-block-double .body { max-height: 600px; } .dashboard-block-variable .body { height: auto; } ul.configcheck { list-style-type: none; padding: 0; } ul.configcheck li { margin-bottom: 0.5em; margin-top: 0.5em; padding: 1em 1.618em; background-color: #FBFBFB; } ul.configcheck li h5 { color: #BE0000; } ul.configcheck li p { color: #555555; } .nobg .x-panel-body { background: transparent; padding-right: 1.5em; } /* Thanks to Christian Seel for these! http://chsmedien.com/blog/2013/02/customize-your-modx-dashboard */ #managerbuttons { margin-bottom: 1em; overflow: hidden; width: 100%; } #managerbuttons ul:before, #managerbuttons ul:after { content: " "; display: table; } #managerbuttons ul:after { clear: both; } #managerbuttons ul { /* clearfix */ *zoom: 1; margin: 0; width: 100%; } #managerbuttons ul li { display: table; float: left; margin: 0; padding: 0 1%; position: relative; width: 25%; box-sizing: border-box; } #managerbuttons ul li:first-child { padding-left: 0%; } #managerbuttons ul li:last-child { padding-right: 0%; } #managerbuttons ul li a { background-color: white; background-image: linear-gradient(to bottom,white, whitesmoke); border-radius: 3px; border: 1px solid #E4E4E4; box-shadow: 0 1px 0 #E4E4E4; color: #53595F; display: table-cell; /* MODX 2.x.x Manager Button Styles */ font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; font-weight: bold; padding: 12px; position: relative; text-align: center; text-decoration: none; vertical-align: middle; } #managerbuttons ul li a span { display: block; line-height: 1.4; } #managerbuttons ul li a span.headline { font-size: 12px; } #managerbuttons ul li a span.subline { font-weight: normal; } #managerbuttons ul li a span.icon { display: block; margin: 0 auto; padding: 0 0 10px; width: auto; } #managerbuttons ul li a:hover span.icon { color: #3697cd; } #helpBanner, #contactus { box-sizing: border-box; background: #fff; border: 1px solid #E4E4E4; box-shadow: 0 1px 0 #E4E4E4; margin: 0.75em 0 1.75em; padding: 18px; width: 100%; } #helpBanner h3, #contactus h3 { margin: 0 0 1em; } #helpBanner { margin-top: 1.5em; min-height: 112px; background-color: transparent; background-image: url("../images/modx-logo-color.png"); background-image: url("../images/modx-logo-color.svg"), none; background-repeat: no-repeat; background-attachment: none; background-position: 97% center; background-size: 200px; } #helpBanner #helpLogo { float: right; height: 76px; margin-right: 1em; width: 200px; } #contactus { box-sizing: border-box; float: left; width: 60%; } #contactus form { display: inline; } #contactus input[type=email] { box-sizing: border-box; font-size: 1.1em; margin-right: 4px; padding: 0.4em; width: 70%; } #contactus input[type=submit] { /*background: none;*/ border: 0; cursor: pointer; font-size: 1.1em; padding: 6px 10px; } #contactus p { color: #18465f; margin: 1em 0; } #contactus form + p { margin: 2em 0 0; } #contactus a { color: #081922; text-decoration: none; } #contactus a:hover { text-decoration: underline; } #contactus a:hover i { text-decoration: none; } #contactus a i { margin: 0 8px -6px 0; } #mcsignup input.x-btn { padding: 10px 15px; } .icon.icon-2x { width: 22px; text-align: center; vertical-align: text-bottom; } #aboutMODX { box-sizing: border-box; background: #F0F0F0; float: left; margin: 1em 0 0 2%; min-height: 300px; padding: 1em; width: 38%; } #aboutMODX p { line-height: 1.6; margin: 0 0 1em; } #aboutMODX a { color: #3697cd; margin: -2px -4px; padding: 2px 4px; } #aboutMODX a:hover { background-color: #3697cd; color: #fff; text-decoration: none; } .trashrow { background-color: silver !important; } .x-btn-purge-all { color: #BE0000; } .x-btn-purge-all:hover { background: #BE0000; box-shadow: 0 0 0 1px #BE0000; color: white; } .x-btn-restore-all { color: #6CB24A; } .x-btn-restore-all:hover { background: #6CB24A; box-shadow: 0 0 0 1px #6CB24A; color: white; } body { color: #081922; font: normal 13px/1.4 "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; -webkit-font-smoothing: antialiased; } body a { color: #3697cd; } body a:hover { color: #297aa7; } /* TODO: conver font heirarchy into a vertical rhythm formula */ h2, h3 { color: #555555; font: normal 25px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; margin: 0 0 8px -1px; /* align main titles with treetabs and left panel edge */ } h3 { font: bold 15px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; } strong { font-weight: bold; } em { font-style: italic; } hr { background-color: #E4E4E4; border: 0; color: #E4E4E4; height: 1px; margin: 20px 0; } .aleft { text-align: left; } .aright { text-align: right; } .right { float: right; } .left { float: left; } .clear { clear: left; } .bold { font-weight: bold; } .not-installed { color: #BE0000; } .yellow { color: #FFEA80 !important; } .orange { color: #F49548 !important; } .red, .error { color: #BE0000 !important; } .green { color: #6CB24A !important; } .blue { color: #3697cd !important; } .primary { color: #32AB9A !important; } .centered { text-align: center; } .wait { background: transparent url("../images/style/wait.gif") no-repeat scroll center 55px; color: #53595F; font-size: 15px; font-weight: bold; padding: 20px 10px 60px; } .padding { background-color: #fff; padding: 11px; } .dashed { border-bottom: 1px #90b1b9 dashed; } .x-form-text, textarea.x-form-field { border-color: #E4E4E4; } /* panel setups */ #modx-leftbar, #modx-content, #modx-footer { position: absolute; } /* give #modx-content an initial left value to prevent the panel from jumping around */ #modx-content { left: 310px; } .modx-form p { padding-bottom: 10px; } .x-layout-mini { left: 2px; } #modx-resource-content { background-color: transparent; border-radius: 3px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); } #modx-resource-content .x-panel-header { margin: 0; padding: 15px; } #modx-resource-content .x-panel-bwrap { border: 0; } #modx-resource-content .modx-tv .modx-tv-label { width: auto; float: none; clear: none; padding: 15px 0 4px; position: static; } #modx-content-above .x-panel-bwrap, #modx-content-below .x-panel-bwrap { border: 0; } .x-tab-panel-header { box-sizing: border-box; } .x-tab-panel-header .x-tab-strip li { box-sizing: border-box; } @media screen and (max-width: 640px) { .x-viewport { overflow-y: auto; } } @media screen and (max-width: 640px) { .x-viewport body { height: auto; } } #modx-container { height: 100%; width: 100%; background: #F2F2F2; } @media screen and (max-width: 640px) { #modx-container { height: auto; } } #modx-resource-main-left, #modx-page-settings-left { margin-bottom: 2em; } @media screen and (max-width: 640px) { #modx-resource-main-left, #modx-resource-main-right, #modx-page-settings-left, #modx-page-settings-right { width: 100% !important; } } @media screen and (max-width: 640px) { #modx-template-form .main-wrapper, #modx-chunk-form .main-wrapper, #modx-tv-tabs .main-wrapper, #modx-snippet-form .main-wrapper, #modx-panel-plugin .main-wrapper { width: 100% !important; padding: 0; } #modx-template-form .main-wrapper > .x-panel-bwrap, #modx-chunk-form .main-wrapper > .x-panel-bwrap, #modx-tv-tabs .main-wrapper > .x-panel-bwrap, #modx-snippet-form .main-wrapper > .x-panel-bwrap, #modx-panel-plugin .main-wrapper > .x-panel-bwrap { padding: 1em; } } @media screen and (max-width: 640px) { #modx-grid-lexicon .x-toolbar-ct { display: block; } #modx-grid-lexicon .x-toolbar-ct tbody { display: block; } #modx-grid-lexicon .x-toolbar-ct tbody tr { display: block; } #modx-grid-lexicon .x-toolbar-ct tbody tr td { display: block; width: 100%; } #modx-grid-lexicon .x-toolbar-ct tbody tr td table { width: 100%; } #modx-grid-lexicon .x-toolbar-ct tbody tr td table .x-form-field-wrap { width: 100% !important; margin-bottom: 1em; } #modx-grid-lexicon .x-toolbar-ct tbody tr td table .x-btn, #modx-grid-lexicon .x-toolbar-ct tbody tr td table .x-form-text { width: 100% !important; margin-bottom: 1em; box-sizing: border-box; } } @media screen and (max-width: 640px) { #modx-panel-contexts .main-wrapper > .x-panel-bwrap > .x-panel-tbar, #modx-panel-namespaces .main-wrapper > .x-panel-bwrap > .x-panel-tbar { width: auto !important; } #modx-panel-contexts .main-wrapper > .x-panel-bwrap > .x-panel-tbar table , #modx-panel-namespaces .main-wrapper > .x-panel-bwrap > .x-panel-tbar table { display: block; } #modx-panel-contexts .main-wrapper > .x-panel-bwrap > .x-panel-tbar table tbody, #modx-panel-namespaces .main-wrapper > .x-panel-bwrap > .x-panel-tbar table tbody { display: block; } #modx-panel-contexts .main-wrapper > .x-panel-bwrap > .x-panel-tbar table tbody tr, #modx-panel-namespaces .main-wrapper > .x-panel-bwrap > .x-panel-tbar table tbody tr { display: block; max-width: 1200px; margin-left: auto; margin-right: auto; display: -webkit-box; display: -moz-box; display: box; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; } #modx-panel-contexts .main-wrapper > .x-panel-bwrap > .x-panel-tbar table tbody tr::after, #modx-panel-namespaces .main-wrapper > .x-panel-bwrap > .x-panel-tbar table tbody tr::after { clear: both; content: ""; display: table; } #modx-panel-contexts .main-wrapper > .x-panel-bwrap > .x-panel-tbar table tbody tr td, #modx-panel-namespaces .main-wrapper > .x-panel-bwrap > .x-panel-tbar table tbody tr td { display: inline-block; float: left; margin-bottom: 1em; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; -ms-flex-positive: 1; } #modx-panel-contexts .main-wrapper > .x-panel-bwrap > .x-panel-tbar table tbody tr td:first-of-type, #modx-panel-namespaces .main-wrapper > .x-panel-bwrap > .x-panel-tbar table tbody tr td:first-of-type { flex-basis: 100%; -ms-flex-preferred-size: 100%; } #modx-panel-contexts .main-wrapper > .x-panel-bwrap > .x-panel-tbar table tbody tr td .x-btn, #modx-panel-namespaces .main-wrapper > .x-panel-bwrap > .x-panel-tbar table tbody tr td .x-btn { margin-left: 3px; margin-right: 3px; } #modx-panel-contexts .main-wrapper > .x-panel-bwrap > .x-panel-tbar #modx-ctx-search, #modx-panel-namespaces .main-wrapper > .x-panel-bwrap > .x-panel-tbar #modx-ctx-search { width: 100% !important; box-sizing: border-box; margin-left: 0; } } @media screen and (max-width: 640px) { #modx-panel-namespaces .main-wrapper .x-toolbar-left { margin-bottom: 0 !important; } } @media screen and (max-width: 640px) { #modx-namespace-search { width: 100% !important; margin-left: 0; box-sizing: border-box; } } @media screen and (max-width: 640px) { #modx-filter-clear { width: 100% !important; box-sizing: border-box; } } @media screen and (max-width: 640px) { #modx-tree-panel-usergroup .main-wrapper { position: relative; } } @media screen and (max-width: 640px) { #modx-property-set-form .left-col, #modx-property-set-form .x-col { float: none; } #modx-property-set-form #right-column, #modx-property-set-form #modx-grid-element-properties { width: 100% !important; } } @media screen and (max-width: 640px) { .x-window { width: auto !important; max-width: 100vh !important; left: 0.5em !important; right: 0.5em !important; } .x-window .x-window-body { width: 100% !important; height: auto !important; box-sizing: border-box !important; } .x-window .x-form-field-wrap { width: auto !important; } .x-window input { width: 100% !important; box-sizing: border-box; height: auto !important; } } #modx-template-form .main-wrapper input { max-width: 100% !important; } @media screen and (max-width: 640px) { .x-column-inner > .x-column ~ .x-column { margin-left: 0 !important; } } @media screen and (max-width: 640px) { .x-form-item label.x-form-item-label[for="modx-import-base-path"], .x-form-item label.x-form-item-label[for="modx-import-resource-class"], .x-form-item label.x-form-item-label[for="modx-import-element"], .x-form-item label.x-form-item-label[for="modx-import-parent"], .x-form-item label.x-form-item-label[for="modx-import-allowed-extensions"], #modx-import-base-path { width: auto !important; float: none; } } #modx-import-base-path, #modx-import-resource-class, #modx-import-allowed-extensions, #modx-import-element { height: auto; width: 100% !important; box-sizing: border-box; } @media screen and (max-width: 640px) { #x-form-el-modx-import-base-path, #x-form-el-modx-import-resource-class, #x-form-el-modx-import-allowed-extensions, #x-form-el-modx-import-element { width: 100% !important; padding-left: 0 !important; } } .x-panel-header { background: none; border-bottom: 1px solid #ddd; border: none; font-size: 16px; margin: 0 0 0 0; padding: 0 0 10px 0; } /* grids */ .x-small-editor .x-form-field { font-size: 12px !important; } .grid-row-inactive { color: #999 !important; } a.x-grid-link { color: #081922; text-decoration: none; } a.x-grid-link:hover, a.x-grid-link:focus { text-decoration: underline; } /* panel stylings */ .modx-page-header, .modx-page-header div { background-color: transparent !important; } #modx-content form.x-panel-body { background-color: transparent !important; } /* Error container */ @media screen and (max-width: 640px) { #modx-content { position: relative; width: auto !important; top: auto !important; left: auto !important; } } #modx-content .modx_error { width: 95%; margin: 26px 0 0 15px; } #modx-content .modx_error h2 { margin: 0 0 14px 0; } #modx-content .modx_error .error_container { padding: 10px; border: 2px solid #f22; background: #f99; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } #modx-content .modx_error .error_container ul { list-style: none; margin-top: 6px; margin-left: 0; } #modx-content .modx_error .error_container ul li { margin-bottom: 6px; } #modx-content .modx_error .error_container ul li:last-child { margin-bottom: 0; } #modx-content .modx_error .error_container.multiple p:first-child { font-size: 1.4em; font-weight: bold; } @media screen and (max-width: 640px) { #modx-content .x-panel-body { height: auto !important; width: auto !important; } } /* TODO: remove it */ #modx-mainpanel { height: 100%; position: relative; } /* news articles */ .news_article { border-bottom: 1px solid #ddd; padding: 10px 0 33px; } .news_article h2 { font-size: 17px; } .news_article .content { color: #444; } .news_article a { color: #535d6c; text-decoration: none; } .news_article a:hover { color: #90b1b9; } .news_article .date_stamp { color: #535d6c; float: right; font-size: 11px; font-style: italic; } /* portlets */ .x-portal .x-panel-dd-spacer { margin-bottom: 10px; } .x-portlet { margin-bottom: 10px; } .x-portlet .x-panel-ml { padding-left: 2px; } .x-portlet .x-panel-mr { padding-right: 2px; } .x-portlet .x-panel-bl { padding-left: 2px; } .x-portlet .x-panel-br { padding-right: 2px; } .x-portlet .x-panel-body { background: white; } .x-portlet .x-panel-mc { padding-top: 2px; } .x-portlet .x-panel-bc .x-panel-footer { padding-bottom: 2px; } .x-portlet .x-panel-nofooter .x-panel-bc { height: 2px; } .x-portal-space h2 { border-bottom: 1px solid #d4d4d4; margin: 0 0 8px; padding: 0 0 2px; } /* column tree */ .x-column-tree .x-panel-header { border-bottom-width: 0px; padding: 3px 0px 0px 0px; } .x-column-tree .x-panel-header .x-panel-header-text { margin-left: 3px; } .x-column-tree .x-tree-node { zoom: 1; } .x-column-tree .x-tree-node-el { zoom: 1; } .x-column-tree .x-tree-selected { background: #d9e8fb; } .x-column-tree .x-tree-node a { line-height: 18px; vertical-align: middle; } .x-column-tree .x-tree-node .x-tree-selected a span { background: transparent; color: #000; } .x-tree-col { float: left; overflow: hidden; padding: 0 1px; zoom: 1; } .x-tree-col-text, .x-tree-hd-text { color: #000; font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; overflow: hidden; padding: 3px 3px 3px 5px; text-overflow: ellipsis; white-space: nowrap; } .x-tree-headers { cursor: default; margin-top: 3px; zoom: 1; } .x-tree-hd { border-left: 1px solid #eee; border-right: 1px solid #d0d0d0; float: left; overflow: hidden; } /* rowactions */ .ux-row-action-cell .x-grid3-cell-inner { padding: 1px 0 0 0; } .ext-ie .ux-row-action-item { width: 16px; } .ext-ie .ux-row-action-text { width: auto; } .ux-row-action-item span { background: transparent url("../images/style/go-next.png") no-repeat scroll 1px 4px; display: inline !important; line-height: 24px; margin: 0 5px; padding: 5px 5px 5px 22px; vertical-align: middle; } .icon-uninstall span { background: url("../images/style/delete.png") no-repeat scroll 1px 4px transparent; } .package-details span { background: url("../images/style/info.png") no-repeat scroll 1px 4px transparent; } .package-download span { background: url("../images/style/download.png") no-repeat scroll 1px 4px transparent; } .package-installed span { background: url("../images/style/accept.png") no-repeat scroll 1px 4px transparent; } .ext-ie .ux-row-action-item span { width: auto; } .x-grid-group-hd div { height: 16px; position: relative; } .ux-grow-action-item { background-position: 0 50% !important; background-repeat: no-repeat; cursor: pointer; float: left; margin: 0; min-width: 16px; padding: 0 !important; } .ext-ie .ux-grow-action-item { width: 16px; } .ux-action-right { float: right; margin: 0 3px 0 2px; padding: 0 !important; } .ux-grow-action-text { background: transparent none !important; float: left; margin: 0 !important; padding: 0 !important; } .ux-row-action-item:hover { background: #dfdfdf; background: linear-gradient(center bottom, #dfdfdf 0%, white 100%); border: 1px solid #9caf78; color: #636f4c !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#dfdfdf,GradientType=0); } .ux-row-action-item:active { background-color: #ffffff; background-image: none; border-color: #CFCFCF #C0C0C0 #AAAAAA; box-shadow: 0 0 3px #aaaaaa inset; margin: 2px 1px 0; } .ux-row-action-item:active span { text-shadow: none; } .ux-row-action-item { background: linear-gradient(center bottom, gainsboro 0%, #fcfcfc 100%); background: url("/manager/templates/default/images/modx-theme/form/button-bg.png") repeat-x scroll 0 bottom gainsboro; border-collapse: separate; border-color: #CACACA #C0C0C0 #AAA; border-radius: 3px; border-style: solid; border-width: 1px; box-shadow: rgba(0, 0, 0, 0.2) 0 0 1px; color: #444; cursor: pointer; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc,endColorstr=#dcdcdc,GradientType=0); float: left; font-weight: bold; margin: 2px 1px 0; overflow: hidden; padding: 3px; position: relative; text-shadow: 0 1px 0 #FAFAFA; } /* checkbox tree */ .x-tree-checkbox { background: url(../../../assets/ext3/resources/images/default/form/checkbox.gif) no-repeat 0 0; height: 13px; margin: 0 1px; vertical-align: middle; width: 13px; } .x-tree-checkbox-over .x-tree-checkbox { background-position: -13px 0; } .x-tree-checkbox-down .x-tree-checkbox { background-position: -26px 0; } .x-tree-node-disabled .x-tree-checkbox { background-position: -39px 0; } .x-tree-node-checked { background-position: 0 -13px; } .x-tree-checkbox-over .x-tree-node-checked { background-position: -13px -13px; } .x-tree-checkbox-down .x-tree-node-checked { background-position: -26px -13px; } .x-tree-node-disabled .x-tree-node-checked { background-position: -39px -13px; } .x-tree-node-grayed { background-position: 0 -26px; } .x-tree-checkbox-over .x-tree-node-grayed { background-position: -13px -26px; } .x-tree-checkbox-down .x-tree-node-grayed { background-position: -26px -26px; } .x-tree-node-disabled .x-tree-node-grayed { background-position: -39px -26px; } .x-tree-branch-unchecked .x-tree-checkbox, .x-tree-branch-unchecked .x-tree-node-checked, .x-tree-branch-unchecked .x-tree-node-grayed { background-position: 0 0; } .x-tree-branch-unchecked .x-tree-checkbox-over .x-tree-checkbox, .x-tree-branch-unchecked .x-tree-checkbox-over .x-tree-node-checked, .x-tree-branch-unchecked .x-tree-checkbox-over .x-tree-node-grayed { background-position: -13px 0; } .x-tree-branch-unchecked .x-tree-checkbox-down .x-tree-checkbox, .x-tree-branch-unchecked .x-tree-checkbox-down .x-tree-node-checked, .x-tree-branch-unchecked .x-tree-checkbox-down .x-tree-node-grayed { background-position: -26px 0; } .x-tree-branch-unchecked .x-tree-node-disabled .x-tree-checkbox, .x-tree-branch-unchecked .x-tree-node-disabled .x-tree-node-checked, .x-tree-branch-unchecked .x-tree-node-disabled .x-tree-node-grayed { background-position: -39px 0; } .x-tree-branch-checked .x-tree-checkbox, .x-tree-branch-checked .x-tree-node-checked, .x-tree-branch-checked .x-tree-node-grayed { background-position: 0 -13px; } .x-tree-branch-checked .x-tree-checkbox-over .x-tree-checkbox, .x-tree-branch-checked .x-tree-checkbox-over .x-tree-node-checked, .x-tree-branch-checked .x-tree-checkbox-over .x-tree-node-grayed { background-position: -13px -13px; } .x-tree-branch-checked .x-tree-checkbox-down .x-tree-checkbox, .x-tree-branch-checked .x-tree-checkbox-down .x-tree-node-checked, .x-tree-branch-checked .x-tree-checkbox-down .x-tree-node-grayed { background-position: -26px -13px; } .x-tree-branch-checked .x-tree-node-disabled .x-tree-checkbox, .x-tree-branch-checked .x-tree-node-disabled .x-tree-node-checked, .x-tree-branch-checked .x-tree-node-disabled .x-tree-node-grayed { background-position: -39px -13px; } /* switchbutton */ .x-rbtn button { -moz-outline: 0 none; background-color: transparent; background-position: center; background-repeat: no-repeat; border: 0 none; cursor: pointer; font-size: 1px; height: 16px; line-height: 1px; margin: 0; outline: 0 none; padding: 0; width: 24px; } .x-rbtn { table-layout: fixed; } .x-rbtn td { background-image: url("../images/restyle/icons/rbtn.gif"); background-repeat: no-repeat; border: 0 none; height: 21px; padding: 0; vertical-align: middle; width: 24px; } .x-rbtn td.x-rbtn-first { background-position: 0 0; } .x-rbtn td.x-rbtn-item { background-position: 0 -42px; } .x-rbtn td.x-rbtn-last { background-position: right -21px; } .x-rbtn td.x-rbtn-first-active { background-position: 0 -63px; } .x-rbtn td.x-rbtn-item-active { background-position: 0 -105px; } .x-rbtn td.x-rbtn-last-active { background-position: right -84px; } /* filetree */ /*.icon-ob{background-image:url(../../../assets/modext/util/filetree/img/icons/ob_16.png)!important}.icon-graph{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/chart_curve.png)!important}.icon-chart{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/chart_bar.png)!important}.icon-prefs{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/application_form.png)!important}.icon-ok{background-image:url(../../../assets/modext/util/filetree/img/icons/ok16.png)!important}.icon-view-tile{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/application_view_tile.png)!important}.icon-check,.icon-check-off{background-image:url(../ext/resources/images/default/menu/unchecked.gif)!important}.icon-check-on{background-image:url(../ext/resources/images/default/menu/checked.gif)!important}.icon-stat-data{background-image:url(../../../assets/modext/util/filetree/img/icons/kate_16.png)!important}.icon-rename{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/textfield_rename.png)!important}.icon-add-col{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/page_white_add.png)!important}.icon-del-col{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/page_white_delete.png)!important}.icon-save-table{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/table_save.png)!important}.icon-add-tab{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/tab_add.png)!important}.icon-del-tab{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/tab_delete.png)!important}.icon-go-tab{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/tab_go.png)!important}.icon-add-table{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/table_add.png)!important}.icon-del-table{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/table_delete.png)!important}.icon-admin{background-image:url(../../../assets/modext/util/filetree/img/icons/adv_settings_16.png)!important}.icon-grid{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/grid.png)!important}.icon-key{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/key.png)!important}.icon-key2{background-image:url(../../../assets/modext/util/filetree/img/icons/key_16.png)!important}.icon-expand-all{background-image:url(../../../assets/modext/util/filetree/img/icons/expand-all.gif)!important}.icon-collapse-all{background-image:url(../../../assets/modext/util/filetree/img/icons/collapse-all.gif)!important}.icon-tree-orgboard{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/chart_organisation.png)!important}.icon-tree-area{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/post_title.png)!important}.icon-tree-post{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/page_white.png)!important}.icon-plus{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/add.png)!important}.icon-minus{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/delete.png)!important}.icon-house{background-image:url(../../../assets/modext/util/filetree/img/icons/house_16.png)!important}.icon-user{background-image:url(../../../assets/modext/util/filetree/img/icons/user2_16.png)!important}.icon-trash-empty{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/bin_empty.png)!important}.icon-trash-closed{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/bin_closed.png)!important}.icon-disk{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/disk.png)!important}.icon-disk-bullet{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/bullet_disk.png)!important}.icon-undo{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/arrow_undo.png)!important}.icon-loading{background-image:url(../ext/resources/images/default/grid/grid-loading.gif)!important}.icon-db-refresh{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/database_refresh.png)!important}.icon-magnifier{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/magnifier.png)!important}.icon-wrench{background-image:url(../../../assets/modext/util/filetree/img/icons/wrench_16.png)!important}.icon-wrench-orange{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/wrench_orange.png)!important}.icon-star{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/star.png)!important}.icon-lock-go{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/lock_go.png)!important}.icon-group-add{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/group_add.png)!important}.icon-group-del{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/group_delete.png)!important}.icon-stat-portal{background-image:url(../../../assets/modext/util/filetree/img/icons/stat_portal_16.png)!important}.icon-stat-list{background-image:url(../../../assets/modext/util/filetree/img/icons/stat_list_16.png)!important}.icon-cancel{background-image:url(../../../assets/modext/util/filetree/img/icons/cancel16.png)!important}.icon-cross{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/cross.png)!important}.icon-defaults{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/arrow_rotate_clockwise.png)!important}.icon-load{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/database_go.png)!important}.icon-working{background-image:url(../ext/resources/images/default/grid/wait.gif)!important}.icon-upload{background-image:url(../../../assets/modext/util/filetree/img/icons/up.png)!important}.icon-folder-add{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/folder_add.png)!important}.icon-open{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/application_go.png)!important}.icon-open-self{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/application.png)!important}.icon-open-popup{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/application_double.png)!important}.icon-open-blank{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/application_cascade.png)!important}.icon-open-download{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/application_put.png)!important}.icon-refresh{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/arrow_refresh.png)!important}.icon-pencil{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/pencil.png)!important}.icon-stop{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/control_stop.png)!important}.icon-email{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/email.png)!important}.icon-email-compose{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/email_edit.png)!important}.icon-coins{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/coins.png)!important}.icon-clock{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/clock.png)!important}.icon-zoom{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/zoom.png)!important}.icon-print{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/printer.png)!important}.icon-folder-component{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/folder_brick.png)!important}.icon-extension{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/brick.png)!important}.icon-function{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/flag_yellow.png)!important}.icon-bulb{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/lightbulb.png)!important}.icon-bulb-off{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/lightbulb_off.png)!important}.icon-copy{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/page_white_copy.png)!important}.icon-db-gear,.icon-reconfigure{background-image:url(../../../assets/modext/util/filetree/img/silk/icons/database_gear.png)!important} */ .ux-up-item { background-color: #f0f0f0; background-image: url(../../../assets/modext/util/filetree/img/white_bg.png); background-repeat: no-repeat; cursor: default; height: 17px; line-height: 17px; margin-bottom: 1px; position: relative; } .ux-up-icon-file { float: left; height: 16px; margin-right: 4px; vertical-align: -3px; width: 16px; } .ux-up-indicator { background-color: #FF0; height: 17px; opacity: 0.4; filter: alpha(opacity=40); /* for IE <= 8 */ position: absolute; width: 40px; /*filter: alpha(opacity=40);*/ } .ux-up-icon-state { cursor: pointer; float: right; margin-right: 2px; width: 16px; z-index: -1; } .ux-up-icon-queued { background-image: url(../../../assets/modext/util/filetree/img/silk/icons/page_white_get.png); } .ux-up-icon-uploading { background-image: url(../../../../ext2/resources/images/default/grid/wait.gif); } .ux-up-icon-done { background-image: url(../../../assets/modext/util/filetree/img/silk/icons/accept.png); } .ux-up-icon-failed { background-image: url(../../../assets/modext/util/filetree/img/silk/icons/error.png); } .ux-up-icon-stopped { background-image: url(../../../assets/modext/util/filetree/img/silk/icons/stop.png); } .ux-up-text { float: left; } .ux-ftm-nodename { color: #000; cursor: default !important; font-weight: 700; } .ux-icon-combo-icon { background-position: 0 50%; background-repeat: no-repeat; height: 14px; width: 18px; } .ux-icon-combo-input { padding-left: 25px; } .x-form-field-wrap .ux-icon-combo-icon { left: 5px; top: 3px; } .ux-icon-combo-item { background-position: 3px 50% !important; background-repeat: no-repeat !important; padding-left: 24px !important; } /* status messages */ .modx-status-msg { background: #f4f4f4; border-radius: 5px; left: 70%; /*filter: alpha(opacity=80);*/ margin: 0; opacity: 0.8; filter: alpha(opacity=80); /* for IE <= 8 */ padding: 5px; position: fixed; top: 10px; width: 25%; z-index: 20000; } iframe[classname="x-hidden"] { visibility: hidden; } /*.modx-property-description { padding: 8px 11px 3px; }*/ /* file upload, is this the old legacy (single file) uploader? */ .ext-ux-uploaddialog-addbtn { background: url("../images/restyle/fileup/file-add.gif") no-repeat left center !important; } .ext-ux-uploaddialog-removebtn { background: url("../images/restyle/fileup/file-remove.gif") no-repeat left center !important; } .ext-ux-uploaddialog-resetbtn { background: url("../images/restyle/fileup/reset.gif") no-repeat left center !important; } .ext-ux-uploaddialog-uploadstartbtn { background: url("../images/restyle/fileup/upload-start.gif") no-repeat left center !important; } .ext-ux-uploaddialog-uploadstopbtn { background: url("../images/restyle/fileup/upload-stop.gif") no-repeat left center !important; } .ext-ux-uploaddialog-indicator-stoped { background: url("../images/restyle/fileup/done.gif") no-repeat center center; height: 16px; width: 16px; } .ext-ux-uploaddialog-indicator-processing { background: url("../images/restyle/fileup/loading.gif") no-repeat center center; height: 16px; width: 16px; } .ext-ux-uploaddialog-state { background-position: center center; background-repeat: no-repeat; text-align: center; } .ext-ux-uploaddialog-state-0 { background-image: url("../images/restyle/fileup/uncheck.gif"); } .ext-ux-uploaddialog-state-1 { background-image: url("../images/restyle/fileup/check.gif"); } .ext-ux-uploaddialog-state-2 { background-image: url("../images/restyle/fileup/failed.gif"); } .ext-ux-uploaddialog-state-3 { background-image: url("../images/restyle/fileup/file-uploading.gif"); } /* no more IE7 support */ /*.ext-ie7 .ext-ux-uploaddialog-dialog .x-progress-bar .x-progress-text div { display: none; } .ext-ie7 .ext-ux-uploaddialog-dialog .x-progress-text-back { left: 0px; position: absolute; right: 0px; } .ext-ie7 .ext-ux-uploaddialog-dialog .x-progress-text-back div { white-space: nowrap; width: auto !important; }*/ /* tree grid */ .tq-treegrid .tq-treegrid-col { border: none; } .tq-treegrid .tq-treegrid-icons { float: left; } .tq-treegrid .x-tree-node-el { line-height: 13px; padding: 1px 3px 1px 5px; } .tq-treegrid .tq-treegrid-static .x-tree-ec-icon { display: none; } .tq-treegrid .tq-treegrid-static .x-tree-node-el { cursor: default; } /* other */ .modx-tree-load-msg { color: #081922; font-size: .9em; line-height: 1; padding: 3px; white-space: pre-line; } /*.modx-policy-permissions-grid td { cursor: pointer; }*/ /* MODExt common classes */ .container { margin: 20px 15px 20px; } /* prevent cut off box shadows */ .container, .x-plain-bwrap, .x-plain-body { overflow: visible; } /* box-shadow for most panels + custom class to set explicitly */ .shadowbox, .x-form-label-left { border-radius: 3px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); /* prevent box-shadow in nested panels */ } .shadowbox .x-form-label-left, .x-tab-panel-bwrap .shadowbox, .x-form-label-left .x-form-label-left, .x-tab-panel-bwrap .x-form-label-left { border-radius: 0; box-shadow: none; } .x-window .shadowbox, .x-window .x-form-label-left { border-radius: 0; box-shadow: none; } /* Panel description text */ .panel-desc { background-color: #F0F0F0; border: none; border-radius: 0; color: #53595F; line-height: 1.5; margin-top: 15px; padding: 15px !important; } .x-window .panel-desc { margin-top: 0; margin-bottom: 15px; } .panel-desc .x-panel-bwrap { background-color: transparent !important; } .with-title .panel-desc { margin: 0; } .panel-desc p { padding: 0; } /* description panels in windows are styled by panel-desc styles, they seem to always have this class */ /*.win-desc { background: #DFDFDF; background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #f4f4f4 100%) repeat scroll 0 0 transparent; background: -ms-linear-gradient(center bottom, #dfdfdf 0%, #f4f4f4 100%); background: -o-linear-gradient(center bottom, #dfdfdf 0%, #f4f4f4 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #dfdfdf)); background: -webkit-linear-gradient(center bottom, #dfdfdf 0%, #f4f4f4 100%); background: linear-gradient(center bottom, #dfdfdf 0%, #f4f4f4 100%); border-bottom: 1px solid #CCC !important; border: 0 none; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F4F4F4,endColorstr=#DFDFDF,GradientType=0); margin-top: 0; padding: 10px 0 0 !important; } .win-desc p { color: #555; font-size: 13px; font-style: italic; line-height: 1.4; padding: 0 10px 10px; text-shadow: 0 1px 0 #fff; }*/ /* All the other wrapped element (forms need to be wrapped in a panel isolated from the other components) */ .main-wrapper { background-color: #FFF; padding: 15px 15px 15px 15px; } .with-title .main-wrapper { padding: 0 15px 10px 15px; } .left-col { padding-right: 15px; } .right-col { padding-left: 15px; } #modx-resource-settings .main-wrapper { padding-top: 0px; } /* #modx-resource-settings .modx-tv-label, #modx-page-settings .modx-tv-label { width: 216px; } */ /*.modx-tv .x-form-check-wrap { line-height: 14px !important; } .modx-tv .x-form-cb-label { font-weight: normal; top: 0; }*/ .tvs-wrapper { padding: 0; } #modx-resource-tvs-div { border-top-width: 0; visibility: hidden; /* prevent flash of unstyled tv from elements on page load */ } .modx-permissions-list { color: #777; font-size: 12px; } .modx-permissions-list-textarea { background-color: transparent !important; border: 0 !important; } /* for selectability in ext grids */ .x-selectable, .x-selectable * { -khtml-user-select: all !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; } /* Lightbox */ #ux-lightbox { left: 0; line-height: 0; position: absolute; text-align: center; width: 100%; z-index: 15000; } #ux-lightbox img { height: auto; width: auto; } #ux-lightbox a img { border: medium none; } #ux-lightbox-outerImageContainer { background-color: #FFF; height: 250px; margin: 0 auto; position: relative; width: 250px; } #ux-lightbox-imageContainer { padding: 10px; } #ux-lightbox-loading { background: url("../images/style/loading.gif") no-repeat scroll center 15% transparent; height: 25%; left: 0; line-height: 0; position: absolute; text-align: center; top: 40%; width: 100%; } #ux-lightbox-hoverNav { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 10; } #ux-lightbox-hoverNav a { outline: medium none; } #ux-lightbox-imageContainer > #ux-lightbox-hoverNav { left: 0; } #ux-lightbox-navPrev, #ux-lightbox-navNext { display: block; height: 100%; width: 49%; } #ux-lightbox-navPrev { float: left; left: 0; } #ux-lightbox-navPrev:hover, #ux-lightbox-navPrev:visited:hover { background: transparent url("images/lb-prev.png") no-repeat scroll left 33%; } #ux-lightbox-navNext { float: right; right: 0; } #ux-lightbox-navNext:hover, #ux-lightbox-navNext:visited:hover { background: transparent url("images/lb-next.png") no-repeat scroll right 33%; } #ux-lightbox-outerDataContainer { margin: 0 auto; width: 100%; } #ux-lightbox-dataContainer { background-color: #ffffff; font: normal 11px "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; font-size: 10px; overflow: auto; } #ux-lightbox-data { color: #666; padding: 0 10px; } #ux-lightbox-data #ux-lightbox-details { float: left; text-align: left; width: 80%; } #ux-lightbox-data #ux-lightbox-caption { font-weight: bold; } #ux-lightbox-data #ux-lightbox-imageNumber { clear: left; display: block; padding-bottom: 1em; } #ux-lightbox-data #ux-lightbox-navClose { background: transparent url("../images/style/close.png") no-repeat scroll 0 0; float: right; height: 16px; outline: medium none; padding-bottom: 0.7em; width: 16px; } #ux-lightbox-overlay, #ux-lightbox-shim { background-color: #000; border: 0 none; height: 500px; left: 0; margin: 0; padding: 0; position: absolute; top: 0; width: 100%; z-index: 14999; } #ux-lightbox-shim { background-color: transparent; z-index: 89; } /* Card Layout (ex. Package Manager) */ .x-panel-body-noheader .x-grid3-row { position: relative; } .x-grid3-col-main { padding: 10px 5px 35px; } .x-grid3-col-main-constraint { padding: 10px 5px 22px; } .x-grid3-col-main-installed { padding: 10px 5px 5px; } .x-grid3-cell-inner.x-grid3-col-main h3, .x-grid3-cell-inner.x-grid3-col-main-installed h3, .x-grid3-cell-inner.x-grid3-col-main-constraint h3 { color: #555555; font: normal 13px/1.4 "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; font-size: 20px; line-height: 1; margin: 0 0 5px 0; } .x-grid3-cell-inner.x-grid3-col-main .not-installed { color: #999999; } .package-installed { color: gray; opacity: 0.5; filter: alpha(opacity=50); /* for IE <= 8 */ } #modx-grid-package .green { text-align: center; } #modx-grid-package .green a { color: #BE0000 !important; } #modx-grid-package .red { color: #6CB24A !important; text-align: center; } .grid-with-buttons .x-grid3-row-expanded .x-grid3-row-body { margin: -45px 2px 0 -20px; padding: 18px 25px 40px; } /* Package browser */ .home-panel ol { border-top: 1px solid #CACACA; } .home-panel ol li { border-bottom: 1px solid #e0e0e0; } .home-panel ol li:first-child { border-top-color: 0 none; } .home-panel ol li:last-child { border-bottom: 0 none; } .home-panel ol li button { background-color: transparent; border: 0 none; color: #53595F; cursor: pointer; display: block; font-size: 15px; font-weight: bold; padding: 12px 20px 12px 6px; position: relative; text-decoration: none; } .home-panel ol li:hover button { /*background: transparent url($imgPath + 'style/search.png') no-repeat scroll right center;*/ color: #3697cd; } .home-panel ol li:hover button:before { content: ""; font-size: 14px; margin-top: -7px; /* half of the height to center vertically with top 50% */ opacity: 0.6; filter: alpha(opacity=60); /* for IE <= 8 */ position: absolute; top: 50%; right: 0; text-align: center; width: 20px; transition: opacity 0.25s; } .home-panel ol li .highlighted { color: #909090; float: right; font-size: 10px; padding: 13px 10px 0; } .home-panel ol li button .ct { color: #AAA; margin-right: 10px; } .home-panel .one_half { overflow: hidden; } .home-panel .desc-wrapper { margin-top: 38px; } .home-panel .text-wrapper { font-style: normal; max-height: none; } .home-panel .provider_name { background-color: #9bb3bf; line-height: 1.8; } .home-panel .pnl_instructions { margin: 20px 0; } .home-panel .stats { clear: both; display: inline-block; margin-top: 15px; } .home-panel .stats p { color: #777777; font-size: 12px; font-style: italic; line-height: 1.5; } .pbr-provider-box { float: left; margin-top: 10px; width: 250px; } .pbr-provider-home { padding: 10px; } .pbr-repository-view { padding: 10px; } .pbr-tag-view { padding: 10px; } .pbr-details-right { float: right !important; text-align: right !important; } .pbr-thumb-downloaded { opacity: 0.5; filter: alpha(opacity=50); /* for IE <= 8 */ } /*#package-browser-card-container { margin: 0; }*/ .one_half { float: left; margin-right: 3%; position: relative; width: 48%; } .last { clear: right; margin-right: 0 !important; } .package-readme { padding: 8px 11px 0px; } /* Template sidebar */ #modx-package-browser-home { margin-top: 5px; min-height: 560px; } /* Aside details are used in the thumbnail package provider view to show package info on the side */ .empty-text-wrapper { color: #888; font-weight: bold; line-height: 1.4; padding: 12px; } .aside-details { background-color: transparent; /*background-color: #FDFDFD;*/ border: 1px solid #E4E4E4; border-radius: 3px; margin-right: 0; } .aside-details .selected h5 { color: #53595F; font-size: 14px; margin: 10px 0; } .aside-details .selected img { border-radius: 3px; border: 1px solid #E4E4E4; height: 80px; width: 90px; } .aside-details .item { margin-bottom: 25px; } .aside-details .item p, .aside-details .item li { color: #888; line-height: 1.4; } .aside-details .item a { color: #53595F; font-style: italic; } .aside-details h4 { color: #53595F; font-size: 14px; margin: 10px 0; text-transform: uppercase; } .aside-details .aside-details h4 { font-size: 12px; margin-top: 0; } .aside-details .selected { border-bottom: 1px solid #E4E4E4; color: #081922; padding: 15px; text-align: center; } .aside-details .description, .aside-details .instructions { background-color: #FBFBFB; color: #53595F; font-size: 12px; line-height: 1.2; padding: 15px; } .aside-details .infos { padding: 15px; font-size: 12px; line-height: 1.2; color: #53595F; } .aside-details .infos ul li { font-size: 12px; } .aside-details .infos ul li .infoname { color: #999999; font-weight: bold; width: 50%; } .aside-details .infos ul li .infovalue { max-width: 50%; padding: 0 8px; word-wrap: break-word; } .aside-details .infos ul li span { display: inline-block; padding: 0; } /* The thumb-wrapper is used in package management for "templated" repositories, e.g. Front-end Templates */ .thumb-wrapper { background-color: #F5F5F5; border-radius: 3px; border: 1px solid #ccc; cursor: pointer; float: left; margin: 0 15px 15px 0; overflow: hidden; padding: 0 0 12px; position: relative; width: 250px; box-sizing: border-box; } .thumb-wrapper * { box-sizing: border-box; } .thumb-wrapper .thumb { background-color: #fff; border-bottom: 1px solid #ccc; height: 170px; margin: 0 auto; width: 100%; text-align: center; position: relative; } .thumb-wrapper .thumb img { max-height: 100%; max-width: 100%; } .thumb-wrapper .thumb .no-preview { color: #888; display: inline-block; font-size: 9px; font-weight: bold; padding: 31px 15px; text-align: center; text-transform: uppercase; } .thumb-wrapper span.downloaded, .thumb-wrapper span.featured { background-color: #658F1A; color: #fff; font-weight: bold; padding: 5px 0; position: absolute; text-align: center; text-shadow: none; top: 68px; width: 100%; } .thumb-wrapper span.featured { background-color: #3697cd; color: #FFFFFF; top: initial; bottom: 0; } .thumb-wrapper span { display: block; overflow: hidden; text-align: left; text-shadow: 0 1px 0 #fff; margin: 0; text-overflow: ellipsis; white-space: nowrap; } .thumb-wrapper .name { color: #53595F; font-size: 12px; font-weight: bold; float: left; padding: 12px 8px 12px 12px; width: 55%; } .thumb-wrapper .downloads { color: #999; font-size: 9px; text-transform: uppercase; float: right; text-align: right; padding: 8px 12px 8px 8px; width: 45%; } .thumb-wrapper .thumb-description { clear: both; padding: 0 12px; font-size: 12px; overflow: hidden; height: 50px; } .thumb-wrapper .thumb-footer { color: #999; font-size: 9px; text-transform: uppercase; padding: 8px 12px 0; text-align: center; } .thumb-wrapper.selected { background-color: #fff; padding: 0 0 12px; border-color: #3697cd; } .thumb-wrapper.selected img { border: 0 none; } .pbr-thumb { background: #ddd; height: 80px; padding: 3px; width: 100px; } .pbr-thumb img { height: 80px; width: 100px; } .x-grid3-hd-text-col, .x-grid3-hd-meta-col, .x-grid3-hd-info-col { text-align: center; } .x-grid3-col-text-col { font-size: 11px; text-align: center; } .x-grid3-col-info-col, .x-grid3-col-meta-col { font-size: 11px; font-weight: bold; text-align: center; } .x-grid3-col-meta-col { color: #53595F; } .x-grid3-col-info-col { color: #6CB24A; } .not-installed .x-grid3-col-info-col { color: #BE0000; } .inline-button { -webkit-box-align: center; display: inline; margin: 0 auto; padding: 8px; text-align: center; } .meta-wrapper { color: #808080; max-height: 400px; overflow: auto; padding: 15px; white-space: pre; word-wrap: break-word; } .window-no-padding .x-panel-mc { padding: 0 !important; } .window-no-padding .x-panel-ml { padding: 0 !important; } .window-no-padding .x-panel-mr { padding: 0 !important; } .window-no-padding .x-tab-panel-noborder { margin: 0 !important; } .upload-error { color: #f00; } .upload-success { color: #090; } .upload-status-text { white-space: normal; } .upload-thumb { float: right; } .auto-width { width: auto !important; } .auto-height { height: auto !important; } .x-datetime-inline-editor .x-datetime-wrap { margin-top: 0 !important; } ::-webkit-scrollbar, ::-webkit-scrollbar-thumb { width: 1rem; height: 1rem; border: .25rem solid transparent; border-radius: .5rem; background-color: transparent; } ::-webkit-scrollbar-thumb { box-shadow: inset 0 0 0 1rem rgba(83, 89, 95, 0.2); } ::-webkit-scrollbar-thumb:hover { box-shadow: inset 0 0 0 1rem rgba(83, 89, 95, 0.3); } ::-webkit-resizer, ::-webkit-scrollbar-corner { background-color: transparent; }