default.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996
  1. /*!
  2. * Rainbow stylesheet - Default v.1.0
  3. * Homepage: https://chamilo.org
  4. * Author: Alex Aragón <alex.aragon@beeznest.com>
  5. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  6. * Based on Bootstrap v3
  7. */
  8. html {
  9. -ms-text-size-adjust: 100%;
  10. -webkit-text-size-adjust: 100%;
  11. }
  12. body {
  13. margin: 0;
  14. font-family: Verdana, Helvetica, Arial, sans-serif !important;
  15. line-height: 1.72222;
  16. background: url('images/bg.png') center center repeat-x;
  17. color: #666;
  18. }
  19. a {
  20. color: #162A83;
  21. text-decoration: none;
  22. }
  23. a:hover,
  24. a:focus {
  25. color: #666;
  26. text-decoration: none;
  27. }
  28. a:focus {
  29. outline: none;
  30. }
  31. .logo-ofaj{
  32. padding: 5px;
  33. margin-bottom: 0;
  34. margin-top: 0;
  35. }
  36. .home-information{
  37. margin: 0;
  38. padding: 0;
  39. }
  40. .home-information .title{
  41. position: static;
  42. font-size: 16px;
  43. margin-top: 20px;
  44. margin-bottom: 12px;
  45. font-weight: bold;
  46. color: #162A83;
  47. }
  48. .home-information .item-icon{
  49. text-align: center;
  50. }
  51. .home-information .item-icon .circle .fa{
  52. color: #FFF;
  53. }
  54. .home-information .item-icon .circle{
  55. width: 75px;
  56. height: 75px;
  57. line-height: 90px;
  58. border-radius: 50%;
  59. background: #162A83;
  60. display: inline-block;
  61. }
  62. #sessionList .list-group .title{
  63. font-size: 12px;
  64. font-weight: normal;
  65. display: inline !important;
  66. }
  67. #session-block .list-group .list-group-item{
  68. float: left;
  69. }
  70. #courseList .list-group .title{
  71. font-size: 12px;
  72. font-weight: normal;
  73. display: inline !important;
  74. }
  75. #course-block .list-group .list-group-item{
  76. float: left;
  77. }
  78. .title{
  79. position: static;
  80. font-size: 25px;
  81. margin-top: 32px;
  82. margin-bottom: 12px;
  83. font-weight: bold;
  84. color: #07578A;
  85. }
  86. .title a:hover{
  87. color: #666;
  88. }
  89. .page-faq .title, .page-contact .title{
  90. margin-top: 15px;
  91. margin-bottom: 10px;
  92. }
  93. .ui-widget-content{
  94. color: #666;
  95. }
  96. .ui-widget-header{
  97. color: #666;
  98. }
  99. .page-inscription .page-header{
  100. border: none;
  101. }
  102. .page-inscription .page-header h2{
  103. font-size: 25px;
  104. font-weight: bold;
  105. color: #07578A;
  106. }
  107. .title-green{
  108. position: static;
  109. font-size: 25px;
  110. margin-top: 32px;
  111. margin-bottom: 12px;
  112. font-weight: bold;
  113. color: #96BD0D;
  114. }
  115. .title-green a:hover{
  116. color: #666;
  117. }
  118. .list-faq{
  119. border: 1px solid #e5e5e5;
  120. border-radius: 5px;
  121. margin-top: 25px;
  122. padding-top: 20px;
  123. padding-bottom: 20px;
  124. margin-bottom: 20px;
  125. }
  126. .list-items-faq{
  127. list-style: none;
  128. padding: 0;
  129. margin: 0;
  130. }
  131. .list-items-faq a{
  132. color: #666;
  133. }
  134. .list-items-faq a:hover{
  135. color: #07578A;
  136. }
  137. .list-faq .list-title{
  138. font-size: 16px;
  139. font-weight: bold;
  140. }
  141. .block-faq .title{
  142. font-size: 20px;
  143. font-weight: bold;
  144. margin-bottom: 30px;
  145. color: #07578A;
  146. }
  147. .page-faq{
  148. padding-left: 30px;
  149. padding-right: 30px;
  150. }
  151. .block-faq .panel-default {
  152. box-shadow: none;
  153. }
  154. .block-faq .panel-default .panel-heading{
  155. font-weight: bold;
  156. font-size: 16px;
  157. background: transparent;
  158. }
  159. .back_to_top{
  160. font-size: 16px;
  161. text-align: center;
  162. }
  163. .back_to_top_wrap{
  164. cursor: pointer;
  165. position: fixed;
  166. right: 0;
  167. top: 50px;
  168. display: none;
  169. }
  170. .back_to_top_wrap:hover{
  171. color: #FFFFFF;
  172. }
  173. .navbar-right{
  174. margin-right: 0;
  175. }
  176. .partners{
  177. text-align: left;
  178. }
  179. .partners a{
  180. display: inline-block;
  181. padding-left: 10px;
  182. padding-right: 10px;
  183. }
  184. footer #footer_right{
  185. text-align: right;
  186. }
  187. /* Menu Option */
  188. .item-menu{
  189. text-align: center;
  190. }
  191. .item-menu a{
  192. color: #fff !important;
  193. font-size: 15px;
  194. }
  195. .navbar-collapse{
  196. padding: 0;
  197. }
  198. .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
  199. background-color: #8A3BA2;
  200. }
  201. #formLogin .input-group .input-group-addon .fa{
  202. color: #162A83;
  203. }
  204. .grid-courses .items .image .user-actions .btn .fa{
  205. color: #162A83;
  206. }
  207. .hot-courses .grid-courses .items .toolbar{
  208. display: none;
  209. }
  210. .hot-courses .grid-courses .items{
  211. min-height: 220px;
  212. }
  213. #latest_pages .section-title{
  214. margin-bottom: 35px;
  215. }
  216. .statistics{
  217. padding-top: 20px;
  218. padding-bottom: 20px;
  219. margin-top: 10px;
  220. margin-bottom: 10px;
  221. }
  222. .section-notice{
  223. padding-top: 20px;
  224. padding-bottom: 20px;
  225. margin-top: 10px;
  226. margin-bottom: 10px;
  227. }
  228. .section-notice .items{
  229. padding-left: 10px;
  230. padding-right: 10px;
  231. }
  232. .section-notice .items .description .title{
  233. margin-top: 10px;
  234. }
  235. .section-notice .items .title a{
  236. color: #162A83;
  237. font-size: 14px;
  238. font-weight: 700;
  239. }
  240. .section-notice .items .title a:hover{
  241. color: #666666;
  242. font-weight: 700;
  243. }
  244. .section-notice .items .image .sonata-media-block-media-container img,
  245. #latest_blocks .container.section-notice .items .image .sonata-media-block-feature-media-container img{
  246. width: 100%;
  247. height: 100%;
  248. }
  249. .section-notice .items .date{
  250. color: #888;
  251. padding-top: 5px;
  252. padding-bottom: 10px;
  253. }
  254. .section-global #breadcrumb-bar{
  255. display: none;
  256. }
  257. .grid-courses .session .session-name{
  258. color: #E53140;
  259. }
  260. .grid-courses .items.session{
  261. min-height: 230px;
  262. border: 1px solid #19BF69;
  263. }
  264. .section-title{
  265. font-size: 28px;
  266. color: #96BD0D;
  267. text-align: center;
  268. }
  269. .statistics .icon-color{
  270. color: #96BD0D;
  271. }
  272. .statistics .number{
  273. color: #96BD0D;
  274. font-weight: 700;
  275. }
  276. .statistics .text{
  277. color: #162A83;
  278. }
  279. .statistics .items{
  280. padding: 0;
  281. margin: 0;
  282. list-style: none;
  283. margin-left: 90px;
  284. }
  285. .statistics .items li{
  286. display: inline-block;
  287. padding-right: 10px;
  288. }
  289. .statistics .items li h2{
  290. padding: 0;
  291. margin: 0;
  292. }
  293. .welcome-home-top-temp{
  294. padding: 0;
  295. margin: 0;
  296. }
  297. #content-section, #page-wrap{
  298. margin-bottom: 250px;
  299. }
  300. .welcome-home-top-temp h1{
  301. color: #E53140;
  302. }
  303. .welcome-home-top-temp p{
  304. font-size: 20px;
  305. }
  306. #carousel-announcement .carousel-indicators .active{
  307. background: #162A83;
  308. }
  309. .carousel-indicators li{
  310. border: none;
  311. }
  312. #carousel-announcement .carousel-indicators li{
  313. width: 15px;
  314. height: 15px;
  315. }
  316. .carousel-control{
  317. opacity: 1;
  318. }
  319. .carousel-control:focus, .carousel-control:hover{
  320. opacity: 1;
  321. color: #162A83;
  322. }
  323. .form-horizontal .progress{
  324. margin-top: 10px;
  325. }
  326. .navbar{
  327. border-radius: 0;
  328. }
  329. .navbar {
  330. background: #96BD0D;
  331. border: none;
  332. }
  333. .nav li a{
  334. padding: 10px 20px;
  335. }
  336. .navbar-nav li a{
  337. font-weight: bold;
  338. line-height: 25px;
  339. padding-top: 12.5px;
  340. padding-bottom: 12.5px;
  341. }
  342. .navbar-collapse{
  343. overflow: hidden !important;
  344. }
  345. .navbar-default .navbar-nav > li > a:focus,
  346. .navbar-default .navbar-nav > li > a:hover {
  347. color: #A4DC2D;
  348. }
  349. .navbar-default .navbar-nav > .active > a,
  350. .navbar-default .navbar-nav > .active > a:hover,
  351. .navbar-default .navbar-nav > .active > a:focus{
  352. color: #fff;
  353. background:#6B1D82;
  354. }
  355. .navbar-default .navbar-nav > li > a{
  356. color: #333333;
  357. }
  358. .navbar-default .navbar-nav > .open > a,
  359. .navbar-default .navbar-nav > .open > a:hover,
  360. .navbar-default .navbar-nav > .open > a:focus{
  361. background: #07578a;
  362. }
  363. .navbar-nav > li > .dropdown-menu{
  364. min-width: 100%;
  365. margin-top: 2px;
  366. border-radius: 4px;
  367. -webkit-border-radius: 4px;
  368. -moz-border-radius: 4px;
  369. }
  370. .navbar-default .navbar-nav > .open > .dropdown-menu{
  371. padding: 3px 4px;
  372. }
  373. .navbar-default .navbar-nav > .open > .dropdown-menu > li > a{
  374. padding: 6px 9px;
  375. border-radius: 4px;
  376. -webkit-border-radius: 4px;
  377. -moz-border-radius: 4px;
  378. font-weight: normal;
  379. }
  380. .navbar-right .dropdown .dropdown-toggle{
  381. padding-top: 7px;
  382. padding-bottom: 7px;
  383. }
  384. .dropdown-toggle .img-circle{
  385. border: 2px solid #ccc;
  386. }
  387. .navbar-default .navbar-nav > .open > a,
  388. .navbar-default .navbar-nav > .open > a:hover,
  389. .navbar-default .navbar-nav > .open > a:focus{
  390. background-color: #6B1D82;
  391. padding-bottom: 7px;
  392. padding-top: 7px;
  393. color: #FFF;
  394. }
  395. .navbar-default .navbar-nav > li > a:focus,
  396. .navbar-default .navbar-nav > li > a:hover{
  397. color: #FFF;
  398. }
  399. .nav > li > a:hover, .nav > li > a:focus{
  400. background-color: transparent;
  401. }
  402. .btn-primary{
  403. background-color: #162A83;
  404. border-color: #162A83;
  405. }
  406. .btn-primary:hover{
  407. background-color: #000080;
  408. border-color: #000080;
  409. }
  410. .page-inscription .btn-default{
  411. background-color: #162A83;
  412. border-color: #162A83;
  413. color: #FFF;
  414. }
  415. .page-inscription .dropdown-toggle.btn-default{
  416. background-color: #FFF;
  417. border-color: #CCC;
  418. color: #333;
  419. }
  420. #extra_terms_datedenaissance_alt{
  421. background: #FFF;
  422. }
  423. .navbar-inverse li a{
  424. line-height: 30px;
  425. background: none !important;
  426. font-size: 12px;
  427. font-weight: normal;
  428. padding-top: 5px;
  429. padding-right: 10px;
  430. padding-left: 10px;
  431. padding-bottom: 5px;
  432. }
  433. .navbar-fixed-top .navbar-collapse{
  434. min-height:auto;
  435. }
  436. .navbar-inverse .navbar-brand{
  437. padding: 10px;
  438. font-size: 14px;
  439. height: auto;
  440. }
  441. .navbar-form .form-control{
  442. height: 25px;
  443. padding: 6px;
  444. }
  445. .navbar-fixed-top{
  446. min-height: 40px;
  447. }
  448. .navbar-fixed-top .dropdown-menu li a{
  449. line-height: 20px;
  450. }
  451. .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{
  452. color: #ffffff;
  453. }
  454. .navbar-inverse li a:hover {
  455. background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d) !important;
  456. background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d) !important;
  457. background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)) !important;
  458. background-image: linear-gradient(#020202, #101112 40%, #191b1d) !important;
  459. background-repeat: no-repeat !important;
  460. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0) !important;
  461. -webkit-filter: none !important;
  462. filter: none !important;
  463. border-left-color: transparent !important;
  464. }
  465. .navbar-inverse .dropdown-menu li a:hover,
  466. .navbar-inverse .dropdown-menu li a:focus{
  467. background:#3C4147 !important;
  468. color: #fff;
  469. }
  470. .grid-courses .items .title{
  471. font-size: 12px;
  472. font-weight: bold;
  473. min-height: 35px;
  474. }
  475. .badge-warning{
  476. background-color: #6D237D;
  477. }
  478. .breadcrumb{
  479. padding: 8px 15px;
  480. margin-bottom: 21px;
  481. list-style: outside none none;
  482. background-color: #ECF0F1;
  483. font-size: 12px;
  484. }
  485. .panel-default{
  486. border-color: #ddd;
  487. }
  488. .panel-default .panel-heading{
  489. color: #666;
  490. background-color:#ECF0F1;
  491. border-color: #ECF0F1;
  492. }
  493. .menu-column .nav li a img{
  494. vertical-align: middle;
  495. }
  496. .form-horizontal .control-label{
  497. font-size: 12px;
  498. }
  499. .panel-default .panel-heading h4{
  500. font-size: 12px;
  501. }
  502. .question_row_score .title-score .total{
  503. background: #162A83;
  504. color: #FFF;
  505. border: none;
  506. }
  507. .ribbon{
  508. background: #2c539e; /* Old browsers */
  509. background: -moz-linear-gradient(top, #2c539e 0%, #1a265e 100%); /* FF3.6-15 */
  510. background: -webkit-linear-gradient(top, #2c539e 0%,#1a265e 100%); /* Chrome10-25,Safari5.1-6 */
  511. background: linear-gradient(to bottom, #2c539e 0%,#1a265e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  512. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#1a265e',GradientType=0 ); /* IE6-9 */
  513. border: none;
  514. }
  515. .ribbon h4{
  516. color: #FFF;
  517. }
  518. /* Jquery UI */
  519. .ui-accordion .ui-accordion-icons{
  520. padding-left: 0.2em;
  521. }
  522. /* End Jquery UI */
  523. .footer .pre-footer{
  524. padding-bottom: 5px;
  525. padding-top: 5px;
  526. margin-bottom: 10px;
  527. }
  528. footer .sub-footer{
  529. background-color:#ECECEC;
  530. padding-top: 20px;
  531. padding-bottom: 20px;
  532. }
  533. footer{
  534. color: #333333;
  535. }
  536. footer a{
  537. color: #666666;
  538. }
  539. footer a:hover{
  540. color: #96BD0D;
  541. }
  542. .navbar-default .navbar-brand {
  543. color:white;
  544. }
  545. .navbar-default .navbar-collapse, .navbar-default .navbar-form{
  546. border-color: #00677C;
  547. }
  548. .navbar-default .navbar-toggle{
  549. border: none;
  550. background-color: #000080;
  551. }
  552. .navbar-default .navbar-toggle .icon-bar{
  553. background-color: #ffffff;
  554. }
  555. .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  556. background-color: #00677C;
  557. }
  558. .page-header{
  559. margin: 10px 0 10px;
  560. }
  561. #user_form .form-horizontal{
  562. font-size: 13px;
  563. }
  564. .form-horizontal .holder{
  565. border: none;
  566. }
  567. .form-horizontal .ul.holder li.bit-input input{
  568. width: 514px;
  569. border: 1px solid #cccccc !important;
  570. }
  571. legend{
  572. font-size: 18px;
  573. }
  574. .legend .panel-body{
  575. font-size: 13px;
  576. }
  577. .items .sonata-media-block-media-container{
  578. float: left;
  579. padding-right: 10px;
  580. padding-top: 5px;
  581. }
  582. #carousel-announcement .carousel-indicators li{
  583. border: 1px solid #162A83;
  584. }
  585. .ofaj-search .text-info{
  586. color: #888;
  587. }
  588. .ofaj-search .col-sm-8{
  589. width: 50.666%;
  590. }
  591. .ofaj-search .col-sm-2{
  592. width: 17.667%;
  593. }
  594. .ofaj-search .col-sm-2.control-label{
  595. width: 31.667%;
  596. font-weight: normal;
  597. }
  598. .required:before {
  599. content: "* ";
  600. color: #f00;
  601. }
  602. #breadcrumb-bar #view_as_link {
  603. padding-top: 0px;
  604. margin-right: 5px;
  605. }
  606. .sticky-footer {
  607. padding-bottom: 0;
  608. }
  609. .navbar-brand{
  610. display: none;
  611. }
  612. .block-items-admin{
  613. font-size: 12px;
  614. }
  615. .cookieUsageValidation{
  616. background-color: #ECECEC;
  617. color: #666;
  618. position: fixed;
  619. z-index: 999;
  620. width: 100%;
  621. padding: 15px 10px;
  622. border-bottom: 2px solid #D8D8D8;
  623. }
  624. .cookieUsageValidation .more{
  625. padding-top: 10px;
  626. padding-bottom: 10px;
  627. }
  628. .cookieUsageValidation .more a{
  629. color: #96BD0D;
  630. }
  631. .cookieUsageValidation .link{
  632. cursor: pointer;
  633. margin-left: 10px;
  634. padding: 6px 12px;
  635. margin-bottom: 0;
  636. font-size: 12px;
  637. font-weight: 400;
  638. line-height: 1.42857143;
  639. text-align: center;
  640. white-space: nowrap;
  641. vertical-align: middle;
  642. border: 1px solid #6B1D82;
  643. border-radius: 4px;
  644. background-color: #6B1D82;
  645. color: #FFF;
  646. }
  647. .cookieUsageValidation .link:hover{
  648. color: #FFF;
  649. background-color: #162A83;
  650. border-color: #162A83;
  651. }
  652. .question-result .dl-horizontal {
  653. display:none;
  654. }
  655. /* Large desktop */
  656. @media (min-width: 1200px) {
  657. }
  658. /* Portrait tablet to landscape and desktop */
  659. @media (min-width: 768px) and (max-width: 979px) {
  660. .grid-courses .items{
  661. height: 300px;
  662. }
  663. .statistics .items {
  664. margin-left: 0;
  665. text-align: center;
  666. }
  667. .section-title {
  668. font-size: 25px;
  669. margin-top: 10px;
  670. margin-bottom: 10px;
  671. }
  672. .hot-courses .grid-courses .items {
  673. height: 220px;
  674. }
  675. .page-faq{
  676. padding-left: 10px;
  677. padding-right: 10px;
  678. }
  679. .home-information .title {
  680. font-size: 14px;
  681. margin-top: 20px;
  682. }
  683. .container.home-information p {
  684. font-size: 12px;
  685. }
  686. .home-information .item-icon .circle {
  687. width: 50px;
  688. height: 50px;
  689. line-height: 60px;
  690. }
  691. .home-information .item-icon .circle .fa {
  692. font-size: 2em;
  693. }
  694. .partners{
  695. text-align: center;
  696. padding-top: 30px;
  697. }
  698. footer #footer_right {
  699. text-align: center;
  700. }
  701. .block-faq .title {
  702. font-size: 16px;
  703. margin-bottom: 15px;
  704. }
  705. .page-faq .title, .page-contact .title {
  706. margin-top: 5px;
  707. margin-bottom: 5px;
  708. font-size: 20px;
  709. }
  710. .breadcrumb{
  711. font-size: 12px;
  712. }
  713. #user_image_block{
  714. display: none;
  715. }
  716. }
  717. /* Landscape phone to portrait tablet */
  718. @media (min-width: 480px) and (max-width: 641px) {
  719. .navbar-nav li a {
  720. padding-top: 6.5px;
  721. padding-bottom: 6.5px;
  722. font-weight: normal;
  723. }
  724. .navbar-default .navbar-collapse, .navbar-default .navbar-form {
  725. border: none;
  726. }
  727. .dropdown.avatar-user {
  728. text-align: right;
  729. }
  730. .item-menu{
  731. width: 100%;
  732. text-align: left;
  733. border-bottom: 1px solid #85A70A;
  734. }
  735. .grid-courses .col-xs-12{
  736. width: 48%;
  737. }
  738. .statistics .items{
  739. margin-left: 0;
  740. }
  741. .statistics .items li h2{
  742. padding: 0;
  743. margin: 0;
  744. font-size: 25px;
  745. text-align: center;
  746. display: inline-block;
  747. }
  748. .statistics .items li{
  749. display: inline-block;
  750. width: 100%;
  751. text-align: center;
  752. }
  753. #user_image_block{
  754. display: none;
  755. }
  756. .notification-panel{
  757. display: none;
  758. }
  759. .partners {
  760. padding-bottom: 20px;
  761. padding-top: 20px;
  762. text-align: center;
  763. }
  764. footer #footer_right {
  765. text-align: center;
  766. }
  767. }
  768. /* Landscape phones and down */
  769. @media (max-width: 480px) {
  770. .header-logo-top{
  771. display: none;
  772. }
  773. #user_image_block{
  774. display: none;
  775. }
  776. .navbar-nav li a {
  777. padding-top: 6.5px;
  778. padding-bottom: 6.5px;
  779. font-weight: normal;
  780. }
  781. .navbar-default .navbar-collapse, .navbar-default .navbar-form {
  782. border: none;
  783. }
  784. .dropdown.avatar-user {
  785. text-align: right;
  786. }
  787. .item-menu{
  788. width: 100%;
  789. text-align: left;
  790. border-bottom: 1px solid #85A70A;
  791. }
  792. #carousel-announcement{
  793. min-height: auto;
  794. }
  795. .navbar-default .navbar-toggle {
  796. border: none;
  797. background-color: #6B1D82;
  798. }
  799. .navbar-default .navbar-toggle:focus,
  800. .navbar-default .navbar-toggle:hover {
  801. background-color: #72376E;
  802. }
  803. .avatar-user .user-body{
  804. padding-left: 10px;
  805. padding-right: 10px;
  806. }
  807. .avatar-user .user-body a{
  808. border-bottom: 1px solid #CCC;
  809. }
  810. .statistics .items {
  811. padding-top: 15px;
  812. padding-bottom: 15px;
  813. padding-left: 0;
  814. padding-right: 0;
  815. margin: 0;
  816. list-style: none;
  817. margin-left: 0;
  818. text-align: center;
  819. }
  820. .section-title {
  821. font-size: 20px;
  822. text-align: left;
  823. }
  824. .section-notice .items .description{
  825. font-size: 12px;
  826. }
  827. .section-notice .items .description .title {
  828. margin-top: 10px;
  829. line-height: 16px;
  830. }
  831. .section-notice .items {
  832. padding-left: 10px;
  833. padding-right: 10px;
  834. padding-bottom: 10px;
  835. border-bottom: 1px solid #ccc;
  836. }
  837. .partners {
  838. padding-bottom: 10px;
  839. padding-top: 10px;
  840. text-align: center;
  841. }
  842. .partners a {
  843. padding-bottom: 10px;
  844. padding-top: 10px;
  845. }
  846. footer #footer_right {
  847. text-align: center;
  848. }
  849. .page-faq {
  850. padding-left: 0;
  851. padding-right: 0;
  852. }
  853. .block-faq .title {
  854. font-size: 16px;
  855. font-weight: bold;
  856. margin-bottom: 20px;
  857. color: #07578A;
  858. }
  859. .list-faq ul{
  860. list-style: none;
  861. padding-left: 18px;
  862. margin: 0;
  863. }
  864. .block-faq .panel-default .panel-heading {
  865. font-weight: bold;
  866. font-size: 14px;
  867. background: transparent;
  868. line-height: 20px;
  869. }
  870. .list-faq .list-title {
  871. font-size: 15px;
  872. font-weight: bold;
  873. margin: 10px 0;
  874. }
  875. .page-faq .title {
  876. font-size: 16px;
  877. font-weight: bold;
  878. margin: 10px 0;
  879. }
  880. .grid-courses .items.session {
  881. border: 1px solid #19BF69;
  882. }
  883. .pull-right {
  884. float: left !important;
  885. }
  886. .navbar-brand{
  887. display: block;
  888. }
  889. .statistics .items li h2{
  890. padding: 0;
  891. margin: 0;
  892. font-size: 25px;
  893. text-align: center;
  894. display: inline-block;
  895. }
  896. .statistics .icon-color.fa-4x{
  897. font-size: 3em;
  898. }
  899. .statistics .items li{
  900. display: inline-block;
  901. width: 100%;
  902. }
  903. .statistics .text{
  904. font-size: 12px;
  905. }
  906. .actions img{
  907. padding: 0;
  908. border: none;
  909. width: 30px;
  910. }
  911. .form-group{
  912. margin-bottom: 5px;
  913. }
  914. .actions .form-inline{
  915. margin-right: 0;
  916. }
  917. .actions fieldset {
  918. margin-top: 10px;
  919. }
  920. .actions .form-inline .form-group,
  921. #settings .form-inline .form-group{
  922. display: inline-block;
  923. margin-bottom: 0;
  924. vertical-align: middle;
  925. }
  926. #settings .form-control{
  927. width: 65%;
  928. display: inline-block;
  929. }
  930. .list-items-admin{
  931. padding-left: 15px;
  932. }
  933. .admin-edit-block.pull-right{
  934. float: right !important;
  935. }
  936. .view-options{
  937. display: none;
  938. }
  939. .home-information p{
  940. font-size: 12px;
  941. }
  942. .home-information .title{
  943. font-size: 14px;
  944. }
  945. .home-information .item-icon .circle {
  946. width: 50px;
  947. height: 50px;
  948. line-height: 58px;
  949. }
  950. .home-information .item-icon .circle .fa-3x{
  951. font-size: 2em;
  952. }
  953. #panel-scorm .panel-body{
  954. padding: 0;
  955. }
  956. #learning_path_toc{
  957. margin-top: 10px;
  958. }
  959. #panel-scorm.panel-body{
  960. padding: 0;
  961. }
  962. #panel-scorm .image-avatar{
  963. padding-top: 0;
  964. }
  965. .notification-panel{
  966. display: none;
  967. }
  968. footer .sub-footer {
  969. background-color: #ECECEC;
  970. padding-top: 0;
  971. padding-bottom: 0;
  972. }
  973. .sticky-footer {
  974. position: relative;
  975. bottom: 0;
  976. width: 100%;
  977. padding-top: 10px;
  978. padding-bottom: 10px;
  979. }
  980. .chatboxmain{
  981. width: auto;
  982. right: 0;
  983. }
  984. .chatboxmain .chatboxheadmain{
  985. padding: 0 5px;
  986. }
  987. .chatboxcontent{
  988. width: auto;
  989. }
  990. }