.Partner {
}

    .Partner .ColInfo .Logo {
        text-align: center;
    }

        .Partner .ColInfo .Logo img {
            margin-left: auto;
            margin-right: auto;
        }

    .Partner .ColInfo .ContentSystem {
        margin-left: auto;
        margin-right: auto;
    }

    .Partner .ColContent .ContentGuide {
        margin-left: auto;
        margin-right: auto;
    }

    .Partner .ColContent .ContentHeader {
        margin: 10px auto;
    }

    .Partner .ColContent .ContentFeature {
        margin: auto auto;
    }

    .Partner .ColContent .ContentFooter {
        clear: both;
        margin: 10px auto;
    }


#listView {
    padding: 0px;
    border: 0px none;
    margin-bottom: -1px;
}

.SelectItem {
    float: left;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 5px 5px 60px;
    padding: 0;
    box-sizing: content-box;
}

    .SelectItem a {
        text-decoration: none;
    }

    .SelectItem img {
        width: 150px;
        height: 150px;
        border: 0px solid #000;
    }

    .SelectItem h3 {
        margin: 0px 5px 5px 5px;
        max-width: 150px;
        padding-top: 5px;
        overflow: hidden;
        line-height: 1.3em;
        font-size: .9em;
        font-weight: normal;
        text-align: center;
    }

    .SelectItem p {
        visibility: hidden;
    }

    .SelectItem:hover p {
        visibility: visible;
        position: absolute;
        width: 130px;
        height: 50px;
        bottom: 0;
        margin: 0;
        padding: 10px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.75);
        font-size: small;
        transition: background .2s linear, color .2s linear;
        -moz-transition: background .2s linear, color .2s linear;
        -webkit-transition: background .2s linear, color .2s linear;
        -o-transition: background .2s linear, color .2s linear;
    }

    .SelectItem ul {
        position: absolute;
        visibility: hidden;
    }

    .SelectItem:hover ul {
        visibility: visible;
        position: absolute;
        width: 130px;
        height: 70px;
        bottom: 0px;
        margin: 0;
        padding: 10px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.75);
        font-size: small;
        transition: background .2s linear, color .2s linear;
        -moz-transition: background .2s linear, color .2s linear;
        -webkit-transition: background .2s linear, color .2s linear;
        -o-transition: background .2s linear, color .2s linear;
    }

    .k-listview:after, .SelectItem dl:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.SelectTooltip {
    list-style: none outside none;
    padding-left: 0;
    box-sizing: content-box;
}

    .SelectTooltip > li {
        display: block;
        position: relative;
        line-height: 18px;
    }

        .SelectTooltip > li > a {
            display: block;
            position: relative;
        }

    .SelectTooltip .Icon {
        float: left;
        margin: 0;

    }
        .SelectTooltip .Icon > li {
            word-wrap: break-word;
            font-size: 0.8em;
        }

            .SelectTooltip .Icon > li > a {
                margin: 12px;
            }

            .SelectTooltip .Icon > li > a {
                line-height: 20px;
            }

html.fixed .content-body {
  margin-left: 0px;
}
html.fixed .inner-wrapper {
  padding-top: 65px;
}

.panel-body {
  background: none repeat scroll 0 0 #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* wird bei Demo Projekt überschrieben */
.panel-help {
}
.tab-mainpage {
}
.section-help {
    margin-top: 43px;
}

.k-widget, .k-button {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0) inset, 0 0 0 rgba(0, 0, 0, 0);
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.bfh-selectbox {
  float: right;
  margin: 12px 60px;
  position: relative;
}

.iti__selected-flag {
    height: 34px;
    wdith: 40px;
}
.signIn {
  float: right;
  padding: 12px 0px 0px 12px;
}

.signInIcon {
  padding-top: 5px;
  padding-right: 3px;
  color: #005E93;
}

.signInError {
  color: red;
}

