﻿@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Regular.otf") format("truetype");
}

.address-field-group {
  border: 1px solid lightgray;
  padding: 5px;
  margin: 0 -6px 0 -10px;
}

.address-field-group::after {
  clear: both;
  content: "";
  display: block;
}

.address-field-group legend {
  font-family: "Calibri", "Helvetica", "Arial", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  color: #333f48;
  display: block;
  margin: 0 0 4px 8px;
  width: auto;
}

button.link {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  float: right;
  line-height: 64px;
  font-size: 19px;
  text-align: left;
  color: #f15b5b;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

button.link span {
  text-decoration: underline;
}

button.link:hover span,
button.link:focus span {
  color: black;
}
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error {
  border: 1px solid #b94a48;
}

select.input-validation-error {
  border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
  border: 0 none;
}

.validation-summary-errors {
  color: #b94a48;
}

.validation-summary-valid {
  display: none;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
}
@media only screen and (max-width: 768px) {
  .modal-content {
    width: 90%;
  }
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.TandC:hover,
.TandC:focus {
  cursor: pointer;
}

.site-logo:hover,
.site-logo:focus {
  cursor: pointer;
}

.user-bar__menu-option:hover,
.user-bar__menu-option:focus {
  cursor: pointer;
}

.details-panel th {
  width: 30%;
}

.details-panel td.item-edit::after {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  content: "\00a0";
  opacity: 0.6;
  background: transparent url("/images/icon-pencil.svg") top left no-repeat;
}

.buttonhiddenbydefault {
  display: none; /* Hidden by default */
}

.attachmentBtn {
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 12px 16px; /* Some padding */
  margin: 5px 16px;
  font-size: 20px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
}

.attachmentDeleteBtn {
  background-color: #008194;
}

/* Darker background on mouse-over */
.attachmentDeleteBtn:hover {
  background-color: #004c57;
}

.attachmentApproveBtn {
  background-color: #008194;
}

/* Darker background on mouse-over */
.attachmentApproveBtn:hover {
  background-color: #004c57;
}

.attachmentUploadBtn {
  background-color: #f15b5b;
}

/* Darker background on mouse-over */
.attachmentUploadBtn:hover {
  background-color: #d41212;
}

input[type="file"] {
  display: none;
}
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  color: #333f48;
  background-color: #b8c4cc;
  box-shadow: 0 4px 0 0 #8599a9;
  padding: 6px 12px;
  cursor: pointer;
}

.custom-file-upload:hover {
  color: #1e252a;
  background-color: #8599a9;
  box-shadow: 0 4px 0 0 #5d7384;
}

textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  width: 100%;
}

ul.bullet-list li ul.bullet-list {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #333f48;
  list-style-image: url(/images/bullet-square.svg);
  list-style-position: inside;
  padding: 0;
  margin-top: 20px;
}

ul.bullet-list li ul.bullet-list li {
  margin-bottom: 8px;
  margin-left: 30px;
}
