App.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  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. width:100%;
  226. display:flex;
  227. flex-direction:row;
  228. align-items:baseline;
  229. justify-content:space-between;
  230. }
  231. .css-19kzrtu{
  232. padding:0px !important;
  233. padding-top : 25px !important;
  234. }
  235. .name_header{
  236. max-width:20px;
  237. font-weight:bold;
  238. }
  239. .title_td{
  240. font-weight: bold;
  241. }
  242. .operation_buttons{
  243. display: flex;
  244. flex-direction:row;
  245. }
  246. .icon_op{
  247. border : 1px solid var(--main);
  248. color : var(--main);
  249. margin :5px;
  250. }
  251. .test_list{
  252. max-height: 500px;
  253. display : flex;
  254. }
  255. .card_test{
  256. padding : 15px;
  257. }
  258. #start_title{
  259. padding-bottom:20px;
  260. }
  261. .prueba_body{
  262. padding: 15px;
  263. background: r;
  264. background-color: red;
  265. width: '100%';
  266. min-height: 95vh;
  267. display: flex;
  268. flex-direction: column;
  269. flex-wrap: nowrap;
  270. align-items: stretch;
  271. justify-content: flex-start;
  272. align-content: flex-start;}
  273. .quiz_title_text{
  274. display: flex;
  275. flex-direction: row;
  276. flex-wrap: nowrap;
  277. align-items: baseline !important;
  278. justify-content: flex-start;
  279. }
  280. .checkbox_label_question{
  281. font-weight:bold !important;
  282. }
  283. .question{
  284. display: flex;
  285. flex-direction: column;
  286. flex-wrap: wrap;
  287. justify-content: center;
  288. align-items: stretch;
  289. padding : 100px;
  290. }
  291. .question_btn{
  292. display:flex;
  293. justify-content: center;
  294. padding-top:35px;
  295. padding-bottom:35px;
  296. margin-bottom:35px;
  297. }
  298. .nextquestion_btn{
  299. margin-left:5px !important;
  300. }
  301. .nextquestion_btn:hover{
  302. background-color: var(--main) !important;
  303. }
  304. .card_cleaver_btn{
  305. margin-right:20px;
  306. padding-right:20px
  307. }
  308. .question_body{
  309. display: grid;
  310. }
  311. .question_form{
  312. grid-column: 1;
  313. grid-row: 1;
  314. min-width: 275;
  315. /* margin: 10px !important; */
  316. /* border-left: 5px solid var(--main); */
  317. }
  318. .table_password th{
  319. font-weight: bold;
  320. padding-top: 12px;
  321. padding-bottom: 12px;
  322. text-align: left;
  323. background-color: var(--main);
  324. color: white;
  325. }