@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,800,700,300);


/** Base structure **/
body { font-family: 'Open Sans', sans-serif; font-size: 14px; }
.clear { clear: both }
.highlight { padding: 9px 14px; margin-bottom: 14px; background-color: #f7f7f9; border: 1px solid #e1e1e8; border-radius: 4px; }
span.tab { display: inline-block; width: 20px; }

.navbar {  margin-bottom: 0; border-radius: 0 !important; }
.footer { padding: 40px 0; color: #999;text-align: center;background-color: #f9f9f9;border-top: 1px solid #e5e5e5; margin: 0; margin-top: 15px }
section > .container { padding-top: 20px; }
.nav.nav-pills li { border-bottom: 1px dotted #ddd; } 
.navbar { margin-bottom: 0 !important; }

form .error .errorMessage { font-family: Menlo,Monaco,Consolas,"Courier New",monospace; display: none; padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; white-space: nowrap;  }
 .errorMessage { font-family: Menlo,Monaco,Consolas,"Courier New",monospace; padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; white-space: nowrap;  }
form .error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }

#img{background:url(../images/security-banner/banner2.jpg);height:300px; width:1000px;}

.table-condensed
{
	border: 1px solid #ddd;
}
.table-condensed thead {
    background: #3f6288 none repeat scroll 0 0;
    color: #fff;
}