5bc05a7e1d6a02d3a2ad7ab10d6a053f8036aee9.svn-base 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. .search-view-frame {
  2. background: #e5f1fd; /* Old browsers */
  3. background: -moz-linear-gradient(top, #e5f1fd 0%, #d3e9fe 100%); /* FF3.6+ */
  4. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f1fd), color-stop(100%,#d3e9fe)); /* Chrome,Safari4+ */
  5. background: -webkit-linear-gradient(top, #e5f1fd 0%,#d3e9fe 100%); /* Chrome10+,Safari5.1+ */
  6. background: -o-linear-gradient(top, #e5f1fd 0%,#d3e9fe 100%); /* Opera 11.10+ */
  7. background: -ms-linear-gradient(top, #e5f1fd 0%,#d3e9fe 100%); /* IE10+ */
  8. background: linear-gradient(to bottom, #e5f1fd 0%,#d3e9fe 100%); /* W3C */
  9. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f1fd', endColorstr='#d3e9fe',GradientType=0 ); /* IE6-9 */
  10. -webkit-border-radius: 5px 0 0 0;
  11. border-radius: 5px 0 0 0;
  12. border-left:1px solid #6082a6; border-top:1px solid #6082a6;
  13. height:100%;
  14. }
  15. .search-view-bg {
  16. background: #e5f1fd; /* Old browsers */
  17. background: -moz-linear-gradient(top, #e5f1fd 0%, #d3e9fe 100%); /* FF3.6+ */
  18. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f1fd), color-stop(100%,#d3e9fe)); /* Chrome,Safari4+ */
  19. background: -webkit-linear-gradient(top, #e5f1fd 0%,#d3e9fe 100%); /* Chrome10+,Safari5.1+ */
  20. background: -o-linear-gradient(top, #e5f1fd 0%,#d3e9fe 100%); /* Opera 11.10+ */
  21. background: -ms-linear-gradient(top, #e5f1fd 0%,#d3e9fe 100%); /* IE10+ */
  22. background: linear-gradient(to bottom, #e5f1fd 0%,#d3e9fe 100%); /* W3C */
  23. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f1fd', endColorstr='#d3e9fe',GradientType=0 ); /* IE6-9 */
  24. }
  25. .search-child-pop { height:550px; border:none !important; }
  26. .search-title {
  27. background: #8eb7e3; /* Old browsers */
  28. background: -moz-linear-gradient(top, #8eb7e3 1%, #8eb7e3 40%, #a5cbf0 100%); /* FF3.6+ */
  29. background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#8eb7e3), color-stop(40%,#8eb7e3), color-stop(100%,#a5cbf0)); /* Chrome,Safari4+ */
  30. background: -webkit-linear-gradient(left, #8eb7e3 1%,#8eb7e3 40%,#a5cbf0 100%); /* Chrome10+,Safari5.1+ */
  31. background: -o-linear-gradient(left, #8eb7e3 1%,#8eb7e3 40%,#a5cbf0 100%); /* Opera 11.10+ */
  32. background: -ms-linear-gradient(left, #8eb7e3 1%,#8eb7e3 40%,#a5cbf0 100%); /* IE10+ */
  33. background: linear-gradient(to top, #8eb7e3 1%,#8eb7e3 40%,#a5cbf0 100%); /* W3C */
  34. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb7e3', endColorstr='#a5cbf0',GradientType=1 ); /* IE6-9 */
  35. -webkit-border-radius: 5px 0 0 0;
  36. border-radius: 5px 0 0 0;
  37. padding:10px 10px 5px 15px;
  38. }
  39. .search-title span.search-text { display:block; float:left; padding-top:5px; color:#10386c; font-weight:bold; text-shadow: 1px 1px 0 #b0d2f5;}
  40. .search-field-box {
  41. border:1px solid #85abd0;
  42. padding:5px!important;
  43. margin:5px 0;
  44. background:#d2e8fd !important;
  45. -webkit-border-radius: 5px 0 0 0;
  46. border-radius: 5px 5px 5px 5px;
  47. -webkit-box-shadow: 1px 1px 0 0 rgba(190,214,240,20);
  48. box-shadow: 1px 1px 0 0 rgba(190,214,240,20);
  49. }
  50. ul.search-row-layout li { float:left; }
  51. /*ul.search-row-layout li.form-Box { width: 20px; padding-top:3px; } hcLee V14.1-V15.1 */
  52. ul.search-row-layout li.form-Box { width: 20px; }
  53. ul.search-row-layout li.form-label { min-width:60px; padding-left:2px; padding-top:1px; color:#000; font-size:14px; font-weight:bold; letter-spacing:-1px }
  54. ul.search-row-layout li.form-label .dx-field-label { width:100%!important; background:none!important; padding-left:0!important; line-height:inherit!important; height:inherit!important; }
  55. ul.search-row-layout li.form-field { float:right; width:150px; padding-top:3px; }
  56. ul.search-row-layout li.form-field > div { margin-bottom:2px }
  57. .search-view-frame .dx-field { background:none }
  58. .search-view {
  59. box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
  60. /*position: fixed;*/
  61. /*float: left;*/
  62. background-color: white;
  63. /*left: -290px;*/
  64. top: 50px;
  65. /*-moz-transition: left 0.2s;
  66. -o-transition: left 0.2s;
  67. -webkit-transition: left 0.2s;
  68. transition: left 0.2s;*/
  69. z-index: 102;
  70. /*min-height: 100%;*/
  71. border-top: 1px solid #d6d6d6;
  72. border-left: 1px solid #d6d6d6;
  73. font-family: "Segoe UI", "Helvetica Neue", Helvetica, Verdana, "san-serif";
  74. }
  75. .search-view-button {
  76. border-left: 1px solid #d6d6d6;
  77. height: 100%;
  78. width: 50px;
  79. float: right;
  80. cursor: pointer;
  81. -webkit-touch-callout: none;
  82. -webkit-user-select: none;
  83. -khtml-user-select: none;
  84. -moz-user-select: none;
  85. -ms-user-select: none;
  86. user-select: none;
  87. }
  88. .search-view-button:hover {
  89. background-color: #e0e0e0;
  90. }
  91. .search-view-button-on {
  92. background-color: #a4caef !important;
  93. }
  94. .search-view-button .search-view-button-image {
  95. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAMklEQVQ4y2P8z0AaYGIY+hoY658x8JGg/hPJNrAwqDAwkqD+Pxk23Bn1w4jwA+NIzKIAurQNnXPbBGQAAAAASUVORK5CYII=')/*../Images/Icons/menu.png*/;
  96. background-repeat: no-repeat;
  97. background-position: center;
  98. background-size: 24px 24px;
  99. height: 100%;
  100. cursor: pointer;
  101. }
  102. .search-view ul li {
  103. list-style-type: none;
  104. }
  105. /*.search-view > ul > li {
  106. display: block;
  107. color: #676767;
  108. text-decoration: none;
  109. border-bottom: 1px solid #d6d6d6;
  110. }*/
  111. .search-view > ul > li div {
  112. display: block;
  113. color: #676767;
  114. text-decoration: none;
  115. border-bottom: 1px solid #d6d6d6;
  116. padding: 22px;
  117. }
  118. .search-view-collapse {
  119. display: none;
  120. }
  121. .search-view > ul > li div.active {
  122. background-color: rgba(0, 0, 0, 0.06);
  123. }
  124. .search-view > ul > li div:hover {
  125. background-color: #f0f0f0;
  126. cursor: pointer;
  127. }
  128. .search-view > ul > li div:active {
  129. background-color: #e0e0e0;
  130. cursor: pointer;
  131. }
  132. /*.search-view > ul > li > .sub-menu {
  133. display: none;
  134. }*/
  135. /*
  136. .search-view ul li input[type=radio]:checked {
  137. display: none;
  138. }
  139. */
  140. /*.search-view > ul > li > .radio:checked + .link + .sub-menu {
  141. display: inline-block;
  142. }*/
  143. .search-view > ul > li ul div {
  144. padding: 22px 22px 22px 53px;
  145. }
  146. .search-view > ul > li > ul > li ul div {
  147. padding: 22px 22px 22px 84px;
  148. }
  149. /*.search-view > ul > li > .radio {
  150. display: none;
  151. }*/
  152. /*.search-view > ul > .link {
  153. padding: 22px 22px 22px 53px;
  154. }*/