﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
    text-align: initial;
}

.dt-horizontal-small {
    width: 100px !important;
}

.dd-horizontal-small {
    width: inherit;
    margin-left: 110px !important;
    margin-bottom: 10px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.img-center {
    margin: auto;
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.table-scroll {
    height: 420px;
}

    .table-scroll thead {
        text-align: left;
    }

    .table-scroll tbody {
        overflow-y: scroll;
        height: inherit;
        position: absolute;
        width: 84%;
    }

    .table-scroll thead > tr > th {
        border: none;
    }

.td-40 {
    width: 40%;
}

.modal-full {
    width: 80% !important;
}

.row-active {
    background-color: #c1c1c1;
}

.ui_viewport {
    height: 510px !important;
    width: 100%;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        font-weight: bold;
        font-size: 16px;
        color: #000;
        display: block;
        border-bottom: 1px solid #000;
    }

.error {
    color: #b94a48;
}

#document-preview {
    border: 1px solid #dddddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
