.body {
    padding-top: 15px;
    padding-bottom: 15px;
}

nav.bg-light, nav.bg-dark {
    box-shadow:
      0 0 1px 0 rgba(0,0,0,0.5),
      0 1.2px 1.1px rgba(0, 0, 0, 0.02),
      0 2.8px 2.7px rgba(0, 0, 0, 0.028),
      0 5.3px 5px rgba(0, 0, 0, 0.035),
      0 9.4px 8.9px rgba(0, 0, 0, 0.042),
      0 17.5px 16.7px rgba(0, 0, 0, 0.05),
      0 42px 40px rgba(0, 0, 0, 0.07)
}
nav.bg-light {
    background: #FFF !important;
}



.index-block {
    padding: 80px 0;
}
.index-block .media {
    width: 100%;
}

.main-block {
    padding: 20px 0;
}
.container-mini {
    max-width: 860px;
    margin: 0 auto;
}
.container-mini.flexed {
    display: flex;
    justify-content: space-between;
}

.h1 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.invisible-animate {
    transition: translate 0.35s ease, opacity 0.35s ease;
    opacity: 1;
    transform: translateY(0);
}
.invisible {
    display: none;
    opacity: 0;
    transform: translateY(-15px);
}
.hidden {
    display: none;
}

.search-wrapper {
    position: relative;
}

.search-wrapper .results {
    z-index: 150;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(5px);
    background: #FFF;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
    padding: 6px 0;
    max-height: 392px;
}
.search-wrapper .results .result {
    height: 38px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    min-width: 320px;
    transition: background-color 0.25s ease;
}
.search-wrapper .results .result.empty {
    color: #555;
    font-style: italic;
}
.search-wrapper .results .result .s {
    line-height: 1.5;
    background: rgba(0, 113, 255, 0.2);
    padding: 0 3px;
    margin: 0 -3px;
    border-radius: 4px;
    color: #000;
}
.search-wrapper .results .result:hover:not(.empty) {
    cursor: pointer;
    background: rgba(0,0,0,0.05);
}

.table-wrapper {
    margin-bottom: 16px;
}
.table-box {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(91, 51, 255, 0.65);
    margin-bottom: 16px;
}

.graph-template {
    display: none;
}
.graph-item {
    position: relative;
    margin-bottom: 16px;
    border: 1px solid rgba(91, 51, 255, 0.65);
}
.graph-chart {
    margin-bottom: 14px;
}
.graph-item [data-percentage] {
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    top: 378px;
    font-size: 30px;
    line-height: 30px;
    z-index: 10;
}
.graph-item-name {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: rgba(0,0,200,0.04);
    height: 40px;
    font-size: 24px;
    margin-bottom: 3px;
}

.handsontable td, .handsontable th {
    max-width: 200px;
    position: relative;
}
span[data-sources] {
    background: rgba(123, 19, 255, 0.08);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    padding-right: 5px;
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: background-color 0.25s ease;
}
span[data-descriptions] {
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    float: right;
}
span[data-sources]:hover {
    background: rgba(123, 19, 255, 0.15);
}
.columns-need {
    display: flex;
    flex-wrap: wrap;
    margin: -2px -2px 14px;
}
.columns-need .cols-check {
    padding: 2px 8px;
    flex: 1 1 15%;
    display: inline-flex;
    align-items: center;
    background: rgba(0,0,200,0.04);
    border-radius: 3px;
    margin: 2px;
    transition: background-color 0.25s ease;
    cursor: pointer;
}
.columns-need .cols-check:hover {
    background: rgba(0,0,200,0.07);
}
.columns-need .cols-check input {
    margin-right: 4px;
}

.article-source {
    padding: 1rem;
    border-bottom: 1px dashed #888;
}
.article-source:last-child {
    border-bottom: none;
}
.article-source .title {
    font-weight: bold;
    margin-bottom: 3px;
}

.expression-table {
    display: none;
    border: 1px solid rgba(91, 51, 255, 0.65);
}
.expression-table span {
    display: block;
    padding: 20px;
    text-align: center;
}

button .spinner-border {
    display: none;
}

.form-signin input {
    margin-bottom: 10px;
}

.table-users {
    border-radius: 6px;
}

.table-users thead tr th {
    border-top: none;
}

.hidden-input {
    max-width: 180px;
    float: left;
    margin-right: 4px;
    display: none;
}
.buttons-list {
    display: flex;
}
.buttons-list button {
    margin-right: 5px;
}
.custom-file {
    margin-right: 5px;
    width: auto;
    display: inline-block;
}
.buttons-block {
    margin-bottom: 16px;
}
.table {
    background: rgba(0,0,0,0.03);
}

[data-uploader] {
    display: none;
}
