@import url('/assets/css/sigma-tooltip.css');
html {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    color: #333;
    font-size: 14px;
    font-family: Lato, sans-serif;
}

kbd {
    background-color: #e7e7e7;
    background-image: -webkit-linear-gradient(#fefefe, #e7e7e7);
    background-image: linear-gradient(#fefefe, #e7e7e7);
    background-repeat: repeat-x;
    display: inline-block;
    padding: 3px 5px;
    font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
    line-height: 10px;
    color: #000;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}

.hiddenRow {
    padding: 0 !important;
}

.pane-division h2 {
    font-size: 18px;
    font-weight: 700;
    padding: 5px;
    display: inline-block;
}

.pane-division .btn-sm {
    margin: 2px 0px;
}

.pane-fill {
    margin: 14px 0px 0px 6px !important;
}

.btn-row {
    display: inline;
    float: left;
    padding: 0px !important;
    max-width: 162px;
}

.btn-row>.btn {
    width: 95%;
    margin-bottom: 10px
}

.menu-options h3 {
    font-size: 16px;
}

.key.arrow {
    font-size: 15px;
    font-weight: bold
}

.kbd-container {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    background: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    z-index: 1000;
    margin-bottom: 25%;
}

.left {
    display: inline-block;
    width: 100px
}

.descrp {
    font-style: italic;
}

#graph-container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #fff;
    /* full-screen background, black otherwise */
    background-color: white;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#layout-notification {
    display: block;
    position: absolute;
    top: 1em;
    left: 5em;
    visibility: hidden;
    font-weight: bold;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

.table-fixed tbody td,
.table-fixed thead>tr>th {
    float: left;
    border-bottom-width: 0;
}

#activeLegend td.color-column {
    display: list-item !important;
}

.table-fixed tbody {
    float: left;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
}


/*Uncomment to remove browser outline on focus*/


/*#graph-container:focus {
	outline: none;
	}*/

#noverlap-button {
    top: 10px;
    left: 10px;
    position: fixed;
}

#forceAtlas2-button {
    top: 40px;
    left: 10px;
    position: fixed;
}

#forceLink-button {
    top: 70px;
    left: 10px;
    position: fixed;
}

#fruchtermanReingold-button {
    top: 100px;
    left: 10px;
    position: fixed;
}

#exportXLSX-button {
    top: 130px;
    left: 10px;
    position: fixed;
}

#exportPNG-button {
    top: 160px;
    left: 10px;
    position: fixed;
}

#fullScreen-button {
    margin: 20px 20px 35px 20px;
    width: 30px;
    height: 20px;
    display: block;
    cursor: pointer;
    border: 3px solid #000;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    right: 0;
}

#fullScreen-button::before,
#fullScreen-button::after {
    content: ' ';
    width: 12px;
    height: 12px;
    position: absolute;
}

#fullScreen-button::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 0 4px;
    border-color: transparent transparent transparent #000;
    margin-top: 14px;
    margin-left: 2px;
}

#fullScreen-button::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px 0;
    border-color: transparent #000 transparent transparent;
    margin-top: 2px;
    margin-left: 24px;
}

#control-pane {
    top: 10px;
    /*bottom: 10px;*/
    right: 10px;
    position: absolute;
    width: 330px;
    background-color: rgb(249, 247, 237);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#control-pane>div {
    margin: 10px;
    /*overflow-x: auto;*/
    max-width: 430px;
}

.link-div {
    display: inline;
}

.line {
    clear: both;
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 0 0 0;
    border-bottom: 1px solid #aac789;
    background: transparent;
}

h2,
h3,
h4 {
    padding: 0;
    font-variant: small-caps;
    text-transform:
}

.green {
    color: #437356;
}

h2.underline {
    color: #437356;
    background: #f4f0e4;
    margin: 0;
    border-radius: 2px;
    padding: 8px 12px;
    font-weight: 700;
}

.hidden {
    display: none;
    visibility: hidden;
}

input[type=range] {
    width: 160px;
}

ol.multiple-url {
    counter-reset: list;
    display: table-row;
}

ol.multiple-url li {
    list-style: none;
    position: relative;
    display: inline;
    /* text-transform: uppercase; */
}

ol.multiple-url li:before {
    counter-increment: list;
    content: "["counter(list)"]";
    /* position: absolute; */
    display: inline-block;
    text-transform: uppercase;
}

.sigma-tooltip-header>p {
    display: inline;
}

.stat-modal-dialog {
    width: 75%;
}

.menu-options span.select2.select2-container.select2-container--default,
.select2-container .select2-search-field,
.select2-container .select2-input {
    width: 100% !important;
}

.filter-node span.select2.select2-container.select2-container--default {
    max-height: 200px;
    overflow: auto;
}

.select2-search__field {
    width: auto !important;
}

.select2-search--inline {
    width: 100%;
}

input.select2-search__field {
    width: 100% !important;
}

.sigma-tooltip-body th {
    padding-right: 5px;
}

.spinner-layout {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.select2-selection__choice {
    /* color: red; */
    max-width: 400px;
    white-space: pre-line;
}

.filter-node div.slider {
    margin: 0px 10px 0px 10px;
}

.multiple-filters {
    max-height: 600px;
    overflow: auto;
}

.pane-division {
    color: #437356;
    background: #f4f0e4;
    margin: 0 !important;
    border-radius: 2px;
    padding: 2px 12px;
    border-bottom: 0.15px #8a877d;
    border-bottom-style: inset;
    box-shadow: 0px 1px 5px #888888;
    height: 40px;
}

.pane-division>.h1,
.pane-division>.h2,
.pane-division>.h3,
.pane-division>h1,
.pane-division>h2,
.pane-division>h3 {
    margin-top: 2px;
}

.pane-btn-row>.btn {
    width: 100%;
    text-align: center;
    margin: 5px 0px 5px 0px;
}

.export-node>.btn>.fa,
.menu-options .btn>.fa {
    padding-right: 5px;
}

#gephi-info .btn {
    margin: 0px 5px;
}

.modal-lg {
    width: 85%;
}

.div-slider-center {
    text-align: center;
}

#stat-modal .modal-dialog {
    width: 830px;
}

#stat-modal .modal-body {
    /*width: 100%;*/
    /*text-align: center;*/
    height: 793px;
}

#stat-modal .modal-body .tableauPlaceholder {
    margin: 0 auto;
}

@media (max-height: 768px) {
    #filters-menu {
        max-height: 400px;
        overflow-y: auto;
        margin-right: 0px !important;
    }
}

#author-graph .modal-body {
    height: 500px;
    overflow: hidden;
    padding: 0;
}

.popover {
    width: 277px;
}