app.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738
  1. select {
  2. background-color: #fff;
  3. }
  4. .ch-container {
  5. padding: 0 15px;
  6. }
  7. .top-block {
  8. border-radius: 20px;
  9. font-size: 14px;
  10. text-align: center;
  11. padding: 5px;
  12. margin-bottom: 10px;
  13. font-weight: bold;
  14. position: relative;
  15. display: block;
  16. line-height: 22px;
  17. text-shadow: 0 0 1px #DDD;
  18. text-decoration: none;
  19. -webkit-box-shadow: inset 0 0 0 1px #FAFAFA;
  20. -moz-box-shadow: inset 0 0 0 1px #FAFAFA;
  21. box-shadow: inset 0 0 0 1px #FAFAFA;
  22. background: -moz-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
  23. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 0.2)), color-stop(100%, rgba(125, 185, 232, 0)));
  24. background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
  25. background: -o-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
  26. background: -ms-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
  27. background: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
  28. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#331e5799', endColorstr='#007db9e8', GradientType=0);
  29. }
  30. .top-block span {
  31. clear: both;
  32. }
  33. .top-block i {
  34. font-size: 25px;
  35. }
  36. .top-block:hover {
  37. text-decoration: none;
  38. }
  39. .notification {
  40. display: block;
  41. position: absolute;
  42. top: -10px;
  43. right: -5px;
  44. line-height: 16px;
  45. height: 16px;
  46. padding: 0 5px;
  47. font-family: Arial, sans-serif;
  48. color: white !important;
  49. text-shadow: 0 1px hsla(0, 0%, 0%, 0.25);
  50. border-width: 1px;
  51. border-style: solid;
  52. border-radius: 10px;
  53. -webkit-border-radius: 10px;
  54. -moz-border-radius: 10px;
  55. -webkit-box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
  56. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
  57. box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
  58. }
  59. .notification {
  60. border-color: #2FABE9;
  61. background-color: #67C2EF;
  62. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(200, 80%, 82%)), color-stop(100%, hsl(200, 81%, 67%)));
  63. background-image: -webkit-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
  64. background-image: -moz-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
  65. background-image: -ms-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
  66. background-image: -o-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
  67. background-image: linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
  68. }
  69. .notification.green {
  70. border-color: #5AAD34;
  71. background-color: #78CD51;
  72. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(101, 54%, 71%)), color-stop(100%, hsl(101, 55%, 56%)));
  73. background-image: -webkit-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
  74. background-image: -moz-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
  75. background-image: -ms-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
  76. background-image: -o-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
  77. background-image: linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
  78. }
  79. .notification.yellow {
  80. border-color: #F4A506;
  81. background-color: #FABB3D;
  82. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(40, 95%, 76%)), color-stop(100%, hsl(40, 95%, 61%)));
  83. background-image: -webkit-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
  84. background-image: -moz-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
  85. background-image: -ms-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
  86. background-image: -o-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
  87. background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
  88. }
  89. .notification.red {
  90. border-color: #FA5833;
  91. background-color: #FA603D;
  92. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(11, 95%, 76%)), color-stop(100%, hsl(11, 95%, 61%)));
  93. background-image: -webkit-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
  94. background-image: -moz-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
  95. background-image: -ms-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
  96. background-image: -o-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
  97. background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
  98. }
  99. .box {
  100. margin-top: 0px;
  101. margin-bottom: 0px;
  102. }
  103. .box-inner {
  104. border: 1px solid #DEDEDE;
  105. border-radius: 3px;
  106. -webkit-border-radius: 3px;
  107. -moz-border-radius: 3px;
  108. box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
  109. -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
  110. -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
  111. background-color:#F5F5F5;
  112. margin-top:10px;
  113. }
  114. .box-header {
  115. border: none;
  116. padding-top: 5px;
  117. border-bottom: 1px solid #DEDEDE;
  118. border-radius: 3px 3px 0 0;
  119. -webkit-border-radius: 3px 3px 0 0;
  120. -moz-border-radius: 3px 3px 0 0;
  121. height: 35px;
  122. min-height: 35px !important;
  123. margin-bottom: 0;
  124. font-weight: bold;
  125. font-size: 16px;
  126. background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  127. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  128. background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  129. background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  130. background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  131. background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  132. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0);
  133. }
  134. .box-header h2 {
  135. font-size: 15px;
  136. color:#074E89;
  137. width: auto;
  138. clear: none;
  139. float: left;
  140. line-height: 25px;
  141. white-space: nowrap;
  142. font-weight: bold;
  143. margin-top: 0;
  144. margin-bottom: 0;
  145. }
  146. .box-header h3 {
  147. font-size: 13px;
  148. width: auto;
  149. clear: none;
  150. float: left;
  151. line-height: 25px;
  152. white-space: nowrap;
  153. }
  154. .box-header h2 > i {
  155. margin-top: 1px;
  156. }
  157. .box-icon {
  158. float: right;
  159. }
  160. .box-icon a {
  161. clear: none;
  162. float: left;
  163. margin: 0 2px;
  164. height: 20px;
  165. width: 5px;
  166. margin-top: 1px;
  167. }
  168. .box-icon a i {
  169. margin-left: -6px;
  170. top: -1px;
  171. }
  172. .box-content {
  173. padding: 5px;
  174. }
  175. .btn-round {
  176. border-radius: 40px;
  177. -webkit-border-radius: 40px;
  178. -moz-border-radius: 40px;
  179. font-size: 12px;
  180. padding-top: 4px;
  181. }
  182. ul.dashboard-list li {
  183. padding: 7px 0;
  184. list-style: none;
  185. border-bottom: 1px solid #EBEBEB;
  186. border-top: 1px solid white;
  187. }
  188. ul.dashboard-list a:hover {
  189. text-decoration: none;
  190. }
  191. ul.dashboard-list {
  192. margin: 0;
  193. }
  194. ul.dashboard-list li a span {
  195. display: inline-block;
  196. font-size: 18px;
  197. font-weight: bold;
  198. margin-right: 10px;
  199. text-align: right;
  200. width: 70px;
  201. zoom: 1;
  202. }
  203. .dashboard-avatar {
  204. height: 50px;
  205. width: 50px;
  206. padding: 1px;
  207. float: left;
  208. margin-left: 15px;
  209. margin-right: 15px;
  210. border: 1px solid #EBEBEB;
  211. border-radius: 50%;
  212. }
  213. .thumbnail {
  214. background-color: white;
  215. z-index: 2;
  216. position: relative;
  217. margin-bottom: 40px !important;
  218. }
  219. .thumbnails > li {
  220. display: inline-block;
  221. margin-left: 15px;
  222. }
  223. .thumbnail img, .thumbnail > a {
  224. z-index: 2;
  225. height: 100px;
  226. width: 100px;
  227. position: relative;
  228. display: block;
  229. }
  230. img.grayscale {
  231. -webkit-filter: grayscale(1);
  232. -webkit-filter: grayscale(100%);
  233. -moz-filter: grayscale(100%);
  234. -ms-filter: grayscale(100%);
  235. -o-filter: grayscale(100%);
  236. }
  237. .thumbnail .gallery-controls {
  238. position: absolute;
  239. z-index: 1;
  240. margin-top: -30px;
  241. height: 30px;
  242. min-height: 30px;
  243. padding: 0 6.5px;
  244. }
  245. .thumbnail .gallery-controls p {
  246. display: block;
  247. margin: auto;
  248. width: 100%;
  249. }
  250. div.uploader {
  251. border-radius: 14px;
  252. -webkit-border-radius: 14px;
  253. -moz-border-radius: 14px;
  254. }
  255. footer {
  256. clear: both;
  257. }
  258. div.center, p.center, img.center {
  259. margin-left: auto !important;
  260. margin-right: auto !important;
  261. float: none !important;
  262. display: block;
  263. text-align: center;
  264. }
  265. .stackControls {
  266. padding: 5px;
  267. }
  268. .sidebar-nav {
  269. min-height: 500px;
  270. border-radius: 5px;
  271. margin-bottom: 0;
  272. padding-bottom: 0;
  273. max-height: none;
  274. hieght: 100%;
  275. }
  276. .sidebar-nav > ul > li:not(.nav-header) {
  277. margin-right: -2px;
  278. margin-left: -2px;
  279. text-align: center;
  280. }
  281. .sidebar-nav >ul >li> a{
  282. color: black;
  283. }
  284. .navbar-brand {
  285. /* font-family: 'Shojumaru', cursive, Arial, serif; */
  286. letter-spacing: 2px;
  287. /* text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); */
  288. width: 360px;
  289. font-size: 28px;
  290. font-weight: bold;
  291. }
  292. .navbar-brand img {
  293. float: left;
  294. height: 40px;
  295. width: 40px;
  296. margin-right: 5px;
  297. margin-left:30px;
  298. margin-top: 5px;
  299. }
  300. .navbar-brand span {
  301. font-family: Microsoft YaHei;
  302. float: left;
  303. font-size:25px;
  304. margin-top: 15px;
  305. }
  306. .theme-container {
  307. z-index: 5;
  308. }
  309. .navbar-search {
  310. margin-left: 10px;
  311. margin-top: 7px;
  312. }
  313. .navbar-inner {
  314. padding-top: 5px;
  315. padding-bottom: 0px;
  316. line-height: 30px;
  317. height: 60px;
  318. }
  319. .navbar-inner .btn-group {
  320. margin: 7px 5px 0 5px;
  321. }
  322. ul.ajax-loaders li {
  323. display: inline-block;
  324. list-style: none;
  325. padding: 10px;
  326. }
  327. ul.ajax-loaders {
  328. min-height: 80px;
  329. }
  330. .bs-icons li {
  331. list-style: none;
  332. }
  333. #for-is-ajax {
  334. padding-left: 12px;
  335. cursor: pointer;
  336. }
  337. #loading {
  338. margin-top: 20px;
  339. width: 128px;
  340. font-weight: bold;
  341. }
  342. #loading div.center {
  343. margin-top: 10px;
  344. height: 15px;
  345. width: 128px;
  346. background: url(../img/ajax-loaders/ajax-loader-6.gif);
  347. }
  348. .box-content .nav-tabs {
  349. margin-right: -10px;
  350. margin-left: -10px;
  351. }
  352. .login-header {
  353. padding-top: 30px;
  354. height: 120px;
  355. }
  356. .pull-left {
  357. float: left !important;
  358. }
  359. .pull-right {
  360. float: right !important;
  361. }
  362. .remember {
  363. margin-top: 3px;
  364. }
  365. .green {
  366. color: #458746;
  367. }
  368. .red {
  369. color: #B94846;
  370. }
  371. .blue {
  372. color: #3986AC;
  373. }
  374. .yellow {
  375. color: #F99406;
  376. }
  377. .login-box .input-prepend {
  378. margin-bottom: 10px;
  379. }
  380. .login-box .btn {
  381. margin-top: 15px;
  382. width: 100%
  383. }
  384. .box-content.buttons {
  385. min-height: 297px;
  386. }
  387. .main-menu > li > a {
  388. border: 1px solid rgba(221, 221, 221, 0.46);
  389. }
  390. .main-menu > li {
  391. margin-top: 0 !important;
  392. }
  393. .sidebar-nav .nav-header {
  394. display: block;
  395. padding: 3px 15px;
  396. font-size: 11px;
  397. font-weight: bold;
  398. line-height: 18px;
  399. color: #999999;
  400. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  401. text-transform: uppercase;
  402. }
  403. .navbar {
  404. border-radius: 0;
  405. }
  406. ul.main-menu li:hover {
  407. margin-left: 8px;
  408. }
  409. ul.main-menu li.active {
  410. margin-left: 8px;
  411. }
  412. ul.main-menu li.nav-header:hover {
  413. margin-left: 0;
  414. }
  415. ul.main-menu li:not(.nav-header) {
  416. -webkit-transition: .3s;
  417. -moz-transition: .3s;
  418. -ms-transition: .3s;
  419. -o-transition: .3s;
  420. transition: .3s;
  421. }
  422. .accordion > ul {
  423. display: none;
  424. margin-left: 10px;
  425. }
  426. .nav-sm {
  427. display: none;
  428. }
  429. .preview-on-phone {
  430. height: 380px;
  431. }
  432. .powered-by {
  433. text-align: right;
  434. }
  435. .whitespace:before {
  436. content: "\2122";
  437. color: transparent !important;
  438. }
  439. .center-block {
  440. float: none !important;
  441. text-align: center;
  442. }
  443. ul.github-buttons li {
  444. display: inline;
  445. }
  446. .homepage-box {
  447. height: 380px;
  448. }
  449. .download-buttons a {
  450. margin: 5px;
  451. }
  452. .center-text {
  453. text-align: center;
  454. }
  455. /* Mobile */
  456. @media only screen and (max-width: 767px) {
  457. .navbar-brand {
  458. font-family: 'Shojumaru', cursive, Arial, serif;
  459. letter-spacing: 2px;
  460. text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  461. width: 40%;
  462. font-size: 14px;
  463. }
  464. .nav-sm {
  465. display: block;
  466. margin-bottom: 10px;
  467. border-bottom: solid white 1px;
  468. padding-bottom: 10px;
  469. }
  470. .sidebar-nav .nav-canvas {
  471. top: -20px;
  472. left: -90%;
  473. position: absolute;
  474. width: 80%;
  475. z-index: 2;
  476. background: rgba(0, 0, 0, 0.8);
  477. margin: 0 !important;
  478. border-radius: 0 0 20px 0;
  479. padding-bottom: 10px;
  480. will-change: left;
  481. }
  482. .sidebar-nav.active .nav-canvas {
  483. left: -20px;
  484. border-right: solid 1px white;
  485. border-bottom: solid 1px white;
  486. }
  487. .sidebar-nav {
  488. position: relative;
  489. z-index: 3;
  490. margin: 0 !important;
  491. padding: 0;
  492. }
  493. .nav-canvas {
  494. -webkit-transition: .2s;
  495. -moz-transition: .2s;
  496. -ms-transition: .2s;
  497. -o-transition: .2s;
  498. transition: .2s;
  499. }
  500. .sidebar-nav a {
  501. border: none !important;
  502. color: white;
  503. }
  504. #for-is-ajax {
  505. color: white;
  506. margin-top: 15px;
  507. }
  508. .main-menu .nav-header {
  509. color: white;
  510. }
  511. ul.main-menu li:hover {
  512. margin-left: inherit;
  513. }
  514. ul.main-menu li.active {
  515. margin-left: inherit;
  516. }
  517. ul.main-menu a:hover, .nav-sm a:hover {
  518. background: none !important;
  519. color: grey;
  520. }
  521. .navbar-default .navbar-toggle:focus {
  522. background-color: inherit;
  523. }
  524. .navbar-default .navbar-toggle.active {
  525. box-shadow: 0 0 7px rgb(0, 255, 40);
  526. border: solid 1px white;
  527. }
  528. .navbar-toggle {
  529. margin-left: 5px;
  530. margin-right: 0;
  531. }
  532. .powered-by {
  533. text-align: center;
  534. }
  535. .copyright {
  536. text-align: center;
  537. }
  538. .table-wrapper .pinned {
  539. box-shadow: 0 0 20px black;
  540. }
  541. }
  542. /* Tablet */
  543. @media only screen and (min-width: 768px) and (max-width: 979px) {
  544. .box-icon {
  545. display: none;
  546. }
  547. .box-header h2 {
  548. font-size: 13px !important;
  549. }
  550. .box-header h3 {
  551. font-size: 11px !important;
  552. }
  553. .main-menu-span {
  554. width: 6.2% !important;
  555. margin-right: 4%;
  556. }
  557. .top-menu > li i {
  558. display: none;
  559. }
  560. .sidebar-nav li span {
  561. display: block !important;
  562. }
  563. .sidebar-nav li a, .sidebar-nav .nav-header {
  564. text-align: center
  565. }
  566. .sidebar-nav {
  567. padding: 0;
  568. margin-bottom: 0;
  569. }
  570. }
  571. /* Computer */
  572. @media only screen and (min-width: 980px) {
  573. a, button, input[type=submit], input[type=button], .product-img {
  574. -webkit-transition: .5s;
  575. -moz-transition: .5s;
  576. -ms-transition: .5s;
  577. -o-transition: .5s;
  578. transition: .5s;
  579. }
  580. .ch-container {
  581. padding: 0 20px;
  582. }
  583. }
  584. /* MailChimp Form Embed Code - Slim - 08/17/2011 */
  585. .email-subscription-footer a {
  586. font-weight: bold;
  587. font-size: 16px;
  588. letter-spacing: 1px;
  589. }
  590. .email-subscription-footer {
  591. float: right;
  592. padding: 20px 0 0 20px;
  593. text-align: center;
  594. }
  595. .mc_embed_signup {
  596. font: 14px Helvetica,Arial,sans-serif;
  597. }
  598. .power_field{position: absolute; left: -5000px;display: none;}
  599. .mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
  600. .mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
  601. .mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
  602. .mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
  603. .mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
  604. .mc_embed_signup input:focus {border-color:#333;}
  605. .mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
  606. .mc_embed_signup .button:hover {background-color:#777;}
  607. .mc_embed_signup .small-meta {font-size: 11px;}
  608. .mc_embed_signup .nowrap {white-space:nowrap;}
  609. .mc_embed_signup .clear {clear:none; display:inline;}
  610. .mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
  611. .mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:130px;}
  612. .mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}
  613. .mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
  614. .mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
  615. .mc_embed_signup #mce-error-response {display:none;}
  616. .mc_embed_signup #mce-success-response {color:#529214; display:none;}
  617. .mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}