"OdenseTrack" is a school assignment/project from AspIT https://aspit.dfine.net/odensetrack
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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