/*
 * Below, are changes that were made to bootstap.css files. These will override bootstrap
 * even after we update the our files to a newer version of bootstrap
 *
 * THIS FILE SHOULD BE THE LAST FILE IN THE CSS FILES EMBEDDED IN THE HTML PAGE!!!!
 */

 
/** This will normally be site-specific **/
@media (max-width: 992px){
	#content_left {
		display: none;
	}
}



/* ==========================================================================
   VICTOR: modifications overriding bootstrap.css
   ========================================================================== */

.form-control{
    margin-bottom: 15px !important;
	margin-right: 5px !important;
	/*
	height: calc(1.5em + .75rem + 2px) !important;
	*/
 }
 
 
 .form-check{
    margin-bottom: 15px !important;
	margin-right: 5px !important;
	/*
	height: calc(1.5em + .75rem + 2px) !important;
	*/
 }


input[type="checkbox"], input[type="radio"] {
	display:inline-block;
	width:44px;
	height:44px;
    vertical-align: middle;
	/*VICTOR: BLOCKED FROM bootstrap.css */
	/*
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px;
	*/
	position: relative !important; /*overriding bootstrap's online css file */
	margin-top: 0px !important; /*overriding bootstrap's online css file */
	margin-left: 0px !important; /*overriding bootstrap's online css file */
	box-shadow: none !important; /*overriding bootstrap's online css file */
}






/* ==========================================================================
   VICTOR: modifications overriding modern-business.css
   ========================================================================== */

header.carousel {
    height: 380px;
	margin-bottom:40px;
	/* VICTOR:CHANGED */
	/*
	height: 50%;
	*/
}