﻿

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

.bootbox .modal-header h4 {
    order: 0 !important;
}

.bootbox .modal-header button {
    order: 1 !important;
}

.img-expandable {
    width: auto;
    height: auto;
    max-width: 128px;
    max-height: 128px;
    float: right;
    cursor: zoom-in;
    transition: all .2s ease-in-out;
}

    .img-expandable.img-expanded {
        max-width: 100%;
        max-height: 100%;
        cursor: zoom-out;
    }