/*Repository Custom Styles*/
* {
    word-break: break-word;
}

iframe {
    height: 100vh;
}

.menu {
    padding: 1em;
    background-color: whitesmoke;
}

.radio:hover {color:#fff}
.navbar-brand {background-color: #1a1919;}
.navbar-brand img {margin-bottom: 3px;}

.tree,
.tree ul {
     margin:0 0 0 1em; /* indentation */
     padding:0;
     list-style:none;
     color: #e9e9e9;
     position:relative;
}

.tree ul {margin-left:.5em} /* (indentation/2) */

.tree:before,
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid;
}

.tree li {
    margin:0;
    padding:0 2em; /* indentation + .5em */
    line-height:2em; /* default list item's `line-height` */
    font-weight:bold;
    position:relative;
}

.tree li:before {
    content:"";
    display:block;
    width:10px; /* same with indentation */
    height:0;
    border-top:1px solid;
    margin-top:-1px; /* border top width */
    position:absolute;
    top:1em; /* (line-height/2) */
    left:0;
}

.tree li:last-child:before {
    background:white; /* same with body background */
    height:auto;
    top:1em; /* (line-height/2) */
    bottom:0;
}

.description p { white-space: pre-wrap; }

/*Organisation detail pane*/
#org_info {display: none;}
#org_info p {white-space: pre-wrap;}

.fixed {position:fixed; top:200px; right:0;}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.xlspreview { background: #8e44ad; overflow: scroll; height: 100%; }

.xlspreview__grid {
    overflow: scroll;
}

.xlspreview buttons {
    overflow: auto;
}

.more small{
    color: #8e44ad;
}

.table-background{
    background-color: whitesmoke;
}

.table a {
    text-decoration: underline;
}



.button-link {
    text-decoration: none;
}

.btns {
    z-index: 0;
    height: 35px;
    float: none;
    display: block;
}
.btns input {
    display: none;
}
.btns label {
    display: table;
    float: left;
    padding: 0;
    width: 15%;
    height: 100%;
    margin: 0;
    text-align: center;
}
.btns label:first-child {
    border-left: none;
}
.btns .btn {
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    font-weight: 300;
    color: #a9a9a9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.btns .btn:hover {
    transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btns .btn:before {
    margin-left: -10px;
    display: inline-block;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.btns input:checked + .btn {
    color: #fff;
    text-shadow: none;
    transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;
}
.btns input:checked + .btn:before {
    content: '\2611';
    font-size: 18px;
    margin-right: 5px;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    transition: margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms;
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
}
.btns input + .btn:before {
    content: '\2610';
    font-size: 18px;
    margin-right: 5px;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    transition: margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms;
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
}

.results highlight {
    background:#FFDC00;
}

.image.is-64x64 {
    overflow: hidden;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    opacity: 0.7;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    overflow:auto;
    margin: 0 auto;
    padding:5px;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

@media (min-width: 1088px) {
    .navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block;
    }
}

#logo:hover {
    background: #191919;
}

.repotitle {
    margin-bottom: 1em;
}

#advanced a { color: #ffffff; font-weight:bold; }