@font-face {
  font-family: alta;
  src: url("/fonts/Alta_caption.otf") format("opentype");
}
@font-face {
  font-family: bwmod;
  font-weight: normal;
  src: url("/fonts/BwModelica-Regular.woff") format("opentype");
}
@font-face {
  font-family: bwmod;
  font-weight: bold;
  src: url("/fonts/BwModelica-Bold.woff") format("opentype");
}

body {
  font-family: bwmod, sans-serif;
  font-weight: 400;
  /* Smallest change to fix issue with dot on i's merging into the body of the i */
  /* Hopefully a different font-file will fix this instead - last resort */
  /* font-size: 14.2px; */
  font-size: 14px;
  color: #505050;
  margin: 0;
}
div {
  box-sizing: border-box;
}
strong {
  font-family: bwmod, sans-serif;
  font-weight: 700;
}
/* select, */
/* input[type="text"],
input[type="password"],
input[type="date"],
input[type="month"],
input[type="file"],
input[type="number"] {
  height: 30px;
  border-radius: 5px;
} */
/* .container {
  max-width: 1664px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
} */
/* input[type="date"],
input[type="month"] {
    width: 100%;
    border-radius: 5px;
}
input[type="text"],
input[type="password"],
select,
textarea,
input[type="date"],
input[type="month"],
input[type="file"],
input[type="number"] {
  font-family: bwmod, sans-serif;
  font-size: 14px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #c4cfdc;
  color: #505050;
  background-color: #f1f4f7;
  border-radius: 5px;
} */
.select2-container--default .select2-selection--single {
  background-color: #f1f4f7 !important;
}
/* input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 5px #065385;
} */
/* select {
  background-image: url(/images/dd2.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 25px 25px;
  border-radius: 5px;
} */
/* input[type="submit"] {
  font-family: bwmod, sans-serif;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 5px;
  background-color: #065385;
  color: white;
  border: none;
  clear: left;
  cursor: pointer;
} */
/* input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    color: #666;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    float: left;
    margin: 0;
    margin-right: 10px;
    border: 1px solid #c4cfdc;
}
input[type="radio"]:checked::before {
    position: absolute;
    font: 16px/1 "Open Sans", sans-serif;
    color: #ffffff;
    left: 8px;
    top: 5px;
    content: "\02143";
    transform: rotate(40deg);
}
input[type="radio"]:hover {
    background-color: #ffffff;
}
input[type="radio"]:checked {
    background-color: #065385;
}
input[type="radio"]:disabled {
    outline: 1px solid red;
} */

/* input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  color: #666;
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  float: left;
  margin: 0;
  margin-right: 10px;
  border: 1px solid #c4cfdc;
}
input[type="checkbox"]:checked::before {
    position: absolute;
    font: 16px/1 "Open Sans", sans-serif;
    color: #ffffff;
    left: 8px;
    top: 5px;
    content: "\02143";
    transform: rotate(40deg);
}
input[type="checkbox"]:hover {
    background-color: #ffffff;
}
input[type="checkbox"]:checked {
    background-color: #065385;
}
input[type="radio"] + span {
    line-height: 24px;
}
input[type="checkbox"] + span {
    line-height: 24px;
}
input[type="checkbox"]:disabled {
  outline: 1px solid red;
} */

.addcrewmate {
  float: right;
  font-weight: 400;
  font-size: 14px;
}
.jira-collector {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: var(--primary);
  font-family: brockmann, sans-serif;
  color: #ffffff;
  width: auto;
  padding: 6px;
}

img {
  vertical-align: top;
  border: none;
}

/*
.notes h1,
.errors h1 {
    border-bottom: 2px solid white;
    color: white;
    margin-top: 0;
}
.homeright hr {
    border: 1px solid #ee2f35;
}
/* h2,
h3 {
  font-family: alta, sans-serif;
  font-weight: normal;
  margin-top: 0;
  text-align: left;
  margin-bottom: 10px;
  color: #065385;
} */
a {
  /* color: #065385; */
  text-decoration: none;
}
/* a:hover {
  text-decoration: underline;
  color: #ee2f35;
} */
table {
  background-color: white;
}
/* tr:nth-child(even):not([bgcolor]) {
  background-color: #f1f4f7;
} */
td,
th {
  padding: 5px;
  text-align: left;
}
table {
  width: 100%;
  border-top: 1px solid var(--table-border);
  /* border-left: 1px solid #c4cfdc; */
  border-collapse: collapse;
  margin-bottom: 10px;
}
td,
th {
  /* border-right: 1px solid #c4cfdc; */
  border-bottom: 1px solid var(--table-border);
  vertical-align: top;
}
/* td > form > div {
  border-bottom: 1px solid var(--table-border);
  padding: 5px;
} */
.noborder {
  border-bottom: none;
}
td.nopad {
  padding: 0;
}
th {
  /* background-color: #e2e7ee; */
  font-family: bwmod, sans-serif;
  font-weight: 700;
}
table input[type="text"],
table select {
  /* font-size: 12px;
    width: 80px; */
}
table input[type="date"],
input[type="month"] {
  /* font-size: 12px; */
  /* width: 140px; */
}
.actionbox select {
  width: 130px;
}
/* table input[type="submit"] {
    font-size: 12px;
    padding: 7px;
    width: 80px;
    margin-top: 0;
} */
table input[type="submit"].btn {
  width: auto; /* Override the fixed width */
}
label.fileupload input[type="file"] {
  position: absolute;
  top: -1000px;
}
.fileupload {
  font-family: bwmod, sans-serif;
  font-size: 14px;
  padding: 10px;
  width: auto;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #ee2f35;
  color: white;
  border: none;
  clear: left;
  cursor: pointer;
}
.tpad {
  padding: 5px;
}
.widefields input[type="text"],
.widefields select {
  width: 100% !important;
}
/* .multiselect {
  height: 150px;
  background-image: none;
} */
.nextline {
  background-image: url(/images/nextline.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 10px 5px;
  padding-left: 30px;
}
table table {
  margin-bottom: 0;
}
.loadingimg {
  margin-right: 3px;
}
.cancbutton {
  background-color: #ee2f35 !important;
}
.backbutt {
  margin-right: 30px;
}
.calbot {
  padding-bottom: 150px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* forms */
label {
  display: block;
  margin-bottom: 3px;
}
.fq {
  margin-bottom: 10px;
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
}
.fqi label {
  display: inline-block;
}
.threequarter {
  width: 75%;
}
.half {
  width: 50%;
}
.third {
  width: 33%;
}
.quarter {
  width: 25%;
}
.fifth {
  width: 20%;
}
.eighth {
  width: 12%;
}
/*
.errors {
    background-color: #eb3232 !important;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    border-radius: 5px;
}
.errors a,
.notes a,
.notesbox a,
.success a {
    color: white;
    text-decoration: underline;
}
.errors a:hover,
.notes a:hover,
.notesbox a:hover,
.success a:hover {
    color: white;
    text-decoration: none;
}
.errors h1 {
    color: white;
    margin-top: 0;
    border-bottom: 2px solid white;
}
  */
.dashpanel h1 {
  margin-top: 0;
}
.dashpanel a {
  text-decoration: underline;
}
/*
.notes {
  background-color: #eb8d32 !important;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
  border-radius: 5px;
}*/
.menunotes {
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #fce981;
  padding: 10px;
  margin-bottom: 10px;
  color: black;
  border-radius: 5px;
}
.menunotes a {
  color: black !important;
}
.dashpanel {
  background-color: #e9e9e9;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.success {
  background-color: #11b100;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
  border-radius: 5px;
}
.debug_information {
  background-color: #662d91;
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@-webkit-keyframes scaling /* Safari and Chrome */ {
  0% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  68% {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaling {
  0% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: rgba(255, 0, 0, 0);
  }
  68% {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background-color: rgba(255, 0, 0, 0.3);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: rgba(255, 0, 0, 0);
  }
}

.debug_effect_on_hover {
  background-color: rgba(0, 0, 0, 0);
}

.debug_effect_on_hover:hover {
  -webkit-animation: scaling 0.75s ease-in-out infinite;
  -moz-animation: scaling 0.75s ease-in-out infinite;
  -ms-animation: scaling 0.75s ease-in-out infinite;
  -o-animation: scaling 0.75s ease-in-out infinite;
  animation: scaling 0.75s ease-in-out infinite;
}

.notesbox {
  background-color: #fce981;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: black;
  border-radius: 5px;
}
.notesbox table {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.notesbox td,
.notesbox th {
  border: none;
  padding: 0;
  border-top: none;
}
.notesbox input[type="text"] {
  color: black;
}
.notesbox div {
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
  width: 32.5%;
  padding: 5px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  box-sizing: border-box;
}
.notesbox h2,
.notes h2,
.errors h2 {
  margin-top: 0;
  color: black;
}
.notesbox form {
  clear: both;
}
.datepicker {
  /* background-color: transparent;
  border: none; */
  background-image: url(/images/icon_cal.png);
  background-repeat: no-repeat;
  background-position: 5px;
  background-size: 20px 20px;
  cursor: pointer;
  padding-left: 35px !important;
}
.sp-replacer {
  height: 30px;
}
.popexpand,
.hiddenlines {
  display: none;
}

/* header */
/* .fixedheader {
  position: fixed;
  background-color: #041e42;
  z-index: 10000;
  width: 100%;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filterbox {
  line-height: 27px;
  position: absolute;
  right: 280px;
  top: 0;
} */
/* .sorting {
  cursor: pointer;
}
.sorting_asc {
    cursor: pointer;
    background-image: url(/images/sort.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left;
    background-position: 5px 7px;
    background-size: 12px 12px;
}
.sorting_desc {
  cursor: pointer;
  background-image: url(/images/sortdown.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: left;
  background-position: 5px 7px;
  background-size: 12px 12px;
} */
/* .filterbox {
  margin-top: 3px;
}
.filterbox a {
    color: white;
}
.filterbox a:hover {
    color: #ee2f35;
}
.filterbox span {
  margin-left: 10px;
  margin-right: 20px;
} */
/* .filterbox .extrafilter {
  margin-left: 0;
  margin-right: 20px;
} */
.dataTables_filter input[type="search"] {
  /* position: absolute; */
  /* margin-top: -35px; */
  /* right: 10px; */
  /* font-family: bwmod, sans-serif;
  font-size: 14px;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid var(--table-border) !important;
  border-left: none !important;
  border-radius: 0 !important;
  border-right: none !important;
  margin: 0 !important; */
  /* background: #f1f4f7; */
}

.dataTables_filter input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* .dataTables_filter label {
  margin: 0;
} */
.searchyacht .dataTables_filter input[type="search"] {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  /* margin-bottom: 5px; */
}

/* navigation bar */
.nav {
  position: absolute;
  right: 10px;
  line-height: 27px;
  top: 3px;
}
.nav a {
  color: white;
  font-size: 24px;
}
.nav label {
  float: right;
  padding: 7px;
}
.nav select {
  float: right;
  width: 250px;
  background-color: #002b4f;
  color: white;
  border: none;
  padding-left: 10px;
}

.dropmenubutton {
  float: right;
}
.dropmenu {
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #065385;
  z-index: 10000;
  width: 300px;
  display: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dropmenu a,
.dropmenu h3 {
  color: white;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}
.dropmenu h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}
.dropmenu a {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 20px;
  font-size: 16px;
}
.dropmenu .notes {
  padding: 15px;
  margin-top: 0;
}
.menucollapse {
  display: none;
  margin-bottom: 15px;
}
.menunocollapse {
  margin-bottom: 15px;
}
.homebutt {
  margin-right: 10px;
}
.filterbox {
  right: 100px;
  font-size: 16px;
}

/* general formatting */
.right {
  float: right;
}
.absright {
  position: absolute;
  right: 10px;
  top: 0;
}
.posrel {
  position: relative;
}
.padleft {
  padding-left: 10px;
}
.padright {
  padding-right: 10px;
}
.buttlink {
  font-family: bwmod, sans-serif;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #ee2f35;
  color: white;
  border: none;
  clear: left;
  cursor: pointer;
  margin-top: 10px;
}
.clearleft {
  clear: both;
}
.margtop {
  margin-top: 10px;
}
.margbot {
  margin-bottom: 10px;
}
/* ------------------------------- CONTENT */
/* body content */
/* .content {
  padding-top: 100px;
  padding-bottom: 80px;
} */
.footer {
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
  clear: both;
}
.loginbox {
  max-width: 500px;
  margin-bottom: 20px;
}
/* .buttonbutdiv {
    border-bottom: none;
    padding: 0;
    text-align: left;
    width: 100%;
}
.buttonbutdiv input {
    background-color: inherit;
    padding: 0 !important;
    margin: 0;
    color: #065385;
    text-align: left;
    font-size: 14px !important;
    width: auto !important;
}
.buttonbutdiv input:hover {
    color: red;
    text-decoration: underline;
} */
.homemain {
  width: calc(55% - 40px);
  position: absolute;
  margin-right: 20px;
}
.homeright {
  width: 45%;
  position: absolute;
  right: 10px;
}

/* calendar */
.calbox {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.calbox a {
  color: black;
  padding-top: 5px;
}
.fullcalendar .day.ui-selecting {
  background: #ff7f7f !important;
}
.fullcalendar .day.ui-selected {
  background: #ee2f35 !important;
}
.hours .hourselect.ui-selecting {
  background: #ff7f7f !important;
}
.hours .hourselect.ui-selected {
  background: #ee2f35 !important;
}
.ui-selected div {
  color: white !important;
}
.date {
  width: 2.8%;
  text-align: center;
  vertical-align: middle;
}
.noentry {
  background-color: #f2f2f2 !important;
}
.flagstate {
  background-color: #bdf6ff;
}
.orange {
  background-color: #ee8120;
}

.yellow {
  background-color: #fce981;
}

/* layers */
.outerlayer,
.outerlayer2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11000;
  display: none;
}
.innerlayer,
.innerlayer2 {
  border-radius: 5px;
  position: fixed;
  left: 50%;
  margin-left: -300px;
  /* width: 800px; */
  background-color: white;
  top: 70px;
  padding: 1rem;
}
.innerlayer h1 {
  margin-top: 0;
}
.innerlayer label {
  margin-top: 10px;
  margin-bottom: 0 !important;
}
.innerlayer table {
  border-collapse: collapse;
  width: 100%;
}
.innerlayer td,
.innerlayer th {
  padding: 0;
}
.closer {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
}
.scrollable {
  height: 350px;
  width: 500px;
  margin-left: -250px;
  overflow: auto;
}
.scrollablefilter {
  height: 400px;
  width: 100%;
  overflow: auto;
}
.scrollablefilter td,
.scrollablefilter th {
  padding: 5px;
}
.scrollablefilter th {
  background-image: none;
}
.scrolltable {
  overflow-x: auto;
}

.mailmerge span {
  color: black !important;
}

.mlcerrors {
  font-weight: bold;
  font-color: white;
  border-radius: 10px;
  background-color: #11b100;
  color: white;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
  font-size: 12px;
}
.mlcerrors a {
  color: white;
}
.mlcerrors.info {
  background-color: #7a7a7a;
}
.mlcerrors.minor {
  background-color: #eb8d32;
}
.mlcerrors.major {
  background-color: #ee2f35;
}

/* icons */
.icon {
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 16px 16px;
}
.folder {
  background-image: url("/images/foldericon.png");
}
.user {
  background-image: url("/images/usersicon.png");
}
.yacht {
  background-image: url("/images/yachticon.png");
}
.whiteicon {
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: 50% 30%;
}

/* quicktools */
.quicktools a {
  border-radius: 5px;
  display: inline-block;
  background-color: #ee2f35;
  color: white;
  padding-bottom: 10px;
  padding-top: 65px;
  width: calc(25% - 10px);
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.homestat {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  text-align: center;
  position: relative;
}
.homestat > span {
  position: absolute;
  bottom: -16px;
  display: block;
  width: 100px;
  font-size: 12px;
  text-align: center;
}
.mystats {
  margin-bottom: 20px;
}

.indicator {
  width: 100px;
  height: 100px;
  text-align: center;
  position: relative;
  float: left;
  z-index: 2;
  margin-top: 10px;
}
/* Text inside the control */
.indicator span {
  position: absolute;
  line-height: 92px;
  font-size: 24px;
  font-family: alta, sans-serif;
  font-weight: normal;
  width: 100px;
  text-align: center;
  display: block;
  color: #065385;
  z-index: 4;
}
.indicator span span {
  position: absolute;
  line-height: 20px;
  font-size: 10px;
  font-family: alta, sans-serif;
  font-weight: normal;
  width: 100px;
  margin-top: -40px;
  text-align: center;
  display: block;
  color: #065385;
  z-index: 4;
}

.value-bar {
  background-color: #11b100;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  clip: rect(0px 50px 100px 0px);
  transform: rotate(189deg);
  z-index: 3;
}
.indicatorred .value-bar {
  background-color: #ee2f35;
}
.indicatororange .value-bar {
  background-color: #ee8120;
}
.indicatoryellow .value-bar {
  background-color: #fce981;
}
.left-half {
  background-color: silver;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  clip: rect(0px 50px 100px 0px);
  z-index: 3;
}
.right-half {
  background-color: silver;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  clip: rect(0px 100px 100px 50px);
  z-index: 3;
}
.centr {
  background-color: silver;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  z-index: 2;
}
.centr.over50 .left-half {
  /*Progress bar for the first 50%, filling the whole right half*/
  position: absolute; /*needed for clipping*/
  clip: rect(0, 100px, 100px, 50px);
  background-color: #11b100;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.indicatorred .centr.over50 .left-half {
  background-color: #ee2f35;
}
.indicatororange .centr.over50 .left-half {
  background-color: #ee8120;
}
.indicatoryellow .centr.over50 .left-half {
  background-color: #fce981;
}
.centrV {
  background-color: white;
  width: 84px;
  position: absolute;
  height: 84px;
  border-radius: 50%;
  margin: 8px 8px;
  z-index: 3;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}

.button-group button {
  flex: 1;
  min-width: 8rem;
  max-width: 225px;
}

.full-width {
  width: 100%;
}

/** Progress bar rotation position */
.p0 .value-bar {
  display: none;
}
.p1 .value-bar {
  transform: rotate(4deg);
}
.p2 .value-bar {
  transform: rotate(7deg);
}
.p3 .value-bar {
  transform: rotate(11deg);
}
.p4 .value-bar {
  transform: rotate(14deg);
}
.p5 .value-bar {
  transform: rotate(18deg);
}
.p6 .value-bar {
  transform: rotate(22deg);
}
.p7 .value-bar {
  transform: rotate(25deg);
}
.p8 .value-bar {
  transform: rotate(29deg);
}
.p9 .value-bar {
  transform: rotate(32deg);
}
.p10 .value-bar {
  transform: rotate(36deg);
}
.p11 .value-bar {
  transform: rotate(40deg);
}
.p12 .value-bar {
  transform: rotate(43deg);
}
.p13 .value-bar {
  transform: rotate(47deg);
}
.p14 .value-bar {
  transform: rotate(50deg);
}
.p15 .value-bar {
  transform: rotate(54deg);
}
.p16 .value-bar {
  transform: rotate(58deg);
}
.p17 .value-bar {
  transform: rotate(61deg);
}
.p18 .value-bar {
  transform: rotate(65deg);
}
.p19 .value-bar {
  transform: rotate(68deg);
}
.p20 .value-bar {
  transform: rotate(72deg);
}
.p21 .value-bar {
  transform: rotate(76deg);
}
.p22 .value-bar {
  transform: rotate(79deg);
}
.p23 .value-bar {
  transform: rotate(83deg);
}
.p24 .value-bar {
  transform: rotate(86deg);
}
.p25 .value-bar {
  transform: rotate(90deg);
}
.p26 .value-bar {
  transform: rotate(94deg);
}
.p27 .value-bar {
  transform: rotate(97deg);
}
.p28 .value-bar {
  transform: rotate(101deg);
}
.p29 .value-bar {
  transform: rotate(104deg);
}
.p30 .value-bar {
  transform: rotate(108deg);
}
.p31 .value-bar {
  transform: rotate(112deg);
}
.p32 .value-bar {
  transform: rotate(115deg);
}
.p33 .value-bar {
  transform: rotate(119deg);
}
.p34 .value-bar {
  transform: rotate(122deg);
}
.p35 .value-bar {
  transform: rotate(126deg);
}
.p36 .value-bar {
  transform: rotate(130deg);
}
.p37 .value-bar {
  transform: rotate(133deg);
}
.p38 .value-bar {
  transform: rotate(137deg);
}
.p39 .value-bar {
  transform: rotate(140deg);
}
.p40 .value-bar {
  transform: rotate(144deg);
}
.p41 .value-bar {
  transform: rotate(148deg);
}
.p42 .value-bar {
  transform: rotate(151deg);
}
.p43 .value-bar {
  transform: rotate(155deg);
}
.p44 .value-bar {
  transform: rotate(158deg);
}
.p45 .value-bar {
  transform: rotate(162deg);
}
.p46 .value-bar {
  transform: rotate(166deg);
}
.p47 .value-bar {
  transform: rotate(169deg);
}
.p48 .value-bar {
  transform: rotate(173deg);
}
.p49 .value-bar {
  transform: rotate(176deg);
}
.p50 .value-bar {
  transform: rotate(180deg);
}
.p51 .value-bar {
  transform: rotate(184deg);
}
.p52 .value-bar {
  transform: rotate(187deg);
}
.p53 .value-bar {
  transform: rotate(191deg);
}
.p54 .value-bar {
  transform: rotate(194deg);
}
.p55 .value-bar {
  transform: rotate(198deg);
}
.p56 .value-bar {
  transform: rotate(202deg);
}
.p57 .value-bar {
  transform: rotate(205deg);
}
.p58 .value-bar {
  transform: rotate(209deg);
}
.p59 .value-bar {
  transform: rotate(212deg);
}
.p60 .value-bar {
  transform: rotate(216deg);
}
.p61 .value-bar {
  transform: rotate(220deg);
}
.p62 .value-bar {
  transform: rotate(223deg);
}
.p63 .value-bar {
  transform: rotate(227deg);
}
.p64 .value-bar {
  transform: rotate(230deg);
}
.p65 .value-bar {
  transform: rotate(234deg);
}
.p66 .value-bar {
  transform: rotate(238deg);
}
.p67 .value-bar {
  transform: rotate(241deg);
}
.p68 .value-bar {
  transform: rotate(245deg);
}
.p69 .value-bar {
  transform: rotate(248deg);
}
.p70 .value-bar {
  transform: rotate(252deg);
}
.p71 .value-bar {
  transform: rotate(256deg);
}
.p72 .value-bar {
  transform: rotate(259deg);
}
.p73 .value-bar {
  transform: rotate(263deg);
}
.p74 .value-bar {
  transform: rotate(266deg);
}
.p75 .value-bar {
  transform: rotate(270deg);
}
.p76 .value-bar {
  transform: rotate(274deg);
}
.p77 .value-bar {
  transform: rotate(277deg);
}
.p78 .value-bar {
  transform: rotate(281deg);
}
.p79 .value-bar {
  transform: rotate(284deg);
}
.p80 .value-bar {
  transform: rotate(288deg);
}
.p81 .value-bar {
  transform: rotate(292deg);
}
.p82 .value-bar {
  transform: rotate(295deg);
}
.p83 .value-bar {
  transform: rotate(299deg);
}
.p84 .value-bar {
  transform: rotate(302deg);
}
.p85 .value-bar {
  transform: rotate(306deg);
}
.p86 .value-bar {
  transform: rotate(310deg);
}
.p87 .value-bar {
  transform: rotate(313deg);
}
.p88 .value-bar {
  transform: rotate(317deg);
}
.p89 .value-bar {
  transform: rotate(320deg);
}
.p90 .value-bar {
  transform: rotate(324deg);
}
.p91 .value-bar {
  transform: rotate(328deg);
}
.p92 .value-bar {
  transform: rotate(331deg);
}
.p93 .value-bar {
  transform: rotate(335deg);
}
.p94 .value-bar {
  transform: rotate(338deg);
}
.p95 .value-bar {
  transform: rotate(342deg);
}
.p96 .value-bar {
  transform: rotate(346deg);
}
.p97 .value-bar {
  transform: rotate(349deg);
}
.p98 .value-bar {
  transform: rotate(353deg);
}
.p99 .value-bar {
  transform: rotate(356deg);
}
.p100 .value-bar {
  transform: rotate(360deg);
}

.mobile {
  display: none;
}

.pagestats {
  background-color: #fce981;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 800px) {
  .nav select {
    width: 200px;
  }
  /* .filterbox a span {
    display: none;
  } */
  .innerlayer {
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .half,
  .one-third,
  .two-thirds,
  .quarter,
  .fifth {
    width: 100%;
  }
  .padleft {
    padding-left: 0;
  }
  .padright {
    padding-right: 0;
  }
  .quickactionitem {
    width: 45% !important;
  }
  .quickactionitem i {
    margin-right: 5px;
  }
  .quickactionitem p {
    display: inline;
  }
  .quickactionitem .fontsize-24 {
    font-size: inherit;
  }
  .half {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media print {
  .notes {
    display: none;
  }
}

/* All hours of work and rest export loading styles */
#loading-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  opacity: 0.9;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  border: 1px solid #e5e5e5;
  height: 16px;
  border-radius: 6px;
  background-color: #f3f3f3;
}

#loading-bar {
  background-color: #ee2f53;
  border-radius: 4px;
  height: 100%;
  width: 1%;
  transition: width 0.3s ease-in-out;
  position: relative;
}

#loading-message {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loading-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shimmer 1.5s infinite linear;
}

#simple-loading-bar {
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #eb3232;
}

@keyframes shimmer {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

/* Scope everything to the .bulk-invite-page container */

/* Row status banner */
.bulk-invite-page #row-status-banner {
  position: fixed;
  bottom: 5px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none; /* Hidden by default */
}

/* Red highlight text */
.highlight-red {
  color: red;
  font-weight: bold;
}

.highlight-amber {
  color: #ff8b00;
  font-weight: bold;
}

/* White highlight text */
.bulk-invite-page #row-status-banner .highlight-white {
  color: black;
  font-weight: bold;
}

/* Popup banner styling */
.popup-banner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
  padding: 20px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  text-align: center;
}

/* Close button within popup banner */
.popup-banner .close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.popup-banner .close-btn:hover {
  color: black;
}

/* Section headings for success and error */
.popup-banner .invite-success h4 {
  color: #11b100;
  margin-bottom: 10px;
}

.popup-banner .invite-fail h4 {
  color: #ee2f35;
  margin-bottom: 10px;
}

/* Do not centre the error messages themselves */
.popup-banner .invite-fail p {
  text-align: left;
  margin: 5px 0;
}

/* Textarea for the link */
.popup-banner textarea {
  width: 100%;
  height: 60px;
  margin: 10px 0;
  padding: 5px;
  font-size: 14px;
  font-family: bwmod, sans-serif;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: none;
  background-color: #f9f9f9;
}

/* Copy button */
.popup-banner button {
  background-color: #065385;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.popup-banner button:hover {
  background-color: #204dad;
}

/* New hour of rest page - custom tooltip styles */
.tab-view {
  display: none;
}

.hor_tooltip,
.specialConTooltip {
  display: none;
  min-width: 100px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#hor_cell > a {
  color: black;
  padding-top: 5px;
}

#hor_cell:hover > .hor_tooltip,
.specialConInfoHover:hover > .specialConTooltip {
  display: block;
  position: absolute;
  z-index: 10;
  background-color: white;
  border-radius: 5px;
  padding: 5px 7.5px;
  text-align: left;
}

.hor_row > :nth-last-child(-n + 7) > .hor_tooltip {
  right: 0;
}

.hor_tooltip > li {
  margin: 2.5px 0;
  list-style-type: none;
}
/* End of hours of rest page - custom tooltip styles */

#approval-view {
  margin-bottom: 180px;
}

.click_hor_cell {
  cursor: pointer;
}

.click_hor_cell > p {
  text-align: center;
  margin: 0;
  color: black;
}

.selected_hor_cell_tick {
  position: absolute;
  right: 5%;
  bottom: 5%;
  font-size: 14px;
  font-weight: bold;
  color: #065385;
}

/* shouldn't be needed but may be on other pages still - 24/07/25 */
.hor_modal {
  display: none;
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.hor_modal_text {
  margin: 30px 10px;
}

.hor_modal_close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  color: #065385;
  cursor: pointer;
  margin: 5px 10px;
}

.hor_modal_close:hover {
  color: #ee2f53;
  transition: all 300ms ease-in-out;
}

.hor_modal > #spinner-overlay {
  border-radius: 10px;
}

.calender_complete_message {
  background-color: #fdd25f;
  color: #505050;
  font-weight: 600;
  padding: 10px;
  margin: 0.5rem 0 0 !important;
  display: flex;
  align-items: center;
}

.calender_complete_message > i {
  font-size: 22px;
  color: var(--accent);
}

.lock_icon_wrapper {
  color: #808080;
  font-size: 22px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem;
}

/* LOADING SPINNER (Moved from contracts page) */
#spinner-overlay,
#spinner-overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ec1c24;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-text {
  margin-top: 15px;
  font-size: 18px;
  color: #555;
}

.yacht-row td {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 0;
  background-color: #f2f2f2; /* Light grey background for emphasis */
}

.form-uas-override {
  width: 100%;
  max-width: 600px;
}

/* Making check boxes in /hor2 acceptable - TODO: remake all checkboxes to be consistent when we overhaul frontend */
.select_hor_entry {
  width: 25px !important;
  height: 25px !important;
  margin: 0px !important;
}

.select_hor_entry:checked:before {
  top: 20% !important;
  left: 24% !important;
  content: "✓" !important;
  transform: rotate(0deg) !important;
}

.select_hor_entry_td {
  padding: 2px !important;
  display: flex;
  justify-content: center;
}
.ui-selecting,
.ui-unselecting {
  background: none !important;
  border: none !important;
  outline: none !important;
}

.select-all {
  display: flex;
  align-items: center;
}

/* Clears the float for the select input */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* 
  The modal-overlay covers the whole viewport, 
  prevents background interaction and provides a dim background.
*/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 10000; /* High z-index ensures it sits above all other content */
  display: none; /* Hidden by default; display it via JS when needed */
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  max-height: 90%; /* Ensures the modal doesn't exceed 90% of the viewport */
  overflow-y: auto; /* Scroll if content is too high */
  z-index: 10001; /* Must be above the overlay */
  padding: 30px 25px 40px;
}

.modal-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* underline & spacing like h1 */
  border-bottom: 1px solid #ee2f35;
  margin-bottom: 10px;
}

.modal-close {
  font-size: 24px;
  color: #065385;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.2s;
}

.modal-close:hover {
  color: #ee2f35;
}

.modal-text {
  margin: 30px 10px;
}

.modal .btn {
  font-size: 16px;
  min-width: 120px;
  display: inline-block;
}

.modal-actions {
  text-align: center;
  margin-top: 8px;
}

.macros-container {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.macros-header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.macros-header h3 {
  margin: 0;
  font-size: 16px;
}

#macro-search {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 200px;
}

.macros-categories {
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
}

.macro-category {
  margin-bottom: 10px;
}

.category-header {
  font-weight: bold;
  cursor: pointer;
  padding: 5px;
  background-color: #eee;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-header:hover {
  background-color: #e0e0e0;
}

.category-items {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}

.macro-item {
  margin: 3px 5px;
  padding: 3px 8px;
  background-color: #e9f7fe;
  border: 1px solid #b3e0ff;
  border-radius: 3px;
  cursor: pointer;
  font-family: monospace;
  transition: background-color 0.2s;
}

.macro-item:hover {
  background-color: #d0ebff;
}

.copy-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1000;
}

/* Macros css */
.macros-container {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.macros-header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.macros-header h3 {
  margin: 0;
  font-size: 16px;
}

#macro-search {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 200px;
}

.macros-categories {
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
}

.macro-category {
  margin-bottom: 10px;
}

.category-header {
  font-weight: bold;
  cursor: pointer;
  padding: 5px;
  background-color: #eee;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-header:hover {
  background-color: #e0e0e0;
}

.category-items {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
  display: none;
}

.macro-item {
  margin: 3px 5px;
  padding: 3px 8px;
  background-color: #e9f7fe;
  border: 1px solid #b3e0ff;
  border-radius: 3px;
  cursor: pointer;
  font-family: monospace;
  transition: background-color 0.2s;
}

.macro-item:hover {
  background-color: #d0ebff;
}

.copy-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1000;
}

a.btn {
  font-family: bwmod, sans-serif;
  font-size: 14px;
  padding: 6px;
  border-radius: 5px;
  background-color: #065385;
  color: white;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5;
}

.btn.disabled {
  opacity: 0.65;
  pointer-events: none;
  cursor: not-allowed;
}

/*––– Addendums Management Page –––*/
#contract-addendums-page .contract-table-container {
  margin-bottom: 30px;
  overflow-x: auto;
}

#contract-addendums-page .contracts-table {
  width: 100%;
  border-collapse: collapse;
}

#contract-addendums-page .contracts-table th,
#contract-addendums-page .contracts-table td {
  padding: 10px;
  border: 1px solid #ddd;
}

#contract-addendums-page .contracts-table th {
  background-color: #f2f2f2;
  border-bottom: 2px solid #ddd;
  text-align: left;
}

/* rows for the embedded addendums pane */
#contract-addendums-page .addendums-td {
  padding: 0 !important;
}

#contract-addendums-page .addendums-wrapper {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: -1px;
  padding: 0 15px 15px;
  background-color: #f9f9f9;
}

#contract-addendums-page .addendums-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

#contract-addendums-page .addendums-table th,
#contract-addendums-page .addendums-table td {
  padding: 8px;
  border: 1px solid #ddd;
}

#contract-addendums-page .addendums-table th {
  background-color: #f2f2f2;
  text-align: left;
}

/* badges */
/* CHanges which were added at a similar time to new tbale + badge work 
Commented for now but will be resilved whne badges are fucsed on to ensure consistnecy
*/
/* .badge {
  display: inline-block;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10px;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.text-muted {
  color: #6c757d;
} */

/* file‐upload icons & inputs */
.file-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.file-icon-container {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  vertical-align: middle;
}
.re-upload-icon {
  color: #065385;
  cursor: pointer;
}
.file-icon-container .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.delete-addendum .fa-trash {
  /* same as checkbox height */
  font-size: 30px;
  line-height: 1;
}

.date-range-picker {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 1em 0;
}

.date-range-picker label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.date-range-picker input[type="date"] {
  width: 12em;
  max-width: 150px;
}

.loading-bar {
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: lightskyblue;
}

.loading-bar-multiple {
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: rgba(135, 206, 250, 0.5);
}

.zedra-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.zedra-table th,
.zedra-table td {
  padding: 8px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
.zedra-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}
.zedra-table input[type="text"],
.zedra-table input[type="date"],
.zedra-table select,
.zedra-table textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}
.zedra-table textarea {
  height: 100px;
  resize: vertical;
}
.zedra-header {
  margin-top: 20px;
  margin-bottom: 10px;
}
.zedra-warning {
  background-color: #ff7f7f !important;
}
.zedra-fw {
  width: 100% !important;
}

.zedra-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.zedra-table th,
.zedra-table td {
  padding: 8px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
.zedra-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}
.zedra-table input[type="text"],
.zedra-table input[type="date"],
.zedra-table select,
.zedra-table textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}
.zedra-table textarea {
  height: 100px;
  resize: vertical;
}
.zedra-header {
  margin-top: 20px;
  margin-bottom: 10px;
}
.zedra-warning {
  background-color: #ff7f7f !important;
}
.zedra-fw {
  width: 100% !important;
}
