@charset "utf-8";
/* CSS Document */


html,
body {
  height: 100%;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -168px;
  padding: 0 0 60px;
}

header {
	min-height: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}

footer {
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    top:168px;
    text-align:right;
    margin-top: -215px;
    clear: both;

}
article {
	color: #AAAAAA;
	font-family: Helvetica, Arial, sans-serif;
}

#push
#footer {
  height: 60px;
  background-color: #ffffff;
}

#divider-header {
	padding-top: 20px;
	height: 9em;
	}
	
#divider-body {
	padding-top: 20px;
	border-top: thin solid #919594;
	height: 9em;
	}
	
#divider-column {
	border-right: thin solid #dedede;
	}
	
#divider-footer {
    border-top: none;
	height: -9em;

}

.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8
{
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2
{
    min-height: 1px;
    padding-left: 20px;
    padding-right: 0px;
    position: relative;
}

.version{
	float: right;
	color: #B9B7B7;
	font-size: 10px !important;
	text-align: justify;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
}

.start{
	margin-left: 50px;
	margin-right: 75px;
	margin-top: 50px;
	line-height: 22px;
	font-size: 18px;
	}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #e2f0fb;
}
.center-cell{
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #686d71;
	margin-left: 0; 
	margin-right: 0;
	}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
    vertical-align: top;
    margin-right:auto;
    margin-left:auto;
    
}