main.css 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063
  1. /**
  2. * selectize.css (v0.12.6)
  3. * Copyright (c) 2013–2015 Brian Reavis & contributors
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
  6. * file except in compliance with the License. You may obtain a copy of the License at:
  7. * http://www.apache.org/licenses/LICENSE-2.0
  8. *
  9. * Unless required by applicable law or agreed to in writing, software distributed under
  10. * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
  11. * ANY KIND, either express or implied. See the License for the specific language
  12. * governing permissions and limitations under the License.
  13. *
  14. * @author Brian Reavis <brian@thirdroute.com>
  15. */
  16. .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  17. visibility: visible !important;
  18. background: #f2f2f2 !important;
  19. background: rgba(0, 0, 0, 0.06) !important;
  20. border: 0 none !important;
  21. -webkit-box-shadow: inset 0 0 12px 4px #fff;
  22. box-shadow: inset 0 0 12px 4px #fff;
  23. }
  24. .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  25. content: '!';
  26. visibility: hidden;
  27. }
  28. .selectize-control.plugin-drag_drop .ui-sortable-helper {
  29. -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  30. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  31. }
  32. .selectize-dropdown-header {
  33. position: relative;
  34. padding: 5px 8px;
  35. border-bottom: 1px solid #d0d0d0;
  36. background: #f8f8f8;
  37. -webkit-border-radius: 3px 3px 0 0;
  38. -moz-border-radius: 3px 3px 0 0;
  39. border-radius: 3px 3px 0 0;
  40. }
  41. .selectize-dropdown-header-close {
  42. position: absolute;
  43. right: 8px;
  44. top: 50%;
  45. color: #303030;
  46. opacity: 0.4;
  47. margin-top: -12px;
  48. line-height: 20px;
  49. font-size: 20px !important;
  50. }
  51. .selectize-dropdown-header-close:hover {
  52. color: #000000;
  53. }
  54. .selectize-dropdown.plugin-optgroup_columns .optgroup {
  55. border-right: 1px solid #f2f2f2;
  56. border-top: 0 none;
  57. float: left;
  58. -webkit-box-sizing: border-box;
  59. -moz-box-sizing: border-box;
  60. box-sizing: border-box;
  61. }
  62. .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  63. border-right: 0 none;
  64. }
  65. .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  66. display: none;
  67. }
  68. .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  69. border-top: 0 none;
  70. }
  71. .selectize-control.plugin-remove_button [data-value] {
  72. position: relative;
  73. padding-right: 24px !important;
  74. }
  75. .selectize-control.plugin-remove_button [data-value] .remove {
  76. z-index: 1;
  77. /* fixes ie bug (see #392) */
  78. position: absolute;
  79. top: 0;
  80. right: 0;
  81. bottom: 0;
  82. width: 17px;
  83. text-align: center;
  84. font-weight: bold;
  85. font-size: 12px;
  86. color: inherit;
  87. text-decoration: none;
  88. vertical-align: middle;
  89. display: inline-block;
  90. padding: 2px 0 0 0;
  91. border-left: 1px solid #d0d0d0;
  92. -webkit-border-radius: 0 3px 3px 0;
  93. -moz-border-radius: 0 3px 3px 0;
  94. border-radius: 0 3px 3px 0;
  95. -webkit-box-sizing: border-box;
  96. -moz-box-sizing: border-box;
  97. box-sizing: border-box;
  98. }
  99. .selectize-control.plugin-remove_button [data-value] .remove:hover {
  100. background: rgba(0, 0, 0, 0.05);
  101. }
  102. .selectize-control.plugin-remove_button [data-value].active .remove {
  103. border-left-color: #cacaca;
  104. }
  105. .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  106. background: none;
  107. }
  108. .selectize-control.plugin-remove_button .disabled [data-value] .remove {
  109. border-left-color: #ffffff;
  110. }
  111. .selectize-control.plugin-remove_button .remove-single {
  112. position: absolute;
  113. right: 0;
  114. top: 0;
  115. font-size: 23px;
  116. }
  117. .selectize-control {
  118. position: relative;
  119. }
  120. .selectize-dropdown,
  121. .selectize-input,
  122. .selectize-input input {
  123. color: #303030;
  124. font-family: inherit;
  125. font-size: 13px;
  126. line-height: 18px;
  127. -webkit-font-smoothing: inherit;
  128. }
  129. .selectize-input,
  130. .selectize-control.single .selectize-input.input-active {
  131. background: #fff;
  132. cursor: text;
  133. display: inline-block;
  134. }
  135. .selectize-input {
  136. padding: 8px 8px;
  137. display: inline-block;
  138. width: 920px !important;
  139. min-width: 920px !important;
  140. max-width: 920px !important;
  141. height: 68px !important;
  142. overflow: hidden;
  143. overflow-y: auto;
  144. position: relative;
  145. z-index: 0;
  146. -webkit-box-sizing: border-box;
  147. -moz-box-sizing: border-box;
  148. box-sizing: border-box;
  149. margin-top: 225px;
  150. border: none !important;
  151. box-shadow: none !important;
  152. padding-top: 25px !important;
  153. text-align: left;
  154. background: #fff !important;
  155. border-radius: 3px !important;
  156. }
  157. .selectize-control.multi .selectize-input.has-items {
  158. padding: 6px 8px 3px;
  159. }
  160. .selectize-input.full {
  161. background-color: #fff;
  162. }
  163. .selectize-input.disabled,
  164. .selectize-input.disabled * {
  165. cursor: default !important;
  166. }
  167. .selectize-input.focus {
  168. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  169. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  170. }
  171. .selectize-input.dropdown-active {
  172. -webkit-border-radius: 3px 3px 0 0;
  173. -moz-border-radius: 3px 3px 0 0;
  174. border-radius: 3px 3px 0 0;
  175. }
  176. .selectize-input > * {
  177. vertical-align: baseline;
  178. display: -moz-inline-stack;
  179. display: inline-block;
  180. zoom: 1;
  181. *display: inline;
  182. }
  183. .selectize-control.multi .selectize-input > div {
  184. cursor: pointer;
  185. font-size: 14px;
  186. margin: 0 3px 3px 0;
  187. padding: 10px 6px;
  188. margin-top: -10px !important;
  189. padding-top: 10px !important;
  190. padding-bottom: 10px !important;
  191. background: #f2f2f2;
  192. color: #303030;
  193. border: 0 solid #d0d0d0;
  194. border-radius: 3px;
  195. }
  196. .selectize-control.multi .selectize-input > div.active {
  197. background: #e8e8e8;
  198. color: #303030;
  199. border: 0 solid #cacaca;
  200. }
  201. .selectize-control.multi .selectize-input.disabled > div,
  202. .selectize-control.multi .selectize-input.disabled > div.active {
  203. color: #7d7d7d;
  204. background: #ffffff;
  205. border: 0 solid #ffffff;
  206. }
  207. .selectize-input > input {
  208. display: inline-block !important;
  209. padding: 0 !important;
  210. min-height: 0 !important;
  211. max-height: none !important;
  212. max-width: 100% !important;
  213. margin: 0 2px 0 0 !important;
  214. text-indent: 0 !important;
  215. border: 0 none !important;
  216. background: none !important;
  217. line-height: inherit !important;
  218. -webkit-user-select: auto !important;
  219. -webkit-box-shadow: none !important;
  220. box-shadow: none !important;
  221. }
  222. .selectize-input > input::-ms-clear {
  223. display: none;
  224. }
  225. .selectize-input > input:focus {
  226. outline: none !important;
  227. }
  228. .selectize-input::after {
  229. content: ' ';
  230. display: block;
  231. clear: left;
  232. }
  233. .selectize-input.dropdown-active::before {
  234. content: ' ';
  235. display: block;
  236. position: absolute;
  237. background: #f0f0f0;
  238. height: 1px;
  239. bottom: 0;
  240. left: 0;
  241. right: 0;
  242. }
  243. .selectize-dropdown {
  244. position: absolute;
  245. z-index: 900;
  246. border: 1px solid #d0d0d0;
  247. background: #fff;
  248. margin: -1px 0 0 0;
  249. border-top: 0 none;
  250. -webkit-box-sizing: border-box;
  251. -moz-box-sizing: border-box;
  252. box-sizing: border-box;
  253. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  254. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  255. -webkit-border-radius: 3px 3px 3px 3px;
  256. -moz-border-radius: 3px 3px 3px 3px;
  257. border-radius: 3px 3px 3px 3px;
  258. margin-top: -15px;
  259. }
  260. .selectize-dropdown [data-selectable] {
  261. cursor: pointer;
  262. overflow: hidden;
  263. }
  264. .selectize-dropdown [data-selectable] .highlight {
  265. background: rgba(125, 168, 208, 0.2);
  266. -webkit-border-radius: 3px;
  267. -moz-border-radius: 3px;
  268. border-radius: 3px;
  269. }
  270. .selectize-dropdown .option,
  271. .selectize-dropdown .optgroup-header {
  272. padding: 5px 8px;
  273. }
  274. .selectize-dropdown .option,
  275. .selectize-dropdown [data-disabled],
  276. .selectize-dropdown [data-disabled] [data-selectable].option {
  277. cursor: inherit;
  278. opacity: 0.5;
  279. }
  280. .selectize-dropdown [data-selectable].option {
  281. opacity: 1;
  282. }
  283. .selectize-dropdown .optgroup:first-child .optgroup-header {
  284. border-top: 0 none;
  285. }
  286. .selectize-dropdown .optgroup-header {
  287. color: #303030;
  288. background: #fff;
  289. cursor: default;
  290. }
  291. .selectize-dropdown .active {
  292. background-color: #f5fafd;
  293. color: #495c68;
  294. }
  295. .selectize-dropdown .active.create {
  296. color: #495c68;
  297. }
  298. .selectize-dropdown .create {
  299. color: rgba(48, 48, 48, 0.5);
  300. }
  301. .selectize-dropdown-content {
  302. overflow-y: auto;
  303. overflow-x: hidden;
  304. max-height: 195px;
  305. -webkit-overflow-scrolling: touch;
  306. width: 99%;
  307. }
  308. .selectize-control.single .selectize-input,
  309. .selectize-control.single .selectize-input input {
  310. cursor: pointer;
  311. }
  312. .selectize-control.single .selectize-input.input-active,
  313. .selectize-control.single .selectize-input.input-active input {
  314. cursor: text;
  315. }
  316. .selectize-control.single .selectize-input:after {
  317. content: ' ';
  318. display: block;
  319. position: absolute;
  320. top: 50%;
  321. right: 15px;
  322. margin-top: -3px;
  323. width: 0;
  324. height: 0;
  325. border-style: solid;
  326. border-width: 5px 5px 0 5px;
  327. border-color: #808080 transparent transparent transparent;
  328. }
  329. .selectize-control.single .selectize-input.dropdown-active:after {
  330. margin-top: -4px;
  331. border-width: 0 5px 5px 5px;
  332. border-color: transparent transparent #808080 transparent;
  333. }
  334. .selectize-control.rtl.single .selectize-input:after {
  335. left: 15px;
  336. right: auto;
  337. }
  338. .selectize-control.rtl .selectize-input > input {
  339. margin: 0 4px 0 -2px !important;
  340. }
  341. .selectize-control .selectize-input.disabled {
  342. opacity: 0.5;
  343. background-color: #fafafa;
  344. }
  345. #mobile_search_wrap {
  346. display: none;
  347. }
  348. /*Main sugession manager*/
  349. .sugessionWrap {
  350. margin: 0 auto;
  351. display: block;
  352. width: 1012px;
  353. max-width: 1012px;
  354. overflow: hidden;
  355. height: auto;
  356. max-height: 58px;
  357. min-height: 58px;
  358. background-color: #fff;
  359. padding: 0px;
  360. padding-bottom: 0px;
  361. margin-top: 250px;
  362. border-radius: 3px;
  363. border: solid 20px rgba(0,0,0,0.7);
  364. -webkit-background-clip: padding-box;
  365. background-clip: padding-box;
  366. }
  367. .sugessionTags {
  368. text-align: left;
  369. z-index: 99;
  370. display: inline-block;
  371. width: 335px;
  372. min-height: 35px;
  373. height: auto;
  374. max-height: none;
  375. padding-left: 9px;
  376. padding-top: 3px;
  377. margin-top: 10px;
  378. margin-left: 1px;
  379. background-color: #fff;
  380. cursor: text;
  381. color: #bbb;
  382. }
  383. .viewall {
  384. max-height: none !important;
  385. overflow: visible !important;
  386. width: 346px;
  387. margin-left: 0px;
  388. /*border-left: 1px solid #ccc;*/
  389. border-right: none;
  390. }
  391. .viewall .sugessionTag {
  392. margin-left: 8px;
  393. }
  394. .sugessionTag {
  395. display: inline-block;
  396. width: auto;
  397. height: auto;
  398. background-color: #ccc;
  399. padding: 5px;
  400. color: #222;
  401. text-align: left;
  402. margin: 5px;
  403. border-radius: 3px;
  404. }
  405. .howmany {
  406. display: inline-block;
  407. width: auto;
  408. height: 25px;
  409. padding: 10px;
  410. color: #222;
  411. text-align: left;
  412. margin: 5px;
  413. border-radius: 3px;
  414. background-color: white !important;
  415. padding-left: 90px;
  416. position: absolute;
  417. z-index: 99999;
  418. display: none;
  419. right: -10px;
  420. top: 5px;
  421. }
  422. .counterhowmany {
  423. display: inline;
  424. font-size: inherit;
  425. }
  426. .sugessionTag a {
  427. color: black;
  428. text-decoration: none;
  429. }
  430. .sugessionInput {
  431. display: inline-block;
  432. width: 97% !important;
  433. height: 47px;
  434. margin-top: -4px;
  435. padding-left: 18px;
  436. border: none;
  437. background-color: #fff;
  438. outline: none;
  439. font-size: 14px;
  440. margin-left: -9px;
  441. }
  442. .ertekesites-label {
  443. font-size: 14px;
  444. position: relative;
  445. top: -1px;
  446. }
  447. .sugessionInput:focus{
  448. outline: none;
  449. }
  450. .sugessionLayer {
  451. display: none;
  452. position: absolute;
  453. border-top: 1px solid #ccc;
  454. width: 355px;
  455. /*left: -1px;*/
  456. left: 0px;
  457. height: auto;
  458. min-height: 68px;
  459. background-color: #fff;
  460. padding: 0px;
  461. margin-left: 0px;
  462. /*margin-top: -4px;*/
  463. margin-top: 0px;
  464. z-index: 99;
  465. /*border-left: solid 1px #ccc;
  466. border-right: 1px solid #ccc;*/
  467. /*border-bottom: 1px solid #ccc;*/
  468. }
  469. .suggestSubmit {
  470. display: inline-block;
  471. font-size: 16px;
  472. font-weight: 500;
  473. font-style: normal;
  474. font-stretch: normal;
  475. line-height: normal;
  476. letter-spacing: normal;
  477. color: #ffffff;
  478. font-family: 'Open Sans' !important;
  479. background-color: #2eac59 !important;
  480. height: 58px !important;
  481. width: 58px;
  482. padding-left: 0px;
  483. padding-right: 0px;
  484. margin-top: 0px;
  485. margin-right: 0px;
  486. float: right;
  487. -webkit-border-radius: 0px;
  488. border-radius: 0px;
  489. }
  490. .show-fixed {
  491. float: left;
  492. }
  493. .show-maximized {
  494. width: 335px;
  495. max-height: 35px;
  496. overflow: hidden;
  497. border: 0;
  498. }
  499. .hide-maximized {
  500. max-height: none !important;
  501. overflow: visible !important;
  502. }
  503. .brd {
  504. border-right: solid 1px #ccc;
  505. }
  506. /*.hidden-overlow {
  507. display: inline-block;
  508. float: left;
  509. margin-left: 10px;
  510. max-width: 310px;
  511. min-width: 310px;
  512. width: 310px;
  513. overflow: hidden;
  514. border: solid 1px #ccc;
  515. -webkit-border-radius: 10px;
  516. -moz-border-radius: 10px;
  517. border-radius: 10px;
  518. -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  519. -webkit-mask-size: 100% 100%;
  520. }*/
  521. .hidden-overlow {
  522. display: block;
  523. position: absolute;
  524. margin-left: 10px;
  525. max-width: 350px;
  526. min-width: 350px;
  527. width: 350px;
  528. height: 58px;
  529. border-left: none;
  530. }
  531. .hidden-overlow-mobile {
  532. display: block;
  533. position: absolute;
  534. margin-left: 10px;
  535. height: 45px;
  536. border: solid 1px #ccc;
  537. -webkit-border-radius: 3px;
  538. -moz-border-radius: 3px;
  539. border-radius: 3px;
  540. /*-webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  541. -webkit-mask-size: 100% 100%;*/
  542. }
  543. .disable-overflow {
  544. overflow-x: unset !important;
  545. max-width: 350px !important;
  546. min-width: 350px !important;
  547. width: 350px !important;
  548. }
  549. .disable-overflow-mobile {
  550. overflow-x: unset !important;
  551. max-width: 87.8% !important;
  552. min-width: 87.8% !important;
  553. width: 87.8% !important;
  554. margin-top: 8px;
  555. background-color: white;
  556. }
  557. .placeholder {
  558. display: block;
  559. font-size: 14px;
  560. color: #aaa;
  561. padding-top: 9px;
  562. }
  563. .sg-close {
  564. color: #222;
  565. font-size: 16px;
  566. text-decoration: none;
  567. display: block;
  568. float: right;
  569. z-index: 1000;
  570. position: absolute;
  571. top: 8px;
  572. right: 12px;
  573. cursor: pointer;
  574. }
  575. .sugessionResultSet {
  576. width: 100%;
  577. height: auto;
  578. display: block;
  579. background-color: #fff;
  580. color: #222;
  581. }
  582. .sugessionLayer h4 {
  583. display: inline-block;
  584. float: left;
  585. width: auto;
  586. height: 20px;
  587. margin: 0px;
  588. margin-top: 0px;
  589. padding: 10px;
  590. background-color: #f7f7f7;
  591. font-size: 12px;
  592. font-weight: bold;
  593. color: #222;
  594. text-align: center;
  595. /*border-right: solid 1px #ccc;*/
  596. cursor: pointer;
  597. border-bottom: solid 1px #ccc;
  598. }
  599. .sugessionLayer h4:first-of-type {
  600. -webkit-border-top-left-radius: 0px;
  601. -moz-border-radius-topleft: 0px;
  602. border-top-left-radius: 0px;
  603. border-left: none !important;
  604. }
  605. .sugessionLayer h4:last-of-type {
  606. border-right: none;
  607. -webkit-border-top-left-radius: 0px;
  608. -moz-border-radius-topleft: 0px;
  609. border-top-left-radius: 0px;
  610. /*border-right: solid 1px #ccc;*/;
  611. border-right: none !important;
  612. }
  613. .sugessionLayer h4.sgActiveTab {
  614. background-color: #fff;
  615. border-bottom: none;
  616. border-right: solid 1px #ccc;
  617. border-left: solid 1px #ccc;
  618. color: #2eac59;
  619. }
  620. .nobord {
  621. border-right: none;
  622. /*padding-right: 18px !important;*/
  623. }
  624. .sugessionResultSet {
  625. width: 100%;
  626. float: left;
  627. /*border-top: solid 1px #ccc;*/
  628. }
  629. .sugessionResultSet table {
  630. width: 100%;
  631. border-collapse: collapse;
  632. margin-top: 15px;
  633. margin-bottom: 15px;
  634. }
  635. .sugessionResultSet table tr th {
  636. font-size: 12px;
  637. font-weight: bold;
  638. padding: 5px;
  639. background-color: #2eac59;
  640. color: #fff;
  641. }
  642. .sugessionResultSet table tr td {
  643. font-size: 12px;
  644. font-weight: 600;
  645. color: #222;
  646. cursor: pointer;
  647. padding: 5px;
  648. text-align: left;
  649. padding-left: 11px;
  650. }
  651. .sugessionResultSet table tr td:hover {
  652. color: #2eac59;
  653. }
  654. .sgSelect {
  655. display: inline-block;
  656. float: left;
  657. height: 64px;
  658. border-right: 1px #ccc;
  659. border-left: none;
  660. border-top: none;
  661. border-bottom: none;
  662. background-color: white;
  663. -webkit-border-radius: 3px;
  664. -moz-border-radius: 3px;
  665. border-radius: 3px;
  666. margin-left: 0px;
  667. padding: 5px;
  668. padding-top: 3px;
  669. color: #222;
  670. text-align: left;
  671. font-size: 14px;
  672. -webkit-appearance: none;
  673. -moz-appearance: none;
  674. outline: none;
  675. }
  676. .sgSelect:focus {
  677. outline: none;
  678. }
  679. .sgPriceBox, .sgSizeBox, .sgRoomBox, .sgPriceBoxMobil, .sgSizeBoxMobil, .sgRoomBoxMobil {
  680. width: 140px;
  681. height: 39px;
  682. display: inline-block;
  683. float: left;
  684. border-left: solid 1px #ccc;
  685. border-top: none;
  686. border-right: none;
  687. border-bottom: none;
  688. -webkit-border-radius: 0px;
  689. -moz-border-radius: 0px;
  690. border-radius: 0px;
  691. margin-left: 2px;
  692. padding: 5px;
  693. padding-top: 14px;
  694. color: #222;
  695. text-align: center;
  696. box-shadow: none;
  697. }
  698. .sgPriceBox span, .sgSizeBox span, .sgRoomBox span, .sgPriceBoxMobil span, .sgSizeBoxMobil span, .sgRoomBoxMobil span {
  699. display: inline;
  700. margin-right: 5px;
  701. margin-top: 3px;
  702. }
  703. .sgPriceBox small, .sgSizeBox small, .sgRoomBox small, .sgPriceBoxMobil small, .sgSizeBoxMobil small, .sgRoomBoxMobil small {
  704. display: inline-block;
  705. margin-right: 5px;
  706. margin-top: 8px;
  707. font-size: 14px;
  708. color: #2eac59;
  709. }
  710. .arbox, .sizebox, .szobabox {
  711. display: inline;
  712. width: 30px;
  713. height: 30px;
  714. font-size: 14px;
  715. color: #222;
  716. border: none;
  717. background-color: #fff;
  718. outline: none;
  719. text-align: center;
  720. }
  721. .radiogroup {
  722. display: inline-block;
  723. height: 50px;
  724. width: 65px;
  725. float: left;
  726. font-size: 12px;
  727. margin-top: 5px;
  728. }
  729. .angle {
  730. display: block;
  731. position: absolute;
  732. color: #2eac59;
  733. z-index: 999;
  734. margin-left: 160px;
  735. margin-top: 14px;
  736. }
  737. .angle i {
  738. color: #2eac59;
  739. }
  740. .angle2 {
  741. display: block;
  742. position: absolute;
  743. color: #2eac59;
  744. z-index: 999;
  745. margin-left: 520px;
  746. margin-top: 14px;
  747. }
  748. .angle2 i {
  749. color: #2eac59;
  750. }
  751. ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  752. color: rgb(160, 160, 160);
  753. opacity: 1; /* Firefox */
  754. }
  755. :-ms-input-placeholder { /* Internet Explorer 10-11 */
  756. color: rgb(160, 160, 160);
  757. }
  758. ::-ms-input-placeholder { /* Microsoft Edge */
  759. color: rgb(160, 160, 160);
  760. }
  761. #tipus {
  762. background-image: url('/uix/images/thicker.png');
  763. background-repeat: no-repeat;
  764. background-position-x: 93%;
  765. background-position-y: 28px;
  766. overflow: hidden;
  767. border-radius: 3px 0px 0px 0px;
  768. -moz-border-radius: 3px 0px 0px 0px;
  769. -webkit-border-radius: 3px 0px 0px 0px;
  770. border: none;
  771. height: 58px;
  772. padding: 0px;
  773. padding-top: 4px;
  774. }
  775. #tipus * {
  776. font-size: 14px;
  777. padding: 0px;
  778. border: none;
  779. box-shadow: none;
  780. }
  781. .justmobile {
  782. display: none !important;
  783. }
  784. .justdesktop {
  785. display: block;
  786. }
  787. #sgResKeywords table tr td {
  788. padding: 5px 10px;
  789. text-align: left;
  790. font-weight: bold;
  791. border-bottom: 1px solid #ccc;
  792. }
  793. .currency-label {
  794. float: right;
  795. color: #222 !important;
  796. }
  797. .size-metric {
  798. float: right;
  799. color: #222 !important;
  800. }
  801. .szoba-metric {
  802. float: right;
  803. color: #222 !important;
  804. }
  805. .size-label {
  806. float: left;
  807. padding-left: 15px;
  808. }
  809. .ar-label {
  810. float: left;
  811. padding-left: 15px;
  812. }
  813. .desktop-title {
  814. text-align: center;
  815. position: absolute;
  816. top: 45px;
  817. font-size: 45px !important;
  818. font-weight: 600 !important;
  819. width: 85% !important;
  820. max-width: 85% !important;
  821. min-width: 85% !important;
  822. padding-top: 150px !important;
  823. }
  824. #follow {
  825. display: block;
  826. width: 100%;
  827. height: 515px;
  828. background-color: #efefef;
  829. background-image: url('/uix/images/hand.png');
  830. background-repeat: no-repeat;
  831. background-size: contain;
  832. background-position-x: 20%;
  833. }
  834. #follow .follow-text {
  835. display: block;
  836. width: 50%;
  837. float: right;
  838. text-align: left;
  839. margin-top: 110px;
  840. }
  841. #follow .follow-text h3 {
  842. font-size: 32px;
  843. font-weight: 800;
  844. font-style: normal;
  845. font-stretch: normal;
  846. line-height: 1.28;
  847. letter-spacing: normal;
  848. color: #222222;
  849. margin-bottom: 25px;
  850. text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  851. }
  852. #follow .follow-text p {
  853. font-size: 16px;
  854. font-weight: 500;
  855. font-style: normal;
  856. font-stretch: normal;
  857. line-height: 1.56;
  858. letter-spacing: normal;
  859. color: #222222;
  860. margin: 0px;
  861. padding: 0px;
  862. margin-bottom: 35px;
  863. text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  864. }
  865. #follow .follow-text a {
  866. display: inline-block;
  867. font-size: 18px;
  868. font-weight: 500;
  869. color: #2aa253;
  870. text-decoration: none;
  871. margin-right: 20px;
  872. }
  873. #follow .follow-text a i {
  874. font-size: 48px;
  875. float: left;
  876. cursor: pointer;
  877. }
  878. #follow .follow-text a span {
  879. display: block;
  880. float: left;
  881. margin-top: 14px;
  882. margin-left: 10px;
  883. cursor: pointer;
  884. font-weight: bold;
  885. }
  886. #justopen {
  887. display: block;
  888. width: 100%;
  889. height: 195px;
  890. background-color: #2aa253;
  891. }
  892. #justopen .open-text {
  893. width: 75%;
  894. margin: 0 auto;
  895. padding-top: 20px;
  896. text-align: left;
  897. }
  898. #justopen .open-text h3 {
  899. font-size: 32px;
  900. font-weight: 800;
  901. font-style: normal;
  902. font-stretch: normal;
  903. line-height: 1.28;
  904. letter-spacing: normal;
  905. color: #fff;
  906. display: block;
  907. float: left;
  908. width: 50%;
  909. margin-left: 0px;
  910. margin-top: 40px;
  911. }
  912. #justopen .open-text p {
  913. font-size: 14px;
  914. font-weight: 500;
  915. font-style: normal;
  916. font-stretch: normal;
  917. line-height: 1.56;
  918. letter-spacing: normal;
  919. color: #fff;
  920. margin: 0px;
  921. padding: 0px;
  922. display: block;
  923. width: 50%;
  924. float: left;
  925. margin-top: 50px;
  926. }
  927. #justopen .open-text p a {
  928. font-size: 14px;
  929. font-weight: 800;
  930. color: #fff;
  931. text-decoration: underline;
  932. }
  933. #justopen .open-text p a:hover {
  934. color: #fff !important;
  935. text-decoration: none;
  936. }
  937. #sgResKeywordsMobile {
  938. overflow-y: scroll;
  939. max-height: 200px;
  940. }
  941. #gdpr {
  942. display: none;
  943. position: fixed;
  944. left: 0px;
  945. bottom: 0px;
  946. width: 100%;
  947. height: 40px;
  948. background-color: rgba(46,172,89,1);
  949. color: white;
  950. text-align: center;
  951. padding-top: 15px;
  952. z-index: 999;
  953. }
  954. .btn-accept {
  955. display: inline-block;
  956. margin: 0 auto;
  957. margin-left: 20px;
  958. height: 30px;
  959. width: auto;
  960. background-color: transparent;
  961. color: white;
  962. border: none;
  963. font-weight: bold;
  964. cursor: pointer;
  965. border: solid 1px white;
  966. }
  967. #gdprAccept {
  968. color: #fff;
  969. text-decoration: underline;
  970. }
  971. #gdprAccept:hover {
  972. color: #fff !important;
  973. text-decoration: none;
  974. }
  975. .cookie { width: 25px; display: inline-block; margin-top: 0px; vertical-align: middle; }
  976. @media screen and (min-width: 1024px) {
  977. }