
body {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0;
  font-family: Lato, Verdana, Arial;
  font-size: 16px;
  color: #444;
}

a img {
  border: 0;
}

table {
  font-size: 12px;
}

.clear {
  clear: both;
}

h3 {
  font-size: 20px;
}


/* Header */
.seclogo {
  width: 100%;
}
.seclogo img {
  float: left;
}
.seclogo h2 {
  float: left;
  padding-top: 40px;
  font-weight: bold;
  font-size: 22px;
}

/* Main Menu */

#mainmenu {
  font-size: 12px;
  width: 100%;
  padding: 3px;
}

.menublock {
  margin:  0 0 10px 0;
  width:100%;
}

.menublock h2 {
  font-family: Lato, Arial;
  font-size: 13px;
  font-weight: bold;
  padding: 3px;
  margin: 0;
  color: #fff;
  border-bottom: solid 1px #8e2c54;
  background: url(images/stripe.png) -300px top;
  border-radius: 5px;
  width: 100%;
}


.menublock ul {
  list-style: none;
  padding: 0 0 2px 10px;
  margin: 0;
  width:100%;
  background-color:#f5f5f0;    
}

.menublock ul a {
  display: block;
  font-family: Lato,Arial;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
  color: #222;
  padding: 3px;
  border-radius: 5px;
  border-bottom: solid 1px #ddd;
  height: 22px;
  background-color:#f5f5f0;
  width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menublock ul a:hover {
  background-color: #34aadc;
  color: #fff;
  overflow: visible;    
}


.divTable{
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
	line-height: 2.2;
}

.divTableHeading {
	font-family: Lato,Arial;
	background-color: #507faf;
	display: table-header-group;
	font-weight: bold;
	border: 1px solid #999999;
	font-size: 13px; 
    color: white;
}

.divTableCell {
	display: table-cell;
	padding: 2px 7px;
	font-size: 13px;  
}

.divTableHead {
	display: table-cell;
	padding: 2px 7px;
	font-size: 13px;  
    color: white;
}

.BorderedCell {
	display: table-cell;
	padding: 2px 10px;
	border: 1px solid #999999;
	font-size: 13px;  
    color: #444;
}

.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.divTableSpanCell, .divTableSpanRow {
	display: block;
	border: 0px;
}

.navbar-header .toggle-nav .icon-bar {
  background: blue !important;
}


.efacstripe{
  background: url(images/stripe.png) no-repeat center center;
  display:inline-block;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:100%;
  height:100%;
}

.col-sm-2, .col-sm-3, .col-sm-6, .col-sm-10 {
	padding-left:5px;
	padding-right:5px;
}

.col-sm-12{
	padding-left:5px;
	padding-right:20px;
}


@media screen and (max-width: 769px) {
	 .efaclogo td {
		width: 100%;
		height:100%;
	}
	
	.efacImg1{
		width: 10px;
	}
	
	.efacImg2{
		width: 50px;
	}
	.efacImg3{
		width: 170px;
	}
	
	.actLogo{
		width: 170px;
	}
	.efacwelcomeimg {
		width:120px;
		height: 50px;
	}
	
	body{
		margin:0;
	}

}


