/* /home/industrystock/backend/public/css/reset.css */
  a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {  font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; text-align: left; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } table { border-collapse: collapse; border-spacing: 0; } 
/* /home/industrystock/backend/public/css/column.css */
 .column { display: block; float: left; min-height: 1px; } .columnContent { display: block; padding: 5px 10px; } .columnContentHalf { display: block; padding: 0px 5px; } .column2 { width: 2%; } .column3 { width: 3%; } .column4 { width: 4%; } .column5 { width: 5%; } .column10 { width: 10%; } .column15 { width: 15%; } .column20 { width: 20%; } .column25 { width: 25%; } .column30 { width: 30%; } .column33 { width: 33%; } .column35 { width: 35%; } .column36 { width: 36%; } .column38 { width: 37%; } .column38 { width: 38%; } .column40 { width: 40%; } .column45 { width: 45%; } .column49 { width: 49%; } .column50 { width: 50%; } .column53 { width: 53%; } .column55 { width: 55%; } .column60 { width: 60%; } .column65 { width: 65%; } .column66 { width: 66%; } .column70 { width: 70%; } .column75 { width: 75%; } .column80 { width: 80%; } .column85 { width: 85%; } .column90 { width: 90%; } .column95 { width: 95%; } .column100 { width: 100%; } .justify { text-align: justify; } .column.first { clear: both; } .column.last { float: right; margin-left: -100px; } .column.last + div { clear: both; } .column.center { float: none; margin: 0 auto; } .centerContent { padding-left: 0px; padding-right: 0px; text-align: center; } .fr { float: right; } .fl { float: left; } .clear { clear: both; *zoom: 1; display: block; height: 0px; width: 0px; } 
/* /home/industrystock/backend/public/css/default.css */
:root { --clr-green: #449A25; --clr-greenDark: #098C38; --clr-greenDarker: #186533; --clr-greenDarkT90: rgba(24, 101, 51, 0.9); --clr-greenDarkT10: rgba(24, 101, 51, 0.1); --clr-greenLight: #95C11F; --clr-greenLighter: #F1F7E2; --clr-yellowGreen: #E2D300; --clr-orange: #F2AD32; --clr-orangeDark: #E24F1E; --clr-yellowDark: #DDDC15; --clr-black: #000000; --clr-white: #FFFFFF; --clr-grayDark: #575756; --clr-gray: #AAA; --clr-grayLight: #D1D1D1; --clr-grayLighter: #E1E1E1; --clr-blue: #0AB9FB; --clr-blueDark: #1F41B1; --clr-blueLight: #DCE7f0; --clr-transparent: rgb(0,0,0,0); --clr-social_xing: #008388; --clr-social_facebook: #375A92; --clr-social_twitter: #5C8ECB; --clr-social_telegram: #5C8ECB; --clr-social_goldenline: #333333; --clr-social_linkedin: #4573B1; --clr-social_youtube: #E13334; --clr-social_instagram: #5e0bf6; --clr-social_google: #C93B2D; --clr-social_skype: #22A7E2; --clr-social_slideshare: #29B1B3; --clr-social_weibo: #E6162D; --clr-social_qq: #000000; --clr-social_wechat: #91BF4B; --clr-social_whatsapp: #91BF4B; --clr-social_vk: #507299; --headerGradient: linear-gradient(90deg, var(--red) 0%, var(--orange) 100%); --subMenuGradient: linear-gradient(315deg, var(--orange) 0%, var(--red) 100%); --buttonGradient: linear-gradient(315deg, var(--red) 0%, var(--orange) 100%); --buttonGradientHover: linear-gradient(315deg, var(--orange) 0%, var(--red) 100%); --buttonGradientActive: linear-gradient(315deg, var(--greenDark) 0%, var(--green) 100%); --orangeGradient: linear-gradient(90deg, var(--orange) 0%, var(--red) 100%); --greenGradient: linear-gradient(315deg, var(--green) 0%, var(--greenDark) 100%); } .defaultOverviewList { margin-left: 0px; } .defaultOverviewList li { padding: 0px 5px; cursor: pointer; margin-bottom: 5px; background-color: #FFF; } .defaultOverviewList li, .defaultOverviewList li * { height: 25px; line-height: 25px; } .defaultOverviewList li:nth-child(2n) { background-color: #DDD; } .defaultOverviewList li:hover, .defaultOverviewList li:hover * { background-color: #666; color: #FFF; } .defaultOverviewList li.active, .defaultOverviewList li.active * { background-color: #97BF0D; color: #FFF; } .dateSubheadline { color: #000!important; background-color: #CCC; line-height: 20px; text-align: center; } .module-info { margin-bottom: 20px; border-bottom: 1px solid #D9DADB; } .module-info > div { padding: 20px; margin-bottom: 20px; background-color: #FFF; } .module-info.important > div { padding: 20px; margin-bottom: 20px; background-color: #E85422; color: #FFF; } #modal_moduleInfo footer { padding: 0!important; } .moduleInfoCheckContainer { margin-bottom: 20px; } .moduleInfoCheckContainer .moduleInfoCheckContent {} .moduleInfoCheckContainer .moduleInfoCheckContent > div { padding-left: 40px; position: relative; } .moduleInfoCheckContainer .moduleInfoCheckContent > div + div { border-top: 1px solid #D9DADB; } .moduleInfoCheckContainer .moduleInfoCheckContent > div * { min-height: 30px; line-height: 30px; } .moduleInfoCheckContainer .moduleInfoCheckContent > div > span { font-family: "FontAwesome"; position: absolute; top: 0; left: 0; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 20px; } .moduleInfoCheckContainer .moduleInfoCheckContent > div > span:before { content: "\f00d"; color: #E85422; } .moduleInfoCheckContainer .moduleInfoCheckContent > div.check > span:before { content: "\f00c"; color: #97BF0D; } .moduleInfoCheckContainer .moduleInfoCheckResult { text-align: center; margin-top: 20px; padding: 10px 0px; background-color: #E85422; color: #FFF; font-size: 14px; cursor: pointer; } .moduleInfoCheckContainer .moduleInfoCheckResult[data-key="1"] { background-color: #97BF0D; } #wallpaperImageUploadDropbox { min-height: 0; } .moduleActionContainer { position: fixed; bottom: 0px; left: 0px; width: 100%; color: #333; z-index: 10; } .moduleActionColl { text-align: center; overflow: hidden; } .moduleActionBtn { background-color: #FFF; border: 1px solid #666; width: 40px; height: 40px; line-height: 35px; margin-bottom: -1px; display: inline-block; opacity: 1!important; } .moduleActionBtn:active {} .moduleActionBtn, .moduleActionBtn * { font-size: 25px; line-height: 35px!important; } .defaultTabOverviewWrapper { position: fixed; width: 200px; height: 100%!important; max-height: 100%!important; top: 0; right: 25px!important; overflow: hidden; display: none; background-color: rgba(255,255,255,0.5); } .defaultTabOverviewWrapper:hover { display: block; } .defaultTabOverviewWrapper * { font-size: 11px; } .defaultTabOverviewItem { position: relative; width: 190px; text-align: left; border: 1px solid #AAA; background-color: #FFF; line-height: 15px; padding: 1px 3px; } .defaultTabOverviewItem:hover { cursor: pointer; background-color: #EFEFEF; } .defaultTabOverviewItem + .defaultTabOverviewItem { border-top: 1px solid #000!important; } .defaultTabDateSubheadline { font-size: 14px!important; color: #666!important; background-color: #FFF; margin-right: 10px; } .module_info_block { padding: 10px 5px; margin-bottom: 10px; background-color: #4B4E56; color: #FFF; } .module_info_block ul { margin: 0; margin-left: 15px; list-style-type: disc; } .piro_overlay { background: #000!important; opacity: 0.7!important; } .scrollfix { top: 0px!important; z-index: 1!important; } .ui-autocomplete { z-index: 1000!important; } .module > header { position: relative; } #contentContainer .module { margin-bottom: 10px; padding-bottom: 10px; } #contentContainer .module > header { margin-bottom: 20px; } #contentContainer .module + .module { margin-top: 10px; padding-top: 10px; border-top: 1px solid #D9DADB; }  li.h3 { font-size: inherit!important; color: #000!important; } li + li.h3 { padding-top: 10px; } ul.style_1 li { line-height: 25px; height: 25px; overflow: hidden; cursor: pointer; } ul.style_1 li + li { border-top: 1px solid #D9DADB; }  .param-block { background-color: #FFF; margin-bottom: 10px; } .param-block > header { background-color: #D9DADB; line-height: 25px; text-align: center; } .param-block > div {} .param-block > div.param-block-content { padding: 10px; } .float-right { float: right!important; clear: left; } .float-left { float: left!important; clear: right; }  .myButtonInfo { width: 200px; position: fixed; top: 0px; left: 0px; background-color: #E85422; z-index: 1000; cursor: default; } .myButtonInfo, .myButtonInfo * { color: #FFF!important; } .myButtonInfo > div { padding: 5px 10px!important; text-align: left!important; line-height: 1.2rem!important; min-height: 0!important; } .myButtonInfo > span { display: block; position: absolute; top: -14px; right: 0px; width: 0; height: 0; border-style: solid; border-width: 0 0 15px 15px; border-color: transparent transparent #E85422 transparent; min-height: 0!important; } .myButtonInfo.left > span { right: auto; left: 0px; border-width: 15px 0 0 15px; border-color: transparent transparent transparent #E85422; }  .myInfo { position: relative; } .myInfo:after { z-index: 1000!important; font-family: Arial!important; content: attr(data-value); position: absolute; left: 0px; margin-left: 100%; top: -15px; background-color: #FFF; padding: 0px 5px; color: #000; line-height: 1.2rem; -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3); box-shadow: 0 0 3px 0 rgba(0,0,0,0.3); -webkit-border-radius: 5px 5px 5px 0; border-radius: 5px 5px 5px 0; } .myInfo:hover:after { z-index: 1001!important; }  ul.treeNav, ul.treeNav ul { margin: 0; } ul.treeNav li { cursor: pointer; line-height: 30px; position: relative; } ul.treeNav .active > span { font-weight: bold!important; } ul.treeNav .inactive > span { opacity: 0.2; } ul.treeNav ul li { padding-left: 20px; } ul.treeNav ul li ul { padding-left: 20px; margin-left: -15px; } ul.treeNav li > span:first-child {} ul.treeNav li > span.treeIcon { display: block; width: 10px; height: 30px; position: absolute; top: 0; left: 5px; } ul.treeNav ul li ul, ul.treeNav li > span.treeIcon > span { border-left: 1px solid #AAA; } ul.treeNav li.child:last-child > ul, ul.treeNav li.child.last > ul { border-left: none!important; } ul.treeNav li > span.treeIcon > span { position: absolute; left: 0; width: 100%; height: 50%; } ul.treeNav li > span.treeIcon > span:nth-child(1) { top: 0; } ul.treeNav li > span.treeIcon > span:nth-child(2) { bottom: 0; border-top: 1px solid #AAA; } ul.treeNav li:last-child > span.treeIcon > span:nth-child(2), ul.treeNav li.last > span.treeIcon > span:nth-child(2) { border-left: none; } ul.treeNav li:hover > span.treeIcon > span:nth-child(2) {} ul.treeNav.closed ul { display: none; } ul.treeNav.closed li.open > ul { display: block!important; } #modal_crmCommissionInfo { -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.6); box-shadow: 0 0 10px 0 rgba(0,0,0,0.6); } .aside-info { background-color: #DDD; padding: 5px; overflow: hidden; border-bottom: 1px solid #666!important; } .aside-info.alert { background-color: #E85422; border: none; } .aside-info.info { background-color: #97BF0D; } .aside-info.alert, .aside-info.alert * { color: #FFF; } #navTabWrapper { margin-bottom: 10px; } #navTabWrapper ul { margin: 0; overflow: hidden; } #navTabWrapper ul li { height: 30px; min-width: 50px; line-height: 30px; text-align: center; float: left; padding: 0 10px; margin-right: 10px; margin-bottom: 10px; background-color: #FFF; cursor: pointer; } #navTabWrapper ul li:hover { background-color: #D1E392; } .keywordTranslationOverview th { cursor: pointer; } .keywordTranslationOverview td[data-keyword_id][data-lang].active { cursor: pointer; } .keywordTranslationOverview td[data-keyword_id][data-lang].active, .keywordTranslationOverview td[data-keyword_id][data-lang].active * { background-color: #97BF0D!important; } .keywordTranslationOverview td:first-child { text-transform: uppercase; text-align: center; } #defaultLoadingOverlay { position: fixed; top: 0; left: 0; bottom: 0; right: 0; opacity: 0.95 !important; background-color: rgba(0,0,0,0.5); z-index: 100000; } #defaultLoadingOverlay > div { position: absolute; top: 50%; left: 50%; width: 100px; height: 65px; line-height: 100px; margin-left: -50px; margin-top: -32px; } #defaultLoadingOverlay > div *:before { background-color: #FFF; } .iconBlock { line-height: 25px; padding-left: 30px; position: relative; } .iconBlock[data-key]::before { position: absolute; top: 0; left: 0; font-family: 'FontAwesome'; width: 25px; height: 25px; line-height: 25px; text-align: left; } .iconBlock[data-key="user"]::before { content: "\f007"; } .iconBlock[data-key="address"]::before { content: "\f041"; } .iconBlock[data-key="tel"]::before { content: "\f095"; } .iconBlock[data-key="fax"]::before { content: "\f1ac"; } .iconBlock[data-key="email"]::before { content: "\f0e0"; }  *[data-cah] { & + [data-cah] { margin-top: 1em; } &:not(table) { display: block; } &[data-cah="4"] { font-weight: bold; } &[data-cah="3"], &[data-cah="5"] { margin-left: 0; list-style-position: inside; &[data-cah="5"] { list-style-type: decimal; } } &[data-cah="6"] { table-layout: fixed; width: 100%; border-collapse: collapse!important; & tr td { line-height: 1.5rem; padding: 0 5px; border: 1px solid rgba(0,0,0,0.2); } & [class*="cah_cell_format_"] { &.cah_cell_format_B { font-weight: bold; } &.cah_cell_format_I { font-style: italic; } &.cah_cell_format_BF { border: 1px solid #000!important; } &.cah_cell_format_BT { border-top: 1px solid #000!important; } &.cah_cell_format_BR { border-right: 1px solid #000!important; } &.cah_cell_format_BB { border-bottom: 1px solid #000!important; } &.cah_cell_format_BL { border-left: 1px solid #000!important; } } } }  
/* /home/industrystock/backend/public/css/main.css */
 article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; } html { height: 100%; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } a:hover, a:active { outline: 0; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } .img { border: 5px solid #FFF; -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); } img { max-width: 100%; width: auto\9; height: auto; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } #map_canvas img { max-width: none; } .text-left, .text-left * { text-align: left!important; } .text-center, .text-center * { text-align: center!important; } .text-right, .text-right * { text-align: right!important; } .ellipsis { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .ellipsis * { white-space: nowrap; } .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { margin: 0; font-family: Arial, sans-serif; font-size: 12px; line-height: 15px; color: #333; background-color: #EFEFEF; min-height: 100%; } body.adminBody_0 {} body.noScroll { overflow-y: hidden!important; } a { color: #40444d; text-decoration: none; } a:hover { color: #121315; text-decoration: underline; } .row { margin-left: -20px; *zoom: 1; } .row:before, .row:after { display: table; content: ""; line-height: 0; } .row:after { clear: both; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 940px; } .container { margin-right: auto; margin-left: auto; *zoom: 1; } .container:before, .container:after { display: table; content: ""; line-height: 0; } .container:after { clear: both; } .container-fluid { padding-right: 20px; padding-left: 20px; *zoom: 1; } .container-fluid:before, .container-fluid:after { display: table; content: ""; line-height: 0; } .container-fluid:after { clear: both; } p { margin: 0 0 9px; } .lead { margin-bottom: 18px; font-size: 19.5px; font-weight: 200; line-height: 27px; } small { font-size: 85%; } strong { font-weight: bold; } em { font-style: italic; } cite { font-style: normal; } .muted { color: #999999; } .text-warning { color: #c09853; } .text-error { color: #b94a48; } .text-info { color: #3a87ad; } .text-success { color: #468847; } .page-header { padding-bottom: 8px; margin: 18px 0 27px; } ul, ol { padding: 0; margin: 0 0 9px 25px; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; } li { line-height: 18px; } ul.unstyled, ol.unstyled { margin-left: 0; list-style: none; } dl { margin-bottom: 18px; } dt, dd { line-height: 18px; } dt { font-weight: bold; } dd { margin-left: 9px; } hr { margin: 18px 0; border: 0; border-top: 1px solid #eeeeee; border-bottom: 1px solid #ffffff; } abbr[title] { cursor: help; border-bottom: 1px dotted #999999; } abbr.initialism { font-size: 90%; text-transform: uppercase; } address { display: block; margin-bottom: 18px; font-style: normal; line-height: 18px; } code, pre { padding: 0 3px 2px; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-size: 11px; color: #333333; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } code { padding: 2px 4px; color: #d14; background-color: #f7f7f9; border: 1px solid #e1e1e8; } pre { display: block; padding: 8.5px; margin: 0 0 9px; font-size: 12px; line-height: 18px; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } pre code { padding: 0; color: inherit; background-color: transparent; border: 0; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; -moz-transition: height 0.35s ease; -o-transition: height 0.35s ease; transition: height 0.35s ease; } .collapse.in { height: auto; } .label, .badge { font-size: 10.998px; font-weight: bold; line-height: 14px; color: #ffffff; vertical-align: baseline; white-space: nowrap; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #999999; } .label { padding: 1px 4px 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .badge { padding: 1px 9px 2px; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; } a.label:hover, a.badge:hover { color: #ffffff; text-decoration: none; cursor: pointer; } .loadModal{ cursor: pointer; } .pull-right { float: right; } .pull-left { float: left; } .hide { display: none; } .show { display: block; } .invisible { visibility: hidden; } .scrollfix { position: fixed; top: 0px; } .hidden { display: none; visibility: hidden; }  body { background-repeat: repeat; background-position: center center; background-color: #EFEFEF; position: relative; padding-top: 100px; } .navigation-block { width: 220px; float: left; *zoom: 1; } .navigation-block:before, .navigation-block:after { display: table; content: ""; line-height: 0; } .navigation-block:after { clear: both; } .navigation-block.scrollfix { position: fixed; top: 20px; } .navigation-block.scrollfix-bottom { position: absolute; top: auto; bottom: 60px; } .content-block { width: 700px; float: right; margin-left: 20px; *zoom: 1; } .content-block:before, .content-block:after { display: table; content: ""; line-height: 0; } .content-block:after { clear: both; }  body > header { z-index: 1000; position: fixed!important; top: 0px; left: 0px; height: 60px; width: 100%; background-color: #FFF; border-bottom: 1px solid #D9DADB; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); text-align: right; } body > header > h1 { margin: 0; } body > header > h1 + p { margin: 0; font-size: 12px; text-shadow: 0 1px 0 #fff; } body > header { position: relative; } body > header .brand { position: absolute; top: 50%; left: 0px; font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; display: block; width: 130px; height: 40px; margin-top: -18px; background: url("https://ossis.industrystock.com/assets/logo.png") no-repeat center center transparent; }  body > footer { padding: 10px; color: #999; text-align: center; margin-bottom: 40px; } body > footer:before, body > footer:after { display: table; content: ""; line-height: 0; } body > footer:after { clear: both; } body > footer p { margin: 0; float: left; } body > footer p a { color: #525459; } body > footer p a:hover { color: #3a3b3e; } body > footer p + ul { margin-left: 10px; } body > footer ul { margin: 0; padding: 0; list-style: none; float: left; *zoom: 1; } body > footer ul:before, body > footer ul:after { display: table; content: ""; line-height: 0; } body > footer ul:after { clear: both; } body > footer ul li { float: left; display: block; } body > footer ul li + li { margin-left: 10px; } body > footer .btn.btn-flat { padding: 1px 8px; font-size: 12px; }  .row { margin-left: -20px; *zoom: 1; } .row:before, .row:after { display: table; content: ""; line-height: 0; } .row:after { clear: both; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 700px; }  .page-header { margin: 0 0 40px; padding-bottom: 0; border-bottom: none; } .page-header h1 { margin: 0 0 20px; line-height: normal; }  [class^="awe-"], [class*=" awe-"] { height: auto; width: auto; line-height: normal; vertical-align: middle; background-image: none; } select > option[data-booked="0"] { color: #CCC; -webkit-appearance: none; } #contentLoading { display: none; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #FFF; z-index: 100; background-position: center 100px; } .contentContainer_dashboard #contentLoading { display: block; } #wrapper { padding: 0px 200px; position: relative; } #wrapper > #nav, #wrapper > #content, #wrapper > aside {} #wrapper > #nav, #wrapper > aside { position: absolute; top: 0px; width: 200px; overflow: hidden; } #wrapper > #nav { } #wrapper > aside { } #wrapper > #nav { left: 0px; } #wrapper > aside { right: 0px; margin-bottom: 50px; } #defaultAsideColumn, #extendedAsideColumn { width: 180px; padding-right: 20px; } #extendedAsideColumn { display: none; } #extendedAsideColumn ul { margin: 0; } .aside-block { margin-bottom: 5px; } .aside-block > header { border-bottom: 1px solid #D1D1D1; overflow: hidden; margin-top: 20px; margin-bottom: 5px; cursor: pointer; } .aside-block > div > table { margin: 0; table-layout: fixed; width: 100%; margin-bottom: 10px; } .aside-block > div > table td { padding-left: 0; } .aside-block > div > table td:first-child { width: 75%; } .aside-block > div > table td:last-child { text-align: right; } .aside-filter-block { position: fixed; bottom: 40px; right: 20px; background-color: #666; width: 180px; z-index: 100; margin: 0; color: #FFF; -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); height: 30px; overflow: hidden; } .aside-filter-block.open { height: auto; } .aside-filter-block > header { display: block; text-align: center; height: 30px; line-height: 30px; cursor: pointer; text-transform: uppercase; background-color: #E85422; border-bottom: 10px solid #666; }  body.extendedAside #defaultAsideColumn { display: none; } body.extendedAside #extendedAsideColumn { display: block; }  S.moduleInfo { height: 60px; background-color: #FFF; color: #000; text-align: center; line-height: 60px; font-size: 20px; } .moduleInfo[data-type="error"] { background-color: #E85422; color: #FFF; } .defaultInfoContainer { position: fixed; bottom: 40px; left: 0; width: 300px; max-height: 200px; font-size: 10px; overflow-y: auto; background-color: #E85422; } .defaultInfoContainer > * { display: block; line-height: 20px; padding: 0 10px; } .defaultInfoContainer * { color: #FFF; } 
/* /home/industrystock/backend/public/css/module.css */
/* /home/industrystock/backend/public/css/widget.css */
.widgetWrapperCol { min-height: 300px; } #widgetWrapper > div:nth-child(1) .widgetWrapperCol { padding-right: 22.5px; } #widgetWrapper > div:nth-child(2) .widgetWrapperCol { padding-right: 11.25px; } #widgetWrapper > div:nth-child(3) .widgetWrapperCol { padding-left: 11.25px; } #contentContainer { position: relative; margin: 0 0 80px 0!important; padding: 0 2%; padding-bottom: 60px!important; } .moduleWidgetTile ul { margin: 0!important; } .moduleWidgetTile ul li.h3 { font-size: inherit!important; } .moduleWidgetTile table td {} .moduleWidgetTileWrapper { overflow: hidden; } .moduleWidgetTileWrapper { width: 100%!important; overflow: hidden; } .moduleWidgetInner { padding: 10px 15px; height: 100%; background-color: #FFF; margin-bottom: 15px; position: relative; } .moduleWidgetTile { position: relative; overflow: hidden; margin: 0!important; padding: 0!important; } .moduleWidgetTitle { text-align: left; line-height: 20px; font-size: 14px; font-weight: 600; margin-bottom: 15px; color: #00632F; } .moduleWidgetActionContainer { overflow: hidden; position: absolute; top: 0px; right: 0px; height: 30px; min-width: 50px; z-index: 10; } .moduleWidgetActionContainer > * { background-color: #EFEFEF; float: right; cursor: pointer; } .moduleWidgetActionContainer * { font-size: 14px; display: block; line-height: 30px; height: 32px; width: 30px; text-align: center; } .moduleWidgetContent { width: 100%; max-height: 300px; overflow-x: hidden; overflow-y: auto; z-index: 1; } .moduleWidgetContent, .moduleWidgetContent * { color: #000; } .moduleWidgetTileDim_height_double .moduleWidgetContent { height: 530px!important; } .moduleWidgetTileWrapper.min .moduleWidgetTitle { font-weight: normal; font-size: inherit; height: 30px; line-height: 30px; margin: 0; text-align: left; background-color: #D6D6D6; color: #333; font-weight: bold; padding: 0 10px; } .moduleWidgetTileWrapper.min .moduleWidgetInner { padding: 0; } .moduleWidgetTileWrapper.min .moduleWidgetActionContainer > div { background-color: transparent; color: #666; } .moduleWidgetTileWrapper.min .btn { margin: 0!important; } .moduleWidgetTileWrapper.min .btn-icon, .moduleWidgetTileWrapper.min .btn-icon > span:first-child { height: 30px; line-height: 30px; } 
/* /home/industrystock/backend/public/css/typo.css */
@charset "utf-8";  @font-face { font-family: 'Raleway'; font-style: normal; font-weight: 300; src: url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-300.eot');  src: local('Raleway Light'), local('Raleway-Light'), url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-300.eot') format('embedded-opentype'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-300.woff2') format('woff2'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-300.woff') format('woff'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-300.ttf') format('truetype'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-300.svg') format('svg');  }  @font-face { font-family: 'Raleway'; font-style: normal; font-weight: 400; src: url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-regular.eot');  src: local('Raleway'), local('Raleway-Regular'), url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-regular.eot') format('embedded-opentype'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-regular.woff2') format('woff2'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-regular.woff') format('woff'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-regular.ttf') format('truetype'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-regular.svg') format('svg');  }  @font-face { font-family: 'Raleway'; font-style: normal; font-weight: 600; src: url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-600.eot');  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-600.eot') format('embedded-opentype'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-600.woff2') format('woff2'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-600.woff') format('woff'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-600.ttf') format('truetype'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-600.svg') format('svg');  }  @font-face { font-family: 'Raleway'; font-style: normal; font-weight: 700; src: url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-700.eot');  src: local('Raleway Bold'), local('Raleway-Bold'), url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-700.eot') format('embedded-opentype'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-700.woff2') format('woff2'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-700.woff') format('woff'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-700.ttf') format('truetype'),  url('https://ossis.industrystock.cn/fonts/raleway-v11-latin-700.svg') format('svg');  } body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; font-weight: 400; font-size: 12px; line-height: 20px; color: #000; font-family: Arial, sans-serif; } body[data-lang="de"], body[data-lang="en"], body[data-lang="es"], body[data-lang="fr"], body[data-lang="it"], body[data-lang="cz"], body[data-lang="pt"] { font-family: "Raleway", Arial, sans-serif; } body[ata-lang="cn"] { font-family: "Microsoft JhengHei", Tahoma, Verdana, Arial, sans-serif; } body[data-lang="cn"] * { font-weight: 400!important; } input, select, select option { font-family: inherit; } .small { font-size: 12px; line-height: 15px; } .color_light { color: #EFEFEF!important; } .color_dark { color: #333333!important; } .color_gray_light { color: #D9DADB!important; } .color_gray { color: #9C9E9F!important; } .color_green_dark { color: #00632F!important; } .color_green_light { color: #D1E392!important; } .color_green { color: #97BF0D!important; } .color_orange_dark { color: #E85422!important; } .color_orange_light { color: #F8B334!important;} .color_blue_dark { color: #4D6181!important;} .bg_color_light { background: #EFEFEF!important; } .bg_color_dark { background: #333333!important; } .bg_color_gray_light { background: #D9DADB!important; } .bg_color_gray { background: #9C9E9F!important; } .bg_color_green_dark { background: #00632F!important; } .bg_color_green_light { background: #D1E392!important; } .bg_color_green { background: #97BF0D!important; } .bg_color_orange_dark { background: #E85422!important; } .bg_color_orange_light { background: #F8B334!important; } .bg_color_blue_dark { background: #4D6181!important; } .bg_color_blue_dark, .bg_color_blue_dark * { color: #FFF; } .color_1, .color_1 * { color: #00632F!important; } .color_2, .color_2 * { color: #E85422!important; } .color_3, .color_3 * { color: #CC0000!important; } .color_4, .color_4 * { color: #0000CC!important; } .color_5, .color_5 * { color: #9331A0!important; } .fw_l, .fw_l * { font-weight: 300!important; } .fw_r, .fw_r * { font-weight: 400!important; } .fw_sb, .fw_sb * { font-weight: 600!important; } .fw_b, .fw_b * { font-weight: 700!important; } b, b * { font-weight: 600!important; } .highlight, .highlight *, a .highlight, a .highlight * { color: #00632F; } a:active, a:hover, a:focus, a:active *, a:hover *, a:focus * { color: #00632F; text-decoration: none; } a.asText:visited, a.asText:visited *, a.asText:focus, a.asText:focus *, a.asText:hover, a.asText:hover *, a.asText:active, a.asText:active * { color: inherit!important; } a.ia { font-weight: 600; } h1,.h1,.f1 { font-weight: 400; font-size: 22px; line-height: 25px; color: #00632F; } h2,.h2,.f2 { font-weight: 400; font-size: 20px; line-height: 25px; color: #00632F; margin-bottom: 10px!important; } h3,.h3,.f3 { font-weight: 600; font-size: 15px; line-height: 20px; color: #97BF0D; } h4,.h4,.f4 { font-weight: 700; font-size: 15px; line-height: 20px; color: #000; } h5,.h5,.f5 { font-weight: 700; font-size: 15px; line-height: 20px; color: #00632F; } h6,.h6,.f6 { font-weight: 700; line-height: 18px; color: #00632F; } h7,.h7,.f7 { font-weight: 700; line-height: 15px; color: #000; } .f8,.f8 * { font-weight: 400; font-size: 15px; line-height: 20px; color: #000; } .f9,.f9 * { font-weight: 400; font-size: 12px; line-height: 15px; color: #000; } .f10,.f10 * { font-weight: 400; font-size: 20px; line-height: 20px; color: #D9DADB; } .f11,.f11 * { font-weight: 400; font-size: 15px; line-height: 18px; color: #D9DADB; } .f12,.f12 * { font-weight: 400; font-size: 12px; line-height: 15px; color: #D9DADB; } .f13,.f13 * { font-weight: 400; font-size: 15px; line-height: 18px; color: #A3A3A4; } .f14,.f54 * { font-weight: 400; font-size: 20px; line-height: 20px; color: #000; } .f15,.f15 * { font-weight: 400; font-size: 15px; line-height: 15px; color: #00632F; } .f16,.f16 * { font-weight: 400; font-size: 18px; line-height: 18px; color: #97BF0D; } .f17,.f17 * { font-weight: 400; font-size: 18px; line-height: 18px; color: #000; } .f18,.f18 * { font-weight: 400; font-size: 15px; line-height: 15px; color: #97BF0D; } .f19,.f19 * { font-weight: 400; font-size: 15px; line-height: 15px; color: #E85422; } .f20,.f20 * { font-weight: 400; font-size: 15px; line-height: 15px; color: #FF0000; } .f21,.f21 * { font-weight: 400; font-size: 15px; line-height: 20px; color: #FFFFFF; } .f22,.f22 * { font-weight: 300; font-size: 18px; line-height: 25px; color: #D9DADB; } .f23,.f23 * { font-weight: 300; font-size: 35px; line-height: 40px; color: #D9DADB; } .f24,.f24 * { font-weight: 300; font-size: 13px; line-height: 18px; color: #000; } .font-togle {} .font-toggle.bigger_1, .font-toggle.bigger_1 * { font-size: 17px; line-height: 20px; } .font-toggle.bigger_2, .font-toggle.bigger_2 * { font-size: 20px; line-height: 25px; } .f9.font-toggle {} .f9.font-toggle.bigger_1, .f9.font-toggle.bigger_1 * { font-size: 15px; line-height: 20px; } .f9.font-toggle.bigger_2, .f9.font-toggle.bigger_2 * { font-size: 18px; line-height: 23px; } h1,h2,h3,h4,h5,.formSubHeadline,h6,h7, .h1,.h2,.h3,.h4,.h5,.h6,.h7 { margin-bottom: 5px; } b,strong, b *, strong * { font-weight: 700; } *::-webkit-input-placeholder { color: #000; } *:-moz-placeholder { color: #000; } *::-moz-placeholder { color: #000; } *:-ms-input-placeholder { color: #000; } .keywordHighlight { color: #00632F; } .ltr, .ltr * { direction: ltr!important; } .rtl, .rtl * { direction: rtl!important; text-align: right; } [data-comment]::after { color: #00632F!important; font-style: italic; content: " (" attr(data-comment) ") "; } [align="left"] { text-align: left; } [align="right"] { text-align: right; } [align="center"] { text-align: center; } [align="justify"] { text-align: justify; } .monospace { font-family: "Courier New", Courier, monospace!important; } 
/* /home/industrystock/backend/public/css/grid.css */
 .defaultOverviewItemWrapper { display: grid; grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)); grid-gap: 1em; } .column, .columns { float: left; min-height: 1px; position: relative; } .collapsed.column, .collapsed.columns { padding: 0; } .padding-less { padding: 0!important; } .margin-less { margin: 0!important; } .default-padding, .column > .pf, .columns > .pf, .column, .columns { padding: 0 2%; } .column > .pfr, .columns > .pfr { padding-right: 2%; } .column > .pfl, .columns > .pfl { padding-left: 2%; } .column.centered, .columns.centered { float: none; margin: 0 auto; } [class*="column"] + [class*="column"]:last-child { } [class*="column"] + [class*="column"].end { float: left; } .body_ar [class*="column"] + [class*="column"]:last-child { float: left; } .body_ar [class*="column"] + [class*="column"].end { float: right; } .oc { overflow: hidden; } .one, .row .one { width: 4.33333%; } .two, .row .two { width: 12.66667%; } .three, .row .three { width: 21%; } .four, .row .four { width: 29.33333%; } .five, .row .five { width: 37.66667%; } .six, .row .six { width: 46%; } .seven, .row .seven { width: 54.33333%; } .eight, .row .eight { width: 62.66667%; } .nine, .row .nine { width: 71%; } .ten, .row .ten { width: 79.33333%; } .eleven, .row .eleven { width: 87.66667%; } .twelve, .row .twelve { width: 96%; } .one.collapsed { width: 8.333333333%; } .two.collapsed { width: 16.66666667%; } .three.collapsed { width: 25%; } .four.collapsed { width: 33.33333333%; } .five.collapsed { width: 41.66666667%; } .six.collapsed { width: 50%; } .seven.collapsed { width: 58.33333333%; } .eight.collapsed { width: 66.66666667%; } .nine.collapsed { width: 75%; } .ten.collapsed { width: 83.33333333%; } .eleven.collapsed { width: 91.66666667%; } .twelve.collapsed { width: 100%; } .flex { display: flex; flex-wrap: wrap; gap: 1rem; } .flex > * { flex: 1; &.flex_1 {flex: 1;} &.flex_2 {flex: 2;} &.flex_3 {flex: 3;} &.flex_4 {flex: 4;} &.flex_5 {flex: 5;} &.flex_6 {flex: 6;} &.flex_7 {flex: 7;} &.flex_8 {flex: 8;} &.flex_9 {flex: 9;} } .grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)); grid-gap: 1em; width: 100%!important; } .grid > * { width: 100%!important; } .grid > .btn { margin: 0!important; } .grid.collapsed { grid-gap: 0em!important; } .grid.one, .grid.width_1 { grid-template-columns: repeat(auto-fill, minmax(95%, 1fr)); } .grid.two, .grid.width_2 { grid-template-columns: repeat(auto-fill, minmax(45%, 1fr)); } .grid.three, .grid.width_3 { grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)); } .grid.four, .grid.width_4 { grid-template-columns: repeat(auto-fill, minmax(23%, 1fr)); } .grid.four, .grid.width_5 { grid-template-columns: repeat(auto-fill, minmax(18%, 1fr)); } .grid.nine, .grid.width_9 { grid-template-columns: repeat(auto-fill, minmax(11%, 1fr)); } .defaultOverviewItemWrapper { display: grid; grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)); grid-gap: 1em; } body.ie .defaultOverviewItemWrapper { overflow: hidden; } body.ie .defaultOverviewItemWrapper > * { float: left; width: 31.3333%; margin: 1%; } 
/* /home/industrystock/backend/public/css/dropdown.css */
.dropup, .dropdown { position: relative; } .dropdown-toggle { *margin-bottom: -3px; } .dropdown-toggle:active, .open .dropdown-toggle { outline: 0; } .caret { display: inline-block; width: 0; height: 0; vertical-align: top; border-top: 4px solid #000000; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; } .dropdown .caret { margin-top: 8px; margin-left: 2px; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 250px!important; padding: 5px 0; margin: 2px 0 0; list-style: none; background-color: #ffffff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); *border-right-width: 2px; *border-bottom-width: 2px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { *width: 100%; height: 1px; margin: 8px 1px; *margin: -5px 0 5px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #ffffff; } .dropdown-menu a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 18px; color: #333333; white-space: nowrap; } .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a { text-decoration: none; color: #ffffff; background-color: #40444d; background-color: #3b3f47; background-image: -moz-linear-gradient(top, #40444d, #34383f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40444d), to(#34383f)); background-image: -webkit-linear-gradient(top, #40444d, #34383f); background-image: -o-linear-gradient(top, #40444d, #34383f); background-image: linear-gradient(to bottom, #40444d, #34383f); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff40444d', endColorstr='#ff34383f', GradientType=0); } .dropdown-menu .active > a, .dropdown-menu .active > a:hover { color: #ffffff; text-decoration: none; outline: 0; background-color: #40444d; background-color: #3b3f47; background-image: -moz-linear-gradient(top, #40444d, #34383f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40444d), to(#34383f)); background-image: -webkit-linear-gradient(top, #40444d, #34383f); background-image: -o-linear-gradient(top, #40444d, #34383f); background-image: linear-gradient(to bottom, #40444d, #34383f); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff40444d', endColorstr='#ff34383f', GradientType=0); } .dropdown-menu .disabled > a, .dropdown-menu .disabled > a:hover { color: #999999; } .dropdown-menu .disabled > a:hover { text-decoration: none; background-color: transparent; cursor: default; } .open { *z-index: 1000; } .open > .dropdown-menu { display: block; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid #000000; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px 6px; border-radius: 0 6px 6px 6px; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .dropdown-submenu > a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #cccccc; margin-top: 5px; margin-right: -10px; } .dropdown-submenu:hover > a:after { border-left-color: #ffffff; } .dropdown .dropdown-menu .nav-header { padding-left: 20px; padding-right: 20px; } 
/* /home/industrystock/backend/public/css/carousel.css */
 .carousel { position: relative; margin-bottom: 18px; line-height: 1; } .carousel-inner { overflow: hidden; width: 100%; position: relative; } .carousel .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -moz-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel .item > img { display: block; line-height: 1; } .carousel .active, .carousel .next, .carousel .prev { display: block; } .carousel .active { left: 0; } .carousel .next, .carousel .prev { position: absolute; top: 0; width: 100%; } .carousel .next { left: 100%; } .carousel .prev { left: -100%; } .carousel .next.left, .carousel .prev.right { left: 0; } .carousel .active.left { left: -100%; } .carousel .active.right { left: 100%; } .carousel-control { position: absolute; top: 40%; left: 15px; width: 40px; height: 40px; margin-top: -20px; font-size: 60px; font-weight: 100; line-height: 30px; color: #ffffff; text-align: center; background: #222222; border: 3px solid #ffffff; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 23px; opacity: 0.5; filter: alpha(opacity=50); } .carousel-control.right { left: auto; right: 15px; } .carousel-control:hover { color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 15px; background: #333333; background: rgba(0, 0, 0, 0.75); } .carousel-caption h4, .carousel-caption p { color: #ffffff; line-height: 18px; } .carousel-caption h4 { margin: 0 0 5px; } .carousel-caption p { margin-bottom: 0; } 
/* /home/industrystock/backend/public/css/thumbnail.css */
 .thumbnails { margin-left: -20px; list-style: none; *zoom: 1; } .thumbnails:before, .thumbnails:after { display: table; content: ""; line-height: 0; } .thumbnails:after { clear: both; } .row-fluid .thumbnails { margin-left: 0; } .thumbnails > li { float: left; margin-bottom: 18px; margin-left: 20px; } .thumbnail { display: block; padding: 4px; line-height: 18px; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } a.thumbnail:hover { border-color: #40444d; -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); } .thumbnail > img { display: block; max-width: 100%; margin-left: auto; margin-right: auto; } .thumbnail .caption { padding: 9px; color: #555555; } 
/* /home/industrystock/backend/public/css/popover.css */
 .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; width: 236px; padding: 1px; background-color: #ffffff; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } .popover.top { margin-bottom: 10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-right: 10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .popover-content p, .popover-content ul, .popover-content ol { margin-bottom: 0; } .popover .arrow, .popover .arrow:after { position: absolute; display: inline-block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover .arrow:after { content: ""; z-index: -1; } .popover.top .arrow { bottom: -10px; left: 50%; margin-left: -10px; border-width: 10px 10px 0; border-top-color: #ffffff; } .popover.top .arrow:after { border-width: 11px 11px 0; border-top-color: rgba(0, 0, 0, 0.25); bottom: -1px; left: -11px; } .popover.right .arrow { top: 50%; left: -10px; margin-top: -10px; border-width: 10px 10px 10px 0; border-right-color: #ffffff; } .popover.right .arrow:after { border-width: 11px 11px 11px 0; border-right-color: rgba(0, 0, 0, 0.25); bottom: -11px; left: -1px; } .popover.bottom .arrow { top: -10px; left: 50%; margin-left: -10px; border-width: 0 10px 10px; border-bottom-color: #ffffff; } .popover.bottom .arrow:after { border-width: 0 11px 11px; border-bottom-color: rgba(0, 0, 0, 0.25); top: -1px; left: -11px; } .popover.left .arrow { top: 50%; right: -10px; margin-top: -10px; border-width: 10px 0 10px 10px; border-left-color: #ffffff; } .popover.left .arrow:after { border-width: 11px 0 11px 11px; border-left-color: rgba(0, 0, 0, 0.25); bottom: -11px; right: -1px; } 
/* /home/industrystock/backend/public/css/form.css */
form {} fieldset { padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 18px; font-size: 19.5px; line-height: 36px; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } legend small { font-size: 13.5px; color: #999999; } label { display: block; line-height: 25px; margin: 0; font-size: inherit; } select[readonly="1"], select[readonly="true"], select[readonly="readonly"] { pointer-events: none!important; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { display: inline-block; height: 25px; min-height: 25px; line-height: 25px; font-size: inherit; padding: 0px 5px; color: #000; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } select[readonly], select.readonly, select[disabled], select.disabled { pointer-events: none; } textarea { white-space: pre-wrap!important; line-height: inherit!important; resize: vertical; } select[multiple] { height: auto!important; } input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {} select, input[type="text"], input[type="password"], textarea { border: 1px solid #D9DADB!important; } select:focus, select:active, input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, textarea:focus, textarea:active { border: 1px solid #D9DADB!important; } select option[value=""], select option:not([value]) { font-weight: bold; } select option.inactive { color: #CCC; } textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { background-color: #FFF; border: 1px solid #D9DADB!important; } textarea { height: 100px; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: not-allowed; background-color: #EEE; } input[disabled] + .myFormAllLang, input[readonly] + .myFormAllLang { display: none!important; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] { background-color: transparent; } .control-group > label.control-label { text-align: left; color: #333; } .form-actions { margin-top: 5px; } .form-actions:before, .form-actions:after { display: table; content: ""; line-height: 0; } .form-actions:after { clear: both; } .control-group { margin-bottom: 10px; } .control-group:hover .control-label { color: #333; } legend + .control-group { margin-top: 18px; -webkit-margin-top-collapse: separate; } form textarea { width: 100%; padding: 0px 5px!important; } .help-block, .help-inline { font-size: 11px; color: #babcbe; } .help-block { display: block; margin-bottom: 3px; } .help-inline { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; padding-left: 5px; } .help-block.error { color: #b94a48!important; } .radio, .checkbox { padding: 0; line-height: 25px; } .radio input[type="radio"], .checkbox input[type="checkbox"] { display:none; } .radio input[type="radio"] + span > span, .checkbox input[type="checkbox"] + span > span { display: inline-block; width: 14px; height: 14px; margin: 0px 10px 0 0; vertical-align: middle; border: 1px solid #AAA; background-color: #EFEFEF; cursor: pointer; margin-top: -3px; } .checkbox input[type="radio"] + span > span, .radio input[type="radio"] + span > span { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } .checkbox input[type="checkbox"]:checked + span > span, .radio input[type="radio"]:checked + span > span { background-color: #97BF0D!important; } .radio.fixed input + span, .checkbox.fixed input + span { padding-left: 25px; position: relative; display: block; } .checkbox.fixed input + span > span { position: absolute; top: 7px; left: 0; } .radio input + span a, .checkbox input + span a { font-weight: 600; } .radio.hasError input + span, .radio.hasError input + span *, .checkbox.hasError input + span, .checkbox.hasError input + span * { color: #E85422; } .radio.minimal input[type="radio"] + span > span, .checkbox.minimal input[type="checkbox"] + span > span { margin: 0!important; margin-top: -3px!important; } .radio.size_20, .checkbox.size_20 { width: 20px; height: 20px; line-height: 20px; overflow: hidden; } .radio.size_20 input[type="radio"] + span > span, .checkbox.size_20 input[type="checkbox"] + span > span { width: 20px; height: 20px; } .radio.size_25, .checkbox.size_25 { width: 25px; height: 25px; line-height: 25px; overflow: hidden; } .radio.size_25 input[type="radio"] + span > span, .checkbox.size_25 input[type="checkbox"] + span > span { width: 25px; height: 25px; } .color_radio {} .color_radio input { display: none; } .color_radio > span { width: 20px; height: 20px; display: block; float: right; position: relative; } .color_radio > span > span { display: none; position: absolute; top: 0; left: 0; bottom: 0; right: 0; color: #FFF; text-align: center; line-height: 20px; text-shadow: 0 0 2px #000000; } .color_radio input:checked + span > span { display: block; } .price { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 25px!important; line-height: 25px!important; text-align: right; font-family: Arial!important; } .radio.no-input, .checkbox.no-input { padding: 0!important; display: inline-block; margin-right: 5px; } .radio.no-input input + span > span, .checkbox.no-input input + span > span { display: none!important; } .radio.no-input input + span, .checkbox.no-input input + span { color: #000; } .radio.no-input input:checked + span, .checkbox.no-input input:checked + span { color: #E85422; } .checkbox.checkbox-icon { width: 25px!important; height: 25px!important; line-height: 25px!important; display: inline-block; padding: 0; margin: 0; } .checkbox.checkbox-icon span[class^="awe-"] { display: block; color: #CCC; line-height: 25px; width: 25px; height: 25px; font-size: 13px; text-align: center!important; margin: 0; } .checkbox.checkbox-icon input:checked + span, .checkbox.checkbox-icon input:checked + span * { color: #00632F!important; } .checkbox.checkbox-icon * { border: none!important; }  input:focus::-webkit-input-placeholder { color: transparent; } input:focus:-moz-placeholder { color: transparent; }  input:focus::-moz-placeholder { color: transparent; }  input:focus:-ms-input-placeholder { color: transparent; }  input::-webkit-input-placeholder{ color: #CCC; } input:-moz-placeholder { color: #AAA; } .myForm .control-group.six.columns:not(.collapsed) { width: 48%; } .myForm .control-group.six.columns:nth-child(2n+1) { padding-left: 0; } .myForm .control-group.six.columns:nth-child(2n) { padding-right: 0; } .limitInput { overflow: hidden; position: relative; } .limitInput input { padding-right: 50px; } .limitInput .limitInfo, .limitInput .myContentEdit + span, .redactor-box .redactor-limiter-info { display: block; position: absolute; min-width: 25px; height: 25px; line-height: 25px; top: 0px; right: 0px; padding: 0px 5px; background-color: transparent; } .limitInput textarea { margin-bottom: 22px!important; } .limitInput textarea + .limitInfo { height: 23px; line-height: 23px; background-color: #E0E0E0; width: 100%; text-align: center; top: auto; bottom: 0; left: 0; right: 0; } .limitInput [disabled] + .limitInfo, .limitInput [readonly] + .limitInfo { display: none; } .limitInfo .limitSuggestAlert { color: red; } .iconInput { position: relative; padding-left: 30px; box-sizing: border-box; } .iconInput.right { padding-left: 0px; padding-right: 30px; } .iconInput > input, .iconInput > select { height: 30px; line-height: 30px; border: none!important; } .iconInput > span { position: absolute; top: 0; left: 0; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 16px; color: #666; background-color: #FFF; border: none; } .iconInput.right > span { left: auto; right: 0; } .modal-header .iconInput { padding-left: 25px; } .modal-header .iconInput > input, .modal-header .iconInput > select { height: 25px; line-height: 25px; } .modal-header .iconInput > span { width: 25px; height: 25px; line-height: 25px; } input.loading { -webkit-animation: loading-pulse 3s infinite; moz-animation: loading-pulse 3s infinite; -o-animation: loading-pulse 3s infinite; animation: loading-pulse 3s infinite; } @keyframes loading-pulse { 50% { background-color: #CCC; } } @-moz-keyframes loading-pulse{ 50% { background-color: #CCC; } } @-webkit-keyframes loading-pulse { 50% { background-color: #CCC; } } @-o-keyframes loading-pulse { 50% { background-color: #CCC; } } @-ms-keyframes loading-pulse { 50% { background-color: #CCC; } } .formBlockLabel, .formSubHeadline { height: 30px; line-height: 30px; background-color: #CCC; color: #000; text-align: center; padding: 0 10px; margin-bottom: 10px; } .formBlockLabel { background-color: transparent; font-weight: bold; border-bottom: 1px solid #CCC; } .selectWrapper { position: relative; width: 100%; height: 40px; line-height: 40px; } .selectWrapper * { width: 100%; height: 40px; line-height: 40px; } .selectWrapper:before { background-color: #CCC; color: #FFF; font-size: 20px; content: "\f078"; font-family: 'FontAwesome'; position: absolute; top: 0; right: 0; width: 40px; height: 40px; line-height: 40px; text-align: center; pointer-events: none; } 
/* /home/industrystock/backend/public/css/buttons.css */
.btn { padding: 4px 10px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none; } .btn { display: inline-block; padding: 0px 15px; margin-bottom: 0; line-height: 25px; min-height: 25px; text-align: center; cursor: pointer; vertical-align: middle; color: #FFF; background-color: #97BF0D; font-size: inherit; } .btn.inactive { cursor: default; } .btn-orange { background-color: #E85422; } .btn.full { padding-left: 1rem; padding-right: 1rem; width: 100%!important; min-width: 100%!important; float: none; box-sizing: border-box; } .btn.full + .btn.full { margin-top: 5px; } .btn.active:not(.loadModal), .btn.disabled, .btn[disabled] { color: #333333!important; background-color: #E6E6E6!important; *background-color: #D9D9D9; } .btn.active:not(.loadModal) {} .btn:not(.inactive):hover, .btn:not(.inactive):hover * { color: #333333; background-color: #E6E6E6; text-decoration: none; } .btn.disabled, .btn[disabled] { color: #333333; background-color: #E6E6E6; *background-color: #D9D9D9; cursor: default; opacity: 0.6; } .btn.active:not(.loadModal) { background-color: #cccccc \9; } .btn:first-child { *margin-left: 0; } .btn.active:not(.loadModal) { background-color: #e6e6e6; background-color: #d9d9d9 \9; background-image: none; outline: 0; } .btn-small { padding: 3px 9px; font-size: 0.9em; line-height: 16px; } .btn-small [class^="icon-"] { margin-top: 0; } .btn-mini { padding: 2px 6px; font-size: 0.8em; line-height: 15px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .btn { border-color: #c5c5c5; border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); } button.btn, input[type="submit"].btn { *padding-top: 3px; *padding-bottom: 3px; } button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner { padding: 0; border: 0; } button.btn.btn-large, input[type="submit"].btn.btn-large { *padding-top: 7px; *padding-bottom: 7px; } button.btn.btn-small, input[type="submit"].btn.btn-small { *padding-top: 3px; *padding-bottom: 3px; } button.btn.btn-mini, input[type="submit"].btn.btn-mini { *padding-top: 1px; *padding-bottom: 1px; } .btn-mini .caret, .btn-small .caret, .btn-large .caret { margin-top: 6px; } .btn-large .caret { border-left-width: 5px; border-right-width: 5px; border-top-width: 5px; } .btn-image { display: inline-block; overflow: hidden; font-size: 25px!important; position: relative; } .btn-image, .btn-image > span { text-align: center!important; width: 30px!important; height: 30px!important; line-height: 30px; } .btn-image > span { position: absolute; top: 0; left: 0; } .btn-image.btn-image-small { font-size: 25px!important; width: 25px; height: 25px; line-height: 25px; } .btn-group { position: relative; } .btn-image + .btn-image { margin-left: 5px; } .btn-hover { opacity: 0.5; cursor: pointer!important; } .btn-hover:hover, .btn-hover:focus, .btn-hover.active:not(.loadModal) { opacity: 1; } body.april-fools { transform: rotate(2deg); -moz-transform: rotate(2deg); -webkit-transform: rotate(2deg); -o-transform: rotate(2deg); -ms-transform: rotate(2deg); } .animation-pulse, .unsavedChanges > span[class^="awe-"] { -webkit-animation: pulse 2s ease-in-out infinite; -moz-animation: pulse 2s ease-in-out infinite; -o-animation: pulse 2s ease-in-out infinite; animation: pulse 2s ease-in-out infinite; } .animation-pulse-rotate { -webkit-animation: pulse-rotate 2s ease-in-out infinite; -moz-animation: pulse-rotate 2s ease-in-out infinite; -o-animation: pulse-rotate 2s ease-in-out infinite; animation: pulse-rotate 2s ease-in-out infinite; } .animation-rotate { -webkit-animation: rotate 2s ease-in-out infinite; -moz-animation: rotate 2s ease-in-out infinite; -o-animation: rotate 2s ease-in-out infinite; animation: rotate 2s ease-in-out infinite; } @keyframes pulse { 0% {transform: scaleX(1.0) scaleY(1.0) ; } 50% {transform: scaleX(0.7) scaleY(0.7) ; } 100% {transform: scaleX(1.0) scaleY(1.0) ; } } @-moz-keyframes pulse{ 0% {-moz-transform: scaleX(1.0) scaleY(1.0) ; } 50% {-moz-transform: scaleX(0.7) scaleY(0.7) ; } 100% {-moz-transform: scaleX(1.0) scaleY(1.0) ; } } @-webkit-keyframes pulse { 0% {-webkit-transform: scaleX(1.0) scaleY(1.0) ; } 50% {-webkit-transform: scaleX(0.7) scaleY(0.7) ; } 100% {-webkit-transform:scaleX(1.0) scaleY(1.0) ; } } @-o-keyframes pulse { 0% {-o-transform: scaleX(1.0) scaleY(1.0) ; } 50% {-o-transform: scaleX(0.7) scaleY(0.7) ; } 100% {-o-transform: scaleX(1.0) scaleY(1.0) ; } } @-ms-keyframes pulse { 0% {-ms-transform: scaleX(1.0) scaleY(1.0) ; } 50% {-ms-transform: scaleX(0.7) scaleY(0.7) ; } 100% {-ms-transform: scaleX(1.0) scaleY(1.0) ; } } @keyframes pulse-rotate { 0% {transform: scaleX(1.0) scaleY(1.0) ; } 50% {transform: scaleX(1.5) scaleY(1.5) rotate(180deg); } 100% {transform: scaleX(1.0) scaleY(1.0) rotate(360deg); } } @-moz-keyframes pulse-rotate { 0% {-moz-transform: scaleX(1.0) scaleY(1.0) ; } 50% {-moz-transform: scaleX(1.5) scaleY(1.5) rotate(180deg) ; } 100% {-moz-transform: scaleX(1.0) scaleY(1.0) rotate(360deg); } } @-webkit-keyframes pulse-rotate { 0% {-webkit-transform: scaleX(1.0) scaleY(1.0) ; } 50% {-webkit-transform: scaleX(1.5) scaleY(1.5) rotate(180deg) ; } 100% {-webkit-transform:scaleX(1.0) scaleY(1.0) rotate(360deg); } } @-o-keyframes pulse-rotate { 0% {-o-transform: scaleX(1.0) scaleY(1.0) ; } 50% {-o-transform: scaleX(1.5) scaleY(1.5) rotate(180deg) ; } 100% {-o-transform: scaleX(1.0) scaleY(1.0) rotate(360deg); } } @-ms-keyframes pulse-rotate { 0% {-ms-transform: scaleX(1.0) scaleY(1.0) ; } 50% {-ms-transform: scaleX(1.5) scaleY(1.5) rotate(180deg) ; } 100% {-ms-transform: scaleX(1.0) scaleY(1.0) rotate(360deg); } } @keyframes rotate { 50% {transform: rotate(180deg);} 100% {transform: rotate(360deg);}} @-moz-keyframes rotate { 50% {-moz-transform: rotate(180deg);} 100% {-moz-transform: rotate(360deg);}} @-webkit-keyframes rotate { 50% {-webkit-transform: rotate(180deg);} 100% {-webkit-transform:rotate(360deg);}} @-o-keyframes rotate { 50% {-o-transform: rotate(180deg);} 100% {-o-transform: rotate(360deg);}} @-ms-keyframes rotate { 50% {-ms-transform: rotate(180deg);} 100% {-ms-transform: rotate(360deg);}} .btn > span[class^="awe-"] {  }  .social-button { width: 35px; height: 35px; text-align: center; line-height: 35px; font-size: 20px; display: inline-block; margin: 0px 5px; margin-bottom: 5px; } .social-button.full { width: 100%!important; margin: 0!important; } .social-button.small { font-size: 15px; width: 25px; height: 25px; line-height: 25px; } .social-button.app-button { -webkit-border-radius: 5px; border-radius: 5px; width: 70px; } .social-button.shorturl-button { -webkit-border-radius: 5px; border-radius: 5px; background-color: #444; } .social-button, .social-button *, a.social-button:hover, a.social-button:hover * { color: #FFF!important; } .social-button[data-key="xing"] { background-color: #008388; } .social-button[data-key="facebook"] { background-color: #375A92; } .social-button[data-key="twitter"] { background-color: #5C8ECB; } .social-button[data-key="goldenline"] { background-color: #333; } .social-button[data-key="linkedin"] { background-color: #4573B1; } .social-button[data-key="youtube"] { background-color: #E13334; } .social-button[data-key="instagram"] { background-color: #5e0bf6; } .social-button[data-key="google"] { background-color: #C93B2D; } .social-button[data-key="skype"] { background-color: #22A7E2; } .social-button[data-key="slideshare"] { background-color: #29B1B3; } .social-button[data-key="weibo"] { background-color: #E6162D; } .social-button[data-key="qq"] { background-color: #000000; } .social-button[data-key="wechat"] { background-color: #91BF4B; } .social-button[data-key="whatsapp"] { background-color: #91BF4B; } .social-button[data-key="vk"] { background-color: #507299; } .social-button[data-key="app-1"],.social-button[data-key="apple"] { background-color: #2F2F2F; } .social-button[data-key="app-2"],.social-button[data-key="android"] { background-color: #A4C53A; } .social-button[data-key="app-3"],.social-button[data-key="windows"] { background-color: #00ADEF; } .social-button > span { font-family: 'FontAwesomeBrands'!important; } .social-button[data-key="xing"] > span::before { content: "\f168"; } .social-button[data-key="facebook"] > span::before { content: "\f09a"; } .social-button[data-key="twitter"] > span::before { content: "\f099"; } .social-button[data-key="goldenline"] > span::before { content: "\00a0"; } .social-button[data-key="linkedin"] > span::before { content: "\f0e1"; } .social-button[data-key="youtube"] > span::before { content: "\f167"; } .social-button[data-key="instagram"] > span::before { content: "\f16d"; } .social-button[data-key="google"] > span::before { content: "\f0d5"; } .social-button[data-key="skype"] > span::before { content: "\f17e"; } .social-button[data-key="slideshare"] > span::before { content: "\f1e7"; } .social-button[data-key="qq"] > span::before { content: "\f1d6"; } .social-button[data-key="weibo"] > span::before { content: "\f18a"; } .social-button[data-key="wechat"] > span::before { content: "\f1d7"; } .social-button[data-key="whatsapp"] > span::before { content: "\f232"; } .social-button[data-key="vk"] > span::before {content: "\f189";} .social-button[data-key="goldenline"] { background: url("https://ossis.industrystock.com/assets/backend/social/goldenline.svg") no-repeat center center #333; background-size: contain; } .social-button[data-key="app-1"] > span::before,.social-button[data-key="apple"] > span::before { content: "\f179"; } .social-button[data-key="app-2"] > span::before,.social-button[data-key="android"] > span::before { content: "\f17b"; } .social-button[data-key="app-3"] > span::before,.social-button[data-key="windows"] > span::before { content: "\f17a"; }  .btn-icon, .btn-prefix { position: relative; height: 30px; line-height: 30px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; box-sizing: border-box; padding-left: 40px!important; padding-right: 10px!important; text-align: left!important; } .btn-icon-40 { padding-left: 50px!important; height: 40px; line-height: 40px; } .btn-icon > span:first-child, .btn-prefix > span:first-child { position: absolute; top: 0; left: 0; bottom: 0; width: 30px; height: inherit; line-height: 30px; background-color: rgba(0,0,0,0.1)!important; text-align: center; font-size: 16px; } .btn-icon > span.awe-spin:first-child, .btn-prefix > span.awe-spin:first-child { background-color: rgba(0,0,0,0)!important; } .btn-icon-40 > span:first-child { width: 40px; line-height: 40px; font-size: 20px; } .btn-input input[type="text"] { padding: 0 5px!important; height: inherit!important; line-height: inherit!important; color: #000!important; background-color: #FFF!important; } .btn-prefix.btn-input { padding-left: 30px!important; padding-right: 0px!important; } .btn-icon, .btn-icon *, .btn-prefix, .btn-prefix * { color: #FFF!important; } .btn-icon.active, .btn-icon.active *, .btn-icon:not(.inactive):hover, .btn-icon:not(.inactive):hover *, .btn-prefix:not(.inactive):hover, .btn-prefix:not(.inactive):hover * { color: #333!important; background-color: #D6D6D6!important; } 
/* /home/industrystock/backend/public/css/tables.css */
 table { max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; } .table { width: 100%; } .table th, .table td { padding: 0px 5px; text-align: left; vertical-align: top; line-height: 1.4em; min-height: 25px; } .table th {} .table thead th { vertical-align: bottom; } .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; } .table tbody + tbody { border-top: 1px solid #D9DADB; } .table-fixed { table-layout: fixed; } .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th { background-color: #f9f9f9; } .table tbody tr.success td { background-color: #dff0d8; } .table tbody tr.error td { background-color: #f2dede; } .table tbody tr.warning td { background-color: #fcf8e3; } .table tbody tr.info td { background-color: #d9edf7; } .table tbody th { border-top: none; } .table .btn-group { float: right; margin: 0; } .table.table-striped { border-bottom: 1px dotted #dedede; } .table.table-striped tbody tr:nth-child(2n+1) td, .table.table-striped tbody tr:nth-child(2n+1) th { background-color: #f8f8f8; } .table-altrow tr { background-color: #FFF; } .table-altrow tr:nth-child(2n) { background-color: #EEE; } .table-hover { overflow: hidden; } .table-hover tr:hover { background-color: #E0E0E0; } .table-hover td { position: relative; } .table-hover td:hover { background-color: #FFF; } .table-hover td:hover::after { content: ""; position: absolute; background-color: #E0E0E0; left: 0; top: -5000px; height: 10000px; width: 100%; z-index: -1; } tr.tableSubHeadline td { padding-top: 10px; border-bottom: 1px solid #AAA!important; } .table-default { table-layout: fixed; border-collapse: separate; width: 100%; } .table-default th, .table-default td { line-height: 25px; background-color: #FFF; padding: 0 5px; vertical-align: top; } .table-default tbody td {  } .developer .table-default tbody td { border: none; } .developer .table-default tbody td:nth-child(2n) { background-color: rgba(0,0,0,0.05) } .myAlert .table-default th, .myAlert .table-default td { border: none; } .table-default td.iconCell { position: relative; padding-left: 30px!important; } .table-default td.iconCell > span:first-child { width: 25px; line-height: 25px; text-align: center; position: absolute; top: 0; left: 0; bottom: 0; font-size: 15px; background-color: #666!important; color: #FFF; } .table-default th, .table-default tfoot td { border-color: #333; background-color: #666; color: #FFF; text-align: center; } .table-default th:nth-child(2n), .table-default tfoot td:nth-child(2n) { background-color: #555; } .table-default tfoot td { background-color: #666; color: #FFF; border-color: transparent!important; } .table-default:not(.table-static) tbody tr:not(.sh):hover td, .table-default:not(.table-static) tbody tr:not(.sh):hover td * { background-color: #EFEFEF; color: #000!important; } .table-default tr.active td, .table-default tr.active td * { background-color: #D1E392!important; } .table-default tr.important td, .table-default tr.important td * { background-color: #E85422!important; color: #FFF!important; } .table-default tr + tr td { border: none; border-top: 1px solid #CCC!important; } .table-default th + th, .table-default td + td { border-left: none; } .table-default td input[type="text"] { border: none!important; } .table-default td.actions { overflow: hidden; padding: 0; text-align: right; } .table-default td.actions > * { width: 25px; height: 25px; line-height: 25px; display: inline-block; text-align: center; font-size: 14px; cursor: pointer; opacity: 0.6; } .table-default td.actions > *:hover { opacity: 1; } .table-default tr.sh td { text-align: center; background-color: #CCC!important; color: #333!important; } .table-default tr.sub td { background-color: #AAA; } table.table-default thead + tbody > tr:first-child td { border-top: 0; } 
/* /home/industrystock/backend/public/css/datablock.css */
 .data-block .row .row { margin-left: -20px; *zoom: 1; } .data-block .row .row:before, .data-block .row .row:after { display: table; content: ""; line-height: 0; } .data-block .row .row:after { clear: both; } .data-block .row [class*="span"] { float: left; min-height: 1px; margin-left: 20px; } .data-block .row .container, .data-block .row .navbar-static-top .container, .data-block .row .navbar-fixed-top .container, .data-block .row .navbar-fixed-bottom .container { width: 652px; } .data-block .row > [class*="span"]:first-child { margin-left: 0; } .data-block .data-container > *:last-child { margin-bottom: 20px; } .data-block .row, .data-block .row .row, .data-block .row-fluid { margin-left: 0; } .data-block.span1 [class*="span"], .data-block.span2 [class*="span"], .data-block.span3 [class*="span"] { width: auto; float: none; margin: 0 0 20px 0; }  .data-block { border: none!important; position: relative; margin-bottom: 20px; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15), 0 4px 0 -3px #fff, 0 4px 0 -2px #bec2c8, 0 8px 0 -5px #fff, 0 8px 0 -4px #bec2c8; -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15), 0 4px 0 -3px #fff, 0 4px 0 -2px #bec2c8, 0 8px 0 -5px #fff, 0 8px 0 -4px #bec2c8; box-shadow: 0 0 3px rgba(0,0,0,0.15), 0 4px 0 -3px #fff, 0 4px 0 -2px #bec2c8, 0 8px 0 -5px #fff, 0 8px 0 -4px #bec2c8; color: #525459; } .data-block .data-container { padding: 0; background-color: transparent; } .data-block, .data-block-minimal { border: none!important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; color: #525459; background-color: transparent!important; margin-bottom: 20px; } data-block-minimal .data-container { background-color: transparent; border: none; padding: 0px!important; } .data-block-minimal .data-container section { padding: 10px 0px; } .data-block .data-container:before, .data-block .data-container:after { display: table; content: ""; line-height: 0; } .data-block .data-container:after { clear: both; } .data-block .data-container p { line-height: 160%; } .data-block.decent { box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); } .data-block.decent .data-container { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .data-block.raw { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .data-block.raw .data-container { padding: 0; background-color: transparent; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .data-block.raw.fit { margin-top: 25px; }  .data-block header { padding-bottom: 10px; margin-bottom: 10px; *zoom: 1; } .data-block header:before, .data-block header:after { display: table; content: ""; line-height: 0; } .data-block header:after { clear: both; } .data-block header h2 { margin: 0; display: inline-block; line-height: normal; font-size: 18px; *display: inline;  *zoom: 1; }  .data-block footer { text-transform: uppercase; font-size: 10px; margin: 23px 0 20px; color: #a4a5aa; } .data-block footer.info, .data-block footer.warning { padding-left: 22px; background-position: left center; background-repeat: no-repeat; background-image: url("https://ossis.industrystock.com/assets/backend/icons/icon_footer_info.png"); } .data-block footer.warning { background-image: url("https://ossis.industrystock.com/assets/backend/icons/icon_footer_warning.png"); } .data-block footer p { font-size: 10px; line-height: normal; margin: 0; } .data-block ol.decimal { list-style-type: decimal-leading-zero; } .data-block ol, .data-block ul { margin-bottom: 20px; } ol.default, ul.default, ol.checkmark, ul.checkmark, ol.crossmark, ul.crossmark, ol.pointmark, ul.pointmark { list-style: none; margin-left: 0; } ol.default li, ul.default li, ol.checkmark li, ul.checkmark li, ol.crossmark li, ul.crossmark li, ol.pointmark li, ul.pointmark li { padding-left: 15px; background-position: left 7px; background-color: transparent; background-repeat: no-repeat; } ul.default li { background-image: url("https://ossis.industrystock.com/assets/backend/icons/icon_list_style_dot.png"); } ol.default li { } ol.checkmark li, ul.checkmark li { background-image: url("https://ossis.industrystock.com/assets/backend/icons/icon_list_style_check.png"); } ol.crossmark li, ul.crossmark li { background-image: url("https://ossis.industrystock.com/assets/backend/icons/icon_list_style_cross.png"); } ol.pointmark li, ul.pointmark li { background-image: url("https://ossis.industrystock.com/assets/backend/icons/icon_list_style_arrow.png"); background-position: left 8px; } li { line-height: 20px; } .data-block header h2 + .btn, .data-block header h2 + .btn-group, .data-block header .data-header-actions { float: right; margin: -5px 0 0; padding: 0; list-style: none; *zoom: 1; } .data-block header h2 + .btn:before, .data-block header h2 + .btn-group:before, .data-block header .data-header-actions:before, .data-block header h2 + .btn:after, .data-block header h2 + .btn-group:after, .data-block header .data-header-actions:after { display: table; content: ""; line-height: 0; } .data-block header h2 + .btn:after, .data-block header h2 + .btn-group:after, .data-block header .data-header-actions:after { clear: both; } .data-block header h2 + .btn li, .data-block header h2 + .btn-group li, .data-block header .data-header-actions li { float: left; display: block; } .data-block header h2 + .btn li + li, .data-block header h2 + .btn-group li + li, .data-block header .data-header-actions li + li { margin-left: 5px; } .data-block header h2 + .btn li .loading, .data-block header h2 + .btn-group li .loading, .data-block header .data-header-actions li .loading { display: block; } .data-block.raw header .data-header-actions { margin: 0; }  .data-block header .header-search { display: inline; float: right; background-color: transparent; border: none; margin: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .data-block header .header-search input { margin: 0; padding: 2px 10px; font-size: 12px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }  .data-block.accordion-block .accordion { margin-bottom: 0; } .data-block.accordion-block .data-container { padding: 0; } .data-block.accordion-block .accordion-group { border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .data-block.accordion-block .accordion-group + .accordion-group { border-top: 1px solid #e5e5e5; } .data-block.accordion-block .accordion-toggle { color: #525252; font-size: 16px; font-weight: bold; line-height: normal; } .data-block.accordion-block .accordion-toggle:hover { color: #40444d; text-decoration: none; }  .data-block.todo-block header { margin-bottom: 0; } .data-block.todo-block form { margin: 0; background-color: transparent; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .data-block.todo-block table { margin: 0; } .data-block.todo-block table tr:first-child td { border-top: 0; } .data-block.todo-block table tr.done { opacity: 0.4; filter: alpha(opacity=40); } .data-block.todo-block table tr.done p { text-decoration: line-through; } .data-block.todo-block table tr.done:hover { opacity: 1; filter: alpha(opacity=100); } .data-block.todo-block table tr p { margin: 0; line-height: normal; } .data-block.todo-block table tr p + span { font-size: 11px; color: #a4a5aa; } .data-block.todo-block table tr input { margin-top: 0; } 
/* /home/industrystock/backend/public/css/progress.css */
 @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-moz-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-ms-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-o-keyframes progress-bar-stripes { from { background-position: 0 0; } to { background-position: 40px 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 18px; margin-bottom: 18px; background-color: #f7f7f7; background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9)); background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .progress .bar { width: 0%; height: 100%; color: #ffffff; float: left; font-size: 12px; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0e90d2; background-image: -moz-linear-gradient(top, #149bdf, #0480be); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be)); background-image: -webkit-linear-gradient(top, #149bdf, #0480be); background-image: -o-linear-gradient(top, #149bdf, #0480be); background-image: linear-gradient(to bottom, #149bdf, #0480be); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: width 0.6s ease; -moz-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress .bar + .bar { -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); } .progress-striped .bar { background-color: #149bdf; 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: -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); -webkit-background-size: 40px 40px; -moz-background-size: 40px 40px; -o-background-size: 40px 40px; background-size: 40px 40px; } .progress.active .bar { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; -ms-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-danger .bar, .progress .bar-danger { background-color: #dd514c; background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35)); background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0); } .progress-danger.progress-striped .bar, .progress-striped .bar-danger { background-color: #ee5f5b; 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: -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); } .progress-success .bar, .progress .bar-success { background-color: #5eb95e; background-image: -moz-linear-gradient(top, #62c462, #57a957); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957)); background-image: -webkit-linear-gradient(top, #62c462, #57a957); background-image: -o-linear-gradient(top, #62c462, #57a957); background-image: linear-gradient(to bottom, #62c462, #57a957); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0); } .progress-success.progress-striped .bar, .progress-striped .bar-success { background-color: #62c462; 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: -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); } .progress-info .bar, .progress .bar-info { background-color: #4bb1cf; background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9)); background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); background-image: -o-linear-gradient(top, #5bc0de, #339bb9); background-image: linear-gradient(to bottom, #5bc0de, #339bb9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0); } .progress-info.progress-striped .bar, .progress-striped .bar-info { background-color: #5bc0de; 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: -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); } .progress-warning .bar, .progress .bar-warning { background-color: #faa732; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(to bottom, #fbb450, #f89406); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0); } .progress-warning.progress-striped .bar, .progress-striped .bar-warning { background-color: #fbb450; 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: -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); } .progress { -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) inset; box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1) inset; } .progress-inverse .bar { background-color: #484d54; background-image: -moz-linear-gradient(top, #565c64, #33363b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#565c64), to(#33363b)); background-image: -webkit-linear-gradient(top, #565c64, #33363b); background-image: -o-linear-gradient(top, #565c64, #33363b); background-image: linear-gradient(to bottom, #565c64, #33363b); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff565c64', endColorstr='#ff33363b', GradientType=0); } .progress-inverse.progress-striped .bar { background-color: #565c64; 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: -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); } 
/* /home/industrystock/backend/public/css/tabs.css */
 .nav-tabs { border: none; } .nav-tabs > li { margin-bottom: 0; } .tabs-left .tab-content { padding-left: 20px; border-left: 1px solid #dedede; } .tabs-left > .nav-tabs { border: none; margin-right: 0; } .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover { border: none; color: #40444d; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; } .tabs-left > .nav-tabs > li > a { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #525459; } .tabs-left > .nav-tabs > li > a:hover { border-color: #ffffff #dedede #ffffff #ffffff; background-color: #ffffff; color: #40444d; } .tabs-right .tab-content { padding-right: 20px; border-right: 1px solid #dedede; } .tabs-right > .nav-tabs { border: none; margin-left: 0; } .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover { border: none; color: #40444d; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; } .tabs-right > .nav-tabs > li > a { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #525459; } .tabs-right > .nav-tabs > li > a:hover { border-color: #ffffff #ffffff #ffffff #dedede; background-color: #ffffff; color: #40444d; } .tab-content { overflow: visible; } .tabbable .tab-content { overflow: auto; } 
/* /home/industrystock/backend/public/css/colorpicker.css */
 .colorpicker-saturation { width: 100px; height: 100px; background-image: url("https://ossis.industrystock.com/assets/backend/colorpicker/saturation.png"); cursor: crosshair; float: left; } .colorpicker-saturation i { display: block; height: 5px; width: 5px; border: 1px solid #000; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; position: absolute; top: 0; left: 0; margin: -4px 0 0 -4px; } .colorpicker-saturation i b { display: block; height: 5px; width: 5px; border: 1px solid #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .colorpicker-hue, .colorpicker-alpha { width: 15px; height: 100px; float: left; cursor: row-resize; margin-left: 4px; margin-bottom: 4px; } .colorpicker-hue i, .colorpicker-alpha i { display: block; height: 1px; background: #000; border-top: 1px solid #fff; position: absolute; top: 0; left: 0; width: 100%; margin-top: -1px; } .colorpicker-hue { background-image: url("https://ossis.industrystock.com/assets/backend/colorpicker/hue.png"); } .colorpicker-alpha { background-image: url("https://ossis.industrystock.com/assets/backend/colorpicker/alpha.png"); display: none; } .colorpicker { *zoom: 1; top: 0; left: 0; padding: 4px; min-width: 50px; } .colorpicker:before, .colorpicker:after { display: table; content: ""; line-height: 0; } .colorpicker:after { clear: both; } .colorpicker div { position: relative; } .colorpicker.alpha { min-width: 140px; } .colorpicker.alpha .colorpicker-alpha { display: block; } .colorpicker-color { height: 10px; margin-top: 5px; clear: both; background-image: url("https://ossis.industrystock.com/assets/backend/colorpicker/alpha.png"); background-position: 0 100%; } .colorpicker-color div { height: 10px; } .input-append.color .add-on i, .input-prepend.color .add-on i { display: block; cursor: pointer; width: 16px; height: 16px; } .colorpicker-preview { display: block; width: 23px; height: 23px; } .colorpicker.dropdown-menu { z-index: 100000; } 
/* /home/industrystock/backend/public/css/datepicker.css */
 .datepicker { z-index: 100000; top: 0; left: 0; height: 30px; line-height: 30px; } .datepicker-days, .datepicker-months, .datepicker-years { background-color: #FFF!important; } .myAlert .datepicker { height: 30px; line-height: 30px; } .datepicker:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #FFF; position: absolute; top: -6px; left: 6px; } .datepicker:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; position: absolute; top: -6px; left: 7px; } .datepicker > div { display: none; } .datepicker.days div.datepicker-days { display: block; } .datepicker.months div.datepicker-months { display: block; } .datepicker.years div.datepicker-years { display: block; } .datepicker table { width: 100%; margin: 0; } .datepicker td, .datepicker th { text-align: center; width: 25px; height: 25px; line-height: 25px; } .datepicker td.day:hover { background: #eeeeee; cursor: pointer; } .datepicker td.old, .datepicker td.new { color: #999999; } .datepicker td.active, .datepicker td.active:hover { color: #fff; background-color: #40444d; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .datepicker td span { display: block; width: 33.333%; height: 54px; line-height: 54px; float: left; cursor: pointer; text-align: center; } .datepicker td span:hover { background: #eeeeee; } .datepicker td span.active { color: #fff; background-color: #40444d; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .datepicker td span.old { color: #999999; } .datepicker th.switch { width: 145px; } .datepicker thead tr:first-child th { cursor: pointer; } .datepicker thead tr:first-child th:hover { background: #eeeeee; } .input-append.date .add-on i, .input-prepend.date .add-on i { display: block; cursor: pointer; width: 16px; height: 16px; } .datepicker + .add-on .icon-calendar { font-size: 20px; } 
/* /home/industrystock/backend/public/css/pagination.css */
.pagination { height: auto; } .pagination ul { margin-top: -5px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; *zoom: 1; } .pagination ul:before, .pagination ul:after { display: table; content: ""; line-height: 0; } .pagination ul:after { clear: both; } .pagination ul li { display: block; float: left; margin-top: 5px; margin-right: 4px; } .pagination ul li:first-child a { -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; } .pagination ul li:last-child { margin-right: 0; } .pagination ul li:last-child a { -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; } .pagination ul li a { border-width: 1px; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #40444d; color: #d9d9d9; line-height: 24px; padding: 0 10px; -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.7); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.7); } .pagination ul li.disabled > span, .pagination ul li.disabled a, .pagination ul li.disabled a:hover { border-color: #e6e6e6; background-color: #e6e6e6; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; opacity: 0.65; filter: alpha(opacity=65); } .pagination ul li a:hover, .pagination ul li.active a { color: #ffffff; background-color: #34383f; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8) inset; } .pagination ul li [class^="awe-"], .pagination ul li [class*=" awe-"], .pagination ul li [class^="icon-"], .pagination ul li [class*=" icon-"], .pagination ul li [class^="fam-"], .pagination ul li [class*=" fam-"] { float: none; border: none; padding: 0; background-color: transparent; line-height: 0; } .pager .disabled a, .pager .disabled a:hover { border-color: #e6e6e6; background-color: #e6e6e6; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; opacity: 0.65; filter: alpha(opacity=65); } .pager a { padding: 4px 14px; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); background-color: #40444d; color: #d9d9d9; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.7); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.7); } .pager a:hover { color: #ffffff; background-color: #34383f; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8) inset; } .pagination { height: 36px; margin: 18px 0; } .pagination ul { display: inline-block; *display: inline;  *zoom: 1; margin-left: 0; margin-bottom: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } .pagination ul > li { display: inline; } .pagination ul > li > a, .pagination ul > li > span { float: left; padding: 0 14px; line-height: 34px; text-decoration: none; background-color: #ffffff; border: 1px solid #dddddd; border-left-width: 0; } .pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span { background-color: #f5f5f5; } .pagination ul > .active > a, .pagination ul > .active > span { color: #999999; cursor: default; } .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover { color: #999999; background-color: transparent; cursor: default; } .pagination ul > li:first-child > a, .pagination ul > li:first-child > span { border-left-width: 1px; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .pagination ul > li:last-child > a, .pagination ul > li:last-child > span { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; } .pagination-centered { text-align: center; } .pagination-right { text-align: right; } .pager { margin: 18px 0; list-style: none; text-align: center; *zoom: 1; } .pager:before, .pager:after { display: table; content: ""; line-height: 0; } .pager:after { clear: both; } .pager li { display: inline; } .pager a, .pager span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } .pager a:hover { text-decoration: none; background-color: #f5f5f5; } .pager .next a, .pager .next span { float: right; } .pager .previous a { float: left; } .pager .disabled a, .pager .disabled a:hover, .pager .disabled span { color: #999999; background-color: #fff; cursor: default; } 
/* /home/industrystock/backend/public/css/fileupload.css */
 .btn-file { position: relative; overflow: hidden; vertical-align: middle; } .btn-file > input { position: absolute; top: 0; right: 0; margin: 0; cursor: pointer; border: solid transparent; border-width: 0 0 100px 200px; opacity: 0; filter: alpha(opacity=0); -moz-transform: translate(-300px, 0) scale(4); direction: ltr; } .fileupload { text-align: center; padding-left: 0; margin-bottom: 9px; } .fileupload .uneditable-input { display: inline-block; margin-bottom: 0; vertical-align: middle; cursor: text; } .fileupload .thumbnail { display: inline-block; margin-bottom: 5px; overflow: hidden; text-align: center; vertical-align: middle; } .fileupload .thumbnail > img { display: inline-block; max-height: 100%; vertical-align: middle; } .fileupload .btn { vertical-align: middle; } .fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists { display: none; } .fileupload-inline .fileupload-controls { display: inline; } .fileupload-new .input-append .btn-file { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .thumbnail-borderless .thumbnail { padding: 0; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .fileupload-new.thumbnail-borderless .thumbnail { border: 1px solid #ddd; } 
/* /home/industrystock/backend/public/css/loading.css */
input.loadingInput { border-color: #BCDD00!important; background: url("https://ossis.industrystock.com/assets/backend/icons/loading_dark_small.gif") no-repeat right center transparent; } .loadingOverlayContainer { display: none; position: fixed; top: 0px; left: 0px; z-index: 10000000!important; height: 100%; width: 100%; background: rgba(0,0,0,0.7); } .loadingOverlayInner { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; background: url("https://ossis.industrystock.com/assets/backend/icons/loading_000_FFF.gif") no-repeat center center transparent; } .loading-square { margin: 20px auto; width: 25px; height: 25px; position: relative; -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); clear: both; } .loading-square.small { margin: 10px auto; width: 15px; height: 15px; } .loading-square .loading_item { float: left; width: 50%; height: 50%; position: relative; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .loading-square .loading_item:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #666; -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both; animation: sk-foldCubeAngle 2.4s infinite linear both; -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; } .loading-square .loading_2 { -webkit-transform: scale(1.1) rotateZ(90deg); transform: scale(1.1) rotateZ(90deg); } .loading-square .loading_3 { -webkit-transform: scale(1.1) rotateZ(180deg); transform: scale(1.1) rotateZ(180deg); } .loading-square .loading_4 { -webkit-transform: scale(1.1) rotateZ(270deg); transform: scale(1.1) rotateZ(270deg); } .loading-square .loading_2:before { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .loading-square .loading_3:before { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; } .loading-square .loading_4:before { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; } @-webkit-keyframes sk-foldCubeAngle { 0%, 10% { -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; } 25%, 75% { -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; } 90%, 100% { -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; } } @keyframes sk-foldCubeAngle { 0%, 10% { -webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0; } 25%, 75% { -webkit-transform: perspective(140px) rotateX(0deg); transform: perspective(140px) rotateX(0deg); opacity: 1; } 90%, 100% { -webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0; } } 
/* /home/industrystock/backend/public/css/errorpage.css */
 .error-page { background-image: none; position: static; } .error-page .error-container { width: 90%; max-width: 600px; text-align: center; margin: 80px auto 0; *zoom: 1; } .error-page .error-container:before, .error-page .error-container:after { display: table; content: ""; line-height: 0; } .error-page .error-container:after { clear: both; } .error-page .error-container h1 { margin: 0; font-size: 169px; line-height: normal; color: #ffffff; text-shadow: 0 0 10px #ffffff, 0 4px 3px #ffffff, 0 9px 3px #dddddd, 0 12px 1px #cccccc, 0 14px 5px rgba(0, 0, 0, 0.2), 0 20px 10px rgba(0, 0, 0, 0.1), 0 15px 80px rgba(0, 0, 100, 0.2); -webkit-transform: rotate(6.5deg) rotatex(20deg) skewx(-4deg); -moz-transform: rotate(6.5deg) rotatex(20deg) skewx(-4deg); -o-transform: rotate(6.5deg) rotatex(20deg) skewx(-4deg); transform: rotate(6.5deg) rotatex(20deg) skewx(-4deg); } .error-page .error-container p { margin: 10px 0 20px; } .error-page .error-container p.description { margin: 10px 0; font-size: 39px; line-height: normal; color: #525252; } .no-textshadow .error-page .error-container h1 { text-shadow: none; color: #40444d; } 
/* /home/industrystock/backend/public/css/accordion.css */
.accordion { margin-bottom: 18px; } .accordion-group { margin-bottom: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .accordion-heading { border-bottom: 0; } .accordion-heading .accordion-toggle { display: block; padding: 8px 5px; } .accordion-toggle { cursor: pointer; } .accordion-inner { padding: 9px 5px; border-top: 1px solid #e5e5e5; } .data-block section .accordion .accordion-group { margin: 0; border-color: #dedede; border-width: 0 1px 1px 1px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .data-block section .accordion .accordion-group:first-child { border-width: 1px; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .data-block section .accordion .accordion-group:last-child { -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; } .data-block section .accordion .accordion-toggle { font-size: 12px; color: #525252; } .data-block section .accordion .accordion-toggle:hover { color: #40444d; text-decoration: none; } .data-block.raw .accordion-toggle { background-color: #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .data-block.raw .accordion-toggle:hover { background-color: #40444d; color: #ffffff; text-decoration: none; } .accordion .collapse { overflow: hidden; } 
/* /home/industrystock/backend/public/css/responsive.css */
 .content-block { width: 930px; } body > .container { width: 1170px; } .row { margin-left: -20px; *zoom: 1; } .row:before, .row:after { display: table; content: ""; line-height: 0; } .row:after { clear: both; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 928px; } @media (max-width: 1120px) { body { overflow-y: scroll; overflow-x: hidden; } .content-block { width: 930px; } body > .container { width: 940px; } .mainContentContainer { width: 940px!important; } .navigation-block .module { display: none; } .navigation-block .main-navigation-hover { display: block; } #companyInfoMini { display: block!important; } .mainContentContainer > .content-block { margin-left: 0!important; margin-right: 0!important; width: 100%; } .data-container { margin-left: 0!important; margin-right: 0!important; } #wrapper { padding: 0!important; padding-right: 35px!important; } #wrapper > aside { display: block; width: 35px!important; overflow: visible!important; } #wrapper > aside .aside-block { display: none; } #wrapper > aside .aside-block.responsive { display: block; } #wrapper > aside .aside-block.responsive .btn-icon:hover { margin-left: -150px; } body.extendedAside #wrapper { padding-right: 200px!important; } body.extendedAside #wrapper > aside { display: block; } #headerToggleNavBtn { display: block!important; } #headerLogoContainer { display: none; } #wrapper { padding-left: 0!important; } body #wrapper > #nav { position: fixed; top: 0px; left: -250px; height: 100%; width: 220px; z-index: 2000; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); overflow-y: scroll; overflow-x: hidden; background-color: #FFF; } body #wrapper > #nav.open { left: 0!important; } } @media only screen and (max-width: 720px) { .widgetWrapperCol { padding: 0!important; min-height: 0!important; } #widgetWrapper > div { width: 100%!important; } #quick-action-nav, #topNavCompanyInfo, nav[data-module_name="navsearch"] { display: none; } } 
/* /home/industrystock/backend/public/css/print.css */
/* /home/industrystock/backend/public/css/iconsets.css */
  @font-face { font-family: 'FontAwesome'; font-style: normal; font-weight: 400; font-display: auto; src: url("https://ossis.industrystock.cn/fonts/5.11.2/fa-solid-900.eot"); src: url("https://ossis.industrystock.cn/fonts/5.11.2/fa-solid-900.eot") format("embedded-opentype"), url("https://ossis.industrystock.cn/fonts/5.11.2/fa-solid-900.woff2") format("woff2"), url("https://ossis.industrystock.cn/fonts/5.11.2/fa-solid-900.woff") format("woff"), url("https://ossis.industrystock.cn/fonts/5.11.2/fa-solid-900.ttf") format("truetype"), url("https://ossis.industrystock.cn/fonts/5.11.2/fa-solid-900.svg") format("svg"); } @font-face { font-family: 'FontAwesomeBrands'; font-style: normal; font-weight: normal; font-display: auto; src: url("https://ossis.industrystock.cn/fonts/5.11.2/fa-brands-400.eot"); src: url("https://ossis.industrystock.cn/fonts/5.11.2/fa-brands-400.eot") format("embedded-opentype"), url("https://ossis.industrystock.cn/fonts/5.11.2/fa-brands-400.woff2") format("woff2"), url("https://ossis.industrystock.cn/fonts/5.11.2/fa-brands-400.woff") format("woff"), url("https://ossis.industrystock.cn/fonts/5.11.2/fa-brands-400.ttf") format("truetype"), url("https://ossis.industrystock.cn/fonts/5.11.2/fa-brands-400.svg") format("svg"); } @font-face { font-family: 'FontAwesomeRegular'; font-style: normal; font-weight: 400; font-display: auto; src: url("https://ossis.industrystock.cn/fonts/5.11.2/fa-regular-400.eot"); src: url("https://ossis.industrystock.cn/fonts/5.11.2/fa-regular-400.eot") format("embedded-opentype"), url("https://ossis.industrystock.cn/fonts/5.11.2/fa-regular-400.woff2") format("woff2"), url("https://ossis.industrystock.cn/fonts/5.11.2/fa-regular-400.woff") format("woff"), url("https://ossis.industrystock.cn/fonts/5.11.2/fa-regular-400.ttf") format("truetype"), url("https://ossis.industrystock.cn/fonts/5.11.2/fa-regular-400.svg") format("svg"); } .awe,.awr,.awb,[class^="awe-"],[class*=" awe-"] { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-weight: 400; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .awe,[class^="awe-"],[class*=" awe-"] { font-family: 'FontAwesome'; } .awr { font-family: 'FontAwesomeRegular'; } .awb { font-family: 'FontAwesomeBrands'; } .awe-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -.0667em; } .awe-xs { font-size: .75em; } .awe-sm { font-size: .875em; } .awe-1x { font-size: 1em; } .awe-2x { font-size: 2em; } .awe-3x { font-size: 3em; } .awe-4x { font-size: 4em; } .awe-5x { font-size: 5em; } .awe-6x { font-size: 6em; } .awe-7x { font-size: 7em; } .awe-8x { font-size: 8em; } .awe-9x { font-size: 9em; } .awe-10x { font-size: 10em; } .awe-fw { text-align: center; width: 1.25em; } .awe-ul { list-style-type: none; margin-left: 2.5em; padding-left: 0; } .awe-ul > li { position: relative; } .awe-li { left: -2em; position: absolute; text-align: center; width: 2em; line-height: inherit; } .awe-border { border: solid 0.08em #eee; border-radius: .1em; padding: .2em .25em .15em; } .awe-pull-left { float: left; } .awe-pull-right { float: right; } .awe-pull-left, .awe-pull-left, .awe-pull-left, .awe-pull-left, .awe-pull-left { margin-right: .3em; } .awe-pull-right, .awe-pull-right, .awe-pull-right, .awe-pull-right, .awe-pull-right { margin-left: .3em; } .awe-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .awe-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .awe-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); transform: rotate(90deg); } .awe-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); transform: rotate(180deg); } .awe-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); transform: rotate(270deg); } .awe-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .awe-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); transform: scale(1, -1); } .awe-flip-both, .awe-flip-horizontal.awe-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(-1, -1); transform: scale(-1, -1); } :root .awe-rotate-90, :root .awe-rotate-180, :root .awe-rotate-270, :root .awe-flip-horizontal, :root .awe-flip-vertical, :root .awe-flip-both { -webkit-filter: none; filter: none; } .awe-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; } .awe-stack-1x, .awe-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; } .awe-stack-1x { line-height: inherit; } .awe-stack-2x { font-size: 2em; } .awe-inverse { color: #fff; }  .awe-500px:before { content: "\f26e"; } .awe-accessible-icon:before { content: "\f368"; } .awe-accusoft:before { content: "\f369"; } .awe-acquisitions-incorporated:before { content: "\f6af"; } .awe-ad:before { content: "\f641"; } .awe-address-book:before { content: "\f2b9"; } .awe-address-card:before { content: "\f2bb"; } .awe-adjust:before { content: "\f042"; } .awe-adn:before { content: "\f170"; } .awe-adobe:before { content: "\f778"; } .awe-adversal:before { content: "\f36a"; } .awe-affiliatetheme:before { content: "\f36b"; } .awe-air-freshener:before { content: "\f5d0"; } .awe-airbnb:before { content: "\f834"; } .awe-algolia:before { content: "\f36c"; } .awe-align-center:before { content: "\f037"; } .awe-align-justify:before { content: "\f039"; } .awe-align-left:before { content: "\f036"; } .awe-align-right:before { content: "\f038"; } .awe-alipay:before { content: "\f642"; } .awe-allergies:before { content: "\f461"; } .awe-amazon:before { content: "\f270"; } .awe-amazon-pay:before { content: "\f42c"; } .awe-ambulance:before { content: "\f0f9"; } .awe-american-sign-language-interpreting:before { content: "\f2a3"; } .awe-amilia:before { content: "\f36d"; } .awe-anchor:before { content: "\f13d"; } .awe-android:before { content: "\f17b"; } .awe-angellist:before { content: "\f209"; } .awe-angle-double-down:before { content: "\f103"; } .awe-angle-double-left:before { content: "\f100"; } .awe-angle-double-right:before { content: "\f101"; } .awe-angle-double-up:before { content: "\f102"; } .awe-angle-down:before { content: "\f107"; } .awe-angle-left:before { content: "\f104"; } .awe-angle-right:before { content: "\f105"; } .awe-angle-up:before { content: "\f106"; } .awe-angry:before { content: "\f556"; } .awe-angrycreative:before { content: "\f36e"; } .awe-angular:before { content: "\f420"; } .awe-ankh:before { content: "\f644"; } .awe-app-store:before { content: "\f36f"; } .awe-app-store-ios:before { content: "\f370"; } .awe-apper:before { content: "\f371"; } .awe-apple:before { content: "\f179"; } .awe-apple-alt:before { content: "\f5d1"; } .awe-apple-pay:before { content: "\f415"; } .awe-archive:before { content: "\f187"; } .awe-archway:before { content: "\f557"; } .awe-arrow-alt-circle-down:before { content: "\f358"; } .awe-arrow-alt-circle-left:before { content: "\f359"; } .awe-arrow-alt-circle-right:before { content: "\f35a"; } .awe-arrow-alt-circle-up:before { content: "\f35b"; } .awe-arrow-circle-down:before, .awe-circle-arrow-down:before { content: "\f0ab"; } .awe-arrow-circle-left:before, .awe-circle-arrow-left:before { content: "\f0a8"; } .awe-arrow-circle-right:before, .awe-circle-arrow-right:before { content: "\f0a9"; } .awe-arrow-circle-up:before, .awe-circle-arrow-up:before { content: "\f0aa"; } .awe-arrow-down:before { content: "\f063"; } .awe-arrow-left:before { content: "\f060"; } .awe-arrow-right:before { content: "\f061"; } .awe-arrow-up:before { content: "\f062"; } .awe-arrows:before, .awe-arrows-alt:before { content: "\f0b2"; } .awe-arrows-alt-h:before, .awe-arrows-h:before { content: "\f337"; } .awe-arrows-alt-v:before, .awe-arrows-v:before { content: "\f338"; } .awe-artstation:before { content: "\f77a"; } .awe-assistive-listening-systems:before { content: "\f2a2"; } .awe-asterisk:before { content: "\f069"; } .awe-asymmetrik:before { content: "\f372"; } .awe-at:before { content: "\f1fa"; } .awe-atlas:before { content: "\f558"; } .awe-atlassian:before { content: "\f77b"; } .awe-atom:before { content: "\f5d2"; } .awe-audible:before { content: "\f373"; } .awe-audio-description:before { content: "\f29e"; } .awe-autoprefixer:before { content: "\f41c"; } .awe-avianex:before { content: "\f374"; } .awe-aviato:before { content: "\f421"; } .awe-award:before { content: "\f559"; } .awe-aws:before { content: "\f375"; } .awe-baby:before { content: "\f77c"; } .awe-baby-carriage:before { content: "\f77d"; } .awe-backspace:before { content: "\f55a"; } .awe-backward:before { content: "\f04a"; } .awe-bacon:before { content: "\f7e5"; } .awe-balance-scale:before { content: "\f24e"; } .awe-balance-scale-left:before { content: "\f515"; } .awe-balance-scale-right:before { content: "\f516"; } .awe-ban:before { content: "\f05e"; } .awe-band-aid:before { content: "\f462"; } .awe-bandcamp:before { content: "\f2d5"; } .awe-barcode:before { content: "\f02a"; } .awe-bars:before { content: "\f0c9"; } .awe-baseball-ball:before { content: "\f433"; } .awe-basketball-ball:before { content: "\f434"; } .awe-bath:before { content: "\f2cd"; } .awe-battery-empty:before { content: "\f244"; } .awe-battery-full:before { content: "\f240"; } .awe-battery-half:before { content: "\f242"; } .awe-battery-quarter:before { content: "\f243"; } .awe-battery-three-quarters:before { content: "\f241"; } .awe-battle-net:before { content: "\f835"; } .awe-bed:before { content: "\f236"; } .awe-beer:before { content: "\f0fc"; } .awe-behance:before { content: "\f1b4"; } .awe-behance-square:before { content: "\f1b5"; } .awe-bell:before, .awe-bell-o:before { content: "\f0f3"; } .awe-bell-slash:before { content: "\f1f6"; } .awe-bezier-curve:before { content: "\f55b"; } .awe-bible:before { content: "\f647"; } .awe-bicycle:before { content: "\f206"; } .awe-biking:before { content: "\f84a"; } .awe-bimobject:before { content: "\f378"; } .awe-binoculars:before { content: "\f1e5"; } .awe-biohazard:before { content: "\f780"; } .awe-birthday-cake:before { content: "\f1fd"; } .awe-bitbucket:before { content: "\f171"; } .awe-bitcoin:before { content: "\f379"; } .awe-bity:before { content: "\f37a"; } .awe-black-tie:before { content: "\f27e"; } .awe-blackberry:before { content: "\f37b"; } .awe-blender:before { content: "\f517"; } .awe-blender-phone:before { content: "\f6b6"; } .awe-blind:before { content: "\f29d"; } .awe-blog:before { content: "\f781"; } .awe-blogger:before { content: "\f37c"; } .awe-blogger-b:before { content: "\f37d"; } .awe-bluetooth:before { content: "\f293"; } .awe-bluetooth-b:before { content: "\f294"; } .awe-bold:before { content: "\f032"; } .awe-bolt:before { content: "\f0e7"; } .awe-bomb:before { content: "\f1e2"; } .awe-bone:before { content: "\f5d7"; } .awe-bong:before { content: "\f55c"; } .awe-book:before { content: "\f02d"; } .awe-book-dead:before { content: "\f6b7"; } .awe-book-medical:before { content: "\f7e6"; } .awe-book-open:before { content: "\f518"; } .awe-book-reader:before { content: "\f5da"; } .awe-bookmark:before { content: "\f02e"; } .awe-bootstrap:before { content: "\f836"; } .awe-border-all:before { content: "\f84c"; } .awe-border-none:before { content: "\f850"; } .awe-border-style:before { content: "\f853"; } .awe-bowling-ball:before { content: "\f436"; } .awe-box:before { content: "\f466"; } .awe-box-open:before { content: "\f49e"; } .awe-boxes:before { content: "\f468"; } .awe-braille:before { content: "\f2a1"; } .awe-brain:before { content: "\f5dc"; } .awe-bread-slice:before { content: "\f7ec"; } .awe-briefcase:before { content: "\f0b1"; } .awe-briefcase-medical:before { content: "\f469"; } .awe-broadcast-tower:before { content: "\f519"; } .awe-broom:before { content: "\f51a"; } .awe-brush:before { content: "\f55d"; } .awe-btc:before { content: "\f15a"; } .awe-buffer:before { content: "\f837"; } .awe-bug:before { content: "\f188"; } .awe-building:before { content: "\f1ad"; } .awe-bullhorn:before { content: "\f0a1"; } .awe-bullseye:before { content: "\f140"; } .awe-burn:before { content: "\f46a"; } .awe-buromobelexperte:before { content: "\f37f"; } .awe-bus:before { content: "\f207"; } .awe-bus-alt:before { content: "\f55e"; } .awe-business-time:before { content: "\f64a"; } .awe-buy-n-large:before { content: "\f8a6"; } .awe-buysellads:before { content: "\f20d"; } .awe-calculator:before { content: "\f1ec"; } .awe-calendar:before { content: "\f133"; } .awe-calendar-alt:before { content: "\f073"; } .awe-calendar-check:before, .awe-calendar-check-o:before { content: "\f274"; } .awe-calendar-day:before { content: "\f783"; } .awe-calendar-minus:before, .awe-calendar-minus-o:before { content: "\f272"; } .awe-calendar-plus:before, .awe-calendar-plus-o:before { content: "\f271"; } .awe-calendar-times:before { content: "\f273"; } .awe-calendar-week:before { content: "\f784"; } .awe-camera:before { content: "\f030"; } .awe-camera-retro:before { content: "\f083"; } .awe-campground:before { content: "\f6bb"; } .awe-canadian-maple-leaf:before { content: "\f785"; } .awe-candy-cane:before { content: "\f786"; } .awe-cannabis:before { content: "\f55f"; } .awe-capsules:before { content: "\f46b"; } .awe-car:before { content: "\f1b9"; } .awe-car-alt:before { content: "\f5de"; } .awe-car-battery:before { content: "\f5df"; } .awe-car-crash:before { content: "\f5e1"; } .awe-car-side:before { content: "\f5e4"; } .awe-caret-down:before, .awe-caret-o-down:before { content: "\f0d7"; } .awe-caret-left:before { content: "\f0d9"; } .awe-caret-right:before { content: "\f0da"; } .awe-caret-square-down:before, .awe-caret-square-o-down:before { content: "\f150"; } .awe-caret-square-left:before { content: "\f191"; } .awe-caret-square-right:before { content: "\f152"; } .awe-caret-square-up:before, .awe-caret-square-o-up:before { content: "\f151"; } .awe-caret-up:before, .awe-caret-o-up:before { content: "\f0d8"; } .awe-carrot:before { content: "\f787"; } .awe-cart-arrow-down:before { content: "\f218"; } .awe-cart-plus:before { content: "\f217"; } .awe-cash-register:before { content: "\f788"; } .awe-cat:before { content: "\f6be"; } .awe-cc-amazon-pay:before { content: "\f42d"; } .awe-cc-amex:before { content: "\f1f3"; } .awe-cc-apple-pay:before { content: "\f416"; } .awe-cc-diners-club:before { content: "\f24c"; } .awe-cc-discover:before { content: "\f1f2"; } .awe-cc-jcb:before { content: "\f24b"; } .awe-cc-mastercard:before { content: "\f1f1"; } .awe-cc-paypal:before { content: "\f1f4"; } .awe-cc-stripe:before { content: "\f1f5"; } .awe-cc-visa:before { content: "\f1f0"; } .awe-centercode:before { content: "\f380"; } .awe-centos:before { content: "\f789"; } .awe-certificate:before { content: "\f0a3"; } .awe-chair:before { content: "\f6c0"; } .awe-chalkboard:before { content: "\f51b"; } .awe-chalkboard-teacher:before { content: "\f51c"; } .awe-charging-station:before { content: "\f5e7"; } .awe-chart-area:before { content: "\f1fe"; } .awe-bar-chart:before, .awe-chart-bar:before { content: "\f080"; } .awe-line-chart:before, .awe-chart-line:before { content: "\f201"; } .awe-pie-chart:before, .awe-chart-pie:before { content: "\f200"; } .awe-ok:before, .awe-check:before { content: "\f00c"; } .awe-check-circle:before { content: "\f058"; } .awe-check-double:before { content: "\f560"; } .awe-check-square:before, .awe-check-square-o:before { content: "\f14a"; } .awe-cheese:before { content: "\f7ef"; } .awe-chess:before { content: "\f439"; } .awe-chess-bishop:before { content: "\f43a"; } .awe-chess-board:before { content: "\f43c"; } .awe-chess-king:before { content: "\f43f"; } .awe-chess-knight:before { content: "\f441"; } .awe-chess-pawn:before { content: "\f443"; } .awe-chess-queen:before { content: "\f445"; } .awe-chess-rook:before { content: "\f447"; } .awe-chevron-circle-down:before { content: "\f13a"; } .awe-chevron-circle-left:before { content: "\f137"; } .awe-chevron-circle-right:before { content: "\f138"; } .awe-chevron-circle-up:before { content: "\f139"; } .awe-chevron-down:before { content: "\f078"; } .awe-chevron-left:before { content: "\f053"; } .awe-chevron-right:before { content: "\f054"; } .awe-chevron-up:before { content: "\f077"; } .awe-child:before { content: "\f1ae"; } .awe-chrome:before { content: "\f268"; } .awe-chromecast:before { content: "\f838"; } .awe-church:before { content: "\f51d"; } .awe-circle:before { content: "\f111"; } .awe-circle-notch:before { content: "\f1ce"; } .awe-city:before { content: "\f64f"; } .awe-clinic-medical:before { content: "\f7f2"; } .awe-clipboard:before { content: "\f328"; } .awe-clipboard-check:before { content: "\f46c"; } .awe-clipboard-list:before { content: "\f46d"; } .awe-clock:before, .awe-clock-o:before { content: "\f017"; } .awe-clone:before { content: "\f24d"; } .awe-closed-captioning:before { content: "\f20a"; } .awe-cloud:before { content: "\f0c2"; } .awe-cloud-download:before, .awe-cloud-download-alt:before { content: "\f381"; } .awe-cloud-meatball:before { content: "\f73b"; } .awe-cloud-moon:before { content: "\f6c3"; } .awe-cloud-moon-rain:before { content: "\f73c"; } .awe-cloud-rain:before { content: "\f73d"; } .awe-cloud-showers-heavy:before { content: "\f740"; } .awe-cloud-sun:before { content: "\f6c4"; } .awe-cloud-sun-rain:before { content: "\f743"; } .awe-cloud-upload-alt:before { content: "\f382"; } .awe-cloudscale:before { content: "\f383"; } .awe-cloudsmith:before { content: "\f384"; } .awe-cloudversify:before { content: "\f385"; } .awe-cocktail:before { content: "\f561"; } .awe-code:before { content: "\f121"; } .awe-code-branch:before { content: "\f126"; } .awe-codepen:before { content: "\f1cb"; } .awe-codiepie:before { content: "\f284"; } .awe-coffee:before { content: "\f0f4"; } .awe-cog:before, .awe-gear:before { content: "\f013"; } .awe-cogs:before, .awe-gears:before { content: "\f085"; } .awe-coin:before, .awe-coins:before { content: "\f51e"; } .awe-columns:before { content: "\f0db"; } .awe-comment:before { content: "\f075"; } .awe-comment-alt:before { content: "\f27a"; } .awe-comment-dollar:before { content: "\f651"; } .awe-comment-dots:before, .awe-commenting:before { content: "\f4ad"; } .awe-comment-medical:before { content: "\f7f5"; } .awe-comment-slash:before { content: "\f4b3"; } .awe-comments:before, .awe-comments-o:before { content: "\f086"; } .awe-comments-dollar:before { content: "\f653"; } .awe-compact-disc:before { content: "\f51f"; } .awe-compass:before { content: "\f14e"; } .awe-compress:before { content: "\f066"; } .awe-compress-arrows-alt:before { content: "\f78c"; } .awe-concierge-bell:before { content: "\f562"; } .awe-confluence:before { content: "\f78d"; } .awe-connectdevelop:before { content: "\f20e"; } .awe-contao:before { content: "\f26d"; } .awe-cookie:before { content: "\f563"; } .awe-cookie-bite:before { content: "\f564"; } .awe-copy:before { content: "\f0c5"; } .awe-copyright:before { content: "\f1f9"; } .awe-cotton-bureau:before { content: "\f89e"; } .awe-couch:before { content: "\f4b8"; } .awe-cpanel:before { content: "\f388"; } .awe-creative-commons:before { content: "\f25e"; } .awe-creative-commons-by:before { content: "\f4e7"; } .awe-creative-commons-nc:before { content: "\f4e8"; } .awe-creative-commons-nc-eu:before { content: "\f4e9"; } .awe-creative-commons-nc-jp:before { content: "\f4ea"; } .awe-creative-commons-nd:before { content: "\f4eb"; } .awe-creative-commons-pd:before { content: "\f4ec"; } .awe-creative-commons-pd-alt:before { content: "\f4ed"; } .awe-creative-commons-remix:before { content: "\f4ee"; } .awe-creative-commons-sa:before { content: "\f4ef"; } .awe-creative-commons-sampling:before { content: "\f4f0"; } .awe-creative-commons-sampling-plus:before { content: "\f4f1"; } .awe-creative-commons-share:before { content: "\f4f2"; } .awe-creative-commons-zero:before { content: "\f4f3"; } .awe-credit-card:before { content: "\f09d"; } .awe-critical-role:before { content: "\f6c9"; } .awe-crop:before { content: "\f125"; } .awe-crop-alt:before { content: "\f565"; } .awe-cross:before { content: "\f654"; } .awe-crosshairs:before { content: "\f05b"; } .awe-crow:before { content: "\f520"; } .awe-crown:before { content: "\f521"; } .awe-crutch:before { content: "\f7f7"; } .awe-css3:before { content: "\f13c"; } .awe-css3-alt:before { content: "\f38b"; } .awe-cube:before { content: "\f1b2"; } .awe-cubes:before { content: "\f1b3"; } .awe-cut:before { content: "\f0c4"; } .awe-cuttlefish:before { content: "\f38c"; } .awe-d-and-d:before { content: "\f38d"; } .awe-d-and-d-beyond:before { content: "\f6ca"; } .awe-dashcube:before { content: "\f210"; } .awe-database:before { content: "\f1c0"; } .awe-deaf:before { content: "\f2a4"; } .awe-delicious:before { content: "\f1a5"; } .awe-democrat:before { content: "\f747"; } .awe-deploydog:before { content: "\f38e"; } .awe-deskpro:before { content: "\f38f"; } .awe-desktop:before { content: "\f108"; } .awe-dev:before { content: "\f6cc"; } .awe-deviantart:before { content: "\f1bd"; } .awe-dharmachakra:before { content: "\f655"; } .awe-dhl:before { content: "\f790"; } .awe-diagnoses:before { content: "\f470"; } .awe-diaspora:before { content: "\f791"; } .awe-dice:before { content: "\f522"; } .awe-dice-d20:before { content: "\f6cf"; } .awe-dice-d6:before { content: "\f6d1"; } .awe-dice-five:before { content: "\f523"; } .awe-dice-four:before { content: "\f524"; } .awe-dice-one:before { content: "\f525"; } .awe-dice-six:before { content: "\f526"; } .awe-dice-three:before { content: "\f527"; } .awe-dice-two:before { content: "\f528"; } .awe-digg:before { content: "\f1a6"; } .awe-digital-ocean:before { content: "\f391"; } .awe-digital-tachograph:before { content: "\f566"; } .awe-directions:before { content: "\f5eb"; } .awe-discord:before { content: "\f392"; } .awe-discourse:before { content: "\f393"; } .awe-divide:before { content: "\f529"; } .awe-dizzy:before { content: "\f567"; } .awe-dna:before { content: "\f471"; } .awe-dochub:before { content: "\f394"; } .awe-docker:before { content: "\f395"; } .awe-dog:before { content: "\f6d3"; } .awe-usd:before, .awe-dollar:before, .awe-dollar-sign:before { content: "\f155"; } .awe-dolly:before { content: "\f472"; } .awe-dolly-flatbed:before { content: "\f474"; } .awe-donate:before { content: "\f4b9"; } .awe-door-closed:before { content: "\f52a"; } .awe-door-open:before { content: "\f52b"; } .awe-dot-circle:before { content: "\f192"; } .awe-dove:before { content: "\f4ba"; } .awe-download:before, .awe-download-alt:before { content: "\f019"; } .awe-draft2digital:before { content: "\f396"; } .awe-drafting-compass:before { content: "\f568"; } .awe-dragon:before { content: "\f6d5"; } .awe-draw-polygon:before { content: "\f5ee"; } .awe-dribbble:before { content: "\f17d"; } .awe-dribbble-square:before { content: "\f397"; } .awe-dropbox:before { content: "\f16b"; } .awe-drum:before { content: "\f569"; } .awe-drum-steelpan:before { content: "\f56a"; } .awe-drumstick-bite:before { content: "\f6d7"; } .awe-drupal:before { content: "\f1a9"; } .awe-dumbbell:before { content: "\f44b"; } .awe-dumpster:before { content: "\f793"; } .awe-dumpster-fire:before { content: "\f794"; } .awe-dungeon:before { content: "\f6d9"; } .awe-dyalog:before { content: "\f399"; } .awe-earlybirds:before { content: "\f39a"; } .awe-ebay:before { content: "\f4f4"; } .awe-edge:before { content: "\f282"; } .awe-edit:before { content: "\f044"; } .awe-egg:before { content: "\f7fb"; } .awe-eject:before { content: "\f052"; } .awe-elementor:before { content: "\f430"; } .awe-ellipsis-h:before { content: "\f141"; } .awe-ellipsis-v:before { content: "\f142"; } .awe-ello:before { content: "\f5f1"; } .awe-ember:before { content: "\f423"; } .awe-empire:before { content: "\f1d1"; } .awe-envelope:before, .awe-envelope-o:before { content: "\f0e0"; } .awe-envelope-open:before { content: "\f2b6"; } .awe-envelope-open-text:before { content: "\f658"; } .awe-envelope-square:before { content: "\f199"; } .awe-envira:before { content: "\f299"; } .awe-equals:before { content: "\f52c"; } .awe-eraser:before { content: "\f12d"; } .awe-erlang:before { content: "\f39d"; } .awe-ethereum:before { content: "\f42e"; } .awe-ethernet:before { content: "\f796"; } .awe-etsy:before { content: "\f2d7"; } .awe-eur:before, .awe-euro-sign:before { content: "\f153"; } .awe-evernote:before { content: "\f839"; } .awe-exchange-alt:before { content: "\f362"; } .awe-exclamation:before { content: "\f12a"; } .awe-exclamation-circle:before { content: "\f06a"; } .warning:before, .awe-exclamation-triangle:before { content: "\f071"; } .awe-expand:before { content: "\f065"; } .awe-expand-arrows-alt:before { content: "\f31e"; } .awe-expeditedssl:before { content: "\f23e"; } .awe-external-link:before, .awe-external-link-alt:before { content: "\f35d"; } .awe-external-link-square-alt:before { content: "\f360"; } .awe-eye:before { content: "\f06e"; } .awe-eye-dropper:before { content: "\f1fb"; } .awe-eye-slash:before { content: "\f070"; } .awe-facebook:before { content: "\f09a"; } .awe-facebook-f:before { content: "\f39e"; } .awe-facebook-messenger:before { content: "\f39f"; } .awe-facebook-square:before { content: "\f082"; } .awe-fan:before { content: "\f863"; } .awe-fantasy-flight-games:before { content: "\f6dc"; } .awe-fast-backward:before { content: "\f049"; } .awe-fast-forward:before { content: "\f050"; } .awe-fax:before { content: "\f1ac"; } .awe-feather:before { content: "\f52d"; } .awe-feather-alt:before { content: "\f56b"; } .awe-fedex:before { content: "\f797"; } .awe-fedora:before { content: "\f798"; } .awe-female:before { content: "\f182"; } .awe-fighter-jet:before { content: "\f0fb"; } .awe-figma:before { content: "\f799"; } .awe-file:before, .awe-file-o:before, .awe-files:before, .awe-files-o:before, .awe-file-text:before, .awe-file-text-o:before { content: "\f15b"; } .awe-file-alt:before { content: "\f15c"; } .awe-file-archive:before { content: "\f1c6"; } .awe-file-audio:before { content: "\f1c7"; } .awe-file-code:before { content: "\f1c9"; } .awe-file-contract:before { content: "\f56c"; } .awe-file-csv:before { content: "\f6dd"; } .awe-file-download:before { content: "\f56d"; } .awe-file-excel:before { content: "\f1c3"; } .awe-file-export:before { content: "\f56e"; } .awe-file-image:before, .awe-file-picture:before, .awe-file-picture-o:before { content: "\f1c5"; } .awe-file-import:before { content: "\f56f"; } .awe-file-invoice:before { content: "\f570"; } .awe-file-invoice-dollar:before { content: "\f571"; } .awe-file-medical:before { content: "\f477"; } .awe-file-medical-alt:before { content: "\f478"; } .awe-file-pdf:before, .awe-file-pdf-o:before { content: "\f1c1"; } .awe-file-powerpoint:before { content: "\f1c4"; } .awe-file-prescription:before { content: "\f572"; } .awe-file-signature:before { content: "\f573"; } .awe-file-upload:before { content: "\f574"; } .awe-file-video:before { content: "\f1c8"; } .awe-file-word:before, .awe-file-word-o:before { content: "\f1c2"; } .awe-fill:before { content: "\f575"; } .awe-fill-drip:before { content: "\f576"; } .awe-film:before { content: "\f008"; } .awe-filter:before { content: "\f0b0"; } .awe-fingerprint:before { content: "\f577"; } .awe-fire:before { content: "\f06d"; } .awe-fire-alt:before { content: "\f7e4"; } .awe-fire-extinguisher:before { content: "\f134"; } .awe-firefox:before { content: "\f269"; } .awe-first-aid:before { content: "\f479"; } .awe-first-order:before { content: "\f2b0"; } .awe-first-order-alt:before { content: "\f50a"; } .awe-firstdraft:before { content: "\f3a1"; } .awe-fish:before { content: "\f578"; } .awe-fist-raised:before { content: "\f6de"; } .awe-flag:before { content: "\f024"; } .awe-flag-checkered:before { content: "\f11e"; } .awe-flag-usa:before { content: "\f74d"; } .awe-flask:before { content: "\f0c3"; } .awe-flickr:before { content: "\f16e"; } .awe-flipboard:before { content: "\f44d"; } .awe-flushed:before { content: "\f579"; } .awe-fly:before { content: "\f417"; } .awe-folder:before, .awe-folder-o:before { content: "\f07b"; } .awe-folder-minus:before { content: "\f65d"; } .awe-folder-open:before, .awe-folder-open-o:before { content: "\f07c"; } .awe-folder-plus:before { content: "\f65e"; } .awe-font:before { content: "\f031"; } .awe-font-awesome:before { content: "\f2b4"; } .awe-font-awesome-alt:before { content: "\f35c"; } .awe-font-awesome-flag:before { content: "\f425"; } .awe-font-awesome-logo-full:before { content: "\f4e6"; } .awe-fonticons:before { content: "\f280"; } .awe-fonticons-fi:before { content: "\f3a2"; } .awe-football-ball:before { content: "\f44e"; } .awe-fort-awesome:before { content: "\f286"; } .awe-fort-awesome-alt:before { content: "\f3a3"; } .awe-forumbee:before { content: "\f211"; } .awe-forward:before { content: "\f04e"; } .awe-foursquare:before { content: "\f180"; } .awe-free-code-camp:before { content: "\f2c5"; } .awe-freebsd:before { content: "\f3a4"; } .awe-frog:before { content: "\f52e"; } .awe-frown:before { content: "\f119"; } .awe-frown-open:before { content: "\f57a"; } .awe-fulcrum:before { content: "\f50b"; } .awe-funnel-dollar:before { content: "\f662"; } .awe-futbol:before { content: "\f1e3"; } .awe-galactic-republic:before { content: "\f50c"; } .awe-galactic-senate:before { content: "\f50d"; } .awe-gamepad:before { content: "\f11b"; } .awe-gas-pump:before { content: "\f52f"; } .awe-gavel:before, .awe-legal:before { content: "\f0e3"; } .awe-gem:before { content: "\f3a5"; } .awe-genderless:before { content: "\f22d"; } .awe-get-pocket:before { content: "\f265"; } .awe-gg:before { content: "\f260"; } .awe-gg-circle:before { content: "\f261"; } .awe-ghost:before { content: "\f6e2"; } .awe-gift:before { content: "\f06b"; } .awe-gifts:before { content: "\f79c"; } .awe-git:before { content: "\f1d3"; } .awe-git-alt:before { content: "\f841"; } .awe-git-square:before { content: "\f1d2"; } .awe-github:before { content: "\f09b"; } .awe-github-alt:before { content: "\f113"; } .awe-github-square:before { content: "\f092"; } .awe-gitkraken:before { content: "\f3a6"; } .awe-gitlab:before { content: "\f296"; } .awe-gitter:before { content: "\f426"; } .awe-glass-cheers:before { content: "\f79f"; } .awe-glass-martini:before { content: "\f000"; } .awe-glass-martini-alt:before { content: "\f57b"; } .awe-glass-whiskey:before { content: "\f7a0"; } .awe-glasses:before { content: "\f530"; } .awe-glide:before { content: "\f2a5"; } .awe-glide-g:before { content: "\f2a6"; } .awe-globe:before { content: "\f0ac"; } .awe-globe-africa:before { content: "\f57c"; } .awe-globe-americas:before { content: "\f57d"; } .awe-globe-asia:before { content: "\f57e"; } .awe-globe-europe:before { content: "\f7a2"; } .awe-gofore:before { content: "\f3a7"; } .awe-golf-ball:before { content: "\f450"; } .awe-goodreads:before { content: "\f3a8"; } .awe-goodreads-g:before { content: "\f3a9"; } .awe-google:before { content: "\f1a0"; } .awe-google-drive:before { content: "\f3aa"; } .awe-google-play:before { content: "\f3ab"; } .awe-google-plus:before { content: "\f2b3"; } .awe-google-plus-g:before { content: "\f0d5"; } .awe-google-plus-square:before { content: "\f0d4"; } .awe-google-wallet:before { content: "\f1ee"; } .awe-gopuram:before { content: "\f664"; } .awe-graduation-cap:before { content: "\f19d"; } .awe-gratipay:before { content: "\f184"; } .awe-grav:before { content: "\f2d6"; } .awe-greater-than:before { content: "\f531"; } .awe-greater-than-equal:before { content: "\f532"; } .awe-grimace:before { content: "\f57f"; } .awe-grin:before { content: "\f580"; } .awe-grin-alt:before { content: "\f581"; } .awe-grin-beam:before { content: "\f582"; } .awe-grin-beam-sweat:before { content: "\f583"; } .awe-grin-hearts:before { content: "\f584"; } .awe-grin-squint:before { content: "\f585"; } .awe-grin-squint-tears:before { content: "\f586"; } .awe-grin-stars:before { content: "\f587"; } .awe-grin-tears:before { content: "\f588"; } .awe-grin-tongue:before { content: "\f589"; } .awe-grin-tongue-squint:before { content: "\f58a"; } .awe-grin-tongue-wink:before { content: "\f58b"; } .awe-grin-wink:before { content: "\f58c"; } .awe-grip-horizontal:before { content: "\f58d"; } .awe-grip-lines:before { content: "\f7a4"; } .awe-grip-lines-vertical:before { content: "\f7a5"; } .awe-grip-vertical:before { content: "\f58e"; } .awe-gripfire:before { content: "\f3ac"; } .awe-grunt:before { content: "\f3ad"; } .awe-guitar:before { content: "\f7a6"; } .awe-gulp:before { content: "\f3ae"; } .awe-h-square:before { content: "\f0fd"; } .awe-hacker-news:before { content: "\f1d4"; } .awe-hacker-news-square:before { content: "\f3af"; } .awe-hackerrank:before { content: "\f5f7"; } .awe-hamburger:before { content: "\f805"; } .awe-hammer:before { content: "\f6e3"; } .awe-hamsa:before { content: "\f665"; } .awe-hand-holding:before { content: "\f4bd"; } .awe-hand-holding-heart:before { content: "\f4be"; } .awe-hand-holding-usd:before { content: "\f4c0"; } .awe-hand-lizard:before { content: "\f258"; } .awe-hand-middle-finger:before { content: "\f806"; } .awe-hand-paper:before { content: "\f256"; } .awe-hand-peace:before { content: "\f25b"; } .awe-hand-o-down:before, .awe-hand-point-down:before { content: "\f0a7"; } .awe-hand-o-left:before, .awe-hand-point-left:before { content: "\f0a5"; } .awe-hand-o-right:before, .awe-hand-point-right:before { content: "\f0a4"; } .awe-hand-o-up:before, .awe-hand-point-up:before { content: "\f0a6"; } .awe-hand-pointer:before, .awe-hand-pointer-o:before { content: "\f25a"; } .awe-hand-rock:before { content: "\f255"; } .awe-hand-scissors:before { content: "\f257"; } .awe-hand-spock:before, .awe-hand-spock-o:before { content: "\f259"; } .awe-hands:before { content: "\f4c2"; } .awe-hands-helping:before { content: "\f4c4"; } .awe-handshake:before { content: "\f2b5"; } .awe-hanukiah:before { content: "\f6e6"; } .awe-hard-hat:before { content: "\f807"; } .awe-hashtag:before { content: "\f292"; } .awe-hat-cowboy:before { content: "\f8c0"; } .awe-hat-cowboy-side:before { content: "\f8c1"; } .awe-hat-wizard:before { content: "\f6e8"; } .awe-haykal:before { content: "\f666"; } .awe-hdd:before { content: "\f0a0"; } .awe-heading:before { content: "\f1dc"; } .awe-headphones:before { content: "\f025"; } .awe-headphones-alt:before { content: "\f58f"; } .awe-headset:before { content: "\f590"; } .awe-heart:before, .awe-heart-o:before { content: "\f004"; } .awe-heart-broken:before { content: "\f7a9"; } .awe-heartbeat:before { content: "\f21e"; } .awe-helicopter:before { content: "\f533"; } .awe-highlighter:before { content: "\f591"; } .awe-hiking:before { content: "\f6ec"; } .awe-hippo:before { content: "\f6ed"; } .awe-hips:before { content: "\f452"; } .awe-hire-a-helper:before { content: "\f3b0"; } .awe-history:before { content: "\f1da"; } .awe-hockey-puck:before { content: "\f453"; } .awe-holly-berry:before { content: "\f7aa"; } .awe-home:before { content: "\f015"; } .awe-hooli:before { content: "\f427"; } .awe-hornbill:before { content: "\f592"; } .awe-horse:before { content: "\f6f0"; } .awe-horse-head:before { content: "\f7ab"; } .awe-hospital:before { content: "\f0f8"; } .awe-hospital-alt:before { content: "\f47d"; } .awe-hospital-symbol:before { content: "\f47e"; } .awe-hot-tub:before { content: "\f593"; } .awe-hotdog:before { content: "\f80f"; } .awe-hotel:before { content: "\f594"; } .awe-hotjar:before { content: "\f3b1"; } .awe-hourglass:before { content: "\f254"; } .awe-hourglass-end:before { content: "\f253"; } .awe-hourglass-half:before { content: "\f252"; } .awe-hourglass-start:before { content: "\f251"; } .awe-house-damage:before { content: "\f6f1"; } .awe-houzz:before { content: "\f27c"; } .awe-hryvnia:before { content: "\f6f2"; } .awe-html5:before { content: "\f13b"; } .awe-hubspot:before { content: "\f3b2"; } .awe-i-cursor:before { content: "\f246"; } .awe-ice-cream:before { content: "\f810"; } .awe-icicles:before { content: "\f7ad"; } .awe-icon:before, .awe-icons:before { content: "\f86d"; } .awe-id-badge:before { content: "\f2c1"; } .awe-id-card:before { content: "\f2c2"; } .awe-id-card-alt:before { content: "\f47f"; } .awe-igloo:before { content: "\f7ae"; } .awe-image:before, .awe-picture:before, .awe-picture-o:before { content: "\f03e"; } .awe-images:before { content: "\f302"; } .awe-imdb:before { content: "\f2d8"; } .awe-inbox:before { content: "\f01c"; } .awe-indent:before { content: "\f03c"; } .awe-industry:before { content: "\f275"; } .awe-infinity:before { content: "\f534"; } .awe-info:before { content: "\f129"; } .awe-info-circle:before { content: "\f05a"; } .awe-instagram:before { content: "\f16d"; } .awe-intercom:before { content: "\f7af"; } .awe-internet-explorer:before { content: "\f26b"; } .awe-invision:before { content: "\f7b0"; } .awe-ioxhost:before { content: "\f208"; } .awe-italic:before { content: "\f033"; } .awe-itch-io:before { content: "\f83a"; } .awe-itunes:before { content: "\f3b4"; } .awe-itunes-note:before { content: "\f3b5"; } .awe-java:before { content: "\f4e4"; } .awe-jedi:before { content: "\f669"; } .awe-jedi-order:before { content: "\f50e"; } .awe-jenkins:before { content: "\f3b6"; } .awe-jira:before { content: "\f7b1"; } .awe-joget:before { content: "\f3b7"; } .awe-joint:before { content: "\f595"; } .awe-joomla:before { content: "\f1aa"; } .awe-journal-whills:before { content: "\f66a"; } .awe-js:before { content: "\f3b8"; } .awe-js-square:before { content: "\f3b9"; } .awe-jsfiddle:before { content: "\f1cc"; } .awe-kaaba:before { content: "\f66b"; } .awe-kaggle:before { content: "\f5fa"; } .awe-key:before { content: "\f084"; } .awe-keybase:before { content: "\f4f5"; } .awe-keyboard:before { content: "\f11c"; } .awe-keycdn:before { content: "\f3ba"; } .awe-khanda:before { content: "\f66d"; } .awe-kickstarter:before { content: "\f3bb"; } .awe-kickstarter-k:before { content: "\f3bc"; } .awe-kiss:before { content: "\f596"; } .awe-kiss-beam:before { content: "\f597"; } .awe-kiss-wink-heart:before { content: "\f598"; } .awe-kiwi-bird:before { content: "\f535"; } .awe-korvue:before { content: "\f42f"; } .awe-landmark:before { content: "\f66f"; } .awe-language:before { content: "\f1ab"; } .awe-laptop:before { content: "\f109"; } .awe-laptop-code:before { content: "\f5fc"; } .awe-laptop-medical:before { content: "\f812"; } .awe-laravel:before { content: "\f3bd"; } .awe-lastfm:before { content: "\f202"; } .awe-lastfm-square:before { content: "\f203"; } .awe-laugh:before { content: "\f599"; } .awe-laugh-beam:before { content: "\f59a"; } .awe-laugh-squint:before { content: "\f59b"; } .awe-laugh-wink:before { content: "\f59c"; } .awe-layer-group:before { content: "\f5fd"; } .awe-leaf:before { content: "\f06c"; } .awe-leanpub:before { content: "\f212"; } .awe-lemon:before { content: "\f094"; } .awe-less:before { content: "\f41d"; } .awe-less-than:before { content: "\f536"; } .awe-less-than-equal:before { content: "\f537"; } .awe-level-down:before, .awe-level-down-alt:before { content: "\f3be"; } .awe-level-up-alt:before { content: "\f3bf"; } .awe-life-ring:before { content: "\f1cd"; } .awe-lightbulb:before, .awe-lightbulb-o:before { content: "\f0eb"; } .awe-line:before { content: "\f3c0"; } .awe-link:before { content: "\f0c1"; } .awe-linkedin:before { content: "\f08c"; } .awe-linkedin-in:before { content: "\f0e1"; } .awe-linode:before { content: "\f2b8"; } .awe-linux:before { content: "\f17c"; } .awe-lira-sign:before { content: "\f195"; } .awe-list:before { content: "\f03a"; } .awe-list-alt:before { content: "\f022"; } .awe-list-ol:before { content: "\f0cb"; } .awe-list-ul:before { content: "\f0ca"; } .awe-location-arrow:before { content: "\f124"; } .awe-lock:before { content: "\f023"; } .awe-lock-open:before { content: "\f3c1"; } .awe-long-arrow-alt-down:before { content: "\f309"; } .awe-long-arrow-alt-left:before { content: "\f30a"; } .awe-long-arrow-alt-right:before { content: "\f30b"; } .awe-long-arrow-alt-up:before { content: "\f30c"; } .awe-low-vision:before { content: "\f2a8"; } .awe-luggage-cart:before { content: "\f59d"; } .awe-lyft:before { content: "\f3c3"; } .awe-magento:before { content: "\f3c4"; } .awe-magic:before { content: "\f0d0"; } .awe-magnet:before { content: "\f076"; } .awe-mail-bulk:before { content: "\f674"; } .awe-mailchimp:before { content: "\f59e"; } .awe-male:before { content: "\f183"; } .awe-mandalorian:before { content: "\f50f"; } .awe-map:before { content: "\f279"; } .awe-map-marked:before { content: "\f59f"; } .awe-map-marked-alt:before { content: "\f5a0"; } .awe-map-marker:before { content: "\f041"; } .awe-map-marker-alt:before { content: "\f3c5"; } .awe-map-pin:before { content: "\f276"; } .awe-map-signs:before { content: "\f277"; } .awe-markdown:before { content: "\f60f"; } .awe-marker:before { content: "\f5a1"; } .awe-mars:before { content: "\f222"; } .awe-mars-double:before { content: "\f227"; } .awe-mars-stroke:before { content: "\f229"; } .awe-mars-stroke-h:before { content: "\f22b"; } .awe-mars-stroke-v:before { content: "\f22a"; } .awe-mask:before { content: "\f6fa"; } .awe-mastodon:before { content: "\f4f6"; } .awe-maxcdn:before { content: "\f136"; } .awe-mdb:before { content: "\f8ca"; } .awe-medal:before { content: "\f5a2"; } .awe-medapps:before { content: "\f3c6"; } .awe-medium:before { content: "\f23a"; } .awe-medium-m:before { content: "\f3c7"; } .awe-medkit:before { content: "\f0fa"; } .awe-medrt:before { content: "\f3c8"; } .awe-meetup:before { content: "\f2e0"; } .awe-megaport:before { content: "\f5a3"; } .awe-meh:before { content: "\f11a"; } .awe-meh-blank:before { content: "\f5a4"; } .awe-meh-rolling-eyes:before { content: "\f5a5"; } .awe-memory:before { content: "\f538"; } .awe-mendeley:before { content: "\f7b3"; } .awe-menorah:before { content: "\f676"; } .awe-mercury:before { content: "\f223"; } .awe-meteor:before { content: "\f753"; } .awe-microchip:before { content: "\f2db"; } .awe-microphone:before { content: "\f130"; } .awe-microphone-alt:before { content: "\f3c9"; } .awe-microphone-alt-slash:before { content: "\f539"; } .awe-microphone-slash:before { content: "\f131"; } .awe-microscope:before { content: "\f610"; } .awe-microsoft:before { content: "\f3ca"; } .awe-minus:before { content: "\f068"; } .awe-minus-circle:before { content: "\f056"; } .awe-minus-square:before { content: "\f146"; } .awe-mitten:before { content: "\f7b5"; } .awe-mix:before { content: "\f3cb"; } .awe-mixcloud:before { content: "\f289"; } .awe-mizuni:before { content: "\f3cc"; } .awe-mobile:before { content: "\f10b"; } .awe-mobile-alt:before { content: "\f3cd"; } .awe-modx:before { content: "\f285"; } .awe-monero:before { content: "\f3d0"; } .awe-money:before, .awe-money-bill:before { content: "\f0d6"; } .awe-money-bill-alt:before { content: "\f3d1"; } .awe-money-bill-wave:before { content: "\f53a"; } .awe-money-bill-wave-alt:before { content: "\f53b"; } .awe-money-check:before { content: "\f53c"; } .awe-money-check-alt:before { content: "\f53d"; } .awe-monument:before { content: "\f5a6"; } .awe-moon:before { content: "\f186"; } .awe-mortar-pestle:before { content: "\f5a7"; } .awe-mosque:before { content: "\f678"; } .awe-motorcycle:before { content: "\f21c"; } .awe-mountain:before { content: "\f6fc"; } .awe-mouse:before { content: "\f8cc"; } .awe-mouse-pointer:before { content: "\f245"; } .awe-mug-hot:before { content: "\f7b6"; } .awe-music:before { content: "\f001"; } .awe-napster:before { content: "\f3d2"; } .awe-neos:before { content: "\f612"; } .awe-network-wired:before { content: "\f6ff"; } .awe-neuter:before { content: "\f22c"; } .awe-newspaper:before, .awe-newspaper-o:before { content: "\f1ea"; } .awe-nimblr:before { content: "\f5a8"; } .awe-node:before { content: "\f419"; } .awe-node-js:before { content: "\f3d3"; } .awe-not-equal:before { content: "\f53e"; } .awe-notes-medical:before { content: "\f481"; } .awe-npm:before { content: "\f3d4"; } .awe-ns8:before { content: "\f3d5"; } .awe-nutritionix:before { content: "\f3d6"; } .awe-object-group:before { content: "\f247"; } .awe-object-ungroup:before { content: "\f248"; } .awe-odnoklassniki:before { content: "\f263"; } .awe-odnoklassniki-square:before { content: "\f264"; } .awe-oil-can:before { content: "\f613"; } .awe-old-republic:before { content: "\f510"; } .awe-om:before { content: "\f679"; } .awe-opencart:before { content: "\f23d"; } .awe-openid:before { content: "\f19b"; } .awe-opera:before { content: "\f26a"; } .awe-optin-monster:before { content: "\f23c"; } .awe-orcid:before { content: "\f8d2"; } .awe-osi:before { content: "\f41a"; } .awe-otter:before { content: "\f700"; } .awe-outdent:before { content: "\f03b"; } .awe-page4:before { content: "\f3d7"; } .awe-pagelines:before { content: "\f18c"; } .awe-pager:before { content: "\f815"; } .awe-paint-brush:before { content: "\f1fc"; } .awe-paint-roller:before { content: "\f5aa"; } .awe-palette:before { content: "\f53f"; } .awe-palfed:before { content: "\f3d8"; } .awe-pallet:before { content: "\f482"; } .awe-paper-plane:before, .awe-paper-plane-o:before, .awe-send:before, .awe-send-o:before { content: "\f1d8"; } .awe-paperclip:before { content: "\f0c6"; } .awe-parachute-box:before { content: "\f4cd"; } .awe-paragraph:before { content: "\f1dd"; } .awe-parking:before { content: "\f540"; } .awe-passport:before { content: "\f5ab"; } .awe-pastafarianism:before { content: "\f67b"; } .awe-paste:before { content: "\f0ea"; } .awe-patreon:before { content: "\f3d9"; } .awe-pause:before { content: "\f04c"; } .awe-pause-circle:before { content: "\f28b"; } .awe-paw:before { content: "\f1b0"; } .awe-paypal:before { content: "\f1ed"; } .awe-peace:before { content: "\f67c"; } .awe-pen:before { content: "\f304"; } .awe-pen-alt:before { content: "\f305"; } .awe-pen-fancy:before { content: "\f5ac"; } .awe-pen-nib:before { content: "\f5ad"; } .awe-pen-square:before, .awe-pencil-square:before { content: "\f14b"; } .awe-pencil:before, .awe-penci-o:before, .awe-pencil-alt:before { content: "\f303"; } .awe-pencil-ruler:before { content: "\f5ae"; } .awe-penny-arcade:before { content: "\f704"; } .awe-people-carry:before { content: "\f4ce"; } .awe-pepper-hot:before { content: "\f816"; } .awe-percent:before { content: "\f295"; } .awe-percentage:before { content: "\f541"; } .awe-periscope:before { content: "\f3da"; } .awe-person-booth:before { content: "\f756"; } .awe-phabricator:before { content: "\f3db"; } .awe-phoenix-framework:before { content: "\f3dc"; } .awe-phoenix-squadron:before { content: "\f511"; } .awe-phone:before { content: "\f095"; } .awe-phone-alt:before { content: "\f879"; } .awe-phone-slash:before { content: "\f3dd"; } .awe-phone-square:before { content: "\f098"; } .awe-phone-square-alt:before { content: "\f87b"; } .awe-phone-volume:before { content: "\f2a0"; } .awe-photo-video:before { content: "\f87c"; } .awe-php:before { content: "\f457"; } .awe-pied-piper:before { content: "\f2ae"; } .awe-pied-piper-alt:before { content: "\f1a8"; } .awe-pied-piper-hat:before { content: "\f4e5"; } .awe-pied-piper-pp:before { content: "\f1a7"; } .awe-piggy-bank:before { content: "\f4d3"; } .awe-pills:before { content: "\f484"; } .awe-pinterest:before { content: "\f0d2"; } .awe-pinterest-p:before { content: "\f231"; } .awe-pinterest-square:before { content: "\f0d3"; } .awe-pizza-slice:before { content: "\f818"; } .awe-place-of-worship:before { content: "\f67f"; } .awe-plane:before { content: "\f072"; } .awe-plane-arrival:before { content: "\f5af"; } .awe-plane-departure:before { content: "\f5b0"; } .awe-play:before { content: "\f04b"; } .awe-play-circle:before { content: "\f144"; } .awe-playstation:before { content: "\f3df"; } .awe-plug:before { content: "\f1e6"; } .awe-plus:before { content: "\f067"; } .awe-plus-circle:before { content: "\f055"; } .awe-plus-square:before, .awe-plus-square-o:before { content: "\f0fe"; } .awe-podcast:before { content: "\f2ce"; } .awe-poll:before { content: "\f681"; } .awe-poll-h:before { content: "\f682"; } .awe-poo:before { content: "\f2fe"; } .awe-poo-storm:before { content: "\f75a"; } .awe-poop:before { content: "\f619"; } .awe-portrait:before { content: "\f3e0"; } .awe-pound-sign:before { content: "\f154"; } .awe-power-off:before { content: "\f011"; } .awe-pray:before { content: "\f683"; } .awe-praying-hands:before { content: "\f684"; } .awe-prescription:before { content: "\f5b1"; } .awe-prescription-bottle:before { content: "\f485"; } .awe-prescription-bottle-alt:before { content: "\f486"; } .awe-print:before { content: "\f02f"; } .awe-procedures:before { content: "\f487"; } .awe-product-hunt:before { content: "\f288"; } .awe-project-diagram:before { content: "\f542"; } .awe-pushed:before { content: "\f3e1"; } .awe-puzzle-piece:before { content: "\f12e"; } .awe-python:before { content: "\f3e2"; } .awe-qq:before { content: "\f1d6"; } .awe-qrcode:before { content: "\f029"; } .awe-question:before { content: "\f128"; } .awe-question-circle:before { content: "\f059"; } .awe-quidditch:before { content: "\f458"; } .awe-quinscape:before { content: "\f459"; } .awe-quora:before { content: "\f2c4"; } .awe-quote-left:before { content: "\f10d"; } .awe-quote-right:before { content: "\f10e"; } .awe-quran:before { content: "\f687"; } .awe-r-project:before { content: "\f4f7"; } .awe-radiation:before { content: "\f7b9"; } .awe-radiation-alt:before { content: "\f7ba"; } .awe-rainbow:before { content: "\f75b"; } .awe-random:before { content: "\f074"; } .awe-raspberry-pi:before { content: "\f7bb"; } .awe-ravelry:before { content: "\f2d9"; } .awe-react:before { content: "\f41b"; } .awe-reacteurope:before { content: "\f75d"; } .awe-readme:before { content: "\f4d5"; } .awe-rebel:before { content: "\f1d0"; } .awe-receipt:before { content: "\f543"; } .awe-record-vinyl:before { content: "\f8d9"; } .awe-recycle:before { content: "\f1b8"; } .awe-red-river:before { content: "\f3e3"; } .awe-reddit:before { content: "\f1a1"; } .awe-reddit-alien:before { content: "\f281"; } .awe-reddit-square:before { content: "\f1a2"; } .awe-redhat:before { content: "\f7bc"; } .awe-redo:before { content: "\f01e"; } .awe-redo-alt:before { content: "\f2f9"; } .awe-registered:before { content: "\f25d"; } .awe-remove-format:before { content: "\f87d"; } .awe-renren:before { content: "\f18b"; } .awe-reply:before, .awe-mail-reply:before { content: "\f3e5"; } .awe-reply-all:before, .awe-mail-reply-all:before { content: "\f122"; } .awe-replyd:before { content: "\f3e6"; } .awe-republican:before { content: "\f75e"; } .awe-researchgate:before { content: "\f4f8"; } .awe-resolving:before { content: "\f3e7"; } .awe-restroom:before { content: "\f7bd"; } .awe-retweet:before { content: "\f079"; } .awe-rev:before { content: "\f5b2"; } .awe-ribbon:before { content: "\f4d6"; } .awe-ring:before { content: "\f70b"; } .awe-road:before { content: "\f018"; } .awe-robot:before { content: "\f544"; } .awe-rocket:before { content: "\f135"; } .awe-rocketchat:before { content: "\f3e8"; } .awe-rockrms:before { content: "\f3e9"; } .awe-route:before { content: "\f4d7"; } .awe-rss:before { content: "\f09e"; } .awe-rss-square:before { content: "\f143"; } .awe-ruble-sign:before { content: "\f158"; } .awe-ruler:before { content: "\f545"; } .awe-ruler-combined:before { content: "\f546"; } .awe-ruler-horizontal:before { content: "\f547"; } .awe-ruler-vertical:before { content: "\f548"; } .awe-running:before { content: "\f70c"; } .awe-rupee-sign:before { content: "\f156"; } .awe-sad-cry:before { content: "\f5b3"; } .awe-sad-tear:before { content: "\f5b4"; } .awe-safari:before { content: "\f267"; } .awe-salesforce:before { content: "\f83b"; } .awe-sass:before { content: "\f41e"; } .awe-satellite:before { content: "\f7bf"; } .awe-satellite-dish:before { content: "\f7c0"; } .awe-save:before, .awe-floppy:before, .awe-floppy-o:before { content: "\f0c7"; } .awe-schlix:before { content: "\f3ea"; } .awe-school:before { content: "\f549"; } .awe-screwdriver:before { content: "\f54a"; } .awe-scribd:before { content: "\f28a"; } .awe-scroll:before { content: "\f70e"; } .awe-sd-card:before { content: "\f7c2"; } .awe-search:before { content: "\f002"; } .awe-search-dollar:before { content: "\f688"; } .awe-search-location:before { content: "\f689"; } .awe-search-minus:before { content: "\f010"; } .awe-search-plus:before { content: "\f00e"; } .awe-searchengin:before { content: "\f3eb"; } .awe-seedling:before { content: "\f4d8"; } .awe-sellcast:before { content: "\f2da"; } .awe-sellsy:before { content: "\f213"; } .awe-server:before { content: "\f233"; } .awe-servicestack:before { content: "\f3ec"; } .awe-shapes:before { content: "\f61f"; } .awe-share:before, .awe-mail-forward:before { content: "\f064"; } .awe-share-alt:before { content: "\f1e0"; } .awe-share-alt-square:before { content: "\f1e1"; } .awe-share-square:before { content: "\f14d"; } .awe-shekel-sign:before { content: "\f20b"; } .awe-shield-alt:before { content: "\f3ed"; } .awe-ship:before { content: "\f21a"; } .awe-shipping-fast:before { content: "\f48b"; } .awe-shirtsinbulk:before { content: "\f214"; } .awe-shoe-prints:before { content: "\f54b"; } .awe-shopping-bag:before { content: "\f290"; } .awe-shopping-basket:before { content: "\f291"; } .awe-shopping-cart:before { content: "\f07a"; } .awe-shopware:before { content: "\f5b5"; } .awe-shower:before { content: "\f2cc"; } .awe-shuttle-van:before { content: "\f5b6"; } .awe-sign:before { content: "\f4d9"; } .awe-sign-in:before, .awe-sign-in-alt:before { content: "\f2f6"; } .awe-sign-language:before { content: "\f2a7"; } .awe-sign-out:before, .awe-sign-out-alt:before { content: "\f2f5"; } .awe-signal:before { content: "\f012"; } .awe-signature:before { content: "\f5b7"; } .awe-sim-card:before { content: "\f7c4"; } .awe-simplybuilt:before { content: "\f215"; } .awe-sistrix:before { content: "\f3ee"; } .awe-sitemap:before { content: "\f0e8"; } .awe-sith:before { content: "\f512"; } .awe-skating:before { content: "\f7c5"; } .awe-sketch:before { content: "\f7c6"; } .awe-skiing:before { content: "\f7c9"; } .awe-skiing-nordic:before { content: "\f7ca"; } .awe-skull:before { content: "\f54c"; } .awe-skull-crossbones:before { content: "\f714"; } .awe-skyatlas:before { content: "\f216"; } .awe-skype:before { content: "\f17e"; } .awe-slack:before { content: "\f198"; } .awe-slack-hash:before { content: "\f3ef"; } .awe-slash:before { content: "\f715"; } .awe-sleigh:before { content: "\f7cc"; } .awe-sliders-h:before { content: "\f1de"; } .awe-slideshare:before { content: "\f1e7"; } .awe-smile:before { content: "\f118"; } .awe-smile-beam:before { content: "\f5b8"; } .awe-smile-wink:before { content: "\f4da"; } .awe-smog:before { content: "\f75f"; } .awe-smoking:before { content: "\f48d"; } .awe-smoking-ban:before { content: "\f54d"; } .awe-sms:before { content: "\f7cd"; } .awe-snapchat:before { content: "\f2ab"; } .awe-snapchat-ghost:before { content: "\f2ac"; } .awe-snapchat-square:before { content: "\f2ad"; } .awe-snowboarding:before { content: "\f7ce"; } .awe-snowflake:before { content: "\f2dc"; } .awe-snowman:before { content: "\f7d0"; } .awe-snowplow:before { content: "\f7d2"; } .awe-socks:before { content: "\f696"; } .awe-solar-panel:before { content: "\f5ba"; } .awe-sort:before { content: "\f0dc"; } .awe-sort-alpha-arc:before, .awe-sort-alpha-down:before { content: "\f15d"; } .awe-sort-alpha-down-alt:before { content: "\f881"; } .awe-sort-alpha-up:before { content: "\f15e"; } .awe-sort-alpha-up-alt:before { content: "\f882"; } .awe-sort-amount-down:before { content: "\f160"; } .awe-sort-amount-down-alt:before { content: "\f884"; } .awe-sort-amount-up:before { content: "\f161"; } .awe-sort-amount-up-alt:before { content: "\f885"; } .awe-sort-down:before { content: "\f0dd"; } .awe-sort-numeric-down:before { content: "\f162"; } .awe-sort-numeric-down-alt:before { content: "\f886"; } .awe-sort-numeric-up:before { content: "\f163"; } .awe-sort-numeric-up-alt:before { content: "\f887"; } .awe-sort-up:before { content: "\f0de"; } .awe-soundcloud:before { content: "\f1be"; } .awe-sourcetree:before { content: "\f7d3"; } .awe-spa:before { content: "\f5bb"; } .awe-space-shuttle:before { content: "\f197"; } .awe-speakap:before { content: "\f3f3"; } .awe-speaker-deck:before { content: "\f83c"; } .awe-spell-check:before { content: "\f891"; } .awe-spider:before { content: "\f717"; } .awe-spin:before, .awe-spinner:before { content: "\f110"; } .awe-splotch:before { content: "\f5bc"; } .awe-spotify:before { content: "\f1bc"; } .awe-spray-can:before { content: "\f5bd"; } .awe-square:before, .awe-square-o:before { content: "\f0c8"; } .awe-square-full:before { content: "\f45c"; } .awe-square-root-alt:before { content: "\f698"; } .awe-squarespace:before { content: "\f5be"; } .awe-stack-exchange:before { content: "\f18d"; } .awe-stack-overflow:before { content: "\f16c"; } .awe-stackpath:before { content: "\f842"; } .awe-stamp:before { content: "\f5bf"; } .awe-star:before, .awe-star-o:before { content: "\f005"; } .awe-star-and-crescent:before { content: "\f699"; } .awe-star-half:before { content: "\f089"; } .awe-star-half-alt:before, .awe-star-half-empty:before { content: "\f5c0"; } .awe-star-of-david:before { content: "\f69a"; } .awe-star-of-life:before { content: "\f621"; } .awe-staylinked:before { content: "\f3f5"; } .awe-steam:before { content: "\f1b6"; } .awe-steam-square:before { content: "\f1b7"; } .awe-steam-symbol:before { content: "\f3f6"; } .awe-step-backward:before { content: "\f048"; } .awe-step-forward:before { content: "\f051"; } .awe-stethoscope:before { content: "\f0f1"; } .awe-sticker-mule:before { content: "\f3f7"; } .awe-sticky-note:before { content: "\f249"; } .awe-stop:before { content: "\f04d"; } .awe-stop-circle:before { content: "\f28d"; } .awe-stopwatch:before { content: "\f2f2"; } .awe-store:before { content: "\f54e"; } .awe-store-alt:before { content: "\f54f"; } .awe-strava:before { content: "\f428"; } .awe-stream:before, .awe-reorder:before, .awe-burger:before { content: "\f550"; } .awe-street-view:before { content: "\f21d"; } .awe-strikethrough:before { content: "\f0cc"; } .awe-stripe:before { content: "\f429"; } .awe-stripe-s:before { content: "\f42a"; } .awe-stroopwafel:before { content: "\f551"; } .awe-studiovinari:before { content: "\f3f8"; } .awe-stumbleupon:before { content: "\f1a4"; } .awe-stumbleupon-circle:before { content: "\f1a3"; } .awe-subscript:before { content: "\f12c"; } .awe-subway:before { content: "\f239"; } .awe-suitcase:before { content: "\f0f2"; } .awe-suitcase-rolling:before { content: "\f5c1"; } .awe-sun:before { content: "\f185"; } .awe-superpowers:before { content: "\f2dd"; } .awe-superscript:before { content: "\f12b"; } .awe-supple:before { content: "\f3f9"; } .awe-surprise:before { content: "\f5c2"; } .awe-suse:before { content: "\f7d6"; } .awe-swatchbook:before { content: "\f5c3"; } .awe-swift:before { content: "\f8e1"; } .awe-swimmer:before { content: "\f5c4"; } .awe-swimming-pool:before { content: "\f5c5"; } .awe-symfony:before { content: "\f83d"; } .awe-synagogue:before { content: "\f69b"; } .awe-sync:before, .awe-refresh:before { content: "\f021"; } .awe-sync-alt:before { content: "\f2f1"; } .awe-syringe:before { content: "\f48e"; } .awe-table:before { content: "\f0ce"; } .awe-table-tennis:before { content: "\f45d"; } .awe-tablet:before { content: "\f10a"; } .awe-tablet-alt:before { content: "\f3fa"; } .awe-tablets:before { content: "\f490"; } .awe-tachometer-alt:before { content: "\f3fd"; } .awe-tag:before { content: "\f02b"; } .awe-tags:before { content: "\f02c"; } .awe-tape:before { content: "\f4db"; } .awe-tasks:before { content: "\f0ae"; } .awe-taxi:before { content: "\f1ba"; } .awe-teamspeak:before { content: "\f4f9"; } .awe-teeth:before { content: "\f62e"; } .awe-teeth-open:before { content: "\f62f"; } .awe-telegram:before { content: "\f2c6"; } .awe-telegram-plane:before { content: "\f3fe"; } .awe-temperature-high:before { content: "\f769"; } .awe-temperature-low:before { content: "\f76b"; } .awe-tencent-weibo:before { content: "\f1d5"; } .awe-tenge:before { content: "\f7d7"; } .awe-terminal:before { content: "\f120"; } .awe-text-height:before { content: "\f034"; } .awe-text-width:before { content: "\f035"; } .awe-th:before { content: "\f00a"; } .awe-th-large:before { content: "\f009"; } .awe-th-list:before { content: "\f00b"; } .awe-the-red-yeti:before { content: "\f69d"; } .awe-theater-masks:before { content: "\f630"; } .awe-themeco:before { content: "\f5c6"; } .awe-themeisle:before { content: "\f2b2"; } .awe-thermometer:before { content: "\f491"; } .awe-thermometer-empty:before { content: "\f2cb"; } .awe-thermometer-full:before { content: "\f2c7"; } .awe-thermometer-half:before { content: "\f2c9"; } .awe-thermometer-quarter:before { content: "\f2ca"; } .awe-thermometer-three-quarters:before { content: "\f2c8"; } .awe-think-peaks:before { content: "\f731"; } .awe-thumbs-down:before, .awe-thumbs-down-o:before { content: "\f165"; } .awe-thumbs-up:before, .awe-thumbs-up-o:before { content: "\f164"; } .awe-thumbtack:before { content: "\f08d"; } .awe-ticket-alt:before { content: "\f3ff"; } .awe-close:before, .awe-remove:before, .awe-times:before { content: "\f00d"; } .awe-times-circle:before { content: "\f057"; } .awe-tint:before { content: "\f043"; } .awe-tint-slash:before { content: "\f5c7"; } .awe-tired:before { content: "\f5c8"; } .awe-toggle-off:before { content: "\f204"; } .awe-toggle-on:before { content: "\f205"; } .awe-toilet:before { content: "\f7d8"; } .awe-toilet-paper:before { content: "\f71e"; } .awe-toolbox:before { content: "\f552"; } .awe-tools:before { content: "\f7d9"; } .awe-tooth:before { content: "\f5c9"; } .awe-torah:before { content: "\f6a0"; } .awe-torii-gate:before { content: "\f6a1"; } .awe-tractor:before { content: "\f722"; } .awe-trade-federation:before { content: "\f513"; } .awe-trademark:before { content: "\f25c"; } .awe-traffic-light:before { content: "\f637"; } .awe-train:before { content: "\f238"; } .awe-tram:before { content: "\f7da"; } .awe-transgender:before { content: "\f224"; } .awe-transgender-alt:before { content: "\f225"; } .awe-trash:before, .awe-trash-o:before { content: "\f1f8"; } .awe-delete:before, .awe-trash-alt:before { content: "\f2ed"; } .awe-trash-restore:before { content: "\f829"; } .awe-trash-restore-alt:before { content: "\f82a"; } .awe-tree:before { content: "\f1bb"; } .awe-trello:before { content: "\f181"; } .awe-tripadvisor:before { content: "\f262"; } .awe-trophy:before { content: "\f091"; } .awe-truck:before { content: "\f0d1"; } .awe-truck-loading:before { content: "\f4de"; } .awe-truck-monster:before { content: "\f63b"; } .awe-truck-moving:before { content: "\f4df"; } .awe-truck-pickup:before { content: "\f63c"; } .awe-tshirt:before { content: "\f553"; } .awe-tty:before { content: "\f1e4"; } .awe-tumblr:before { content: "\f173"; } .awe-tumblr-square:before { content: "\f174"; } .awe-tv:before { content: "\f26c"; } .awe-twitch:before { content: "\f1e8"; } .awe-twitter:before { content: "\f099"; } .awe-twitter-square:before { content: "\f081"; } .awe-typo3:before { content: "\f42b"; } .awe-uber:before { content: "\f402"; } .awe-ubuntu:before { content: "\f7df"; } .awe-uikit:before { content: "\f403"; } .awe-umbraco:before { content: "\f8e8"; } .awe-umbrella:before { content: "\f0e9"; } .awe-umbrella-beach:before { content: "\f5ca"; } .awe-underline:before { content: "\f0cd"; } .awe-undo:before { content: "\f0e2"; } .awe-undo-alt:before { content: "\f2ea"; } .awe-uniregistry:before { content: "\f404"; } .awe-universal-access:before { content: "\f29a"; } .awe-university:before { content: "\f19c"; } .awe-unlink:before { content: "\f127"; } .awe-unlock:before { content: "\f09c"; } .awe-unlock-alt:before { content: "\f13e"; } .awe-untappd:before { content: "\f405"; } .awe-upload:before { content: "\f093"; } .awe-ups:before { content: "\f7e0"; } .awe-usb:before { content: "\f287"; } .awe-user:before { content: "\f007"; } .awe-user-alt:before { content: "\f406"; } .awe-user-alt-slash:before { content: "\f4fa"; } .awe-user-astronaut:before { content: "\f4fb"; } .awe-user-check:before { content: "\f4fc"; } .awe-user-circle:before { content: "\f2bd"; } .awe-user-clock:before { content: "\f4fd"; } .awe-user-cog:before { content: "\f4fe"; } .awe-user-edit:before { content: "\f4ff"; } .awe-user-friends:before { content: "\f500"; } .awe-user-graduate:before { content: "\f501"; } .awe-user-injured:before { content: "\f728"; } .awe-user-lock:before { content: "\f502"; } .awe-user-md:before { content: "\f0f0"; } .awe-user-minus:before { content: "\f503"; } .awe-user-ninja:before { content: "\f504"; } .awe-user-nurse:before { content: "\f82f"; } .awe-user-plus:before { content: "\f234"; } .awe-user-secret:before { content: "\f21b"; } .awe-user-shield:before { content: "\f505"; } .awe-user-slash:before { content: "\f506"; } .awe-user-tag:before { content: "\f507"; } .awe-user-tie:before { content: "\f508"; } .awe-user-times:before { content: "\f235"; } .awe-users:before, .awe-group:before { content: "\f0c0"; } .awe-users-cog:before { content: "\f509"; } .awe-usps:before { content: "\f7e1"; } .awe-ussunnah:before { content: "\f407"; } .awe-utensil-spoon:before { content: "\f2e5"; } .awe-utensils:before { content: "\f2e7"; } .awe-vaadin:before { content: "\f408"; } .awe-vector-square:before { content: "\f5cb"; } .awe-venus:before { content: "\f221"; } .awe-venus-double:before { content: "\f226"; } .awe-venus-mars:before { content: "\f228"; } .awe-viacoin:before { content: "\f237"; } .awe-viadeo:before { content: "\f2a9"; } .awe-viadeo-square:before { content: "\f2aa"; } .awe-vial:before { content: "\f492"; } .awe-vials:before { content: "\f493"; } .awe-viber:before { content: "\f409"; } .awe-video:before { content: "\f03d"; } .awe-video-slash:before { content: "\f4e2"; } .awe-vihara:before { content: "\f6a7"; } .awe-vimeo:before { content: "\f40a"; } .awe-vimeo-square:before { content: "\f194"; } .awe-vimeo-v:before { content: "\f27d"; } .awe-vine:before { content: "\f1ca"; } .awe-vk:before { content: "\f189"; } .awe-vnv:before { content: "\f40b"; } .awe-voicemail:before { content: "\f897"; } .awe-volleyball-ball:before { content: "\f45f"; } .awe-volume-down:before { content: "\f027"; } .awe-volume-mute:before { content: "\f6a9"; } .awe-volume-off:before { content: "\f026"; } .awe-volume-up:before { content: "\f028"; } .awe-vote-yea:before { content: "\f772"; } .awe-vr-cardboard:before { content: "\f729"; } .awe-vuejs:before { content: "\f41f"; } .awe-walking:before { content: "\f554"; } .awe-wallet:before { content: "\f555"; } .awe-warehouse:before { content: "\f494"; } .awe-water:before { content: "\f773"; } .awe-wave-square:before { content: "\f83e"; } .awe-waze:before { content: "\f83f"; } .awe-weebly:before { content: "\f5cc"; } .awe-weibo:before { content: "\f18a"; } .awe-weight:before { content: "\f496"; } .awe-weight-hanging:before { content: "\f5cd"; } .awe-weixin:before { content: "\f1d7"; } .awe-whatsapp:before { content: "\f232"; } .awe-whatsapp-square:before { content: "\f40c"; } .awe-wheelchair:before { content: "\f193"; } .awe-whmcs:before { content: "\f40d"; } .awe-wifi:before { content: "\f1eb"; } .awe-wikipedia-w:before { content: "\f266"; } .awe-wind:before { content: "\f72e"; } .awe-window-close:before { content: "\f410"; } .awe-window-maximize:before { content: "\f2d0"; } .awe-window-minimize:before { content: "\f2d1"; } .awe-window-restore:before { content: "\f2d2"; } .awe-windows:before { content: "\f17a"; } .awe-wine-bottle:before { content: "\f72f"; } .awe-wine-glass:before, .awe-wine-glass-alt:before { content: "\f4e3"; } .awe-wine-glass-alt:before { content: "\f5ce"; } .awe-wix:before { content: "\f5cf"; } .awe-wizards-of-the-coast:before { content: "\f730"; } .awe-wolf-pack-battalion:before { content: "\f514"; } .awe-won-sign:before { content: "\f159"; } .awe-wordpress:before { content: "\f19a"; } .awe-wordpress-simple:before { content: "\f411"; } .awe-wpbeginner:before { content: "\f297"; } .awe-wpexplorer:before { content: "\f2de"; } .awe-wpforms:before { content: "\f298"; } .awe-wpressr:before { content: "\f3e4"; } .awe-wrench:before { content: "\f0ad"; } .awe-x-ray:before { content: "\f497"; } .awe-xbox:before { content: "\f412"; } .awe-xing:before { content: "\f168"; } .awe-xing-square:before { content: "\f169"; } .awe-y-combinator:before { content: "\f23b"; } .awe-yahoo:before { content: "\f19e"; } .awe-yammer:before { content: "\f840"; } .awe-yandex:before { content: "\f413"; } .awe-yandex-international:before { content: "\f414"; } .awe-yarn:before { content: "\f7e3"; } .awe-yelp:before { content: "\f1e9"; } .awe-yen-sign:before { content: "\f157"; } .awe-yin-yang:before { content: "\f6ad"; } .awe-yoast:before { content: "\f2b1"; } .awe-youtube:before, .awe-youtube-play:before { content: "\f167"; } .awe-youtube-square:before { content: "\f431"; } .awe-zhihu:before { content: "\f63f"; } .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sr-only-focusable:active, .sr-only-focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } 
/* /home/industrystock/backend/public/css/flags.css */
 .flag, .flag_country { display: block; width: 35px; height: 20px; background-image: url("https://ossis.industrystock.cn/assets/flags/rect_20.jpg")!important; } .size_40 { width: 45px; height: 40px; background-image: url("https://ossis.industrystock.cn/assets/flags/rect_40.jpg")!important; } .flag.flag_tr {background-position: 0px 0px; } .flag.flag_ru {background-position: -35px 0px; } .flag.flag_pt {background-position: -70px 0px; } .flag.flag_pl {background-position: -105px 0px; } .flag.flag_kr {background-position: -140px 0px; } .flag.flag_fa {background-position: -175px 0px; } .flag.flag_jp {background-position: 0px -20px; } .flag.flag_it {background-position: -35px -20px; } .flag.flag_hu {background-position: -70px -20px; } .flag.flag_fr {background-position: -105px -20px; } .flag.flag_es {background-position: -140px -20px; } .flag.flag_at {background-position: -175px -20px; } .flag.flag_en {background-position: 0px -40px; } .flag.flag_de {background-position: -35px -40px; } .flag.flag_cz {background-position: -70px -40px; } .flag.flag_cn {background-position: -105px -40px; } .flag.flag_ar {background-position: -140px -40px; } .flag.flag_ch {background-position: -175px -40px; } .flag.size_40.flag_tr {background-position: 0px 0px; } .flag.size_40.flag_ru {background-position: -45px 0px; } .flag.size_40.flag_pt {background-position: -90px 0px; } .flag.size_40.flag_pl {background-position: -135px 0px; } .flag.size_40.flag_kr {background-position: -180px 0px; } .flag.size_40.flag_fa {background-position: -225px 0px; } .flag.size_40.flag_jp {background-position: 0px -40px; } .flag.size_40.flag_it {background-position: -45px -40px; } .flag.size_40.flag_hu {background-position: -90px -40px; } .flag.size_40.flag_fr {background-position: -135px -40px; } .flag.size_40.flag_es {background-position: -180px -40px; } .flag.size_40.flag_at {background-position: -225px -40px; } .flag.size_40.flag_en {background-position: 0px -80px; } .flag.size_40.flag_de {background-position: -45px -80px; } .flag.size_40.flag_cz {background-position: -90px -80px; } .flag.size_40.flag_cn {background-position: -135px -80px; } .flag.size_40.flag_ar {background-position: -180px -80px; } .flag.size_40.flag_ch {background-position: -225px -80px; } .worldFlag { display: block; width: 32px; height: 32px; background:url("https://ossis.industrystock.cn/assets/flags/flags.png")!important; } .text-center .worldFlag{ margin:0 auto; } .worldFlag.worldFlag_ad {background-position: -32px 0!important} .worldFlag.worldFlag_ae {background-position: -64px 0!important} .worldFlag.worldFlag_af {background-position: -96px 0!important} .worldFlag.worldFlag_ag {background-position: -128px 0!important} .worldFlag.worldFlag_ai {background-position: -160px 0!important} .worldFlag.worldFlag_al {background-position: -192px 0!important} .worldFlag.worldFlag_am {background-position: -224px 0!important} .worldFlag.worldFlag_an {background-position: -256px 0!important} .worldFlag.worldFlag_ao {background-position: -288px 0!important} .worldFlag.worldFlag_ar {background-position: -320px 0!important} .worldFlag.worldFlag_as {background-position: -352px 0!important} .worldFlag.worldFlag_at {background-position: -384px 0!important} .worldFlag.worldFlag_au {background-position: -416px 0!important} .worldFlag.worldFlag_aw {background-position: -448px 0!important} .worldFlag.worldFlag_az {background-position: 0 -32px!important} .worldFlag.worldFlag_ba {background-position: -32px -32px!important} .worldFlag.worldFlag_bb {background-position: -64px -32px!important} .worldFlag.worldFlag_bd {background-position: -96px -32px!important} .worldFlag.worldFlag_be {background-position: -128px -32px!important} .worldFlag.worldFlag_bf {background-position: -160px -32px!important} .worldFlag.worldFlag_bg {background-position: -192px -32px!important} .worldFlag.worldFlag_bh {background-position: -224px -32px!important} .worldFlag.worldFlag_bi {background-position: -256px -32px!important} .worldFlag.worldFlag_bj {background-position: -288px -32px!important} .worldFlag.worldFlag_bm {background-position: -320px -32px!important} .worldFlag.worldFlag_bn {background-position: -352px -32px!important} .worldFlag.worldFlag_bo {background-position: -384px -32px!important} .worldFlag.worldFlag_br {background-position: -416px -32px!important} .worldFlag.worldFlag_bs {background-position: -448px -32px!important} .worldFlag.worldFlag_bt {background-position: 0 -64px!important} .worldFlag.worldFlag_bw {background-position: -32px -64px!important} .worldFlag.worldFlag_by {background-position: -64px -64px!important} .worldFlag.worldFlag_bz {background-position: -96px -64px!important} .worldFlag.worldFlag_ca {background-position: -128px -64px!important} .worldFlag.worldFlag_cd {background-position: -160px -64px!important} .worldFlag.worldFlag_cf {background-position: -192px -64px!important} .worldFlag.worldFlag_cg {background-position: -224px -64px!important} .worldFlag.worldFlag_ch {background-position: -256px -64px!important} .worldFlag.worldFlag_ci {background-position: -288px -64px!important} .worldFlag.worldFlag_ck {background-position: -320px -64px!important} .worldFlag.worldFlag_cl {background-position: -352px -64px!important} .worldFlag.worldFlag_cm {background-position: -384px -64px!important} .worldFlag.worldFlag_cn {background-position: -416px -64px!important} .worldFlag.worldFlag_co {background-position: -448px -64px!important} .worldFlag.worldFlag_cr {background-position: 0 -96px!important} .worldFlag.worldFlag_cu {background-position: -32px -96px!important} .worldFlag.worldFlag_cv {background-position: -64px -96px!important} .worldFlag.worldFlag_cy {background-position: -96px -96px!important} .worldFlag.worldFlag_cz {background-position: -128px -96px!important} .worldFlag.worldFlag_de {background-position: -160px -96px!important} .worldFlag.worldFlag_dj {background-position: -192px -96px!important} .worldFlag.worldFlag_dk {background-position: -224px -96px!important} .worldFlag.worldFlag_dm {background-position: -256px -96px!important} .worldFlag.worldFlag_do {background-position: -288px -96px!important} .worldFlag.worldFlag_dz {background-position: -320px -96px!important} .worldFlag.worldFlag_ec {background-position: -352px -96px!important} .worldFlag.worldFlag_ee {background-position: -384px -96px!important} .worldFlag.worldFlag_eg {background-position: -416px -96px!important} .worldFlag.worldFlag_eh {background-position: -448px -96px!important} .worldFlag.worldFlag_er {background-position: 0 -128px!important} .worldFlag.worldFlag_es {background-position: -32px -128px!important} .worldFlag.worldFlag_et {background-position: -64px -128px!important} .worldFlag.worldFlag_fi {background-position: -96px -128px!important} .worldFlag.worldFlag_fj {background-position: -128px -128px!important} .worldFlag.worldFlag_fm {background-position: -160px -128px!important} .worldFlag.worldFlag_fo {background-position: -192px -128px!important} .worldFlag.worldFlag_fr {background-position: -224px -128px!important} .worldFlag.worldFlag_ga {background-position: -256px -128px!important} .worldFlag.worldFlag_gb {background-position: -288px -128px!important} .worldFlag.worldFlag_gd {background-position: -320px -128px!important} .worldFlag.worldFlag_ge {background-position: -352px -128px!important} .worldFlag.worldFlag_gg {background-position: -384px -128px!important} .worldFlag.worldFlag_gh {background-position: -416px -128px!important} .worldFlag.worldFlag_gi {background-position: -448px -128px!important} .worldFlag.worldFlag_gl {background-position: 0 -160px!important} .worldFlag.worldFlag_gm {background-position: -32px -160px!important} .worldFlag.worldFlag_gn {background-position: -64px -160px!important} .worldFlag.worldFlag_gp {background-position: -96px -160px!important} .worldFlag.worldFlag_gq {background-position: -128px -160px!important} .worldFlag.worldFlag_gr {background-position: -160px -160px!important} .worldFlag.worldFlag_gt {background-position: -192px -160px!important} .worldFlag.worldFlag_gu {background-position: -224px -160px!important} .worldFlag.worldFlag_gw {background-position: -256px -160px!important} .worldFlag.worldFlag_gy {background-position: -288px -160px!important} .worldFlag.worldFlag_hk {background-position: -320px -160px!important} .worldFlag.worldFlag_hn {background-position: -352px -160px!important} .worldFlag.worldFlag_hr {background-position: -384px -160px!important} .worldFlag.worldFlag_ht {background-position: -416px -160px!important} .worldFlag.worldFlag_hu {background-position: -448px -160px!important} .worldFlag.worldFlag_id {background-position: 0 -192px!important} .worldFlag.worldFlag_ie {background-position: -32px -192px!important} .worldFlag.worldFlag_il {background-position: -64px -192px!important} .worldFlag.worldFlag_im {background-position: -96px -192px!important} .worldFlag.worldFlag_in {background-position: -128px -192px!important} .worldFlag.worldFlag_iq {background-position: -160px -192px!important} .worldFlag.worldFlag_ir {background-position: -192px -192px!important} .worldFlag.worldFlag_is {background-position: -224px -192px!important} .worldFlag.worldFlag_it {background-position: -256px -192px!important} .worldFlag.worldFlag_je {background-position: -288px -192px!important} .worldFlag.worldFlag_jm {background-position: -320px -192px!important} .worldFlag.worldFlag_jo {background-position: -352px -192px!important} .worldFlag.worldFlag_jp {background-position: -384px -192px!important} .worldFlag.worldFlag_ke {background-position: -416px -192px!important} .worldFlag.worldFlag_kg {background-position: -448px -192px!important} .worldFlag.worldFlag_kh {background-position: 0 -224px!important} .worldFlag.worldFlag_ki {background-position: -32px -224px!important} .worldFlag.worldFlag_km {background-position: -64px -224px!important} .worldFlag.worldFlag_kn {background-position: -96px -224px!important} .worldFlag.worldFlag_kp {background-position: -128px -224px!important} .worldFlag.worldFlag_kr {background-position: -160px -224px!important} .worldFlag.worldFlag_kw {background-position: -192px -224px!important} .worldFlag.worldFlag_ky {background-position: -224px -224px!important} .worldFlag.worldFlag_kz {background-position: -256px -224px!important} .worldFlag.worldFlag_la {background-position: -288px -224px!important} .worldFlag.worldFlag_lb {background-position: -320px -224px!important} .worldFlag.worldFlag_lc {background-position: -352px -224px!important} .worldFlag.worldFlag_li {background-position: -384px -224px!important} .worldFlag.worldFlag_lk {background-position: -416px -224px!important} .worldFlag.worldFlag_lr {background-position: -448px -224px!important} .worldFlag.worldFlag_ls {background-position: 0 -256px!important} .worldFlag.worldFlag_lt {background-position: -32px -256px!important} .worldFlag.worldFlag_lu {background-position: -64px -256px!important} .worldFlag.worldFlag_lv {background-position: -96px -256px!important} .worldFlag.worldFlag_ly {background-position: -128px -256px!important} .worldFlag.worldFlag_ma {background-position: -160px -256px!important} .worldFlag.worldFlag_mc {background-position: -192px -256px!important} .worldFlag.worldFlag_md {background-position: -224px -256px!important} .worldFlag.worldFlag_me {background-position: -256px -256px!important} .worldFlag.worldFlag_mg {background-position: -288px -256px!important} .worldFlag.worldFlag_mh {background-position: -320px -256px!important} .worldFlag.worldFlag_mk {background-position: -352px -256px!important} .worldFlag.worldFlag_ml {background-position: -384px -256px!important} .worldFlag.worldFlag_mm {background-position: -416px -256px!important} .worldFlag.worldFlag_mn {background-position: -448px -256px!important} .worldFlag.worldFlag_mo {background-position: 0 -288px!important} .worldFlag.worldFlag_mq {background-position: -32px -288px!important} .worldFlag.worldFlag_mr {background-position: -64px -288px!important} .worldFlag.worldFlag_ms {background-position: -96px -288px!important} .worldFlag.worldFlag_mt {background-position: -128px -288px!important} .worldFlag.worldFlag_mu {background-position: -160px -288px!important} .worldFlag.worldFlag_mv {background-position: -192px -288px!important} .worldFlag.worldFlag_mw {background-position: -224px -288px!important} .worldFlag.worldFlag_mx {background-position: -256px -288px!important} .worldFlag.worldFlag_my {background-position: -288px -288px!important} .worldFlag.worldFlag_mz {background-position: -320px -288px!important} .worldFlag.worldFlag_na {background-position: -352px -288px!important} .worldFlag.worldFlag_nc {background-position: -384px -288px!important} .worldFlag.worldFlag_ne {background-position: -416px -288px!important} .worldFlag.worldFlag_ng {background-position: -448px -288px!important} .worldFlag.worldFlag_ni {background-position: 0 -320px!important} .worldFlag.worldFlag_nl {background-position: -32px -320px!important} .worldFlag.worldFlag_no {background-position: -64px -320px!important} .worldFlag.worldFlag_np {background-position: -96px -320px!important} .worldFlag.worldFlag_nr {background-position: -128px -320px!important} .worldFlag.worldFlag_nz {background-position: -160px -320px!important} .worldFlag.worldFlag_om {background-position: -192px -320px!important} .worldFlag.worldFlag_pa {background-position: -224px -320px!important} .worldFlag.worldFlag_pe {background-position: -256px -320px!important} .worldFlag.worldFlag_pf {background-position: -288px -320px!important} .worldFlag.worldFlag_pg {background-position: -320px -320px!important} .worldFlag.worldFlag_ph {background-position: -352px -320px!important} .worldFlag.worldFlag_pk {background-position: -384px -320px!important} .worldFlag.worldFlag_pl {background-position: -416px -320px!important} .worldFlag.worldFlag_pr {background-position: -448px -320px!important} .worldFlag.worldFlag_ps {background-position: 0 -352px!important} .worldFlag.worldFlag_pt {background-position: -32px -352px!important} .worldFlag.worldFlag_pw {background-position: -64px -352px!important} .worldFlag.worldFlag_py {background-position: -96px -352px!important} .worldFlag.worldFlag_qa {background-position: -128px -352px!important} .worldFlag.worldFlag_re {background-position: -160px -352px!important} .worldFlag.worldFlag_ro {background-position: -192px -352px!important} .worldFlag.worldFlag_rs {background-position: -224px -352px!important} .worldFlag.worldFlag_ru {background-position: -256px -352px!important} .worldFlag.worldFlag_rw {background-position: -288px -352px!important} .worldFlag.worldFlag_sa {background-position: -320px -352px!important} .worldFlag.worldFlag_sb {background-position: -352px -352px!important} .worldFlag.worldFlag_sc {background-position: -384px -352px!important} .worldFlag.worldFlag_sd {background-position: -416px -352px!important} .worldFlag.worldFlag_se {background-position: -448px -352px!important} .worldFlag.worldFlag_sg {background-position: 0 -384px!important} .worldFlag.worldFlag_si {background-position: -32px -384px!important} .worldFlag.worldFlag_sk {background-position: -64px -384px!important} .worldFlag.worldFlag_sl {background-position: -96px -384px!important} .worldFlag.worldFlag_sm {background-position: -128px -384px!important} .worldFlag.worldFlag_sn {background-position: -160px -384px!important} .worldFlag.worldFlag_so {background-position: -192px -384px!important} .worldFlag.worldFlag_sr {background-position: -224px -384px!important} .worldFlag.worldFlag_st {background-position: -256px -384px!important} .worldFlag.worldFlag_sv {background-position: -288px -384px!important} .worldFlag.worldFlag_sy {background-position: -320px -384px!important} .worldFlag.worldFlag_sz {background-position: -352px -384px!important} .worldFlag.worldFlag_tc {background-position: -384px -384px!important} .worldFlag.worldFlag_td {background-position: -416px -384px!important} .worldFlag.worldFlag_tg {background-position: -448px -384px!important} .worldFlag.worldFlag_th {background-position: 0 -416px!important} .worldFlag.worldFlag_tj {background-position: -32px -416px!important} .worldFlag.worldFlag_tl {background-position: -64px -416px!important} .worldFlag.worldFlag_tm {background-position: -96px -416px!important} .worldFlag.worldFlag_tn {background-position: -128px -416px!important} .worldFlag.worldFlag_to {background-position: -160px -416px!important} .worldFlag.worldFlag_tr {background-position: -192px -416px!important} .worldFlag.worldFlag_tt {background-position: -224px -416px!important} .worldFlag.worldFlag_tv {background-position: -256px -416px!important} .worldFlag.worldFlag_tw {background-position: -288px -416px!important} .worldFlag.worldFlag_tz {background-position: -320px -416px!important} .worldFlag.worldFlag_ua {background-position: -352px -416px!important} .worldFlag.worldFlag_ug {background-position: -384px -416px!important} .worldFlag.worldFlag_us {background-position: -416px -416px!important} .worldFlag.worldFlag_uy {background-position: -448px -416px!important} .worldFlag.worldFlag_uz {background-position: 0 -448px!important} .worldFlag.worldFlag_va {background-position: -32px -448px!important} .worldFlag.worldFlag_vc {background-position: -64px -448px!important} .worldFlag.worldFlag_ve {background-position: -96px -448px!important} .worldFlag.worldFlag_vg {background-position: -128px -448px!important} .worldFlag.worldFlag_vi {background-position: -160px -448px!important} .worldFlag.worldFlag_vn {background-position: -192px -448px!important} .worldFlag.worldFlag_vu {background-position: -224px -448px!important} .worldFlag.worldFlag_ws {background-position: -256px -448px!important} .worldFlag.worldFlag_ye {background-position: -288px -448px!important} .worldFlag.worldFlag_za {background-position: -320px -448px!important} .worldFlag.worldFlag_zm {background-position: -352px -448px!important} .worldFlag.worldFlag_zw {background-position: -384px -448px!important} 
/* /home/industrystock/backend/public/css/redactor.css */
.myRedactorWrapper {} .myRedactorWrapper .myRedactorHeader { position: relative; overflow: hidden; background-color: #97BF0D; } .myRedactorWrapper .myRedactorHeader .btn { float: left; } .myRedactorWrapper button.active { background-color: #E85422; color: #FFF; } .myRedactorWrapper button > span { font-size: 14px; display: block; } .myRedactorWrapper .myRedactorHeader .redactor-limiter-info { position: absolute; top: 0px; right: 0px; width: auto; height: 25px; line-height: 25px; padding: 0px 5px; color: #FFF; } .showGlobe .myRedactorWrapper .myRedactorHeader .redactor-limiter-info { right: 30px; } .myRedactorWrapper [contentEditable] { padding: 5px; background-color: #FFF; border: 1px solid #CCC; border-top: none; min-height: 150px; max-height: none; display: inline-block; width: 100%; box-sizing: border-box; } .dataCollWrapper .myRedactorWrapper [contentEditable] { border: none!important; } .myRedactorWrapper [contentEditable] b { font-weight: bold!important; } .myRedactorWrapper [contentEditable] u { text-decoration: underline; } .myRedactorWrapper [contentEditable] i { font-style: italic!important; } .myRedactorWrapper [contentEditable] a { color: blue; } .myRedactorWrapper [contentEditable] ul { list-style-type: disc!important; margin-left: 15px !important; } .myRedactorWrapper [contentEditable] ol { list-style-type: decimal!important; margin-left: 15px !important; } .myRedactorWrapper [contentEditable] [align="left"] { text-align: left; } .myRedactorWrapper [contentEditable] [align="right"] { text-align: right; } .myRedactorWrapper [contentEditable] [align="center"] { text-align: center; } .myRedactorWrapper [contentEditable] [align="justify"] { text-align: justify; } .myRedactorWrapper textarea { padding: 5px; border: 1px solid #333; background-color: #000; color: #FFF; min-height: 150px; max-height: 300px; display: none; border: none!important; } .myRedactorWrapper.showCode [contentEditable] { display: none; } .myRedactorWrapper.showCode textarea { display: block; } .myRedactorWrapper.showCode button:not([data-key="code"]), .myRedactorWrapper.showCode button:not([data-key="code"]):hover { display: none; } .myRedactorWrapper.readonly {} .myRedactorWrapper.readonly .myRedactorHeader, .myRedactorWrapper.readonly .myRedactorHeader *, .controls.showGlobe .myRedactorWrapper.readonly + .myFormAllLang, .controls.showGlobe .myRedactorWrapper.readonly + .myFormAllLang * { display: none!important; pointer-events: none!important; } .myRedactorWrapper.readonly [contenteditable] { cursor: default; color: transparent; text-shadow: 0px 0px 0px #000; background-color: #FFF; border: none; padding: 1em; } .myRedactorHeader .btn { padding: 0 10px; } 
/* /home/industrystock/backend/public/css/widget.css */
.widgetWrapperCol { min-height: 300px; } #widgetWrapper > div:nth-child(1) .widgetWrapperCol { padding-right: 22.5px; } #widgetWrapper > div:nth-child(2) .widgetWrapperCol { padding-right: 11.25px; } #widgetWrapper > div:nth-child(3) .widgetWrapperCol { padding-left: 11.25px; } #contentContainer { position: relative; margin: 0 0 80px 0!important; padding: 0 2%; padding-bottom: 60px!important; } .moduleWidgetTile ul { margin: 0!important; } .moduleWidgetTile ul li.h3 { font-size: inherit!important; } .moduleWidgetTile table td {} .moduleWidgetTileWrapper { overflow: hidden; } .moduleWidgetTileWrapper { width: 100%!important; overflow: hidden; } .moduleWidgetInner { padding: 10px 15px; height: 100%; background-color: #FFF; margin-bottom: 15px; position: relative; } .moduleWidgetTile { position: relative; overflow: hidden; margin: 0!important; padding: 0!important; } .moduleWidgetTitle { text-align: left; line-height: 20px; font-size: 14px; font-weight: 600; margin-bottom: 15px; color: #00632F; } .moduleWidgetActionContainer { overflow: hidden; position: absolute; top: 0px; right: 0px; height: 30px; min-width: 50px; z-index: 10; } .moduleWidgetActionContainer > * { background-color: #EFEFEF; float: right; cursor: pointer; } .moduleWidgetActionContainer * { font-size: 14px; display: block; line-height: 30px; height: 32px; width: 30px; text-align: center; } .moduleWidgetContent { width: 100%; max-height: 300px; overflow-x: hidden; overflow-y: auto; z-index: 1; } .moduleWidgetContent, .moduleWidgetContent * { color: #000; } .moduleWidgetTileDim_height_double .moduleWidgetContent { height: 530px!important; } .moduleWidgetTileWrapper.min .moduleWidgetTitle { font-weight: normal; font-size: inherit; height: 30px; line-height: 30px; margin: 0; text-align: left; background-color: #D6D6D6; color: #333; font-weight: bold; padding: 0 10px; } .moduleWidgetTileWrapper.min .moduleWidgetInner { padding: 0; } .moduleWidgetTileWrapper.min .moduleWidgetActionContainer > div { background-color: transparent; color: #666; } .moduleWidgetTileWrapper.min .btn { margin: 0!important; } .moduleWidgetTileWrapper.min .btn-icon, .moduleWidgetTileWrapper.min .btn-icon > span:first-child { height: 30px; line-height: 30px; } 
/* /home/industrystock/backend/public/css/jquery-ui.css */
  .ui-helper-hidden { display: none; } .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .ui-helper-clearfix { display: inline-block; }  * html .ui-helper-clearfix { height:1%; } .ui-helper-clearfix { display:block; }  .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }  .ui-state-disabled { cursor: default !important; }   .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }   .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }   .ui-accordion { width: 100%; } .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } .ui-accordion .ui-accordion-li-fix { display: inline; } .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } .ui-accordion .ui-accordion-content-active { display: block; } .ui-autocomplete { position: absolute; cursor: default; z-index: 10050!important; background-color:#FFFFFF;}  * html .ui-autocomplete { width:1px; }   .ui-menu { list-style:none; padding: 2px; margin: 0; display:block; float: left; } .ui-menu .ui-menu { margin-top: -3px; } .ui-menu .ui-menu-item { margin:0; padding: 0; zoom: 1; float: left; clear: left; width: 100%; } .ui-menu .ui-menu-item a { text-decoration:none; display:block; padding: 2px 5px; line-height: 1.1em; zoom:1; } .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }  .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; }  .ui-button-icon-only { width: 2.2em; }  button.ui-button-icon-only { width: 2.4em; }  .ui-button-icons-only { width: 3.4em; } button.ui-button-icons-only { width: 3.7em; }  .ui-button .ui-button-text { display: block; line-height: 1.4; } .ui-button-text-only .ui-button-text { padding: .4em 1em; } .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }  input.ui-button { padding: .4em 1em; }  .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }  .ui-buttonset { margin-right: 7px; } .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }  button.ui-button::-moz-focus-inner { border: 0; padding: 0; }   .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } .ui-datepicker .ui-datepicker-prev { left:2px; } .ui-datepicker .ui-datepicker-next { right:2px; } .ui-datepicker .ui-datepicker-prev-hover { left:1px; } .ui-datepicker .ui-datepicker-next-hover { right:1px; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } .ui-datepicker select.ui-datepicker-month-year {width: 100%;} .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%;} .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } .ui-datepicker td { border: 0; padding: 1px; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }  .ui-datepicker.ui-datepicker-multi { width:auto; } .ui-datepicker-multi .ui-datepicker-group { float:left; } .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } .ui-datepicker-row-break { clear:both; width:100%; }  .ui-datepicker-rtl { direction: rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } .ui-datepicker-rtl .ui-datepicker-group { float:right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }  .ui-datepicker-cover { display: none;  display: block;  position: absolute;  z-index: -1;  filter: mask();  top: -4px;  left: -4px;  width: 200px;  height: 200px;  } .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } .ui-draggable .ui-dialog-titlebar { cursor: move; }  .ui-progressbar { height:2em; text-align: left; } .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } .ui-resizable { position: relative;} .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }  .ui-slider { position: relative; text-align: left; } .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } .ui-slider-horizontal { height: .8em; } .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .ui-slider-horizontal .ui-slider-range-min { left: 0; } .ui-slider-horizontal .ui-slider-range-max { right: 0; } .ui-slider-vertical { width: .8em; height: 100px; } .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } .ui-slider-vertical .ui-slider-range-min { bottom: 0; } .ui-slider-vertical .ui-slider-range-max { top: 0; } .ui-tabs { position: relative; padding: .2em; zoom: 1; }  .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }  .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } .ui-tabs .ui-tabs-hide { display: none !important; }   .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; } .ui-widget .ui-widget { font-size: 1em; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; } .ui-widget-content { border: 1px solid #aaaaaa; color: #222222; } .ui-widget-content a { color: #222222; } .ui-widget-header { border: 1px solid #aaaaaa; color: #222222; font-weight: bold; } .ui-widget-header a { color: #222222; }  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 50% 50% repeat-x; font-weight: normal; color: #555555; } .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; } .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; } .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; } .ui-widget :active { outline: none; }  .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; } .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; } .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; } .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; } .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }   .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); } .ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } .ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } .ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); } .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } .ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); } .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }  .ui-icon-carat-1-n { background-position: 0 0; } .ui-icon-carat-1-ne { background-position: -16px 0; } .ui-icon-carat-1-e { background-position: -32px 0; } .ui-icon-carat-1-se { background-position: -48px 0; } .ui-icon-carat-1-s { background-position: -64px 0; } .ui-icon-carat-1-sw { background-position: -80px 0; } .ui-icon-carat-1-w { background-position: -96px 0; } .ui-icon-carat-1-nw { background-position: -112px 0; } .ui-icon-carat-2-n-s { background-position: -128px 0; } .ui-icon-carat-2-e-w { background-position: -144px 0; } .ui-icon-triangle-1-n { background-position: 0 -16px; } .ui-icon-triangle-1-ne { background-position: -16px -16px; } .ui-icon-triangle-1-e { background-position: -32px -16px; } .ui-icon-triangle-1-se { background-position: -48px -16px; } .ui-icon-triangle-1-s { background-position: -64px -16px; } .ui-icon-triangle-1-sw { background-position: -80px -16px; } .ui-icon-triangle-1-w { background-position: -96px -16px; } .ui-icon-triangle-1-nw { background-position: -112px -16px; } .ui-icon-triangle-2-n-s { background-position: -128px -16px; } .ui-icon-triangle-2-e-w { background-position: -144px -16px; } .ui-icon-arrow-1-n { background-position: 0 -32px; } .ui-icon-arrow-1-ne { background-position: -16px -32px; } .ui-icon-arrow-1-e { background-position: -32px -32px; } .ui-icon-arrow-1-se { background-position: -48px -32px; } .ui-icon-arrow-1-s { background-position: -64px -32px; } .ui-icon-arrow-1-sw { background-position: -80px -32px; } .ui-icon-arrow-1-w { background-position: -96px -32px; } .ui-icon-arrow-1-nw { background-position: -112px -32px; } .ui-icon-arrow-2-n-s { background-position: -128px -32px; } .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } .ui-icon-arrow-2-e-w { background-position: -160px -32px; } .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } .ui-icon-arrowstop-1-n { background-position: -192px -32px; } .ui-icon-arrowstop-1-e { background-position: -208px -32px; } .ui-icon-arrowstop-1-s { background-position: -224px -32px; } .ui-icon-arrowstop-1-w { background-position: -240px -32px; } .ui-icon-arrowthick-1-n { background-position: 0 -48px; } .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } .ui-icon-arrowthick-1-e { background-position: -32px -48px; } .ui-icon-arrowthick-1-se { background-position: -48px -48px; } .ui-icon-arrowthick-1-s { background-position: -64px -48px; } .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } .ui-icon-arrowthick-1-w { background-position: -96px -48px; } .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } .ui-icon-arrow-4 { background-position: 0 -80px; } .ui-icon-arrow-4-diag { background-position: -16px -80px; } .ui-icon-extlink { background-position: -32px -80px; } .ui-icon-newwin { background-position: -48px -80px; } .ui-icon-refresh { background-position: -64px -80px; } .ui-icon-shuffle { background-position: -80px -80px; } .ui-icon-transfer-e-w { background-position: -96px -80px; } .ui-icon-transferthick-e-w { background-position: -112px -80px; } .ui-icon-folder-collapsed { background-position: 0 -96px; } .ui-icon-folder-open { background-position: -16px -96px; } .ui-icon-document { background-position: -32px -96px; } .ui-icon-document-b { background-position: -48px -96px; } .ui-icon-note { background-position: -64px -96px; } .ui-icon-mail-closed { background-position: -80px -96px; } .ui-icon-mail-open { background-position: -96px -96px; } .ui-icon-suitcase { background-position: -112px -96px; } .ui-icon-comment { background-position: -128px -96px; } .ui-icon-person { background-position: -144px -96px; } .ui-icon-print { background-position: -160px -96px; } .ui-icon-trash { background-position: -176px -96px; } .ui-icon-locked { background-position: -192px -96px; } .ui-icon-unlocked { background-position: -208px -96px; } .ui-icon-bookmark { background-position: -224px -96px; } .ui-icon-tag { background-position: -240px -96px; } .ui-icon-home { background-position: 0 -112px; } .ui-icon-flag { background-position: -16px -112px; } .ui-icon-calendar { background-position: -32px -112px; } .ui-icon-cart { background-position: -48px -112px; } .ui-icon-pencil { background-position: -64px -112px; } .ui-icon-clock { background-position: -80px -112px; } .ui-icon-disk { background-position: -96px -112px; } .ui-icon-calculator { background-position: -112px -112px; } .ui-icon-zoomin { background-position: -128px -112px; } .ui-icon-zoomout { background-position: -144px -112px; } .ui-icon-search { background-position: -160px -112px; } .ui-icon-wrench { background-position: -176px -112px; } .ui-icon-gear { background-position: -192px -112px; } .ui-icon-heart { background-position: -208px -112px; } .ui-icon-star { background-position: -224px -112px; } .ui-icon-link { background-position: -240px -112px; } .ui-icon-cancel { background-position: 0 -128px; } .ui-icon-plus { background-position: -16px -128px; } .ui-icon-plusthick { background-position: -32px -128px; } .ui-icon-minus { background-position: -48px -128px; } .ui-icon-minusthick { background-position: -64px -128px; } .ui-icon-close { background-position: -80px -128px; } .ui-icon-closethick { background-position: -96px -128px; } .ui-icon-key { background-position: -112px -128px; } .ui-icon-lightbulb { background-position: -128px -128px; } .ui-icon-scissors { background-position: -144px -128px; } .ui-icon-clipboard { background-position: -160px -128px; } .ui-icon-copy { background-position: -176px -128px; } .ui-icon-contact { background-position: -192px -128px; } .ui-icon-image { background-position: -208px -128px; } .ui-icon-video { background-position: -224px -128px; } .ui-icon-script { background-position: -240px -128px; } .ui-icon-alert { background-position: 0 -144px; } .ui-icon-info { background-position: -16px -144px; } .ui-icon-notice { background-position: -32px -144px; } .ui-icon-help { background-position: -48px -144px; } .ui-icon-check { background-position: -64px -144px; } .ui-icon-bullet { background-position: -80px -144px; } .ui-icon-radio-off { background-position: -96px -144px; } .ui-icon-radio-on { background-position: -112px -144px; } .ui-icon-pin-w { background-position: -128px -144px; } .ui-icon-pin-s { background-position: -144px -144px; } .ui-icon-play { background-position: 0 -160px; } .ui-icon-pause { background-position: -16px -160px; } .ui-icon-seek-next { background-position: -32px -160px; } .ui-icon-seek-prev { background-position: -48px -160px; } .ui-icon-seek-end { background-position: -64px -160px; } .ui-icon-seek-start { background-position: -80px -160px; }  .ui-icon-seek-first { background-position: -80px -160px; } .ui-icon-stop { background-position: -96px -160px; } .ui-icon-eject { background-position: -112px -160px; } .ui-icon-volume-off { background-position: -128px -160px; } .ui-icon-volume-on { background-position: -144px -160px; } .ui-icon-power { background-position: 0 -176px; } .ui-icon-signal-diag { background-position: -16px -176px; } .ui-icon-signal { background-position: -32px -176px; } .ui-icon-battery-0 { background-position: -48px -176px; } .ui-icon-battery-1 { background-position: -64px -176px; } .ui-icon-battery-2 { background-position: -80px -176px; } .ui-icon-battery-3 { background-position: -96px -176px; } .ui-icon-circle-plus { background-position: 0 -192px; } .ui-icon-circle-minus { background-position: -16px -192px; } .ui-icon-circle-close { background-position: -32px -192px; } .ui-icon-circle-triangle-e { background-position: -48px -192px; } .ui-icon-circle-triangle-s { background-position: -64px -192px; } .ui-icon-circle-triangle-w { background-position: -80px -192px; } .ui-icon-circle-triangle-n { background-position: -96px -192px; } .ui-icon-circle-arrow-e { background-position: -112px -192px; } .ui-icon-circle-arrow-s { background-position: -128px -192px; } .ui-icon-circle-arrow-w { background-position: -144px -192px; } .ui-icon-circle-arrow-n { background-position: -160px -192px; } .ui-icon-circle-zoomin { background-position: -176px -192px; } .ui-icon-circle-zoomout { background-position: -192px -192px; } .ui-icon-circle-check { background-position: -208px -192px; } .ui-icon-circlesmall-plus { background-position: 0 -208px; } .ui-icon-circlesmall-minus { background-position: -16px -208px; } .ui-icon-circlesmall-close { background-position: -32px -208px; } .ui-icon-squaresmall-plus { background-position: -48px -208px; } .ui-icon-squaresmall-minus { background-position: -64px -208px; } .ui-icon-squaresmall-close { background-position: -80px -208px; } .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } .ui-icon-grip-solid-vertical { background-position: -32px -224px; } .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } .ui-icon-grip-diagonal-se { background-position: -80px -224px; }    .ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); } .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } ul.ui-autocomplete { padding: 0!important; } ul.ui-autocomplete li { font-size: 11px!important; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; } .ui-menu .ui-menu-item a { padding: 2px 5px; line-height: 15px; } ul.ui-autocomplete li a:hover { border: none!important; } 
/* /home/industrystock/backend/public/css/plugins/jquery.tagsinput.css */
div.tagsinput { border:1px solid #CCC; background: #FFF; padding:5px; width:300px; height:100px; overflow-y: auto;} div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 5px; text-decoration:none; background: #cde69c; color: #638421; margin-right: 5px; margin-bottom:5px;font-family: helvetica; font-size:13px;} div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px; } div.tagsinput input { width:80px; margin:0px; font-family: helvetica; font-size: 13px; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px; margin-right:5px; margin-bottom:5px; } div.tagsinput div { display:block; float: left; } .tags_clear { clear: both; width: 100%; height: 0px; } .not_valid {background: #FBD8DB !important; color: #90111A !important;} 
/* /home/industrystock/backend/public/css/plugins/jquery.jwysiwyg.css */
  div.wysiwyg { height: 200px; border: 1px solid #CCC; } div.wysiwyg iframe { overflow-y: scroll; height: 178px!important; min-height: 178px!important; } div.wysiwyg { border: 1px solid #CCC; padding: 0; background: #fff; } div.wysiwyg * { margin: 0; padding: 0; } div.wysiwyg ul.toolbar li.jwysiwyg-custom-command { overflow: hidden; } div.wysiwyg ul.toolbar { border-bottom: 1px solid #ccc; float: left; width: 100%; padding: 0; } div.wysiwyg ul.toolbar li { list-style: none; float: left; margin: 1px 2px 3px 0; background: rgb(240, 240, 240); -moz-user-select: none; -webkit-user-select: none; user-select: none; clear: none; padding: 0 } div.wysiwyg ul.toolbar li.separator { background: none; width: 1px; height: 20px; margin: 0 4px 0px 5px; border: none; border-left: 1px solid #ccc; } div.wysiwyg ul.toolbar li { text-indent: -5000px; display: block; width: 18px; height: 18px; background: url('../img/plugins/jWYSIWYG/jquery.wysiwyg.gif') no-repeat -640px -800px; border: 1px solid transparent; cursor: pointer; margin: 0px; } div.wysiwyg ul.toolbar li.wysiwyg-button-hover, div.wysiwyg ul.toolbar li.active { background-color: #DDD; border: 1px solid transparent; } div.wysiwyg ul.toolbar li.active { background-color: rgb(255, 255, 64); border: 1px solid rgb(208, 208, 208); border-left-color: #aaa; border-top-color: #aaa; height: 18px; width: 18px; padding: -1px 0 0 -1px; margin: 0; } div.wysiwyg ul.toolbar li.disabled, div.wysiwyg ul.toolbar li.wysiwyg-button-hover.disabled, div.wysiwyg ul.toolbar li.active.disabled { opacity: 0.5; filter:alpha(opacity=50); border: 0px none transparent; padding: 1px; cursor: auto; } div.wysiwyg ul.toolbar li.bold { background-position: -1px -15px; } div.wysiwyg ul.toolbar li.italic { background-position: -18px -15px; } div.wysiwyg ul.toolbar li.strikeThrough { background-position: -36px -15px; } div.wysiwyg ul.toolbar li.underline { background-position: -55px -15px; } div.wysiwyg ul.toolbar li.highlight { background-position: -48px -96px; } div.wysiwyg ul.toolbar li.justifyLeft { background-position: 0 2px; } div.wysiwyg ul.toolbar li.justifyCenter { background-position: -18px 2px; } div.wysiwyg ul.toolbar li.justifyRight { background-position: -36px 2px; } div.wysiwyg ul.toolbar li.justifyFull { background-position: -55px 2px; } div.wysiwyg ul.toolbar li.indent { background-position: -74px 1px; } div.wysiwyg ul.toolbar li.outdent { background-position: -92px 1px; } div.wysiwyg ul.toolbar li.subscript { background-position: -74px -15px; } div.wysiwyg ul.toolbar li.superscript { background-position: -92px -15px; } div.wysiwyg ul.toolbar li.undo { background-position: 0px -68px; } div.wysiwyg ul.toolbar li.redo { background-position: -18px -69px; } div.wysiwyg ul.toolbar li.insertOrderedList { background-position: -36px -49px; } div.wysiwyg ul.toolbar li.insertUnorderedList { background-position: -19px -49px; } div.wysiwyg ul.toolbar li.insertHorizontalRule { background-position: 0 -49px; } div.wysiwyg ul.toolbar li.h1 { background-position: 0px -31px; } div.wysiwyg ul.toolbar li.h2 { background-position: -18px -31px; } div.wysiwyg ul.toolbar li.h3 { background-position: -36px -31px; } div.wysiwyg ul.toolbar li.h4 { background-position: -55px -31px; } div.wysiwyg ul.toolbar li.h5 { background-position: -74px -31px; } div.wysiwyg ul.toolbar li.h6 { background-position: -92px -31px; } div.wysiwyg ul.toolbar li.paragraph { background-position: 0px -106px; } div.wysiwyg ul.toolbar li.colorpicker { background-position: -18px -106px; } div.wysiwyg ul.toolbar li.fullscreen { background-position: -36px -106px; } div.wysiwyg ul.toolbar li.cut { background-position: -36px -68px; } div.wysiwyg ul.toolbar li.copy { background-position: -55px -68px; } div.wysiwyg ul.toolbar li.paste { background-position: -74px -68px; } div.wysiwyg ul.toolbar li.insertTable { background-position: -74px -49px; } div.wysiwyg ul.toolbar li.increaseFontSize { background-position: -18px -87px; } div.wysiwyg ul.toolbar li.decreaseFontSize { background-position: -36px -87px; } div.wysiwyg ul.toolbar li.createLink { background-position: -92px -48px; } div.wysiwyg ul.toolbar li.unLink { background-position: -74px -87px; } div.wysiwyg ul.toolbar li.insertImage { background-position: -92px -87px; } div.wysiwyg ul.toolbar li.html { background-position: -55px -49px; } div.wysiwyg ul.toolbar li.removeFormat { background-position: -92px -68px; } div.wysiwyg ul.toolbar li.empty { background-position: -73px -86px; } div.wysiwyg ul.toolbar li.code { background-position: -74px -106px; } div.wysiwyg ul.toolbar li.cssWrap { background-position: -92px -106px; } div.wysiwyg-dialogRow { float:left; width:100%; font-size: 16px; } div.wysiwyg iframe { clear: left; background-color: #FFF; padding: 0px; margin: 0px; display: block; width: 100%; border: none; }  .wysiwyg-dialog { position:fixed; top:50px; left:50px; width:450px; height:300px; background:transparent; font:14px "Helvetic Neue", Helvetica,Arial,sans-serif; } .wysiwyg-dialog .wysiwyg-dialog-topbar { background:#333; border:1px #111 solid; color:white; padding:10px; position:relative; } .wysiwyg-dialog .wysiwyg-dialog-topbar .wysiwyg-dialog-close-wrapper .wysiwyg-dialog-close-button { color:white; text-decoration:none; display:block; padding:6px 10px; position:absolute; right:12px; top:50%; height:14px; margin-top:-12px; } .wysiwyg-dialog .wysiwyg-dialog-topbar .wysiwyg-dialog-close-wrapper a.wysiwyg-dialog-close-button:hover { background:#666; } .wysiwyg-dialog .wysiwyg-dialog-topbar .wysiwyg-dialog-title { font-size:20px; font-weight:bold; padding:5px; } .wysiwyg-dialog .wysiwyg-dialog-content { border:1px #ccc solid; border-top:0; padding:15px; background:white; } .wysiwyg-dialog-modal-div { position:absolute; top:0px; left:0px; width:100%; height:100%; background-color:rgb(255,255,255); background-color:rgba(0,0,0,0.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";} .wysiwyg-dialog-content form.wysiwyg fieldset { border:1px #ccc solid; } .wysiwyg-dialog-content form.wysiwyg legend { padding:7px; } .wysiwyg-dialog-content form.wysiwyg .form-row { clear:both; padding:4px 0; } .wysiwyg-dialog-content form.wysiwyg .form-row label, .wysiwyg-dialog form.wysiwyg .form-row .form-row-key { display:block; float:left; width:35%; text-align:right; padding:4px 5px; } .wysiwyg-dialog-content form.wysiwyg .form-row .form-row-value { display:block; float:left; width:55%; } .wysiwyg-dialog-content form.wysiwyg .form-row input.width-auto { width:auto; } .wysiwyg-dialog-content form.wysiwyg input.width-small { width:50px; min-width:50px; max-width:50px; } .wysiwyg-dialog-content form.wysiwyg input, .wysiwyg-dialog form.wysiwyg select { padding:2px; width:100%; margin:2px; } .wysiwyg-dialog-content form.wysiwyg input[type=submit], .wysiwyg-dialog form.wysiwyg input[type=reset] { padding:2px 7px; width:auto; } 
/* /home/industrystock/backend/public/css/plugins/bootstrap-wysihtml5.css */
ul.wysihtml5-toolbar { margin: 0; padding: 0; display: block; } ul.wysihtml5-toolbar::after { clear: both; display: table; content: ""; } ul.wysihtml5-toolbar > li { float: left; display: list-item; list-style: none; margin: 0 5px 10px 0; } ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] { font-weight: bold; } ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] { font-style: italic; } ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] { text-decoration: underline; } ul.wysihtml5-toolbar a.btn.wysihtml5-command-active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05); background-color: #E6E6E6; background-color: #D9D9D9 9; outline: 0; } ul.wysihtml5-commands-disabled .dropdown-menu { display: none !important; } 
/* /home/industrystock/backend/public/css/plugins/jquery.plupload.queue.css */
 .plupload_button { display: -moz-inline-box;  display: inline-block; font: normal 12px sans-serif; text-decoration: none; color: #42454a; border: 1px solid #bababa; padding: 2px 8px 3px 20px; margin-right: 4px; background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center; outline: 0;  -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .plupload_button:hover { color: #000; text-decoration: none; } .plupload_disabled, a.plupload_disabled:hover { color: #737373; border-color: #c5c5c5; background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center; cursor: default; } .plupload_add { background-position: -181px center; } .plupload_wrapper { font: normal 11px Verdana,sans-serif; width: 100%; } .plupload_container { padding: 8px; background: url('../img/transp50.png');  } .plupload_container input { border: 1px solid #DDD; font: normal 11px Verdana,sans-serif; width: 98%; } .plupload_header {background: #2A2C2E url('../img/backgrounds.gif') repeat-x;} .plupload_header_content { background: url('../img/backgrounds.gif') no-repeat 0 -317px; min-height: 56px; padding-left: 60px; color: #FFF; } .plupload_header_title { font: normal 18px sans-serif; padding: 6px 0 3px; } .plupload_header_text { font: normal 12px sans-serif; } .plupload_filelist { margin: 0; padding: 0; list-style: none; } .plupload_scroll .plupload_filelist { height: 185px; background: #F5F5F5; overflow-y: scroll; } .plupload_filelist li { padding: 10px 8px; background: #F5F5F5 url('../img/backgrounds.gif') repeat-x 0 -156px; border-bottom: 1px solid #DDD; } .plupload_filelist_header, .plupload_filelist_footer { background: #DFDFDF; padding: 8px 8px; color: #42454A; } .plupload_filelist_header { border-top: 1px solid #EEE; border-bottom: 1px solid #CDCDCD; } .plupload_filelist_footer {border-top: 1px solid #FFF; height: 22px; line-height: 20px; vertical-align: middle;} .plupload_file_name {float: left; overflow: hidden} .plupload_file_status {color: #777;} .plupload_file_status span {color: #42454A;} .plupload_file_size, .plupload_file_status, .plupload_progress { float: right; width: 80px; } .plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;} .plupload_filelist .plupload_file_name {width: 205px} .plupload_file_action { float: right; width: 16px; height: 16px; margin-left: 15px; } .plupload_file_action * { display: none; width: 16px; height: 16px; } li.plupload_uploading {background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;} li.plupload_done {color:#AAA} li.plupload_delete a { background: url('../img/delete.gif'); } li.plupload_failed a { background: url('../img/error.gif'); cursor: default; } li.plupload_done a { background: url('../img/done.gif'); cursor: default; } .plupload_progress, .plupload_upload_status { display: none; } .plupload_progress_container { margin-top: 3px; border: 1px solid #CCC; background: #FFF; padding: 1px; } .plupload_progress_bar { width: 0px; height: 7px; background: #CDEB8B; } .plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action { margin-right: 17px; }  .plupload_clear,.plupload_clearer {clear: both;} .plupload_clearer, .plupload_progress_bar { display: block; font-size: 0; line-height: 0; } li.plupload_droptext { background: transparent; text-align: center; vertical-align: middle; border: 0; line-height: 165px; } 
/* /home/industrystock/backend/public/css/plugins/jquery.ui.plupload.css */
 .plupload_button {cursor: pointer;} .plupload_wrapper { font: normal 11px Verdana,sans-serif; width: 100%; } .plupload .plupload_container input {width: 98%;} .plupload .plupload_filelist_footer {border-width: 1px 0 0 0} .plupload .plupload_filelist_header {border-width: 0 0 1px 0} div.plupload .plupload_file {border-width: 0 0 1px 0} div.plupload div.plupload_header {border-width: 0 0 1px 0; position: relative;} .plupload_file .ui-icon { cursor:pointer; } .plupload_header_content { background-image: url('../img/plupload.png'); background-repeat: no-repeat; background-position: 8px center; min-height: 56px; padding-left: 60px; position:relative; } .plupload_header_content_bw {background-image: url('../img/plupload-bw.png');} .plupload_header_title { font: normal 18px sans-serif; padding: 6px 0 3px; } .plupload_header_text {font: normal 12px sans-serif;} .plupload_filelist, .plupload_filelist_content { border-collapse: collapse; margin: 0; padding: 0; width: 100%; -moz-user-select:none; -webkit-user-select:none; user-select:none; } .plupload_cell {padding: 8px 6px;} .plupload_file { border-left: none; border-right: none; } .plupload .ui-sortable-helper, .plupload .ui-sortable .plupload_file { cursor:move; } .plupload_scroll { max-height: 180px; min-height: 168px; _height: 168px; overflow-y: auto; } .plupload_file_size, .plupload_file_status {text-align: right;} .plupload_file_size, .plupload_file_status {width: 52px;} .plupload_file_action {width: 16px;} .plupload_file_name { overflow: hidden; padding-left: 10px; } .plupload_file_rename { width:95%; } .plupload_progress {width: 60px;} .plupload_progress_container {padding: 1px;}  .plupload_right {float: right;} .plupload_left {float: left;} .plupload_clear,.plupload_clearer {clear: both;} .plupload_clearer, .plupload_progress_bar { display: block; font-size: 0; line-height: 0; } .plupload_clearer {height: 0;}  .plupload_hidden {display: none;} .plupload_droptext { background: transparent; text-align: center; vertical-align: middle; border: 0; line-height: 165px; } .plupload_buttons, .plupload_upload_status {float: left} .plupload_message { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; } .plupload_message p { padding:0.7em; margin:0; } .plupload_message strong { font-weight: bold; } plupload_message i { font-style: italic; } .plupload_message p span.ui-icon { float: left; margin-right: 0.3em; } .plupload_header_content .ui-state-error, .plupload_header_content .ui-state-highlight { border:none; } .plupload_message_close { position:absolute; top:5px; right:5px; cursor:pointer; } .plupload .ui-sortable-placeholder { height:35px; } 
/* /home/industrystock/backend/public/css/plugins/jquery.visualize.css */
 .visualize { border: 1px solid #888; position: relative; background: #fafafa; } .visualize canvas { position: absolute; } .visualize ul,.visualize li { margin: 0; padding: 0;}  .visualize .visualize-info { padding: 3px 5px; position: absolute; top: -50px; right: 20px; opacity: .8; } .visualize .visualize-title { display: block; color: #333; margin-bottom: 3px; font-size: 1.1em; } .visualize ul.visualize-key { list-style: none; } .visualize ul.visualize-key li { list-style: none; float: left; margin-right: 10px; padding-left: 10px; position: relative;} .visualize ul.visualize-key .visualize-key-color { width: 6px; height: 6px; left: 0; position: absolute; top: 50%; margin-top: -3px; } .visualize ul.visualize-key .visualize-key-label { color: #000; }  .visualize-pie .visualize-labels { list-style: none; } .visualize-pie .visualize-label-pos, .visualize-pie .visualize-label { position: absolute; margin: 0; padding:0; } .visualize-pie .visualize-label { display: block; color: #fff; font-weight: bold; font-size: 1em; } .visualize-pie-outside .visualize-label { color: #000; font-weight: normal; }  .visualize-labels-x,.visualize-labels-y { position: absolute; left: 0; top: 0; list-style: none; } .visualize-labels-x li, .visualize-labels-y li { position: absolute; bottom: 0; } .visualize-labels-x li span.label, .visualize-labels-y li span.label { position: absolute; color: #555; } .visualize-labels-x li span.line, .visualize-labels-y li span.line { position: absolute; border: 0 solid #ccc; } .visualize-labels-x li { height: 100%; } .visualize-labels-x li span.label { top: 100%; margin-top: 5px; } .visualize-labels-x li span.line { border-left-width: 1px; height: 100%; display: block; } .visualize-labels-x li span.line { border: 0;}  .visualize-labels-y li { width: 100%; } .visualize-labels-y li span.label { right: 100%; margin-right: 5px; display: block; width: 100px; text-align: right; } .visualize-labels-y li span.line { border-top-width: 1px; width: 100%; } .visualize-bar .visualize-labels-x li span.label { width: 100%; text-align: center; } 
/* /home/industrystock/backend/public/css/plugins/jquery.snippet.css */
.sh_acid .sh_sourceCode{background-color:#eee;color:#000;font-weight:400;font-style:normal;}.sh_acid .sh_sourceCode .sh_type{color:#8080c0;font-weight:700;font-style:normal;}.sh_acid .sh_sourceCode .sh_comment{color:#ff8000;font-weight:400;font-style:normal;}.sh_acid .sh_sourceCode .sh_number{color:purple;font-weight:700;font-style:normal;}.sh_acid .sh_sourceCode .sh_preproc{color:#0080c0;font-weight:700;font-style:normal;}.sh_acid .sh_sourceCode .sh_function{color:#046;font-weight:400;font-style:normal;}.sh_berries-dark .sh_sourceCode{background-color:#80bfff;color:#400080;font-weight:400;font-style:normal;}.sh_berries-dark .sh_sourceCode .sh_type{color:#3f2bf0;font-weight:400;font-style:normal;}.sh_berries-dark .sh_sourceCode .sh_comment{color:#df0959;font-weight:400;font-style:italic;}.sh_berries-light .sh_sourceCode{background-color:#d7ffff;color:#47406d;font-weight:400;font-style:normal;}.sh_berries-light .sh_sourceCode .sh_type{color:#8b51c0;font-weight:400;font-style:normal;}.sh_berries-light .sh_sourceCode .sh_comment{color:#9c3caf;font-weight:400;font-style:italic;}.sh_bipolar .sh_sourceCode{background-color:#000;color:#d149a6;font-weight:400;font-style:normal;}.sh_bipolar .sh_sourceCode .sh_type{color:#aadd8b;font-weight:700;font-style:normal;}.sh_bipolar .sh_sourceCode .sh_comment{color:#35d6e5;font-weight:400;font-style:italic;}.sh_bipolar .sh_sourceCode .sh_preproc{color:#07f6bf;font-weight:400;font-style:normal;}.sh_bipolar .sh_sourceCode .sh_function{color:#d51993;font-weight:700;font-style:normal;}.sh_blacknblue .sh_sourceCode{background-color:#000;color:#2346d5;font-weight:400;font-style:normal;}.sh_blacknblue .sh_sourceCode .sh_type{color:#c06cf8;font-weight:700;font-style:normal;}.sh_blacknblue .sh_sourceCode .sh_comment{color:#6fb2c4;font-weight:400;font-style:italic;}.sh_blacknblue .sh_sourceCode .sh_number{color:#c4ac60;font-weight:400;font-style:normal;}.sh_blacknblue .sh_sourceCode .sh_preproc{color:#8080ff;font-weight:400;font-style:normal;}.sh_blacknblue .sh_sourceCode .sh_function{color:#1c96ed;font-weight:400;font-style:normal;}.sh_bright .sh_sourceCode{background-color:#fff;color:#401e7a;font-weight:400;font-style:normal;}.sh_bright .sh_sourceCode .sh_type{color:#f7b92c;font-weight:400;font-style:normal;}.sh_bright .sh_sourceCode .sh_comment{color:#38ad24;font-weight:400;font-style:normal;}.sh_bright .sh_sourceCode .sh_number{color:#32ba06;font-weight:400;font-style:normal;}.sh_bright .sh_sourceCode .sh_preproc{color:#5374b0;font-weight:400;font-style:normal;}.sh_bright .sh_sourceCode .sh_function{color:#d11ced;font-weight:400;font-style:normal;}.sh_contrast .sh_sourceCode{background-color:#ed6104;color:#00f;font-weight:400;font-style:normal;}.sh_contrast .sh_sourceCode .sh_number{color:#971ad8;font-weight:400;font-style:normal;}.sh_contrast .sh_sourceCode .sh_preproc{color:#7b44e0;font-weight:400;font-style:normal;}.sh_contrast .sh_sourceCode .sh_function{color:#fff700;font-weight:700;font-style:normal;}.sh_darkblue .sh_sourceCode{background-color:#000040;color:#C7C7C7;font-weight:400;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_type{color:#60ff60;font-weight:400;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_comment{color:#80a0ff;font-weight:400;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_number{color:#42cad9;font-weight:400;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_preproc{color:#ff80ff;font-weight:400;font-style:normal;}.sh_darkness .sh_sourceCode .sh_number{color:#619de7;font-weight:400;font-style:normal;}.sh_darkness .sh_sourceCode .sh_preproc{color:#1da3cf;font-weight:400;font-style:normal;}.sh_darkness .sh_sourceCode .sh_function{color:#f34627;font-weight:400;font-style:normal;}.sh_desert .sh_sourceCode{background-color:#af947e;color:#fffdec;font-weight:400;font-style:normal;}.sh_desert .sh_sourceCode .sh_type{color:#fef8bc;font-weight:400;font-style:normal;}.sh_desert .sh_sourceCode .sh_comment{color:#a00000;font-weight:400;font-style:italic;}.sh_desert .sh_sourceCode .sh_number{color:#3e3f25;font-weight:400;font-style:normal;}.sh_desert .sh_sourceCode .sh_preproc{color:#833914;font-weight:400;font-style:normal;}.sh_desert .sh_sourceCode .sh_function{color:#f3d266;font-weight:700;font-style:normal;}.sh_dull .sh_sourceCode{background-color:#bfbfbf;color:#656565;font-weight:400;font-style:normal;}.sh_dull .sh_sourceCode .sh_type{color:#3241c6;font-weight:400;font-style:normal;}.sh_dull .sh_sourceCode .sh_comment{color:#d11d20;font-weight:400;font-style:italic;}.sh_dull .sh_sourceCode .sh_number{color:#16930d;font-weight:400;font-style:normal;}.sh_dull .sh_sourceCode .sh_preproc{color:#003;font-weight:400;font-style:normal;}.sh_dull .sh_sourceCode .sh_function{color:#38255c;font-weight:400;font-style:normal;}.sh_easter .sh_sourceCode{background-color:#ffff80;color:#2C7B34;font-weight:400;font-style:normal;}.sh_easter .sh_sourceCode .sh_type{color:#ed0f55;font-weight:700;font-style:normal;}.sh_easter .sh_sourceCode .sh_comment{color:#24c815;font-weight:400;font-style:italic;}.sh_easter .sh_sourceCode .sh_number{color:#e11a70;font-weight:400;font-style:normal;}.sh_easter .sh_sourceCode .sh_preproc{color:#1583b1;font-weight:400;font-style:normal;}.sh_easter .sh_sourceCode .sh_function{color:#1d45d6;font-weight:400;font-style:normal;}.sh_emacs .sh_sourceCode .sh_type{color:#208920;font-weight:400;font-style:normal;}.sh_emacs .sh_sourceCode .sh_comment{color:#ac2020;font-weight:400;font-style:italic;}.sh_golden .sh_sourceCode{background-color:#000;color:#db0;font-weight:400;font-style:normal;}.sh_golden .sh_sourceCode .sh_type{color:#ffed8a;font-weight:400;font-style:normal;}.sh_golden .sh_sourceCode .sh_comment{color:#978345;font-weight:400;font-style:italic;}.sh_golden .sh_sourceCode .sh_preproc{color:#fda;font-weight:400;font-style:normal;}.sh_golden .sh_sourceCode .sh_function{color:#db0;font-weight:700;font-style:normal;}.sh_greenlcd .sh_sourceCode{background-color:#003400;color:#0b0;font-weight:400;font-style:normal;}.sh_greenlcd .sh_sourceCode .sh_type{color:#00ed00;font-weight:400;font-style:normal;}.sh_greenlcd .sh_sourceCode .sh_function{color:#c0ff73;font-weight:400;font-style:normal;}.sh_ide-anjuta .sh_sourceCode .sh_type{color:navy;font-weight:400;font-style:normal;}.sh_ide-anjuta .sh_sourceCode .sh_comment{color:red;font-weight:400;font-style:italic;}.sh_ide-anjuta .sh_sourceCode .sh_preproc{color:#678000;font-weight:400;font-style:normal;}.sh_ide-codewarrior .sh_sourceCode .sh_type{color:#4c73a6;font-weight:400;font-style:normal;}.sh_ide-codewarrior .sh_sourceCode .sh_comment{color:#b30000;font-weight:400;font-style:normal;}.sh_ide-devcpp .sh_sourceCode .sh_comment{color:navy;font-weight:400;font-style:italic;}.sh_ide-eclipse .sh_sourceCode .sh_comment{color:#717ab3;font-weight:400;font-style:normal;}.sh_ide-eclipse .sh_sourceCode .sh_preproc{color:#3f5fbf;font-weight:400;font-style:normal;}.sh_ide-kdev .sh_sourceCode .sh_type{color:#600000;font-weight:400;font-style:normal;}.sh_ide-kdev .sh_sourceCode .sh_comment{color:#bfbfbf;font-weight:400;font-style:italic;}.sh_ide-msvcpp .sh_sourceCode .sh_comment{color:green;font-weight:400;font-style:italic;}.sh_kwrite .sh_sourceCode .sh_type{color:#830000;font-weight:400;font-style:normal;}.sh_kwrite .sh_sourceCode .sh_comment{color:#838183;font-weight:400;font-style:italic;}.sh_kwrite .sh_sourceCode .sh_number{color:#2928ff;font-weight:400;font-style:normal;}.sh_kwrite .sh_sourceCode .sh_preproc{color:#008200;font-weight:400;font-style:normal;}.sh_kwrite .sh_sourceCode .sh_function{color:#010181;font-weight:400;font-style:normal;}.sh_navy .sh_sourceCode{background-color:#000035;color:#008bff;font-weight:400;font-style:normal;}.sh_navy .sh_sourceCode .sh_type{color:#e1e72f;font-weight:400;font-style:normal;}.sh_navy .sh_sourceCode .sh_comment{color:#fb0;font-weight:400;font-style:italic;}.sh_navy .sh_sourceCode .sh_number{color:#f87ff4;font-weight:400;font-style:normal;}.sh_nedit .sh_sourceCode .sh_comment{color:#000;font-weight:400;font-style:italic;}.sh_nedit .sh_sourceCode .sh_preproc{color:#27408b;font-weight:400;font-style:normal;}.sh_night .sh_sourceCode{background-color:#004;color:#d0f;font-weight:400;font-style:normal;}.sh_night .sh_sourceCode .sh_type{color:#f1157c;font-weight:700;font-style:normal;}.sh_night .sh_sourceCode .sh_number{color:#8ee119;font-weight:400;font-style:normal;}.sh_night .sh_sourceCode .sh_preproc{color:#0b0;font-weight:400;font-style:normal;}.sh_night .sh_sourceCode .sh_function{color:#ff06cd;font-weight:700;font-style:normal;}.sh_pablo .sh_sourceCode .sh_type{color:#00c000;font-weight:700;font-style:normal;}.sh_pablo .sh_sourceCode .sh_comment{color:gray;font-weight:400;font-style:normal;}.sh_pablo .sh_sourceCode .sh_function{color:#ff22b9;font-weight:400;font-style:normal;}.sh_peachpuff .sh_sourceCode{background-color:#ffdab9;color:#000;font-weight:400;font-style:normal;}.sh_peachpuff .sh_sourceCode .sh_type{color:#2e8b57;font-weight:700;font-style:normal;}.sh_peachpuff .sh_sourceCode .sh_comment{color:#406090;font-weight:400;font-style:normal;}.sh_peachpuff .sh_sourceCode .sh_preproc{color:#cd00cd;font-weight:400;font-style:normal;}.sh_peachpuff .sh_sourceCode .sh_function{color:#521cc7;font-weight:400;font-style:normal;}.sh_rand01 .sh_sourceCode{background-color:#fff;color:#121b28;font-weight:400;font-style:normal;}.sh_rand01 .sh_sourceCode .sh_type{color:#c42638;font-weight:700;font-style:normal;}.sh_rand01 .sh_sourceCode .sh_number{color:#0da344;font-weight:400;font-style:normal;}.sh_rand01 .sh_sourceCode .sh_preproc{color:#620ac6;font-weight:400;font-style:normal;}.sh_the .sh_sourceCode .sh_type{color:#808;font-weight:400;font-style:normal;}.sh_typical .sh_sourceCode .sh_number{color:#a900a9;font-weight:400;font-style:normal;}.sh_typical .sh_sourceCode .sh_preproc{color:#00b800;font-weight:400;font-style:normal;}.sh_vampire .sh_sourceCode{background-color:#000;color:red;font-weight:400;font-style:normal;}.sh_vampire .sh_sourceCode .sh_type{color:#F35E1E;font-weight:700;font-style:normal;}.sh_vampire .sh_sourceCode .sh_function{color:#7bc710;font-weight:400;font-style:normal;}.sh_whatis .sh_sourceCode{background-color:#000;color:#0f0;font-weight:400;font-style:normal;}.sh_whatis .sh_sourceCode .sh_function{color:#e721d3;font-weight:400;font-style:normal;}.sh_whitengrey .sh_sourceCode{background-color:#fff;color:#696969;font-weight:400;font-style:normal;}.sh_whitengrey .sh_sourceCode .sh_type{color:#696969;font-weight:400;font-style:normal;}.sh_whitengrey .sh_sourceCode .sh_comment{color:#1326a2;font-weight:400;font-style:italic;}.sh_whitengrey .sh_sourceCode .sh_preproc{color:#470000;font-weight:400;font-style:normal;}.sh_zellner .sh_sourceCode .sh_preproc{color:#a020f0;font-weight:400;font-style:normal;}.sh_acid,.sh_berries-dark,.sh_berries-light,.sh_bipolar,.sh_blacknblue,.sh_bright,.sh_contrast,.sh_darkblue,.sh_darkness,.sh_desert,.sh_dull,.sh_easter,.sh_emacs,.sh_golden,.sh_greenlcd,.sh_ide-anjuta,.sh_ide-codewarrior,.sh_ide-devcpp,.sh_ide-eclipse,.sh_ide-kdev,.sh_ide-msvcpp,.sh_kwrite,.sh_matlab,.sh_navy,.sh_nedit,.sh_neon,.sh_night,.sh_pablo,.sh_peachpuff,.sh_print,.sh_rand01,.sh_the,.sh_typical,.sh_vampire,.sh_vim-dark,.sh_vim,.sh_whatis,.sh_whitengrey,.sh_zellner{background:none;border:0 none;margin:0;padding:0;}.sh_acid .sh_sourceCode .sh_keyword,.sh_acid .sh_sourceCode .sh_date,.sh_acid .sh_sourceCode .sh_time,.sh_acid .sh_sourceCode .sh_file,.sh_acid .sh_sourceCode .sh_difflines,.sh_acid .sh_sourceCode .sh_property{color:#bb7977;font-weight:700;font-style:normal;}.sh_acid .sh_sourceCode .sh_string,.sh_acid .sh_sourceCode .sh_regexp,.sh_acid .sh_sourceCode .sh_url,.sh_acid .sh_sourceCode .sh_ip,.sh_acid .sh_sourceCode .sh_name,.sh_acid .sh_sourceCode .sh_newfile,.sh_acid .sh_sourceCode .sh_value{color:#a68500;font-weight:400;font-style:normal;}.sh_acid .sh_sourceCode .sh_specialchar,.sh_acid .sh_sourceCode .sh_oldfile{color:#f0f;font-weight:700;font-style:normal;}.sh_acid .sh_sourceCode .sh_symbol,.sh_acid .sh_sourceCode .sh_cbracket{color:#ff0080;font-weight:700;font-style:normal;}.sh_acid .sh_sourceCode .sh_variable,.sh_acid .sh_sourceCode .sh_selector{color:#0080c0;font-weight:400;font-style:normal;}.sh_berries-dark .sh_sourceCode .sh_keyword,.sh_berries-dark .sh_sourceCode .sh_date,.sh_berries-dark .sh_sourceCode .sh_time,.sh_berries-dark .sh_sourceCode .sh_file,.sh_berries-dark .sh_sourceCode .sh_difflines,.sh_berries-dark .sh_sourceCode .sh_property{color:#3f2bf0;font-weight:700;font-style:normal;}.sh_berries-dark .sh_sourceCode .sh_string,.sh_berries-dark .sh_sourceCode .sh_regexp,.sh_berries-dark .sh_sourceCode .sh_url,.sh_berries-dark .sh_sourceCode .sh_ip,.sh_berries-dark .sh_sourceCode .sh_name,.sh_berries-dark .sh_sourceCode .sh_newfile,.sh_berries-dark .sh_sourceCode .sh_value{color:#c40000;font-weight:400;font-style:normal;}.sh_berries-dark .sh_sourceCode .sh_specialchar,.sh_berries-dark .sh_sourceCode .sh_oldfile{color:#77379a;font-weight:400;font-style:normal;}.sh_berries-dark .sh_sourceCode .sh_number,.sh_berries-light .sh_sourceCode .sh_number{color:#20755a;font-weight:400;font-style:normal;}.sh_berries-dark .sh_sourceCode .sh_preproc,.sh_berries-light .sh_sourceCode .sh_preproc{color:#0628cb;font-weight:400;font-style:normal;}.sh_berries-dark .sh_sourceCode .sh_symbol,.sh_berries-dark .sh_sourceCode .sh_cbracket,.sh_contrast .sh_sourceCode .sh_comment,.sh_emacs .sh_sourceCode .sh_number,.sh_emacs .sh_sourceCode .sh_preproc,.sh_emacs .sh_sourceCode .sh_function,.sh_ide-anjuta .sh_sourceCode .sh_function,.sh_ide-codewarrior .sh_sourceCode .sh_number,.sh_ide-codewarrior .sh_sourceCode .sh_function,.sh_ide-devcpp .sh_sourceCode .sh_type,.sh_ide-devcpp .sh_sourceCode .sh_function,.sh_ide-eclipse .sh_sourceCode .sh_number,.sh_ide-eclipse .sh_sourceCode .sh_function,.sh_ide-kdev .sh_sourceCode .sh_function,.sh_ide-msvcpp .sh_sourceCode .sh_string,.sh_ide-msvcpp .sh_sourceCode .sh_regexp,.sh_ide-msvcpp .sh_sourceCode .sh_specialchar,.sh_ide-msvcpp .sh_sourceCode .sh_number,.sh_ide-msvcpp .sh_sourceCode .sh_function,.sh_ide-msvcpp .sh_sourceCode .sh_url,.sh_ide-msvcpp .sh_sourceCode .sh_ip,.sh_ide-msvcpp .sh_sourceCode .sh_name,.sh_ide-msvcpp .sh_sourceCode .sh_oldfile,.sh_ide-msvcpp .sh_sourceCode .sh_newfile,.sh_ide-msvcpp .sh_sourceCode .sh_value,.sh_matlab .sh_sourceCode .sh_type,.sh_matlab .sh_sourceCode .sh_specialchar,.sh_matlab .sh_sourceCode .sh_number,.sh_matlab .sh_sourceCode .sh_function,.sh_matlab .sh_sourceCode .sh_oldfile,.sh_nedit .sh_sourceCode .sh_function,.sh_print .sh_sourceCode .sh_string,.sh_print .sh_sourceCode .sh_regexp,.sh_print .sh_sourceCode .sh_specialchar,.sh_print .sh_sourceCode .sh_number,.sh_print .sh_sourceCode .sh_url,.sh_print .sh_sourceCode .sh_ip,.sh_print .sh_sourceCode .sh_name,.sh_print .sh_sourceCode .sh_oldfile,.sh_print .sh_sourceCode .sh_newfile,.sh_print .sh_sourceCode .sh_value,.sh_the .sh_sourceCode .sh_specialchar,.sh_the .sh_sourceCode .sh_function,.sh_the .sh_sourceCode .sh_oldfile,.sh_vim .sh_sourceCode .sh_function,.sh_whitengrey .sh_sourceCode .sh_function{color:#000;font-weight:400;font-style:normal;}.sh_berries-dark .sh_sourceCode .sh_function,.sh_berries-light .sh_sourceCode .sh_function{color:#901164;font-weight:700;font-style:normal;}.sh_berries-dark .sh_sourceCode .sh_variable,.sh_berries-dark .sh_sourceCode .sh_selector{color:#a91ea7;font-weight:400;font-style:normal;}.sh_berries-light .sh_sourceCode .sh_keyword,.sh_berries-light .sh_sourceCode .sh_date,.sh_berries-light .sh_sourceCode .sh_time,.sh_berries-light .sh_sourceCode .sh_file,.sh_berries-light .sh_sourceCode .sh_difflines,.sh_berries-light .sh_sourceCode .sh_property{color:#2cae1e;font-weight:700;font-style:normal;}.sh_berries-light .sh_sourceCode .sh_string,.sh_berries-light .sh_sourceCode .sh_regexp,.sh_berries-light .sh_sourceCode .sh_specialchar,.sh_berries-light .sh_sourceCode .sh_url,.sh_berries-light .sh_sourceCode .sh_ip,.sh_berries-light .sh_sourceCode .sh_name,.sh_berries-light .sh_sourceCode .sh_oldfile,.sh_berries-light .sh_sourceCode .sh_newfile,.sh_berries-light .sh_sourceCode .sh_value{color:#5f81b3;font-weight:400;font-style:normal;}.sh_berries-light .sh_sourceCode .sh_symbol,.sh_berries-light .sh_sourceCode .sh_cbracket{color:#d2073b;font-weight:400;font-style:normal;}.sh_berries-light .sh_sourceCode .sh_variable,.sh_berries-light .sh_sourceCode .sh_selector{color:#0628cb;font-weight:700;font-style:normal;}.sh_bipolar .sh_sourceCode .sh_keyword,.sh_bipolar .sh_sourceCode .sh_date,.sh_bipolar .sh_sourceCode .sh_time,.sh_bipolar .sh_sourceCode .sh_file,.sh_bipolar .sh_sourceCode .sh_difflines,.sh_bipolar .sh_sourceCode .sh_property{color:#ee85e2;font-weight:700;font-style:normal;}.sh_bipolar .sh_sourceCode .sh_string,.sh_bipolar .sh_sourceCode .sh_regexp,.sh_bipolar .sh_sourceCode .sh_specialchar,.sh_bipolar .sh_sourceCode .sh_url,.sh_bipolar .sh_sourceCode .sh_ip,.sh_bipolar .sh_sourceCode .sh_name,.sh_bipolar .sh_sourceCode .sh_oldfile,.sh_bipolar .sh_sourceCode .sh_newfile,.sh_bipolar .sh_sourceCode .sh_value{color:#9ef457;font-weight:400;font-style:normal;}.sh_bipolar .sh_sourceCode .sh_number,.sh_golden .sh_sourceCode .sh_number,.sh_greenlcd .sh_sourceCode .sh_number,.sh_navy .sh_sourceCode .sh_string,.sh_navy .sh_sourceCode .sh_regexp,.sh_navy .sh_sourceCode .sh_specialchar,.sh_navy .sh_sourceCode .sh_symbol,.sh_navy .sh_sourceCode .sh_function,.sh_navy .sh_sourceCode .sh_cbracket,.sh_navy .sh_sourceCode .sh_url,.sh_navy .sh_sourceCode .sh_ip,.sh_navy .sh_sourceCode .sh_name,.sh_navy .sh_sourceCode .sh_oldfile,.sh_navy .sh_sourceCode .sh_newfile,.sh_navy .sh_sourceCode .sh_value,.sh_night .sh_sourceCode .sh_string,.sh_night .sh_sourceCode .sh_regexp,.sh_night .sh_sourceCode .sh_url,.sh_night .sh_sourceCode .sh_ip,.sh_night .sh_sourceCode .sh_name,.sh_night .sh_sourceCode .sh_newfile,.sh_night .sh_sourceCode .sh_value,.sh_vampire .sh_sourceCode .sh_specialchar,.sh_vampire .sh_sourceCode .sh_variable,.sh_vampire .sh_sourceCode .sh_oldfile,.sh_vampire .sh_sourceCode .sh_selector,.sh_vim-dark .sh_sourceCode .sh_function{color:#fff;font-weight:400;font-style:normal;}.sh_bipolar .sh_sourceCode .sh_symbol,.sh_bipolar .sh_sourceCode .sh_cbracket{color:#348fef;font-weight:400;font-style:normal;}.sh_bipolar .sh_sourceCode .sh_variable,.sh_bipolar .sh_sourceCode .sh_selector{color:#72d42c;font-weight:700;font-style:normal;}.sh_blacknblue .sh_sourceCode .sh_keyword,.sh_blacknblue .sh_sourceCode .sh_date,.sh_blacknblue .sh_sourceCode .sh_time,.sh_blacknblue .sh_sourceCode .sh_file,.sh_blacknblue .sh_sourceCode .sh_difflines,.sh_blacknblue .sh_sourceCode .sh_property{color:#1ededc;font-weight:700;font-style:normal;}.sh_blacknblue .sh_sourceCode .sh_string,.sh_blacknblue .sh_sourceCode .sh_regexp,.sh_blacknblue .sh_sourceCode .sh_url,.sh_blacknblue .sh_sourceCode .sh_ip,.sh_blacknblue .sh_sourceCode .sh_name,.sh_blacknblue .sh_sourceCode .sh_newfile,.sh_blacknblue .sh_sourceCode .sh_value{color:#cfc631;font-weight:400;font-style:normal;}.sh_blacknblue .sh_sourceCode .sh_specialchar,.sh_blacknblue .sh_sourceCode .sh_symbol,.sh_blacknblue .sh_sourceCode .sh_cbracket,.sh_blacknblue .sh_sourceCode .sh_oldfile{color:#ccc6c6;font-weight:400;font-style:normal;}.sh_blacknblue .sh_sourceCode .sh_variable,.sh_blacknblue .sh_sourceCode .sh_selector{color:#ecea26;font-weight:400;font-style:normal;}.sh_bright .sh_sourceCode .sh_keyword,.sh_bright .sh_sourceCode .sh_date,.sh_bright .sh_sourceCode .sh_time,.sh_bright .sh_sourceCode .sh_file,.sh_bright .sh_sourceCode .sh_difflines,.sh_bright .sh_sourceCode .sh_property{color:#ff3030;font-weight:700;font-style:normal;}.sh_bright .sh_sourceCode .sh_string,.sh_bright .sh_sourceCode .sh_regexp,.sh_bright .sh_sourceCode .sh_specialchar,.sh_bright .sh_sourceCode .sh_url,.sh_bright .sh_sourceCode .sh_ip,.sh_bright .sh_sourceCode .sh_name,.sh_bright .sh_sourceCode .sh_oldfile,.sh_bright .sh_sourceCode .sh_newfile,.sh_bright .sh_sourceCode .sh_value{color:#1861a7;font-weight:400;font-style:normal;}.sh_bright .sh_sourceCode .sh_symbol,.sh_bright .sh_sourceCode .sh_cbracket{color:#3030ee;font-weight:400;font-style:normal;}.sh_bright .sh_sourceCode .sh_variable,.sh_bright .sh_sourceCode .sh_selector,.sh_emacs .sh_sourceCode .sh_variable,.sh_emacs .sh_sourceCode .sh_selector,.sh_ide-anjuta .sh_sourceCode .sh_variable,.sh_ide-anjuta .sh_sourceCode .sh_selector,.sh_ide-devcpp .sh_sourceCode .sh_number,.sh_ide-eclipse .sh_sourceCode .sh_string,.sh_ide-eclipse .sh_sourceCode .sh_regexp,.sh_ide-eclipse .sh_sourceCode .sh_specialchar,.sh_ide-eclipse .sh_sourceCode .sh_url,.sh_ide-eclipse .sh_sourceCode .sh_ip,.sh_ide-eclipse .sh_sourceCode .sh_name,.sh_ide-eclipse .sh_sourceCode .sh_oldfile,.sh_ide-eclipse .sh_sourceCode .sh_newfile,.sh_ide-eclipse .sh_sourceCode .sh_value,.sh_ide-kdev .sh_sourceCode .sh_number,.sh_ide-msvcpp .sh_sourceCode .sh_type,.sh_ide-msvcpp .sh_sourceCode .sh_preproc,.sh_matlab .sh_sourceCode .sh_keyword,.sh_matlab .sh_sourceCode .sh_date,.sh_matlab .sh_sourceCode .sh_time,.sh_matlab .sh_sourceCode .sh_file,.sh_matlab .sh_sourceCode .sh_variable,.sh_matlab .sh_sourceCode .sh_difflines,.sh_matlab .sh_sourceCode .sh_selector,.sh_matlab .sh_sourceCode .sh_property,.sh_pablo .sh_sourceCode .sh_specialchar,.sh_pablo .sh_sourceCode .sh_oldfile,.sh_the .sh_sourceCode .sh_keyword,.sh_the .sh_sourceCode .sh_date,.sh_the .sh_sourceCode .sh_time,.sh_the .sh_sourceCode .sh_file,.sh_the .sh_sourceCode .sh_variable,.sh_the .sh_sourceCode .sh_difflines,.sh_the .sh_sourceCode .sh_selector,.sh_the .sh_sourceCode .sh_property,.sh_typical .sh_sourceCode .sh_type,.sh_vim-dark .sh_sourceCode .sh_comment,.sh_vim .sh_sourceCode .sh_comment,.sh_zellner .sh_sourceCode .sh_type{color:#00f;font-weight:400;font-style:normal;}.sh_contrast .sh_sourceCode .sh_keyword,.sh_contrast .sh_sourceCode .sh_type,.sh_contrast .sh_sourceCode .sh_date,.sh_contrast .sh_sourceCode .sh_time,.sh_contrast .sh_sourceCode .sh_file,.sh_contrast .sh_sourceCode .sh_difflines,.sh_contrast .sh_sourceCode .sh_property,.sh_darkblue .sh_sourceCode .sh_function,.sh_neon .sh_sourceCode .sh_function,.sh_night .sh_sourceCode .sh_keyword,.sh_night .sh_sourceCode .sh_date,.sh_night .sh_sourceCode .sh_time,.sh_night .sh_sourceCode .sh_file,.sh_night .sh_sourceCode .sh_difflines,.sh_night .sh_sourceCode .sh_property,.sh_vampire .sh_sourceCode .sh_keyword,.sh_vampire .sh_sourceCode .sh_date,.sh_vampire .sh_sourceCode .sh_time,.sh_vampire .sh_sourceCode .sh_file,.sh_vampire .sh_sourceCode .sh_difflines,.sh_vampire .sh_sourceCode .sh_property,.sh_whatis .sh_sourceCode .sh_type{color:#fff;font-weight:700;font-style:normal;}.sh_contrast .sh_sourceCode .sh_string,.sh_contrast .sh_sourceCode .sh_regexp,.sh_contrast .sh_sourceCode .sh_specialchar,.sh_contrast .sh_sourceCode .sh_url,.sh_contrast .sh_sourceCode .sh_ip,.sh_contrast .sh_sourceCode .sh_name,.sh_contrast .sh_sourceCode .sh_oldfile,.sh_contrast .sh_sourceCode .sh_newfile,.sh_contrast .sh_sourceCode .sh_value{color:#11f80c;font-weight:400;font-style:normal;}.sh_contrast .sh_sourceCode .sh_symbol,.sh_contrast .sh_sourceCode .sh_cbracket,.sh_golden .sh_sourceCode .sh_variable,.sh_golden .sh_sourceCode .sh_selector{color:#dedede;font-weight:700;font-style:normal;}.sh_contrast .sh_sourceCode .sh_variable,.sh_contrast .sh_sourceCode .sh_selector{color:#11f80c;font-weight:700;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_keyword,.sh_darkblue .sh_sourceCode .sh_date,.sh_darkblue .sh_sourceCode .sh_time,.sh_darkblue .sh_sourceCode .sh_file,.sh_darkblue .sh_sourceCode .sh_difflines,.sh_darkblue .sh_sourceCode .sh_property{color:#ffff60;font-weight:400;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_string,.sh_darkblue .sh_sourceCode .sh_regexp,.sh_darkblue .sh_sourceCode .sh_url,.sh_darkblue .sh_sourceCode .sh_ip,.sh_darkblue .sh_sourceCode .sh_name,.sh_darkblue .sh_sourceCode .sh_newfile,.sh_darkblue .sh_sourceCode .sh_value{color:#ffa0a0;font-weight:400;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_specialchar,.sh_darkblue .sh_sourceCode .sh_oldfile{color:orange;font-weight:400;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_symbol,.sh_darkblue .sh_sourceCode .sh_cbracket{color:#d8e91b;font-weight:700;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_variable,.sh_darkblue .sh_sourceCode .sh_selector,.sh_darkness .sh_sourceCode .sh_variable,.sh_darkness .sh_sourceCode .sh_selector{color:#26e0e7;font-weight:400;font-style:normal;}.sh_darkness .sh_sourceCode,.sh_neon .sh_sourceCode,.sh_pablo .sh_sourceCode,.sh_vim-dark .sh_sourceCode{background-color:#000;color:#fff;font-weight:400;font-style:normal;}.sh_darkness .sh_sourceCode .sh_keyword,.sh_darkness .sh_sourceCode .sh_date,.sh_darkness .sh_sourceCode .sh_time,.sh_darkness .sh_sourceCode .sh_file,.sh_darkness .sh_sourceCode .sh_difflines,.sh_darkness .sh_sourceCode .sh_property{color:#ff0;font-weight:700;font-style:normal;}.sh_darkness .sh_sourceCode .sh_type,.sh_pablo .sh_sourceCode .sh_preproc,.sh_vim-dark .sh_sourceCode .sh_type,.sh_vim .sh_sourceCode .sh_type{color:#0f0;font-weight:400;font-style:normal;}.sh_darkness .sh_sourceCode .sh_string,.sh_darkness .sh_sourceCode .sh_regexp,.sh_darkness .sh_sourceCode .sh_url,.sh_darkness .sh_sourceCode .sh_ip,.sh_darkness .sh_sourceCode .sh_name,.sh_darkness .sh_sourceCode .sh_newfile,.sh_darkness .sh_sourceCode .sh_value{color:#abab00;font-weight:700;font-style:normal;}.sh_darkness .sh_sourceCode .sh_specialchar,.sh_darkness .sh_sourceCode .sh_oldfile,.sh_greenlcd .sh_sourceCode .sh_preproc,.sh_night .sh_sourceCode .sh_comment,.sh_whatis .sh_sourceCode .sh_preproc{color:#bfbfbf;font-weight:400;font-style:normal;}.sh_darkness .sh_sourceCode .sh_comment,.sh_greenlcd .sh_sourceCode .sh_comment{color:#888;font-weight:400;font-style:italic;}.sh_darkness .sh_sourceCode .sh_symbol,.sh_darkness .sh_sourceCode .sh_cbracket,.sh_kwrite .sh_sourceCode .sh_specialchar,.sh_kwrite .sh_sourceCode .sh_oldfile,.sh_neon .sh_sourceCode .sh_number,.sh_zellner .sh_sourceCode .sh_string,.sh_zellner .sh_sourceCode .sh_regexp,.sh_zellner .sh_sourceCode .sh_specialchar,.sh_zellner .sh_sourceCode .sh_number,.sh_zellner .sh_sourceCode .sh_url,.sh_zellner .sh_sourceCode .sh_ip,.sh_zellner .sh_sourceCode .sh_name,.sh_zellner .sh_sourceCode .sh_oldfile,.sh_zellner .sh_sourceCode .sh_newfile,.sh_zellner .sh_sourceCode .sh_value{color:#f0f;font-weight:400;font-style:normal;}.sh_desert .sh_sourceCode .sh_keyword,.sh_desert .sh_sourceCode .sh_date,.sh_desert .sh_sourceCode .sh_time,.sh_desert .sh_sourceCode .sh_file,.sh_desert .sh_sourceCode .sh_difflines,.sh_desert .sh_sourceCode .sh_property{color:#fef8bc;font-weight:700;font-style:normal;}.sh_desert .sh_sourceCode .sh_string,.sh_desert .sh_sourceCode .sh_regexp,.sh_desert .sh_sourceCode .sh_specialchar,.sh_desert .sh_sourceCode .sh_url,.sh_desert .sh_sourceCode .sh_ip,.sh_desert .sh_sourceCode .sh_name,.sh_desert .sh_sourceCode .sh_oldfile,.sh_desert .sh_sourceCode .sh_newfile,.sh_desert .sh_sourceCode .sh_value{color:#f6f647;font-weight:400;font-style:normal;}.sh_desert .sh_sourceCode .sh_symbol,.sh_desert .sh_sourceCode .sh_cbracket{color:#66574f;font-weight:400;font-style:normal;}.sh_desert .sh_sourceCode .sh_variable,.sh_desert .sh_sourceCode .sh_selector,.sh_ide-devcpp .sh_sourceCode .sh_keyword,.sh_ide-devcpp .sh_sourceCode .sh_date,.sh_ide-devcpp .sh_sourceCode .sh_time,.sh_ide-devcpp .sh_sourceCode .sh_file,.sh_ide-devcpp .sh_sourceCode .sh_variable,.sh_ide-devcpp .sh_sourceCode .sh_difflines,.sh_ide-devcpp .sh_sourceCode .sh_selector,.sh_ide-devcpp .sh_sourceCode .sh_property,.sh_kwrite .sh_sourceCode .sh_keyword,.sh_kwrite .sh_sourceCode .sh_date,.sh_kwrite .sh_sourceCode .sh_time,.sh_kwrite .sh_sourceCode .sh_file,.sh_kwrite .sh_sourceCode .sh_variable,.sh_kwrite .sh_sourceCode .sh_difflines,.sh_kwrite .sh_sourceCode .sh_selector,.sh_kwrite .sh_sourceCode .sh_property,.sh_nedit .sh_sourceCode .sh_keyword,.sh_nedit .sh_sourceCode .sh_symbol,.sh_nedit .sh_sourceCode .sh_cbracket,.sh_nedit .sh_sourceCode .sh_date,.sh_nedit .sh_sourceCode .sh_time,.sh_nedit .sh_sourceCode .sh_file,.sh_nedit .sh_sourceCode .sh_difflines,.sh_nedit .sh_sourceCode .sh_property,.sh_print .sh_sourceCode .sh_keyword,.sh_print .sh_sourceCode .sh_type,.sh_print .sh_sourceCode .sh_preproc,.sh_print .sh_sourceCode .sh_symbol,.sh_print .sh_sourceCode .sh_cbracket,.sh_print .sh_sourceCode .sh_date,.sh_print .sh_sourceCode .sh_time,.sh_print .sh_sourceCode .sh_file,.sh_print .sh_sourceCode .sh_variable,.sh_print .sh_sourceCode .sh_difflines,.sh_print .sh_sourceCode .sh_selector,.sh_print .sh_sourceCode .sh_property,.sh_rand01 .sh_sourceCode .sh_function,.sh_typical .sh_sourceCode .sh_function,.sh_zellner .sh_sourceCode .sh_function{color:#000;font-weight:700;font-style:normal;}.sh_dull .sh_sourceCode .sh_keyword,.sh_dull .sh_sourceCode .sh_date,.sh_dull .sh_sourceCode .sh_time,.sh_dull .sh_sourceCode .sh_file,.sh_dull .sh_sourceCode .sh_difflines,.sh_dull .sh_sourceCode .sh_property{color:#353535;font-weight:700;font-style:normal;}.sh_dull .sh_sourceCode .sh_string,.sh_dull .sh_sourceCode .sh_regexp,.sh_dull .sh_sourceCode .sh_specialchar,.sh_dull .sh_sourceCode .sh_url,.sh_dull .sh_sourceCode .sh_ip,.sh_dull .sh_sourceCode .sh_name,.sh_dull .sh_sourceCode .sh_oldfile,.sh_dull .sh_sourceCode .sh_newfile,.sh_dull .sh_sourceCode .sh_value{color:#059;font-weight:400;font-style:normal;}.sh_dull .sh_sourceCode .sh_symbol,.sh_dull .sh_sourceCode .sh_cbracket{color:#222;font-weight:400;font-style:normal;}.sh_dull .sh_sourceCode .sh_variable,.sh_dull .sh_sourceCode .sh_selector{color:#ae5a16;font-weight:400;font-style:normal;}.sh_easter .sh_sourceCode .sh_keyword,.sh_easter .sh_sourceCode .sh_date,.sh_easter .sh_sourceCode .sh_time,.sh_easter .sh_sourceCode .sh_file,.sh_easter .sh_sourceCode .sh_difflines,.sh_easter .sh_sourceCode .sh_property{color:#1d45d6;font-weight:700;font-style:normal;}.sh_easter .sh_sourceCode .sh_string,.sh_easter .sh_sourceCode .sh_regexp,.sh_easter .sh_sourceCode .sh_specialchar,.sh_easter .sh_sourceCode .sh_url,.sh_easter .sh_sourceCode .sh_ip,.sh_easter .sh_sourceCode .sh_name,.sh_easter .sh_sourceCode .sh_oldfile,.sh_easter .sh_sourceCode .sh_newfile,.sh_easter .sh_sourceCode .sh_value{color:#ca4be3;font-weight:400;font-style:normal;}.sh_easter .sh_sourceCode .sh_symbol,.sh_easter .sh_sourceCode .sh_cbracket{color:#fa4700;font-weight:400;font-style:normal;}.sh_easter .sh_sourceCode .sh_variable,.sh_easter .sh_sourceCode .sh_selector{color:#26aae7;font-weight:700;font-style:normal;}.sh_emacs .sh_sourceCode,.sh_ide-anjuta .sh_sourceCode,.sh_ide-codewarrior .sh_sourceCode,.sh_ide-devcpp .sh_sourceCode,.sh_ide-eclipse .sh_sourceCode,.sh_ide-kdev .sh_sourceCode,.sh_ide-msvcpp .sh_sourceCode,.sh_kwrite .sh_sourceCode,.sh_matlab .sh_sourceCode,.sh_nedit .sh_sourceCode,.sh_print .sh_sourceCode,.sh_the .sh_sourceCode,.sh_typical .sh_sourceCode,.sh_vim .sh_sourceCode,.sh_zellner .sh_sourceCode{background-color:#fff;color:#000;font-weight:400;font-style:normal;}.sh_emacs .sh_sourceCode .sh_keyword,.sh_emacs .sh_sourceCode .sh_date,.sh_emacs .sh_sourceCode .sh_time,.sh_emacs .sh_sourceCode .sh_file,.sh_emacs .sh_sourceCode .sh_difflines,.sh_emacs .sh_sourceCode .sh_property{color:#9c20ee;font-weight:700;font-style:normal;}.sh_emacs .sh_sourceCode .sh_string,.sh_emacs .sh_sourceCode .sh_regexp,.sh_emacs .sh_sourceCode .sh_specialchar,.sh_emacs .sh_sourceCode .sh_url,.sh_emacs .sh_sourceCode .sh_ip,.sh_emacs .sh_sourceCode .sh_name,.sh_emacs .sh_sourceCode .sh_oldfile,.sh_emacs .sh_sourceCode .sh_newfile,.sh_emacs .sh_sourceCode .sh_value{color:#bd8d8b;font-weight:400;font-style:normal;}.sh_golden .sh_sourceCode .sh_keyword,.sh_golden .sh_sourceCode .sh_date,.sh_golden .sh_sourceCode .sh_time,.sh_golden .sh_sourceCode .sh_file,.sh_golden .sh_sourceCode .sh_difflines,.sh_golden .sh_sourceCode .sh_property{color:#ffed8a;font-weight:700;font-style:normal;}.sh_golden .sh_sourceCode .sh_string,.sh_golden .sh_sourceCode .sh_regexp,.sh_golden .sh_sourceCode .sh_specialchar,.sh_golden .sh_sourceCode .sh_url,.sh_golden .sh_sourceCode .sh_ip,.sh_golden .sh_sourceCode .sh_name,.sh_golden .sh_sourceCode .sh_oldfile,.sh_golden .sh_sourceCode .sh_newfile,.sh_golden .sh_sourceCode .sh_value,.sh_ide-devcpp .sh_sourceCode .sh_string,.sh_ide-devcpp .sh_sourceCode .sh_regexp,.sh_ide-devcpp .sh_sourceCode .sh_specialchar,.sh_ide-devcpp .sh_sourceCode .sh_url,.sh_ide-devcpp .sh_sourceCode .sh_ip,.sh_ide-devcpp .sh_sourceCode .sh_name,.sh_ide-devcpp .sh_sourceCode .sh_oldfile,.sh_ide-devcpp .sh_sourceCode .sh_newfile,.sh_ide-devcpp .sh_sourceCode .sh_value,.sh_ide-kdev .sh_sourceCode .sh_string,.sh_ide-kdev .sh_sourceCode .sh_regexp,.sh_ide-kdev .sh_sourceCode .sh_specialchar,.sh_ide-kdev .sh_sourceCode .sh_url,.sh_ide-kdev .sh_sourceCode .sh_ip,.sh_ide-kdev .sh_sourceCode .sh_name,.sh_ide-kdev .sh_sourceCode .sh_oldfile,.sh_ide-kdev .sh_sourceCode .sh_newfile,.sh_ide-kdev .sh_sourceCode .sh_value,.sh_kwrite .sh_sourceCode .sh_string,.sh_kwrite .sh_sourceCode .sh_regexp,.sh_kwrite .sh_sourceCode .sh_url,.sh_kwrite .sh_sourceCode .sh_ip,.sh_kwrite .sh_sourceCode .sh_name,.sh_kwrite .sh_sourceCode .sh_newfile,.sh_kwrite .sh_sourceCode .sh_value,.sh_pablo .sh_sourceCode .sh_symbol,.sh_pablo .sh_sourceCode .sh_cbracket,.sh_the .sh_sourceCode .sh_number,.sh_the .sh_sourceCode .sh_preproc,.sh_typical .sh_sourceCode .sh_string,.sh_typical .sh_sourceCode .sh_regexp,.sh_typical .sh_sourceCode .sh_symbol,.sh_typical .sh_sourceCode .sh_cbracket,.sh_typical .sh_sourceCode .sh_url,.sh_typical .sh_sourceCode .sh_ip,.sh_typical .sh_sourceCode .sh_name,.sh_typical .sh_sourceCode .sh_newfile,.sh_typical .sh_sourceCode .sh_value,.sh_vim-dark .sh_sourceCode .sh_string,.sh_vim-dark .sh_sourceCode .sh_regexp,.sh_vim-dark .sh_sourceCode .sh_number,.sh_vim-dark .sh_sourceCode .sh_url,.sh_vim-dark .sh_sourceCode .sh_ip,.sh_vim-dark .sh_sourceCode .sh_name,.sh_vim-dark .sh_sourceCode .sh_newfile,.sh_vim-dark .sh_sourceCode .sh_value,.sh_vim .sh_sourceCode .sh_string,.sh_vim .sh_sourceCode .sh_regexp,.sh_vim .sh_sourceCode .sh_number,.sh_vim .sh_sourceCode .sh_url,.sh_vim .sh_sourceCode .sh_ip,.sh_vim .sh_sourceCode .sh_name,.sh_vim .sh_sourceCode .sh_newfile,.sh_vim .sh_sourceCode .sh_value,.sh_whatis .sh_sourceCode .sh_comment,.sh_zellner .sh_sourceCode .sh_comment{color:red;font-weight:400;font-style:normal;}.sh_golden .sh_sourceCode .sh_symbol,.sh_golden .sh_sourceCode .sh_cbracket,.sh_vampire .sh_sourceCode .sh_preproc{color:#ababab;font-weight:400;font-style:normal;}.sh_greenlcd .sh_sourceCode .sh_keyword,.sh_greenlcd .sh_sourceCode .sh_date,.sh_greenlcd .sh_sourceCode .sh_time,.sh_greenlcd .sh_sourceCode .sh_file,.sh_greenlcd .sh_sourceCode .sh_difflines,.sh_greenlcd .sh_sourceCode .sh_property{color:#00ed00;font-weight:700;font-style:normal;}.sh_greenlcd .sh_sourceCode .sh_string,.sh_greenlcd .sh_sourceCode .sh_regexp,.sh_greenlcd .sh_sourceCode .sh_specialchar,.sh_greenlcd .sh_sourceCode .sh_url,.sh_greenlcd .sh_sourceCode .sh_ip,.sh_greenlcd .sh_sourceCode .sh_name,.sh_greenlcd .sh_sourceCode .sh_oldfile,.sh_greenlcd .sh_sourceCode .sh_newfile,.sh_greenlcd .sh_sourceCode .sh_value{color:#dfdfdf;font-weight:400;font-style:normal;}.sh_greenlcd .sh_sourceCode .sh_symbol,.sh_greenlcd .sh_sourceCode .sh_cbracket{color:#2fe7a9;font-weight:400;font-style:normal;}.sh_greenlcd .sh_sourceCode .sh_variable,.sh_greenlcd .sh_sourceCode .sh_selector{color:#beef13;font-weight:400;font-style:normal;}.sh_ide-anjuta .sh_sourceCode .sh_keyword,.sh_ide-anjuta .sh_sourceCode .sh_date,.sh_ide-anjuta .sh_sourceCode .sh_time,.sh_ide-anjuta .sh_sourceCode .sh_file,.sh_ide-anjuta .sh_sourceCode .sh_difflines,.sh_ide-anjuta .sh_sourceCode .sh_property{color:navy;font-weight:700;font-style:normal;}.sh_ide-anjuta .sh_sourceCode .sh_string,.sh_ide-anjuta .sh_sourceCode .sh_regexp,.sh_ide-anjuta .sh_sourceCode .sh_specialchar,.sh_ide-anjuta .sh_sourceCode .sh_url,.sh_ide-anjuta .sh_sourceCode .sh_ip,.sh_ide-anjuta .sh_sourceCode .sh_name,.sh_ide-anjuta .sh_sourceCode .sh_oldfile,.sh_ide-anjuta .sh_sourceCode .sh_newfile,.sh_ide-anjuta .sh_sourceCode .sh_value{color:#db0;font-weight:400;font-style:normal;}.sh_ide-anjuta .sh_sourceCode .sh_number,.sh_whitengrey .sh_sourceCode .sh_string,.sh_whitengrey .sh_sourceCode .sh_regexp,.sh_whitengrey .sh_sourceCode .sh_specialchar,.sh_whitengrey .sh_sourceCode .sh_url,.sh_whitengrey .sh_sourceCode .sh_ip,.sh_whitengrey .sh_sourceCode .sh_name,.sh_whitengrey .sh_sourceCode .sh_oldfile,.sh_whitengrey .sh_sourceCode .sh_newfile,.sh_whitengrey .sh_sourceCode .sh_value{color:#080;font-weight:400;font-style:normal;}.sh_ide-codewarrior .sh_sourceCode .sh_keyword,.sh_ide-codewarrior .sh_sourceCode .sh_preproc,.sh_ide-codewarrior .sh_sourceCode .sh_date,.sh_ide-codewarrior .sh_sourceCode .sh_time,.sh_ide-codewarrior .sh_sourceCode .sh_file,.sh_ide-codewarrior .sh_sourceCode .sh_variable,.sh_ide-codewarrior .sh_sourceCode .sh_difflines,.sh_ide-codewarrior .sh_sourceCode .sh_selector,.sh_ide-codewarrior .sh_sourceCode .sh_property{color:#0000b3;font-weight:400;font-style:normal;}.sh_ide-codewarrior .sh_sourceCode .sh_string,.sh_ide-codewarrior .sh_sourceCode .sh_regexp,.sh_ide-codewarrior .sh_sourceCode .sh_specialchar,.sh_ide-codewarrior .sh_sourceCode .sh_url,.sh_ide-codewarrior .sh_sourceCode .sh_ip,.sh_ide-codewarrior .sh_sourceCode .sh_name,.sh_ide-codewarrior .sh_sourceCode .sh_oldfile,.sh_ide-codewarrior .sh_sourceCode .sh_newfile,.sh_ide-codewarrior .sh_sourceCode .sh_value{color:#666;font-weight:400;font-style:normal;}.sh_ide-devcpp .sh_sourceCode .sh_preproc,.sh_ide-kdev .sh_sourceCode .sh_preproc{color:green;font-weight:400;font-style:normal;}.sh_ide-eclipse .sh_sourceCode .sh_keyword,.sh_ide-eclipse .sh_sourceCode .sh_type,.sh_ide-eclipse .sh_sourceCode .sh_date,.sh_ide-eclipse .sh_sourceCode .sh_time,.sh_ide-eclipse .sh_sourceCode .sh_file,.sh_ide-eclipse .sh_sourceCode .sh_variable,.sh_ide-eclipse .sh_sourceCode .sh_difflines,.sh_ide-eclipse .sh_sourceCode .sh_selector,.sh_ide-eclipse .sh_sourceCode .sh_property{color:#7f0055;font-weight:700;font-style:normal;}.sh_ide-kdev .sh_sourceCode .sh_keyword,.sh_ide-kdev .sh_sourceCode .sh_date,.sh_ide-kdev .sh_sourceCode .sh_time,.sh_ide-kdev .sh_sourceCode .sh_file,.sh_ide-kdev .sh_sourceCode .sh_variable,.sh_ide-kdev .sh_sourceCode .sh_difflines,.sh_ide-kdev .sh_sourceCode .sh_selector,.sh_ide-kdev .sh_sourceCode .sh_property{color:#600000;font-weight:700;font-style:normal;}.sh_ide-msvcpp .sh_sourceCode .sh_keyword,.sh_ide-msvcpp .sh_sourceCode .sh_date,.sh_ide-msvcpp .sh_sourceCode .sh_time,.sh_ide-msvcpp .sh_sourceCode .sh_file,.sh_ide-msvcpp .sh_sourceCode .sh_variable,.sh_ide-msvcpp .sh_sourceCode .sh_difflines,.sh_ide-msvcpp .sh_sourceCode .sh_selector,.sh_ide-msvcpp .sh_sourceCode .sh_property,.sh_typical .sh_sourceCode .sh_keyword,.sh_typical .sh_sourceCode .sh_date,.sh_typical .sh_sourceCode .sh_time,.sh_typical .sh_sourceCode .sh_file,.sh_typical .sh_sourceCode .sh_difflines,.sh_typical .sh_sourceCode .sh_property{color:#00f;font-weight:700;font-style:normal;}.sh_matlab .sh_sourceCode .sh_string,.sh_matlab .sh_sourceCode .sh_regexp,.sh_matlab .sh_sourceCode .sh_url,.sh_matlab .sh_sourceCode .sh_ip,.sh_matlab .sh_sourceCode .sh_name,.sh_matlab .sh_sourceCode .sh_newfile,.sh_matlab .sh_sourceCode .sh_value{color:maroon;font-weight:400;font-style:normal;}.sh_navy .sh_sourceCode .sh_keyword,.sh_navy .sh_sourceCode .sh_date,.sh_navy .sh_sourceCode .sh_time,.sh_navy .sh_sourceCode .sh_file,.sh_navy .sh_sourceCode .sh_difflines,.sh_navy .sh_sourceCode .sh_property{color:#f8c50b;font-weight:700;font-style:normal;}.sh_navy .sh_sourceCode .sh_preproc,.sh_vampire .sh_sourceCode .sh_string,.sh_vampire .sh_sourceCode .sh_regexp,.sh_vampire .sh_sourceCode .sh_number,.sh_vampire .sh_sourceCode .sh_url,.sh_vampire .sh_sourceCode .sh_ip,.sh_vampire .sh_sourceCode .sh_name,.sh_vampire .sh_sourceCode .sh_newfile,.sh_vampire .sh_sourceCode .sh_value,.sh_whitengrey .sh_sourceCode .sh_number{color:#b0f;font-weight:400;font-style:normal;}.sh_navy .sh_sourceCode .sh_variable,.sh_navy .sh_sourceCode .sh_selector{color:#13d8ef;font-weight:400;font-style:normal;}.sh_nedit .sh_sourceCode .sh_type,.sh_peachpuff .sh_sourceCode .sh_keyword,.sh_peachpuff .sh_sourceCode .sh_date,.sh_peachpuff .sh_sourceCode .sh_time,.sh_peachpuff .sh_sourceCode .sh_file,.sh_peachpuff .sh_sourceCode .sh_difflines,.sh_peachpuff .sh_sourceCode .sh_property{color:#a52a2a;font-weight:700;font-style:normal;}.sh_nedit .sh_sourceCode .sh_string,.sh_nedit .sh_sourceCode .sh_regexp,.sh_nedit .sh_sourceCode .sh_number,.sh_nedit .sh_sourceCode .sh_url,.sh_nedit .sh_sourceCode .sh_ip,.sh_nedit .sh_sourceCode .sh_name,.sh_nedit .sh_sourceCode .sh_newfile,.sh_nedit .sh_sourceCode .sh_value{color:#006400;font-weight:400;font-style:normal;}.sh_nedit .sh_sourceCode .sh_specialchar,.sh_nedit .sh_sourceCode .sh_oldfile{color:#2e8b57;font-weight:400;font-style:normal;}.sh_nedit .sh_sourceCode .sh_variable,.sh_nedit .sh_sourceCode .sh_selector{color:#dda0dd;font-weight:700;font-style:normal;}.sh_neon .sh_sourceCode .sh_keyword,.sh_neon .sh_sourceCode .sh_date,.sh_neon .sh_sourceCode .sh_time,.sh_neon .sh_sourceCode .sh_file,.sh_neon .sh_sourceCode .sh_difflines,.sh_neon .sh_sourceCode .sh_property{color:#0ff;font-weight:700;font-style:normal;}.sh_neon .sh_sourceCode .sh_type,.sh_whatis .sh_sourceCode .sh_number{color:#ff0;font-weight:400;font-style:normal;}.sh_neon .sh_sourceCode .sh_string,.sh_neon .sh_sourceCode .sh_regexp,.sh_neon .sh_sourceCode .sh_specialchar,.sh_neon .sh_sourceCode .sh_url,.sh_neon .sh_sourceCode .sh_ip,.sh_neon .sh_sourceCode .sh_name,.sh_neon .sh_sourceCode .sh_oldfile,.sh_neon .sh_sourceCode .sh_newfile,.sh_neon .sh_sourceCode .sh_value{color:#cd00ff;font-weight:400;font-style:normal;}.sh_neon .sh_sourceCode .sh_comment,.sh_the .sh_sourceCode .sh_comment{color:#0f0;font-weight:400;font-style:italic;}.sh_neon .sh_sourceCode .sh_preproc,.sh_whatis .sh_sourceCode .sh_string,.sh_whatis .sh_sourceCode .sh_regexp,.sh_whatis .sh_sourceCode .sh_specialchar,.sh_whatis .sh_sourceCode .sh_url,.sh_whatis .sh_sourceCode .sh_ip,.sh_whatis .sh_sourceCode .sh_name,.sh_whatis .sh_sourceCode .sh_oldfile,.sh_whatis .sh_sourceCode .sh_newfile,.sh_whatis .sh_sourceCode .sh_value{color:#fb0;font-weight:400;font-style:normal;}.sh_neon .sh_sourceCode .sh_symbol,.sh_neon .sh_sourceCode .sh_cbracket{color:#ee5896;font-weight:700;font-style:normal;}.sh_neon .sh_sourceCode .sh_variable,.sh_neon .sh_sourceCode .sh_selector{color:#ef1347;font-weight:700;font-style:normal;}.sh_night .sh_sourceCode .sh_specialchar,.sh_night .sh_sourceCode .sh_oldfile{color:#82d66d;font-weight:400;font-style:normal;}.sh_night .sh_sourceCode .sh_symbol,.sh_night .sh_sourceCode .sh_cbracket{color:#e7ee5c;font-weight:700;font-style:normal;}.sh_night .sh_sourceCode .sh_variable,.sh_night .sh_sourceCode .sh_selector{color:#7aec27;font-weight:700;font-style:normal;}.sh_pablo .sh_sourceCode .sh_keyword,.sh_pablo .sh_sourceCode .sh_date,.sh_pablo .sh_sourceCode .sh_time,.sh_pablo .sh_sourceCode .sh_file,.sh_pablo .sh_sourceCode .sh_difflines,.sh_pablo .sh_sourceCode .sh_property{color:#c0c000;font-weight:700;font-style:normal;}.sh_pablo .sh_sourceCode .sh_string,.sh_pablo .sh_sourceCode .sh_regexp,.sh_pablo .sh_sourceCode .sh_number,.sh_pablo .sh_sourceCode .sh_url,.sh_pablo .sh_sourceCode .sh_ip,.sh_pablo .sh_sourceCode .sh_name,.sh_pablo .sh_sourceCode .sh_newfile,.sh_pablo .sh_sourceCode .sh_value,.sh_whatis .sh_sourceCode .sh_symbol,.sh_whatis .sh_sourceCode .sh_cbracket{color:#0ff;font-weight:400;font-style:normal;}.sh_pablo .sh_sourceCode .sh_variable,.sh_pablo .sh_sourceCode .sh_selector{color:#0000c0;font-weight:700;font-style:normal;}.sh_peachpuff .sh_sourceCode .sh_string,.sh_peachpuff .sh_sourceCode .sh_regexp,.sh_peachpuff .sh_sourceCode .sh_number,.sh_peachpuff .sh_sourceCode .sh_url,.sh_peachpuff .sh_sourceCode .sh_ip,.sh_peachpuff .sh_sourceCode .sh_name,.sh_peachpuff .sh_sourceCode .sh_newfile,.sh_peachpuff .sh_sourceCode .sh_value{color:#c00058;font-weight:400;font-style:normal;}.sh_peachpuff .sh_sourceCode .sh_specialchar,.sh_peachpuff .sh_sourceCode .sh_oldfile{color:#6a5acd;font-weight:400;font-style:normal;}.sh_peachpuff .sh_sourceCode .sh_variable,.sh_peachpuff .sh_sourceCode .sh_selector{color:#275fec;font-weight:700;font-style:normal;}.sh_print .sh_sourceCode .sh_comment,.sh_typical .sh_sourceCode .sh_comment{color:#666;font-weight:400;font-style:italic;}.sh_rand01 .sh_sourceCode .sh_keyword,.sh_rand01 .sh_sourceCode .sh_date,.sh_rand01 .sh_sourceCode .sh_time,.sh_rand01 .sh_sourceCode .sh_file,.sh_rand01 .sh_sourceCode .sh_difflines,.sh_rand01 .sh_sourceCode .sh_property{color:#0a7f6d;font-weight:700;font-style:normal;}.sh_rand01 .sh_sourceCode .sh_string,.sh_rand01 .sh_sourceCode .sh_regexp,.sh_rand01 .sh_sourceCode .sh_url,.sh_rand01 .sh_sourceCode .sh_ip,.sh_rand01 .sh_sourceCode .sh_name,.sh_rand01 .sh_sourceCode .sh_newfile,.sh_rand01 .sh_sourceCode .sh_value{color:#2b83ba;font-weight:400;font-style:normal;}.sh_rand01 .sh_sourceCode .sh_specialchar,.sh_rand01 .sh_sourceCode .sh_oldfile{color:#a764cb;font-weight:400;font-style:normal;}.sh_rand01 .sh_sourceCode .sh_comment,.sh_vampire .sh_sourceCode .sh_comment{color:#ababab;font-weight:400;font-style:italic;}.sh_rand01 .sh_sourceCode .sh_symbol,.sh_rand01 .sh_sourceCode .sh_cbracket{color:#0000de;font-weight:400;font-style:normal;}.sh_rand01 .sh_sourceCode .sh_variable,.sh_rand01 .sh_sourceCode .sh_selector{color:#e12f76;font-weight:700;font-style:normal;}.sh_the .sh_sourceCode .sh_string,.sh_the .sh_sourceCode .sh_regexp,.sh_the .sh_sourceCode .sh_url,.sh_the .sh_sourceCode .sh_ip,.sh_the .sh_sourceCode .sh_name,.sh_the .sh_sourceCode .sh_newfile,.sh_the .sh_sourceCode .sh_value{color:#008;font-weight:400;font-style:normal;}.sh_typical .sh_sourceCode .sh_specialchar,.sh_typical .sh_sourceCode .sh_oldfile{color:#C42DA8;font-weight:400;font-style:normal;}.sh_typical .sh_sourceCode .sh_variable,.sh_typical .sh_sourceCode .sh_selector{color:#ec7f15;font-weight:400;font-style:normal;}.sh_vampire .sh_sourceCode .sh_symbol,.sh_vampire .sh_sourceCode .sh_cbracket{color:#F3E651;font-weight:400;font-style:normal;}.sh_vim-dark .sh_sourceCode .sh_keyword,.sh_vim-dark .sh_sourceCode .sh_date,.sh_vim-dark .sh_sourceCode .sh_time,.sh_vim-dark .sh_sourceCode .sh_file,.sh_vim-dark .sh_sourceCode .sh_variable,.sh_vim-dark .sh_sourceCode .sh_difflines,.sh_vim-dark .sh_sourceCode .sh_selector,.sh_vim-dark .sh_sourceCode .sh_property,.sh_vim .sh_sourceCode .sh_keyword,.sh_vim .sh_sourceCode .sh_date,.sh_vim .sh_sourceCode .sh_time,.sh_vim .sh_sourceCode .sh_file,.sh_vim .sh_sourceCode .sh_variable,.sh_vim .sh_sourceCode .sh_difflines,.sh_vim .sh_sourceCode .sh_selector,.sh_vim .sh_sourceCode .sh_property{color:#B26818;font-weight:400;font-style:normal;}.sh_vim-dark .sh_sourceCode .sh_specialchar,.sh_vim-dark .sh_sourceCode .sh_preproc,.sh_vim-dark .sh_sourceCode .sh_oldfile,.sh_vim .sh_sourceCode .sh_specialchar,.sh_vim .sh_sourceCode .sh_preproc,.sh_vim .sh_sourceCode .sh_oldfile{color:#f2f;font-weight:400;font-style:normal;}.sh_whatis .sh_sourceCode .sh_keyword,.sh_whatis .sh_sourceCode .sh_date,.sh_whatis .sh_sourceCode .sh_time,.sh_whatis .sh_sourceCode .sh_file,.sh_whatis .sh_sourceCode .sh_difflines,.sh_whatis .sh_sourceCode .sh_property{color:#fa5a03;font-weight:700;font-style:normal;}.sh_whatis .sh_sourceCode .sh_variable,.sh_whatis .sh_sourceCode .sh_selector{color:#efe219;font-weight:700;font-style:normal;}.sh_whitengrey .sh_sourceCode .sh_keyword,.sh_whitengrey .sh_sourceCode .sh_date,.sh_whitengrey .sh_sourceCode .sh_time,.sh_whitengrey .sh_sourceCode .sh_file,.sh_whitengrey .sh_sourceCode .sh_variable,.sh_whitengrey .sh_sourceCode .sh_difflines,.sh_whitengrey .sh_sourceCode .sh_selector,.sh_whitengrey .sh_sourceCode .sh_property{color:#696969;font-weight:700;font-style:normal;}.sh_zellner .sh_sourceCode .sh_keyword,.sh_zellner .sh_sourceCode .sh_date,.sh_zellner .sh_sourceCode .sh_time,.sh_zellner .sh_sourceCode .sh_file,.sh_zellner .sh_sourceCode .sh_difflines,.sh_zellner .sh_sourceCode .sh_property{color:#a52a2a;font-weight:400;font-style:normal;}.sh_zellner .sh_sourceCode .sh_variable,.sh_zellner .sh_sourceCode .sh_selector{color:#225f2d;font-weight:400;font-style:normal;} .snippet-wrap {position:relative;} *:first-child+html .snippet-wrap {display:inline-block;} * html .snippet-wrap {display:inline-block;} .snippet-reveal{text-decoration:underline;} .snippet-wrap .snippet-menu, .snippet-wrap .snippet-hide {position:absolute; top:10px; right:15px; font-size:.9em;z-index:1;background-color:transparent;} .snippet-wrap .snippet-hide {top:auto; bottom:10px;} *:first-child+html .snippet-wrap .snippet-hide {bottom:25px;} * html .snippet-wrap .snippet-hide {bottom:25px;} .snippet-wrap .snippet-menu pre, .snippet-wrap .snippet-hide pre {background-color:transparent; margin:0; padding:0;} .snippet-wrap .snippet-menu a, .snippet-wrap .snippet-hide a {padding:0 5px; text-decoration:underline;} .snippet-wrap pre.sh_sourceCode{padding:1em;line-height:1.8em;overflow:auto;position:relative; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; box-shadow: 2px 2px 5px #000; -moz-box-shadow: 2px 2px 5px #000; -webkit-box-shadow: 2px 2px 5px #000;} .snippet-wrap pre.snippet-textonly {padding:2em;} *:first-child+html .snippet-wrap pre.snippet-formatted {padding:2em 1em;} * html .snippet-wrap pre.snippet-formatted {padding:2em 1em;} .snippet-reveal pre.sh_sourceCode {padding:.5em 1em; text-align:right;} .snippet-wrap .snippet-num li{padding-left:1.5em;} .snippet-wrap .snippet-no-num{list-style:none; padding:.6em 1em; margin:0;} .snippet-wrap .snippet-no-num li {list-style:none; padding-left:0;} .snippet-wrap .snippet-num {margin:1em 0 1em 1em; padding-left:3em;} .snippet-wrap .snippet-num li {list-style:decimal-leading-zero outside none;} .snippet-wrap .snippet-no-num li.box {padding:0 6px; margin-left:-6px;} .snippet-wrap .snippet-num li.box {border:1px solid; list-style-position:inside; margin-left:-3em; padding-left:6px;} *:first-child+html .snippet-wrap .snippet-num li.box {margin-left:-2.4em;} * html .snippet-wrap .snippet-num li.box {margin-left:-2.4em;} .snippet-wrap li.box-top {border-width:1px 1px 0 !important;} .snippet-wrap li.box-bot {border-width:0 1px 1px !important;} .snippet-wrap li.box-mid {border-width:0 1px !important;} .snippet-wrap .snippet-num li .box-sp {width:18px; display:inline-block;} *:first-child+html .snippet-wrap .snippet-num li .box-sp {width:27px;} * html .snippet-wrap .snippet-num li .box-sp {width:27px;} .snippet-wrap .snippet-no-num li.box {border:1px solid;} .snippet-wrap .snippet-no-num li .box-sp {display:none;} 
 
.hasPrefNav { position: relative; min-height: 20px; } .prefNav { display: none; position: absolute; top: 0px; right: 0px; height: 100%; line-height: 20px; background-color: transparent!important; text-align: center; } .hasPrefNav:hover { padding-right: 25px; } .hasPrefNav:hover .prefNav { display: inline-block; min-height: 20px; } .prefNav, .prefNav * { color: #000!important; font-size: 14px; line-height: 15px; } .prefNavItem { margin: 2px 3px; display: inline-block; } 
 .ajaxSlider { width: 100%; padding-bottom: 15px; position: relative; } .ajaxSlider .ajaxSlider_nav { width: 100%; height: 15px; bottom: 0px; left: 0px; position: absolute; background-color: #FFF; } 
.autoAddInput { clear: both; } .autoAddInputRow { position: relative; } .autoAddInputRow input { width: 100%; } .autoAddInputRow .autoAddInputDelete { position: absolute; top: 0px; right: 2px; font-size: 20px; margin: 0; padding: 0; line-height: 20px; cursor: pointer; display: none; } .autoAddInputRow:hover .autoAddInputDelete { display: block; } .autoAddInputDisableRemove .autoAddInputDelete { display: none!important; } 
 
 
.imageCheckbox { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); -moz-opacity: 0.2; -khtml-opacity: 0.2; opacity: 0.2; } .imageCheckbox input { display: none; } .imageCheckbox.checked { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } 
 .infoStackContainer {} .infoStackContainer .message { padding: 0px; line-height: 25px; background-color: #EFEFEF; display: block; cursor: default; font-size: 18px; } .infoStackContainer .message:nth-child(2n) { background-color: #DFDFDF; } .infoStackContainer .message:last-child { margin-bottom: 10px; } .alert { padding: 4px 35px 4px 14px; margin-bottom: 15px; background-color: #fcf8e3; border: 1px solid #fbeed5; color: #c09853; text-align: center; } .alert h4 { margin: 0; } .alert .close { position: relative; top: -2px; right: -21px; line-height: 18px; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #468847; } .alert-danger, .alert-error { background-color: #f2dede; border-color: #eed3d7; color: #b94a48; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; } .alert-block { padding-top: 14px; padding-bottom: 14px; } .alert-block > p, .alert-block > ul { margin-bottom: 0; } .alert-block p + p { margin-top: 5px; } 
 
.scrollTop { display: none; width: auto; padding: 0 15px; text-align: center; height: 30px; line-height: 30px; position: fixed; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 1000; cursor: pointer; background-color: #666; color: #FFF; -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); text-transform: uppercase; } 
 
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; opacity: 0.95!important; background-color: rgba(0,0,0,0.5); } .modal { position: fixed; top: 50%; left: 50%; z-index: 1050; overflow: auto; width: 560px; margin: -250px 0 0 -280px; background-color: #FFF; } .modal.auto { margin: 0; transform: translate(-50%, -50%); } .modal-mini, .modal.mini { width: 270px; margin: -250px 0 0 -135px; } .modal-wide, .modal.wide { width: 920px; margin-left: -460px; } .modal-narrow, .modal.narrow { width: 400px; margin-left: -200px; } .modal.slim > .modal-body { padding: 0!important; } .modal .close, .modal .modalTutorialBtn { position: absolute; top: 0px; right: 0px; line-height: 40px; width: 40px; height: 40px; font-size: 20px; cursor: pointer; font-weight: normal; text-align: center; color: #000; opacity: 1; } .modal .modalTutorialBtn { right: 40px; line-height: 35px; } .modal > header { padding: 0px 10px; background-color: #EFEFEF; line-height: 40px; height: 40px; overflow: hidden; position: relative; font-weight: 600; font-size: 15px; } .modal > header .actions { display: inline-block; position: absolute; top: 0; right: 80px; bottom: 0; min-width: 120px; } .modal > header .actions > div { width: 40px; height: 40px; cursor: pointer; float: right; opacity: 0.6; } .modal > header .actions > div:hover { opacity: 1; } .modal > header .actions > div > * { display: block; width: 100%; height: 100%; line-height: 38px; font-size: 20px; text-align: center; } .modal-body { overflow-y: auto; max-height: 400px; overflow-x: hidden; padding: 10px; padding-bottom: 0; } .modal[data-type="3"] { -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); height: 75%; top: 50%; } .modal[data-type="3"] .modal-body { padding-bottom: 10px; max-height: none; } .modal > footer { text-align: right; padding: 0px 10px; overflow: hidden; height: 40px; } .modal > footer * { line-height: 40px; } .modal > footer .btn-hover { height: 40px; width: 40px; line-height: 40px; margin-left: 10px; float: right; display: block; } .modal-extended { width: 1200px; max-width: 100%; margin-left: -600px; } .modal-extended .modal-body { min-height: 400px; overflow: hidden; padding: 0px; padding-bottom: 0; max-height: none!important; } .modal-full { width: 100%; left: 0; right: 0; top: 0; bottom: 0; margin: 0!important; } .modal-content-col { overflow: hidden; height: 100%; } .modal-content-col > section { margin-left: 10px; margin-right: 10px; } .modal-content-col > section + section { margin-right: 10px; margin-left: 5px; } .modal-content-col > section > header { height: auto; padding-top: 10px; } .modal-content-headline { font-weight: 600; } .modal-content-col > section > header > nav { padding: 10px!important; background-color: #00632F; height: 25px; line-height: 25px; overflow: hidden; } .modal-content-col > section > header > nav.min { padding: 0px!important; height: 45px; line-height: 45px; } .modal-content-col > section > header > nav > input, .modal-content-col > section > header > nav > select { float: left; margin-right: 10px; width: 150px; } .modal-content-col > section > header > nav > .btn { float: right; margin-left: 10px; width: 25px; height: 25px; font-size: 16px; padding: 0; color: #FFF; } .modal-content-col > section > header > nav.min > .btn { margin: 0px!important; width: 45px; height: 45px; font-size: 16px; } .modal-content-col > section > div { background-color: #EFEFEF; overflow: hidden; overflow-y: auto; overflow-x: hidden; position: relative; } .modal-content-col .modal-content { padding: 10px; } .modalPanelExtended.collapsed .modal-content { padding: 10px 0px; } .modal-content-col .modal-content.min { padding: 0px; } .modal-content-col .modal-content.min .modal-form-container { padding: 0 10px; } body.modal-open { overflow: hidden!important; overflow-x: hidden!important; overflow-y: hidden!important; } .modal-header { overflow: hidden; } .modal-header .modalHeaderBtn { padding: 0; height: 25px; line-height: 25px; width: 40px; float: right; font-size: 22px; text-align: center; cursor: pointer; opacity: 0.7; } .modal-header .modalHeaderBtn, .modal-header .modalHeaderBtn * { color: #FFF; } .modal-header .modalHeaderBtn.active, .modal-header .modalHeaderBtn:hover, .modal-header .modalHeaderBtn:hover *, .modal-header .modalHeaderBtn:focus, .modal-header .modalHeaderBtn:focus *, .modal-header .modalHeaderBtn:active, .modal-header .modalHeaderBtn:active * { opacity: 1!important; color: #FFF!important; } .modal-header .modalHeaderBtn.inactive { opacity: 0.6; } .modal-header .modalHeaderSeparator { padding: 0; height: 25px; line-height: 25px; width: 20px; float: right; } .modal-header .modalHeaderBtn.left, .modal-header .modalHeaderSeparator.left { float: left!important; } .modal-header .modalHeaderBtn a { display: block; width: 100%; height: 25px; line-height: inherit; text-align: center; } .modal-header .btn-icon { width: auto; float: right; margin-left: 5px; } .modal-header .btn-icon, .modal-header .btn-icon * { height: 25px; line-height: 27px!important; } .modal-header-text, .modal-header-text * { font-size: 16px; color: #FFF; } .modal .modal-header select { border: none!important; } .modalSubHeadline { display: block; line-height: 40px; text-align: center; font-size: 17px; color: #AAA; } .modalSubHeadline > span[class^="awe-"] { cursor: pointer; display: inline-block; margin-left: 10px; margin-top: -2px; } .modalSubHeadline > span[class^="awe-"]:hover { color: #E85422; }  .modalPanelExtended { overflow: hidden; position: relative; height: 100%; } .modalPanelExtended > header, .modalPanelExtended > footer { height: 25px; width: 100%; _verflow: hidden; position: relative; } .modalPanelExtended > header h4 { margin: 0; line-height: 25px; } .modalPanelExtended > footer { background-color: #FFF; height: 30px; position: absolute; bottom: 0px; left: 0px; } .modalPanelExtended > div {  margin-bottom: 30px; overflow-y: scroll; height: calc(100% - 30px); } .modalPanelExtended .myFormColumnSection { overflow: hidden; } .progress-wrapper { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0px 80px 0px 130px; width: 100%; height: 30px; line-height: 30px; float: left; position: absolute; top: 0px; left: 0px; z-index: 1; -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); } .progress-wrapper .progress-bar { height: 30px; width: 100%; position: relative; } .progress-bg { background-color: transparent!important; height: 100%; width: 100%!important; position: absolute; top: 0px; left: 0px; _verflow: hidden; } .progress-bg > div { height: 100%; float: left; position: relative; box-sizing: border-box; background-color: #CCC; } .progress-bg > div:nth-child(2n) { opacity: 0.8; } .progress-bg > div.active { background-color: #97BF0D; } .progress-bg > div:hover, .progress-bg > div.current { background-color: #F8B334; } .progress-bg > div:last-child { border-right: none!important; } .progress-wrapper .progress-bar > div { width: 0%; height: 100%; background-color: #97BF0D; } .progress-info { float: left; padding: 0px 10px; line-height: 30px; font-weight: 600; background-color: #CCC; width: 110px; } .modalPanelExtended > footer .btn { position: relative; z-index: 2; float: right; width: 40px; height: 30px; line-height: 28px; font-size: 18px; padding: 0!important; } .modalPanelExtended .modal-content.inactive { display: none!important; }  .modal-content-info, .modal-info-container { margin-bottom: 10px; overflow: hidden; } .modal-content-info { background-color: #CCC; } .modal-content-info > div { padding: 10px!important; } .modal-content-info > div ul { list-style: disc; margin-left: 14px; } .modal-info-container > div { position: relative; padding: 5px 10px; color: #FFF; background-color: #666; } .modal-info-container > div ul { list-style: disc!important; margin: 0; margin-left: 15px; } .modal-info-container > div ul * { line-height: 25px!important; } .modal-info-container > div + div { margin-top: 5px; } .modal-info-container > header { background-color: #999; color: #FFF; height: 30px; line-height: 30px; padding: 0px 10px; } .modal-info-container > div.error, .modal-info-container > div.important { color: #FFF; background-color: #E85422; } .modal-info-container > div.info { color: #FFF; background-color: #97BF0D; position: relative; } .modal-info-container > div.info > span.modal-info-arrow { display: block; position: absolute; bottom: -8px; left: 50%; margin-left: -10px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #E85422; } .modal-info-container > div.hasIcon { padding-left: 60px; min-height: 40px; } .modal-info-container > div.hasIcon > span[class^="awe-"] { position: absolute; top: 0; left: 0; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 30px; }  .modal-legend { overflow: hidden; } .modal-legend > div:first-child { float: left; margin-right: 20px; color: #999; } .modal-legend > div { float: left; margin-right: 5px; overflow: hidden; cursor: default; } .modal-legend > div, .modal-legend > div * { line-height: 40px; color: #999; } .modal-legend > div > span { float: left; width: 20px; height: 40px; margin-right: 5px; text-align: center; font-size: 16px; }  .modalUploadItemList, .modalOverviewItemList { margin: 0; overflow: hidden; } .modalUploadItemList li, .modalOverviewItemList li { width: 33%; min-height: 250px; float: left; } .modalOverviewItemList li:first-child:not([data-id]) {} .modalOverviewItemList li:first-child:not([data-id]) > span { text-align: center; line-height: 60px; cursor: pointer; font-size: 35px; color: #CCC; } .modalUploadItemList li > span, .modalOverviewItemList li > span { display: block; margin: 10px; min-height: 60px; background-color: #FFF; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); } .modalOverviewItemList li > span { padding: 5px 10px; } .modalUploadPreview { display: block; width: 100%; height: 150px; background-color: #EFEFEF; background-repeat: no-repeat; background-position: center center; background-size: contain; overflow: hidden; margin-bottom: 10px; } .modalUploadTitle, .modalUploadActions, .modalOverviewItemActions { display: block; height: 25px; line-height: 25px; overflow: hidden; position: relative; } .modalUploadTitle { margin-bottom: 10px; padding: 0 10px; } .modalUploadActions > a, .modalUploadActions > span, .modalUploadActions::before, .modalOverviewItemActions > a, .modalOverviewItemActions > span, .modalOverviewItemActions::before { display: block; width: 30px; height: 25px; line-height: 25px; font-size: 15px; } .modalUploadActions > a, .modalUploadActions > span, .modalOverviewItemActions > a, .modalOverviewItemActions > span { float: right; cursor: pointer; color: #999; display: none; text-align: center; background-color: #EFEFEF; margin-left: 5px; } .modalUploadActions > a:hover, .modalUploadActions > span:hover, .modalOverviewItemActions > a:hover, .modalOverviewItemActions > span:hover { color: #333; } .modalUploadActions > a.active, .modalUploadActions > span.active, .modalOverviewItemActions > a.active, .modalOverviewItemActions > span.active { color: #E85422!important; } .modalUploadActions::before { position: absolute; top: 0; left: 0; color: #CCC; font-family: FontAwesome!important; text-align: center; width: 30px; } .modalUploadItemList[data-key="images"] .modalUploadActions::before { content: "\f03e"; } .modalUploadItemList[data-key="files"] .modalUploadActions::before { content: "\f15b"; } .modalUploadItemList[data-key="videos"] .modalUploadActions::before { content: "\f008"; } .modalUploadItemList li[data-key="image"] .modalUploadActions::before, .modalUploadItemList li[data-type="1"] .modalUploadActions::before { content: "\f03e"; } .modalUploadItemList li[data-key="file"] .modalUploadActions::before, .modalUploadItemList li[data-type="3"] .modalUploadActions::before { content: "\f15b"; } .modalUploadItemList li[data-key="video"] .modalUploadActions::before, .modalUploadItemList li[data-type="2"] .modalUploadActions::before { content: "\f008"; } .modalUploadItemList li.removeable .modalUploadActions [data-action="remove"] { display: block!important; } .modalUploadItemList li.editable .modalUploadActions [data-action="edit"] { display: block!important; } .modalUploadItemList li.addable .modalUploadActions [data-action="add"] { display: block!important; } .modalUploadItemList li.assigned {} .modalUploadItemList li.assigned > span { position: relative; } .modalUploadItemList li.assigned .modalUploadCheck { position: absolute; top: 0px; right: 0px; width: 30px; height: 30px; font-family: FontAwesome!important; text-align: center; line-height: 30px; font-size: 20px; background-color: #FFF; color: #FFF; background-color: #97BF0D; } .modalUploadItemList li.assigned .modalUploadCheck::before { content: "\f00c"; } .modalUploadDummy { padding: 0!important; } .modalUploadDummy .modalUploadPreview { text-align: center; line-height: 145px; font-size: 60px; color: #CCC; cursor: pointer; } .modalUploadDummy .triggerManualUpload { width: 100%; height: 170px; font-family: none; } .modalUploadDummy .triggerManualUpload:before { content: ""!important; } .modalUploadItemList.disabled .modalUploadDummy { display: none!important; } .modalUploadItemList.disabled .keywordAdminUploadActions span { display: none!important; } .modal-overview-list, .modal-overview-list ul { margin: 0; } .modal-overview-list { padding-bottom: 10px; } .modal-overview-list * { line-height: 25px; } .modal-overview-list li { overflow: hidden; } .modal-overview-list ul > li { position: relative; border-bottom: 1px solid #D9DADB; box-sizing: border-box; overflow: hidden; cursor: default; } .modal-overview-list ul > li:last-child { border-bottom: none; } .modal-overview-list li + li { border-top: none; } .modal-overview-list li > span { cursor: pointer; font-weight: 600; } .modal-overview-list li.inactive > span { font-weight: normal; } .modal-overview-list li.active > span { color: #E85422; } .modal-overview-list.indent ul > li, .modal-overview-list:not(.no-checkbox) ul:not(.no-checkbox) > li { padding-left: 25px; position: relative; z-index: 2; cursor: pointer; } .modal-overview-list ul > li, .modal-overview-list ul > li > span { font-weight: normal!important; } .modal-overview-list:not(.no-checkbox) ul:not(.no-checkbox) > li::before { display: block; width: 15px; height: 15px; position: absolute; z-index: 1; top: 4px; left: 0px; border: 1px solid #CCC; content: ""; } .modal-overview-list:not(.no-checkbox) li.locked::before, .modal-overview-list:not(.no-checkbox) ul:not(.no-checkbox) > li.active::before { background-color: #97BF0D; } .modal-overview-list ul { margin-bottom: 10px; } .modal-overview-list li .action-col { float: right; } .modal-overview-list li .action-col > span { cursor: pointer; opacity: 0.6; width: 25px; display: inline-block; text-align: center; font-size: 17px; } .modal-overview-list li .action-col > span:hover { opacity: 1; } .modal-overview-list-item-ph { height: 25px; line-height: 25px; background-color: #D9DADB; } .modal-overview-list.disabled .action-col { display: none!important; } .modal-overview-list li.closed ul { display: none; } .modal-overview-list.sortable ul li[data-id] { overflow: hidden; padding-left: 0; margin-bottom: 5px; border: none!important; } .modal-overview-list.sortable li[data-id] > span { float: left; padding: 0px 10px; max-width: 50%; } .modal-overview-list.sortable li[data-id] > span:nth-child(1) { background-color: #CCC; } .modal-overview-list.sortable li[data-id] > span:nth-child(2) { background-color: #DDD; } .modal-overview-list.sortable li[data-id] > span:nth-child(3) { background-color: #FFF; }  .modalSummaryWrapper { margin-bottom: 20px; overflow: hidden; } .modalSummaryWrapper, .modalSummaryWrapper * { line-height: 25px; } .modalSummaryWrapper > div { cursor: pointer; float: left; position: relative; height: 25px; background-color: #FFF; margin-bottom: 10px; } .modalSummaryWrapper > div.modalSummaryItem_2 { width: 32%; margin-right: 2%; } .modalSummaryWrapper > div.modalSummaryItem_2:nth-child(3n-1) { margin-right: 0%; } .modalSummaryWrapper > divmodalSummaryItem_2:nth-child(3n) { margin-right: 0%; margin-left: 1%; } .modalSummaryWrapper > div.modalSummaryItem_1 { width: 100%; margin-right: 0; margin-left: 0; float: none; } .modalSummaryWrapper > div.modalSummaryItem_3 { width: 49%; margin-right: 1%!important; margin-left: 0!important; float: left; } .modalSummaryWrapper > div.modalSummaryItem_3 + div.modalSummaryItem_3 { margin-right: 0!important; margin-left: 1%!important; } .modalSummaryWrapper > div .modalSummaryLabel, .modalSummaryWrapper > div .modalSummaryPerc { position: absolute; height: 100%; top: 0px; padding: 0px 10px; } .modalSummaryWrapper > div .modalSummaryLabel { left: 0px; max-width: 60%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .modalSummaryWrapper > div .modalSummaryPerc { right: 0px; } .modalSummaryWrapper > div .bar { height: 100%; max-width: 100%; background-color: #D1E392; } .modalSummaryWrapper > div.active { background-color: #F8B334; }  .genericMultiSelect, .genericMultiSelect * { outline: 1px solid #EFEFEF!important; } .genericMultiSelect .genericMultiKeys > .checkbox { float: right; width: 25px; height: 25px; text-align: center; } .genericMultiOverview .awe-check, .genericMultiOverview .awe-remove { width: 25px; height: 25px; line-height: 25px; float: right; text-align: center; } .genericMultiOverview .awe-remove { color: #CCC; } .modal-content-desc { padding: 10px!important; margin-bottom: 20px; background-color: #FFF; color: #333; border: 8px solid #CCC; } .modal-content-desc * { line-height: 20px; } .modal-content-desc span[class^="awe-"] { margin: 0 5px; } .modal-content-info span[class="awe-info"] { float: left; height: 40px; width: 30px; line-height: 40px; text-align: center; margin: 0px!important; margin-right: 10px!important; color: #DDD; font-size: 40px; } .modal-content-desc ul, .modal-content-desc ol { margin: 0; } .modal-content-desc ul *, .modal-content-desc ol * { line-height: 25px; } .modal-content-desc ul span[class^="awe-"], .modal-content-desc ol span[class^="awe-"] { line-height: 20px; margin-top: -3px; } .modal-content-desc ul li { margin-left: 12px; list-style-type: disc; } .modal-content-desc ol li { list-style-type: decimal; list-style-position: inside; } .modal-table { table-layout: fixed; width: 100%; } .modal-table * { line-height: 25px!important; } .modal-table td { background-color: #FFF; border: 1px solid #EFEFEF; padding: 0px 10px; } .modal-table:hover tr:not(.group) td { background-color: transparent; } .modal-table:hover tr:not(.group):hover td { background-color: #FFF!important; } .modal-table thead {} .modal-table thead th { padding: 0px 10px; border-bottom: 1px solid #9C9E9F; color: #666; } .modal-table tr.group { font-weight: bold; } .modalExtendedProgressItem > span { display: none; position: absolute; top: 0px; left: 50%; right: 0; height: 30px; width: 30px; margin-left: -15px; color: #333; font-family: FontAwesome!important; text-align: center; line-height: 30px; font-size: 21px; } .modalExtendedProgressItem.active > span { color: #FFF!important; } .modalExtendedProgressItem.somethingIsWrong > span { display: block!important; } .modalExtendedProgressItem > span::after { content: "\f071"; } .modal-loading { position: absolute; right: 0; left: 0; bottom: 40px; top: 40px; background-color: rgba(255, 255, 255, 0.8); z-index: 100; } .modal-loading .loading-square { top: 45%; } .modalHeaderBtn[data-dismiss="modal"] { width: 45px; height: 45px; line-height: 41px; margin-top: -10px; margin-right: -10px; background-color: #E85422; color: #FFF; position: absolute; top: 10px; right: 10px; opacity: 1; } #modal_module_info footer { padding: 0!important; } .modal.min .modal-body { padding: 0; } .modal.min footer { display: none; } .modalAccessDeniedInfo .myAlertContentBlock { padding: 0!important; } .modalAccessDeniedInfo .myAlertContentBlock > div:first-child { padding: 10px; font-size: 14px; line-height: 26px; color: #FFF; background-color: #000; } .modalAccessDeniedInfo .contactDetail { margin-bottom: 0; } @media (max-width: 1200px) { .modal-extended { width: 100%; max-width: 100%; left: 0px; margin-left: 0!important; margin-right: 0!important; } } @media (max-width: 920px) { .modal-wide, .modal.wide { width: 100%; height: 100%!important; max-width: 100%; left: 0px; top: 0px!important; margin: 0!important; } } 
 .multiLangInputWrapper .multiLangInputContainer {} .multiLangInputWrapper .multiLangInputContainer.first textarea {} .multiLangInputWrapper .multiLangInputContainer.first textarea, .multiLangInputWrapper .multiLangInputContainer textarea:focus, .multiLangInputWrapper .multiLangInputContainer textarea:active { height: 60px; } .multiLangInputTel { position: relative; } .multiLangInputTel input { text-indent: 55px; } .multiLangInputCCodeSpan { z-index: 10; font-size: 11px; text-align: center; color: #999; display: block; width: 50px; height: 25px; line-height: 25px; position: absolute; top: 0px; left: 30px; } .multiLangInputContainer { position: relative; } .multiLangInputContainer.locked { display: none!important; } .multiLangInputContainer input {} .multiLangInputContainer input:focus { border-color: #E85422!important; } .multiLangInputContainer.primary, .multiLangInputContainer.primary * { background-color: #FFFFAF!important; } .multiLangInputInsertAll, .multiLangInputTransAll { cursor: pointer; overflow: hidden; display: block; width: 20px; height: 23px; line-height: 25px; font-size: 17px; text-align: center; position: absolute; right: 0px; top: 0px; z-index: 900; } .multiLangInputInsertAll:hover, .multiLangInputTransAll:hover{ color: #000; } .multiLangInputTransAll { right: 20px; display:none; } .multiLangInputContainer > .input-prepend, .multiLangInputContainer > label { margin-bottom: 0; padding-bottom: 0; } .multiLangInputContainer + .multiLangInputContainer { margin-top: 5px; } .multiLangInputContainer .add-on { position: relative; z-index: 10; text-align: center; height: 25px; width: 25px; line-height: 25px; text-transform: uppercase; color: #9C9E9F; cursor: default; } .multiLangInputContainer select.multiLangInput, .multiLangInputContainer .multiLangInput[type="text"], .multiLangInputContainer textarea.multiLangInput { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%!important; padding-left: 30px!important; margin-left: -27px; }  .multiLangInputContainer select.multiLangInput { -moz-appearance: none; text-indent: 0.01px; text-overflow: ''; } .multiLangInputContainer select.multiLangInput, .multiLangInputContainer .multiLangInput[type="text"] { z-index: 9; height: 25px!important; line-height: 25px!important; text-indent: 0!important; padding-right: 25px!important; } .forceHidden { position: fixed; left: -10000px; top: -10000px; }  .multiLangInputContainer .input-prepend { position: relative; overflow: hidden; } .multiLangInputContainer .input-prepend { min-height: 25px; } .multiLangInputContainer .input-prepend .add-on { position: absolute; top: 0px; left: 0px; z-index: 900!important; } .multiLangInputContainer select.multiLangInput, .multiLangInputContainer .multiLangInput[type="text"], .multiLangInputContainer textarea.multiLangInput { margin-left: 0px; padding-left: 30px!important; padding-right: 0px!important; margin-bottom: 0; } .multiLangInputContainer select.multiLangInput { padding-left: 0px!important; border-left: 30px solid transparent!important; } .multiLangInputContainer .multiLangInput[type="text"] { padding-right: 25px!important; } .multiLangInputWrapper .redactor-toolbar { padding-left: 30px!important; } .multiLangInputWrapper .myRedactorHeader { padding-left: 30px!important; } .multiLangInputTransAll, .multiLangInputInsertAll { width: 40px; height: 40px; line-height: 38px; background-color: rgba(0,0,0,.1); right: 40px; cursor: pointer; &.multiLangInputInsertAll { right: 0; background-color: rgba(0,0,0,.15); } } 
 .multiSelect_wrapper { width: 100%; position: relative; background-color: #FFF; } .multiSelect_wrapper * { color: #555!important; text-align: left!important; } .multiSelect_wrapper .multiSelect_value_input { display: none!important; } .multiSelect_wrapper .multiSelect_selectContainer { z-index: 100!important; } .multiSelect_wrapper .multiSelect_selectContainer select { border: 1px solid #D9DADB; padding: 0 0.5rem; margin: 0; } .multiSelect_wrapper .multiSelect_selectContainer select, .multiSelect_wrapper .multiSelect_selectContainer select * { line-height: 20px!important; } .multiSelect_wrapper .multiSelect_selectContainer select option { outline: none; } .multiSelect_wrapper .multiSelect_selectContainer select option.disabled { display: none!important; pointer-events: none; } .multiSelect_wrapper .multiSelect_itemContainer { padding-bottom: 0px; overflow: hidden; border-bottom: none; background-color: rgba(0,0,0,0.1); } .multiSelect_wrapper.disabled .multiSelect_itemContainer { border: 1px solid #D9DADB!important; } .multiSelect_wrapper .multiSelect_selectContainer { width: inherit; overflow: hidden; } .multiSelect_wrapper .multiSelect_itemContainer .multiSelect_selectedItem { cursor: default; background-color: rgba(255,255,255,0.6); position: relative; height: 40px; line-height: 40px; padding: 0 0.5rem; padding-right: 30px; float: left; font-size: 11px; max-width: 50%; & * { line-height: 40px; } } .multiSelect_wrapper .multiSelect_itemContainer .multiSelect_selectedItem:nth-child(2n) { background-color: rgba(255,255,255,0.1); } .multiSelect_wrapper:not(.disabled) .multiSelect_itemContainer .multiSelect_selectedItem:hover { background-color: #FFF; } .multiSelect_wrapper:not(.disabled) .multiSelect_itemContainer .multiSelect_selectedItem.active { background-color: #D1E392; color: #FFF; opacity: 1!important; } .multiSelect_wrapper .multiSelect_itemContainer .multiSelect_selectedItem .multiSelect_selectedItemIcon { cursor: pointer; position: absolute; top: 0px; right: 0px; width: 30px; height: 40px; line-height: 40px; text-align: center!important; font-family: FontAwesome!important; } .multiSelect_wrapper .multiSelect_itemContainer .multiSelect_selectedItem .multiSelect_selectedItemIcon::before { content: "\f00d"; } .multiSelectAutocompleteWrapper {} .multiSelectAutocompleteWrapper input.multiSelect { background-color: #FFF; margin: 0!important; } .multiSelectAutocompleteWrapper .multiSelect_itemContainer { max-height: 150px; overflow-y: auto; } .multiSelectAddAll, .multiSelectRemoveAll { overflow: hidden; text-align: center; height: 25px; line-height: 25px; cursor: pointer; text-align: center!important; width: 50%; padding: 0; color: #FFF; } .multiSelect_wrapper .help-block { text-align: center!important; margin-bottom: -1px; color: #990000!important; } .multiSelect_wrapper.disabled { background-color: transparent!important; } .multiSelect_wrapper.disabled .multiSelectAddAll, .multiSelect_wrapper.disabled .multiSelectRemoveAll, .multiSelect_wrapper.disabled input, .multiSelect_wrapper.disabled select { display: none; } .multiSelect_wrapper.disabled .multiSelect_selectedItem { padding-right: 5px; } .multiSelect_wrapper.disabled .multiSelect_selectedItemIcon { display: none!important; } 
 .myFormInputTraceContainer { float: right; width: auto; height: 20px; overflow: hidden; } .myFormInputTraceItem { height: 20px; width: auto; line-height: 20px; margin: 0px 5px; font-size: 11px; color: #CCC; float: left; } .myFormInputTraceItem.active { color: #333; } .myFormIgnoreLayout > .formBlockInner > div { width: 100%!important; box-sizing: border-box; } .myFormAllLang { display: none; font-family: FontAwesome!important; width: 30px; position: absolute; top: 0px; right: 0px; margin: 1px; text-align: center; line-height: 25px; font-size: 18px; color: #CCC; cursor: pointer; z-index: 100; } .myFormAllLang::before { content: "\f0ac"; } .myFormAllLang.active { opacity: 1; color: #E85422; } .controls.showGlobe .myFormAllLang { display: block!important; } .controls.showGlobe { box-sizing: border-box; padding-right: 30px; } textarea + .myFormAllLang, .myRedactorWrapper + .myFormAllLang { background-color: transparent; } .inputBlock { position: relative; padding-left: 150px; margin-bottom: 5px; } .inputBlock.full { padding-left: 0px; } .inputBlock, .inputBlock * { line-height: 25px; } .inputBlock:not(.full) > div:first-child { position: absolute; top: 0; left: 0; bottom: 0; width: 140px; padding: 0 5px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background-color: #D3D3D3; color: #333; } .inputBlock > .input-append { position: relative; } .inputBlock > .input-append > .add-on { position: absolute; top: 0; right: 0; bottom: 0; } .inputBlock .colorpicker-preview { height: 100%; width: 100%; }  .input-append { position: relative; padding-right: 50px; } .input-append .add-on { width: 50px; position: absolute; top: 0; right: 0; bottom: 0; background-color: #EEE; color: #000; text-align: center; line-height: 25px; border: 1px solid #D9DADB; box-sizing: border-box; } .input-append .add-on.btn { background-color: #97BF0D; color: #FFF; font-size: 16px; border: none!important; } .input-append .add-on.btn:hover { background-color: #CCC; color: #333; } .input-append .myFormAllLang { right: -30px; } form .controls { position: relative; } form .controls .help-block-icon { position: absolute; top: 0px; right: 0px; bottom: 0px; line-height: 22px; margin: 0; width: 25px; font-size: 15px; text-align: center; background-color: #FF0000; color: #FFF!important; } .controls.showGlobe .help-block-icon { right: 30px!important; } .controls.hasError { position: relative; } .help-block.error { text-align: center; background-color: #E85422; color: #FFF!important; line-height: 40px; margin: 10px 0px; } .controls.hasError .checkbox, .controls.hasError .checkbox * { color: #E85422!important; } .myForm.compact .formBlockInner { position: relative; padding-left: 30%; margin-bottom: 10px; } .myForm.compact .formBlockInner > div:first-child { line-height: 35px; } .myForm.compact .formBlockInner > div:first-child { position: absolute; top: 0; left: 0; bottom: 0; width: 30%; padding: 0 10px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background-color: #D3D3D3; box-sizing: border-box; } .myForm.compact .hideLabel .formBlockInner > div:first-child { background-color: transparent; visibility: hidden; opacity: 0; } .myForm.compact .control-group.missing .formBlockInner > div:first-child { background-color: #E85422; color: #FFF; } .myForm [readonly] { cursor: default; color: transparent; text-shadow: 0 0 0 #555; } .myForm.compact .myFormIgnoreLayout .formBlockInner { padding-left: 0px; } .myForm.compact .myFormIgnoreLayout .formBlockInner > div:first-child { display: none; } .myForm.compact .myFormIgnoreLayout textarea { height: 170px; } .myFormBlockLabel label { height: 30px; line-height: 30px; background-color: rgba(0, 0, 0, 0.1); } .myFormBlockLabel label, .myFormBlockLabel label * { text-align: center!important; } .myFormInfoBlock { box-sizing: border-box; position: relative; background-color: #D9DADB!important; min-height: 30px; margin-bottom: 30px; } .myFormInfoBlock.error > div > span:first-child { background-color: #E85422!important; } .myFormInfoBlock.success > div > span:first-child { background-color: #97BF0D!important; } .myFormInfoBlock.important {} .myFormInfoBlock > div:first-child { padding: 10px; } .myFormInfoBlock[data-icon="1"] > div:first-child { padding-left: 50px; } .myFormInfoBlock[data-type="fix"] > div:first-child { padding-bottom: 10px; } .myFormInfoBlock[data-icon="1"] > div:first-child > span:first-child { position: absolute; top: 0; bottom: 0; left: 0; line-height: 40px; width: 40px; text-align: center; color: rgba(0,0,0,0.3); background-color: rgba(0,0,0,0.1); color: #FFF; font-size: 20px; } .myFormInfoBlock.important[data-icon="1"] > div:first-child > span:first-child { background-color: #E85422; color: #FFF; } .myFormInfoBlock .btn:last-child { position: absolute; bottom: -30px; left: 0; right: 0; padding-left: 50px!important; } .myFormInfoBlock .btn:last-child > span:first-child { width: 40px!important; } .genericDataMissingWrapper { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #D9DADB; overflow: hidden; } .genericDataMissingWrapper > label { display: block; margin-bottom: 10px; overflow: hidden; line-height: 25px; } .genericDataMissingWrapper > label > span:first-child { width: 50%; float: left; } .genericDataMissingWrapper > label > span:last-child { width: 50%; float: right; overflow: hidden; } .genericDataMissingWrapper > label > span:last-child > span { width: 50%; float: left; box-sizing: border-box; padding-left: 30px; padding-right: 10px; position: relative; height: 25px; background-color: #FFF; } .genericDataMissingWrapper > div { overflow: hidden; } .genericDataMissingWrapper > div > div { color: #E85422; float: left; cursor: pointer; line-height: 25px; padding-left: 30px; padding-right: 10px; position: relative; height: 25px; background-color: #FFF; margin-right: 5px; margin-bottom: 5px; } .genericDataMissingWrapper > div > div.dataInfoUnbooked { color: #D9DADB; } .genericDataMissingWrapper > div > div.dataInfoBooked.dataInfoAvailable, .genericDataMissingWrapper > div > div.dataInfoUnbooked.dataInfoAvailable { color: #00632F!important; } .genericDataMissingWrapper > div > div.dataInfoBooked.dataInfoMissing, .genericDataMissingWrapper > div > div.dataInfoUnbooked.dataInfoMissing { color: #E85422!important; } .genericDataMissingWrapper > div > div::before, .genericDataMissingWrapper > label > span:last-child > span > span:first-child { content: "\f00c"; font-family: FontAwesome!important; position: absolute; top: 0; left: 0; bottom: 0; width: 25px; height: 25px; text-align: center; line-height: 25px; background-color: rgba(0,0,0,0.1) } .genericDataMissingWrapper > div > div.dataInfoMissing::before { content: "\f071"; } .genericDataMissingWrapper > div > div.dataInfoAvailable::before { content: "\f00c"; } .input-icon {} .input-icon .controls { position: relative; } .input-icon input { padding-left: 50px!important; } .input-icon .controls > span:first-child { position: absolute; left: 0; top: 0; bottom: 0; height: 40px; width: 40px; line-height: 40px; text-align: center; font-size: 20px; color: #AAA; } .formGlobeEditWrapper { background-color: #000!important; } .formGlobeEditWrapper .inputBlock { padding-left: 0; background-color: #FFF; } .formGlobeEditWrapper label { height: 40px; line-height: 40px!important; padding-right: 40px; padding-left: 1em; width: 25%!important; color: #000; background-color: rgba(0,0,0,0.2)!important; font-weight: bold; } .formGlobeEditWrapper .inputBlock.full label { width: 100%!important; } .formGlobeEditWrapper input { padding-left: 26%; } .formGlobeEditWrapper textarea { line-height: 1.5em!important; padding: 0.5em 1em!important; } .formGlobeEditWrapper label > .setMultiLangValueBtn { display: none; position: absolute; top: 0; right: 0; width: 40px; height: 40px; cursor: pointer; line-height: 40px; text-align: center; font-size: 16px; } .formGlobeEditWrapper .inputBlock:hover label > .setMultiLangValueBtn { display: block; } 
.filterHighlight { color: #00AA00; } 
.selectNoArrowWrapper { position: relative; } .selectNoArrowWrapper select { opacity : 0; width: 100%; height: 100%; } .selectNoArrowWrapper .selectNoArrowValue { text-align: center; position: absolute; width: 100%; height: 100%; color: #FFF; font-size: 11px; line-height: 23px; } 
 
.rotGallery { overflow: hidden; max-width: 160px; height: 130px; overflow: hidden; margin: 0 auto!important; position: relative; } .rotGalleryItem { text-align: center; display: none; height: 100%; background-position: center center!important; background-repeat: no-repeat!important; background-size: contain!important; } .rotGalleryItem:first-child { display: block; } .rotGalleryItem img { max-width: 160px; max-height: 130px; } 
.tooltip { position: absolute; z-index: 100000!important; display: block; visibility: visible; font-size: 11px; opacity: 0; filter: alpha(opacity=0); -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3); box-shadow: 0 0 3px 0 rgba(0,0,0,0.3); background: #383838; padding: 8px 10px; font-size: 12px; line-height: 15px; max-width: 300px; pointer-events: none; } .tooltip, .tooltip * { color: #FFF!important; } .tooltip:before { content: ""; position: absolute; background: transparent; z-index: 1000001; width: 0; height: 0; } .tooltip.top:before { bottom: 0; -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px); left: calc(50% - 10px); border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #383838; } .tooltip.bottom:before { top: 0; -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px); left: calc(50% - 10px); border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #383838; } .tooltip.left:before { right: -8px; top: 50%; margin-top: -8px; border-style: solid; border-width: 8px 0 8px 8px; border-color: transparent transparent transparent #383838; } .tooltip.right:before { left: -8px; top: 50%; margin-top: -8px; border-style: solid; border-width: 8px 8px 8px 0; border-color: transparent #383838 transparent transparent; } .tooltip.in { opacity: 1; filter: alpha(opacity=100); -webkit-transition: opacity .3s ease; -moz-transition: opacity .3s ease; transition: opacity .3s ease; -webkit-transition-delay: 0ms; -moz-transition-delay: 0ms; transition-delay: 0ms; } .tooltip.top { margin-top: -3px; } .tooltip.right { margin-left: 10px; } .tooltip.bottom { margin-top: 3px; } .tooltip.left { margin-left: -10px; } .tooltip.wide { max-width:500px; } .tooltip.wider { max-width:700px; } .tooltip.widest { max-width:900px; } .tooltip-inner { max-width: 100%; padding: 3px 8px; text-decoration: none; } .tooltip-inner, .tooltip-inner * { color: #333; } 
 
div.myNotify { z-index: 9999; color: #FFF; font-size: 11px; } div.myNotify { position: absolute; } body > div.myNotify { position: fixed; }  div.myNotify { top: 0px; width: 100%; left: 0px; } div.center div.myNotify-notification, div.center div.myNotify-closer { margin-left: auto; margin-right: auto; } div.myNotify div.myNotify-notification, div.myNotify div.myNotify-closer { background-color: #000; opacity: 1; width: 100%; margin-top: 5px; margin-bottom: 5px; font-size: 1em; display: none; } div.myNotify div.myNotify-notification, div.myNotify div.myNotify-closer, div.myNotify div.myNotify-notification, div.myNotify div.myNotify-closer * { text-align: center!important; } div.myNotify div.myNotify-notification {} div.myNotify div.myNotify-notification, div.myNotify div.myNotify-closer { margin: 0px; } div.myNotify div.myNotify-notification div.myNotify-header { font-weight: bold; font-size: 0.85em; } div.myNotify div.myNotify-notification div.myNotify-close { display: none; position : absolute; top: 10px; right: 12px; z-index: 99; float: right; font-weight: bold; font-size: 1.2em; cursor: pointer; color: #FFF; } div.myNotify div.myNotify-closer { padding-top: 4px; padding-bottom: 4px; cursor: pointer; font-size: 0.9em; font-weight: bold; text-align: center; } @media print { div.myNotify { display: none; } } div.myNotify div.myNotify-notification, div.myNotify div.myNotify-closer { color: #ffffff; background-color: #40444d; } div.myNotify div.myNotify-closer {} div.myNotify div.myNotify-closer:hover {} div.myNotify div.primary, div.myNotify div.primary a, div.myNotify div.primary a:hover, div.myNotify div.danger, div.myNotify div.error, div.myNotify div.danger a, div.myNotify div.error a, div.myNotify div.danger a:hover, div.myNotify div.error a:hover, div.myNotify div.info, div.myNotify div.info a, div.myNotify div.info a:hover, div.myNotify div.success, div.myNotify div.success a, div.myNotify div.success a:hover { color: #FFF; } div.myNotify div.primary { background-color: #40444d; } div.myNotify div.primary a { border-bottom: 1px dotted; } div.myNotify div.primary a:hover { border-bottom: 1px solid; text-decoration: none; } div.myNotify div.danger, div.myNotify div.error { background-color: #e74949; } div.myNotify div.danger a, div.myNotify div.error a { border-bottom: 1px dotted; } div.myNotify div.danger a:hover, div.myNotify div.error a:hover { border-bottom: 1px solid; text-decoration: none; } div.myNotify div.info { background-color: #4986e7; } div.myNotify div.info a { border-bottom: 1px dotted; } div.myNotify div.info a:hover { border-bottom: 1px solid; text-decoration: none; } div.myNotify div.success { background-color: #6b9b20; } div.myNotify div.success a { border-bottom: 1px dotted; } div.myNotify div.success a:hover { border-bottom: 1px solid; text-decoration: none; } div.myNotify .message { display: block; line-height: 30px; padding: 0px; } div.myNotify .message, div.myNotify .message * { font-size: 12px; text-align: center!important; } div.myNotify .message_error { background-color: #FF4800; } div.myNotify .message_error, div.myNotify .message_error * {} div.myNotify .message_success { background-color: #C7FF00; } div.myNotify .message_success, div.myNotify .message_success * { color: #333; } div.myNotify .message_icon { margin-left: -20px; margin-top: 2px; font-size: 12px; color: rgba(0,0,0,0.8); display: block; float: left; } div.myNotify .message_content {} 
.dropbox { position: relative; overflow: hidden; min-height: 20px; padding-top: 20px; }  .dropbox_min { padding-top: 0px; width: 20px; max-width: 20px; height: 20px; max-height: 20px; overflow: hidden; } #dropboxFallbackUploadButton { display: none; } .dropbox.disabled .triggerManualUpload, .dropbox.disabled .dropboxDeleteBtn { display: none!important; } #dropboxUploadProgressBar { z-index: 1000!important; position: fixed; top: 0px; left: 0px; height: 100%; width: 100%; background-color: #000; opacity: 0.6; display: none; } #dropboxUploadProgressBar .bar { position: absolute; top: 50%; margin-top: -10px; left: 0px; height: 20px!important; line-height: 20px; color: #FFF; font-size: 12px; } .triggerManualUpload { z-index: 5; width: 20px; height: 20px; text-align: center; line-height: 20px; position: absolute; top: 0px; right: 0px; font-family: FontAwesome!important; font-size: 20px; } .triggerManualUpload:before { content: "\f093"; } .dropboxItem { position: relative; } .dropboxDefaultItem { position: relative; display: block; cursor: default; float: left; height: 25px; width: 100%; line-height: 25px; background-color: transparent; } .dropboxItem:hover { background-color: #EFEFEF!important; } .dropboxItem.active { background-color: #D0D938!important; } .dropboxDefaultItem + .dropboxDefaultItem {} .dropboxDefaultItem * { text-align: left!important; font-size: 11px!important; } .dropboxDefaultItem .dropBoxDefaultFilename { padding: 0px 5px; } .dropboxDefaultItem:hover .dropBoxDefaultFilename { color: #000!important; } .dropboxItem .dropboxDeleteBtn { display: none; width: 25px; height: 25px; top: 0px; right: 0px; border: none; cursor: pointer; position: absolute; top: 0px; right: 0px; } .dropboxItem .dropboxDeleteBtn span { display: block; width: 25px; height: 25px; line-height: 25px; text-align: center!important; } .dropboxItem .dropboxDeleteBtn, .dropboxItem .dropboxDeleteBtn * { font-size: 15px!important; } .dropboxItem:hover .dropboxDeleteBtn { display: block; } .dropboxItem .dropboxDeleteBtn:hover * { color: #000!important; } .dropboxFilesizeInfo { position: absolute!important; top: 0px; left: 0px; width: 100%; text-align: center; height: 20px; max-height: 20px; line-height: 20px; font-size: 10px!important; } .dropboxAdditionalInfoSpan { display: block; padding-top: 10px; font-size: 11px!important; color: #666!important; cursor: default; } .dropboxAdditionalInfoSpan:hover { color: #000!important; } .dropboxItemLabel { color: #333!important; font-size: 12px!important; line-height: 30px; } .dropboxDefaultImageThumbnail { display: block; padding: 4px; line-height: 18px; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .dropboxDefaultImageThumbnail > a{ float: left; padding: 9px; } .dropboxDefaultImageThumbnail > span{ float: left; padding: 9px; color: #555555; }  .fileUpload { filter:alpha(opacity=0); } #px-widget-1 { display: none; width: 15px; height: 15px; overflow: hidden; } #px-widget-1 form { padding: 0px!important; margin: 0px!important; } .dropbox { position: relative; } .dropbox #px-widget-1 { position: absolute; display: none; top: 0px; right: 0px; } .dropbox.hasFallbackUpload #px-widget-1 { display: block; } .dropbox.hasFallbackUpload .triggerManualUpload { display: none!important; } .px-form-input { float: left; } .px-buttons { float: left; } .px-input-button { overflow: hidden; width: 15px!important; height: 15px!important; position: relative; cursor: pointer!important; background: url("/img/icons/upload_fallback.png") no-repeat center center transparent; } .px-input-button span { color: transparent!important; } .px-input-button span.ui-icon { display: none; } .px-input-button input { position: absolute; color: transparent; top: 0px; right: 0px; } #px-form-1 { display: none; } 
 .bannerWrapper div,.bannerWrapper span,.bannerWrapper applet,.bannerWrapper object,.bannerWrapper iframe,.bannerWrapper h1,.bannerWrapper h2,.bannerWrapper h3,.bannerWrapper h4,.bannerWrapper h5,.bannerWrapper h6,.bannerWrapper p,.bannerWrapper blockquote,.bannerWrapper pre,.bannerWrapper a,.bannerWrapper abbr,.bannerWrapper acronym,.bannerWrapper address,.bannerWrapper big,.bannerWrapper cite,.bannerWrapper code,.bannerWrapper del,.bannerWrapper dfn,.bannerWrapper em,.bannerWrapper font,.bannerWrapper img,.bannerWrapper ins,.bannerWrapper kbd,.bannerWrapper q,.bannerWrapper s,.bannerWrapper samp,.bannerWrapper small,.bannerWrapper strike,.bannerWrapper strong,.bannerWrapper sub,.bannerWrapper sup,.bannerWrapper tt,.bannerWrapper var,.bannerWrapper b,.bannerWrapper u,.bannerWrapper i,.bannerWrapper center,.bannerWrapper dl,.bannerWrapper dt,.bannerWrapper dd,.bannerWrapper ol,.bannerWrapper ul,.bannerWrapper li,.bannerWrapper fieldset,.bannerWrapper form,.bannerWrapper label,.bannerWrapper legend,.bannerWrapper table,.bannerWrapper caption,.bannerWrapper tbody,.bannerWrapper tfoot,.bannerWrapper thead,.bannerWrapper tr,.bannerWrapper th,.bannerWrapper td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } .bannerWrapper ol,.bannerWrapper ul { list-style: none; } .bannerWrapper blockquote,.bannerWrapper q { quotes: none; } .bannerWrapper blockquote:before,.bannerWrapper blockquote:after,.bannerWrapper q:before,.bannerWrapper q:after { content: ''; content: none; } .bannerWrapper :focus { outline: 0; } .bannerWrapper ins { text-decoration: none; } .bannerWrapper del { text-decoration: line-through; } .bannerWrapper table { border-collapse: collapse; } .bannerWrapper *,.bannerWrapper * focus {outline: none;margin:0;padding: 0;} .bannerWrapper textarea {overflow: auto;} .bannerWrapper textarea,.bannerWrapper input[type=text],.bannerWrapper input[type=password] { font-family: Arial, Helvetica, sans-serif; font-size: 11px; } .bannerWrapper button,.bannerWrapper input[type=submit] { font-family: Arial, Helvetica, sans-serif; } .bannerWrapper img { border: 0; } .bannerWrapper ul { list-style: none; margin: 0; padding: 0; } .bannerWrapper p { margin: 0; padding: 0; } .bannerWrapper :focus { outline: 0; } .bannerWrapper a { text-decoration: none; color: #2b6893; } .bannerWrapper .normal { font-style: normal; } .bannerWrapper .normalFont { font-style: normal; font-weight: normal; }  span.skype_pnh_container { display:none!important; } span.skype_pnh_print_container { display:inline!important; } #bannerIFrame { padding: 0!important; overflow: hidden; -webkit-border-radius: 0px; border-radius: 0px; } #banner_container, #banner_preview_container { padding: 10px; padding-top: 0px; } #banner, #banner_preview { line-height: 1.2em; font-size: 11px; width: auto; height: auto!important; max-height: 600px; } #banner, #banner *, #banner_preview, #banner_preview * { font-family: Arial, sans-serif; line-height: 1.2em; font-size: 11px; } #banner_header, #banner_content, #banner_footer, #banner_preview_header, #banner_preview_content, #banner_preview_footer { position: relative; overflow: hidden; } #banner > img, #banner_preview > img { z-index: 0; position: absolute; top: 0px; left: 0px; } .banner_bg_wrapper { width: 100%; height: 100%; position: absolute; z-index: 1; } .banner_border_wrapper { height: 100%; position: absolute; z-index: 4; border-style: solid!important; border-width: 1px!important; left: 0; right: 0; width: 100%!important; box-sizing: border-box; } .bannerSection:hover .banner_border_wrapper { display: none!important; } .banner_section_header .banner_border_wrapper { border-bottom: none!important; border-color: #000; top: 0; } .banner_section_content .banner_border_wrapper { border-top: none!important; border-bottom: none!important; border-color: #000; top: 0; bottom: 0; } .banner_section_footer .banner_border_wrapper { border-top: none!important; border-color: #000; bottom: 0; } .banner_content_container { position: relative; z-index: 3; overflow: hidden; } .banner_content_block { cursor: default; min-height: 10px; } .banner_content_block_0 {  padding: 0px!important; min-height: 10px!important; } .banner_content_block_1 {  padding: 0px 5px!important; } .banner_content_block_1 big { font-size: 1.2em!important; } .banner_content_block_2 {  padding: 0; text-align: center; } .banner_content_block_2 img {  max-width: 160px; } .banner_content_block_3 {  text-align: center; font-size: 1.1em!important; font-weight: bold; margin-bottom: 5px; } .banner_content_block_4 {  } .banner_content_block_4 ul, .banner_content_block_4 ol {  margin-bottom: 0; padding-bottom: 0; } .banner_content_block_5 {  } 
.keywordScroller { width: 160px; height: 0px; margin: 0px; padding: 0px; overflow: hidden; } .keywordScroller .keywordScrollerItem { padding: 0px 10px!important; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: 20px!important; line-height: 20px!important; } .keywordScroller .keywordScrollerItem.transActive { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .keywordScroller .keywordScrollerItem.scrollType_1 { margin-top: -20px; } .keywordScroller .keywordScrollerItem.scrollType_2 { margin-left: -160px; } .keywordScroller .keywordScrollerItem.scrollType_3 { opacity: 0; } .keywordScroller .keywordScrollerItem.scrollType_4 { margin-left: -160px; } .keywordScrollerIcon { display: none!important; text-align: center; width: 8px; height: 20px; line-height: 20px!important; display: inline-block; padding-right: 5px!important; } 
.hidden { display: none!important; } .myCountDown { position: relative; display: block; width: 150px; margin: 0px auto!important; text-align: center; } .countDownContainer { display: block; width: 150px; } .countDownDoneMessage { position: absolute; padding: 10px 0px!important; width: 100%; top: 0px; left: 0px; text-align: center!important; line-height: inherit!important; } .myCountDown .countDownSubItem { cursor: default; width: 20%; overflow: hidden; display: inline-block; text-align: center; } .myCountDown .countDownSubItem.font_size_2 { font-size: 2em!important; } .myCountDown .countDownSubItem.font_size_1_9 { font-size: 1.9em!important; } .myCountDown .countDownSubItem.font_size_1_8 { font-size: 1.8em!important; } .myCountDown .countDownSubItem.font_size_1_7 { font-size: 1.7em!important; } .myCountDown .countDownSubItem.font_size_1_6 { font-size: 1.6em!important; } .myCountDown .countDownSubItem.font_size_1_5 { font-size: 1.5em!important; } .myCountDown .countDownSubItem.font_size_1_4 { font-size: 1.4em!important; } .myCountDown .countDownSubItem.font_size_1_3 { font-size: 1.3em!important; } .myCountDown .countDownSubItem.font_size_1_2 { font-size: 1.2em!important; } .myCountDown .countDownSubItem.font_size_1_1 { font-size: 1.1em!important; } .myCountDown .countDownSubItem.font_size_1 { font-size: 1em!important; } .myCountDown .countDownSubItem span { opacity: 0.6; font-size: 0.6em!important; display: block; } 
 .sloganScrollerItemStyleInput {} .sloganScrollerInput { height: 50px; resize: none; padding: 0!important; text-align: center; line-height: 1.2em!important; } .sloganScroller { width: 160px; height: 0px; margin: 0px; padding: 0px; font-family: Arial; overflow: hidden; } .sloganScrollerItemContainer:nth-child(2n+1) { clear: both; } .sloganScroller .sloganScrollerItem { display: none; width: 160px; margin-top: 0!important; } .sloganScroller .sloganScrollerItem > div { padding: 0 5px; line-height: 1.4em!important; font-size: inherit!important; } .sloganScroller .sloganScrollerItem:first-child, .sloganScroller .sloganScrollerItem.first { display: block; } .sloganScroller .sloganScrollerItem:first-child {} .sloganScroller .sloganScrollerItem.transActive { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .sloganScroller .sloganScrollerItem.scrollType_1 { margin-top: -20px; } .sloganScroller .sloganScrollerItem.scrollType_2 { margin-left: -320px; } .sloganScroller .sloganScrollerItem.scrollType_3 { opacity: 0; } .sloganScroller .sloganScrollerItem.scrollType_4 { margin-left: -320px; } 
.tickerScroller { overflow: hidden; } .tickerScrollerItem { width: 100%; height: auto; font-size: inherit!important; } .tickerScrollerItemInner { width: 160px; white-space: nowrap; font-size: inherit!important; } .tickerScrollerItemInner .tickerScrollerValueSpan { line-height: 1.4em!important; display: inline-block; white-space: nowrap; padding-right: 20px; font-size: inherit!important; } .tickerScrollerItemInner .tickerScrollerValueSpan .tickerScrollerPlaceholder { display: inline-block; padding: 0px 10px; } 
 .imageScroller { width: 160px; height: 160px; margin: 0px; padding: 0px; overflow: hidden; } .imageScroller .imageScrollerItem:first-child, .imageScroller .imageScrollerItem.first { display: block; } .imageScroller .imageScrollerItem:first-child {} .imageScroller .imageScrollerItem { text-align: center; } .imageScroller .imageScrollerItem img { max-width: 130px; max-height: 130px; } .imageScroller .imageScrollerItem.transActive { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .imageScroller .imageScrollerItem.scrollType_1 { margin-top: -20px; } .imageScroller .imageScrollerItem.scrollType_2 { margin-left: -320px; } .imageScroller .imageScrollerItem.scrollType_3 { opacity: 0; } .imageScroller .imageScrollerItem.scrollType_4 { margin-left: -320px; } .imageScroller .imageScrollerItem.scrollTypeFadeIn { opacity: 100; } 
 
 .userOnlineSpan { display: inline-block; width: 8px; height: 15px; background-color: #FF4800!important; } .userOnlineSpan.user_is_online { background-color: #C7FF00!important; } 
.simpleGallery { position: relative; overflow: hidden; } .simpleGalleryItem { display: none; height: 100%; } .simpleGalleryItem a { height: 100%; display: block; background-repeat: no-repeat; background-position: center center; } .simpleGalleryItem:first-child { display: block; } .simpleGallery .simpleGalleryItem.transActive { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .simpleGallery .simpleGalleryItem.scrollType_1 { margin-top: -20px; } .simpleGallery .simpleGalleryItem.scrollType_2 { margin-left: -320px; } .simpleGallery .simpleGalleryItem.scrollType_3 { opacity: 0; } .simpleGallery .simpleGalleryItem.scrollType_4 { margin-left: -320px; } 
.myGalleryWrapper { height: 210px!important; } .myGalleryWrapperOrientation_v {} .myGallery { position: relative; } .myGallery, .myGallery * {} .myGallery.myGalleryDir_h { width: 100%!important; } .myGallery.myGalleryDir_h .myGallery_wrapper { width: 90%!important; margin: 0 auto; } .myGallery.myGalleryDir_h, .myGallery.myGalleryDir_h .myGallery_wrapper { height: 200px!important; min-height: 180px!important; overflow: hidden; position: relative; } .myGallery .myGallery_label { width: 100%; position: absolute; bottom: 0px; left: 0; text-align: center; } .myGallery .myGallery_nav { z-index: 10; position: absolute; top: 0px; width: 30px; height: 180px; } .myGallery_nav_dir_h, .myGallery_nav_dir_v { display: none; } .myGallery.myGalleryDir_v .myGallery_nav_dir_v { display: block; } .myGallery.myGalleryDir_h .myGallery_nav_dir_h { display: block; } .myGallery .myGallery_nav.myGallery_nav_left { left: 0px; } .myGallery .myGallery_nav.myGallery_nav_right { right: 0px; } .myGallery .myGallery_nav .myGallery_nav_arrow { position: absolute; top: 50%; margin-top: -15px; width: 25px; height: 30px; cursor: pointer; opacity: 0.6; text-align: center; } .myGallery .myGallery_nav .myGallery_nav_arrow * { font-size: 30px!important; } .myGallery .myGallery_nav .myGallery_nav_arrow:hover { opacity: 1; } .myGallery .myGallery_wrapper .myGallery_scroller { height: 100%; margin: 0px 30px; overflow: hidden; position: relative; } .myGallery .myGallery_wrapper .myGallery_scroller .myGallery_scroller_inner { height: 100%; width: 100%; background-color: transparent; position: absolute; top: 0px; left: 0px; vertical-align: middle; } .myGallery_item { position: relative; float: left; height: 100px; padding: 10px 0px; text-align: center; width: 160px; } .myGallery_item img { max-width: 130px; max-height: 130px; border: 3px solid #FFF; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); } .myGallery .myGallery_item { height: 160px; padding-bottom: 20px; } .myGallery .myGallery_item.transActive { margin-left: -200px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .myGallery .myGallery_item.transActive.transNext { margin-left: -200px; } .myGallery .myGallery_item.transActive.transPrev { margin-left: 0px; } .myGallery_item:last-child { margin-right: -100px; } .myGallery_item:before { content: ""; display: inline-block; height: 50%; } .myGallery_item a {} .myGallery_item_image { max-width: 130px; max-height: 130px; border: 5px solid #FFF; display: inline-block; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); } .myGallery_item_label { color: #333; width: 150px; margin: 0 5px; overflow: hidden; height: 20px; position: absolute; left: 0px; bottom: 0px; } .myGallery.myGalleryDir_v { width: 170px; padding: 30px 0px!important; position: relative; margin: 0 auto; } .myGallery.myGalleryDir_v .myGallery_wrapper { width: 170px; overflow: hidden; } .myGallery.myGalleryDir_v .myGallery_label { display: none; } .myGallery.myGalleryDir_v .myGallery_item { float: none; height: 160px; padding: 0px; text-align: center; width: 168px; clear: both; } .myGallery.myGalleryDir_v .myGallery_item:last-child { margin-right: 0px; } .myGallery.myGalleryDir_v .myGallery_nav { position: absolute; width: 170px; height: 30px; } .myGallery.myGalleryDir_v .myGallery_nav.myGallery_nav_left { top: 0px; } .myGallery.myGalleryDir_v .myGallery_nav.myGallery_nav_right { top: auto; bottom: 0px; } .myGallery.myGalleryDir_v .myGallery_nav .myGallery_nav_arrow { width: 100%; height: 30px; cursor: pointer; opacity: 0.6; } .myGallery.myGalleryDir_v .myGallery_nav .myGallery_nav_arrow:hover { opacity: 1; } .myGallery.myGalleryDir_v .myGallery_wrapper .myGallery_scroller { margin: 0; position: relative; } 
.myRating { width: 100%; height: 20px; overflow: hidden; white-space: nowrap; } .myRating_bar .myRatingItem, .myRating_star .myRatingItem { overflow: hidden; display: inline-block; text-align: center; cursor: default; height: 18px; font-size: 18px; } .myRating_bar .myRatingItem { background-color: #FFF; } .myRating_star .myRatingItem {} .myRating_bar .myRatingItem:last-child {} .myRating_star .myRatingItem .awe-star { display: none; } .myRating_star .myRatingItem .awe-star-empty { color: #333!important; display: block; } .myRating_star .myRatingItem.active .awe-star { display: block; } .myRating_star .myRatingItem.active .awe-star-empty { display: none; } .myRating_star, .myRating_star .myRatingItem { height: 30px; } .myRating_star .myRatingItem [class*="awe-"] { font-size: 25px; line-height: 30px; color: #333!important; } .myRating_bar .myRatingItem .myRatingBG { display: none; width: 100%; height: 100%; } .myRating_bar .myRatingItem { background-color: #E6E6E6; } .myRating_bar .myRatingItem:nth-child(2n) { background-color: #CCC; } .myRating_bar .myRatingItem.active .myRatingBG { display: block; } .myRating_star.changed * { color: #20733C; } 
#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #FFF; z-index: 999999; } #preloader_status { position: fixed; z-index: 999999; width: 250px; height: 250px; position: absolute; left: 50%; top: 50%; margin: -125px 0 0 -125px; } #preloader_status p { top: 60%; } #preloader_status em { font-size: 10px!important; display: block; font-style: normal; } 
 
 
.main-navigation-hover { display: none; } nav.main-navigation { margin-bottom: 80px; } .main-navigation ul { margin: 0; } .main-navigation ul li { background-color: #FFF; } .main-navigation ul li.parent { background-color: #E0E0E0; position: relative; } .main-navigation ul li.parent > a { padding-right: 30px; } .main-navigation ul li.parent > a::after { font-family: FontAwesome!important; content: "\f078"; position: absolute; top: 0; right: 0; bottom: 0; width: 25px; color: rgba(0,0,0,0.2); text-align: center; } .main-navigation ul li.parent.open > a::after { content: "\f077"; } .main-navigation ul li.current, .main-navigation ul li.current * { font-weight: 600; background-color: #E85422; color: #FFF; } .main-navigation ul li:not(.parent):hover { background-color: #D1E392; } .main-navigation ul li.loadModal { padding-right: 30px; position: relative; } .main-navigation ul li.loadModal > span[class^="awe-"] { position: absolute; top: 0px; right: 0px; width: 30px; height: 25px; line-height: 25px; padding: 0!important; text-align: center; } .main-navigation ul li, .main-navigation ul li * { cursor: pointer; line-height: 30px; text-decoration: none; } .main-navigation ul li { border-bottom: 1px solid #CCC; } .main-navigation ul li:last-child { border-bottom: none; } .main-navigation ul li > a, .main-navigation ul li > span { display: block; padding: 0 5px; } #headerToggleNavBtn { width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 25px; float: left; cursor: pointer; } #navContentPrefs .modal-body * { font-size: 11px; } #navContentPrefs .modal-body { padding: 0; overflow: hidden; } #navContentPrefs .subHeadline { font-size: 16px; color: #999; padding: 10px 0px; text-align: center; } #navContentPrefs .modal-body {} #navContentPrefs .modal-body > .navItemColumn { height: 340px; overflow-x: hidden; } #navContentPrefs .subHeadline span { font-size: 1em!important; line-height: 1.2em; } #navContentPrefs ul { margin-left: 0px; } #navContentDragListWrapper ul { margin-bottom: 5px!important; } #navContentDragListWrapper ul li { margin-bottom: -1px; background-color: #AAA; border: 1px solid #666; padding-left: 10px; cursor: move; position: relative; } #navContentDragListWrapper ul li * { color: #000; } #navContentDragListWrapper ul li:first-child {} #navContentDragListWrapper > ul > li { border-right: 1px solid #AAA; } #navContentDragListWrapper .subMenuContainer ul { border: 1px solid #666; border-right: none; background-color: #FFF; padding: 5px 0px; } #navContentDragListWrapper .subMenuContainer ul li { border-left: none; border-right: none; } #navContentDragListWrapper .subMenuContainer.active { background-color: #99FFFF; } li.companyRequired { background-color: #F7EBBE!important; } li.adminOnly { background-color: #BCFFB7!important; } #navContentOverviewList li { border: 1px solid #666; margin-bottom: -1px; background-color: #FFF; padding-left: 10px; cursor: pointer; position: relative; } #navContentOverviewList li * { color: #333; } #navContentOverviewList li:hover { background-color: #333!important; } #navContentOverviewList li:hover * { color: #FFF!important; } #navContentOverviewList li .removeNavItem { display: none!important; } .removeNavItem { width: 15px; height: 15px; display: block; position: absolute; top: 5px; right: 0px; overflow: hidden; opacity: 0.5; } .removeNavItem:hover { opacity: 1; cursor: pointer; } .leftNavInfoSpan { float: right; padding: 1px 3px; } .main-navigation-hover { display: none; position: fixed; background-color: #FFF; top: 0px; left: 0px; height: 40px; width: 40px; padding-left: 10px; overflow: hidden; z-index: 1000; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); } .main-navigation-hover-badge { position: absolute; bottom: 0px; left: 10px; width: 40px; height: 40px; line-height: 40px; text-align: center; background-color: #000; } .main-navigation-hover-badge, .main-navigation-hover-badge * { color: #FFF; } .main-navigation-hover-content > ul { display: none; } .main-navigation-hover:hover .main-navigation-hover-content > ul { display: block; } .main-navigation-hover:hover, .main-navigation-hover:hover .main-navigation-hover-content { height: 100%; width: 250px; padding-bottom: 0px; } .main-navigation-hover:hover .main-navigation-hover-badge { display: none; } .main-navigation-hover-content { overflow: hidden; overflow-y: auto; } #headerToggleNavBtn { display: none; } .main-navigation ul li.separator { display: none; background-color: #CCC; height: 2px; max-height: 2px; } .main-navigation ul li:not(.separator) + li.separator { display: block; } 
#headerLogoContainer { width: 330px; height: 100%; float: left; background: url("https://ossis.industrystock.cn/assets/logo-de.jpg") no-repeat left center transparent; margin-left: 20px; background-size: contain; } body > header nav { height: 100%; float: right; } body > header nav { margin: 0!important; } body > header nav .headerNavItem { display: block; width: auto; height: 100%; float: right; padding: 0px 10px; line-height: 60px; } .headerNavItem { border-left: 1px solid #D9DADB; } .headerNavItem > [class^="awe-"] { width: 25px; text-align: center; height: 60px; line-height: 60px; display: block; } .headerNavItem:hover { background-color: #EFEFEF; } .headerNavItem:hover > span {} body > header nav .headerNavItem[data-key="lang"] { padding-left: 0; border-left: none; } body > header nav .headerNavItem[data-key="lang"]:hover { background-color: inherit; color: inherit; } .headerNavItem.hasActions { padding-right: 40px; position: relative; } .headerNavItem.hasActions .actions { position: absolute; top: 0; right: 0; bottom: 0; width: 30px; } .headerNavItem.hasActions .actions > * { width: 30px; height: 30px; line-height: 30px; text-align: center; color: #FFF; background-color: #666; opacity: 0.7; font-size: 16px; } .headerNavItem.hasActions .actions > *:hover { opacity: 1; } #navTopLogout { display: block; height: 60px!important; line-height: 60px!important; color: #E85422; } #navTopLang { text-transform: uppercase; cursor: pointer; position: relative; } #navTopLabel { font-size: 20px; } #navTopLang > .flag { display: block; float: left; margin-right: 5px; margin-top: 21px; } #navTopLang span[class^="awe-"] { margin-left: 5px; font-size: 14px; } #navTopLangContainer { display: block; width: 100px; float: right; overflow: hidden; } #navTopLangContainer > div { width: 30px; height: 30px; line-height: 30px!important; float: right; } #navTopLang:hover #navTopLangContainer { display: block; } #navTopLang .topMenuSubNav { width: 40px!important; padding: 0!important; margin-left: 0; left: 0; } #navTopLang .topMenuSubNav li { width: 100%!important; } #navTopLang .topMenuSubNav li a { display: block; height: 23px; width: 100%; line-height: 23px; display: block; background-color: #FFF; text-transform: uppercase; } #navTopLang .topMenuSubNav li + li { margin-top: 5px; } #navTopLang .navTopToggle { display: block; text-align: center!important; } #navTopLang .navTopToggle > img { margin-top: 18px; } #navTopLang .navTopToggle > img, #navTopLang .topMenuSubNav li a > img { width: 40px; float: left; margin-right: 5px; } #navTopLang .topMenuSubNav li a > img { -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); box-shadow: 0 0 5px 0 rgba(0,0,0,0.6); } #topNavCompanyInfo { padding-top: 8px; line-height: 15px!important; max-width: 250px; box-sizing: border-box; } #topNavCompanyInfo.customer .toNavCompanyName { color: #E85422; } .topMenuItem { cursor: pointer; } ul.topMenuSubNav { display: none; background-color: #FFF; position: absolute; top: 60px; right: -20px; width: 400px; overflow: hidden; padding: 10px; -moz-box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2); } #asideNavContainer { margin-bottom: 20px; } ul.topMenuSubNav li, #asideNavContainer ul li { width: 50%; float: left; line-height: 25px; padding: 0px; position: relative; cursor: pointer; } ul.topMenuSubNav li:hover { background-color: #EFEFEF; } #asideNavContainer ul { margin: 0; } #asideNavContainer ul li { width: 100%; float: none; } ul.topMenuSubNav li > span, #asideNavContainer ul li > span { padding-left: 30px; } ul.topMenuSubNav li span[class^="awe-"], #asideNavContainer ul li span[class^="awe-"] { display: block; position: absolute; top: 0px; left: 0px; margin: 0!important; text-align: left!important; } ul.topMenuSubNav li span.flag { float: left; margin: 0; margin-right: 5px; } ul.topMenuSubNav li span[class^="awe-"], #asideNavContainer ul li span[class^="awe-"] { width: 25px; height: 25px; line-height: 25px; font-size: 16px; color: #666; text-align: center; } .topMenuItem.active ul.topMenuSubNav { display: block!important; } #topNavCompanyInfo .topMenuSubNav li { line-height: 15px; padding-bottom: 10px; } .headerNavItem[data-key="mindmap"] { font-size: 25px; cursor: pointer; } 
#switchLanguageDropdown { margin-left: -116px!important; margin-top: 3px; } #switchLanguageDropdown li { float: right; } #switchLanguageDropdown li a { padding: 5px!important; } 
 #modal_conversation {} #modal_conversation .modal-body { padding: 0px; overflow: hidden; } #modal_conversation footer { padding: 0!important; } #conversationWrapper header { position: relative; } #conversationContainer { overflow: hidden; overflow-y: scroll; background-color: #FFF; } #conversationContainer, #conversationInputContainer, #conversationInputContainer .redactor-editor { height: 330px!important; min-height: 330px!important; max-height: 330px!important; } #conversationInputContainer { position: relative; } #conversationInputContainer .redactor-box, #conversationInputContainer .redactor-box * { background-color: transparent!important; } #conversationWrapper .conversationBG { display: block; width: 200px; height: 200px; line-height: 200px; text-align: center; font-size: 150px; opacity: 0.05; position: absolute; top: 50%; left: 50%; margin-left: -100px; margin-top: -100px; z-index: 1; font-family: FontAwesome!important; } #conversationWrapper .conversationBG::before { content: "\f086"; } #conversationWrapper .myRedactorWrapper { position: relative; z-index: 2; height: 100%; } #conversationWrapper [contenteditable] { min-height: 100%; background-color: transparent; } #conversationWrapper textarea { height: 100%; } #modal_conversation.system #conversationContainer { width: 100%!important; } #modal_conversation.system #conversationInputContainer, #modal_conversation.system footer { display: none!important; } #conversationContainer.conversation_with_customer { background: url("/img/assets/is_wm_customer.jpg") no-repeat center center transparent; } #conversationContainer.conversation_with_extern { background: url("/img/assets/is_wm_extern.jpg") no-repeat center center transparent; } #conversationContainer.loading2 { background: url("/img/icons/loading_dark.gif") no-repeat center center transparent!important; } #conversationContainer .message { margin: 5px; margin-left: 15px; border: 1px solid #AAA; background-color: #FFF!important; padding: 5px 10px; position: relative; } #conversationContainer .message_from, #conversationContainer .message_to { max-width: 70%; } #conversationContainer .message_read_0, #conversationContainer .message_read_1 { padding-left: 20px; } #conversationContainer .messageSuperIcon { display: none; } #conversationContainer .message_from.message_super_1 { padding-right: 40px; } #conversationContainer .message_to.message_super_1 { padding-left: 40px!important; } #conversationContainer .message_super_1 .messageSuperIcon { text-align: center; display: block; position: absolute; top: 2px; right: 0px; width: 30px; height: 30px; } #conversationContainer .message_to.message_super_1 .messageSuperIcon { left: 0px; } #conversationContainer .message_super_1 .messageSuperIcon, #conversationContainer .message_super_1 .messageSuperIcon * { color: #666; font-size: 25px; line-height: 25px; } #conversationContainer .message_read_0 { background: url("/img/icons/envelope.png") no-repeat 3px 7px transparent; } #conversationContainer .message_read_1 { background: url("/img/icons/message_read.png") no-repeat 3px 7px transparent; } #conversationContainer .messageDate { font-size: 10px; color: #666; } #conversationContainer .messageContent { color: #333; font-size: 11px; } #conversationContainer .message_from { clear: both; float: left; } #conversationContainer .message_to { clear: both; float: right; text-align: right; } #conversationContainer .message_to.message_read_0, #conversationContainer .message_to.message_read_1 { padding-left: 10px; background: none; } #conversationContainer .message_from + .message_from {} #conversationContainer .message_to + .message_to {} #conversationInputContainer, #conversationInputContainer * { border: none!important; } #conversationInputContainer .redactor-box { padding-top: 0px; } #conversationInputContainer .redactor-toolbar { display: none!important; } #new_message_input {} .messageCorner { width: 10px; height: 10px; position: absolute; bottom: -1px; background: url("/img/icons/messageCorner.png") no-repeat left top transparent; } #conversationContainer .message_from .messageCorner { left: -10px; } #conversationContainer .message_to .messageCorner { right: -10px; background-position: right top; } #conversationContainer .message_to { margin-right: 15px; } #sendMessageBtn { width: 100%; height: 30px; line-height: 30px; font-size: 1rem; } .messageConversationDateSeperator { text-align: center; margin: 10px 0px 5px 0px; color: #666; font-size: 14px; } .quickStartConversationWrapper {} .quickStartConversationWrapper * { font-size: 11px; } .quickStartConversationItem { width: 100%; text-align: left; line-height: 25px; height: 25px; overflow: hidden; cursor: pointer; } .quickStartConversationItem + .quickStartConversationItem { border-top: 1px solid #D9DADB; } .tabBtn_message.hasNewMessage, .tabBtn_message.hasNewMessage *, .quickStartConversationItem.hasNewMessage, .quickStartConversationItem.hasNewMessage * { color: #E85422; } .quickStartConversationItem .startConversation { } .quickStartConvCompanyContainer { display: none; background-color: #D6D6D6; } .quickStartConversationItem + .quickStartConversationItem {} .userCustomerSpan { color: #ff4800!important; } .quickStartConversationItem:hover { opacity: 1; } .messageDeleteBtn { position: absolute; top: 0px; width: 10px; height: 10px; display: none; } #conversationContainer .message_from .messageDeleteBtn { right: 0px; } #conversationContainer .message_to .messageDeleteBtn { left: 0px; } #conversationContainer .message:hover .messageDeleteBtn { display: block; } .messageColor_red, .messageColor_red * { color: #660000; } .messageColor_green, .messageColor_green * { color: #006600; } 
#moduleActionPanel { border-bottom: none; position: fixed; bottom: 0px; left: 50%; margin-left: 0px; height: 25px; width: auto; background-color: #40414D; z-index: 1000; } #moduleActionPanelToggle { width: 10px; height: 100%; margin-left: -10px; float: left; } #moduleActionPanelContainer {} .moduleActionPanelItem { min-width: 21px; height: 21px; line-height: 21px; margin: 2px 5px; float: left; cursor: pointer; } .moduleActionPanelItemIcon { display: block; width: 21px; height: 21px; } .actionPanelItem { margin-top: -2px; min-width: 30px; float: left; } .keywordQuickMoveKeyColumn select option { color: #333; } 
 #surveyWrapper { position: fixed; bottom: 0px; left: 0px; width: 500px; height: 200px; } #surveyContainer { width: 100%; height: 100%; background-color: #FFF; } #surveyTitle { margin-top: 10px; margin-bottom: 10px; text-align: center; } #surveyTitle, #surveyTitle * { font-size: 18px; color: #666; } #surveyDescription { color: #333; line-height: 1.3em; } #surveyInputContainer {} #ratingContent { padding: 10px 0px; } .rating { display: block; margin: 0 auto; } .ratingStar { width: 40px; height: 40px; position: relative; float: left; background-color: #FFF; border-right: none; background: url("/img/icons/rating_star_inactive.png") no-repeat center center transparent; } .ratingSet { background-image: url("/img/icons/rating_star_active.png")!important; } .ratingChosen .ratingSet { background-image: url("/img/icons/rating_star_chosen.png")!important; } .ratingSummary { font-size: 11px; text-align: center; color: #333; padding: 5px 0px; } 
#quick-action-nav { float: right; padding: 0 10px; position: relative; height: 60px; } #quick-action-nav > span { font-size: 25px; display: block; } #quick-action-nav div.aside-button { display: none; } .aside-button-content { min-height: 100%!important; } #quick-action-nav.hasActive > span { color: #97BF0D!important; -webkit-animation: pulse 2s ease-in-out infinite; -moz-animation: pulse 2s ease-in-out infinite; -o-animation: pulse 2s ease-in-out infinite; animation: pulse 2s ease-in-out infinite; } #quick-action-nav.hasTicket > span { -webkit-animation: pulse-rotate 2s ease-in-out infinite; -moz-animation: pulse-rotate 2s ease-in-out infinite; -o-animation: pulse-rotate 2s ease-in-out infinite; animation: pulse-rotate 2s ease-in-out infinite; } 
#companyEditInfoContainer { text-align: center; font-size: 12px; color: #FFF; position: relative; margin-bottom: 10px; cursor: default; } .alert { margin-bottom: 0px; padding: 5px; } #companyEditInfoContainer .close { position: absolute; width: 20px; height: 20px; overflow: hidden; right: 3px; top: -1px; } #companyEditInfoAlert { cursor: default; display: none; padding: 5px; color: #FFF; background-color: #990000; } 
#createEventHistoryContainer > .eventHistoryItem { padding-left: 15px; } #createEventHistoryContainer > .eventHistoryItem + .eventHistoryItem { margin-top: 10px; padding-top: 10px; border-top: 1px solid #D9DADB; } .createEventDurationEndContainer { display: none; } 
#bannerGradientPreviewContainer { min-height: 300px; } 
 
ul.hoverList { margin-left: 0px; } ul.hoverList li { cursor: pointer; padding: 0; line-height: 25px; color: #666; } ul.hoverList li + li { border-top: 1px solid #D9DADB; } ul.hoverList li:hover {} ul.hoverList li:hover, ul.hoverList li:hover * { color: #000; } ul.hoverList li.active { font-weight: 600; } ul.hoverList li.active, ul.hoverList li.active * { color: #97BF0D; } 
#contentEditInfoContainer { display: none; text-align: center; font-size: 12px; color: #FFF; position: relative; opacity: 0.6; margin-bottom: 10px; padding: 5px; background-color: #990000; cursor: pointer; } #contentEditInfoContainer:hover { opacity: 1; } #contentEditInfoAlertUserNameContainer { margin-top: 10px; } 
 #modal_translation_edit .modal-body { padding: 0; } #modal_translation_edit .multiLangInputContainer { margin: 0; } #modal_translation_edit .multiLangInputContainer .input-prepend .add-on { background-color: #EFEFEF; } #translationInput span.copy-on { top: 20px; cursor:pointer; } #modal_translation_edit .multiLangInputInsertAll { display: none!important; } #translationHelpWrapper { margin-top: 10px; padding-top: 10px; margin-bottom: 40px; border-top: 1px solid #D9DADB; } #translationHelpImage { margin-bottom: 10px; } #translationHelpImage * { text-align: center; } #translationOverviewList { margin: 0; display: block; } #translationOverviewList li { cursor: pointer; background-color: #FFF; } #translationOverviewList li .translationKey { font-weight: 600; } #translationOverviewList li.active { background-color: #97BF0D; color: #FFF; } #translationOverviewList li.active, #translationOverviewList li.active * { color: #FFF!important; } #translationOverviewList li .translationKey, #translationOverviewList li .translationPreview { display: block; padding: 5px 10px; } #translationOverviewList li * { color: #000!important; } #translationOverviewList li .translationPreview ul { list-style-position: outside; list-style-type: disc; } #translationOverviewList li .translationPreview ol { list-style-position: outside; list-style-type: decimal; } #modal_translation_edit textarea { min-height: 120px!important; border: none!important; border-bottom: 5px solid #EFEFEF!important; font-family: inherit!important; line-height: 25px!important; } #modal_translation_edit textarea:disabled { border-bottom: 5px solid #FFF!important; } body.showMissingTrans td[data-tk]:empty::after, body.showMissingTrans th[data-tk]:empty::after, body.showMissingTrans div[data-tk]:empty::after, body.showMissingTrans span[data-tk]:empty::after, body.showMissingTrans div[data-tk]:empty::after { content: "TRANS"; color: #E85422; } #langvalueAdminValueInput .multiLangInputTransAll{ display:block; } 
.fileManager { width: 100%; overflow-x: hidden; } .fileManager .dropbox { height: 100%; overflow: hidden; } .fileManager .triggerManualUpload {} .fileManager .dropbox .fileManagerUploadItemContainer { height: auto; min-height: 200px; padding-bottom: 20px; } .fileManager .dropbox .dropboxItem.dropboxDefaultItem { opacity: 1; width: 100%; padding: 0px; overflow: hidden; height: 25px; } .fileManager .dropbox .dropboxItem.dropboxDefaultItem:first-child {} .fileManager .dropbox .dropboxItem.dropboxDefaultItem .dropBoxDefaultFilename {} .fileManager .dropbox .dropboxItem.dropboxImageItem, .fileManager .dropbox .dropboxItem.dropboxDefaultImageItem { width: 33%!important; height: 100px; float: left; text-align: center; overflow: hidden; } .fileManager .dropbox .dropboxItem.dropboxImageItem img, .fileManager .dropbox .dropboxItem.dropboxDefaultImageItem img { max-width: 100%; max-height: 96px; border: 2px solid #FFF; } .fileManager .dropbox .dropboxItem.dropboxDefaultItem * { color: #000!important; } .fileManager .dropbox .dropboxItem.active { opacity: 1; } .fileManager .dropbox .dropboxItem.inactive { opacity: 0.5; } .fileManager .dropbox .dropboxItem.dropboxImageItem.active { opacity: 1; } .fileManager .dropbox .dropboxItem.dropboxImageItem.active img {} .fileManagerForm { width: 100%!important; } .fileManagerLangContainer, .fileManagerTargetContainer { overflow: hidden; } .fileManagerLangContainer .fileManagerLangItem, .fileManagerTargetContainer .fileManagerTargetItem{ width: 33%; float: left; margin: 0!important; padding: 0!important; } .fileManagerInputContainer { position: relative; overflow: hidden; } .inputContainerOverlay { z-index: 10; position: absolute; width: 100%; height: 100%; background-color: #FFF; } .fileManagerInputContainer .multiLangInputContainer { width: 100%; } .fileManagerInputContainer .multiLangInputContainer input { width: 270px!important; } .fileManagerInputContainer .multiLangInputContainer textarea { } .fileManagerInfoDownloadBtn, .fileManagerInfoSaveBtn { font-size: 30px; } .fileManagerInfoContainer table { margin-top: 28px; } .modalUploadActions span[data-action="add"] { display: none; } .uploadDetailPreview { display: block; max-width: 80%; width: 150px; height: 150px; line-height: 150px; text-align: center; background-color: #FFF; padding: 10px; cursor: pointer; } .uploadDetailPreview > img { max-width: 100%; max-height: 150px; } .uploadDetailPreview > span { display: block; width: 150px; height: 150px; max-width: 100%; max-height: 100%; line-height: 150px; text-align: center; font-size: 60px; color: #CCC; } .filemanagerHeaderBtn.inactive { opacity: 0.3; } .filemanagerThumbOverview { overflow: hidden; } .filemanagerVideoThumbnail { float: left; width: 33.333%; text-align: center; position: relative; } .filemanagerVideoThumbnail img { max-width: 100%; max-height: 100%; position: relative; z-index: 1; } .filemanagerVideoThumbnail > span { position: absolute; display: block; top: 3px; right: 3px; width: 15px; height: 15px; border: 1px solid #D1E392; z-index: 2; background-color: #FFF; -webkit-border-radius: 20px; border-radius: 20px; } .filemanagerVideoThumbnail.active > span { background-color: #97BF0D; } .filemanager-detail.inline { margin-top: 10px; } .filemanagerInlineBtn { margin-right: 10px; } .thumbnailer [data-key="input"] { height: 40px; line-height: 40px; position: relative; padding-left: 200px; } .thumbnailer [data-key="input"] input { height: 40px; line-height: 40px; border: none; text-align: left; } .thumbnailer [data-key="input"] label { box-sizing: border-box; width: 200px; padding: 0 10px; color: #FFF; height: 40px; line-height: 40px; background-color: #AAA; position: absolute; top: 0; left: 0; bottom: 0; } .thumbnailer [data-key="overview"] { overflow: hidden; min-height: 300px; } .thumbnailer [data-key="overview"] [data-time] { cursor: pointer; float: left; width: 33.333%; } .thumbnailer [data-key="overview"] [data-time].active { width: 100%; } 
 
#supportTicketOverviewContainer, #supportTicketOverviewContainer * {} #supportTicketOverviewContainer > div[data-id] { padding: 5px 10px; margin: 5px 0px; } #supportTicketOverviewContainer > div[data-id], #supportTicketOverviewContainer > div[data-id] * { line-height: 20px; } #supportTicketOverviewContainer > div[data-id] + div[data-id] { border-top: 1px solid #D9DADB; } .supportTicketBtn { display: none; float: right; width: 25px; height: 20px; text-align: center!important; font-size: 15px; } .supportTicketBtn[data-action="reserve"].active { opacity: 1; color: #E85422; } #supportTicketOverviewContainer > div .supportTicketBtn.visible, #supportTicketOverviewContainer > div .supportTicketBtn[data-action="delete"], #supportTicketOverviewContainer > div[data-status="1"] .supportTicketBtn[data-action="reserve"], #supportTicketOverviewContainer > div[data-status="1"] .supportTicketBtn[data-action="done"], #supportTicketOverviewContainer > div[data-status="2"] .supportTicketBtn[data-action="done"], #supportTicketOverviewContainer > div[data-status="2"] .supportTicketBtn[data-action="reserve"] { display: block; } #supportTicketOverviewContainer > div[data-importance="1"] .created { color: #990000; } #supportTicketOverviewContainer > div[data-importance="2"] .created { color: #C6BA31; } #supportTicketOverviewContainer > div[data-importance="3"] .created { color: #2FA32D; } #supportTicketOverviewContainer > div[data-importance="4"] .created { color: #94D893; } #supportTicketOverviewContainer > div[data-importance="5"] .created { color: #999; } .supportTicketBtn.wanted { color: #00632F; } .supportTicketImportance { font-size: 25px; line-height: 40px!important; } .supportTicketComments { color: #E85422; } .aside-block.loadModal[data-id="supportTicket"] { position: relative; cursor: pointer; background-color: #E85422; } .aside-block.loadModal[data-id="supportTicket"] * { text-align: center; } .supportTicketUploadOverview { clear: both; padding-top: 10px; overflow: hidden; } .supportTicketUploadOverview > a { max-width: 200px; float: left; margin-right: 5px; margin-bottom: 5px; } .supportTicketUploadOverview > a, .supportTicketUploadOverview > a * { line-height: 30px!important; } 
.aside-button[data-module_name="presentation_active"][data-status="0"] {} .aside-button[data-module_name="presentation_active"][data-status="1"] { color: #000099; } .aside-button[data-module_name="presentation_active"][data-status="2"] { color: #990000; } .aside-button[data-module_name="presentation_active"][data-status="3"] { color: #009900; } 
#addFeatureSlotAddContainer { margin-bottom: 20px; } .addFeatureSlotErrorSpan { display: block; text-align: center; color: #990000; line-height: 27px; } .addFeatureSlotWidget { position: relative; padding: 4px 9px 9px 99px; min-height: 80px; background-color: #FAFAFA; margin-bottom: 10px; border: 1px solid #EEE; } .addFeatureSlotBtn { margin-top: 10px; } .addFeatureSlotWidgetIcon { max-width: 60px; max-height: 60px; position: absolute; top: 15px; left: 20px; } .creditsTotalContainer { margin-bottom: 20px; text-align: center; position: relative; overflow: hidden; cursor: pointer; } .creditsTotalContainer.intern { text-align: left; } .creditsTotalContainer button { display: block; margin: 0 auto; margin-top: 10px; } .creditsTotalContainer img {} .creditsTotalContainer.intern img { max-width: 30px; float: right; } .creditsTotalContainer span.creditsTotalSpan { font-size: 2em; font-weight: bold; position: absolute; top: 43px; left: 0px; width: 100%; text-align: center; color: #333; } .creditsTotalContainer.intern span.creditsTotalSpan, .creditsTotalContainer.intern span.creditsTotalSpanIntern { font-size: 1.2em; line-height: 30px; position: relative; top: auto; left: auto; width: auto; text-align: right; color: #333; text-shadow: none; display: block; padding-right: 50px; } #modal_creditPaymentOverview .modal-body * { font-size: 14px; line-height: 30px; border: none!important; } #modal_creditPaymentOverview .modal-body table { margin-bottom: 20px; } #modal_creditPaymentOverview .modal-body { margin-bottom: 10px; } #modal_creditPaymentOverview footer { display: none; } #creditPaymentLeftRow { border-top: 1px solid #CCC!important; } #paymentRedirect-modal .modal-body button { width: 100%; font-size: 16px; line-height: 25px; } .creditsHistoryTable tr.dateRow, .creditsHistoryTable tr.commentRow {} .creditsOverviewTable td, .creditsHistoryTable td {} .creditsHistoryTable tr.dateRow { color: #666; } .creditsHistoryTable tr.spacer hr { margin: 3px 0px; } .creditsInfoDataTable { table-layout: fixed; width: 100%; } .creditsInfoDataTable td, .creditsInfoDataTable th { line-height: 30px; padding: 0px 10px; } .creditsInfoDataTable td:first-child, .creditsInfoDataTable th:first-child { width: 150px!important; } .creditsInfoDataTable td.bg, .creditsInfoDataTable th.bg { background-color: #F3F3F3; } .creditsInfoDataTable td { text-align: right; } .creditsInfoDataTable tr { border-bottom: 1px solid #00632F; } .creditsInfoDataTable tbody tr { border-bottom: 1px solid #D9DADB; } .addImpressionBlock > i { padding: 0.5rem 1rem; background-color: #D1E392; display: block; margin-bottom: 0.5rem; } 
#creditsAssignInfo, #creditsAssignHistory { margin-bottom: 20px; } 
#rightTabConfContainer { padding: 0; margin: 0; } .rightTabConfItem { line-height: 25px; height: 25px; cursor: pointer; padding-left: 30px; position: relative; background-color: #FFF; border-top: 1px solid #D9DADB; border-bottom: 1px solid #D9DADB; } .rightTabConfItem + .rightTabConfItem { margin-top: -1px; } .rightTabConfItem span.awe-check { display: none; } .rightTabConfItem.active span.awe-check { display: block; width: 25px; height: 25px; text-align: center; line-height: 25px; position: absolute; top: 0px; left: 0px; } 
.company_report.btn-hover { font-family: FontAwesome!important; } .company_report.btn-hover:before { content: "\f0a1"; } 
.bTreeSubSelectWrapper { width: 100%; overflow: hidden; } .bTreeSubSelectWrapper select { display: block; width: 100%; border: none!important; background-color: #E1E1E1; -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ''; margin: 0!important; } .bTreeSubSelectWrapper select.active, .bTreeSubSelectWrapper select:hover { background-color: #EFEFEF; } 
.cacheResetLiveWorklistLoadingItem { width: 100%; display: block; overflow: hidden; } .cacheResetLiveWorklistLoadingItem, .cacheResetLiveWorklistLoadingItem * { line-height: 25px!important; } .cacheResetLiveWorklistLoadingItem i { float: left; width: 20px; height: 25px; margin-right: 10px; } .cacheResetLiveWorklistLoadingItem i{ float: left; width: 20px; } #cacheResetLiveNowButton i { width: 15px; } 
 .timesheet, .timesheet * {  } .timesheet-wrapper { position: relative; } .timesheet { width: 100%; height: auto; margin: 0 auto; position: relative; padding-top: 50px; overflow: hidden; } .bubble-pre { height: 100%; display: block; } .bubble-default { background-color: rgba(252, 70, 74, 0.3); } .bubble-lorem { background-color: rgba(154, 202, 39, 0.3); } .bubble-ipsum { background-color: rgba(60, 182, 227, 0.3); } .bubble-dolor { background-color: rgba(244, 207, 48, 0.3); } .bubble-sit { background-color: rgba(169, 105, 202, 0.3); } .bubble-amet { background-color: rgba(50, 100, 50, 0.3); } .bubble-elitr { background-color: rgba(82, 87, 242, 0.3); } .bubble-default .bubble-pre { background-color: rgba(252, 70, 74, 1); } .bubble-lorem .bubble-pre { background-color: rgba(154, 202, 39, 1); } .bubble-ipsum .bubble-pre { background-color: rgba(60, 182, 227, 1); } .bubble-dolor .bubble-pre { background-color: rgba(244, 207, 48, 1); } .bubble-sit .bubble-pre { background-color: rgba(169, 105, 202, 1); } .bubble-amet .bubble-pre { background-color: rgba(50, 100, 50, 1); } .bubble-elitr .bubble-pre { background-color: rgba(82, 87, 242, 1); } .bubble-date { color: #888; white-space: nowrap; display: none; } .timesheet .scale { height: 100%; position: absolute; top: 0; left: 0; float: left; } .timesheet .scale section { float: left; width: 59px; text-align: center; line-height: 20px; border-left: 1px dashed #9C9E9F; height: 100%; position: relative; } .timesheet .scale section:last-child { float: right; } .months { position: absolute; top: 20px; left: 0px; height: 100%; width: 100%; overflow: hidden; } .months > div { height: 100%; width: 8.33%; float: left; background-color: #EFEFEF; text-align: center; color: #777; outline: 1px solid #D9DADB!important; } .months > div:nth-child(2n) { } .months > div > span { display: none; } .timesheet-wrapper.single-year .months > div > span { display: block; text-align: center; } .timesheet .data { padding: 0; text-align: left; list-style-type: none; overflow: hidden; } .timesheet ul { margin: 0; } .timesheet .data li { line-height: 15px; height: 15px; display: block; clear: both; position: relative; white-space: nowrap; } .timesheet .data li:hover .bubble { opacity: 1; } .timesheet .data li .date { color: #666; } .timesheet .data li .desc { padding-left: 5px; line-height: 21px; white-space: nowrap; color: #E85422; } .timesheet .data li .bubble { width: 24px; height: 11px; display: block; float: left; position: relative; margin: 2px 10px 2px 0; opacity: 0.7; } .timesheet .data li.active {} .timesheet .data li.inactive { opacity: 0.3; } .timesheet-nav { height: 20px; width: 100%; overflow: hidden; background-color: transparent; position: absolute; top: 0px; left: 0px; z-index: 10; } .timesheet:hover .timesheet-nav { display: block; } .timesheet-nav > div { height: 100%; width: 20px; text-align: center; line-height: 20px; } .timesheet-nav > div:first-child { float: left; } .timesheet-nav > div:last-child { float: right; }  .timesheet-legend { height: auto; } .timesheet-legend > div { height: 15px; line-height: 15px; overflow: hidden; cursor: pointer; } .timesheet-legend > div.active * { color: #E85422; } .timesheet-legend > div + div { margin-top: 10px; } .timesheet-legend > div .legend-bar { width: 20%; height: 100%; float: left; position: relative; } .timesheet-legend > div .legend-bar .bubble { position: absolute; top: 0px; height: 100%; } .timesheet-legend > div .legend-bar .bubble:first-child { left: 0px; width: 70%; } .timesheet-legend > div .legend-bar .bubble:last-child { left: 70%; width: 30%; } .timesheet-legend > div .legend-bar .bubble .bubble-pre { width: 100%; height: 100%; } .timesheet-legend > div .legend-label { width: 80%; height: 100%; float: right; } .timesheet-legend > div .legend-label > span { padding-left: 20px; }  
[data-ib] { position: relative; } [data-ib]:not(.simple).done { color: #990000; } [data-ib] > span { cursor: default; color: #333; display: block; font-size: 11px; position: absolute; background-color: #FFF; width: 150px; height: auto!important; padding: 3px 10px 3px 5px; padding-right: 10px; -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); } [data-ib] > span > [class^="awe-"] { position: absolute; top: 2px; right: 0px; width: 15px; height: 15px; text-align: center; line-height: 15px; color: #999; cursor: pointer; } [data-ib] > span:after, [data-ib] > span:before { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } [data-ib] > span:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #FFF; border-width: 5px; margin-left: -5px; } [data-ib] > span:before { border-color: transparent; border-bottom-color: transparent; border-width: 6px; margin-left: -6px; } 
.myDropzone:not(.btn) { width: 100px; height: 100px; cursor: pointer; position: relative; } .myDropzone.modalHeaderBtn { width: 40px; height: 25px; }  .myDropzone[data-layout="1"] { width: 100%!important; height: 150px!important; } .myDropzone[data-layout="1"] .progress-arc { position: absolute!important; z-index: 10!important; top: 10px!important; left: 15px!important; font-size: 120px!important; }  .myDropzone[data-layout="2"] { width: 100%!important; height: auto!important; min-height: 100px; text-align: center; line-height: 100px; font-size: 50px; background-color: transparent; } .myDropzone[data-layout="2"] > span { color: #CCC; } .myDropzone[data-layout="2"] img { width: 100%; }  .myDropzone[data-layout="3"] { width: 100%!important; height: auto!important; min-height: 50px; text-align: center; line-height: 50px; font-size: 30px; position: relative; } .myDropzone[data-layout="3"] .progress-arc { font-size: 50px!important; }  .myDropzone[data-layout="4"] { width: 25px!important; height: 20px; min-height: 20px; text-align: center; line-height: 20px; font-size: 18px; position: relative; } .myDropzone[data-layout="4"] .progress-arc { display: none!important; } .myDropzone[data-layout="5"] { width: 100%!important; height: auto; min-height: 200px; line-height: 200px; position: relative; overflow: hidden; } .myDropzone[data-layout="5"] > span { position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; line-height: 200px; color: #CCC; z-index: 1; font-family: FontAwesome!important; font-size: 50px; } .myDropzone[data-layout="5"] > span:before { content: "\f093"; } .myDropzone[data-layout="5"] img { position: relative; z-index: 2; } .myDropzone[data-layout="7"] { width: 100%!important; height: auto; min-height: 40px; } .myDropzone[data-layout="7"] > span:first-child { position: absolute; top: 0; right: 0; display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #97BF0D; color: #FFF; font-size: 16px; z-index: 10; } .myDropzone[data-layout="7"].wide { min-height: 0px; padding-top: 30px; } .myDropzone[data-layout="7"].wide > span:first-child { width: 100%; }  .myDropzone.btn-image { float: right; margin-left: 10px; } .myDropzone.btn-image .progress-arc { display: none!important; } .defaultUploadItem { position: relative; overflow: hidden; } .defaultUploadItem[data-key="image"] { text-align: center; } .defaultUploadItem[data-key="file"] { min-height: 25px; line-height: 25px; background-color: #FFF; padding: 0px 10px; padding-right: 60px; margin-bottom: 10px; } .myDropzonePreview.editable [data-key="file"], .myDropzonePreview.deletable [data-key="file"] { padding-right: 35px; } .myDropzonePreview.deletable.editable [data-key="file"] { padding-right: 60px; } .defaultUploadItem img { max-width: 100%; max-height: 100%; } .defaultUploadItem .defaultUploadEdit, .defaultUploadItem .defaultUploadDelete { display: none; width: 25px; height: 25px; line-height: 25px; position: absolute; z-index: 10; top: 0; right: 0; text-align: center; font-size: 15px; cursor: pointer!important; background-color: #FFF; } .defaultUploadItem.deletable.editable .defaultUploadEdit, .myDropzonePreview.deletable.editable .defaultUploadEdit { right: 25px; } .defaultUploadItem.editable[data-key="file"] .defaultUploadEdit, .defaultUploadItem.deletable[data-key="file"] .defaultUploadDelete, .myDropzonePreview.editable [data-key="file"] .defaultUploadEdit, .myDropzonePreview.deletable [data-key="file"] .defaultUploadDelete { display: block; } .myDropzone .defaultUploadEdit, .myDropzone .defaultUploadDelete { display: none!important; } .myDropzonePreview.editable .defaultUploadItem:hover .defaultUploadEdit, .myDropzonePreview.deletable .defaultUploadItem:hover .defaultUploadDelete { display: block!important; }  .rect-auto,.progress-arc[data-progress='51'] .slice,.progress-arc[data-progress='52'] .slice,.progress-arc[data-progress='53'] .slice,.progress-arc[data-progress='54'] .slice,.progress-arc[data-progress='55'] .slice,.progress-arc[data-progress='56'] .slice,.progress-arc[data-progress='57'] .slice,.progress-arc[data-progress='58'] .slice,.progress-arc[data-progress='59'] .slice,.progress-arc[data-progress='60'] .slice,.progress-arc[data-progress='61'] .slice,.progress-arc[data-progress='62'] .slice,.progress-arc[data-progress='63'] .slice,.progress-arc[data-progress='64'] .slice,.progress-arc[data-progress='65'] .slice,.progress-arc[data-progress='66'] .slice,.progress-arc[data-progress='67'] .slice,.progress-arc[data-progress='68'] .slice,.progress-arc[data-progress='69'] .slice,.progress-arc[data-progress='70'] .slice,.progress-arc[data-progress='71'] .slice,.progress-arc[data-progress='72'] .slice,.progress-arc[data-progress='73'] .slice,.progress-arc[data-progress='74'] .slice,.progress-arc[data-progress='75'] .slice,.progress-arc[data-progress='76'] .slice,.progress-arc[data-progress='77'] .slice,.progress-arc[data-progress='78'] .slice,.progress-arc[data-progress='79'] .slice,.progress-arc[data-progress='80'] .slice,.progress-arc[data-progress='81'] .slice,.progress-arc[data-progress='82'] .slice,.progress-arc[data-progress='83'] .slice,.progress-arc[data-progress='84'] .slice,.progress-arc[data-progress='85'] .slice,.progress-arc[data-progress='86'] .slice,.progress-arc[data-progress='87'] .slice,.progress-arc[data-progress='88'] .slice,.progress-arc[data-progress='89'] .slice,.progress-arc[data-progress='90'] .slice,.progress-arc[data-progress='91'] .slice,.progress-arc[data-progress='92'] .slice,.progress-arc[data-progress='93'] .slice,.progress-arc[data-progress='94'] .slice,.progress-arc[data-progress='95'] .slice,.progress-arc[data-progress='96'] .slice,.progress-arc[data-progress='97'] .slice,.progress-arc[data-progress='98'] .slice,.progress-arc[data-progress='99'] .slice,.progress-arc[data-progress='100'] .slice { clip: rect(auto, auto, auto, auto);}.pie,.progress-arc .bar,.progress-arc[data-progress='51'] .fill,.progress-arc[data-progress='52'] .fill,.progress-arc[data-progress='53'] .fill,.progress-arc[data-progress='54'] .fill,.progress-arc[data-progress='55'] .fill,.progress-arc[data-progress='56'] .fill,.progress-arc[data-progress='57'] .fill,.progress-arc[data-progress='58'] .fill,.progress-arc[data-progress='59'] .fill,.progress-arc[data-progress='60'] .fill,.progress-arc[data-progress='61'] .fill,.progress-arc[data-progress='62'] .fill,.progress-arc[data-progress='63'] .fill,.progress-arc[data-progress='64'] .fill,.progress-arc[data-progress='65'] .fill,.progress-arc[data-progress='66'] .fill,.progress-arc[data-progress='67'] .fill,.progress-arc[data-progress='68'] .fill,.progress-arc[data-progress='69'] .fill,.progress-arc[data-progress='70'] .fill,.progress-arc[data-progress='71'] .fill,.progress-arc[data-progress='72'] .fill,.progress-arc[data-progress='73'] .fill,.progress-arc[data-progress='74'] .fill,.progress-arc[data-progress='75'] .fill,.progress-arc[data-progress='76'] .fill,.progress-arc[data-progress='77'] .fill,.progress-arc[data-progress='78'] .fill,.progress-arc[data-progress='79'] .fill,.progress-arc[data-progress='80'] .fill,.progress-arc[data-progress='81'] .fill,.progress-arc[data-progress='82'] .fill,.progress-arc[data-progress='83'] .fill,.progress-arc[data-progress='84'] .fill,.progress-arc[data-progress='85'] .fill,.progress-arc[data-progress='86'] .fill,.progress-arc[data-progress='87'] .fill,.progress-arc[data-progress='88'] .fill,.progress-arc[data-progress='89'] .fill,.progress-arc[data-progress='90'] .fill,.progress-arc[data-progress='91'] .fill,.progress-arc[data-progress='92'] .fill,.progress-arc[data-progress='93'] .fill,.progress-arc[data-progress='94'] .fill,.progress-arc[data-progress='95'] .fill,.progress-arc[data-progress='96'] .fill,.progress-arc[data-progress='97'] .fill,.progress-arc[data-progress='98'] .fill,.progress-arc[data-progress='99'] .fill,.progress-arc[data-progress='100'] .fill { position: absolute; border: 0.08em solid #307bbb; width: 0.84em; height: 0.84em; clip: rect(0em, 0.5em, 1em, 0em); border-radius: 50%; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .pie-fill,.progress-arc[data-progress='51'] .bar:after,.progress-arc[data-progress='51'] .fill,.progress-arc[data-progress='52'] .bar:after,.progress-arc[data-progress='52'] .fill,.progress-arc[data-progress='53'] .bar:after,.progress-arc[data-progress='53'] .fill,.progress-arc[data-progress='54'] .bar:after,.progress-arc[data-progress='54'] .fill,.progress-arc[data-progress='55'] .bar:after,.progress-arc[data-progress='55'] .fill,.progress-arc[data-progress='56'] .bar:after,.progress-arc[data-progress='56'] .fill,.progress-arc[data-progress='57'] .bar:after,.progress-arc[data-progress='57'] .fill,.progress-arc[data-progress='58'] .bar:after,.progress-arc[data-progress='58'] .fill,.progress-arc[data-progress='59'] .bar:after,.progress-arc[data-progress='59'] .fill,.progress-arc[data-progress='60'] .bar:after,.progress-arc[data-progress='60'] .fill,.progress-arc[data-progress='61'] .bar:after,.progress-arc[data-progress='61'] .fill,.progress-arc[data-progress='62'] .bar:after,.progress-arc[data-progress='62'] .fill,.progress-arc[data-progress='63'] .bar:after,.progress-arc[data-progress='63'] .fill,.progress-arc[data-progress='64'] .bar:after,.progress-arc[data-progress='64'] .fill,.progress-arc[data-progress='65'] .bar:after,.progress-arc[data-progress='65'] .fill,.progress-arc[data-progress='66'] .bar:after,.progress-arc[data-progress='66'] .fill,.progress-arc[data-progress='67'] .bar:after,.progress-arc[data-progress='67'] .fill,.progress-arc[data-progress='68'] .bar:after,.progress-arc[data-progress='68'] .fill,.progress-arc[data-progress='69'] .bar:after,.progress-arc[data-progress='69'] .fill,.progress-arc[data-progress='70'] .bar:after,.progress-arc[data-progress='70'] .fill,.progress-arc[data-progress='71'] .bar:after,.progress-arc[data-progress='71'] .fill,.progress-arc[data-progress='72'] .bar:after,.progress-arc[data-progress='72'] .fill,.progress-arc[data-progress='73'] .bar:after,.progress-arc[data-progress='73'] .fill,.progress-arc[data-progress='74'] .bar:after,.progress-arc[data-progress='74'] .fill,.progress-arc[data-progress='75'] .bar:after,.progress-arc[data-progress='75'] .fill,.progress-arc[data-progress='76'] .bar:after,.progress-arc[data-progress='76'] .fill,.progress-arc[data-progress='77'] .bar:after,.progress-arc[data-progress='77'] .fill,.progress-arc[data-progress='78'] .bar:after,.progress-arc[data-progress='78'] .fill,.progress-arc[data-progress='79'] .bar:after,.progress-arc[data-progress='79'] .fill,.progress-arc[data-progress='80'] .bar:after,.progress-arc[data-progress='80'] .fill,.progress-arc[data-progress='81'] .bar:after,.progress-arc[data-progress='81'] .fill,.progress-arc[data-progress='82'] .bar:after,.progress-arc[data-progress='82'] .fill,.progress-arc[data-progress='83'] .bar:after,.progress-arc[data-progress='83'] .fill,.progress-arc[data-progress='84'] .bar:after,.progress-arc[data-progress='84'] .fill,.progress-arc[data-progress='85'] .bar:after,.progress-arc[data-progress='85'] .fill,.progress-arc[data-progress='86'] .bar:after,.progress-arc[data-progress='86'] .fill,.progress-arc[data-progress='87'] .bar:after,.progress-arc[data-progress='87'] .fill,.progress-arc[data-progress='88'] .bar:after,.progress-arc[data-progress='88'] .fill,.progress-arc[data-progress='89'] .bar:after,.progress-arc[data-progress='89'] .fill,.progress-arc[data-progress='90'] .bar:after,.progress-arc[data-progress='90'] .fill,.progress-arc[data-progress='91'] .bar:after,.progress-arc[data-progress='91'] .fill,.progress-arc[data-progress='92'] .bar:after,.progress-arc[data-progress='92'] .fill,.progress-arc[data-progress='93'] .bar:after,.progress-arc[data-progress='93'] .fill,.progress-arc[data-progress='94'] .bar:after,.progress-arc[data-progress='94'] .fill,.progress-arc[data-progress='95'] .bar:after,.progress-arc[data-progress='95'] .fill,.progress-arc[data-progress='96'] .bar:after,.progress-arc[data-progress='96'] .fill,.progress-arc[data-progress='97'] .bar:after,.progress-arc[data-progress='97'] .fill,.progress-arc[data-progress='98'] .bar:after,.progress-arc[data-progress='98'] .fill,.progress-arc[data-progress='99'] .bar:after,.progress-arc[data-progress='99'] .fill,.progress-arc[data-progress='100'] .bar:after,.progress-arc[data-progress='100'] .fill { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .progress-arc { position: relative; font-size: 100px; width: 1em; height: 1em; border-radius: 50%; margin: 0 auto; background-color: #cccccc; } .progress-arc *, .progress-arc *:before, .progress-arc *:after { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .progress-arc.center { float: none; margin: 0 auto; } .progress-arc.big { font-size: 240px; } .progress-arc.small { font-size: 80px; } .progress-arc.mini { font-size: 30px; } .progress-arc > span { position: absolute; width: 100%; z-index: 1; left: 0; top: 0; width: 5em; line-height: 5em; font-size: 0.2em; color: #cccccc; display: block; text-align: center; white-space: nowrap; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .progress-arc:after { position: absolute; top: 0.08em; left: 0.08em; display: block; content: " "; border-radius: 50%; background-color: #f5f5f5; width: 0.84em; height: 0.84em; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-in; -moz-transition-timing-function: ease-in; -o-transition-timing-function: ease-in; transition-timing-function: ease-in; } .progress-arc .slice { position: absolute; width: 1em; height: 1em; clip: rect(0em, 1em, 1em, 0.5em); } .progress-arc[data-progress='1'] .bar { -webkit-transform: rotate(3.6deg); -moz-transform: rotate(3.6deg); -ms-transform: rotate(3.6deg); -o-transform: rotate(3.6deg); transform: rotate(3.6deg);} .progress-arc[data-progress='2'] .bar { -webkit-transform: rotate(7.2deg); -moz-transform: rotate(7.2deg); -ms-transform: rotate(7.2deg); -o-transform: rotate(7.2deg); transform: rotate(7.2deg);} .progress-arc[data-progress='3'] .bar { -webkit-transform: rotate(10.8deg); -moz-transform: rotate(10.8deg); -ms-transform: rotate(10.8deg); -o-transform: rotate(10.8deg); transform: rotate(10.8deg);} .progress-arc[data-progress='4'] .bar { -webkit-transform: rotate(14.4deg); -moz-transform: rotate(14.4deg); -ms-transform: rotate(14.4deg); -o-transform: rotate(14.4deg); transform: rotate(14.4deg);} .progress-arc[data-progress='5'] .bar { -webkit-transform: rotate(18deg); -moz-transform: rotate(18deg); -ms-transform: rotate(18deg); -o-transform: rotate(18deg); transform: rotate(18deg);} .progress-arc[data-progress='6'] .bar { -webkit-transform: rotate(21.6deg); -moz-transform: rotate(21.6deg); -ms-transform: rotate(21.6deg); -o-transform: rotate(21.6deg); transform: rotate(21.6deg);} .progress-arc[data-progress='7'] .bar { -webkit-transform: rotate(25.2deg); -moz-transform: rotate(25.2deg); -ms-transform: rotate(25.2deg); -o-transform: rotate(25.2deg); transform: rotate(25.2deg);} .progress-arc[data-progress='8'] .bar { -webkit-transform: rotate(28.8deg); -moz-transform: rotate(28.8deg); -ms-transform: rotate(28.8deg); -o-transform: rotate(28.8deg); transform: rotate(28.8deg);} .progress-arc[data-progress='9'] .bar { -webkit-transform: rotate(32.4deg); -moz-transform: rotate(32.4deg); -ms-transform: rotate(32.4deg); -o-transform: rotate(32.4deg); transform: rotate(32.4deg);} .progress-arc[data-progress='10'] .bar { -webkit-transform: rotate(36deg); -moz-transform: rotate(36deg); -ms-transform: rotate(36deg); -o-transform: rotate(36deg); transform: rotate(36deg);} .progress-arc[data-progress='11'] .bar { -webkit-transform: rotate(39.6deg); -moz-transform: rotate(39.6deg); -ms-transform: rotate(39.6deg); -o-transform: rotate(39.6deg); transform: rotate(39.6deg);} .progress-arc[data-progress='12'] .bar { -webkit-transform: rotate(43.2deg); -moz-transform: rotate(43.2deg); -ms-transform: rotate(43.2deg); -o-transform: rotate(43.2deg); transform: rotate(43.2deg);} .progress-arc[data-progress='13'] .bar { -webkit-transform: rotate(46.800000000000004deg); -moz-transform: rotate(46.800000000000004deg); -ms-transform: rotate(46.800000000000004deg); -o-transform: rotate(46.800000000000004deg); transform: rotate(46.800000000000004deg);} .progress-arc[data-progress='14'] .bar { -webkit-transform: rotate(50.4deg); -moz-transform: rotate(50.4deg); -ms-transform: rotate(50.4deg); -o-transform: rotate(50.4deg); transform: rotate(50.4deg);} .progress-arc[data-progress='15'] .bar { -webkit-transform: rotate(54deg); -moz-transform: rotate(54deg); -ms-transform: rotate(54deg); -o-transform: rotate(54deg); transform: rotate(54deg);} .progress-arc[data-progress='16'] .bar { -webkit-transform: rotate(57.6deg); -moz-transform: rotate(57.6deg); -ms-transform: rotate(57.6deg); -o-transform: rotate(57.6deg); transform: rotate(57.6deg);} .progress-arc[data-progress='17'] .bar { -webkit-transform: rotate(61.2deg); -moz-transform: rotate(61.2deg); -ms-transform: rotate(61.2deg); -o-transform: rotate(61.2deg); transform: rotate(61.2deg);} .progress-arc[data-progress='18'] .bar { -webkit-transform: rotate(64.8deg); -moz-transform: rotate(64.8deg); -ms-transform: rotate(64.8deg); -o-transform: rotate(64.8deg); transform: rotate(64.8deg);} .progress-arc[data-progress='19'] .bar { -webkit-transform: rotate(68.4deg); -moz-transform: rotate(68.4deg); -ms-transform: rotate(68.4deg); -o-transform: rotate(68.4deg); transform: rotate(68.4deg);} .progress-arc[data-progress='20'] .bar { -webkit-transform: rotate(72deg); -moz-transform: rotate(72deg); -ms-transform: rotate(72deg); -o-transform: rotate(72deg); transform: rotate(72deg);} .progress-arc[data-progress='21'] .bar { -webkit-transform: rotate(75.60000000000001deg); -moz-transform: rotate(75.60000000000001deg); -ms-transform: rotate(75.60000000000001deg); -o-transform: rotate(75.60000000000001deg); transform: rotate(75.60000000000001deg);} .progress-arc[data-progress='22'] .bar { -webkit-transform: rotate(79.2deg); -moz-transform: rotate(79.2deg); -ms-transform: rotate(79.2deg); -o-transform: rotate(79.2deg); transform: rotate(79.2deg);} .progress-arc[data-progress='23'] .bar { -webkit-transform: rotate(82.8deg); -moz-transform: rotate(82.8deg); -ms-transform: rotate(82.8deg); -o-transform: rotate(82.8deg); transform: rotate(82.8deg);} .progress-arc[data-progress='24'] .bar { -webkit-transform: rotate(86.4deg); -moz-transform: rotate(86.4deg); -ms-transform: rotate(86.4deg); -o-transform: rotate(86.4deg); transform: rotate(86.4deg);} .progress-arc[data-progress='25'] .bar { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);} .progress-arc[data-progress='26'] .bar { -webkit-transform: rotate(93.60000000000001deg); -moz-transform: rotate(93.60000000000001deg); -ms-transform: rotate(93.60000000000001deg); -o-transform: rotate(93.60000000000001deg); transform: rotate(93.60000000000001deg);} .progress-arc[data-progress='27'] .bar { -webkit-transform: rotate(97.2deg); -moz-transform: rotate(97.2deg); -ms-transform: rotate(97.2deg); -o-transform: rotate(97.2deg); transform: rotate(97.2deg);} .progress-arc[data-progress='28'] .bar { -webkit-transform: rotate(100.8deg); -moz-transform: rotate(100.8deg); -ms-transform: rotate(100.8deg); -o-transform: rotate(100.8deg); transform: rotate(100.8deg);} .progress-arc[data-progress='29'] .bar { -webkit-transform: rotate(104.4deg); -moz-transform: rotate(104.4deg); -ms-transform: rotate(104.4deg); -o-transform: rotate(104.4deg); transform: rotate(104.4deg);} .progress-arc[data-progress='30'] .bar { -webkit-transform: rotate(108deg); -moz-transform: rotate(108deg); -ms-transform: rotate(108deg); -o-transform: rotate(108deg); transform: rotate(108deg);} .progress-arc[data-progress='31'] .bar { -webkit-transform: rotate(111.60000000000001deg); -moz-transform: rotate(111.60000000000001deg); -ms-transform: rotate(111.60000000000001deg); -o-transform: rotate(111.60000000000001deg); transform: rotate(111.60000000000001deg);} .progress-arc[data-progress='32'] .bar { -webkit-transform: rotate(115.2deg); -moz-transform: rotate(115.2deg); -ms-transform: rotate(115.2deg); -o-transform: rotate(115.2deg); transform: rotate(115.2deg);} .progress-arc[data-progress='33'] .bar { -webkit-transform: rotate(118.8deg); -moz-transform: rotate(118.8deg); -ms-transform: rotate(118.8deg); -o-transform: rotate(118.8deg); transform: rotate(118.8deg);} .progress-arc[data-progress='34'] .bar { -webkit-transform: rotate(122.4deg); -moz-transform: rotate(122.4deg); -ms-transform: rotate(122.4deg); -o-transform: rotate(122.4deg); transform: rotate(122.4deg);} .progress-arc[data-progress='35'] .bar { -webkit-transform: rotate(126deg); -moz-transform: rotate(126deg); -ms-transform: rotate(126deg); -o-transform: rotate(126deg); transform: rotate(126deg);} .progress-arc[data-progress='36'] .bar { -webkit-transform: rotate(129.6deg); -moz-transform: rotate(129.6deg); -ms-transform: rotate(129.6deg); -o-transform: rotate(129.6deg); transform: rotate(129.6deg);} .progress-arc[data-progress='37'] .bar { -webkit-transform: rotate(133.20000000000002deg); -moz-transform: rotate(133.20000000000002deg); -ms-transform: rotate(133.20000000000002deg); -o-transform: rotate(133.20000000000002deg); transform: rotate(133.20000000000002deg);} .progress-arc[data-progress='38'] .bar { -webkit-transform: rotate(136.8deg); -moz-transform: rotate(136.8deg); -ms-transform: rotate(136.8deg); -o-transform: rotate(136.8deg); transform: rotate(136.8deg);} .progress-arc[data-progress='39'] .bar { -webkit-transform: rotate(140.4deg); -moz-transform: rotate(140.4deg); -ms-transform: rotate(140.4deg); -o-transform: rotate(140.4deg); transform: rotate(140.4deg);} .progress-arc[data-progress='40'] .bar { -webkit-transform: rotate(144deg); -moz-transform: rotate(144deg); -ms-transform: rotate(144deg); -o-transform: rotate(144deg); transform: rotate(144deg);} .progress-arc[data-progress='41'] .bar { -webkit-transform: rotate(147.6deg); -moz-transform: rotate(147.6deg); -ms-transform: rotate(147.6deg); -o-transform: rotate(147.6deg); transform: rotate(147.6deg);} .progress-arc[data-progress='42'] .bar { -webkit-transform: rotate(151.20000000000002deg); -moz-transform: rotate(151.20000000000002deg); -ms-transform: rotate(151.20000000000002deg); -o-transform: rotate(151.20000000000002deg); transform: rotate(151.20000000000002deg);} .progress-arc[data-progress='43'] .bar { -webkit-transform: rotate(154.8deg); -moz-transform: rotate(154.8deg); -ms-transform: rotate(154.8deg); -o-transform: rotate(154.8deg); transform: rotate(154.8deg);} .progress-arc[data-progress='44'] .bar { -webkit-transform: rotate(158.4deg); -moz-transform: rotate(158.4deg); -ms-transform: rotate(158.4deg); -o-transform: rotate(158.4deg); transform: rotate(158.4deg);} .progress-arc[data-progress='45'] .bar { -webkit-transform: rotate(162deg); -moz-transform: rotate(162deg); -ms-transform: rotate(162deg); -o-transform: rotate(162deg); transform: rotate(162deg);} .progress-arc[data-progress='46'] .bar { -webkit-transform: rotate(165.6deg); -moz-transform: rotate(165.6deg); -ms-transform: rotate(165.6deg); -o-transform: rotate(165.6deg); transform: rotate(165.6deg);} .progress-arc[data-progress='47'] .bar { -webkit-transform: rotate(169.20000000000002deg); -moz-transform: rotate(169.20000000000002deg); -ms-transform: rotate(169.20000000000002deg); -o-transform: rotate(169.20000000000002deg); transform: rotate(169.20000000000002deg);} .progress-arc[data-progress='48'] .bar { -webkit-transform: rotate(172.8deg); -moz-transform: rotate(172.8deg); -ms-transform: rotate(172.8deg); -o-transform: rotate(172.8deg); transform: rotate(172.8deg);} .progress-arc[data-progress='49'] .bar { -webkit-transform: rotate(176.4deg); -moz-transform: rotate(176.4deg); -ms-transform: rotate(176.4deg); -o-transform: rotate(176.4deg); transform: rotate(176.4deg);} .progress-arc[data-progress='50'] .bar { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);} .progress-arc[data-progress='51'] .bar { -webkit-transform: rotate(183.6deg); -moz-transform: rotate(183.6deg); -ms-transform: rotate(183.6deg); -o-transform: rotate(183.6deg); transform: rotate(183.6deg);} .progress-arc[data-progress='52'] .bar { -webkit-transform: rotate(187.20000000000002deg); -moz-transform: rotate(187.20000000000002deg); -ms-transform: rotate(187.20000000000002deg); -o-transform: rotate(187.20000000000002deg); transform: rotate(187.20000000000002deg);} .progress-arc[data-progress='53'] .bar { -webkit-transform: rotate(190.8deg); -moz-transform: rotate(190.8deg); -ms-transform: rotate(190.8deg); -o-transform: rotate(190.8deg); transform: rotate(190.8deg);} .progress-arc[data-progress='54'] .bar { -webkit-transform: rotate(194.4deg); -moz-transform: rotate(194.4deg); -ms-transform: rotate(194.4deg); -o-transform: rotate(194.4deg); transform: rotate(194.4deg);} .progress-arc[data-progress='55'] .bar { -webkit-transform: rotate(198deg); -moz-transform: rotate(198deg); -ms-transform: rotate(198deg); -o-transform: rotate(198deg); transform: rotate(198deg);} .progress-arc[data-progress='56'] .bar { -webkit-transform: rotate(201.6deg); -moz-transform: rotate(201.6deg); -ms-transform: rotate(201.6deg); -o-transform: rotate(201.6deg); transform: rotate(201.6deg);} .progress-arc[data-progress='57'] .bar { -webkit-transform: rotate(205.20000000000002deg); -moz-transform: rotate(205.20000000000002deg); -ms-transform: rotate(205.20000000000002deg); -o-transform: rotate(205.20000000000002deg); transform: rotate(205.20000000000002deg);} .progress-arc[data-progress='58'] .bar { -webkit-transform: rotate(208.8deg); -moz-transform: rotate(208.8deg); -ms-transform: rotate(208.8deg); -o-transform: rotate(208.8deg); transform: rotate(208.8deg);} .progress-arc[data-progress='59'] .bar { -webkit-transform: rotate(212.4deg); -moz-transform: rotate(212.4deg); -ms-transform: rotate(212.4deg); -o-transform: rotate(212.4deg); transform: rotate(212.4deg);} .progress-arc[data-progress='60'] .bar { -webkit-transform: rotate(216deg); -moz-transform: rotate(216deg); -ms-transform: rotate(216deg); -o-transform: rotate(216deg); transform: rotate(216deg);} .progress-arc[data-progress='61'] .bar { -webkit-transform: rotate(219.6deg); -moz-transform: rotate(219.6deg); -ms-transform: rotate(219.6deg); -o-transform: rotate(219.6deg); transform: rotate(219.6deg);} .progress-arc[data-progress='62'] .bar { -webkit-transform: rotate(223.20000000000002deg); -moz-transform: rotate(223.20000000000002deg); -ms-transform: rotate(223.20000000000002deg); -o-transform: rotate(223.20000000000002deg); transform: rotate(223.20000000000002deg);} .progress-arc[data-progress='63'] .bar { -webkit-transform: rotate(226.8deg); -moz-transform: rotate(226.8deg); -ms-transform: rotate(226.8deg); -o-transform: rotate(226.8deg); transform: rotate(226.8deg);} .progress-arc[data-progress='64'] .bar { -webkit-transform: rotate(230.4deg); -moz-transform: rotate(230.4deg); -ms-transform: rotate(230.4deg); -o-transform: rotate(230.4deg); transform: rotate(230.4deg);} .progress-arc[data-progress='65'] .bar { -webkit-transform: rotate(234deg); -moz-transform: rotate(234deg); -ms-transform: rotate(234deg); -o-transform: rotate(234deg); transform: rotate(234deg);} .progress-arc[data-progress='66'] .bar { -webkit-transform: rotate(237.6deg); -moz-transform: rotate(237.6deg); -ms-transform: rotate(237.6deg); -o-transform: rotate(237.6deg); transform: rotate(237.6deg);} .progress-arc[data-progress='67'] .bar { -webkit-transform: rotate(241.20000000000002deg); -moz-transform: rotate(241.20000000000002deg); -ms-transform: rotate(241.20000000000002deg); -o-transform: rotate(241.20000000000002deg); transform: rotate(241.20000000000002deg);} .progress-arc[data-progress='68'] .bar { -webkit-transform: rotate(244.8deg); -moz-transform: rotate(244.8deg); -ms-transform: rotate(244.8deg); -o-transform: rotate(244.8deg); transform: rotate(244.8deg);} .progress-arc[data-progress='69'] .bar { -webkit-transform: rotate(248.4deg); -moz-transform: rotate(248.4deg); -ms-transform: rotate(248.4deg); -o-transform: rotate(248.4deg); transform: rotate(248.4deg);} .progress-arc[data-progress='70'] .bar { -webkit-transform: rotate(252deg); -moz-transform: rotate(252deg); -ms-transform: rotate(252deg); -o-transform: rotate(252deg); transform: rotate(252deg);} .progress-arc[data-progress='71'] .bar { -webkit-transform: rotate(255.6deg); -moz-transform: rotate(255.6deg); -ms-transform: rotate(255.6deg); -o-transform: rotate(255.6deg); transform: rotate(255.6deg);} .progress-arc[data-progress='72'] .bar { -webkit-transform: rotate(259.2deg); -moz-transform: rotate(259.2deg); -ms-transform: rotate(259.2deg); -o-transform: rotate(259.2deg); transform: rotate(259.2deg);} .progress-arc[data-progress='73'] .bar { -webkit-transform: rotate(262.8deg); -moz-transform: rotate(262.8deg); -ms-transform: rotate(262.8deg); -o-transform: rotate(262.8deg); transform: rotate(262.8deg);} .progress-arc[data-progress='74'] .bar { -webkit-transform: rotate(266.40000000000003deg); -moz-transform: rotate(266.40000000000003deg); -ms-transform: rotate(266.40000000000003deg); -o-transform: rotate(266.40000000000003deg); transform: rotate(266.40000000000003deg);} .progress-arc[data-progress='75'] .bar { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg);} .progress-arc[data-progress='76'] .bar { -webkit-transform: rotate(273.6deg); -moz-transform: rotate(273.6deg); -ms-transform: rotate(273.6deg); -o-transform: rotate(273.6deg); transform: rotate(273.6deg);} .progress-arc[data-progress='77'] .bar { -webkit-transform: rotate(277.2deg); -moz-transform: rotate(277.2deg); -ms-transform: rotate(277.2deg); -o-transform: rotate(277.2deg); transform: rotate(277.2deg);} .progress-arc[data-progress='78'] .bar { -webkit-transform: rotate(280.8deg); -moz-transform: rotate(280.8deg); -ms-transform: rotate(280.8deg); -o-transform: rotate(280.8deg); transform: rotate(280.8deg);} .progress-arc[data-progress='79'] .bar { -webkit-transform: rotate(284.40000000000003deg); -moz-transform: rotate(284.40000000000003deg); -ms-transform: rotate(284.40000000000003deg); -o-transform: rotate(284.40000000000003deg); transform: rotate(284.40000000000003deg);} .progress-arc[data-progress='80'] .bar { -webkit-transform: rotate(288deg); -moz-transform: rotate(288deg); -ms-transform: rotate(288deg); -o-transform: rotate(288deg); transform: rotate(288deg);} .progress-arc[data-progress='81'] .bar { -webkit-transform: rotate(291.6deg); -moz-transform: rotate(291.6deg); -ms-transform: rotate(291.6deg); -o-transform: rotate(291.6deg); transform: rotate(291.6deg);} .progress-arc[data-progress='82'] .bar { -webkit-transform: rotate(295.2deg); -moz-transform: rotate(295.2deg); -ms-transform: rotate(295.2deg); -o-transform: rotate(295.2deg); transform: rotate(295.2deg);} .progress-arc[data-progress='83'] .bar { -webkit-transform: rotate(298.8deg); -moz-transform: rotate(298.8deg); -ms-transform: rotate(298.8deg); -o-transform: rotate(298.8deg); transform: rotate(298.8deg);} .progress-arc[data-progress='84'] .bar { -webkit-transform: rotate(302.40000000000003deg); -moz-transform: rotate(302.40000000000003deg); -ms-transform: rotate(302.40000000000003deg); -o-transform: rotate(302.40000000000003deg); transform: rotate(302.40000000000003deg);} .progress-arc[data-progress='85'] .bar { -webkit-transform: rotate(306deg); -moz-transform: rotate(306deg); -ms-transform: rotate(306deg); -o-transform: rotate(306deg); transform: rotate(306deg);} .progress-arc[data-progress='86'] .bar { -webkit-transform: rotate(309.6deg); -moz-transform: rotate(309.6deg); -ms-transform: rotate(309.6deg); -o-transform: rotate(309.6deg); transform: rotate(309.6deg);} .progress-arc[data-progress='87'] .bar { -webkit-transform: rotate(313.2deg); -moz-transform: rotate(313.2deg); -ms-transform: rotate(313.2deg); -o-transform: rotate(313.2deg); transform: rotate(313.2deg);} .progress-arc[data-progress='88'] .bar { -webkit-transform: rotate(316.8deg); -moz-transform: rotate(316.8deg); -ms-transform: rotate(316.8deg); -o-transform: rotate(316.8deg); transform: rotate(316.8deg);} .progress-arc[data-progress='89'] .bar { -webkit-transform: rotate(320.40000000000003deg); -moz-transform: rotate(320.40000000000003deg); -ms-transform: rotate(320.40000000000003deg); -o-transform: rotate(320.40000000000003deg); transform: rotate(320.40000000000003deg);} .progress-arc[data-progress='90'] .bar { -webkit-transform: rotate(324deg); -moz-transform: rotate(324deg); -ms-transform: rotate(324deg); -o-transform: rotate(324deg); transform: rotate(324deg);} .progress-arc[data-progress='91'] .bar { -webkit-transform: rotate(327.6deg); -moz-transform: rotate(327.6deg); -ms-transform: rotate(327.6deg); -o-transform: rotate(327.6deg); transform: rotate(327.6deg);} .progress-arc[data-progress='92'] .bar { -webkit-transform: rotate(331.2deg); -moz-transform: rotate(331.2deg); -ms-transform: rotate(331.2deg); -o-transform: rotate(331.2deg); transform: rotate(331.2deg);} .progress-arc[data-progress='93'] .bar { -webkit-transform: rotate(334.8deg); -moz-transform: rotate(334.8deg); -ms-transform: rotate(334.8deg); -o-transform: rotate(334.8deg); transform: rotate(334.8deg);} .progress-arc[data-progress='94'] .bar { -webkit-transform: rotate(338.40000000000003deg); -moz-transform: rotate(338.40000000000003deg); -ms-transform: rotate(338.40000000000003deg); -o-transform: rotate(338.40000000000003deg); transform: rotate(338.40000000000003deg);} .progress-arc[data-progress='95'] .bar { -webkit-transform: rotate(342deg); -moz-transform: rotate(342deg); -ms-transform: rotate(342deg); -o-transform: rotate(342deg); transform: rotate(342deg);} .progress-arc[data-progress='96'] .bar { -webkit-transform: rotate(345.6deg); -moz-transform: rotate(345.6deg); -ms-transform: rotate(345.6deg); -o-transform: rotate(345.6deg); transform: rotate(345.6deg);} .progress-arc[data-progress='97'] .bar { -webkit-transform: rotate(349.2deg); -moz-transform: rotate(349.2deg); -ms-transform: rotate(349.2deg); -o-transform: rotate(349.2deg); transform: rotate(349.2deg);} .progress-arc[data-progress='98'] .bar { -webkit-transform: rotate(352.8deg); -moz-transform: rotate(352.8deg); -ms-transform: rotate(352.8deg); -o-transform: rotate(352.8deg); transform: rotate(352.8deg);} .progress-arc[data-progress='99'] .bar { -webkit-transform: rotate(356.40000000000003deg); -moz-transform: rotate(356.40000000000003deg); -ms-transform: rotate(356.40000000000003deg); -o-transform: rotate(356.40000000000003deg); transform: rotate(356.40000000000003deg);} .progress-arc[data-progress='100'] .bar { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);} .progress-arc:hover { cursor: default; } .modalHeaderBtn .progress-text { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: #00632F; color: #FFF; text-align: center; line-height: 25px; font-size: 12px!important; } 
 
 #aside-info-message-overview { background-color: #D1E392; padding: 10px 0px 1px 0px!important; } #aside-info-message-overview > header, #aside-info-message-overview > div { padding: 0px 10px; } #aside-info-message-overview tr { cursor: pointer; } 
.information-detail {} .information-date { color: #666; } .information-content { padding: 20px 0px; } #information-detail, #information-overview { padding: 10px 0px; } #information-overview ul li { cursor: pointer; overflow: hidden; } #information-overview ul li.active { color: #E85422; } #information-overview ul li > span:first-child { float: left; width: 70px; } #information-overview ul li.inactive { opacity: 0.3; } #information-overview ul li .information-unread { float: right; width: 25px; height: 25px; text-align: center; line-height: 25px; font-size: 18px; color: #E85422; } 
nav[data-module_name="navsearch"] { line-height: 60px; } 
#modal_PAYMENT_MESSAGES .modal-body > div { font-size: 1.5em; line-height: 1.8em; } #modal_PAYMENT_MESSAGES .modal-body > div + div { margin-top: 10px; padding-top: 10px; border-top: 1px solid #D9DADB; } 
 
.myAlert { position: fixed; z-index: 9999; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 300px; background: rgba(0, 0, 0, 0.5); color: #FFF; padding: 20px; margin: 0 auto; max-width: 100%; max-height: 100%; min-height: 80px; overflow-y: auto; padding: 0px; } .myAlert.loadingOverlay { background-color: transparent!important; } .myAlert, .myAlert * { box-sizing: border-box; } .myAlert.fixIndex { z-index: 200000!important; } .myAlert.noMinHeight { min-height: 40px!important; } .myAlert .btn, .myAlert .btn * { height: 40px!important; line-height: 40px!important; } .myAlert.wide { width: 600px; } .myAlert.wider { width: 1200px; } .myAlert.widest { width: 100%; } .myAlert.scroll { height: 100%; left: 50%; top: 50%; overflow-y: auto; box-sizing: border-box; margin: 0!important; } .myAlert-overlay { position: fixed; z-index: 9998; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.5); } .myAlert-message { margin-bottom: 0px; line-height: 40px; padding: 0 10px; background-color: #555; color: #FFF; text-align: center; font-size: 0.9rem; } .myAlert-message a{ color:#FFF; } .myAlert.info .myAlert-message { line-height: 25px; padding: 10px; text-align: left; } .myAlertMessage { margin-bottom: 0px; color: #FFF; text-align: center; font-weight: bold; } .myAlert.info .myAlertMessage { text-align: left; } .myAlert-prompt {} .myAlert .myAlertContentBlock { padding: 1rem; line-height: 1.6rem; background-color: #333; } .myAlert .myAlertContentBlock table td { padding-left: 0; } .myAlert .limitInfo { color: #000!important; } .myAlert-input { margin: 0!important; height: 40px!important; } .myAlert [name] { width: 100%; box-shadow: none; font-family: inherit; font-size: inherit; color: inherit; box-sizing: border-box; color: #333; } .myAlert [name] + [name] { margin-top: 10px; } .myAlert [name]:not(.redactor) { display: block; } .myAlert .inputBlock { margin-bottom: 5px; } .myAlert .inputBlock [name] { margin-bottom: 0px; } .myAlert .inputBlock, .myAlert .inputBlock * { min-height: 30px; line-height: 30px; } .myAlert .inputBlock [contenteditable], .myAlert .inputBlock [contenteditable] * { line-height: 1.2rem!important; } .myAlert .inputBlock select { height: 30px!important; } .myAlert .inputBlock > label:not(.checkbox) { position: absolute; top: 0; left: 0; width: 150px; box-sizing: border-box; padding: 0 10px; } .myAlert .inputBlock.full > label:not(.checkbox) { position: relative; top: auto; left: auto; width: 100%; box-sizing: border-box; padding: 0 10px; height: 40px; line-height: 40px; } .myAlert .inputBlock .myAlertFormCheckSpan { height: 30px; line-height: 30px; width: 30px; background-color: #FFF; } .myAlert .myRedactorWrapper [contenteditable] { color: #000; max-height: 500px; min-height: 200px; overflow-y: auto; } .myAlert .myRedactorWrapper textarea { color: #FFF; } .myAlert select[name][size] { height: auto; } .myAlert select[name][size] option { padding: 5px; } .myAlert-buttons { text-align: right; } .myAlert-ok, .myAlert-cancel, .myAlert-extra, .myAlertSubmitAltBtn { border: none; font-family: inherit; font-size: inherit; cursor: pointer; opacity: 0.8; line-height: 25px; width: auto!important; min-width: 40px; height: 40px; line-height: 40px; float: right; } .myAlert-ok, .myAlert-cancel, .myAlertSubmitAltBtn { padding: 0px 10px; } .myAlert-ok, .myAlert-extra, .myAlertSubmitAltBtn { background: #97BF0D; color: #FFF; } .myAlert-cancel { background: #E85422; color: #FFF; } .myAlert-ok > span[class^="awe-"], .myAlert-cancel > span[class^="awe-"], .myAlert-extra > span[class^="awe-"], .myAlertSubmitAltBtn > span[class^="awe-"] { display: block; width: 100%; height: inherit; line-height: inherit; text-align: center; font-size: 20px; } .myAlert-extra > span[class^="awe-"] { line-height: 43px; } .myAlert-ok:hover, .myAlert-ok:focus, .myAlert-ok:active, .myAlertSubmitAltBtn:hover, .myAlertSubmitAltBtn:focus, .myAlertSubmitAltBtn:active, .myAlert-extra:hover, .myAlert-extra:focus, .myAlert-extra:active, .myAlert-cancel:hover, .myAlert-cancel:focus, .myAlert-cancel:active { opacity: 1; } .myAlert-buttons .btn.extra { float: left; } .myAlert [name] + [name] { margin-top: 10px; } .myAlert .myAlert-prompt > div, .myAlert .myAlert-prompt .inputWrapper > div { overflow: hidden; } .myAlert .myAlert-prompt > div > label:not(.checkbox), .myAlert .myAlert-prompt .inputWrapper > div > label:not(.checkbox) { width: 50%; float: left; background-color: #666; box-sizing: border-box; } .myAlert .myAlert-prompt .inputWrapper > div.hoverEffect:hover > label:not(.checkbox), .myAlert .myAlert-prompt .inputWrapper > div.hoverEffect:hover > label:not(.checkbox) + * { background-color: #CCC; color: #000; } .myAlert .myAlert-prompt > div > label:not(.checkbox) > span, .myAlert .myAlert-prompt .inputWrapper > div > label:not(.checkbox) > span{ padding: 0 10px; } .myAlert .myAlert-prompt > div > label:not(.checkbox) + *, .myAlert .myAlert-prompt .inputWrapper > div > label:not(.checkbox) + * { width: 50%; float: right; } form.myAlert div.valid, form.myAlert div.invalid { position: relative; } form.myAlert div > .myAlertFormCheckSpan { position: absolute; top: 0!important; right: 0!important; color: #E85422; height: 25px; line-height: 25px; width: 20px; text-align: center; font-size: 18px; } form.myAlert div.valid > .myAlertFormCheckSpan { color: #97BF0D; } .myAlertInfo { display: block; font-size: 11px; margin-top: 1rem; } .myAlertFormInfo { padding-left: 10px; } .myAlert .table-default td { background-color: #333; } .myAlert .table-default tr.sh, .myAlert .table-default tr.sh * { color: #333!important; } .myAlert .table-default + .table-default { margin-top: 10px; } .myAlert .table-default a { color: #FFF!important; text-decoration: none!important; } .myAlert .checkbox > input { display: none!important; } .myAlert.topActions { height: 75vh; overflow-y: visible; } .myAlert.topActions.autoHeight { height: auto!important; } .myAlert.topActions .myAlert-prompt { margin-bottom: 0; height: calc(75vh - 40px)!important; overflow-y: auto; } .myAlert.topActions.autoHeight .myAlert-prompt { height: auto!important; } .myAlert.topActions .myAlert-buttons { position: absolute; top: 0; right: -40px; width: 40px; } .myAlert.topActions .myAlertSubmitAltBtn { position: absolute; top: 0; right: -40px; padding: 0!important; } .myAlert .iconInput { position: relative; padding-left: 30px; } .myAlert .iconInput.right { position: relative; padding-left: 0px; padding-right: 30px; } .myAlert .iconInput > span:first-child { position : absolute; top: 0; left: 0; bottom: 0; width: 30px; text-align: center; line-height: 30px; font-size: 16px; background-color: #FFF; } .myAlert .iconInput.right > span:first-child { left: auto; right: 0; } .myAlert .iconInput * { border: none; } .myAlertBlockLabel { height: 30px; line-height: 30px; text-align: center; background-color: #000; } .myAlert.saveButton .myAlert-ok > span::before { content: "\f0c7"!important; } .myAlertCheckbox { box-sizing: border-box; height: 30px; line-height: 30px; padding-left: 40px; padding-right: 10px; position: relative; background-color: #000; float: none!important; display: block; background-color: transparent!important; width: 100%!important; } .myAlertCheckbox, .myAlertCheckbox * { height: 30px; line-height: 30px; } .myAlertCheckbox input { display: none!important; } .myAlertCheckbox:nth-child(2n) { background-color: #444; } .myAlertCheckbox input + span { padding: 0!important; } .myAlertCheckbox input + span::before { font-family: FontAwesome!important; content: "\f00d"; position: absolute; top: 0; left: 0; bottom: 0; height: 30px; line-height: 30px; width: 30px; color: #FFF; font-size: 16px; text-align: center; background-color: rgba(255,255,255,0.2); } .myAlertCheckbox input:checked + span::before { content: "\f00c"; } .myAlert .myAlert-input.required + .myAlertFormCheckSpan { width: 40px; height: 40px; line-height: 40px; background-color: rgba(0,0,0,0.1); font-size: 20px; } .myAlert select, .myAlert input[type="text"] { height: 40px; line-height: 40px; border: none; margin: 0; } .myAlert .loading:not(input) { min-height: 70px !important; line-height: 70px !important; text-align: center; } .myAlert .loading:not(input) > span { display: block; width: 70px; height: 70px; border: 6px solid rgba(100,100,100,.3); border-radius: 50%; border-top-color: #E85422; animation: spin 1s ease-in-out infinite; -webkit-animation: spin 1s ease-in-out infinite; margin: 20px auto; }  .myAlert [data-action="getAutoTrans"] { width: 40px; height: 40px; line-height: 40px; font-size: 20px; background-color: blue; background-color: #4B80D2; text-align: center; overflow: hidden; cursor: pointer; } .myAlert [data-action="getAutoTrans"]::before { display: block; content: "\f1ab"; width: 40px; height: 40px; line-height: 40px; text-align: center; font-family: FontAwesome !important; font-size: 20px; } .myAlert [data-action="getAutoTrans"].waiting::before { content: "\f252"; } .myAlert.autoTransInProgress .myAlert-ok { position: absolute; top: 0; visibility: hidden; pointer-events: none; } .myAlert.autoTransInProgress input[name], .myAlert.autoTransInProgress .myRedactorWrapper [contenteditable] { pointer-events: none; }  .myAlert { & .myAlertInfoBlock { & > * { background-color: rgba(255,255,255, 0.2); padding: .5rem; } & + * { margin-top: 1rem; } } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } 
#modal_companySelector { width: 800px; margin-left: -400px; } #modal_companySelector .modal-body { padding: 0px; background-color: #AAA; } #modal_companySelector footer { display: none; } #modal_companySelector .defaultPreviewItem { width: 100%!important; margin: 0; padding-bottom: 30px; margin: 0!important; position: relative; } #modal_companySelector .defaultPreviewItem:nth-child(3n-1) { margin-right: 1%; } #modal_companySelector .defaultPreviewItem:nth-child(3n-1) { margin-right: 0%; margin-left: 1%; } #modal_companySelector .defaultPreviewItem .defaultPreviewDetail { display: none; } #modal_companySelector .defaultPreviewItem .defaultPreviewThumb { min-height: 120px; background-repeat: no-repeat; background-position: center center; background-color: #FFF; background-size: contain!important; } #modal_companySelector .defaultPreviewItem .defaultPreviewTitle { height: 25px; line-height: 25px; padding: 0px 5px; background-color: #FFF; border-top: 2px solid #CCC; } #modal_companySelector .defaultPreviewItem .defaultPreviewFooter { position: absolute; bottom: 0; left: 0; right: 0; min-height: 30px; } #modal_companySelector .defaultPreviewItem .defaultPreviewFooter .btn { border: none; background-color: #97BF0D; } #modal_companySelector .defaultPreviewItem .defaultPreviewFooter .btn, #modal_companySelector .defaultPreviewItem .defaultPreviewFooter .btn * { color: #FFF!important; } #modal_companySelector .defaultPreviewItem .defaultPreviewFooter .btn:hover { background-color: #D6D6D6; } #modal_companySelector .defaultPreviewItem .defaultPreviewFooter .btn:hover, #modal_companySelector .defaultPreviewItem .defaultPreviewFooter .btn:hover * { color: #000!important; } #modal_companySelector .defaultPreviewItem * { font-size: 0.9rem; } #modal_companySelector .defaultPreviewItem span.awe-star { position: absolute; top: 0; right: 0; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #97BF0D; font-size: 18px; } 
.treeNav .parent > span { padding-left: 5px; } .treeNav li.child { overflow: hidden; } .treeNav li.child.hasIcons > span:first-child { overflow: hidden; padding-left: 20px; } .treeNav li.child .treeNavIcons { overflow: hidden; position: absolute; top: 0; bottom: 0; left: 20px; } .treeNav li.child .treeNavIcons > span { float: right; width: 15px; height: 30px; line-height: 30px; display: block; text-align: center; } .treeNav li { position: relative; background-color: #EFEFEF; } .treeNav li > .actions { position: absolute; top: 0; right: 0; height: 30px; line-height: 30px; overflow: hidden; } .treeNav li > .actions > * { width: 30px; line-height: 30px; text-align: center; float: right; cursor: pointer; } 
#overlayVideo *, #overlayVideo *:before, #overlayVideo *:after { box-sizing: border-box; } #overlayVideo { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.7); z-index: 1000000!important; } #overlayVideo .overlay-inner { position: absolute!important; height: 75%!important; width: 75%; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); background-color: #333!important; position: relative; padding-left: 300px; } #overlayVideo.single .overlay-inner { padding-left: 0px; } #overlayVideo .overlay-inner .tutorialVideoOverview { position: absolute; top: 0; left: 0; bottom: 0; overflow-y: auto; width: 300px; } #overlayVideo.single .overlay-inner .tutorialVideoOverview { display: none!important; } #overlayVideo .overlay-inner .tutorialVideoOverview > div { width: 100%; padding: 0 10px; line-height: 40px; color: #333; border-bottom: 2px solid #333; background-color: #FFF; cursor: pointer; } #overlayVideo .overlay-inner .tutorialVideoOverview > div.active { background-color: #E85422; color: #FFF; } #overlayVideo .overlay-inner .overlay-close { position: absolute; top: 0!important; right: 0!important; left: auto!important; width: 40px; height: 40px; font-size: 20px; line-height: 35px; text-align: center; cursor: pointer; background-color: #1F2834; color: #FFF!important; z-index: 20; opacity: 0.5; } #overlayVideo .overlay-inner .overlay-close:hover { opacity: 1; } #overlayVideo video { width: 100%; max-width: 100%; max-height: 100%; } video::cue { font-size: 16px; color: #CCC!important; } video::-webkit-media-text-track-display { color: #FAFAFA; font-size: 1em; } #helpContainer { margin-bottom: 5px; } #helpContainer > div + div { display: none; } #helpContainer.open > div + div { display: block; } #helpContainer > div + div > div { margin: 0; } #helpContainer > div + div div.btn { margin-top: 5px; background-color: #D6D6D6!important; } #helpContainer > div + div > div, #helpContainer > div + div > div * { color: #000!important; } 
.aside-block .loadModal[data-id="chat"].hasNewMessage { -webkit-animation: chat-pulse 3s infinite; moz-animation: chat-pulse 3s infinite; -o-animation: chat-pulse 3s infinite; animation: chat-pulse 3s infinite; color: #FFF!important; } @keyframes chat-pulse { 50% { background-color: #E85422; } } @-moz-keyframes chat-pulse { 50% { background-color: #E85422; } } @-webkit-keyframes chat-pulse { 50% { background-color: #E85422; } } @-o-keyframes chat-pulse { 50% { background-color: #E85422; } } @-ms-keyframes chat-pulse { 50% { background-color: #E85422; } } .aside-block .loadModal[data-id="chat"] { background-color: #4D6181; } .aside-block .loadModal[data-id="chat"]:hover, .aside-block .loadModal[data-id="chat"]:hover * { color: #FFF; } 
.langAddInputSeparator{ margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid #D9DADB; } .langAddInput { position: relative; overflow: hidden; margin-bottom: 5px; } .langAddInput > div > div { padding-left: 25px; padding-right: 50px; height: 25px; position: relative; overflow: hidden; box-sizing: border-box; width: 100%; } .langAddInput > div > div > span:first-child { position: absolute; top: 0; bottom: 0; left: 0; width: 25px; height: 23px; line-height: 23px; background-color: #FFF; text-align: center; text-transform: uppercase; border: 1px solid #CCC; border-right: none; } .langAddInput > div > div.invalid > span:first-child { background-color: #E85422; color: #FFF; } .langAddInput .actions { position: absolute; top: 0; bottom: 0; right: 0; width: 50px; } .langAddInput .actions > span { display: block; float: left; width: 25px; height: 25px; line-height: 25px; text-align: center; background-color: #666; color: #FFF; cursor: pointer; } 
#userPropertyCheckOverview tr td:last-child { overflow: hidden; padding-right: 0; } #userPropertyCheckOverview tr td:last-child > span { float: right; width: 25px; height: 25px; line-height: 25px; text-align: center; } #userPropertyEditOverview .userPropertyEditDesc, #userPropertyEditOverview .userPropertyEditDesc * { color: #DDD; } #userPropertyEditOverview .userPropertyEditDesc a { text-decoration: underline; } .user_properties_form_info { margin-top: 10px; } .user_properties_form_info > div { padding: 5px 25px; } 
.myAlert .userPropertyForm { padding: 10px 15px; } .myAlert .userPropertyForm a { color: #FFF; font-weight: bold; } .myAlert .userPropertyForm .invalid { position: relative; padding-right: 30px; } .myAlert .userPropertyForm .invalid i { position: absolute; top: 0; right: 0; bottom: 0; width: 25px; line-height: 25px; color: #FFF; font-family: FontAwesome!important; text-align: center; font-size: 20px; } .myAlert .userPropertyForm .invalid i::before { content: "\f071"; } .userPropertyCheckWrapper .myAlertAddBtn { width: 40px; height: 40px; position: absolute; top: 40px; right: -40px; line-height: 40px; text-align: center; font-size: 20px; background-color: #E85422; color: #FFF; } .userPropertyCheckWrapper .myAlert-prompt > div, .userPropertyCheckWrapper .myAlert-prompt > div label { width: 100%; } .userPropertyCheckWrapper .myAlert-prompt > div label, .userPropertyCheckWrapper .myAlert-prompt > div label * { color: #FFF!important; } .userPropertyCheckWrapper .myAlert-prompt > div label a { text-decoration: underline!important; } .userPropertyCheckWrapper .myAlert-prompt > div label { position: relative; } .userPropertyCheckWrapper .myAlert-prompt > div label > input { position: absolute; top: 7px; left: 0; width: 30px; } .user_properties_form_info > div { padding: 0; } 
.dataCollWrapper { margin-bottom: 10px; padding: 1rem; } .dataCollWrapper select { padding: 0 0.5rem!important; border: none!important; } .dataCollWrapper select, .dataCollWrapper select * { min-height: 40px; line-height: 40px; } .dataCollWrapper > div:last-child {} .dataCollWrapper > div:last-child > div { position: relative; } .dataCollWrapper > div:last-child > div.isTrait.hasDesc { padding-right: 60px; } .dataCollWrapper.readonly > div:last-child > div { padding-right: 0px; } .dataCollWrapper > div:last-child > div + div { margin-top: 10px; } .dataCollWrapper > div:last-child > div *:not(textarea) { min-height: 30px; line-height: 30px; } .dataCollWrapper > div:last-child > div [name] { border: none!important; margin: 0!important; } .dataCollWrapper > div:last-child > div textarea { position: relative; box-sizing: padding-box; overflow: hidden; height: auto; line-height: 30px!important; } .dataCollWrapper > div:last-child > div textarea:not(.redactor) { display: block; } .dataCollWrapper > div:last-child > div > label { background-color: #4D6181; color: #FFF!important; padding: 0 10px; } .dataCollWrapper > div:last-child > div > label, .dataCollWrapper > div:last-child > div > label * { font-weight: bold; min-height: 30px; line-height: 30px; } .dataCollWrapper > div:last-child > div > .actions { position: absolute; top: 0; right: 0; width: 30px; height: 30px; } .dataCollWrapper > div:last-child > div.hasDesc > .actions { height: 30px; width: 30px; } .dataCollWrapper > div:last-child > div.isTrait.hasDesc > .actions, .dataCollWrapper > div:last-child > div.hasDesc input[type="text"] + .actions, .dataCollWrapper > div:last-child > div.hasDesc select + .actions { height: 30px; width: 60px; } .dataCollWrapper > div:last-child > div > .actions > * { color: #FFF; text-align: center; color: #FFF; float: right; width: 30px; height: 30px; line-height: 30px; cursor: pointer; font-size: 16px; opacity: 0.8; background-color: #999!important; color: #FFF!important; } .dataCollWrapper > div:last-child > div > .actions > [data-action="remove"] { background-color: #666!important; color: #FFF!important; } .dataCollWrapper > div:last-child > div > .actions > .active { background-color: #00632F!important; color: #97BF0D!important; } .dataCollWrapper > div:last-child > div.required > .actions > [data-action="remove"] { background-color: transparent; } .dataCollWrapper > div:last-child > div.invalid label {} .dataCollWrapper > div:last-child > div.invalid label::after { position: absolute; top: 0; right: 0; bottom: 0; width: 30px; background-color: #E85422!important; color: #FFF!important; font-family: FontAwesome!important; content: "\f071"; font-size: 16px; line-height: 30px; text-align: center; } .dataCollWrapper > div:last-child > div.required[data-multi="0"]:not(.invalid) .actions > [data-action="remove"]::before { cursor: default; content: "\f023"!important; } .dataCollWrapper > div:last-child > div > .actions > [data-action="save"] { display: none; background-color: #97BF0D; } .dataCollWrapper > div:last-child > div > .actions > *:hover { opacity: 1; } .dataCollWrapper > div:last-child > div[data-key="duration"] { & > .oc { overflow: hidden; & > div { width: 40%; float: left; &:nth-child(2) { width: 20%!important; background-color: #EFEFEF; &, & * { text-align: center; text-transform: uppercase; } } & input { width: 50%; text-align: center; display: inline; } } } } .dataCollWrapper .multiSelect_wrapper select, .dataCollWrapper [data-category="contact"][data-key="person"] [data-key] { border: none!important; } .dataCollWrapper .multiSelect_wrapper .multiSelect_itemContainer { min-height: 0!important; background-color: #666; border: none!important; } .dataCollWrapper .multiSelect_wrapper .multiSelectAddAll, .dataCollWrapper .multiSelect_wrapper .multiSelectRemoveAll { display: none; } .dataCollWrapper.readonly .multiSelect_wrapper .multiSelect_selectContainer, .dataCollWrapper.readonly .multiSelect_selectedItemIcon { display: none!important; } .dataCollWrapper.readonly .multiSelect_selectedItem { padding: 0 5px; } .dataCollWrapper .dataCollInputBlock { margin-bottom: 5px; width: 25%; float: left; box-sizing: border-box; border-right: 1px solid #CCC; } .myTreeSelector, .mySkillSelector { overflow: hidden; background-color: #FFF; } .myTreeSelector > div:not(.btn) { float: left; padding: 0 10px; max-width: 150px; height: 30px; line-height: 30px; background-color: #FFF; } .myTreeSelector > .myTreeSelectorItemDummy { padding: 0!important; max-width: none!important; } .myTreeSelector > div:not(.btn):nth-child(3n-2), .mySkillSelector > div:not(.btn):nth-child(3n-2) { background-color: #FFF; } .myTreeSelector > div:not(.btn):nth-child(3n-1), .mySkillSelector > div:not(.btn):nth-child(3n-1) { background-color: #E1E1E1; } .myTreeSelector > div:not(.btn):nth-child(3n), .mySkillSelector > div:not(.btn):nth-child(3n) { background-color: #EFEFEF; } .myTraitInputDummy, .myTreeSelectorItemDummy, .mySkillSelectorItemDummy { width: 100%; max-width: none!important; cursor: pointer; } .myTraitInputDummy, .myTraitInputDummy *, .myTreeSelectorItemDummy, .myTreeSelectorItemDummy *, .mySkillSelectorItemDummy, .mySkillSelectorItemDummy * { text-align: center; background-color: #97BF0D!important; color: #FFF!important; } .dataCollWrapper .hasDesc .myTreeSelector { padding-right: 60px!important; } .dataCollWrapper .hasDesc .myTreeSelector + .actions { right: 30px; } .dataCollWrapper > div:last-child > div.hasPub {} .dataCollWrapper > div:last-child > div.hasPub .dataCollPubContainer { width: 100%; background-color: #FFF; overflow: hidden; } .dataCollWrapper > div:last-child > div.hasPub .dataCollPubContainer > div { float: left; width: 33.333%; box-sizing: border-box; padding: 0 10px 0 40px; position: relative; cursor: pointer; background-color: #BBB; color: #FFF; } .dataCollWrapper > div:last-child > div.hasPub .dataCollPubContainer > div.active { background-color: #97BF0D; } .dataCollWrapper > div:last-child > div.hasPub .dataCollPubContainer > div > span:first-child { position: absolute; top: 0; left: 0; bottom: 0; width: 30px; height: 30px; line-height: 30px; text-align: center; font-family: FontAwesome!important; font-size: 16px; } .dataCollWrapper > div:last-child > div.hasPub .dataCollPubContainer > div > span:first-child::before { content: "\f070"; } .dataCollWrapper > div:last-child > div.hasPub .dataCollPubContainer > div.active > span:first-child::before { content: "\f06e"; } .dataCollWrapper > div:last-child > div .dataCollMatchingContainer { width: 100%; border-top: 1px solid #AAA; background-color: #FFF; overflow: hidden; } .dataCollWrapper > div:last-child > div .dataCollMatchingContainer > div { float: left; width: 33.333%; box-sizing: border-box; padding: 0 10px 0 10px; position: relative; cursor: pointer; background-color: #FFF; opacity: 0.5; } .dataCollWrapper > div:last-child > div .dataCollMatchingContainer > div.active { background-color: #97BF0D; opacity: 1; } .dataCollWrapper .myDropzone > img { max-width: 100%; max-height: 200px; } .myAlertMessage { color: #FFF; font-weight: bold; text-align: center; height: 30px; line-height: 40px; background-color: #000; } .dataCollHeadline { color: #FFF; height: 40px; line-height: 40px; font-weight: normal; text-align: center; background-color: #555; font-size: 15px; } .dataCollWrapper .actions [data-action="removeUpload"] { background-color: #E85422; } .dataCollWrapper > div:last-child > div > .actions > [data-action="global"].active { background-color: #97BF0D!important; } .dataCollWrapper .required label .ellipsis::after { content: "*"; color: #E85422; } 
#timePickerWrapper { overflow: hidden; } #timePickerWrapper > select { width: 50%; float: left; border: none!important; margin: 0!important; } 
.myBarChart, .myBarChart * { font-size: 12px; } .myBarChart { width: 100%; height: 300px; padding-top: 50px; padding-left: 100px; padding-bottom: 30px; box-sizing: border-box; position: relative; } .myBarHeader { position: absolute; top: 0; left: 0; right: 0; height: 40px; line-height: 40px; text-align: center; } .myBarContent { position: absolute; top: 60px; right: 0; left: 100px; bottom: 30px; overflow: hidden; border-bottom: 1px solid #000; border-left: 1px solid #000; z-index: 1; } .myBarContent > div { float: left; height: 100%; position: relative; box-sizing: border-box; } .myBarContent > div > div { height: 100%; float: left; width: 100%; position: relative; } .myBarContent > div[data-children="2"] > div { width: calc(100% / 2); } .myBarContent > div[data-children="3"] > div { width: calc(100% / 3); } .myBarContent > div[data-children="4"] > div { width: calc(100% / 4); } .myBarContent > div[data-children="5"] > div { width: calc(100% / 5); } .myBarContent > div[data-children="6"] > div { width: calc(100% / 6); } .myBarContent > div[data-children="7"] > div { width: calc(100% / 7); } .myBarContent > div > div > div { position: absolute; bottom: 0; left: 0px; right: 0px; background-color: #AAA; border-bottom: 0; margin-left: 15%; margin-right: 15%; } .myBarLegendItem:nth-child(1) > span:first-child, .myBarContent > div > div:nth-child(1) > div {background-color: black;} .myBarLegendItem:nth-child(2) > span:first-child, .myBarContent > div > div:nth-child(2) > div {background-color: #97BF0D;} .myBarLegendItem:nth-child(3) > span:first-child, .myBarContent > div > div:nth-child(3) > div {background-color: #00632F;} .myBarLegendItem:nth-child(4) > span:first-child, .myBarContent > div > div:nth-child(4) > div {background-color: #333333;} .myBarLegendItem:nth-child(5) > span:first-child, .myBarContent > div > div:nth-child(5) > div {background-color: #D1E392;} .myBarLegendItem:nth-child(6) > span:first-child, .myBarContent > div > div:nth-child(6) > div {background-color: #F8B334;} .myBarLegendItem:nth-child(7) > span:first-child, .myBarContent > div > div:nth-child(7) > div {background-color: #4D6181;} .myBarContent > div > div > div > i { display: none; position: absolute; top: 0; left: 0; right: 0; height: 20px; line-height: 20px; text-align: center; color: #FFF; } .myBarContent > div > div > div .barTitle { position: absolute; top: 0px; left: 0; right: 0; text-align: center; color: #FFF; height: 20px; line-height: 20px; background-color: rgba(0, 0, 0, 0.1); padding: 0 5px; } .myBarContent > div > div > div .barTitle * { text-align: center; } .myBarContent > div > div > div .barTitle.outside { top: -30px; color: #FFF; background-color: #AAA; } .myBarContent > div > div > div .barTitle.outside::after { content: ""; position: absolute; bottom: -8px; left: 50%; margin-left: -10px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid rgba(0, 0, 0, 0.3); border-top: 10px solid #AAA; } .myBarLegendX { position: absolute; bottom: 0px; left: 100px; right: 0; bottom: 0px; height: 30px; line-height: 30px; border-left: 1px solid #000; } .myBarLegendX > div { float: left; } .myBarLegendX > div > span { padding: 0 10px; display: block; text-align: center; } .myBarLegendY { position: absolute; top: 60px; left: 0; right: 0; z-index: 0; bottom: 30px; border-bottom: 1px solid #000; background-color: #EFEFEF; } .myBarLegendY > div { position: relative; } .myBarLegendY > div > span { display: block; position: absolute; padding: 0 10px; left: 0; right: 0; background-color: #E1E1E1; } .myBarLegendY > div:nth-child(2n) > span { background-color: #EFEFEF;; } .myAlert .myBarLegendY { background-color: #000; } .myAlert .myBarLegendY > div > span { background-color: #222; } .myAlert .myBarLegendY > div:nth-child(2n) > span { background-color: #000; } .myBarChartAdmin, .myBarChartAdmin * { } .myBarChartAdminInner {} .myBarChartAdminInner > div { overflow: hidden; padding-right: 60px; height: 30px; line-height: 30px; position: relative; } .myBarChartAdminInner > div + div { border-top: 1px solid #999!important; } .myBarChartAdminInner > div > input { width: 25%; float: left; box-sizing: border-box; height: 30px; line-height: 30px; border: none!important; } .myBarChartAdminInner > div > input + input { text-align: right; border-left: 1px solid #AAA!important; } .myBarChartAdminInner > div > .actions { position: absolute; top: 0; right: 0; bottom: 0; width: 60px; height: 30px; } .myBarChartAdminInner > div > .actions > span { width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 16px; cursor: pointer; background-color: #AAA; color: #FFF; float: left; } .myBarChartAdminInner > div > .actions > span:nth-child(2n) { background-color: #BBB; } .myBarChartAdminActions { overflow: hidden; padding-right: 60px; } .myBarChartAdminSave, .myBarChartAdminSave * { background-color: #E85422!important; } .myBarChartAdminActions .btn { float: left; width: 50%; height: 30px; line-height: 30px; margin: 0!important; font-size: 16px; } .myBarChartAdminPreview {} .myBarLegendItem { float: left; padding: 0 10px 0 40px; height: 30px; line-height: 30px; max-width: 300px; position: relative; background-color: #FFF; margin-right: 20px; } .myBarLegendItem > span:first-child { position: absolute; top: 0; left: 0; bottom: 0; width: 30px; } .myBarChartTitle { background-color: #666; } .myBarChartTitle > span { text-align: center; } 
.modal .genericTypeModalInfo { text-align: center; padding: 0 10px; padding-left: 50px; position: relative; background-color: #E85422; color: #FFF; } .modal .genericTypeModalInfo > span:first-child { position: absolute; top: 0; left: 0; bottom: 0; width: 40px; line-height: 40px; text-align: center!important; font-size: 20px; } .modal .genericTypeModalInfo > span:last-child { text-align: left!important; font-size: 16px; } #genericDataOverviewContainer > div:not(.loading-square) { position: relative; } #genericDataOverviewContainer > div:not(.loading-square) > div:first-child { height: 30px; line-height: 30px; padding: 0 70px 0 10px; background-color: #999; } #genericDataOverviewContainer > div:not(.loading-square) > div.genericTypeValue { padding: 10px; background-color: #FFF; } #genericDataOverviewContainer > div:not(.loading-square) > div.genericTypeValue, #genericDataOverviewContainer > div:not(.loading-square) > div.genericTypeValue * { color: #000; } #genericDataOverviewContainer > div:not(.loading-square) > div:last-child { position: absolute; top: 0; right: 0; width: 60px; height: 30px; overflow: hidden; } #genericDataOverviewContainer > div:not(.loading-square) > div:last-child > span { float: left; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 16px; cursor: pointer; opacity: 0.6; } #genericDataOverviewContainer > div:not(.loading-square) > div:last-child > span:hover { opacity: 1; } 
.myTreeSelector { cursor: pointer; -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;  min-height: 40px; padding-right: 40px; box-sizing: border-box; position: relative; } .myTreeSelector::after { content: ""; display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; position: absolute; top: 0; right: 0; background-color: #999; font-family: FontAwesome!important; content: "\f303"; font-size: 16px; color: #FFF; cursor: pointer; } .myTreeSelector.readonly::after { display: none!important; padding-right: 0px; } .myTreeSelector > .btn { height: 30px; line-height: 30px; } .myTreeSelector.readonly > .btn { display: none; } .contactAdminMinWrapper .myTreeSelector + .actions { display: none; } #myTreeSelectorSummary { overflow: hidden; position: absolute; top: 0; right: 0; width: 160px; height: 100%; bottom: 0; z-index: 10; background-color: #555; overflow-y: auto; -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;  box-sizing: border-box; } #myTreeSelectorSummary > div { width: 100%; box-sizing: border-box; height: 30px; line-height: 30px; padding: 0 40px 0 10px; background-color: #666; position: relative; } #myTreeSelectorSummary > div + div { border-top: 1px solid #000; } #myTreeSelectorSummary > div > span:last-child { position: absolute; top: 0; right: 0; bottom: 0; text-align: center; line-height: 30px; width: 30px; background-color: rgba(0,0,0,0.1); cursor: pointer; color: #FFF; } #myTreeSelectorWrapper { overflow: hidden; -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;  padding-bottom: 80px; } #myTreeSelectorWrapper ul { margin: 0; } #myTreeSelectorWrapper > ul { padding-right: 145px; } #myTreeSelectorWrapper ul > li { position: relative; padding-left: 30px; background-color: #333; } #myTreeSelectorWrapper ul > li.hasChildren {} #myTreeSelectorWrapper ul > li.hasChildren::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 30px; line-height: 30px; text-align: center; font-family: FontAwesome!important; content: "\f067"; background-color: #333; cursor: pointer; } #myTreeSelectorWrapper ul > li.myTreeSelectorGroup { font-weight: bold; line-height: 30px; cursor: pointer; padding-left: 10px; background-color: #333; } #myTreeSelectorWrapper ul > li.myTreeSelectorGroup > span:first-child { display: none!important; } #myTreeSelectorWrapper ul > li + li { border-top: 1px solid #000; } #myTreeSelectorWrapper ul > li > span:first-child { position: absolute; top: 0; left: 0; bottom: 0; width: 30px; text-align: center; line-height: 30px; font-size: 16px; } #myTreeSelectorWrapper ul > li > span { height: 30px; line-height: 30px; } #myTreeSelectorWrapper ul > li > .ellipsis { padding-right: 35px; } #myTreeSelectorWrapper ul > li > span.awe-refresh { position: absolute; top: 0; right: 0; bottom: 0; width: 30px; text-align: center; line-height: 30px; background-color: #333; } #myTreeSelectorWrapper ul > li > span:first-child { font-family: FontAwesome!important; } #myTreeSelectorWrapper ul > li > span:first-child::before { content: "\f0c8"; } #myTreeSelectorWrapper ul > li.active > span:first-child::before { color: #97BF0D; } #myTreeSelectorWrapper ul > li.no_match > .ellipsis { opacity: 0.7; } #myTreeSelectorInputWrapper { position: relative; padding-right: 30px; position: absolute; bottom: 0; right: 160px; left: 0; z-index: 10; } #myTreeSelectorInputWrapper, #myTreeSelectorInputWrapper * { height: 40px; line-height: 40px; } #myTreeSelectorInputWrapper > span.action { position: absolute; top: 0; right: 0; bottom: 0; width: 40px; font-size: 20px; cursor: pointer; text-align: center; background-color: #97BF0D; } #myTreeSelectorInputWrapper > span.action + span.action { right: 40px; } #myTreeSelectorInputWrapper .myTreeSelectorInfo { position: absolute; bottom: 40px; z-index: 100; color: #FFF; background-color: #E85422; padding: 0px 10px; left: 0; right: 0; text-align: center; } #myTreeSelectorWrapper .highlight, #myTreeSelectorWrapper .highlight * { font-weight: bold!important; color: #97BF0D!important; } .myTreeSelector > div:not(.btn) { float: left; padding: 0 10px; max-width: 150px; height: 30px; line-height: 30px; color: #000; background-color: #FFF; position: relative; } .myTreeSelector > .myTreeSelectorItemDummy { padding: 0!important; max-width: none!important; } .myTreeSelector > div:not(.btn):nth-child(4n) { background-color: rgba(0,0,0,0.2); } .myTreeSelector > div:not(.btn):nth-child(4n-1) { background-color: rgba(0,0,0,0.15); } .myTreeSelector > div:not(.btn):nth-child(4n-2) { background-color: rgba(0,0,0,0.10); } .myTreeSelector > div:not(.btn):nth-child(4n-3) { background-color: rgba(0,0,0,0.05); } .myTreeSelector > div:not(.btn):nth-child(4n-4) { background-color: rgba(0,0,0,0); } .myTreeSuffix {} .myTreeSuffix > span { font-size: 11px; margin: 0 5px; margin-left: 10px; } 
.myAlert.overlay { width: 75%; height: 75%; } .myAlert.overlay video { max-width: 100%; display: block; margin: 0 auto; } .myAlert.overlay img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; } .myAlert.overlay .overlay-nav { position: absolute; bottom: 0; left: 0; right: 0; height: 40px; background-color: rgba(0,0,0,0.5); overflow: hidden; z-index: 1000; } .myAlert.overlay .overlay-nav > div:first-child, .myAlert.overlay .overlay-nav > div:last-child { width: 80px; height: 40px; line-height: 40px; text-align: center; background-color: #000; color: #FFF; cursor: pointer; font-family: FontAwesome!important; font-size: 16px; } .myAlert.overlay .overlay-nav > div:first-child { float: left; } .myAlert.overlay .overlay-nav > div:first-child:before { content: "\f060"; } .myAlert.overlay .overlay-nav > div:last-child { float: right; } .myAlert.overlay .overlay-nav > div:last-child:before { content: "\f061"; } 
 
#footer { position: fixed; bottom: 0; left: 0; right: 0; height: 40px; z-index: 1000; background-color: #FFF; border-top: 1px solid #D9DADB; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); } #footer > div { float: left; padding: 0 10px; box-sizing: border-box; border-right: 1px solid #CCC; position: relative; } #footer > div.hasIcon { padding-left: 50px; } #footer > div > span:first-child { position: absolute; top: 0; left: 0; bottom: 0; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 20px; color: #AAA; background-color: rgba(0,0,0,0.05); } #footer > div, #footer > div a { display: block; height: 40px; line-height: 40px; color: rgba(0, 0, 0, 0.6); } #footer > div:hover, #footer > div:hover a { color: rgba(0, 0, 0, 1); } #footer > div.right { float: right; border-left: 1px solid #CCC; border-right: none; } #footer > div.right { padding-right: 90px; } #footer > div.right > span:first-child { left: auto; right: 0!important; width: 80px; } .body_presentation #footer a { text-decoration: none!important; } 
.contactPrivacyBtn > span { display: block; width: 100%; height: 100%; text-align: center; line-height: 25px; } .contactPrivacyBtn.busy > span { -webkit-animation: fa-spin 5s infinite linear; animation: fa-spin 5s infinite linear; } .contactPrivacyBtn.busy > span::before { content: "\f021"; } .contactPrivacyBtn.checked > span {} .contactPrivacyBtn.checked > span::before { content: "\f00c"; } 
.contactAdminOverview {} .contactAdminOverview > div:not(.loading-square) { height: 30px; line-height: 30px; padding: 0 10px; box-sizing: border-box; background-color: #FFF; cursor: pointer; } .contactAdminOverview > div:not(.loading-square) + div:not(.loading-square) { margin-top: 10px; } .contactAdminOverview > div.active { background-color: #97BF0D; color: #FFF; } #contactAdminDataColl [data-action="remove"] { display: none; } #contactAdminDataColl.dataCollWrapper > div:last-child > div { padding-right: 0; } .contactAdminAssignContainer { margin-top: 20px; } .modalHeaderBtn.processing { -webkit-animation: fa-spin 5s infinite linear; animation: fa-spin 5s infinite linear; } .modalHeaderBtn.processing > span::before { content: "\f252"; } .contactAdminMinSelect, .contactAdminLangSelect { height: 30px; line-height: 30px; margin-bottom: 10px; width: 50%; } .contactAdminAlert.readonly span.awe-pencil { display: none!important; } .contactDetail { overflow: hidden; margin-bottom: 10px; background-color: #E2E2E2; position: relative; padding-right: 150px; box-sizing: border-box; } .contactDetail.min { padding-right: 0px; } .myAlert .contactDetail { background-color: #FFF; } .myAlert .contactDetail a { text-decoration: none; } .contactDetail > div:first-child { height: 40px; line-height: 40px; background-color: #666; color: #FFF!important; padding: 0px 10px!important; font-weight: bold; font-size: 14px; position: relative; } .contactDetail > div:first-child > div:last-child { position: absolute; top: 0; right: 0; bottom: 0; width: 80px; overflow: hidden; } .contactDetail.hideHeadline > div:first-child { display: none!important; } .contactDetail > div:first-child > div:last-child > span { display: block; float: right; width: 40px; line-height: 40px; text-align: center; font-size: 20px; background-color: rgba(255, 255, 255, 0.3); color: #FFF; cursor: pointer; } .contactDetail > div:first-child > div:last-child > span.hasAssignedUser { color: #FFF; background-color: transparent; cursor: default; } .contactDetail > div:first-child + div { position: absolute; top: 0; right: 0; bottom: 0; width: 150px; max-height: 220px; background-position: center center; background-repeat: no-repeat; background-size: cover; } .contactDetail.min > div:first-child + div { display: none; } .contactDetail > div:last-child { padding: 0px 10px; } .contactDetail > div:last-child > div:first-child { font-weight: bold; font-size: 14px; padding: 10px 0px!important; color: #000; } .contactDetail > div:last-child > table { margin: 10px 0px!important; } .contactDetail > div:last-child > table, .contactDetail > div:last-child > table *:not(.social-button) { background-color: transparent; color: #000!important; } .contactDetail > div:last-child > table td.iconCell > span:first-child { background-color: transparent!important; color: #999!important; } .contactDetail .social-button { margin: 0!important; float: left; } .contactDetail > div:last-child > table .social-button, .contactDetail > div:last-child > table .social-button * { color: #FFF!important; } .contactDetail [data-action] { display: none!important; } .contactDetail [data-action="userCreate"] { display: block!important; } .contactDetail.contactAdminAlert [data-action] { display: block!important; } .contactAdminTargetOverview { overflow: hidden; } .contactAdminTargetOverview > div:last-child > div { background-color: #FFF; color: #333; position: relative; padding: 0 10px; padding-left: 40px; height: 30px; line-height: 30px; } .contactAdminTargetOverview > div:last-child > div > span:first-child { position: absolute; top: 0; left: 0; bottom: 0; width: 30px; line-height: 30px; text-align: center; background-color: #E85422; color: #FFF; cursor: pointer; font-family: FontAwesome; font-size: 16px; } .contactAdminTargetOverview > div:last-child > div.active > span:first-child { background-color: #97BF0D; color: #FFF; } .contactAdminTargetOverview > div:last-child > div > span:first-child::before { content: "\f00d"; } .contactAdminTargetOverview > div:last-child > div.active > span:first-child::before { content: "\f00c"; } .contactAdminTargetOverview > div:last-child > div + div { border-top: 1px solid #AAA; } #contactAdminDataColl > select:first-child { } .defaultContactOverview { overflow: hidden; } .defaultContactOverview > .contactDetail { width: 49%; float: left; margin-right: 1%; } .defaultContactOverview > .contactDetail:nth-child(2n) { margin-right: 0%; margin-left: 1%; } .defaultContactOverview > .contactDetail > div:first-child { display: none; } #contactAdminMergeOverview tr { cursor: pointer; } #contactAdminMergeOverview tr td { background-color: #FFF; color: #000; } #contactAdminMergeOverview tr.active td { background-color: black; } .contactAssignWrapper { margin-top: 10px; } .contactAssignWrapper .dataCollHeadline { position: relative; } .contactAssignWrapper .dataCollHeadline > span:last-child { position: absolute; top: 0; right: 0; bottom: 0; height: 40px; line-height: 40px; width: 40px; text-align: center; font-size: 20px; cursor: pointer; } .contactAdminMinWrapper [data-action="delete"] { position: absolute; top: 80px; right: -40px; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 20px; color: #FFF; background-color: #E85422; cursor: pointer; } 
 
 
#infoVideoOverlay { position: fixed; background-color: rgba(0,0,0,0.8); top: 0; left: 0; bottom: 0; right: 0; z-index: 10000; } #infoVideoOverlay > div:last-child { position: absolute; width: auto; height: 90vh; width: 90vw; overflow: hidden; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; background-color: #000; } #infoVideoOverlay > div > video { height: 100%; max-width: 100%; max-height: 100%; position: absolute; left: 20vw; right: 15vw; top: 50px; width: 55vw; height: 60vh; object-fit: cover; } #infoVideoOverlay [data-action="close"] { position: absolute; top: 0; right: 0; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 20px; color: #FFF; background-color: #E85422; cursor: pointer; } #infoVideoOverlay [data-key="title"] { position: absolute; top: 0; left: 0; right: 0; height: 50px; line-height: 50px; color: #FFF; font-size: 3vh; padding: 0 10px; box-sizing: border-box; padding-right: 50px; } #infoVideoOverlay [data-key="desc"] { font-size: 14px; padding: 10px; width: 300px; color: #FFF; box-sizing: border-box; line-height: 25px; overflow: hidden; overflow-y: auto; position: absolute; left: 20vw; right: 15vw; bottom: 0px; width: 55vw; height: calc(30vh - 50px); } #infoVideoOverlay [data-key="comments"] { font-size: 12px; position: absolute; left: 0; top: 50px; bottom: 0px; width: 20vw; box-sizing: border-box; line-height: 20px; color: #000; background-color: #EFEFEF; padding-bottom: 150px; } #infoVideoOverlay [data-key="comments"] > div { overflow-x: hidden; overflow-y: auto; max-height: 100%; } #infoVideoOverlay [data-key="comments"] textarea { position: absolute; bottom: 30px; right: 30px; height: 120px; line-height: 20px; padding: 5px 10px; border: none !important; left: 0; box-sizing: border-box; background-color: #FFFEF4; -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); } #infoVideoOverlay [data-key="comments"] [data-action="submitComment"] { position: absolute; bottom: 0; right: 0px; height: 30px; line-height: 31px; text-align: center; width: 100%; cursor: pointer; background-color: #E85422; color: #FFF; padding: 0 10px; box-sizing: border-box; } #infoVideoOverlay [data-key="comments"] [data-id] { margin-top: 10px; margin-bottom: 10px; padding: 0 10px; } #infoVideoOverlay [data-key="comments"] [data-id] * { line-height: 15px; } #infoVideoOverlay [data-key="comments"] [data-id] > span:first-child { display: block; color: #333; font-weight: bold; } #infoVideoOverlay [data-key="overview"] { position: absolute; top: 50px; bottom: 0; right: 0; width: 15vw; overflow: hidden; overflow-y: auto; } #infoVideoOverlay [data-key="overview"] > * { width: 100%; height: 150px; float: left; cursor: pointer; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; } #infoVideoOverlay [data-key="overview"] > * > div:last-child { position: absolute; bottom: 10px; left: 0; right: 0; height: 30px; line-height: 30px; background-color: rgba(0, 0, 0, 0.5); color: #FFF; padding: 0 10px; padding-left: 25px; } #infoVideoOverlay [data-key="overview"] > * > div:last-child > span:first-child { position: absolute; top: 0; left: 0; bottom: 0; width: 20px; height: 30px; line-height: 30px; text-align: center; background-color: rgba(0,0,0,0.3); } #infoVideoLink { display: block; position: absolute; top: 37vh; left: 20vw; width: auto; min-width: 100px; height: 30px; line-height: 30px; padding: 0 10px; background-color: rgba(0,0,0,0.5); z-index: 100; display: none; padding-left: 30px; } #infoVideoLink::before { position: absolute; top: 0; left: 0; bottom: 0; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #FFF; font-family: FontAwesome!important; content: "\f0ac"; font-size: 14px; } #infoVideoLink, #infoVideoLink * { color: #FFF!important; } #infoVideoIcons { display: block; position: absolute; top: 0; left: 20vw; top: 50px; width: auto; height: 30px; background-color: rgba(0,0,0,0.5); z-index: 100; } #infoVideoIcons > * { float: left; height: 30px; line-height: 30px; padding-left: 35px; padding-right: 10px; margin-right: 10px; position: relative; color: #FFF; } #infoVideoIcons > *:last-child { margin-right: 0px; } #infoVideoIcons > *::before { position: absolute; top: 0; left: 0; line-height: 30px; width: 30px; height: 30px; text-align: center; font-family: FontAwesome!important; font-size: 14px; } #infoVideoIcons > [data-key="likes"].active::before { color: #97BF0D; } #infoVideoIcons > [data-key="dislikes"].active::before { color: #E85422; } #infoVideoIcons > [data-key="views"] { } #infoVideoIcons > [data-key="likes"] { cursor: pointer; } #infoVideoIcons > [data-key="dislikes"] { cursor: pointer; } #infoVideoIcons > [data-key="views"]::before { content: "\f06e"; } #infoVideoIcons > [data-key="likes"]::before { content: "\f164"; } #infoVideoIcons > [data-key="dislikes"]::before { content: "\f165"; } #infoVideoOverlaySummary {} #infoVideoOverlaySummary > div {} #infoVideoOverlaySummary > div > div:first-child { padding: 0 10px; height: 40px; line-height: 40px; text-align: center; font-weight: bold; text-transform: uppercase; } #infoVideoOverlaySummary > div > div:last-child { overflow: hidden; } #infoVideoOverlaySummary > div > div:last-child > div { height: 30px; line-height: 30px; overflow: hidden; position: relative; background-color: #000; } #infoVideoOverlaySummary > div > div:last-child > div + div { border-top: 1px solid #000; } #infoVideoOverlaySummary > div > div:last-child > div:nth-child(2n) {} #infoVideoOverlaySummary > div > div:last-child > div > span:nth-child(1), #infoVideoOverlaySummary > div > div:last-child > div > span:nth-child(2) { width: 70%; box-sizing: border-box; float: left; padding: 0 10px; line-height: 30px; position: relative; z-index: 2; } #infoVideoOverlaySummary > div > div:last-child > div > span:nth-child(2) { width: 30%; text-align: right; } #infoVideoOverlaySummary > div > div:last-child > div > span:last-child { z-index: 1; position: absolute; top: 0; left: 0; bottom: 0; background-color: #333; } 
.wobble { animation: wobble linear 1s; animation-iteration-count: 1; transform-origin: 50% 50%; -webkit-animation: wobble linear 1s; -webkit-animation-iteration-count: 1; -webkit-transform-origin: 50% 50%; -moz-animation: wobble linear 1s; -moz-animation-iteration-count: 1; -moz-transform-origin: 50% 50%; -o-animation: wobble linear 1s; -o-animation-iteration-count: 1; -o-transform-origin: 50% 50%; -ms-animation: wobble linear 1s; -ms-animation-iteration-count: 1; -ms-transform-origin: 50% 50%; } @keyframes wobble{ 0% { transform: translate(0px,0px); } 15% { transform: translate(-25px,0px); } 30% { transform: translate(20px,0px); } 45% { transform: translate(-15px,0px); } 60% { transform: translate(10px,0px); } 75% { transform: translate(-5px,0px); } 100% { transform: translate(0px,0px); } } @-moz-keyframes wobble{ 0% { -moz-transform: translate(0px,0px); } 15% { -moz-transform: translate(-25px,0px); } 30% { -moz-transform: translate(20px,0px); } 45% { -moz-transform: translate(-15px,0px); } 60% { -moz-transform: translate(10px,0px); } 75% { -moz-transform: translate(-5px,0px); } 100% { -moz-transform: translate(0px,0px); } } @-webkit-keyframes wobble { 0% { -webkit-transform: translate(0px,0px); } 15% { -webkit-transform: translate(-25px,0px); } 30% { -webkit-transform: translate(20px,0px); } 45% { -webkit-transform: translate(-15px,0px); } 60% { -webkit-transform: translate(10px,0px); } 75% { -webkit-transform: translate(-5px,0px); } 100% { -webkit-transform: translate(0px,0px); } } @-o-keyframes wobble { 0% { -o-transform: translate(0px,0px); } 15% { -o-transform: translate(-25px,0px); } 30% { -o-transform: translate(20px,0px); } 45% { -o-transform: translate(-15px,0px); } 60% { -o-transform: translate(10px,0px); } 75% { -o-transform: translate(-5px,0px); } 100% { -o-transform: translate(0px,0px); } } @-ms-keyframes wobble { 0% { -ms-transform: translate(0px,0px); } 15% { -ms-transform: translate(-25px,0px); } 30% { -ms-transform: translate(20px,0px); } 45% { -ms-transform: translate(-15px,0px); } 60% { -ms-transform: translate(10px,0px); } 75% { -ms-transform: translate(-5px,0px); } 100% { -ms-transform: translate(0px,0px); } } 
#userStatusWrapper { position: fixed; bottom: 0; right: 0; z-index: 100; width: 150px; background-color: #FFF; margin-left: 20px; padding: 0!important; } #userStatusWrapper select { border: none!important; height: 40px; line-height: 40px; } 
 
 
 
.contentAddHelper { min-width: 100%; min-height: 40px!important; height: auto!important; padding-bottom: 40px; box-sizing: border-box; position: relative; & * { min-height: 40px!important; } & > :first-child { display: none; } & > div + div { min-height: 0!important; } &[data-readonly="1"] > div { &:first-child { display: none; } &[data-count] > div:first-child { margin-top: 0!important; } } & > div[data-count] { min-height: 0!important; } &.hide_trans_btn { & > div:first-child { padding-right: 0!important; } & [data-action="initTranslation"] { display: none!important; } } & .cah_type_overview { padding-top: 0; background-color: transparent!important; display: flex; flex-wrap: wrap; gap: 10px; border: none; & > i { display: block; min-width: 100%; padding: .5rem!important; background-color: rgba(0,0,0,.1); min-height: 0!important; } & > *[data-type] { display: block; flex: 1; height: 40px; line-height: 40px; text-align: center; font-size: 1.5rem; cursor: pointer; position: relative; color: #FFF; background-color: #4D6181; &:after { font-family: FontAwesome; width: 40px; position: absolute; left: 0; content: "\f067"; color: rgba(255,255,255,.5); font-size: 1.2rem; } &:before { font-family: FontAwesome; width: 60px; position: absolute; right: 0; } &[data-type="2"] { &:before {content: "\f036"} } &[data-type="3"] { &:before {content: "\f03a"} } &[data-type="5"] { &:before {content: "\f0cb"} } &[data-type="4"] { &:before {content: "\f1dc"} } &[data-type="6"] { &:before {content: "\f0ce"} } &:hover { opacity: 1!important; } } &:hover > *:not(i) { opacity: 0.3; } } } .contentAddHelper .deleted, .contentAddHelper .deleted * { pointer-events: none!important; display: none; } .contentAddHelper select, .contentAddHelper input, .contentAddHelper textarea { background-color: #FFF; padding-left: 1em; } .contentAddHelper[data-readonly="1"] select, .contentAddHelper[data-readonly="1"] input, .contentAddHelper[data-readonly="1"] textarea { background-color: #EFEFEF; } .contentAddHelper input, .contentAddHelper textarea, .contentAddHelper [data-key="preview"] * { font-family: Arial, sans-serif; border: none!important; } .contentAddHelper .selectWrapper select { background-color: #E7F7B0; border: none!important; } .contentAddHelper .btn { padding: 0!important; text-align: center!important; } .contentAddHelper > div + div > div { margin-bottom: 10px; position: relative; background-color: #AAA; min-height: 80px; padding-top: 40px; border: 1px solid #AAA; } .contentAddHelper > div + div > div { &:before { content: attr(data-label); position: absolute; top: 0; left: 0; right: 120px; padding: 0 10px; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #000; } &.has_info:before { left: 30px; } } .contentAddHelper > div + div > div:hover:before { opacity: 1; } .contentAddHelper[data-readonly="1"] > div + div > div { padding-top: 0; } .contentAddHelper > div + div > div[data-type="5"] { counter-reset: section; } .contentAddHelper > div + div > div[data-type="3"] [data-sub_id], .contentAddHelper > div + div > div[data-type="5"] [data-sub_id] { padding-left: 40px; position: relative; background-color: #EFEFEF; } .contentAddHelper > div + div > div[data-type="3"] [data-sub_id]:before, .contentAddHelper > div + div > div[data-type="5"] [data-sub_id]:before { content: ""; width: 40px; height: 40px; line-height: 40px; text-align: center; position: absolute; top: 0; left: 0; } .contentAddHelper > div + div > div[data-type="3"] [data-sub_id]:before { width: 10px; height: 10px; top: 15px; left: 15px; background-color: #333; -webkit-border-radius: 20px; border-radius: 20px; } .contentAddHelper > div + div > div[data-type="5"] [data-sub_id]:before { counter-increment: section; content: counter(section) "."; } .contentAddHelper textarea { line-height: 1.5em!important; padding: 0.5em 1em!important; display: block; } .contentAddHelper > div + div [data-action] { position: absolute; top: 0; right: 0; width: 40px; height: 40px; line-height: 40px; text-align: center; cursor: pointer; color: #FFF; font-size: 20px; } .contentAddHelper > div + div [data-action]:before { font-family: 'FontAwesome'; opacity: 0.5; } .contentAddHelper > div + div [data-action]:hover:before { opacity: 1; } .contentAddHelper > div + div [data-action="sortUp"], .contentAddHelper > div + div [data-action="sortDown"] { right: 0; height: 20px; min-height: 0!important; max-height: 20px; line-height: 20px; top: auto; bottom: auto; font-size: 12px; } .contentAddHelper > div + div > *:first-child > [data-action="sortUp"], .contentAddHelper > div + div > *:last-child > [data-action="sortDown"], .contentAddHelper > div + div > div > i + div > [data-action="sortUp"], .contentAddHelper > div + div > div > *:last-child > [data-action="sortDown"] { display: none; } .contentAddHelper > div + div > *:first-child > [data-action="sortDown"], .contentAddHelper > div + div > *:last-child > [data-action="sortUp"], .contentAddHelper > div + div > div > i + div > [data-action="sortDown"], .contentAddHelper > div + div > div > *:last-child > [data-action="sortUp"] { top: 0; height: 40px!important; min-height: 40px; line-height: 40px; } .contentAddHelper > div + div { & [data-action="sortUp"] { top: 0; &:before { content: "\f077"; } } & [data-action="sortDown"] { top: 20px; &:before { content: "\f078"; } } & [data-action="remove"] { right: 40px; &:before { content: "\f1f8"; } } & [data-action="import"] { right: 80px; &:before { content: "\f0ea"; } } & [data-action="globe"] { right: 120px; opacity: 0.5; &:before { content: "\f0ac"; } } & [data-action="info"] { display: none; left: 0; cursor: help; &:before { content: "\f05a"; } } & > div.has_info [data-action="info"] { display: block; } } .contentAddHelper.globe { & [data-action="globe"] { opacity: 1; color: var(--clr-blueDark); } } .contentAddHelper [data-sub_id] { position: relative; padding-right: 120px; } .contentAddHelper[data-readonly="1"] [data-sub_id] { padding-right: 0px; } .contentAddHelper[data-readonly="1"] [data-sub_id]:last-child { display: none; } .contentAddHelper [data-sub_id] + [data-sub_id] { border-top: 1px solid rgba(0,0,0,0.3); } .contentAddHelper [data-sub_id] [data-action] { color: #000; background-color: #EFEFEF; } .contentAddHelper > div + div { &[data-count="0"] .sortMain, &[data-count="1"] .sortMain, & [data-type="3"][data-count="0"] .sortSub, & [data-type="3"][data-count="1"] .sortSub, & [data-type="5"][data-count="0"] .sortSub, & [data-type="5"][data-count="1"] .sortSub { pointer-events: none; } } .cah, .contentAddHelperPreview { & > * { display: block; & + * { margin-top: 1rem!important; border: none!important; } &[data-type="4"] { font-weight: bold; } } & ul, & ol { list-style-position: inside; margin-left: 0!important; &:is(ul) { list-style-type: disc; } &:is(ol) { list-style-type: decimal; } } } .contentAddHelperPreview { padding: 1rem; margin-bottom: 1rem; background-color: rgba(0,0,0,.1); } .contentAddHelper { & input[type="text"]:focus { border: none!important; outline: none!important; } & > * > [data-type="6"] { & > *:last-child > * { display: flex; gap: .5rem; & + * { margin-top: .5rem; border: none!important; } padding: 0!important; } & input[class^="format_"] { &.format_B { font-weight: bold!important; } &.format_I { font-style: italic!important; } &.format_BF { border: 2px solid #000!important; } &.format_BT { border-top: 2px solid #000!important; } &.format_BR { border-right: 2px solid #000!important; } &.format_BB { border-bottom: 2px solid #000!important; } &.format_BL { border-left: 2px solid #000!important; } } } & .myRedactorWrapper { & .myRedactorHeader { background-color: rgba(255,255,255,1); height: 30px!important; max-height: 30px!important; min-height: 0!important; line-height: 30px!important; display: flex; flex-wrap: wrap; gap: .5rem; & * { flex: 1; text-align: center; float: none; display: block; line-height: inherit!important; } } & [contentEditable] { min-height: 100px!important; max-height: 200px!important; display: block; overflow-y: scroll; border: none!important; } & textarea { display: none!important; pointer-events: none; } } & [data-type="3"], & [data-type="5"] { & [data-sub_id]:not(.deleted):nth-last-child(2) { & [data-action="sortUp"] { height: 40px !important; line-height: 40px; } & [data-action="sortDown"] { display: none; } } & [data-sub_id]:not(.deleted):last-child [data-action] { display: none; } } & > div:first-child { padding-right: 50px!important; & > [data-action] { width: 40px; height: 40px; line-height: 40px; text-align: center; display: block; position: absolute; top: 0; right: 0; font-size: 20px; cursor: pointer; background-color: rgba(0,0,0,.6); color: #FFF; &:before { content: "\f1ab"; font-family: 'FontAwesome'; } } } } .defaultDataTableContextOverlay { width: 300px; height: auto; max-height: 225px; overflow-y: scroll; background-color: #FFF; position: fixed; top: 0; left: 0; -webkit-box-shadow: 0 0 2000px 10px rgba(0,0,0,1); box-shadow: 0 0 2000px 10px rgba(0,0,0,1); z-index: 100; box-sizing: border-box; z-index: 10000; background-color: #FFF; & > div { & > i { display: block; pointer-events: none; background-color: rgba(0,0,0,.3)!important; height: 5px; line-height: 5px; } & > span { padding-right: 30px; cursor: pointer; position: relative; height: 25px; line-height: 25px; padding: 0 .5rem; &:nth-child(2n) { background-color: rgba(0,0,0,.05); } & > i { position: absolute; top: 0; right: 0; width: 30px; height: 25px; line-height: 25px; text-align: center; } &:hover { background-color: rgba(0,0,0,0.2); } } } } .contentAddHelperTranslationWrapper { padding: 1rem; background-color: #000; & .radio > span, & .checkbox > span { display: block!important; padding-left: 25px; position: relative; & > span { margin: 0!important; position: absolute; top: 5px; left: 0; } } & [data-id] { display: none; } &.running { & .radio, & .checkbox { pointer-events: none!important; } & [data-id] { display: block; } } & [data-action="start"] { &:before { content: attr(data-label_start); } } &.running [data-action="start"] { &:before { content: attr(data-label_pause); } & > span:before { content: "\f04c"; } } & > *:first-child + div { display: flex; flex-wrap: wrap; gap: 1rem; } & > *:first-child > * { flex: 1; &.btn { padding: 0!important; text-align: center!important; outline: 1px solid green; } } & > [data-id] > :first-child { display: block; line-height: 1.5rem; & + * { display: flex; flex-wrap: wrap; gap: .5rem; & > * { pointer-events: none; flex: 1; flex-grow: 0; background-color: rgba(255, 255, 255, .2); color: #FFF; text-align: center; padding: 0 5px; padding-right: 25px; height: 25px; line-height: 25px; position: relative; text-transform: uppercase; &:before { content: "\f252"; font-family: FontAwesome; position: absolute; top: 0; right: 0; text-align: center; width: 25px; height: 25px; line-height: 25px; font-size: 0.7rem; } &.processing { &:before { content: "\f021"; -webkit-animation:spin 4s linear infinite; -moz-animation:spin 4s linear infinite; animation:spin 4s linear infinite; } background-color: rgba(100, 100, 255, .2); } &.paused { &:before { content: "\f04c"; } } &.done, &.hasContent { background-color: rgba(255, 100, 100, .2); &:before { content: "\f00d"; } &.success, &.hasContent { &:before { content: "\f00c"; } background-color: rgba(100, 255, 100, .2); } } } } } & > * + * { margin-top: 1rem; } } 
  .myAlert [data-action="getAutoTrans"] { width: 40px; height: 40px; line-height: 40px; font-size: 20px; background-color: blue; background-color: #4B80D2; text-align: center; overflow: hidden; cursor: pointer; } .myAlert [data-action="getAutoTrans"]::before { display: block; content: "\f1ab"; width: 40px; height: 40px; line-height: 40px; text-align: center; font-family: FontAwesome !important; font-size: 20px; } .myAlert [data-action="getAutoTrans"].waiting::before { content: "\f252"; } .myAlert.autoTransInProgress .myAlert-ok { position: absolute; top: 0; visibility: hidden; pointer-events: none; } .myAlert.autoTransInProgress input[name], .myAlert.autoTransInProgress textarea[name], .myAlert.autoTransInProgress .myRedactorWrapper [contenteditable] { pointer-events: none; }  
.aside-block table[data-category="credits"] h6 { cursor: pointer; } .aside-block .btn-icon .creditsTotalSpan { right: 10px!important; top: 0!important; bottom: 0!important; height: 30px!important; line-height: 30px!important; position: absolute!important; } 
.asideInfoCampaignLang { display: block; color: #E85422; font-size: 10px; margin-bottom: 5px; } 
 
 
#companyLastTouchedAsideContainerOpenIt { cursor: pointer; } #companyLastTouchedAsideContainer { margin: 0; } 
.profile-pic-container { height: 100px; background-color: #FFF; display: block; background-position: center center; background-size: contain; background-repeat: no-repeat; } .user-contact-row { line-height: 30px; background-color: #FFF; padding: 0 10px; } .aside-block[data-module_name="aside_info_contact"] > header { margin-bottom: 0; border: none; padding: 0 10px; background-color: #CCC; text-align: center; line-height: 30px; font-weight: bold; } .aside-block[data-module_name="aside_info_contact"] .btn { margin: 0!important; } .aside-block[data-module_name="aside_info_contact"] .btn:nth-child(2n) { background-color: #7D9E0A; } 
 .myFormInputTraceContainer { float: right; width: auto; height: 20px; overflow: hidden; } .myFormInputTraceItem { height: 20px; width: auto; line-height: 20px; margin: 0px 5px; font-size: 11px; color: #CCC; float: left; } .myFormInputTraceItem.active { color: #333; } .myFormIgnoreLayout > .formBlockInner > div { width: 100%!important; box-sizing: border-box; } .myFormAllLang { display: none; font-family: FontAwesome!important; width: 30px; position: absolute; top: 0px; right: 0px; margin: 1px; text-align: center; line-height: 25px; font-size: 18px; color: #CCC; cursor: pointer; z-index: 100; } .myFormAllLang::before { content: "\f0ac"; } .myFormAllLang.active { opacity: 1; color: #E85422; } .controls.showGlobe .myFormAllLang { display: block!important; } .controls.showGlobe { box-sizing: border-box; padding-right: 30px; } textarea + .myFormAllLang, .myRedactorWrapper + .myFormAllLang { background-color: transparent; } .inputBlock { position: relative; padding-left: 150px; margin-bottom: 5px; } .inputBlock.full { padding-left: 0px; } .inputBlock, .inputBlock * { line-height: 25px; } .inputBlock:not(.full) > div:first-child { position: absolute; top: 0; left: 0; bottom: 0; width: 140px; padding: 0 5px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background-color: #D3D3D3; color: #333; } .inputBlock > .input-append { position: relative; } .inputBlock > .input-append > .add-on { position: absolute; top: 0; right: 0; bottom: 0; } .inputBlock .colorpicker-preview { height: 100%; width: 100%; }  .input-append { position: relative; padding-right: 50px; } .input-append .add-on { width: 50px; position: absolute; top: 0; right: 0; bottom: 0; background-color: #EEE; color: #000; text-align: center; line-height: 25px; border: 1px solid #D9DADB; box-sizing: border-box; } .input-append .add-on.btn { background-color: #97BF0D; color: #FFF; font-size: 16px; border: none!important; } .input-append .add-on.btn:hover { background-color: #CCC; color: #333; } .input-append .myFormAllLang { right: -30px; } form .controls { position: relative; } form .controls .help-block-icon { position: absolute; top: 0px; right: 0px; bottom: 0px; line-height: 22px; margin: 0; width: 25px; font-size: 15px; text-align: center; background-color: #FF0000; color: #FFF!important; } .controls.showGlobe .help-block-icon { right: 30px!important; } .controls.hasError { position: relative; } .help-block.error { text-align: center; background-color: #E85422; color: #FFF!important; line-height: 40px; margin: 10px 0px; } .controls.hasError .checkbox, .controls.hasError .checkbox * { color: #E85422!important; } .myForm.compact .formBlockInner { position: relative; padding-left: 30%; margin-bottom: 10px; } .myForm.compact .formBlockInner > div:first-child { line-height: 35px; } .myForm.compact .formBlockInner > div:first-child { position: absolute; top: 0; left: 0; bottom: 0; width: 30%; padding: 0 10px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background-color: #D3D3D3; box-sizing: border-box; } .myForm.compact .hideLabel .formBlockInner > div:first-child { background-color: transparent; visibility: hidden; opacity: 0; } .myForm.compact .control-group.missing .formBlockInner > div:first-child { background-color: #E85422; color: #FFF; } .myForm [readonly] { cursor: default; color: transparent; text-shadow: 0 0 0 #555; } .myForm.compact .myFormIgnoreLayout .formBlockInner { padding-left: 0px; } .myForm.compact .myFormIgnoreLayout .formBlockInner > div:first-child { display: none; } .myForm.compact .myFormIgnoreLayout textarea { height: 170px; } .myFormBlockLabel label { height: 30px; line-height: 30px; background-color: rgba(0, 0, 0, 0.1); } .myFormBlockLabel label, .myFormBlockLabel label * { text-align: center!important; } .myFormInfoBlock { box-sizing: border-box; position: relative; background-color: #D9DADB!important; min-height: 30px; margin-bottom: 30px; } .myFormInfoBlock.error > div > span:first-child { background-color: #E85422!important; } .myFormInfoBlock.success > div > span:first-child { background-color: #97BF0D!important; } .myFormInfoBlock.important {} .myFormInfoBlock > div:first-child { padding: 10px; } .myFormInfoBlock[data-icon="1"] > div:first-child { padding-left: 50px; } .myFormInfoBlock[data-type="fix"] > div:first-child { padding-bottom: 10px; } .myFormInfoBlock[data-icon="1"] > div:first-child > span:first-child { position: absolute; top: 0; bottom: 0; left: 0; line-height: 40px; width: 40px; text-align: center; color: rgba(0,0,0,0.3); background-color: rgba(0,0,0,0.1); color: #FFF; font-size: 20px; } .myFormInfoBlock.important[data-icon="1"] > div:first-child > span:first-child { background-color: #E85422; color: #FFF; } .myFormInfoBlock .btn:last-child { position: absolute; bottom: -30px; left: 0; right: 0; padding-left: 50px!important; } .myFormInfoBlock .btn:last-child > span:first-child { width: 40px!important; } .genericDataMissingWrapper { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #D9DADB; overflow: hidden; } .genericDataMissingWrapper > label { display: block; margin-bottom: 10px; overflow: hidden; line-height: 25px; } .genericDataMissingWrapper > label > span:first-child { width: 50%; float: left; } .genericDataMissingWrapper > label > span:last-child { width: 50%; float: right; overflow: hidden; } .genericDataMissingWrapper > label > span:last-child > span { width: 50%; float: left; box-sizing: border-box; padding-left: 30px; padding-right: 10px; position: relative; height: 25px; background-color: #FFF; } .genericDataMissingWrapper > div { overflow: hidden; } .genericDataMissingWrapper > div > div { color: #E85422; float: left; cursor: pointer; line-height: 25px; padding-left: 30px; padding-right: 10px; position: relative; height: 25px; background-color: #FFF; margin-right: 5px; margin-bottom: 5px; } .genericDataMissingWrapper > div > div.dataInfoUnbooked { color: #D9DADB; } .genericDataMissingWrapper > div > div.dataInfoBooked.dataInfoAvailable, .genericDataMissingWrapper > div > div.dataInfoUnbooked.dataInfoAvailable { color: #00632F!important; } .genericDataMissingWrapper > div > div.dataInfoBooked.dataInfoMissing, .genericDataMissingWrapper > div > div.dataInfoUnbooked.dataInfoMissing { color: #E85422!important; } .genericDataMissingWrapper > div > div::before, .genericDataMissingWrapper > label > span:last-child > span > span:first-child { content: "\f00c"; font-family: FontAwesome!important; position: absolute; top: 0; left: 0; bottom: 0; width: 25px; height: 25px; text-align: center; line-height: 25px; background-color: rgba(0,0,0,0.1) } .genericDataMissingWrapper > div > div.dataInfoMissing::before { content: "\f071"; } .genericDataMissingWrapper > div > div.dataInfoAvailable::before { content: "\f00c"; } .input-icon {} .input-icon .controls { position: relative; } .input-icon input { padding-left: 50px!important; } .input-icon .controls > span:first-child { position: absolute; left: 0; top: 0; bottom: 0; height: 40px; width: 40px; line-height: 40px; text-align: center; font-size: 20px; color: #AAA; } .formGlobeEditWrapper { background-color: #000!important; } .formGlobeEditWrapper .inputBlock { padding-left: 0; background-color: #FFF; } .formGlobeEditWrapper label { height: 40px; line-height: 40px!important; padding-right: 40px; padding-left: 1em; width: 25%!important; color: #000; background-color: rgba(0,0,0,0.2)!important; font-weight: bold; } .formGlobeEditWrapper .inputBlock.full label { width: 100%!important; } .formGlobeEditWrapper input { padding-left: 26%; } .formGlobeEditWrapper textarea { line-height: 1.5em!important; padding: 0.5em 1em!important; } .formGlobeEditWrapper label > .setMultiLangValueBtn { display: none; position: absolute; top: 0; right: 0; width: 40px; height: 40px; cursor: pointer; line-height: 40px; text-align: center; font-size: 16px; } .formGlobeEditWrapper .inputBlock:hover label > .setMultiLangValueBtn { display: block; } 
.myAlert { position: fixed; z-index: 9999; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 300px; background: rgba(0, 0, 0, 0.5); color: #FFF; padding: 20px; margin: 0 auto; max-width: 100%; max-height: 100%; min-height: 80px; overflow-y: auto; padding: 0px; } .myAlert.loadingOverlay { background-color: transparent!important; } .myAlert, .myAlert * { box-sizing: border-box; } .myAlert.fixIndex { z-index: 200000!important; } .myAlert.noMinHeight { min-height: 40px!important; } .myAlert .btn, .myAlert .btn * { height: 40px!important; line-height: 40px!important; } .myAlert.wide { width: 600px; } .myAlert.wider { width: 1200px; } .myAlert.widest { width: 100%; } .myAlert.scroll { height: 100%; left: 50%; top: 50%; overflow-y: auto; box-sizing: border-box; margin: 0!important; } .myAlert-overlay { position: fixed; z-index: 9998; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.5); } .myAlert-message { margin-bottom: 0px; line-height: 40px; padding: 0 10px; background-color: #555; color: #FFF; text-align: center; font-size: 0.9rem; } .myAlert-message a{ color:#FFF; } .myAlert.info .myAlert-message { line-height: 25px; padding: 10px; text-align: left; } .myAlertMessage { margin-bottom: 0px; color: #FFF; text-align: center; font-weight: bold; } .myAlert.info .myAlertMessage { text-align: left; } .myAlert-prompt {} .myAlert .myAlertContentBlock { padding: 1rem; line-height: 1.6rem; background-color: #333; } .myAlert .myAlertContentBlock table td { padding-left: 0; } .myAlert .limitInfo { color: #000!important; } .myAlert-input { margin: 0!important; height: 40px!important; } .myAlert [name] { width: 100%; box-shadow: none; font-family: inherit; font-size: inherit; color: inherit; box-sizing: border-box; color: #333; } .myAlert [name] + [name] { margin-top: 10px; } .myAlert [name]:not(.redactor) { display: block; } .myAlert .inputBlock { margin-bottom: 5px; } .myAlert .inputBlock [name] { margin-bottom: 0px; } .myAlert .inputBlock, .myAlert .inputBlock * { min-height: 30px; line-height: 30px; } .myAlert .inputBlock [contenteditable], .myAlert .inputBlock [contenteditable] * { line-height: 1.2rem!important; } .myAlert .inputBlock select { height: 30px!important; } .myAlert .inputBlock > label:not(.checkbox) { position: absolute; top: 0; left: 0; width: 150px; box-sizing: border-box; padding: 0 10px; } .myAlert .inputBlock.full > label:not(.checkbox) { position: relative; top: auto; left: auto; width: 100%; box-sizing: border-box; padding: 0 10px; height: 40px; line-height: 40px; } .myAlert .inputBlock .myAlertFormCheckSpan { height: 30px; line-height: 30px; width: 30px; background-color: #FFF; } .myAlert .myRedactorWrapper [contenteditable] { color: #000; max-height: 500px; min-height: 200px; overflow-y: auto; } .myAlert .myRedactorWrapper textarea { color: #FFF; } .myAlert select[name][size] { height: auto; } .myAlert select[name][size] option { padding: 5px; } .myAlert-buttons { text-align: right; } .myAlert-ok, .myAlert-cancel, .myAlert-extra, .myAlertSubmitAltBtn { border: none; font-family: inherit; font-size: inherit; cursor: pointer; opacity: 0.8; line-height: 25px; width: auto!important; min-width: 40px; height: 40px; line-height: 40px; float: right; } .myAlert-ok, .myAlert-cancel, .myAlertSubmitAltBtn { padding: 0px 10px; } .myAlert-ok, .myAlert-extra, .myAlertSubmitAltBtn { background: #97BF0D; color: #FFF; } .myAlert-cancel { background: #E85422; color: #FFF; } .myAlert-ok > span[class^="awe-"], .myAlert-cancel > span[class^="awe-"], .myAlert-extra > span[class^="awe-"], .myAlertSubmitAltBtn > span[class^="awe-"] { display: block; width: 100%; height: inherit; line-height: inherit; text-align: center; font-size: 20px; } .myAlert-extra > span[class^="awe-"] { line-height: 43px; } .myAlert-ok:hover, .myAlert-ok:focus, .myAlert-ok:active, .myAlertSubmitAltBtn:hover, .myAlertSubmitAltBtn:focus, .myAlertSubmitAltBtn:active, .myAlert-extra:hover, .myAlert-extra:focus, .myAlert-extra:active, .myAlert-cancel:hover, .myAlert-cancel:focus, .myAlert-cancel:active { opacity: 1; } .myAlert-buttons .btn.extra { float: left; } .myAlert [name] + [name] { margin-top: 10px; } .myAlert .myAlert-prompt > div, .myAlert .myAlert-prompt .inputWrapper > div { overflow: hidden; } .myAlert .myAlert-prompt > div > label:not(.checkbox), .myAlert .myAlert-prompt .inputWrapper > div > label:not(.checkbox) { width: 50%; float: left; background-color: #666; box-sizing: border-box; } .myAlert .myAlert-prompt .inputWrapper > div.hoverEffect:hover > label:not(.checkbox), .myAlert .myAlert-prompt .inputWrapper > div.hoverEffect:hover > label:not(.checkbox) + * { background-color: #CCC; color: #000; } .myAlert .myAlert-prompt > div > label:not(.checkbox) > span, .myAlert .myAlert-prompt .inputWrapper > div > label:not(.checkbox) > span{ padding: 0 10px; } .myAlert .myAlert-prompt > div > label:not(.checkbox) + *, .myAlert .myAlert-prompt .inputWrapper > div > label:not(.checkbox) + * { width: 50%; float: right; } form.myAlert div.valid, form.myAlert div.invalid { position: relative; } form.myAlert div > .myAlertFormCheckSpan { position: absolute; top: 0!important; right: 0!important; color: #E85422; height: 25px; line-height: 25px; width: 20px; text-align: center; font-size: 18px; } form.myAlert div.valid > .myAlertFormCheckSpan { color: #97BF0D; } .myAlertInfo { display: block; font-size: 11px; margin-top: 1rem; } .myAlertFormInfo { padding-left: 10px; } .myAlert .table-default td { background-color: #333; } .myAlert .table-default tr.sh, .myAlert .table-default tr.sh * { color: #333!important; } .myAlert .table-default + .table-default { margin-top: 10px; } .myAlert .table-default a { color: #FFF!important; text-decoration: none!important; } .myAlert .checkbox > input { display: none!important; } .myAlert.topActions { height: 75vh; overflow-y: visible; } .myAlert.topActions.autoHeight { height: auto!important; } .myAlert.topActions .myAlert-prompt { margin-bottom: 0; height: calc(75vh - 40px)!important; overflow-y: auto; } .myAlert.topActions.autoHeight .myAlert-prompt { height: auto!important; } .myAlert.topActions .myAlert-buttons { position: absolute; top: 0; right: -40px; width: 40px; } .myAlert.topActions .myAlertSubmitAltBtn { position: absolute; top: 0; right: -40px; padding: 0!important; } .myAlert .iconInput { position: relative; padding-left: 30px; } .myAlert .iconInput.right { position: relative; padding-left: 0px; padding-right: 30px; } .myAlert .iconInput > span:first-child { position : absolute; top: 0; left: 0; bottom: 0; width: 30px; text-align: center; line-height: 30px; font-size: 16px; background-color: #FFF; } .myAlert .iconInput.right > span:first-child { left: auto; right: 0; } .myAlert .iconInput * { border: none; } .myAlertBlockLabel { height: 30px; line-height: 30px; text-align: center; background-color: #000; } .myAlert.saveButton .myAlert-ok > span::before { content: "\f0c7"!important; } .myAlertCheckbox { box-sizing: border-box; height: 30px; line-height: 30px; padding-left: 40px; padding-right: 10px; position: relative; background-color: #000; float: none!important; display: block; background-color: transparent!important; width: 100%!important; } .myAlertCheckbox, .myAlertCheckbox * { height: 30px; line-height: 30px; } .myAlertCheckbox input { display: none!important; } .myAlertCheckbox:nth-child(2n) { background-color: #444; } .myAlertCheckbox input + span { padding: 0!important; } .myAlertCheckbox input + span::before { font-family: FontAwesome!important; content: "\f00d"; position: absolute; top: 0; left: 0; bottom: 0; height: 30px; line-height: 30px; width: 30px; color: #FFF; font-size: 16px; text-align: center; background-color: rgba(255,255,255,0.2); } .myAlertCheckbox input:checked + span::before { content: "\f00c"; } .myAlert .myAlert-input.required + .myAlertFormCheckSpan { width: 40px; height: 40px; line-height: 40px; background-color: rgba(0,0,0,0.1); font-size: 20px; } .myAlert select, .myAlert input[type="text"] { height: 40px; line-height: 40px; border: none; margin: 0; } .myAlert .loading:not(input) { min-height: 70px !important; line-height: 70px !important; text-align: center; } .myAlert .loading:not(input) > span { display: block; width: 70px; height: 70px; border: 6px solid rgba(100,100,100,.3); border-radius: 50%; border-top-color: #E85422; animation: spin 1s ease-in-out infinite; -webkit-animation: spin 1s ease-in-out infinite; margin: 20px auto; }  .myAlert [data-action="getAutoTrans"] { width: 40px; height: 40px; line-height: 40px; font-size: 20px; background-color: blue; background-color: #4B80D2; text-align: center; overflow: hidden; cursor: pointer; } .myAlert [data-action="getAutoTrans"]::before { display: block; content: "\f1ab"; width: 40px; height: 40px; line-height: 40px; text-align: center; font-family: FontAwesome !important; font-size: 20px; } .myAlert [data-action="getAutoTrans"].waiting::before { content: "\f252"; } .myAlert.autoTransInProgress .myAlert-ok { position: absolute; top: 0; visibility: hidden; pointer-events: none; } .myAlert.autoTransInProgress input[name], .myAlert.autoTransInProgress .myRedactorWrapper [contenteditable] { pointer-events: none; }  .myAlert { & .myAlertInfoBlock { & > * { background-color: rgba(255,255,255, 0.2); padding: .5rem; } & + * { margin-top: 1rem; } } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } 
body { background-color: #EFEFEF!important; } .loginBox { background-color: #FFF; padding-top: 40px; position: relative; } .loginBox header { font-size: 14px; text-align: center; background-color: #CCC; position: absolute; top: 0; left: 0; right: 0; height: 40px; line-height: 40px; width: auto; } .loginBox header > span { padding: 0 10px; } .module.login .flex_2 { max-width: 300px; } .module.login .flex_2 .loginBox .content_contact_default_info_image { width: 300px; height: 300px; padding: 0; } #headerLogoContainer { display: block!important; } section#wrapper { padding: 0!important; } .container.login { width: 50%; min-width: 720px; } .container.login header, [data-module_name="login"] form { width: 100%; max-width: 100%; display: block; margin: 0 auto; overflow: hidden; } [data-module_name="login"] { & select, & [name], & .btn { & + *, &.btn { margin-top: 10px; } &#langSelect, &[name] { border: none!important; background-color: #EFF4C4!important; padding: 0 10px; } } & form { padding: 10px; box-sizing: border-box; } } [data-module_name="login"] form select { border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='50' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat; background-size: 12px; background-position: calc(100% - 10px) center; background-repeat: no-repeat; } [data-module_name="login"] form input, [data-module_name="login"] form select { background-color: #FFF!important; } [data-module_name="login"] form input, [data-module_name="login"] form select, [data-module_name="login"] form .btn { font-size: 14px!important; min-height: 35px!important; line-height: 35px!important; } .content_contact_info_column { margin: 0 auto; } .content_contact_info_column h2 { text-align: center; color: #999; } .content_contact_info_column .content_contact_default_info_image { position: relative; padding-bottom: 200px; background-position: center center; background-repeat: no-repeat; background-size: cover; } .content_contact_info_column .content_contact_default_info_image + div { padding: 0.5rem 1rem; } .content_contact_info_column .content_contact_default_info_image + div [data-key="fax"], .content_contact_info_column .content_contact_default_info_image + div [data-key="address"] { display: none; } #passwordResetContainer { margin-top: 10px; } #passwordResetContainer div { position: relative; } .myForm input.hasError {} .myForm .help-block.error { line-height: 32px; background-color: #E85422!important; font-size: 20px!important; } 
