﻿body {
    padding-bottom: 20px;
}

.wrap-inner {
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    margin: 0 auto;
    max-width: 1440px;
    min-height: 100%;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.btn {
    width: 200px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.61538462;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-primary {
    border: 0;
    margin-right: 10px;
    color: #fff;
    background-color: #50b948;
    border-color: #47a740;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#footerWrapper {
    background-color: #333333;
    color: #fff;
}
#footer {
    background-image: url(/CPA/Images/layout/header-border.jpg);
    background-position: center bottom;
    background-repeat: repeat-x;
    color: white;
    font-size: 11px;
    font-weight: 200;
    padding-bottom: 10px;
}
#footerInside {
    padding-top: 10px;
}
#footerWrapper a {
    color: #fff;
}
.footerRight {
    margin-top: 5px;
}

.footerRight {
    text-align: right;
}
    /* 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,
textarea {
    max-width: 280px;
}
