/* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense */ /*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 display definitions ========================================================================== */ /* * Corrects block display not defined in IE6/7/8/9 & FF3 */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; } /* * Corrects inline-block display not defined in IE6/7/8/9 & FF3 */ audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } /* * Prevents modern browsers from displaying 'audio' without controls * Remove excess height in iOS5 devices */ audio:not([controls]) { display: none; height: 0; } /* * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 * Known issue: no IE6 support */ [hidden] { display: none; } /* ============================================================================= Base ========================================================================== */ /* * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units * http://clagnut.com/blog/348/#c790 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom * www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ html { font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ } /* * Addresses font-family inconsistency between 'textarea' and other form elements. */ html, button, input, select, textarea { font-family: sans-serif; } /* * Addresses margins handled incorrectly in IE6/7 */ body { margin: 0; } /* ============================================================================= Links ========================================================================== */ /* * Addresses outline displayed oddly in Chrome */ a:focus { outline: thin dotted; } /* * Improves readability when focused and also mouse hovered in all browsers * people.opera.com/patrickl/experiments/keyboard/test */ a:hover, a:active { outline: 0; } /* ============================================================================= Typography ========================================================================== */ /* * Addresses font sizes and margins set differently in IE6/7 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 */ h1 { font-size: 2em; margin: 0.67em 0; } h2 { font-size: 1.5em; margin: 0.83em 0; } h3 { font-size: 1.17em; margin: 1em 0; } h4 { font-size: 1em; margin: 1.33em 0; } h5 { font-size: 0.83em; margin: 1.67em 0; } h6 { font-size: 0.75em; margin: 2.33em 0; } /* * Addresses styling not present in IE7/8/9, S5, Chrome */ abbr[title] { border-bottom: 1px dotted; } /* * Addresses style set to 'bolder' in FF3+, S4/5, Chrome */ b, strong { font-weight: bold; } blockquote { margin: 1em 40px; } /* * Addresses styling not present in S5, Chrome */ dfn { font-style: italic; } /* * Addresses styling not present in IE6/7/8/9 */ mark { background: #ff0; color: #000; } /* * Addresses margins set differently in IE6/7 */ p, pre { margin: 1em 0; } /* * Corrects font family set oddly in IE6, S4/5, Chrome * en.wikipedia.org/wiki/User:Davidgothberg/Test59 */ pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; } /* * Improves readability of pre-formatted text in all browsers */ pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } /* * 1. Addresses CSS quotes not supported in IE6/7 * 2. Addresses quote property not supported in S4 */ /* 1 */ q { quotes: none; } /* 2 */ q:before, q:after { content: ''; content: none; } small { font-size: 75%; } /* * Prevents sub and sup affecting line-height in all browsers * gist.github.com/413930 */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* ============================================================================= Lists ========================================================================== */ /* * Addresses margins set differently in IE6/7 */ dl, menu, ol, ul { margin: 1em 0; } dd { margin: 0 0 0 40px; } /* * Addresses paddings set differently in IE6/7 */ menu, ol, ul { padding: 0 0 0 40px; } /* * Corrects list images handled incorrectly in IE7 */ nav ul, nav ol { list-style: none; list-style-image: none; } /* ============================================================================= Embedded content ========================================================================== */ /* * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3 * 2. Improves image quality when scaled in IE7 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */ img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ } /* * Corrects overflow displayed oddly in IE9 */ svg:not(:root) { overflow: hidden; } /* ============================================================================= Figures ========================================================================== */ /* * Addresses margin not present in IE6/7/8/9, S5, O11 */ figure { margin: 0; } /* ============================================================================= Forms ========================================================================== */ /* * Corrects margin displayed oddly in IE6/7 */ form { margin: 0; } /* * Define consistent border, margin, and padding */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /* * 1. Corrects color not being inherited in IE6/7/8/9 * 2. Corrects text not wrapping in FF3 * 3. Corrects alignment displayed oddly in IE6/7 */ legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ } /* * 1. Corrects font size not being inherited in all browsers * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome * 3. Improves appearance and consistency in all browsers */ button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ } /* * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */ button, input { line-height: normal; /* 1 */ } /* * 1. Improves usability and consistency of cursor style between image-type 'input' and others * 2. Corrects inability to style clickable 'input' types in iOS * 3. Removes inner spacing in IE7 without affecting normal text inputs * Known issue: inner spacing remains in IE6 */ button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; /* 1 */ -webkit-appearance: button; /* 2 */ *overflow: visible; /* 3 */ } /* * Re-set default cursor for disabled elements */ button[disabled], input[disabled] { cursor: default; } /* * 1. Addresses box sizing set to content-box in IE8/9 * 2. Removes excess padding in IE8/9 * 3. Removes excess padding in IE7 Known issue: excess padding remains in IE6 */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ } /* * 1. Addresses appearance set to searchfield in S5, Chrome * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /* * Removes inner padding and search cancel button in S5, Chrome on OS X */ input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } /* * Removes inner padding and border in FF3+ * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* * 1. Removes default vertical scrollbar in IE6/7/8/9 * 2. Improves readability and alignment in all browsers */ textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } /* ============================================================================= Tables ========================================================================== */ /* * Remove most spacing between table cells */ table { border-collapse: collapse; border-spacing: 0; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Routines.less */ .place-left { float: left !important; margin-right: 10px; } .place-right { float: right !important; margin-left: 10px; } .scroll-y, .scroll-vertical { overflow-y: scroll; } .scroll-x, .scroll-horizontal { overflow-x: scroll; } .pos-rel { position: relative; } .pos-abs { position: absolute; } .pos-fix { position: fixed; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .top-left { position: absolute; top: 0; left: 0; } .top-right { position: absolute; top: 0; right: 0; } .bottom-right { position: absolute; bottom: 0; right: 0; } .bottom-left { position: absolute; bottom: 0; left: 0; } .no-overflow { overflow: hidden; } .no-display { display: none; } .as-block { display: block; float: none !important; } .as-inline-block { display: inline-block; } .nlm { margin-left: 0 !important; } .nrm { margin-right: 0 !important; } .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; } .clearfix:after { clear: both; } .padding5 { padding: 5px; } .padding10 { padding: 10px; } .padding15 { padding: 15px; } .padding20 { padding: 20px; } .padding30 { padding: 30px; } .padding40 { padding: 40px; } .padding80 { padding: 80px; } .selected { border: 4px #2d89ef solid; } .selected:after { width: 0; height: 0; border-top: 40px solid #2d89ef; border-left: 40px solid transparent; position: absolute; display: block; right: 0; content: "."; top: 0; z-index: 1000; } .selected:before { position: absolute; content: "\2714"; color: #fff; right: 5px; font-family: Tahoma; z-index: 2000; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Variables.less */ .fg-color-blue { color: #2d89ef !important; } .fg-color-blueLight { color: #44a3aa !important; } .fg-color-blueDark { color: #0a5ac2 !important; } .fg-color-green { color: #00a300 !important; } .fg-color-greenLight { color: #99b433 !important; } .fg-color-greenDark { color: #005200 !important; } .fg-color-red { color: #b91d47 !important; } .fg-color-yellow { color: #ffc40d !important; } .fg-color-orange { color: #e3a21a !important; } .fg-color-orangeDark { color: #da532c !important; } .fg-color-pink { color: #c3325f !important; } .fg-color-pinkDark { color: #9f00a7 !important; } .fg-color-purple { color: #603cba !important; } .fg-color-darken { color: #1d1d1d !important; } .fg-color-white { color: #ffffff !important; } .fg-color-grayDark { color: #525252 !important; } .bg-color-blue { background-color: #2d89ef !important; } .bg-color-blueLight { background-color: #44a3aa !important; } .bg-color-blueDark { background-color: #0a5ac2 !important; } .bg-color-green { background-color: #00a300 !important; } .bg-color-greenLight { background-color: #99b433 !important; } .bg-color-greenDark { background-color: #005200 !important; } .bg-color-red { background-color: #b91d47 !important; } .bg-color-yellow { background-color: #ffc40d !important; } .bg-color-orange { background-color: #e3a21a !important; } .bg-color-orangeDark { background-color: #da532c !important; } .bg-color-pink { background-color: #c3325f !important; } .bg-color-pinkDark { background-color: #9f00a7 !important; } .bg-color-purple { background-color: #603cba !important; } .bg-color-darken { background-color: #1d1d1d !important; } .bg-color-white { background-color: #ffffff !important; } .bg-color-grayDark { background-color: #525252 !important; } [class*=border-color] { border: 2px solid; } .border-color-blue { border-color: #2d89ef !important; } .border-color-blueLight { border-color: #44a3aa !important; } .border-color-blueDark { border-color: #0a5ac2 !important; } .border-color-green { border-color: #00a300 !important; } .border-color-greenLight { border-color: #99b433 !important; } .border-color-greenDark { border-color: #005200 !important; } .border-color-red { border-color: #b91d47 !important; } .border-color-yellow { border-color: #ffc40d !important; } .border-color-orange { border-color: #e3a21a !important; } .border-color-orangeDark { border-color: #da532c !important; } .border-color-pink { border-color: #c3325f !important; } .border-color-pinkDark { border-color: #9f00a7 !important; } .border-color-purple { border-color: #603cba !important; } .border-color-darken { border-color: #1d1d1d !important; } .border-color-white { border-color: #ffffff !important; } .border-color-grayDark { border-color: #525252 !important; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Bricks.less * */ .item-margin { margin: 0 10px 10px 0; } .column-margin { margin: 0 20px 10px 0; } .group-margin { margin: 0 80px 10px 0; } .brick { position: relative; margin: 0 10px 10px 0; display: block; float: none !important; } .short-brick { position: relative; margin: 0 10px 10px 0; display: block; float: none !important; width: 150px; height: 150px; } .medium-brick { position: relative; margin: 0 10px 10px 0; display: block; float: none !important; width: 310px; height: 150px; } .badge { position: relative; margin: 0 10px 10px 0; display: block; float: none !important; width: 35px; height: 30px; padding-top: 5px; font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; color: #1d1d1d; text-align: center; } .square { display: block; float: left; margin-right: 10px; height: 20px; width: 20px; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Typography.less * */ @font-face { font-family: 'PT Serif Caption'; font-style: normal; font-weight: 400; src: local('PT Serif Caption'), local('PTSerif-Caption'), url(http://themes.googleusercontent.com/static/fonts/ptserifcaption/v4/7xkFOeTxxO1GMC1suOUYWWhBabBbEjGd1iRmpyoZukE.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 800; src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hp1r3JsPcQLi8jytr04NNhU.woff) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); } .text-rest-state { color: #000000; } .text-rest2-state { color: rgba(0, 0, 0, 0.6); } .text-hover-state { color: rgba(0, 0, 0, 0.8); } .text-pressed-state { color: rgba(0, 0, 0, 0.4); } #font .header { font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 200; font-size: 42pt; letter-spacing: 0.00em; line-height: 44pt; } #font .subheader, #font .subheader-secondary { font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 200; font-size: 20pt; letter-spacing: 0.01em; line-height: 24pt; } #font .subheader-smaller, #font .subheader-secondary-smaller { font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 200; letter-spacing: 0.01em; line-height: 24pt; font-size: 16pt; } #font .small-subheader, #font .small-subheader-secondary { font-family: 'Segoe UI Semibold', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 600; font-size: 11pt; letter-spacing: 0.01em; line-height: 14pt; } #font .navigation { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 11pt; letter-spacing: 0.01em; line-height: 14pt; } #font .body, #font .body-secondary, #font .normal { font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 11pt; letter-spacing: 0.02em; line-height: 20px; } #font .link { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 11pt; } #font .tertiary, #font .tertiary-secondary { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; } #font .control { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; } #font .small { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 8pt; } #font .long-text { font-family: 'PT Serif Caption', sans-serif, serif !important; font-weight: 300; font-size: 10pt; letter-spacing: 0.02em; line-height: 20px; } #font .long-text-smaller { font-family: 'PT Serif Caption', sans-serif, serif !important; font-weight: 300; font-size: 10pt; letter-spacing: 0.02em; line-height: 20px; font-size: 9pt; } #font .long-text-lead { font-family: 'PT Serif Caption', sans-serif, serif !important; font-weight: 300; font-size: 10pt; letter-spacing: 0.02em; line-height: 20px; font-size: 20pt; } #state .header, #state .subheader, #state .small-subheader, #state .navigation, #state .body, #state .tertiary { color: #000000; } #state .header:hover, #state .subheader:hover, #state .small-subheader:hover, #state .navigation:hover, #state .body:hover, #state .tertiary:hover { color: rgba(0, 0, 0, 0.8); } #state .header:active, #state .subheader:active, #state .small-subheader:active, #state .navigation:active, #state .body:active, #state .tertiary:active { color: rgba(0, 0, 0, 0.4); } #state .subheader-secondary, #state .subheader-secondary-smaller, #state .small-subheader, #state .small-subheader-secondary, #state .body-secondary, #state .tertiary-secondary { color: rgba(0, 0, 0, 0.6); } #state .subheader-secondary:hover, #state .subheader-secondary-smaller:hover, #state .small-subheader:hover, #state .small-subheader-secondary:hover, #state .body-secondary:hover, #state .tertiary-secondary:hover { color: rgba(0, 0, 0, 0.8); } #state .subheader-secondary:active, #state .subheader-secondary-smaller:active, #state .small-subheader:active, #state .small-subheader-secondary:active, #state .body-secondary:active, #state .tertiary-secondary:active { color: rgba(0, 0, 0, 0.4); } #state .link { color: #4f1acb; } #state .link:hover { color: rgba(79, 26, 203, 0.8); } #state .link:active { color: rgba(79, 26, 203, 0.6); } a, .link { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 11pt; color: #4f1acb; text-decoration: none; } a:hover, .link:hover { color: rgba(79, 26, 203, 0.8); } a:active, .link:active { color: rgba(79, 26, 203, 0.6); } h1, h2, h3, h4, h5, h6 { margin: 10px 0; padding: 0; } h1 { font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 200; font-size: 42pt; letter-spacing: 0.00em; line-height: 44pt; color: #000000; } h1:hover { color: rgba(0, 0, 0, 0.8); } h1:active { color: rgba(0, 0, 0, 0.4); } h2 { font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 200; font-size: 20pt; letter-spacing: 0.01em; line-height: 24pt; color: #000000; } h2:hover { color: rgba(0, 0, 0, 0.8); } h2:active { color: rgba(0, 0, 0, 0.4); } h3 { font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 200; font-size: 20pt; letter-spacing: 0.01em; line-height: 24pt; color: rgba(0, 0, 0, 0.6); font-size: 16pt; line-height: 24px; } h3:hover { color: rgba(0, 0, 0, 0.8); } h3:active { color: rgba(0, 0, 0, 0.4); } h4 { font-family: 'Segoe UI Semibold', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 600; font-size: 11pt; letter-spacing: 0.01em; line-height: 14pt; color: #000000; color: rgba(0, 0, 0, 0.6); } h4:hover { color: rgba(0, 0, 0, 0.8); } h4:active { color: rgba(0, 0, 0, 0.4); } h4:hover { color: rgba(0, 0, 0, 0.8); } h4:active { color: rgba(0, 0, 0, 0.4); } h5 { font-family: 'Segoe UI Semibold', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 600; font-size: 11pt; letter-spacing: 0.01em; line-height: 14pt; color: rgba(0, 0, 0, 0.6); font-size: 90%; } h5:hover { color: rgba(0, 0, 0, 0.8); } h5:active { color: rgba(0, 0, 0, 0.4); } h6 { font-family: 'Segoe UI Semibold', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 600; font-size: 11pt; letter-spacing: 0.01em; line-height: 14pt; color: rgba(0, 0, 0, 0.6); font-size: 80%; } h6:hover { color: rgba(0, 0, 0, 0.8); } h6:active { color: rgba(0, 0, 0, 0.4); } body, p { font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 11pt; letter-spacing: 0.02em; line-height: 20px; } p.long-text { font-family: 'PT Serif Caption', sans-serif, serif !important; font-weight: 300; font-size: 10pt; letter-spacing: 0.02em; line-height: 20px; } p { margin: 0 0 10px; } p.indent:first-letter { padding-left: 25px; } .lead { font-size: 120%; line-height: 26px; } .tertiary-info-text, .tertiary-text { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; color: #000000; } .tertiary-info-text:hover, .tertiary-text:hover { color: rgba(0, 0, 0, 0.8); } .tertiary-info-text:active, .tertiary-text:active { color: rgba(0, 0, 0, 0.4); } .tertiary-info-secondary-text, .tertiary-secondary-text { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; color: rgba(0, 0, 0, 0.6); } .tertiary-info-secondary-text:hover, .tertiary-secondary-text:hover { color: rgba(0, 0, 0, 0.8); } .tertiary-info-secondary-text:active, .tertiary-secondary-text:active { color: rgba(0, 0, 0, 0.4); } abbr.initialism { font-size: 90%; text-transform: uppercase !important; } abbr[title] { cursor: help !important; } address { display: block; margin-bottom: 20px; font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 11pt; letter-spacing: 0.02em; line-height: 20px; line-height: 20px; font-style: normal; } blockquote { margin: 0; padding: 5px 20px; border-left: 4px #ccc solid; display: block; background-color: rgba(204, 204, 204, 0.1); } blockquote p { margin-bottom: 0; } blockquote small:before { content: '\2014'; color: rgba(0, 0, 0, 0.4); margin-right: 5px; } blockquote.place-right { float: none !important; text-align: right; border: 0; border-right: 4px #ccc solid; } blockquote.place-right small { text-align: right; } blockquote.place-right small:before { content: ""; } blockquote.place-right small:after { content: '\2014'; color: rgba(0, 0, 0, 0.4); margin-left: 5px; } ul, ol { padding: 0; margin: 0 0 10px 0px; display: block; } ul:nth-child(1) { margin-left: 25px; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0 !important; } ul { list-style-position: inside; list-style-type: disc; } ul ul { list-style-type: circle; } ul, ol { list-style-position: inside; } ul li, ol li { display: list-item; font-size: 14px; line-height: 20px; } ol { list-style-type: decimal; } ul.unstyled, ol.unstyled, .unstyled { margin-left: 0; list-style: none; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Layout.less */ *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .one-column { -moz-columns: 1; -webkit-columns: 1; columns: 1; -moz-column-gap: 20px; -webkit-column-gap: 20px; column-gap: 20px; } .two-columns { -moz-columns: 2; -webkit-columns: 2; columns: 2; -moz-column-gap: 20px; -webkit-column-gap: 20px; column-gap: 20px; } .three-columns { -moz-columns: 3; -webkit-columns: 3; columns: 3; -moz-column-gap: 20px; -webkit-column-gap: 20px; column-gap: 20px; } .four-columns { -moz-columns: 4; -webkit-columns: 4; columns: 4; -moz-column-gap: 20px; -webkit-column-gap: 20px; column-gap: 20px; } .five-columns { -moz-columns: 5; -webkit-columns: 5; columns: 5; -moz-column-gap: 20px; -webkit-column-gap: 20px; column-gap: 20px; } .page { position: relative; height: 100%; min-height: 100%; width: 100%; *zoom: 1; } .page:before, .page:after { display: table; content: ""; } .page:after { clear: both; } .page .page-header { width: 100%; position: relative; display: block; } .page .page-header .page-header-content { height: 100px; min-height: 100px; width: 100%; position: relative; display: block; } .page .page-header .page-header-content h1, .page .page-header .page-header-content h2, .page .page-header .page-header-content h3, .page .page-header .page-header-content h4, .page .page-header .page-header-content h5 { position: absolute; margin: 0; padding: 0; left: 120px; bottom: 0; } .page .page-header .page-header-content h1 small { font-size: 12pt; margin-left: 5px; } .page .page-header .page-header-content h1.sub-menu { cursor: pointer; } .page .page-header .page-header-content h1.sub-menu:after { position: absolute; content: "\3009"; display: inline-block; font-size: 10pt; bottom: -5px; right: -15px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .page .page-header .page-header-content > .page-back { position: absolute; top: 34px; left: 30px; } .page .page-header .page-header-content .user-login { float: right; margin: 55px 44px 0 0; cursor: pointer; } .page .page-header .page-header-content .user-login .avatar { float: right; border: 1px #ccc solid; width: 40px; height: 40px; } .page .page-header .page-header-content .user-login .avatar img { width: 100%; height: 100%; } .page .page-header .page-header-content .user-login .name { float: left; margin: 0px 10px; text-align: right; } .page .page-header .page-header-content .user-login .name .first-name { font-family: "Open Sans", sans-serif, sans; font-size: 18pt; display: block; margin: 0; } .page .page-header .page-header-content .user-login .name .last-name { font-family: "Open Sans", sans-serif, sans; font-size: 10pt; display: block; margin: 0; } .page .page-region { display: block; } .page .page-region .page-region-content { padding-top: 10px; padding-left: 0; padding-right: 0; padding-bottom: 20px; display: block; height: 100%; position: relative; } .page.secondary .page-header .page-header-content h1, .page.secondary .page-header .page-header-content h2, .page.secondary .page-header .page-header-content h3, .page.secondary .page-header .page-header-content h4, .page.secondary .page-header .page-header-content h5 { position: absolute; margin: 0; padding: 0; left: 120px; bottom: 0; } .page.secondary .page-region .page-region-content { padding-left: 120px; } .page.snapped { width: 33.33%; height: 100%; float: left; border-right: 1px #ccc solid; } .page.fill { width: 66.66%; height: 100%; float: right; border-left: 1px #ccc solid; } .page.snapped .page .page-header .page-header-content h1, .page.snapped .page .page-header .page-header-content h2, .page.snapped .page .page-header .page-header-content h3, .page.snapped .page .page-header .page-header-content h4, .page.snapped .page .page-header .page-header-content h5 { margin-left: 20px; } .page.snapped .page .page-region .page-region-content { padding-left: 20px; } .page.fixed-header .page-header { position: fixed; top: 0; left: 0; right: 0; } .page.fixed-header .page-region { padding-top: 140px; } .page.with-sidebar .page-region { margin-left: 220px; width: auto; *zoom: 1; } .page.with-sidebar .page-region .page-region-content { padding-left: 20px; } .page.with-sidebar .page-region:before, .page.with-sidebar .page-region:after { display: table; content: ""; } .page.with-sidebar .page-region:after { clear: both; } .app-bar { position: absolute; bottom: 0; left: 0; right: 0; min-height: 100px; background-color: #1d1d1d !important; } .charms { position: absolute; right: 0; top: 0; bottom: 0; height: 100%; min-width: 200px; width: auto; } .charms.place-left { left: 0; right: auto; } .message-dialog { position: absolute; left: 0; right: 0; height: auto; min-height: 100px; top: 30%; padding: 10px 10px 0; } .error-bar, .warning-bar, .info-bar { position: absolute; top: 0; left: 0; right: 0; padding: 10px 20px; color: #fff; min-height: 100px; } .error-bar { background-color: #b91d47 !important; } .warning-bar { background-color: #ffc40d !important; } .info-bar { background-color: #2d89ef !important; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Buttons.less */ .modern-ui-logo, .metro-ui-logo { height: 28px; width: 28px; display: block; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGESURBVFhH7ZevTsNQFIfbZgKxB9gjIHgABAIcS0CSQIJE4LEIEgQCyQNMIiHhIRAgEAgECWKIySUTCEjLd3t/Cyml3em6DtMvOTn33PM3XdvbBU2SJMmKlssnjuNtZIisa2t50HQNmXAFEvQHsi9X89CzR8M31/wXZwppDpp0aX7v++XBd41q7r5Qg1I0YE8pQYixqbWFpzAMx1pnoPA5vlOZpdDzHdWPoujZGVX4c1iaH8pvhpwJshOpxtxQawM18JYdrlYXdbKIAa4o1pFphrxX8g5qD0CRPsUeZZogfkzeLjJaxAAjZIuit9oqhbgv4veQl+lGFQqfGHwdbqpLH1YMMUdK8WjfysxHlgbHyKfiM7B/obAf5LNiemfQyB1E6VkwBfsGlb9ZvduM+aVFQ3cgDV0S+gHlHrs8LqAC5gEcxLuD6c5pbeVJy9qpNECLCV1aK+lPwO86kD0TF5s2KqD2m7Au7QDtAO0A7QD/PsBcf0zIWWVdfMRmcd+M/vsvRxB8A6+/IU2N93KYAAAAAElFTkSuQmCC); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .back-button { height: 32px; width: 32px; display: block; background-image: url(data:image/png;base64,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); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .back-button.big { height: 48px; width: 48px; left: 36px; top: 40px; } button, .button { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; height: 32px; background-color: #ccc; border: 1px transparent solid; color: #353535; margin-right: 10px; margin-bottom: 10px; border-raduis: 0; display: inline-block; text-align: center; vertical-align: middle; cursor: pointer; padding: 4px 10px; } button.standart, .button.standart { min-width: 90px; min-height: 32px; } button:active, .button:active, button.default:active, .button.default:active { background-color: #000 !important; color: #fff; } button:disabled, .button:disabled, button.disabled, .button.disabled { background-color: #eaeaea; color: #bebebe; cursor: not-allowed; } button.default, .button.default { background-color: #008287; color: #fff; } button:focus, .button:focus { outline: 0; border: 1px #353535 dotted; } button [class*=icon-], .button [class*=icon-], .tool-button [class*=icon-] { background-size: cover; zoom: 1; } button.mini, .button.mini, .tool-button.mini { min-height: 24px; height: 26px; font-size: .8em; } button.big, .button.big, .tool-button.big { min-height: 48px; height: 48px; font-size: 1.2em; } button.big [class*=icon-], .button.big [class*=icon-], .tool-button.big [class*=icon-] { margin-top: 6px; zoom: 1; } .tool-button [class*=icon-] { margin-top: 2px !important; margin-left: 7px !important; } .tool-button.mini { min-width: 22px; width: 22px; } .tool-button.big { min-width: 48px; width: 48px; } .tool-button.big [class*=icon-] { margin-top: 2px !important; margin-left: 15px !important; } .command-button { width: 330px; text-align: left; padding: 10px 20px; height: auto; color: #000; background-color: #ccc; font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 11pt; letter-spacing: 0.02em; line-height: 20px; } .command-button > small { display: block; font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 11pt; letter-spacing: 0.02em; line-height: 20px; font-size: 10pt; color: #505050; } .command-button.default > small { color: #ccc; } .tool-button { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; height: 32px; background-color: #ccc; border: 1px transparent solid; color: #353535; margin-right: 10px; margin-bottom: 10px; border-raduis: 0; display: inline-block; text-align: center; vertical-align: middle; cursor: pointer; padding: 4px 10px; min-width: 32px; min-height: 32px; width: 32px; height: 32px; text-align: center; position: relative; padding: 0; } .tool-button.standart { min-width: 90px; min-height: 32px; } .tool-button:active, .tool-button.default:active { background-color: #000 !important; color: #fff; } .tool-button:disabled, .tool-button.disabled { background-color: #eaeaea; color: #bebebe; cursor: not-allowed; } .tool-button.default { background-color: #008287; color: #fff; } .tool-button:focus { outline: 0; border: 1px #353535 dotted; } .tool-button [class*=icon-] { background-size: cover; zoom: 1; } .tool-button.mini { min-height: 24px; height: 26px; font-size: .8em; } .tool-button.big { min-height: 48px; height: 48px; font-size: 1.2em; } .tool-button.big [class*=icon-] { margin-top: 6px; zoom: 1; } .tool-button:active [class*=icon-] { background-image: url("../images/icons-white.png"); } .tool-button img { width: 16px; height: 16px; position: absolute; top: 8px; left: 8px; } .tool-button [class*=icon-] { margin-left: 8px; } .toolbar { *zoom: 1; } .toolbar a, .toolbar button { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; height: 32px; background-color: #ccc; border: 1px transparent solid; color: #353535; margin-right: 10px; margin-bottom: 10px; border-raduis: 0; display: inline-block; text-align: center; vertical-align: middle; cursor: pointer; padding: 4px 10px; min-width: 32px; min-height: 32px; width: 32px; height: 32px; text-align: center; position: relative; padding: 0; margin-right: 0px; } .toolbar a [class*=icon-], .toolbar button [class*=icon-] { background-size: cover; zoom: 1; } .toolbar a.mini, .toolbar button.mini { min-height: 24px; height: 26px; font-size: .8em; } .toolbar a.big, .toolbar button.big { min-height: 48px; height: 48px; font-size: 1.2em; } .toolbar a.big [class*=icon-], .toolbar button.big [class*=icon-] { margin-top: 6px; zoom: 1; } .toolbar a [class*=icon-], .toolbar button [class*=icon-] { margin-top: 2px !important; margin-left: 7px !important; } .toolbar a.mini, .toolbar button.mini { min-width: 22px; width: 22px; } .toolbar a.big, .toolbar button.big { min-width: 48px; width: 48px; } .toolbar a.big [class*=icon-], .toolbar button.big [class*=icon-] { margin-top: 2px !important; margin-left: 15px !important; } .toolbar a.standart, .toolbar button.standart { min-width: 90px; min-height: 32px; } .toolbar a:active, .toolbar button:active, .toolbar a.default:active, .toolbar button.default:active { background-color: #000 !important; color: #fff; } .toolbar a:disabled, .toolbar button:disabled, .toolbar a.disabled, .toolbar button.disabled { background-color: #eaeaea; color: #bebebe; cursor: not-allowed; } .toolbar a.default, .toolbar button.default { background-color: #008287; color: #fff; } .toolbar a:focus, .toolbar button:focus { outline: 0; border: 1px #353535 dotted; } .toolbar a [class*=icon-], .toolbar button [class*=icon-] { background-size: cover; zoom: 1; } .toolbar a.mini, .toolbar button.mini { min-height: 24px; height: 26px; font-size: .8em; } .toolbar a.big, .toolbar button.big { min-height: 48px; height: 48px; font-size: 1.2em; } .toolbar a.big [class*=icon-], .toolbar button.big [class*=icon-] { margin-top: 6px; zoom: 1; } .toolbar a:active [class*=icon-], .toolbar button:active [class*=icon-] { background-image: url("../images/icons-white.png"); } .toolbar a img, .toolbar button img { width: 16px; height: 16px; position: absolute; top: 8px; left: 8px; } .toolbar a [class*=icon-], .toolbar button [class*=icon-] { margin-left: 8px; } .toolbar a:active [class*=icon-], .toolbar button:active [class*=icon-] { background-image: url("../images/icons-white.png"); } .toolbar a { padding: 5px 0; } .toolbar:before, .toolbar:after { display: table; content: ""; } .toolbar:after { clear: both; } .toolbar .toolbar-group { margin-right: 20px; margin-bottom: 10px; float: left; } .toolbar-vertical { width: 33px; float: left; margin-right: 10px; *zoom: 1; } .toolbar-vertical a, .toolbar-vertical button { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; height: 32px; background-color: #ccc; border: 1px transparent solid; color: #353535; margin-right: 10px; margin-bottom: 10px; border-raduis: 0; display: inline-block; text-align: center; vertical-align: middle; cursor: pointer; padding: 4px 10px; min-width: 32px; min-height: 32px; width: 32px; height: 32px; text-align: center; position: relative; padding: 0; margin-bottom: 5px; } .toolbar-vertical a [class*=icon-], .toolbar-vertical button [class*=icon-] { background-size: cover; zoom: 1; } .toolbar-vertical a.mini, .toolbar-vertical button.mini { min-height: 24px; height: 26px; font-size: .8em; } .toolbar-vertical a.big, .toolbar-vertical button.big { min-height: 48px; height: 48px; font-size: 1.2em; } .toolbar-vertical a.big [class*=icon-], .toolbar-vertical button.big [class*=icon-] { margin-top: 6px; zoom: 1; } .toolbar-vertical a [class*=icon-], .toolbar-vertical button [class*=icon-] { margin-top: 2px !important; margin-left: 7px !important; } .toolbar-vertical a.mini, .toolbar-vertical button.mini { min-width: 22px; width: 22px; } .toolbar-vertical a.big, .toolbar-vertical button.big { min-width: 48px; width: 48px; } .toolbar-vertical a.big [class*=icon-], .toolbar-vertical button.big [class*=icon-] { margin-top: 2px !important; margin-left: 15px !important; } .toolbar-vertical a.standart, .toolbar-vertical button.standart { min-width: 90px; min-height: 32px; } .toolbar-vertical a:active, .toolbar-vertical button:active, .toolbar-vertical a.default:active, .toolbar-vertical button.default:active { background-color: #000 !important; color: #fff; } .toolbar-vertical a:disabled, .toolbar-vertical button:disabled, .toolbar-vertical a.disabled, .toolbar-vertical button.disabled { background-color: #eaeaea; color: #bebebe; cursor: not-allowed; } .toolbar-vertical a.default, .toolbar-vertical button.default { background-color: #008287; color: #fff; } .toolbar-vertical a:focus, .toolbar-vertical button:focus { outline: 0; border: 1px #353535 dotted; } .toolbar-vertical a [class*=icon-], .toolbar-vertical button [class*=icon-] { background-size: cover; zoom: 1; } .toolbar-vertical a.mini, .toolbar-vertical button.mini { min-height: 24px; height: 26px; font-size: .8em; } .toolbar-vertical a.big, .toolbar-vertical button.big { min-height: 48px; height: 48px; font-size: 1.2em; } .toolbar-vertical a.big [class*=icon-], .toolbar-vertical button.big [class*=icon-] { margin-top: 6px; zoom: 1; } .toolbar-vertical a:active [class*=icon-], .toolbar-vertical button:active [class*=icon-] { background-image: url("../images/icons-white.png"); } .toolbar-vertical a img, .toolbar-vertical button img { width: 16px; height: 16px; position: absolute; top: 8px; left: 8px; } .toolbar-vertical a [class*=icon-], .toolbar-vertical button [class*=icon-] { margin-left: 8px; } .toolbar-vertical a:active [class*=icon-], .toolbar-vertical button:active [class*=icon-] { background-image: url("../images/icons-white.png"); } .toolbar-vertical a { padding: 5px 0; } .toolbar-vertical:before, .toolbar-vertical:after { display: table; content: ""; } .toolbar-vertical:after { clear: both; } .toolbar-vertical .toolbar-group { margin-bottom: 20px; } .image-button { position: relative; border: 0; padding-right: 45px; } .image-button img, .image-button:active img { position: absolute; right: 0; margin-left: 32px; padding: 5px; height: 100%; top: 0px; margin-left: 0px; box-sizing: border-box; border: 1px transparent solid; z-index: 2; } .button-set a, .button-set button { margin-right: 0; text-align: center; } .button-set a img, .button-set button img { background-color: transparent; } .button-set a { padding: 5px 0; } .button-set button.active { background-color: #008287; color: #fff; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Tables.less * */ table { width: 100%; border-collapse: separate; margin: 0 0 20px; } table thead tr th, table thead tr td { display: table-cell; vertical-align: bottom; padding-bottom: 5px; padding-top: 10px; padding-left: 5px; border-bottom: 1px #ddd solid; border-right: 1px #ddd solid; border-left: 1px transparent solid; border-top: 1px transparent solid; font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 11pt; letter-spacing: 0.01em; line-height: 14pt; color: rgba(0, 0, 0, 0.6); text-align: left; } table thead tr th.right, table thead tr td.right { text-align: right; padding-right: 10px; } table thead tr th.last, table thead tr td.last { border-right: 1px transparent solid; } table thead tr th:last-child, table thead tr td:last-child { border-right: 1px transparent solid; } table tbody tr { border: 1px #fff solid; } table tbody tr td { font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 11pt; letter-spacing: 0.02em; line-height: 20px; padding: 3px 10px; border-right: 1px #ddd solid; border-bottom: 1px #ddd solid; box-sizing: border-box; } table tbody tr td.right { text-align: right; } table tbody tr td.center { text-align: center; } table tbody tr td.last { border-right: 1px transparent solid; } table tbody tr td:last-child { border-right: 1px transparent solid; } table tbody tr.success { background-color: #00a300 !important; } table tbody tr.error { background-color: #b91d47 !important; } table tbody tr.warning { background-color: #e3a21a !important; } table tbody tr.info { background-color: #2d89ef !important; } table tbody tr.selected-row { background-color: rgba(28, 183, 236, 0.1) !important; } table tbody tr.selected-row td:first-child { border-left: 1px #1c98cc solid; } table tbody tr.selected-row td:last-child { border-right: 1px #1c98cc solid; } table tbody tr.selected-row td { border-top: 1px #1c98cc solid; border-bottom: 1px #1c98cc solid; } table.striped tbody tr:nth-child(odd) { background-color: #f9f9f9; } table.hovered { border-collapse: separate !important; } table.hovered thead tr th:hover, table.hovered thead tr td:hover { border: 1px #1c98cc solid; background: rgba(28, 183, 236, 0.1); } table.hovered tbody tr:hover { background-color: rgba(28, 183, 236, 0.1); } table.hovered tbody tr:hover td:first-child { border-left: 1px #1c98cc solid; } table.hovered tbody tr:hover td:last-child { border-right: 1px #1c98cc solid; } table.hovered tbody tr:hover td { border-top: 1px #1c98cc solid; border-bottom: 1px #1c98cc solid; } table.bordered { border-collapse: separate !important; border: 1px #ccc solid !important; } table.bordered tbody tr:last-child td { border-bottom: 0; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Grid.less * */ .oh, .ot, .tt { float: left; margin: 0 2% 2% 0; width: 48%; } .ot { width: 31%; } .tt { width: 65%; } .cl { clear: both; } .item-padding { margin-right: 20px; margin-bottom: 5px; } .column-padding { margin: 0 10px; } .group-padding { margin: 0 40px; } .span1 { width: 60px; } .span2 { width: 140px; } .span3 { width: 220px; } .span4 { width: 300px; } .span5 { width: 380px; } .span6 { width: 460px; } .span7 { width: 540px; } .span8 { width: 620px; } .span9 { width: 700px; } .span10 { width: 780px; } .span11 { width: 860px; } .span12 { width: 940px; } .offset1 { margin-left: 80px; } .offset2 { margin-left: 160px; } .offset3 { margin-left: 240px; } .offset4 { margin-left: 320px; } .offset5 { margin-left: 400px; } .offset6 { margin-left: 480px; } .offset7 { margin-left: 560px; } .offset8 { margin-left: 640px; } .offset9 { margin-left: 720px; } .offset10 { margin-left: 800px; } .offset11 { margin-left: 880px; } .offset12 { margin-left: 960px; } [class*="span"] { float: none; min-height: 1px; margin-right: 20px; margin-bottom: 5px; *zoom: 1; } [class*="span"]:before, [class*="span"]:after { display: table; content: ""; } [class*="span"]:after { clear: both; } [class*="span"]:last-child { margin-right: 0; } [class*="span"] > img { max-width: 100%; height: auto; } .grid { margin: 0 0 20px; display: block; height: auto; width: 100%; *zoom: 1; } .grid.no-margin { margin: 0; } .grid.margin-row { margin-bottom: 5px; } .grid .grid { margin-top: 2.5px; margin-bottom: 2.5px; } .grid .group { margin-right: 80px; float: left; width: auto; height: auto; min-height: 1px; } .grid .row { width: 100%; *zoom: 1; } .grid .row:before, .grid .row:after { display: table; content: ""; } .grid .row:after { clear: both; } .grid .row [class*="span"] { float: left; } .grid.element-border [class*="span"] { border: 1px #ccc dotted; } .grid:before, .grid:after { display: table; content: ""; } .grid:after { clear: both; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Hero.less * */ .hero-unit { position: relative; margin: 0 0 10px; padding: 20px; background-color: #f1f1f1; width: 100%; *zoom: 1; } .hero-unit:before, .hero-unit:after { display: table; content: ""; } .hero-unit:after { clear: both; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Menus.less * */ .navigation-bar { width: 100%; min-height: 40px; background: #464646; z-index: 10000; } .navigation-bar .navigation-bar-inner { padding: 5px 20px 2px 20px; color: #fff; font-size: 11pt; margin: auto; position: relative; } .navigation-bar .navigation-bar-inner > .brand { float: left; margin-right: 20px; margin-top: 3px; } .navigation-bar .navigation-bar-inner > .brand:hover { background-color: transparent; } .navigation-bar .navigation-bar-inner > .brand .icon { width: 24px; height: 24px; float: left; margin-right: 10px; margin-top: 3px; } .navigation-bar .navigation-bar-inner > .brand .name { font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 200; font-size: 20pt; letter-spacing: 0.01em; line-height: 24pt; font-size: 16pt; color: #fff; } .navigation-bar .navigation-bar-inner > ul { margin-left: 0; list-style: none; padding-top: 5px; margin-top: 2px; } .navigation-bar .navigation-bar-inner > ul > li { display: inline-block; line-height: 32px; position: relative; } .navigation-bar .navigation-bar-inner > ul > li.sub-menu { padding-right: 20px; } .navigation-bar .navigation-bar-inner > ul > li.sub-menu:after { position: absolute; content: "\3009"; display: inline-block; font-size: 10pt; font-family: Helvetica, sans-serif, sans; letter-spacing: 0px; top: 3px; right: 10px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); cursor: pointer; } .navigation-bar .navigation-bar-inner > ul > li.sub-menu:hover:after { color: #1e1e1e; } .navigation-bar .navigation-bar-inner > ul > li > a { color: #fff; font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 11pt; letter-spacing: 0.01em; line-height: 14pt; padding: 5px 10px; cursor: pointer; } .navigation-bar .navigation-bar-inner > ul > li.active, .navigation-bar .navigation-bar-inner > ul > li:hover { background-color: #fff; } .navigation-bar .navigation-bar-inner > ul > li.active a, .navigation-bar .navigation-bar-inner > ul > li:hover a { color: #1e1e1e; } .navigation-bar .navigation-bar-inner > ul > li > .dropdown-menu { border: 0; } .navigation-bar.fixed-top { position: fixed; left: 0; right: 0; top: 0; } .navigation-bar.fixed-bottom { position: fixed; left: 0; right: 0; bottom: 0; } .menu-pull { position: absolute; right: 10px; top: 10px; display: none; cursor: pointer; z-index: 10001; background: url(../images/row24.png) no-repeat; background-size: cover; height: 24px; width: 24px; margin: 0; padding: 0; } .dropdown-menu { position: absolute; background-color: #fff; margin-left: 0; list-style: none; top: 100%; z-index: 1101; float: left; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); min-width: 160px; padding-bottom: 5px; padding-top: 5px; display: none; } .dropdown-menu.place-right { right: 0; left: auto; } .dropdown-menu a { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 11pt; letter-spacing: 0.01em; line-height: 14pt; color: #000000; display: block; width: 100%; padding: 3px 20px; white-space: nowrap; font-size: 14px; cursor: pointer; } .dropdown-menu a:hover { color: rgba(0, 0, 0, 0.8); } .dropdown-menu a:active { color: rgba(0, 0, 0, 0.4); } .dropdown-menu a:hover { background-color: #2d89ef !important; color: #ffffff !important; } .dropdown-menu li { display: list-item; line-height: 20px; } .dropdown-menu .divider { height: 1px; margin: 9px 1px; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu.open { display: block !important; } .popup-menu { margin-left: 0; list-style: none; position: absolute; top: 100%; left: -1px; z-index: 1; background-color: #fff; display: none; border: 1px #bababa solid; } .popup-menu li { float: none; display: block; border: 1px transparent solid !important; min-width: 150px; } .popup-menu li a { display: block; white-space: nowrap; float: none; height: auto; font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; color: #1e1e1e; padding: 5px 10px; } .popup-menu li a:hover { color: #fff; } .popup-menu li:hover { background-color: #008287; } .popup-menu li.divider { height: 1px !important; line-height: 1px !important; background-color: transparent !important; border-top: 1px #bababa solid !important; } .popup-menu li.divider:hover { background-color: transparent !important; } .popup-menu li.sub-menu:after { position: absolute; content: "\3009"; display: inline-block; font-size: 10pt; top: 5px; right: 10px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .horizontal-menu { background-color: #f1f1f1; padding: 0px; *zoom: 1; } .horizontal-menu > ul { margin-left: 0; list-style: none; } .horizontal-menu > ul li { float: left; position: relative; border: 1px transparent solid; display: block; } .horizontal-menu > ul li:hover { border: 1px #bababa solid; background-color: #fff; } .horizontal-menu > ul li.sub-menu { padding-right: 20px; } .horizontal-menu > ul li.sub-menu:after { position: absolute; content: "\3009"; display: inline-block; font-size: 10pt; font-family: sans; top: 7px; right: 10px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .horizontal-menu > ul li a { float: left; padding: 5px 10px; display: block; z-index: 999; font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 11pt; letter-spacing: 0.01em; line-height: 14pt; color: #000000; } .horizontal-menu > ul li a:hover { color: rgba(0, 0, 0, 0.8); } .horizontal-menu > ul li a:active { color: rgba(0, 0, 0, 0.4); } .horizontal-menu > ul li ul { margin-left: 0; list-style: none; position: absolute; top: 100%; left: -1px; z-index: 1; background-color: #fff; display: none; border: 1px #bababa solid; } .horizontal-menu > ul li ul li { float: none; display: block; border: 1px transparent solid !important; min-width: 150px; } .horizontal-menu > ul li ul li a { display: block; white-space: nowrap; float: none; height: auto; font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; color: #1e1e1e; padding: 5px 10px; } .horizontal-menu > ul li ul li a:hover { color: #fff; } .horizontal-menu > ul li ul li:hover { background-color: #008287; } .horizontal-menu > ul li ul li.divider { height: 1px !important; line-height: 1px !important; background-color: transparent !important; border-top: 1px #bababa solid !important; } .horizontal-menu > ul li ul li.divider:hover { background-color: transparent !important; } .horizontal-menu > ul li ul li.sub-menu:after { position: absolute; content: "\3009"; display: inline-block; font-size: 10pt; top: 5px; right: 10px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .horizontal-menu > ul li:hover > ul { display: block; } .horizontal-menu > ul li ul li ul { position: absolute; left: 100%; top: -2px; } .horizontal-menu > ul li.pull { display: none; float: right; margin-right: 5px; margin-top: 5px; } .horizontal-menu > ul li.pull a { width: 24px; height: 20px; background: url(../images/pull24-dark.png) no-repeat; display: block; text-decoration: none; border: 0; cursor: pointer; } .horizontal-menu > ul li.pull:hover { border: 1px transparent solid; } .horizontal-menu:before, .horizontal-menu:after { display: table; content: ""; } .horizontal-menu:after { clear: both; } .page .page-header .page-header-content h1[data-role=dropdown] { cursor: pointer; } .page .page-header .page-header-content h1[data-role=dropdown] .dropdown-menu { margin-top: -10px; } .page .page-header .page-header-content h1[data-role=dropdown]:after { position: absolute; content: "\3009"; display: inline-block; font-size: 10pt; left: 100%; top: 20px; margin-left: 5px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Sidebar.less */ .page-sidebar { display: block; width: 213px; float: left; min-height: 100% !important; height: auto; background-color: #EBEBEB; padding-top: 10px; padding-bottom: 10px; margin-top: 10px; margin-left: 7px; } .page-sidebar a { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 11pt; letter-spacing: 0.01em; line-height: 14pt; color: #000000; display: block; width: 100%; padding: 5px 20px 5px 10px; white-space: nowrap; font-size: 14px; cursor: pointer; } .page-sidebar a:hover { color: rgba(0, 0, 0, 0.8); } .page-sidebar a:active { color: rgba(0, 0, 0, 0.4); } .page-sidebar a:hover { background-color: #2d89ef !important; color: #ffffff !important; } .page-sidebar li { display: list-item; line-height: 20px; position: relative; } .page-sidebar > ul > li > a { font-size: 1.1em; } .page-sidebar > ul > li a.lead, .page-sidebar > ul > li.lead a, .page-sidebar > ul > li.lead { font-weight: bold; } .page-sidebar > ul > li.sticker:before { content: "."; position: absolute; width: 7px; height: 28px; left: -7px; text-indent: -9999px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; background-color: #ebebeb; } .page-sidebar > ul > li.sticker.sticker-color-blue:before { background-color: #2d89ef; } .page-sidebar > ul > li.sticker.sticker-color-blueLight:before { background-color: #44a3aa; } .page-sidebar > ul > li.sticker.sticker-color-blueDark:before { background-color: #0a5ac2; } .page-sidebar > ul > li.sticker.sticker-color-green:before { background-color: #00a300 !important; } .page-sidebar > ul > li.sticker.sticker-color-greenLight:before { background-color: #99b433 !important; } .page-sidebar > ul > li.sticker.sticker-color-greenDark:before { background-color: #005200 !important; } .page-sidebar > ul > li.sticker.sticker-color-red:before { background-color: #b91d47 !important; } .page-sidebar > ul > li.sticker.sticker-color-yellow:before { background-color: #ffc40d !important; } .page-sidebar > ul > li.sticker.sticker-color-orange:before { background-color: #e3a21a !important; } .page-sidebar > ul > li.sticker.sticker-color-orangeDark:before { background-color: #da532c !important; } .page-sidebar > ul > li.sticker.sticker-color-pink:before { background-color: #c3325f !important; } .page-sidebar > ul > li.sticker.sticker-color-pinkDark:before { background-color: #9f00a7 !important; } .page-sidebar > ul > li.sticker.sticker-color-purple:before { background-color: #603cba !important; } .page-sidebar > ul > li.sticker.sticker-color-darken:before { background-color: #1d1d1d !important; } .page-sidebar > ul > li.sticker.sticker-color-white:before { background-color: #ffffff !important; } .page-sidebar > ul > li.sticker.sticker-color-grayDark:before { background-color: #525252 !important; } .page-sidebar .divider { height: 1px; margin: 9px 1px; overflow: hidden; background-color: #e5e5e5; } .page-sidebar ul { margin-left: 0; list-style: none; background-color: #EBEBEB; } .page-sidebar ul.sub-menu { padding-top: 5px; padding-bottom: 5px; } .page-sidebar ul.sub-menu a { padding: 5px 20px 5px 25px; } .page-sidebar ul.sub-menu.light { background-color: #f9f9f9 !important; } .page-sidebar .sidebar-dropdown-menu { display: none; } .page-sidebar .sidebar-dropdown-menu.open { display: block; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Notices.less */ .replies { margin-left: 0; list-style: none; } .replies > div, .replies > li, .replies > span { position: relative; margin: 0 10px 10px 0; display: block; float: none !important; width: 310px; height: 150px; font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 11pt; letter-spacing: 0.02em; line-height: 20px; height: auto; padding: 10px; } .replies > div .avatar, .replies > li .avatar, .replies > span .avatar { width: 50px; height: 50px; overflow: hidden; display: table-cell; vertical-align: middle !important; background: #6e6e6e; box-shadow-bottom: inset 0px 0px 3px #fff; } .replies > div .avatar img, .replies > li .avatar img, .replies > span .avatar img { width: 100%; height: 100%; display: inline-block !important; vertical-align: middle !important; } .replies > div .reply, .replies > li .reply, .replies > span .reply { margin-left: 60px; margin-top: -50px; } .replies > div .reply .date, .replies > li .reply .date, .replies > span .reply .date { float: right; font-size: 55%; color: #ffffff; } .replies > div .reply .author, .replies > li .reply .author, .replies > span .reply .author { color: #ffffff; } .replies > div .reply .text, .replies > li .reply .text, .replies > span .reply .text { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; color: #000000; color: #ffffff; line-height: 16px; } .replies > div .reply .text:hover, .replies > li .reply .text:hover, .replies > span .reply .text:hover { color: rgba(0, 0, 0, 0.8); } .replies > div .reply .text:active, .replies > li .reply .text:active, .replies > span .reply .text:active { color: rgba(0, 0, 0, 0.4); } .replies > div .reply .text:hover, .replies > li .reply .text:hover, .replies > span .reply .text:hover { color: #ffffff; } .replies > div .sticker, .replies > li .sticker, .replies > span .sticker { width: 0; height: 0; border-top: 10px solid #ffffff; position: absolute; display: block; z-index: 1000; } .replies > div .sticker.sticker-color-blue, .replies > li .sticker.sticker-color-blue, .replies > span .sticker.sticker-color-blue { border-color: #2d89ef !important; } .replies > div .sticker.sticker-color-blueLight, .replies > li .sticker.sticker-color-blueLight, .replies > span .sticker.sticker-color-blueLight { border-color: #44a3aa !important; } .replies > div .sticker.sticker-color-blueDark, .replies > li .sticker.sticker-color-blueDark, .replies > span .sticker.sticker-color-blueDark { border-color: #0a5ac2 !important; } .replies > div .sticker.sticker-color-green, .replies > li .sticker.sticker-color-green, .replies > span .sticker.sticker-color-green { border-color: #00a300 !important; } .replies > div .sticker.sticker-color-greenLight, .replies > li .sticker.sticker-color-greenLight, .replies > span .sticker.sticker-color-greenLight { border-color: #99b433 !important; } .replies > div .sticker.sticker-color-greenDark, .replies > li .sticker.sticker-color-greenDark, .replies > span .sticker.sticker-color-greenDark { border-color: #005200 !important; } .replies > div .sticker.sticker-color-red, .replies > li .sticker.sticker-color-red, .replies > span .sticker.sticker-color-red { border-color: #b91d47 !important; } .replies > div .sticker.sticker-color-yellow, .replies > li .sticker.sticker-color-yellow, .replies > span .sticker.sticker-color-yellow { border-color: #ffc40d !important; } .replies > div .sticker.sticker-color-orange, .replies > li .sticker.sticker-color-orange, .replies > span .sticker.sticker-color-orange { border-color: #e3a21a !important; } .replies > div .sticker.sticker-color-orangeDark, .replies > li .sticker.sticker-color-orangeDark, .replies > span .sticker.sticker-color-orangeDark { border-color: #da532c !important; } .replies > div .sticker.sticker-color-pink, .replies > li .sticker.sticker-color-pink, .replies > span .sticker.sticker-color-pink { border-color: #c3325f !important; } .replies > div .sticker.sticker-color-pinkDark, .replies > li .sticker.sticker-color-pinkDark, .replies > span .sticker.sticker-color-pinkDark { border-color: #9f00a7 !important; } .replies > div .sticker.sticker-color-purple, .replies > li .sticker.sticker-color-purple, .replies > span .sticker.sticker-color-purple { border-color: #603cba !important; } .replies > div .sticker.sticker-color-darken, .replies > li .sticker.sticker-color-darken, .replies > span .sticker.sticker-color-darken { border-color: #1d1d1d !important; } .replies > div .sticker.sticker-color-white, .replies > li .sticker.sticker-color-white, .replies > span .sticker.sticker-color-white { border-color: #ffffff !important; } .replies > div .sticker.sticker-left, .replies > li .sticker.sticker-left, .replies > span .sticker.sticker-left { border-left: 20px solid transparent !important; left: -20px; } .replies > div .sticker.sticker-right, .replies > li .sticker.sticker-right, .replies > span .sticker.sticker-right { border-right: 20px solid transparent !important; right: -20px; } .notices { list-style: none; margin: 0; padding: 0; } .notices > div, .notices > li, .notices > span, .notices > a { width: 100%; height: 90px; display: block; overflow: hidden; position: relative; margin-bottom: 10px; } .notices > div .notice-header, .notices > li .notice-header, .notices > span .notice-header, .notices > a .notice-header, .notices > div .header, .notices > li .header, .notices > span .header, .notices > a .header { position: relative; background: transparent; font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 200; font-size: 20pt; letter-spacing: 0.01em; line-height: 24pt; font-size: 12pt; margin-top: 5px; margin-left: 10px; } .notices > div .notice-text, .notices > li .notice-text, .notices > span .notice-text, .notices > a .notice-text, .notices > div .text, .notices > li .text, .notices > span .text, .notices > a .text { position: relative; margin-right: 50px; margin-left: 10px; color: #fff; font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 8pt; margin-top: -5px; line-height: 16px; } .notices > div .notice-icon, .notices > li .notice-icon, .notices > span .notice-icon, .notices > a .notice-icon, .notices > div .icon, .notices > li .icon, .notices > span .icon, .notices > a .icon { position: absolute; right: 10px; bottom: 5px; } .notices > div .notice-icon img, .notices > li .notice-icon img, .notices > span .notice-icon img, .notices > a .notice-icon img, .notices > div .icon img, .notices > li .icon img, .notices > span .icon img, .notices > a .icon img { width: 32px; height: 32px; } .notices > div .notice-image, .notices > li .notice-image, .notices > span .notice-image, .notices > a .notice-image, .notices > div .image, .notices > li .image, .notices > span .image, .notices > a .image { max-height: 48px; width: 48px; height: 48px; margin: 20px 20px 20px 20px; float: left; } .notices > div .notice-image img, .notices > li .notice-image img, .notices > span .notice-image img, .notices > a .notice-image img, .notices > div .image img, .notices > li .image img, .notices > span .image img, .notices > a .image img { width: 48px; height: 48px; } .notices > div .close, .notices > li .close, .notices > span .close, .notices > a .close { z-index: 2; position: absolute; top: 5px; right: 10px; cursor: pointer; font-weight: bold; text-decoration: none; color: #fff !important; } .notices > div .close::before, .notices > li .close::before, .notices > span .close::before, .notices > a .close::before { content: "\00d7"; color: #fff !important; } .notices > div .image-large, .notices > li .image-large, .notices > span .image-large, .notices > a .image-large { width: 88px; height: 88px; margin: 1px 10px 1px 1px; overflow: hidden; float: left; } .notices > div .image-large img, .notices > li .image-large img, .notices > span .image-large img, .notices > a .image-large img { width: 88px; height: 88px; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Tiles.less * */ .tile-group { margin: 0; margin-right: 80px; float: left; width: auto; height: auto; min-height: 1px; width: 802px; } .tile { display: block; float: left; background-color: #525252; width: 150px; height: 150px; cursor: pointer; box-shadow: inset 0px 0px 1px #FFFFCC; text-decoration: none; color: #ffffff; overflow: hidden; position: relative; font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 11pt; letter-spacing: 0.02em; line-height: 20px; margin: 0 10px 10px 0; } .tile * { color: #ffffff; } .tile .tile-content { width: 150px; height: 110px; padding: 0; vertical-align: top; padding: 10px 15px; overflow: hidden; text-overflow: ellipsis; font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; color: #000000; color: #ffffff; line-height: 16px; overflow: hidden; text-overflow: ellipsis; } .tile .tile-content:hover { color: rgba(0, 0, 0, 0.8); } .tile .tile-content:active { color: rgba(0, 0, 0, 0.4); } .tile .tile-content:hover { color: #ffffff; } .tile .tile-content h1, .tile .tile-content h2, .tile .tile-content h3, .tile .tile-content h4, .tile .tile-content h5, .tile .tile-content h6, .tile .tile-content p { padding: 0; margin: 0; line-height: 24px; } .tile .tile-content h1:hover, .tile .tile-content h2:hover, .tile .tile-content h3:hover, .tile .tile-content h4:hover, .tile .tile-content h5:hover, .tile .tile-content h6:hover, .tile .tile-content p:hover { color: #ffffff; } .tile .tile-content p { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; color: #000000; color: #ffffff; line-height: 16px; overflow: hidden; text-overflow: ellipsis; } .tile .tile-content p:hover { color: rgba(0, 0, 0, 0.8); } .tile .tile-content p:active { color: rgba(0, 0, 0, 0.4); } .tile .tile-content p:hover { color: #ffffff; } .tile .tile-content.icon { padding-top: 20px; display: table-cell !important; vertical-align: middle !important; text-align: center; } .tile .tile-content.icon img { width: 64px; height: 64px; } .tile .tile-content.image { padding: 0; margin: 0; height: 100%; text-align: center; } .tile .tile-content.image img { width: 100%; height: auto; min-height: 100%; max-width: 100%; } .tile .tile-content.images-set { padding: 0; margin: 0; height: 100%; max-height: 150px; } .tile .tile-content.images-set img { width: 25%; min-height: 50%; float: left; border: 1px #1e1e1e solid; } .tile .tile-content.images-set img:first-child { float: left; width: 50%; min-height: 100%; } .tile.double { width: 310px; } .tile.double .tile-content { width: 310px; } .tile.triple { width: 470px; } .tile.triple .tile-content { width: 470px; } .tile.quadro { width: 630px; } .tile.quadro .tile-content { width: 630px; } .tile.double-vertical { height: 310px; } .tile.double-vertical .tile-content { height: 270px; } .tile.triple-vertical { height: 470px; } .tile.triple-vertical .tile-content { height: 430px; } .tile.quadro-vertical { height: 630px; } .tile.quadro-vertical .tile-content { height: 590px; } .tile .brand, .tile .tile-status { position: absolute; bottom: 0; left: 0; right: 0; min-height: 30px; background-color: transparent; *zoom: 1; } .tile .brand:before, .tile .tile-status:before, .tile .brand:after, .tile .tile-status:after { display: table; content: ""; } .tile .brand:after, .tile .tile-status:after { clear: both; } .tile .brand > .badge, .tile .tile-status > .badge { position: absolute; bottom: 0; right: 0; right: 5px; margin-bottom: 0; color: #ffffff; width: 34px; height: 28px; text-align: center; font-family: 'Segoe UI Semibold', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 600; font-size: 11pt; letter-spacing: 0.01em; line-height: 14pt; padding-top: 3px; } .tile .brand > .badge.activity, .tile .tile-status > .badge.activity { background: #2d89ef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGMSURBVDhPvZMtTwNBEIbv2mtScaICcQJRgSgJCQIEhqSiAlEHAlFRwU/ov0AgUEgUsrIkiJIgMOAQJFSQQAIJJBWIu95Hj2eGvXIpB3W8yWTn452Z3dld25pDmqZuFEWdcrm8jr6JK7Bt+wb9Ft85+vsXswBxHHdIfmFNi4TYG7InXAp6ss52kCTJIc6e6KzSVbrdYzrYDaSFXZU4uEQ8x3FW1ZpMJge5Tn3IdQ3kID5iw4zHTqIsUEP3TWCA7WhgDjRZg/eUFRCR3Fl3KYJjyfALIUU46jHcsSlQl8FdmQJnhrcQJFbJ6QZB0LDDMNyS4XBFo1Kp9Gw4/wi247GLHmvNuBaC47Y5gtzIQB1mBmMGdDSdTpfV+QdM8vfcsqkap6ClgQIQa+a4bXViPGRO5ILjuBqYAwk7yIfhXcNz9CljDFkkST6P4JGjnHA7d+gBxAY3tIve1Khljbi1beKvakHQp0uhfTrMjvOL9H3fX9FE8OM7yxAhdem4QWHZkSufSoTYaaVSkY9kYFmfXgyTciI3uacAAAAASUVORK5CYII%3D) 50% no-repeat; } .tile .brand > .badge.alert, .tile .tile-status > .badge.alert { background: #2d89ef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFeSURBVDhPpZMtT8RAEIbb7YoTJ04gkQgQuBNIEpB4LD8AwQ9AkCCQhGAvQSAuKHCIE0gEP+DEISAhQYK4pE0/eWa65a7lSvh4k8nsvDv77sxs67UhSZLNNE0LZ3uO/gLj/J+hAkVRWI1+geqMCuR5fkKZoyiKViX+DuQu094wy7KhEmEYrkAk0qt4Nk5R77GszQCuE8fxIXxY8ZJjgiBY8n3/UcTwlsQDNifGmF29AcBtITyGOyan47gXXFfW2g/q+yi+VeptJhVgR1KRHp4HZI+bzknQlhYcvpQZuHRF8xmnCDyLL8MZEI9o4YkW3h1VB+o73DJp3to08l7xsw9Lng5i1EiSSV/Pcbdwzfk8MLcNqjIyye1STnHD5joln7lYcGWtXaP8gYsFfeJyHvR9waExt3wKsV74L3Brn/geu3OUDqiL1T7nNoEK8mLi9RUoZYqlsv4pqtf459/oeR8seozS7mDHCwAAAABJRU5ErkJggg%3D%3D) 50% no-repeat; } .tile .brand > .badge.available, .tile .tile-status > .badge.available { background: #2d89ef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAKvSURBVHjahJA/bJR1HMY/31977x33r2LuClc1LYM9TSAUr5gqtkVJjAkSFxYHE3VgaWRw0cUwOagxMZLApoXFBIwuHVSoQYkVMBXUpqSkMW9jaS25plh7/3rv+3scTIwixs/8PHn+2Bk/SVtN2mqxacYOKw13KfNiXtlneihmDONXqs0VVs/VXP1UqJvnc8qBeZoWYWf9JHXVqWkj2EX55G76X86R4W40aDHNzMdzLBwJLLEWm6fTI+o0knvZ+dkgO/cDfGczTNpl5gjxePrpY0SPMKwKT1A5nCe7Y4ofDgQEv/Ghn2AqunZabUmR9Fb8gQoaUVIVFTSiokaV0qDu0T694Y+rGbWktnQ5+nHiuP+IjrFjR4cqevj9wBK8beO87t6jiyzbKJAiIEWSreQxjAm7QGyeAwzRzb39i/7WFbdV2bGs0nxvs7zjxtlOgRwZPP6v7R5PmhQPUOKEneFLd4UECfqs51WXU/opDL6wb/mdDfJkEfrXgUKk2UKbiM/5BoD76d7reujOANwgJH9H8p14PDnSzBGySZsSReecDIAIDxj/jxH/LcQtW7UJ0E8f69RwuP+0Ohwb1CnTS0CCW6zK3Wb9a4AnNcgWktRoYHdpYhgtWvypfRSARVv5yVXd2smGWuzTHo7qeRZZpk7zH00cRos2ITd5yT/HQY0gPKGW3u0YPvZ06HB77tO2hx5jN5HFTNk11lgHRIs2VW5Tp8kRf5g3eYUUSa5y/eKsfn7NTvlPaCjqelwDF3bx4ADAeXeJc1xijpCYmDJ9jKrCIe0H4IaF81/56VGDJTvtPwV1IFmhTO/4AOWDSQIAWmwiRIokADEx08xeXGD5hUjxQp0GnQCdOAKS1RnNP7tO7VDOMmO9bB8qUQRghVVCW7raUOPEvH45W7IidRoA/DEAmmk0pL+n6f4AAAAASUVORK5CYII%3D) 50% no-repeat; } .tile .brand > .badge.unavailable, .tile .tile-status > .badge.unavailable { background: #2d89ef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAKASURBVHjalJK9axxXFMV/772ZzOysVqvRDgtaSSwpJYFwY3ATEpIm5KNLawgp3Ljz/5E2bu20CYQUBoMNNnaRMkUKqYiQtIgdCQ0TaVc7M29n3nspzC7GMYYcuMWFe7jnHI4YjUY453DOYYyh0+l8opT63vO8L8MwbAshqKqq0lo/c849rqrquXMOIcSbGY1GWGsxxny0urr6MI7jH5RSAFhrAZBSLvc8z3+dTqf3lFL/SCnxAIwxwdra2tP19fXPAC4vL8myjKIoAIiiiF6vR7/fJ0mS75RSH19dXX0hpbwWx8fHrKys/JwkyV1rLYeHh5yenuKc420lzjm2trbY3d3F8zzyPH8ynU6/ERcXF3fiOP7D930ODg44OjoiDMOl7AWstZRlyXA4ZH9/H2MM4/H4K+l53n3f98myjJOTE4Ig+A95kUMURZydnXF+fo5SiiiKHkjf9z9f+AaWst+HRfKL2yiKbssgCNrOOWaz2Xs/vwulFLPZjLquCcPwDcM5x//B2/dyPp9XC3/WWoQQHyQbY2i32/i+T1VVTtZ1/QogSZJlGz/02VpLkiQAlGX5l2ya5mHTNPT7fba3tynLctnAd8llWTIYDNjY2MBaS1EUP0qt9YvJZPI7wM7ODsPhEK01WmuapqFpGrTWVFXFYDBgb28PIQTX19ev67r+TYzHY7TW3W63+zKO41sAaZqSZRk3NzcAtNtter0em5ubAEwmk7/zPP9USjkWaZoyn89xziWdTudRt9v9etGFuq4B8H1/aSXP89dFUdx1zp065xBpmlLXNUIIjDG0Wq1vPc+7H4bhnVarhRCCsiwpiuJPY8xPRVH8EgQBxhistfw7ABpxTL93U9x/AAAAAElFTkSuQmCC) 50% no-repeat; } .tile .brand > .badge.away, .tile .tile-status > .badge.away { background: #2d89ef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAJ2SURBVHjajJI7iFVnFIW//d9zz52ZO2fG14gzJBgbp5JYKPh+NqKxsxWMRZoBCxu1sAuBKFaClj5KDUQhRXybCIqICjqNYjFDhtExN45e7/uc8y+L/yJGp3A1+2fDWv/ea23zlQvIp0gpRgfrWbZRNrhP0cAOopEyGGSvWmQz15zq59SeuC5LsAis0MJ85SLKG8jXY3pXnKb8/X6iBAB8KLhuzZtQf/gbrWc/WTGetSgnAg9qlCiv/pNk1RYAqz3A6jeg/SyoxMtReRNKNsLAhj24gWW0726H+B3+9Rmyd3fPp5KyXMpf/SqNL5KelEIdH5Ke9Ejj8+SnjyrLWkolZbX7f/jZk5h/e3WN7197j0I/NnMMN3MYoiXgBv6/g+rQmUJDR/Ajv4BP0eylnU5u/pgK/Vj9Ee6/411y8gm5a4b1Qfwt9uYUrnoTXBGLvzvoFCXbDLDaVcjfd38WX0JBRCnUroRW/M1qRzRSxgPt55+NPRc8FJJgbtaB4rBz+phRxtcj//hylr5s4YDScvDVT0KfCw7yGpRGIYohfS2H3v4NoL6tYL3BbWwOsoHawY3y1tDJpp46p8pp5U2UrEcLD0BnCtT4bBIXyJ0J/Pwf0eAu8ELtiROO5uQtazy9LMAvPoKGDoU00n/CSr4K2RTkFfyCMRj+OWg2Ht9RNv27+X/PId8cVN+62/SvWAngqtehdq17yjmURlHfZjRvdxi98fyFr/21GWfT5ivnkQehRfSOnqV35S4KpW4w7ZB/1NNNMYf6wzukk3ulbBI1iIJkBBZX1Bn/gby621wyRrx0DcXhQGzPYOnEY/nmKbVeXLTicNcn+DAArZ4503S5ZjkAAAAASUVORK5CYII%3D) 50% no-repeat; } .tile .brand > .badge.busy, .tile .tile-status > .badge.busy { background: #2d89ef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAKNSURBVHjajJI9a1RBGIWfGeLdmPXuKkR0Q0RTmFsFUxgQNcaPRonpbAW1sAlY2IhFfoCIVSDaaVImFhYWmkTxAwJBVgttNqTYQFAjAWPi7t3svXeOxeC3hQdeZpiZ887DmTFuchIlCUoSTLOJ6erqV7F4QYXCaTo68hgDHz82WFmZsbXauKrVWYUhBjCNBsZNTaF6HdVqAT09tzlw4BJhyD8Vx1Au36dSuWyC4LPJMlpwDur1HH19jzh48DiAefUK8+QJVCrgHHR3o2PHUH8/HD16jkKhi7m5UwTBF9zdu6RzcxOJpFRSduOG1N4u5XJ+3LlTam2Vtm+XGxlR2mgokZTOzz90o6PgpqcPpRsbP83GSKWSFEXS/v2+okjq7JRA7vp1pZLSZlPJ5OQZqx07hrVtG+b1a+zNm7B7N4ShR/8u56CtDfbswYyNYZ8+hS1bMPv2XbUKw5MGMNPTsLEBhQJIfwco+SZJAo8f+7XOzj5LR0cegIUFb/715j/lnKerVKDZhFLJWlnrN9OU/1aW/Zha8+FDA4Dublhfh+8N/yVr4etXiCIIAvj0SZa1tRcAOnECtm6FWg2M+dtsDGxu8uMsYJaX31q7unpbcYyOHEFXrsDyMtTrv5NY683VKu7iRTQ4CBKqVm/h7twhnZ9/kEhK41ju2jWpWJTa2qRdu3zl81I+r2x4WNnamv8H5fKLZHQU48bHURwXdfjwM3p6egHs7CzMzPi0swyiCA0MoKEhj76wsOiePx/AmPfGTUwgQFI7UXSP3t5BcjmPvrnp37+19Wf65fJLlpbOK02XqNdpAaClBYJgVe/enWV9fciE4TB79x6iVPLGlRVMtfpGcTymxcUpUyr5nIBvAwDWIWcndiwtQAAAAABJRU5ErkJggg%3D%3D) 50% no-repeat; } .tile .brand > .badge.newMessage, .tile .tile-status > .badge.newMessage { background: #2d89ef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC/SURBVDhP1ZE9DgIhFIQhobDYg1haWniMbSw9j0exsfMAeg9L7Sy2kPATnCFI2LgYtjJOMjx4vPkoED+X5OK934cQ+thpFOYvSqmdMMascVDOuQMcGn1GptNaL4W1dgBkMwOSw8jeBJszIKMwexFAN0A+wnQG0Lh4wv0EJIb5AO4fRX8MoDFAlZAyPJSztOSSfiYLAYeyxTcdURcIrqSUJ7iLA4UmAdQbgnqvhakqgEoQXQtTXwEtIuCa9n8pIV67VJf6AmhGmgAAAABJRU5ErkJggg%3D%3D) 50% no-repeat; } .tile .brand > .badge.paused, .tile .tile-status > .badge.paused { background: #2d89ef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAArSURBVDhPY/j9+7fDnz9//mPBCQxQgE8NE1QN2WDUgFEDQGDUgIE3gIEBAArtNKc4HT7sAAAAAElFTkSuQmCC) 50% no-repeat; } .tile .brand > .badge.playing, .tile .tile-status > .badge.playing { background: #2d89ef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEXSURBVDhPY4CBnz9/pvz+/dsFyiUaMEFpBiYmJhkgtf3v37/t////Z4GIEgZwA0CAkZGRBai5AmjIYSCtABXGC1AMQAIWf/78OQ/EEVA+ToDLAJBrBIDUcqBrZgNdwwMRxQQ4DYABoOYUoCGngYFsABVCAQQNgAINYCAf//XrVwGUDwfEGgDyEgfQkH5guGwGukoEKky8AUhA5sePH6DwAQOSDAC6YgIzM7MpJyfnHagQcQYAnfwGiD2BmguBhvyBCoMBMQbsYWFh0WVlZd0B5aMAnAYAbfzz79+/SqBmV6CtL6DCGACXAQ+ABliysbF1QPk4AYYBQI0rgH7VBWo+AxXCC+AGADV+AVKJQL9GAp0MYhMBGBgA8v5j1f90TA8AAAAASUVORK5CYII%3D) 50% no-repeat; } .tile .brand > .badge.error, .tile .tile-status > .badge.error { background: #2d89ef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFiSURBVDhPjVM7TsNQELRjy8ISBQeIREtBEYnQUXCINFTkCCBxgNwAJI5AaejSpaCAEqRINBTcIQ1SbD9/mHmfZP3iSIw0ytt9O7O7thMGHpqmGVZVNQnD8AwcMde27RL8rOt6nqbpjy7sA4RTpdQKv20fcbcuy/IOZrGVbIHLpz7RHr52TJCYukuMeU+6WDBjdxej4UyLubMbm0KdBDyTzHWEyY01UEVRnA4Q8IEdaZVAFEW3yD/g+IzzFc6VuTFAHAPXO7vLKQi5q+suuOD+X15yx4ToEXON1QB3B6ZkC3Qd+q8Kaxzbo0TMCTLPefPAfPS8nTeOtnk1YEfMsf11pIm+y/P8BLusmaCZrevsLE1QO3F51FzopJyCQil2pAnFoLLxI7X6z8SxkVjgeMn4H/jGQz3Ht/BrY2MC85nrsI/sjNpDKzMTSODzHPELQ9EY1H9ndFqCHxC/JEnyrgs1guAPTvwreuY0IiIAAAAASUVORK5CYII%3D) 50% no-repeat; } .tile .brand > .badge.attention, .tile .tile-status > .badge.attention { background: #2d89ef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEbSURBVDhPtZI9bsJAEIVZ7ANQ5gApEomChjoNBUUOkSJFivSUQE3JEThCCo4BkotcIVKKNEi2vP7hveVZrMFgKPJJo915szOzf51/Jc/zhbV2Jfc+kiR5QrLNsqzEMJJ8O0hcM1kWlWUZKtQOOo69ZGdpmn4ofB12QsI3k1BoRtP8F7Gell0GnT6rrpJ4HOfzUiU1ww7o9HepAGI2juNHyeegw7Ja3FRA9iW5jv9slSl0WqD2rEYjF7Hy68E7gCPNORpjpk44sg2CYAg969JTxVoywYIXmlyfAS77jRPDZ8PZN5j3KfiEYeh2yG07wQN5P4g/d9H9Hf5ZMkHM/QO5NbCzh6IoJgbVI/iNBdrALnY8An9X+w9rpLPbA/sADga+JgSiAAAAAElFTkSuQmCC) 50% no-repeat; } .tile .brand > .name, .tile .tile-status > .name { position: absolute; bottom: 0; left: 0; margin-bottom: 5px; margin-left: 15px; font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; color: #ffffff; } .tile .brand > .name:hover, .tile .tile-status > .name:hover { color: #ffffff; } .tile .brand > .icon, .tile .tile-status > .icon { margin: 5px 15px; width: 32px; height: 32px; } .tile .brand > .icon > img, .tile .tile-status > .icon > img { width: 100%; height: 100%; } .tile .brand > .text, .tile .tile-status > .text { position: absolute; left: 60px; top: 5px; right: 50px; font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; color: #000000; color: #ffffff; line-height: 14px; } .tile .brand > .text:hover, .tile .tile-status > .text:hover { color: rgba(0, 0, 0, 0.8); } .tile .brand > .text:active, .tile .tile-status > .text:active { color: rgba(0, 0, 0, 0.4); } .tile .brand > .text:hover, .tile .tile-status > .text:hover { color: #ffffff; } .tile:hover { outline: 3px #3a3a3a solid; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Layout.less */ .radiobox, .checkbox, .switch { cursor: pointer; cursor: hand; position: relative; } .radiobox > span, .checkbox > span, .switch > span { position: relative; } .checkbox { /* Checkbox border */ /* Checkbox marker */ } .checkbox input[type=checkbox], .checkbox input[type=checkbox] + span, .checkbox input[type=checkbox] + span::before, .checkbox input[type=checkbox] + span::after { vertical-align: middle; display: inline-block; } .checkbox input[type=checkbox] { position: absolute; opacity: 0; } .checkbox input[type=checkbox] + span { font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 11pt; letter-spacing: 0.02em; line-height: 20px; line-height: 19px; } .checkbox input[type=checkbox] + span::before { content: "\2714"; text-indent: -9999px; margin-right: 10px; border: 2px #d9d9d9 solid; background: #fff; height: 21px; width: 21px; margin-top: -3px; } .checkbox input[type=checkbox]:checked + span::after { position: absolute; content: "\2713"; color: #1a1a1a; z-index: 1; font-size: 16px; font-weight: bold; left: 4px; top: 0px; } .checkbox input[type=checkbox]:checked + span::before { background: #fff; } .checkbox input[type=checkbox]:not(:checked):disabled + span::before { cursor: default; background: #e6e6e6; } .checkbox input[type=checkbox]:disabled + span::before { cursor: default; background: #ebebeb; } .checkbox input[type=checkbox]:disabled + span::after { color: #8a8a8a; } .checkbox:hover input[type=checkbox]:disabled + span::before { cursor: default; background: #e6e6e6; } .checkbox:hover input[type=checkbox] + span::before { background: #fff; border: 2px #919191 solid; } .checkbox:hover input[type=checkbox]:disabled + span::before { border: 2px #d9d9d9 solid; } .checkbox:active input[type=checkbox]:checked:not(:disabled) + span::after { color: #fff; } .checkbox.intermediate { /* Checkbox marker */ } .checkbox.intermediate input[type=checkbox] + span::after { position: absolute; content: ""; color: #1a1a1a; z-index: 1; font-size: 16px; font-weight: bold; left: 5px; top: 5px; background-color: #1a1a1a; width: 10px; height: 10px; } .radiobox { /* Radio border*/ /* Radio Marker*/ } .radiobox input[type=radio], .radiobox input[type=radio] + span, .radiobox input[type=radio] + span::before, .radiobox input[type=radio] + span::after { vertical-align: middle; display: inline-block; } .radiobox input[type=radio] { position: absolute; display: none; } .radiobox input[type=radio] + span { font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 11pt; letter-spacing: 0.02em; line-height: 20px; } .radiobox:hover input[type=radio] + span::before { background: #fff; border: 2px #919191 solid; } .radiobox:hover input[type=radio]:disabled + span::before { border: 2px #d9d9d9 solid; } .radiobox:active input[type=radio]:checked:not(:disabled) + span::after { color: #fff; } .radiobox input[type=radio] + span::before { content: "\2022"; text-indent: -9999px; width: 24px; height: 24px; margin-right: 10px; border-radius: 50%; border: 2px #cfcfcf solid; background: #fff; margin-top: -3px; } .radiobox input[type=radio]:checked + span::after { text-indent: -9999px; position: absolute; content: "\2022"; background: #212121; z-index: 1000; width: 12px; height: 12px; border-radius: 50%; left: 6px; top: 5px; } .radiobox input[type=radio]:checked + span::before { background: #fff; } .radiobox input[type=radio]:not(:checked):disabled + span::before { cursor: default; background: #e6e6e6; } .radiobox input[type=radio]:disabled + span::before { cursor: default; background: #ebebeb; } .radiobox input[type=radio]:disabled + span::after { color: #8a8a8a; background-color: #8a8a8a; } .radiobox:hover input[type=radio]:disabled + span::before { cursor: default; background: #e6e6e6; } .switch input[type=checkbox], .switch input[type=checkbox] + span, .switch input[type=checkbox] + span::before, .switch input[type=checkbox] + span::after { vertical-align: middle; display: inline-block; } .switch input[type=checkbox] { position: absolute; display: none; } .switch input[type=checkbox] + span { font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 11pt; letter-spacing: 0.02em; line-height: 20px; } .switch input[type=checkbox] + span::before { content: ""; width: 43px; height: 16px; outline: 2px #a6a6a6 solid; border: 1px #fff solid; cursor: pointer; background: #6c6c6c; margin-left: 2px; position: relative; margin-right: 10px; z-index: 100; } .switch input[type=checkbox] + span::after { content: ""; position: absolute; top: 2px; left: 34px; width: 13px; height: 20px; background: #333; z-index: 1000; } .switch input[type=checkbox]:checked + span::before { background: #008287; } .switch input[type=checkbox]:not(:checked) + span::after { top: 2px; left: 0px; } .switch input[type=checkbox]:not(:checked) + span::before { background: #a6a6a6; } .switch input[type=checkbox]:disabled + span::before { cursor: default; background: #e0e0e0; outline: 2px #ccc solid; } .switch input[type=checkbox]:disabled + span::after { background: #a6a6a6; } .switch:hover input[type=checkbox]:not(:checked) + span::before { background: #a6a6a6; } .switch:hover input[type=checkbox] + span::before { background: #219297; } .switch:hover input[type=checkbox]:disabled + span::before { cursor: default; background: #e0e0e0; } .input-control > input[type=text], .input-control > input[type=email], .input-control > input[type=url], .input-control > input[type=phone], .input-control > input[type=password], .input-control > select, .input-control > textarea { border: 2px #bababa solid; width: 100%; padding: 4px 32px 6px 5px; position: relative; background-color: #fff; outline: 0; margin-right: 32px; width: 100%; } .input-control > input[type=text]:disabled, .input-control > input[type=email]:disabled, .input-control > input[type=url]:disabled, .input-control > input[type=phone]:disabled, .input-control > input[type=password]:disabled, .input-control > select:disabled, .input-control > textarea:disabled { background-color: #eaeaea; } .input-control > input[type=text]:focus, .input-control > input[type=email]:focus, .input-control > input[type=url]:focus, .input-control > input[type=phone]:focus, .input-control > input[type=password]:focus, .input-control > select:focus, .input-control > textarea:focus { border-color: #000; } .input-control > select { padding-right: 5px; } .input-control > textarea { padding-right: 5px; min-height: 100px; } .input-control.text input[type=text]:not(:focus) + .helper, .input-control.password input[type=text]:not(:focus) + .helper, .input-control.text input[type=password]:not(:focus) + .helper, .input-control.password input[type=password]:not(:focus) + .helper, .input-control.text input[type=email]:not(:focus) + .helper, .input-control.password input[type=email]:not(:focus) + .helper, .input-control.text input[type=phone]:not(:focus) + .helper, .input-control.password input[type=phone]:not(:focus) + .helper, .input-control.text input[type=url]:not(:focus) + .helper, .input-control.password input[type=url]:not(:focus) + .helper { display: none; } .input-control.text input[type=text]:focus + .helper, .input-control.password input[type=text]:focus + .helper, .input-control.text input[type=password]:focus + .helper, .input-control.password input[type=password]:focus + .helper, .input-control.text input[type=email]:focus + .helper, .input-control.password input[type=email]:focus + .helper, .input-control.text input[type=phone]:focus + .helper, .input-control.password input[type=phone]:focus + .helper, .input-control.text input[type=url]:focus + .helper, .input-control.password input[type=url]:focus + .helper { display: block; } .input-control.text input[type=text]:not(:focus) + .helper:active, .input-control.password input[type=text]:not(:focus) + .helper:active, .input-control.text input[type=password]:not(:focus) + .helper:active, .input-control.password input[type=password]:not(:focus) + .helper:active, .input-control.text input[type=email]:not(:focus) + .helper:active, .input-control.password input[type=email]:not(:focus) + .helper:active, .input-control.text input[type=phone]:not(:focus) + .helper:active, .input-control.password input[type=phone]:not(:focus) + .helper:active, .input-control.text input[type=url]:not(:focus) + .helper:active, .input-control.password input[type=url]:not(:focus) + .helper:active { display: block; } .input-control { margin-right: 0px; margin-bottom: 10px; position: relative; } .input-control.text .helper, .input-control.password .helper { background: #fff; right: 3px; top: 2px; width: 26px; height: 26px; cursor: pointer; color: #000; position: absolute; } .input-control.text .helper:before, .input-control.password .helper:before { font-size: 12pt; position: absolute; font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 11pt; letter-spacing: 0.02em; line-height: 20px; } .input-control.text .helper:hover, .input-control.password .helper:hover { background: #d9d9d9; } .input-control.text .helper:active, .input-control.password .helper:active { background-color: #000; } .input-control.text .helper:active:before, .input-control.password .helper:active:before { color: #fff; } .input-control.password .helper { background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzM2OTY1MkEwNkVGMTFFMjhDQkNEODZFQTYyRTI5MDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzM2OTY1MkIwNkVGMTFFMjhDQkNEODZFQTYyRTI5MDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMzY5NjUyODA2RUYxMUUyOENCQ0Q4NkVBNjJFMjkwNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMzY5NjUyOTA2RUYxMUUyOENCQ0Q4NkVBNjJFMjkwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps2lOfsAAAFMSURBVHjaYvz//z8DrQATAw0BTQ1nwSUxe/ZsBSCVD8QBQKyAJv0AiDcA8cTU1NQHuMxgRA9zoKECQKofiBOIdOACIC4EWvIBr+FAgw2A1H4gFiAxBEAGOwItuIDVcBwGf4C6bCOaYf5QnwngswBsODQo7qMpbgTiCdi8ixR8BUBcj2aBIkwPLEL70QxOBCpYgC8coAY0AC0BReh8qDAsvhJBHGZpaWkFqNdhAOTaTmID29jY+MK5c+dAhlpAhQyA/IVA8Q8s0OSG7K1GNO8HQF2jgJQMQaljA1oQIscByMxCUCZyQE5WyGEMNXg9WjoHsddD5ZCDCNn3DrAcaoAkiJ4q+vGECLrcQSS2Ad7sD00NCngMV8CS1vHnUDTD3xNIMYxkFVzQcHyAR+8DSkvFQjLlCBsOTW6BaK4EsQPRkiJxpeJoTTS0DQcIMACNJ32B6TbHUQAAAABJRU5ErkJggg%3D%3D) 50% no-repeat; } .input-control.password .helper:hover { background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzM2OTY1MjIwNkVGMTFFMjhDQkNEODZFQTYyRTI5MDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzM2OTY1MjMwNkVGMTFFMjhDQkNEODZFQTYyRTI5MDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMzU3NURCRDA2RUYxMUUyOENCQ0Q4NkVBNjJFMjkwNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMzU3NURCRTA2RUYxMUUyOENCQ0Q4NkVBNjJFMjkwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhJl5kAAAAEMSURBVHja7FXtEYIwDKVO0BE6AiPoBDICo7BBR9AVnMARcIOyAWxQk6PlakwC/uC888zdOwpJXl/SD0yMsdrLDtWO9h1yY4wDeEAARIKQfE7InQfY8xJgFnBB10ZgrCUc85N8rAHjB8QZmFNTcpNfoBQkvifl2SbAFXAjlZ8BLRN7Ar4HtmVRnoKo4o6Wy7SvYyqwL21hetxKpMwkLbMGS3sccfqtxMUEnnC4TO5pWSSxAYQiBscN06KRCkTrJdWJWNohjaK+X3ZNgSNJCAp50ITgN+2E2rQeklHf9MYh3YqJfNTuDsg10vFXlYMTlQwK97B6c61ssc0Lunq3KBOoW1EiN/8/0W+RPwUYACoftglrEejbAAAAAElFTkSuQmCC) 50% no-repeat; } .input-control.text .helper:before { content: "\2715"; left: 7px; top: 4px; } label { font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 11pt; letter-spacing: 0.02em; line-height: 20px; margin-right: 10px; margin-bottom: 10px; } fieldset { position: relative; margin-top: 30px; border: 2px #eaeaea solid; padding: 10px; } fieldset legend { padding-left: 10px; padding-right: 10px; font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 11pt; letter-spacing: 0.02em; line-height: 20px; color: #cfcfcf; position: absolute; top: -25px; left: -10px; } input[type=button], input[type=reset], input[type=submit] { font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; height: 32px; background-color: #ccc; border: 1px transparent solid; color: #353535; margin-right: 10px; margin-bottom: 10px; border-raduis: 0; display: inline-block; text-align: center; vertical-align: middle; cursor: pointer; padding: 4px 10px; border-radius: 0; } input[type=button].standart, input[type=reset].standart, input[type=submit].standart { min-width: 90px; min-height: 32px; } input[type=button]:active, input[type=reset]:active, input[type=submit]:active, input[type=button].default:active, input[type=reset].default:active, input[type=submit].default:active { background-color: #000 !important; color: #fff; } input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled, input[type=button].disabled, input[type=reset].disabled, input[type=submit].disabled { background-color: #eaeaea; color: #bebebe; cursor: not-allowed; } input[type=button].default, input[type=reset].default, input[type=submit].default { background-color: #008287; color: #fff; } input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus { outline: 0; border: 1px #353535 dotted; } input[type=button] [class*=icon-], input[type=reset] [class*=icon-], input[type=submit] [class*=icon-] { background-size: cover; zoom: 1; } input[type=button].mini, input[type=reset].mini, input[type=submit].mini { min-height: 24px; height: 26px; font-size: .8em; } input[type=button].big, input[type=reset].big, input[type=submit].big { min-height: 48px; height: 48px; font-size: 1.2em; } input[type=button].big [class*=icon-], input[type=reset].big [class*=icon-], input[type=submit].big [class*=icon-] { margin-top: 6px; zoom: 1; } input[type=button]:active [class*=icon-], input[type=reset]:active [class*=icon-], input[type=submit]:active [class*=icon-] { background-image: url("../images/icons-white.png"); } input[type=submit] { background-color: #008287; color: #fff; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * images.less * */ .image-collection { position: relative; margin-left: 0; list-style: none; *zoom: 1; } .image-collection:before, .image-collection:after { display: table; content: ""; } .image-collection:after { clear: both; } .image-collection > div, .image-collection > li { width: 220px; height: 121px; overflow: hidden; margin-right: 20px; margin-bottom: 20px; position: relative; box-shadow: inset 0px 0px 1px #FFFFCC; float: left; background: #cccccc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAP5SURBVGhD7ZdBSBRRGIB319VW8OBhAwMhgwIPQgpGHYoMDeoYeAkSDBKSEIw8BCUd7FahgZDQxZtBFw9BRkIGezA0FAo0EBIyCCrwILjq6vb9M/8uM7szu+7qaAvzweP9/3tv3vz//978703Ax8fHx2cvBLW2sbW11R4MBp+o6sjOzs7zioqKIVUPjZDWNjC+iqouV2FMNfWh4+hAKRFMJpNhtkxvKBS6iC6RF2oo9aboyrKWw2CNLfypvLx8KLi9vT2IE73aUWqMB4n+b/ZzVBtKCgKfCCYSiaTqJcmBO0DUVlnxacoK+/gn395x2uoo52iL6LBdc5AOvMHIZ+FwOIahCW1LQ18EW67Q9wC12WzNj+cOYNgKVQcZY8psyc/GxsYtVmYQZ1JZ0RWvHYiVlZVdw5A/qhtgYAPtjWwhSR6zODfPmDWz10THvEbMmc69dGAJA5pShskWweABym2XyE5hS3ckEllUPbC+vn6SLTfDeNdT35OTGGMTnC8SecP4zc3NZvQ52vtcjBdacHiOsX2qByorK5eoOkzNGU9WACNHMKZbZCJei/FfckUxE57p4aI4rGoAGz9QtZiaHU8cwPhjGPxL5Fwvd4OViuN0U2o7cdhKdnprdGbgxRaSNJkyvpOqIOMFno+w91+oGkCexCnbR57C1QEmGWIpLxDNE9bCRJfoG9FhWdAXU1Ei2apiwfDseYpxsDFngjJpdGTg9j8wjLF32YcSzWVrkXxOXzeTv9LhNmj/pqLM06hiwfCs3JIbVBVdzpMsHB0g8u9UdIUJHcfggPEi6jBV2oBi4DBLP49Nf1W04egAL5e/rpy4jcEx42ZLnWCM7QArFOvzOHNERRtuW+iR5G5Vs2Bp26jumZodSZsqyjzTKhYFH2/6eeu8VtwciOLxDIb+IJN8txZpo/89xfFA4rmzKso88yoWDNFf4fn0CiCfU9HGvp8DvHiNyB3lhXHkKPMvIBfzw3STeUZFiMfj9cgLRmsGjiuwFzC2ilWS/C+yRLBL5AIZTxkvkPnuqJiFJyexfHwYcAoHVkXnVB2g7aHRmZ950vRldT51oZNVlKyWxb6vgMDLohj9UlW5WvTjwFWKYy4X6JPD6iljz6SMpy1C9MfcjBe8vE5L5ujnMHysqhhUzfa6gZGnkSXLSSL4yrjP1BOMnZVxAv1hgjCG2G62OOOpAwLRGyUzdVFn/Ua6gfE1anzee5QnW8gKxnRizAKBMj7sXDA2wvlzXzIX6q4ugZ6vgBUMlL09wZb5yKrI9xCnVNNei95K3cZK5f0PtnKgDnhBCK8d79mlQoglS9/fS5DFEGmtByHGSuw6S/wnzJIcrqvs4+Pj41MMgcA/8Fr5zKgSl7AAAAAASUVORK5CYII%3D) 50% no-repeat; display: table-cell; vertical-align: middle !important; text-align: center; } .image-collection > div > img, .image-collection > li > img { width: 100%; height: auto; min-height: 100%; max-width: 100%; } .image-collection > div > .overlay, .image-collection > li > .overlay { position: absolute; width: 100%; height: 55px; overflow: hidden; background-color: #1e1e1e; color: #fff; font-size: 8pt; text-align: left; line-height: 12px; padding: 5px 10px; opacity: .8; bottom: -55px; } .image-collection > div:hover .overlay, .image-collection > li:hover .overlay { -webkit-transform: translate(0, -55px); -ms-transform: translate(0, -55px); -o-transform: translate(0, -55px); -moz-transform: translate(0, -55px); transform: translate(0, -55px); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s easet; } .image-collection.p16x9 > div { width: 220px; height: 121px; } .image-collection.p4x3 > div { width: 220px; height: 165px; } .image-container { position: relative; padding: 5px 5px 50px; background-color: #1e1e1e; width: 220px; margin-right: 20px; margin-bottom: 20px; } .image-container img { width: 100%; height: auto; } .image-container > .overlay { position: absolute; bottom: 0; left: 0; right: 0; height: 50px; font-size: 8pt; color: #fff; line-height: 14px; padding: 0 5px; overflow: hidden; text-overflow: ellipsis; } .image-container.light { background-color: #ccc; } .image-container.light > .overlay { color: #1e1e1e; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Cards.less * */ .card { width: 75px; height: 105px; border: 1px #eaeaea solid; border-radius: 0px; position: relative; float: left; display: block; margin-right: 10px; margin-bottom: 10px; cursor: pointer; background: #fff; font-family: 'Segoe UI Light', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 200; font-size: 20pt; letter-spacing: 0.01em; line-height: 24pt; font-family: Tahoma, Arial, sans-serif; line-height: 18pt; } .card:hover { box-shadow: 1px 1px 1px #ccc; } .card .suit { padding: 0; font-size: 80px; position: absolute; right: 5px; bottom: 30px; } .card .small-suit:after { top: 5px; left: 10px; position: absolute; } .card .small-suit:before { top: 28px; left: 10px; position: absolute; } .card .suit:after { position: relative; } .red { color: red; } .black { color: black; } .card.two .small-suit:after { content: "2"; } .card.three .small-suit:after { content: "3"; } .card.four .small-suit:after { content: "4"; } .card.five .small-suit:after { content: "5"; } .card.six .small-suit:after { content: "6"; } .card.seven .small-suit:after { content: "7"; } .card.eight .small-suit:after { content: "8"; } .card.nine .small-suit:after { content: "9"; } .card.ten .small-suit:after { content: "10"; margin-left: -7px; } .card.jack .small-suit:after { content: "J"; } .card.dame .small-suit:after { content: "Q"; } .card.king .small-suit:after { content: "K"; } .card.ace .small-suit:after { content: "A"; } .card.joker { background: #ffffff url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCABqAEADAREAAhEBAxEB/8QAlAAAAgMBAAMAAAAAAAAAAAAAAAkHCAoGAgULAQABBAMBAQAAAAAAAAAAAAAABQYHCAEECQIDEAABBAIBAwQBAwUBAQAAAAAEAgMFBgEHCAAREhMUFQkhMUEKYSIjFhckJhEAAgEDAwMDAwMCBQUAAAAAAQIDEQQFABIGIRMHMSIUQTIIUWEjcRXwgZHhFsFSMxgJ/9oADAMBAAIRAxEAPwDfx0aNeOVJT4+Skp8leKe+cY8lZxnOEp7/AKqzjGfx1gsq0qQKmg/rooT6aqbsnnzwW01epvV+3+aHE/Veyqz8Zix692PyJ1FSLvAZmogGfh0zVUs1vjJ2LXKwUoKaNh9hGXxCmXkd23W1K+bzwx9JHVT+5A1v2+Lyd1H3bW3nkioTVY2YUHQmoBFAfU/TXOSP2EcTjKSPfdVbq1nyAr5NjlKniT0dsWj7HhArDAx8NLz8NMWWtT8hXoWYh4mxAEPBEktmYZNZXhrwX5Yr359/Jfgv4+2FhLyKC+yOWybSfHtbJEeQxw7O9NKzuiRRJ3EVSSXkdgI0ZVleJ88F8W8k55dXMFl2rWC0VDLJcbkVTISI1ChWdixB9FoKe4glQ00UTkJrXYlKi7vW5RwkSQdWGVDK9nmwQcmyyp4iMmo9ox1Ij7beEqS5ha2H2nmXWnHGn2VrkTxX5Q4t5g4Rac74jIzYu53K0bgLNBNGdssE6AtsljPqK0ZSrqSjqS3eX8TzHCc/Px7NoFvIT0Za7JEP2yRkhSyN9CQCCCrBWVlEhVq4R1mcMQGhbWBnMoay4rGclIb8Uvut4SnslDbisfjOfLwWjKsJUrKEyLps663o0aOjRo6NGq8724r6N5LkU5W7aUNfoum4sYrNXmiiyKdZIO2tRKbJVrvVFuqgrfV5p6vAKLCNYdaKZGUG96gBZ4hbT5JwnjvLL/GZHOwvNcYi8+VbUkkRVmCFVZ1RlEmwkOgcELIquBUaWcTyDK4SG6gxkgjS9g7Mp2qWMZYMQrMCUJpQlCCVJWtCdUK+ycf6idQaW1HrPnfpnj9J06XhbLo3jDqrGoICZvURHSNbga/M1PjmBV4Vmy6djBgAq/GOzcITX4uCIXDJIPCzkFeFfKXmNx9v3L7aFNdop1JALUFPT06saKDSpFRpU41iOV517iXA91o7aISTv3AqIm4KGcswDGp9qKHkajbENDTI3e+JWx+KG2H4D6yNj7UM4gcnpV7cxtUSPYrOqnAGaskYHbnDW8SkDVtiQd8p3IWp7VhCKVN2SbbkIbFNIW+gqZhWbIXVPzXluGYS2n8m5CSWzmkwN5gjuMYITJSwSxXCl7hF2WPxZppI1UyTJKQjsUSN5w4paZ25ijwV2FmlS7ivVZa7S1sslFekdYzMsojWQKVQj3EJIzxsjv8A9lt54uWReiNfVaAtt7tlyrTw8ITHWS3GEEylZbDkoOEr1OLHkZecnj0xSYxbThraWg3VYGfSShwep/4a8z5txDxTcYrhOPiv7vIZu4uVeWphCER26oiq8TNK7RFm3yJsoqbGdxS93/rD4t8p2UPkHzHnpuPcctsZcLAYpIFnnEcu7vN3Ipz8S0PyBN/HHU7yJYhFJtvp9dP2QbP3Tti76W3TrUagbYp1fE2EBEAwFrpKWa+x/qIZsFfahapYq0Q9nEXfAJARanVDyAB605YEyIl2Q6A+MfJPJ+SZi64vzbHpY8gtow47ausbpUKaq7yMrg9T76dabVPQVg/Kv8WvHfiriOK8qeEuRNyHxrkLr4khmlhmniuGjeWKRJbeCCKW3kWORWrFHJDIqL/MJHMLu6jsyeIlh4cyMe9QlQacZWo8xwhpgRCHH/Ekp5xh4sYdHjlHptKfX6ikZ83HMTd1rqiZ/bVjevWjR0aNHRo185P+UP8AY9zIov2awOiaZM3/AEtq7jjrKCmdTDGBhF0rb1i3dqyzQext+RMTYaeJE2TOKvsSa1gO4S5YQYR2CmlR5IBsjLDoQc3jYsxC1he7/hNtqFkeJmod3SSNkkWhAoUYVI93QalHhYtLSx+VEFbISOakoG2BSKIN1VO6m5gV/QdR00y/iB9l2q+SXE/j+rT9cPum6KBxY4ncetpkX3WdmgKbqnbsZK37WVsutyko6OiqD/zrYEsOubgF1+x5Jn2RMxcomqZHJMjoz5/xHh/Kre0wvIMdjsjYW6IoS8hS6MfoN1bmOZSxRQe45aQlep2u2538XTkeHW+ytu80KzySvEVkEaz7GBG0bx/43YLQqsYL7as7KBAHAhNSm/sE57XaQnq9f+RWp6lXBtF1GYthD4ZNZ2PJXWctMxWhbRNWO0SpERDB1aJbPXN5yxFy2BSTh25XD47Y4Zxaz4BhshBwLH2i5JEkfGWrskcUky24pEAXQj7ZACJEKqHq6qGkEn+YfIOT5hwvieGzV1cw4KCz+JkDbx+wJFezyxNKYwqN1aKYoYt0kgSdhLOA5efwT4k1+qcl9lcxdkpca39v+A1m1Z6qJKfJ1LVDMTqjUVZuNBrUgPKsw9mVI3jW+SVzL61dhghEBsM4ycuRmXC4NxejkuXVRyWW0SKQLQIg6MyrR5ASW6M29/T2uynVf835KyNxwKDxbiS0fD7fIyXhLNukuJirRxsx2LsjjjZgkQqCWLuSwQI6Ou04ZDSVGxkaGhp9xwNAeHC3MgPGyJjIr0jIN5Nefykhh1x9v0leeMtYz2StS3XqL9SV1nWdHRo1T3lTduTNHldRSmi61AzdCRNWF7eMhJhCnycHBtCxI1UeiwXJ0CQkwiJU8j5AYIbBCR2sF+/EbEWLIt/PTcghELYKOKT3jubz6LuQGg6E+wu3tO6qqoB3GiziIsLKJxl5ZI3ERMW0GjODXYSFbaXHtVyCqk+4U6rUrmFrjg3zi04xTObvF5vkbOQwVrO1hWdc0O8Wbbcj7CMhrlZF6LvtEVDXPXwM/K1CNhpg9uxRNbMkUAxsrIqbLZYX98hk7SyhBuVkkuSrFIokaSWTaKnYi9adVBZiI1ZlDstRpX4nichlMyljj7yzsLZ5I1kuL2dLe2iWSVIi8perOI+5vdII5rjsrLJHEyo9MmXE/jzp7WfLLZnCqs6Z5cSkIHBa52nxk1pzI1lF/wDe6Vr4Cp7wgL7IygVGL15mkWEzam4bPK1M+JjjpZET7pQbQE+7FzkdAvLs3nLIXuU45g7qbP5JClnZTGKGW6u47VujtNOsEKiOBQ0js0awxmRA0+0m3+VwXG+IcPt8ddcowuVms7iQ3l3i5pbiyiFxNAYBHI1mTPGyQSF7dfiXLTSPCytbGWOZtD/A3Y+hStw7K1VPwslyx9zsjdGw2bXZ3bXs6/bJj9cHyVdrEvWKPFSOJmiCQFjjoWuVKJKiYiIi7Bj0CRzk58awca8cfltl/IMHlvn7YfHjBqezjLd2uZ4rdutza2iQRXUTXV3CFd53mnknrDboYwWSFGPMvDeVtLfgl5NdxccyM8ayXYgBiQmRYzdSK80dwY7Yh32ou9WR2VG3AvcTiJy6zsZMyZJV5FG2dr+yTdX2hrPB8va26LMRdvt9SGhy7PJ1KptSMm5imvqLFSG0fClpdCLbaJazhd9OEc7sOYwzwLDcWmds+38q2mikikhMu/t1DrQhxG/2s4UqVLGlTWfyBwduE5f4lteQ5HDTANbXcSsizoUjkDdqQCRDtlQ+4FGBDRvIlGLytabBFvEUy7hOWzMMKcWjPpdlNtLQypWM4MKecz5LxnK1JbwrKs4TjOE+WX6DXTB1J3WdGjo0aoD9iPM2K4Y6aauL9JqW1ZSedlR86ssFks8HJWSqxoCcWeVjGK1qzajD8ZCESYDUgRNNQ8EOg5pt6RQUQEKWzebcsHEMV/cFhFxN7iIt0oZlQAuy9uCf7arUydqIbhulUlQbC/jd4Hfz/wA5HEpr6fFY7+NTerBazQxzzPsghl+Xksb7ptshjjtTeXkgik7NlKiSvEsXg99+nF7eU98JyrrEfx35EmXcugaydr9Mvt/rd5pN8uP/AMVARdpr1WnJqDmoh5IYU45KNgQkiSy3LBusILIi4hl4jyhw28sG5byFILS7s7eUd4IZ2SAhJZ1V4keVATEhkioA7Rxle4VG2YPOX4WeUPFGXl47xiWbL8fEYuJ1k2WbpJbpIDM0U0qxSxlGle3lid32vJEyhlLSLJ+m77RePO2Pti5K7A3XQqPr3kD9mC8XDjxsWyiSY10htXa8Zr+v+PvGGRNj5O40QKbv2pKQNOEnCPweZGzRC48xUgQ/XBBXTgc62d5NkG7cBw1hILaKaoMnyQAblFFCVUCSKMmq1dGUdzd7I18q+LLLxz4f4lMby+HkHN20uUvceY2S2jxsx2Yi4MhCCWaULdzind2WtzEHFuyv8h6u0X4vmrqndmt+U+varUbJQtsUa26bh9R7KtFoCmndd17X23dV3UbalWcp4kzNFXk0k+HxKAxgsaySHkqOeyh50vXwvJ76Rr6Pl8FrY5KOZVgEDtcJJAYUdWMwjBJ7xnB3RRBVKjYekkjY5zwnh9hDhx4myWRzuMuce8l697ax2EsF/wDJuI3hS1aWdI1+ELP3R3d4k8odlnG340FR9P3iBvz1o2IJQILXMpeNs7elrhExAtfbJOsQ+zbMI5ZLCXCQNfYNnr7FIFmXFkocdfWarKXikJy+6vcfbHywTXljEkUk1zJ3SFCtIySOFdyAC5ZG3oWqQr06dRpgc6xM+EzMWOmuheIuPspFdXLqnes4JHt1NSK2sjNavt6b4GAJAB09TQGIByr4Ki3cOFOsgtkIyWQ9hlLY6s4Q2O49kNlS31OZWphvHn/albjim8YbcopplH16+up969aNYwfv1/kRcyvr95OWjhlxu0hQqA8xrEWcY5F7XhbPdZm0DbMqMWutXvR1TJxUKFHO6ttTc2A6VMIvUJKzMf6D4bGADQydaaZkO1af1/x/v9P6aePH+PWmStjd3TvTfQKtB6etTQk1r9NtKepr0wwcjeeXNHl0/KK5Mcpt77oi5O6yGw01C87MtUprmCtso5LLekqbrD5NrXdDHCZnDBgA4SMjwo0F9QojTI3ZlOqZHJqSf9dPu2x2Ps6fGhjRgKVCjdT92PuP+Z1cDjrN7PrfC3aXLx3alXRMcfNn0eq6bgJmKXO7BxskyZoktFS3yUgcVFqq9ZjTSZAUM+ONbkXYx9hTqWBsDuVC8g2vGbvzfh/EMWIvza8jxl3dZGaOTs2Qs4Ypo3TYKPJPNKI4ZWhkha3WaKUCRpCVubxv8iPLt74NynFMhPjMvicPGI4Z76OSbKWUVy0NuEguRcRBYA0i9uOaG6U1KbUiijCT0J/z+H2jqflHE1vYsTRL5MpuurtnazKDq24Gl06RKzEx1Ov5oU3H1XaurpwwSFlz2lHvgGB+on3TCo9bxxG55Bgnl4vmru4ju8XOO8rFokcl6/KhXdUwXLK1zbvvYKX2ApcJcIlheUcw4r5v4fbc441hcLc+VMnjorO8eW2DytcxI1rtdFV2EUkJ7CMq1njRopxJDHboHH6S2Hq621CFfloLklDbF1hAWS2NuR+1d1CwAabSeMokk/W9T2gQCRFgyc23iIi8RhAMIythkIMVvCWETAZjcwrexrCba4QMtY4wQGFfu2hVND79o6mpqdc0rmzjxWRucJdLILyymkjYI8siK8bFGEZ7rb1JACkh6qKj0G7r/r52RsTS962dRdrWuwWGGmtmTmsdOWi8VcGlSF0CrN8l4QK3ORsoZbp6ej9gVSWrktDyKxqoRiQenAPZujC+5z8eL8gyM2bS1u7N7WZba0eR42klgfvKyvEC8EIElvPFMjIjTgQNa3G9TcCJEfk2Hsmws0hkEiETvCJdvei7Z3ULJIxPdXbTeFq3c9rKncOmziXsuaHsYUS24SZgjwFcbU+rOXncuJXlhIrGWOyHvFKGm+7nfKcZVnOf0nCMmtPpqBz6abzj84x+O39M9u+P6Z7Zzj8dfbWNUM58fW9xQ+xfT9y1nyE1RR5y0TFHmanr/dblShydv6ZkzHUSkLZtb3n0hbPCKhbOIMe/GtGtxc0204FJMFAkkju+HRXFD663rHIXWPmWW3YgBqla+0/TqPT0qK+or0180Tnv/Hz+yP65ZK5bUc1iByC466ylF2IPkBq6Pr13gG6xEuS9gGsW0NITjk3c6jGQlegMFWf5OIladHZcUM5LnMKw66ntFIpO4dAfX6H6/wBf26gdf2oTJFnyLG5JfjMzRXEg20PtNSKe1x0r+nUN6UFemuV2tsil8tOKobOnaNQdT2mScEHveo9YUovU+s1X2oOUIiLnI+CYs5dDkZOYfsE8wFIrbxLezKHHkC3ENDsiV0zmUvMH5YtMvyL4nxg0scDpBtljspbc1Ly7nZx8hTvjNArW5kAKSqsd9Px58J5fnf46+QZ8JHNc5WQYyGz7kyM8t5a5CCea3jDCMJ37eW3jjDOVkmkVfa67nohXiN/ceNl2qk6MuJy33KdbbcJKIjqst1mIpNQkrpatkVQSyJm2Nd7EpcVSzyIywRD41oi/a5+ONbddxhckYu1wHkKytc9kLZP7lbuaMGZZECtvETSxlDJC42l4GLQSsKSROBTUF+U+G5fwbz2+4hbXjvB2lVbgKIhOpURzHYSxiInEsaqWMoX0arHTZthcqv8AZN6O7umjgdXw22qlx8KxW2LBdqpFRE7fNBUXac2zPzwDkZMiV5NqS5hqaVhA5KjxCS1NBEFGj/HIXyXufnxqKu1F3gbasSAI2ABUhhUkmhDVHTdWmm5F4xkxPiWx5vG7m8e7a2cb/YU/nlUltyvG4QW6IoDRncahHX3WrlbxyJsl0p89Qdlaz0hXKm/RLhUH77e5j3fIq+z8/caXTtNaysNNr1nCrodxkIB8XGbqdXBLMJIAvjHrq0niZJ2Exvx7CTIQTwR3cVWq0ixqoiBdxLurtZgjbg2xQock9KBu8cznHoc4tvzC2ubrj88EkUqxxGYxrcoYBOjDaaQtNE4eMyO0hSNRuYka09Ov2nTu0o2Jt4GYmSkAgpEcXBYR7uImScMHFdKXCmSTDZj6wn23hXMpJbU3lDqG1Zx5STEGQgONpp6VBp+3Qkf6Ej9DquLep6g9fUdAf3AoKD9OmnlwMyNPxYsoJ6nokowrHqMPsZ75SlXdKCG21qQrCsZSrHkhWM90qUnsrO3r5iv19de46NZ0ozkNtC7TPMJnVV0fsVf0lCQTgw8bH2y166HunzGsZeyYsw9kq05VZ4s9i/4Ahw3RCXfZkhLQKpsh0vHXPbyz5PaT8t8L4x5/l77BeLY8dI6xx3k2Pt8lcT25MRurm3khkeAzdyCON5hC1xbGIo3dcSWE4rxqOPxDecmwVpb3/KWuBuLQJcy20UUihhHHIsihwn8rsse4Ryq5I7akYfOXGi6Jxr5OciKVq2uKrNFXahLVV4nwcWwAxP0+uTLUc04+SWYc1BDnMhqMIdWZI+3UWWt418p1a95WtZoOXriXnmns7dlRGlZ5CqTUudnccEuo7pCAlyq7UFFCDXY3/wCYPIDH+PfJ8swH90GVnZQirtrFZ20YNAQw2uAzVNQNzDrU66Hht9fUlv3YnH/YNvhZD/nktVuV4d+CYPAzm1VnbdMrGlqzT/dA2WItdY+chrVbJDMgI2RlpMU2z3HWWwS3YnxXijbYqe+KlY55hHGNxNYrddm7bWinvGcH0LAKeqhSec35reSoMpyyy4bbSJJPjrf5VxRIyyX2RuDdOguUZzNHHYQ4wdpyPj3LXce0P3RpwG6f45c1sDQFRjdQWRuXsNe1BrnWez6/bSJWtw+7AtR1evV+q26JlYkqRGq11GHp4OHod1T8MYsUV7BAJQfeT3eXcKy13k4+T8Xn7WdjIFHoVZOikdfaPZ6qRRvd1BbSN+PX5I+PuP8AGr7xF56xMuS8XZAs6TWoUXdlKXeUMpBSR0Mzh96P3I9qjbKiRxIxsH6+XNlzQvJHeNMr9M3pL0C3Yf0dT5OazourbR2ReS7bdZLYItZ23bY7aSr1Wa9X4QmuyDhVOCKHnJJyFMKm3H1ujH2+QvkW95Iim8ktey9uyxvCgevdC+6XpKmxJkVhG7xlzGSwbVceW/8AFMc0/HODSC+xltkZZYMqTdRT3MIVFgT40gt44NjrJN3TAbmkscBnKW4U91qqvrjNyF13dZzq7ZGmB4JLPP8AlUloWIA/GFsyzjyyXY9yJ9BbPbLa0Ix4rQjKMpw4o23sS5q1fXUZyRyQnZIKNp8VZEjw4QDEbj/zEMNF+Xm6v1XX2m1OO59VbmUqcVjurGO2PLv+MdbevkNe+6NGuJumuqTsEZhm31Wu2JwFspuMJnISNl34zB3t/eZj3JAYhQeSvaNeeW8pyrLaM/qlOcNbknB+Gcya2k5biMZlJLKXuW5u7aG4MEhpV4TKjmNjtWpShO1a12iipjs3msOsq4i7ubVZ12yCKV4xIv8A2uEYbh1PRqjqf11kU/kA8JZ6m1uzcldeOMkU7W9Zq5m1h5tTgWTl7Qt0frSvKqporZD7svGFxgeHwVtOM5DcdJWUO7hkcyr/AJD4ZnL7zlkLyG3mHFTgMbeyXbFjGL4XdzYi1RNgEhktoYpm2SE24hZpQBcwg9Gvwe8+xeL+L5bg6wQ3F5yZ57YICUkSO0tpbhpd4Dhdwu5l3Oq72WNU90e9Vs/Vhy5mK7eK3recmY02Ej4gpmoDHMuvTCX44gaXchRZERpxL0OiESaYyktGFjNh+ih1DTTTHUg+NuR5mxzv/FMoyvjJIpHtzsCsjK290JAANAXJ3FqkKVIBppa/MnxB44zPjMfkBwuO7t+aJkbS0yluJO7A8TQvEt4yHcYSWitoozGY4Wq4eNpmEr7EL3yQLntEyMbUoOJlzG6mGdZo9+VkBXDK+8Y0NIQwY8I3LTqDJeOENQvChkseBDLTbRCXXENS3yPNvj4ljiVlV94Mn27CEr7WI27vctGrQE0oxquuaWBx1rkskmPuluGaU0RY0PvIUvsLhlKmQIVTbUbqlmRVLa8Zqm2e669gYCBsE1RJStX3V5khLLOCSdLVrT27KZK3JgRVBtU0OuM3BUqbIx+WyCsL+MmktSgiHkmRze5dR3N1aiK2kaKUTpuboWKwzqZBVGp/IsZFOvtcqyqahXpgLyw4vl3lylpBkbR8VcRrES4jWW9xsiQSgzQh+5Yz3CSh1Ub5bfdDMyGOZqO8xTJaI33rotI5gIpVBh4sQhzD+Ry3Y+1WNwpPrqabUS6G2e0hSEr9RDfp/vnGFKIHuLKKAn9z/jpQaYeSdmlVTTaq9AK7RVmJoKmgJJPUk9epPrp4Gjz1SWt6+S4+6+7lhOHFPd/UTnLTLiG85z374Q04nt2yr8fv+2N8emkylDqW+s6NHRo1BG7uPWut6aj3ZqC2iHCV7fFcn4C8SEQQN8zh2dpgdFRPQ7k2HNw4E3BREYG8ApwN4Rk0Np9xhxXqeaOeP4wpfpDH23ycvcuGHUvKIIbZZAH3KGWGCFVAXbWMEqWLEuDBcmynHs5jeQWWx7zFTRyQK4OwiOZp+04RkZo5HZxIu9SyOy7gCKfNF07ruycTOfUtovbYqIq26h2JsOgz2WY+XbBlzo+CscJWZ+rpnoeGlCoG3YPGkIU5Y7Dh8YcO+ltOH8ZzX3J39l48yUnJs/FLNHj0kJEC9yaRyhj2xqXVaOCCA7KqjqxBFV6Kc95dNzbwDdYvCuiQZs48sHYxxRqlxHc1kI3gmNlZGFWZetSzeuoCu8kqQNpPUm3NXytzU5siTmdcF2hUDOTYkJbJI21xEIu7BzsiXJPQVylfTg40V1oEJyaj4KLYJWSZDxeJNs7m05nxoZ2zeWLGXKbmtrtkTtSo6qx71r3zbOrIzCeOSaMBu44oSRzkvsZf4vNLa3DxtcW4qJVKLtTt1BRp/jiRAOhhnKqSOu0Bw10CeZAWswffW+Gm5SGevDlBCi0QlukrNLSbrA51kmArSIGZV6zGV9uLn2A4+fPjUSigx/bnCNOggOr+Pa9t/j49v5bf44YuzOZR7QygvR4robXXdNHIHUlA4kYu52VyNlLZdxY2ivFl9y7do2EAJVHaMxk0disUc0XRNkoDlY+S5PSjm84LS141+NInR8OZZHjBCWiB5SMdmBKK+yGaIThTTaw0gZYU8yt0ZxaM4accxhK8rpjcg7eh9Af+tP2+mk28nimCFOp61H6en+/ppxHGJ41zVFfRIMrafQGxjGV4c75aR6oyWkqWnGMpYWMpOMJ/t/fGMd/zvJ9v7aT/AK6sN170aOjRpYv2XXS1xtRo2vYywD1Sl39i8L2FMPpKw2TEwgkAILCynt5uDwVUCMWEgqZDU8yk4YRAzjzY7xGF0P8AzZ51m8bc8K8T4/IyYnDcyzYtL+7jKJJHaLcWMMu2R/aqBLtmkrtB2pubZuR7AeCsLaSDNcve1W9yWGsu5bQsodWmaOd1Owq26SsKiMgFlqxUbgrLl8tGstbb45Eayt5r/vjq9p2rbSqmMM1P/ZBZtDdlrL0BYLjW61BFSUUHNB/MZELw2KxOKMQy0yK/kJuBeV8j4V+ObcZ5H4wGRPjfIXFm97bzXE1yVa3vwtxLFDK5UXMjWsiSlEo9SUCqItkqcduuVc3xOe4lyCWFL7ZIqEII0KvGskT0SgGwNEUO7dtJVixZ6uf+s3jDDf6ViJHy0/X1y9ydMA9iOwC3HWezTE45GrAU+6KoePDm8DJ/x/5vQyrwThSkp6mYHDWuGsvh2x3IZZJDWlayyNJQ0A+3cEWoJCKo9RqnuTyVxkrs3c5o5RVoPT2qAaD6BjViB0qzfrUyfu36850S3kj0mr1MDXDEhEYpSYAs4yzmx2fbMOQlyCNgVe2bqRTaWoRYki+2UPIkqIHwW2op/wBxYhYMnNkFZj3RWm5gNzO7MdikRehVQxQyUU1ehIPq8yT30SRyAL2wqqBXaFVAvTcW21oPZGIkBBJWRm3KzrRmmK9Wdaw0NLwrLpSBlNryQN6CsYU22lxxLf4wvu+jOW3M+ScpSlbf9ucZysqKLTSXqwUPDgQMcPFxjCRxBk+LaEpQnKv283MtoRhbmcYxjOe3fOMY69aNez6NGjo0aibbmmKPuaFDjLjEoOJhXTDq8egggMqMkCgnBcqwUGtt9YLq8tOPDqypl1bDSlpVltHaMvJnhzxt5hsbXH+RsYmRt7KYywHvXFvJE7ABtk1rLBMFbahdN+xiiMykohDn4zzLk3Dp5bnjd01tJMgVxtjkVwK03JKjoStTtbbuXc20jca54eXfF6s8adkaJhA34+Irc1E7JzWkBKJQVE5hHa0u4CLOlHiB1wEuDYI9SE4aznJCVuPrU6hLfXPj86+GnifGuOYDh9o39hPzVihBluJXupJ7aWoZ3e4mmMjgxb5C4d2WM0YhLGeBs2MvfZXJZqUf3Njb73osa9pIpI16JSNERFO4qi0FCzEmhYR9V65JVImcksFZQrL2XCpFlrEinyK88NloDJfBFJIV4rc8HiUZyjGG1LTn1MdOONnKHBWf98CDN/Fh+QFoVE/bXuhdpI2iTdShIpShpqrGQFoL6YWBJse8/brWvb3HYTUA120rUA/qNNsWhDicocQhxGe3dC04WnPbOFY7pVjOM9lYxnH9elzWnrz/AE/GP06NGjo0aOjRo6NGjo0ap5y10ENvljXA8pCoNiaDNTlwZkwSnlTw1kIim6rDRWIQaunEy1YMAsR8gapqREWOfEx+cinNqc9uzOT8PxfKsriLrLW8M0GKu2u4y1CwnRCkK7TG1UDObjeJY2Se2tqLKpbY4MNnrrCWV/DZOyzXtv8AHan29p2rKfu+4qDEvtNFldgyMq7pR0VpqM05V0QoaEIeVjCXMNOLy3hKHHO2cpQpLGcrTlPbHjnwwntjPbPbDxVdop9dIBJYlianU5detY0dGjR0aNHRo0dGjR0aNHRo0dGjR0aNHRo0dGjX/9k%3D) no-repeat 10px; } .card.back { background-color: #b91d47; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .card.spades .small-suit:after { color: black; } .card.spades .small-suit:before { content: "\2660"; color: black; } .card.spades .suit:after { content: "\2660"; color: black; } .card.clubs .small-suit:after { color: black; } .card.clubs .small-suit:before { content: "\2663"; color: black; } .card.clubs .suit:after { content: "\2663"; color: black; } .card.diamonds .small-suit:after { color: red; } .card.diamonds .small-suit:before { content: "\2666"; color: red; } .card.diamonds .suit:after { content: "\2666"; color: red; } .card.hearts .small-suit:after { color: red; } .card.hearts .small-suit:before { content: "\2665"; color: red; } .card.hearts .suit:after { content: "\2665"; color: red; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Code.less * */ code, pre { padding: 0 3px 2px; font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 11pt; letter-spacing: 0.02em; line-height: 20px; font-size: 10pt; color: #525252; } code { padding: 2px 4px; font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 9pt; color: #d14; background-color: #f7f7f9; border: 1px #e1e1e8 solid; } pre { display: block; padding: 10px; margin: 0; line-height: 14pt; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid rgba(0, 0, 0, 0.15); } pre.prettyprint { margin-bottom: 10px; } pre code { padding: 0; color: inherit; background-color: transparent; border: 0; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * PageControl.less * */ .page-control { position: relative; *zoom: 1; } .page-control:before, .page-control:after { display: table; content: ""; } .page-control:after { clear: both; } .page-control > ul { margin-left: 0; list-style: none; *zoom: 1; position: absolute; z-index: 5; width: 100%; background-color: rgba(217, 217, 217, 0.16); height: 30px; } .page-control > ul:before, .page-control > ul:after { display: table; content: ""; } .page-control > ul:after { clear: both; } .page-control > ul li:first-child { margin-left: 20px; } .page-control > ul li { float: left; display: block; text-align: center; } .page-control > ul li img { float: left; width: 16px; height: 16px; margin-right: 5px; margin-top: 3px; } .page-control > ul li.active { border: 1px #ccc solid; border-bottom: 0; background-color: #fff; } .page-control > ul li.active span, .page-control > ul li.active a { color: #2d89ef; } .page-control > ul li span, .page-control > ul li a { text-decoration: none; display: block; float: left; padding: 5px 10px; color: #1e1e1e; font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 11pt; letter-spacing: 0.01em; line-height: 14pt; cursor: pointer; outline: 0; } .page-control.tabs-right > ul li { float: right !important; margin-left: 10px; } .page-control .frames { margin-top: 28px; width: 100%; min-height: 50px; border: 1px #ccc solid; } .page-control .frames .frame { width: 100%; min-height: 100%; height: auto; display: none; padding: 20px; } .page-control .frames .frame.active { display: block; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Accordion.less */ .accordion { margin-left: 0; list-style: none; *zoom: 1; margin-bottom: 10px; } .accordion:before, .accordion:after { display: table; content: ""; } .accordion:after { clear: both; } .accordion > li { margin-bottom: 5px; display: block; } .accordion > li > a { display: block; height: 32px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALnSURBVEhLrZY/aNNREMeTXzPYksHBQdoMGUxbSkXSpK2gULcKCnas0MEODoIOgqWrRcHJujpEonQQh2LrVKVCgxWEtMVABMFCW0iTDg4iqNikiZ/vy2vMX2v/fOHy7t293929e/fuxe36B7q6urwtLS1DhUJh0O12+xH5ihrXFpTK5/Ovkc8sLy9/LYprUdeBDDc3N9+BHcdACgczjuN8wuC69MjkqAP5ZcZu5o/hJ+o5qnHQ29sbxtBL8Ri9Ho/H54yiAXp6es6yLgp7EkdXq9c32dEgHA4PE8ksC1/lcrkrKysrSatqiEwmkwoEAk+2t7eP8+1kW1vbj3Q6/cGq/0KRh0KhXzgZsaJ9g+8vQFl2pdQZmB0o5x6P550iX1paumc0BwC7WW9tbW0iZQ99Pt/U5ubmd0cKe6CubDZ7W2M9sMNr7K4gIsq7VlwDr9d7n1Stco4mUEfRM47rQBOJxDcJD4NYLJbD1ihORoLB4ClHdU5qUntVy36ArY8MCzgadvA0CM0UVUcKVeOghx8/9NYKS1DOLWtAEOcsq4t2plpP1E8tu4sk34y7ObQ1mFFu4YJVGOgwLftfoPoqLm1/f79/Z2dnTSnyMM8VxUcPRwesNNl5CTieKCdE5ee0UEdfATqBD/mWok9BHUZaBlJWUevKOR8MiWeMVeurwZpOBe+o5TIpXe2jAiV6CQdzSpG23q1eVFQdHjpggr6I7WlHPRxG/XxqYGDgmF1zKFA9UWzO68KZ0qK3nEDwBScRHI6ZVQcEtm4yPIJOY+uz6aZ0wZ/08QQOJumG79UVJd8vMK6DfYGdW7wlbyQrPTg8Eqs4+Q37TC23vb19cWNjI1/U7g1Fbo1HMP7AimufTD0WVMBzFq6qK9rG1RD2xkZZfx66gfGIVRnUOBD6+vp86ud8MMx0EZqFkjxKJnX2EnWqFBlVLfOMY8q59OWo62AXpp/TcjGgjqumaP62wJu/LcznoOnGu3S5/gDwHX69fcclgQAAAABJRU5ErkJggg%3D%3D) 5px no-repeat; background-color: rgba(217, 217, 217, 0.16); padding-left: 36px; padding-top: 5px; font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; font-weight: 400; font-size: 11pt; letter-spacing: 0.01em; line-height: 14pt; } .accordion > li > div { border: 1px #ccc dotted; padding: 10px; margin-top: 5px; display: none; } .accordion > li.active > a { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKlSURBVEhLtZY/aNNREMeTXzOYkMGxJBkymDSGDua/QyFuERTULYJLBwdBB8HiXBSc7OxQCdJBHIqpUyodClYU8geFFBwCbSB/BJ0kKuavn3t5rX+S2D+JX7jce3fvd3fv3r17MZv+Ab/fb7fZbJd7vV7CbDa7Ebn6GtNHqNLtdteRp/P5/Oe+eBBDHYhhq9V6h+FdDFRwkDYMYxuDu6JHJo5mkF+EzzJ/xHhxmKMBB5FIJIyh5zLG6PVsNptRihEIBoNnWZdiOI2jq3+vn9JcIRwOJ4lkjYUv2u32pUKhUNSqkajX6xWPx/O42Wye5Nslp9P5tVarvdXqX5DIQ6HQd5xc06Ijg+/PQS12JalTUDuQnFssllcSeS6Xu6c0xwC72XU4HFOk7KHL5VqpVqtfDFHoAzW1Wq3bwseB3W6/T6pKnKMK1Kwr5hNerxx0oIcF6T6Dgyx02pA6JzWVSRkXYOsdbJOgkwbbSUDpvmqikGpMGPy48bSthZNEkcDdZspyh8E8t3BTKxSQ9/TwUKD6/ri0sVjM3el0diRFFubtvvg/gEjfjHO5RoELNwfV5R5UoBklnSDIjA9WMajVdSb7V3tSoHAuUEAZqSIp0VnpRX3V+JADJujz2F41pIczkH6+Eo/HT+g1Y4HqSWFzQy6c6kUYX4RNNxqNYze6PXCwN7E3By3IXHVTuuA3+vh7hEt0w9fSFUV+VGDcR+TPsHOLt+SlyPYfHB6JEk5+MHwiLdfr9W6Vy+VuX3swJHJtfBnjD7R48MmUx4IKeMrCEnxeN66R0Dc2xXpJyw2ML2uVwtBHPxqNuqSf80GS6Ra0BhV5lFTqeE5d6HxSinCplg34AgXzQfS/Y6iDPQQCgVMYSWJAOq4brv62MFZ/W5hnoNXRuzSZfgLYkUQRTJGc4wAAAABJRU5ErkJggg%3D%3D); background-color: #d9d9d9; } .accordion > li.active > div { display: block; } .accordion.dark > li > a { background-color: #464646; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIzSURBVEhLtZYhSENRFIb3HgaDwWA0LAgaBBcMggu2DTQYFwwG44JBsE6MBpOwIhO0iahYJgoqBoNhFjEqaDAIBsOCsvn99509mXub080f/t33/nPuOfedd+7d82ItUK1W++AslykYh4PSwTN8gsee5x3AF6dGIDKBAjMsMS4zKpCC3DI+QNmVaBjOwFGYx77SKlGISqUyDh+NaZObAp8JeAdff/THIQPLsMAq+03+Efj2MmfN5i6aXA8MWrkc5kz6NUg0xfx3qNJ9AUMfokpSMOnPIFaOOG+w1hCh+MjYtCzY5mENOZMbgK2HWKVwsQhavUrT8gXh11YCAXuCeCrVkM+N+vzJ9/1iYO4ctOsNwznM+PxoEx3AbuMQpjwe45KMm3Ar0APwZPN26cD9JD4Ldq2NpwAhIuZPwW21571uTA+B9ivYtBBIcekqUQ/8cOo/QCW6YtzgJe8EUgCS13UK92OUQQ2h63OuL5zBwP13/yTcVYl24arpTYFz220qEHMBXqtEx7B+a3cH07Do82hq0VGyjTu5C+AJ9d+RJvaeEugMz8NtDL1y6BTE0TFxSmxtOCcM8AQ6z9ec0AGIkYXvxBwxKQBiGpYxNOyJdqGgxNBJ6jZkAzAsQWXPQe2PtsE8rVzB102KBg4z5lgiScLkpsAnju8Z1OkZvfLvwHEQFqCO8ROYJZDOFm1/MYmmPt83nyO0+pobWn62MHGIIQPdZwtd4f6lCFb7bCmqFcNuaUAs9glLFQdwvFGvGQAAAABJRU5ErkJggg%3D%3D); color: #fff; } .accordion.dark > li.active > a { background-color: #1e1e1e; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHpSURBVEhLtZavT8JRFMXBGQgEg5FAYNNgIBAMBhpsEowEIpFgYLMYMBsMFht/gRNHgRn8EzDoCBY2CAQ3g4GAAz/ncUW+ym++nu3swnn3nfu47/se32BgDobDYRie8DEFozAiHXRhB9aDwWAFvjl1CqYWkDGhSDwjykgmL8QW1LgK7cEMPIA3jF/MKzTGYDBIwLYxbfJMkHMIm/B9YT4JWdiDZVa5Y/JCkBtizqXNPTXZCwa0ciXkTFoZFEoyvw/Vuh8wEEZUS8omrQ28Svh8wO8HYiy2iUu3ZRbw2MarMV6srV6tWbihywLPOH5qVUy9z8FXG/MNeD7A8y0+6xBVnOov7mFKBaJ2iHwFns+EqApot90JnQR9XAk2bRItikRUYBt+OukfoAIdFqCLzAOqrwSbNokIvl1XAOri8hWY7xM6KlCH3qPtD45hTZV2eV51KBIjfXOo5fj1iHEn8OUaNhFCTtgQeD3Cqn11FfUrdJ9fmrQ28CjAPp7agx8gpqF+VtKklSFTPHST5k3ygoEiVPUS1PlYGszTymV+ZdJ0kJCxxAZFRps0B+RoQ9VzPSjTV/4bJEZgGeoa161YwCgpM+MRWh7eWU4Vzdtzw9zXFibGCFnoXls4sO5fCrPv15Ya2i18kv4XgcAXTr+7IYi7bgIAAAAASUVORK5CYII%3D); } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Icons.less */ [class*=icon-] { background-image: url("../images/icons.png"); background-repeat: no-repeat; display: inline-block; float: left; margin-right: 10px; margin-left: 0; } [class*=icon-].right, [class*=icon-].place-right { float: right !important; margin-left: 10px; margin-right: 0; } [class*=icon-].white { background-image: url("../images/icons-white.png") !important; } button:active [class*=icon-], .button:active [class*=icon-], .tool-button:active [class*=icon-] { background-image: url("../images/icons-white.png"); } .icon-about { background-position: 0 0; width: 16px; height: 16px; } .icon-access { background-position: 0 -26px; width: 16px; height: 16px; } .icon-add { background-position: 0 -52px; width: 16px; height: 16px; } .icon-adobe { background-position: 0 -78px; width: 16px; height: 16px; } .icon-arrowhead-down { background-position: 0 -104px; width: 16px; height: 16px; } .icon-arrowhead-left { background-position: 0 -130px; width: 16px; height: 16px; } .icon-arrowhead-right { background-position: 0 -156px; width: 16px; height: 16px; } .icon-arrowhead-up { background-position: 0 -182px; width: 16px; height: 16px; } .icon-bookmark-preferences { background-position: 0 -208px; width: 16px; height: 16px; } .icon-bookmark-add { background-position: 0 -234px; width: 16px; height: 16px; } .icon-bookmark-delete { background-position: 0 -260px; width: 16px; height: 16px; } .icon-bookmark-down { background-position: 0 -286px; width: 16px; height: 16px; } .icon-bookmark-new { background-position: 0 -312px; width: 16px; height: 16px; } .icon-bookmark-up { background-position: 0 -338px; width: 16px; height: 16px; } .icon-brightness { background-position: 0 -364px; width: 16px; height: 16px; } .icon-ccleaner { background-position: 0 -390px; width: 16px; height: 16px; } .icon-cd-play { background-position: 0 -416px; width: 16px; height: 16px; } .icon-cd-music { background-position: 0 -442px; width: 16px; height: 16px; } .icon-cd-new { background-position: 0 -468px; width: 16px; height: 16px; } .icon-cd-pause { background-position: 0 -494px; width: 16px; height: 16px; } .icon-cd-software { background-position: 0 -520px; width: 16px; height: 16px; } .icon-cd-stop { background-position: 0 -546px; width: 16px; height: 16px; } .icon-clipboard { background-position: 0 -572px; width: 16px; height: 16px; } .icon-clipboard-next { background-position: 0 -598px; width: 16px; height: 16px; } .icon-clipboard-next-down { background-position: 0 -624px; width: 16px; height: 16px; } .icon-cluster-group { background-position: 0 -650px; width: 16px; height: 16px; } .icon-collapse { background-position: 0 -676px; width: 16px; height: 16px; } .icon-conference-call { background-position: 0 -702px; width: 16px; height: 16px; } .icon-connectivity-error { background-position: 0 -728px; width: 16px; height: 16px; } .icon-contrast { background-position: 0 -754px; width: 16px; height: 16px; } .icon-cube { background-position: 0 -780px; width: 16px; height: 16px; } .icon-curly-brackets { background-position: 0 -806px; width: 16px; height: 16px; } .icon-defragmentation { background-position: 0 -832px; width: 16px; height: 16px; } .icon-desktop { background-position: 0 -858px; width: 16px; height: 16px; } .icon-details-view { background-position: 0 -884px; width: 16px; height: 16px; } .icon-disc-error { background-position: 0 -910px; width: 16px; height: 16px; } .icon-disc-info { background-position: 0 -936px; width: 16px; height: 16px; } .icon-disc-valid { background-position: 0 -962px; width: 16px; height: 16px; } .icon-disc-warning { background-position: 0 -988px; width: 16px; height: 16px; } .icon-document { background-position: 0 -1014px; width: 16px; height: 16px; } .icon-document-add { background-position: 0 -1040px; width: 16px; height: 16px; } .icon-document-check { background-position: 0 -1066px; width: 16px; height: 16px; } .icon-document-delete { background-position: 0 -1092px; width: 16px; height: 16px; } .icon-document-download { background-position: 0 -1118px; width: 16px; height: 16px; } .icon-document-edit { background-position: 0 -1144px; width: 16px; height: 16px; } .icon-document-error { background-position: 0 -1170px; width: 16px; height: 16px; } .icon-document-exchange { background-position: 0 -1196px; width: 16px; height: 16px; } .icon-document-music { background-position: 0 -1222px; width: 16px; height: 16px; } .icon-document-new { background-position: 0 -1248px; width: 16px; height: 16px; } .icon-documents { background-position: 0 -1274px; width: 16px; height: 16px; } .icon-document-settings { background-position: 0 -1300px; width: 16px; height: 16px; } .icon-document-share { background-position: 0 -1326px; width: 16px; height: 16px; } .icon-document-warning { background-position: 0 -1352px; width: 16px; height: 16px; } .icon-document-zoom-in { background-position: 0 -1378px; width: 16px; height: 16px; } .icon-document-zoom-out { background-position: 0 -1404px; width: 16px; height: 16px; } .icon-door { background-position: 0 -1430px; width: 16px; height: 16px; } .icon-double-quotation { background-position: 0 -1456px; width: 16px; height: 16px; } .icon-download-error { background-position: 0 -1482px; width: 16px; height: 16px; } .icon-drives-network { background-position: 0 -1508px; width: 16px; height: 16px; } .icon-edit { background-position: 0 -1534px; width: 16px; height: 16px; } .icon-exchange { background-position: 0 -1560px; width: 16px; height: 16px; } .icon-expand { background-position: 0 -1586px; width: 16px; height: 16px; } .icon-export { background-position: 0 -1612px; width: 16px; height: 16px; } .icon-eye-drop { background-position: 0 -1638px; width: 16px; height: 16px; } .icon-find { background-position: 0 -1664px; width: 16px; height: 16px; } .icon-find-and-replace { background-position: 0 -1690px; width: 16px; height: 16px; } .icon-find-previous { background-position: 0 -1716px; width: 16px; height: 16px; } .icon-fit-to-size { background-position: 0 -1742px; width: 16px; height: 16px; } .icon-folder-add { background-position: 0 -1768px; width: 16px; height: 16px; } .icon-folder-connect { background-position: 0 -1794px; width: 16px; height: 16px; } .icon-folder-cube { background-position: 0 -1820px; width: 16px; height: 16px; } .icon-folder-delete { background-position: 0 -1846px; width: 16px; height: 16px; } .icon-folder-edit { background-position: 0 -1872px; width: 16px; height: 16px; } .icon-folder-information { background-position: 0 -1898px; width: 16px; height: 16px; } .icon-folder-movie { background-position: 0 -1924px; width: 16px; height: 16px; } .icon-folder-music { background-position: 0 -1950px; width: 16px; height: 16px; } .icon-folder-new { background-position: 0 -1976px; width: 16px; height: 16px; } .icon-garbage { background-position: 0 -2002px; width: 16px; height: 16px; } .icon-garbage-empty { background-position: 0 -2028px; width: 16px; height: 16px; } .icon-garbage-full { background-position: 0 -2054px; width: 16px; height: 16px; } .icon-hash { background-position: 0 -2080px; width: 16px; height: 16px; } .icon-history { background-position: 0 -2106px; width: 16px; height: 16px; } .icon-import { background-position: 0 -2132px; width: 16px; height: 16px; } .icon-lambda { background-position: 0 -2158px; width: 16px; height: 16px; } .icon-landscape { background-position: 0 -2184px; width: 16px; height: 16px; } .icon-list-view { background-position: 0 -2210px; width: 16px; height: 16px; } .icon-login-arrow { background-position: 0 -2236px; width: 16px; height: 16px; } .icon-login-door { background-position: 0 -2262px; width: 16px; height: 16px; } .icon-login-user { background-position: 0 -2288px; width: 16px; height: 16px; } .icon-login1 { background-position: 0 -2314px; width: 16px; height: 16px; } .icon-login2 { background-position: 0 -2340px; width: 16px; height: 16px; } .icon-login3 { background-position: 0 -2366px; width: 16px; height: 16px; } .icon-media-back { background-position: 0 -2392px; width: 16px; height: 16px; } .icon-media-end { background-position: 0 -2418px; width: 16px; height: 16px; } .icon-media-fast-forward { background-position: 0 -2444px; width: 16px; height: 16px; } .icon-media-pause { background-position: 0 -2470px; width: 16px; height: 16px; } .icon-media-play { background-position: 0 -2496px; width: 16px; height: 16px; } .icon-media-start { background-position: 0 -2522px; width: 16px; height: 16px; } .icon-media-stop { background-position: 0 -2548px; width: 16px; height: 16px; } .icon-thumbnail-view { background-position: 0 -2574px; width: 16px; height: 16px; } .icon-merge { background-position: 0 -2600px; width: 16px; height: 16px; } .icon-movie-folder1 { background-position: 0 -2626px; width: 16px; height: 16px; } .icon-movie-folder { background-position: 0 -2652px; width: 16px; height: 16px; } .icon-music-folder2 { background-position: 0 -2678px; width: 16px; height: 16px; } .icon-navigation-down { background-position: 0 -2704px; width: 16px; height: 16px; } .icon-navigation-down-right { background-position: 0 -2730px; width: 16px; height: 16px; } .icon-navigation-right { background-position: 0 -2756px; width: 16px; height: 16px; } .icon-navigation-up-left { background-position: 0 -2782px; width: 16px; height: 16px; } .icon-open-in-new-window { background-position: 0 -2808px; width: 16px; height: 16px; } .icon-parenthesis { background-position: 0 -2834px; width: 16px; height: 16px; } .icon-paste { background-position: 0 -2860px; width: 16px; height: 16px; } .icon-picture-folder { background-position: 0 -2886px; width: 16px; height: 16px; } .icon-portrait { background-position: 0 -2912px; width: 16px; height: 16px; } .icon-redo { background-position: 0 -2938px; width: 16px; height: 16px; } .icon-refresh { background-position: 0 -2964px; width: 16px; height: 16px; } .icon-rss-feeds { background-position: 0 -2990px; width: 16px; height: 16px; } .icon-scale-to-fit { background-position: 0 -3016px; width: 16px; height: 16px; } .icon-semicolon { background-position: 0 -3042px; width: 16px; height: 16px; } .icon-sharpen { background-position: 0 -3068px; width: 16px; height: 16px; } .icon-single-quotation { background-position: 0 -3094px; width: 16px; height: 16px; } .icon-skew { background-position: 0 -3120px; width: 16px; height: 16px; } .icon-slash { background-position: 0 -3146px; width: 16px; height: 16px; } .icon-small-thumbnail-view { background-position: 0 -3172px; width: 16px; height: 16px; } .icon-split { background-position: 0 -3198px; width: 16px; height: 16px; } .icon-square-braces { background-position: 0 -3224px; width: 16px; height: 16px; } .icon-submit { background-position: 0 -3250px; width: 16px; height: 16px; } .icon-submit-arrow { background-position: 0 -3276px; width: 16px; height: 16px; } .icon-synchronize { background-position: 0 -3302px; width: 16px; height: 16px; } .icon-text { background-position: 0 -3328px; width: 16px; height: 16px; } .icon-text-braille { background-position: 0 -3354px; width: 16px; height: 16px; } .icon-text-italic { background-position: 0 -3380px; width: 16px; height: 16px; } .icon-text-bold { background-position: 0 -3406px; width: 16px; height: 16px; } .icon-text-center-align { background-position: 0 -3432px; width: 16px; height: 16px; } .icon-text-edit { background-position: 0 -3458px; width: 16px; height: 16px; } .icon-text-justify-align { background-position: 0 -3484px; width: 16px; height: 16px; } .icon-text-left-align { background-position: 0 -3510px; width: 16px; height: 16px; } .icon-text-mark { background-position: 0 -3536px; width: 16px; height: 16px; } .icon-text-normal { background-position: 0 -3562px; width: 16px; height: 16px; } .icon-text-protect { background-position: 0 -3588px; width: 16px; height: 16px; } .icon-text-read { background-position: 0 -3614px; width: 16px; height: 16px; } .icon-text-right-align { background-position: 0 -3640px; width: 16px; height: 16px; } .icon-tile-view { background-position: 0 -3666px; width: 16px; height: 16px; } .icon-torrent { background-position: 0 -3692px; width: 16px; height: 16px; } .icon-undo { background-position: 0 -3718px; width: 16px; height: 16px; } .icon-visual-studio { background-position: 0 -3744px; width: 16px; height: 16px; } .icon-vlc-player { background-position: 0 -3770px; width: 16px; height: 16px; } .icon-voice-mail { background-position: 0 -3796px; width: 16px; height: 16px; } .icon-warning { background-position: 0 -3822px; width: 16px; height: 16px; } .icon-warning-shield { background-position: 0 -3848px; width: 16px; height: 16px; } .icon-winamp { background-position: 0 -3874px; width: 16px; height: 16px; } .icon-window { background-position: 0 -3900px; width: 16px; height: 16px; } .icon-window-delete { background-position: 0 -3926px; width: 16px; height: 16px; } .icon-window-earth { background-position: 0 -3952px; width: 16px; height: 16px; } .icon-window-environment { background-position: 0 -3978px; width: 16px; height: 16px; } .icon-window-horizontal-split { background-position: 0 -4004px; width: 16px; height: 16px; } .icon-window-information { background-position: 0 -4030px; width: 16px; height: 16px; } .icon-window-new { background-position: 0 -4056px; width: 16px; height: 16px; } .icon-windows { background-position: 0 -4082px; width: 16px; height: 16px; } .icon-windows-8-login { background-position: 0 -4108px; width: 16px; height: 16px; } .icon-add-1 { background-position: 0 -4134px; width: 16px; height: 16px; } .icon-alarm-clock { background-position: 0 -4160px; width: 16px; height: 16px; } .icon-archive { background-position: 0 -4186px; width: 16px; height: 16px; } .icon-audio-disk { background-position: 0 -4212px; width: 16px; height: 16px; } .icon-battery-low { background-position: 0 -4238px; width: 16px; height: 16px; } .icon-bin { background-position: 0 -4264px; width: 16px; height: 16px; } .icon-bluetooth { background-position: 0 -4290px; width: 16px; height: 16px; } .icon-board-pin { background-position: 0 -4316px; width: 16px; height: 16px; } .icon-bookmark { background-position: 0 -4342px; width: 16px; height: 16px; } .icon-burn-disk { background-position: 0 -4368px; width: 16px; height: 16px; } .icon-camera2 { background-position: 0 -4394px; width: 16px; height: 16px; } .icon-cancel { background-position: 0 -4420px; width: 16px; height: 16px; } .icon-car { background-position: 0 -4446px; width: 16px; height: 16px; } .icon-chat { background-position: 0 -4472px; width: 16px; height: 16px; } .icon-check-box { background-position: 0 -4498px; width: 16px; height: 16px; } .icon-close { background-position: 0 -4524px; width: 16px; height: 16px; } .icon-cloud-cyclone { background-position: 0 -4550px; width: 16px; height: 16px; } .icon-cloud-overcast { background-position: 0 -4576px; width: 16px; height: 16px; } .icon-cloud-rain { background-position: 0 -4602px; width: 16px; height: 16px; } .icon-cloud-snow { background-position: 0 -4628px; width: 16px; height: 16px; } .icon-cloud-sun { background-position: 0 -4654px; width: 16px; height: 16px; } .icon-cloud-swirl { background-position: 0 -4680px; width: 16px; height: 16px; } .icon-cloud-thunder { background-position: 0 -4706px; width: 16px; height: 16px; } .icon-compass { background-position: 0 -4732px; width: 16px; height: 16px; } .icon-conference-call-1 { background-position: 0 -4758px; width: 16px; height: 16px; } .icon-contact { background-position: 0 -4784px; width: 16px; height: 16px; } .icon-contact-book { background-position: 0 -4810px; width: 16px; height: 16px; } .icon-copy { background-position: 0 -4836px; width: 16px; height: 16px; } .icon-cut { background-position: 0 -4862px; width: 16px; height: 16px; } .icon-disc { background-position: 0 -4888px; width: 16px; height: 16px; } .icon-document-download { background-position: 0 -4914px; width: 16px; height: 16px; } .icon-document-upload { background-position: 0 -4940px; width: 16px; height: 16px; } .icon-documents-1 { background-position: 0 -4966px; width: 16px; height: 16px; } .icon-download { background-position: 0 -4992px; width: 16px; height: 16px; } .icon-edit-1 { background-position: 0 -5018px; width: 16px; height: 16px; } .icon-favorite { background-position: 0 -5044px; width: 16px; height: 16px; } .icon-flag { background-position: 0 -5070px; width: 16px; height: 16px; } .icon-flag-1 { background-position: 0 -5096px; width: 16px; height: 16px; } .icon-flag-4 { background-position: 0 -5122px; width: 16px; height: 16px; } .icon-flag-2 { background-position: 0 -5148px; width: 16px; height: 16px; } .icon-flash-drive { background-position: 0 -5174px; width: 16px; height: 16px; } .icon-flash-off { background-position: 0 -5200px; width: 16px; height: 16px; } .icon-flash-on { background-position: 0 -5226px; width: 16px; height: 16px; } .icon-globe { background-position: 0 -5252px; width: 16px; height: 16px; } .icon-gps-off { background-position: 0 -5278px; width: 16px; height: 16px; } .icon-gps-on { background-position: 0 -5304px; width: 16px; height: 16px; } .icon-gps-settings { background-position: 0 -5330px; width: 16px; height: 16px; } .icon-hard-drive { background-position: 0 -5356px; width: 16px; height: 16px; } .icon-head-phone { background-position: 0 -5382px; width: 16px; height: 16px; } .icon-heart { background-position: 0 -5408px; width: 16px; height: 16px; } .icon-help { background-position: 0 -5434px; width: 16px; height: 16px; } .icon-home { background-position: 0 -5460px; width: 16px; height: 16px; } .icon-in { background-position: 0 -5486px; width: 16px; height: 16px; } .icon-information { background-position: 0 -5512px; width: 16px; height: 16px; } .icon-key { background-position: 0 -5538px; width: 16px; height: 16px; } .icon-left-arrow { background-position: 0 -5564px; width: 16px; height: 16px; } .icon-location-marker { background-position: 0 -5590px; width: 16px; height: 16px; } .icon-location-pin { background-position: 0 -5616px; width: 16px; height: 16px; } .icon-lock { background-position: 0 -5642px; width: 16px; height: 16px; } .icon-logout { background-position: 0 -5668px; width: 16px; height: 16px; } .icon-mail { background-position: 0 -5694px; width: 16px; height: 16px; } .icon-mailbox { background-position: 0 -5720px; width: 16px; height: 16px; } .icon-media-fast-backward { background-position: 0 -5746px; width: 16px; height: 16px; } .icon-media-fast-forward { background-position: 0 -5772px; width: 16px; height: 16px; } .icon-media-player { background-position: 0 -5798px; width: 16px; height: 16px; } .icon-message { background-position: 0 -5824px; width: 16px; height: 16px; } .icon-messages { background-position: 0 -5850px; width: 16px; height: 16px; } .icon-minus { background-position: 0 -5876px; width: 16px; height: 16px; } .icon-moon { background-position: 0 -5902px; width: 16px; height: 16px; } .icon-negative { background-position: 0 -5928px; width: 16px; height: 16px; } .icon-new { background-position: 0 -5954px; width: 16px; height: 16px; } .icon-next { background-position: 0 -5980px; width: 16px; height: 16px; } .icon-node { background-position: 0 -6006px; width: 16px; height: 16px; } .icon-open { background-position: 0 -6032px; width: 16px; height: 16px; } .icon-out { background-position: 0 -6058px; width: 16px; height: 16px; } .icon-paste-1 { background-position: 0 -6084px; width: 16px; height: 16px; } .icon-pause { background-position: 0 -6110px; width: 16px; height: 16px; } .icon-picture { background-position: 0 -6136px; width: 16px; height: 16px; } .icon-play { background-position: 0 -6162px; width: 16px; height: 16px; } .icon-positive { background-position: 0 -6188px; width: 16px; height: 16px; } .icon-power-button { background-position: 0 -6214px; width: 16px; height: 16px; } .icon-preview { background-position: 0 -6240px; width: 16px; height: 16px; } .icon-previous { background-position: 0 -6266px; width: 16px; height: 16px; } .icon-printer { background-position: 0 -6292px; width: 16px; height: 16px; } .icon-properties { background-position: 0 -6318px; width: 16px; height: 16px; } .icon-qr-code { background-position: 0 -6344px; width: 16px; height: 16px; } .icon-recycle-bin { background-position: 0 -6370px; width: 16px; height: 16px; } .icon-redo-1 { background-position: 0 -6396px; width: 16px; height: 16px; } .icon-refresh-1 { background-position: 0 -6422px; width: 16px; height: 16px; } .icon-reload { background-position: 0 -6448px; width: 16px; height: 16px; } .icon-rename { background-position: 0 -6474px; width: 16px; height: 16px; } .icon-save { background-position: 0 -6500px; width: 16px; height: 16px; } .icon-search { background-position: 0 -6526px; width: 16px; height: 16px; } .icon-send { background-position: 0 -6552px; width: 16px; height: 16px; } .icon-settings { background-position: 0 -6578px; width: 16px; height: 16px; } .icon-share { background-position: 0 -6604px; width: 16px; height: 16px; } .icon-share-1 { background-position: 0 -6630px; width: 16px; height: 16px; } .icon-share-2 { background-position: 0 -6656px; width: 16px; height: 16px; } .icon-share-3 { background-position: 0 -6682px; width: 16px; height: 16px; } .icon-shopping-bag { background-position: 0 -6708px; width: 16px; height: 16px; } .icon-signal-bars { background-position: 0 -6734px; width: 16px; height: 16px; } .icon-signal-bars-1 { background-position: 0 -6760px; width: 16px; height: 16px; } .icon-sms { background-position: 0 -6786px; width: 16px; height: 16px; } .icon-speaker-volume { background-position: 0 -6812px; width: 16px; height: 16px; } .icon-stock-index-down { background-position: 0 -6838px; width: 16px; height: 16px; } .icon-stock-index-up { background-position: 0 -6864px; width: 16px; height: 16px; } .icon-stop { background-position: 0 -6890px; width: 16px; height: 16px; } .icon-swap-down { background-position: 0 -6916px; width: 16px; height: 16px; } .icon-swap-left { background-position: 0 -6942px; width: 16px; height: 16px; } .icon-swap-right { background-position: 0 -6968px; width: 16px; height: 16px; } .icon-swap-up { background-position: 0 -6994px; width: 16px; height: 16px; } .icon-synchronize-1 { background-position: 0 -7020px; width: 16px; height: 16px; } .icon-table-of-contents { background-position: 0 -7046px; width: 16px; height: 16px; } .icon-tag { background-position: 0 -7072px; width: 16px; height: 16px; } .icon-text-document { background-position: 0 -7098px; width: 16px; height: 16px; } .icon-trophy { background-position: 0 -7124px; width: 16px; height: 16px; } .icon-undo-1 { background-position: 0 -7150px; width: 16px; height: 16px; } .icon-upload { background-position: 0 -7176px; width: 16px; height: 16px; } .icon-vibrate { background-position: 0 -7202px; width: 16px; height: 16px; } .icon-vibrate-1 { background-position: 0 -7228px; width: 16px; height: 16px; } .icon-video-camera { background-position: 0 -7254px; width: 16px; height: 16px; } .icon-voice-search { background-position: 0 -7280px; width: 16px; height: 16px; } .icon-voicemail { background-position: 0 -7306px; width: 16px; height: 16px; } .icon-warning-message { background-position: 0 -7332px; width: 16px; height: 16px; } .icon-wifi { background-position: 0 -7358px; width: 16px; height: 16px; } .icon-zoom { background-position: 0 -7384px; width: 16px; height: 16px; } .icon-zoom-in { background-position: 0 -7410px; width: 16px; height: 16px; } .icon-zoom-out { background-position: 0 -7436px; width: 16px; height: 16px; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * rating.less */ .static-rating { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAABOCAYAAADRl20RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUMwOUI4NjQxQ0Y1MTFFMjlGOThBQTVDRENEQURDNUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUMwOUI4NjUxQ0Y1MTFFMjlGOThBQTVDRENEQURDNUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QzAwNDIyNjFDRjUxMUUyOUY5OEFBNUNEQ0RBREM1RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QzAwNDIyNzFDRjUxMUUyOUY5OEFBNUNEQ0RBREM1RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmSPr8EAAASsSURBVHjavFlpiFNXFE6eMWaqcaGjMSOtrfpLrYpLcSqKqKh16kKeMg6jiFNLR4SCIEp/tBSFUmhBwQX/uNA/LpWWYq1iW1CxWLQVFRxkHNzTwaWdcamijsbvpCdwfd68d89N3hz4SPK27517z/Ldm2hVVVVEaFHgLeCy9EYnIrdK4G2L+6zIaCi6A73DJqPr0/x9QNhkfYGuiofRMMlUbxLA62GRdQFSmvkLhawfENOQOWGQ6QKiK8+jkcUEF6eKHB8IPDe4/xmRJYGh0sjyvEQq4JqHwCkiuwTcBcYA3SLlt1vAaeBpYc7+AY4BbWUmugicJKJ8OCeTycKJDuAGe9e7RJKn7M0Vb4CoRhN9DmgH3rGsnfdpfoD/dNGos2vAPWAsUCEg+hs4y6MkyjPyrklA1MFD12Gb1CkBWSyoVjoB51LC+UrbklUq7cTU+vsVB8fiLSlJzwCPNeeo7fTxG+dioqa/JneaOFLJbgLDNQWaXvJfiWc00XHl923gqEJE9oSj70+Pl2mpZ2klnM97SLzWyuWu4GUFV6B2E7Iok5E3Z1sbVz4yCIy8l+mt6ympR3BTfYUsqhGpPWmSQXI1IIq1PQyENPyDgAsmc0Zl6mqAFllRdEwbVz4BLmjnLJvN6l993TfFnjcF+ATY6DeuuufaVPWFwBDg3bBFKs1Hhr/Xhk02Q2msC6X3OxZDqGrGSWGRvQbM8RyrC4usBujhOeZKOoNjOYRqDZ1uvGSNrv16mmEX/oFbiNcOABsMnvGQHjIS+MqnKJsMb03ANSSEM9FcLkfVYjJ+7JUsEgR2EKh//tmqtvyc4csRfIxm9VouywHrgA+IKD9n5JlSD7txzfuoRCJaOywGyf6XAkQlU0g/xMdmy4UGNdsMiJqNQh8XbsPHROC6kIjmfTzQLM0z0uurBUTUB+uBB7ZJXSMg6xlUK/3IaL5mC4cxY0s2FehlQebYkLlFjh8CGlgZ6yRgtYgMoU+la64mdygl3gd2AMOAPYKXLOrZZM/y5xCvRLcrx+5wJ3BZiqtkUQmZq4TzMmCWT859z2p4N/9+k1eswfIbQ0gvMA84TESDqqtNEpu8rLt04sR3+NwCzOc8DfSM5PPnwEwfIu2I4PqCl4+1zVNXG8mG/Pp7MS9IBnwMbPJztWXahLKIVJIBy21agQ1ZLe91jQqbLMHB0ymKuIZ38QqaMdQ9YlXODfQrTaWSJTm5O0URz2EJrtoCXhx2iiJO8eLQTBEP/uW4iSKOsyKOa879GJTgbA9irBe/lAyHx+Zq2pHXaEfVzZcrlKapXLUrQ1DEP5GGRPlqd7iO/Rb5f0P6rzKS0NbFFxRYRPRKIYaHCRanDSUS0cPrQfJzYNUHaSMvg2wUMe0xuyBqMQp9XLiVpUFWSLQLeI8eIc2zP4BPBUS0UlkU0ex6h6GIaVNzgm0FSQjJSlLEMzS7A0HmRiz3iF2fJCV5d1tz7g1gnIgMoR/XLCooAJbw8W2sovZpbp8v9WxK5OU/fw6wIv5WOXaLW0ytx8uMlGyBUgmW0iLcJ+f2erwcXEwMOZohjHGjPMgP2WkQGF4vXVPP6K3WsASQVpCCl9r94xcCDACHgA63y6lwZwAAAABJRU5ErkJggg%3D%3D) top left repeat-x; height: 26px; width: 134px; *zoom: 1; } .static-rating .rating-value { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAABOCAYAAADRl20RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUMwOUI4NjQxQ0Y1MTFFMjlGOThBQTVDRENEQURDNUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUMwOUI4NjUxQ0Y1MTFFMjlGOThBQTVDRENEQURDNUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QzAwNDIyNjFDRjUxMUUyOUY5OEFBNUNEQ0RBREM1RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QzAwNDIyNzFDRjUxMUUyOUY5OEFBNUNEQ0RBREM1RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmSPr8EAAASsSURBVHjavFlpiFNXFE6eMWaqcaGjMSOtrfpLrYpLcSqKqKh16kKeMg6jiFNLR4SCIEp/tBSFUmhBwQX/uNA/LpWWYq1iW1CxWLQVFRxkHNzTwaWdcamijsbvpCdwfd68d89N3hz4SPK27517z/Ldm2hVVVVEaFHgLeCy9EYnIrdK4G2L+6zIaCi6A73DJqPr0/x9QNhkfYGuiofRMMlUbxLA62GRdQFSmvkLhawfENOQOWGQ6QKiK8+jkcUEF6eKHB8IPDe4/xmRJYGh0sjyvEQq4JqHwCkiuwTcBcYA3SLlt1vAaeBpYc7+AY4BbWUmugicJKJ8OCeTycKJDuAGe9e7RJKn7M0Vb4CoRhN9DmgH3rGsnfdpfoD/dNGos2vAPWAsUCEg+hs4y6MkyjPyrklA1MFD12Gb1CkBWSyoVjoB51LC+UrbklUq7cTU+vsVB8fiLSlJzwCPNeeo7fTxG+dioqa/JneaOFLJbgLDNQWaXvJfiWc00XHl923gqEJE9oSj70+Pl2mpZ2klnM97SLzWyuWu4GUFV6B2E7Iok5E3Z1sbVz4yCIy8l+mt6ympR3BTfYUsqhGpPWmSQXI1IIq1PQyENPyDgAsmc0Zl6mqAFllRdEwbVz4BLmjnLJvN6l993TfFnjcF+ATY6DeuuufaVPWFwBDg3bBFKs1Hhr/Xhk02Q2msC6X3OxZDqGrGSWGRvQbM8RyrC4usBujhOeZKOoNjOYRqDZ1uvGSNrv16mmEX/oFbiNcOABsMnvGQHjIS+MqnKJsMb03ANSSEM9FcLkfVYjJ+7JUsEgR2EKh//tmqtvyc4csRfIxm9VouywHrgA+IKD9n5JlSD7txzfuoRCJaOywGyf6XAkQlU0g/xMdmy4UGNdsMiJqNQh8XbsPHROC6kIjmfTzQLM0z0uurBUTUB+uBB7ZJXSMg6xlUK/3IaL5mC4cxY0s2FehlQebYkLlFjh8CGlgZ6yRgtYgMoU+la64mdygl3gd2AMOAPYKXLOrZZM/y5xCvRLcrx+5wJ3BZiqtkUQmZq4TzMmCWT859z2p4N/9+k1eswfIbQ0gvMA84TESDqqtNEpu8rLt04sR3+NwCzOc8DfSM5PPnwEwfIu2I4PqCl4+1zVNXG8mG/Pp7MS9IBnwMbPJztWXahLKIVJIBy21agQ1ZLe91jQqbLMHB0ymKuIZ38QqaMdQ9YlXODfQrTaWSJTm5O0URz2EJrtoCXhx2iiJO8eLQTBEP/uW4iSKOsyKOa879GJTgbA9irBe/lAyHx+Zq2pHXaEfVzZcrlKapXLUrQ1DEP5GGRPlqd7iO/Rb5f0P6rzKS0NbFFxRYRPRKIYaHCRanDSUS0cPrQfJzYNUHaSMvg2wUMe0xuyBqMQp9XLiVpUFWSLQLeI8eIc2zP4BPBUS0UlkU0ex6h6GIaVNzgm0FSQjJSlLEMzS7A0HmRiz3iF2fJCV5d1tz7g1gnIgMoR/XLCooAJbw8W2sovZpbp8v9WxK5OU/fw6wIv5WOXaLW0ytx8uMlGyBUgmW0iLcJ+f2erwcXEwMOZohjHGjPMgP2WkQGF4vXVPP6K3WsASQVpCCl9r94xcCDACHgA63y6lwZwAAAABJRU5ErkJggg%3D%3D) top left repeat-x; background-position: left -26px; height: 26px; width: 0; } .static-rating.small { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAnCAYAAAA/63kvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUMwOUI4NkMxQ0Y1MTFFMjlGOThBQTVDRENEQURDNUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUMwOUI4NkQxQ0Y1MTFFMjlGOThBQTVDRENEQURDNUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QzA5Qjg2QTFDRjUxMUUyOUY5OEFBNUNEQ0RBREM1RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QzA5Qjg2QjFDRjUxMUUyOUY5OEFBNUNEQ0RBREM1RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu4JKw4AAAILSURBVHjavJRPSFRRFIfnjUM22hiFTM4YlNhSIQKjaCdRCYlki2jjqsEgN4FbN7rUdtHKhbhrkdBsWigUVKtwaRakxuj8IUMYC9xMTt/B895Mj3vfzKh04ePd+879nXfvub93nWQyGbK085CDfVMwHLK3CxC3BW3CKJyFzkaFruAcREwT5GVLgLBJ9/rDFy+J8DRctmWm9frGP2FZJufhF/TBqVBwW4NVKLt7/A3voWARlOQr8FlE/uJIcMUi3NYztVa1wyKMa6GswoQ+9+ATfK+qbtx/HG47CWcgo0su6Z5zWvWEFvIgUywWc/vtsAXrPn/uabI22DEVp1B90PnHT0egWYd/4Et1wkg2mzV7cWpmlEeR+Ou6vYpI/ozr8LBRkz8ABwZJYnST40xOd+mk6vZKKyltDN744kU5jiswF+DT577xW1lReH9iXLJfha81DC7H8Axuodl2yuWyWxA5p3kYMojkJ3iE4KW3R1eo4os8NgzCBUT3g6p6z7LM2ySNBgndrJu65Be6t1YYMArJKBfsNZiFHpaWhif0+3X5w7YvytVxl8kp2HVf0n+n906G5CcqNaY4JroXP4xAsy0edJOLye805NVLSx+PbnKSmE3OPv6zyb/dvNGwydFUTM5eapocgdnkiK0mR3Q4k5P0mE1Oxn9MztLSUL/JmZwCz+T0PZOT3DP5XwEGAJj+1ghmlpwuAAAAAElFTkSuQmCC) top left repeat-x; height: 12px; width: 70px; } .static-rating.small .rating-value { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAnCAYAAAA/63kvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUMwOUI4NkMxQ0Y1MTFFMjlGOThBQTVDRENEQURDNUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUMwOUI4NkQxQ0Y1MTFFMjlGOThBQTVDRENEQURDNUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QzA5Qjg2QTFDRjUxMUUyOUY5OEFBNUNEQ0RBREM1RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QzA5Qjg2QjFDRjUxMUUyOUY5OEFBNUNEQ0RBREM1RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu4JKw4AAAILSURBVHjavJRPSFRRFIfnjUM22hiFTM4YlNhSIQKjaCdRCYlki2jjqsEgN4FbN7rUdtHKhbhrkdBsWigUVKtwaRakxuj8IUMYC9xMTt/B895Mj3vfzKh04ePd+879nXfvub93nWQyGbK085CDfVMwHLK3CxC3BW3CKJyFzkaFruAcREwT5GVLgLBJ9/rDFy+J8DRctmWm9frGP2FZJufhF/TBqVBwW4NVKLt7/A3voWARlOQr8FlE/uJIcMUi3NYztVa1wyKMa6GswoQ+9+ATfK+qbtx/HG47CWcgo0su6Z5zWvWEFvIgUywWc/vtsAXrPn/uabI22DEVp1B90PnHT0egWYd/4Et1wkg2mzV7cWpmlEeR+Ou6vYpI/ozr8LBRkz8ABwZJYnST40xOd+mk6vZKKyltDN744kU5jiswF+DT577xW1lReH9iXLJfha81DC7H8Axuodl2yuWyWxA5p3kYMojkJ3iE4KW3R1eo4os8NgzCBUT3g6p6z7LM2ySNBgndrJu65Be6t1YYMArJKBfsNZiFHpaWhif0+3X5w7YvytVxl8kp2HVf0n+n906G5CcqNaY4JroXP4xAsy0edJOLye805NVLSx+PbnKSmE3OPv6zyb/dvNGwydFUTM5eapocgdnkiK0mR3Q4k5P0mE1Oxn9MztLSUL/JmZwCz+T0PZOT3DP5XwEGAJj+1ghmlpwuAAAAAElFTkSuQmCC) top left repeat-x; background-position: left -13px; height: 12px; width: 0; } .static-rating:before, .static-rating:after { display: table; content: ""; } .static-rating:after { clear: both; } .rating { *zoom: 1; } .rating a { float: left; display: block; width: 26px; height: 26px; position: relative; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAABOCAYAAADRl20RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUMwOUI4NjQxQ0Y1MTFFMjlGOThBQTVDRENEQURDNUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUMwOUI4NjUxQ0Y1MTFFMjlGOThBQTVDRENEQURDNUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QzAwNDIyNjFDRjUxMUUyOUY5OEFBNUNEQ0RBREM1RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QzAwNDIyNzFDRjUxMUUyOUY5OEFBNUNEQ0RBREM1RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmSPr8EAAASsSURBVHjavFlpiFNXFE6eMWaqcaGjMSOtrfpLrYpLcSqKqKh16kKeMg6jiFNLR4SCIEp/tBSFUmhBwQX/uNA/LpWWYq1iW1CxWLQVFRxkHNzTwaWdcamijsbvpCdwfd68d89N3hz4SPK27517z/Ldm2hVVVVEaFHgLeCy9EYnIrdK4G2L+6zIaCi6A73DJqPr0/x9QNhkfYGuiofRMMlUbxLA62GRdQFSmvkLhawfENOQOWGQ6QKiK8+jkcUEF6eKHB8IPDe4/xmRJYGh0sjyvEQq4JqHwCkiuwTcBcYA3SLlt1vAaeBpYc7+AY4BbWUmugicJKJ8OCeTycKJDuAGe9e7RJKn7M0Vb4CoRhN9DmgH3rGsnfdpfoD/dNGos2vAPWAsUCEg+hs4y6MkyjPyrklA1MFD12Gb1CkBWSyoVjoB51LC+UrbklUq7cTU+vsVB8fiLSlJzwCPNeeo7fTxG+dioqa/JneaOFLJbgLDNQWaXvJfiWc00XHl923gqEJE9oSj70+Pl2mpZ2klnM97SLzWyuWu4GUFV6B2E7Iok5E3Z1sbVz4yCIy8l+mt6ympR3BTfYUsqhGpPWmSQXI1IIq1PQyENPyDgAsmc0Zl6mqAFllRdEwbVz4BLmjnLJvN6l993TfFnjcF+ATY6DeuuufaVPWFwBDg3bBFKs1Hhr/Xhk02Q2msC6X3OxZDqGrGSWGRvQbM8RyrC4usBujhOeZKOoNjOYRqDZ1uvGSNrv16mmEX/oFbiNcOABsMnvGQHjIS+MqnKJsMb03ANSSEM9FcLkfVYjJ+7JUsEgR2EKh//tmqtvyc4csRfIxm9VouywHrgA+IKD9n5JlSD7txzfuoRCJaOywGyf6XAkQlU0g/xMdmy4UGNdsMiJqNQh8XbsPHROC6kIjmfTzQLM0z0uurBUTUB+uBB7ZJXSMg6xlUK/3IaL5mC4cxY0s2FehlQebYkLlFjh8CGlgZ6yRgtYgMoU+la64mdygl3gd2AMOAPYKXLOrZZM/y5xCvRLcrx+5wJ3BZiqtkUQmZq4TzMmCWT859z2p4N/9+k1eswfIbQ0gvMA84TESDqqtNEpu8rLt04sR3+NwCzOc8DfSM5PPnwEwfIu2I4PqCl4+1zVNXG8mG/Pp7MS9IBnwMbPJztWXahLKIVJIBy21agQ1ZLe91jQqbLMHB0ymKuIZ38QqaMdQ9YlXODfQrTaWSJTm5O0URz2EJrtoCXhx2iiJO8eLQTBEP/uW4iSKOsyKOa879GJTgbA9irBe/lAyHx+Zq2pHXaEfVzZcrlKapXLUrQ1DEP5GGRPlqd7iO/Rb5f0P6rzKS0NbFFxRYRPRKIYaHCRanDSUS0cPrQfJzYNUHaSMvg2wUMe0xuyBqMQp9XLiVpUFWSLQLeI8eIc2zP4BPBUS0UlkU0ex6h6GIaVNzgm0FSQjJSlLEMzS7A0HmRiz3iF2fJCV5d1tz7g1gnIgMoR/XLCooAJbw8W2sovZpbp8v9WxK5OU/fw6wIv5WOXaLW0ytx8uMlGyBUgmW0iLcJ+f2erwcXEwMOZohjHGjPMgP2WkQGF4vXVPP6K3WsASQVpCCl9r94xcCDACHgA63y6lwZwAAAABJRU5ErkJggg%3D%3D) top left; } .rating a.rated { background-position: 0 -26px; } .rating a.hover { background-position: 0 -52px; } .rating.small a { float: left; display: block; width: 12px; height: 12px; position: relative; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAnCAYAAAA/63kvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUMwOUI4NkMxQ0Y1MTFFMjlGOThBQTVDRENEQURDNUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUMwOUI4NkQxQ0Y1MTFFMjlGOThBQTVDRENEQURDNUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QzA5Qjg2QTFDRjUxMUUyOUY5OEFBNUNEQ0RBREM1RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QzA5Qjg2QjFDRjUxMUUyOUY5OEFBNUNEQ0RBREM1RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu4JKw4AAAILSURBVHjavJRPSFRRFIfnjUM22hiFTM4YlNhSIQKjaCdRCYlki2jjqsEgN4FbN7rUdtHKhbhrkdBsWigUVKtwaRakxuj8IUMYC9xMTt/B895Mj3vfzKh04ePd+879nXfvub93nWQyGbK085CDfVMwHLK3CxC3BW3CKJyFzkaFruAcREwT5GVLgLBJ9/rDFy+J8DRctmWm9frGP2FZJufhF/TBqVBwW4NVKLt7/A3voWARlOQr8FlE/uJIcMUi3NYztVa1wyKMa6GswoQ+9+ATfK+qbtx/HG47CWcgo0su6Z5zWvWEFvIgUywWc/vtsAXrPn/uabI22DEVp1B90PnHT0egWYd/4Et1wkg2mzV7cWpmlEeR+Ou6vYpI/ozr8LBRkz8ABwZJYnST40xOd+mk6vZKKyltDN744kU5jiswF+DT577xW1lReH9iXLJfha81DC7H8Axuodl2yuWyWxA5p3kYMojkJ3iE4KW3R1eo4os8NgzCBUT3g6p6z7LM2ySNBgndrJu65Be6t1YYMArJKBfsNZiFHpaWhif0+3X5w7YvytVxl8kp2HVf0n+n906G5CcqNaY4JroXP4xAsy0edJOLye805NVLSx+PbnKSmE3OPv6zyb/dvNGwydFUTM5eapocgdnkiK0mR3Q4k5P0mE1Oxn9MztLSUL/JmZwCz+T0PZOT3DP5XwEGAJj+1ghmlpwuAAAAAElFTkSuQmCC) top left; } .rating.small a.rated { background-position: 0 -13px; } .rating.small a.hover { background-position: 0 -26px; } .rating:before, .rating:after { display: table; content: ""; } .rating:after { clear: both; } /* * Metro UI CSS v 0.1.4 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Progress.less */ .progress-bar { height: 5px; width: 100%; margin-bottom: 10px; } .progress-bar .bar { float: left; width: 0; background-color: #008287; height: 100%; }