popup.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. body {
  2. background-color: #ededed;
  3. width: 550px;
  4. height: 100.1%;
  5. margin: 0 auto;
  6. padding: 0;
  7. overflow-x: hidden !important;
  8. overflow-y: scroll !important;
  9. font-family: 'Open Sans', sans-serif;
  10. font-size: .7em;
  11. }
  12. #wrapper {
  13. width: 100%;
  14. padding: 0 0 40px 0;
  15. }
  16. #labelChooserBanner {
  17. position: relative;
  18. display: none;
  19. height: auto;
  20. width: 100%;
  21. margin: 0;
  22. padding: 0;
  23. background-color: #8f392b;
  24. color: #FFF;
  25. font-size: 1.1em;
  26. }
  27. #labelChooserBanner>.labelChooserText {
  28. margin-right: 20px;
  29. padding: 3px 5px;
  30. }
  31. #labelChooserBanner>.labelChooserText>span {
  32. font-weight: bold;
  33. }
  34. #labelChooserBanner>.labelChooserText>a {
  35. color: #FFF;
  36. }
  37. #labelChooserBanner>.labelChooserClose {
  38. position: absolute;
  39. top: 0;
  40. right: 0;
  41. padding: 5px;
  42. font-size: 1.3em;
  43. cursor: pointer;
  44. color: #EDEDED;
  45. }
  46. #newCookie, #pasteCookie {
  47. display: none;
  48. }
  49. #newCookieFromString {
  50. display: none;
  51. visibility: hidden;
  52. }
  53. #cookieFilter {
  54. display: none;
  55. }
  56. .filteredBy {
  57. color: red;
  58. font-weight: bold;
  59. max-width: 250px;
  60. overflow: hidden;
  61. }
  62. .filterInput {
  63. float: left;
  64. width: 5%;
  65. margin: -2px 5px 0 10px;
  66. }
  67. .input {
  68. width: 99%;
  69. padding: 2px;
  70. }
  71. .checkbox {
  72. vertical-align: middle;
  73. }
  74. .searchCondition {
  75. width: 100%;
  76. padding: 5px;
  77. margin: 0px 0 0px 0;
  78. text-overflow: ellipsis;
  79. font-weight: bold;
  80. }
  81. #searchBox {
  82. float: right;
  83. z-index: 1000;
  84. }
  85. #searchField {
  86. display: none;
  87. position: fixed;
  88. top: 1px;
  89. margin-left: -101px;
  90. width: 100px;
  91. z-index: 1000;
  92. }
  93. #submitFiltersDiv {
  94. float: right;
  95. height: 30px;
  96. right: 15px;
  97. top: 10px;
  98. }
  99. #submitFiltersButton {
  100. display: none;
  101. }
  102. #submitDiv {
  103. position: fixed;
  104. display: none;
  105. right: 0;
  106. bottom: 0;
  107. left: 0;
  108. width: 100%;
  109. height: 35px;
  110. text-align: center;
  111. background-color: #ededed;
  112. border-top: 1px solid #525252;
  113. }
  114. .submitDivSepWindow {
  115. position: relative !important;
  116. bottom: 0 !important;
  117. }
  118. #helpButton {
  119. position: absolute;
  120. width: 50px;
  121. margin: 10px 0 0 -55px;
  122. right: 10px;
  123. text-align: right;
  124. color: #000;
  125. }
  126. #helpButton:hover {
  127. color: #3B3B3B;
  128. }
  129. #submitButton {
  130. width: auto;
  131. height: auto;
  132. margin: 0;
  133. padding: 0 20px;
  134. cursor: pointer;
  135. text-align: center;
  136. font-size: 3.3em;
  137. color: #008000;
  138. }
  139. #submitButton:hover {
  140. color: #009300;
  141. }
  142. .clearDiv {
  143. cursor: pointer;
  144. float: right;
  145. margin-right: 3px;
  146. margin-top: -10px;
  147. }
  148. .searchResult {
  149. background: none!important;
  150. background-color: #4DFFA3!important;
  151. }
  152. .highlight {
  153. color: black;
  154. font-weight: bold;
  155. }
  156. #alert_wrapper {
  157. position: fixed;
  158. display: none;
  159. width: 100%;
  160. height: 100%;
  161. left: 0;
  162. top: 0;
  163. bottom: 0;
  164. right: 0;
  165. z-index: 1000;
  166. }
  167. #alert_background {
  168. position: absolute;
  169. background-color: #FFF;
  170. opacity: .8;
  171. width: 100%;
  172. height: 100%;
  173. }
  174. #alert_box {
  175. position: relative;
  176. width: 400px;
  177. height: 100px;
  178. margin: 10% auto 0 auto;
  179. font-size: 1.4em;
  180. text-align: center;
  181. padding: 10px 20px 10px 20px;
  182. background-color: #000;
  183. color: #FFF;
  184. }
  185. #alert_title {
  186. margin: 0 0 10px 0;
  187. word-wrap: break-word;
  188. }
  189. #alert_title_p {
  190. margin: 0;
  191. }
  192. #alert_buttons {
  193. margin: auto;
  194. width: 75%;
  195. }
  196. .alert_button {
  197. width: 45%;
  198. padding-top: 5px;
  199. padding-bottom: 5px;
  200. border-color: #C7C7C7;
  201. border-style: solid;
  202. border-width: 1px;
  203. cursor: pointer;
  204. }
  205. .alert_button:hover {
  206. background-color: #2a2a2a;
  207. }
  208. #alert_ok {
  209. float: left;
  210. }
  211. #alert_cancel {
  212. float: right;
  213. }
  214. .helper {
  215. visibility: hidden;
  216. margin-left: -9px;
  217. color: #b10000!important;
  218. cursor: help;
  219. font-weight: bold;
  220. }
  221. #cookieFilter .cookie-row>div {
  222. width: 150px !important;
  223. }
  224. .cmdText {
  225. height: 16px;
  226. }
  227. .value {
  228. resize: vertical;
  229. }
  230. .cookie_details_template {
  231. display: none;
  232. }
  233. .cookie-table {
  234. display: table;
  235. z-index: 10;
  236. margin-left: 35px;
  237. width: 92%;
  238. }
  239. .cookie-table>* {
  240. display: table-row;
  241. }
  242. .cookie-table>label {
  243. font-size: 1em;
  244. color: #383838;
  245. }
  246. .cookie-row {
  247. display: table;
  248. margin-left: 35px;
  249. width: 92%;
  250. }
  251. .cookie-row>* {
  252. display: table-cell;
  253. padding-right: 5px;
  254. vertical-align: middle;
  255. }
  256. .commands-table {
  257. display: table;
  258. z-index: 10;
  259. width: 100%;
  260. border-bottom: 1px solid #525252;
  261. color: #363636;
  262. table-layout: fixed;
  263. }
  264. .commands-row {
  265. display: table-row;
  266. width: 100%;
  267. text-align: center;
  268. }
  269. .commands-row>* {
  270. display: table-cell;
  271. width: 100%;
  272. padding: 0;
  273. vertical-align: middle;
  274. }
  275. .commands-row a {
  276. text-align: center;
  277. padding: 5px 10px;
  278. border-right: 1px solid #A1A1A1;
  279. cursor: pointer;
  280. }
  281. .commands-row a:last-child {
  282. border-right: 0px solid #A1A1A1;
  283. }
  284. .commands-row>a:hover {
  285. opacity: 0.8;
  286. }
  287. .commands-row a i {
  288. margin: 0;
  289. padding: 0;
  290. width: 100%;
  291. font-size: 1.8em;
  292. }
  293. .commands-row>a>span {
  294. font-size: 1em;
  295. line-height: 1em;
  296. display: none;
  297. }
  298. .commands-row-texy>a {
  299. vertical-align: top;
  300. }
  301. .commands-row-texy>a>i {
  302. padding-bottom: 2px;
  303. }
  304. .commands-row-texy>a>span {
  305. display: block;
  306. }
  307. .vertical-commands-row {
  308. display: table;
  309. vertical-align: middle;
  310. margin-top: -13px;
  311. margin-bottom: -100px;
  312. width: 30px;
  313. padding: 0;
  314. }
  315. .vertical-commands-row>* {
  316. height: 2.3em;
  317. width: 30px;
  318. display: table-row;
  319. text-align: left;
  320. cursor: pointer;
  321. }
  322. .vertical-commands-row>a:hover {
  323. opacity: 0.8;
  324. }
  325. .vertical-commands-row>*>* {
  326. padding: 5px;
  327. width: 30px;
  328. font-size: 1.8em;
  329. }
  330. .fa:not(.fa-spin) {
  331. padding-right: 1px;
  332. padding-left: 5px;
  333. width: 14px;
  334. height: 18px;
  335. }
  336. .error {
  337. width: 100%;
  338. color: red;
  339. font-size: 1.1em;
  340. text-align: left !important;
  341. }
  342. .toast {
  343. display: none;
  344. position: fixed;
  345. z-index: 4000;
  346. background-color: #4D4D4D;
  347. color: #FFF;
  348. border-radius: 5px;
  349. font-size: 1.5em;
  350. padding: 7px;
  351. width: auto;
  352. top: 10%;
  353. left: 50%;
  354. }
  355. #loader-container {
  356. z-index: 1000;
  357. position: absolute;
  358. top: 0;
  359. bottom: 0;
  360. left: 0;
  361. right: 0;
  362. text-align: center;
  363. padding-top: 15px;
  364. background-image: url('/img/transparent_white_60.png');
  365. }
  366. #loader-container i {
  367. z-index: 1001;
  368. color: #222;
  369. }
  370. #noCookies {
  371. display: none;
  372. width: 100%;
  373. margin-top: 50px;
  374. text-align: center;
  375. font-size: 1.6em;
  376. font-weight: bold;
  377. }
  378. .unselectable {
  379. -moz-user-select: -moz-none;
  380. -khtml-user-select: none;
  381. -webkit-user-select: none;
  382. -o-user-select: none;
  383. user-select: none;
  384. }
  385. .error {
  386. color: #ff0000 !important;
  387. font-weight: bold;
  388. }