section-review-trainee-add.component.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. .userForm-w {
  2. width: 100%;
  3. padding: 20px 0;
  4. margin-top: -6px;
  5. direction: rtl;
  6. font-family: 'Cairo', sans-serif;
  7. }
  8. input,select {
  9. font-size: 12px;
  10. background-color: #fff;
  11. border: 2px solid #bda380;
  12. }
  13. /* input.ng-invalid.ng-touched {
  14. border: 2px solid #ccc;
  15. }
  16. input.ng-invalid {
  17. border: 2px solid #ccc;
  18. }
  19. select.ng-invalid{
  20. border: 2px solid #ccc;
  21. } */
  22. .custom-radio .custom-control-label::before{
  23. border: 1px solid #b28c5e;
  24. }
  25. .custom-radio .custom-control-input:checked~.custom-control-label::before{
  26. background-color: #906635;
  27. border: 1px solid #fff;
  28. }
  29. .formfieldset{
  30. border: 1px solid #61606073;
  31. width: 100%;
  32. border-radius: 3px;
  33. margin-top: 40px;
  34. background-color: #a5a3a31a;
  35. }
  36. .formfieldset legend{
  37. float: right;
  38. }
  39. .formfieldset legend span{
  40. width: auto !important;
  41. font-size: 15px;
  42. border: 1px solid #616060;
  43. padding: 2px 15px;
  44. background-color: #616060;
  45. float: right;
  46. margin: -15px 14px 0px 0px;
  47. border-radius: 3px;
  48. color: #ffffff;
  49. }
  50. .imgProfile {
  51. width: 100%;
  52. border-radius: 20px 20px 0 0;
  53. border-radius: 50%;
  54. border: 1px solid #ccc;
  55. }
  56. .imgContainer {
  57. width: 200px;
  58. position: relative;
  59. border-radius: 20px;
  60. margin: 30px auto;
  61. }
  62. .iconUpload-w {
  63. width: 30px;
  64. font-size: 1.25em;
  65. font-weight: 700;
  66. color: #252525;
  67. display: inline-block;
  68. border-radius: 0 0 20px 20px;
  69. position: absolute;
  70. right: 40%;
  71. border: 1px solid #ccc;
  72. border-radius: 50%;
  73. bottom: 0;
  74. }
  75. .inputfile {
  76. width: 0.1px;
  77. height: 0.1px;
  78. opacity: 0;
  79. overflow: hidden;
  80. position: absolute;
  81. z-index: -1;
  82. }
  83. /* .inputfile + label {
  84. width: 100%;
  85. font-size: 1.25em;
  86. font-weight: 700;
  87. color: #252525;
  88. background-color: transparent;
  89. display: inline-block;
  90. border: 1px solid #ccc;
  91. border-radius: 0 0 20px 20px;
  92. } */
  93. .inputfile:focus + label,
  94. .inputfile + label:hover {
  95. background-color: #00a99d;
  96. color: #fff;
  97. }
  98. .inputfile + label {
  99. cursor: pointer; /* "hand" cursor */
  100. }
  101. .inputfile:focus + label {
  102. outline: 1px dotted #000;
  103. outline: -webkit-focus-ring-color auto 5px;
  104. }
  105. .table .fileName-w {
  106. position: absolute;
  107. bottom: -3px;
  108. right: 120px;
  109. }
  110. .inlineBlock-w {
  111. display: inline-block !important;
  112. float: right !important;
  113. margin: 40px 0 !important;
  114. }
  115. .regesterBtn-w {
  116. margin: 20px 10px;
  117. float: right;
  118. }
  119. .inlineBlock-w {
  120. display: inline-block !important;
  121. float: right !important;
  122. margin: 40px 0 !important;
  123. }
  124. .formStyle{
  125. border: 1px solid #ccc;
  126. border-top: 4px solid #bda380;
  127. padding: 20px;
  128. margin: 0 auto
  129. }
  130. .titileLi-w {
  131. margin: 0 65px;
  132. }
  133. .titileLi-w li {
  134. margin: 0 5px;
  135. }
  136. .errorMessage-w {
  137. font-size: 14px;
  138. text-align: right;
  139. margin: 5px;
  140. color: red;
  141. }
  142. .wrapper {
  143. width: 100%;
  144. display: inline-block;
  145. padding: 10px 0;
  146. background: #f5f5f5;
  147. border: 1px solid #bdbdbd;
  148. border-radius: 5px;
  149. }
  150. .title {
  151. font-size: 16px;
  152. text-align: right;
  153. margin: 10px 0;
  154. background-color: #888;
  155. width: 200px;
  156. padding: 9px;
  157. border-radius: 5px 5px 0 0;
  158. margin-bottom: 0;
  159. margin-right: -12px;
  160. color: #fff;
  161. }
  162. .statusBtn-w {
  163. width: 80px;
  164. margin: 5px 7px;
  165. cursor: pointer;
  166. float: right;
  167. margin-top: 25px;
  168. margin-bottom: 10px;
  169. }
  170. /* file table style */
  171. .askForOpinion-w {
  172. width: 100%;
  173. display: inline-block;
  174. padding: 20px 0;
  175. }
  176. .confirmed-w {
  177. width: 100%;
  178. display: inline-block;
  179. padding: 20px 0;
  180. }
  181. .wrapper .inputfile {
  182. width: 0.1px;
  183. height: 0.1px;
  184. opacity: 0;
  185. overflow: hidden;
  186. position: absolute;
  187. z-index: -1;
  188. }
  189. .wrapper .iconUpload-w {
  190. width: 265px;
  191. height: 37px;
  192. border-radius: 5px;
  193. font-size: 1.25em;
  194. font-weight: 700;
  195. display: inline-block;
  196. background-color: #fff;
  197. border: 1px solid #ccc;
  198. padding: 0 10px;
  199. position: absolute;
  200. right: 75px;
  201. }
  202. .wrapper .deleteRow-w {
  203. width: 100px !important;
  204. padding: 7px 8px !important;
  205. cursor: pointer !important;
  206. margin: 1px 0 !important;
  207. }
  208. .wrapper .table td, .table th {
  209. padding: 5px 15px !important;
  210. width: 150px !important;
  211. }
  212. .wrapper .table tbody tr:nth-child(odd):hover {
  213. color: #bda380 !important;
  214. }
  215. .wrapper .table tbody tr:nth-child(even):hover {
  216. color: #bda380 !important;
  217. }
  218. .departmentHeading-w {
  219. font-size: 18px;
  220. float: right;
  221. }
  222. .departmentHeading-w span{
  223. color: red;
  224. }
  225. /* start media query style */
  226. @media(max-width: 767px){
  227. .formStyle {
  228. padding: 20px;
  229. }
  230. input,select {
  231. font-size: 12px;
  232. }
  233. }
  234. @media(min-width: 767px) and (max-width: 991px){
  235. .formStyle {
  236. padding: 20px;
  237. }
  238. input,select {
  239. font-size: 12px;
  240. }
  241. }