/* ================================================================
*
*       cmp23_style.debug.css (nee v4cm_style.debug.css) (overrides csg.min.css)
*       
*       _cmp23 [CM2023P] Project cm2i2cmp23 2023-06-14
*
*		NOTE WELL: load csg.min.css THEN load v4cm_style.debug.css
*
*       Author: CSA GISA geospatialspec@gmail.com
*				||| PTO, PP, OLOS/VP, AMDG |||
*				||| JITIY, GAICHT, ATCOTM  |||
*       
*       cmp23, v4cm specific-css that overrides cm associated with all csgeo SPAs          
*
*		csg.min.css notes:
*
* 		Note bootstrap classes
*
*       Community Safety Geo stylesheet for OpenLayers Objects
*
*       Based on Openlayers style.css - CSS Reset
*       From Blueprint reset.css
*       http://blueprintcss.googlecode.com
*
*       Modifications: 
*
*       Resolved Bootstrap 2.0's conflict with OpenLayers
*       that leads to the 'blank-striped map' effect,
*       as Bootstrap sets the the img tag's max width to 100%.
*       Cascaded the image tag when in a div of class 'map'
*       so max width set to none.
*
*       Removed all resets (in favor of bootstrap's)
*
 ================================================================ */
/* ====================================

	vc4cm application specific #f5f5f5 #ddd #999999 #888888 #074893 #0b2e55 0d2f56 #0f335d #143459

   ================================== */

/* 
    cmp23 [CM2023P] background-color for body, 
	font-size for radio, datefield classes
	vc4cm theming was body {background-color: #ddd;} 
----------------------------------------------------------------- */
body {
	background-color: #143459

}
.radio {
	font-family:'Arial Narrow Bold', Arial, Helvetica, sans-serif;
	font-size: 12px}
.datefield {
	font-family:'Arial Narrow Bold', Arial, Helvetica, sans-serif;
	font-size: 12px}
.cmp23_subheading {
	font-family:'Arial Narrow Bold', Arial, Helvetica, sans-serif;
	font-size: 12px}
.cmp23_subheading_button {
	font-family:'Arial Narrow Bold', Arial, Helvetica, sans-serif;
	font-size: 10px}
/* 
	other mapping #map {height: 600px;} #map {height: 530px;} 
	
	#map {height: 530px; background: url(/img/images/loading.gif) center center no-repeat;} 
------------------------------------------------------------------- */ 
/* deleting the following #map {height: 530pxpx;} enabled the cascade to csg.cm23.csg.debug.css media query  */
