:root {
  --dsv-black: #000;
  --dsv-blue: #192862;
  --dsv-light-blue: #C5CAE9;
  --dsv-dark-blue: #0D113B;
  --dsv-red: #EC0016;
  --dsv-dark-red: #a51b00;
  --dsv-amber: #e09600;
  --dsv-dark-grey: #646973;
  --dsv-darker-grey: #464646;
  --dsv-mid-grey: #878C96;
  --dsv-light-grey: #D7DCE1;
  --dsv-exra-light-grey: #F0F3F5;
  --dsv-green: #77b259;
}

/** General **/

body {
  font-family: sans-serif;
  font-size: 87.5%;
  margin: 0;
  color: #333;
}
main {
  margin: 0 2vw 1vw;
  min-height: 100vh;
  min-height: calc(100vh - 164px);
}
a {
  color: #192862;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-family: 'FoundrySterlingOT3W03-Bold';
  font-weight: bold;
  text-transform: capitalize;
  min-width: 300px;
}
.h2 {
  font-size: 1.5em;
  text-transform: capitalize;
}
h3,
h4 {
  margin: 5px 0;
}
details details .h2 {
  font-size: 1.2em;
}
p {
  margin: 0 0 1em;
}
.homepage-intro p,
.ck-content p {
  margin: 0!important;
}
.homepage-intro img {
  margin-bottom: 2em;
}
.homepage-intro img.align-left {
  margin-right: 2em;
}
.homepage-intro img.align-right {
  margin-left: 2em;
}
.homepage-intro > div {
  clear: both;
  margin-bottom: 2em;
}
hr {
  border-top-color: transparent;
  border-bottom-color: #192862;
  border-left-color: transparent;
  border-right-color: transparent;
  margin: 20px 0;
}
.layout-container {
  margin: 0;
}
li {
  margin-bottom: 0.3em;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flexsb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexnowrap {
  display: flex;
}
.flexleft {
  margin: 0 -10px;
}
.flexspace {
  justify-content: space-between;
  margin: 0 -10px 1em;
}
.flexpad {
  padding: 0 10px;
  flex-grow: 1;
}
.flexpadnogrow {
  padding: 0 10px;
}
.flexend {
  align-self: end;
}
.flexcenter {
  align-self: center;
}
.flex1 {
  flex: 1;
  padding: 0 10px;
}
.flex2 {
  flex: 2;
  padding: 0 10px;
}
.flexcell {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}
.flexspace details + details {
  margin-top: 20px;
}
.right > .nomargin {
  margin: 0!important;
}
.right {
  float: right;
}
a.right {
  float: right;
}
.right + .right, 
.right + .ajax-progress + .right {
  margin: 0!important;
}
.text-right {
  text-align: right;
}

.role-administrator #block-useraccountmenu {
  display: none;
}
#block-useraccountmenu {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
#block-useraccountmenu a {
  background: #EC0016;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}
#block-useraccountmenu a:hover {
  background: #666;
  text-decoration: none;
}
a[href*="/masquerade?"] {
  background: #EC0016;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  margin-top: 20px;
  display: inline-block;
}

summary {
  margin-bottom: 10px;
  cursor: pointer;
  border-bottom: 3px solid #e1e6eb;
  padding-bottom: 5px;
}

.red-text {
  color: #EC0016;
}
.alert {
  padding: 15px;
  margin-bottom: 15px;
}
.red.alert {
  border-left: 5px solid #EC0016;
  background: #fcf4f2;
}
.amber.alert {
  border-left: 5px solid #e09600;
  background: #fdf8ed;
}
.green.alert {
  border-left: 5px solid #77b259;
  background: #f3faef;
}
.blue.alert {
  border-left: 5px solid #C5CAE9;
  background: #d5f2ff;
}
.alert summary {
  border-bottom: 3px solid #fff;
}
button,
.button {
  -webkit-appearance: none;
}

:focus,
.js .dropbutton li:focus,
.js .dropbutton a:focus,
.dropbutton-toggle button:focus,
.swal2-popup .swal2-styled:focus {
  outline: 2px solid var(--dsv-red);
  outline-offset: 2px;
  background: rgba(118, 197, 255, 0.3);
}
.swal2-popup {
  background: #fff!important;
}
.dropbutton-arrow {
  overflow: visible;
}

.js .dropbutton li,
.js .dropbutton a {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}

table tr td:last-child a {
  font-weight: bold;
}
table table tr td:last-child a {
  font-weight: normal;
}

table tbody tr {
  background: #fff;
  transition: background 0.2s linear;
}
table tbody tr:hover {
  background: #f0f3f5;
  transition: background 0.2s linear;
}
table tbody table {
  border-spacing: 0;
  margin: 0;
  background: transparent;
}
table tbody table tbody tr,
table tbody table tbody tr:hover { 
  background: transparent!important;
}
table tbody table tbody td {
  padding: 1px 0;
}

/* input[data-drupal-selector='edit-submit']:focus, */
a[data-drupal-selector='edit-cancel']:focus{
  outline: none;
}
.ui-button-icon-only {
  font-size: 0!important;
}

.bigger {
  font-size: 120%;
}

.vbo-multipage-selector summary {
  border-bottom: none;
  font-size: 1.2rem;
}
.node {
  clear: both;
}
.ajax-progress-throbber {
  position: absolute;
  z-index: 1000;
}
/** Forms **/

form input,
select {
  padding: 7px;
  font-size: 1rem;
  border: 1px solid #999;
  margin: 5px 0 3px;
  max-width: 100%;
  font-family: sans-serif;
}
form input[type=text],
form input[type=email] {
  width: 50%;
  min-width: 290px;
  box-sizing: border-box;
  margin-top: 4px;
  height: 32px;
  font-size: 0.9rem;
}
form input[type=text].form-time {
  min-width: 90px;
  max-width: 90px;
  text-align: left;
  background: url(/themes/hotels/images/icons/clock.svg) no-repeat 60px center;
  background-size: 17px;
  background-color: #fff;
}
.ui-timepicker-standard a {
  margin-right: 20px;
}
form:not(.views-exposed-form) .datetime-wrapper + .datetime-wrapper {
  margin-top: -1em;
}
form.views-exposed-form .datetime-wrapper input {
  height: 37px;
  margin-top: 4px;
}

form.views-exposed-form .datetime-wrapper > div {
  display: flex;
}
form.views-exposed-form fieldset .date-filter-label {
  margin: -5px 5px 0;
  align-self: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: #333;
}
form.views-exposed-form fieldset .date-filter-arrow {
  position: relative;
  top: 16%;
  font-size: 1.5em;
  margin: 0 2px;
  color: #666;
}

form.views-exposed-form input.timepicker {
  margin-left: 5px;
}

textarea {
  padding: 7px;
  font-size: 100%;
  font-family: sans-serif;
  width: 50%;
  min-width: 290px;
  box-sizing: border-box;
  margin-top: 5px;
}

form label {
  display: block;
  font-weight: bold;
}
form .form-item {
  margin-bottom: 0;
}

form .description {
  font-size: 0.8rem;
  clear: both;
}

input.form-submit:not(.multiple-fields-remove-button), a.button,
.ui-dialog .ui-dialog-buttonpane button,
.swal2-popup .swal2-styled.swal2-confirm {
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 10px;
  background: #192862 !important;
  color: #fff !important;
  text-shadow: none !important;
  border: 0;
  transition: background 0.1s linear;
  cursor: pointer;
  text-decoration: none;
  margin: 3px 5px 3px 0;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
}
input.form-submit:hover:not(.multiple-fields-remove-button),
a.button:hover,
.ui-dialog .ui-dialog-buttonpane button:hover,
.swal2-popup .swal2-styled.swal2-confirm:hover {
  transition: background 0.1s linear;
  background: #333 !important;
}
.ui-dialog .ui-dialog-buttonpane button + button {
  margin-left: 10px;
}


.swal2-popup {
  background: url(/themes/hotels/images/dsv-logo.png) 15px 15px no-repeat #fff;
  background-size: 120px;
}
.swal2-popup .swal2-styled.swal2-confirm {
  padding: 12px 20px 10px;
}
.swal2-popup .swal2-title {
  font-size: 1.3rem!important;
}
.swal2-container.swal2-shown {
  background-color: #19286280!important;
  opacity: 1;
}
.swal2-lift-error br {
  display: none;
}
.swal2-lift-error li {
  color: #EC0016;
  padding: 0.5em;
  border-bottom: 2px solid rgb(25, 40, 98);
  font-size: 0.9em;
  font-weight: normal;
}
.swal2-lift-error li:last-of-type {
  border-bottom: 0px;
}
.swal2-icon.swal2-error {
  border-color: #EC0016!important;
  background: #EC0016;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  background-color: #fff!important;
}
.swal2-icon.swal2-info {
  border-color: #192862;
  color: #192862;
}


form #edit-actions {
  display: flex;
}
form #edit-actions .button {
  margin-right: 4px;   
}
form #edit-delete,
form input[value="Remove"]:not(.multiple-fields-remove-button) {
  background: #cc0000!important;
}
form #edit-delete:hover,
form input[value="Remove"]:hover:not(.multiple-fields-remove-button) {
  background: red!important;
}
.cke_chrome {
  border: 1px solid #999!important;
}

form:not(.vbo-view-form) #edit-actions input.form-submit, 
form:not(.vbo-view-form) #edit-actions a.button,
.views-exposed-form input {
  font-size: 1.2em;
  padding: 5px 20px;
}
.vbo-view-form {
  margin-top: 15px;
}
input[id^=edit-cancel] {
  background: #cc0000!important;
}
input[id^=edit-cancel]:hover {
  background: red!important;
}

fieldset {
  border-width: 0;
  padding: 0;
}

fieldset:not(.fieldgroup) .fieldset-wrapper {
  background: #F0F3F5;
  padding: 15px;
}
fieldset.fieldgroup .fieldset-wrapper {
  margin-top: 5px; 
}
.fieldgroup {
  margin: 0;
}
fieldset legend {
  font-weight: bold; 
  margin-bottom: 5px;
}
.fieldset-float .fieldset-wrapper .form-item {
  float: left;
  margin-right: 10px;
}
.fieldset-float .form-actions {
  clear: both;
}
table fieldset:not(.fieldgroup) .fieldset-wrapper {
  padding: 0; 
}
[data-drupal-selector^="edit-field-date-in-value-1-wrapper"] legend,
[data-drupal-selector^="edit-field-date-out-value-2-wrapper"] legend,
[data-drupal-selector^="edit-field-planned-load-out-date-value-wrapper"] legend {
  display: none;
}
[data-drupal-selector^="edit-field-date-in-value-1-wrapper"] .fieldset-wrapper,
[data-drupal-selector^="edit-field-date-out-value-2-wrapper"] .fieldset-wrapper,
[data-drupal-selector^="edit-field-planned-load-out-date-value-wrapper"] .fieldset-wrapper {
  padding: 0!important;
  margin-right: 20px;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error,
fieldset.error {
  color: #a51b00;
  border-width: 1px;
  border-color: #e62600;
  background-color: hsla(15, 75%, 97%, 1);
  box-shadow: inset 0 5px 5px -5px #b8b8b8;
}
.password-strength {
  max-width: 320px;
}
.password-strength__indicator.is-weak {
  background-color: red;
}
.password-strength__indicator.is-good {
  background-color: orange;
}
.password-strength__indicator.is-strong {
  background-color: #039503;
}
.password-confirm .error {
  font-weight: bold;
  color: red;
}
.password-confirm .ok {
  font-weight: bold;
  color: #039503;
}

.js-form-type-checkbox,
.js-form-type-radio {
  display: flex;
}
.js-form-type-checkbox .form-checkbox,
.js-form-type-radio .form-radio {
  margin-right: 5px;
  transform: scale(1.2);
}
.js-form-type-checkbox label,
.js-form-type-radio label {
  margin: auto 0;
}
.js-form-type-checkbox .description,
.js-form-type-radio .description {
  flex-basis: 100%;
  padding-top: 5px;
}

.tableselect {
  margin-bottom: 1em;
}

.tableselect .js-form-type-checkbox,
.tableselect .js-form-type-radio {
  margin: 0;
}
.tableselect .js-form-type-checkbox .form-checkbox,
.tableselect .js-form-type-radio .form-radio {
  margin: 5px;
}

.layout-region-node-secondary {
  background: #f5f5f5;
}
.tabledrag-toggle-weight-wrapper {
  display: none;
}
.form-required:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 7px;
  height: 7px;
  background-size: 7px 7px;
}
.checkbox-flex .form-checkboxes {
  display: flex;
  margin-inline-start: 17px;
}
.checkbox-flex .form-checkboxes .form-item {
  margin-right: 20px;
}

.tableselect table {
  width: inherit;
  min-width: 400px;
}
.tableselect table tr td {
  cursor: pointer;
}
.tableselect table tr.selected {
  background: rgba(123, 209, 72, 0.6);
  font-weight: bold;
}

.required-asterisc legend span:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 7px;
  height: 7px;
  background-size: 7px 7px;
}
table tr.group-start {
  background-image: url(/themes/hotels/images/icons/chevron.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40px;
}
table tr.group-start.collapsed {
  background-image: url(/themes/hotels/images/icons/chevron-down.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40px;
}
table tr.group-start h3 {
  padding-right: 40px; 
}


/** Login form **/

#user-login-form {
  text-align: center;
}
#user-login-form .form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em!important;
}
#user-login-form input {
  width: 200px;
  padding: 10px;
  margin: 10px auto;
  box-sizing: border-box;
  background: #fff;
  min-width: 200px;
}
#user-login-form label {
  font-weight: bold;
  font-size: 0.9em;
}

#user-login-form input#edit-submit {
  margin: auto!important;
}

#block-userlogin ul {
  text-align: center;
  padding: 0;
}
#block-userlogin ul li::marker {
  display: none;
}
.user-login-form .description {
  display: none;
}
.user-login-form label {
  color: #fff;
}
#block-loginpagelogo .animated-logo {
  margin: 0 auto 30px;
  display: block;
  width: 225px;
}
#block-loginpagelogo h1 {
  color: #fff;
  margin-bottom: 30px;
}
#block-resetpasswordlink {
  text-align: center;
  margin: 10px;
}
#block-resetpasswordlink a {
  color: #fff;
}
body.role-anonymous {
  height: 100vh;
  background: url(/themes/hotels/images/dsv-wms-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center 58px;
}
.loginpage .layout-container > header:after {
  height: 0;
  background: none;
}
.loginpage main,
.passwordpage main {
  padding-top: 40px;
}
.loginpage #block-hotels-content {
  color: #fff;
}
.loginpage input#edit-submit {
  border: 1px solid #e4e4e4;
}


/** Header **/

#block-logohome,
#block-logout,
#block-login {
  padding: 10px 2vw;
  box-sizing: border-box;
  margin: auto 0;
  font-size: 0.9rem;
}
.layout-container > header > div {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
body.env-local:not(.role-anonymous) .layout-container:not(.front) > header:after,
body.env-dev:not(.role-anonymous) .layout-container:not(.front) > header:after,
body.env-staging:not(.role-anonymous) .layout-container:not(.front) > header:after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: #666666;
  background-size: cover;
  font-size: 3rem;
  padding: 10px 40px;
  box-sizing: border-box;
  text-align: right;
  font-weight: bold;
  color: #fff;
}
body.env-local:not(.role-anonymous) .layout-container:not(.front) > header:after {
  content: "LOCAL";
  background-color: #c87474;
  background-blend-mode: color-burn;
}
body.env-dev:not(.role-anonymous) .layout-container:not(.front) > header:after {
  content: "DEV";
  background-color: #7d82cc;
  background-blend-mode: color-burn;
}
body.env-staging:not(.role-anonymous) .layout-container:not(.front) > header:after {
  content: "STAGING";
  background-color: #a079d0;
  background-blend-mode: color-burn;
}
#block-logout {
  display: flex;
  align-items: center;
}

#block-logout svg {
  width: 30px;
}
#block-logout .settings-menu {
  position: absolute;
  right: 2vw;
  margin-top: 13px;
  background: #fff;
  padding: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
#block-logout summary {
  all: unset;
  cursor: pointer;
}
#block-logout details {
  margin-left: 20px;
}
#block-logout details summary::-webkit-details-marker {
  display:none;
}

#block-logout details summary:focus {
  outline: 2px solid #C5CAE9;
  outline-offset: 2px;
  background: rgba(118, 197, 255, 0.3);
}

.home {
  margin: 0 10px 0 25px;
}
.home img {
  height: 32px;
}
.role-anonymous .home {
  display: none;
}
.role-anonymous h1 {
  text-align: center;
}
big,
.big {
  font-size: 120%;
  color: #192862;
}
#dsvlogo {
  display: inline-block;
}
#dsvlogo img {
  max-height: 30px;
}
#dsvlogosmall {
  display: none;
}

#block-barcodescanner {
  margin: auto auto auto 5px;   
}
#block-barcodescanner a {
  display: flex; 
}
#block-barcodescanner img {
  width: auto;
  height: 33px;
}
#barcode-scanner {
  max-width: 700px;
  margin: auto;
}

/** Footer **/

.layout-container > footer {
  background: #292929;
  box-sizing: border-box;
  padding: 15px 2vw 5px;
}
.layout-container > footer p {
  color: #666;
  font-size: 0.75rem;
}
.layout-container > footer a {
  color: #777;
}

/** Dialog popup **/

.ui-widget-overlay {
  background: #192862d4;
  opacity: 1;
}

.ui-dialog {
  margin-top: 100px;
  border: 0!important;
  border-radius: 5px;
  width: auto!important;
  max-width: 85vw;
  min-width: 320px;
  position: relative;
  margin: 100px auto 0!important;
  z-index: 1000;
  background-color: #fff;
}

#drupal-modal {
  overflow-x: hidden;
}
#drupal-modal img {
  max-height: 70vh;
  max-width: 70vw;
}
#drupal-modal .no-modal {
  display: none;
}
.modal-only {
  display: none;
}
#drupal-modal #project-links {
  display: none;
}

#drupal-modal .modal-only {
  display: inherit;   
}
form #messages {
  display: none;
}
#drupal-modal form #messages {
  display: inherit;
}
#drupal-modal h1 {
  display: none;
}

.ui-dialog-titlebar {
  padding: 50px 1em 0!important;
  border: 0!important;
  background: url(/themes/hotels/images/dsv-logo-small.png) 15px 15px no-repeat #fff!important;
  border-radius: 5px!important;
}
.ui-dialog .ui-dialog-title {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  margin: 0 0 5px;
  background-color: #fff;
}
.ui-dialog-titlebar-close {
  background: url(/sites/default/files/close-button.jpg) no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  top: 15px!important;
  right: 15px!important;
  border: 0!important;
  margin: 0!important;
}
.ui-dialog-titlebar-close span {
  display: none;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:focus {
  background: url(/sites/default/files/close-button.jpg) no-repeat;
  background-size: 20px;
}
.ui-dialog .entity-meta {
  padding: 15px;
  box-sizing: border-box;
}
.ui-dialog .form-item {
  margin-bottom: 10px;
}
.ui-dialog input {
  padding: 5px;
  box-sizing: border-box;
}

.ui-dialog .description {
  font-size: 0.8rem;
  margin-top: 3px;
  max-width: 400px;
}
.ui-dialog label {
  width: 100%;
  display: block;
  font-weight: bold;
}
.ui-dialog .field--type-boolean label {
  display: inline-block;
  font-weight: normal;
  width: inherit;
}
.ui-widget textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
}
.ui-widget .js-form-type-vertical-tabs {
  order: 998;
}
.ui-widget form {
  display: flex;
  flex-direction: column;
}
.ui-widget .entity-content-form-footer {
  order: 999;
}
.ui-dialog input.form-submit {
  border: 0;
}
#drupal-modal form div[data-drupal-selector="edit-actions"] {
  display: none;
}

/** Tables **/

table {
  width: 100%;
  margin: 5px 0;
  background: #fff;
}
table tr th {
  padding: 5px 10px;
  text-align: left;
  color: #192862;
  background: #fff;
  border-bottom: 2px solid;
}
table tr td {
  padding: 5px 10px;
  text-align: left;
}
table tr th, table tr th a, table tr th a:hover {
  font-weight: bold;
}
table tr td {
  border-bottom: #E1E6EB 1px solid;
}
table tr table tr th {
  border-bottom: 1px solid;
}
table tr table td {
  border-bottom: #E1E6EB 0px solid;
}

table tr.red-flag {
  background-color: rgba(222, 8, 17, 0.2);
}
table td.no-padding {
  padding: 0;
}
table td.no-padding table {
  margin: 0;
  border-spacing: 0;
}
table td.no-padding table td {
  border-bottom: 2px solid #fff;
}
table td.no-padding table td:not(:first-child) {
  border-left: 2px solid #fff; 
}
table tfoot tr {
  background: none!important;
  font-weight: bold;
}

.fixedfirstcol table th:first-child,
.fixedfirstcol table td:first-child {
  width: 100px;
}
.fixedlastcol table th:last-child,
.fixedlastcol table td:last-child {
  width: 110px;
}
.fixedlastcolwide table th:last-child,
.fixedlastcolwide table td:last-child {
  width: 180px;
}
.fixedfirstcol table td table td:first-child,
.fixedfirstcol table td table th:first-child,
.fixedlastcol table td table td:first-child,
.fixedlastcol table td table th:first-child,
.fixedlastcolwide table td table td:first-child,
.fixedlastcolwide table td table th:first-child {
  width: inherit;
}


.nowrap table th,
.nowrap table td {
  white-space: nowrap;
}
.js .dropbutton-multiple .dropbutton-widget {
  width: 100%;
  position: relative;
}
.dropbutton-single .dropbutton-widget {
  width: 100%;
  position: relative;
  padding-right: 28px;
}
.js td .dropbutton-multiple {
  margin: 0;
  padding: 0;
}
.dropbutton li {
  padding: 0 0 3px 0;
}

.js td .dropbutton-wrapper {
  min-height: 1.2em;
  max-height: 1.2em;
  transition: max-height ease 0.1s;
}
.js td .dropbutton-wrapper.open {
  min-height: 1.2em;
  max-height: 10em;
  transition: max-height ease 0.1s;
}


td.views-field.views-field-nid.views-field-nid-2 {
  width: 80px;
}

.views-field-views-bulk-operations-bulk-form {
  width: 20px;
}
.views-field-views-bulk-operations-bulk-form .form-item {
  margin: 0;
}
.views-field-views-bulk-operations-bulk-form .form-item input {
  margin: 0;
}
.inline-entity-form-taxonomy_term-field_storage_charges_apply {
  text-align: center;
}
.js-form-type-checkbox.js-form-item-field-standard-document-value {
  display: block;
}

fieldset:not(.fieldgroup).edit-in-place-clickable {
  border: 0;
  position: relative;
  padding: 0;
  font-size: 0;
}
fieldset:not(.fieldgroup).edit-in-place-clickable-init,
fieldset:not(.fieldgroup).edit-in-place-clickable form {
  font-size: 0.9rem;
}

fieldset:not(.fieldgroup).edit-in-place-clickable legend {
  display: none;
}

fieldset:not(.fieldgroup).edit-in-place-clickable-init legend + .fieldset-wrapper .form-item {
  display: block;
  margin-bottom: 0;
}
.edit-in-place-clickable .fieldset-legend {
  display: none;
}
.edit-in-place-clickable-init .fieldset-legend {
  display: inline-block;
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url(/themes/hotels/images/icons/edit.svg) no-repeat;
  background-size: 20px;
}
.edit-in-place-clickable .fieldset-wrapper {
  padding-right: 20px;
}

.edit-in-place-clickable input.form-submit {
  font-size: 1rem!important;
  padding: 4px 10px!important;
}
#edit-in-place-field-reference-form #edit-actions,
[id*="edit-in-place-field-reference-form"] [id*="edit-actions"] {
  display: none!important;
}


.col1-center th:nth-child(1),
.col1-center td:nth-child(1),
.col2-center th:nth-child(2),
.col2-center td:nth-child(2),
.col3-center th:nth-child(3),
.col3-center td:nth-child(3),
.col4-center th:nth-child(4),
.col4-center td:nth-child(4),
.col5-center th:nth-child(5),
.col5-center td:nth-child(5),
.col6-center th:nth-child(6),
.col6-center td:nth-child(6),
.col7-center th:nth-child(7),
.col7-center td:nth-child(7),
.col8-center th:nth-child(8),
.col8-center td:nth-child(8),
.col9-center th:nth-child(9),
.col9-center td:nth-child(9),
.col10-center th:nth-child(10),
.col10-center td:nth-child(10) {
  text-align: center;
}

.col1-right th:nth-child(1),
.col1-right td:nth-child(1),
.col2-right th:nth-child(2),
.col2-right td:nth-child(2),
.col3-right th:nth-child(3),
.col3-right td:nth-child(3),
.col4-right th:nth-child(4),
.col4-right td:nth-child(4),
.col5-right th:nth-child(5),
.col5-right td:nth-child(5),
.col6-right th:nth-child(6),
.col6-right td:nth-child(6),
.col7-right th:nth-child(7),
.col7-right td:nth-child(7),
.col8-right th:nth-child(8),
.col8-right td:nth-child(8),
.col9-right th:nth-child(9),
.col9-right td:nth-child(9),
.col10-right th:nth-child(10),
.col10-right td:nth-child(10) {
  text-align: right;
}

.cost-summary {
  background: #fff;
  padding: 10px;
  margin: 20px 0;
}
.cost-summary td {
  white-space: pre;
}
.cost-summary td table th {
  background: inherit;
  color: #000;
  font-weight: bold;
  padding: 2px 10px 2px 0;
  max-width: 200px;
}
.cost-summary td table td {
  padding: 2px 10px 2px 0; 
}
.cost-summary td table tr {
  background: inherit;
}
.cost-total {
  display: flex;
  font-size: 1.1em;
  font-weight: bold;
  justify-content: space-between;
  padding: 0 10px;
}
.cost-total.vat {
  border-bottom: 1px solid #e1e6eb;
  padding-bottom: 2px;
  margin-bottom: 3px;
  font-weight: normal;
  font-style: italic;
} 

.total-cost {
  display: flex;
}

table.cost-costs-summary table td:last-child {
  text-align: right;
}
table.cost-costs-summary td.spacer {
  background: #fff;
  font-size: 0.5em;
}
td.nobg {
  background: #fff;
}
table.cost-costs-summary td.nobg td,
table tr.summary-row td {
  font-weight: bold;
  background: #fff;
}

/** Filters **/

form.views-exposed-form input[type=text],
form.views-exposed-form input[type=tel],
form.views-exposed-form input[type=email] {
  min-width: 200px;
  max-width: 200px;
  border-radius: 5px;
}
.views-exposed-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  border: 2px solid #fff;
}
.views-exposed-form .form-item {
    margin-bottom: 0;
    margin-right: 10px;
}
form.views-exposed-form select {
  padding: 3px 8px;
  font-size: 0.8rem;
  border: 1px solid #999;
  margin: 4px 0 3px 0;
  max-width: 100%;
  font-family: sans-serif;
  background: #fff;
  color: #666;
  min-height: 32px;
  box-sizing: border-box;
  border-radius: 5px;
}

form.views-exposed-form input[type=text].form-time {
  position: relative;
  top: 0;
}
form.views-exposed-form fieldset .date-filter-label {
  margin: -5px 5px 0;
  align-self: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: #333;
}
form.views-exposed-form fieldset .form-item {
  margin: 0!important;
}
form.views-exposed-form .date-filter-arrow {
  position: relative;
  top: 12%;
  font-size: 1.5em;
  margin: 0 2px;
  color: #666;
}
.date-range-wrapper {
    margin-right: 10px;
}
.date-range-wrapper fieldset {
    margin-right: 0!important;
}

.ui-timepicker-standard {
  z-index: 10000!important;
}
.ui-timepicker-standard a {
  margin-right: 20px;
}
form:not(.views-exposed-form) .datetime-wrapper + .datetime-wrapper {
  margin-top: -1em;
}
form.views-exposed-form .datetime-wrapper input {
  height: 37px;
  margin-top: 4px;
}

form.views-exposed-form .datetime-wrapper > div {
  display: flex;
}
form.views-exposed-form input.timepicker {
  margin-left: 5px;
}

form.views-exposed-form .fieldset-legend {
  display: none;
}
form.views-exposed-form .fieldset-wrapper {
  display: flex;
}
form.views-exposed-form .fieldset-wrapper .form-item {
  margin: 0 1em 1em 0;
}
form.views-exposed-form fieldset {
  border: 0;
  padding: 0;
}
form.views-exposed-form fieldset#edit-gl-code-wrapper .fieldset-legend,
form.views-exposed-form fieldset#edit-amount-wrapper .fieldset-legend {
  display: inherit;
  font-weight: bold;
}
form.views-exposed-form fieldset#edit-gl-code-wrapper .fieldset-wrapper .form-item.form-type-textfield {
  margin-left: -1em;
}
form.views-exposed-form fieldset#edit-gl-code-wrapper {
  margin-bottom: 0;
}
caption {
  text-align: left;
}
caption img {
  background: #192862;
  max-height: 50px;
}
form.views-exposed-form input[type=text] {
  width: 200px;
  min-width: inherit;
  padding: 8px;
}
.views-exposed-form input[type=text][name=nid] {
  width: 100px;
}
form.views-exposed-form input#edit-field-product-description-value[type=text] {
  width: 200px;
}
.js .dropbutton-widget .dropbutton {
  overflow: visible;
}
.btn {
  box-sizing: border-box;   
}
.toggle.btn {
  box-sizing: border-box;
  height: 25px!important;
  min-height: 25px;
  max-width: 50px;
}
.toggle .btn.toggle-on {
  padding: 0 13px 0 0;
  box-sizing: border-box;
  font-weight: bold;
  max-width: 50px;
}
.toggle .btn.toggle-off {
  padding: 0 0 0 10px;
  box-sizing: border-box;
  font-weight: bold;
  max-width: 50px;
}
form[id*="editable-ajax-toggle"] .form-item {
  margin-bottom: 0;
}

/** Themeing **/

.contact {
  padding: 6px 0 6px 37px;
  background: url(/themes/hotels/images/icons/contact.svg) no-repeat;
  background-size: 29px;
  display: inline-block;
}
.marker {
  padding: 6px 0 6px 30px;
  background: url(/themes/hotels/images/icons/marker.svg) no-repeat;
  background-size: 29px;
  background-position: -4px 0px;
  display: inline-block;
}
.subtitle {
  font-size: 1.3em;
  font-style: italic;
  margin-top: -1em;
  margin-bottom: 1em;
}
.notice {
  padding: 1em 10px 0;
  background: #F0F3F5;
  border-left: 5px solid #192862;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}
.notice.red-flag {
  background: rgba(222, 8, 17, 0.2);
  border-left: 5px solid #EC0016;
}

.notice a {
  color: #192862;
}
.setup-task + .setup-task {
  margin-top: 10px;
}
.bottom-margin {
  margin-bottom: 1em;
}
.bottom-padding {
  padding-bottom: 1em;
}
.infopane.notice {
  padding: 0;
  font-size: 1.05rem;
}
.infopane.notice > div {
  padding: 15px 25px 17px;
  border-right: 3px solid #fff;
  max-width: 350px;
}
.infopane h3,
.notes h3 {
  margin: 2px 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: 'FoundrySterlingOT3W03-Bold';
}
.tariff.notes h3 {
  font-size: 1rem;
}

.infopane .form-item {
  margin-bottom: 0;
}
.infopane .add-photo {
  margin-left: auto;
  width: 100px;
  box-sizing: border-box;
}
.infopane .add-photo a {
  display: block;
}
.infopane .add-photo svg {
  height: 45px;
}

.infopane .linkicon svg,
.infopane .linkicon img {
  position: relative;
  top: 7px;
}
.notes.notice {
  padding: 15px;
  flex-direction: column;
  background: #f0f3f5;
}

.notes.notice.info {
  padding: 25px 15px 10px 20px;
  background: url(/themes/hotels/images/icons/info-white.svg) no-repeat #f0f3f5;
  background-size: contain;
  background-position: center left;
}

.spaced.flex > div {
  margin-right: 20px;
  padding: 10px 15px;
  background: #F0F3F5;
  margin-bottom: 20px;
}

.map {
  margin-bottom: 1em;
}
#project-links {
  display: block;
  border-bottom: 1px solid #192862;
}
.bottom-links {
  display: block;
  border-top: 1px solid #192862;
  padding-top: 1em;
  margin-top: 1em;
}
.button.small {
  font-size: 0.9rem;
}
.button.large {
  font-size: 1.1rem;
  padding: 10px 25px 10px 15px;
  border-radius: 10px;
  margin: 10px 15px 10px 0;
  width: 185px;
  flex-grow: 1;
}
.button.green {
  background: #4cae4c!important;
}
.button.red {
  background: #EC0016!important;
}
ul.pager__items {
  display: flex;
  justify-content: center;    
}
li.pager__item {
  list-style: none;
}
li.pager__item a {
  padding: 5px 7px;
  font-size: 1rem;
}
li.pager__item.is-active a {
  font-weight: bold;
  color: #fff;
  background: #192862;
}
li.pager__item a:hover {
  background: #ddd;
  text-decoration: none;
}
.cell {
  padding: 11px 10px;
}
.comment {
  margin: 0 10px;
  white-space: pre-line;
}
#edit-field-comment-wrapper {
  margin-top: 20px;
}
#edit-field-comment-wrapper label,
label[for*="edit-field-comment"] {
  display: none;
}
#edit-field-comment-wrapper textarea {
  width: 100%;
  box-sizing: border-box;
}
.photos > div {
  margin: 0 10px 10px 0;
}
.issueflag {
  margin: -2px 0 -2px 10px;
  float: right;
}
.issueflag img {
  height: 20px;
}
.has-issue,
.has-issue a {
  color: #EC0016;
}
.node-form .field--type-text-long {
  min-width: 800px;
  box-sizing: border-box;
  padding-right: 20px;
}
.batch-page h1 {
  margin: 1vw 2vw;
}
.progress {
  margin-top: 20px;
}
.progress__bar {
  height: 100%;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  background-size: 96vw;
}
.exhibitor-summary {
  margin-bottom: 1em;
}


/** Icons **/

#project-links {
  display: flex;
  flex-wrap: wrap;
}
#project-links .linkicon,
.settings-menu .linkicon {
  color: #192862;
  padding: 7px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#project-links a.linkicon:hover,
.settings-menu a.linkicon:hover {
  background: #F0F3F5;
  text-decoration: none;
}
#project-links .linkicon.active {
  border-bottom: 5px solid #192862;
  margin-bottom: -5px;
}
#project-links .linkicon.right {
  margin-right: 0;
  margin-left: auto;
}
.linkicon img,
.linkicon svg {
  height: 27px;
  width: 27px;
  padding-right: 5px;
}
.linktext {
  font-size: 1rem;
  margin-left: 10px;
}
.settings-menu .linkicon img,
.settings-menu .linkicon svg {
  padding-right: 10px;
}
a.button svg {
  height: 27px;
  width: 27px;
  padding-right: 10px;
}
a.button.small svg {
  height: 20px;
  width: 20px;
  padding-right: 5px;
}
a.button.large svg {
  height: 40px;
  width: 40px;
  padding-right: 15px;
}
a.button svg .st0 {
  fill: #fff!important;
}
a.button svg .st1 {
  fill: #192862!important;
}
a.editicon {
  margin: auto 0 auto 10px;
  height: 25px;
  width: 25px;
}
a.editicon svg {
  height: 25px;
  width: 25px;
}
a.editicon svg .st0 {
  fill: #999!important;   
}
a.editicon:hover svg .st0 {
  fill: #192862!important;   
}

#project-links .linkicon.right {
  color: #EC0016;  
}
#project-links .linkicon.right .st0,
#project-links .linkicon.right .st1 {
  fill: #EC0016;
}

.chosen-container .chosen-single {
  height: 35px!important;
  border-radius: 0;
  background: #fff!important;
  border: 1px solid #999!important;
  box-shadow: none!important;
  box-sizing: border-box;
  padding: 7px!important;
  font-size: 100%!important;
  margin: 3px 0!important;
  font-family: sans-serif!important;
}

.chosen-container .chosen-single div b {
  background-position: 2px 7px!important;
}
.chosen-container.chosen-with-drop .chosen-single div b {
  background-position: -16px 7px!important;
}

.chosen-container-active .chosen-single {
  outline: 2px solid var(--dsv-red);
  outline-offset: 2px;
  background: rgba(118, 197, 255, 0.3)!important;
}

.views-data-export-feed {
    padding-top: 10px;
    display: inline-block;
}
.xlsx-feed .feed-icon {
  background-image: url(/themes/hotels/images/icons/xls.png);
  width: 100px;
  display: block;
  margin-bottom: 10px;
  height: 40px;
}


/** Projects view **/

.view-projects-output a.project-tile {
  margin: 0 10px 20px;
  width: 240px;
  border: 1px solid #192862;
  padding: 20px 20px 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
}
.view-projects-output a.project-tile h3 {
  margin: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
}

.view-projects-output a.project-tile:hover {
  text-decoration: none;
  background: #c5cae950;
}

.warehouse-projects {
  width: 450px;
  padding-left: 20px;
  box-sizing: border-box;
  border-left: 1px solid #192862;
  padding-right: 15px;
}

.warehouse-projects a.warehouse-project-tile,
.network-logistics-button {
  margin: 0 0 20px 0;
  border: 1px solid #192862;
  padding: 10px 20px 10px;
  display: block;
  text-align: left;
  box-sizing: border-box;
}

.warehouse-projects a.warehouse-project-tile:hover,
.network-logistics-button:hover {
  text-decoration: none;
  background: #c5cae950;
}

.network-logistics-button {
  margin-top: 20px;
}



form[id^="network-logistics-request-for-quote"],
.wms-nice-form {
  max-width: 1400px;
  margin: auto;
}
form[id^="network-logistics-request-for-quote"] .form-item,
.wms-nice-form .form-item {
  margin: 5px 0;
}

form[id^="network-logistics-request-for-quote"] label,
.wms-nice-form label {
  min-width: 175px;
  display: inline-block;
}
form[id^="network-logistics-request-for-quote"] .form-type-radio label,
.wms-nice-form .form-type-radio label {
  min-width: 0px;
  margin-right: 1em;
}
form[id^="network-logistics-request-for-quote"] fieldset[id^="edit-group"],
.wms-nice-form fieldset {
  border: none;
  background-color: #D7DCE1;
  border-radius: 5px;
  padding: 0 2vw 1em;
  margin-bottom: 2em;
}
form[id^="network-logistics-request-for-quote"] fieldset[id^="edit-group"] .fieldset-wrapper {
  background: none;
  padding: 0;
}
form[id^="network-logistics-request-for-quote"] fieldset[id^="edit-group"] > legend,
.wms-nice-form fieldset > legend {
  padding: 5px 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  background: #0D113B;
}
form[id^="network-logistics-request-for-quote"] [type="checkbox"],
form[id^="network-logistics-request-for-quote"] [type="radio"],
.wms-nice-form [type="checkbox"],
.wms-nice-form [type="radio"] {
  transform: scale(1.5);
  margin: 3px 5px;
}
form[id^="network-logistics-request-for-quote"] .form-actions,
.wms-nice-form .form-actions {
  text-align: center;
}
form[id^="network-logistics-request-for-quote"] .js-form-type-textarea textarea,
.wms-nice-form .js-form-type-textarea textarea {
  width: calc(50% + 180px);
}
form[id^="network-logistics-request-for-quote"] [id^="edit-field-event-dates"] .fieldset-wrapper {
  display: flex;
  margin-left: 2px;
}
form[id^="network-logistics-request-for-quote"] [id^="edit-field-event-dates"] .fieldset-wrapper .datetime-wrapper + .datetime-wrapper {
  margin-top: 0;
}

#text-to-copy {
  display: none;
}


.email-text {
  color: #192862;
}
.email-text:hover {
  text-decoration: underline;
  cursor: pointer;
}
/** Status colours **/

[class*='status'] [class*='status'].views-field,
[class*='status'] [class*='status'].views-field {
  border-left: 5px solid transparent;
  white-space: nowrap;
}

[class*='B3DC6C'] [class*='status'].views-field,
[class*='b3dc6c'] [class*='status'].views-field {
  border-left-color: #B3DC6C;
}

[class*='AC725E'] [class*='status'].views-field,
[class*='ac725e'] [class*='status'].views-field {
  border-left-color: #AC725E;
}

[class*='D06B64'] [class*='status'].views-field,
[class*='d06b64'] [class*='status'].views-field {
  border-left-color: #D06B64;
}

[class*='DE0811'] [class*='status'].views-field,
[class*='de0811'] [class*='status'].views-field {
  border-left-color: #DE0811;
}

[class*='F83A22'] [class*='status'].views-field,
[class*='f83a22'] [class*='status'].views-field {
  border-left-color: #F83A22;
}

[class*='FA573C'] [class*='status'].views-field,
[class*='fa573c'] [class*='status'].views-field {
  border-left-color: #FA573C;
}

[class*='FF7537'] [class*='status'].views-field,
[class*='ff7537'] [class*='status'].views-field {
  border-left-color: #FF7537;
}

[class*='FFAD46'] [class*='status'].views-field,
[class*='ffad46'] [class*='status'].views-field {
  border-left-color: #FFAD46;
}

[class*='42D692'] [class*='status'].views-field,
[class*='42d692'] [class*='status'].views-field {
  border-left-color: #42D692;
}

[class*='16A765'] [class*='status'].views-field,
[class*='16a765'] [class*='status'].views-field {
  border-left-color: #16A765;
}

[class*='7BD148'] [class*='status'].views-field,
[class*='7bd148'] [class*='status'].views-field {
  border-left-color: #7BD148;
}

[class*='B3DC6C'] [class*='status'].views-field,
[class*='b3dc6c'] [class*='status'].views-field {
  border-left-color: #B3DC6C;
}

[class*='FBE983'] [class*='status'].views-field,
[class*='fbe983'] [class*='status'].views-field {
  border-left-color: #FBE983;
}

[class*='92E1C0'] [class*='status'].views-field,
[class*='92e1c0'] [class*='status'].views-field {
  border-left-color: #92E1C0;
}

[class*='9FE1E7'] [class*='status'].views-field,
[class*='9fe1e7'] [class*='status'].views-field {
  border-left-color: #9FE1E7;
}

[class*='9FC6E7'] [class*='status'].views-field,
[class*='9fc6e7'] [class*='status'].views-field {
  border-left-color: #9FC6E7;
}

[class*='4986E7'] [class*='status'].views-field,
[class*='4986e7'] [class*='status'].views-field {
  border-left-color: #4986E7;
}

[class*='9A9CFF'] [class*='status'].views-field,
[class*='9a9cff'] [class*='status'].views-field {
  border-left-color: #9A9CFF;
}

[class*='B99AFF'] [class*='status'].views-field,
[class*='b99aff'] [class*='status'].views-field {
  border-left-color: #B99AFF;
}

[class*='C2C2C2'] [class*='status'].views-field,
[class*='c2c2c2'] [class*='status'].views-field {
  border-left-color: #C2C2C2;
}

[class*='CABDBF'] [class*='status'].views-field,
[class*='cabdbf'] [class*='status'].views-field {
  border-left-color: #CABDBF;
}

[class*='CCA6AC'] [class*='status'].views-field,
[class*='cc6Aac'] [class*='status'].views-field {
  border-left-color: #CCA6AC;
}

[class*='F691B2'] [class*='status'].views-field,
[class*='f691b2'] [class*='status'].views-field {
  border-left-color: #F691B2;
}

[class*='CD74E6'] [class*='status'].views-field,
[class*='cd74e6'] [class*='status'].views-field {
  border-left-color: #CD74E6;
}

[class*='A47AE2'] [class*='status'].views-field,
[class*='a47ae2'] [class*='status'].views-field {
  border-left-color: #A47AE2;
}

/** Storage location **/

[id^=edit-field-storage-location-wrapper] [id^=edit-field-storage-location] > .fieldset-wrapper {
  padding: 10px;
}
[id^=edit-field-storage-location-wrapper] [id^=edit-field-storage-location] > .fieldset-wrapper .fieldset-wrapper {
  padding: 0;
}

[id^=edit-field-storage-location-wrapper] [id^=edit-field-storage-location] .datetime-wrapper > div {
  display: flex;
}
[id^=edit-field-storage-location-wrapper] [id^=edit-field-storage-location] .datetime-wrapper div > div {
  margin: 0 10px 0 0;
}


/** Reports **/

.codestat-table .status {
  width: 60%;
}
.codestat-table .total {
  text-align: right;
}
.codestat-wrapper {
  display: flex;
  width: 100%;
  -webkit-animation: w100 2s ease forwards;
}
.codestat {
  float: left;
  padding: 5px 10px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 0.9rem;
  overflow: hidden;
  white-space: nowrap;
}

@-webkit-keyframes w100 {
    from { width: 0%; }
    to { width: 100%; }
}

#mobile-menu {
  display: none;
}

.action-buttons {
  margin-left: 10px;
}

.taxonomy-merge-terms #edit-terms {
  column-count: 4;
  margin-bottom: 2em;
}


#text-to-copy {
  display: none;
}
.click-to-copy {
  cursor: pointer;
}

/** Responsive layout **/

@media all and (max-width: 900px) {
  .role-authenticated #dsvlogo,
  .loggedinas,
  #project-links {
    display:none;
  }
  #mobile-menu {
    display: block;
  }
  #mobile-menu summary {
    padding: 10px 5px;
    font-weight: bold;
  }
  #mobile-menu .linkicon {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px;
    float: none;
    font-weight: bold;
  }
  #mobile-menu .linkicon.active {
    display: none;
  }

  .role-authenticated #dsvlogosmall {
    display: inline-block;
  }

  .home {
    padding: 0;
  }
  
  #block-logohome > div {
    display: flex;
  }
  
  body:not(.role-anonymous) .layout-container > header::after {
    height: 20px;
  }
  .homepage-projects {
    flex-direction: column-reverse;
  }
  .warehouse-projects {
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    border-left: 0;
  }
  
  .view-projects-output a.project-tile {
    max-width: 43%;
  }
  .view-projects-output a.project-tile img {
    width: 100%;
    height: auto;
  }
  
  .spaced.flex {
    flex-direction: column;
  }
  .spaced.flex > div {
    margin-right: 0;
    padding: 5px 10px;
    background: #F0F3F5;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .action-buttons {
    display: flex;
    flex-wrap: wrap;
  }
  .button.large {
    margin: 5px 15px 5px 0; 
  }
  .infopane.notice > div {
    padding: 10px 15px 12px;
    border-right: 1px solid #fff;
  }
  
}

@media all and (max-width: 453px) {
  .home {
    height: 30px;
    padding: 5px 0 0 0;
    display: block;
  }

  .home img {
    height: 30px;
  }

}