.container {
    
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.navbar .container {
    
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.breadcrumb {
    
    border-radius: 0; 
    margin-left: -15px;
    margin-right: -15px;
    
}


.schema-jumbotron.jumbotron 
{
    margin-top: -70px;   
    height: 240px;
    background-image: none; 
	padding-left: 15px;

}

.schema-jumbotron h1 {
    
    margin-top: 60px;
    color: #003594;     
}


.navbar-inverse
{
    background-color: #003594;
	border-bottom: 0;
}

div[role=main] 
{
	top: 40px;
}

.page-header 
{
	margin-top: 0px;
}


.schema-safety-mandatory > .panel-heading {

    display: none;

}


.schema-safety-footer-mandatory {

    border: none !important;

}


td.hotspot-highlight {
    background-color: #1B90CF;
    color: #ffffff;
}

.imgbox {
	/* height: 300px; */
	margin-top: 50px;
	padding-left: 15px;

}

img.title-img {
	/* width: 100%;
	height: auto;
	max-height: 300px; */
	
}

.titleadd {
    font-size: 20px;
    font-weight: 700;
    color: #484848;
	margin-top: 20px;
}