body 
{
	color:#242224;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	background-position:top;
	background-repeat:repeat-x;
	margin-left:0;
	margin-right:0;
	margin-top:0;		
}
html,
body {
    height: 100%;
}
#wrapper {
    min-height: 100%;
    position: relative;
	background-color:#fff;
}
#header {
	height:120px;
	background-image:url(../img/nEPHL.png);
	background-repeat:repeat-x repeat-y;
	background-position:center;
	
}
#content {
	padding-bottom: 81px; 
	width: 95%;
 	margin: 0 auto;
}
#footer {

	width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
	color:#fff;
	font-size: 12px;
	text-align: center;
	background-color: #215FBC;
	/*background-image:url(/SICOFO/img/footer.png);
	background-repeat:repeat-x repeat-y;*/
}


a {
            font-size: 14px;    
        }


.panel-green {
	border-color: #5cb85c;
}
.panel-green > .panel-heading {
	border-color: #5cb85c;
	color: white;
	background-color: #5cb85c;
}
.panel-green > a {
	color: #5cb85c;
}
.panel-green > a:hover {
	color: #3d8b3d;
}
.panel-red {
	border-color: #d9534f;
}
.panel-red > .panel-heading {
	border-color: #d9534f;
	color: white;
	background-color: #d9534f;
}
.panel-red > a {
	color: #d9534f;
}
.panel-red > a:hover {
	color: #b52b27;
}
.panel-yellow {
	border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
	border-color: #f0ad4e;
	color: white;
	background-color: #f0ad4e;
}
.panel-yellow > a {
	color: #f0ad4e;
}
.panel-yellow > a:hover {
	color: #df8a13;
}

  #accordion .glyphicon { margin-right:10px; }
  .panel-collapse>.list-group .list-group-item:first-child {border-top-right-radius: 0;border-top-left-radius: 0;}
  .panel-collapse>.list-group .list-group-item {border-width: 1px 0;}
  .panel-collapse>.list-group {margin-bottom: 0;}
  .panel-collapse .list-group-item {border-radius:0;}

  .panel-collapse .list-group .list-group {margin: 0;margin-top: 10px;}
  .panel-collapse .list-group-item li.list-group-item {margin: 0 -15px;border-top: 1px solid #ddd !important;border-bottom: 0;padding-left: 30px;}
  .panel-collapse .list-group-item li.list-group-item:last-child {padding-bottom: 0;}

  .panel-collapse div.list-group div.list-group{margin: 0;}
  .panel-collapse div.list-group .list-group a.list-group-item {border-top: 1px solid #ddd !important;border-bottom: 0;padding-left: 30px;}
  .panel-collapse .list-group-item li.list-group-item {border-top: 1px solid #DDD !important;}

