﻿/***********************************************************/
/* Override Bootstrap Classes */
/***********************************************************/
.container {
    width: 100%;
}

.navbar-brand {
    height: 60px;
}

.card {
     margin-bottom : 20px;
}

.center-block {
    float: none; 
    margin-right: auto !important;
    margin-left: auto !important;
}

.modal-footer {
text-align: left;
}
/***********************************************************/
/* Custom Classes */
/***********************************************************/
.body-content {
    margin-top: 5em;
    width: 95%;
}

.advantageLogo {
    height: 2em;
}

.headerArea {
    padding: .7em;
    background-color: gray;
    color: white;
    font-size: large;
}

.pdsa-action-button {
    min-width: 5.5em;
    margin-right: 0.2em;
    float: left;
}

.pdsa-action-button-column {
    width: 4em;
    text-align: center;
}

/* The following styles fix up asp.net web forms check boxes */
.form-group .checkbox input {
    margin-left: .5em;
}

.form-group .checkbox label {
    margin-left: .5em;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
.wrapper {
	min-height:100%;
	position:relative;
	overflow:hidden;
}
.header {
	background:#ededed;
	/* padding:10px; */
}
.content {
	padding-bottom:320px; /* Height of the footer element */
}
.footer {
	width:100%;
	height:320px;
	position:absolute;
	bottom:0;
	left:0;
}
.footer img {
	height:120px;
	width:100%;
}
.footer .row:last-child {
	margin-bottom:20px;
}

input[type="radio"] {
    margin-right: 5px !important;
}

input[type=checkbox] {
    margin-right: 5px !important;
}

.companyLogo {
    height: 6em;
    width: 100%;
}

.copyright {
    font-size: smaller;
    margin-top: 2em;
}
