|
@@ -1949,10 +1949,14 @@ label {
|
1949
|
1949
|
.tabs_pruebas {
|
1950
|
1950
|
margin-bottom: 40px;
|
1951
|
1951
|
}
|
1952
|
|
-.comportamiento_body {
|
|
1952
|
+.todas_las_pruebas_body{
|
1953
|
1953
|
display: block;
|
1954
|
1954
|
margin-bottom: 80px;
|
1955
|
1955
|
}
|
|
1956
|
+.comportamiento_body {
|
|
1957
|
+ display: none;
|
|
1958
|
+ margin-bottom: 80px;
|
|
1959
|
+}
|
1956
|
1960
|
.personalidad_body {
|
1957
|
1961
|
display: none;
|
1958
|
1962
|
margin-bottom: 80px;
|
|
@@ -3828,4 +3832,114 @@ All this is done for any sub-level being entered.
|
3828
|
3832
|
float: none;
|
3829
|
3833
|
margin: auto;
|
3830
|
3834
|
}
|
|
3835
|
+}
|
|
3836
|
+.busqueda_prueba .col-md-6 {
|
|
3837
|
+ padding: 0!important;
|
|
3838
|
+}
|
|
3839
|
+.busqueda_prueba .col-md-6 input{
|
|
3840
|
+ padding: 10px;
|
|
3841
|
+ width: 100%;
|
|
3842
|
+ font-size: 14px;
|
|
3843
|
+ background: transparent;
|
|
3844
|
+ border: 1px solid #cbcbcb;
|
|
3845
|
+ transition: all 0.3s;
|
|
3846
|
+}
|
|
3847
|
+.busqueda_prueba .col-md-6 input:hover{
|
|
3848
|
+ border: 1px solid #fd4b4b8c;
|
|
3849
|
+ transition: all 0.3s;
|
|
3850
|
+}
|
|
3851
|
+.busqueda_prueba .col-md-6 input:focus{
|
|
3852
|
+ border: 1px solid #fd4b4b8c;
|
|
3853
|
+ transition: all 0.3s;
|
|
3854
|
+}
|
|
3855
|
+.busqueda_prueba {
|
|
3856
|
+ margin-bottom: 40px;
|
|
3857
|
+}
|
|
3858
|
+.buscar_prueba {
|
|
3859
|
+ padding: 0px 0px 25px;
|
|
3860
|
+ text-align: left;
|
|
3861
|
+}
|
|
3862
|
+.btn_buscar_prueba {
|
|
3863
|
+ border: 1px solid #fd4b4b;
|
|
3864
|
+ color: #fff;
|
|
3865
|
+ background: #fd4b4b;
|
|
3866
|
+ padding: 10px 55px;
|
|
3867
|
+ font-size: 14px;
|
|
3868
|
+ position: relative;
|
|
3869
|
+ cursor: pointer;
|
|
3870
|
+ transition: all 0.3s;
|
|
3871
|
+ margin-left: 15px;
|
|
3872
|
+}
|
|
3873
|
+.btn_buscar_prueba:hover {
|
|
3874
|
+ border: 1px solid #fd4b4b;
|
|
3875
|
+ color: #fd4b4b;
|
|
3876
|
+ background: transparent;
|
|
3877
|
+ transition: all 0.3s;
|
|
3878
|
+}
|
|
3879
|
+
|
|
3880
|
+.pagination_pruebas .botones_pagination a {
|
|
3881
|
+ color: #c4c4c4;
|
|
3882
|
+ border: 1px solid #c4c4c4;
|
|
3883
|
+ padding: 6px 11px;
|
|
3884
|
+ font-size: 12px;
|
|
3885
|
+ transition: all 0.3s;
|
|
3886
|
+}
|
|
3887
|
+.pagination_pruebas .botones_pagination a:hover{
|
|
3888
|
+ color: #fff;
|
|
3889
|
+ border: 1px solid #fd4b4b;
|
|
3890
|
+ background: #fd4b4b;
|
|
3891
|
+ padding: 6px 11px;
|
|
3892
|
+ font-size: 12px;
|
|
3893
|
+ transition: all 0.3s;
|
|
3894
|
+}
|
|
3895
|
+.pagination_pruebas .botones_pagination .active {
|
|
3896
|
+ color: #fff;
|
|
3897
|
+ border: 1px solid #fd4b4b;
|
|
3898
|
+ background: #fd4b4b;
|
|
3899
|
+ padding: 6px 11px;
|
|
3900
|
+ font-size: 12px;
|
|
3901
|
+ transition: all 0.3s;
|
|
3902
|
+}
|
|
3903
|
+.pagination_pruebas{
|
|
3904
|
+ padding: 15px;
|
|
3905
|
+}
|
|
3906
|
+.botones_edicion {
|
|
3907
|
+ width: 100%;
|
|
3908
|
+ text-align: center;
|
|
3909
|
+ position: relative;
|
|
3910
|
+}
|
|
3911
|
+.contenedor_botones {
|
|
3912
|
+ width: 27%;
|
|
3913
|
+ position: absolute;
|
|
3914
|
+ float: right;
|
|
3915
|
+ right: 0;
|
|
3916
|
+ z-index: 999999;
|
|
3917
|
+ padding: 10px;
|
|
3918
|
+ opacity: 0;
|
|
3919
|
+ transition: all 0.3s;
|
|
3920
|
+}
|
|
3921
|
+.body_prueba_list:hover .contenedor_botones {
|
|
3922
|
+ opacity: 1;
|
|
3923
|
+ transition: all 0.3s;
|
|
3924
|
+}
|
|
3925
|
+.botones_edicion i{
|
|
3926
|
+ color: #bdbdbd;
|
|
3927
|
+ transition: all 0.3s;
|
|
3928
|
+}
|
|
3929
|
+.botones_edicion i:hover{
|
|
3930
|
+ color: #fd4b4b;
|
|
3931
|
+ transition: all 0.3s;
|
|
3932
|
+}
|
|
3933
|
+.header_prueba {
|
|
3934
|
+ width: 180px;
|
|
3935
|
+ opacity: 0.7;
|
|
3936
|
+ float: none;
|
|
3937
|
+ margin: auto;
|
|
3938
|
+}
|
|
3939
|
+.header_prueba img{
|
|
3940
|
+ width: 100%;
|
|
3941
|
+}
|
|
3942
|
+.allrights_footer_prueba p {
|
|
3943
|
+ margin: 0!important;
|
|
3944
|
+ text-align: center;
|
3831
|
3945
|
}
|