aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/static/css/jm2l.css
blob: de94fbf9c8908ad969c0a5b941dc78e814ed47fa (plain)
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
137
138
139
140
141
142
143
144
a {
    cursor: pointer;
}

.borderbox {
    border: 1px solid #e1e4e5;
    margin: 1px 0 24px;
    color: #404040;
    line-height: 1.5;
    margin: 0;
    overflow: auto;
    padding: 12px;
    background: none repeat scroll 0 0 #fcfcfc;
    font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
}
.titleborderbox {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #eee;
    display: inline;
    left: 16px;
    padding: 2px 7px;
    position: relative;
    top: 10px;
}
.footborderbox {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #FEE;
    display: inline;
    padding: 2px 7px;
    position: relative;
    bottom: 10px;
    float: right;
    margin-right: 15px;    
}
.borderboxtime {
    float:right;
    padding:1px 15px;
    border: 1px solid #eee;
}
.Loading {
    background-image: url(/vendor/select2/img/select2-spinner.gif);
    background-position: center;
    background-repeat: no-repeat;
    height:100px;
}
.invalid {
    background:url(../images/invalid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(../images/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3aba34;
}
.intervbox {
    border-style: dotted;
}
.tiers {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 4px;
}
.cke_show_borders {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding:5px;
}
#map { 
  height: 250px; 
  width:520px;
}
.Ucarousel-control {
    background: none repeat scroll 0 0 #222;
    border: 3px solid #fff;
    border-radius: 12px;
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    height: 15px;
    line-height: 12px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    width: 15px;  
}
.Ucarousel-control.left {
    right: auto;
    left: 15px;
}
.Ucarousel-control.right {
    left: auto;
    right: 15px;
}

.LogistiqueTable th, .LogistiqueTable td 
{
    text-align:center; 
    vertical-align:middle;
}

#flash, #notfound {
  font-size: 16px;
  width: 500px;
  text-align: center;
  background-color: #e1ecfe;
  border-top: 2px solid #7a9eec;
  border-bottom: 2px solid #7a9eec;
  padding: 10px 20px 10px 20px;
}

#notfound {
  background-color: #fbe3e4;
  border-top: 2px solid #fbc2c4;
  border-bottom: 2px solid #fbc2c4;
  padding: 0 20px 30px 20px;
}

#tasks {
  width: 500px;
}

#tasks li {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #bbbbbb;
}

#tasks li.last {
  border-bottom: none;
}

#tasks .name {
  width: 400px;
  text-align: left;
  display: inline-block;
}

#tasks .actions {
  width: 95px;
  text-align: right;
  display: inline-block;
}