"OdenseTrack" is a school assignment/project from AspIT https://aspit.dfine.net/odensetrack
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

style.css 32KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657
  1. /*
  2. Made by DFiNE (Kenneth Hedahl)
  3. Copyright DIS (www.dfine.net)
  4. */
  5. /* Global styles */
  6. @charset "UTF-8";
  7. *, *:before, *:after {
  8. padding:0px;
  9. margin:0px;
  10. box-sizing: inherit;
  11. }
  12. html {
  13. height: 100%;
  14. box-sizing: border-box;
  15. }
  16. body {
  17. background:url('../img/bg.png');
  18. font-family:verdana, arial;
  19. position: relative;
  20. padding-bottom:200px;
  21. min-height: 100%;
  22. overflow-y:scroll;
  23. }
  24. a {
  25. text-decoration:none;
  26. color:#578282;
  27. }
  28. a:hover {
  29. color:#789b9b;
  30. }
  31. /* General site buildup */
  32. .contentwrapper {
  33. width:990px;
  34. margin-left:auto;
  35. margin-right:auto;
  36. /*min-height:800px;*/
  37. }
  38. .header {
  39. height:75px;
  40. width:100%;
  41. background-color:#111111;
  42. }
  43. .header_logo {
  44. background:url('../img/header.png');
  45. background-repeat:no-repeat;
  46. background-position-y: 15px;
  47. width:200px;
  48. height:70px;
  49. margin-left:20px;
  50. float:left;
  51. }
  52. .header_right {
  53. float:right;
  54. padding-top:50px;
  55. padding-right:50px;
  56. font-size:10px;
  57. color:#333333;
  58. }
  59. .header_right a {
  60. text-decoration:none;
  61. color:#999;
  62. }
  63. .header_right a:hover {
  64. text-decoration:underline;
  65. }
  66. /* Main navigation */
  67. .topnav {
  68. height:30px;
  69. padding-right:5px;
  70. background-color:black;
  71. text-align:right;
  72. padding-top:5px;
  73. padding-bottom:5px;
  74. }
  75. .topnav p {
  76. text-transform:uppercase;
  77. color:red;
  78. font-size:15px;
  79. line-height:12px;
  80. display:inline-block;
  81. margin-right:10px;
  82. }
  83. .topnav button {
  84. height:20px;
  85. font-size:12px;
  86. /*line-height:11px;*/
  87. background-color:red;
  88. color:white;
  89. border:1px solid red;
  90. border-radius:2px;
  91. padding:3px 3px 3px 3px;
  92. }
  93. .topnav a {
  94. color:red;
  95. }
  96. .mainnav {
  97. border-top:1px solid #2e2e2e;
  98. height:50px;
  99. background-color:#111111;
  100. text-decoration:none;
  101. text-transform:uppercase;
  102. }
  103. .mainnav ul, .mainnav li {
  104. list-style-type:none;
  105. display:inline-block;
  106. }
  107. .mainnav li {
  108. line-height:50px;
  109. padding-left:50px;
  110. }
  111. .mainnav a {
  112. text-decoration:none;
  113. color:#FFF;
  114. height:100%;
  115. }
  116. .mainnav a:hover {
  117. color:#999;
  118. }
  119. /* Content styling */
  120. .content {
  121. width:100%;
  122. color:#FFF;
  123. }
  124. .events {
  125. padding:10px 10px 10px 10px;
  126. }
  127. .events a {
  128. color:#FFF;
  129. }
  130. .events h1 {
  131. color:#FFF;
  132. font-size:20px;
  133. margin-bottom:10px;
  134. text-transform:uppercase;
  135. font-weight:normal;
  136. }
  137. .eventslider img {
  138. max-width:175px;
  139. width:175px;
  140. height:100px;
  141. }
  142. .eventslidertext {
  143. padding-top:5px;
  144. padding-left:1px;
  145. font-size:12px !important;
  146. }
  147. .content-slice {
  148. display:inline-block;
  149. width:460px;
  150. padding:10px 10px 10px 10px;
  151. margin-bottom:10px;
  152. box-sizing: content-box;
  153. }
  154. .content-slice h1 {
  155. display:inline-block;
  156. font-size:20px;
  157. }
  158. .content-slice a {
  159. display:inline-block;
  160. color:#0093a1;
  161. font-size:11px;
  162. }
  163. .content-slice a:before {
  164. content: ">";
  165. padding-right: 3px;
  166. color:#0093a1;
  167. font-size:13px;
  168. }
  169. .event-item {
  170. width:460px;
  171. height:90px;
  172. max-height:90px !important;
  173. margin-top:10px;
  174. box-sizing:border-box;
  175. }
  176. .event-item2 {
  177. width:480px;
  178. height:90px;
  179. max-height:90px !important;
  180. margin-top:10px;
  181. box-sizing:border-box;
  182. }
  183. .event-date {
  184. width:50px;
  185. height:50px;
  186. float:left;
  187. background-color:#009ea6;
  188. color:#FFF;
  189. margin-left:5px;
  190. margin-top:10px;
  191. border-top-left-radius: 5px;
  192. border-bottom-left-radius: 5px;
  193. font-family:arial;
  194. text-align:center;
  195. font-size:30px;
  196. }
  197. .event-date span {
  198. display:block;
  199. font-size:12px;
  200. }
  201. .event-content {
  202. width:400px;
  203. height:90px;
  204. float:left;
  205. background-color:#333333;
  206. margin-top:0px;
  207. padding:5px 5px 5px 5px;
  208. border-radius:2px;
  209. box-sizing:border-box;
  210. }
  211. .event-content2 {
  212. width:420px;
  213. height:90px;
  214. float:left;
  215. background-color:#333333;
  216. margin-top:0px;
  217. padding:5px 5px 5px 5px;
  218. border-radius:2px;
  219. box-sizing:border-box;
  220. }
  221. .event-contentext {
  222. width:370px;
  223. height:80px;
  224. float:left;
  225. background-color:#333333;
  226. margin-top:-10px;
  227. padding:5px 5px 5px 5px;
  228. border-radius:2px;
  229. }
  230. .event-left {
  231. padding:10px 10px 10px 10px;
  232. width:270px;
  233. float:left;
  234. font-size:12px;
  235. font-weight:normal;
  236. text-overflow: ellipsis;
  237. overflow: hidden;
  238. height:70px;
  239. }
  240. .event-left2 {
  241. padding:10px 10px 10px 10px;
  242. width:350px;
  243. float:left;
  244. font-size:12px;
  245. font-weight:normal;
  246. text-overflow: ellipsis;
  247. overflow: hidden;
  248. height:90px;
  249. }
  250. .event-left2 h1 {
  251. max-width:200px;
  252. overflow:hidden;
  253. white-space: nowrap;
  254. overflow: hidden;
  255. text-overflow: ellipsis;
  256. }
  257. .event-con {
  258. width:400px;
  259. margin-left:50px;
  260. }
  261. .event-left h1 {
  262. max-width:250px;
  263. overflow:hidden;
  264. white-space: nowrap;
  265. overflow: hidden;
  266. text-overflow: ellipsis;
  267. }
  268. .event-left p {
  269. text-overflow: ellipsis;
  270. overflow: hidden;
  271. width:200px;
  272. font-size:10px;
  273. }
  274. .event-image {
  275. width:125px;
  276. height:70px;
  277. float:left;
  278. margin-right:10px;
  279. margin-top:-5px;
  280. }
  281. .event-image img {
  282. width:125px;
  283. height:70px;
  284. }
  285. .event-right {
  286. float:left;
  287. }
  288. .event-right2 {
  289. float:right;
  290. }
  291. .event-right a:before {
  292. content: "";
  293. padding-right: 3px;
  294. color:#0093a1;
  295. font-size:13px;
  296. }
  297. .event-right2 a:before {
  298. content: "";
  299. padding-right: 3px;
  300. color:#0093a1;
  301. font-size:13px;
  302. }
  303. .event-right button {
  304. width:90px;
  305. height:25px;
  306. background-color:#e51937;
  307. color:#FFF;
  308. border:none;
  309. font-weight:bold;
  310. margin-top:30%;
  311. }
  312. .event-right2 .arrow {
  313. margin-top:50%;
  314. width:25px;
  315. float:right;
  316. }
  317. .event-right2 .arrow a {
  318. text-align:center;
  319. color:red;
  320. font-size:25px;
  321. padding:10px;
  322. float:right;
  323. }
  324. .eventextra {
  325. height:80px;
  326. }
  327. .activitybtn {
  328. margin-right:30px;
  329. }
  330. .activitybtn p {
  331. width:16px;
  332. height:16px;
  333. color:#c57e19;
  334. background:transparent;
  335. border:none;
  336. font-size:15px;
  337. display:inline-block;
  338. margin-left:5px;
  339. }
  340. .activitybtn p:hover {
  341. color:#ffa019;
  342. }
  343. .page {
  344. padding:10px 10px 10px 10px;
  345. }
  346. .page h1 {
  347. display:inline-block;
  348. margin-bottom:10px;
  349. font-size: 20px;
  350. margin-bottom: 10px;
  351. text-transform: uppercase;
  352. font-weight: normal;
  353. }
  354. .page p {
  355. margin-bottom:10px;
  356. }
  357. .page ul {
  358. list-style: disc outside;
  359. display:block;
  360. margin-left:20px;
  361. }
  362. .newsitem {
  363. width:100%;
  364. height:150px;
  365. background-color:#333;
  366. margin-bottom:20px;
  367. }
  368. .newsitemimg {
  369. width:20%;
  370. }
  371. .newsitemimg img {
  372. height:150px;
  373. max-width:150px;
  374. }
  375. .newsitemcont {
  376. width:60%;
  377. overflow:hidden;
  378. height:135px;
  379. }
  380. .newsitemcont .newsitemauthor {
  381. width:100%;
  382. border-bottom:1px solid #2e2e2e;
  383. margin-bottom:5px;
  384. }
  385. .newsitemcont .newsitemauthor h2 {
  386. display:inline;
  387. font-size:16px;
  388. }
  389. .newsitemcont .newsitemauthor p {
  390. display:inline;
  391. font-size:12px;
  392. margin-left:1em;
  393. }
  394. .newsitemread {
  395. width:20%;
  396. text-align:center;
  397. }
  398. .newsitemread button {
  399. margin-top:30%;
  400. background-color:#e51937;
  401. color:#FFF;
  402. border:none;
  403. padding:10px 10px 10px 10px;
  404. vertical-align:middle;
  405. }
  406. .newstitle {
  407. font-size:12px;
  408. line-height:20px;
  409. }
  410. .newsbody {
  411. }
  412. .newsbody img {
  413. max-width:970px;
  414. }
  415. .newsbody p {
  416. padding: 3px 3px 3px 3px;
  417. }
  418. .eventslice {
  419. width:319px;
  420. float:left;
  421. height:250px;
  422. margin-left:2px;
  423. margin-right:2px;
  424. margin-bottom:20px;
  425. display:block;
  426. }
  427. .eventslice-top {
  428. height:178px;
  429. overflow:hidden;
  430. }
  431. .eventslice-top img {
  432. padding-left:5px;
  433. padding-right:5px;
  434. width:320px;
  435. max-width:320px;
  436. }
  437. .eventslice-middle {
  438. display:block;
  439. height:20%;
  440. padding:5px 5px 10px 10px;
  441. overflow:hidden;
  442. }
  443. .eventslice-bottom {
  444. display:block;
  445. height:15%;
  446. padding-left:5px;
  447. padding-right:5px;
  448. }
  449. .eventslice-bottom button {
  450. width:100%;
  451. height:100%;
  452. background-color:#000;
  453. color:#e51937;
  454. border:1px solid #e51937;
  455. }
  456. .contactform {
  457. width:400px;
  458. float:left;
  459. }
  460. .contactform .form-control {
  461. display:table;
  462. }
  463. .contactform .form-control label {
  464. display:block;
  465. margin-top:20px;
  466. }
  467. .contactform .form-control .inputfield {
  468. width:400px;
  469. height:30px;
  470. font-size:20px;
  471. border-radius: 2px;
  472. border:none;
  473. margin-top:1px;
  474. padding:2px 2px 2px 2px;
  475. }
  476. .contactform .form-control textarea {
  477. width:400px;
  478. height:100px;
  479. border-radius: 2px;
  480. border:none;
  481. margin-top:1px;
  482. padding:2px 2px 2px 2px;
  483. }
  484. .contactform .form-control .contactsubmit {
  485. margin-top:20px;
  486. width:150px;
  487. height:50px;
  488. background-color:#000;
  489. color:#e51937;
  490. border:1px solid #e51937;
  491. margin-left:250px;
  492. }
  493. .amenu button {
  494. height:30px;
  495. padding:5px 5px 5px 5px;
  496. }
  497. .nmin {
  498. margin-top:20px;
  499. }
  500. .nmin button {
  501. width:30px;
  502. height:30px;
  503. border:none;
  504. font-size:18px;
  505. /*padding:4px 3px 3px 6px;*/
  506. border-radius:2px;
  507. text-align:center;
  508. margin-right:10px;
  509. }
  510. .nmin table {
  511. text-align:left;
  512. display:table;
  513. border:none;
  514. width:970px;
  515. }
  516. .nmin tr {
  517. width:970px;
  518. height:35px;
  519. font-size:15px;
  520. }
  521. .nmin th {
  522. border:none;
  523. padding-left:5px;
  524. }
  525. .nmin td {
  526. border:none;
  527. padding-left:5px;
  528. }
  529. .nmin tr:nth-child(even) {
  530. background:rgba(255,255,255,0.05)
  531. }
  532. .editorform {
  533. }
  534. .editorform .editformtitle {
  535. width:300px;
  536. height:30px;
  537. }
  538. .editorform input {
  539. width:100px;
  540. height:30px;
  541. }
  542. /* Sitemap */
  543. .sitemap ul {
  544. padding: 0;
  545. margin: 0;
  546. list-style-type: none;
  547. position: relative;
  548. }
  549. .sitemap li {
  550. border-left: 2px solid #FFF;
  551. margin-left: 1em;
  552. padding-left: 1em;
  553. position: relative;
  554. }
  555. .sitemap li li {
  556. margin-left: 0;
  557. }
  558. .sitemap li::before {
  559. content:'┗';
  560. color: #FFF;
  561. position: absolute;
  562. top: -5px;
  563. left: -9px;
  564. }
  565. .sitemap ul > li:last-child {
  566. border-left: 2px solid transparent;
  567. }
  568. .sitemap i {
  569. margin-right:5px;
  570. }
  571. /* Frontpage banner styling - Ugly AF, but works. */
  572. .fbanner {
  573. width:100%;
  574. padding-bottom:20px;
  575. margin-bottom:10px;
  576. border-bottom:2px solid #2e2e2e;
  577. }
  578. .fbanner * {
  579. /* This is a fix, as we have another boxsizing for general style
  580. We have that due to the fact we want the footer to be stuck at the bottom.
  581. */
  582. box-sizing: content-box;
  583. }
  584. .fbanner a {
  585. color:#FFF;
  586. }
  587. .fbanner-bg {
  588. background-color:#000;
  589. height:328px;
  590. }
  591. .fbanner-c1 {
  592. height:85px;
  593. width:160px;
  594. background:url('../img/fbanner/t1.png');
  595. border-right:4px solid black;
  596. border-bottom:4px solid black;
  597. animation-name:fbannerload;
  598. animation-duration:0.5s;
  599. animation-iteration-count: 1;
  600. -webkit-animation-name:fbannerload;
  601. -webkit-animation-duration:0.5s;
  602. -webkit-animation-iteration-count: 1;
  603. }
  604. .fbanner-c2 {
  605. height:85px;
  606. width:129px;
  607. background:url('../img/fbanner/t2.png');
  608. border-right:4px solid black;
  609. border-bottom:4px solid black;
  610. animation-name:fbannerload;
  611. animation-duration:0.6s;
  612. animation-iteration-count: 1;
  613. -webkit-animation-name:fbannerload;
  614. -webkit-animation-duration:0.6s;
  615. -webkit-animation-iteration-count: 1;
  616. }
  617. .fbanner-c3 {
  618. height:85px;
  619. width:140px;
  620. background:url('../img/fbanner/t3.png');
  621. border-right:4px solid black;
  622. border-bottom:4px solid black;
  623. animation-name:fbannerload;
  624. animation-duration:0.7s;
  625. animation-iteration-count: 1;
  626. -webkit-animation-name:fbannerload;
  627. -webkit-animation-duration:0.7s;
  628. -webkit-animation-iteration-count: 1;
  629. }
  630. .fbanner-c4 {
  631. height:85px;
  632. width:137px;
  633. background:url('../img/fbanner/t4.png');
  634. border-right:4px solid black;
  635. border-bottom:4px solid black;
  636. animation-name:fbannerload;
  637. animation-duration:0.8s;
  638. animation-iteration-count: 1;
  639. -webkit-animation-name:fbannerload;
  640. -webkit-animation-duration:0.8s;
  641. -webkit-animation-iteration-count: 1;
  642. }
  643. .fbanner-c5 {
  644. height:85px;
  645. width:137px;
  646. background:url('../img/fbanner/t5.png');
  647. border-right:4px solid black;
  648. border-bottom:4px solid black;
  649. animation-name:fbannerload;
  650. animation-duration:0.9s;
  651. animation-iteration-count: 1;
  652. -webkit-animation-name:fbannerload;
  653. -webkit-animation-duration:0.9s;
  654. -webkit-animation-iteration-count: 1;
  655. }
  656. .fbanner-c6 {
  657. height:85px;
  658. width:137px;
  659. background:url('../img/fbanner/t6.png');
  660. border-right:4px solid black;
  661. border-bottom:4px solid black;
  662. animation-name:fbannerload;
  663. animation-duration:1.0s;
  664. animation-iteration-count: 1;
  665. -webkit-animation-name:fbannerload;
  666. -webkit-animation-duration:1.0s;
  667. -webkit-animation-iteration-count: 1;
  668. }
  669. .fbanner-c7 {
  670. height:85px;
  671. width:126px;
  672. background:url('../img/fbanner/t7.png');
  673. border-bottom:4px solid black;
  674. animation-name:fbannerload;
  675. animation-duration:1.1s;
  676. animation-iteration-count: 1;
  677. -webkit-animation-name:fbannerload;
  678. -webkit-animation-duration:1.1s;
  679. -webkit-animation-iteration-count: 1;
  680. }
  681. .fbanner-track {
  682. width:391px;
  683. height:260px;
  684. background:url('../img/fbanner/track.png');
  685. margin-top:-20px;
  686. }
  687. .fbanner-cm1 {
  688. height:93px;
  689. width:140px;
  690. background:url('../img/fbanner/m1.png');
  691. margin-left:-94px;
  692. border-right:4px solid black;
  693. animation-name:fbannerload;
  694. animation-duration:0.7s;
  695. animation-iteration-count: 1;
  696. -webkit-animation-name:fbannerload;
  697. -webkit-animation-duration:0.7s;
  698. -webkit-animation-iteration-count: 1;
  699. }
  700. .fbanner-cm2 {
  701. height:93px;
  702. width:137px;
  703. background:url('../img/fbanner/m2.png');
  704. border-right:4px solid black;
  705. animation-name:fbannerload;
  706. animation-duration:0.8s;
  707. animation-iteration-count: 1;
  708. -webkit-animation-name:fbannerload;
  709. -webkit-animation-duration:0.8s;
  710. -webkit-animation-iteration-count: 1;
  711. }
  712. .fbanner-cm3 {
  713. height:93px;
  714. width:137px;
  715. background:url('../img/fbanner/m3.png');
  716. border-right:4px solid black;
  717. animation-name:fbannerload;
  718. animation-duration:0.9s;
  719. animation-iteration-count: 1;
  720. -webkit-animation-name:fbannerload;
  721. -webkit-animation-duration:0.9s;
  722. -webkit-animation-iteration-count: 1;
  723. }
  724. .fbanner-cm4 {
  725. height:93px;
  726. width:137px;
  727. background:url('../img/fbanner/m4.png');
  728. border-right:4px solid black;
  729. animation-name:fbannerload;
  730. animation-duration:1.0s;
  731. animation-iteration-count: 1;
  732. -webkit-animation-name:fbannerload;
  733. -webkit-animation-duration:1.0s;
  734. -webkit-animation-iteration-count: 1;
  735. }
  736. .fbanner-cm5 {
  737. height:93px;
  738. width:126px;
  739. background:url('../img/fbanner/m5.png');
  740. animation-name:fbannerload;
  741. animation-duration:1.1s;
  742. animation-iteration-count: 1;
  743. -webkit-animation-name:fbannerload;
  744. -webkit-animation-duration:1.1s;
  745. -webkit-animation-iteration-count: 1;
  746. }
  747. .fbanner-ad {
  748. width:667px;
  749. height:147px;
  750. background-color:white;
  751. background:url('../img/fbanner/redbox.png') repeat 0 0 !important;
  752. background-position-x: 630px;
  753. background-position-y: 603px;
  754. margin-left:-68px;
  755. color:white;
  756. }
  757. .fbanner-adtext {
  758. color:#0093a1;
  759. padding-left:150px;
  760. }
  761. .fbanner-adtext h1 {
  762. color:#FFF;
  763. font-size:30px;
  764. }
  765. .fbanner-adtext p {
  766. padding-left:12px;
  767. padding-top:3px;
  768. font-weight:bold;
  769. }
  770. .fbanner-order {
  771. width:250px;
  772. height:80px;
  773. margin-left:100px;
  774. margin-top:5px;
  775. padding-top:15px;
  776. line-height:30px;
  777. }
  778. .fbanner-order h1 {
  779. font-size:30px;
  780. font-weight:normal;
  781. }
  782. .fbanner-order p {
  783. font-size:15px;
  784. }
  785. @keyframes fbannerload {
  786. 0% {transform:rotateY(180deg);}
  787. 100% {transform:rotateY(360deg);}
  788. }
  789. @-webkit-keyframes fbannerload {
  790. 0% {-webkit-transform:rotateY(180deg);}
  791. 100% {-webkit-transform:rotateY(360deg);}
  792. }
  793. /* Footer elements */
  794. footer {
  795. background-color:#111111;
  796. width:100%;
  797. height:200px;
  798. color:#c4c4c4;
  799. position: absolute;
  800. right: 0;
  801. bottom: 0;
  802. left: 0;
  803. }
  804. footer h1 {
  805. font-size:15px;
  806. text-transform:uppercase;
  807. }
  808. footer p {
  809. font-size:10px;
  810. }
  811. footer li {
  812. list-style:none;
  813. display:inline-block;
  814. }
  815. .footer_wrap {
  816. width:990px;
  817. margin-left:auto;
  818. margin-right:auto;
  819. }
  820. .footer_logo {
  821. width:40%;
  822. height:150px;
  823. background:url('../img/header.png');
  824. background-repeat:no-repeat;
  825. background-position-x: 25px;
  826. background-position-y: 50px;
  827. float:left;
  828. }
  829. .footer_followus {
  830. width:30%;
  831. float:left;
  832. padding-top:40px;
  833. }
  834. .footer_followus .socialicons {
  835. margin-top:20px;
  836. }
  837. .footer_newsletter {
  838. width:30%;
  839. float:left;
  840. padding-top:40px;
  841. }
  842. .footer_links {
  843. width:100%;
  844. border-top:1px solid #2e2e2e;
  845. font-size:10px;
  846. line-height:30px;
  847. }
  848. .footer_links a {
  849. font-size:10px;
  850. }
  851. .footer_links li a {
  852. border-right:1px solid #292929;
  853. padding-right:10px;
  854. padding-left:5px;
  855. }
  856. .footer_links li:last-of-type a {
  857. border:none;
  858. }
  859. /* United styles */
  860. .white {
  861. color:#FFF;
  862. }
  863. .seperator {
  864. border-left:1px solid #333;
  865. margin-left:5px;
  866. margin-right:5px;
  867. }
  868. .socialicons img {
  869. width:28px;
  870. height:28px;
  871. margin-right:10px;
  872. }
  873. .border {
  874. border-bottom:2px solid #2e2e2e;
  875. }
  876. .pull_left { float:left; }
  877. .pull_right { float:right; }
  878. .clear { clear:both; }
  879. /* BTN styles from bootstrap */
  880. .btn:hover {
  881. color: #212529;
  882. text-decoration: none;
  883. }
  884. .btn:focus, .btn.focus {
  885. outline: 0;
  886. box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  887. }
  888. .btn.disabled, .btn:disabled {
  889. opacity: 0.65;
  890. }
  891. a.btn.disabled,
  892. fieldset:disabled a.btn {
  893. pointer-events: none;
  894. }
  895. .btn-primary {
  896. color: #fff;
  897. background-color: #007bff;
  898. border-color: #007bff;
  899. }
  900. .btn-primary:hover {
  901. color: #fff;
  902. background-color: #0069d9;
  903. border-color: #0062cc;
  904. }
  905. .btn-primary:focus, .btn-primary.focus {
  906. box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  907. }
  908. .btn-primary.disabled, .btn-primary:disabled {
  909. color: #fff;
  910. background-color: #007bff;
  911. border-color: #007bff;
  912. }
  913. .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  914. .show > .btn-primary.dropdown-toggle {
  915. color: #fff;
  916. background-color: #0062cc;
  917. border-color: #005cbf;
  918. }
  919. .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
  920. .show > .btn-primary.dropdown-toggle:focus {
  921. box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  922. }
  923. .btn-secondary {
  924. color: #fff;
  925. background-color: #6c757d;
  926. border-color: #6c757d;
  927. }
  928. .btn-secondary:hover {
  929. color: #fff;
  930. background-color: #5a6268;
  931. border-color: #545b62;
  932. }
  933. .btn-secondary:focus, .btn-secondary.focus {
  934. box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  935. }
  936. .btn-secondary.disabled, .btn-secondary:disabled {
  937. color: #fff;
  938. background-color: #6c757d;
  939. border-color: #6c757d;
  940. }
  941. .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  942. .show > .btn-secondary.dropdown-toggle {
  943. color: #fff;
  944. background-color: #545b62;
  945. border-color: #4e555b;
  946. }
  947. .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
  948. .show > .btn-secondary.dropdown-toggle:focus {
  949. box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  950. }
  951. .btn-success {
  952. color: #fff;
  953. background-color: #28a745;
  954. border-color: #28a745;
  955. }
  956. .btn-success:hover {
  957. color: #fff;
  958. background-color: #218838;
  959. border-color: #1e7e34;
  960. }
  961. .btn-success:focus, .btn-success.focus {
  962. box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  963. }
  964. .btn-success.disabled, .btn-success:disabled {
  965. color: #fff;
  966. background-color: #28a745;
  967. border-color: #28a745;
  968. }
  969. .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  970. .show > .btn-success.dropdown-toggle {
  971. color: #fff;
  972. background-color: #1e7e34;
  973. border-color: #1c7430;
  974. }
  975. .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
  976. .show > .btn-success.dropdown-toggle:focus {
  977. box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  978. }
  979. .btn-info {
  980. color: #fff;
  981. background-color: #17a2b8;
  982. border-color: #17a2b8;
  983. }
  984. .btn-info:hover {
  985. color: #fff;
  986. background-color: #138496;
  987. border-color: #117a8b;
  988. }
  989. .btn-info:focus, .btn-info.focus {
  990. box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  991. }
  992. .btn-info.disabled, .btn-info:disabled {
  993. color: #fff;
  994. background-color: #17a2b8;
  995. border-color: #17a2b8;
  996. }
  997. .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  998. .show > .btn-info.dropdown-toggle {
  999. color: #fff;
  1000. background-color: #117a8b;
  1001. border-color: #10707f;
  1002. }
  1003. .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
  1004. .show > .btn-info.dropdown-toggle:focus {
  1005. box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  1006. }
  1007. .btn-warning {
  1008. color: #212529;
  1009. background-color: #ffc107;
  1010. border-color: #ffc107;
  1011. }
  1012. .btn-warning:hover {
  1013. color: #212529;
  1014. background-color: #e0a800;
  1015. border-color: #d39e00;
  1016. }
  1017. .btn-warning:focus, .btn-warning.focus {
  1018. box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  1019. }
  1020. .btn-warning.disabled, .btn-warning:disabled {
  1021. color: #212529;
  1022. background-color: #ffc107;
  1023. border-color: #ffc107;
  1024. }
  1025. .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  1026. .show > .btn-warning.dropdown-toggle {
  1027. color: #212529;
  1028. background-color: #d39e00;
  1029. border-color: #c69500;
  1030. }
  1031. .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
  1032. .show > .btn-warning.dropdown-toggle:focus {
  1033. box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  1034. }
  1035. .btn-danger {
  1036. color: #fff;
  1037. background-color: #dc3545;
  1038. border-color: #dc3545;
  1039. }
  1040. .btn-danger:hover {
  1041. color: #fff;
  1042. background-color: #c82333;
  1043. border-color: #bd2130;
  1044. }
  1045. .btn-danger:focus, .btn-danger.focus {
  1046. box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  1047. }
  1048. .btn-danger.disabled, .btn-danger:disabled {
  1049. color: #fff;
  1050. background-color: #dc3545;
  1051. border-color: #dc3545;
  1052. }
  1053. .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  1054. .show > .btn-danger.dropdown-toggle {
  1055. color: #fff;
  1056. background-color: #bd2130;
  1057. border-color: #b21f2d;
  1058. }
  1059. .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
  1060. .show > .btn-danger.dropdown-toggle:focus {
  1061. box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  1062. }
  1063. .btn-light {
  1064. color: #212529;
  1065. background-color: #f8f9fa;
  1066. border-color: #f8f9fa;
  1067. }
  1068. .btn-light:hover {
  1069. color: #212529;
  1070. background-color: #e2e6ea;
  1071. border-color: #dae0e5;
  1072. }
  1073. .btn-light:focus, .btn-light.focus {
  1074. box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  1075. }
  1076. .btn-light.disabled, .btn-light:disabled {
  1077. color: #212529;
  1078. background-color: #f8f9fa;
  1079. border-color: #f8f9fa;
  1080. }
  1081. .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  1082. .show > .btn-light.dropdown-toggle {
  1083. color: #212529;
  1084. background-color: #dae0e5;
  1085. border-color: #d3d9df;
  1086. }
  1087. .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
  1088. .show > .btn-light.dropdown-toggle:focus {
  1089. box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  1090. }
  1091. .btn-dark {
  1092. color: #fff;
  1093. background-color: #343a40;
  1094. border-color: #343a40;
  1095. }
  1096. .btn-dark:hover {
  1097. color: #fff;
  1098. background-color: #23272b;
  1099. border-color: #1d2124;
  1100. }
  1101. .btn-dark:focus, .btn-dark.focus {
  1102. box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  1103. }
  1104. .btn-dark.disabled, .btn-dark:disabled {
  1105. color: #fff;
  1106. background-color: #343a40;
  1107. border-color: #343a40;
  1108. }
  1109. .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  1110. .show > .btn-dark.dropdown-toggle {
  1111. color: #fff;
  1112. background-color: #1d2124;
  1113. border-color: #171a1d;
  1114. }
  1115. .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
  1116. .show > .btn-dark.dropdown-toggle:focus {
  1117. box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  1118. }
  1119. .btn-outline-primary {
  1120. color: #007bff;
  1121. border-color: #007bff;
  1122. }
  1123. .btn-outline-primary:hover {
  1124. color: #fff;
  1125. background-color: #007bff;
  1126. border-color: #007bff;
  1127. }
  1128. .btn-outline-primary:focus, .btn-outline-primary.focus {
  1129. box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  1130. }
  1131. .btn-outline-primary.disabled, .btn-outline-primary:disabled {
  1132. color: #007bff;
  1133. background-color: transparent;
  1134. }
  1135. .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  1136. .show > .btn-outline-primary.dropdown-toggle {
  1137. color: #fff;
  1138. background-color: #007bff;
  1139. border-color: #007bff;
  1140. }
  1141. .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  1142. .show > .btn-outline-primary.dropdown-toggle:focus {
  1143. box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  1144. }
  1145. .btn-outline-secondary {
  1146. color: #6c757d;
  1147. border-color: #6c757d;
  1148. }
  1149. .btn-outline-secondary:hover {
  1150. color: #fff;
  1151. background-color: #6c757d;
  1152. border-color: #6c757d;
  1153. }
  1154. .btn-outline-secondary:focus, .btn-outline-secondary.focus {
  1155. box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  1156. }
  1157. .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  1158. color: #6c757d;
  1159. background-color: transparent;
  1160. }
  1161. .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  1162. .show > .btn-outline-secondary.dropdown-toggle {
  1163. color: #fff;
  1164. background-color: #6c757d;
  1165. border-color: #6c757d;
  1166. }
  1167. .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  1168. .show > .btn-outline-secondary.dropdown-toggle:focus {
  1169. box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  1170. }
  1171. .btn-outline-success {
  1172. color: #28a745;
  1173. border-color: #28a745;
  1174. }
  1175. .btn-outline-success:hover {
  1176. color: #fff;
  1177. background-color: #28a745;
  1178. border-color: #28a745;
  1179. }
  1180. .btn-outline-success:focus, .btn-outline-success.focus {
  1181. box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  1182. }
  1183. .btn-outline-success.disabled, .btn-outline-success:disabled {
  1184. color: #28a745;
  1185. background-color: transparent;
  1186. }
  1187. .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  1188. .show > .btn-outline-success.dropdown-toggle {
  1189. color: #fff;
  1190. background-color: #28a745;
  1191. border-color: #28a745;
  1192. }
  1193. .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
  1194. .show > .btn-outline-success.dropdown-toggle:focus {
  1195. box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  1196. }
  1197. .btn-outline-info {
  1198. color: #17a2b8;
  1199. border-color: #17a2b8;
  1200. }
  1201. .btn-outline-info:hover {
  1202. color: #fff;
  1203. background-color: #17a2b8;
  1204. border-color: #17a2b8;
  1205. }
  1206. .btn-outline-info:focus, .btn-outline-info.focus {
  1207. box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  1208. }
  1209. .btn-outline-info.disabled, .btn-outline-info:disabled {
  1210. color: #17a2b8;
  1211. background-color: transparent;
  1212. }
  1213. .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  1214. .show > .btn-outline-info.dropdown-toggle {
  1215. color: #fff;
  1216. background-color: #17a2b8;
  1217. border-color: #17a2b8;
  1218. }
  1219. .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
  1220. .show > .btn-outline-info.dropdown-toggle:focus {
  1221. box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  1222. }
  1223. .btn-outline-warning {
  1224. color: #ffc107;
  1225. border-color: #ffc107;
  1226. }
  1227. .btn-outline-warning:hover {
  1228. color: #212529;
  1229. background-color: #ffc107;
  1230. border-color: #ffc107;
  1231. }
  1232. .btn-outline-warning:focus, .btn-outline-warning.focus {
  1233. box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  1234. }
  1235. .btn-outline-warning.disabled, .btn-outline-warning:disabled {
  1236. color: #ffc107;
  1237. background-color: transparent;
  1238. }
  1239. .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  1240. .show > .btn-outline-warning.dropdown-toggle {
  1241. color: #212529;
  1242. background-color: #ffc107;
  1243. border-color: #ffc107;
  1244. }
  1245. .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
  1246. .show > .btn-outline-warning.dropdown-toggle:focus {
  1247. box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  1248. }
  1249. .btn-outline-danger {
  1250. color: #dc3545;
  1251. border-color: #dc3545;
  1252. }
  1253. .btn-outline-danger:hover {
  1254. color: #fff;
  1255. background-color: #dc3545;
  1256. border-color: #dc3545;
  1257. }
  1258. .btn-outline-danger:focus, .btn-outline-danger.focus {
  1259. box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  1260. }
  1261. .btn-outline-danger.disabled, .btn-outline-danger:disabled {
  1262. color: #dc3545;
  1263. background-color: transparent;
  1264. }
  1265. .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  1266. .show > .btn-outline-danger.dropdown-toggle {
  1267. color: #fff;
  1268. background-color: #dc3545;
  1269. border-color: #dc3545;
  1270. }
  1271. .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
  1272. .show > .btn-outline-danger.dropdown-toggle:focus {
  1273. box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  1274. }
  1275. .btn-outline-light {
  1276. color: #f8f9fa;
  1277. border-color: #f8f9fa;
  1278. }
  1279. .btn-outline-light:hover {
  1280. color: #212529;
  1281. background-color: #f8f9fa;
  1282. border-color: #f8f9fa;
  1283. }
  1284. .btn-outline-light:focus, .btn-outline-light.focus {
  1285. box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  1286. }
  1287. .btn-outline-light.disabled, .btn-outline-light:disabled {
  1288. color: #f8f9fa;
  1289. background-color: transparent;
  1290. }
  1291. .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  1292. .show > .btn-outline-light.dropdown-toggle {
  1293. color: #212529;
  1294. background-color: #f8f9fa;
  1295. border-color: #f8f9fa;
  1296. }
  1297. .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  1298. .show > .btn-outline-light.dropdown-toggle:focus {
  1299. box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  1300. }
  1301. .btn-outline-dark {
  1302. color: #343a40;
  1303. border-color: #343a40;
  1304. }
  1305. .btn-outline-dark:hover {
  1306. color: #fff;
  1307. background-color: #343a40;
  1308. border-color: #343a40;
  1309. }
  1310. .btn-outline-dark:focus, .btn-outline-dark.focus {
  1311. box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  1312. }
  1313. .btn-outline-dark.disabled, .btn-outline-dark:disabled {
  1314. color: #343a40;
  1315. background-color: transparent;
  1316. }
  1317. .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  1318. .show > .btn-outline-dark.dropdown-toggle {
  1319. color: #fff;
  1320. background-color: #343a40;
  1321. border-color: #343a40;
  1322. }
  1323. .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  1324. .show > .btn-outline-dark.dropdown-toggle:focus {
  1325. box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  1326. }
  1327. .btn-link {
  1328. font-weight: 400;
  1329. color: #007bff;
  1330. text-decoration: none;
  1331. }
  1332. .btn-link:hover {
  1333. color: #0056b3;
  1334. text-decoration: underline;
  1335. }
  1336. .btn-link:focus, .btn-link.focus {
  1337. text-decoration: underline;
  1338. box-shadow: none;
  1339. }
  1340. .btn-link:disabled, .btn-link.disabled {
  1341. color: #6c757d;
  1342. pointer-events: none;
  1343. }
  1344. .btn-lg, .btn-group-lg > .btn {
  1345. padding: 0.5rem 1rem;
  1346. font-size: 1.25rem;
  1347. line-height: 1.5;
  1348. border-radius: 0.3rem;
  1349. }
  1350. .btn-sm, .btn-group-sm > .btn {
  1351. padding: 0.25rem 0.5rem;
  1352. font-size: 0.875rem;
  1353. line-height: 1.5;
  1354. border-radius: 0.2rem;
  1355. }
  1356. .btn-block {
  1357. display: block;
  1358. width: 100%;
  1359. }
  1360. .btn-block + .btn-block {
  1361. margin-top: 0.5rem;
  1362. }
  1363. input[type="submit"].btn-block,
  1364. input[type="reset"].btn-block,
  1365. input[type="button"].btn-block {
  1366. width: 100%;
  1367. }
  1368. button {
  1369. border-radius: 0;
  1370. }
  1371. button:focus {
  1372. outline: 1px dotted;
  1373. outline: 5px auto -webkit-focus-ring-color;
  1374. }