main.css
1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
@CHARSET "UTF-8";
body {
background: url('../TwitterBootstrapTheme_AdminIntenso_1.0/images/bg/always_grey.png') center top repeat;
}
.logo {
background: url('../images/cacic_logo.png') center no-repeat ;
width: 204px;
}
.box_head i { margin-right: 5px; } /* Espaçamento entre o ícone e o título dos boxes (widgets) */
.table td.td-actions {
text-align: center;
}
.navbar .nav > li > a, .navbar .brand {
text-shadow: none;
}
#ajaxLoading {
display: none;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba( 255, 255, 255, 0.8 )
url('../images/v3/loading.gif')
50% 50%
no-repeat;
}
.alert { display: none; }
.table thead th { background-color: #333; color: #fff }
input[type="checkbox"], input[type="radio"] {
float: left;
margin-right: 5px;
}
input[required="required"], select[required="required"] {
background-color: #F2E1E8;
}
label.required {
font-weight: bold;
color: #c00;
}
dl dd { margin-bottom: 10px; }
/*------------------------------------------------------------------
[ Shortcuts / .shortcuts]
*/
.shortcuts {
text-align: center;
}
.shortcuts .shortcut {
width: 22.50%;
display: inline-block;
padding: 12px 0;
margin: 0 .9% 1em;
vertical-align: top;
text-decoration: none;
background: #F3F3F3;
border-radius: 5px;
}
.shortcuts .shortcut .shortcut-icon {
margin-top: .25em;
margin-bottom: .25em;
font-size: 32px;
color: #888;
}
.shortcuts .shortcut:hover {
background: #E8E8E8;
}
.shortcuts .shortcut:hover .shortcut-icon {
color: #666;
}
.shortcuts .shortcut-label {
display: block;
font-weight: 400;
color: #666;
}
#patrimonio1 {
width: 125% !important;
}
#patrimonio2 {
width: 125% !important;
}
#patrimonio3 {
width: 125% !important;
}
#patrimonio4 {
width: 125% !important;
}
.side_nav ul a{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}