/* @override 
	http://127.0.0.1:8080/registry/css/medium.css
	http://127.0.0.1:8080/css/medium.css */

		  
@media (max-width: 980px) {
	body {
	padding-top: 0px;
	padding-bottom: 40px;
	}

   .fuelux .wizard {

margin-bottom: 20px;
}
    .dropdown-backdrop {
        display: none;
    }

    .dropdown-backdrop {
        display: none;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .fuelux	div.span4.same-height-frontpage {
        min-height: 520px;
    }
    
    .fuelux .wizard ul li {
        position: relative;
        float: none;
        height: 46px;
        padding: 0 10px 0 20px;
        margin: 0;
        font-size: .96em;
        line-height: 46px;
        color: #222222;
        cursor: default;
        background: #ededed;
    }

    .fuelux .container {
        width: 750px;
    }

    .dropdown-backdrop {
        display: none;
    }
    
	div.navbar-inner div.container a.brand {
	    font-size: 1.2em;
	    line-height: 0.7em;
	    width: 90%;
	    margin-top: 4px;
	}	

	#subSectionList li.nav-header {
		margin: 0;
	}
	
	#sideNav {
		font-size: 1em;
		padding:  0px;
		width: 100%;
	}  
	
	#questionnaires {
		width: 100%;
		margin: 0;	
	}		  

    #message {
    	display: none;
    	font-size: 2em;
    	font-weight: bold;
    	left: 0px;
    	margin: 0px;
    	padding: 20px;
    	position: fixed;
    	top: 0px;
    	width: 100%;
    	z-index: 1000;
    }

}