/*
 * 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!!!!
 */


/***** override overlay popup ****/
.ui-widget-overlay {
    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 100% 100% repeat-x !important;
}

 
/** This will normally be site-specific **/
@media (max-width: 992px){
	#content_left {
		display: none;
	}
}


  
  #replytable{
	width:100%;
	display:none;
	position:fixed;
	z-index:20; /*Must be greater than stuff like carousel-indicators, which are 15 */
	
    border: 3px solid green;
    padding: 10px;
	
	left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* ==========================================================================
   VICTOR: modifications overriding bootstrap.css
   ========================================================================== */
/*
.form-control{
     margin-bottom: 15px !important;
 }
 */

 /* reproducing bootstrap 3 in bootstrap 4 */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well a{
 	text-decoration:none;
}

.h4, h4 {
    font-size: 1rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}




input[type="checkbox"], input[type="radio"] {
	display:inline-block;
	width: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%;
	*/
}