﻿html, body {
    height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    min-height: 100%;
    padding-bottom: 50px;
    margin-bottom: -50px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 15px;
    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;
}


.footer {
    display: block;
    position: relative;
    bottom: -20px;
    width: 100%;
}

    .footer hr {
        margin: 8px;
    }

    .footer p {
        margin-bottom: 8px;
    }


#search {
    padding: 0 5px 0 5px;
}

    #search input {
        border: none;
        width: 90%;
        outline: none;
    }

.con {
    position: absolute;
    top: 60px;
    bottom: 40px;
    left: 0;
    right: 0;
    overflow: auto;
}

h4, .h4 {
    font-size: 18px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.btn, .alert, .form-control, .modal-content {
    border-radius: 0;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal.lookup .modal-header h4 {
    height: 30px;
}
.modal-header .close {
    margin-top: 3px;
    margin-right: 5px;
    padding: 0;
}
.modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 600px;
    height: 455px;
    margin: auto;
}


.modal-header {
    background-color: #F8F8F8;
    padding: 7px;
    display: block;
}

.modal-footer {
    padding: 5px 15px;
    border-top: 1px solid #CCC;
    background-color: #FFF;
}
.alert-box .modal-footer .btn {
    min-width: 70px;
    padding: 5px; 
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.alert-box .alert-body img {
    width: 60px;
    margin-left: 5px;
}
.alert-box .alert-body .alert-message label {
    font-weight: normal;
    margin: 0;
}
.alert-box .alert-body .alert-message {
    width: 300px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 20px;
}
.alert-box .alert-body {
    margin-bottom: 5px;
    display:flex;
}

.required {
    color: red;
    margin: 0 3px;
}