review-trainee-add.component.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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: 145px;
  164. margin: 5px 7px;
  165. cursor: pointer;
  166. float: right;
  167. margin-top: 25px;
  168. margin-bottom: 10px;
  169. }
  170. /* file table style */
  171. .wrapper .inputfile {
  172. width: 0.1px;
  173. height: 0.1px;
  174. opacity: 0;
  175. overflow: hidden;
  176. position: absolute;
  177. z-index: -1;
  178. }
  179. .wrapper .iconUpload-w {
  180. width: 200px;
  181. height: 37px;
  182. border-radius: 5px;
  183. font-size: 1.25em;
  184. font-weight: 700;
  185. display: inline-block;
  186. background-color: #fff;
  187. border: 1px solid #ccc;
  188. padding: 0 10px;
  189. display: contents;
  190. right: 75px;
  191. }
  192. .wrapper .deleteRow-w {
  193. width: 100px !important;
  194. padding: 7px 8px !important;
  195. cursor: pointer !important;
  196. margin: 1px 0 !important;
  197. }
  198. .wrapper .table td, .table th {
  199. padding: 5px 15px !important;
  200. width: 150px !important;
  201. }
  202. .wrapper .table tbody tr:nth-child(odd):hover {
  203. color: #bda380 !important;
  204. }
  205. .wrapper .table tbody tr:nth-child(even):hover {
  206. color: #bda380 !important;
  207. }
  208. .departmentHeading-w {
  209. font-size: 18px;
  210. float: right;
  211. }
  212. .departmentHeading-w span{
  213. color: red;
  214. }
  215. .titleStatus {
  216. font-size: 19px;
  217. margin: 2px 14px;
  218. color: green;
  219. }
  220. /* start media query style */
  221. @media(max-width: 767px){
  222. .formStyle {
  223. padding: 20px;
  224. }
  225. input,select {
  226. font-size: 12px;
  227. }
  228. }
  229. @media(min-width: 767px) and (max-width: 991px){
  230. .formStyle {
  231. padding: 20px;
  232. }
  233. input,select {
  234. font-size: 12px;
  235. }
  236. }