@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');
body {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #dae0e3;
}
.container.bg {
  background-color: #ffffff;
  margin-top: 160px;
}
h1 {
  padding-bottom: 0;
  margin-bottom: 20px;
}
h2 {
  margin: 30px 0;
  color: #00315D;
  font-family: 'Playfair Display', serif;
}
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 #e5e5e5;
  -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: #e5e5e5;
  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: #e5e5e5;
}
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 img {
  margin-right: 60px;
}
.indexWrapper {
  padding: 30px;
}
.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: #00315D;
  border-color: #00315D;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
}
.header {
  width: 100%;
  background: #00315D;
  position: fixed;
  height: 75px;
  top: 0;
}
.header img {
  position: relative;
  top: 15px;
  width: 144px;
}
