/* BASE OVERRIDES */

/* Add buffer for nicer anchor links */
.prose h2:first-child {
  padding-top: 80px;
}

.prose h3:first-child {
  padding-top: 80px;
}

/* Header gets big */
@media only screen and (max-width:960px) {
  .prose h2:first-child {
    padding-top: 60px;
  }

  .prose h3:first-child {
    padding-top: 60px;
  }
}

/* Header gets bigger */
@media only screen and (max-width:640px) {
  .prose h2:first-child {
    padding-top: 100px;
  }

  .prose h3:first-child {
    padding-top: 100px;
  }
}


/* tables are too giant */
/*.prose table,
.prose table code {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
}

.prose table th, .prose table td {
  padding: 5px;
}*/

.dark.keyline-top,
.dark.keyline-bottom {
  border-color: #313131;
}

html, body, #app, .container {
  height: 100%;
}

body pre {
  padding: 0;
}

/* BASE ADDONS */
.fill-dark2 { background-color: #313131; }
.fill-dark2 .rounded-toggle input[type=radio]:checked + label,
.fill-dark2 .rounded-toggle .active { background-color: #313131; }
.space-top3 { margin-top: 30px;}
.space-top45 { margin-top: 45px;}
.space-top5 { margin-top: 50px;}
.space-top150 {margin-top: 150px;}
.line-height15 { line-height: 15px; }
.pad00y { padding-top: 2px; padding-bottom: 2px; }
.space-bottom00 { margin-bottom: 3px;}

.endpoint {
  width: 100%;
  display: flex;
}

.endpoint-method {
}

.endpoint-url {
  flex-grow: 1;
  word-wrap: break-word;
}

.endpoint-url a {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  font-weight:bold;
  padding: 2px;
  color: #fff;
}

.endpoint-url a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.endpoint-token {
}

a.hljs-linked {
  border-radius: 2px;
  color: #a5c261;
  background: #383C2F;
  padding: 2px;
}

body .prose blockquote {
  padding: 5px 10px;
  background: #232323;
}

.preview {
  background-image: -webkit-linear-gradient(#F1F075, #F1F075);
  background-size: 10px 10px;
  background-repeat: repeat-y;
}

.preview h2::after,
.preview h3::after {
  content: 'PREVIEW';
  background-color: #F1F075;
  border-radius: 2px;
  font-size: 9px;
  font-weight: normal;
  padding: 2px 5px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 10px;
  vertical-align: middle;
}


/*========================================*/
.block-dinamic {
  min-width: 300px;
  min-width: var(--example-min-width);
  padding-top: 60px;
  padding-top: calc(var(--section-header-line-height) + var(--sp20));
  flex-grow: 1;
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
  top: 10%;
}

.margin-botton {
  margin-bottom: 15px;
  display: inline-block;
}

.line-height-normal {
  line-height: normal;
}

.height-space{
  min-height: 30px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;

}

.round-top-custom {
  border-radius:5px 5px 0 0;
}
.round-custom {
  border-radius:5px;
}

.small-attributes {
  color: #AAA;
  display: inline-block;
}

.form-obj{
  margin-left: -10px;
}

.border-endpoint-titulo {
  border: 1px solid;
  border-radius: 0px 3px 3px 0px;
}

.head-titulo {
  min-width: 11%;
  text-align: center;
}

.div-load-spinner {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999999;
  background-color: #555;
  text-align: center;
  margin: auto;
  padding-top: 20%;
  padding-top: 20%;
  opacity: 0.8;
}

body .div-load-spinner{
  overflow: hidden;
}

.spinner-color {
  color: #fff;
}

.spinner-off {
  display: none;
}

/*========================================*/
/* TABELA REGRAS DE ESTORNO */
#regras-de-estorno .col6 {
  width: 90%;
}


#regras-de-estorno table {
  border-collapse: inherit;
  border-spacing: 2px;
}

#regras-de-estorno table tbody {
  border: 2px solid #002060 ;
}

#regras-de-estorno table th {
  padding: 20px;
}

#regras-de-estorno table thead th {
  color: white;
  background-color: #4472c4;
  width: 25%;
}

#regras-de-estorno table tbody tr td {
  padding: 20px;
  width: 25%;
  vertical-align: middle;
}

#regras-de-estorno table tbody tr td:first-child {
  color: white;
  background-color: #4472c4;
  font-weight: bold;
  
}

#regras-de-estorno table tbody tr td:nth-child(3){
  color: white;
  background-color: red;
  font-weight: bold;
}

.green {
  background-color: green !important;
}

.green td:last-child{
  display: none !important;
}

.red {
  background-color: red !important;
}


#regras-de-estorno div table:nth-child(){
  display: none;
}


#regras-de-estorno table tbody tr strong:nth-child(1){
  color: white;
}

#regras-de-estorno table tbody tr:nth-child(odd) {
  background-color: #8fb1ec;
}

#regras-de-estorno table tbody tr:nth-child(even) {
  background-color: #7ea0db;
}

.first-table table tbody td:last-child {
  display: none;
}