﻿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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/*CUSTOM STYLE*/
header,
footer,
.btn-primary {
    background: rgb(0, 74, 128);
    background: -moz-linear-gradient(top, rgba(0, 74, 128, 1) 0%, rgba(0, 66, 108, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 74, 128, 1) 0%, rgba(0, 66, 108, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 74, 128, 1) 0%, rgba(0, 66, 108, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#004a80', endColorstr='#00426c', GradientType=0);
}

footer {
    color: #fff;
    padding: 5px 0;
    /*position: absolute;*/
    width: 100%;
    /*bottom: 0;*/
}

    footer .title {
        font-size: 20px;
    }

.footer {
    margin-top: 10px;
    text-align: center;
    color: #d7d7d7;
    margin-bottom: 10px;
}

.main-content {
    /*min-height: calc(100vh - 350px);*/
    min-height: 84.2svh;
}

.btn-primary {
    border: 0;
    font-size: 18px;
    max-width: 150px;
    width: 100%;
    padding: 9px 0;
}

.margin0 {
    margin: 0;
}


