:root {
  --main-bg-color: #122A4E;
  /*--main-hover-color: #002966;*/
  --main-hover-color: #689F38;
  --main-active-bgcolor: #9ac221;
  --main-active-color: #fff;
}

body {
  margin:20px;
}

.equipments {
  list-style: none;
}

.equipments li {
  clear: both;
  height: 115px;
  padding-top: 15px;
}

.thumb {
  float: left;
  height: 100px;
  margin: -0.5em 1em 1.5em 0;
  padding-bottom: 1em;
  width: 100px;
}

#loading-bar .bar {
  background: #9ac221 !important;
}

#loading-bar-spinner .spinner-icon {

  border-top-color: #9ac221 !important;
  border-left-color: #9ac221 !important;

}

/* width */
::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey; */
    background: #ddd;
    /*border-radius: 10px;*/
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main-bg-color);; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--main-hover-color);
}



/*******************
 * CODE HIGHLIGHTING
 *******************/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre > code.highlight {
  padding: 16px;
  font-weight: 400;
}

pre, code {
  margin: 0;
  padding: 0;
  font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;
  overflow-wrap: break-word;
}


pre > code.highlight {
  background-color: transparent;
  font-weight: 400;
  padding: 16px;
}

code {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.05);
}

code.highlight {
  display: block;
  overflow-wrap: break-word;
}

code:not(.highlight) {
  color: #1565C0;
  margin-left: 1px;
  margin-right: 1px;
  padding: 0.125em 0.35em;
  border-radius: 2px;
}
.layout-content code.highlight {
  margin-bottom: 15px;
}

/*******************
 * CODE HIGHLIGHTING
 *******************/
.md-api-table td,
.md-api-table th {
  padding: 12px 16px;
  text-align: left;
}

.md-api-table td {
  vertical-align: top;
}
.md-api-table td.description *:first-child {
  margin-top: 0;
}
.md-api-table td.description *:last-child {
  margin-bottom: 0;
}
.md-api-table tr:nth-child(odd) td {
  background-color: #E3ECF5;
}
.md-api-table tr:nth-child(even) td {
  background-color: #D1DEEC;
}
.md-api-table th {
  background-color: #1976D2;
  color: white;
}
.md-api-table code,
.md-api-table a {
  background-color: rgba(255, 255, 255, 0.25);
}

table.attributes, table.md-api-table {
  padding-left:15px;
  margin-bottom: 20px;
}
table.attributes  tr  td:first-child {
  font-weight: bold;
  background-color: #DBEEF5;
}
table.attributes  tr  td:last-child {
  padding-left: 10px;
}

table.md-api-table:not(.md-css-table)  tr  td:first-child {
  font-weight: bold;
}

table.md-css-table .md-css-selector {
  display: block;
  padding: 8px 16px;

  /* Offset the padding of the <td> element */
  margin: -12px -16px 12px -16px;

  background-color: #0C2238;
  color: #9ccc65;
}

/* Fix some odd bottom margin */
table.md-css-table td p {
  margin: 0.8em 0;
}

table.custom-table {
  margin: 24px 2px;
  box-shadow: 0 1px 2px rgba(10, 16, 20, 0.24), 0 0 2px rgba(10, 16, 20, 0.12);
  border-radius: 2px;
  background: #fafafa;
  color: rgba(0,0,0,0.87);
  border-spacing: 0;
}
table.custom-table thead > {
  vertical-align: middle;
  border-color: inherit;
}
table.custom-table thead > tr {
  vertical-align: inherit;
  border-color: inherit;
}
table.custom-table thead > tr > th {
  background: rgba(219, 219, 219, 0.2);
  border-bottom: 1px solid #dbdbdb;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 24px;
  text-align: left;
  text-transform: uppercase;
  line-height: 28px;
}
table.custom-table tbody > tr > th,
table.custom-table tbody > tr > td {
  border-bottom: 1px solid #dbdbdb;
  padding: 16px;
  text-align: left;
  line-height: 24px;
  vertical-align: top;
}
@media (max-width: 480px) {
  table.custom-table tbody > tr > th:before,
  table.custom-table tbody > tr > td:before {
    display: inline-block;
  }
}
table.custom-table tbody > tr > td {
  letter-spacing: 0.3px;
}
@media (max-width: 480px) {
  table.custom-table tbody > tr > td tr td:first-child {
    background-color: #dbdbdb;
  }
}
table.custom-table tbody > tr > th:first-child {
  border-right: 1px solid #dbdbdb;
}
table.custom-table tbody > tr > th {
  background: rgba(219, 219, 219, 0.2);
  font-weight: 600;
  max-width: 100px;
}
table.custom-table tbody > tr >:last-child td {
  border: none;
}

/* impede a rolagem fora do backdrop quando tem sidenav aberta */
md-backdrop {
  position: fixed!important;
}

/* maybe this style can be global */

.frac-md-dialog {
  padding: inherit;
}

.frac-md-dialog md-toolbar.md-default-theme:not(.md-menu-toolbar),
.frac-md-dialog md-toolbar:not(.md-menu-toolbar) {
  background: #3771C8;
  color: #FFFFFF;
}

md-toolbar:not(.toolbar-module) {
  background: #122a4f!important;
  color: #FFFFFF!important;
}

.frac-md-dialog md-toolbar.md-default-theme:not(.md-menu-toolbar) md-icon,
.frac-md-dialog md-toolbar:not(.md-menu-toolbar) md-icon {
  color: #FFFFFF;
  fill: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .frac-md-dialog {
    max-width: 94%;
    max-height: 94%;
  }
}

.frac-md-dialog md-dialog-content {
  margin-top: 20px;
}

.frac-md-dialog.frac-dialog-lighter md-toolbar.md-default-theme:not(.md-menu-toolbar),
.frac-md-dialog.frac-dialog-lighter md-toolbar:not(.md-menu-toolbar) {
  background: transparent;
  color: #000000;
}

.frac-md-dialog.frac-dialog-lighter md-toolbar.md-default-theme:not(.md-menu-toolbar) md-icon,
.frac-md-dialog.frac-dialog-lighter md-toolbar:not(.md-menu-toolbar) md-icon {
  color: #000000;
  fill: #000000;
}

/**
.leaflet-sidebar-pane.active {
  background-color: #FFF!important;
}

.leaflet-sidebar-tabs ul li svg {
  width: 16px;
}

.leaflet-sidebar-tabs ul li a,
.leaflet-sidebar-tabs ul li a md-icon {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
}

.leaflet-sidebar-header {
  background-color: #FFF!important;
  color: #000;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
*/
.md-input-focused > label.frac-manually-invalid {
	color: rgb(213,0,0)!important;
}

.md-input-focused > input.frac-manually-invalid {
	border-color: rgb(213,0,0)!important;
}
