Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

949 lines
18 KiB

5 years ago
  1. /*!
  2. * BLOCKS - Responsive Dashboard Theme
  3. *
  4. * Hey! Thanks for download this theme!
  5. * This bootstrap theme is totally free. You can edit, share, distribute, use and whatever you want.
  6. * Credits are always appreciated.
  7. * Please, feel free to contact me if you have any questions regarding this theme.
  8. *
  9. *
  10. * Copyright 2013
  11. * Created by: Carlos Alvarez
  12. * URL: http://Alvarez.is
  13. * Designed and built based on Twitter Bootstrap.
  14. */
  15. /* COLOR REFERENCE
  16. - #1f1f1f (Background Color)
  17. - #3d3d3d (Dash-unit and half-unit Section)
  18. - #262626 (Footer)
  19. - #fa1d2d (Red - Used in selectors, parragraphs, bars and other)
  20. - #b2c831 (Green - Used in titles, badges, bars and other)
  21. - #bdbdbd & #fff (Font colors)
  22. */
  23. @font-face {
  24. font-family: 'FGrotesk';
  25. src: url('/fonts/founders_grotesk_2019/FoundersGrotesk-Regular.otf');
  26. font-style: normal;
  27. font-weight: normal;
  28. }
  29. @font-face {
  30. font-family: 'FGrotesk';
  31. src: url('/fonts/founders_grotesk_2019/FoundersGrotesk-Bold.otf');
  32. font-style: normal;
  33. font-weight: bold;
  34. }
  35. @font-face {
  36. font-family: 'FGrotesk';
  37. src: url('/fonts/founders_grotesk_2019/FoundersGrotesk-RegularItalic.otf');
  38. font-style: italic;
  39. font-weight: normal;
  40. }
  41. /**********BASE CONFIGURATIONS**********/
  42. body {
  43. /*background:#1f1f1f;*/
  44. margin: 0;
  45. min-height: 900px;
  46. /*background: url("../images/form-wizard-bg.jpg") center bottom;*/
  47. /*background-size: cover;*/
  48. font-family: 'Open Sans', sans-serif;
  49. }
  50. h1 {
  51. font-family: 'Raleway', sans-serif;}
  52. h3,h4 , h5 {
  53. font-family: 'Open Sans', sans-serif;
  54. font-weight:lighter;
  55. }
  56. h2{
  57. font-size:22px;
  58. }
  59. h3 {
  60. font-size:46px;
  61. color:#b2c831
  62. }
  63. h5 {
  64. color:#b2c831;
  65. margin-left:5px;
  66. }
  67. /***********BLOCKS & WRAPS***********/
  68. /*--- Dash Unit / Used in Dashboard page ---*/
  69. .dash-unit {
  70. margin-bottom: 30px;
  71. padding-bottom:10px;
  72. border: 1px solid #383737;
  73. background-image:url('../images/sep-half.png');
  74. background-color: #3d3d3d;
  75. color:white;
  76. height:290px;
  77. }
  78. .dash-unit:hover {
  79. background-color: #4f4f4f;
  80. -moz-box-shadow: 3px 3px 2px 0px #151515;
  81. -webkit-box-shadow: 3px 3px 2px 0px #151515;
  82. box-shadow: 3px 3px 2px 0px #151515;
  83. }
  84. .dash-unit dtitle {
  85. font-size:11px;
  86. text-transform:uppercase;
  87. color:#ffffff;
  88. margin:8px;
  89. padding:0px;
  90. height:inherit
  91. }
  92. .dash-unit hr {
  93. border: 0;
  94. border-top: 1px solid #151515;
  95. border-top-style: dashed;
  96. margin-top:3px;
  97. }
  98. .dash-unit h1 {
  99. font-family: 'Raleway', sans-serif;
  100. font-weight:300;
  101. font-size: 20px;
  102. line-height: 2px;
  103. letter-spacing: 0px;
  104. color: #ffffff;
  105. padding-top:10px;
  106. padding-left:5px;
  107. margin-top:2px;
  108. text-align:center;
  109. }
  110. .dash-unit h2 {
  111. font-family: 'Open Sans', sans-serif;
  112. font-weight: bold;
  113. font-size: 30px;
  114. line-height: 26px;
  115. letter-spacing: 0px;
  116. color: #ffffff;
  117. padding-top:10px;
  118. padding-left:5px;
  119. margin-top:2px;
  120. text-align:center;
  121. }
  122. .dash-unit h3 {
  123. font-weight:300;
  124. font-size: 15px;
  125. line-height: 2px;
  126. letter-spacing: 0px;
  127. color: #b2c831;
  128. padding-top:10px;
  129. padding-left:5px;
  130. margin-top:2px;
  131. text-align:center;
  132. }
  133. .dash-unit p {
  134. font-size: 14px;
  135. font-weight: 200;
  136. line-height: 16px;
  137. color: inherit;
  138. margin: 0 0 10px;
  139. padding:5px;
  140. }
  141. .dash-unit h4 {
  142. padding-left:5px;
  143. margin-top:2px;
  144. font-size: 13px;
  145. font-weight:lighter;
  146. line-height: 1;
  147. letter-spacing: 0px;
  148. color: #fff;
  149. }
  150. .dash-unit bold{
  151. font-family: 'Open Sans', sans-serif;
  152. font-size:26px;
  153. font-weight:bold;
  154. color:#fff;
  155. vertical-align:middle;
  156. }
  157. /**********Half-Unit / Used in index.html**********/
  158. .half-unit {
  159. margin-bottom: 30px;
  160. padding-bottom: 4px;
  161. border: 1px solid #383737;
  162. background-image:url('../images/sep-half.png');
  163. background-color: #3d3d3d;
  164. color:white;
  165. height:130px;
  166. }
  167. .half-unit:hover {
  168. background-color: #4f4f4f;
  169. -moz-box-shadow: 3px 3px 2px 0px #151515;
  170. -webkit-box-shadow: 3px 3px 2px 0px #151515;
  171. box-shadow: 3px 3px 2px 0px #151515;
  172. }
  173. .half-unit dtitle {
  174. font-size:10px;
  175. text-transform:uppercase;
  176. color:#ffffff;
  177. margin:8px;
  178. padding:0px;
  179. height:inherit
  180. }
  181. .half-unit hr {
  182. border: 0;
  183. border-top: 1px solid #151515;
  184. border-top-style: dashed;
  185. margin-top:3px;
  186. }
  187. .half-unit h1 {
  188. font-family: 'Raleway', sans-serif;
  189. font-weight:300;
  190. font-size: 20px;
  191. line-height: 1;
  192. letter-spacing: 0px;
  193. color: #ffffff;
  194. padding-top:10px;
  195. padding-left:5px;
  196. margin-top:2px;
  197. text-align:center;
  198. }
  199. .half-unit h4 {
  200. padding-left:5px;
  201. margin-top:2px;
  202. font-size: 13px;
  203. font-weight:lighter;
  204. line-height: 1;
  205. letter-spacing: 0px;
  206. color: #fff;
  207. }
  208. .half-unit bold{
  209. font-family: 'Open Sans', sans-serif;
  210. font-size:26px;
  211. font-weight:bold;
  212. color:#fff;
  213. vertical-align:middle;
  214. }
  215. /**********Styling Elements**********/
  216. .cont {
  217. text-align:center;
  218. margin-top:30px;
  219. }
  220. .cont ok {
  221. color:#b2c831;
  222. }
  223. .cont bad {
  224. color:#fa1d2d;
  225. }
  226. .cont2 {
  227. text-align:center;
  228. margin-top:-15px;
  229. font-size:12px;
  230. line-height:7px;
  231. }
  232. .cont2 bold{
  233. font-size:10px;
  234. font-weight:bold;
  235. color:#b2c831
  236. }
  237. .text p {
  238. font-family: 'Open Sans', sans-serif;
  239. margin-left:8px;
  240. font-size:14px;
  241. line-height:18px;
  242. }
  243. .text grey {
  244. font-size:11px;
  245. color:silver
  246. }
  247. /***********Bootstrap Default Modifications***********/
  248. .thumbnail {
  249. border:0px;
  250. text-align:center;
  251. -webkit-box-shadow: 0px;
  252. -moz-box-shadow: 0px;
  253. box-shadow: 0px;
  254. background: none;
  255. text-align: center;
  256. }
  257. .modal-header {
  258. background-image:url('../images/sep-half.png');
  259. background-color: #4f4f4f;
  260. color:#fff;
  261. }
  262. input[type=submit] {
  263. font-family: 'Open Sans', sans-serif;
  264. font-size: 15px;
  265. background: #b2c831;
  266. color: #fff;
  267. border: none;
  268. padding: 8px 28px 10px 26px;
  269. *-webkit-border-radius: 4px;
  270. -moz-border-radius: 4px;
  271. border-radius: 4px;
  272. }
  273. input[type=text], textarea {
  274. background: #cdcbcc;
  275. font-size: 13px;
  276. display: block;
  277. width: 100%;
  278. border: none;
  279. box-shadow: none;
  280. height: 30px;
  281. line-height: 18px;
  282. padding: 0;
  283. text-indent: 18px;
  284. margin: 0 0 18px;
  285. }
  286. textarea {
  287. line-height: 18px;
  288. padding: 18px;
  289. width: 100%;
  290. text-indent: 0;
  291. }
  292. .textarea-container { margin: 0 18px; }
  293. .textarea-container textarea { margin-left: -18px; }
  294. #contact textarea { width: 100%; height: 45px; }
  295. .progress-bar {
  296. background-color: #b2c831;
  297. }
  298. /***********LineIcons Styles***********/
  299. .info-user {
  300. text-align:center;
  301. font-size: 24px;
  302. color: #b2c831;
  303. }
  304. .fs1 {
  305. padding:5px 5px 5px 5px;
  306. position:relative;
  307. }
  308. .fs1:hover {
  309. position:relative;
  310. color: #fff;
  311. cursor:pointer
  312. }
  313. .fs2 {
  314. padding:5px 5px 5px 5px;
  315. position:relative;
  316. font-size:35px;
  317. vertical-align: text-bottom
  318. }
  319. /**********Clock Configuration**********/
  320. digiclock {
  321. font-size: 30px;
  322. color: #fff;
  323. text-align: center;
  324. line-height: 60px;
  325. margin-left: auto
  326. }
  327. .clockcenter {
  328. text-align:center;
  329. }
  330. /**********Mail Style Configuration**********/
  331. .framemail {
  332. cursor: default;
  333. }
  334. .framemail .window {
  335. font-size: 0;
  336. margin-top: -1px;
  337. overflow: hidden;
  338. margin-left: -18px;
  339. }
  340. .framemail .window .mail li {
  341. background-color:#3d3d3d;
  342. background-image: -webkit-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.05));
  343. background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.05));
  344. background-image: -ms-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.05));
  345. background-image: -o-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.05));
  346. background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,0%,.05));
  347. border-top: 1px solid #888;
  348. position: relative;
  349. margin-left:-18px;
  350. }
  351. .framemail .window .mail li:first-child {
  352. border-top: none;
  353. }
  354. .framemail .window .mail li:hover {
  355. background-color: #5d5b5b;
  356. }
  357. .framemail .window .mail li:after,
  358. .framemail .window .mail li:before {
  359. border-left: 8px solid transparent;
  360. border-top: 8px solid #df6;
  361. content: '';
  362. height: 0;
  363. position: absolute;
  364. right: 0;
  365. top: 0;
  366. width: 0;
  367. }
  368. .framemail .window .mail li:before {
  369. border-top-color: #bbb;
  370. border-width: 9px;
  371. }
  372. .framemail .window .mail li:nth-child(1):after,
  373. .framemail .window .mail li:nth-child(1):before {
  374. border: none;
  375. }
  376. .framemail .window .mail li:nth-child(2):after {
  377. border-top-color: #fa1d2d;
  378. }
  379. .framemail .window .mail li i {
  380. display: inline-block;
  381. height: 48px;
  382. width: 6px;
  383. }
  384. .framemail .window .mail li .read {
  385. background-color: #ddd;
  386. }
  387. .framemail .window .mail li .unread {
  388. background: #b2c831;
  389. }
  390. .framemail .window .mail li img {
  391. background: #819da2;
  392. border-radius: 2px;
  393. height: 36px;
  394. left: 12px;
  395. position: absolute;
  396. top: 6px;
  397. width: 36px;
  398. }
  399. .framemail .window .mail li p {
  400. font: 13px/24px sans-serif;
  401. left: 56px;
  402. position: absolute;
  403. top: 3px;
  404. }
  405. .framemail .window .mail li .sender {
  406. color: #e9e8e8;
  407. font-weight: bold;
  408. text-shadow: 0 1px 1px hsla(0,0%,100%,.5);
  409. }
  410. .framemail .window .mail li .message {
  411. color: #999;
  412. overflow: hidden;
  413. text-overflow: ellipsis;
  414. top: 21px;
  415. white-space: nowrap;
  416. }
  417. .framemail .window .mail li .message strong {
  418. color: #999;
  419. }
  420. .framemail .window .mail li .actions {
  421. height: 16px;
  422. position: absolute;
  423. right: 19px;
  424. text-align: right;
  425. top: 0;
  426. width: 96px;
  427. }
  428. .framemail .window .mail li .actions img {
  429. background: none;
  430. display: inline-block;
  431. height: 16px;
  432. margin-left: 6px;
  433. opacity: .1;
  434. position: relative;
  435. width: 16px;
  436. }
  437. .framemail .window .mail li:hover .actions img {
  438. opacity: .25;
  439. }
  440. .framemail .window .mail li .actions img:hover {
  441. opacity: .75;
  442. }
  443. /**********DONUT CHARTS STYLES**********/
  444. #load {
  445. width: 11.313em;
  446. height: 11.313em;
  447. -moz-border-radius: 5px;
  448. border-radius: 5px;
  449. margin-bottom: 1.063em;
  450. background-position: center center;
  451. margin:auto;
  452. }
  453. #space {
  454. width: 11.313em;
  455. height: 11.313em;
  456. -moz-border-radius: 5px;
  457. border-radius: 5px;
  458. margin-bottom: 1.063em;
  459. background-position: center center;
  460. margin:auto;
  461. }
  462. /**********LINE AND BARS**********/
  463. .section-graph {
  464. position: relative;
  465. height: 130px;
  466. color: #fff;
  467. background-image: linear-gradient(color-stops(#b2c831, #b2c831 50%, #b2c831 50%));
  468. margin-bottom:20px;
  469. }
  470. .section-graph .graph-info {
  471. z-index: 99;
  472. position: absolute;
  473. font-weight: bold;
  474. margin-top: 12px;
  475. margin-left: 21px;
  476. width: 100px;
  477. }
  478. .section-graph .graph-info .graph-arrow {
  479. width: 0;
  480. height: 0;
  481. margin-top: 18px;
  482. border-left: 4px solid transparent;
  483. border-right: 4px solid transparent;
  484. border-bottom: 4px solid white;
  485. float: left;
  486. }
  487. .section-graph .graph-info .graph-info-big {
  488. font-size: 24px;
  489. float: left;
  490. margin-left: 3px;
  491. }
  492. .section-graph .graph-info .graph-info-small {
  493. margin-left: 3px;
  494. font-size: 12px;
  495. font-weight: normal;
  496. color: rgba(255, 255, 255, 0.5);
  497. clear: left;
  498. margin-left: 8px;
  499. }
  500. /*
  501. * Info Section
  502. */
  503. .info-aapl {
  504. text-align: center;
  505. }
  506. .info-aapl ul {
  507. margin-left:30%;
  508. }
  509. .info-aapl li {
  510. margin: 0;
  511. display: block;
  512. width: 9px;
  513. height: 40px;
  514. margin-right: 6px;
  515. background-color: #f5f0ec;
  516. float:left;
  517. position: relative;
  518. }
  519. .info-aapl li span {
  520. display: block;
  521. width: 9px;
  522. height: 40px;
  523. position: absolute;
  524. bottom: 0;
  525. }
  526. .info-aapl li span.orange {
  527. background-color: #fa1d2d;
  528. }
  529. .info-aapl li span.green {
  530. background-color: #b2c831;
  531. }
  532. /**********TWITTER WIDGET **********/
  533. #jstwitter ul li{
  534. color:#bdbdbd;
  535. padding:.5em .75em;
  536. }
  537. #jstwitter ul{
  538. margin-left:0;
  539. list-style:none
  540. }
  541. #jstwitter:first-child{
  542. border-top:0
  543. }
  544. ul#jstwitter li a{
  545. font-size:10px;
  546. font-style:italic;
  547. color:#666;
  548. text-decoration:none
  549. }
  550. /********** CUSTOMIZED BUTTON **********/
  551. .btnnew {
  552. display: inline-block;
  553. *border-left: 0 none #707070;
  554. border-right: 0 none #707070;
  555. border-top: 0 none #707070;
  556. border-bottom: 0 none #707070;
  557. display: inline;
  558. padding: 4px 12px;
  559. margin-bottom: 0;
  560. *margin-left: .3em;
  561. font-size: 14px;
  562. line-height: 20px;
  563. color: #b2c831;
  564. text-align: center;
  565. vertical-align: middle;
  566. cursor: pointer;
  567. background-color: #5a5a5a;
  568. *background-color: #5a5a5a;
  569. background-repeat: repeat-x;
  570. *-webkit-border-radius: 4px;
  571. -moz-border-radius: 4px;
  572. border-radius: 4px;
  573. zoom: 1;
  574. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  575. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  576. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  577. background-image: linear-gradient(to bottom, #707070, #707070);
  578. }
  579. /********** SWITCH BUTTON **********/
  580. .switch {
  581. position: relative;
  582. margin: 20px auto;
  583. height: 26px;
  584. width: 120px;
  585. background: rgba(0, 0, 0, 0.25);
  586. border-radius: 3px;
  587. -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  588. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  589. }
  590. .switch-label {
  591. position: relative;
  592. z-index: 2;
  593. float: left;
  594. width: 58px;
  595. line-height: 26px;
  596. font-size: 11px;
  597. color: rgba(255, 255, 255, 0.35);
  598. text-align: center;
  599. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  600. cursor: pointer;
  601. }
  602. .switch-label:active {
  603. font-weight: bold;
  604. }
  605. .switch-label-off {
  606. padding-left: 2px;
  607. }
  608. .switch-label-on {
  609. padding-right: 2px;
  610. }
  611. /*
  612. * Note: using adjacent or general sibling selectors combined with
  613. * pseudo classes doesn't work in Safari 5.0 and Chrome 12.
  614. * See this article for more info and a potential fix:
  615. * http://css-tricks.com/webkit-sibling-bug/
  616. */
  617. .switch-input {
  618. display: none;
  619. }
  620. .switch-input:checked + .switch-label {
  621. font-weight: bold;
  622. color: rgba(0, 0, 0, 0.65);
  623. text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  624. -webkit-transition: 0.15s ease-out;
  625. -moz-transition: 0.15s ease-out;
  626. -o-transition: 0.15s ease-out;
  627. transition: 0.15s ease-out;
  628. }
  629. .switch-input:checked + .switch-label-on ~ .switch-selection {
  630. left: 60px;
  631. /* Note: left: 50% doesn't transition in WebKit */
  632. }
  633. .switch-selection {
  634. display: block;
  635. position: absolute;
  636. z-index: 1;
  637. top: 2px;
  638. left: 2px;
  639. width: 58px;
  640. height: 22px;
  641. background: #b2c831;
  642. border-radius: 3px;
  643. background-image: -webkit-linear-gradient(top, #b6c753, #b2c831);
  644. background-image: -moz-linear-gradient(top, #b6c753, #b2c831);
  645. background-image: -o-linear-gradient(top, #b6c753, #b2c831);
  646. background-image: linear-gradient(to bottom, #b6c753, #b2c831);
  647. -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  648. box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  649. -webkit-transition: left 0.15s ease-out;
  650. -moz-transition: left 0.15s ease-out;
  651. -o-transition: left 0.15s ease-out;
  652. transition: left 0.15s ease-out;
  653. }
  654. .switch-blue .switch-selection {
  655. background: #3aa2d0;
  656. background-image: -webkit-linear-gradient(top, #4fc9ee, #3aa2d0);
  657. background-image: -moz-linear-gradient(top, #4fc9ee, #3aa2d0);
  658. background-image: -o-linear-gradient(top, #4fc9ee, #3aa2d0);
  659. background-image: linear-gradient(to bottom, #4fc9ee, #3aa2d0);
  660. }
  661. .switch-yellow .switch-selection {
  662. background: #fa1d2d;
  663. background-image: -webkit-linear-gradient(top, #f93e4b, #fa1d2d);
  664. background-image: -moz-linear-gradient(top, #f93e4b, #fa1d2d);
  665. background-image: -o-linear-gradient(top, #f93e4b, #fa1d2d);
  666. background-image: linear-gradient(to bottom, #f93e4b, #fa1d2d);
  667. }
  668. /**********Gauge Chart**********/
  669. #canvas {
  670. display: block;
  671. width: 150px;
  672. margin: 30px auto;
  673. }
  674. /**********Accordion Styling**********/
  675. .accordion-group {
  676. border: 1px solid #222;
  677. }
  678. .accordion-heading {
  679. background-color: #5a5a5a;
  680. *background-color: #5a5a5a;
  681. background-repeat: repeat-x;
  682. *-webkit-border-radius: 4px;
  683. -moz-border-radius: 4px;
  684. border-radius: 4px;
  685. zoom: 1;
  686. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  687. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  688. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  689. background-image: linear-gradient(to bottom, #707070, #707070);
  690. }
  691. /**********Link Styling**********/
  692. a {
  693. color: #b2c831;
  694. text-decoration: none;
  695. }
  696. a:hover {
  697. color: #dff948;
  698. text-decoration: none;
  699. }
  700. /**********FooterWrap Section**********/
  701. #footerwrap {
  702. position: fixed;
  703. bottom: 0;
  704. width: 100%;
  705. height: 134px;
  706. background:#262626;
  707. background-image:url('../images/sep-half.png');
  708. padding-top:25px;
  709. padding-bottom: 40px;
  710. border-top-style: solid;
  711. border-top-width:8px;
  712. border-top-color:#1d1d1d;
  713. text-align:center
  714. }
  715. #footerwrap p {
  716. color:white;
  717. font-size:12px;
  718. }
  719. /***********FULLCALENDAR STYLE***********/
  720. #external-events {
  721. padding: 0 10px;
  722. border: 1px solid #8b8b8a;
  723. background-color: #8b8b8a;
  724. -webkit-border-radius: 4px;
  725. -moz-border-radius: 4px;
  726. border-radius: 4px;
  727. text-align: left;
  728. }
  729. #external-events h4 {
  730. font-size: 16px;
  731. margin-top: 0;
  732. padding-top: 1em;
  733. }
  734. .external-event { /* try to mimick the look of a real event */
  735. margin: 10px 0;
  736. padding: 2px 4px;
  737. background: #b2c831;
  738. color: #fff;
  739. font-size: .85em;
  740. cursor: pointer;
  741. }
  742. #external-events p {
  743. margin: 1.5em 0;
  744. font-size: 11px;
  745. color: #b2c831;
  746. }
  747. #external-events p input {
  748. margin: 0;
  749. vertical-align: middle;
  750. }
  751. #calendar {
  752. width:100%;
  753. }
  754. footer.footer {
  755. position: relative;
  756. }
  757. .wrappertest {
  758. margin-top: 40px;
  759. }
  760. .wrappertest .content > section .inner {
  761. display: grid;
  762. grid-template-columns: repeat(auto-fit, minmax(300px , 1fr));
  763. grid-gap: 15px;
  764. }
  765. .gbm_pretitulo > p, .gbm_nombre > p, .gbm_descripcion > p {
  766. font-size: 22px;
  767. line-height: 28px;
  768. margin: 0;
  769. padding: 0;
  770. }
  771. .gbm_descripcion > h5 {
  772. color: #e85000;
  773. font-size: 22px;
  774. }
  775. .dashboard-grid-right{
  776. width:97%;
  777. }
  778. /**********Media Styles**********/
  779. @media (max-width: 360px) {
  780. /*Calendar Adsjustments*/
  781. .fc-header {
  782. margin-top: 15px;
  783. }
  784. .fc-header-title h2 {
  785. font-size: 10px;
  786. }
  787. .fc-header-right {
  788. display: none
  789. }
  790. }
  791. /* portrait tablet */
  792. @media (min-width: 767px) and (max-width: 768px) {
  793. .info-aapl ul {
  794. margin-left:10px;
  795. float:left;
  796. }
  797. #load {
  798. margin-left:5px;
  799. margin-right:10px;
  800. }
  801. #space {
  802. margin-left:5px;
  803. margin-right:10px;
  804. }
  805. }
  806. /* Landscape iphone 5 and samsung galaxy */
  807. @media (min-width: 560px) and (max-width: 685px) {
  808. .info-aapl ul {
  809. margin-left:40%;
  810. }
  811. }
  812. @media (max-width: 768px) {
  813. body{
  814. padding-top: 0 !important;
  815. }
  816. body.sidebar-open .container {
  817. width: calc(100% - 230px);
  818. margin-left: 0;
  819. margin-right: 0;
  820. }
  821. }
  822. @media (min-width: 768px) {
  823. body:not(.sidebar-collapse) .container {
  824. width: calc(100% - 230px);
  825. }
  826. }