:root {
--font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

*, *::before, *::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

nav {
display: block;
}

body {
margin: 0;
font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-variant-numeric: tabular-nums;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #515151;
text-align: left;
background-color: #e9edf4;
}

h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}

p {
margin-top: 0;
margin-bottom: 1rem;
}

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
}


a {
color: #3f84fc;
text-decoration: none;
background-color: transparent;
}

a:hover {
color: #0458eb;
text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
/*font-family: "Nunito", sans-serif;*/
margin-bottom: 0rem;
font-weight: 500;
line-height: 1.2;
}

h1, .h1 {
font-size: 1.5rem;
font-weight: normal;
}

.card {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0;
}

.card-body {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 85vh;
padding: 20px 30px
}

.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
text-align: left;
font-size: 12px;
}

.dashboard {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
min-height: 100vh;
}

.dashboard-app {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-ms-flex-positive: 2;
flex-grow: 2;
/*margin-top: 84px;*/
}

.dashboard-content {
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-ms-flex-positive: 2;
flex-grow: 2;
padding: 25px;
}

.dashboard-nav {
min-width: 238px;
position: fixed;
left: 0;
top: 0;
bottom: 0;
overflow: auto;
background-color: #373193;
}

.dashboard-compact .dashboard-nav {
display: none;
}

.dashboard-nav header {
min-height: 84px;
padding: 8px 27px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.dashboard-nav header .menu-toggle {
display: none;
margin-right: auto;
}

.dashboard-nav a {
color: #515151;
}

.dashboard-nav a:hover {
text-decoration: none;
}

.dashboard-nav {
background-color: #7b8a75;
}

.dashboard-nav a {
color: #000;
}

.brand-logo {
font-family: "Nunito", sans-serif;
font-weight: bold;
font-size: 20px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
color: #515151;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.brand-logo:focus, .brand-logo:active, .brand-logo:hover {
color: #dbdbdb;
text-decoration: none;
}

.brand-logo i {
color: #fff;
font-size: 27px;
margin-right: 10px;
}

.dashboard-nav-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}

.dashboard-nav-item {
min-height: 56px;
padding: 8px 20px 8px 70px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
letter-spacing: 0.02em;
transition: ease-out 0.5s;
}

.dashboard-nav-item i {
width: 36px;
font-size: 19px;
margin-left: -40px;
}

.dashboard-nav-item:hover {
background: rgba(255, 255, 255, 0.14);
}

.button-nav-item {
min-height: 20px;
padding: 8px 0px 0px 45px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
letter-spacing: 0.02em;
transition: ease-out 0.5s;
color: #575555;
}

.button-nav-item i {
width: 30px;
font-size: 21px;
margin-left: -40px;
margin-bottom: 1px;
}

.button-nav-item:hover {
background: rgba(255, 255, 255, 0.10);
text-decoration: none;
}

.active {
background: rgba(0, 0, 0, 0.1);
}

.dashboard-nav-dropdown {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}

.dashboard-nav-dropdown.show {
background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle {
font-weight: bold;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle:after {
-webkit-transform: none;
-o-transform: none;
transform: none;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

.dashboard-nav-dropdown-toggle:after {
content: "";
margin-left: auto;
display: inline-block;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid rgba(81, 81, 81, 0.8);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
border-top-color: rgba(0,0,0);
}

.dashboard-nav-dropdown-menu {
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}

.dashboard-nav-dropdown-item {
min-height: 40px;
padding: 8px 20px 8px 70px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
background: rgba(255, 255, 255, 0.04);
}

.menu-toggle {
color: #000;
}

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
text-decoration: none;
}

.menu-toggle i {
font-size: 20px;
}

.dashboard-toolbar {
min-height: 84px;
background-color: #dfdfdf;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 8px 27px;
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1000;
}

.nav-item-divider {
height: 1px;
margin: 0.1rem 0;
overflow: hidden;
background-color: rgba(236, 238, 239, 0.3);
}

@media (min-width: 992px) {
.dashboard-app {
 margin-left: 238px;
}

.dashboard-compact .dashboard-app {
 margin-left: 0;
}
}


@media (max-width: 768px) {
.dashboard-content {
 padding: 15px 0px;
}
}

@media (max-width: 992px) {
.dashboard-nav {
 display: none;
 position: fixed;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
 z-index: 1070;
}

.dashboard-nav.mobile-show {
 display: block;
}
}

@media (max-width: 992px) {
.dashboard-nav header .menu-toggle {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
}

@media (min-width: 992px) {
.dashboard-toolbar {
 left: 238px;
}

.dashboard-compact .dashboard-toolbar {
 left: 0;
}
}

.container-table100 {
 width:100%;
 /*min-height:50vh;*/
 display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 align-items:center;
 /*justify-content:center;*/
 flex-wrap:wrap;
 padding: 10px 0px 0px 0px;
}

.wrap-table100 {
 /*width:1400px;*/
 border-radius:10px;
 overflow:hidden
}
.table {
 width:100%;
 display:table;
 margin:0
}

.row {
 display:table-row;
 background:#fff
}
.row.header {
 color:#fff;
 /*background:#311c0a;*/
 /*background-color: #1a5700;*/
 background-color:rgba(0, 0, 0, 0.80);

}

.cell_critical {
   background-color: #f582826b !important;
}

.cell {
 display:table-cell;
 padding-left: 10px;
 padding-right: 10px;
}

.row .cell {
 font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
   Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
   "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 font-size:12px;
 color:#534d4d;
 line-height:1.2;
 /*font-weight:unset!important;*/
 padding-top:5px;
 padding-bottom:5px;
 border-bottom:1px solid #f2f2f2;
 background-color: rgba(0, 0, 0, 0.03);
}
.row.header .cell {
   font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
   Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
   "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 font-size:12px;
 color:#fff;
 line-height:1.2;
 font-weight:unset!important;
 padding-top:7px;
 padding-bottom:7px
}

.cell-nakup {
 display:table-cell;
 padding-left: 10px;
 padding-right: 10px;
}

.row .cell-nakup {
 font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
   Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
   "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 font-size:12px;
 color: #000;
 line-height:1.2;
 font-weight:unset!important;
 padding-top:5px;
 padding-bottom:5px;
 border-bottom:1px solid #f2f2f2;
 background-color: rgb(250, 216, 144);
}
.row.header .cell-nakup {
   font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
   Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
   "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 font-size:12px;
 color:#fff;
 line-height:1.2;
 font-weight:unset!important;
 padding-top:7px;
 padding-bottom:7px
}

.cell-prodej {
 display:table-cell;
 padding-left: 10px;
 padding-right: 10px;
}

.row .cell-prodej {
 font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
   Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
   "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 font-size:12px;
 color: #000;
 line-height:1.2;
 font-weight:unset!important;
 padding-top:5px;
 padding-bottom:5px;
 border-bottom:1px solid #f2f2f2;
 background-color: rgb(109, 196, 214);
}

.row.header .cell-prodej {
   font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
   Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
   "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 font-size:12px;
 color:#fff;
 line-height:1.2;
 font-weight:unset!important;
 padding-top:7px;
 padding-bottom:7px
}



.container-table-block {
 width:100%;
 /*min-height:50vh;*/
 display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:block;
 align-items:center;
 /*justify-content:center;*/
 padding: 10px 0px 0px 0px;
 overflow:scroll;
}

.box-warning {
   font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
   Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
   "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   font-size:12px;
   color:#534d4d;
   line-height:1.2;
   font-weight:unset!important;
   padding-top:5px;
   padding-bottom:5px;
   border-bottom:1px solid #f2f2f2;
   background-color: rgba(194, 35, 35, 0.19);
   display:table-cell;
   padding: 10px 10px 10px 10px;
   border-radius: 10px;
}

.table,
.row {
 width:100%!important
}

.row_hover:hover {
   background-color:rgba(0, 0, 0, 0.03);
}
.row_hover2:hover {
 filter: brightness(96%);
 /*cursor:pointer*/
}
.pointer {
   cursor:pointer;
}

.row_separator {
   background-color: #fff!important;
   height: 50px;
}

.row_bottom {
   padding-top: 5px!important;
   padding-bottom: 5px!important;
}

.row_warning {
   background-color: rgba(194, 35, 35, 0.19)!important;
}

.row_green {
  background-color: #c6ddc2!important;
}

.row_green_light {
  background-color: #e1ecdf!important;  
}

.badge {
  display: inline-block;
  min-width: 8px;
  padding: 3px 10px 3px 10px;
  font-size: 10px;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 1px;
  cursor: pointer;
}

.badge-separator {
  display: inline-block;
  min-width: 1px;
  color: #fff;
}

.badge-trash {
  display: inline-block;
  min-width: 8px;
  padding: 3px 10px 3px 6px;
  font-size: 10px;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 1px;
  cursor: pointer;
}

.badge-12 {
  font-size: 12px;
}

.badge-full {
  display: inline-block;
  min-width: 8px;
  padding: 3px 10px 3px 10px;
  font-size: 10px;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 1px;
  cursor: pointer;
}

.badge-task {
  display: inline-flex;
  position: absolute;
  right: 40px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: red;
  border-radius: 50%;
}

.badge-task2 {
  display: inline-flex;
  position: absolute;
  right: 10px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-weight: bold;
  color: black;
  border-radius: 50%;
}

.dropbtn {
  background-color: #fff;
  color: #000;
  padding: 16px;
  font-size: 10px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #f2f2f2;
}

#myInput {
  box-sizing: border-box;
  background-image: url("../img/searchicon.png");
  background-position: 14px 12px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  font-size: 12px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

#search_address_list {
  box-sizing: border-box;
  background-image: url("../img/searchicon.png");
  background-position: 14px 12px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  font-size: 12px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 250px;
}

#search_address_list:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 250px;
  overflow: scroll;
  max-height: 400px;
  border: 1px solid #8e8c8c;
  box-shadow: 2px 2px 11px #acaaaa;
  z-index: 1;
  top: 11px;
  border-radius: 5px;
  padding: 10px;
}

.dropdown-content a {
  color: black;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
   background-color: #ddd;
}

.show {display: block;}

.button-dropdown {
min-height: 20px;
padding: 8px 0px 0px 45px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
letter-spacing: 0.02em;
transition: ease-out 0.5s;
color: #0a4ec4;
}

.button-dropdown i {
width: 30px;
font-size: 21px;
margin-left: -40px;
margin-bottom: 1px;
}

.button-dropdown a:hover {
   background-color: #ddd;
   text-decoration: none;
}

.dropdown-f {
  position: relative;
  display: inline-block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
  Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
}

.dropdown-content-f {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 250px;
  overflow: scroll;
  max-height: 500px;
  border: 1px solid #ddd;
}

.dropdown-content-f a {
  color: black;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content-f-nothing {
  color: black;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  display: block;
}

.dropdown-f a:hover {
   background-color: #ddd;
}

.dropdown-close-button {
  width: 20px;
  position: absolute;
  left: calc(100% - 30px);
  text-align: center;
  display: flex;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}

.dropdown-close-button:before {
  content: "\f410";
}

#btn_move_address_list, #btn_delete_address, #btn_blacklist, #btn_delete, #btn_delete_offer {
   display: none;
}

input[type=text], input[type=password], select, input[type="radio"]  {
  padding: 5px 5px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
  Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  background: #fff;
}

input[type=submit], input[type=button], button, .button {
  background-color: #29292d;
  color: white;
  padding: 7px 15px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover, input[type=button]:hover, .button:hover {
  background-color: #45a049;
}

input[type=file]::file-selector-button {
   font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
   Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
   "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   font-size: 12px;
   background-color: #29292d;
   color: white;
   padding: 7px 15px;
   margin: 8px 0;
   border: none;
   border-radius: 4px;
   cursor: pointer;
}

input[type=file]::file-selector-button:hover {
   background-color: #45a049;

}

input[type=file] {
   font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
   Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
   "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   font-size: 12px;
}

.login{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
    width: 400px;
    height: 400px;
}

.welcome {
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 auto;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
   min-height: 85vh;
   background: url("../img/background.jpg") no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   opacity: 0.9;
}

.map{
    position: absolute;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 600px;
}

.default,td,pre {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
  Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
}

#table_header {
   margin-top: -20px;
}
devsite-iframe {
    display: block;
    width:100%
}

devsite-iframe + * {
    position:relative
}

devsite-iframe + devsite-iframe {
    margin-top:16px
}

devsite-iframe iframe {
    height: 100%;
    width: 100%;
    border: 0;
}

devsite-iframe iframe[src * =".frame"] {
    height: calc(100% + 32px);
    margin: -16px;
    width:calc(100% + 32px)
}

.hide {
   display: none;
}

.image_box {
   background-color:rgba(0, 0, 0, 0.04)!important;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 999;
  display: none;
}

.overlay_message {
  z-index: 1000;
}

.row.plot_list_attached {
  background-color: #c6ddc2;
}

.a {
  color: #3f84fc;
  text-decoration: none;
  background-color: transparent!important;
}
  
.a:hover {
  color: #0458eb;
  text-decoration: underline;
}

.a-button {
  background-color: #29292d;
  color: white;
  padding: 7px 15px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.a-button:hover {
  background-color: #45a049;
  color: #fff;
  text-decoration: none;
}

.audit_log_div {
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 10px;
}