﻿html,
body {
    overflow: auto;
    margin: 0;
    padding: 0;
    height: 100%;
}

.fheight {
    height: 100%;
}

.breadcrumb__separator > li + li:before {
    color: white !important;
    font-weight: bold;
}

.breadcrumb__separator a {
    color: white !important;
    font-variant-caps: small-caps;
    font-size: 20px;
}

.breadcrumb__boxshadow {
    background-color: #f5b22c !important;
    color: white !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.page__footer {
    width: 100%;
    color: white;
    padding: 10px 0;
    background: url("/themes/bexpoint/assets/images/bg/news.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.account__footer li {
    display: inline;
}

@media (min-width: 994px) {
    .modal-dialog {
        width: 768px;
        margin: 30px auto;
    }
}

@media screen and (min-width: 1024px) {
    .page__margin-left {
        margin-left: 0px;
    }
}

.footer__social {
    list-style-type: none;
}

/*For equal height cols*/

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.self-assessment__slide {
    margin: auto
}

.vhide {
    display: none;
}

.link-as-text:hover,
.link-as-text {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

#divHeader {
    /*	Position: absolute;*/
    Top: 0px;
    Left: 0px;
    width: 990px;
    height: 83px;
    background: url('../images/SwissMiHeader.gif') no-repeat;
    z-index: 2;
    overflow: visible;
}

#containerMenu {
    Position: absolute;
    Top: 90px;
    Left: 0px;
    width: 220px;
    z-index: 1;
    Overflow: visible;
}

#divMenu {
    Position: absolute;
    Top: 0px;
    Left: 0px;
    width: 220px;
    z-index: 2;
    overflow: visible;
}

#containerContent {
    Position: absolute;
    Top: 89px;
    Left: 225px;
    width: 775px;
    height: auto;
    z-index: 1;
    Overflow: visible;
}

#divContent {
    /*	Position: absolute;*/
    Top: 0px;
    Left: 0px;
    overflow: visible;
}

#divTitle {
    position: absolute;
    top: 20px;
    left: 228px;
    font-family: Arial;
    font-size: 16pt;
    color: #ffffff;
}

.tableCM {
    width: 100%;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px black solid;
    border-bottom: 1px black solid;
    border-spacing: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-collapse: collapse;
}

.tableCM td {
    padding: 4px;
    border: 1px #000000 solid;
    border-collapse: collapse;
}

.table__woborder {
    width: 100%;
    border: 0px;
    border-spacing: 8px;
    border-collapse: collapse;
}

.table__woborder td {
    padding: 4px;
}

.table__separator {
    width: 100%;
    border: 0px;
    text-align: left;
    border-spacing: 0px;
}

.table__inner {
    width: 100%;
    border-spacing: 0px;
}

.box_bordered {
    padding: 10px;
    border: 1px solid #000;
}

.box.normal {
    padding: 3px;
    border: 1px solid #000;
}

table.navigationbuttons {
    float: right;
}

.bgTitle1Text {
    display: inline-block;
}

.bgTitle1:after {
    content: "";
    display: table;
    clear: both;
}

.blog__content {
    font-size: 15px;
}

.blog__info {
    font-size: 12px;
}

.blog__content img {
    padding: 0px 15px 15px 0px;
    float: left;
}

.post-list li {
    clear: both;
    list-style-type: none;
}

.post-list p img {
    padding: 0px 15px 15px 0px;
    height: 200px;
    float: left;
}

.post-list p {
    font-size: 14px;
}

@media (max-width: 768px) {
    .post-list {
        margin: 0;
        padding: 0;
    }
    .equal {
        margin: auto;
    }
}

















