File size: 3,237 Bytes
d2897cd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
.input-group-addon label {
    margin-bottom: 0px;
}
.vector-map {
	height: 350px;
    color: transparent;
}
.jvectormap-container {
    height:100%;
    width:100%;
}
.dashboard-widgets .sortable-placeholder {
    background-color: #fff;
    border: 1px dashed #4e5d9d;
    flex-grow: 0;
}
.dashboard-widgets.cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;

}
.dashboard-widgets .card {
    margin: 5px;
    background: #FEFEFE;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: background-color, box-shadow, -moz-transform;
    -o-transition-property: background-color, box-shadow, text-shadow, -o-transform;
    -webkit-transition-property: background-color, box-shadow, text-shadow, -webkit-transform;
    transition-property: background-color, box-shadow, text-shadow, transform;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    position: relative;
}
.dashboard-widgets .card-header h4 {
    padding: 10px 15px;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}
.dashboard-widgets .card-header .dropdown {
    position: absolute;
    top: 6px;
    right: 3px;
}
.dashboard-widgets .card-header .dropdown-toggle .ri-more-2-fill {
    display: inline-block;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    width: 30px;
    text-align: center;
    line-height: 30px;
}
.dashboard-widgets .card-header h4 {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dashboard-widgets .card table {
    table-layout: fixed;
}
.dashboard-widgets .card table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dashboard-widgets .card table td:last-child {
    width: 30px;
}

.chart-wrapper {
    position: relative;
}
.chart-wrapper .legend {
    background: #000;
    opacity: 0;
    position: absolute;
    bottom: -17px;
    width: 100%;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
}
.chart-wrapper:hover .legend {
    opacity: 0.8;
}
.chart-wrapper .legend ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.chart-wrapper .legend li {
    margin: 0 10px;
    padding: 5px 0;
}
.chart-wrapper .legend li span {
    display: inline-block;
    width: 14px;
    height: 8px;
    margin-right: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 700px) {
    .dashboard-widgets .widget {
        width: 100% !important;
    }
}

#dashboard-widgets .spinner {
    text-align: center;
    line-height: 250px;
    font-size: 24px;
}