123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330 |
- :root {
- --main: #fd4b4b;
- --second: #2ec5d3;
- }
- .App {
- text-align: center;
- }
- .App-logo {
- height: 40vmin;
- pointer-events: none;
- }
- @media (prefers-reduced-motion: no-preference) {
- .App-logo {
- animation: App-logo-spin infinite 20s linear;
- }
- }
- .App-header {
- background-color: #282c34;
- min-height: 100vh;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: calc(10px + 2vmin);
- color: white;
- }
- .App-link {
- color: #61dafb;
- }
- @keyframes App-logo-spin {
- from {
- transform: rotate(0deg);
- }
- to {
- transform: rotate(360deg);
- }
- }
- .Mui-MuiInput{
- background-color : #fd4b4b;
- }
- .Mui-selected{
- /* se desahilito para la tabla de password */
- color : #FFF !important;
- background-color : #fd4b4b !important;
- /* background-color : rgba(253, 75, 75, 0.1) !important; */
- }
- .Mui-selected > .MuiListItemIcon-root{
- color : #FFF !important;
- }
- .MuiBadge-badge{
- background-color : #fd4b4b !important;
- }
- .MuiListSubheader-root{
- padding-left : 15px !important;
- color : #cbcbcb !important;
- font-weight : bold !important;
- padding-bottom : 0px !important;
- margin-bottom : 0px !important;
- line-height: 30px !important;
- font-size : 12px !important;
- }
- .MuiContainer-root{
- margin-top : 90px !important;
- max-width : 1777px !important;
- padding : 0px;
- }
- .panel_card{
- display: flex;
- flex-wrap: wrap;
- align-content: center;
- justify-content: space-around;
- align-items: center;
- flex-direction: row;
- padding : 90px;
- max-height : 175px;
- /* margin-bottom:20px */
- }
- .MuiFormControl{
- border : 1px solid #eceff1;
- }
- .actions_butons_plaza{
- display: flex;
- flex-direction: row;
- align-content: center;
- justify-content: space-around;
- align-items: flex-start;
- padding : 10px;
- }
- .activar_vista{
- display : block !important;
- transition: opacity 0.5s;
- opacity: 1;
- }
- .desactivar_vista{
- display : none !important;
- opacity: 0;
- pointer-events:none;
- }
- .grid_btn{
- font-size : 20px !important;
- color: #b9c3ce;
- transition: all 0.3s;
- cursor: pointer;
- }
- .error_feedback{
- font-size: 13px;
- color: #2ec5d3;
- font-weight :bold;
- padding-top : 5px;
- margin: 0px;
- }
- .content-section{
- min-height:100vh !important;
- }
- #todas_las_pruebas_body{
- display : block;
- }
- #comportamiento_body{
- display : none;
- }
- #personalidad_body{
- display : none;
- }
- #inteligencia_body{
- display : none;
- }
- #container_btn_agregar_pregunta{
- display: flex;
- flex-direction: column;
- flex-wrap: nowrap;
- align-content: stretch;
- justify-content: flex-start;
- }
- /* .MuiButton-root:hover{ */
- /* background-color : #fd4b4b !important; */
- /* } */
- .css-ghsjzk-MuiInputBase-root-MuiInput-root:before{
- border : none !important;
- }
- .login_link{
- color : #2ec5d3;
- }
- .registerBtn{
- background-color: #fd4b4b !important;
- }
- .login_link:hover{
- font-weight : bold;
- color : #3ec5d3;
- }
- .MuiStepIcon-root.Mui-completed{
- color: #fd4b4b !important;
- }
- .MuiStepIcon-root.Mui-active {
- color: #fd4b4b !important;
- }
- .card_register{
- min-height: 90vh;
- display: flex;
- flex-direction: column;
- flex-wrap: nowrap;
- justify-content: space-evenly;
- align-items: stretch;
- align-content: stretch;
- padding : 35px;
- }
- .register_content{
- display: flex;
- flex-wrap: wrap;
- flex-direction: row;
- justify-content: space-evenly;
- align-items :stretch;
- }
- #password_header{
- margin-bottom: 20px;
- padding-bottom: 20px;
- }
- #pass_footer_row{
- display: flex;
- }
- .contras_operation{
- display : flex;
- flex-direction:row;
- }
- .feedback_error{
- color: #fd4b4b;
- font-size:14px;
- }
- #login_btn_fn:hover{
- background-color: var(--second);
- }
- .btn_plaza_common{
- cursor:pointer;
- }
- .btn_plaza_common:hover{
- color:var(--main) !important;
- }
- .center_pagination_puestos{
- display :flex;
- flex-direction :row;
- }
- .menu-shit{
- padding-top:57px;
- }
- .w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
- @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%}}
- @media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
- .w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
- .w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
- .w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
- .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}
- .w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
- .w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
- #mySidebar{
- z-index : 999;
- }
- #loading_or_content{
- display: grid;
- min-height:100vh;
- place-content:center;
- }
- #pagi_bottom{
- width:100%;
- display:flex;
- flex-direction:row;
- align-items:baseline;
- justify-content:space-between;
- }
- .css-19kzrtu{
- padding:0px !important;
- padding-top : 25px !important;
- }
- .name_header{
- max-width:20px;
- font-weight:bold;
- }
- .title_td{
- font-weight: bold;
- }
- .operation_buttons{
- display: flex;
- flex-direction:row;
- }
- .icon_op{
- border : 1px solid var(--main);
- color : var(--main);
- margin :5px;
- }
- .test_list{
- max-height: 500px;
- display : flex;
- }
- .card_test{
- padding : 15px;
- }
- #start_title{
- padding-bottom:20px;
- }
- .prueba_body{
- padding: 15px;
- background: r;
- background-color: red;
- width: '100%';
- min-height: 95vh;
- display: flex;
- flex-direction: column;
- flex-wrap: nowrap;
- align-items: stretch;
- justify-content: flex-start;
- align-content: flex-start;}
- .quiz_title_text{
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- align-items: baseline !important;
- justify-content: flex-start;
- }
- .checkbox_label_question{
- font-weight:bold !important;
- }
- .question{
- display: flex;
- flex-direction: column;
- flex-wrap: wrap;
- align-content: stretch;
- justify-content: flex-start;
- align-items: stretch;
- }
- .question_btn{
- display:flex;
- justify-content: center;
- padding-top:35px;
- padding-bottom:35px;
- margin-bottom:35px;
- }
|