html, body, input, textarea {
    font: 10pt Roboto;
    max-width: 100vw;
}

#viz {
    width: 100%;
    height: 700px;
    border: 1px solid lightgray;
    font: 20pt "Roboto Thin";
}
ul, li{
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}
#nodePane{
    display: none;
}
/*  SPAM PROTECTION */
.ccc-hp{
    max-height: 0px;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background-color: #ffffff !important;
    border: transparent !important;
}

.hamburger {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
}
.aks-text-menu{
    color: #000;
}
.aks-nav-align{
    margin-right: 20px;
}
#plus {
    margin-left: 35px;
    height: 20px;
    margin-top: -3px;
}
.aks-details-pane{
    width: 100%;
    margin-top: 20px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.aks-resource-pane{
    display: none;
    width: 100%;
    margin-top: 20px;
}
label {
    display: inline-block;
    width: 10em;
}
.aks-icons{
    height: 75px;
    padding: 15px 15px 0 15px;
}
.aks-link{
    cursor: grab;
}
.sidenav-tab-black{
    background-color:  #000;
    top:225px;
    height: 150px;
    width: 40px;
    position: absolute;
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sidenav-tab-blue{
    background-color:  #000B85;
    top:375px;
    height: 150px;
    width: 40px;
    position: absolute;
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.sidenav-tab-txt-top{
    writing-mode: vertical-rl;
    color: white;
    padding-top: 50px;
    font-size: 20px;
    margin: auto;
}
.sidenav-tab-txt-top{
    writing-mode: vertical-rl;
    color: white;
    padding-top: 50px;
    font-size: 20px;
    margin: auto;
}
.sidenav-tab-txt-lower{
    writing-mode: vertical-rl;
    color: white;
    padding-top: 25px;
    font-size: 20px;
    margin: auto;
}

.sidenav {
    margin-top: 209px;
    font-size: 12px;
    height: 100%;
    width: 0px;
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: #fff;
}
.sidenav-blue {
    margin-top: 209px;
    font-size: 12px;
    height: 100%;
    width: 0px;
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 0;
    background-color: #000B85;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: #fff;
}
.sidenav-chevron-box-div{
    margin-top: 50px;
    width:50px;
    background-color: black;
    height: 100px;
    position: absolute;
    display: block;
    cursor:pointer;
}
.sidenav-chevron-box{
    color: #fff;
    font-size:75px;
    padding-left: 11px;
}

.sidenav a {
    padding: 0 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* MODALS */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 25px;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/***************UTILS****************/
.pl-2{
    padding-left: 0.75rem;
}
.node-key{
    height: 24px;
    width: 24px;
    border-radius: 12px;
}
.node-yellow{
    background-color: #FFFE55;
}
.node-green{
    background-color: #95DE5C;
}
.node-blue{
    background-color: #9FC2F7 ;
}
.node-purple{
    background-color: #A07EDF;
}
.node-pink{
    background-color: #DD85EE ;
}
.node-red{
    background-color: #EC8584 ;
}


/******   AKS MODAL for graph clicks****/
.aks-modal-warn{
    width: 85%;
}
@media screen and (min-width:472px){
    .sidenav {
        margin-top: 193px;
    }
}
/***************************************
 *
 *      576 and larger
 ***************************************/
@media screen and (min-width:576px){
    .aks-modal-warn{
        width: 70%;
    }
    .sidenav {
        margin-top: 115px;
    }
    .hamburger-lines {
        top: 35px;
        right: 30px;
    }
    .aks-nav-align{
        margin-right: 30px;
    }
}
@media screen and (min-width:768px){
    .aks-modal-warn{
        width: 50%;
    }
}
@media screen and (min-width:992px){
    .aks-modal-warn{
        width: 40%;
    }
}
@media screen and (min-width:1200px){
    .aks-modal-warn{
        width: 35%;
    }
    .ekpubs-nav-image{
        width: 385px;
    }
    .aks-text-menu{
        font-size: 1.2rem;
    }
}
