/**
 * Descrições Personalizadas - Estilos
 * Plugin: Descrições Personalizadas
 * Version: 1.0.0
 */

/* Material Design Box */
.murilowalkerbox {
    background-color: #fff;
    position: relative;
    margin: 40px 2px;
    padding: 40px 15px 15px;
    border: 1px solid rgba(230,230,230,1);
    border-radius: 5px;
    box-shadow: 0 10px 20px 0 rgba(30,30,30,.07);
}

.murilowalkerbox h2 {
    scroll-margin-top: 80px;
    border-radius: 3px;
    padding: 8px 20px!important;
    position: absolute;
    margin: 0!important;
    font-size: 17px!important;
    color: #fff;
    top: -20px;
    font-weight: bold;
    left: 30px;
    text-transform: uppercase;
}

/* Cores das caixas */
.murilowalkerbox.box-amarelo h2 { 
    background: #e2c601; 
}

.murilowalkerbox.box-roxo h2 { 
    background: #90f; 
}

.murilowalkerbox.box-azul h2 { 
    background: #0067ff; 
}

.murilowalkerbox.box-azul-claro h2 { 
    background: #2ad2c9; 
}

.murilowalkerbox.box-vermelho h2 { 
    background: #ff0000; 
}

/* Table Detail */
table.tr-caption-container {
    min-width: inherit;
    width: auto;
    margin: 0 auto;
    border: 0;
    position: relative;
}

table.tr-caption-container tr td {
    background-color: transparent;
    border: 0;
    padding: 0;
}

table.tr-caption-container tr:nth-child(2n+1) td,
table.tr-caption-container tr:nth-child(2n+1) td:first-child {
    border: 0;
    background-color: transparent;
}

table.tr-caption-container .tr-caption {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #767676;
    background-color: transparent;
    border: 0;
}

/* Tabelas */
table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid rgba(230,230,230,1);
    border-radius: 7px;
    overflow: hidden;
    font-size: 14px;
}

table th {
    background-color: transparent;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-left: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
}

table th:last-child,
table tr td:last-child,
table tr:nth-child(2n) td:last-child {
    border-right: 0;
}

table td {
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-left: 0;
    border-top: 0;
    vertical-align: middle;
}

table tr:nth-child(2n + 1) td {
    background-color: rgba(0,0,0,.025);
}

.table {
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    border-radius: 3px;
    scroll-behavior: smooth;
}

/* Dark Mode */
.drK .murilowalkerbox {
    background-color: #2d2d30;
    color: #fefefe;
}

.drK .murilowalkerbox table,
.drK .murilowalkerbox table td,
.drK .murilowalkerbox {
    border-color: rgba(255,255,255,.15);
    color: #fefefe;
}
