﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    min-height: 600px;
}

/* 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 */
input,
select {
    max-width: 280px;
    min-height: 28px;
}

.form-group {
    margin-bottom: 10px;
}

.form-horizontal .control-label {
    float: none;
    width: 250px;
    padding-top: 5px;
    text-align: left;
}

.text-danger {
    color: #ee5f5b;
}

.btn-primary {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #50a2f5;
    background-image: -moz-linear-gradient(top, #54aaff, #4a96e8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#54aaff), to(#4a96e8));
    background-image: -webkit-linear-gradient(top, #54aaff, #4a96e8);
    background-image: -o-linear-gradient(top, #54aaff, #4a96e8);
    background-image: linear-gradient(to bottom, #54aaff, #4a96e8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF54AAFF', endColorstr='#FF4A96E8', GradientType=0);
    border-color: #4a96e8 #4a96e8 #1a6fcc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #4a96e8;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.aui .btn-primary:hover, .aui .btn-primary:focus, .aui .btn-primary:active, .aui .btn-primary.active, .aui .btn-primary.disabled, .aui .btn-primary[disabled] {
    color: white;
    background-color: #4a96e8;
    *background-color: #3389e5;
}

.aui .btn-primary:active, .aui .btn-primary.active {
    background-color: #1d7ce2 \9;
}

.control-label:after {
    content: " : ";
}

dl.table-display {
    width: 50em;
    padding: 0;
    margin: 0 !important;

}

.table-display dt {
    width: 35%;
    text-align: right;
    padding: .5em;
    float: left;
    margin: 0 0 0 0;
    font-weight: bold;
}

dt {
    clear: both;
}

.table-display dd {
    width: 65%;
    float: left;
    padding: .5em;
    margin: 0 0 0 0;
}


/*#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:120px;
}*/
