#home {
  /* overflow: hidden; */
}

.dashboard-card {
  /* width: 300px; */
  /* min-width: 345px; */
  min-width: 300px;
  /* height: 310px; */
  background-color: white;
  box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
  cursor: pointer;
  box-sizing: border-box;
  float: left;
  margin: 0 20px 20px 0;
  transition: all 300ms ease;
  transition-property: box-shadow;
}

.dashboard-card-content {
  opacity: 0.6;
}

.dashboard-card:hover {
  box-shadow: 0 0 35px 0 rgba(154,161,171,.55);
  transition: all 300ms ease;
  transition-property: box-shadow;
}

.dashboard-content:active {
  opacity: 1;
}

.dashboard-image {
  text-align: right;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
  /* opacity: 0.6; */
}

.dashboard-card-title {
  margin: 0 10px;
  padding: 10px 0;
  font-size: 28px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  font-weight: bold;
  /* color: rgba(0,0,0,0.6) */
}

.dashboard-card-text {
  padding: 10px;
  /* color: rgba(0,0,0,0.6); */
  line-height: 40px;
}

.dashboard-map {
  width: 620px;
  height: 310px;
  background-color: white;
  box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
  margin: 0 30px 20px 0;
  box-sizing: border-box;
  float: left;
}

.dashboard-map-content {
  overflow: hidden;
  box-sizing: border-box;
}

.dashboard-map-image {
  padding: 10px 0px;
  /* opacity: 0.6; */
  float: left;
  padding: 10px;
  opacity: 0.6;
}

.dashboard-map-image img {
  border-right: 0px solid rgba(0,0,0,0.2);
  padding-right: 10px;
}

.dashboard-map-list-container {
  float: left;
  padding: 10px;
  width: 340px;
}

.dashboard-map-list-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
  opacity: 0.6;
}

.dashboard-map-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dashboard-map-list-item {
  padding: 5px 0 0px 0px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0,0,0,0.21);
  opacity: 0.6;
}

.dashboard-map-list-item:last-child {
  border-bottom: none;
}

.map-image-spot-container {
  position: relative;
}

.map-image-spot {
  position: absolute;
  /* top: -194px;
  left: 141px; */
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: red;
  transition: all 300ms ease;
  transition-property: width height;
}

.map-image-spot-selected {
  width: 10px;
  height: 10px;
  transition: all 300ms ease;
  transition-property: width height;
}

.map-image-spot:hover {
  /* background-color: white; */
}

.dashboard-map-list-item:hover {
  opacity: 1;
}

.dashboard-map-content > .dashboard-map-image > .map-image-spot {
  background: red;
}

.dashboard-header {
  color: rgb(108, 117, 125);
  font-weight: 700;
  margin-top: 0px;
}



.dashboard-image-lender {
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* var widths = ['220px','220px','220px','270px','270px','273px'] */

.dashboard-image-lender__0 {
  height: 220px;
}

.dashboard-image-lender__1 {
  height: 220px;
}

.dashboard-image-lender__2 {
  height: 220px;
}

.dashboard-image-lender__3 {
  height: 270px;
}

.dashboard-image-lender__4 {
  height: 270px;
}

.dashboard-image-lender__5 {
  height: 275px;
}

.dashboard-image-container-lender__0 {
  width: 300px;
}

.dashboard-image-container-lender__1 {
  width: 410px;
}

.dashboard-image-container-lender__2 {
  width: 400px;
}

.dashboard-image-container-lender__3 {
  width: 730px;
}

.dashboard-image-container-lender__4 {
  width: 400px;
}

.dashboard-image-container-lender__5 {
  width: 1150px;
}

a.dashboard-card {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
/* fallback */

@font-face {
  /* font-family: 'Material Icons'; */
  /* font-style: normal; */
  /* font-weight: 400; */
  /* src: url(https://fonts.gstatic.com/s/materialicons/v50/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
  /* src: url('../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2') format('woff2'); */
}

/* .material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
} */

/* cyrillic-ext */

/* @font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} */

/* cyrillic */

/* @font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} */

/* vietnamese */

/* @font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} */

/* latin-ext */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  /* src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2'); */
  src: local('Nunito Regular'), local('Nunito-Regular'), url("../fonts/XRXV3I6Li01BKofIO-aBXso.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  /* src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofINeaB.woff2) format('woff2'); */
  src: local('Nunito Regular'), local('Nunito-Regular'), url("../fonts/XRXV3I6Li01BKofINeaB.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Customize the label (the container) */

.radio-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #6c757d;
}

/* Hide the browser's default radio button */

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */

.radio-checkmark {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.54);
}

.radio-container:hover input ~ .radio-checkmark:after {
  opacity: 0.2;
  transition: opacity 0.4s;
}

/* When the radio button is checked, add a blue background */

.radio-container input:checked ~ .radio-checkmark:after {
  opacity: 1;
  transition: opacity 0.4s;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.radio-checkmark:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  height: 8px;
  width: 8px;
  background-color: blue;
  border-radius: 50%;
  opacity: 0;
}

.radio-checkmark:before {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
}

.checkbox-container:hover input ~ .checkbox-checkmark:after {
  opacity: 0.2;
  transition: opacity 0.4s;
}

/* When the radio button is checked, add a blue background */

.checkbox-container input:checked ~ .checkbox-checkmark:after {
  opacity: 1;
  transition: opacity 0.4s;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkbox-checkmark:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  height: 8px;
  width: 8px;
  background-color: blue;
  border-radius: 50%;
  opacity: 0;
}

.checkbox-checkmark:before {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #6c757d;
}

/* Hide the browser's default radio button */

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */

.checkbox-checkmark {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 10%;
  background: rgba(0, 0, 0, 0.54);
}

/* On mouse-over, add a grey background color */

.checkbox-container:hover input ~ .checkbox-checkmark:after {
  opacity: 0.2;
  transition: opacity 0.4s;
}

/* When the radio button is checked, add a blue background */

.checkbox-container input:checked ~ .checkbox-checkmark:after {
  opacity: 1;
  transition: opacity 0.4s;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkbox-checkmark:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: 10px;
  width: 10px;
  background-color: blue;
  border-radius: 10%;
  opacity: 0;
}

.checkbox-checkmark:before {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 10%;
  background: white;
}

.button {
  font-family: Nunito,sans-serif;
  background: none;
  color: #1C37A6;
  border: none;
  text-transform: uppercase;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}

.button:hover {
  background-color: rgb(0,0,0,0.08);
  border-radius: 5%;
}

.button:active {
  background-color: rgb(0,0,0,0.16);
}

.button:focus {
  outline: none;
}

.button::-moz-focus-inner {
  border: 0;
}

.button-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  background: none;
  cursor: pointer;
  outline: none;
  /* background-color: red; */
  display: inline-block;
}

.button-icon:hover {
  background-color: rgb(0,0,0,0.08);
}

.button-icon:active {
  background-color: rgb(0,0,0,0.16);
}

.button-icon > i {
  margin-top: 3px;
  margin-left: -3px;
  color: #1C37A6;
}

.upload-button-icon > i {
  margin-top: 5px;
  margin-left: 5px;
  color: #1C37A6;
}

.button-icon:focus {
  outline: none;
}

.button-icon::-moz-focus-inner {
  border: 0;
}

.upload-button-hidden {
  position: absolute;
  top: -1000px;
}

.download-content-container {
  text-align: center;
}

.download_macro-content-container {
  text-align: center;
}

.download-status {
  margin-top: 80px;
  display: inline-block;
}

.download_macro-status {
  margin-top: 20px;
  display: inline-block;
}

.data-content-container {
  height: 100%;
  min-height: 300px;
  padding: 0px 0px 50px;
}

.val-folder-content-container {
  height: 100%;
  min-height: 300px;
  padding: 0px 0px 50px;
}

.button-toggle-view-container {
  position: relative;
  top: 0;
  right: 0;
}

.input-placeholder {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.54);
}

.input-placeholder:hover {
  background: yellow;
  cursor: pointer;
}

.data-table-container {
  padding-top: 50px;
}

.val-folder-table-container {
  padding-top: 30px;
}

.data-tab-status-icon-noclick {
  color: rgba(0,0,0,.54);
  cursor: default;
}

.data-tab-status-icon-click {
  color: rgba(0,0,0,.54);
  cursor: pointer;
  /* margin-top: 100px */
}

.data-tab-status-icon-click:hover {
  color: rgba(0,0,0,.7);
}

.data-tab-status-icon-click:active {
  color: rgba(0,0,0,.9);
}

.data-tab-status {
  color: rgba(0,0,0,.54);
  outline: none;
  text-decoration: none;
}

.data-item-status {
  line-height: 27px;
}

.data-tab-status-confirm-required {
  color: #1C37A6;
  /* text-decoration: underline dotted; */
  border-bottom: 1px dotted #1C37A6;
}

.data-tab-status-confirm-required:hover {
  /* color: red; */
  /* text-decoration: underline dotted; */
  border-bottom: 1px dotted rgba(0,0,0,.7);
}

.data-tab-button {
  text-align: right;
  margin-right: -20px;
}

.valuation-folder-buttons {
  margin-top: 50px;
  /* margin-left: 200px; */
}

.valuation-folder-link-container {
  margin-top: 20px;
}

.valuation-folder-link {
  /* padding: 5px; */
  margin-top: 20px;
  font-size: 20px;
  color: #1C37A6;
  /* color: rgba(0,0,0,.6); */
  padding: 8px 16px;
  cursor: pointer;
}

.valuation-folder-link:hover {
  /* color: rgba(0,0,0,.8); */
  background-color: rgba(0,0,0,.08);
  border-radius: 5%;
}

.valuation-folder-link:active {
  /* color: rgba(0,0,0,.8); */
  background-color: rgba(0,0,0,.16);
  border-radius: 5%;
}

.valuation-folder-link-name {
  padding-left: 5px;
}

.address-container {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-right: 20px;
}

#button-edit-address {
  visibility: hidden;
}

#new-valuation-address-label:hover #button-edit-address {
  visibility: visible;
}

#button-edit-address:hover {
  visibility: hidden;
}

.new-valuation-site-selected {
  color: #1C37A6;
  /* text-decoration: underline dotted; */
  border-bottom: 1px dotted #1C37A6;
  cursor: pointer;
}

.new-valuation-site-selected:hover {
  color: rgba(0,0,0,.7);
}

.new-valuation-site-selected:active {
  color: rgba(0,0,0,.9);
}

.settings-content-new-section {
  /* visibility: hidden; */
  color: rgba(0,0,0,.2);
  margin-bottom: 20px;
}

.settings-content-new-section:hover {
  visibility: visible;
  background: yellow;
  cursor: pointer;
  color: inherit;
}

.settings-content-select-buttons {
  margin-left: 10px;
  visibility: hidden;
}

.settings-content-select-label:hover >.settings-content-select-buttons {
  visibility: visible;
}

input.secure {
  text-security: disc;
  -webkit-text-security: disc;
}

#button-show-macro-file-history-container {
  text-align: center;
  margin-top: 20px;
}

#button-rebuild-macro-file-container {
  text-align: center;
  /* margin-top: 20px; */
}

.val-folder-button-container {
  text-align: center;
}

.val-folder-file-link {
  text-decoration: none;
}

.val-folder-file-link:hover ~ .val-folder-file-name {
  text-decoration: underline;
}

.val-folder-file {
  max-width: 300px;
  overflow: hidden;
  display: flex;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.val-folder-file > span {
  text-decoration: none;
  padding-top: 3px;
  padding-left: 5px;
}

.val-folder-file > i {
  text-decoration: none;
}

.val-folder-file-name:hover {
  text-decoration: underline;
}

a.val-folder-breadcrumb-name {
  cursor: pointer;
}

.val-folder-breadcrumb-container {
  margin-left: 50px;
  margin-top: 30px;
}

.shared-folder-breadcrumb-container {
  margin-left: 50px;
  margin-top: 30px;
}

a.shared-folder-breadcrumb-name {
  cursor: pointer;
}

.input-field-editable {
  /* color: #6c757d; */
  color: red;
  padding-left: 0px;
  cursor: pointer;
  padding-right: 0px;
  margin-left: 0px;
  display: table-cell;
  vertical-align: middle;
  width: 300px;
}

.input-field-editable-locked {
  color: #6c757d;
  background-color: white;
}

.input-field-editable-locked:hover {
  text-decoration: underline;
  background-color: yellow;
}

.settings-folder {
  text-align: left;
}
#map {
  height: 500px;
  width: 100%;
  margin-bottom: 10px;
}

#modal-postcode-map-container {
  height: 100%;
}
.login {
  display: block;
  position: fixed;
  /* Stay in place */
  z-index: 5;
  /* Sit on top */
  padding-top: 10vh;
  /* Location of the box */
  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: rgb(250, 251, 254);
  /* Black w/ opacity */
}

.login-container {
  background-color: white;
  box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
  margin: auto;
  /* padding: 20px; */
  /* border: 1px solid #888; */
  width: auto;
  max-width: 600px;
  /* width: 50%; */
}

.login-welcome {
  font-size: 110%;
  color: #6c757d;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
}

.login-button-container {
  text-align: center;
}

.input-label-login {
  padding-left: 10px;
  display: table-cell;
  min-width: 200px;
  max-width: 200px;
  font-size: 110%;
  padding-right: 30px;
  color: #6c757d;
  line-height: 32px;
  font-weight: bold;
}

.input-field-login {
  display: table-cell;
  vertical-align: middle;
  /* border: none; */
  /* border-bottom: 1px solid rgba(0,0,0,.12); */
  /* border: 0px solid black; */
  /* border-top-style: none;
  border-top-width: 0px;
  border-top-color: white; */
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  /* border-bottom-width: 1px; */
  /* border-bottom-style: solid; */
  border-bottom-color: rgba(0,0,0,.12);
  outline: none;
  background: white;
  line-height: 32px;
  font-size: 16px;
  font-family: "Helvetica","Arial",sans-serif;
  font-weight: 400;
  width: 300px;
  transition: border-color 0.4s linear;
}

.login-link-small {
  font-family: Nunito,sans-serif;
  color: #1C37A6;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}

.login-link-small:hover {
  color: rgb(0,0,0,0.7);
}

.login-link-small:active {
  color: rgb(0,0,0,0.9);
}

.login-reset-password {
  text-align: right;
}

a.dropdown-menu {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
html {
  height: 100%;
}

body {
  background-color: rgb(250, 251, 254);
  height: 100%;
  font-family: Nunito,sans-serif;
  margin: 0;
}

#main-content {
  height: 100%;
}

#new-valuation-card {
  background: url("../images/new_valuation_white.png") bottom right 15% no-repeat rgb(49, 58, 70);
}

#list-valuation-card {
  background: url("../images/list_valuations_white.png") bottom right 15% no-repeat rgb(49, 58, 70);
}

.form-container {
  /* text-align: center; */
  margin: 0% auto 5%;
  background-color: white;
  box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
}

.form {
  text-align: left;
}

.input-field-container {
  display: table;
  overflow: hidden;
  margin: 20px 0 20px;
}

.input-field-label {
  display: table-cell;
  min-width: 200px;
  max-width: 200px;
  font-size: 110%;
  padding-right: 30px;
  color: #6c757d;
  line-height: 32px;
  font-weight: bold;
}

.input-field-text {
  display: table-cell;
  font-size: 110%;
  color: #6c757d;
  line-height: 32px;
  font-weight: bold;
}

.input-field {
  display: table-cell;
  vertical-align: middle;
  /* border: none; */
  /* border-bottom: 1px solid rgba(0,0,0,.12); */
  /* border: 0px solid black; */
  /* border-top-style: none;
  border-top-width: 0px;
  border-top-color: white; */
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  /* border-bottom-width: 1px; */
  /* border-bottom-style: solid; */
  border-bottom-color: rgba(0,0,0,.12);
  outline: none;
  background: white;
  line-height: 32px;
  font-size: 16px;
  font-family: "Helvetica","Arial",sans-serif;
  font-weight: 400;
  width: 300px;
  transition: border-color 0.4s linear;
}

div.input-field {
  padding-left: 5px;
}

div.input-field-search {
  padding-left: 10px;
}

.input-field-search {
  display: table-cell;
  vertical-align: middle;
  /* border-style: solid; */
  border: 2px solid rgba(0,0,0,.12);
  border-radius: 15px;
  outline: none;
  background: white;
  line-height: 32px;
  font-size: 16px;
  font-family: "Helvetica","Arial",sans-serif;
  font-weight: 400;
  width: 100px;
  transition: border-color 0.4s linear;
}

.input-field-textarea {
  display: table-cell;
  vertical-align: top;
  border-color: rgba(0,0,0,.12);
  width: 300px;
  height: 20vh;
  padding: 3px;
  font-family: "Helvetica","Arial",sans-serif;
  font-size: 16px;
  resize: vertical;
  max-height: 40vh;
  /* border-top-col: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove; */
}

.input-field-date {
  display: table-cell;
  vertical-align: middle;
  border: none;
  outline: none;
  background: white;
  line-height: 32px;
  font-size: 16px;
  font-family: "Helvetica","Arial",sans-serif;
  font-weight: 400;
  width: 300px;
  transition: border-color 0.4s linear;
  padding-left: 0;
}

.input-field::-webkit-input-placeholder {
  color: rgba(0,0,0,.5);
}

.input-field::-moz-placeholder {
  color: rgba(0,0,0,.5);
}

.input-field:-ms-input-placeholder {
  color: rgba(0,0,0,.5);
}

.input-field-search::-webkit-input-placeholder {
  color: rgba(0,0,0,.5);
}

.input-field-search::-moz-placeholder {
  color: rgba(0,0,0,.5);
}

.input-field-search:-ms-input-placeholder {
  color: rgba(0,0,0,.5);
}

.input-field:focus {
  /* border-color: blue; */
  /* border-width: 1px; */
  border-bottom-color: blue;
  /* border-bottom-width: 1px; */
  transition: border-bottom-color 0.4s linear;
  /* transition: border-bottom-width 0.6s linear; */
}

.input-field-search:focus {
  border-color: blue;
  transition: border-color 0.4s linear;
}

.valuation-data-title-container {
  display: table;
  overflow: hidden;
}

.valuation-data-title {
  display: table-cell;
  vertical-align: middle;
}

.settings-content-title:hover {
  background: yellow;
  cursor: pointer;
}

.valuation-data-content-container {
  color: rgba(0,0,0,.86);
  margin-bottom: 20px;
  width: 100%;
}

#valuation-data {
  box-sizing: border-box;
  display: inline-block;
  /* width:80%; */
  min-width: 480px;
}

.valuation-data-full {
  margin: 0 10% 0 10%;
}

.valuation-data-section {
  /* margin-left: 200px; */
  margin: 0 0 0 200px;
  /* border-left: 1px solid #dee2e6; */
}

#valuation-data-list {
  box-sizing: border-box;
  list-style-type: none;
  /* padding: 0px 5% 0px 5%; */
  padding: 3px 50px 20px 30px;
  width: 100%;
}

#settings-content-data-list {
  box-sizing: border-box;
  list-style-type: none;
  /* padding: 0px 5% 0px 5%; */
  padding: 3px 50px 20px 30px;
  width: 100%;
}

.hidden-soft {
  visibility: hidden;
}

#my-valuations-list-container {
  width: 700px;
  padding: 20px 0px 10px;
  position: relative;
  text-align: center;
}

#valuation-form-container {
  max-width: 700px;
  padding: 10px 30px 20px;
  min-height: 60%;
  position: relative;
}

#settings-form-container {
  width: 700px;
  /* padding: 10px 50px 20px; */
  position: relative;
  text-align: center;
}

#support-form-container {
  width: 700px;
  padding: 10px 50px 20px;
  /* min-height: 60%; */
  position: relative;
}

#new-valuation-form-container {
  max-width: 600px;
  padding: 10px 50px 20px;
  min-height: 60%;
  position: relative;
}

#data-form-container {
  max-width: 600px;
  padding: 10px 50px 20px;
  min-height: 60%;
  position: relative;
}

#val-folder-form-container {
  max-width: 600px;
  padding: 10px 50px 20px;
  min-height: 60%;
  position: relative;
}

#new-valuation-data-container {
  margin: 0% auto 5%;
  max-width: 600px;
  text-align: left;
}

#valuation-data-container {
  border: 0px solid red;
  max-width: 1000px;
  /* min-height: 750px; */
  min-height: 75vh;
  /* min-width: 750px; */
}

#rebuild-form-container {
  max-width: 700px;
  padding: 10px 20px 20px;
  min-height: 60%;
  position: relative;
}

#download-form-container {
  max-width: 600px;
  padding: 10px 50px 20px;
  min-height: 300px;
  position: relative;
}

#download_macro-form-container {
  max-width: 600px;
  padding: 10px 50px 20px;
  min-height: 300px;
  position: relative;
}

#submit-form-container {
  max-width: 600px;
  padding: 10px 50px 20px;
  min-height: 300px;
  position: relative;
}

#valuation-folder-container {
  max-width: 600px;
  padding: 10px 50px 20px;
  min-height: 300px;
  position: relative;
}

.postcode-input {
  overflow: hidden;
  float: left;
}

.image-inline {
  margin: auto;
  width: 70%;
}

.text-paragraph {
  text-align: justify;
}

.new-val-header {
  color: #6c757d;
  margin: 16px 0 48px;
}

.content-placeholder {
  color: rgba(0,0,0,.30);
  /* cursor: url("../../images/baseline_edit_black_18dp_flipped.png"),auto; */
}

.new-val-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.rebuild-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.inputs-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.support-button {
  /* position: absolute; */
  text-align: right;
  right: 20px;
  bottom: 20px;
}

.new-valuation-loading-item {
  /* overflow: hidden; */
}

.new-valuation-loading-reload {
  /* float:right; */
  /* display: table-cell; */
  /* width:20px; */
  /* height:20px; */
  /* margin-right: 30px; */
  vertical-align: middle;
  margin-top: -3px;
}

.new-valuation-loading-image {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  padding-bottom: 4px;
}

.new-valuation-loading-text {
  display: table-cell;
  height: 22px;
  vertical-align: middle;
}

.new-valuation-content-container {
  height: 100%;
  min-height: 500px;
  padding: 0px 00px 50px;
}

.rebuild-content-container {
  height: 100%;
  min-height: 500px;
  padding: 0px 00px 50px;
}

.new-valuation-data-intro {
  text-align: left;
}

#table-my-valuations {
  width: 100%;
  /* margin:0 auto 0; */
  margin: 10px auto 10px;
  border: none !important;
}

.post-code-button-container {
  float: left;
  vertical-align: center;
  border: 0px solid red;
  padding: 20px 0;
  margin: 0;
}

.gone {
  display: none !important;
}

.show {
  opacity: 1;
  transition: opacity 0.4s linear;
}

.hide {
  opacity: 0;
  transition: opacity 0.4s linear;
}

.new-valuation-subtitle {
  margin-top: 20px;
}

#new-valuation-client-container {
  min-height: 100px;
  margin-top: 20px;
  color: #6c757d;
}

.address-container {
  min-height: 100px;
  margin-top: 20px;
  color: #6c757d;
}

.signee-container {
  color: #6c757d;
  min-height: 30px;
  margin-top: 20px;
}

.inline-alert {
  color: red;
}

#new-valuation-loading-list {
  list-style: none;
  margin-left: 30%;
}

.button-hover {
  visibility: hidden;
}

.subsection-container:hover .button-hover {
  visibility: visible;
}

.material-icons {
  padding-left: 2px;
}

a.material-icons {
  text-decoration: none;
  font-size: 20px;
}

.data-tab-warning {
  color: orange;
}

.data-tab-status-icon-container {
  text-align: center;
}
.modal {
  display: none;
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  padding-top: 10vh;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0,0,0);
  /* Fallback color */
  background-color: rgba(0,0,0,0.4);
  /* Black w/ opacity */
}

.modal-container {
  background-color: #fefefe;
  margin: auto;
  padding: 0 20px 0;
  border: 1px solid #888;
  width: auto;
  max-width: 600px;
  max-height: 800px;
  /* overflow-y: auto; */
}

@media screen and (max-height: 640px) {
  .modal-container {
    overflow-y: scroll;
    /* -ms-overflow-style: none; */
    /* scrollbar-width: none; */
  }

  .modal-container::-webkit-scrollbar {
    /* display: none; */
  }
}

.modal-container-small {
  background-color: #fefefe;
  margin: auto;
  padding: 0 20px 0;
  border: 1px solid #888;
  width: 400px;
}

.modal-container-large {
  background-color: #fefefe;
  margin: auto;
  padding: 0 20px 0;
  border: 1px solid #888;
  width: auto;
  max-width: 800px;
  max-height: 80vh;
  min-height: 400px;
}

.modal-close-container {
  position: relative;
}

.modal-close {
  position: absolute;
  right: 0;
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.postcode-modal-scroll-box {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  display: inline-block;
  max-height: 500px;
  text-align: left;
  width: 420px;
  float: right;
  /* margin: 20px; */
  /* white-space: nowrap; */
  /* width:100%; */
  /* max-width: 600px; */
  /* padding: 0 30px 0; */
  margin-bottom: 20px;
  /* overflow: hidden; */
}

.postcode-modal-scroll-box--old {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  /* display: inline-block; */
  max-height: 500px;
  text-align: left;
  /* width: 420px; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* float: right; */
  /* margin: 20px; */
  /* white-space: nowrap; */
  /* width:100%; */
  /* max-width: 600px; */
  /* padding: 0 30px 0; */
  margin-bottom: 30px;
  /* overflow: hidden; */
}

.postcode-modal-container {
  overflow: hidden;
  min-height: 400px;
}

.postcode-modal-mapcontainer {
  float: left;
  position: relative;
}

.postcode-map-image {
  width: 380px;
  height: 380px;
  position: absolute;
}

.postcode-map-canvas {
  width: 380px;
  height: 380px;
  position: absolute;
}

.postcode-map-missing {
  width: 380px;
  height: 380px;
  position: absolute;
  text-align: center;
  padding-top: 100px;
  font-size: 1.25em;
  /* font-weight: bold; */
  color: red;
}

.modal-list {
  margin: 0;
  list-style: none;
}

#modal-content {
  width: 100%;
  /* text-align: center; */
}

.modal-header {
  font-family: Nunito,sans-serif;
  font-size: 110%;
  color: #6c757d;
  line-height: 32px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.modal-button-container {
  text-align: center;
  margin-bottom: 10px;
}

.modal-warning-message {
  font-size: 90%;
  color: red;
}

.edit-address-warning {
  color: red;
}

.modal-postcode-enter-manually {
  color: blue;
}

#modal-postcode-site-selection-container {
  height: 100%;
}
/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: '\2022';
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

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

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: '\2022';
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

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

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }

  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }

  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}

.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}
#my-requests-list-container {
  width: 700px;
  padding: 20px 0px 10px;
  position: relative;
  text-align: center;
}

#request-form-container {
  max-width: 700px;
  padding: 10px 00px 20px;
  min-height: 60%;
  position: relative;
}

.request-button {
  position: relative;
  text-align: right;
  margin-top: 50px;
}



/* #request-lap{
  color: #6c757d;
  padding-left: 0px;
  cursor: pointer;
  padding-right: 0px;
} */

.request-bid-name {
  display: inline-block;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-bid-bid {
  display: inline-block;
  overflow: hidden;
  width: 100px;
  margin-left: 10px;
  text-align: right;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
}

.request-bid-bid-bold {
  font-weight: 600;
}

.request-bid-accept {
  display: inline-block;
  overflow: hidden;
  margin-left: 10px;
  /* float: right; */
  /* display: none; */
}

.request-bid-accept-hidden {
  visibility: hidden;
}

/* .request-lap-edit-button-container{
  visibility: hidden;
}

.request-lap-container:hover ~ .request-lap-edit-button-container{
  visibility: visible;
}

.request-lap-container:hover{
  background-color: red;
} */

.request-button-container {
  text-align: right;
}
.section-placeholder {
  float: left;
  /* overflow: hidden; */
  /* margin: 14px 0; */
  box-sizing: border-box;
  width: 200px;
  height: 100%;
  /* border-right: 1px solid #dee2e6; */
  margin-right: -1px;
  /* position: fixed; */
}

.section-container {
  float: left;
  /* overflow: hidden; */
  /* margin: 14px 0; */
  box-sizing: border-box;
  width: 200px;
  height: 100%;
  /* border-right: 1px solid #dee2e6; */
  margin-right: -1px;
  position: fixed;
}

.section-list {
  list-style-type: none;
}

/* @media (max-height: 800px){ */

.section-list {
  overflow-y: scroll;
  max-height: 70vh;
  direction: rtl;
  width: 200px
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  padding-inline-start: 0px;
}

.section-list::-webkit-scrollbar {
  display: none;
}

.section-list-item {
  padding: 1px 5px 1px 10px;
  text-align: left;
  font-size: 0.8rem;
  margin-right: 0px;
  margin-left: 10px;
  line-height: 2.0;
  font-weight: lighter;
  color: rgba(0,0,0,.54);
  border: 1px solid white;
  overflow: hidden;
  border-right: 1px solid  #dee2e6;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
}

.section-list-item.section-link-selected {
  /* padding: 0px 1px 0px 19px; */
  border: 1px solid;
  border-color: #dee2e6 white #dee2e6 #dee2e6;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  color: rgba(0,0,0,1);
  white-space: normal;
}

.section-list-item:hover {
  /* padding: 0px 1px 0px 19px; */
  border: 1px solid;
  border-color: #e9ecef white #e9ecef #e9ecef;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  cursor: pointer;
  /* white-space: normal; */
}
/* The sidebar menu */

.sidenav {
  height: 100%;
  /* Full-height: remove this if you want "auto" height */
  width: 230px;
  /* Set the width of the sidebar */
  position: fixed;
  /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: rgb(49, 58, 70);
  /* Black */
  overflow-x: hidden;
  /* Disable horizontal scroll */
}

.sidenav-logo {
  display: block;
}

/* The navigation menu links */

.side-nav-item {
  padding: 12px 30px;
  text-decoration: none;
  /* color: rgb(108, 117, 125); */
  color: #8391a2;
  display: block;
  font-family: Nunito,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
  outline: 0;
  transition: color 0.5s;
  cursor: pointer;
}



/* When you mouse over the navigation links, change their color */

.side-nav-item:hover {
  color: rgb(185, 203, 224);
  transition: color 0.5s;
}

.side-nav-item.side-nav-sublink {
  font-size: 14px;
  margin-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
}

.side-nav-sublink {
  padding-top: 5px;
  padding-bottom: 5px;
}

.side-nav-sublink-text {
  padding-left: 5px;
}

.side-nav-title {
  letter-spacing: .05em;
  pointer-events: none;
  cursor: default;
  font-size: .9rem;
  text-transform: uppercase;
}

.side-nav-link {
  color: inherit;
  font-size: inherit;
}

.side-nav-link span,
i {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  display: inline-flex;
}

i {
  font-size: 1.3rem !important;
  vertical-align: middle !important;
  padding-bottom: 4px;
}

.side-nav-link-text {
  padding-left: 10px;
}

.side-nav-sublink {
  cursor: pointer;
  /* font-size: 14px; */
  /* padding-left: 35px;
  margin-top: 0; */
}

#side-nav-link-currentval {
  padding-top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#menu-bar {
  margin: 0;
  padding: 0;
}

#side-nav-sublink-ul {
  margin: 0;
  padding: 0;
}

/* Style page content */

.main {
  margin-left: 230px;
  /* Same as the width of the sidebar */
  padding: 0px 20px;
  height: 100%;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */

/* @media screen and (max-height: 450px) {
 .sidenav {padding-top: 15px;}
 .sidenav a {font-size: 18px;}
} */

.logo {
  color: white !important;
  text-align: center !important;
  font-size: 1.2rem !important;
  font-weight: bold !important;
  margin: 20px 0px;
  cursor: pointer;
}

.side-nav-selected {
  color: white;
}

.side-nav-selected:hover {
  color: white;
}

.side-nav-toggle-button {
  position: fixed;
  top: 0%;
  left: 0%;
  padding: 12px 12px;
  text-decoration: none;
  /* color: rgb(108, 117, 125); */
  color: #8391a2;
  display: block;
  font-family: Nunito,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
  outline: 0;
  transition: color 0.5s;
  cursor: pointer;
}

/* When you mouse over the navigation links, change their color */

.side-nav-toggle-button:hover {
  color: rgb(185, 203, 224);
  transition: color 0.5s;
}

#side-nav-toggle-button {
  display: none;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .sidenav {
    width: 0px;
  }

  #side-nav-toggle-button {
    display: block;
  }

  .main {
    margin-left: 20px;
  }
}

.sidenav-temp {
  width: 230px;
}
.loader {
  color: #0000ff;
  font-size: 20px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 10px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

.spinner-main {
  margin: 20% auto;
}

.spinner-container-main {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  text-align: center;
  background-color: rgb(0,0,0);
  /* Fallback color */
  background-color: rgba(0,0,0,0.4);
  /* Black w/ opacity */
  z-index: 10;
  /* Sit on top */
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(0,0,0,.12);
  margin-top: 10px;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}

tbody {
  height: 100%;
}

tbody > tr {
  /* cursor: pointer; */
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(0,0,0,.12);
}

tbody > tr:hover {
  /* background-color: rgb(238, 238, 238); */
  /* white-space:normal; */
  /* transition: 0.5s;
  vertical-align: top; */
}

th {
  padding: 5px 30px 5px 10px;
  border: none;
  font-weight: bold;
  /* color: rgba(0,0,0,.74); */
  overflow: hidden;
}

.table-cell-right {
  text-align: right;
}

.table-cell-left {
  text-align: left;
}

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

td {
  padding: 5px 30px 5px 10px;
  /* white-space: nowrap; */
  white-space: initial;
  /* max-width: 400px; */
  /* overflow: hidden; */
  /* text-overflow: initial; */
  /* max-height:10px; */
  /* height:10px; */
  /* border-width: 1px;
  border-color: red;
  border-style: solid; */
}

td:last-child {
  padding: 5px;
}

th:last-child {
  padding: 5px;
}

td:hover {
  transition: 0.5s;
}

a.table-myval {
  text-decoration: none;
  color: inherit;
}

a.table-myrequests {
  text-decoration: none;
  color: inherit;
}

.table-container {
  text-align: center;
  width: 100%;
}

.table-doc-paragraph {
  /* max-width:100px; */
}

.table-doc-container {
  /* max-width:100px; */
}

.table {
  /* font-family: "Helvetica","Arial",sans-serif; */
  font-size: small;
  text-overflow: clip;
  overflow: hidden;
  /* border: 1px solid rgba(0,0,0,.12); */
  /* box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); */
  width: 100%;
}

.table-header {
  overflow: hidden;
  cursor: default;
  width: 100%;
}

.table-body {
  overflow: hidden;
  cursor: default;
  width: 100%;
}

.table-header-container {
  padding-left: 20px;
  padding-right: 20px;
}

.table-row-container {
  padding-left: 20px;
  padding-right: 20px;
}

.table-element {
  /* border: 1px solid blue; */
}

.table-header {
  overflow: hidden;
  width: 100%;
}

.table-row {
  overflow: hidden;
  width: 100%;
}

.table-row-main {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(0,0,0,.12);
  border-left: 1px solid rgba(0,0,0,.12);
  border-right: 1px solid rgba(0,0,0,.12);
  cursor: pointer;
  display: table;
}

.table-row-main-nohover {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(0,0,0,.12);
  border-left: 1px solid rgba(0,0,0,.12);
  border-right: 1px solid rgba(0,0,0,.12);
  display: table;
}

.table-row-container:last-child .table-row-main-nohover {
  /* border-bottom: 1px solid rgba(0,0,0,.12); */
}

.table-header-main {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.12);
  /* border-left: 1px solid rgba(0,0,0,.12); */
  /* border-right: 1px solid rgba(0,0,0,.12); */
  cursor: default;
  display: table;
  font-weight: bold;
}

.table-header-main-plain {
  width: 100%;
  overflow: hidden;
  cursor: default;
  display: table;
  font-weight: bold;
}

.table-row-container:last-child .table-row-main {
  /* border-bottom: 1px solid rgba(0,0,0,.12); */
}

.table-header-plain {
  width: 100%;
  overflow: hidden;
  cursor: default;
  display: table;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
}

.table-row-main-plain {
  overflow: hidden;
  /* padding: 0% 0.5%; */
  display: table;
  border-top: 1px solid rgba(0,0,0,.12);
}

.table-row-main:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.select-table-checkbox-hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.table-row-selected {
  background: rgba(0, 0, 0, 0.12);
}

.table-row-selected.table-row-details {
  background: rgba(0, 0, 0, 0);
}

.select-table-checkbox-container {
  display: block;
  position: relative;
  /* padding-left: 35px; */
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-table-checkbox-container-details {
  /* position: absolute; */
  /* top: 50%; */
  /* padding-top: 40%; */
}

.select-table-checkbox {
  position: absolute;
  top: 7px;
  left: 15px;
  height: 13px;
  width: 13px;
  border: 2px solid rgba(0,0,0,.7);
  border-radius: 3px;
}

.select-table-checkbox-details {
  top: 50%;
  margin-top: -8px;
}

.select-table-checkbox-selected {
  position: absolute;
  top: 10px;
  left: 18px;
  height: 0px;
  width: 0px;
  background-color: rgba(0,0,0,.7);
  border-radius: 3px;
  animation-duration: 0.1s;
  animation-name: untick;
}

.select-table-checkbox-details-selected {
  top: 50%;
  margin-top: -5px;
}

.table-row-selected .select-table-checkbox-selected {
  height: 11px;
  width: 11px;
}

.table-row-selected:not(.table-row-details-selected) .select-table-checkbox-selected:not(.select-table-checkbox-details-selected) {
  animation-duration: 0.1s;
  animation-name: tick;
}

@keyframes tick {
  from {
    height: 0px;
    width: 0px;
    top: 15px;
    left: 23px;
  }

  to {
    height: 11px;
    width: 11px;
    top: 10px;
    left: 18px;
  }
}

@keyframes untick {
  from {
    height: 11px;
    width: 11px;
    top: 10px;
    left: 18px;
  }

  to {
    height: 0px;
    width: 0px;
    top: 15px;
    left: 23px;
  }
}

.table-row-main:active .select-table-checkbox-selected {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.table-row-main:hover .select-table-checkbox-selected {
  /* display: block;
  background-color: rgba(0, 0, 0, 0.2); */
}

/* .table-row-selected .select-table-checkbox{
  background-color: rgba(0,0,0,.3);
} */

/* .table-row-selected:hover{
  background: rgba(0, 0, 0, 0.16);
} */

.table-row-main:active {
  background: rgba(0, 0, 0, 0.24);
}

.table-row-selected:hover .select-table-checkbox {
  background-color: rgba(0,0,0,.2);
}

.table-element {
  padding: 1% 1%;
  display: table-cell;
  overflow: hidden;
  /* white-space: nowrap; */
  /* float: left; */
  text-overflow: ellipsis;
  vertical-align: middle;
  box-sizing: border-box;
}

.table-element-right {
  float: right;
}

.table-element .mdl-checkbox {
  margin-left: 20px;
}

.table-scroll {
  scrollbar-width: thin;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.table-checkbox {
  outline: none;
  cursor: pointer;
}

.table-field-description {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.table-field-overflow {
  /* max-width: 100px; */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.table-field-wrap {
  /* max-width: 100px; */
  overflow: visible;
  white-space: normal;
}

.table-field-overflow:hover {
  overflow: visible;
  white-space: normal;
}

.table-cell-click {
  cursor: pointer;
}

.table-cell-my-valuations {
  border-bottom: none !important;
}

.selection-table-show-details {
  margin-top: 6px;
  margin-left: -30px;
  position: absolute;
  visibility: hidden;
  /* transition: visibility 0.5s linear; */
}

.table-row-container:hover .selection-table-show-details {
  visibility: visible;
}

.selection-table-details-container {
  margin-right: -2px;
  padding-left: 0%;
  border-right: 1px solid rgba(0,0,0,.12);
  border-left: 1px solid rgba(0,0,0,.12);
}

.table-row-container:last-child .selection-table-details-container {
  border-bottom: 1px solid rgba(0,0,0,.12);
}

/* .table-time{width: 11%; text-align: left;}
.table-sender{width: 10%; text-align: left;}
.table-subject{width: 29%; text-align: left;}
.table-state{width: 8%; text-align: left;}
.table-decision{width: 14%; text-align: left;}
.table-confidence{width: 7%; text-align: right;}
.table-feedback{width: 7%; text-align: left;} */

.table-tick {
  width: 10%;
  text-align: center;
}

.table-epc-tick {
  width: 7%;
  text-align: center;
  text-overflow: initial;
}

.table-epc-address {
  width: 43%;
  text-align: left;
}

.table-epc-date {
  width: 20%;
  text-align: right;
}

.table-epc-rating {
  width: 10%;
  text-align: right;
}

.table-epc-link {
  width: 7%;
  text-align: right;
}

.table-epc-rr-link {
  width: 7%;
  text-align: right;
}

.table-council-tax-tick {
  width: 7%;
  text-align: center;
  text-overflow: initial;
}

.table-council-tax-address {
  width: 75%;
  text-align: left;
}

.table-council-tax-rating {
  width: 18%;
  text-align: right;
}

/* .table-rating-tick{width: 7%; text-align: center; text-overflow:initial}
.table-rating-address{width: 75%; text-align: left;}
.table-rating-rating{width: 18%; text-align: right;} */

.table-rating-tick {
  width: 7%;
  text-align: center;
  text-overflow: initial;
}

.table-rating-address {
  width: 70%;
  text-align: left;
}

.table-rating-rating {
  width: 16%;
  text-align: right;
}

.table-rating-link {
  width: 7%;
  text-align: center;
}

.table-listed-tick {
  width: 7%;
  text-align: center;
  text-overflow: initial;
}

.table-listed-name {
  width: 64%;
  text-align: left;
}

.table-listed-grade {
  width: 7%;
  text-align: right;
}

.table-listed-entry {
  width: 15%;
  text-align: right;
}

.table-rating-link {
  width: 7%;
  text-align: center;
}

.table-planning-tick {
  width: 7%;
  text-align: center;
  text-overflow: initial;
}

.table-planning-address {
  width: 93%;
  text-align: left;
}

.table-transaction-tick {
  width: 7%;
  text-align: center;
  text-overflow: initial;
}

.table-transaction-address {
  width: 93%;
  text-align: left;
}

.table-myval-date {
  width: 20%;
  text-align: left;
}

.table-myval-template {
  width: 15%;
  text-align: left;
}

.table-myval-address {
  width: 55%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  max-width: 50px;
}

.table-myval-actions {
  width: 10%;
  text-align: center;
}

.table-myval {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-myval-sortable {
  cursor: pointer;
}

.myvals-sort-icon {
  display: none;
  font-size: 1.2em !important;
}

.table-myval-sortable:hover .myvals-sort-icon {
  display: inline;
}

#table-macro-files {
  margin-top: 50px;
}

.table-macro-files-saved {
  width: 30%;
  text-align: left;
}

.table-macro-files-author {
  width: 30%;
  text-align: left;
}

.table-macro-files-download {
  width: 40%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  max-width: 50px;
}

.myvals-sort-icon {
  display: none;
}

.table-settings-clients-name-short {
  width: 15%;
  text-align: left;
}

.table-settings-clients-name-long {
  width: 22.5%;
  max-width: 100px;
  text-align: left;
}

.table-settings-clients-street {
  width: 22.5%;
  max-width: 100px;
  text-align: left;
}

.table-settings-clients-city {
  width: 15%;
  overflow: hidden;
  text-align: left;
}

.table-settings-clients-postcode {
  width: 15%;
  text-align: left;
}

.table-settings-clients-actions {
  width: 10%;
  text-align: center;
}

.table-settings-signees-name {
  width: 40%;
  text-align: left;
}

.table-settings-signees-qualification {
  width: 25%;
  text-align: left;
}

.table-settings-signees-title {
  width: 25%;
  text-align: left;
}

.table-settings-signees-actions {
  width: 10%;
  text-align: center;
}

.table-settings-content-section {
  width: 60%;
  text-align: left;
}

.table-settings-content-valid {
  width: 20%;
  text-align: right;
}

/* .table-settings-content-latest{width:15%; text-align: left;} */

.table-settings-signees-actions {
  width: 20%;
  text-align: center;
}

.table-current-valuation-item {
  width: 35%;
  text-align: left;
}

.table-current-valuation-status {
  width: 30%;
  text-align: center;
}

.table-current-valuation-preview {
  width: 35%;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  max-width: 50px;
}

.table-myrequests-date {
  width: 20%;
  text-align: left;
}

.table-myrequests-address {
  width: 50%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  max-width: 50px;
}

.table-myrequests-requestor {
  width: 15%;
  text-align: left;
}

.table-myrequests-status {
  width: 15%;
  text-align: left;
}

.table-myrequests {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-val-folder-file {
  width: 45%;
  text-align: left;
  max-width: 300px;
}

.table-val-folder-date {
  width: 25%;
  text-align: left;
}

.table-val-folder-author {
  width: 20%;
  text-align: left;
}

.table-val-folder-actions {
  width: 10%;
  text-align: center;
}

/* .table-data-label{width:50%; text-align: left;} */

/* .table-data-value{width:50%; text-align: right;} */
.tab-button {
  font-family: Nunito,sans-serif;
  background: none;
  /* color: #1C37A6; */
  border: none;
  text-transform: uppercase;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}

.tab-button:hover {
  background-color: rgb(0,0,0,0.08);
  margin-bottom: -1px;
}

.tab-selected {
  border-top: 1px solid rgb(0,0,0,0.12);
  border-left: 1px solid rgb(0,0,0,0.12);
  border-right: 1px solid rgb(0,0,0,0.12);
  border-bottom: 1px solid white;
  margin-bottom: -1px;
}



.tab-content-container {
  /* border: 1px solid rgb(0,0,0,0.12); */
  padding: 20px;
  min-height: 480px;
}

.tab-content-container-small {
  padding: 20px;
}

.settings-tab-buttons {
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(0,0,0,0.12);
}

.valuation-tab-buttons {
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(0,0,0,0.12);
}

.request-tab-buttons {
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(0,0,0,0.12);
}

.login-tab-buttons {
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(0,0,0,0.12);
}

.settings-content-tab {
  /* margin-top: 20px; */
}

.request-content-tab {
  padding-left: 20px;
  padding-right: 20px;
}
.toast-container {
  position: fixed;
  bottom: 20px;
  background-color: rgba(250,246,40,0.6);
  z-index: 99;
}

.toast-content {
  padding: 5px 10px 5px;
  font-size: 26px;
}
/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */

[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */

[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}

/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip]:after {
  /* position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; */
}

/* Show tooltip content on hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.top-bar {
  font-family: Nunito,sans-serif;
  min-width: 600px;
}

.top-bar-header {
  padding-left: 0px;
  /* float:left; */
  border: 0px solid red;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  text-align: left;
  line-height: 75px;
  color: rgb(108, 117, 125);
  font-weight: 700;
  margin: 0;
  font-family: inherit;
}

.top-bar-right {
  float: right;
  padding-right: 10px;
  border: 0px solid red;
  font-family: inherit;
}

.breadcrumb-list {
  overflow: hidden;
  margin: 0;
  font-family: inherit;
}

.breadcrumb-item {
  float: left;
  display: block;
  font-family: inherit;
  line-height: 75px;
}

.breadcrumb-item-active {
  color: #adb5bd;
}

.breadcrumb-icon {
  font-size: 1.1rem !important;
  font-weight: 400;
  padding: 0 8px 2px;
  cursor: default;
  color: #ced4da;
}

.breadcrumb-link {
  color: #727cf5;
  outline: none;
  text-decoration: none;
}

.user-bar {
  background-color: white;
  line-height: 40px;
  /* min-height: 100px; */
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
  color: rgba(0,0,0,0.5);
}

.user-bar-right {
  float: right;
  padding-right: 10px;
  border: 0px solid red;
  font-family: inherit;
  vertical-align: middle;
}

.user-dropdown {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: white;
  line-height: 40px;
  z-index: 5;
  padding-right: 20px;
  padding-left: 20px;
  cursor: pointer;
  height: 40px;
  overflow: hidden;
  color: rgba(0,0,0,.5);
  transition: all 300ms ease;
  transition-property: height, color;
}

.dropdown-menu:hover {
  /* background: rgba(0,0,0,.16); */
  color: black;
  transition: all 300ms ease;
  transition-property: color;
}

.user-dropdown:hover {
  box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
  height: 125px;
  transition: all 300ms ease;
  transition-property: height;
}

.user-dropdown:hover .dropdown-menu {
  /* display: block; */
}

.user-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-head {
  /* min-width: 200px; */
}

.user-menu-item-text {
  padding-left: 10px;
}

.user-menu-down {
  margin-left: 10px;
  transition: all 500ms ease;
  transition-property: transform, padding;
}

.user-dropdown:hover .user-menu-down {
  transform: rotateX(180deg);
  padding-bottom: 3px;
  transition: all 500ms ease;
  transition-property: transform, padding;
}