style.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .text-title-select{
  2. display: inline-block;
  3. }
  4. #session-select{
  5. display: inline-block;
  6. }
  7. .title-name-session{
  8. display: block;
  9. padding-top: 10px;
  10. padding-bottom: 10px;
  11. font-weight: normal;
  12. margin-top: 5px;
  13. margin-bottom: 5px;
  14. }
  15. .badge-dis{
  16. background-color: #008080;
  17. font-size: 20px;
  18. }
  19. .badge-recom{
  20. background-color:#88aa00 ;
  21. font-size: 20px;
  22. }
  23. .badge-info {
  24. font-size: 20px;
  25. }
  26. .separate-badge{
  27. margin-bottom: 20px;
  28. margin-top: 20px;
  29. }
  30. .date, .mode{
  31. display: inline-block;
  32. }
  33. .img-circle{
  34. border-radius: 500px;
  35. -moz-border-radius: 500px;
  36. -webkit-border-radius: 500px;
  37. }
  38. #student_table.table td{
  39. vertical-align: middle;
  40. text-align: center;
  41. }
  42. #student_table.table td.name{
  43. color: #084B8A;
  44. text-align: left;
  45. }
  46. #student_table.table th{
  47. font-size: 14px;
  48. vertical-align: middle;
  49. text-align: center;
  50. }
  51. #modalMail .modal-body {
  52. height: 360px;
  53. overflow: visible;
  54. }
  55. #iframeAdvsub {
  56. width: 100%;
  57. height: 100%;
  58. }
  59. .legal-terms-popup{
  60. margin-top: 5%;
  61. margin-left: 5%;
  62. margin-right: 5%;
  63. }
  64. .legal-terms{
  65. width: 90%;
  66. height: 50%;
  67. }
  68. .legal-terms-buttons {
  69. text-align: right;
  70. }
  71. .legal-terms-title {
  72. text-align: center;
  73. }
  74. .advanced-subscription-decision-column {
  75. width: 200px;
  76. }