﻿body {
    background-color: black;
    color: white;
}

.body-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1300px;
}

.MainLogo {
    border-color: #151515;
    width: 250px;
    height: 50px;
    background-color: #151515;
    display: inline-flex;
}

    .MainLogo a img {
        width: 250px;
        height: 50px;
        display: inline-flex;
    }

.InfoBlock {
    width: 200px;
    height: 500px;
    color: white;
    text-align: center;
    border: solid !important;
    border-color: #0b68b6 !important;
    display: inline-block;
    border-radius: 5px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .InfoBlock h3 {
        margin-top: 0px;
    }

    .InfoBlock img {
        width: 90px;
        height: 100px;
    }

    .InfoBlock p {
        margin: 0px;
    }

.afrfooter {
    color: #888888;
}

.dropdown {
    position: relative;
    display: inline-block;
    float: right;
    color: white;
    margin: 10px;
    background-color: #3b3b3b;
    border-radius: 5px;
    width: 120px;
    text-align: center;
}

.dropdown-content {
    /*display: none;*/
    position: absolute;
    background: #151515;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 18;
    border-radius: 8px;
    left: -450px;
    border: white;
    border-style: double;
    /*animation: opac 5s;*/
}


.dropdown:hover .dropdown-content {
    /*display: block;*/
}

@keyframes opac {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

html .RadOrgChart  .customClass .rocItemContent {
            background-color:red;
        }