/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 21.08.2015, 21:25:03
    Author     : zst
*/

/*    EMBED-IT BLACK: #323045; */
/*    EMBED-IT GREEN: #97BF00; */

:root {
  --embedit-grey: #323045;
  --embedit-green: #97BF00;
}

body {
  padding-bottom: 30px;
  font-size: 14px;
}

form div > label {
  display: inline-block;
  width: auto;
}

form div > input {
/*  width: 100px;*/
}

a:not([class]) {
  text-decoration: none;
}

a.fa-solid {
  text-decoration: none;
}

img {
  max-width: 120px;
}

.table td {
    padding: 0.25rem;
/*  white-space: nowrap;*/
}

#detail th {
  width:120px;
}

label {
  margin-right: 5px;
}

input {
  margin-right: 5px;
}

/*i {
  float:right;
}*/

tr#disabled.even, tr#disabled.odd, table#disabled {
  --bs-table-bg: lightcoral;
}

.jumbotron {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.jumbotron h1 {
  font-size: 36px;
  margin: auto;
}

/* navbar */
.navbar {
  background-color: var(--embedit-grey);
  border-color: var(--embedit-grey);
}

/*
.active {
  background-color: dimgray;
}
*/

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--embedit-grey);
  color: #9d9d9d;
  text-align: center;
}

.dropzone {
  border: 2px dashed #dedede;
  border-radius: 5px;
  background: #f5f5f5;
  min-height: 100px;
}

.dropzone i{
  font-size: 4rem;
}

.dropzone .dz-message {
  color: rgba(0,0,0,.54);
  font-weight: 500;
  font-size: initial;
  text-transform: uppercase;
  text-align: center;
}
