Reac front end for psicometric app

App.css 9.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. :root {
  2. --main: #fd4b4b;
  3. --second: #2ec5d3;
  4. }
  5. .main{
  6. margin-top : 90px !important;
  7. }
  8. .App {
  9. text-align: center;
  10. }
  11. .App-logo {
  12. height: 40vmin;
  13. pointer-events: none;
  14. }
  15. @media (prefers-reduced-motion: no-preference) {
  16. .App-logo {
  17. animation: App-logo-spin infinite 20s linear;
  18. }
  19. }
  20. .App-header {
  21. background-color: #282c34;
  22. min-height: 100vh;
  23. display: flex;
  24. flex-direction: column;
  25. align-items: center;
  26. justify-content: center;
  27. font-size: calc(10px + 2vmin);
  28. color: white;
  29. }
  30. .App-link {
  31. color: #61dafb;
  32. }
  33. @keyframes App-logo-spin {
  34. from {
  35. transform: rotate(0deg);
  36. }
  37. to {
  38. transform: rotate(360deg);
  39. }
  40. }
  41. .Mui-MuiInput{
  42. background-color : #fd4b4b;
  43. }
  44. .Mui-selected{
  45. /* se desahilito para la tabla de password */
  46. color : #FFF !important;
  47. background-color : #fd4b4b !important;
  48. /* background-color : rgba(253, 75, 75, 0.1) !important; */
  49. }
  50. .Mui-selected > .MuiListItemIcon-root{
  51. color : #FFF !important;
  52. }
  53. .MuiBadge-badge{
  54. background-color : #fd4b4b !important;
  55. }
  56. .MuiListSubheader-root{
  57. padding-left : 15px !important;
  58. color : #cbcbcb !important;
  59. font-weight : bold !important;
  60. padding-bottom : 0px !important;
  61. margin-bottom : 0px !important;
  62. line-height: 30px !important;
  63. font-size : 12px !important;
  64. }
  65. .MuiContainer-root{
  66. /* margin-top : 90px !important; */
  67. max-width : 1777px !important;
  68. padding : 0px;
  69. }
  70. .panel_card{
  71. display: flex;
  72. flex-wrap: wrap;
  73. align-content: center;
  74. justify-content: space-around;
  75. align-items: center;
  76. flex-direction: row;
  77. padding : 90px;
  78. max-height : 175px;
  79. /* margin-bottom:20px */
  80. }
  81. .MuiFormControl{
  82. border : 1px solid #eceff1;
  83. }
  84. .actions_butons_plaza{
  85. display: flex;
  86. flex-direction: row;
  87. align-content: center;
  88. justify-content: space-around;
  89. align-items: flex-start;
  90. padding : 10px;
  91. }
  92. .activar_vista{
  93. display : block !important;
  94. transition: opacity 0.5s;
  95. opacity: 1;
  96. }
  97. .desactivar_vista{
  98. display : none !important;
  99. opacity: 0;
  100. pointer-events:none;
  101. }
  102. .grid_btn{
  103. font-size : 20px !important;
  104. color: #b9c3ce;
  105. transition: all 0.3s;
  106. cursor: pointer;
  107. }
  108. .error_feedback{
  109. font-size: 13px;
  110. color: #2ec5d3;
  111. font-weight :bold;
  112. padding-top : 5px;
  113. margin: 0px;
  114. }
  115. .content-section{
  116. min-height:100vh !important;
  117. }
  118. #todas_las_pruebas_body{
  119. display : block;
  120. }
  121. #comportamiento_body{
  122. display : none;
  123. }
  124. #personalidad_body{
  125. display : none;
  126. }
  127. #inteligencia_body{
  128. display : none;
  129. }
  130. #container_btn_agregar_pregunta{
  131. display: flex;
  132. flex-direction: column;
  133. flex-wrap: nowrap;
  134. align-content: stretch;
  135. justify-content: flex-start;
  136. }
  137. /* .MuiButton-root:hover{ */
  138. /* background-color : #fd4b4b !important; */
  139. /* } */
  140. .css-ghsjzk-MuiInputBase-root-MuiInput-root:before{
  141. border : none !important;
  142. }
  143. .login_link{
  144. color : #2ec5d3;
  145. }
  146. .registerBtn{
  147. background-color: #fd4b4b !important;
  148. }
  149. .login_link:hover{
  150. font-weight : bold;
  151. color : #3ec5d3;
  152. }
  153. .MuiStepIcon-root.Mui-completed{
  154. color: #fd4b4b !important;
  155. }
  156. .MuiStepIcon-root.Mui-active {
  157. color: #fd4b4b !important;
  158. }
  159. .card_register{
  160. min-height: 90vh;
  161. display: flex;
  162. flex-direction: column;
  163. flex-wrap: nowrap;
  164. justify-content: space-evenly;
  165. align-items: stretch;
  166. align-content: stretch;
  167. padding : 35px;
  168. }
  169. .register_content{
  170. display: flex;
  171. flex-wrap: wrap;
  172. flex-direction: row;
  173. justify-content: space-evenly;
  174. align-items :stretch;
  175. }
  176. #password_header{
  177. margin-bottom: 20px;
  178. padding-bottom: 20px;
  179. }
  180. #pass_footer_row{
  181. display: flex;
  182. }
  183. .contras_operation{
  184. display : flex;
  185. flex-direction:row;
  186. }
  187. .feedback_error{
  188. color: #fd4b4b;
  189. font-size:14px;
  190. }
  191. #login_btn_fn:hover{
  192. background-color: var(--second);
  193. }
  194. .btn_plaza_common{
  195. cursor:pointer;
  196. }
  197. .btn_plaza_common:hover{
  198. color:var(--main) !important;
  199. }
  200. .center_pagination_puestos{
  201. display :flex;
  202. flex-direction :row;
  203. }
  204. .menu-shit{
  205. padding-top:57px;
  206. }
  207. .w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
  208. @media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}
  209. @media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
  210. .w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
  211. .w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
  212. .w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
  213. .w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
  214. .w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
  215. .w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
  216. #mySidebar{
  217. z-index : 999;
  218. }
  219. #loading_or_content{
  220. display: grid;
  221. min-height:100vh;
  222. place-content:center;
  223. }
  224. #pagi_bottom{
  225. margin-left:15px;
  226. margin-right:15px;
  227. width:100%;
  228. display:flex;
  229. flex-direction:row;
  230. align-items:baseline;
  231. justify-content:space-between;
  232. flex-wrap:wrap;
  233. }
  234. .css-19kzrtu{
  235. padding:0px !important;
  236. padding-top : 25px !important;
  237. }
  238. .name_header{
  239. max-width:20px;
  240. font-weight:bold;
  241. }
  242. .title_td{
  243. font-weight: bold;
  244. }
  245. .operation_buttons{
  246. display: flex;
  247. flex-direction:row;
  248. }
  249. .icon_op{
  250. border : 1px solid var(--main);
  251. color : var(--main);
  252. margin :5px;
  253. }
  254. .test_list{
  255. max-height: 500px;
  256. display : flex;
  257. }
  258. .card_test{
  259. padding : 15px;
  260. }
  261. #start_title{
  262. padding-bottom:20px;
  263. }
  264. .prueba_body{
  265. padding: 15px;
  266. background: r;
  267. background-color: red;
  268. width: '100%';
  269. min-height: 95vh;
  270. display: flex;
  271. flex-direction: column;
  272. flex-wrap: nowrap;
  273. align-items: stretch;
  274. justify-content: flex-start;
  275. align-content: flex-start;}
  276. .quiz_title_text{
  277. display: flex;
  278. flex-direction: row;
  279. flex-wrap: nowrap;
  280. align-items: baseline !important;
  281. justify-content: flex-start;
  282. }
  283. .checkbox_label_question{
  284. font-weight:bold !important;
  285. }
  286. .question{
  287. display: flex;
  288. flex-direction: column;
  289. flex-wrap: wrap;
  290. justify-content: center;
  291. align-items: stretch;
  292. padding : 100px;
  293. }
  294. .question_btn{
  295. display:flex;
  296. justify-content: center;
  297. padding-top:35px;
  298. padding-bottom:35px;
  299. margin-bottom:35px;
  300. }
  301. .nextquestion_btn{
  302. margin-left:5px !important;
  303. }
  304. .nextquestion_btn:hover{
  305. background-color: var(--main) !important;
  306. }
  307. .card_cleaver_btn{
  308. margin-right:20px;
  309. padding-right:20px
  310. }
  311. .question_body{
  312. display: grid;
  313. }
  314. .question_form{
  315. grid-column: 1;
  316. grid-row: 1;
  317. min-width: 275;
  318. /* margin: 10px !important; */
  319. /* border-left: 5px solid var(--main); */
  320. }
  321. .table_password th{
  322. font-weight: bold;
  323. padding-top: 12px;
  324. padding-bottom: 12px;
  325. text-align: left;
  326. background-color: var(--main);
  327. color: white;
  328. }
  329. .loadingGeneric{
  330. height: 100vh;
  331. display: flex;
  332. align-content: center;
  333. flex-wrap: nowrap;
  334. justify-content: center;
  335. align-items: center;
  336. }
  337. #search_plaza_input{
  338. padding-left:20px !important;
  339. margin-left:20px !important;
  340. }
  341. .chip_and_search{
  342. display:flex;
  343. flex-direction:row;
  344. flex-wrap:wrap;
  345. justify-content: center;
  346. align-items: center;
  347. }
  348. .table_list_test_user{
  349. border :none !important;
  350. }
  351. .pwd_user_name{
  352. border-bottom:none!important;
  353. border-right :1px solid #f1f1f1 !important;
  354. /* background:red; */
  355. }
  356. .home_letter{
  357. font-family: 'gudea' !important;
  358. color: #878787 !important;
  359. line-height: 1 !important;
  360. font-size: 14px !important;
  361. }
  362. .asign_status{
  363. display: flex;
  364. align-items: center;
  365. justify-content: center;
  366. align-content: flex-end;
  367. flex-wrap: wrap;
  368. flex-direction: row;
  369. }
  370. .pwd_info{
  371. border-right:1px solid #f1f1f1;
  372. display: grid;
  373. justify-items:stretch;
  374. align-items: center;
  375. }
  376. .btn_pwd{
  377. color:white !important;
  378. background:var(--main) !important;
  379. }
  380. .headert_pwdu{
  381. background:var(--main);
  382. color:white !important;
  383. font-weight:bold! important;
  384. }
  385. .bbottom{
  386. margin:0 !important;
  387. padding:0 !important;
  388. border-top: 1px solid var(--bs-gray-200);
  389. }
  390. .cardmedia_puesto{
  391. background-color: var(--second);
  392. object-fit: none;
  393. object-position: left top;
  394. border: 2px solid black;
  395. }
  396. .seluser_type{
  397. margin:3px solid black;
  398. margin-bottom: 5px;
  399. }
  400. .rolelist{
  401. display: flex;
  402. flex-direction: row;
  403. flex-wrap: wrap;
  404. justify-content: space-between;
  405. align-items: flex-start;
  406. align-content: flex-start;
  407. }
  408. .demo-radio-buttons-group-label{
  409. font-weight: bold;
  410. padding-top:10px !important;
  411. padding-bottom:10px !important;
  412. }
  413. .typepwdlist{
  414. border-bottom: 1px solid gainsboro;
  415. /* padding: 15px; */
  416. }
  417. .titleMarked{
  418. /* color : gray; */
  419. }
  420. .gapwdrole{
  421. display: flex;
  422. flex-direction: column;
  423. flex-wrap: wrap;
  424. }
  425. .control_flow_role{
  426. display: flex;
  427. flex-direction: row;
  428. flex-wrap: wrap;
  429. justify-content: space-between;
  430. align-items: flex-end;
  431. }