html {
    overflow-y: scroll;
}

.inline-form {
    display: inline-block;
}

main#main {
    min-height: 30em;
}

/*
Inline scrollable table
*/
/*#jobTableWrapper {*/
/*position: relative;*/
/*}*/

/*#jobTableWrapper #jobTableScroll {*/
/*height: 470px;*/
/*overflow: auto;*/
/*margin-top: 40px;*/
/*}*/

/*#jobTableWrapper #jobTableScroll table thead {*/
/*position: absolute;*/
/*top: -37px;*/
/*z-index: 2;*/
/*height: 40px;*/
/*background-color: white;*/
/*}*/

/*
School identity
*/
#school-ident {
    background-color: rgb(0, 50, 95);
}

#school-ident h1 {
    background-image: url(/assets/img/UoE_P&A_W.png);
    background-repeat: no-repeat;
    display: block;
    height: 41px;
    width: 100%;
    color: white;
}

#school-ident h1 span {
    /*visibility: hidden;*/
}

/*
Support for IE9 and earlier to display uploaded files.
*/
#uploadsIEBackwardsCompatibility div.thumbnail {
    display: inline-block;
    margin-right: 10px;
}

#uploadsIEBackwardsCompatibility img {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.filedrop-enabled {
    /*background-image: url('/assets/bower/FileDrop/logos/480x166-desc.png');*/
    /*background-position: top right;*/
}

#dropzone {
    min-height: 260px;
}

.dnd-hover {
    border-color: black;
}

.btn.upload {
    position: relative;
}

.btn.upload input {
    top: -10px;
    right: -40px;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 50px;
    cursor: pointer;
    width: 200px;
}

.b-thumb {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.b-thumb__preview {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.b-thumb__name {
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drag-drop-active {
    background-color: rgba(0, 0, 255, 0.1);
    /* Firefox */
    -moz-transition: all 0.25s linear;
    /* WebKit */
    -webkit-transition: all 0.25s linear;
    /* Opera */
    -o-transition: all 0.25s linear;
    /* Standard */
    transition: all 0.25s linear;
}

.drag-drop-inactive {
    background-color: #fff;
    /* Firefox */
    -moz-transition: all 0.25s linear;
    /* WebKit */
    -webkit-transition: all 0.25s linear;
    /* Opera */
    -o-transition: all 0.25s linear;
    /* Standard */
    transition: all 0.25s linear;
}

.drag-drop-drop {
    background-color: #f00;
    /* Firefox */
    -moz-transition: all 0.25s linear;
    /* WebKit */
    -webkit-transition: all 0.25s linear;
    /* Opera */
    -o-transition: all 0.25s linear;
    /* Standard */
    transition: all 0.25s linear;
}

#beta-banner {
    position: absolute;
    display: block;
    background-image: url(/assets/img/beta-banner.png);
    top: 0;
    right: 0;
    height: 196px;
    width: 196px;
    z-index: 10;
    transform: scale(0.5);
    transform-origin: top right;
}

.huge {
    font-size: 40px;
    font-weight: bold;
}

time[datetime] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.dz-filename {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media print {
    body {
        font-size: 2em !important;
    }

    .dl-horizontal dt {
        float: left;
        width: 280px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 300px;
    }

}

.ui-datepicker {
    z-index: 9999 !important;
}

.deleted, a.deleted:hover {
    text-decoration: line-through;
}

.no-wrap {
    white-space: nowrap;
}
