/* #-- # Copyright (c) 2012+ Damjan Rems # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, copy, modify, merge, publish, # distribute, sublicense, and/or sell copies of the Software, and to # permit persons to whom the Software is furnished to do so, subject to # the following conditions: # # The above copyright notice and this permission notice shall be # included in all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #++ */ @import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"'); /* Web reset. Countributed by /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { /* line-height: 1; */ } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: separate; border-spacing: 0; } /* END */ body { font-family: Exo,arial,sans-serif; font-size: 14px; margin: 0; vertical-align: middle; color: #000; font-weight: 400; } button { font-family: Exo,arial,sans-serif; } textarea, input, select { color: #000; padding: 6px 4px; margin-left: 1px; border: 1px dashed #888;; border-radius: 2px; font: 14px Exo,arial,sans-serif; max-width: 100%; vertical-align: middle; } textarea:focus, input:focus, select:focus { border: 1px solid rgba(76,154,255, 1); outline: 1px solid rgba(76,154,255, 1); border-radius: 1px; } input[type=submit]:focus { outline: none; border: none; background-color: rgba(76,154,255, 1); color: #fff; } textarea[readonly], input[readonly], select[readonly] { background-color: #eee !important; border: 1px solid #ddd !important; } input.file { border: none; } select { background-color: #fff; } select option { /* not working outline: none;*/ } hr { background-color: #ccc; border: none; height: 2px; } .div { border: 0; padding: 0; } .normal { text-align: left; } td { vertical-align: middle; } th { padding: 4px; text-align: left; border-bottom: 2px solid #ddd; border-right: 2px solid #ddd; background: #ddd; color: #888; font-weight: bold; } th a:hover { color: #000;} img { vertical-align:bottom; } .dc-link a:link, .dc-link a:active, .dc-link a:visited, .dc-animate a:link, .dc-animate a:active, .dc-animate a:visited, .dc-result a:link, .dc-result a:active, .dc-result a:visited { color: #666; font-weight: 600; text-decoration: none; background: transparent; padding: 7px; } .dc-link a:hover, .dc-animate a:hover, .dc-result a:hover { background: #f8f8f8; transition: 0.3s; color: #000; } a.dc-animate:hover { color: #000; background: transparent;} .dc-link a img { border: none; } .dc-image-preview img { max-height: 2rem; padding-left: 0.5rem;} .dc-image-preview img:hover { cursor: zoom-in;} .text-with-select { width: 24px; } .no-borders { padding: 0; border-spacing: 0; } .td-spacer { width: 90%; font-size: 1px; border-bottom: 1px solid #eee; } .dc-result { width: 99.9%; padding: 0; border-spacing: 0; border-radius: 1px; /*background-color: #f9f9f9;*/ } .dc-result i { padding: 2px; font-size: 14px; vertical-align: initial; } .dc-result .dc-link-no { padding: 0; border: none; color: #bbb; background: transparent !important; } .dc-result .actions .dc-animate { padding: 0; } .dc-result-header { display: flex; /* background: linear-gradient(to bottom, #eee 0%, #e2e2e2 100%); */ } .dc-result-data { display: flex; } .dc-result-data .actions i { padding: 2px 1px; font-size: 1rem; } .dc-result-header .th { padding: 4px 3px; white-space: nowrap; overflow: hidden; font-weight: 600; color: #fff; background-color: #666; } .dc-result-header .th:last-child { flex-grow: 1; } .dc-result-header .spacer, .dc-result-data .spacer { width: 2px; /* font-size: 1.5em; margin: 0 0; padding: 4px 0; resize: both; /* border-left: 1px solid #ccc;*/ } .dc-result-header a:link, .dc-result-header a:visited { padding-left: 0; color: #fff; font-weight: 500; } .dc-result-data .td { padding: 5px 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: flex; align-items: center; } .dc-result-data .actions, .dc-result-header .actions { padding-right: 4px; display: flex; align-items: center; justify-content: center; white-space: nowrap; } .dc-result-header .actions { background-color: #666; } .dc-result-data .dc-link, .dc-result-data .dc-link-ajax { background: none; border: 1px solid transparent; } .dc-result-data .dc-link:hover, .dc-result-data .dc-link-ajax:hover { box-shadow: none; border: 1px solid transparent; } .dc-result-data .dc-link a:hover, .dc-result-data .dc-link-ajax a:hover { color: rgba(76,154,255, 1); } .dc-result-data:hover { background-color: #eee; box-shadow: inset 0 0 0 1px rgba(76,154,255, 1); } .dc-result-data.footer { border-top: 2px solid #222; color: #000; font-weight: bold; background-color: #ddd; } .dc-result-data a:hover { background-color: transparent; } .dc-menu { padding: 4px 0; display: inline-table; } .dc-menu li { display: inline-flex; margin-right: 3px; } #data-fields {margin: 5px;} .dc-link { font-weight: 600; color: #666; text-align: center; border-radius: 3px; background: transparent linear-gradient(to bottom, #fff 0%, #e2e2e2 100%); border: 1px solid #ddd; } .dc-link:hover { border: 1px solid rgba(76,154,255, 1); box-shadow: inset 0 0 0 1px rgba(76,154,255, 1); transition: 0.3s; color: #000; cursor: pointer; } .dc-link:hover a { color: #000; transition: 0.3s; } .dc-link div { padding: 7px 8px; } .dc-link-no { text-align: left; font-weight: 600; padding: 7px; vertical-align: bottom; border: 1px solid #ccc; border-radius: 3px; color: #777; text-shadow: 1px 1px #fff; background: #ddd !important; } .dc-link-ajax { text-align: left; font-weight: 600; padding: 8px 8px 6px; border-radius: 3px; color: #666; background: transparent linear-gradient(to bottom, #fff 0%, #e2e2e2 100%) repeat scroll 0% 0%; border: 1px solid #ddd; } .dc-link-ajax.with-link {padding: 7px} #cmsform .dc-link-ajax.with-link {padding: 0} .dc-link-ajax i, .dc-link-no i { padding: 1px 3px 0 0; } .dc-link-ajax:hover, .dc-action-submit:hover { cursor: pointer; background: #eee; border: 1px solid #bbb; border: 1px solid rgba(76,154,255, 1); box-shadow: inset 0 0 0 1px rgba(76,154,255, 1); transition: 0.3s; color: #000; } .dc-link-ajax:hover a { color: #000; background: transparent; cursor: pointer; transition: 0.3s; } .dc-link-img { padding: 3px; text-align: center; margin: 0; } .dc-link-img:hover { cursor: pointer; background-color: #ddd; } .dc-link-icon { padding: 3px; border-radius: 3px; background: transparent linear-gradient(to bottom, #fff 0%, #e2e2e2 100%) repeat scroll 0% 0%; border: solid 1px #ccc;; } .dc-link-selected { text-align: center; border:1px solid #888; padding:1px 5px 1px 5px; border-radius: 5px; box-shadow: inset 2px -2px 5px #aaa; } .dc-link-border { border:1px solid #eee; } .dc-inline-link { cursor: pointer; color: #222; padding: 5px 4px 4px; background: #fff; border: 2px solid #222; border-radius: 3px; } .dc-inline-link:hover { color: rgba(76,154,255, 1); border: 2px solid rgba(76,154,255, 1); } .skip-next { text-align: center; border:1px solid #888; padding:1px 4px 1px 4px; border-radius: 3px; box-shadow: 2px 2px 5px #aaa; width: 13px; margin-left: 350px; margin-top: 8px; margin-bottom: 5px; } .skip-next a:link, .skip-next a:active, .skip-next a:visited { color: #333; text-decoration: none; background: transparent;} .skip-next a:hover { text-decoration: none; color: #c43; } .dc-window-open { padding: 8px 7px 6px; } .dc-window-open i { padding-right: 4px; } .dc-window-open:hover { cursor: pointer; } .dc-link-submit { text-align: left; padding: 1px 8px 0.5px; /* Exo padding: 0 8px; */ border-radius: 3px; background-color: #eee; background: transparent linear-gradient(to bottom, #fff 0%, #e2e2e2 100%) repeat scroll 0% 0%; border: 1px solid #ddd; display: flex; align-items: center; } .dc-link-submit .fa { color: #666; } .dc-link-submit:hover .fa { color: #000; transition: 0.3s; } .dc-link-submit:hover { color: #000; border: 1px solid rgba(76,154,255, 1); box-shadow: inset 0 0 0 1px rgba(76,154,255, 1); transition: 0.3s; } .dc-link-submit:hover .dc-submit { color: #000; transition: 0.3s; } .dc-submit { text-decoration: none; border: none; color: #666; font-weight: 600; padding: 1px 2px 0; border-radius: 0; background: transparent; line-height: 30px; font-size: 14px; } .dc-submit:hover { cursor: pointer; text-decoration: none; color: #fff; } /* Pagination */ .dc-paginate .pagination { display: flex; } .dc-paginate .pagination span { border: solid 1px #ccc; margin-left: 1px; background: transparent linear-gradient(to bottom, #fff 0%, #e2e2e2 100%) repeat scroll 0% 0%; border-radius: 1px; } .dc-paginate .pagination span.page.gap { padding: 1px 4px 4px 4px; color: #aaa; } .dc-paginate .pagination span.next a, .dc-paginate .pagination span.last a, .dc-paginate .pagination span.prev a, .dc-paginate .pagination span.first a { padding: 3px 6px 4px 7px; } .dc-paginate .pagination span a { display: block; color: #666; padding: 4px 6px 3px 7px; text-decoration: none; } .dc-paginate .pagination span.page.current { padding: 4px 6px 3px 7px; } .dc-paginate .pagination span:hover > a { color: #000; } .dc-paginate .pagination span:hover { border: 1px solid rgba(76,154,255, 1); outline: 1px solid rgba(76,154,255, 1); } .dc-paginate .pagination .current { background: #666; color: #fff; border: 1px solid #666; } .dc-paginate .pagination .current:hover { outline: none; } .dc-title { font-weight: 600; font-size: 1.4em; color: #338; padding: 5px 1px; border-spacing: 0; margin: 0; background-color: #fff; } .dc-title .dc-paginate { float:right; padding-top: 4px; font-size: 0.8em; } .dc-title .dc-help { float:right; padding: 4px 0 0 4px; font-size: 1.1em; height: 1em; border: none; background: none; } .dc-form-frame { width: 99.9%; margin: 0; background-color: #fff; } .dc-form { width: 99.8%; padding: 4px 0 0; border: 1px solid #eee; border-radius: 2px; /*background-color: #fcfcfc; */ } .dc-form .row-div { display: flex; align-items: center; } .dc-form-info { padding: 8px; background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%); background-repeat: repeat-x; color: darkgreen; border: 1px solid #b2dba1; border-radius: 2px; margin: 2px 0; } .dc-form-warning { padding: 8px; background-image: linear-gradient(to bottom, #fcf8e3 0px, #f8efc0 100%); background-repeat: repeat-x; color: #c84; border: 1px solid #f5e79e; border-radius: 2px; margin: 2px 0; } .dc-form-error { padding: 8px; background-image: linear-gradient(to bottom, #f2dede 0px, #e7c3c3 100%); background-repeat: repeat-x; background-color: #f2dede; color: #a94442; border: 1px solid #dca7a7; border-radius: 2px; margin: 2px 0; } .dc-form-updates { display: none; } .field_with_errors { border: #a94442 2px solid; } .dc-form-label { color: #555; text-align: right; vertical-align: middle; font-weight: 600; padding: 10px 2px; width: 150px; } .dc-form-label label { padding: 0 0 2px 1px; } .dc-form-label-top { color: #555; text-align: right; vertical-align: middle; font-weight: bold; padding: 3px 5px; } .dc-form-label.dc-color-odd, .dc-form-label.dc-color-even {background-color: transparent;} .dc-form-field.dc-color-odd, .dc-form-field.dc-color-even {background-color: transparent;} .dc-align-left { text-align: left; } .dc-align-right { text-align: right; } .dc-form-field { text-align: left; padding: 3px 2px; z-index: 10; } .dc-form-field .action li { display: inline-flex; } .dc-number { text-align: right; } .dc-readonly { display: inline-block; font-size: 14px; font-weight: normal; color: #222; padding: 6px 4px; border: solid 1px #ddd;; background-color: #eee; border-radius: 2px; } .tree-select.dc-readonly { display: block; background-color: #eee; } .dc-color-odd { background-color: #fcfcfc; } .dc-color-even { background-color: #fcfcfc; } .dc-form-ul { padding: 2px 0; margin-top: 6px; margin-bottom: -3px; } .dc-width-0 {width: 0;} .dc-width-10 {width: 10%;} .dc-width-14 {width: 14%;} .dc-width-21 {width: 21%;} .dc-width-85 {width: 85%;} .dc-width-100 {width: 100%;} .dc-spinner { float:left; padding: 6px 0; display: none; } .dc-form-li { display:inline-block; white-space: nowrap; list-style: none; color: #fff; text-decoration: none; text-align: center; font-weight: 600; line-height: 1.2rem; padding:4px 15px; background: #e8e8e8; background: #666; margin-right: 2px; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-radius: 4px 4px 0 0; } .dc-form-li:hover, .dc-form-li-selected { cursor: pointer; color: #222; background: #fff; border-top: 3px solid rgba(76,154,255, 1); border-left: 1px solid #eee; border-right: 1px solid #eee; } .dc-odd { background-color: #f8f8f8; } .dc-even { background-color: #fff; } .dc-separator { margin: 5px 0; border-top: 1px solid #ddd; } /** Form head **/ .dc-head { padding: 3px 6px; font-size: 1.2em; line-height: 1.6em; font-weight: bold; background-color: #e5f2ff; background-color: rgba(76,154,255, 0.2); border: 1px dotted #ccc; } .dc-head .dc-row { display: flex; } .dc-head .dc-column { } .dc-head .text { font-weight: normal; } /*** CMS toggle button */ .cms-toggle { z-index: 1000000; position: fixed; top: 4px; left: 4px; padding: 4px; color: #fff; background-color: #000; font-weight: bold; font-size: 14px; box-shadow: 2px 2px 6px #666; border-radius: 3px; } .cms-toggle:hover { color: #000; background-color: #fff; cursor: pointer; } .cms-toggle.mode-1:before { font-family: 'FontAwesome'; content: '\f06e\20'; color: lightskyblue; } .cms-toggle.mode-2:before { font-family: 'FontAwesome'; content: '\f040\20'; color: lightcoral; } .dc-handle:before { font-family: 'FontAwesome'; content: '\f0dc\20'; color: #000; cursor: pointer; padding-top: 2px; font-size: 1.1em; } #cmsedit-div { font-family: Exo,Arial, sans-serif; font-size: 13px; line-height: 13px; } #cmsedit-div a:link, #cmsedit-div a:active, #cmsedit-div a:visited { color: #666; font-weight: bold; text-decoration: none; background: transparent; } #cmsedit-div a:hover { color: #000; } #cmsedit-div #record_select { border: 1px solid #aaa; border-radius: 2px; font-size: 1.2em; } /******* TOP MENU *********/ .cmsedit-top { width: 100%; background-color: #fff; border: 4px solid #fff; } .cmsedit-top #menu { padding: 4px 4px 8px 4rem; color: #666; background-color: #fff; border-bottom: 3px solid #666; } .cmsedit-top #menu a { margin-right: 5px; } .cmsedit-top #menu select#record_select { padding: 0; max-width: 300px; height: 26px; } .cmsedit-top #menu .fa {width: 20px;} .cmsedit-container { display: flex; width: 100%; background-color: #fff; } .cmsedit-container #menu { min-width: 20%; height: 100%; background-color: #fcfcfc; border: 1px solid #eee; border-radius: 1px; } .cmsedit-container #menu { display: inline-block; padding: 4px 0; margin: 4px; font-size: 14px; color: #222; font-weight: 600; } .cmsedit-container .fa { width: 26px; } .cmsedit-container #menu a { font-weight: normal; color: #666; } .cmsedit-container #menu ul { margin: 0 5px; line-height: 1.5rem; } .cmsedit-container #menu ul ul { margin: 0 0 0 0.5rem; } .cmsedit-container #menu li { list-style-type: none; padding: 2px; width: 100%; } .cmsedit-container #menu a:hover { font-weight: normal; color: #000; } .cmsedit-container #menu .cmsedit-top-level-menu:hover { cursor: pointer; } .cmsedit-container #menu li li:hover { background-color: #eee; padding: 2px 1px 2px 3px; } .cmsedit-container #menu ul li ul { display: none; } .default-table { width: 100%; padding: 0; border-spacing: 0; text-align: left; } /*** JOURNAL **/ .dc-journal {width: 99%; } .dc-journal div { padding: 4px;} .dc-comment { font-size: 1.1em; line-height: 1.4em; } /****** jquery ui-autocomplete widget ***************/ .ui-autocomplete-input { padding: 6px 6px 6px 12px; border-radius: 2px; } .dc-text-autocomplete { position: relative; } .dc-text-autocomplete input { border: 1px dashed #555; } .dc-text-autocomplete input+span:before { font-family: 'FontAwesome'; content: '\f002'; top: -4px; left: 4px; position: absolute; color: #666; font-weight: bold; font-size: 10px; } .filter_field .dc-text-autocomplete input+span:before {top: -16px;} .ui-autocomplete.ui-menu{ font-size: 1.1em; } .ui-autocomplete .ui-menu-item div { padding: 3px; border: 1px solid #fff; } .ui-autocomplete .ui-menu-item .ui-state-active { padding: 3px; background-color: #eee; border: solid 1px #ccc;; color: #000; } .ui-autocomplete-border { display: inline-block; border-radius: 2px; border: dashed 1px #555;; padding: 8px; background-color: #fff; } .ui-autocomplete-border .dc-text-autocomplete { margin-left: 4px; } .dc-red { color: #d99;} .dc-red:hover { color: #e66;} .dc-green { color: #9c9;} .dc-green:hover { color: #6a6;} .aui-corner-all { background-color: lightyellow; } #dc-login { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 1.2em; padding: 0 5em 1em 1em; border: 1px solid #669; box-shadow: 0 0 5px #666; } #dc-login h2 { font-weight: bold; font-size: 1.4em; } #dc-login .label { padding: 5px 0; } .div-hidden { display: none; } .drgcms_popmenu_class { padding:4px; position:absolute; background-color: #eee; border: solid 1px #ccc;; border-radius: 4px; z-index: 100; list-style-type: none; } .drgcms_popmenu_item { padding: 6px; border: 1px solid #eee; } .drgcms_popmenu_item:hover { background-color: white; border: 1px solid rgba(76,154,255, 1); box-shadow: inset 0 0 0 1px rgba(76,154,255, 1); border-radius: 2px; } .drgcms_sort { width: 22px; border: 0; background: none; height: 16px; padding: 0; } .iframe_embedded { padding: 4px; background-image: none; border-radius: 2px; border: 2px solid #666; background-color: #fff; } #iframe_edit, #iframe_cms { height: 1px; width: 100%; border: 0; margin-bottom: 0; overflow-x:hidden; } .clear-both { clear: both;} /******************* action-menu *********************/ #dc-action-menu { padding: 2px 0 6px 0; font-weight: bold; color: #666; display: inline-flex; } #dc-action-menu ul { list-style:none; padding: 0; /*margin: 8px 2px 4px 2px; */ line-height: 2.2rem; } .dc-action-menu { display: inline-table; } .dc-action-menu li { display:inline; position:relative; white-space: nowrap; list-style:none; padding: 7px; margin-right: 4px; border-radius: 3px; z-index: 1; background: transparent linear-gradient(to bottom, #fff 0%, #e2e2e2 100%) repeat scroll 0% 0%; /*border: 1px solid #ddd; */ } .dc-action-menu ul { margin: -3px 0 0 2px; position: absolute; left: -9999px; border-radius: 1px; line-height: 1.2em !important; } .dc-action-menu ul li { display: block; float: none; padding: 6px 10px; margin-right: 0; white-space: nowrap; background: #fff; border: 0; color: #888; } .dc-action-menu ul a { white-space:nowrap; padding: 7px; } .dc-action-menu li:hover ul { left:-3px; background-color: #fff; border: 1px solid #ccc; z-index: 1000000; } .dc-action-menu ul ul { } .dc-action-menu li:hover ul li a { /*color: #eee;*/ } .dc-action-menu li:hover ul li a:hover { color: #222; } .dc-action-menu li:hover ul li:hover { border: 0; background: #eee; } .menu-filter { min-width: 200px; max-width: 400px; } .menu-filter li { color: #888 !important; } .menu-filter li:hover { color: #000 !important; background-color: transparent; } .menu-filter hr {margin: 0;} .dc-action-menu .no-background { background: #fff; border: none; padding: 0; white-space: nowrap; } .dc-action-menu .no-background .label { padding-left: 4px; } .dc-action-menu .filter_field i { padding-right: 8px; } .dc-action-menu .filter_field i:hover { cursor: pointer; color: #ccc; } #popup { min-width: 50%; } #popup .dc-help { background: #fff; padding: 8px; max-height: 700px; overflow-y: auto; max-width: 800px; } #popup .dc-help h1 { background: darkred; color: #fff; font-weight: 700; padding: 4px } #popup .dc-help h2 { font-size: 1.4em; font-weight: 600; } #popup .dc-help h3 { font-size: 1.2em; font-weight: 600; } #popup .dc-help .help-body { padding: 4px } /* #popup .dc-help .help-tab { display: table; padding-top: 4px; border-bottom: 3px solid #000; margin: 8px 0; font-weight: 600; } */ #popup .dc-help .help-tab { display: table; margin: 8px 0 0; padding: 3px 12px; color: #fff; background: #444; border-radius: 5px 5px 0 0; font-weight: 600; } #popup .dc-help .help-tab-help { font-weight: 600; color: #fff; background: #666; padding: 3px 12px; } #popup .dc-help .help-field { display: flex; background-color: #eee; padding: 3px; } #popup .dc-help .help-field:nth-child(odd) { background-color: #f8f8f8; } #popup .dc-help .help-label { width: 25%; } #popup .dc-help .help-text { max-width: 75%; } #popup .dc-help .help-body { margin-top: 8px; border-top: 1px solid #222; padding-top: 8px; } #popup .dc-help .dc-link { display: inline-flex; } .filter-popup { background-color: #fff; box-shadow: 2px 2px 5px #666; } .filter-popup div { padding: 5px 10px; text-align: center; text-transform: uppercase; background-color: #222; color: #fff; } .filter-popup li { padding: 4px 8px; } .filter-popup li:hover { background-color: #aaa; color: #fff; cursor: pointer; } /************************** info popup *************************/ #dc-document-info { float: right; color: #888; font-size: 11px; } #dc-document-info:hover { color: rgba(76,154,255, 1); cursor: pointer; } #dc-document-info-popup { text-align: left; padding:4px; font-size: 0.9em; position:absolute; background-color: #f8f8f8; border: solid 1px #ccc;; border-radius: 2px; z-index: 100; } #dc-document-info-popup div span:first-child { display: inline-block; text-align: right; width: 80px; padding: 1px; } #dc-document-info-popup div span:last-child {font-weight: 600;} /************************** filter popup *************************/ #drgcms_filter { z-index:100; background: #fff; display: none; padding: 10px; } #drgcms_filter h1 { font-size: 1.8em; padding-top: 5px; border-bottom: 2px solid #669; color: #669; } #drgcms_filter .dc-menu { display: inline-flex; padding-bottom: 2px; } #drgcms_filter .dc-menu div { margin-right: 3px; padding: 9px 6px 7px 6px; } .tree-select { overflow-y: auto; max-width: 50%; background-color: #fff; padding: 10px; border: dashed 1px #666; margin-left: 1px; } /** Radio button input field **/ .dc-radio { padding: 6px 0 12px 0; display: inline-table; border: 1px dashed #666; margin-left: 1px; background-color: #fff; } .dc-radio div { font-size: 1.1em; padding: 8px; white-space: nowrap; } .dc-radio.dc-inline div { display: inline; } .dc-radio input { vertical-align: initial; margin: 6px 4px 0 0; } /****** MOBILE DEVICE *****/ @media only screen and (max-width: 600px) { .dc-form .row-div { display: block; } .dc-form-label { text-align: left; width: 100%; padding-bottom: 2px; white-space: nowrap; } .dc-form-li {margin-top: 3px;} .dc-menu li {margin-top: 2px;} .dc-width-10, .dc-width-14, .dc-width-21, .dc-width-85, .dc-width-100 {width: 100%;} } /******* Firefox only ********/ @-moz-document url-prefix() { .dc-submit { padding: 0 2px 1px; } }