:root {
  /* Mpac Blues */
  --mpac-main-100: #005ca6;
  --mpac-main-60: #6995d5;
  --mpac-main-30: #b4c6e8;
  --mpac-main-20: #cfdaf1;
  --mpac-main-10: #e5ebf8;

  /* Mpac Greys */
  --mpac-grey: #5c5c5c;
  --mpac-light-grey: #666666;
  --mpac-light-grey-border: #ccc;
  --mpac-lighter-grey: #ebebeb;

  --mpac-yellow: #fdd900;

  /* Tailte Éireann Colours */
  --state-green: #004d44;
  --state-gold: #a39161;
  --faded-state-gold: #a3916145;
  --dark-grey: #565148;
  --faded-dark-grey: #5651484d;
  --darker-grey: #47413a;
  --light-grey: #edece5;
  --light-green: #9bb8b5;

  /* Attemp fix for Safari Fonts */
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: Quicksand;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Quicksand-Regular.otf);
}

@font-face {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/Quicksand-SemiBold.ttf);
}

@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/Lato-Bold.ttf);
}

@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: normal;
  src: url(../fonts/Lato-Italic.ttf);
}

@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: bold;
  src: url(../fonts/Lato-BoldItalic.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--state-green);
  font-family: Lato, sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 2em;
  line-height: 1.5;
}

h2 {
  font-size: 1.8em;
  line-height: 1.5;
}

h3 {
  font-size: 1.6em;
  line-height: 1.5;
}

h4 {
  font-size: 1.4em;
  line-height: 1.3;
}

h5 {
  font-size: 1.2em;
  line-height: 1.2;
}

h6 {
  font-size: 1em;
  line-height: 1;
}

.font-sm {
  font-size: 0.85em;
}

.font-xsm {
  outline: 0;
  font-size: 0.77em;
  color: black;
}

a {
  outline: none;
}

a img {
  outline: none;
}

a h4 {
  outline: none;
}

html {
  font-size: 14px;
  background-color: var(--light-grey);
}

body {
  outline: none;
  width: 100%;
  margin: 0;
  font-family: Lato, sans-serif;
  background-color: white;
  color: #000000;
}

main.container {
  width: auto !important;
  max-width: 1200px;
}

header.container {
  width: auto !important;
  max-width: 1200px;
}

.row-padded {
  padding-left: 50px;
  padding-right: 50px;
}

.row-full {
  position: absolute;
  left: 0;
  right: 0;
}

.flex-vertical-center {
  display: flex;
  justify-content: center;
}

.plain-text-button {
  background: none;
  border: none;
  color: #0070bd;
}

main {
  flex: 1;
  padding-bottom: 50px;
}

body.zoom-0 {
  font-size: 100% !important;
}

body.zoom-1 {
  font-size: 110% !important;
}

body.zoom-2 {
  font-size: 120% !important;
}

.rounded {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #c2c2c2;
}

.gutter {
  margin-bottom: 20px;
}

.full-cont-height {
  height: 400px;
}

.gutter-large {
  margin-bottom: 40px;
}

.page-row {
  display: flex;
}

.page-column {
  display: flex;
  flex-direction: column;
}

.page-description {
  padding-top: 25px;
  padding-bottom: 50px;
}

.prompt {
  margin-top: 40px;
  font-size: 16px;
}

.page-tutorial {
  flex: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #0070bd !important;
  font-size: 16px !important;
}

.page-tutorial > img {
  height: 100px;
  width: 100px;
  border-radius: 100px;
}

.page-tutorial > h5,
h6 {
  padding-top: 6px;
  margin: 0px;
}

.blue {
  color: #006eb5;
}

.red {
  color: #ff0000;
}

.state-green {
  color: #004d44;
}

.state-gold {
  color: #a39161;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.temp-border {
  border: 1px solid black;
}

.hide {
  display: none;
}

.floatR {
  float: right;
}

.mt10 {
  margin-top: 10px;
}

div.help:before {
  content: "\f059";
  color: var(--state-green);
  font-size: 1.105em;
  font-weight: 900;
}

div.help {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 5px -4px 5px;
  font-family: "Font Awesome 5 Free", sans-serif;
}

div.help:hover,
div.help:focus {
  text-shadow: 1px 2px 3px lightgrey;
}

div.help-header {
  background-image: none;
  line-height: 0.9em;
  font-size: 0.9em;
  border-radius: 2.2em;
  margin: 0px 4px;
  padding: 1px;
  text-decoration: none;
  color: #eeeeee;
  background-color: #5c5c5c;
  padding-left: 0.25em;
  padding-top: 2px;
  width: 15px;
  height: 15px;
  float: left;
}

.btn-yellow {
  padding: 5px 10px 5px 10px;
  min-width: 70px;
  text-align: center;
  background-color: var(--state-gold);
  border-radius: 0px;
  border: none;
  font-weight: normal;
  color: #fff;
}

.btn-yellow:hover {
  text-decoration: none;
}

.btn-yellow:focus {
  border-radius: none;
  border: none;
}

.btn-yellow-margin {
  padding: 5px 10px 5px 10px;
  min-width: 70px;
  text-align: center;
  background-color: var(--state-gold);
  border-radius: 0px;
  border: none;
  font-weight: normal;
  color: #fff;
  margin-right: 10px;
}

.btn-margin {
  margin: 10px;
}

/* AOAD Specific definitions */
.screen-reader-offscreen {
  position: absolute !important;
  left: -999px !important;
  width: 0px !important;
  height: 0px !important;
  overflow: hidden !important;
}
.qtip-content {
  text-align: inherit;
}
.qtip-content-centered {
  font-size: 16px;
  line-height: 1.2em;
  text-align: center !important;
}
.qtip-content-centered-small {
  font-size: 14px;
  line-height: 1.2em;
  text-align: center !important;
}
.qtip-content-left-large {
  font-size: 16px;
  line-height: 1.2em;
  text-align: left !important;
}
.qtip-content-left-small {
  font-size: 14px;
  line-height: 1.2em;
  text-align: left !important;
}
.qtip-mpac-blue {
  background-color: #cfdaf1;
  border-color: #add9ed;
  color: #3c3c3c;
}
.qtip-tailte-light-grey {
  background-color: var(--light-grey);
  border-color: var(--dark-grey);
  color: #3c3c3c;
}
.qtip-red-bolded {
  color: #ff0000;
  font-weight: bold;
}

/* main container */

#container {
  height: 100%;
}

#content {
  width: 975px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  #container {
    width: 100%;
    padding-right: 20px;
    padding-left: 30px;
  }
  #container > .navbar {
    margin-right: 35px;
  }
  #container #myprofile_content {
    margin-right: 45px;
  }
  #content {
    width: 100%;
  }
}

/* general navigation bars */

ul.navbar-nav a:hover {
  background-color: inherit;
}

ul.nav a {
  color: var(--dark-grey);
}

ul.nav li.active a,
ul.nav a:hover {
  color: var(--state-green);
  font-weight: bold;
}

ul.navbar-nav li.last a:after {
  content: "";
}

#pieramplogo.img {
  background: url("../images/header/AMP_PIER.svg");
  width: 152px;
  height: 47px;
  margin-left: auto;
  margin-right: auto;
}

/*header*/

#headerContainer {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 992px) {
  #headerContainer {
    padding-bottom: 0px;
  }
}

.header-first-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  flex-wrap: wrap;
}

@media screen and (min-width: 439px) {
  .header-first-row {
    justify-content: flex-end;
  }
}

.logo {
  flex: auto;
  /* Layout fix for IE, don't set specific values here */
  min-height: 60px;
  /* Layout fix for IE */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  flex-wrap: wrap;
}

.property-address {
  flex: auto;
  /* Layout fix for IE, don't set specific values here */
  min-height: 25px;
  /* Layout fix for IE */
  display: flex;
  font-size: 0.95em;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  text-align: left;
}

@media screen and (min-width: 645px) {
  .property-address {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 520px) {
  #headerContainer {
    justify-content: center;
  }
  .property-address {
    justify-content: center;
  }
  .header-grid {
    grid-template-columns: auto !important;
  }
}

.property-address img {
  height: 40px;
  margin-bottom: 20px;
  margin-right: 5px;
}

.property-address-text {
  padding-left: 30px;
  padding-top: 10px;
}

.acc-links {
  width: 100%;
}

.acc-links ul {
  /* min-width: 200px; */
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (min-width: 645px) {
  .acc-links {
    width: auto;
  }
}

.centered-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#headerContainer > div > .navbar {
  flex: auto;
  /* Layout fix for IE, don't set specific values here */
  margin: 0px;
  min-height: 60px;
  /* Layout fix for IE */
}

#headerContainer > div > .navbar > .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: center;
}

.auth-nav {
  justify-content: flex-end;
  display: flex;
}

@media screen and (min-width: 768px) {
  #headerContainer > div > .navbar > .navbar-nav {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 520px) {
  #headerContainer > div > .navbar > .navbar-nav {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* scrollContainer - in between the header and the footer*/

#scrollContainer {
  height: calc(100vh - 160px);
}

/*footer*/

footer {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  background-color: var(--light-grey);
  padding: 15px;
  bottom: 0px;
  left: 0px;
  min-height: 100px;
}

footer > ul.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin: 0px !important;
  flex-wrap: wrap;
}

footer > ul.nav a {
  cursor: pointer;
  line-height: initial;
}

footer > ul.nav > li,
footer > ul.nav > li.navbar-text {
  float: none;
  display: inline-block;
  text-align: center;
}

footer > ul.nav > li {
  padding: 15px;
}

footer > ul.nav > li > a {
  padding: 0px;
}

footer ul.navbar-nav a:after {
  color: #5c5c5c;
}

footer ul.navbar-nav div.inline {
  display: inline-block;
}

@media screen and (max-width: 400px) {
  footer > ul.nav {
    flex-direction: column;
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 400px) {
  footer {
    flex-direction: column;
  }
}

#zoom-container img {
  cursor: pointer;
}

.user_address_tab {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
}

.user_address_tab:hover {
  background-color: #eaeaea;
}

.user_address_tab:active {
  background-color: #e0e0e0;
}

#user_address_field {
  display: inline-block;
  font-weight: bold;
  padding-right: 8px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user_address_field_header {
  color: var(--state-green);
}

.user_address_field_header_add_another-prop {
  display: flex;
  justify-content: start;
}

.user_address_field_header_add_another-prop .arrow {
  font-size: 30px;
  height: inherit;
  padding-right: 10px;
}

.address-filler {
  height: 40px;
}

#user_address_tab {
  display: flex;
  align-items: center;
}
#user_address_tab:hover,
#user_address_tab:focus {
  text-shadow: 1px 2px 1px var(--faded-dark-grey);
}

#user_address_tab span.arrow {
  font-size: 30px;
  padding-right: 10px;
}

#user-address-container > .icon-container {
  font-size: 20px;
  margin-right: 8px;
}

.amp-header-links {
  font-size: 14px;
}

.amp-header-links > ul > li {
  min-width: 80px;
}

.amp-header-links > ul > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.amp-header-links > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.amp-header-links > ul > li:not(:last-child):after {
  content: "|";
  color: #e6e7e8;
  cursor: default;
}

.accessibility-link {
  height: 25px;
}

/* map styling */

.Infobox,
.infobox-stalk {
  box-sizing: content-box;
}

.balloon-list-items table {
  width: 100%;
}

.balloon-list-items table tr td {
  line-height: 20px;
  color: #005ca6;
  border-bottom: 1px solid #b4c6e8;
}

.balloon-thumbnail {
  padding: 0px;
  height: 95px;
  width: 126px;
  position: absolute;
  border-radius: 10px 0px 0px 0px;
}

.balloon-list-items {
  position: absolute;
  top: 14px;
  left: 133px;
  bottom: 13px;
  right: 14px;
  overflow: hidden;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .balloon-list-items {
    position: absolute;
    top: 19%;
    left: 7px;
    bottom: 13px;
    right: 14px;
    overflow: hidden;
  }
  .balloon-thumbnail {
    padding: 0px;
    height: 19%;
    width: auto;
    position: absolute;
  }
}

.balloon-favourite-button {
  cursor: pointer;
  position: absolute;
  text-align: center;
  left: 40px;
  bottom: 14px;
  color: black;
  font-size: 24px;
  background-color: #fdd900;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  padding: 10px 5px;
}

.balloon-favourite-button:hover {
  font-size: 25px;
  padding-bottom: 15px;
  text-shadow: 0px 3px 6px #959595;
  box-shadow: 0px 3px 6px #c2c2c2;
}

.balloon-close-button {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -13px;
  color: #000000;
  font-size: 20pt;
}

/* MAIN PAGE NAVIGATION */
.header-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
}

.first-column-span-2-rows {
  grid-row: 1 / span 2;
}

#user-tabs {
  width: 100%;
  display: flex;
  font-size: 1.1em;
  margin: 0px !important;
}

#user-tabs > li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  min-height: 60px;
  height: 50px;
  /* IE workaround to get align-items: center to work */
  padding: 0px;
  background-color: var(--light-grey);
  flex: 1;
  flex-shrink: 0;
  width: 100%;
}

#user-tabs > li:not(:last-child) {
  border-right: 1px solid var(--state-gold);
}

#user-tabs li:hover,
#user-tabs li:focus {
  background-color: var(--state-green);
  z-index: 1;
  box-shadow: 0 0 8px 0px var(--state-green);
}

#user-tabs li:hover > a,
#user-tabs li:focus > a {
  color: white;
}

#user-tabs li > a:focus {
  background-color: var(--state-green);
  z-index: 1;
  box-shadow: 0 0 8px 0px var(--state-green);
  color: white;
}

#user-tabs > li > a {
  padding: 10px;
  color: black;
  height: 100%;
  min-height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}

#user-tabs li.active a {
  color: white !important;
  border: none !important;
  text-shadow: none;
  background-color: var(--state-green);
}

.tab-banner {
  height: 60px;
  background-color: #cfdaf1;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  #user-tabs {
    flex-direction: column;
    border: none;
  }
  #user-tabs > li {
    border-right: none !important;
  }
  #user-tabs > li:not(:last-child) {
    border-bottom: 1px solid #559fdf;
  }
}

.level2-tab-links {
  border-bottom: none !important;
  height: 50px;
}

.level2-tab-links li {
  height: 100%;
  text-align: center;
}

.level2-tab-links li a {
  background-color: var(--state-gold);
  border-left: 1px groove var(--state-gold);
  height: 100%;
  padding: 15px 0px;
}

.level2-tab-links li a {
  color: #fff;
  margin-right: 0px;
  border: unset;
  border-radius: 0px;
}
.level2-tab-links li a:hover,
.level2-tab-links li a:focus {
  box-shadow: 0 0 6px var(--faded-dark-grey);
  z-index: 1;
  background-color: var(--light-grey);
  color: #000;
}
.level2-tab-links li.active a:hover,
.level2-tab-links li.active a:focus {
  box-shadow: unset;
}
.level2-tab-links li.active a {
  color: white !important;
  z-index: 10;
  background-color: var(--state-green);
  border: unset;
  border-radius: unset;
}

.level2-tab-links li.active a .white-text {
  color: white;
}
.level2-tab-links li.active > a:focus {
  background-color: var(--dark-grey) !important;
  color: white !important;
  border: unset;
}
.level2-tab-links li.active > a:hover {
  background-color: var(--dark-grey) !important;
  color: white !important;
  border: unset;
}
.level2-tab-links + .tab-content {
  padding-left: 0px;
}
.level2-tab-links + .tab-content .tab-pane {
  height: 520px;
  border: 1px solid #c2c2c2;
  border-bottom-right-radius: 4px;
  padding-left: 15px;
  overflow: auto;
}
.custom-dd {
  left: -30px;
}
.ddbar {
  display: inline-block;
  font-size: 20px;
  margin-top: -6px;
}
.ddabar {
  display: inline-block;
  font-size: 20px;
  top: 4px !important;
  left: -2px;
}
.custom-dd + div.bootstrap-select > .dropdown-toggle {
  padding-right: 40px !important;
  font-weight: 600;
  color: #0070bd;
  border-radius: 8px;
  height: 33px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 1);
}
.custom-dd + div.bootstrap-select > .dropdown-toggle > span:last-child {
  display: inline-block;
  margin-top: -5px;
}
.myPropertyInfoTitle {
  font-size: 16px;
  color: #0070bd;
}
.myPropertyInfo {
  color: black;
  max-width: 780px;
  margin: 20px 0px;
}
/* .fancybox-inner h3 {
    display: inline!important;
    font-size: 1em !important;
    margin: 0 0 0 0!important;
    color: #417baa!important;
    vertical-align: top!important;
    font-weight: bold;
} */
.blueblack_row {
  position: relative;
  display: block;
  margin: 5px 0 0 0;
  padding: 5px 15px 5px 15px;
}
.blueblack_row table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
}
.blueblack_row table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.blueblack_row .blackwhite {
  color: #000000;
}
.blueblack_row label {
  font-weight: bold;
}
.blueblack_row label {
  color: #000000;
  margin-right: 5px;
}

/* Roll Fields */
#rollFields {
  width: 100%;
}
#roll_part1,
#roll_part2 {
  top: 3px;
  width: 3.6em;
  margin-right: 3px;
  display: inherit;
  float: left;
  border-radius: 0px !important;
  border: solid 1px var(--light-grey) !important;
}
#roll_part3,
#roll_part4 {
  top: 3px;
  width: 4em;
  margin-right: 3px;
  display: inherit;
  float: left;
  border-radius: 0px !important;
  border: solid 1px var(--light-grey) !important;
}
#roll_part5 {
  top: 3px;
  width: 5em;
  margin-right: 3px;
  display: inherit;
  float: left;
  border-radius: 0px !important;
  border: solid 1px var(--light-grey) !important;
}
#roll_part6 {
  top: 3px;
  width: 4.5em;
  display: inherit;
  float: left;
  border-radius: 0px !important;
  border: solid 1px var(--light-grey) !important;
}
.keyline {
  padding: 20px;
  background-color: var(--state-green);
  /* border-top: solid 1px var(--state-gold) !important; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90%;
}
.keyline > span {
  padding: 0px;
  margin: 0px;
}
.blueblack_row input[type="text"],
input[type="password"] {
  top: 3px;
  margin-right: 10px;
}
.standard-btn {
  display: inline-block;
  text-align: center;
  min-width: 30px;
  min-height: 17px;
  border: 1px solid #0c78b9;
  background: #0f79ba;
  border-radius: 4px;
  padding: 0.3em;
  margin: 3px 4px;
  color: #fafafa;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.4em;
}
.standard-btn:hover {
  background-color: #c0c4c3 !important;
  border-color: #888183 !important;
  color: #417baa !important;
}

/* RPI/RCQ Forms
 -------------------*/
table.reqForm {
  position: relative;
  width: 925px;
  border-collapse: collapse;
  margin: 0 0 -1px 0;
  padding: 0;
}

table.reqForm tr.alt_a:hover,
table.reqForm tr.alt_b:hover {
  background-color: #95c4d5 !important;
}
table.reqForm tr.norow td {
  background-color: white;
  color: black;
  border-top: none;
  border-left: none;
  border-right: none;
}
table.reqForm td {
  height: 21px;
  line-height: 21px;
  text-indent: 4px;
  vertical-align: top;
}
table.reqForm td.label {
  width: 240px;
  font-weight: bold;
  color: black;
  font-size: 100%;
}
table.reqForm td.function {
  width: 100px;
  text-align: center;
}
table.reqForm tr.secTitle {
  font-weight: bold;
  color: #ffffff;
  background: #417baa !important;
  padding: 5px;
}
table.reqForm tr.subTitle {
  color: black;
  background: #d6eef1 !important;
  padding: 5px;
}
table.reqForm tr.title {
  background: #ccc;
  font-weight: bold;
}
table.reqForm tr.grey {
  background-color: #f0f0f0;
}
table.reqForm tr.grey:hover {
  background-color: #95c4d5;
}
table.reqForm select.correct {
  float: right;
  margin: 0;
}
input.sm,
select.sm {
  width: 100px;
}
table.reqForm tr.const,
table.reqForm tr.const:hover {
  background: white !important;
  font-weight: normal;
}
.reqForm textarea {
  width: 910px !important;
}
.reqForm textarea.small {
  width: 450px !important;
  height: 100px;
  padding: 0;
}
.formfooter {
  margin-top: 10px;
  width: auto;
}
.note {
  font-size: 0.9em;
  margin-left: 22px;
  color: #666;
}
.formfooter .btnWrap {
  margin: 10px 0;
  text-align: center;
}
.plain-list {
  list-style: none;
  padding-left: 0;
}

/* Terms & Conditions
 ------------------------*/
#termsconditions,
#profile_termsconditions {
  display: none;
  top: 0px;
  margin: 0 auto 0 auto;
  width: 950px;
  height: auto;
  background-color: #ffffff;
  border: 3px solid #6a6b6b;
  padding: 20px 30px 15px 30px;
  z-index: 1000000;
}
#howAssessment {
  background-size: 100% 100%;
  margin: 0px;
  width: 192px;
  height: 160px;
}
#needLogin {
  display: none;
  width: 900px;
}
#errorList {
  font-size: 0.77em;
  color: red;
}
.form_error {
  color: red !important;
}
#bigScroll {
  padding-top: 70px;
  padding-bottom: 70px;
}
#property-bottom-row {
  margin-top: 10px;
}
.modal-extra-large {
  width: 98%;
}
#marketTrendsContent {
  border: none;
  width: 100%;
}
#bottom-row #market-trends:hover {
  cursor: pointer;
}
#bottom-row #my-property:hover {
  cursor: pointer;
}
#ifCnt {
  width: calc(100vw);
}
#ifCnt iframe {
  height: 700px;
}

.table-scroll {
  overflow: auto;
}

#myProperties,
#myProperties_2 {
  min-width: 400px;
}
#myProperties thead tr th a {
  color: var(--state-green);
  text-decoration: none;
}
#myProperties .text,
#myProperties .text-left,
#myProperties_2 .text,
#myProperties_2 .text-left {
  white-space: normal;
  padding: 4px;
  font-size: 12px !important;
}
#myProperties tr:hover,
#myProperties_2 tr:hover {
  cursor: pointer;
}
#myProperties tr a,
#myProperties_2 tr a {
  text-decoration: underline;
}
.roll-width {
  width: 190px;
}
.owner_type-width {
  width: 70px;
  text-align: center;
}
.sharedroll-width {
  width: 85px;
  text-align: center;
}
.legend {
  font-size: 10px;
  border: 1px solid grey;
  padding: 2px;
}

.bootgrid-header,
.bootgrid-footer {
  min-height: 60px;
  background-color: var(--light-grey);
  margin-top: 0px;
}
.bootgrid-footer .search,
.bootgrid-header .search {
  margin: 14px 0px 0px 0px;
  width: 500px;
}
.bootgrid-header .search .fa-search {
  color: #0f5ea8;
}
#myProperties_2-footer.bootgrid-footer {
  padding-top: 10px;
}
#myProperties_2-footer.bootgrid-footer .row .col-sm-6:nth-child(1) {
  width: 62%;
  padding: 0px;
}
#myProperties_2-footer.bootgrid-footer .row .col-sm-6:nth-child(2) {
  width: 38%;
  padding: 0px;
}
#myProperties_2-header.bootgrid-header .search {
  min-width: 478px;
}
@media (max-width: 600px) {
  #myProperties_2-header.bootgrid-header .search {
    width: 100%;
    min-width: 0px;
  }
}
#myProperties-header {
  padding-top: 5px;
  display: flex;
}
#myProperties-footer .row {
  margin-top: 20px;
}
#myProperties-footer .row .col-sm-6 {
  width: auto;
}
#myProperties-footer .row .infoBar {
  margin-top: 10px;
}
#myProperties-footer {
  display: flex;
  justify-content: space-between;
}
#myProperties th span {
  padding: 0px !important;
}
.active-row-props-table {
  background-color: #e5ebf8;
}

/*My Property and My Neighbourhood buttons*/
#property-details .active {
  width: 80%;
}
#add-another-prop {
  text-decoration: none;
  color: #5c5c5c;
}
#add-another-prop:hover,
#add-another-prop:focus {
  outline: none;
  text-decoration: none;
  color: var(--state-green);
  text-shadow: 1px 2px 1px var(--light-green);
}
.manage-acc-edit {
  background-color: var(--state-gold);
  min-width: 80px;
  float: right;
  margin: 15px;
  color: #fff;
  /* padding: 0px 10px; */
  padding: 5px;
  text-align: center;
  border: 0.5px solid var(--faded-dark-grey);
  text-decoration: none;
}
.manage-acc-edit:hover {
  text-decoration: none;
  color: var(--darker-grey);
  box-shadow: 0px 1px 1px var(--dark-grey);
}
.manage-acc-edit:visited,
.manage-acc-edit:focus {
  text-decoration: none;
}
.add-prop-button-class {
  z-index: 1000;
  padding: 10px;
  height: 40px;
  white-space: nowrap;
  width: auto;
  min-width: 160px;
  max-width: 400px;
  cursor: pointer;
}
.faq {
  display: flex;
  background-color: var(--light-grey);
  padding: 50px;
  margin-left: calc(50% - 50vw);
  width: 99.5vw;
  flex-direction: row;
}
.faq-width {
  padding-right: 20px;
  padding-top: 50px;
}
.faq-image {
  padding-right: 50px;
  padding-top: 20px;
}
.faq-questions {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.paragraph-container {
  display: flex;
  flex-direction: row;
}
.faq-home {
  padding: 0px 30px;
}
.faq-top {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: row;
}

.faq-width {
  flex: 1; /* Need this for IE */
}
.faq-questions {
  flex: 15; /* Need this for IE */
}
.faq-accordian {
  display: flex;
  flex-direction: column;
}

/* The Modal (background) */
.modal-tutorial {
  display: none;
  /* Hidden by default */

  position: fixed;
  /* Stay in place */

  z-index: 1000;
  /* 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 */
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--dark-grey);
  border-color: var(--darker-grey);
}

/* Modal related styles */
.modal-amp-container {
  background-color: white;
  margin: 15% auto;
  max-width: 400px;
  height: auto;
  /* Could be more or less, depending on screen size */
}
.modal-amp-content {
  padding: 10px;
  padding-bottom: 20px;
}
.modal-amp-header {
  width: 100%;
  height: 50px;
  background-color: var(--state-green);
  display: flex;
  align-items: center;
}
.modal-amp-header h1 {
  margin: unset;
  font-size: 20px;
  color: white;
  margin-left: 20px;
  font-weight: bold;
}
/* Overrides for specific modals */
.modal-amp-search {
  max-width: 450px !important;
  width: 450px;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 15000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(30, 30, 30, 0.9);
}

/* Modal Content/Box */
.modal-content-tutorial {
  background-color: #005ca6;
  margin: 5% auto;
  margin-bottom: 0px;
  border: 4px solid #005ca6;
  width: 80%;
  height: 80%;
  /* Could be more or less, depending on screen size */
}

/* Modal Content Captcha/Box */
.modal-captcha {
  background-color: white;
  margin: 2% auto;
  padding: 10px;
  border: 4px solid #c2c2c2;
  width: 60%;
  height: 20%;
  /* Could be more or less, depending on screen size */
}
.tut-video {
  height: 100%;
  width: auto;
}
#how-video {
  height: 96%;
  width: 100%;
  border: 0;
}

/* The Close Button */
.close-tut-modal {
  position: relative;
  width: 23px;
  height: 23px;
  border: 2px solid #eef5df;
  background-color: black;
  border-radius: 50%;
  left: 15px;
  top: -15px;
  float: right;
}
.close-tut-modal::before,
.close-tut-modal::after {
  position: absolute;
  top: 8.5px;
  left: 3px;
  width: 13px;
  height: 2px;
  content: "";
  background-color: #eef5df;
}
.close-tut-modal::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-tut-modal::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-tut-modal:hover {
  cursor: pointer;
}
.close-tut-modal:hover::before,
.close-tut-modal:hover::after {
  display: block;
}

/* amp2020 close button */
#learnTutLink p {
  margin: 0px;
  font-size: 16px;
}
#learnTutLink:hover,
#learnTutLink:focus {
  cursor: pointer;
  text-shadow: 1px 2px 1px #cfdaf1;
}

.is-agent-form-input {
  label {
    display: inline-flex;
  }
  input {
    width: 35px !important;
    margin-right: 8px;
  }
}

/* Bootstrap Overrides */
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.cursor-pointer {
  cursor: pointer;
}
.focus-background {
  background-color: var(--light-grey);
}
#plModal .modal-header,
#isAgentModal .modal-header {
  background: var(--state-green);
}
#plModal .modal-header h3.modal-title span#proplist {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
#myProperties_2 tbody tr:hover,
#myProperties_2 tbody tr:focus {
  background: var(--light-green) !important;
  z-index: 1000;
}
#myProperties tbody tr:hover,
#myProperties tbody tr:focus {
  background: var(--light-green) !important;
  z-index: 1000;
}
#myProperties_2 thead tr th:hover,
#myProperties_2 thead tr th:focus {
  background: var(--light-green) !important;
  z-index: 1000;
}
#myProperties thead tr th:hover,
#myProperties thead tr th:focus {
  background: var(--light-green) !important;
  z-index: 1000;
}
#plModal .x {
  position: relative;
  width: 23px;
  height: 23px;
  border: 2px solid #eef5df;
  background-color: black;
  border-radius: 50%;
  left: 100%;
  top: -23px;
  float: left;
}
#plModal .x::before,
#plModal .x::after {
  position: absolute;
  top: 9px;
  left: 3px;
  width: 13px;
  height: 3px;
  content: "";
  background-color: #eef5df;
}
#plModal .x::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#plModal .x::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#plModal .x:hover {
  cursor: pointer;
}
#plModal .x:hover::before,
#plModal .x:hover::after {
  display: block;
}
.looking-todo {
  width: 93%;
  height: 4%;
  margin: 3%;
  margin-top: 1.5%;
  text-align: center;
}
.looking-todo-h1 {
  color: #005ca6;
}
.post-login-table-container {
  margin-bottom: 10px;
}
.post-login-table-container a:hover {
  color: #005ca6;
  text-decoration: none !important;
}
.post-login-table-container-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}
.post-login-table-item {
  height: 10.5%;
  width: 48%;
  margin: 1%;
}
.post-login-table-item:hover,
.post-login-table-item:focus {
  box-shadow: 0 0 8px var(--state-green);
  z-index: 1;
}
.post-login-faq {
  background-color: #e5ebf8;
  height: 100%;
  width: 100%;
  min-height: 170px;
  max-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-login-questions {
  height: 36%;
  width: 100%;
  background-color: #e5ebf8;
}
.choice-width {
  background-color: var(--state-green);
  padding: 0px 15px;
  width: auto;
}

.homepage-box-font-color {
  color: #fff;
  padding-right: 15px;
}
.choice-content {
  background-color: var(--state-green);
  flex-grow: 1;
}

.choice-content > h4 {
  color: #fff;
}

.mpac-logo-spacing {
  display: flex;
}
.mpac-logo-auth {
  padding-right: 20px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.address-line {
  text-align: center;
  margin-bottom: 0px;
}

.signin,
.clear-fields,
.register,
.agree,
.cancel,
.next-2,
.back {
  margin-right: 10px;
  height: 25px;
  width: auto;
  padding: 0px 10px;
  background-color: var(--state-gold);
  border-radius: 0px;
  color: #fff;
  border: 1px solid var(--dark-grey);
}

.cancel,
.clear-fields,
.back {
  background-color: #fff !important;
  color: #000 !important;
}

.agree {
  width: 80px;
}

.ampv4-img {
  width: 90px;
  height: 90px;
}
.ampv4-img-md {
  width: 65px;
  height: 65px;
}
.ampv4-img-sm {
  width: 55px;
  height: 55px;
}
.ampv4-img-esm-neighbourhood {
  width: 40px;
  height: 40px;
  margin: 5px;
  padding: unset;
}
.ampv4-img-esm-neighbourhood-white {
  background: white;
  padding: 4px;
  border-radius: 50%;
}
.ampv4-img-esm-neighbourhood-map {
  margin: unset;
  padding: unset;
}
.ampv4-tut-img {
  border-radius: 50%;
}
.ampv4-tut-img img {
  width: 90px;
  height: 90px;
}

.ampv4-img-circle {
  border-radius: 50%;
}

.mpac-dark-blue {
  color: #0f5ea8;
}
#myProgress {
  width: 100%;
  background-color: white;
  position: absolute;
}

#myBar {
  width: 1%;
  height: 10px;
  background-color: #005ca6;
}
#myProgressText {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  text-align: right;
  border-top: solid 1px #ccc;
}
.lds-spinner-small div {
  left: initial !important;
  top: 5px !important;
  right: 200px !important;
  position: absolute;
  background: #fcb711;
  width: 3px !important ;
  height: 5px !important;
  border-radius: 38% !important;
  -webkit-transform-origin: 6px 52px !important;
  transform-origin: 5px 14px !important;
}

/* Modal Styles */

.fancybox-no-padding {
  padding: 0px;
}

.modal-title {
  display: flex;
  color: white;
  font-weight: bold;
  padding: 0px;
}

.modal-title sup {
  top: 0.5em;
  padding: 2px;
}

.modal-title-cont {
  width: 100%;
  background-color: var(--state-green);
  padding: 20px 15px 20px 15px;
}

.modal-title-cont h3 {
  font-size: 20px !important;
  display: flex;
  color: white !important;
  margin: 0px;
}

.add-prop-form {
  width: 390px;
}

.add-prop-form-table {
  width: 100%;
}

.modal-contents {
  padding: 20px;
}

.modal-contents > table {
  width: 100%;
}

.modal-contents > div {
  width: 100%;
}

.modal-nav-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

.modal-nav-space-bwtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.modal-nav-btn > * {
  margin-left: 15px;
}

.modal-nav-btn a {
  font-weight: normal;
  color: black;
}

.modal-nav-space-bwtn a {
  font-weight: normal;
  color: black;
}

.modal-error {
  color: red;
  padding-top: 8px;
  text-align: left;
}

.space-btwn {
  justify-content: space-between;
}
#print_button {
  height: 22px;
  width: 65px;
  margin: 10px;
}
#print_button:hover,
#print_button:focus {
  cursor: pointer;
}

.toc-bottom-text {
  display: flex;
  justify-content: space-between;
  margin: 20px;
}

.print_button {
  float: right;
  display: block;
}

/* Generic Form Styles */

.form {
  margin: 0px 40px 0px 40px;
  margin-bottom: 150px; /* temp fix until sticky footer works again */
}

.form-small {
  margin: 100px 150px 0px 150px;
  margin-bottom: 150px; /* temp fix until sticky footer works again */
}

.form-header {
  background: var(--state-green);
  color: white;
  padding: 15px;
  margin: auto;
  text-align: center;
  vertical-align: baseline;
}

.form-header h1,
.form-header h2,
.form-header h3,
.form-header h4,
.form-header h5,
.form-header h6 {
  margin: 0px;
}

.form-subheader {
  padding: 20px;
  background-color: #e5ebf8;
  border-bottom: 1px solid #b4c6e8;
  display: flex;
  align-items: center;
}

.form-subheader img {
  margin: 2px 25px 5px 5px;
}

@media only screen and (max-width: 520px) {
  .form-subheader {
    flex-direction: column;
  }
  .form-subheader img {
    margin: 0px;
  }
}

.form-subheader h1,
.form-subheader h2,
.form-subheader h3,
.form-subheader h4,
.form-subheader h5,
.form-subheader h6 {
  margin-top: 5px;
}

.form-subheader p {
  margin-bottom: 0px;
}

.form-title {
  color: white;
  padding: 0px;
}

.form-title > h6 {
  padding: 0px;
}

.form-container {
  border: 1px solid #b4c6e8;
  padding: 0px;
}

.form-contents {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.form-required {
  color: #ff4040;
  display: flex;
  justify-content: flex-end;
}

.form-section {
  padding: 20px 0px 20px 0px;
}

.form-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 10px 0px;
}

.form-combined-rows {
  display: flex;
}

.form-combined-rows > span:first-child {
  width: 70%;
}

.form-combined-rows > span:first-child .form-label {
  width: 43%;
}

.form-combined-rows > span:first-child .form-input {
  width: 57%;
}

.form-combined-rows > span:last-child {
  width: 30%;
}

@media only screen and (max-width: 720px) {
  .form-row {
    flex-direction: column;
  }
  .form-combined-rows {
    flex-direction: column;
  }
  .form-combined-rows > span:first-child {
    width: 100%;
  }
  .form-combined-rows > span:last-child {
    width: 100%;
  }
}

.form-label {
  width: 30%;
  text-transform: uppercase;
}

.form-input {
  width: 40%;
}

.form-input-guide {
  width: 30%;
  padding-left: 40px;
}

@media only screen and (max-width: 720px) {
  .form-label {
    width: 100%;
  }
  .form-input {
    width: 100%;
  }
  .form-input-guide {
    width: 100%;
    padding-left: 0px;
  }
  .form-combined-rows > span:first-child .form-input {
    width: 100%;
  }
}

.form-input input,
.form-input select {
  border-radius: 0px;
  width: 100%;
  height: 35px;
  border: 1px solid var(--faded-state-gold) !important;
}

.form-error {
  color: #ff4040;
  padding-top: 10px;
}

.form-input-guide ul {
  padding-left: 20px;
}

.form-contents .error-row {
  padding: 5px 0px 30px 0px;
}

.form-password-requirements {
  padding-top: 10px;
}

.form-footer {
  background-color: var(--state-green);
  border-top: 1px solid var(--faded-dark-grey);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 15px;
}

.form-footer a {
  color: black;
}

.form-callout {
  padding: 20px;
  background-color: var(--light-grey);
  border-top: 1px solid var(--faded-dark-grey);
}

.required-text {
  color: #ff4040;
}

.no-padding {
  padding: 0px !important;
}

.flex-pull-right {
  justify-content: flex-end;
}

.flex-pull-left {
  justify-content: flex-start;
}

.toc {
  height: 500px;
  overflow-y: auto;
}

.edit-profile-form {
  max-width: 1200px;
}

.edit-authorizations-form {
  min-width: 600px;
  max-width: 800px;
}

.edit-occupier-details-form,
.edit-authorizations-form {
  min-width: 1200px;
  max-width: 1800px;
}

.text-align-center {
  text-align: center;
}

.radio-30-hw {
  height: 30px;
  width: 30px;
}

#edit-profile-modal .fancybox-close-small,
#authorizations-modal .fancybox-close-small,
#occupier-details-modal .fancybox-close-small {
  margin-right: 25px;
  margin-top: 25px;
}

.occupier-details-checkbox {
  width: 50px !important;
}

#occupier-details-modal .form-input-checkbox {
  width: auto;
}

.width-10pc {
  width: 10%;
}

.width-20pc {
  width: 20%;
}

.overflow-wrap-break {
  overflow-wrap: break-word;
}

.have-questions-a-tag {
  color: #005ca6;
}

/* Utility styles  */
/* For when only simple properties need to be applied */

.nowrap {
  white-space: nowrap;
}

.height-auto {
  height: auto;
}

.width-auto {
  width: auto;
}

.position-relative {
  position: relative;
}

.full-dimensions {
  width: 100%;
  height: 100%;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.outline-none {
  outline: none;
}

.roll-num-table {
  display: initial;
}

.owner-type span {
  color: #005ca6;
}

.toc_link {
  font-weight: bold;
  color: #030303;
  text-decoration: underline;
}

.pagination a:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

#myProperties_2 a:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.decorative-landing {
  height: 90vh;
  background-image: url("https://images.unsplash.com/photo-1557843961-b589ce207737?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
  padding-top: 200px;
}

.landing-bar {
  background-color: #005ca6;
  color: white;
  height: 40px;
  width: 650px;
  position: fixed;
  left: 0px;
  right: 0;
  z-index: 9999;
  margin-top: 31vh;
  display: flex;
  align-items: center;

  font-family: Quicksand, sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.5;
  padding: 30px;
  margin-left: 20%;
}

#main .landing-options {
  background-color: white !important;
  height: 250px;
  z-index: 1;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  margin-top: 34vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.landing-options a:hover {
  text-decoration: none;
}

.landing-options a:focus {
  text-decoration: none;
}

.landing-options > div {
  padding: 0px 50px 0px 50px;
}

.landing-img {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  background-image: url("https://images.unsplash.com/photo-1557843961-b589ce207737?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  /* filter: blur(20px); */
  /* opacity: 0.5; */
}

.landing-options .font-weight-bold {
  font-weight: 700 !important;
  font-size: 2em !important;
  line-height: 1.5 !important;
}

#main .landing-options .font-weight-light {
  font-weight: 300 !important;
  font-size: 2em !important;
  line-height: 1.5 !important;
}

.mb-5 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

#ilookabout-image {
  width: 165px !important;
  height: 120px;
  object-fit: cover;
  padding-top: 8px;
  padding-left: 8px;
}

.ui-pnotify {
  /* Override to ensures notices are above modals as well */
  z-index: 99993;
}

.ui-pnotify-title {
  /* prevent amp styling from overriding ui notify title */
  font-size: 18px;
  color: rgb(119, 118, 32);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.ui-pnotify-text {
  overflow: auto;
}

#notifications-btn {
  background-color: var(--light-grey);
  color: var(--state-green);
  border-radius: 40px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 5px;
  margin-right: 10px;
}

#notifications-modal-contents {
  max-height: 480px;
  overflow: auto;
}

#notifications-modal-contents > div {
  padding: 10px 0px 10px 15px;
}

#notifications-modal-contents > div:not(:last-child) {
  border-bottom: 1px solid var(--light-grey);
}

.mark-unread-btn {
  margin-right: 15px;
}

.notification-msg {
  margin-top: 10px;
}

.case-details-page {
  width: 1075px;
}

.rvl-upload-modal {
  width: 700px;
}

#case-details {
  border: 1px solid var(--faded-dark-grey);
}

#case-details div {
  pointer-events: none;
}

#case-details input,
#case-details .flw__select__input,
#case-details textarea {
  background-color: var(--flw-forms-muted-background-color, #f8f8f8);
}

#task-details input,
#task-details .flw__select__input,
#task-details textarea {
  background-color: var(--flw-forms-muted-background-color, #f8f8f8);
}

.case-details-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-details-header button {
  background-color: var(--state-gold);
  border: 1px solid var(--faded-dark-grey);
  color: #fff;
  padding: 4px 8px 4px 8px;
}

.case-details-header button:hover {
  background-color: var(--faded-state-gold);
}

.saved-ier-forms-table button {
  background-color: var(--state-gold);
  border: 1px solid var(--faded-dark-grey);
  color: #fff;
  padding: 4px 8px 4px 8px;
}

.saved-ier-forms-table button:hover {
  background-color: var(--faded-state-gold);
}

#case-documents .accordian-element {
  border: 1px solid var(--faded-dark-grey);
}

.folder-filecount {
  background-color: #004d44;
  color: white;
  border-radius: 20px;
  padding: 3px 8px;
  margin-left: 1em;
}

.empty-folder {
  background-color: gray;
  color: white;
  border-radius: 20px;
  padding: 3px 8px;
  margin-left: 1em;
}

#case-documents .accordian-heading {
  display: flex;
  align-items: center;
}

#case-documents .accordian-icon {
  background-color: var(--state-green);
  height: 50px;
  width: 50px;
  font-size: 15px;
  margin-right: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordian-content {
  padding: 10px 20px 20px 10px;
}

#case-details {
  height: 550px;
  overflow: auto;
  padding-left: 18px;
  padding-right: 18px;
  padding: 0px;
}

#case-documents .accordian-element:not(:first-child) {
  margin-top: 5px;
}

#case-documents .accordian-content .accordian-element:first-child {
  margin-top: 20px;
}

.case-details-link {
  cursor: pointer;
}

#notifications-modal-title h3 {
  display: flex;
  align-items: center;
}

#mark-all-read {
  margin-left: 30px;
}

#mark-all-read h6 {
  padding: 0px;
}

.no-notif-msg {
  margin-right: 20px;
}

.case-details-contents {
  padding: 20px 20px 20px 20px;
}

/* DOCUMENTS DROP ZONE AND UPLOADED FILES */

.upload-box {
  margin: 1rem;
  height: 100px;
  background-color: var(--light-grey);
  border: 1px dashed var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-attachments {
  height: 30px;
  width: 50%;
  background-color: var(--light-grey);
  display: flex;
  align-items: center;
  margin-top: 10px;
  border: 1px solid var(--faded-dark-grey);
}

.no-attachments > h6 {
  margin: 10px;
}

.uploaded-file {
  height: 30px;
  width: 50%;
  background-color: var(--light-grey);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  border: 1px solid var(--faded-dark-grey);
}

.uploaded-file > h6 {
  margin: 10px;
}

.uploaded-file > .download-btn {
  width: 30%;
  height: 100%;
  outline: none;
  background-color: var(--state-gold);
  cursor: pointer;
  border: none !important;
  color: white;
}

.uploaded-file > .download-btn:hover,
.uploaded-file > .download-btn:active {
  background-color: var(--dark-grey);
}

.uploaded-staging-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--faded-dark-grey);
  padding: 1rem;
  margin: 1rem;
}

#attached-documents-heading {
  margin-left: 1rem;
}

.remove-icon {
  background-color: white;
  border: none;
  color: #ff00008f;
}

.document-type__heading {
  padding-top: 0;
  padding-bottom: 0.4rem;
}

.staging-file-name {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.documentTypeContainer {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 40%;
}

.dropdownMenuButton {
  width: 100%;
  text-align: justify;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.document-type-dropdown-menu {
  width: 100%;
}

.doc-type-dropdown {
  position: relative;
}
.doc-type-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.doc-type-dropdown-item:hover {
  background-color: #e5ebf9;
}

.dropdownMenuButton:focus {
  border: solid 0.1rem;
}

/* Generic Spinner Styles */
.lds-full-size {
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 40%;
  left: 40%;
  z-index: 100;
}

.spinner-wrapper {
  opacity: 0.5;
  background-color: grey;
}

/* Chat bot section - fixed at the bottom of the page */
.collapsible-button:hover {
  background-color: var(--dark-grey);
  box-shadow: 0 0 8px var(--darker-grey);
  transition: 0.7s;
  z-index: 1;
}

.chat-bot-section {
  margin-bottom: 10px;
  position: fixed;
  bottom: 0;
  right: 50px;
  z-index: 9999;
}

.collapsible-button {
  background-color: var(--state-gold);
  color: white;
  max-height: 50px;
  width: 100%;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  margin: auto;
  opacity: 0.8;
  outline: none;
  border: none;
  text-align: left;
  font-size: 18px;
  position: relative;
}

.chat-bot-content {
  background-color: white;
  min-height: 40vh;
  max-height: 40vh;
  min-width: 237px;
  width: 20vw;
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  scroll-behavior: smooth;
  position: relative;
  overflow: scroll;
}

.webchat__send-box__main {
  position: fixed;
  bottom: 0;
  width: 20vw;
  min-width: 237px;
  max-width: 100%;
  flex-wrap: wrap;
}

.center-loading-icon {
  width: 0;
  margin: auto;
}

/* Important: https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed */
.grecaptcha-badge {
  visibility: hidden;
}

.notification-message:hover {
  cursor: pointer;
}

/* BOOTSTRAP GRID margin 2s */
.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.mw-500 {
  max-width: 500px;
}
