Tabs - Version 1.6.7

Version Description

  • Minor Bug Resolved
Download this release

Release Info

Developer wpshopmart
Plugin Icon 128x128 Tabs
Version 1.6.7
Comparing to
See all releases

Code changes from version 1.6.6 to 1.6.7

assets/css/bootstrap.css CHANGED
@@ -3,7 +3,17 @@
3
  * Copyright 2011-2015 Twitter, Inc.
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
  */
6
-
 
 
 
 
 
 
 
 
 
 
7
  input[type="search"] {
8
  -webkit-box-sizing: border-box;
9
  -moz-box-sizing: border-box;
@@ -70,12 +80,7 @@ input[type="checkbox"]:focus {
70
  background-color: transparent;
71
  border: 0;
72
  }
73
- .form-control[disabled],
74
- .form-control[readonly],
75
- fieldset[disabled] .form-control {
76
- background-color: #eee;
77
- opacity: 1;
78
- }
79
  .form-control[disabled],
80
  fieldset[disabled] .form-control {
81
  cursor: not-allowed;
@@ -201,7 +206,10 @@ select.input-sm {
201
  height: 30px;
202
  line-height: 30px;
203
  }
204
-
 
 
 
205
  .form-group-sm .form-control {
206
  height: 30px;
207
  padding: 5px 10px;
@@ -3713,5 +3721,638 @@ button.close {
3713
  border-right-width: 0;
3714
  border-left-color: #fff;
3715
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3716
 
 
 
3717
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  * Copyright 2011-2015 Twitter, Inc.
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
  */
6
+ * {
7
+ -webkit-box-sizing: border-box;
8
+ -moz-box-sizing: border-box;
9
+ box-sizing: border-box;
10
+ }
11
+ *:before,
12
+ *:after {
13
+ -webkit-box-sizing: border-box;
14
+ -moz-box-sizing: border-box;
15
+ box-sizing: border-box;
16
+ }
17
  input[type="search"] {
18
  -webkit-box-sizing: border-box;
19
  -moz-box-sizing: border-box;
80
  background-color: transparent;
81
  border: 0;
82
  }
83
+
 
 
 
 
 
84
  .form-control[disabled],
85
  fieldset[disabled] .form-control {
86
  cursor: not-allowed;
206
  height: 30px;
207
  line-height: 30px;
208
  }
209
+ textarea.input-sm,
210
+ select[multiple].input-sm {
211
+ height: auto;
212
+ }
213
  .form-group-sm .form-control {
214
  height: 30px;
215
  padding: 5px 10px;
3721
  border-right-width: 0;
3722
  border-left-color: #fff;
3723
  }
3724
+ .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
3725
+ position: relative;
3726
+ min-height: 1px;
3727
+ padding-left: 15px;
3728
+ padding-right: 15px; }
3729
+
3730
+ .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
3731
+ float: left; }
3732
+
3733
+ .col-xs-1 {
3734
+ width: 8.33333%; }
3735
+
3736
+ .col-xs-2 {
3737
+ width: 16.66667%; }
3738
+
3739
+ .col-xs-3 {
3740
+ width: 25%; }
3741
+
3742
+ .col-xs-4 {
3743
+ width: 33.33333%; }
3744
+
3745
+ .col-xs-5 {
3746
+ width: 41.66667%; }
3747
+
3748
+ .col-xs-6 {
3749
+ width: 50%; }
3750
+
3751
+ .col-xs-7 {
3752
+ width: 58.33333%; }
3753
+
3754
+ .col-xs-8 {
3755
+ width: 66.66667%; }
3756
+
3757
+ .col-xs-9 {
3758
+ width: 75%; }
3759
+
3760
+ .col-xs-10 {
3761
+ width: 83.33333%; }
3762
+
3763
+ .col-xs-11 {
3764
+ width: 91.66667%; }
3765
+
3766
+ .col-xs-12 {
3767
+ width: 100%; }
3768
+
3769
+ .col-xs-pull-0 {
3770
+ right: auto; }
3771
+
3772
+ .col-xs-pull-1 {
3773
+ right: 8.33333%; }
3774
+
3775
+ .col-xs-pull-2 {
3776
+ right: 16.66667%; }
3777
+
3778
+ .col-xs-pull-3 {
3779
+ right: 25%; }
3780
+
3781
+ .col-xs-pull-4 {
3782
+ right: 33.33333%; }
3783
+
3784
+ .col-xs-pull-5 {
3785
+ right: 41.66667%; }
3786
+
3787
+ .col-xs-pull-6 {
3788
+ right: 50%; }
3789
+
3790
+ .col-xs-pull-7 {
3791
+ right: 58.33333%; }
3792
+
3793
+ .col-xs-pull-8 {
3794
+ right: 66.66667%; }
3795
+
3796
+ .col-xs-pull-9 {
3797
+ right: 75%; }
3798
+
3799
+ .col-xs-pull-10 {
3800
+ right: 83.33333%; }
3801
+
3802
+ .col-xs-pull-11 {
3803
+ right: 91.66667%; }
3804
+
3805
+ .col-xs-pull-12 {
3806
+ right: 100%; }
3807
+
3808
+ .col-xs-push-0 {
3809
+ left: auto; }
3810
+
3811
+ .col-xs-push-1 {
3812
+ left: 8.33333%; }
3813
+
3814
+ .col-xs-push-2 {
3815
+ left: 16.66667%; }
3816
+
3817
+ .col-xs-push-3 {
3818
+ left: 25%; }
3819
+
3820
+ .col-xs-push-4 {
3821
+ left: 33.33333%; }
3822
+
3823
+ .col-xs-push-5 {
3824
+ left: 41.66667%; }
3825
+
3826
+ .col-xs-push-6 {
3827
+ left: 50%; }
3828
+
3829
+ .col-xs-push-7 {
3830
+ left: 58.33333%; }
3831
+
3832
+ .col-xs-push-8 {
3833
+ left: 66.66667%; }
3834
+
3835
+ .col-xs-push-9 {
3836
+ left: 75%; }
3837
+
3838
+ .col-xs-push-10 {
3839
+ left: 83.33333%; }
3840
+
3841
+ .col-xs-push-11 {
3842
+ left: 91.66667%; }
3843
+
3844
+ .col-xs-push-12 {
3845
+ left: 100%; }
3846
+
3847
+ .col-xs-offset-0 {
3848
+ margin-left: 0%; }
3849
+
3850
+ .col-xs-offset-1 {
3851
+ margin-left: 8.33333%; }
3852
+
3853
+ .col-xs-offset-2 {
3854
+ margin-left: 16.66667%; }
3855
+
3856
+ .col-xs-offset-3 {
3857
+ margin-left: 25%; }
3858
+
3859
+ .col-xs-offset-4 {
3860
+ margin-left: 33.33333%; }
3861
+
3862
+ .col-xs-offset-5 {
3863
+ margin-left: 41.66667%; }
3864
+
3865
+ .col-xs-offset-6 {
3866
+ margin-left: 50%; }
3867
+
3868
+ .col-xs-offset-7 {
3869
+ margin-left: 58.33333%; }
3870
+
3871
+ .col-xs-offset-8 {
3872
+ margin-left: 66.66667%; }
3873
+
3874
+ .col-xs-offset-9 {
3875
+ margin-left: 75%; }
3876
+
3877
+ .col-xs-offset-10 {
3878
+ margin-left: 83.33333%; }
3879
+
3880
+ .col-xs-offset-11 {
3881
+ margin-left: 91.66667%; }
3882
+
3883
+ .col-xs-offset-12 {
3884
+ margin-left: 100%; }
3885
+
3886
+ @media (min-width: 768px) {
3887
+ .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
3888
+ float: left; }
3889
+
3890
+ .col-sm-1 {
3891
+ width: 8.33333%; }
3892
+
3893
+ .col-sm-2 {
3894
+ width: 16.66667%; }
3895
+
3896
+ .col-sm-3 {
3897
+ width: 25%; }
3898
+
3899
+ .col-sm-4 {
3900
+ width: 33.33333%; }
3901
+
3902
+ .col-sm-5 {
3903
+ width: 41.66667%; }
3904
+
3905
+ .col-sm-6 {
3906
+ width: 50%; }
3907
+
3908
+ .col-sm-7 {
3909
+ width: 58.33333%; }
3910
+
3911
+ .col-sm-8 {
3912
+ width: 66.66667%; }
3913
+
3914
+ .col-sm-9 {
3915
+ width: 75%; }
3916
+
3917
+ .col-sm-10 {
3918
+ width: 83.33333%; }
3919
+
3920
+ .col-sm-11 {
3921
+ width: 91.66667%; }
3922
+
3923
+ .col-sm-12 {
3924
+ width: 100%; }
3925
+
3926
+ .col-sm-pull-0 {
3927
+ right: auto; }
3928
+
3929
+ .col-sm-pull-1 {
3930
+ right: 8.33333%; }
3931
+
3932
+ .col-sm-pull-2 {
3933
+ right: 16.66667%; }
3934
+
3935
+ .col-sm-pull-3 {
3936
+ right: 25%; }
3937
+
3938
+ .col-sm-pull-4 {
3939
+ right: 33.33333%; }
3940
+
3941
+ .col-sm-pull-5 {
3942
+ right: 41.66667%; }
3943
+
3944
+ .col-sm-pull-6 {
3945
+ right: 50%; }
3946
+
3947
+ .col-sm-pull-7 {
3948
+ right: 58.33333%; }
3949
+
3950
+ .col-sm-pull-8 {
3951
+ right: 66.66667%; }
3952
+
3953
+ .col-sm-pull-9 {
3954
+ right: 75%; }
3955
+
3956
+ .col-sm-pull-10 {
3957
+ right: 83.33333%; }
3958
+
3959
+ .col-sm-pull-11 {
3960
+ right: 91.66667%; }
3961
+
3962
+ .col-sm-pull-12 {
3963
+ right: 100%; }
3964
+
3965
+ .col-sm-push-0 {
3966
+ left: auto; }
3967
+
3968
+ .col-sm-push-1 {
3969
+ left: 8.33333%; }
3970
+
3971
+ .col-sm-push-2 {
3972
+ left: 16.66667%; }
3973
+
3974
+ .col-sm-push-3 {
3975
+ left: 25%; }
3976
+
3977
+ .col-sm-push-4 {
3978
+ left: 33.33333%; }
3979
+
3980
+ .col-sm-push-5 {
3981
+ left: 41.66667%; }
3982
+
3983
+ .col-sm-push-6 {
3984
+ left: 50%; }
3985
+
3986
+ .col-sm-push-7 {
3987
+ left: 58.33333%; }
3988
+
3989
+ .col-sm-push-8 {
3990
+ left: 66.66667%; }
3991
+
3992
+ .col-sm-push-9 {
3993
+ left: 75%; }
3994
+
3995
+ .col-sm-push-10 {
3996
+ left: 83.33333%; }
3997
+
3998
+ .col-sm-push-11 {
3999
+ left: 91.66667%; }
4000
+
4001
+ .col-sm-push-12 {
4002
+ left: 100%; }
4003
+
4004
+ .col-sm-offset-0 {
4005
+ margin-left: 0%; }
4006
+
4007
+ .col-sm-offset-1 {
4008
+ margin-left: 8.33333%; }
4009
+
4010
+ .col-sm-offset-2 {
4011
+ margin-left: 16.66667%; }
4012
 
4013
+ .col-sm-offset-3 {
4014
+ margin-left: 25%; }
4015
 
4016
+ .col-sm-offset-4 {
4017
+ margin-left: 33.33333%; }
4018
+
4019
+ .col-sm-offset-5 {
4020
+ margin-left: 41.66667%; }
4021
+
4022
+ .col-sm-offset-6 {
4023
+ margin-left: 50%; }
4024
+
4025
+ .col-sm-offset-7 {
4026
+ margin-left: 58.33333%; }
4027
+
4028
+ .col-sm-offset-8 {
4029
+ margin-left: 66.66667%; }
4030
+
4031
+ .col-sm-offset-9 {
4032
+ margin-left: 75%; }
4033
+
4034
+ .col-sm-offset-10 {
4035
+ margin-left: 83.33333%; }
4036
+
4037
+ .col-sm-offset-11 {
4038
+ margin-left: 91.66667%; }
4039
+
4040
+ .col-sm-offset-12 {
4041
+ margin-left: 100%; } }
4042
+ @media (min-width: 992px) {
4043
+ .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
4044
+ float: left; }
4045
+
4046
+ .col-md-1 {
4047
+ width: 8.33333%; }
4048
+
4049
+ .col-md-2 {
4050
+ width: 16.66667%; }
4051
+
4052
+ .col-md-3 {
4053
+ width: 25%; }
4054
+
4055
+ .col-md-4 {
4056
+ width: 33.33333%; }
4057
+
4058
+ .col-md-5 {
4059
+ width: 41.66667%; }
4060
+
4061
+ .col-md-6 {
4062
+ width: 50%; }
4063
+
4064
+ .col-md-7 {
4065
+ width: 58.33333%; }
4066
+
4067
+ .col-md-8 {
4068
+ width: 66.66667%; }
4069
+
4070
+ .col-md-9 {
4071
+ width: 75%; }
4072
+
4073
+ .col-md-10 {
4074
+ width: 83.33333%; }
4075
+
4076
+ .col-md-11 {
4077
+ width: 91.66667%; }
4078
+
4079
+ .col-md-12 {
4080
+ width: 100%; }
4081
+
4082
+ .col-md-pull-0 {
4083
+ right: auto; }
4084
+
4085
+ .col-md-pull-1 {
4086
+ right: 8.33333%; }
4087
+
4088
+ .col-md-pull-2 {
4089
+ right: 16.66667%; }
4090
+
4091
+ .col-md-pull-3 {
4092
+ right: 25%; }
4093
+
4094
+ .col-md-pull-4 {
4095
+ right: 33.33333%; }
4096
+
4097
+ .col-md-pull-5 {
4098
+ right: 41.66667%; }
4099
+
4100
+ .col-md-pull-6 {
4101
+ right: 50%; }
4102
+
4103
+ .col-md-pull-7 {
4104
+ right: 58.33333%; }
4105
+
4106
+ .col-md-pull-8 {
4107
+ right: 66.66667%; }
4108
+
4109
+ .col-md-pull-9 {
4110
+ right: 75%; }
4111
+
4112
+ .col-md-pull-10 {
4113
+ right: 83.33333%; }
4114
+
4115
+ .col-md-pull-11 {
4116
+ right: 91.66667%; }
4117
+
4118
+ .col-md-pull-12 {
4119
+ right: 100%; }
4120
+
4121
+ .col-md-push-0 {
4122
+ left: auto; }
4123
+
4124
+ .col-md-push-1 {
4125
+ left: 8.33333%; }
4126
+
4127
+ .col-md-push-2 {
4128
+ left: 16.66667%; }
4129
+
4130
+ .col-md-push-3 {
4131
+ left: 25%; }
4132
+
4133
+ .col-md-push-4 {
4134
+ left: 33.33333%; }
4135
+
4136
+ .col-md-push-5 {
4137
+ left: 41.66667%; }
4138
+
4139
+ .col-md-push-6 {
4140
+ left: 50%; }
4141
+
4142
+ .col-md-push-7 {
4143
+ left: 58.33333%; }
4144
+
4145
+ .col-md-push-8 {
4146
+ left: 66.66667%; }
4147
+
4148
+ .col-md-push-9 {
4149
+ left: 75%; }
4150
+
4151
+ .col-md-push-10 {
4152
+ left: 83.33333%; }
4153
+
4154
+ .col-md-push-11 {
4155
+ left: 91.66667%; }
4156
+
4157
+ .col-md-push-12 {
4158
+ left: 100%; }
4159
+
4160
+ .col-md-offset-0 {
4161
+ margin-left: 0%; }
4162
+
4163
+ .col-md-offset-1 {
4164
+ margin-left: 8.33333%; }
4165
+
4166
+ .col-md-offset-2 {
4167
+ margin-left: 16.66667%; }
4168
+
4169
+ .col-md-offset-3 {
4170
+ margin-left: 25%; }
4171
+
4172
+ .col-md-offset-4 {
4173
+ margin-left: 33.33333%; }
4174
+
4175
+ .col-md-offset-5 {
4176
+ margin-left: 41.66667%; }
4177
+
4178
+ .col-md-offset-6 {
4179
+ margin-left: 50%; }
4180
+
4181
+ .col-md-offset-7 {
4182
+ margin-left: 58.33333%; }
4183
+
4184
+ .col-md-offset-8 {
4185
+ margin-left: 66.66667%; }
4186
+
4187
+ .col-md-offset-9 {
4188
+ margin-left: 75%; }
4189
+
4190
+ .col-md-offset-10 {
4191
+ margin-left: 83.33333%; }
4192
+
4193
+ .col-md-offset-11 {
4194
+ margin-left: 91.66667%; }
4195
+
4196
+ .col-md-offset-12 {
4197
+ margin-left: 100%; } }
4198
+ @media (min-width: 1200px) {
4199
+ .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
4200
+ float: left; }
4201
+
4202
+ .col-lg-1 {
4203
+ width: 8.33333%; }
4204
+
4205
+ .col-lg-2 {
4206
+ width: 16.66667%; }
4207
+
4208
+ .col-lg-3 {
4209
+ width: 25%; }
4210
+
4211
+ .col-lg-4 {
4212
+ width: 33.33333%; }
4213
+
4214
+ .col-lg-5 {
4215
+ width: 41.66667%; }
4216
+
4217
+ .col-lg-6 {
4218
+ width: 50%; }
4219
+
4220
+ .col-lg-7 {
4221
+ width: 58.33333%; }
4222
+
4223
+ .col-lg-8 {
4224
+ width: 66.66667%; }
4225
+
4226
+ .col-lg-9 {
4227
+ width: 75%; }
4228
+
4229
+ .col-lg-10 {
4230
+ width: 83.33333%; }
4231
+
4232
+ .col-lg-11 {
4233
+ width: 91.66667%; }
4234
+
4235
+ .col-lg-12 {
4236
+ width: 100%; }
4237
+
4238
+ .col-lg-pull-0 {
4239
+ right: auto; }
4240
+
4241
+ .col-lg-pull-1 {
4242
+ right: 8.33333%; }
4243
+
4244
+ .col-lg-pull-2 {
4245
+ right: 16.66667%; }
4246
+
4247
+ .col-lg-pull-3 {
4248
+ right: 25%; }
4249
+
4250
+ .col-lg-pull-4 {
4251
+ right: 33.33333%; }
4252
+
4253
+ .col-lg-pull-5 {
4254
+ right: 41.66667%; }
4255
+
4256
+ .col-lg-pull-6 {
4257
+ right: 50%; }
4258
+
4259
+ .col-lg-pull-7 {
4260
+ right: 58.33333%; }
4261
+
4262
+ .col-lg-pull-8 {
4263
+ right: 66.66667%; }
4264
+
4265
+ .col-lg-pull-9 {
4266
+ right: 75%; }
4267
+
4268
+ .col-lg-pull-10 {
4269
+ right: 83.33333%; }
4270
+
4271
+ .col-lg-pull-11 {
4272
+ right: 91.66667%; }
4273
+
4274
+ .col-lg-pull-12 {
4275
+ right: 100%; }
4276
+
4277
+ .col-lg-push-0 {
4278
+ left: auto; }
4279
+
4280
+ .col-lg-push-1 {
4281
+ left: 8.33333%; }
4282
+
4283
+ .col-lg-push-2 {
4284
+ left: 16.66667%; }
4285
+
4286
+ .col-lg-push-3 {
4287
+ left: 25%; }
4288
+
4289
+ .col-lg-push-4 {
4290
+ left: 33.33333%; }
4291
+
4292
+ .col-lg-push-5 {
4293
+ left: 41.66667%; }
4294
+
4295
+ .col-lg-push-6 {
4296
+ left: 50%; }
4297
+
4298
+ .col-lg-push-7 {
4299
+ left: 58.33333%; }
4300
+
4301
+ .col-lg-push-8 {
4302
+ left: 66.66667%; }
4303
+
4304
+ .col-lg-push-9 {
4305
+ left: 75%; }
4306
+
4307
+ .col-lg-push-10 {
4308
+ left: 83.33333%; }
4309
+
4310
+ .col-lg-push-11 {
4311
+ left: 91.66667%; }
4312
+
4313
+ .col-lg-push-12 {
4314
+ left: 100%; }
4315
+
4316
+ .col-lg-offset-0 {
4317
+ margin-left: 0%; }
4318
+
4319
+ .col-lg-offset-1 {
4320
+ margin-left: 8.33333%; }
4321
+
4322
+ .col-lg-offset-2 {
4323
+ margin-left: 16.66667%; }
4324
+
4325
+ .col-lg-offset-3 {
4326
+ margin-left: 25%; }
4327
+
4328
+ .col-lg-offset-4 {
4329
+ margin-left: 33.33333%; }
4330
+
4331
+ .col-lg-offset-5 {
4332
+ margin-left: 41.66667%; }
4333
+
4334
+ .col-lg-offset-6 {
4335
+ margin-left: 50%; }
4336
+
4337
+ .col-lg-offset-7 {
4338
+ margin-left: 58.33333%; }
4339
+
4340
+ .col-lg-offset-8 {
4341
+ margin-left: 66.66667%; }
4342
+
4343
+ .col-lg-offset-9 {
4344
+ margin-left: 75%; }
4345
+
4346
+ .col-lg-offset-10 {
4347
+ margin-left: 83.33333%; }
4348
+
4349
+ .col-lg-offset-11 {
4350
+ margin-left: 91.66667%; }
4351
+
4352
+ .col-lg-offset-12 {
4353
+ margin-left: 100%; } }
4354
+ .img-responsive {
4355
+ display: block;
4356
+ width: 100% \9;
4357
+ max-width: 100%;
4358
+ height: auto; }
assets/css/help.css ADDED
@@ -0,0 +1,2487 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .custom_gallery_layout_label
2
+ {
3
+ width: 74px !important;
4
+ }
5
+ .custom_gallery_layout_control
6
+ {
7
+ margin-left: 80px !important;
8
+ }
9
+ .gallery_plugin_message
10
+ {
11
+ font-weight: 400;
12
+ background: #d54d21;
13
+ padding: 1em;
14
+ margin: 10px 0;
15
+ }
16
+ .gallery_plugin_message > p
17
+ {
18
+ color: #fff;
19
+ margin: 0px !important;
20
+ }
21
+ .widget_premium_feature
22
+ {
23
+ color: #FF0000;
24
+ font-size: 13px !important;
25
+ }
26
+
27
+ .gallery-shortcode-label
28
+ {
29
+ color:#5A5A5A!important;
30
+ font-family:Georgia,Times New Roman,Times,serif!important;
31
+ font-size:1.8em!important;
32
+ font-weight:normal!important;
33
+ }
34
+
35
+ .gallery_icon {
36
+ background: url(../images/icon.png) no-repeat top left;
37
+ display: inline-block;
38
+ height: 16px;
39
+ margin: 0 2px 0 0;
40
+ vertical-align: sub;
41
+ width: 16px;
42
+ }
43
+ .separator-doubled {
44
+ padding: 0;
45
+ height: 0;
46
+ border: none;
47
+ border-top: medium double #d5d5d5;
48
+ color: #333;
49
+ text-align: center;
50
+ margin-top: 10px;
51
+ }
52
+ .separator-single {
53
+ padding: 0;
54
+ height: 0;
55
+ border: none;
56
+ border-bottom: 1px solid #d5d5d5;
57
+ color: #333;
58
+ text-align: center;
59
+ margin-top: 10px;
60
+ margin-bottom: 10px;
61
+ }
62
+
63
+ .dataTable td {
64
+ text-align: left !important;
65
+ }
66
+
67
+ .breadcrumb {
68
+ padding: 8px 15px;
69
+ margin: 0 0 20px;
70
+ list-style: none;
71
+ background-color: #f5f5f5;
72
+ -webkit-border-radius: 4px;
73
+ -moz-border-radius: 4px;
74
+ border-radius: 4px;
75
+ }
76
+
77
+ .breadcrumb > li {
78
+ display: inline-block;
79
+ *display: inline;
80
+ text-shadow: 0 1px 0 #ffffff;
81
+ *zoom: 1;
82
+ }
83
+
84
+ .breadcrumb > li > .divider {
85
+ padding: 0 5px;
86
+ color: #ccc;
87
+ }
88
+
89
+ .breadcrumb > .active {
90
+ color: #999999;
91
+ }
92
+
93
+ .btn-small {
94
+ padding: 7px 12px 6px 12px;
95
+ line-height: 13px;
96
+ }
97
+
98
+ button.btn.btn-small, input[type="submit"].btn.btn-small {
99
+ *padding-top: 3px;
100
+ *padding-bottom: 3px;
101
+ }
102
+
103
+
104
+ .stat {
105
+ margin: 0px;
106
+ padding: 0px;
107
+ }
108
+
109
+ .item-list.table .percent {
110
+ width: 30px;
111
+ float: right;
112
+ margin-right: 10px;
113
+ margin-top: 3px;
114
+ }
115
+
116
+ .item-list.table .title {
117
+ padding-top: -5px;
118
+ }
119
+
120
+ .stat .title {
121
+ margin-left: 10px;
122
+ margin-right: 10px;
123
+ font-size: 13px;
124
+ }
125
+
126
+ .stat.good .percent {
127
+ color: #52e136;
128
+ font-size: 16px;
129
+ font-weight: bold;
130
+ }
131
+
132
+ .stat.bad .percent {
133
+ color: #d12610;
134
+ font-size: 16px;
135
+ font-weight: bold;
136
+ }
137
+
138
+ .stat.ok .percent {
139
+ color: #37b7f3;
140
+ font-size: 16px;
141
+ font-weight: bold;
142
+ }
143
+
144
+ .line-chart {
145
+ display: none
146
+ }
147
+
148
+ .layout-block {
149
+ background-color: #F6F6F6;
150
+ background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#F9F9F9), to(#EDEDED));
151
+ background-image: -webkit-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
152
+ background-image: -moz-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
153
+ background-image: -ms-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
154
+ background-image: -o-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
155
+ background-image: linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
156
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffF9F9F9', endColorstr='#ffEDEDED', GradientType=0);
157
+
158
+ border: 1px solid #D5D5D5;
159
+ box-shadow: 0 1px 0 0 white inset, 0 1px 0 rgba(255, 255, 255, 0.4);
160
+
161
+ -webkit-border-radius: 2px;
162
+ -moz-border-radius: 2px;
163
+ border-radius: 2px;
164
+
165
+ line-height: 18px;
166
+ margin: 0 0 20px 0;
167
+ padding: 10px;
168
+ }
169
+
170
+ .layout-span12 {
171
+ width: 940px;
172
+ }
173
+
174
+ .layout-span11 {
175
+ width: 860px;
176
+ }
177
+
178
+ .layout-span10 {
179
+ width: 780px;
180
+ }
181
+
182
+ .layout-span9 {
183
+ width: 700px;
184
+ }
185
+
186
+ .layout-span8 {
187
+ width: 620px;
188
+ }
189
+
190
+ .layout-span7 {
191
+ width: 540px;
192
+ }
193
+
194
+ .layout-span6 {
195
+ width: 460px;
196
+ }
197
+
198
+ .layout-span5 {
199
+ width: 380px;
200
+ }
201
+
202
+ .layout-span4 {
203
+ width: 300px;
204
+ }
205
+
206
+ .layout-span3 {
207
+ width: 220px;
208
+ }
209
+
210
+ .layout-span2 {
211
+ width: 140px;
212
+ }
213
+
214
+ .layout-span1 {
215
+ width: 60px;
216
+ }
217
+
218
+ .offset12 {
219
+ margin-left: 980px;
220
+ }
221
+
222
+ .offset11 {
223
+ margin-left: 900px;
224
+ }
225
+
226
+ .offset10 {
227
+ margin-left: 820px;
228
+ }
229
+
230
+ .offset9 {
231
+ margin-left: 740px;
232
+ }
233
+
234
+ .offset8 {
235
+ margin-left: 660px;
236
+ }
237
+
238
+ .offset7 {
239
+ margin-left: 580px;
240
+ }
241
+
242
+ .offset6 {
243
+ margin-left: 500px;
244
+ }
245
+
246
+ .offset5 {
247
+ margin-left: 420px;
248
+ }
249
+
250
+ .offset4 {
251
+ margin-left: 340px;
252
+ }
253
+
254
+ .offset3 {
255
+ margin-left: 260px;
256
+ }
257
+
258
+ .offset2 {
259
+ margin-left: 180px;
260
+ }
261
+
262
+ .offset1 {
263
+ margin-left: 100px;
264
+ }
265
+
266
+ .fluid-layout {
267
+ width: 99%;
268
+ margin-top: 1%;
269
+ *zoom: 1;
270
+ }
271
+
272
+ .fluid-layout:before,
273
+ .fluid-layout:after {
274
+ display: table;
275
+ line-height: 0;
276
+ content: "";
277
+ }
278
+
279
+ .fluid-layout:after {
280
+ clear: both;
281
+ }
282
+
283
+ .fluid-layout [class*="layout-span"] {
284
+ display: block;
285
+ float: left;
286
+ width: 100%;
287
+ min-height: 30px;
288
+ margin-left: 2.127659574468085%;
289
+ *margin-left: 2.074468085106383%;
290
+ -webkit-box-sizing: border-box;
291
+ -moz-box-sizing: border-box;
292
+ box-sizing: border-box;
293
+ }
294
+
295
+ .fluid-layout [class*="layout-span"]:first-child {
296
+ margin-left: 0;
297
+ }
298
+
299
+ .fluid-layout .controls-row [class*="layout-span"] + [class*="layout-span"] {
300
+ margin-left: 2.127659574468085%;
301
+ }
302
+
303
+ .fluid-layout .layout-span12 {
304
+ width: 100%;
305
+ *width: 99.94680851063829%;
306
+ }
307
+
308
+ .fluid-layout .layout-span11 {
309
+ width: 91.48936170212765%;
310
+ *width: 91.43617021276594%;
311
+ }
312
+
313
+ .fluid-layout .layout-span10 {
314
+ width: 82.97872340425532%;
315
+ *width: 82.92553191489361%;
316
+ }
317
+
318
+ .fluid-layout .layout-span9 {
319
+ width: 74.46808510638297%;
320
+ *width: 74.41489361702126%;
321
+ }
322
+
323
+ .fluid-layout .layout-span8 {
324
+ width: 65.95744680851064%;
325
+ *width: 65.90425531914893%;
326
+ }
327
+
328
+ .fluid-layout .layout-span7 {
329
+ width: 57.44680851063829%;
330
+ *width: 57.39361702127659%;
331
+ }
332
+
333
+ .fluid-layout .layout-span6 {
334
+ width: 48.93617021276595%;
335
+ *width: 48.88297872340425%;
336
+ }
337
+
338
+ .fluid-layout .layout-span5 {
339
+ width: 40.42553191489362%;
340
+ *width: 40.37234042553192%;
341
+ }
342
+
343
+ .fluid-layout .layout-span4 {
344
+ width: 31.914893617021278%;
345
+ *width: 31.861702127659576%;
346
+ }
347
+
348
+ .fluid-layout .layout-span3 {
349
+ width: 23.404255319148934%;
350
+ *width: 23.351063829787233%;
351
+ }
352
+
353
+ .fluid-layout .layout-span2 {
354
+ width: 14.893617021276595%;
355
+ *width: 14.840425531914894%;
356
+ }
357
+
358
+ .fluid-layout .layout-span1 {
359
+ width: 6.382978723404255%;
360
+ *width: 6.329787234042553%;
361
+ }
362
+
363
+ .fluid-layout .offset12 {
364
+ margin-left: 104.25531914893617%;
365
+ *margin-left: 104.14893617021275%;
366
+ }
367
+
368
+ .fluid-layout .offset12:first-child {
369
+ margin-left: 102.12765957446808%;
370
+ *margin-left: 102.02127659574467%;
371
+ }
372
+
373
+ .fluid-layout .offset11 {
374
+ margin-left: 95.74468085106382%;
375
+ *margin-left: 95.6382978723404%;
376
+ }
377
+
378
+ .fluid-layout .offset11:first-child {
379
+ margin-left: 93.61702127659574%;
380
+ *margin-left: 93.51063829787232%;
381
+ }
382
+
383
+ .fluid-layout .offset10 {
384
+ margin-left: 87.23404255319149%;
385
+ *margin-left: 87.12765957446807%;
386
+ }
387
+
388
+ .fluid-layout .offset10:first-child {
389
+ margin-left: 85.1063829787234%;
390
+ *margin-left: 84.99999999999999%;
391
+ }
392
+
393
+ .fluid-layout .offset9 {
394
+ margin-left: 78.72340425531914%;
395
+ *margin-left: 78.61702127659572%;
396
+ }
397
+
398
+ .fluid-layout .offset9:first-child {
399
+ margin-left: 76.59574468085106%;
400
+ *margin-left: 76.48936170212764%;
401
+ }
402
+
403
+ .fluid-layout .offset8 {
404
+ margin-left: 70.2127659574468%;
405
+ *margin-left: 70.10638297872339%;
406
+ }
407
+
408
+ .fluid-layout .offset8:first-child {
409
+ margin-left: 68.08510638297872%;
410
+ *margin-left: 67.9787234042553%;
411
+ }
412
+
413
+ .fluid-layout .offset7 {
414
+ margin-left: 61.70212765957446%;
415
+ *margin-left: 61.59574468085106%;
416
+ }
417
+
418
+ .fluid-layout .offset7:first-child {
419
+ margin-left: 59.574468085106375%;
420
+ *margin-left: 59.46808510638297%;
421
+ }
422
+
423
+ .fluid-layout .offset6 {
424
+ margin-left: 53.191489361702125%;
425
+ *margin-left: 53.085106382978715%;
426
+ }
427
+
428
+ .fluid-layout .offset6:first-child {
429
+ margin-left: 51.063829787234035%;
430
+ *margin-left: 50.95744680851063%;
431
+ }
432
+
433
+ .fluid-layout .offset5 {
434
+ margin-left: 44.68085106382979%;
435
+ *margin-left: 44.57446808510638%;
436
+ }
437
+
438
+ .fluid-layout .offset5:first-child {
439
+ margin-left: 42.5531914893617%;
440
+ *margin-left: 42.4468085106383%;
441
+ }
442
+
443
+ .fluid-layout .offset4 {
444
+ margin-left: 36.170212765957444%;
445
+ *margin-left: 36.06382978723405%;
446
+ }
447
+
448
+ .fluid-layout .offset4:first-child {
449
+ margin-left: 34.04255319148936%;
450
+ *margin-left: 33.93617021276596%;
451
+ }
452
+
453
+ .fluid-layout .offset3 {
454
+ margin-left: 27.659574468085104%;
455
+ *margin-left: 27.5531914893617%;
456
+ }
457
+
458
+ .fluid-layout .offset3:first-child {
459
+ margin-left: 25.53191489361702%;
460
+ *margin-left: 25.425531914893618%;
461
+ }
462
+
463
+ .fluid-layout .offset2 {
464
+ margin-left: 19.148936170212764%;
465
+ *margin-left: 19.04255319148936%;
466
+ }
467
+
468
+ .fluid-layout .offset2:first-child {
469
+ margin-left: 17.02127659574468%;
470
+ *margin-left: 16.914893617021278%;
471
+ }
472
+
473
+ .fluid-layout .offset1 {
474
+ margin-left: 10.638297872340425%;
475
+ *margin-left: 10.53191489361702%;
476
+ }
477
+
478
+ .fluid-layout .offset1:first-child {
479
+ margin-left: 8.51063829787234%;
480
+ *margin-left: 8.404255319148938%;
481
+ }
482
+
483
+ [class*="layout-span"].hide,
484
+ .fluid-layout [class*="layout-span"].hide {
485
+ display: none;
486
+ }
487
+
488
+ [class*="layout-span"].pull-right,
489
+ .fluid-layout [class*="layout-span"].pull-right {
490
+ float: right;
491
+ }
492
+
493
+ .fluid-layout input[class*="layout-span"],
494
+ .fluid-layout select[class*="layout-span"],
495
+ .fluid-layout textarea[class*="layout-span"],
496
+ .fluid-layout .uneditable-input[class*="layout-span"] {
497
+ float: none;
498
+ margin-left: 0;
499
+ }
500
+
501
+ .fluid-layout input[class*="layout-span"],
502
+ .fluid-layout select[class*="layout-span"],
503
+ .fluid-layout textarea[class*="layout-span"],
504
+ .fluid-layout .uneditable-input[class*="layout-span"],
505
+ .fluid-layout .input-prepend [class*="layout-span"],
506
+ .fluid-layout .input-append [class*="layout-span"] {
507
+ display: inline-block;
508
+ }
509
+
510
+ .controls-row [class*="layout-span"],
511
+ .fluid-layout .controls-row [class*="layout-span"] {
512
+ float: left;
513
+ }
514
+
515
+ /*********************************TABLE CONTENT********************************/
516
+ table td[class*="layout-span"],
517
+ table th[class*="layout-span"],
518
+ .fluid-layout table td[class*="layout-span"],
519
+ .fluid-layout table th[class*="layout-span"] {
520
+ display: table-cell;
521
+ float: none;
522
+ margin-left: 0;
523
+ }
524
+
525
+ table td.layout-span1,
526
+ table th.layout-span1 {
527
+ float: none;
528
+ width: 44px;
529
+ margin-left: 0;
530
+ }
531
+
532
+ table td.layout-span2,
533
+ table th.layout-span2 {
534
+ float: none;
535
+ width: 124px;
536
+ margin-left: 0;
537
+ }
538
+
539
+ table td.layout-span3,
540
+ table th.layout-span3 {
541
+ float: none;
542
+ width: 204px;
543
+ margin-left: 0;
544
+ }
545
+
546
+ table td.layout-span4,
547
+ table th.layout-span4 {
548
+ float: none;
549
+ width: 284px;
550
+ margin-left: 0;
551
+ }
552
+
553
+ table td.layout-span5,
554
+ table th.layout-span5 {
555
+ float: none;
556
+ width: 364px;
557
+ margin-left: 0;
558
+ }
559
+
560
+ table td.layout-span6,
561
+ table th.layout-span6 {
562
+ float: none;
563
+ width: 444px;
564
+ margin-left: 0;
565
+ }
566
+
567
+ table td.layout-span7,
568
+ table th.layout-span7 {
569
+ float: none;
570
+ width: 524px;
571
+ margin-left: 0;
572
+ }
573
+
574
+ table td.layout-span8,
575
+ table th.layout-span8 {
576
+ float: none;
577
+ width: 604px;
578
+ margin-left: 0;
579
+ }
580
+
581
+ table td.layout-span9,
582
+ table th.layout-span9 {
583
+ float: none;
584
+ width: 684px;
585
+ margin-left: 0;
586
+ }
587
+
588
+ table td.layout-span10,
589
+ table th.layout-span10 {
590
+ float: none;
591
+ width: 764px;
592
+ margin-left: 0;
593
+ }
594
+
595
+ table td.layout-span11,
596
+ table th.layout-span11 {
597
+ float: none;
598
+ width: 844px;
599
+ margin-left: 0;
600
+ }
601
+
602
+ table td.layout-span12,
603
+ table th.layout-span12 {
604
+ float: none;
605
+ width: 924px;
606
+ margin-left: 0;
607
+ }
608
+
609
+ .layout-table-controls {
610
+ margin: 0 -1px;
611
+ }
612
+
613
+ .layout-table-controls > li {
614
+ display: inline-block;
615
+ margin: 0 1px;
616
+ }
617
+
618
+ /*.layout-table-controls > li > .btn { padding: 0px; }*/
619
+ *
620
+
621
+ /
622
+ .layout-table-controls > li > .btn > i {
623
+ margin-left: 0;
624
+ margin-right: 0;
625
+ }
626
+
627
+ .layout-table-controls > li > a > i {
628
+ margin-right: 0;
629
+ font-size: 14px;
630
+ color: #555;
631
+ }
632
+
633
+ .layout-table-controls > li > a.btn > b, .layout-table-controls > li > a > b {
634
+ margin: 1px 0 -1px 0;
635
+ font-size: 14px;
636
+ color: #555;
637
+ width: 1.1em;
638
+ float: none;
639
+ }
640
+
641
+ .stats-overview-cont {
642
+ padding-top: 0px;
643
+ margin-bottom: 15px;
644
+ }
645
+
646
+ .stats-overview {
647
+ clear: both;
648
+ padding: 10px 10px 0px 10px;
649
+ margin: 0px;
650
+ margin-bottom: 5px;
651
+ }
652
+
653
+ .stats-overview .display {
654
+ margin-right: 5px;
655
+ float: left;
656
+ }
657
+
658
+ .stats-overview .details {
659
+ color: #888;
660
+ }
661
+
662
+ .stats-overview .details .title {
663
+ color: #777;
664
+ font-size: 12px;
665
+ font-weight: normal;
666
+ margin-bottom: 3px;
667
+ padding: 0px !important;
668
+ }
669
+
670
+ .stats-overview .details .title i {
671
+ color: #999;
672
+ margin-right: 2px;
673
+ }
674
+
675
+ .stats-overview .details .numbers {
676
+ color: #777;
677
+ font-size: 20px;
678
+ font-weight: bold;
679
+ margin-bottom: 6px;
680
+ !important
681
+ }
682
+
683
+ .stats-overview .progress-layout {
684
+ height: 10px;
685
+ margin-bottom: 10px !important;
686
+ }
687
+
688
+ .stats-overview:hover {
689
+ text-decoration: none !important;
690
+ border-color: #999 !important;
691
+ color: #444 !important;
692
+ text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
693
+ -webkit-transition: all 0.3s ease !important;
694
+ -moz-transition: all 0.3s ease !important;
695
+ -ms-transition: all 0.3s ease !important;
696
+ -o-transition: all 0.3s ease !important;
697
+ transition: all 0.3s ease !important;
698
+ -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
699
+ -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
700
+ box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
701
+ }
702
+
703
+ @-webkit-keyframes progress-bar-stripes {
704
+ from {
705
+ background-position: 40px 0;
706
+ }
707
+ to {
708
+ background-position: 0 0;
709
+ }
710
+ }
711
+
712
+ @-moz-keyframes progress-bar-stripes {
713
+ from {
714
+ background-position: 40px 0;
715
+ }
716
+ to {
717
+ background-position: 0 0;
718
+ }
719
+ }
720
+
721
+ @-ms-keyframes progress-bar-stripes {
722
+ from {
723
+ background-position: 40px 0;
724
+ }
725
+ to {
726
+ background-position: 0 0;
727
+ }
728
+ }
729
+
730
+ @-o-keyframes progress-bar-stripes {
731
+ from {
732
+ background-position: 0 0;
733
+ }
734
+ to {
735
+ background-position: 40px 0;
736
+ }
737
+ }
738
+
739
+ @keyframes progress-bar-stripes {
740
+ from {
741
+ background-position: 40px 0;
742
+ }
743
+ to {
744
+ background-position: 0 0;
745
+ }
746
+ }
747
+
748
+ .progress-layout {
749
+ height: 20px;
750
+ margin-bottom: 20px;
751
+ overflow: hidden;
752
+ background-color: #f7f7f7;
753
+ background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
754
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
755
+ background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
756
+ background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
757
+ background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
758
+ background-repeat: repeat-x;
759
+ -webkit-border-radius: 4px;
760
+ -moz-border-radius: 4px;
761
+ border-radius: 4px;
762
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
763
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
764
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
765
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
766
+ }
767
+
768
+ .progress-layout .bar {
769
+ float: left;
770
+ width: 0;
771
+ height: 100%;
772
+ font-size: 12px;
773
+ color: #ffffff;
774
+ text-align: center;
775
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
776
+ background-color: #0e90d2;
777
+ background-image: -moz-linear-gradient(top, #149bdf, #0480be);
778
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
779
+ background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
780
+ background-image: -o-linear-gradient(top, #149bdf, #0480be);
781
+ background-image: linear-gradient(to bottom, #149bdf, #0480be);
782
+ background-repeat: repeat-x;
783
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
784
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
785
+ -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
786
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
787
+ -webkit-box-sizing: border-box;
788
+ -moz-box-sizing: border-box;
789
+ box-sizing: border-box;
790
+ -webkit-transition: width 0.6s ease;
791
+ -moz-transition: width 0.6s ease;
792
+ -o-transition: width 0.6s ease;
793
+ transition: width 0.6s ease;
794
+ }
795
+
796
+ .progress-layout .bar + .bar {
797
+ -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
798
+ -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
799
+ box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
800
+ }
801
+
802
+ .progress-layout-striped .bar {
803
+ background-color: #149bdf;
804
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
805
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
806
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
807
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
808
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
809
+ -webkit-background-size: 40px 40px;
810
+ -moz-background-size: 40px 40px;
811
+ -o-background-size: 40px 40px;
812
+ background-size: 40px 40px;
813
+ }
814
+
815
+ .progress-layout.active .bar {
816
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
817
+ -moz-animation: progress-bar-stripes 2s linear infinite;
818
+ -ms-animation: progress-bar-stripes 2s linear infinite;
819
+ -o-animation: progress-bar-stripes 2s linear infinite;
820
+ animation: progress-bar-stripes 2s linear infinite;
821
+ }
822
+
823
+ .progress-layout-danger .bar,
824
+ .progress-layout .bar-danger {
825
+ background-color: #dd514c;
826
+ background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
827
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
828
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
829
+ background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
830
+ background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
831
+ background-repeat: repeat-x;
832
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
833
+ }
834
+
835
+ .progress-layout-danger.progress-layout-striped .bar,
836
+ .progress-layout-striped .bar-danger {
837
+ background-color: #ee5f5b;
838
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
839
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
840
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
841
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
842
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
843
+ }
844
+
845
+ .progress-layout-success .bar,
846
+ .progress-layout .bar-success {
847
+ background-color: #5eb95e;
848
+ background-image: -moz-linear-gradient(top, #62c462, #57a957);
849
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
850
+ background-image: -webkit-linear-gradient(top, #62c462, #57a957);
851
+ background-image: -o-linear-gradient(top, #62c462, #57a957);
852
+ background-image: linear-gradient(to bottom, #62c462, #57a957);
853
+ background-repeat: repeat-x;
854
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
855
+ }
856
+
857
+ .progress-layout-success.progress-layout-striped .bar,
858
+ .progress-layout-striped .bar-success {
859
+ background-color: #62c462;
860
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
861
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
862
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
863
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
864
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
865
+ }
866
+
867
+ .progress-layout-info .bar,
868
+ .progress-layout .bar-info {
869
+ background-color: #4bb1cf;
870
+ background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
871
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
872
+ background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
873
+ background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
874
+ background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
875
+ background-repeat: repeat-x;
876
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
877
+ }
878
+
879
+ .progress-layout-info.progress-layout-striped .bar,
880
+ .progress-layout-striped .bar-info {
881
+ background-color: #5bc0de;
882
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
883
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
884
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
885
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
886
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
887
+ }
888
+
889
+ .progress-layout-warning .bar,
890
+ .progress-layout .bar-warning {
891
+ background-color: #faa732;
892
+ background-image: -moz-linear-gradient(top, #fbb450, #f89406);
893
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
894
+ background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
895
+ background-image: -o-linear-gradient(top, #fbb450, #f89406);
896
+ background-image: linear-gradient(to bottom, #fbb450, #f89406);
897
+ background-repeat: repeat-x;
898
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
899
+ }
900
+
901
+ .progress-layout-warning.progress-layout-striped .bar,
902
+ .progress-layout-striped .bar-warning {
903
+ background-color: #fbb450;
904
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
905
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
906
+ background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
907
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
908
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
909
+ }
910
+
911
+ .widget-layout {
912
+ background: none repeat scroll 0 0 #F9F9F9;
913
+ border-top: 1px solid #e0dede;
914
+ border-left: 1px solid #e0dede;
915
+ border-right: 1px solid #e0dede;
916
+ clear: both;
917
+ margin-top: 0px;
918
+ margin-bottom: 20px;
919
+ -webkit-border-radius: 3px;
920
+ -moz-border-radius: 3px;
921
+ border-radius: 3px;
922
+ }
923
+
924
+ .widget-layout-title {
925
+ background-color: #EFEFEF;
926
+ background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#FDFDFD), to(#EAEAEA));
927
+ background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
928
+ background-image: -moz-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
929
+ background-image: -ms-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
930
+ background-image: -o-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
931
+ background-image: -linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
932
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0);
933
+ border-bottom: 1px solid #e0dede;
934
+ height: 36px;
935
+
936
+ -webkit-border-radius: 3px 3px 0px 0px;
937
+ -moz-border-radius: 3px 3px 0px 0px;
938
+ border-radius: 3px 3px 0px 0px;
939
+ }
940
+
941
+ /****************************** Widget Section *********************************/
942
+ .widget-layout-title > h4 {
943
+ color: #444;
944
+ float: left;
945
+ font-size: 13px;
946
+ font-weight: bold;
947
+ padding: 12px 11px 10px 15px;
948
+ line-height: 12px;
949
+ margin: 0px !important;
950
+ }
951
+
952
+ .widget-layout-title > h4 i {
953
+ font-size: 14px;
954
+ margin-right: 6px;
955
+ !important
956
+ }
957
+
958
+ .widget-layout-title span.tools {
959
+ padding: 3px 5px 2px;
960
+ float: right;
961
+ margin: 6px 0px 0 0 !important;
962
+ cursor: pointer;
963
+ }
964
+
965
+ .widget-layout-title span.tools > a {
966
+ display: inline-block;
967
+ margin-right: 5px !important;
968
+ color: #555;
969
+ font-size: 14px;
970
+ }
971
+
972
+ .widget-layout-title span.tools > a:hover {
973
+ text-decoration: none;
974
+ -webkit-transition: all 0.1s ease-in-out;
975
+ -moz-transition: all 0.1s ease-in-out;
976
+ -o-transition: all 0.1s ease-in-out;
977
+ -ms-transition: all 0.1s ease-in-out;
978
+ transition: all 0.1s ease-in-out;
979
+ opacity: .6;
980
+ }
981
+
982
+ .widget-layout-title .btn-group {
983
+ margin-right: 5px !important;
984
+ margin-top: -2px !important;
985
+ }
986
+
987
+ .widget-layout-title .btn-group .caret {
988
+ margin-top: 8px !important;
989
+ margin-left: 3px !important;
990
+ }
991
+
992
+ .widget-layout-body {
993
+ padding: 10px 15px;
994
+ border-bottom: 1px solid #CDCDCD;
995
+ -webkit-border-radius: 0px 0px 3px 3px;
996
+ -moz-border-radius: 0px 0px 3px 3px;
997
+ border-radius: 0px 0px 3px 3px;
998
+ }
999
+
1000
+ /********************** Widget Section *********************************/
1001
+ .fluid-layout table {
1002
+ max-width: 100%;
1003
+ background-color: transparent;
1004
+ border-collapse: collapse;
1005
+ border-spacing: 0;
1006
+ }
1007
+
1008
+ .fluid-layout .table {
1009
+ width: 100%;
1010
+ margin-bottom: 20px;
1011
+ margin-top: 10px !important
1012
+ }
1013
+
1014
+ .fluid-layout .table th,
1015
+ .fluid-layout .table td {
1016
+ padding: 8px;
1017
+ line-height: 20px;
1018
+ text-align: left;
1019
+ vertical-align: top;
1020
+ border-top: 1px solid #dddddd;
1021
+ }
1022
+
1023
+ .fluid-layout .table th {
1024
+ font-weight: bold;
1025
+ }
1026
+
1027
+ .fluid-layout .table caption + thead tr:first-child th,
1028
+ .fluid-layout .table caption + thead tr:first-child td,
1029
+ .fluid-layout .table colgroup + thead tr:first-child th,
1030
+ .fluid-layout .table colgroup + thead tr:first-child td,
1031
+ .fluid-layout.table thead:first-child tr:first-child th,
1032
+ .fluid-layout.table thead :first-child tr:first-child td {
1033
+ border-top: 0;
1034
+ }
1035
+
1036
+ .fluid-layout .table tbody + tbody {
1037
+ border-top: 2px solid #dddddd;
1038
+ }
1039
+
1040
+ .fluid-layout .table .table {
1041
+ background-color: #ffffff;
1042
+ }
1043
+
1044
+ .fluid-layout .table-condensed th,
1045
+ .fluid-layout .table-condensed td {
1046
+ padding: 4px 5px;
1047
+ }
1048
+
1049
+ .fluid-layout .table-bordered {
1050
+ border: 1px solid #dddddd;
1051
+ border-collapse: separate;
1052
+ *border-collapse: collapse;
1053
+ border-left: 0;
1054
+ -webkit-border-radius: 4px;
1055
+ -moz-border-radius: 4px;
1056
+ border-radius: 4px;
1057
+ }
1058
+
1059
+ .fluid-layout .table-bordered th,
1060
+ .fluid-layout .table-bordered td {
1061
+ border-left: 1px solid #dddddd;
1062
+ }
1063
+
1064
+ .fluid-layout .table-striped tbody > tr:nth-child(odd) > td,
1065
+ .fluid-layout .table-striped tbody > tr:nth-child(odd) > th {
1066
+ background-color: #f9f9f9;
1067
+ }
1068
+
1069
+ .fluid-layout .table-hover tbody tr:hover td,
1070
+ .fluid-layout .table-hover tbody tr:hover th {
1071
+ background-color: #f5f5f5;
1072
+ }
1073
+
1074
+ .fluid-layout .table tbody tr.success td {
1075
+ background-color: #dff0d8;
1076
+ }
1077
+
1078
+ .fluid-layout .table tbody tr.error td {
1079
+ background-color: #f2dede;
1080
+ }
1081
+
1082
+ .fluid-layout .table tbody tr.warning td {
1083
+ background-color: #fcf8e3;
1084
+ }
1085
+
1086
+ .fluid-layout .table tbody tr.info td {
1087
+ background-color: #d9edf7;
1088
+ }
1089
+
1090
+ .fluid-layout .table-hover tbody tr.success:hover td {
1091
+ background-color: #d0e9c6;
1092
+ }
1093
+
1094
+ .fluid-layout .table-hover tbody tr.error:hover td {
1095
+ background-color: #ebcccc;
1096
+ }
1097
+
1098
+ .fluid-layout .table-hover tbody tr.warning:hover td {
1099
+ background-color: #faf2cc;
1100
+ }
1101
+
1102
+ .fluid-layout .table-hover tbody tr.info:hover td {
1103
+ background-color: #c4e3f3;
1104
+ }
1105
+
1106
+ .label-layout,
1107
+ .badge {
1108
+ display: inline-block;
1109
+ padding: 2px 4px;
1110
+ font-size: 11.844px;
1111
+ font-weight: bold;
1112
+ line-height: 14px;
1113
+ color: #ffffff;
1114
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1115
+ white-space: nowrap;
1116
+ vertical-align: baseline;
1117
+ background-color: #999999;
1118
+ }
1119
+
1120
+ .label-layout {
1121
+ -webkit-border-radius: 3px;
1122
+ -moz-border-radius: 3px;
1123
+ border-radius: 3px;
1124
+ }
1125
+
1126
+ .badge {
1127
+ padding-right: 9px;
1128
+ padding-left: 9px;
1129
+ -webkit-border-radius: 9px;
1130
+ -moz-border-radius: 9px;
1131
+ border-radius: 9px;
1132
+ }
1133
+
1134
+ .label-layout:empty,
1135
+ .badge:empty {
1136
+ display: none;
1137
+ }
1138
+
1139
+ .label-layout-important,
1140
+ .badge-important {
1141
+ background-color: #b94a48;
1142
+ }
1143
+
1144
+ .label-layout-important[href],
1145
+ .badge-important[href] {
1146
+ background-color: #953b39;
1147
+ }
1148
+
1149
+ .label-layout-warning,
1150
+ .badge-warning {
1151
+ background-color: #f89406;
1152
+ }
1153
+
1154
+ .label-layout-warning[href],
1155
+ .badge-warning[href] {
1156
+ background-color: #c67605;
1157
+ }
1158
+
1159
+ .label-layout-success,
1160
+ .badge-success {
1161
+ background-color: #468847;
1162
+ }
1163
+
1164
+ .label-layout-success[href],
1165
+ .badge-success[href] {
1166
+ background-color: #356635;
1167
+ }
1168
+
1169
+ .label-layout-info,
1170
+ .badge-info {
1171
+ background-color: #3a87ad;
1172
+ }
1173
+
1174
+ .label-layout-info[href],
1175
+ .badge-info[href] {
1176
+ background-color: #2d6987;
1177
+ }
1178
+
1179
+ .label-layout-inverse,
1180
+ .badge-inverse {
1181
+ background-color: #333333;
1182
+ }
1183
+
1184
+ .label-layout-inverse[href],
1185
+ .badge-inverse[href] {
1186
+ background-color: #1a1a1a;
1187
+ }
1188
+
1189
+ .btn .label-layout,
1190
+ .btn .badge {
1191
+ position: relative;
1192
+ top: -1px;
1193
+ }
1194
+
1195
+ .btn-mini .label-layout,
1196
+ .btn-mini .badge {
1197
+ top: 0;
1198
+ }
1199
+
1200
+ .fluid-layout a {
1201
+
1202
+ text-decoration: none !important
1203
+ }
1204
+
1205
+ .fluid-layout a:hover {
1206
+
1207
+ text-decoration: none !important
1208
+ }
1209
+
1210
+ /***********************************************FORM CONTENT***********************************************/
1211
+ .widget-layout-body .form form {
1212
+ margin: 0px !important;
1213
+ padding: 0px !important;
1214
+ }
1215
+
1216
+ .widget-layout-body .layout-control-group:last-child {
1217
+ padding-bottom: 0px !important;
1218
+ margin-bottom: 0px !important;
1219
+ }
1220
+
1221
+ .widget-layout-body .form-actions {
1222
+ margin-left: -15px !important;
1223
+ margin-right: -15px !important;
1224
+ margin-top: 20px !important;
1225
+ margin-bottom: -15px !important;
1226
+ margin-top: 20px;
1227
+ padding-left: 195px;
1228
+ -webkit-border-radius: 0px 0px 4px 4px;
1229
+ -moz-border-radius: 0px 0px 4px 4px;
1230
+ border-radius: 0px 0px 4px 4px;
1231
+ }
1232
+
1233
+ .widget-layout-body .dataTables_info, .widget-layout-body .dataTables_paginate {
1234
+ /*margin-top: 5px !important;*/
1235
+ padding-bottom: 0px !important;
1236
+ margin-bottom: -4px !important;
1237
+ }
1238
+
1239
+ .dataTables_info {
1240
+ padding: 0px;
1241
+ display: block;
1242
+ float: left;
1243
+ }
1244
+
1245
+ .dataTables_paginate {
1246
+ float: right;
1247
+ margin: 0px;
1248
+ }
1249
+
1250
+ .dataTables_paginate .last {
1251
+ margin-right: 0 !important;
1252
+ }
1253
+
1254
+ paging_full_numbers {
1255
+ height: 22px;
1256
+ line-height: 22px;
1257
+ }
1258
+
1259
+ .paging_full_numbers .next:active, .paging_full_numbers .first:active, .paging_full_numbers .previous:active, .paging_full_numbers .last:active {
1260
+ font-weight: normal !important;
1261
+ }
1262
+
1263
+ .paging_full_numbers a:active {
1264
+ outline: none
1265
+ }
1266
+
1267
+ .paging_full_numbers a:hover {
1268
+ text-decoration: none;
1269
+ }
1270
+
1271
+ .paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
1272
+ border: 1px solid #d3d3d3;
1273
+ -webkit-border-radius: 2px;
1274
+ -moz-border-radius: 2px;
1275
+ border-radius: 2px;
1276
+ padding: 5px 8px;
1277
+ margin: 0 3px;
1278
+ cursor: pointer;
1279
+ *cursor: hand;
1280
+ color: #919191;
1281
+ font-size: 11px;
1282
+ box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;
1283
+ -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;
1284
+ -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eaeaea;
1285
+ }
1286
+
1287
+ .paging_full_numbers a.paginate_button {
1288
+ background: #ffffff;
1289
+ background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
1290
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
1291
+ background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
1292
+ background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
1293
+ background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
1294
+ background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
1295
+ }
1296
+
1297
+ .paging_full_numbers a.paginate_button:hover {
1298
+ background: #fcfcfc;
1299
+ color: #327394;
1300
+ }
1301
+
1302
+ .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button:active {
1303
+ background: #6f6f6f;
1304
+ color: #fff;
1305
+ border-color: #646464;
1306
+ box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff;
1307
+ -webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff;
1308
+ -moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #fff;
1309
+ font-weight: bold;
1310
+ }
1311
+
1312
+ .paginate_button_disabled, .paginate_button_disabled:active {
1313
+ background: #F9F9F9 !important;
1314
+ color: #CCC !important;
1315
+ box-shadow: none !important;
1316
+ font-weight: normal !important;
1317
+ border: 1px solid #E5E5E5 !important;
1318
+ }
1319
+
1320
+ .paginate_button_disabled:active {
1321
+ border-color: #d3d3d3 !important;
1322
+ }
1323
+
1324
+ .dataTables_processing {
1325
+ position: absolute;
1326
+ top: 50%;
1327
+ left: 50%;
1328
+ width: 250px;
1329
+ height: 30px;
1330
+ margin-left: -125px;
1331
+ margin-top: -15px;
1332
+ padding: 14px 0 2px 0;
1333
+ border: 1px solid #ddd;
1334
+ text-align: center;
1335
+ color: #999;
1336
+ font-size: 14px;
1337
+ background-color: white;
1338
+ }
1339
+
1340
+ .sorting {
1341
+ background: url('../images/tables/sort_both.png') no-repeat 100% 8px;
1342
+ }
1343
+
1344
+ .sorting_asc {
1345
+ background: url('../images/tables/sort_asc.png') no-repeat 100% 8px;
1346
+ }
1347
+
1348
+ .sorting_desc {
1349
+ background: url('../images/tables/sort_desc.png') no-repeat 100% 8px;
1350
+ }
1351
+
1352
+ .sorting_asc_disabled {
1353
+ background: url('../images/tables/sort_asc_disabled.png') no-repeat 100% 8px;
1354
+ }
1355
+
1356
+ .sorting_desc_disabled {
1357
+ background: url('../images/tables/sort_desc_disabled.png') no-repeat 100% 8px;
1358
+ }
1359
+
1360
+ .table.dataTable th:active {
1361
+ outline: none;
1362
+ }
1363
+
1364
+ .datatable-footer {
1365
+ border-top: 1px solid #ddd;
1366
+ padding: 15px 0;
1367
+ }
1368
+
1369
+ .datatable-footer {
1370
+ background: #fcfcfc;
1371
+ background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1372
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f5f5f5));
1373
+ background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1374
+ background: -o-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1375
+ background: -ms-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1376
+ background: linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1377
+ }
1378
+
1379
+ .dataTables_scroll {
1380
+ clear: both;
1381
+ }
1382
+
1383
+ .dataTables_scrollBody {
1384
+ *margin-top: -1px;
1385
+ -webkit-overflow-scrolling: touch;
1386
+ }
1387
+
1388
+ .table.dataTable th:active {
1389
+ outline: none;
1390
+ }
1391
+
1392
+ .datatable-footer {
1393
+ border-top: 1px solid #ddd;
1394
+ padding: 15px 0;
1395
+ margin-bottom: 10px;
1396
+ }
1397
+
1398
+ .datatable-footer {
1399
+ background: #fcfcfc;
1400
+ background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1401
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f5f5f5));
1402
+ background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1403
+ background: -o-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1404
+ background: -ms-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1405
+ background: linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
1406
+ }
1407
+
1408
+ .dataTables_scroll {
1409
+ clear: both;
1410
+ }
1411
+
1412
+ .dataTables_scrollBody {
1413
+ *margin-top: -1px;
1414
+ -webkit-overflow-scrolling: touch;
1415
+ }
1416
+
1417
+ .widget-layout-body .table {
1418
+ padding-bottom: 0px !important;
1419
+ margin-bottom: 0px !important;
1420
+ }
1421
+
1422
+ .form-search input,
1423
+ .form-inline input,
1424
+ .layout-form input,
1425
+ .form-search textarea,
1426
+ .form-inline textarea,
1427
+ .layout-form textarea,
1428
+ .form-search select,
1429
+ .form-inline select,
1430
+ .layout-form select,
1431
+ .form-search .help-inline,
1432
+ .form-inline .help-inline,
1433
+ .layout-form .help-inline,
1434
+ .form-search .uneditable-input,
1435
+ .form-inline .uneditable-input,
1436
+ .layout-form .uneditable-input,
1437
+ .form-search .input-prepend,
1438
+ .form-inline .input-prepend,
1439
+ .layout-form .input-prepend,
1440
+ .form-search .input-append,
1441
+ .form-inline .input-append,
1442
+ .layout-form .input-append {
1443
+ display: inline-block;
1444
+ *display: inline;
1445
+ margin-bottom: 0;
1446
+ vertical-align: middle;
1447
+ *zoom: 1;
1448
+ }
1449
+
1450
+ .layout-control-group {
1451
+ margin-bottom: 10px;
1452
+ }
1453
+
1454
+ legend + .layout-control-group {
1455
+ margin-top: 20px;
1456
+ -webkit-margin-top-collapse: separate;
1457
+ }
1458
+
1459
+ .layout-form .layout-control-group {
1460
+ *zoom: 1;
1461
+ }
1462
+
1463
+ .layout-form .layout-control-group:before,
1464
+ .layout-form .layout-control-group:after {
1465
+ display: table;
1466
+ line-height: 0;
1467
+ content: "";
1468
+ }
1469
+
1470
+ .layout-form .layout-control-group:after {
1471
+ clear: both;
1472
+ }
1473
+
1474
+ .layout-form .layout-control-label {
1475
+ float: left;
1476
+ width: 160px;
1477
+ padding-top: 8px;
1478
+ text-align: left;
1479
+ }
1480
+
1481
+ .layout-form .layout-controls {
1482
+ *display: inline-block;
1483
+ *padding-left: 20px;
1484
+ margin-left: 180px;
1485
+ *margin-left: 0;
1486
+ }
1487
+
1488
+ .layout-form .layout-controls-radio {
1489
+ margin-top: 7px;
1490
+ float: left;
1491
+ margin-left: 20px;
1492
+ }
1493
+
1494
+ .layout-form .layout-controls:first-child {
1495
+ *padding-left: 180px;
1496
+ }
1497
+
1498
+ .layout-form .help-block {
1499
+ margin-bottom: 0;
1500
+ }
1501
+
1502
+ .layout-form input + .help-block,
1503
+ .layout-form select + .help-block,
1504
+ .layout-form textarea + .help-block,
1505
+ .layout-form .uneditable-input + .help-block,
1506
+ .layout-form .input-prepend + .help-block,
1507
+ .layout-form .input-append + .help-block {
1508
+ margin-top: 10px;
1509
+ }
1510
+
1511
+ .layout-form .form-actions {
1512
+ padding-left: 180px;
1513
+ }
1514
+
1515
+ .layout-control-group.warning > label,
1516
+ .layout-control-group.warning .help-block,
1517
+ .layout-control-group.warning .help-inline {
1518
+ color: #c09853;
1519
+ }
1520
+
1521
+ .layout-control-group.warning .checkbox,
1522
+ .layout-control-group.warning .radio,
1523
+ .layout-control-group.warning input,
1524
+ .layout-control-group.warning select,
1525
+ .layout-control-group.warning textarea {
1526
+ color: #c09853;
1527
+ }
1528
+
1529
+ .layout-control-group.warning input,
1530
+ .layout-control-group.warning select,
1531
+ .layout-control-group.warning textarea {
1532
+ border-color: #c09853;
1533
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1534
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1535
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1536
+ }
1537
+
1538
+ .layout-control-group.warning input:focus,
1539
+ .layout-control-group.warning select:focus,
1540
+ .layout-control-group.warning textarea:focus {
1541
+ border-color: #a47e3c;
1542
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1543
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1544
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1545
+ }
1546
+
1547
+ .layout-control-group.warning .input-prepend .add-on,
1548
+ .layout-control-group.warning .input-append .add-on {
1549
+ color: #c09853;
1550
+ background-color: #fcf8e3;
1551
+ border-color: #c09853;
1552
+ }
1553
+
1554
+ .layout-control-group.error > label,
1555
+ .layout-control-group.error .help-block,
1556
+ .layout-control-group.error .help-inline {
1557
+ color: #b94a48;
1558
+ }
1559
+
1560
+ .error {
1561
+ color: #b94a48;
1562
+ }
1563
+
1564
+ .layout-control-group.error .checkbox,
1565
+ .layout-control-group.error .radio,
1566
+ .layout-control-group.error input,
1567
+ .layout-control-group.error select,
1568
+ .layout-control-group.error textarea {
1569
+ color: #b94a48;
1570
+ }
1571
+
1572
+ .layout-control-group.error input,
1573
+ .layout-control-group.error select,
1574
+ .layout-control-group.error textarea {
1575
+ border-color: #b94a48;
1576
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1577
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1578
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1579
+ }
1580
+
1581
+ .layout-control-group.error input:focus,
1582
+ .layout-control-group.error select:focus,
1583
+ .layout-control-group.error textarea:focus {
1584
+ border-color: #953b39;
1585
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1586
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1587
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1588
+ }
1589
+
1590
+ .layout-control-group.error .input-prepend .add-on,
1591
+ .layout-control-group.error .input-append .add-on {
1592
+ color: #b94a48;
1593
+ background-color: #f2dede;
1594
+ border-color: #b94a48;
1595
+ }
1596
+
1597
+ .layout-control-group.success > label,
1598
+ .layout-control-group.success .help-block,
1599
+ .layout-control-group.success .help-inline {
1600
+ color: #468847;
1601
+ }
1602
+
1603
+ .layout-control-group.success .checkbox,
1604
+ .layout-control-group.success .radio,
1605
+ .layout-control-group.success input,
1606
+ .layout-control-group.success select,
1607
+ .layout-control-group.success textarea {
1608
+ color: #468847;
1609
+ }
1610
+
1611
+ .layout-control-group.success input,
1612
+ .layout-control-group.success select,
1613
+ .layout-control-group.success textarea {
1614
+ border-color: #468847;
1615
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1616
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1617
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1618
+ }
1619
+
1620
+ .layout-control-group.success input:focus,
1621
+ .layout-control-group.success select:focus,
1622
+ .layout-control-group.success textarea:focus {
1623
+ border-color: #356635;
1624
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1625
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1626
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1627
+ }
1628
+
1629
+ .layout-control-group.success .input-prepend .add-on,
1630
+ .layout-control-group.success .input-append .add-on {
1631
+ color: #468847;
1632
+ background-color: #dff0d8;
1633
+ border-color: #468847;
1634
+ }
1635
+
1636
+ .layout-control-group.info > label,
1637
+ .layout-control-group.info .help-block,
1638
+ .layout-control-group.info .help-inline {
1639
+ color: #3a87ad;
1640
+ }
1641
+
1642
+ .layout-control-group.info .checkbox,
1643
+ .layout-control-group.info .radio,
1644
+ .layout-control-group.info input,
1645
+ .layout-control-group.info select,
1646
+ .layout-control-group.info textarea {
1647
+ color: #3a87ad;
1648
+ }
1649
+
1650
+ .layout-control-group.info input,
1651
+ .layout-control-group.info select,
1652
+ .layout-control-group.info textarea {
1653
+ border-color: #3a87ad;
1654
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1655
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1656
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1657
+ }
1658
+
1659
+ .layout-control-group.info input:focus,
1660
+ .layout-control-group.info select:focus,
1661
+ .layout-control-group.info textarea:focus {
1662
+ border-color: #2d6987;
1663
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1664
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1665
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1666
+ }
1667
+
1668
+ .layout-control-group.info .input-prepend .add-on,
1669
+ .layout-control-group.info .input-append .add-on {
1670
+ color: #3a87ad;
1671
+ background-color: #d9edf7;
1672
+ border-color: #3a87ad;
1673
+ }
1674
+
1675
+ .layout-controls > .radio,
1676
+ .layout-controls > .checkbox {
1677
+ display: inline-block;
1678
+ /*padding: 0 !important;*/
1679
+ margin: 0 !important;
1680
+ margin-top: 0px !important;
1681
+ margin-right: 15px !important;
1682
+ }
1683
+
1684
+ .layout-controls > .radio.line,
1685
+ .layout-controls > .checkbox.line {
1686
+ display: block;
1687
+ padding: 0 !important;
1688
+ margin: 0 !important;
1689
+ margin-top: 5px !important;
1690
+ }
1691
+
1692
+ .layout-controls .text {
1693
+ display: block;
1694
+ margin-top: 5px;
1695
+ }
1696
+
1697
+ .layout-controls > .radio:first-child,
1698
+ .layout-controls > .checkbox:first-child {
1699
+ padding-top: 7px;
1700
+ }
1701
+
1702
+
1703
+
1704
+ .dropup, .dropdown {
1705
+ position: relative;
1706
+ }
1707
+
1708
+ .dropdown-toggle {
1709
+ *margin-bottom: -3px;
1710
+ }
1711
+
1712
+ .dropdown-toggle:active, .open .dropdown-toggle {
1713
+ outline: 0;
1714
+ }
1715
+
1716
+ /* # Other classes
1717
+ ================================================== */
1718
+
1719
+ .close {
1720
+ float: right;
1721
+ font-size: 16px;
1722
+ line-height: 16px;
1723
+ color: #000000;
1724
+ opacity: 0.2;
1725
+ filter: alpha(opacity=20);
1726
+ }
1727
+
1728
+ .close:hover {
1729
+ color: #000000;
1730
+ text-decoration: none;
1731
+ cursor: pointer;
1732
+ opacity: 0.4;
1733
+ filter: alpha(opacity=40);
1734
+ }
1735
+
1736
+ button.close {
1737
+ padding: 0;
1738
+ cursor: pointer;
1739
+ background: transparent;
1740
+ border: 0;
1741
+ }
1742
+
1743
+ .pull-right {
1744
+ float: right;
1745
+ }
1746
+
1747
+ .pull-left {
1748
+ float: left;
1749
+ }
1750
+
1751
+ .hide {
1752
+ display: none;
1753
+ }
1754
+
1755
+ .show {
1756
+ display: block;
1757
+ }
1758
+
1759
+ .invisible {
1760
+ visibility: hidden;
1761
+ }
1762
+
1763
+ .typeahead {
1764
+ margin-top: -1px;
1765
+ }
1766
+
1767
+ .fade {
1768
+ opacity: 0;
1769
+ -webkit-transition: opacity 0.15s linear;
1770
+ -moz-transition: opacity 0.15s linear;
1771
+ -o-transition: opacity 0.15s linear;
1772
+ transition: opacity 0.15s linear;
1773
+ }
1774
+
1775
+ .fade.in {
1776
+ opacity: 1;
1777
+ }
1778
+
1779
+ .collapse {
1780
+ position: relative;
1781
+ height: 0;
1782
+ overflow: hidden;
1783
+ -webkit-transition: height 0.35s ease;
1784
+ -moz-transition: height 0.35s ease;
1785
+ -o-transition: height 0.35s ease;
1786
+ transition: height 0.35s ease;
1787
+ }
1788
+
1789
+ .collapse.in {
1790
+ height: auto;
1791
+ }
1792
+
1793
+ .hidden {
1794
+ display: none;
1795
+ }
1796
+
1797
+ *=
1798
+ =
1799
+ =
1800
+ =
1801
+ =
1802
+ Popover
1803
+
1804
+ =
1805
+ =
1806
+ =
1807
+ =
1808
+ =
1809
+ *
1810
+
1811
+ /
1812
+
1813
+ .popover {
1814
+ position: absolute;
1815
+ top: 0;
1816
+ left: 0;
1817
+ z-index: 1010;
1818
+ display: none;
1819
+ background-color: #ffffff;
1820
+ border: 1px solid #d5d5d5;
1821
+ -webkit-background-clip: padding-box;
1822
+ -moz-background-clip: padding;
1823
+ background-clip: padding-box;
1824
+ -webkit-border-radius: 3px;
1825
+ -moz-border-radius: 3px;
1826
+ border-radius: 3px;
1827
+ -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
1828
+ -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
1829
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
1830
+ }
1831
+
1832
+ .popover.top {
1833
+ margin-bottom: 10px;
1834
+ }
1835
+
1836
+ .popover.right {
1837
+ margin-left: 10px;
1838
+ }
1839
+
1840
+ .popover.bottom {
1841
+ margin-top: 10px;
1842
+ }
1843
+
1844
+ .popover.left {
1845
+ margin-left: -10px;
1846
+ }
1847
+
1848
+ .popover-title {
1849
+ border-bottom: 1px solid #d5d5d5;
1850
+ margin: 0;
1851
+ padding: 9px 14px 8px 14px;
1852
+ font-size: 12px;
1853
+ font-weight: bold;
1854
+ line-height: 18px;
1855
+ -webkit-border-radius: 3px 3px 0 0;
1856
+ -moz-border-radius: 3px 3px 0 0;
1857
+ border-radius: 3px 3px 0 0;
1858
+ background: #f7f7f7;
1859
+ background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
1860
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
1861
+ background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
1862
+ background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
1863
+ background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
1864
+ background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
1865
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
1866
+
1867
+ box-shadow: 0 1px 0 #fff;
1868
+ -webkit-box-shadow: 0 1px 0 #fff;
1869
+ -moz-box-shadow: 0 1px 0 #fff;
1870
+ }
1871
+
1872
+ .popover-content {
1873
+ padding: 9px 14px;
1874
+ }
1875
+
1876
+ .popover-content p, .popover-content ul, .popover-content ol {
1877
+ margin-bottom: 0;
1878
+ }
1879
+
1880
+ .popover .arrow, .popover .arrow:after {
1881
+ position: absolute;
1882
+ display: inline-block;
1883
+ width: 0;
1884
+ height: 0;
1885
+ border-color: transparent;
1886
+ border-style: solid;
1887
+ }
1888
+
1889
+ .popover .arrow:after {
1890
+ content: "";
1891
+ z-index: -1;
1892
+ }
1893
+
1894
+ .popover.top .arrow {
1895
+ bottom: -7px;
1896
+ left: 50%;
1897
+ margin-left: -7px;
1898
+ border-width: 7px 7px 0;
1899
+ border-top-color: #ffffff;
1900
+ }
1901
+
1902
+ .popover.top .arrow:after {
1903
+ border-width: 8px 8px 0;
1904
+ border-top-color: rgba(0, 0, 0, 0.25);
1905
+ bottom: -1px;
1906
+ left: -8px;
1907
+ }
1908
+
1909
+ .popover.right .arrow {
1910
+ top: 50%;
1911
+ left: -7px;
1912
+ margin-top: -7px;
1913
+ border-width: 7px 7px 7px 0;
1914
+ border-right-color: #ffffff;
1915
+ }
1916
+
1917
+ .popover.right .arrow:after {
1918
+ border-width: 8px 8px 8px 0;
1919
+ border-right-color: rgba(0, 0, 0, 0.25);
1920
+ bottom: -8px;
1921
+ left: -1px;
1922
+ }
1923
+
1924
+ .popover.bottom .arrow {
1925
+ top: -7px;
1926
+ left: 50%;
1927
+ margin-left: -7px;
1928
+ border-width: 0 7px 7px;
1929
+ border-bottom-color: #ffffff;
1930
+ }
1931
+
1932
+ .popover.bottom .arrow:after {
1933
+ border-width: 0 8px 8px;
1934
+ border-bottom-color: rgba(0, 0, 0, 0.25);
1935
+ top: -1px;
1936
+ left: -8px;
1937
+ }
1938
+
1939
+ .popover.left .arrow {
1940
+ top: 50%;
1941
+ right: -7px;
1942
+ margin-top: -7px;
1943
+ border-width: 7px 0 7px 7px;
1944
+ border-left-color: #ffffff;
1945
+ }
1946
+
1947
+ .popover.left .arrow:after {
1948
+ border-width: 8px 0 8px 8px;
1949
+ border-left-color: rgba(0, 0, 0, 0.25);
1950
+ bottom: -8px;
1951
+ right: -1px;
1952
+ }
1953
+
1954
+ .custom-layout-label {
1955
+ width: 120px;
1956
+ display: inline-block;
1957
+ }
1958
+
1959
+ .layout-form .layout-label-control-group {
1960
+ float: left;
1961
+ width: 160px;
1962
+ text-align: left;
1963
+ }
1964
+
1965
+ .layout-system-report {
1966
+ display: none;
1967
+ margin: 10px 0;
1968
+ padding: 0;
1969
+ position: relative;
1970
+ }
1971
+ .close-report
1972
+ {
1973
+ display: none;
1974
+ }
1975
+ .layout-system-report textarea {
1976
+ font-family: monospace;
1977
+ width: 100%;
1978
+ margin: 0;
1979
+ height: 300px;
1980
+ padding: 20px;
1981
+ -moz-border-radius: 0;
1982
+ -webkit-border-radius: 0;
1983
+ border-radius: 0;
1984
+ resize: none;
1985
+ font-size: 12px;
1986
+ line-height: 20px;
1987
+ outline: 0;
1988
+ }
1989
+ /*************************** Gallery Bank Information Popup********************************/
1990
+ .gallery_bank_popup_box .ui-dialog-titlebar {
1991
+ background : #E33A0C;
1992
+ color : #fff;
1993
+ font-size : 1.5em;
1994
+ font-weight : normal;
1995
+ height : auto;
1996
+ line-height : 2.5;
1997
+ padding : 0 1em;
1998
+ }
1999
+
2000
+ .gallery_bank_popup_box .ui-dialog-titlebar span {
2001
+ text-align : left;
2002
+ }
2003
+
2004
+ .gallery_bank_popup_box .ui-dialog-titlebar button {
2005
+ width : 30px;
2006
+ height : 30px;
2007
+ color : #ffffff;
2008
+ top : 15px;
2009
+ right : 15px;
2010
+ margin : 0;
2011
+ padding : 0;
2012
+ }
2013
+
2014
+ .gallery_bank_popup_box .ui-dialog-titlebar button:before {
2015
+ color : #ffffff;
2016
+ }
2017
+
2018
+ .gallery_bank_popup_box .ui-dialog-titlebar button:hover:before {
2019
+ color : #fff;
2020
+ }
2021
+
2022
+ .gallery_bank_popup_box .ui-icon,
2023
+ .gallery_bank_popup_box .ui-icon:hover {
2024
+ background : none !important;
2025
+ }
2026
+
2027
+ #gallery_bank_popup {
2028
+ padding : 0;
2029
+ margin : 0;
2030
+ }
2031
+
2032
+ #gallery_bank_popup li {
2033
+ border-bottom : 1px solid #e5e5e5;
2034
+ padding : 1em 2em;
2035
+ overflow : hidden;
2036
+ list-style : decimal;
2037
+ list-style-position : inside;
2038
+ }
2039
+
2040
+ #gallery_bank_popup li p {
2041
+ margin-top : 0;
2042
+ margin-left: 13px;
2043
+ }
2044
+
2045
+ #gallery_bank_popup li h4 {
2046
+ margin : 0;
2047
+ }
2048
+
2049
+ #gallery_bank_popup .gb_close_popup {
2050
+ position : relative;
2051
+ display : block;
2052
+ width : 98%;
2053
+ line-height : 3;
2054
+ text-align : right;
2055
+ color : #AE3A3A;
2056
+ }
2057
+ .wp-core-ui .gb_buttons
2058
+ {
2059
+ border: 1px solid #FF6D1E;
2060
+ font-size: 13px;
2061
+ padding: 4px 0;
2062
+ color: #FFF;
2063
+ text-shadow: 0 1px 3px #FF6D1E;
2064
+ font-weight: bold;
2065
+ background: #FF6D1E;
2066
+ -moz-border-radius: 3px;
2067
+ border-radius: 3px;
2068
+ -webkit-border-radius: 3px;
2069
+ text-decoration: none;
2070
+ height: 35px;
2071
+ text-align: center;
2072
+ width: 100px;
2073
+ -moz-box-shadow: 0px 1px 1px 0 #FF6D1E inset;
2074
+ -webkit-box-shadow: 0px 1px 1px 0 #FF6D1E inset;
2075
+ box-shadow: 0px 1px 1px 0 #FF6D1E inset;
2076
+ margin-left: 13px;
2077
+ }
2078
+ .wp-core-ui .gb_buttons:hover, .wp-core-ui .gb_buttons:focus
2079
+ {
2080
+ background: #FF6D1E;
2081
+ color: #FFF;
2082
+ border: 1px solid #FF6D1E;
2083
+ -moz-box-shadow: 0px 1px 1px 0 #FF6D1E inset;
2084
+ -webkit-box-shadow: 0px 1px 1px 0 #FF6D1E inset;
2085
+ box-shadow: 0px 1px 1px 0 #FF6D1E inset;
2086
+ }
2087
+ /****************************** Gallery Bank Getting Started **********************************/
2088
+ #gallery_bank_get_started .inside {
2089
+ padding : 0;
2090
+ margin : 0;
2091
+ }
2092
+
2093
+ #gallery_bank_get_started .gallery-bank-video {
2094
+ position : relative;
2095
+ padding-bottom : 48.5%;
2096
+ padding-top : 25px;
2097
+ height : 0;
2098
+ width : 85%;
2099
+ margin : 1em auto 0 auto;
2100
+ }
2101
+
2102
+ #gallery_bank_get_started .gallery-bank-video iframe {
2103
+ position : absolute;
2104
+ top : 0;
2105
+ left : 0;
2106
+ width : 100%;
2107
+ height : 100%;
2108
+ }
2109
+
2110
+ .gallery_bank_getting_started {
2111
+ padding : 0 2em;
2112
+ overflow : hidden;
2113
+ }
2114
+ .gallery_bank_layout
2115
+ {
2116
+ padding: 0px 10px 0 16px;
2117
+ }
2118
+ .gallery_bank_layout > a
2119
+ {
2120
+ margin-top:15px;
2121
+ margin-bottom:10px;
2122
+ text-decoration:none !important;
2123
+ }
2124
+ .gallery_bank_layout > .btn
2125
+ {
2126
+ margin-top:15px;
2127
+ margin-bottom:10px;
2128
+ text-decoration:none !important;
2129
+ }
2130
+ .gallery_bank_getting_started .column {
2131
+ width : 100%;
2132
+ max-width : 45%;
2133
+ float : left;
2134
+ padding-right : 2.5%;
2135
+
2136
+ padding-bottom : 2em;
2137
+ }
2138
+
2139
+ .gallery_bank_getting_started .column.two {
2140
+ margin-right : 0;
2141
+ padding-right : 0;
2142
+ padding-left : 2.5%;
2143
+ border : 0;
2144
+ max-width : 49%;
2145
+ border-left : 1px solid #ebebeb;
2146
+ }
2147
+
2148
+ .gallery_bank_getting_started .gallery-bank-video-link {
2149
+ width : 100%;
2150
+ max-width : 200px;
2151
+ float : left;
2152
+ margin : 0 1.5em 1.5em 0;
2153
+ }
2154
+
2155
+ .gallery_bank_getting_started .gallery-bank-video-link img {
2156
+ max-width : 100%;
2157
+ height : auto;
2158
+ }
2159
+
2160
+ .gallery_bank_getting_started .gallery_bank_video {
2161
+ display : none;
2162
+ }
2163
+
2164
+
2165
+ .gallery-bank-video-popup .gallery_bank_video {
2166
+ padding : 0;
2167
+ margin : 0 0 -5px 0;
2168
+ }
2169
+
2170
+ .gallery-bank-video-popup .ui-dialog-titlebar {
2171
+ line-height : 1;
2172
+ font-size : 1em;
2173
+ height : 35px;
2174
+ background : #222;
2175
+ border-bottom : none;
2176
+ }
2177
+
2178
+ .gallery-bank-video-popup .ui-dialog-titlebar button {
2179
+ width : 30px;
2180
+ height : 30px;
2181
+ color : #ffffff;
2182
+ top : 0px;
2183
+ right : 0px;
2184
+ margin : 0;
2185
+ padding : 0;
2186
+ }
2187
+
2188
+
2189
+ .breadcrumb > li > a
2190
+ {
2191
+ text-decoration:none !important;
2192
+ }
2193
+
2194
+
2195
+
2196
+ .framework_tabs
2197
+ {
2198
+ width:100%;
2199
+ display:inline-block;
2200
+ }
2201
+ .framework_tab-links:after
2202
+ {
2203
+ display:inline-block;
2204
+ clear:both;
2205
+ content:'';
2206
+ }
2207
+
2208
+ .framework_tab-links li
2209
+ {
2210
+ margin:0px 5px;
2211
+ float:left;
2212
+ list-style:none;
2213
+ border :1px solid #e5e5e5;
2214
+ border-bottom:none;
2215
+ }
2216
+
2217
+ .framework_tab-links a
2218
+ {
2219
+ padding:9px 15px;
2220
+ display:inline-block;
2221
+ border-radius:3px 3px 0px 0px;
2222
+ background:#EFEFEF;
2223
+ color:#4c4c4c;
2224
+ transition:all linear 0.15s;
2225
+ }
2226
+
2227
+ .framework_tab-links a:hover
2228
+ {
2229
+ background:#ffffff;
2230
+ text-decoration:none;
2231
+ }
2232
+
2233
+ li.active a, li.active a:hover
2234
+ {
2235
+ background:#fff;
2236
+ color:#4c4c4c;
2237
+ }
2238
+
2239
+ .framework_tab-content
2240
+ {
2241
+ border-radius:3px;
2242
+ border:1px solid #e5e5e5;
2243
+ /*box-shadow:-1px 1px 1px rgba(0,0,0,0.15);*/
2244
+ background:#fff;
2245
+ margin-top: 2%;
2246
+ padding: 10px 10px 10px 10px;
2247
+ margin-left: 4px;
2248
+ }
2249
+
2250
+ .framework_tab
2251
+ {
2252
+ display:none;
2253
+ }
2254
+
2255
+ .framework_tab.active
2256
+ {
2257
+ display:block;
2258
+ }
2259
+ .framework_background
2260
+ {
2261
+ background-color: #ffffff;
2262
+ padding-bottom:20px;
2263
+ }
2264
+ .framework_txt-align
2265
+ {
2266
+ vertical-align: middle !important;
2267
+ }
2268
+ .plugin-div
2269
+ {
2270
+ float: left;
2271
+ margin: 0 8px 16px;
2272
+ width: 48.5%;
2273
+ width: -webkit-calc(50% - 8px);
2274
+ width: calc(50% - 8px);
2275
+ background-color: #fff;
2276
+ border: 1px solid #dedede;
2277
+ -webkit-box-sizing: border-box;
2278
+ -moz-box-sizing: border-box;
2279
+ box-sizing: border-box
2280
+ }
2281
+
2282
+ .plugin-div:nth-child(odd)
2283
+ {
2284
+ clear: both;
2285
+ margin-left: 0
2286
+ }
2287
+
2288
+ .plugin-div:nth-child(even)
2289
+ {
2290
+ margin-right: 0
2291
+ }
2292
+
2293
+ @media screen and (max-width:782px)
2294
+ {
2295
+ .plugin-card {
2296
+ margin-left: 0;
2297
+ margin-right: 0;
2298
+ width: 100%
2299
+ }
2300
+ }
2301
+
2302
+ .plugin-div-top
2303
+ {
2304
+ position: relative;
2305
+ padding: 20px 20px 10px;
2306
+ min-height:200px;
2307
+ }
2308
+ .plugin-div-inner-content
2309
+ {
2310
+ min-height:150px;
2311
+ }
2312
+ .plugin-action-buttons, div.action-links
2313
+ {
2314
+ margin: 0
2315
+ }
2316
+ .plugin-div h4 {
2317
+ margin: 0 0 12px;
2318
+ font-size: 16px;
2319
+ line-height: 1.3
2320
+ }
2321
+
2322
+ .plugin-div .desc, .plugin-div .name
2323
+ {
2324
+ margin-left: 148px;
2325
+
2326
+ }
2327
+
2328
+ .plugin-div .action-links
2329
+ {
2330
+
2331
+ }
2332
+ .plugin-div-button
2333
+ {
2334
+ margin-left: 5px !important;
2335
+ }
2336
+ .plugin-div-settings
2337
+ {
2338
+ display: inline-block;
2339
+ margin: 32px 26px 0px 16px;
2340
+ width: 48.5%;
2341
+ /* width: -webkit-calc(50% - 8px); */
2342
+ /* width: calc(50% - 8px); */
2343
+ background-color: #FAFAFA;
2344
+ border: 1px solid #dedede;
2345
+ -webkit-box-sizing: border-box;
2346
+ -moz-box-sizing: border-box;
2347
+ box-sizing: border-box;
2348
+ vertical-align: top;
2349
+ min-height: 330px;
2350
+ margin-left: 10px;
2351
+ box-shadow: 0 0 20px rgba(0,0,0,.2);
2352
+ }
2353
+ @media (max-width: 992px){
2354
+ .plugin-div-settings {
2355
+ width: 98% !important;
2356
+ }
2357
+ }
2358
+
2359
+ .plugin-div-settings:nth-child(odd)
2360
+ {
2361
+ clear: both;
2362
+ margin-left: 0
2363
+ }
2364
+
2365
+ .plugin-div-settings:nth-child(even)
2366
+ {
2367
+ margin-right: 0;
2368
+ margin-left: 8px;
2369
+
2370
+ }
2371
+
2372
+
2373
+ .plugin-div-settings-top
2374
+ {
2375
+ position: relative;
2376
+ padding: 20px 20px 10px;
2377
+ background-color: #fff;
2378
+ }
2379
+
2380
+ .plugin-action-buttons, div.action-links
2381
+ {
2382
+ margin: 0
2383
+ }
2384
+ .plugin-div-settings h4
2385
+ {
2386
+ margin: 0 0 12px;
2387
+ font-size: 16px;
2388
+ line-height: 1.3
2389
+ }
2390
+
2391
+ .plugin-div-settings .desc, .plugin-div-settings .name
2392
+ {
2393
+ margin-left: 148px;
2394
+
2395
+ }
2396
+
2397
+ .plugin-div-settings-button
2398
+ {
2399
+ margin-left: 5px !important;
2400
+
2401
+ }
2402
+ .plugin-card-bottom_settings
2403
+ {
2404
+ clear: both;
2405
+ padding: 8px 20px;
2406
+ background-color: #fafafa;
2407
+ overflow: hidden;
2408
+ text-align:right;
2409
+ border-top: 1px solid #dedede
2410
+ }
2411
+ .plugin-icon-custom
2412
+ {
2413
+ position: absolute;
2414
+ top: 20px;
2415
+ left: 20px;
2416
+ max-width: 128px;
2417
+ margin: 0px 20px 20px 0px;
2418
+ text-decoration: none;
2419
+ text-align:center;
2420
+ }
2421
+ .plugin-action-buttons-custom
2422
+ {
2423
+ clear: right;
2424
+ margin-left: 2em;
2425
+ margin-bottom: 1em;
2426
+ text-align: right;
2427
+ }
2428
+ .coustom-nav-tab
2429
+ {
2430
+ padding: 6px 10px !important;
2431
+ font-weight: 700 !important;
2432
+ font-size: 15px !important;
2433
+ line-height: 24px !important;
2434
+ }
2435
+ .custom_icon
2436
+ {
2437
+ width:128px;
2438
+ height:128px;
2439
+ }
2440
+
2441
+
2442
+ .service-div-settings
2443
+ {
2444
+ display:inline-block;
2445
+ margin: 0 0px 16px;
2446
+ width: 48.5%;
2447
+ width: -webkit-calc(50% - 8px);
2448
+ width: calc(50% - 8px);
2449
+ background-color: #FAFAFA;
2450
+ border: 1px solid #dedede;
2451
+ -webkit-box-sizing: border-box;
2452
+ -moz-box-sizing: border-box;
2453
+ box-sizing: border-box;
2454
+ vertical-align: top;
2455
+ min-height: 300px;
2456
+ }
2457
+
2458
+ .service-div-settings:nth-child(odd)
2459
+ {
2460
+ clear: both;
2461
+ margin-left: 0
2462
+ }
2463
+
2464
+ .service-div-settings:nth-child(even)
2465
+ {
2466
+ margin-right: 0;
2467
+ margin-left: 8px;
2468
+
2469
+ }
2470
+ .service-div-settings .desc, .service-div-settings .name
2471
+ {
2472
+
2473
+ }
2474
+ .service-div-settings-top
2475
+ {
2476
+ position: relative;
2477
+ padding: 5px 20px;
2478
+ background-color: #fff;
2479
+ }
2480
+ .service-div-inner-content
2481
+ {
2482
+ min-height:150px;
2483
+ }
2484
+ .service-div-settings .desc p
2485
+ {
2486
+ line-height: 2em !important;
2487
+ }
assets/css/panel-style.css CHANGED
@@ -2,7 +2,7 @@
2
  background: #fff;
3
  margin: 0 15px 15px 0;
4
  padding: 30px;
5
- width:42%;
6
  cursor:move;
7
  float:left;
8
  box-shadow: 0 0 20px rgba(0,0,0,.2);
@@ -103,7 +103,7 @@ display:block;
103
  @media (max-width:1500px) {
104
  .wpsm_ac-panel {
105
 
106
- width:38%;
107
  padding: 21px;
108
 
109
  }
@@ -116,7 +116,7 @@ display:block;
116
  .wpsm_ac-panel {
117
 
118
 
119
- width:85%;
120
  cursor:move;
121
  float:left;
122
 
@@ -143,4 +143,25 @@ display:block;
143
  background-color: #31a3dd !important;
144
  border: 1px solid #31a3dd!important;
145
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  }
2
  background: #fff;
3
  margin: 0 15px 15px 0;
4
  padding: 30px;
5
+ width:48%;
6
  cursor:move;
7
  float:left;
8
  box-shadow: 0 0 20px rgba(0,0,0,.2);
103
  @media (max-width:1500px) {
104
  .wpsm_ac-panel {
105
 
106
+ width:46%;
107
  padding: 21px;
108
 
109
  }
116
  .wpsm_ac-panel {
117
 
118
 
119
+ width:95%;
120
  cursor:move;
121
  float:left;
122
 
143
  background-color: #31a3dd !important;
144
  border: 1px solid #31a3dd!important;
145
 
146
+ }
147
+
148
+ .ftr_img {
149
+
150
+ background: #ffffff;
151
+ padding: 8px;
152
+ border-color: #ffffff;
153
+ }
154
+ .demoftr{
155
+ margin-bottom:20px;
156
+ }
157
+
158
+ .demoftr {
159
+ background: transparent;
160
+ box-shadow: 0 0 20px rgba(0,0,0,.2);
161
+ padding: 0px;
162
+ }
163
+
164
+ .wpsm_img_responsive {
165
+ width: 100%;
166
+ display: block;
167
  }
assets/images/ac.png ADDED
Binary file
assets/images/cb.png ADDED
Binary file
assets/images/csp.png ADDED
Binary file
ink/admin/free.php ADDED
@@ -0,0 +1,328 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <style>
2
+ #wpcontent{
3
+ padding-left:0px !important;
4
+
5
+ }
6
+ .panel-primary{
7
+
8
+ border:0px !important;
9
+ }
10
+ .panel-default{
11
+ background:#f1f1f1 !important;
12
+
13
+ }
14
+ .postbox{
15
+
16
+ border: 0px solid #e5e5e5 !important;
17
+ background: #f1f1f1 !important;
18
+ }
19
+
20
+ </style>
21
+ <div class="row">
22
+
23
+ <div class="panel panel-primary panel-default content-panel">
24
+ <div class="panel-body">
25
+ <table class="form-table2">
26
+
27
+ <tr class="radio-span" style="border-bottom:none;">
28
+ <td>
29
+ <?php
30
+ include( ABSPATH . "wp-admin/includes/plugin-install.php" );
31
+ global $tabs, $tab, $paged, $type, $term;
32
+ $tabs = array();
33
+ $tab = "search";
34
+ $per_page = 20;
35
+ $args = array
36
+ (
37
+ "author"=> "wpshopmart",
38
+ "page" => $paged,
39
+ "per_page" => $per_page,
40
+ "fields" => array( "last_updated" => true, "downloaded" => true, "icons" => true ),
41
+ "locale" => get_locale(),
42
+ );
43
+ $arges = apply_filters( "install_plugins_table_api_args_$tab", $args );
44
+ $api = plugins_api( "query_plugins", $arges );
45
+ $item = $api->plugins;
46
+ if(!function_exists("wp_star_rating"))
47
+ {
48
+ function wp_star_rating( $args = array() )
49
+ {
50
+ $defaults = array(
51
+ 'rating' => 0,
52
+ 'type' => 'rating',
53
+ 'number' => 0,
54
+ );
55
+ $r = wp_parse_args( $args, $defaults );
56
+
57
+ // Non-english decimal places when the $rating is coming from a string
58
+ $rating = str_replace( ',', '.', $r['rating'] );
59
+
60
+ // Convert Percentage to star rating, 0..5 in .5 increments
61
+ if ( 'percent' == $r['type'] ) {
62
+ $rating = round( $rating / 10, 0 ) / 2;
63
+ }
64
+
65
+ // Calculate the number of each type of star needed
66
+ $full_stars = floor( $rating );
67
+ $half_stars = ceil( $rating - $full_stars );
68
+ $empty_stars = 5 - $full_stars - $half_stars;
69
+
70
+ if ( $r['number'] ) {
71
+ /* translators: 1: The rating, 2: The number of ratings */
72
+ $format = _n( '%1$s rating based on %2$s rating', '%1$s rating based on %2$s ratings', $r['number'] );
73
+ $title = sprintf( $format, number_format_i18n( $rating, 1 ), number_format_i18n( $r['number'] ) );
74
+ } else {
75
+ /* translators: 1: The rating */
76
+ $title = sprintf( __( '%s rating' ), number_format_i18n( $rating, 1 ) );
77
+ }
78
+
79
+ echo '<div class="star-rating" title="' . esc_attr( $title ) . '">';
80
+ echo '<span class="screen-reader-text">' . $title . '</span>';
81
+ echo str_repeat( '<div class="star star-full"></div>', $full_stars );
82
+ echo str_repeat( '<div class="star star-half"></div>', $half_stars );
83
+ echo str_repeat( '<div class="star star-empty"></div>', $empty_stars);
84
+ echo '</div>';
85
+ }
86
+ }
87
+ ?>
88
+ <form id="frmrecommendation" class="layout-form">
89
+ <div id="poststuff" style="width: 99% !important;">
90
+ <div id="post-body" class="metabox-holder">
91
+ <div id="postbox-container-2" class="postbox-container">
92
+ <div id="advanced" class="meta-box-sortables">
93
+ <div id="gallery_bank_get_started" class="postbox" >
94
+ <div class="handlediv" data-target="ux_recommendation" title="Click to toggle" data-toggle="collapse"><br></div>
95
+ <h2 class="hndle" style="text-align:center;font-size:30px;"><span>More Free Plugins Recommendation From Wpshopmart</span></h3>
96
+ <div class="inside">
97
+ <div id="ux_recommendation" class="gallery_bank_layout">
98
+
99
+ <div class="fluid-layout">
100
+ <div class="layout-span12">
101
+ <div class="wp-list-table plugin-install">
102
+ <div id="the-list">
103
+ <?php
104
+ foreach ((array) $item as $plugin)
105
+ {
106
+
107
+ if (is_object( $plugin))
108
+ {
109
+ $plugin = (array) $plugin;
110
+
111
+ }
112
+ if (!empty($plugin["icons"]["svg"]))
113
+ {
114
+ $plugin_icon_url = $plugin["icons"]["svg"];
115
+ }
116
+ elseif (!empty( $plugin["icons"]["2x"]))
117
+ {
118
+ $plugin_icon_url = $plugin["icons"]["2x"];
119
+ }
120
+ elseif (!empty( $plugin["icons"]["1x"]))
121
+ {
122
+ $plugin_icon_url = $plugin["icons"]["1x"];
123
+ }
124
+ else
125
+ {
126
+ $plugin_icon_url = $plugin["icons"]["default"];
127
+ }
128
+ $plugins_allowedtags = array
129
+ (
130
+ "a" => array( "href" => array(),"title" => array(), "target" => array() ),
131
+ "abbr" => array( "title" => array() ),"acronym" => array( "title" => array() ),
132
+ "code" => array(), "pre" => array(), "em" => array(),"strong" => array(),
133
+ "ul" => array(), "ol" => array(), "li" => array(), "p" => array(), "br" => array()
134
+ );
135
+ $title = wp_kses($plugin["name"], $plugins_allowedtags);
136
+ $description = strip_tags($plugin["short_description"]);
137
+ $author = wp_kses($plugin["author"], $plugins_allowedtags);
138
+ $version = wp_kses($plugin["version"], $plugins_allowedtags);
139
+ $name = strip_tags( $title . " " . $version );
140
+ $details_link = self_admin_url( "plugin-install.php?tab=plugin-information&amp;plugin=" . $plugin["slug"] .
141
+ "&amp;TB_iframe=true&amp;width=600&amp;height=550" );
142
+
143
+ /* translators: 1: Plugin name and version. */
144
+ $action_links[] = '<a href="' . esc_url( $details_link ) . '" class="thickbox" aria-label="' . esc_attr( sprintf("More information about %s", $name ) ) . '" data-title="' . esc_attr( $name ) . '">' . __( 'More Details' ) . '</a>';
145
+ $action_links = array();
146
+ if (current_user_can( "install_plugins") || current_user_can("update_plugins"))
147
+ {
148
+ $status = install_plugin_install_status( $plugin );
149
+ switch ($status["status"])
150
+ {
151
+ case "install":
152
+ if ( $status["url"] )
153
+ {
154
+ /* translators: 1: Plugin name and version. */
155
+ $action_links[] = '<a class="install-now button" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf("Install %s now", $name ) ) . '">' . __( 'Install Now' ) . '</a>';
156
+ }
157
+ break;
158
+ case "update_available":
159
+ if ($status["url"])
160
+ {
161
+ /* translators: 1: Plugin name and version */
162
+ $action_links[] = '<a class="button" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf( "Update %s now", $name ) ) . '">' . __( 'Update Now' ) . '</a>';
163
+ }
164
+ break;
165
+ case "latest_installed":
166
+ case "newer_installed":
167
+ $action_links[] = '<span class="button button-disabled" title="' . esc_attr__( "This plugin is already installed and is up to date" ) . ' ">' . _x( 'Installed', 'plugin' ) . '</span>';
168
+ break;
169
+ }
170
+ }
171
+ ?>
172
+ <div class="plugin-div plugin-div-settings">
173
+ <div class="plugin-div-top plugin-div-settings-top">
174
+ <div class="plugin-div-inner-content">
175
+ <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox plugin-icon plugin-icon-custom">
176
+ <img class="custom_icon" src="<?php echo esc_attr( $plugin_icon_url ) ?>" />
177
+ </a>
178
+ <div class="name column-name">
179
+ <h4>
180
+ <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox"><?php echo $title; ?></a>
181
+ </h4>
182
+ </div>
183
+ <div class="desc column-description">
184
+ <p>
185
+ <?php echo $description; ?>
186
+ </p>
187
+ <p class="authors">
188
+ <cite>
189
+ By <?php echo $author;?>
190
+ </cite>
191
+ </p>
192
+ </div>
193
+ </div>
194
+ <div class="action-links">
195
+ <ul class="plugin-action-buttons-custom">
196
+ <li>
197
+ <?php
198
+ if ($action_links)
199
+ {
200
+ echo implode("</li><li>", $action_links);
201
+ }
202
+
203
+ switch($plugin["slug"])
204
+ {
205
+ case "gallery-bank" :
206
+ ?>
207
+ <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-gallery-bank/pricing/" target="_blank" >
208
+ <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
209
+ </a>
210
+ <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-gallery-bank/" target="_blank" >
211
+ <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
212
+ </a>
213
+ <?php
214
+ break;
215
+ case "contact-bank" :
216
+ ?>
217
+ <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-contact-bank/pricing/" target="_blank" >
218
+ <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
219
+ </a>
220
+ <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-contact-bank/" target="_blank" >
221
+ <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
222
+ </a>
223
+ <?php
224
+ break;
225
+ case "captcha-bank" :
226
+ ?>
227
+ <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-captcha-bank/pricing/" target="_blank" >
228
+ <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
229
+ </a>
230
+ <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-captcha-bank/" target="_blank" >
231
+ <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
232
+ </a>
233
+ <?php
234
+ break;
235
+ case "wp-clean-up-optimizer" :
236
+ ?>
237
+ <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-clean-up-optimizer/pricing/" target="_blank" >
238
+ <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
239
+ </a>
240
+ <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-clean-up-optimizer/" target="_blank" >
241
+ <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
242
+ </a>
243
+ <?php
244
+ break;
245
+ case "google-maps-bank":
246
+ ?>
247
+ <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-google-maps-bank/pricing/" target="_blank" >
248
+ <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
249
+ </a>
250
+ <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-google-maps-bank/" target="_blank" >
251
+ <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
252
+ </a>
253
+ <?php
254
+ break;
255
+ case "wp-backup-bank":
256
+ ?>
257
+ <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-backup-bank/pricing/" target="_blank" >
258
+ <?php _e("Premium Editions", wpshopmart_accordion_shortcode_text_domain); ?>
259
+ </a>
260
+ <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-backup-bank/" target="_blank" >
261
+ <?php _e("Visit Website", wpshopmart_accordion_shortcode_text_domain); ?>
262
+ </a>
263
+ <?php
264
+ break;
265
+ }
266
+ ?>
267
+ </li>
268
+ </ul>
269
+ </div>
270
+ </div>
271
+ <div class="plugin-card-bottom plugin-card-bottom_settings">
272
+ <div class="vers column-rating">
273
+ <?php wp_star_rating( array( "rating" => $plugin["rating"], "type" => "percent", "number" => $plugin["num_ratings"] ) ); ?>
274
+ <span class="num-ratings">
275
+ (<?php echo number_format_i18n( $plugin["num_ratings"] ); ?>)
276
+ </span>
277
+ </div>
278
+ <div class="column-updated">
279
+ <strong><?php _e("Last Updated:"); ?></strong> <span title="<?php echo esc_attr($plugin["last_updated"]); ?>">
280
+ <?php printf("%s ago", human_time_diff(strtotime($plugin["last_updated"]))); ?>
281
+ </span>
282
+ </div>
283
+ <div class="column-downloaded">
284
+ <?php echo sprintf( _n("%s download", "%s downloads", $plugin["downloaded"]), number_format_i18n($plugin["downloaded"])); ?>
285
+ </div>
286
+ <div class="column-compatibility">
287
+ <?php
288
+ if ( !empty($plugin["tested"]) && version_compare(substr($GLOBALS["wp_version"], 0, strlen($plugin["tested"])), $plugin["tested"], ">"))
289
+ {
290
+ echo '<span class="compatibility-untested">' . __( "<strong>Untested</strong> with your version of WordPress" ) . '</span>';
291
+ }
292
+ elseif (!empty($plugin["requires"]) && version_compare(substr($GLOBALS["wp_version"], 0, strlen($plugin["requires"])), $plugin["requires"], "<"))
293
+ {
294
+ echo '<span class="compatibility-incompatible">' . __("Incompatible with your version of WordPress") . '</span>';
295
+ }
296
+ else
297
+ {
298
+ echo '<span class="compatibility-compatible">' . __("Compatible with your version of WordPress") . '</span>';
299
+ }
300
+ ?>
301
+ </div>
302
+ </div>
303
+ </div>
304
+ <?php
305
+ }
306
+ ?>
307
+ </div>
308
+ </div>
309
+ </div>
310
+ </div>
311
+ </div>
312
+ </div>
313
+ </div>
314
+ </div>
315
+ </div>
316
+ </div>
317
+ </div>
318
+ </form>
319
+ </td>
320
+ </tr>
321
+ </table>
322
+ </div>
323
+ </div>
324
+
325
+
326
+
327
+ </div>
328
+ <!-- /row -->
ink/admin/menu.php CHANGED
@@ -91,6 +91,8 @@ class wpsm_tabs_r {
91
  public function wpsm_tabs_r_meta_boxes_group(){
92
  add_meta_box('tabs_r_add', __('Add Tabs Panel', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_add_tabs_r_meta_box_function'), 'tabs_responsive', 'normal', 'low' );
93
  add_meta_box ('tabs_r_shortcode', __('Tabs Shortcode', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_pic_tabs_r_shortcode'), 'tabs_responsive', 'normal', 'low');
 
 
94
  add_meta_box('tabs_r_donate', __('Donate Us', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_tabs_r_donate_meta_box_function'), 'tabs_responsive', 'side', 'low');
95
  add_meta_box('tabs_r_rateus', __('Rate Us If You Like This Plugin', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_tabs_r_rateus_meta_box_function'), 'tabs_responsive', 'side', 'low');
96
  add_meta_box('tabs_r_setting', __('Tabs Settings', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_add_tabs_r_setting_meta_box_function'), 'tabs_responsive', 'side', 'low');
@@ -253,6 +255,9 @@ class wpsm_tabs_r {
253
  require('data-post/tabs-settings-save-data.php');
254
  }
255
 
 
 
 
256
 
257
  }
258
  global $wpsm_tabs_r;
91
  public function wpsm_tabs_r_meta_boxes_group(){
92
  add_meta_box('tabs_r_add', __('Add Tabs Panel', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_add_tabs_r_meta_box_function'), 'tabs_responsive', 'normal', 'low' );
93
  add_meta_box ('tabs_r_shortcode', __('Tabs Shortcode', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_pic_tabs_r_shortcode'), 'tabs_responsive', 'normal', 'low');
94
+ add_meta_box ('tabs_r_more_pro', __('More Pro Plugin From Wpshopmart', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_tabs_r_pic_more_pro'), 'tabs_responsive', 'normal', 'low');
95
+
96
  add_meta_box('tabs_r_donate', __('Donate Us', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_tabs_r_donate_meta_box_function'), 'tabs_responsive', 'side', 'low');
97
  add_meta_box('tabs_r_rateus', __('Rate Us If You Like This Plugin', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_tabs_r_rateus_meta_box_function'), 'tabs_responsive', 'side', 'low');
98
  add_meta_box('tabs_r_setting', __('Tabs Settings', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_add_tabs_r_setting_meta_box_function'), 'tabs_responsive', 'side', 'low');
255
  require('data-post/tabs-settings-save-data.php');
256
  }
257
 
258
+ public function wpsm_tabs_r_pic_more_pro(){
259
+ require_once('more-pro.php');
260
+ }
261
 
262
  }
263
  global $wpsm_tabs_r;
ink/admin/more-pro.php ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <style>
2
+ #tabs_r_more_pro{
3
+ background:transparent !important;
4
+
5
+ margin-top:40px;
6
+ }
7
+ #tabs_r_more_pro .hndle , #tabs_r_more_pro .handlediv{
8
+ display:none;
9
+ }
10
+ #tabs_r_more_pro p{
11
+ color:#000;
12
+ font-size:15px;
13
+ }
14
+ .wpsm-theme-container {
15
+ background: #fff;
16
+ padding-left: 0px;
17
+ padding-right: 0px;
18
+ box-shadow: 0 0 20px rgba(0,0,0,.2);
19
+ }
20
+ .wpsm_site-img-responsive {
21
+ display: block;
22
+ width: 100%;
23
+ height: auto;
24
+ }
25
+ .wpsm_product_wrapper {
26
+ padding: 20px;
27
+ overflow: hidden;
28
+ }
29
+ .wpsm_product_wrapper h3 {
30
+ float: left;
31
+ margin-bottom: 0px;
32
+ color: #000 !important;
33
+ letter-spacing: 0px;
34
+ text-transform: uppercase;
35
+ font-size: 18px;
36
+ font-weight: 700;
37
+ text-align: left;
38
+ margin:0px;
39
+ }
40
+ .wpsm_product_wrapper h3 span {
41
+ display: block;
42
+ float: left;
43
+ width: 100%;
44
+ overflow: hidden;
45
+ font-size: 14px;
46
+ color: #919499;
47
+ margin-top: 6px;
48
+ }
49
+ .wpsm_product_wrapper .price {
50
+ float: right;
51
+ font-size: 24px;
52
+ color: #000;
53
+ font-family: sans-serif;
54
+ font-weight: 500;
55
+ }
56
+ .wpsm-btn-block {
57
+ overflow: hidden;
58
+ float: left;
59
+ width: 100%;
60
+ margin-top: 20px;
61
+ display: block;
62
+ }
63
+ .portfolio_read_more_btn {
64
+ border: 1px solid #1e73be;
65
+ border-radius: 0px;
66
+ margin-bottom: 10px;
67
+ text-transform: uppercase;
68
+ font-weight: 700;
69
+ font-size: 15px;
70
+ padding: 12px 12px;
71
+ display: block;
72
+ text-align:center;
73
+ width:100%;
74
+ border-radius: 2px;
75
+ cursor: pointer;
76
+ letter-spacing: 1px;
77
+ outline: none;
78
+ position: relative;
79
+ text-decoration: none !important;
80
+ color: #fff !important;
81
+ -webkit-transition: all ease 0.5s;
82
+ -moz-transition: all ease 0.5s;
83
+ transition: all ease 0.5s;
84
+ background: #1e73be;
85
+ padding-left: 22px;
86
+ padding-right: 22px;
87
+ }
88
+ .portfolio_demo_btn {
89
+ border: 1px solid #919499;
90
+ border-radius: 0px;
91
+ margin-bottom: 10px;
92
+ text-transform: uppercase;
93
+ font-weight: 700;
94
+ font-size: 15px;
95
+ padding: 12px 12px;
96
+ display: block;
97
+ text-align:center;
98
+ width:100%;
99
+ border-radius: 2px;
100
+ cursor: pointer;
101
+ letter-spacing: 1px;
102
+ outline: none;
103
+ position: relative;
104
+ text-decoration: none !important;
105
+ background-color: #242629;
106
+ border-color: #242629;
107
+ color: #fff !important;
108
+ -webkit-transition: all ease 0.5s;
109
+ -moz-transition: all ease 0.5s;
110
+ transition: all ease 0.5s;
111
+ padding-left: 22px;
112
+ padding-right: 22px;
113
+ }
114
+ </style>
115
+ <h1>Recommended Premium Plugins From Wpshopmart</h1>
116
+ <div style="overflow:hidden;display:block;width:100%;padding-top:20px;padding-bottom:20px">
117
+ <div class="col-md-12">
118
+ <div class="col-md-4">
119
+ <a href="http://wpshopmart.com/plugins/coming-soon-pro/" target="_blank" title="Coming Soon Pro">
120
+ <div class="wpsm-theme-container" style="">
121
+ <img width="700" height="394" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/csp.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
122
+ <div class="wpsm_product_wrapper">
123
+ <h3 style="width:70%">Coming Soon Pro <span>wordpress</span></h3>
124
+ <span class="price"><span class="amount">$19</span></span>
125
+ <div class="wpsm-btn-block" style="">
126
+ <a title="Check Detail" target="_blank" href="http://wpshopmart.com/plugins/coming-soon-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
127
+ <a title="View Demo" target="_blank" href="http://wpshopmart.com/coming-soon-pro-demo-page/" class="portfolio_demo_btn pull-right">View Demo</a>
128
+ </div>
129
+ </div>
130
+ </div>
131
+ </a>
132
+ </div>
133
+
134
+ <div class="col-md-4">
135
+ <a href="http://wpshopmart.com/plugins/colorbox-pro/" target="_blank" title="ColorBox Pro">
136
+ <div class="wpsm-theme-container" style="">
137
+ <img width="700" height="394" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/cb.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
138
+ <div class="wpsm_product_wrapper">
139
+ <h3 style="width:70%">ColorBox Pro <span>wordpress</span></h3>
140
+ <span class="price"><span class="amount">$5</span></span>
141
+ <div class="wpsm-btn-block" style="">
142
+
143
+ <a title="Check Detail" target="_blank" href="http://wpshopmart.com/plugins/colorbox-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
144
+ <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/colorbox-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
145
+ </div>
146
+ </div>
147
+ </div>
148
+ </a>
149
+ </div>
150
+ <div class="col-md-4">
151
+ <a href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank" title="Accordion Pro">
152
+ <div class="wpsm-theme-container" style="">
153
+ <img width="700" height="394" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/ac.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
154
+ <div class="wpsm_product_wrapper">
155
+ <h3 style="width:70%">Accordion Pro<span>wordpress</span></h3>
156
+ <span class="price"><span class="amount">$6</span></span>
157
+ <div class="wpsm-btn-block" style="">
158
+
159
+ <a title="Check Detail" target="_blank" href="http://wpshopmart.com/plugins/accordion-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
160
+ <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/accordion-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
161
+ </div>
162
+ </div>
163
+ </div>
164
+ </a>
165
+ </div>
166
+
167
+
168
+ </div>
169
+ </div>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wpshopmart
3
  Donate link: http://wpshopmart.com/members/signup/tabs-responsive-donation
4
  Tags: tab, tabs, responsive tabs, animation, animated tab, css3 tabs, bootstrap tabs, tabs content, responsive, shortcode, widget, wordpress tabs, wp tabs, accordion, collapse, toggle, bootstrap tab, jquery, tab widget, tab shortcode, jquery tabs, sidebar, plugin, html, html5, html5 tabs
5
  Requires at least: 3.3
6
- Tested up to: 4.7
7
- Stable tag: 1.6.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -109,6 +109,9 @@ Please use WordPress support forum to ask any query regarding any issue.
109
 
110
  == Changelog ==
111
 
 
 
 
112
  = 1.6.6 =
113
  * Add donation link
114
 
3
  Donate link: http://wpshopmart.com/members/signup/tabs-responsive-donation
4
  Tags: tab, tabs, responsive tabs, animation, animated tab, css3 tabs, bootstrap tabs, tabs content, responsive, shortcode, widget, wordpress tabs, wp tabs, accordion, collapse, toggle, bootstrap tab, jquery, tab widget, tab shortcode, jquery tabs, sidebar, plugin, html, html5, html5 tabs
5
  Requires at least: 3.3
6
+ Tested up to: 4.7.1
7
+ Stable tag: 1.6.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
109
 
110
  == Changelog ==
111
 
112
+ = 1.6.7 =
113
+ * Minor Bug Resolved
114
+
115
  = 1.6.6 =
116
  * Add donation link
117
 
tabs-responsive.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
- * Version: 1.6.6
5
  * Description: Tabs Responsive is the most easiest drag & drop Tabs builder for WordPress. You can add unlimited Tabs with unlimited color Scheme.
6
  * Author: wpshopmart
7
  * Author URI: http://www.wpshopmart.com
@@ -92,6 +92,19 @@ function wpsm_tabs_r_settings_link($links) {
92
 
93
  $plugin = plugin_basename(__FILE__);
94
  add_filter("plugin_action_links_$plugin", 'wpsm_tabs_r_settings_link' );
95
-
 
 
 
 
 
 
 
 
 
 
 
 
 
96
 
97
  ?>
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
+ * Version: 1.6.7
5
  * Description: Tabs Responsive is the most easiest drag & drop Tabs builder for WordPress. You can add unlimited Tabs with unlimited color Scheme.
6
  * Author: wpshopmart
7
  * Author URI: http://www.wpshopmart.com
92
 
93
  $plugin = plugin_basename(__FILE__);
94
  add_filter("plugin_action_links_$plugin", 'wpsm_tabs_r_settings_link' );
95
+ add_action('admin_menu' , 'wpsm_tabs_r_recom_menu');
96
+ function wpsm_tabs_r_recom_menu() {
97
+ $submenu = add_submenu_page('edit.php?post_type=tabs_responsive', __('More_Free_Plugins', wpshopmart_tabs_r_text_domain), __('More Free Plugins', wpshopmart_tabs_r_text_domain), 'administrator', 'wpsm_tabs_r_recom_page', 'wpsm_tabs_rrecom_page_funct');
98
+
99
+ //add hook to add styles and scripts for Responsive Accordion plugin admin page
100
+ add_action( 'admin_print_styles-' . $submenu, 'wpsm_tabs_r_recom_js_css' );
101
+ }
102
+ function wpsm_tabs_r_recom_js_css(){
103
+ wp_enqueue_style('wpsm_tabs_r_bootstrap_css_recom', wpshopmart_tabs_r_directory_url.'assets/css/bootstrap.css');
104
+ wp_enqueue_style('wpsm_tabs_ac_help_css', wpshopmart_tabs_r_directory_url.'assets/css/help.css');
105
+ }
106
+ function wpsm_tabs_rrecom_page_funct(){
107
+ require_once('ink/admin/free.php');
108
+ }
109
 
110
  ?>