Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.25 KB | None | 0 0
  1. .eft {
  2. padding: 10px;
  3. }
  4.  
  5. .eft .flex {
  6. display: flex;
  7. }
  8.  
  9. .eft .bootgrid-header {
  10. margin: 5px 0 !important;
  11. }
  12.  
  13. .eft .flex-reverse-row {
  14. flex-direction: row-reverse;
  15. }
  16.  
  17. .eft .flex-reverse-row .button:not(:last-of-type) {
  18. margin-left: 10px;
  19. }
  20.  
  21. .eft .popup-title {
  22. margin-bottom: 1.25rem;
  23. font-size: 2.5rem;
  24. font-weight: 400;
  25. }
  26.  
  27. .container {
  28. padding-right: 1.25rem;
  29. }
  30.  
  31. .eft .button {
  32. height: 36px;
  33. min-width: 90px;
  34. transition: all 0.15s;
  35. }
  36.  
  37. .eft .button:hover {
  38. background-color: #2f5f90 !important;
  39. }
  40.  
  41. .eft .button.button-primary {
  42. border-color: transparent;
  43. background-color: #3b79b7;
  44. color: white;
  45. }
  46.  
  47. .eft .button.button-inverted {
  48. color: #3b79b7;
  49. background-color: white;
  50. border-width: 1px;
  51. border-style: solid;
  52. border-color: #3b79b7;
  53. border-image: initial;
  54. }
  55.  
  56. .eft .button.button-inverted:hover {
  57. color: white;
  58. border-color: #2f5f90;
  59. }
  60.  
  61. .eft .field {
  62. display: flex;
  63. align-items: center;
  64. height: 32px;
  65. }
  66.  
  67. .eft .field > .field-label, .eft .field > .field-value {
  68. flex: 1;
  69. padding-left: 20px;
  70. }
  71.  
  72. /*** Début style à l'arrache ***/
  73. .eft .field-big {
  74. display: flex;
  75. align-items: center;
  76. height: 125px;
  77. }
  78.  
  79. .eft .field-big > .field-label, .eft .field > .field-value {
  80. flex: 1;
  81. padding-left: 20px;
  82. }
  83.  
  84. .eft > .field > .field-label, .eft .field > .field-value input {
  85. width: 300px;
  86. }
  87.  
  88. .field-value-table {
  89. font-size: small;
  90. width: 640px;
  91. }
  92.  
  93. .field-value-table td {
  94. text-align: right;
  95. padding: 1px 5px 1px;
  96. font-size: 12px;
  97. }
  98.  
  99. .field-value-table td select {
  100. width: 180px;
  101. }
  102.  
  103. .field-value-table td input {
  104. width: 180px;
  105. height: 19px;
  106. }
  107.  
  108. /*** Fin style à l'arrache ***/
  109.  
  110. .eft .field > .field-value:hover {
  111. background-color: #e2e2e2;
  112. }
  113.  
  114. .eft .field-separator {
  115. width: 100%;
  116. height: 1px;
  117. background-color: lightgray;
  118. }
  119.  
  120. .eft .pagination li {
  121. cursor: default;
  122. color: #666666;
  123. }
  124.  
  125. .eft .pagination li.active {
  126. font-weight: 500;
  127. border-bottom: 2px solid #3b79b7;
  128. }
  129.  
  130. .eft .pagination li:not(:first-of-type) {
  131. margin-left: 5px;
  132. }
  133.  
  134. .eft .search .form-control {
  135. height: 32px;
  136. }
  137.  
  138. .eft .hidden {
  139. display: none;
  140. }
  141.  
  142. .loader3 {
  143. margin: 4em auto;
  144. font-size: 24px;
  145. width: 1em;
  146. height: 1em;
  147. border-radius: 50%;
  148. position: relative;
  149. text-indent: -9999em;
  150. -webkit-animation: load3 1.1s infinite ease;
  151. animation: load3 1.1s infinite ease;
  152. }
  153.  
  154. @-webkit-keyframes load3 {
  155. 0%,
  156. 100% {
  157. box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  158. }
  159. 12.5% {
  160. box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  161. }
  162. 25% {
  163. box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  164. }
  165. 37.5% {
  166. box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  167. }
  168. 50% {
  169. box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  170. }
  171. 62.5% {
  172. box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  173. }
  174. 75% {
  175. box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  176. }
  177. 87.5% {
  178. box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  179. }
  180. }
  181.  
  182. @keyframes load3 {
  183. 0%,
  184. 100% {
  185. box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  186. }
  187. 12.5% {
  188. box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  189. }
  190. 25% {
  191. box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  192. }
  193. 37.5% {
  194. box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  195. }
  196. 50% {
  197. box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  198. }
  199. 62.5% {
  200. box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  201. }
  202. 75% {
  203. box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  204. }
  205. 87.5% {
  206. box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  207. }
  208. }
  209.  
  210. .adjust {
  211. min-height: 32px;
  212. height: auto;
  213. }
  214.  
  215. .slick-slide {
  216. overflow-y: scroll;
  217. scrollbar-width: none; /* Firefox */
  218. -ms-overflow-style: none; /* IE 10+ */
  219. }
  220.  
  221. ::-webkit-scrollbar {
  222. width: 0px;
  223. background: transparent;
  224. }
  225.  
  226. .spinner {
  227. display: none;
  228. position: absolute;
  229. left: 0;
  230. right: 0;
  231. top: 42%;
  232. background-color: rgba(204, 204, 204, 0.9);
  233. z-index: 2000;
  234. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement