followup.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. .mt40{
  2. margin-top: 40px;
  3. }
  4. .mt60{
  5. margin-top: 60px;
  6. }
  7. .h34{
  8. height: 34px;
  9. }
  10. .lh34{
  11. line-height: 34px;
  12. }
  13. .form-control[type=text][readonly]{
  14. background-color: #f5f5fa;
  15. }
  16. .form-control[data-val=date][readonly]{
  17. background-color: #fff;
  18. }
  19. .c-arrow{
  20. position: absolute;
  21. font-size: 20px;
  22. top: 50%;
  23. right: 10px;
  24. margin-top: -10px;
  25. z-index: 3;
  26. color: #666;
  27. }
  28. .input-sm{
  29. height: 34px;
  30. }
  31. .chosen-container-single .chosen-single{
  32. border: 1px solid #e5e6e7;
  33. }
  34. .chosen-container-single .chosen-single span{
  35. margin-right: 15px;
  36. }
  37. .chosen-container-single .chosen-single div{
  38. width: 20px;
  39. }
  40. .chosen-container-single .chosen-single div b{
  41. background: none;
  42. background: url(../img/angle-down.png) no-repeat;
  43. background-size: 12px 12px;
  44. background-position-y: center;
  45. }
  46. .chosen-disabled{
  47. opacity: 1 !important;
  48. }
  49. .chosen-disabled.chosen-container-single .chosen-single{
  50. background-color: #f5f5fa;
  51. }
  52. .btn-blue{
  53. background-color: #12b7f5;
  54. color: #fff;
  55. }
  56. .required {
  57. position: relative;
  58. }
  59. .required:before {
  60. content: "*";
  61. position: absolute;
  62. color: #f00;
  63. font-size: 14px;
  64. height: 12px;
  65. line-height: 12px;
  66. vertical-align: middle;
  67. left: -8px;
  68. top: 50%;
  69. margin-top: -5px;
  70. }
  71. #question_form{
  72. /*width: 80%;
  73. margin: 20px auto;*/
  74. margin: 20px 30px;
  75. }
  76. .width-100{
  77. width: 100%;
  78. }
  79. .c-f12{
  80. font-size: 12px;
  81. }
  82. .c-909090{
  83. color: #909090;
  84. }
  85. .w100{
  86. width: 100px !important;
  87. }
  88. .w60{
  89. width: 60px !important;
  90. }
  91. .form-inline .form-group{
  92. margin-bottom: 10px;
  93. }
  94. @media (max-width: 768px){
  95. .form-inline .form-group{
  96. margin-bottom: 10px;
  97. display: inline-block;
  98. vertical-align: middle;
  99. }
  100. .form-inline .form-control{
  101. display: inline-block;
  102. width: auto;
  103. vertical-align: middle;
  104. }
  105. .form-inline .input-group{
  106. display: inline-table;
  107. vertical-align: middle;
  108. }
  109. }
  110. /*.multi-input-group .chosen-container{
  111. width: 200px !important;
  112. }*/
  113. .popover.bottom>.arrow{
  114. top: -13px;
  115. }
  116. .modal-header{
  117. padding: 10px 15px;
  118. }
  119. .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column{
  120. text-align: center;
  121. }
  122. .ui-jqgrid .ui-jqgrid-hdiv{
  123. width: 400px;
  124. background-color: #f5f5fa;
  125. border-bottom: 1px solid #ddd;
  126. }
  127. .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column{
  128. height: 40px;
  129. border-right: 1px solid #ddd;
  130. }
  131. .ui-jqgrid .ui-jqgrid-htable thead th div{
  132. font-weight: normal;
  133. color: #999;
  134. }
  135. .ui-jqgrid tr.jqgrow td{
  136. height: 40px;
  137. border-right: 1px solid #ddd;
  138. border-bottom: 1px solid #ddd;
  139. }
  140. .q-note{
  141. background-color: #fafaeb;
  142. padding: 10px;
  143. color: #666;
  144. }
  145. .c-bold{
  146. font-weight: bold;
  147. }
  148. textarea{
  149. border-color: #e5e6e7;
  150. }
  151. .table>tbody>tr>td,
  152. .table>tbody>tr>th,
  153. .table>tfoot>tr>td,
  154. .table>tfoot>tr>th,
  155. .table>thead>tr>td,
  156. .table>thead>tr>th{
  157. border-top: none;
  158. border-bottom: none;
  159. }
  160. .link-blue,
  161. .link-blue:hover,
  162. .link-blue:active,
  163. .link-blue:focus{
  164. text-decoration: underline;
  165. color: #12b7f5;
  166. }
  167. .link-red,
  168. .link-red:hover,
  169. .link-red:active,
  170. .link-red:focus{
  171. text-decoration: underline;
  172. color: #f96565;
  173. }
  174. .status-tag{
  175. background-color: #12b7f5;
  176. color: #fff;
  177. padding: 3px 10px;
  178. border-radius: 3px;
  179. }
  180. #prescritionInfo td{
  181. background-color: #f5f5fa;
  182. }
  183. .modal-body{
  184. padding: 20px;
  185. }
  186. .modal-dialog{
  187. margin: 40px;
  188. }
  189. .frequency-select,
  190. .unit-select{
  191. padding-right: 25px;
  192. }