.frame {
  overflow-y: auto; }

.frame::-webkit-scrollbar {
  -webkit-appearance: none; }

.frame::-webkit-scrollbar:vertical {
  width: 10px; }

.frame::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 1px solid #95C37F;
  /* should match background, can't be transparent */
  background-color: #95C37F; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background-color: #eee !important;
  height: 100%; }

a {
  text-decoration: none; }

@media print {
  @page {
    size: portrait;
    margin: 0; }
  body {
    padding: 0.3cm; }
  html {
    margin: 0; }
  .section-to-print,
  .section-to-print * {
    visibility: visible; }
  .section-to-print {
    position: absolute;
    left: 0;
    top: 0; }
  #Header,
  #Footer {
    display: none !important; } }

section.animated {
  height: 100vh;
  page-break-after: always; }

#root {
  height: 100%; }

.NavParent {
  transition: all 0.2s ease-in-out; }

.toast-title {
  font-weight: 700; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #fff; }

.toast-message a:hover {
  color: #ccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em; }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none; }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important; }

#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303 !important; }

.toast-success {
  background-color: #51a351 !important; }

.toast-error {
  background-color: #bd362f !important; }

.toast-info {
  background-color: #2f96b4 !important; }

.toast-warning {
  background-color: #f89406 !important; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }

.ListItemMenu > div {
  width: 100%; }

.ListItemMenu:hover .MuiButtonBase-root {
  background-color: #6fce7e !important;
  color: white; }

.ListItemMenu:hover .MuiButtonBase-root {
  background-color: #6fce7e !important;
  color: white; }

.MenuItemBase-button:hover {
  background-color: #ccc; }

.MenuItem-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.MenuItemBase-button.MenuItemBase--small {
  height: 30px; }

.MenuItemBase-button {
  align-items: center !important;
  color: #151b26;
  cursor: pointer;
  display: flex;
  height: 30px;
  padding: 0 10px 0 10px;
  position: relative; }

ul.menu_horizontal {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.menu_horizontal > li {
  float: left;
  position: relative;
  height: 100%; }

ul.menu_horizontal li a {
  display: inline-block;
  padding: 9px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 30px; }

ul.menu_horizontal li a {
  cursor: pointer;
  display: inline-block;
  padding: 7px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  border-radius: 5px;
  font-weight: bold; }

ul.menu_horizontal li a span {
  margin-left: 5px; }

ul.menu_horizontal li a:hover {
  background: #005500; }

ul.sub {
  list-style: none;
  padding: 10px 0;
  background: #005500;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 280px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-top: -5px; }

ul.sub li a:hover {
  background: #2c6835; }

ul.sub li a {
  cursor: pointer;
  display: block;
  padding: 12px 24px;
  font-size: 15px;
  white-space: nowrap;
  font-weight: 400;
  line-height: 20px;
  color: #fff; }

.editTable.textError {
  background-color: rgba(255, 0, 0, 0.384) !important;
  border-radius: 2px; }

.MuiTableCell-paddingCheckbox {
  padding: 0 0 0 1.5px !important; }

.mainLeft {
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 240px;
  width: 22%; }

.mainRight {
  min-height: 400px;
  width: 100%;
  position: relative;
  margin-bottom: 20px; }

.mainLeft1 {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 100%; }

.mainRight1 {
  min-height: 400px;
  width: 20%;
  margin-bottom: 20px; }

.ModalLayer {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5000; }

.ModalBuffer {
  background-color: rgba(39, 50, 64, 0.6);
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 1px;
  width: 100%; }

.ModalBuffer-content {
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
  min-height: 1px;
  width: 100%; }

.ModalPaneWithBuffer-pane {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(111, 119, 130, 0.15), 0 5px 20px 0 rgba(21, 27, 38, 0.08);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 75px;
  min-height: 1px;
  overflow: visible; }

.Dialog {
  color: #151b26;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  min-height: 1px;
  text-align: left;
  width: 580px; }

.Dialog-header {
  border-bottom: 1px solid #e8ecee;
  border-radius: 4px 4px 0 0;
  display: flex;
  flex-shrink: 0;
  padding: 10px 30px;
  position: relative; }

.Dialog-headerTitle {
  align-self: center;
  color: #151b26;
  flex: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  min-width: 1px;
  word-wrap: break-word; }

.Dialog-closeButton {
  position: absolute;
  right: 15px;
  top: 15px; }

.CloseButton {
  align-items: center;
  display: inline-flex;
  fill: #6f7782; }

.Icon.Icon--small {
  height: 16px;
  width: 16px; }

.ConfirmationDialog-dialogContents {
  padding: 16px 32px 24px; }

.ConfirmationDialog-dialogText {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px; }

.DeletePotDialog-willDeleteItemsList {
  list-style: disc;
  margin-left: 48px; }

.ConfirmationDialog-dialogButtonRow {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px; }

.ModalBuffer .ModalBuffer-topBuffer,
.ModalBuffer .ModalBuffer-bottomBuffer {
  flex: 0 1000 30px;
  height: 30px;
  min-height: 0px; }

.Button--secondary:not(.Button--disabled) {
  background: #fff;
  border-color: #9ca6af;
  color: #6f7782;
  fill: #6f7782; }

.Button.Button--small {
  height: 32px;
  line-height: 32px;
  padding: 0 15px; }

.ConfirmationDialog-dialogButton {
  margin-left: 8px; }

.ConfirmationDialog-redConfirmButton:not(.Button--disabled) {
  background-color: #ff5263;
  border-color: #ff5263;
  color: #fff;
  fill: #fff; }

.DeletePotDialog-confirmText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.Button {
  align-items: center;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 13px;
  justify-content: center;
  line-height: 1;
  min-width: 50px;
  text-align: center;
  transition-duration: 0.2s; }

.Button.Button--disabled.Button--primary {
  background: #f6f8f9;
  border: 1px solid #e8ecee; }

.MuiCardHeader-root > .MuiCardHeader-action > .MuiIconButton-root {
  padding: 5px !important; }

.o_statusbar_status {
  margin-left: auto;
  flex-flow: row-reverse wrap-reverse;
  align-self: stretch;
  align-items: stretch; }

.o_field_widget {
  align-self: center;
  margin-bottom: 0px; }

.o_statusbar_buttons,
.o_statusbar_status {
  display: flex;
  align-items: center;
  align-content: space-around; }

.o_statusbar_status > .o_arrow_button:first-of-type {
  padding-right: 16px; }

.o_statusbar_status > .o_arrow_button.disabled {
  opacity: 1.0;
  color: #adb5bd;
  pointer-events: none;
  border-left: 1px solid #dee2e6; }

.o_statusbar_status > .o_arrow_button:first-child {
  padding-right: 16px;
  overflow-x: hidden; }

.o_statusbar_status > .o_arrow_button {
  font-weight: 500; }

.o_statusbar_status > .o_arrow_button {
  min-height: 33px;
  font-size: 11px;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
  color: #495057;
  border-width: 0 0 0;
  border-radius: 0;
  transition: all 0.1s ease 0s; }

.btn.disabled,
.btn:disabled {
  opacity: 0.65; }

.btn-primary,
.btn-secondary1 {
  text-transform: uppercase; }

.btn,
.btn-group > .btn {
  border-radius: 0px; }

.btn-secondary1 {
  background-color: white;
  border-color: white;
  color: #00A09D; }

.btn-secondary1 {
  color: #FFFFFF;
  border-color: #6c757d; }

.o_form_statusbar {
  margin: 0 2px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 16px;
  border-bottom: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
  background-color: white; }

.o_statusbar_status > .o_arrow_button {
  font-weight: 500; }

.o_statusbar_status > .o_arrow_button {
  min-height: 33px;
  font-size: 11px;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
  color: #495057;
  border-width: 0 0 0;
  border-radius: 0;
  transition: all 0.1s ease 0s; }

.o_statusbar_status > .o_arrow_button:not(:first-child):before {
  right: -11px !important;
  border-left-color: #dee2e6 !important; }

.o_statusbar_status > .o_arrow_button:not(:first-child):before,
.o_statusbar_status > .o_arrow_button:not(:first-child):after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: -10px;
  border-top: 16px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: none;
  border-left: 11px solid white;
  transition: border 0.2s ease 0s;
  -moz-transform: scale(0.9999); }

.o_statusbar_status > .o_arrow_button:not(:first-child):before,
.o_statusbar_status > .o_arrow_button:not(:first-child):after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: -10px;
  border-top: 16px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: none;
  border-left: 11px solid white;
  transition: border 0.2s ease 0s;
  -moz-transform: scale(0.9999); }

.o_statusbar_status > .o_arrow_button:not(:first-child):before {
  right: -11px;
  border-left-color: #dee2e6; }

.o_statusbar_status > .o_arrow_button:not(:first-child):before,
.o_statusbar_status > .o_arrow_button:not(:first-child):after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: -10px;
  border-top: 16px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: none;
  border-left: 11px solid white;
  transition: border 0.2s ease 0s;
  -moz-transform: scale(0.9999); }

.o_statusbar_status > .o_arrow_button.btn-primary.disabled:after {
  border-left-color: #e9ecef; }

.o_statusbar_status > .o_arrow_button:not(:first-child):before,
.o_statusbar_status > .o_arrow_button:not(:first-child):after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: -10px;
  border-top: 16px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: none;
  border-left: 11px solid white;
  transition: border 0.2s ease 0s;
  -moz-transform: scale(0.9999); }

.o_statusbar_status > .o_arrow_button.btn-primary.disabled {
  color: #875A7B;
  font-size: 11px;
  background-color: #e9ecef;
  cursor: default; }

.o_form_statusbar > .o_statusbar_buttons {
  flex-flow: row wrap; }

.o_form_statusbar > .o_statusbar_buttons {
  display: flex;
  align-items: center;
  align-content: space-around; }

.o_form_statusbar > .o_statusbar_buttons > .btn {
  min-height: 25px;
  margin: 4px 3px 4px 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13; }

.btn-primary {
  color: #FFFFFF;
  background-color: #00A09D;
  border-color: #00A09D;
  text-transform: uppercase;
  font-weight: bold; }

.btn-secondary {
  color: #212529;
  background-color: white;
  border-color: white;
  color: #00A09D;
  text-transform: uppercase;
  font-weight: bold; }

.table-scroll {
  /*width:100%; */
  display: block;
  empty-cells: show;
  /* Decoration */
  border-spacing: 0; }

.table-scroll thead {
  position: relative;
  display: block;
  width: 100%;
  overflow-y: scroll; }

.table-scroll tbody {
  /* Position */
  display: block;
  position: relative;
  width: 100%;
  overflow-y: scroll;
  /* Decoration */ }

.table-scroll tr {
  width: 100%;
  display: flex; }

.table-scroll td,
.table-scroll th {
  flex-basis: 100%;
  text-align: center; }

/* Other options */
.body-half-screen {
  max-height: 200px; }

.small-col {
  flex-basis: 10%; }

.title-card {
  padding: 5px;
  width: 100%;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  background: #6CA754;
  color: white; }

.Cell-Copy:hover > .icon-copy {
  display: inline-table !important; }

.Cell-Copy:hover {
  padding-right: 5px !important; }

.k-calendar-infinite .k-calendar-view {
  width: 19.5em !important;
  height: 21.4285714286em; }

.fade.show {
  opacity: 1; }

.rs-picker-menu {
  z-index: 10000 !important; }

.rs-picker-subtle .rs-picker-toggle {
  z-index: inherit !important; }

.no-data {
  min-height: 140px; }

.no-data {
  color: #959595;
  font-size: 14px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #f9f9f9; }

.no-data {
  flex-direction: column;
  color: #666;
  line-height: 1.5;
  text-align: center; }

.no-data::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f01c";
  color: #999;
  font-size: 20px;
  margin-bottom: 10px; }

.no-data:not([hidden]) {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center; }

.menu-bar {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.menu-bar ul {
  list-style: none;
  color: #fff; }

.menu-bar ul li {
  display: block;
  float: left;
  position: relative; }

.menu-bar ul li a {
  cursor: pointer;
  display: inline-block;
  padding: 7px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold; }

.menu-bar ul li a span {
  margin-left: 5px; }

.menu-bar ul li:hover {
  background: #005500;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.sub-menu-1 {
  display: none; }

.menu-bar ul li:hover .sub-menu-1 {
  display: block;
  position: absolute;
  width: 250px;
  background: #075408;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: 'visible';
  overflow-y: 'scroll';
  padding-bottom: 10px; }

.menu-bar ul li:hover .sub-menu-1 ul {
  margin: 10px; }

.menu-bar ul li:hover .sub-menu-1 ul li {
  background: transparent;
  display: block;
  width: 100%; }

.menu-bar ul li:hover .sub-menu-1 ul li a {
  width: 100%;
  font-weight: normal;
  font-size: 15px; }

.menu-bar ul li:hover .sub-menu-1 ul li a:hover {
  background: #2F6737; }

.sub-menu-2 {
  display: none; }

.hover-me:hover .sub-menu-2 {
  display: block;
  position: absolute;
  margin-top: -40px;
  margin-left: 220px;
  width: 220px;
  background: #0C620D;
  overflow: 'visible';
  overflow-y: 'scroll';
  padding-bottom: 10px;
  border-radius: 5px; }

.rs-picker-noicon .rs-picker-toggle-caret {
  display: none; }

.rs-picker-noicon .rs-btn.rs-btn-default.rs-picker-toggle {
  font-size: 13px;
  padding-right: 12px; }

.rs-picker-noicon .rs-picker-toggle-clean {
  right: 10px !important; }

.rs-picker-noicon .rs-picker-disabled {
  opacity: 1 !important; }

.MuiTableContainer-root * {
  white-space: pre-wrap; }

/** Black */
@font-face {
  font-family: "SF Display";
  font-weight: 900;
  src: url(0239f1f4ae3f75176608051a28b76643.otf); }

/** Bold */
@font-face {
  font-family: "SF Display";
  font-weight: 700;
  src: url(00004807645e595b176434f1c0438591.ttf); }

/** Heavy */
@font-face {
  font-family: "SF Display";
  font-weight: 800;
  src: url(62eba988a1f81214f9334b407164fad9.otf); }

/** Light */
@font-face {
  font-family: "SF Display";
  font-weight: 200;
  src: url(eb5a70ae10397bcb246c487d82ea1e34.ttf); }

/** Medium */
@font-face {
  font-family: "SF Display";
  font-weight: 500;
  src: url(73ab62f0506129eb3638d4be0b695479.otf); }

/** Regular */
@font-face {
  font-family: "SF Display";
  font-weight: 400;
  src: url(d4550c5e326a628ac8ef82e9f2703484.otf); }

/** Semibold */
@font-face {
  font-family: "SF Display";
  font-weight: 600;
  src: url(10a14e64c8f94a4270c05aa42114e0f2.otf); }

/** Thin */
@font-face {
  font-family: "SF Display";
  font-weight: 300;
  src: url(7335f60b4a4961260fc8900d6d1d4615.otf); }

/** Ultralight */
@font-face {
  font-family: "SF Display";
  font-weight: 100;
  src: url(a57e7da6f85ce7f987abb69db9f1d13b.otf); }

.report-table-scroll {
  position: relative;
  width: 120%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  max-height: 500px; }

.report-table-scroll table {
  width: 100%;
  min-width: 600px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0; }

.report-table-wrap {
  position: relative; }

.report-table-scroll th,
.report-table-scroll td {
  padding: 8px 10px;
  /* border-bottom: 1px solid #DEDEDF; */
  background: #fff;
  vertical-align: top; }

.report-table-scroll thead th {
  background: #fff;
  color: #000;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.download-table-xls-button {
  padding: 10px;
  background-color: #59B655;
  border-radius: 8px;
  font-weight: bold; }

