|
|
@@ -1949,10 +1949,14 @@ label {
|
|
|
.tabs_pruebas {
|
|
|
margin-bottom: 40px;
|
|
|
}
|
|
|
-.comportamiento_body {
|
|
|
+.todas_las_pruebas_body{
|
|
|
display: block;
|
|
|
margin-bottom: 80px;
|
|
|
}
|
|
|
+.comportamiento_body {
|
|
|
+ display: none;
|
|
|
+ margin-bottom: 80px;
|
|
|
+}
|
|
|
.personalidad_body {
|
|
|
display: none;
|
|
|
margin-bottom: 80px;
|
|
|
@@ -3828,4 +3832,114 @@ All this is done for any sub-level being entered.
|
|
|
float: none;
|
|
|
margin: auto;
|
|
|
}
|
|
|
+}
|
|
|
+.busqueda_prueba .col-md-6 {
|
|
|
+ padding: 0!important;
|
|
|
+}
|
|
|
+.busqueda_prueba .col-md-6 input{
|
|
|
+ padding: 10px;
|
|
|
+ width: 100%;
|
|
|
+ font-size: 14px;
|
|
|
+ background: transparent;
|
|
|
+ border: 1px solid #cbcbcb;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.busqueda_prueba .col-md-6 input:hover{
|
|
|
+ border: 1px solid #fd4b4b8c;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.busqueda_prueba .col-md-6 input:focus{
|
|
|
+ border: 1px solid #fd4b4b8c;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.busqueda_prueba {
|
|
|
+ margin-bottom: 40px;
|
|
|
+}
|
|
|
+.buscar_prueba {
|
|
|
+ padding: 0px 0px 25px;
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+.btn_buscar_prueba {
|
|
|
+ border: 1px solid #fd4b4b;
|
|
|
+ color: #fff;
|
|
|
+ background: #fd4b4b;
|
|
|
+ padding: 10px 55px;
|
|
|
+ font-size: 14px;
|
|
|
+ position: relative;
|
|
|
+ cursor: pointer;
|
|
|
+ transition: all 0.3s;
|
|
|
+ margin-left: 15px;
|
|
|
+}
|
|
|
+.btn_buscar_prueba:hover {
|
|
|
+ border: 1px solid #fd4b4b;
|
|
|
+ color: #fd4b4b;
|
|
|
+ background: transparent;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+
|
|
|
+.pagination_pruebas .botones_pagination a {
|
|
|
+ color: #c4c4c4;
|
|
|
+ border: 1px solid #c4c4c4;
|
|
|
+ padding: 6px 11px;
|
|
|
+ font-size: 12px;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.pagination_pruebas .botones_pagination a:hover{
|
|
|
+ color: #fff;
|
|
|
+ border: 1px solid #fd4b4b;
|
|
|
+ background: #fd4b4b;
|
|
|
+ padding: 6px 11px;
|
|
|
+ font-size: 12px;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.pagination_pruebas .botones_pagination .active {
|
|
|
+ color: #fff;
|
|
|
+ border: 1px solid #fd4b4b;
|
|
|
+ background: #fd4b4b;
|
|
|
+ padding: 6px 11px;
|
|
|
+ font-size: 12px;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.pagination_pruebas{
|
|
|
+ padding: 15px;
|
|
|
+}
|
|
|
+.botones_edicion {
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.contenedor_botones {
|
|
|
+ width: 27%;
|
|
|
+ position: absolute;
|
|
|
+ float: right;
|
|
|
+ right: 0;
|
|
|
+ z-index: 999999;
|
|
|
+ padding: 10px;
|
|
|
+ opacity: 0;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.body_prueba_list:hover .contenedor_botones {
|
|
|
+ opacity: 1;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.botones_edicion i{
|
|
|
+ color: #bdbdbd;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.botones_edicion i:hover{
|
|
|
+ color: #fd4b4b;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.header_prueba {
|
|
|
+ width: 180px;
|
|
|
+ opacity: 0.7;
|
|
|
+ float: none;
|
|
|
+ margin: auto;
|
|
|
+}
|
|
|
+.header_prueba img{
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.allrights_footer_prueba p {
|
|
|
+ margin: 0!important;
|
|
|
+ text-align: center;
|
|
|
}
|