
html, body {
    height: 100%;
    /*background: #f3f3f3;*/
}

header {
    background: green;
    height: 50px;
    background: #ffffff;
}

footer {
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
    height: 25px;
    margin-left: 20px;
    margin-right: 20px;
}

.body-content {
    /*position: absolute;
    top: 0;
    bottom: 25px;
    left: 0;
    right: 0;*/
    margin: 10px;
    margin-bottom: 5px;
    padding: 15px 20px;
}

    .body-content > .container-fluid,
    .body-content > .container-fluid > .row,
    .body-content > .container-fluid > .row > div,
    .content-pane {
        /*height: 100%;*/
    }
        .body-content > .container-fluid > .row {
            overflow-y: auto;
        }

.content-pane, .filter-pane-content {
    overflow-y: auto;
}

/*.main-pane {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 320px;
    overflow: hidden;
}

.filter-pane {
    position: absolute;
    top: 320px;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 15px;
    padding-left: 15px;
}

    .filter-pane > .filter-pane-title {
        position: absolute;
        top: 0px;
        height: 60px;
        left: 0;
        right: 0;
    }

    .filter-pane > .filter-pane-content {
        position: absolute;
        top: 60px;
        bottom: 0;
        left: 0;
        right: 0;
    }*/

/*.container {
    display: table;
    width: 100%;
    margin-top: -50px;
    padding: 50px 0 0 0;
    box-sizing: border-box;
}

    .container > .row {
        height: 100%;
        display: table-row;
    }

        .container > .row .no-float {
            display: table-cell;
            float: none;
            vertical-align: top;
        }*/
.logo {
    width: 100%;
    margin-bottom: 30px;
}

    .logo > img {
        width: 100%;
    }

.thumbnail img {
    width: 100%;
    min-height: 160px;
}

.topnav {
    overflow: hidden;
    background-color: #ffffff;
    vertical-align: middle;
}

    .topnav .search-container {
        float: right;
    }

    .topnav input[type=text] {
        padding: 6px;
        margin-top: 8px;
        font-size: 17px;
        border: none;
    }

    .topnav .search-container button {
        float: right;
        padding: 6px 10px;
        margin-top: 8px;
        margin-right: 16px;
        background: #ddd;
        font-size: 17px;
        border: none;
        cursor: pointer;
    }

        .topnav .search-container button:hover {
            background: #ccc;
        }

.panel > .panel-heading {
    background-image: none;
    background-color: #85becf;
    color: white;
}


.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: red;
}

h1 {
    color: #10b4a9;
}

h2 {
    color: #006f92
}


h3.company {
    color: #5BBEE8;
    font-weight: 600;
    font-size: 36px
}

h4.name {
    color: #A09C81;
    font-weight: 600;
    font-size: 24px
}

h5.title {
    color: #A09C81;
    font-weight: 300;
    font-size: 18px
}

.col-md-6.profile-image {
    max-width: 200px;
    max-height: 200px;
    overflow: hidden;
    padding: 0;
}

    .col-md-6.profile-image img {
        width: 175px;
        height: 175px;
    }

.button {
    display: inline-block;
    padding: 40px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #4CAF50;
    border-color: #a2bba6;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #a2bba6;
    width: 100%;
    margin-bottom: 20px;
}

    .button:hover {
        background-color: #3e8e41
    }

    .button:active {
        background-color: #3e8e41;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }

.lang-lable {
    min-width: 100px;
    pointer-events: none;
}

.Content {
    min-height:200px;
}