﻿body {
    padding-top: 50px;
}

.org-name {
    padding-left: 10px;
    margin-left: 0px !important;
}

.navbar-inverse {
    background-color: rgb(21, 127, 204);
    border-color: rgb(21, 127, 204);
}

    .navbar-inverse .navbar-brand {
        color: #ffffff;
    }

        .navbar-inverse .navbar-brand:hover {
            color: #ffffff !important;
            text-decoration: underline;
        }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #ffffff;
    background-color: transparent;
}

.navbar-collapse.collapse.in {
    background-color: rgb(0, 0, 0);
}

.jumbotron {
    border-radius: 0px !important;
    background-color: #f5f5f5;
}

#graph-container {
    overflow: auto;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}

#links-container {
    overflow: auto;
    margin-right: -15px;
    margin-left: -15px;
}

    #links-container div {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
        line-height: 20px;
        font-size: 15px;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    padding-left: 10px;
}


#page-header {
    background-color: rgb(0, 0, 0);
    height: 50px;
}

.seperator {
    display: block;
    height: 44px;
    width: 1px;
    border-right: 1px solid white;
    float: left;
    margin: 0 auto;
    top: 2px;
    position: relative;
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    text-decoration: none;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: white;
        text-decoration: underline;
        cursor: pointer;
    }

    .navbar-default .navbar-nav > li > a:active {
        color: white;
        text-decoration: underline;
        cursor: pointer;
    }

    .navbar-default .navbar-nav > li > a:focus {
        color: white;
        text-decoration: underline;
        /*background-color: rgb(21, 127, 204);*/
    }

.active {
    text-decoration: underline !important;
}


#expand-button {
    font-size: 20px;
}

    #expand-button:active {
        text-decoration: none;
    }

    #expand-button:hover {
        text-decoration: none;
    }

    #expand-button:focus {
        text-decoration: none;
    }

#row-title {
    border-bottom: 1px solid #eee;
}

#information-title {
    border-bottom: 1px solid #eee;
}

#close-information {
    display: none;
    float: right;
    font-size: 32px;
    line-height: 60px;
    cursor: pointer;
    color: rgb(51, 122, 183);
}

.nodeBlock {
    width: 20px;
    height: 20px;
    position: relative;
    padding: 0px !important;
}

.underline-text {
    text-decoration: underline !important;
}


.btn-primary {
    width: 24px;
    height: 24px;
    padding: 0px;
}

a.btn i {
    font-size: 12px;
    line-height: 23px;
}

.link-free-text {
    /*max-width: 580px;*/
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /* Chrome & Safari */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* CSS3 */
    white-space: normal;
}