body, input, textarea, .page-title span, .pingback a.url { font-family: 'Open Sans', sans-serif !important; font-weight: 400; } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/opensans/OpenSansLight.woff") format("woff"); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local("Open Sans"), local("OpenSans"), url("../fonts/opensans/OpenSans.woff") format("woff"); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/opensans/OpenSansBold.woff") format("woff"); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 300; src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url("../fonts/opensans/OpenSansLightItalic.woff") format("woff"); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 400; src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/opensans/OpenSansItalic.woff") format("woff"); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 700; src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/opensans/OpenSansBoldItalic.woff") format("woff"); } /*! * Font Awesome 4.0.3 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/fontawesome-webfont.eot?v=4.0.3"); src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; } .fa { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ .fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; } .fa-li.fa-lg { left: -1.85714em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; animation: spin 2s infinite linear; } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @-o-keyframes spin { 0% { -o-transform: rotate(0deg); } 100% { -o-transform: rotate(359deg); } } @-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); } 100% { -ms-transform: rotate(359deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } .fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: white; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-asc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-desc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-reply-all:before { content: "\f122"; } .fa-mail-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } ul.link-dropdown-menu, ul.user-dropdown-menu, ul.gv-dropdown-menu, div.navlogo, ul.navlist li, div.footer-left, div.footer-left p, a.headerButton, a.button-gui, div .tile, div .bigtile, div .tile a span.add-Icon, div .bigtile a span.add-Icon, div.centralContent, .contentDiv li, div.dropdownInner ul, .search-field, .machineClass, .scenarioMachine { float: left; } div.navmenu, div.footer-right, div.footer-right p, ul.headerButtonList li, div .tile div.iconSet span, div .bigtile div.iconSet span, div.headerBar > div.headerButtonBar { float: right; } div.tileList:after, div.resizecontainer:after, div.headerBar > div.headerButtonBar:after, .machineClass:after, .scenarioSingleMachine:after { clear: both; content: '.'; display: block; font-size: 0; height: 0; visibility: hidden; } .addButton, .deleteButton, a.headerButton, a.button-gui, div.toolbox div.gv_action_button, .clusterDownBtn button, div .tile a span.icon, div .bigtile a span.icon, div .tile a svg, div .bigtile a svg, div .tile div.iconSet span, div .bigtile div.iconSet span, div .bigtile, .contentDiv .icon, .icon-info-sign, .arangoicon, div.headerDropdown.headerDropdown input[type=checkbox].css-checkbox + label.css-label, .search-submit-icon, .gv-search-submit-icon, .scenarioImage { cursor: pointer; } nav.navbar, footer.footer { background-color: #333232; color: white; left: 0; position: fixed; right: 0; width: 100%; z-index: 1000; } .button-danger { background-color: #da4f49; } .button-danger:hover, .button-danger:focus { background-color: #be342e; } .deleteButton, a.danger.coordinator, a.danger.dbserver { color: #da4f49; } .deleteButton:hover, a.danger.coordinator:hover, a.danger.dbserver:hover, .deleteButton:focus, a.danger.coordinator:focus, a.danger.dbserver:focus { color: #be342e; } a.danger.coordinator, a.danger.dbserver { fill: #da4f49; } a.danger.coordinator:hover, a.danger.dbserver:hover, a.danger.coordinator:focus, a.danger.dbserver:focus { fill: #be342e; } .button-success { background-color: #8aa051; } .button-success:hover, .button-success:focus { background-color: #788f3d; } .addButton, a.success.coordinator, a.success.dbserver { color: #8aa051; } .addButton:hover, a.success.coordinator:hover, a.success.dbserver:hover, .addButton:focus, a.success.coordinator:focus, a.success.dbserver:focus { color: #788f3d; } a.success.coordinator, a.success.dbserver { fill: #8aa051; } a.success.coordinator:hover, a.success.dbserver:hover, a.success.coordinator:focus, a.success.dbserver:focus { fill: #788f3d; } .button-warning { background-color: #faa732; } .button-warning:hover, .button-warning:focus { background-color: #f89406; } a.warning.coordinator, a.warning.dbserver { color: #faa732; } a.warning.coordinator:hover, a.warning.dbserver:hover, a.warning.coordinator:focus, a.warning.dbserver:focus { color: #f89406; } a.warning.coordinator, a.warning.dbserver { fill: #faa732; } a.warning.coordinator:hover, a.warning.dbserver:hover, a.warning.coordinator:focus, a.warning.dbserver:focus { fill: #f89406; } .button-neutral, .button-close { background-color: #8f8d8c; } .button-neutral:hover, .button-close:hover, .button-neutral:focus, .button-close:focus { background-color: #736b68; } .button-primary { background-color: #564e4a; } .button-primary:hover, .button-primary:focus { background-color: #3a322e; } .button-header, a.headerButton, a.button-gui { background-color: #dddddd; border: 1px solid #222222; color: #555555; } .button-header:hover, a.headerButton:hover, a.button-gui:hover, .button-header:focus, a.headerButton:focus, a.button-gui:focus { background-color: white; color: black; } .button-notification { background-color: #faa020; } .button-notification:hover, .button-notification:focus { background-color: #f87c0f; } .button-inactive { background-color: lightgrey; } .button-inactive:hover, .button-inactive:focus { background-color: grey; } a.inactive.coordinator, a.inactive.dbserver { color: lightgrey; } a.inactive.coordinator:hover, a.inactive.dbserver:hover, a.inactive.coordinator:focus, a.inactive.dbserver:focus { color: grey; } a.inactive.coordinator, a.inactive.dbserver { fill: lightgrey; } a.inactive.coordinator:hover, a.inactive.dbserver:hover, a.inactive.coordinator:focus, a.inactive.dbserver:focus { fill: grey; } ul.link-dropdown-menu, ul.user-dropdown-menu, ul.gv-dropdown-menu { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-color: white; border-color: rgba(0, 0, 0, 0.2); border-style: solid; border-width: 1px; display: none; list-style: none; margin: 5px 0 0; padding: 5px 0; position: absolute; right: 0; top: 80%; z-index: 1000; } ul.link-dropdown-menu li, ul.user-dropdown-menu li, ul.gv-dropdown-menu li { line-height: 20px; white-space: nowrap; width: 100%; } ul.link-dropdown-menu li.dropdown-header, ul.user-dropdown-menu li.dropdown-header, ul.gv-dropdown-menu li.dropdown-header { color: #999999; font-size: 15px; font-weight: 600; font-variant: small-caps; padding: 0 15px; } ul.link-dropdown-menu li.divider, ul.user-dropdown-menu li.divider, ul.gv-dropdown-menu li.divider { background-color: #e5e5e5; height: 1px; margin: 10px 1px; } ul.link-dropdown-menu a, ul.user-dropdown-menu a, ul.gv-dropdown-menu a { color: #333232; padding: 0 20px; } ul.link-dropdown-menu:before, ul.user-dropdown-menu:before, ul.gv-dropdown-menu:before { position: absolute; border-width: 7px; border-style: solid; border-color: transparent; border-top: none; border-bottom-color: rgba(0, 0, 0, 0.2); display: inline-block; content: ''; position: absolute; right: 7px; top: -7px; } ul.link-dropdown-menu:after, ul.user-dropdown-menu:after, ul.gv-dropdown-menu:after { position: absolute; border-width: 7px; border-style: solid; border-color: transparent; border-top: none; border-bottom-color: white; display: inline-block; content: ''; right: 8px; top: -6px; } .navbar .nav li.dropdown .active > .dropdown-toggle, .navbar .nav li.dropdown .open > .dropdown-toggle, .navbar .nav li.dropdown .open.active > .dropdown-toggle { background: #788f3d; } nav.navbar { height: 38px; margin-bottom: 3px; top: 0; } nav.navbar .nav > .active > a { background-color: #8aa051; color: white; -webkit-box-shadow: 0 0 0 transparent inset; -moz-box-shadow: 0 0 0 transparent inset; box-shadow: 0 0 0 transparent inset; } nav.navbar .nav > li > a:focus { background-color: #333232; } nav.navbar .nav > li > a:hover { background-color: #8aa051; color: white; } div.navlogo { margin-left: 5px; margin-right: 1px; padding-top: 3px; } ul.navlist { list-style: none; } ul.navlist li { margin-left: 1px; } ul.navlist li.navbar-spacer { -webkit-box-shadow: 1px 0 0 #c8c8c8; -moz-box-shadow: 1px 0 0 #c8c8c8; box-shadow: 1px 0 0 #c8c8c8; background-color: #a0a0a0; height: 21px; margin-top: 9px; width: 1px; } ul.navlist li.navbar-spacer.big { margin-left: 15px; margin-right: 15px; } ul.navlist li.navbar-spacer.med { margin-left: 5px; margin-right: 5px; } ul.navlist li.navbar-spacer:hover { background-color: #a0a0a0; } ul.navlist > li.active, ul.navlist li.dropdown-item:hover, ul.navlist > li:hover { background-color: #8aa051; } ul.navlist li.dropdown-item { margin-left: 0; } ul.navlist li.dropdown-item a { display: block; } a.tab { color: white; display: block; padding-top: 9px; padding-left: 10px; padding-bottom: 10px; padding-right: 10px; } a.tab.userImg { padding-bottom: 5px; } ul.gv-dropdown-menu { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background-color: rgba(0, 0, 0, 0.7); border: solid 1px #686766; margin-right: -20px; margin-top: 6px; } ul.gv-dropdown-menu:after { border-bottom-color: #333232; } ul.gv-dropdown-menu li:hover { background-color: #8aa051; background-image: none; } ul.gv-dropdown-menu li a { padding: 0; } ul.gv-dropdown-menu li a label { color: white; padding-left: 5px; } ul.gv-dropdown-menu li a:focus { background-color: #8aa051 !important; background-image: none; } #arangoCollectionSelect { display: none; float: right; margin-bottom: 0; margin-right: 15px; padding-bottom: 0; } .caret { border-left: 5px solid transparent; border-top: 5px solid white; border-right: 5px solid transparent; content: ''; display: inline-block; height: 0; vertical-align: top; width: 0; } .applications-menu { display: block; } .arango-logo { height: 34px; padding: 0 !important; } .arango-logo img { margin-left: 22px; } .footer { background-color: #333232; bottom: 0; font-size: 14px; left: 0; position: fixed; right: 0; text-align: center; z-index: 1000; } footer.footer { bottom: 0; height: 40px; } footer.footer p { margin-bottom: 0; padding-bottom: 10px; padding-top: 10px; } div.footer-left { background: none repeat scroll 0 0 #333232; color: white; width: 45%; } div.footer-right { background: none repeat scroll 0 0 #333232; color: #333232; width: 45%; } div.footer-right p { color: white; } div.footer-right i { color: #da4f49; font-size: 18px; } div.footer-right a { color: #fff; margin-left: 5px; position: relative; top: -1px; } div.footer-right .isOnline { color: #8aa051 !important; } .button-neutral, .button-primary, .button-notification, .button-success, .button-danger, .button-warning, .button-inactive, .button-close, .button-header { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0; -moz-box-shadow: 0; box-shadow: 0; font-size: 14px; font-weight: 300 !important; } .button-neutral, .button-primary, .button-notification, .button-success, .button-danger, .button-warning, .button-inactive, .button-close { border: 0; color: white; margin-left: 10px; padding: 5px 16px; } .button-header { margin-top: 5px; } .addButton { font-size: 22px; margin-right: 7px; margin-top: 2px; position: relative; } .deleteButton { font-size: 22px; padding-right: 3px; position: relative; top: 3px; } #closeBtnInfoView { margin-left: 0 !important; } button.large-distance { margin-left: 12px; } button.short-distance { margin-left: 6px; } ul.headerButtonList { display: inline-block; margin-bottom: 0; margin-left: 0; padding-left: 0 !important; } ul.headerButtonList li { display: inline; } button.shutdown { margin-top: 6px; padding: 3px 14px; } a.headerButton, a.button-gui { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; margin-left: 5px; margin-right: 5px; padding-left: 9px; padding-right: 9px; } a.headerButton { height: 17px; margin-top: 2px; padding-top: 4px; padding-bottom: 2px; position: relative; width: 9px; } a.headerButton .icon_arangodb_filter { top: 3px !important; } a.headerButton .icon_arangodb_import { top: 1px !important; } a.headerButton .icon_arangodb_checklist { right: 5px; top: 3px !important; } a.headerButton .icon_arangodb_arrowleft, a.headerButton .icon_arangodb_arrowright { font-weight: bold; } a.headerButton.activated { background-color: #788f3d; color: white; } a.headerButton.activated:hover { background-color: white; color: #788f3d; } div.toolbox { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; border: 3px solid #333232; margin-right: 5px; position: absolute; } div.toolbox div.gv_action_button { background-color: #333232; color: white; height: 50px; margin-bottom: 2px; margin-top: 2px; position: relative; text-align: center; width: 50px; } div.toolbox div.gv_action_button.active { background-color: #8aa051; } div.toolbox div.gv_action_button:first-child { margin-top: 0; } div.toolbox div.gv_action_button:last-child { margin-bottom: 0; } h6.gv_icon_icon, h6.gv_button_title { left: 0; margin: 0; position: absolute; right: 0; } h6.gv_icon_icon { font-size: 22px; top: 6px; } h6.gv_button_title { bottom: 1px; } button.graphViewer-icon-button { background-color: transparent; border: 0; height: 20px; margin-left: 5px; margin-top: -2px; padding: 0; width: 20px; } button.graphViewer-icon-button > img { height: 20px; padding-bottom: 10px; width: 20px; } button.gv_dropdown_entry { height: 30px; margin: 4px 4px 4px 30px; width: 160px; } button.gv_context_button { width: 65px; } .btn-icon { background-color: #383434; padding: 4px; } button.gv-icon-small { background-size: 16px 16px; height: 16px; width: 16px; } button.gv-icon-small.delete { background-image: url("../img/icon_delete.png"); } button.gv-icon-small.add { background-image: url("../img/plus_icon.png"); } button.gv-icon-btn { -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; background-size: 36px 36px; height: 36px; width: 36px; } button.gv-icon-btn.active { background-color: #8aa051; } button.btn-zoom:hover { background: inherit; } button.btn-zoom { background: none; height: 16px; margin: 0; padding: 0; position: absolute; width: 16px; } button.btn-zoom-top { left: 13px; top: 0; } button.btn-zoom-left { left: 0; top: 12px; } button.btn-zoom-bottom { left: 13px; top: 24px; } button.btn-zoom-right { right: 0; top: 12px; } button.gv-zoom-btn { background-size: 14px 14px; height: 14px; vertical-align: baseline; width: 14px; } button.gv-zoom-btn.pan-right { background-image: url("../img/gv_arrow_right.png"); } button.gv-zoom-btn.pan-left { background-image: url("../img/gv_arrow_left.png"); } button.gv-zoom-btn.pan-top { background-image: url("../img/gv_arrow_top.png"); } button.gv-zoom-btn.pan-bottom { background-image: url("../img/gv_arrow_bottom.png"); } a.pagination-button, ul.arango-pagination a { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .badge, .label, .btn { text-shadow: none !important; } .thumbnail, .navbar-inner { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: 0; -moz-box-shadow: 0; box-shadow: 0; } .modal-body th.actionCell > button { margin-top: -12px; } button { font-family: 'Open Sans', sans-serif !important; } .btn-old-padding { padding-bottom: 4px !important; padding-top: 4px !important; } button.btn-overview, button.btn-server { margin: 5px; } button.btn-server { width: 120px; } a.button-gui { height: auto; margin-bottom: 0; margin-top: 0; padding-top: 1px; padding-bottom: 1px; position: absolute; right: 2px; text-decoration: none !important; top: 2px; width: auto; } a.button-gui.button-gui-disabled { display: none; } .clusterDownBtn { padding-bottom: 10px; padding-top: 10px; text-align: center; } .clusterDownBtn button { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-color: #f1f1f1; border: 1px solid rgba(0, 0, 0, 0.1875); color: #333333; font-size: 20px; font-weight: 300; margin: 0; padding: 12px 18px; text-align: center; text-decoration: none !important; width: 250px; } .clusterDownBtn button:hover { background-color: #e8e8e8; color: #4a6c30; -webkit-transition-delay: 0; -webkit-transition-duration: .2s; -webkit-transition-property: all; -webkit-transition-timing-function: ease-in; } .clusterDownBtn button.green { background-color: #617e2b; color: white; } .clusterDownBtn button.green:hover { background-color: #8ba142; } div.tileList { margin-left: -6px; margin-right: -6px; } div.tileList legend { padding-left: 5px; } div .tile, div .bigtile { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: rgba(0, 0, 0, 0.05); font-size: 14px; list-style: none; margin-bottom: 13px; margin-left: 6px; margin-right: 6px; position: relative; text-align: center; } div .tile img.icon, div .bigtile img.icon { height: 50px; width: 50px; } div .tile a span.add-Icon, div .bigtile a span.add-Icon { font-size: 22px; margin-left: 22px; margin-right: 10px; margin-top: -5px; position: relative; right: 4px; top: 2px; } div .tile a span.icon, div .bigtile a span.icon { font-size: 50px; } div .tile a svg.icon, div .bigtile a svg.icon { height: 50px; width: 50px; } div .tile svg.tile-icon-svg, div .bigtile svg.tile-icon-svg { fill: #686766; height: 50px; margin-left: 90px; margin-top: 10px; width: 50px; } div .tile span.tile-icon, div .bigtile span.tile-icon { color: #686766; font-size: 50px; line-height: 1.2; } div .tile h5, div .bigtile h5 { background: #686766; color: white; font-size: 12px; margin: 0; overflow: hidden !important; padding: 4px 8px; text-overflow: ellipsis !important; white-space: nowrap !important; } div .tile div.iconSet, div .bigtile div.iconSet { position: absolute; right: 5px; top: 5px; } div .tile div.iconSet span, div .bigtile div.iconSet span { font-size: 18px; opacity: .5; padding-left: 7px; } div .tile div.iconSet span:hover, div .bigtile div.iconSet span:hover { opacity: 1.0; } div .tile div.iconSet span.disabled, div .bigtile div.iconSet span.disabled { cursor: default; opacity: .2; } div .tile .badge-success, div .bigtile .badge-success { font-weight: 300; } div .tile .unloaded div, div .bigtile .unloaded div { border-bottom: 16px solid #ff8f35; } div .tile .deleted div, div .bigtile .deleted div { border-bottom: 16px solid #770000; } div .tile div.tileBadge, div .bigtile div.tileBadge { bottom: 29px; font-size: 11px; font-weight: 300; position: absolute; right: 0; } div .tile div.tileBadge button, div .bigtile div.tileBadge button { margin-left: 0; margin-right: 5px; } div .tile div.tileBadge span, div .bigtile div.tileBadge span { display: inline-block; line-height: 13px; } div .tile div.tileBadge span div.corneredBadge, div .bigtile div.tileBadge span div.corneredBadge { border-left: 17px solid transparent; border-bottom-style: solid; border-bottom-width: 17px; color: #fff; height: 0; padding-left: 4px; padding-right: 9px; } div .tile div.tileBadge span div.corneredBadge.loaded, div .bigtile div.tileBadge span div.corneredBadge.loaded { border-bottom-color: #8aa051; } div .tile div.tileBadge span div.corneredBadge.unloaded, div .bigtile div.tileBadge span div.corneredBadge.unloaded { border-bottom-color: #ff8f35; } div .tile { height: 100px; width: 228px; } div .bigtile { height: 309px; width: 456px; } div .bigtile div.shardContainer { font-size: 30px; } div .bigtile div.shardContainer span { padding: 2px; } .collectionName { bottom: 0; font-weight: 300; left: 0; position: absolute; right: 0; text-align: left; } div.resizecontainer { margin: 0 auto; } @media (max-width: 798px) { #arangoCollectionUl { display: none; } #collectionsDropdown ul { width: auto !important; } #arangoCollectionSelect { display: inline-block; } } @media (min-width: 799px) and (max-width: 1041px) { #arangoCollectionUl a { font-size: 12px; padding: 10px 5px; } } @media (min-width: 1042px) and (max-width: 1284px) { #arangoCollectionUl a { font-size: 14px; } } @media (min-width: 240px) and (max-width: 479px) { div.resizecontainer { width: 228px; } .dashboard-large-chart { width: 148px; } .dashboard-large-chart .dashboard-sub-bar { width: 136px; } .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { height: 190px; width: 138px; } .dashboard-sub-bar-menu { font-size: 12px; } .dashboard-medium-chart { width: 98px; } .dashboard-medium-chart .dashboard-sub-bar { margin-left: -5px; width: 96px; } .dashboard-medium-chart .dashboard-interior-chart { height: 190px; width: 98px; } .dashboard-medium-chart .dashboard-medium-chart-menu { font-size: 12px; left: 81px; top: 0; } .dashboard-medium-chart #clusterGraphs svg { height: 190px; width: 98px; } .dashboard-medium-chart #clusterGraphs svg text { font-size: 10px; } .dashboard-small-chart { width: 68px; } .dashboard-small-chart .dashboard-sub-bar { width: 56px; } .dashboard-small-chart .dashboard-small-chart-inner { width: 58px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { height: 195px; width: 58px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text { fill: #666666; font-size: 10px; font-weight: 400; } .dashboard-tendency-container .dashboard-tendency-chart { height: 78.25px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 9px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar { height: 25.08333px; line-height: 25.08333px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { height: 40.16667px; line-height: 19.08333px; padding-top: 5px; } .dashboard-tendency-container .dashboard-sub-bar { width: 56px; } .dashboard-bar-chart-container { height: 77.75px; } .dashboard-bar-chart-container .dashboard-bar-chart { height: 77.75px; width: 58px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title { height: 25.25px; line-height: 25.25px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 29.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 11.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart { height: 33.5px; line-height: 33.5px; padding: 5px 8px 10px; width: 42px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart { height: 38.5px; } .dashboard-bar-chart-container .dashboard-sub-bar { width: 56px; } .modal-chart-detail { bottom: 12.1% !important; left: 50%; margin-left: -114px; width: 228px; } .modal-chart-detail .modal-body { height: 95%; max-height: none; padding: 5px; } .modal-chart-detail .modal-dashboard-legend { display: none; font-size: 12px; min-height: 190px; width: 10px; } .modal-chart-detail .modal-inner-detail { width: 208px; } .modal-body .dashboard-large-chart { width: 143px; } .modal-body .dashboard-large-chart .dashboard-sub-bar { width: 131px; } .modal-body .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { width: 133px; } .modal-body .dashboard-medium-chart { width: 93px; } .modal-body .dashboard-medium-chart .dashboard-sub-bar { width: 91px; } .modal-body .dashboard-medium-chart .dashboard-interior-chart { width: 93px; } .modal-body .dashboard-medium-chart .dashboard-medium-chart-menu { left: 76px; } .modal-body .dashboard-small-chart { width: 63px; } .modal-body .dashboard-small-chart .dashboard-sub-bar { width: 51px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner { width: 53px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { width: 53px; } .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 6.5px; } .modal-body .dashboard-tendency-container .dashboard-sub-bar { width: 51px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart { width: 58px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 29.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 11.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart-chart { width: 42px; } .modal-body .dashboard-bar-chart-container .dashboard-sub-bar { width: 56px; } .percentage { font-size: 14px; } .absolut { font-size: 14px; font-weight: 300; } .dashboard-sub-bar { font-size: 10px; font-weight: 400; } .dashboard-subtitle-bar { font-size: 14px; font-weight: 300; } .dashboard-figure { font-size: 16px; font-weight: 400; } .dashboard-figurePer { font-size: 14px; font-weight: 300; } .dygraph-axis-label.dygraph-axis-label-y, .dygraph-axis-label.dygraph-axis-label-x { font-size: 10px; font-weight: 400; } .dashboard-legend { display: none; font-size: 10px; font-weight: 400; height: 195px; margin-top: -3px; width: 0; } .dashboard-half-height-legend { display: none; font-size: 10px; height: 100px; width: 0; } } @media (min-width: 480px) and (max-width: 719px) { div.resizecontainer { width: 468px; } .dashboard-large-chart { width: 308px; } .dashboard-large-chart .dashboard-sub-bar { width: 296px; } .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { height: 190px; width: 298px; } .dashboard-sub-bar-menu { font-size: 12px; } .dashboard-medium-chart { width: 218px; } .dashboard-medium-chart .dashboard-sub-bar { margin-left: -5px; width: 216px; } .dashboard-medium-chart .dashboard-interior-chart { height: 190px; width: 218px; } .dashboard-medium-chart .dashboard-medium-chart-menu { font-size: 12px; left: 201px; top: 0; } .dashboard-medium-chart #clusterGraphs svg { height: 190px; width: 218px; } .dashboard-medium-chart #clusterGraphs svg text { font-size: 10px; } .dashboard-small-chart { width: 148px; } .dashboard-small-chart .dashboard-sub-bar { width: 136px; } .dashboard-small-chart .dashboard-small-chart-inner { width: 138px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { height: 195px; width: 138px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text { fill: #666666; font-size: 10px; font-weight: 400; } .dashboard-tendency-container .dashboard-tendency-chart { height: 78.25px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 49px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar { height: 25.08333px; line-height: 25.08333px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { height: 40.16667px; line-height: 19.08333px; padding-top: 5px; } .dashboard-tendency-container .dashboard-sub-bar { width: 136px; } .dashboard-bar-chart-container { height: 77.75px; } .dashboard-bar-chart-container .dashboard-bar-chart { height: 77.75px; width: 138px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title { height: 25.25px; line-height: 25.25px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 85.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 35.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart { height: 33.5px; line-height: 33.5px; padding: 5px 8px 10px; width: 122px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart { height: 38.5px; } .dashboard-bar-chart-container .dashboard-sub-bar { width: 136px; } .modal-chart-detail { bottom: 12.1% !important; left: 50%; margin-left: -234px; width: 468px; } .modal-chart-detail .modal-body { height: 95%; max-height: none; padding: 5px; } .modal-chart-detail .modal-dashboard-legend { display: none; font-size: 12px; min-height: 190px; width: 10px; } .modal-chart-detail .modal-inner-detail { width: 448px; } .modal-body .dashboard-large-chart { width: 303px; } .modal-body .dashboard-large-chart .dashboard-sub-bar { width: 291px; } .modal-body .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { width: 293px; } .modal-body .dashboard-medium-chart { width: 213px; } .modal-body .dashboard-medium-chart .dashboard-sub-bar { width: 211px; } .modal-body .dashboard-medium-chart .dashboard-interior-chart { width: 213px; } .modal-body .dashboard-medium-chart .dashboard-medium-chart-menu { left: 196px; } .modal-body .dashboard-small-chart { width: 143px; } .modal-body .dashboard-small-chart .dashboard-sub-bar { width: 131px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner { width: 133px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { width: 133px; } .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 46.5px; } .modal-body .dashboard-tendency-container .dashboard-sub-bar { width: 131px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart { width: 138px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 85.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 35.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart-chart { width: 122px; } .modal-body .dashboard-bar-chart-container .dashboard-sub-bar { width: 136px; } .percentage { font-size: 14px; } .absolut { font-size: 14px; font-weight: 300; } .dashboard-sub-bar { font-size: 10px; font-weight: 400; } .dashboard-subtitle-bar { font-size: 14px; font-weight: 300; } .dashboard-figure { font-size: 16px; font-weight: 400; } .dashboard-figurePer { font-size: 14px; font-weight: 300; } .dygraph-axis-label.dygraph-axis-label-y, .dygraph-axis-label.dygraph-axis-label-x { font-size: 10px; font-weight: 400; } .dashboard-legend { display: none; font-size: 10px; font-weight: 400; height: 195px; margin-top: -3px; width: 0; } .dashboard-half-height-legend { display: none; font-size: 10px; height: 100px; width: 0; } } @media (min-width: 720px) and (max-width: 959px) { div.resizecontainer { width: 708px; } .dashboard-large-chart { width: 468px; } .dashboard-large-chart .dashboard-sub-bar { width: 456px; } .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { height: 190px; width: 458px; } .dashboard-sub-bar-menu { font-size: 12px; } .dashboard-medium-chart { width: 338px; } .dashboard-medium-chart .dashboard-sub-bar { margin-left: -5px; width: 336px; } .dashboard-medium-chart .dashboard-interior-chart { height: 190px; width: 338px; } .dashboard-medium-chart .dashboard-medium-chart-menu { font-size: 12px; left: 321px; top: 0; } .dashboard-medium-chart #clusterGraphs svg { height: 190px; width: 338px; } .dashboard-medium-chart #clusterGraphs svg text { font-size: 10px; } .dashboard-small-chart { width: 228px; } .dashboard-small-chart .dashboard-sub-bar { width: 216px; } .dashboard-small-chart .dashboard-small-chart-inner { width: 218px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { height: 195px; width: 218px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text { fill: #666666; font-size: 10px; font-weight: 400; } .dashboard-tendency-container .dashboard-tendency-chart { height: 78.25px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 89px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar { height: 25.08333px; line-height: 25.08333px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { height: 40.16667px; line-height: 19.08333px; padding-top: 5px; } .dashboard-tendency-container .dashboard-sub-bar { width: 216px; } .dashboard-bar-chart-container { height: 77.75px; } .dashboard-bar-chart-container .dashboard-bar-chart { height: 77.75px; width: 218px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title { height: 25.25px; line-height: 25.25px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 141.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 59.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart { height: 33.5px; line-height: 33.5px; padding: 5px 8px 10px; width: 202px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart { height: 38.5px; } .dashboard-bar-chart-container .dashboard-sub-bar { width: 216px; } .modal-chart-detail { bottom: 12.1% !important; left: 50%; margin-left: -354px; width: 708px; } .modal-chart-detail .modal-body { height: 95%; max-height: none; padding: 5px; } .modal-chart-detail .modal-dashboard-legend { display: none; font-size: 12px; min-height: 190px; width: 10px; } .modal-chart-detail .modal-inner-detail { width: 688px; } .modal-body .dashboard-large-chart { width: 463px; } .modal-body .dashboard-large-chart .dashboard-sub-bar { width: 451px; } .modal-body .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { width: 453px; } .modal-body .dashboard-medium-chart { width: 333px; } .modal-body .dashboard-medium-chart .dashboard-sub-bar { width: 331px; } .modal-body .dashboard-medium-chart .dashboard-interior-chart { width: 333px; } .modal-body .dashboard-medium-chart .dashboard-medium-chart-menu { left: 316px; } .modal-body .dashboard-small-chart { width: 223px; } .modal-body .dashboard-small-chart .dashboard-sub-bar { width: 211px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner { width: 213px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { width: 213px; } .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 86.5px; } .modal-body .dashboard-tendency-container .dashboard-sub-bar { width: 211px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart { width: 218px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 141.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 59.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart-chart { width: 202px; } .modal-body .dashboard-bar-chart-container .dashboard-sub-bar { width: 216px; } .percentage { font-size: 14px; } .absolut { font-size: 14px; font-weight: 300; } .dashboard-sub-bar { font-size: 10px; font-weight: 400; } .dashboard-subtitle-bar { font-size: 14px; font-weight: 300; } .dashboard-figure { font-size: 16px; font-weight: 400; } .dashboard-figurePer { font-size: 14px; font-weight: 300; } .dygraph-axis-label.dygraph-axis-label-y, .dygraph-axis-label.dygraph-axis-label-x { font-size: 10px; font-weight: 400; } .dashboard-legend { display: none; font-size: 10px; font-weight: 400; height: 195px; margin-top: -3px; width: 0; } .dashboard-half-height-legend { display: none; font-size: 10px; height: 100px; width: 0; } } @media (min-width: 960px) and (max-width: 1199px) { div.resizecontainer { width: 948px; } .dashboard-large-chart { width: 628px; } .dashboard-large-chart .dashboard-sub-bar { width: 616px; } .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { height: 225px; width: 498px; } .dashboard-sub-bar-menu { font-size: 13px; } .dashboard-medium-chart { width: 458px; } .dashboard-medium-chart .dashboard-sub-bar { margin-left: -5px; width: 456px; } .dashboard-medium-chart .dashboard-interior-chart { height: 225px; width: 338px; } .dashboard-medium-chart .dashboard-medium-chart-menu { font-size: 13px; left: 440px; top: 0; } .dashboard-medium-chart #clusterGraphs svg { height: 225px; width: 458px; } .dashboard-medium-chart #clusterGraphs svg text { font-size: 11px; } .dashboard-small-chart { width: 308px; } .dashboard-small-chart .dashboard-sub-bar { width: 296px; } .dashboard-small-chart .dashboard-small-chart-inner { width: 298px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { height: 232px; width: 298px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text { fill: #666666; font-size: 11px; font-weight: 400; } .dashboard-tendency-container .dashboard-tendency-chart { height: 96.5px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 129px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar { height: 31.16667px; line-height: 31.16667px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { height: 52.33333px; line-height: 25.16667px; padding-top: 5px; } .dashboard-tendency-container .dashboard-sub-bar { width: 296px; } .dashboard-bar-chart-container { height: 96px; } .dashboard-bar-chart-container .dashboard-bar-chart { height: 96px; width: 298px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title { height: 31.33333px; line-height: 31.33333px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 197.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 83.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart { height: 45.66667px; line-height: 45.66667px; padding: 5px 8px 10px; width: 282px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart { height: 50.66667px; } .dashboard-bar-chart-container .dashboard-sub-bar { width: 296px; } .modal-chart-detail { bottom: 12.1% !important; left: 50%; margin-left: -474px; width: 948px; } .modal-chart-detail .modal-body { height: 95%; max-height: none; padding: 5px; } .modal-chart-detail .modal-dashboard-legend { font-size: 13px; min-height: 225px; width: 130px; } .modal-chart-detail .modal-inner-detail { width: 808px; } .modal-body .dashboard-large-chart { width: 623px; } .modal-body .dashboard-large-chart .dashboard-sub-bar { width: 611px; } .modal-body .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { width: 493px; } .modal-body .dashboard-medium-chart { width: 453px; } .modal-body .dashboard-medium-chart .dashboard-sub-bar { width: 451px; } .modal-body .dashboard-medium-chart .dashboard-interior-chart { width: 333px; } .modal-body .dashboard-medium-chart .dashboard-medium-chart-menu { left: 435px; } .modal-body .dashboard-small-chart { width: 303px; } .modal-body .dashboard-small-chart .dashboard-sub-bar { width: 291px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner { width: 293px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { width: 293px; } .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 126.5px; } .modal-body .dashboard-tendency-container .dashboard-sub-bar { width: 291px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart { width: 298px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 197.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 83.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart-chart { width: 282px; } .modal-body .dashboard-bar-chart-container .dashboard-sub-bar { width: 296px; } .percentage { font-size: 15px; } .absolut { font-size: 15px; font-weight: 300; } .dashboard-sub-bar { font-size: 11px; font-weight: 400; } .dashboard-subtitle-bar { font-size: 15px; font-weight: 300; } .dashboard-figure { font-size: 18px; font-weight: 400; } .dashboard-figurePer { font-size: 16px; font-weight: 300; } .dygraph-axis-label.dygraph-axis-label-y, .dygraph-axis-label.dygraph-axis-label-x { font-size: 11px; font-weight: 400; } .dashboard-legend { font-size: 11px; font-weight: 400; height: 230px; margin-top: -3px; width: 120px; } .dashboard-half-height-legend { font-size: 11px; height: 117.5px; width: 60px; } } @media (min-width: 1200px) and (max-width: 1439px) { div.resizecontainer { width: 1188px; } .dashboard-large-chart { width: 788px; } .dashboard-large-chart .dashboard-sub-bar { width: 776px; } .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { height: 260px; width: 648px; } .dashboard-sub-bar-menu { font-size: 15px; } .dashboard-medium-chart { width: 578px; } .dashboard-medium-chart .dashboard-sub-bar { margin-left: -5px; width: 576px; } .dashboard-medium-chart .dashboard-interior-chart { height: 260px; width: 448px; } .dashboard-medium-chart .dashboard-medium-chart-menu { font-size: 16px; left: 557px; top: 0; } .dashboard-medium-chart #clusterGraphs svg { height: 260px; width: 578px; } .dashboard-medium-chart #clusterGraphs svg text { font-size: 12px; } .dashboard-small-chart { width: 388px; } .dashboard-small-chart .dashboard-sub-bar { width: 376px; } .dashboard-small-chart .dashboard-small-chart-inner { width: 378px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { height: 267px; width: 378px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text { fill: #666666; font-size: 13px; font-weight: 400; } .dashboard-tendency-container .dashboard-tendency-chart { height: 114px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 169px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar { height: 37px; line-height: 37px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { height: 64px; line-height: 31px; padding-top: 5px; } .dashboard-tendency-container .dashboard-sub-bar { width: 376px; } .dashboard-bar-chart-container { height: 113.5px; } .dashboard-bar-chart-container .dashboard-bar-chart { height: 113.5px; width: 378px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title { height: 37.16667px; line-height: 37.16667px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 253.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 107.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart { height: 57.33333px; line-height: 57.33333px; padding: 5px 8px 10px; width: 362px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart { height: 62.33333px; } .dashboard-bar-chart-container .dashboard-sub-bar { width: 376px; } .modal-chart-detail { bottom: 12.1% !important; left: 50%; margin-left: -594px; width: 1188px; } .modal-chart-detail .modal-body { height: 95%; max-height: none; padding: 5px; } .modal-chart-detail .modal-dashboard-legend { font-size: 14px; min-height: 260px; width: 140px; } .modal-chart-detail .modal-inner-detail { width: 1038px; } .modal-body .dashboard-large-chart { width: 783px; } .modal-body .dashboard-large-chart .dashboard-sub-bar { width: 771px; } .modal-body .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { width: 643px; } .modal-body .dashboard-medium-chart { width: 573px; } .modal-body .dashboard-medium-chart .dashboard-sub-bar { width: 571px; } .modal-body .dashboard-medium-chart .dashboard-interior-chart { width: 443px; } .modal-body .dashboard-medium-chart .dashboard-medium-chart-menu { left: 552px; } .modal-body .dashboard-small-chart { width: 383px; } .modal-body .dashboard-small-chart .dashboard-sub-bar { width: 371px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner { width: 373px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { width: 373px; } .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 166.5px; } .modal-body .dashboard-tendency-container .dashboard-sub-bar { width: 371px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart { width: 378px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 253.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 107.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart-chart { width: 362px; } .modal-body .dashboard-bar-chart-container .dashboard-sub-bar { width: 376px; } .percentage { font-size: 18px; } .absolut { font-size: 18px; font-weight: 300; } .dashboard-sub-bar { font-size: 13px; font-weight: 400; } .dashboard-subtitle-bar { font-size: 18px; font-weight: 300; } .dashboard-figure { font-size: 22px; font-weight: 400; } .dashboard-figurePer { font-size: 20px; font-weight: 300; } .dygraph-axis-label.dygraph-axis-label-y, .dygraph-axis-label.dygraph-axis-label-x { font-size: 13px; font-weight: 400; } .dashboard-legend { font-size: 12px; font-weight: 400; height: 265px; margin-top: -3px; width: 130px; } .dashboard-half-height-legend { font-size: 12px; height: 135px; width: 65px; } } @media (min-width: 1440px) and (max-width: 1679px) { div.resizecontainer { width: 1428px; } .dashboard-large-chart { width: 948px; } .dashboard-large-chart .dashboard-sub-bar { width: 936px; } .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { height: 290px; width: 798px; } .dashboard-sub-bar-menu { font-size: 15px; } .dashboard-medium-chart { width: 698px; } .dashboard-medium-chart .dashboard-sub-bar { margin-left: -5px; width: 696px; } .dashboard-medium-chart .dashboard-interior-chart { height: 290px; width: 558px; } .dashboard-medium-chart .dashboard-medium-chart-menu { font-size: 18px; left: 675px; top: 0; } .dashboard-medium-chart #clusterGraphs svg { height: 290px; width: 698px; } .dashboard-medium-chart #clusterGraphs svg text { font-size: 13px; } .dashboard-small-chart { width: 468px; } .dashboard-small-chart .dashboard-sub-bar { width: 456px; } .dashboard-small-chart .dashboard-small-chart-inner { width: 458px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { height: 297px; width: 458px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text { fill: #666666; font-size: 13px; font-weight: 400; } .dashboard-tendency-container .dashboard-tendency-chart { height: 129px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 209px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar { height: 42px; line-height: 42px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { height: 74px; line-height: 36px; padding-top: 5px; } .dashboard-tendency-container .dashboard-sub-bar { width: 456px; } .dashboard-bar-chart-container { height: 128.5px; } .dashboard-bar-chart-container .dashboard-bar-chart { height: 128.5px; width: 458px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title { height: 42.16667px; line-height: 42.16667px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 309.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 131.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart { height: 67.33333px; line-height: 67.33333px; padding: 5px 8px 10px; width: 442px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart { height: 72.33333px; } .dashboard-bar-chart-container .dashboard-sub-bar { width: 456px; } .modal-chart-detail { bottom: 12.1% !important; left: 50%; margin-left: -714px; width: 1428px; } .modal-chart-detail .modal-body { height: 95%; max-height: none; padding: 5px; } .modal-chart-detail .modal-dashboard-legend { font-size: 15px; min-height: 290px; width: 150px; } .modal-chart-detail .modal-inner-detail { width: 1268px; } .modal-body .dashboard-large-chart { width: 943px; } .modal-body .dashboard-large-chart .dashboard-sub-bar { width: 931px; } .modal-body .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { width: 793px; } .modal-body .dashboard-medium-chart { width: 693px; } .modal-body .dashboard-medium-chart .dashboard-sub-bar { width: 691px; } .modal-body .dashboard-medium-chart .dashboard-interior-chart { width: 553px; } .modal-body .dashboard-medium-chart .dashboard-medium-chart-menu { left: 670px; } .modal-body .dashboard-small-chart { width: 463px; } .modal-body .dashboard-small-chart .dashboard-sub-bar { width: 451px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner { width: 453px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { width: 453px; } .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 206.5px; } .modal-body .dashboard-tendency-container .dashboard-sub-bar { width: 451px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart { width: 458px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 309.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 131.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart-chart { width: 442px; } .modal-body .dashboard-bar-chart-container .dashboard-sub-bar { width: 456px; } .percentage { font-size: 20px; } .absolut { font-size: 20px; font-weight: 300; } .dashboard-sub-bar { font-size: 13px; font-weight: 400; } .dashboard-subtitle-bar { font-size: 20px; font-weight: 300; } .dashboard-figure { font-size: 26px; font-weight: 400; } .dashboard-figurePer { font-size: 24px; font-weight: 300; } .dygraph-axis-label.dygraph-axis-label-y, .dygraph-axis-label.dygraph-axis-label-x { font-size: 13px; font-weight: 400; } .dashboard-legend { font-size: 13px; font-weight: 400; height: 295px; margin-top: -3px; width: 140px; } .dashboard-half-height-legend { font-size: 13px; height: 150px; width: 70px; } } @media (min-width: 1680px) and (max-width: 1919px) { div.resizecontainer { width: 1668px; } .dashboard-large-chart { width: 1108px; } .dashboard-large-chart .dashboard-sub-bar { width: 1096px; } .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { height: 330px; width: 938px; } .dashboard-sub-bar-menu { font-size: 16px; } .dashboard-medium-chart { width: 818px; } .dashboard-medium-chart .dashboard-sub-bar { margin-left: -5px; width: 816px; } .dashboard-medium-chart .dashboard-interior-chart { height: 330px; width: 658px; } .dashboard-medium-chart .dashboard-medium-chart-menu { font-size: 22px; left: 791px; top: 0; } .dashboard-medium-chart #clusterGraphs svg { height: 330px; width: 818px; } .dashboard-medium-chart #clusterGraphs svg text { font-size: 14px; } .dashboard-small-chart { width: 548px; } .dashboard-small-chart .dashboard-sub-bar { width: 536px; } .dashboard-small-chart .dashboard-small-chart-inner { width: 538px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { height: 337px; width: 538px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text { fill: #666666; font-size: 14px; font-weight: 400; } .dashboard-tendency-container .dashboard-tendency-chart { height: 149px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 249px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar { height: 48.66667px; line-height: 48.66667px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { height: 87.33333px; line-height: 42.66667px; padding-top: 5px; } .dashboard-tendency-container .dashboard-sub-bar { width: 536px; } .dashboard-bar-chart-container { height: 148.5px; } .dashboard-bar-chart-container .dashboard-bar-chart { height: 148.5px; width: 538px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title { height: 48.83333px; line-height: 48.83333px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 365.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 155.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart { height: 80.66667px; line-height: 80.66667px; padding: 5px 8px 10px; width: 522px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart { height: 85.66667px; } .dashboard-bar-chart-container .dashboard-sub-bar { width: 536px; } .modal-chart-detail { bottom: 12.1% !important; left: 50%; margin-left: -834px; width: 1668px; } .modal-chart-detail .modal-body { height: 95%; max-height: none; padding: 5px; } .modal-chart-detail .modal-dashboard-legend { font-size: 16px; min-height: 330px; width: 170px; } .modal-chart-detail .modal-inner-detail { width: 1488px; } .modal-body .dashboard-large-chart { width: 1103px; } .modal-body .dashboard-large-chart .dashboard-sub-bar { width: 1091px; } .modal-body .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { width: 933px; } .modal-body .dashboard-medium-chart { width: 813px; } .modal-body .dashboard-medium-chart .dashboard-sub-bar { width: 811px; } .modal-body .dashboard-medium-chart .dashboard-interior-chart { width: 653px; } .modal-body .dashboard-medium-chart .dashboard-medium-chart-menu { left: 786px; } .modal-body .dashboard-small-chart { width: 543px; } .modal-body .dashboard-small-chart .dashboard-sub-bar { width: 531px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner { width: 533px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { width: 533px; } .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 246.5px; } .modal-body .dashboard-tendency-container .dashboard-sub-bar { width: 531px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart { width: 538px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 365.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 155.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart-chart { width: 522px; } .modal-body .dashboard-bar-chart-container .dashboard-sub-bar { width: 536px; } .percentage { font-size: 24px; } .absolut { font-size: 24px; font-weight: 300; } .dashboard-sub-bar { font-size: 14px; font-weight: 400; } .dashboard-subtitle-bar { font-size: 24px; font-weight: 300; } .dashboard-figure { font-size: 30px; font-weight: 400; } .dashboard-figurePer { font-size: 28px; font-weight: 300; } .dygraph-axis-label.dygraph-axis-label-y, .dygraph-axis-label.dygraph-axis-label-x { font-size: 14px; font-weight: 400; } .dashboard-legend { font-size: 14px; font-weight: 400; height: 335px; margin-top: -3px; width: 160px; } .dashboard-half-height-legend { font-size: 14px; height: 170px; width: 80px; } } @media (min-width: 1920px) and (max-width: 2159px) { div.resizecontainer { width: 1908px; } .dashboard-large-chart { width: 1268px; } .dashboard-large-chart .dashboard-sub-bar { width: 1256px; } .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { height: 390px; width: 1088px; } .dashboard-sub-bar-menu { font-size: 17px; } .dashboard-medium-chart { width: 938px; } .dashboard-medium-chart .dashboard-sub-bar { margin-left: -5px; width: 936px; } .dashboard-medium-chart .dashboard-interior-chart { height: 390px; width: 768px; } .dashboard-medium-chart .dashboard-medium-chart-menu { font-size: 26px; left: 907px; top: 0; } .dashboard-medium-chart #clusterGraphs svg { height: 390px; width: 938px; } .dashboard-medium-chart #clusterGraphs svg text { font-size: 15px; } .dashboard-small-chart { width: 628px; } .dashboard-small-chart .dashboard-sub-bar { width: 616px; } .dashboard-small-chart .dashboard-small-chart-inner { width: 618px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { height: 397px; width: 618px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text { fill: #666666; font-size: 14px; font-weight: 400; } .dashboard-tendency-container .dashboard-tendency-chart { height: 179px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 289px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar { height: 58.66667px; line-height: 58.66667px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { height: 107.33333px; line-height: 52.66667px; padding-top: 5px; } .dashboard-tendency-container .dashboard-sub-bar { width: 616px; } .dashboard-bar-chart-container { height: 178.5px; } .dashboard-bar-chart-container .dashboard-bar-chart { height: 178.5px; width: 618px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title { height: 58.83333px; line-height: 58.83333px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 421.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 179.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart { height: 100.66667px; line-height: 100.66667px; padding: 5px 8px 10px; width: 602px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart { height: 105.66667px; } .dashboard-bar-chart-container .dashboard-sub-bar { width: 616px; } .modal-chart-detail { bottom: 12.1% !important; left: 50%; margin-left: -954px; width: 1908px; } .modal-chart-detail .modal-body { height: 95%; max-height: none; padding: 5px; } .modal-chart-detail .modal-dashboard-legend { font-size: 17px; min-height: 390px; width: 180px; } .modal-chart-detail .modal-inner-detail { width: 1718px; } .modal-body .dashboard-large-chart { width: 1263px; } .modal-body .dashboard-large-chart .dashboard-sub-bar { width: 1251px; } .modal-body .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { width: 1083px; } .modal-body .dashboard-medium-chart { width: 933px; } .modal-body .dashboard-medium-chart .dashboard-sub-bar { width: 931px; } .modal-body .dashboard-medium-chart .dashboard-interior-chart { width: 763px; } .modal-body .dashboard-medium-chart .dashboard-medium-chart-menu { left: 902px; } .modal-body .dashboard-small-chart { width: 623px; } .modal-body .dashboard-small-chart .dashboard-sub-bar { width: 611px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner { width: 613px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { width: 613px; } .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 286.5px; } .modal-body .dashboard-tendency-container .dashboard-sub-bar { width: 611px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart { width: 618px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 421.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 179.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart-chart { width: 602px; } .modal-body .dashboard-bar-chart-container .dashboard-sub-bar { width: 616px; } .percentage { font-size: 28px; } .absolut { font-size: 28px; font-weight: 300; } .dashboard-sub-bar { font-size: 15px; font-weight: 400; } .dashboard-subtitle-bar { font-size: 28px; font-weight: 300; } .dashboard-figure { font-size: 34px; font-weight: 400; } .dashboard-figurePer { font-size: 32px; font-weight: 300; } .dygraph-axis-label.dygraph-axis-label-y, .dygraph-axis-label.dygraph-axis-label-x { font-size: 14px; font-weight: 400; } .dashboard-legend { font-size: 15px; font-weight: 400; height: 395px; margin-top: -3px; width: 170px; } .dashboard-half-height-legend { font-size: 15px; height: 200px; width: 85px; } } @media (min-width: 2160px) and (max-width: 2399px) { div.resizecontainer { width: 2148px; } .dashboard-large-chart { width: 1428px; } .dashboard-large-chart .dashboard-sub-bar { width: 1416px; } .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { height: 290px; width: 1278px; } .dashboard-sub-bar-menu { font-size: 17px; } .dashboard-medium-chart { width: 1058px; } .dashboard-medium-chart .dashboard-sub-bar { margin-left: -5px; width: 1056px; } .dashboard-medium-chart .dashboard-interior-chart { height: 290px; width: 918px; } .dashboard-medium-chart .dashboard-medium-chart-menu { font-size: 20px; left: 1033px; top: 0; } .dashboard-medium-chart #clusterGraphs svg { height: 290px; width: 1058px; } .dashboard-medium-chart #clusterGraphs svg text { font-size: 15px; } .dashboard-small-chart { width: 708px; } .dashboard-small-chart .dashboard-sub-bar { width: 696px; } .dashboard-small-chart .dashboard-small-chart-inner { width: 698px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { height: 297px; width: 698px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text { fill: #666666; font-size: 15px; font-weight: 400; } .dashboard-tendency-container .dashboard-tendency-chart { height: 129px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 329px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar { height: 42px; line-height: 42px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { height: 74px; line-height: 36px; padding-top: 5px; } .dashboard-tendency-container .dashboard-sub-bar { width: 696px; } .dashboard-bar-chart-container { height: 128.5px; } .dashboard-bar-chart-container .dashboard-bar-chart { height: 128.5px; width: 698px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title { height: 42.16667px; line-height: 42.16667px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 477.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 203.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart { height: 67.33333px; line-height: 67.33333px; padding: 5px 8px 10px; width: 682px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart { height: 72.33333px; } .dashboard-bar-chart-container .dashboard-sub-bar { width: 696px; } .modal-chart-detail { bottom: 12.1% !important; left: 50%; margin-left: -1074px; width: 2148px; } .modal-chart-detail .modal-body { height: 95%; max-height: none; padding: 5px; } .modal-chart-detail .modal-dashboard-legend { font-size: 17px; min-height: 290px; width: 150px; } .modal-chart-detail .modal-inner-detail { width: 1988px; } .modal-body .dashboard-large-chart { width: 1423px; } .modal-body .dashboard-large-chart .dashboard-sub-bar { width: 1411px; } .modal-body .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { width: 1273px; } .modal-body .dashboard-medium-chart { width: 1053px; } .modal-body .dashboard-medium-chart .dashboard-sub-bar { width: 1051px; } .modal-body .dashboard-medium-chart .dashboard-interior-chart { width: 913px; } .modal-body .dashboard-medium-chart .dashboard-medium-chart-menu { left: 1028px; } .modal-body .dashboard-small-chart { width: 703px; } .modal-body .dashboard-small-chart .dashboard-sub-bar { width: 691px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner { width: 693px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { width: 693px; } .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 326.5px; } .modal-body .dashboard-tendency-container .dashboard-sub-bar { width: 691px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart { width: 698px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 477.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 203.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart-chart { width: 682px; } .modal-body .dashboard-bar-chart-container .dashboard-sub-bar { width: 696px; } .percentage { font-size: 22px; } .absolut { font-size: 22px; font-weight: 300; } .dashboard-sub-bar { font-size: 15px; font-weight: 400; } .dashboard-subtitle-bar { font-size: 22px; font-weight: 300; } .dashboard-figure { font-size: 36px; font-weight: 400; } .dashboard-figurePer { font-size: 34px; font-weight: 300; } .dygraph-axis-label.dygraph-axis-label-y, .dygraph-axis-label.dygraph-axis-label-x { font-size: 15px; font-weight: 400; } .dashboard-legend { font-size: 15px; font-weight: 400; height: 295px; margin-top: -3px; width: 140px; } .dashboard-half-height-legend { font-size: 15px; height: 150px; width: 70px; } } @media (min-width: 2400px) and (max-width: 2639px) { div.resizecontainer { width: 2388px; } .dashboard-large-chart { width: 1588px; } .dashboard-large-chart .dashboard-sub-bar { width: 1576px; } .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { height: 290px; width: 1438px; } .dashboard-sub-bar-menu { font-size: 17px; } .dashboard-medium-chart { width: 1178px; } .dashboard-medium-chart .dashboard-sub-bar { margin-left: -5px; width: 1176px; } .dashboard-medium-chart .dashboard-interior-chart { height: 290px; width: 1038px; } .dashboard-medium-chart .dashboard-medium-chart-menu { font-size: 20px; left: 1153px; top: 0; } .dashboard-medium-chart #clusterGraphs svg { height: 290px; width: 1178px; } .dashboard-medium-chart #clusterGraphs svg text { font-size: 15px; } .dashboard-small-chart { width: 788px; } .dashboard-small-chart .dashboard-sub-bar { width: 776px; } .dashboard-small-chart .dashboard-small-chart-inner { width: 778px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { height: 297px; width: 778px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text { fill: #666666; font-size: 15px; font-weight: 400; } .dashboard-tendency-container .dashboard-tendency-chart { height: 129px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 369px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar { height: 42px; line-height: 42px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { height: 74px; line-height: 36px; padding-top: 5px; } .dashboard-tendency-container .dashboard-sub-bar { width: 776px; } .dashboard-bar-chart-container { height: 128.5px; } .dashboard-bar-chart-container .dashboard-bar-chart { height: 128.5px; width: 778px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title { height: 42.16667px; line-height: 42.16667px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 533.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 227.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart { height: 67.33333px; line-height: 67.33333px; padding: 5px 8px 10px; width: 762px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart { height: 72.33333px; } .dashboard-bar-chart-container .dashboard-sub-bar { width: 776px; } .modal-chart-detail { bottom: 12.1% !important; left: 50%; margin-left: -1194px; width: 2388px; } .modal-chart-detail .modal-body { height: 95%; max-height: none; padding: 5px; } .modal-chart-detail .modal-dashboard-legend { font-size: 17px; min-height: 290px; width: 150px; } .modal-chart-detail .modal-inner-detail { width: 2228px; } .modal-body .dashboard-large-chart { width: 1583px; } .modal-body .dashboard-large-chart .dashboard-sub-bar { width: 1571px; } .modal-body .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { width: 1433px; } .modal-body .dashboard-medium-chart { width: 1173px; } .modal-body .dashboard-medium-chart .dashboard-sub-bar { width: 1171px; } .modal-body .dashboard-medium-chart .dashboard-interior-chart { width: 1033px; } .modal-body .dashboard-medium-chart .dashboard-medium-chart-menu { left: 1148px; } .modal-body .dashboard-small-chart { width: 783px; } .modal-body .dashboard-small-chart .dashboard-sub-bar { width: 771px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner { width: 773px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { width: 773px; } .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 366.5px; } .modal-body .dashboard-tendency-container .dashboard-sub-bar { width: 771px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart { width: 778px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 533.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 227.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart-chart { width: 762px; } .modal-body .dashboard-bar-chart-container .dashboard-sub-bar { width: 776px; } .percentage { font-size: 22px; } .absolut { font-size: 22px; font-weight: 300; } .dashboard-sub-bar { font-size: 15px; font-weight: 400; } .dashboard-subtitle-bar { font-size: 22px; font-weight: 300; } .dashboard-figure { font-size: 36px; font-weight: 400; } .dashboard-figurePer { font-size: 34px; font-weight: 300; } .dygraph-axis-label.dygraph-axis-label-y, .dygraph-axis-label.dygraph-axis-label-x { font-size: 15px; font-weight: 400; } .dashboard-legend { font-size: 15px; font-weight: 400; height: 295px; margin-top: -3px; width: 140px; } .dashboard-half-height-legend { font-size: 15px; height: 150px; width: 70px; } } @media (min-width: 2640px) and (max-width: 2879px) { div.resizecontainer { width: 2628px; } .dashboard-large-chart { width: 1748px; } .dashboard-large-chart .dashboard-sub-bar { width: 1736px; } .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { height: 290px; width: 1598px; } .dashboard-sub-bar-menu { font-size: 17px; } .dashboard-medium-chart { width: 1298px; } .dashboard-medium-chart .dashboard-sub-bar { margin-left: -5px; width: 1296px; } .dashboard-medium-chart .dashboard-interior-chart { height: 290px; width: 1158px; } .dashboard-medium-chart .dashboard-medium-chart-menu { font-size: 20px; left: 1273px; top: 0; } .dashboard-medium-chart #clusterGraphs svg { height: 290px; width: 1298px; } .dashboard-medium-chart #clusterGraphs svg text { font-size: 15px; } .dashboard-small-chart { width: 868px; } .dashboard-small-chart .dashboard-sub-bar { width: 856px; } .dashboard-small-chart .dashboard-small-chart-inner { width: 858px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { height: 297px; width: 858px; } .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text { fill: #666666; font-size: 15px; font-weight: 400; } .dashboard-tendency-container .dashboard-tendency-chart { height: 129px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 409px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar { height: 42px; line-height: 42px; } .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { height: 74px; line-height: 36px; padding-top: 5px; } .dashboard-tendency-container .dashboard-sub-bar { width: 856px; } .dashboard-bar-chart-container { height: 128.5px; } .dashboard-bar-chart-container .dashboard-bar-chart { height: 128.5px; width: 858px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title { height: 42.16667px; line-height: 42.16667px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 589.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 251.4px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart { height: 67.33333px; line-height: 67.33333px; padding: 5px 8px 10px; width: 842px; } .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart { height: 72.33333px; } .dashboard-bar-chart-container .dashboard-sub-bar { width: 856px; } .modal-chart-detail { bottom: 12.1% !important; left: 50%; margin-left: -1314px; width: 2628px; } .modal-chart-detail .modal-body { height: 95%; max-height: none; padding: 5px; } .modal-chart-detail .modal-dashboard-legend { font-size: 17px; min-height: 290px; width: 150px; } .modal-chart-detail .modal-inner-detail { width: 2468px; } .modal-body .dashboard-large-chart { width: 1743px; } .modal-body .dashboard-large-chart .dashboard-sub-bar { width: 1731px; } .modal-body .dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart { width: 1593px; } .modal-body .dashboard-medium-chart { width: 1293px; } .modal-body .dashboard-medium-chart .dashboard-sub-bar { width: 1291px; } .modal-body .dashboard-medium-chart .dashboard-interior-chart { width: 1153px; } .modal-body .dashboard-medium-chart .dashboard-medium-chart-menu { left: 1268px; } .modal-body .dashboard-small-chart { width: 863px; } .modal-body .dashboard-small-chart .dashboard-sub-bar { width: 851px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner { width: 853px; } .modal-body .dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart { width: 853px; } .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-subtitle-bar, .modal-body .dashboard-tendency-container .dashboard-tendency-chart .dashboard-figure { width: 406.5px; } .modal-body .dashboard-tendency-container .dashboard-sub-bar { width: 851px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart { width: 858px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage { width: 589.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut { width: 251.4px; } .modal-body .dashboard-bar-chart-container .dashboard-bar-chart-chart { width: 842px; } .modal-body .dashboard-bar-chart-container .dashboard-sub-bar { width: 856px; } .percentage { font-size: 22px; } .absolut { font-size: 22px; font-weight: 300; } .dashboard-sub-bar { font-size: 15px; font-weight: 400; } .dashboard-subtitle-bar { font-size: 22px; font-weight: 300; } .dashboard-figure { font-size: 36px; font-weight: 400; } .dashboard-figurePer { font-size: 34px; font-weight: 300; } .dygraph-axis-label.dygraph-axis-label-y, .dygraph-axis-label.dygraph-axis-label-x { font-size: 15px; font-weight: 400; } .dashboard-legend { font-size: 15px; font-weight: 400; height: 295px; margin-top: -3px; width: 140px; } .dashboard-half-height-legend { font-size: 15px; height: 150px; width: 70px; } } div.centralRow { margin-top: 65px; margin-bottom: 65px; } div.centralContent { background-color: rgba(0, 0, 0, 0.0675); height: 100%; margin-left: -5px; margin-right: -5px; min-height: 80px; padding: 5px; width: 100%; } .contentDiv { list-style: none; padding: 13px 0 0; } .contentDiv li { background-color: rgba(0, 0, 0, 0.05); } .contentDiv a.add { display: block; font-weight: 400; padding: 40px 0; text-align: left; } .contentDiv .icon { padding-left: 5px; padding-right: 5px; padding-top: 10px; } .contentDiv:after { clear: both; } .contentDiv:after, .contentDiv:before { content: ''; display: table; line-height: 0; } .clusterInfoIcon { float: left; padding-left: 5px; padding-top: 2px; } .waitModal { text-align: center; } .waitModal.icon { font-size: 100px; height: 120px; } .waitModal.message { font-size: 20px; } .icon_arangodb_info { color: #333333; font-size: 23px; } li a [class^="icon_arangodb"], li a [class*=" icon_arangodb"] { font-size: 18px; position: absolute; right: 4px; top: 2px; } div.headerDropdown { background-color: white; display: none; padding: 10px; position: relative; width: auto; } div.headerDropdown.headerDropdown input[type=checkbox].css-checkbox { display: none; } div.headerDropdown.headerDropdown input[type=checkbox].css-checkbox + label.css-label { background-position: 0 0; background-repeat: no-repeat; display: inline-block; font-size: 15px; height: 15px; margin-top: 0; padding-left: 20px; vertical-align: middle; } div.headerDropdown.headerDropdown input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -15px; } div.dropdownInner { -webkit-box-shadow: 0; -moz-box-shadow: 0; box-shadow: 0; min-height: 125px; position: relative; width: auto; } div.dropdownInner > .nav-header { color: black; font-size: 13px; font-weight: 400; } div.dropdownInner > label { color: black; font-weight: 300; } div.dropdownInner ul { border-left: 1px solid black; display: inline; margin-top: 10px; min-height: 105px; width: 238px; } div.dropdownInner ul:first-of-type { border: 0; } div.dropdownInner ul label { color: black; padding-left: 35px; } div.queryline { color: black; height: 35px; } div.queryline select, div.queryline input { margin-bottom: 5px; } div.queryline.querylineAdd span { color: white; padding-left: 10px; position: relative; top: -21px; } div.queryline .removeFilterItem i { margin-left: 5px !important; margin-top: 0 !important; } div.queryline div.searchByAttribute { margin-left: 6px; margin-right: 6px; position: relative; } div.queryline div.searchByAttribute > ul.gv-dropdown-menu { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background-color: #333232; color: white; display: none; left: 0; position: absolute; top: 20px; width: 247px; } div.dropdownImport { background-color: white; display: none; padding-top: 10px; padding-left: 10px; padding-right: 10px; padding-bottom: 5px; position: relative; } div.dropdownImport input { line-height: 0; margin-bottom: -15px; margin-top: 5px; } select.filterSelect { margin-left: 10px; margin-right: 10px; width: 100px; } #filterHeader button { float: right; margin-left: 10px !important; margin-top: 1px; } div.input-append button.gv_example_toggle { -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; background-color: #8f8d8c; height: 30px; margin-left: -1px; padding-left: 10px; padding-right: 10px; padding-top: 12px; vertical-align: top; } div.input-append button.gv_example_toggle:hover { background-color: #8aa051; } .searchEqualsLabel { margin-left: 6px; margin-right: 6px; } img.gv-throbber { background-image: url("../img/swagger/throbber.gif"); } span.gv_caret { margin-top: 2px !important; } input.search-input { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: 0; height: 18px; line-height: 18px; margin-top: 5px; width: 214px; } input.search-input:focus { -webkit-box-shadow: 0 0 10px #8aa051; -moz-box-shadow: 0 0 10px #8aa051; box-shadow: 0 0 10px #8aa051; border-color: #8aa051; outline: none; } .search-field { margin-left: 15px; } .search-submit-icon, .gv-search-submit-icon { background-image: url("../img/enter_icon.png"); background-size: 14px; height: 14px; margin-left: -18px; opacity: .2; position: absolute; width: 14px; } .search-submit-icon:hover, .gv-search-submit-icon:hover { opacity: .8; } .search-submit-icon { margin-top: 11px; } .gv-search-submit-icon { margin-top: 6px; } div.headerBar { background-color: #686766; color: white; font-size: 16px; height: 36px; margin-bottom: 5px; padding-left: 5px; padding-right: 5px; position: relative; } div.headerBar input[type=checkbox].css-checkbox { display: none; } div.headerBar input[type=checkbox].css-checkbox + label.css-label { background-position: 0 0; background-repeat: no-repeat; cursor: pointer; display: inline-block; font-size: 15px; height: 15px; margin-top: 0; padding-left: 20px; vertical-align: middle; } div.headerBar input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -15px; } div.headerBar input[type="radio"] { display: none; } div.headerBar input[type="radio"] + label span { background: url("../img/check_radio_sheet.png") -38px top no-repeat; cursor: pointer; display: inline-block; height: 19px; margin: -1px 4px 0 0; vertical-align: middle; width: 19px; } div.headerBar input[type="radio"]:checked + label span { background: url("../img/check_radio_sheet.png") -57px top no-repeat; } div.headerBar a.arangoHeader { color: white; font-size: 16px; left: 5px; position: relative; top: 7px; } div.headerBar > div.headerButtonBar { margin: 4px 0; margin-bottom: 0 !important; } div.headerBar > div.breadcrumb { padding-left: 5px !important; } div.breadcrumb a.disabledBread { color: white; } .arangoHeader { font-weight: 400; } #transparentHeader input[type=checkbox].css-checkbox { display: none; } .checkboxLabel { margin-top: 4px; padding-left: 0; } .css-label { background-image: url("../img/dark-check-green.png"); } .css-label-round { background-image: url("../img/dark-check-green-round.png"); } .modal-header, .modal-dashboard-header { background-color: #686766; border-bottom: 0 !important; margin-top: 5px; padding-left: 5px; padding-right: 10px; padding-top: 4px; } .modal-header .arangoHeader, .modal-dashboard-header .arangoHeader { color: white; font-size: 16px; left: 5px; position: relative; top: 2px; } .modal-header a, .modal-dashboard-header a { top: 2px !important; } .modal-header .close, .modal-dashboard-header .close { color: white; font-weight: 300; margin-top: 2px; opacity: .5; } .modal-header .close:hover, .modal-dashboard-header .close:hover { opacity: 1; } .modal-body { color: #736b68; font-family: 'Open Sans', sans-serif !important; font-size: 14px; font-weight: 300; } .modal-body input, .modal-body select, .modal-body textarea { margin-top: 10px; } .modal-body input[type='checkbox'] { margin-bottom: 10px; } .modal-body input[type='text'].invalid-input { border-color: rgba(234, 23, 23, 0.6); } .modal-body input[type='text'].invalid-input:focus { -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 23, 23, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 23, 23, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 23, 23, 0.6); } .modal-body th th.actionCell, .modal-body th th.keyCell, .modal-body th .valueCell { text-align: center; } .modal-body th.actionCell { width: 30px; } .modal-body th.keyCell { width: 170px; } .modal-body th.keyCell input { width: 150px; } .modal-body th .valueCell { width: 300px; } .modal-body th .valueCell input { width: 290px; } .modal-body th div.select2-container { margin-bottom: 10px; margin-top: 10px; } .modal-body .icon-info-sign { margin-bottom: 10px; margin-left: 10px; opacity: .7; padding-bottom: 5px; } .modal-body .icon-info-sign:hover { opacity: 1; } .modal-body .icon_arangodb_info { color: #736b68; font-size: 18px; margin-top: -10px; position: absolute; right: 12px; } .modal-body .icon_arangodb_info:hover { color: black; } .modal-body .collapse { margin-right: -14px; position: relative; } .modal-body .accordion-inner { border-top: 0; margin-left: 0; padding-left: 0; padding-right: 0; } .modal-body .accordion-toggle span b.caret { border-top-color: black; float: right; margin-top: 5px; } .modal-body .accordion-toggle.collapsed span b.caret { -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); } .modal-body input { width: 384px; } .modal-body select { width: 398px; } .modal-body .tab-content { min-height: 200px; } .modal-text { font-weight: 300; padding-bottom: 3px; padding-top: 3px; } .modal-backdrop, .modal-backdrop.fade.in { opacity: .4; } .modal { border-radius: 0 !important; } .modal .fade.in { top: 12.1% !important; } .modal table tr:last-child { border-bottom: 0 !important; } .waitModal { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: transparent; border: 0; color: white; } .waitModalBackdrop { opacity: .7 !important; } .modalTooltips span { color: #736b68; font-size: 20px; } .modalTooltips span:hover { color: black; } pre.gv-object-view { text-align: left; white-space: pre; } .capitalize { text-transform: capitalize; } .modal-footer { border-top: 0 !important; padding-right: 17px; } .modal-header { margin-left: 5px; margin-right: 5px; } .modal-dashboard-header { margin-left: 0; margin-right: 0; padding-bottom: 9px; } .modal table tr, .thBorderBottom { border-bottom: 1px solid #f7f3f2 !important; } .modal-delete-confirmation { display: none; } .modal-delete-confirmation button { margin-right: 10px; margin-top: -4px; } .modal-delete-confirmation button .modal-confirm-delete { margin-right: -18px; } .createModalDialog table { width: 100%; } .createModalDialog .collection-info-figures table { float: left; margin-left: 0; margin-right: 0; margin-top: 0; min-width: 200px; padding: 3px; text-align: left; } .createModalDialog .figures1, .createModalDialog .figures2 { margin-bottom: 20px; width: 255px; } .createModalDialog .figures2 { margin-left: 20px !important; } .createModalDialog .figures3 { margin-bottom: 0; width: 100%; } .scenarioImage { height: 70%; width: auto; } svg.clusterChart { height: auto; margin: auto; width: auto; } .lineGraph { position: absolute; } .lineGraph .few .dygraph-legend > span.highlight { border: 1px solid grey; } .lineGraph .many .dygraph-legend > span { display: none; } .lineGraph .many .dygraph-legend > span.highlight { display: inline; } a.coordinator, a.dbserver { color: black; height: 50px; position: absolute; top: 10px; width: 50px; } a.coordinator h6.serverName, a.dbserver h6.serverName { bottom: 0; font-size: 11px; left: 0; margin: 0; position: absolute; right: 0; } a.coordinator.single { left: 90px; } a.coordinator.double { left: 60px; } a.dbserver.single { right: 90px; } a.dbserver.double { right: 60px; } .cluster-connection-check-success { color: #8aa051; margin-left: 20px; } .cluster-connection-check-fail { color: #da4f49; margin-left: 20px; } .cluster-unreachable-info { margin: 0 auto; max-width: 320px; padding-top: 17px; text-align: center; } .machineClass { background-color: #e1e1e1; margin-left: 31px; margin-right: 31px; padding: 10px; } .scenarioBox { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-color: rgba(0, 0, 0, 0.075); border: 1px solid rgba(0, 0, 0, 0.19); height: 65px; left: 10px; margin-top: 30px; position: absolute; right: 10px; width: auto; } .scenarioBox.bottomBox { bottom: 30px; } .scenarioBoxHeader { border-bottom: 1px solid rgba(0, 0, 0, 0.19); height: 18px; line-height: 18px; margin-top: 0; padding-bottom: 0; text-align: center; width: auto; } .scenarioBoxText { font-size: 13px; font-weight: 400; margin-top: 17px; text-align: center; width: auto; } .scenarioMachine { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; background-color: white; border: 1px solid rgba(0, 0, 0, 0.19); height: 257px; margin-right: 17px; position: relative; width: 110px; } .scenarioMachine:last-child { margin-right: 0; } .scenarioSingleMachine { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; background-color: white; border: 1px solid rgba(0, 0, 0, 0.19); } .scenarioSingleMachine .scenarioMachine { border: 1px solid transparent; height: 238px; } .bigtile.informationtile { cursor: auto; } .informationText { background: white; font-size: 12px; margin: 10px; padding: 5px; text-align: left; } div.tileList { margin-left: -6px; margin-right: -6px; } div.tileList legend { padding-left: 5px; } div .tile, div .bigtile { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: rgba(0, 0, 0, 0.05); font-size: 14px; list-style: none; margin-bottom: 13px; margin-left: 6px; margin-right: 6px; position: relative; text-align: center; } div .tile img.icon, div .bigtile img.icon { height: 50px; width: 50px; } div .tile a span.add-Icon, div .bigtile a span.add-Icon { font-size: 22px; margin-left: 22px; margin-right: 10px; margin-top: -5px; position: relative; right: 4px; top: 2px; } div .tile a span.icon, div .bigtile a span.icon { font-size: 50px; } div .tile a svg.icon, div .bigtile a svg.icon { height: 50px; width: 50px; } div .tile svg.tile-icon-svg, div .bigtile svg.tile-icon-svg { fill: #686766; height: 50px; margin-left: 90px; margin-top: 10px; width: 50px; } div .tile span.tile-icon, div .bigtile span.tile-icon { color: #686766; font-size: 50px; line-height: 1.2; } div .tile h5, div .bigtile h5 { background: #686766; color: white; font-size: 12px; margin: 0; overflow: hidden !important; padding: 4px 8px; text-overflow: ellipsis !important; white-space: nowrap !important; } div .tile div.iconSet, div .bigtile div.iconSet { position: absolute; right: 5px; top: 5px; } div .tile div.iconSet span, div .bigtile div.iconSet span { font-size: 18px; opacity: .5; padding-left: 7px; } div .tile div.iconSet span:hover, div .bigtile div.iconSet span:hover { opacity: 1.0; } div .tile div.iconSet span.disabled, div .bigtile div.iconSet span.disabled { cursor: default; opacity: .2; } div .tile .badge-success, div .bigtile .badge-success { font-weight: 300; } div .tile .unloaded div, div .bigtile .unloaded div { border-bottom: 16px solid #ff8f35; } div .tile .deleted div, div .bigtile .deleted div { border-bottom: 16px solid #770000; } div .tile div.tileBadge, div .bigtile div.tileBadge { bottom: 29px; font-size: 11px; font-weight: 300; position: absolute; right: 0; } div .tile div.tileBadge button, div .bigtile div.tileBadge button { margin-left: 0; margin-right: 5px; } div .tile div.tileBadge span, div .bigtile div.tileBadge span { display: inline-block; line-height: 13px; } div .tile div.tileBadge span div.corneredBadge, div .bigtile div.tileBadge span div.corneredBadge { border-left: 17px solid transparent; border-bottom-style: solid; border-bottom-width: 17px; color: #fff; height: 0; padding-left: 4px; padding-right: 9px; } div .tile div.tileBadge span div.corneredBadge.loaded, div .bigtile div.tileBadge span div.corneredBadge.loaded { border-bottom-color: #8aa051; } div .tile div.tileBadge span div.corneredBadge.unloaded, div .bigtile div.tileBadge span div.corneredBadge.unloaded { border-bottom-color: #ff8f35; } div .tile { height: 100px; width: 228px; } div .bigtile { height: 309px; width: 456px; } div .bigtile div.shardContainer { font-size: 30px; } div .bigtile div.shardContainer span { padding: 2px; } .collectionName { bottom: 0; font-weight: 300; left: 0; position: absolute; right: 0; text-align: left; }