@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
.mx-auto {
  margin: 0 auto;
}
body {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #EEEDED;
  color: #000000;
}
.container.bg {
  margin-top: 160px;
}
h1 {
  padding-bottom: 0;
  margin-bottom: 20px;
}
h2 {
  margin: 30px 0;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
h2.entityList {
  border-top: 1px solid #cccccc;
  margin-top: 30px;
  padding-top: 35px;
  margin-bottom: 30px;
}
ul.errorContainer {
  list-style-type: none;
  margin: 0 0 20px;
}
ul.errorContainer li {
  color: #ff0000;
  font-weight: bold;
}
ul.warningContainer {
  list-style-type: none;
  margin: 0 0 20px;
}
ul.warningContainer li {
  color: #FFA500;
  font-weight: bold;
}
textarea {
  width: 400px;
  height: 200px;
}
.date {
  width: 140px;
}
.form-signin {
  max-width: 370px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #ffffff;
  border: 1px solid #EEEDED;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}
div.dataTables_length select {
  width: 100px;
}
#globalMessageContainer {
  list-style-type: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  margin: 0;
}
#globalMessageContainer.loggedIn {
  position: static;
  margin: 0;
  padding: 0;
}
#globalMessageContainer li {
  background: #ffffff;
  padding: 10px 20px;
}
#globalMessageContainer li.error {
  background: #EEEDED;
  color: #444444;
}
#globalMessageContainer li.success {
  background: lightgreen;
  color: #444444;
}
.colorpicker input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: inline;
  width: auto;
  line-height: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input.datepicker,
input.time {
  width: 100px;
  margin-right: 5px;
}
.buttonGroup {
  text-align: right;
}
.entityDetailContainer .buttonGroup {
  margin-top: 40px;
  margin-bottom: 40px;
}
.entityDetailContainer .buttonGroup .btn {
  margin-right: 5px;
}
.form-group.required label.control-label:after {
  content: "*";
  color: #ff0000;
  margin-right: -5px;
}
form input.error,
form textarea.error {
  background-color: #EEEDED;
}
form label.error {
  display: inline;
  margin-left: 10px;
  color: #ff0000;
}
.multipleFileUploadContainer .errorContainer {
  display: none;
}
.fileinput-button {
  width: 100%;
}
.fileContainer {
  display: block;
  position: relative;
  padding: 15px 45px 45px;
  border: 1px solid #cccccc;
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
  transition: all .2s;
}
.fileContainer:hover {
  color: #444444;
}
.fileContainer .fileIcon {
  font-size: 35px;
}
.fileContainer .removeIcon {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  cursor: pointer;
  transition: all .2s;
}
.fileContainer .name {
  font-size: 10px;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}
.fileContainer:hover .removeIcon {
  opacity: 1;
}
.noBorder,
.noBorder span {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.indexHeader {
  display: flex;
  align-items: center;
}
.indexHeader.headline {
  flex-direction: column;
}
.indexHeader img {
  margin-right: 60px;
}
.form-horizontal .control-label {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.form-horizontal .form-control {
  border-radius: 0;
}
.form-horizontal .btn-success {
  color: #fff;
  background-color: #b00024;
  border-color: #b00024;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
}
.header {
  width: 100%;
  background: #ffffff;
  position: fixed;
  height: 100px;
  top: 0;
  box-shadow: 0 0 16px -6px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
}
.header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-content a {
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  margin-left: 16px;
}
.header .header-content a:hover {
  color: #000000;
  text-decoration: none;
}
.header .logo-area {
  position: relative;
  width: 160px;
}
.header .logo-area a {
  margin-left: 0;
}
.header img {
  position: relative;
  width: 100px;
}
.custom-form form .col-sm-2,
.custom-form form .col-sm-10 {
  width: 100%;
  text-align: left;
}
.custom-form form label {
  margin-bottom: 8px !important;
  display: block;
}
input[type="submit"].primary {
  border-radius: 0;
  font-size: 16px;
  background-color: #000000;
  color: #ffffff;
}
table tr.disabled {
  pointer-events: none;
  opacity: .3;
}
.primary-button {
  font-size: 16px;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px;
  width: 100%;
  display: block;
  text-align: center;
}
.primary-button:hover {
  text-decoration: none;
  color: #ffffff;
}
.link-button {
  font-size: 16px;
  color: #000000;
  cursor: pointer;
}
.link-button:hover {
  color: #000000;
}
.coupon {
  display: block;
  text-align: center;
  font-size: 16px;
  border: 1px dotted;
  padding: 6px;
}
.coupon.used {
  text-decoration: line-through 3px;
  opacity: .5;
}
.table-responsive a {
  color: #000000;
  text-decoration: underline;
}
