/*
 * 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;
	}
}



/* ==========================================================================
   VICTOR: eg, free-cupid pagination
   ========================================================================== */
.pagination{
	display:inline-block;
	text-decoration:none;
	    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 30px;
    padding: 5px 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	
	background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(top, #ffffff 0%,#efefef 100%);
	cursor: pointer;

}


.currentPage, .pgsummary {
	/*
	display:inline;
	*/
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default !important;
}



/* ==========================================================================
   VICTOR: modifications overriding bootstrap.css
   ========================================================================== */

.form-control.bottom-spacing{
     margin-bottom: 15px;
 }

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%;
	*/
}


