shelfs.css 5.07 KB
Newer Older
Administrator committed
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
/* INDEX */
.header {
  margin-top: 20px;
}
.btn_list_bc {
  border: 1px solid black;
}

.btn_light:hover {
  background-color: #acb3c2;
}

.midWidthInput {
  height:70px;
  width:50%;
  border: 2px solid #555;
  border-radius:15px;
  margin-bottom: 1em;
}

.page_body {
  height: 100%;
}

#shelfs tbody td {
  cursor: pointer;
}

29 30 31 32 33 34 35 36
.delete_ongoing_inv_icon:hover {
  color: #c9302c;
}

.shelf_name {
  font-weight: bold;
}

Administrator committed
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 145 146 147 148 149
/*View*/
.cancel_search {
  background-color: transparent;
  vertical-align: sub;
  cursor: pointer;
  margin-left: 10px;
  font-size: 30px;
}

/*Inventory*/
header {
  position: relative;
  overflow: hidden;
}

.arrow-block {
  line-height: 30px;
  position: relative;
}
.arrow-block:after, .arrow-block:before{
  content: "";
  position: absolute;
  width: 20px;
  height: 50%;
  left: 100%;
}

#header_step_one {
  background-color: #ced4da;
  z-index: 3;
}
#header_step_one:after{
  bottom:0;
  background: linear-gradient(to right bottom, #ced4da 50%, transparent 50%);
}
#header_step_one:before{
  top:0;
  background: linear-gradient(to right top, #ced4da 50%, transparent 50%);
}

#header_step_two {
  background-color: #ced4da;
  z-index: 2;
}
#header_step_two:after{
  bottom:0;
  background: linear-gradient(to right bottom, #ced4da 50%, transparent 50%);
}
#header_step_two:before{
  top:0;
  background: linear-gradient(to right top, #ced4da 50%, transparent 50%);
}

#header_step_three{
  background-color: #e7e9ed;
  z-index: 1;
}

.step_one_active {
  background-color: #0275D8 !important;
}
.step_one_active:after{
  background: linear-gradient(to right bottom, #0275D8 50%, transparent 50%) !important;
}
.step_one_active:before{
  background: linear-gradient(to right top, #0275D8 50%, transparent 50%) !important;
}

.step_two_active {
  background-color: #5CB85C !important;
}
.step_two_active:after{
  background: linear-gradient(to right bottom, #5CB85C 50%, transparent 50%) !important;
}
.step_two_active:before{
  background: linear-gradient(to right top, #5CB85C 50%, transparent 50%) !important;
}

table.dataTable {
  width: 99% !important;
}

.searchMultipleTables {
  height:70px;
  width:80%;
  border: 2px solid #555;
  border-radius:15px;
  margin-bottom: 1em;
}

.input_small {
  width:50%;
}

.page_element {
  padding: 15px;
}

.page_title {
  padding-top: 10px;
}

.full_width_button {
  height: 45px;
  width: 80%;
  border-radius: 3px;
}

.container_products {
  border-radius:5px;
  padding: 5px;
}

150 151 152 153 154 155 156
#header_container_left {
  float: left;
}

#change_shelf_btn {
  float: right;
}
Administrator committed
157 158 159 160 161 162 163 164
div#container_edition {
  padding: 8px;
  background-color: #e7e9ed;
}

#edition_input_label {
  margin-right: 5px;
}
165 166 167
#product_uom {
  font-size: small;
}
168 169 170
#reset_to_previous_qty {
  cursor: pointer;
}
Administrator committed
171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304
.blink_me {
  animation: blinker 1s ease-in-out;
}

@keyframes blinker {
  15% { background-color: #218D9B ; } /*  F0AD4E*/
}

.big_button {
  height: 45px;
  width: 20%;
  border-radius: 3px;
}

.order_ref_reminder {
  font-weight: bold;
  color: #D9534F;
}

#container_shelf_name {
  padding-top: 12px;
  padding-bottom: 10px;
}

#container_multiple_partners {
  padding-bottom: 15px;
}

/* Accordion style */

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #dee2e6;
  color: #212529;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

hr {
  margin-top: 32px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
 background-color: #acb3c2;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.panel.active:after {
  margin-bottom: 30px;
}

#issues_report {
  width: 100%;
  height: 200px;
  border: 2px solid #555;
  border-radius: 10px;
  white-space: pre-wrap;
}

/* Tooltips */

/* Tooltip container */
.tooltip {
 position: relative;
 display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
 visibility: hidden;
 width: 130px;
 background-color: #555;
 color: #fff;
 text-align: center;
 padding: 5px 0;
 border-radius: 6px;

 /* Position the tooltip text */
 position: absolute;
 z-index: 1;
 top: -5px;
 left: 115%;

 /* Fade in tooltip */
 opacity: 0;
 transition: opacity 0.3s;
}

.tooltip .tt_twolines {
  top: -15px !important;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
 content: "";
 position: absolute;
 top: 50%;
 right: 100%; /* To the left of the tooltip */
 margin-top: -5px;
 border-width: 5px;
 border-style: solid;
 border-color: transparent #555 transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
 visibility: visible;
 opacity: 1;
}
305

306 307 308 309 310
/* Change shelf modal */
.shelf_selection {
  max-width:    240px;
}