blob: fcb89882eda54b2710274aede3bfe048a2dd89dd [file] [log] [blame]
Matteo Scandolo2500e392016-03-25 17:20:27 -07001#hometabs {
2 border-bottom: 1px solid #105E9E;
3 font-size: 12px;
4 border: 0px;
5}
6
7.ui-tabs .ui-tabs-nav {
8 padding: 0 !important;
9}
10
11.ui-tabs-active {
12 color: #ffffff;
13 background-color: #105E9E;
14 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
15 font-weight: normal;
16}
17
18.ui-state-focus a,
19.ui-state-focus a:link{
20 color: #ffffff;
21 background-color: #105E9E;
22 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
23}
24
25.ui-state-default a {
26 padding: 20px !important;
27 line-height: 20px !important;
28 transition: all .5s ease-in-out;
29}
30
31.ui-state-active a,
32.ui-state-active a:link{
33 color: #ffffff !important;
34 background-color: #105E9E !important;
35 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
36 font-weight: normal;
37 font-size: 20px;
38}
39
40.ui-tabs .ui-tabs-panel {
41 position:relative;
42}
43
44
45.nav-tabs-suit li{
46 /*background-color: #CDE7FF;*/
47 background-color: #FFFFFF;
48 border-top-left-radius: 3px;
49 border-top-right-radius: 3px;
50 border-bottom-left-radius: 0px;
51 border-bottom-right-radius: 0px;
52}
53
54.nav-tabs-suit li a {
55
56 /*background-color: #CDE7FF;*/
57 font-weight: normal;
58 color: #105E9E;
59 /*border-radius: 3px;*/
60 border-top-left-radius: 3px;
61 border-top-right-radius: 3px;
62 border-bottom-left-radius: 0px;
63 border-bottom-right-radius: 0px;
64 border: none;
65 box-shadow: none;
66}
67
68.nav-tabs-suit li.active{
69 /*Changed on Dec 11*/
70 /*background-color: #448CCA;*/
71 background-position: 50% 100%;
72 background-image:url('down_arrow.png');
73}
74
75.nav-tabs-suit li.hover{
76 /*Changed on Dec 11*/
77 /*background-color: #448CCA;*/
78 color:#ffffff;
79 /*font-size: 1.2em;*/
80 font-weight: bold;
81}
82
83.nav-tabs-suit li.active a {
84 background-color: #ffffff;
85 /*background-color: #448CCA;*/
86 background-color: #105E9E;
87 color:#ffffff;
88 font-weight:normal;
89 padding-top:10px;
90 text-decoration:none;
91}
92
93.nav-tabs-suit li.active a:after{ /*arrow added to downarrowdiv DIV*/
94 width: 0;
95 height: 0;
96 border-left: 5px solid transparent;
97 border-right: 5px solid transparent;
98 border-top: 5px solid #2f2f2f;
99 font-size: 0;
100 line-height: 0;
101}
102
103.nav-tabs-suit li.active a:hover,
104.nav-tabs-suit li a:hover{
105 background-color: #105E9E;
106 /*background-color: #515151;*/
107 font-weight:normal;
108 /*font-size: 1.2em;*/
109 color:#ffffff;
110 /*padding-top:10px;
111 text-decoration:none;*/
112}
113
114.nav-tabs>.active>a{
115 border: none;
116}
117
118.nav-tabs-suit li a{
119 font-weight: normal;
120}
121
122.nav-tabs-suit li a:hover{
123 border: none;
124 color: #ffffff;
125 padding-top:10px;
126 /*border: 1px solid;*/
127 /*letter-spacing: 1px;*/
128 /*text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;*/
129}
130
131.nav-tabs-suit li.active a:hover{
132 /*border: none;*/
133}
134
135.nav-tabs-suit > li.active > a:focus {
136 background-color: #105E9E;
137 font-weight: normal;
138}
139
140.breadcrumb li a {
141 /*font-weight:bold;*/
142}
143
144.nav-tabs {
145 /*
146 border-bottom: 1px solid #B5D1EA;*/
147}
148
149.nav-tabs>li {
150 margin-bottom: 0px;
151}
152
153.nav-tabs-suit li.active a{
154 letter-spacing: 1px;
155 text-shadow: rgb(46, 43, 43) 0.1em 0.1em 0.2em;
156 /*text-shadow: none;
157 -webkit-box-shadow: none;
158 -moz-box-shadow: none;
159 box-shadow: none;
160 */
161}
162
163/*.nav-tabs-suit li.active {*/
164/*background: transparent url('home.png') no-repeat scroll center bottom;*/
165/*border-left: 5px solid transparent;
166border-right: 5px solid transparent;
167border-top: 5px solid #2f2f2f;
168font-size: 0;
169line-height: 0;
170width: 0;;
171height: 0;
172 margin: 0;
173}*/