/* Set padding to keep content from hitting the edges */
@font-face {
    font-family: 'fontawesome-webfont';
    src: url('fonts/fontawesome-webfont.woff') format('woff');
}
body {
    background-image: url(/Clients/img/bg_oci.png);
}
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    min-height:75vh;
}

.form-submit {
    padding: 10px 10px;    
}
.brand-mascot {
    position: absolute;
    top: 5px;
    right: 100px;
    z-index: 1000;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 2px 20px #6a6969;
    padding: 3px 3px;
}
.brand-mascot a img{
    max-width:70px;
}
.validation-summary-errors{
    color:#ff0000;
}
.custom-content-height{
    min-height:75vh;
    max-height:80vh;
}
.no-drop {
    cursor: no-drop;
}
.not-allowed {
    cursor: not-allowed;
}

.pointer {
    cursor: pointer;
}