@charset "UTF-8";
/*
IruCom WebCMS v9-2021 CSS: Master Grid Layout of the webpage
Created on : 01.05.2025 IruCom systems/This will be used for Preview of the Article on WebCMS
Changed on :  01.05.2025
Copyright : Pragash Irudayam - IruCom systems
 Licence only for one Domain. No changes or addons are allowed without prior permisssion from Pragash Irudayam (IruCom systems)
*/
/* 
@ Gold: #D19428; rgb(209,148,40);
@ yellow #faaa00 rgba(250, 170, 0, 1)
@ red #FF0000;
@ dark red #b5001f;
*/ 

/*
font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
font-style: normal;
font-weight: 300; Regular
font-weight: 500; bold

*/

body {
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	background-image: url("../../ic_web_image/ic_webpage_img/kebRVTop_25.jpg");
	background-position: top center ;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}
@media only screen and (max-width: 980px) {
	
	body {
		background-image: none;		
	}	
}

.icweb_webpage {	
	width: 1024px ;
	height: auto;	
	display: block;
	clear: both;	
	padding: 0;
	border: none;
	margin: 0 auto 0 auto;
	position: relative;
	top:0;
	box-sizing: border-box;
	background-color: #FFFFFF;
				
}
@media only screen and (min-width: 1200px) {
	.icweb_webpage {
	width: 1024px ;			
	}
}
@media only screen and (max-width: 980px) {
	body {background-size: 100%;}
	.icweb_webpage {		
	width: 99%;			
	}
}
/* block out of the DOC due to fixed, create a placeholder*/
.icweb_top_grid {
	width: 1024px ;
	height: 200px;		
	display: flex;
	flex-direction: column;
	align-items: center;
	position: fixed;	
	top: 0;
	left: auto;
	z-index: 50;
	clear: both;	
	padding: 0 0 10px 0;		
	border: none;
	margin: 0;
	box-sizing: border-box;	
	background-color: #FFFFFF;	
	background-image: url("../../ic_web_image/ic_webpage_img/kebRVTop_25.jpg");
	background-position: top center ;
	background-repeat: no-repeat;	
		
}
.icweb_top_grid_placeholder {
	width: 1024px ;
	height: 200px;		
	display: block;
	top: 0;
	z-index: 10;
	clear: both;	
	padding: 0 0 10px 0;	
	border: none;
	margin: 0 0 10px 0;
	box-sizing: border-box;	
	background-color: #FFFFFF;		
	
}
@media only screen and (min-width: 1200px) {
	.icweb_top_grid, .icweb_top_grid_placeholder {
	width: 1024px ;
	height: 200px;	
	}
}
/*@media only screen and (max-width: 1024px) {
	.icweb_top_grid, .icweb_top_grid_placeholder {
	width: 100% ;
	height: 180px;	
	}
}*/

@media only screen and (max-width: 980px) {
	.icweb_top_grid, .icweb_top_grid_placeholder {
	width: 100%;
	height: 200px;
	margin: 0 0 10px 0;	
	background-image: url("../../ic_web_image/ic_webpage_img/kebRVTop_25_800.jpg");
	background-position: top center ;
	background-repeat: no-repeat;	
	background-size: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.icweb_top_grid, .icweb_top_grid_placeholder {
	width: 100%;
	height: 180px;
	margin: 0 0 5px 0;
	background-image: url("../../ic_web_image/ic_webpage_img/kebRVTop_25_600.jpg");
	background-position: top center ;
	background-repeat: no-repeat;	
	background-size: 100%;
		
	}	
}

/* webpage top section for Logo and menue */
.icweb_head {
	width: 99%;		
	display: flex;
	flex-direction: row;
	align-items:center;
	justify-content: space-between;
	position: relative;	
	top: 2px;
	clear: both;	
	padding: 0;		
	border: none;
	margin: 50px 0 10px 0;
	box-sizing: border-box;
	
}
@media only screen and (max-width: 980px) {
	.icweb_head_navi_section{
		margin: 0;
	}
	.icweb_head {
        margin: 40px 0 10px 0;
        width: 99%;
        top: 5px;
	}
}

@media only screen and (max-width: 600px) {
	.icweb_head {
        width: 99%;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: space-between;
        top: 5px;
        padding: 0 0 5px 0;	
        margin: 30px 0 10px 0;
	}
}
.icweb_head_grid_logo {
	text-align: left;
	vertical-align: middle;	
	width: 350px;
	height: auto;
	display: block;	
	padding: 0;	
	border: none;
	margin: 0 ;			
}
/*Navigation Btn at the bottom of Top Image*/
.icweb_head_grid_menu_bar {
	text-align: right;
	vertical-align: top;
    display: flex;
    flex-direction: row;
    align-items: right;
    justify-content: space-between;
	width: auto;
	height: auto;
	padding: 0;	
	border: none;
	margin: 0 ;	
}
/* meun btn has a total padding 6px*/
.icweb_head_grid_menu_btn {
	text-align: center;
	vertical-align: top;
	width: 110px;
	height: auto;
	display: block;
	padding: 0;	
	border: none;
	margin: 6px 0 0 0 ;	
	box-sizing: border-box;
}
@media only screen and (max-width: 980px) {
	.icweb_head_grid_logo {
	width: 250px;
	top: 0;
	}
	.icweb_head_grid_menu_bar {
	width: 600px;
	}
	.icweb_head_grid_menu_btn {
	width: 80px;
	top: 0;
	margin: 0 40px 0 0 ;	
	}
}

@media only screen and (max-width: 600px) {
	.icweb_head_grid_logo {
	width: 200px;
	top: 0;	
	}
	.icweb_head_grid_menu_bar {
	width: 98%;	
	}
	.icweb_head_grid_menu_btn {
	width: 70px;
	top: 0;
	}
}
.icweb_head_logo {
	text-align: left;
	vertical-align: top;
	width: 100%;
	height: auto;
	display: block;
	top: 0;
	left: 0;
	padding: 0;	
	border: none;
	margin: 0;	
}

.icweb_content {
	width: 100%;
	min-height: 500px;
	overflow: visible;	
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: space-around;
	padding: 0;
	border: none;
	margin: 20px 0 0 0;
	box-sizing: border-box;
	background-color: transparent;	
	
}
@media only screen and (max-width: 600px) {
	.icweb_content {
	flex-direction: column;		
	align-items: center;
	justify-content:flex-start;
	margin: 10px 0 5px 0;
	}
}
.icweb_pagecontent {
	width: 60%;
	min-height: 500px;
	display: block;
	padding: 0;
	border: none;	
	margin: 0;		
}
@media only screen and (max-width: 600px) {
	.icweb_pagecontent {
	width: 98%;
	height: 100%;
	}
}

.icweb_pagecontent_wide {
	width: 98%;;
	height: auto;
	display: block;			
	padding: 0;
	border: none;	
	margin: 0;				
}

.icweb_banner {
	width: 30%;
	min-height: 500px;
	display: block;	
	padding: 0 2% 0 2%;
	border: none;
	margin: 0 0 0 6%;
	background-color: #E4E4E4;
}
@media only screen and (max-width: 600px) {
	.icweb_banner {
	width: 100%;
	height: 100%;
	}
}

/* out side of the Webpage*/
.icwebpage_foot {
	width: 100%;
	height: auto;	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:space-between;
	clear: both;			
	padding: 0;
	border: none;
	border-top: 2px solid #b5001f;
	box-sizing: border-box;
	margin: 0 auto 6px auto;
	background-color: rgba(250, 170, 0, 0.2);
	transition: all 0.5s; 
}
.icwebpage_foot_grid {
	width: 1024px;
	height: auto;	
	display: flex;
	flex-direction: row;
	align-items:flex-start;
	justify-content:space-between;
	clear: both;			
	padding: 0;
	border: none;
	margin: 30px auto 10px auto;
	transition: all 0.5s; 
}
@media only screen and (min-width: 1200px) {
	.icwebpage_foot_grid {
	width: 1024px;	
	}
}
@media only screen and (max-width: 800px) {
	.icwebpage_foot{
		width: 99%;;
	}
	
	.icwebpage_foot_grid {		
	width: 99%;	
	flex-direction: column;
	}
}
/* uses the dark backgroundcolor of the foot*/
.icwebpage_foot_text_box_dark {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 14px;
	color: #330000;
	font-weight: 300;
	line-height: 150%;
	text-align: left;
	vertical-align: top;
	letter-spacing: 1px;
	width: 45%;
	height: 100%;	
	display: block;
	clear: both;			
	padding: 10px;
	border: none;
	margin: 0;	
	box-sizing: border-box;
	transition: all 0.5s; 
		
}
@media only screen and (min-width: 1200px) {
	.icwebpage_foot_text_box_dark  {
	width: 45%;			
	}
}
@media only screen and (max-width: 800px) {
	.icwebpage_foot_text_box_dark {		
	width: 95%;			
	}
}
/* has a lighter color*/
.icwebpage_foot_text_box {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 14px;
	color: #330000;
	font-weight: 300;
	line-height: 150%;
	text-align: left;
	vertical-align: top;
	letter-spacing: 1px;
	width: 45%;
	height: 100%;	
	display: block;
	clear: both;			
	padding: 10px;
	border: none;
	margin: 0;	
	box-sizing: border-box;
	transition: all 0.5s; 
	
}
@media only screen and (min-width: 1200px) {
	.icwebpage_foot_text_box  {
	width: 45%;			
	}
}
@media only screen and (max-width: 800px) {
	.icwebpage_foot_text_box  {		
	width: 95%;		
	}
}
.icwebpage_foot_text_box a, .icwebpage_foot_text_box a:link, .icwebpage_foot_text_box a:visited {
	font-size: 14px;
    color:#330000;
	font-weight: 300;
	text-decoration: none;	
}
.icwebpage_foot_text_box a:hover {
	color: #FF0000; 
	text-decoration: underline;	
}
.icwebpage_foot_logo {
	text-align: left;
	vertical-align: top;	
	width: 180px;
	height: auto;
	display: block;	
	padding: 0;	
	border: none;
	margin: 0 0 15px 0 ;			
}

@media only screen and (max-width: 800px) {
	.icwebpage_foot_logo {
	width: 120px;
	top: 0;
	}	
}

@media only screen and (max-width: 600px) {
	.icwebpage_foot_logo {
	width: 80px;
	top: 0;
	}
	
}
.icwebpage_foot_image_box {
	width: 100px;
	height: auto;	
	display: block;
	clear: both;			
	border: none;
	margin: 10px 0 10px 0;	
	box-sizing: border-box;
	transition: all 0.5s; 
		
}

/* Browse Btns at Lists used in 'a' */
.search_box {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 18px;
	color: #666666;
	text-align: left;
	vertical-align: top;	
	width: auto;	
	display: block;	
	padding: 2px;
	border: none;
	margin: 2px;
	background-color: #6699CC;		
}
.warning {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 20px ;
	color: #F00;
	padding: 5px;
	font-weight: 300;
}
.success {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 20px ;
	color: #006600;
	padding: 5px;
	font-weight: 300;
}
.icweb_errorblock {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 20px ;
	color: #F00;	
	font-weight: 300;
	width: auto;	
	display: block;
}
.icweb_warning {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 20px ;
	color: #F00;	
	font-weight: 300;
	width: 80%;
	padding: 5px;
	border: 2px solid #F60;
	margin: 5px 5px 15px 5px;
}
.icweb_success {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 20px ;
	color: #006600;	
	font-weight: 300;
	width: 95%;
	padding: 5px;
	border: 2px solid #0C0;
	border-radius: 5px;
	margin: 5px 5px 15px 5px;
}
.icweb_tpl_msg_xml{
	display: none;	
}

.icweb_icon{
	text-align: center;
	vertical-align: middle;
	width: 30px;
	height: auto;		
	padding: 0;
	border: none;
	margin: 0 2px 0 2px;		
	background-color: transparent;
}
.icweb_icon_broad{
	text-align: center;
	vertical-align: middle;
	width: 50px;
	height: auto;		
	padding: 0;
	border: none;
	margin: 0 2px 0 2px;		
	background-color: transparent;
}
.icweb_icon_thin{
	text-align: center;
	vertical-align: middle;
	width: auto;
	height: 25px;		
	padding: 0;
	border: none;
	margin: 0 3px 0 3px;		
	background-color: transparent;
}
.icweb_icon_small{
	text-align: center;
	vertical-align: middle;
	width: 25px;
	height: auto;		
	padding: 0;
	border: none;
	margin: 0 2px 0 2px;		
	background-color: transparent;
}
.icweb_icon_medium{
	text-align: center;
	vertical-align: middle;
	width: 45px;
	height: auto;		
	padding: 0;
	border: none;
	margin: 0 2px 0 2px;		
	background-color: transparent;
}
.icweb_icon_big{
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: auto;		
	padding: 0;
	border: none;
	margin: 0 2px 0 2px;		
	background-color: transparent;
}
.icweb_graphicbutton{
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 60px;	
	padding: 0;
	border: none;
	margin: 0 2px 0 2px;		
	background-color: transparent;
}
.icweb_calender{
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 18px;
	color: #D19428;
	font-weight: normal;
	vertical-align: top;
	text-align: center;		
	position: absolute;
	top: auto;
	left: auto;
	z-index: 3;	
	width: auto;
	height: auto;
	display: none;	
	padding: 5px;
	border: 1px solid #09F;	
	border-radius: 7px;	
	box-shadow: #CCCCCC 3px 3px 2px;		
	margin: 5px;
	background-color: #FFFFFF;

}
.icweb_calender_heading {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 18px;
	color: #D19428;
	text-align: center;		
	width: auto;
	height: auto;	
	display: block;	
	padding: 4px 2px 4px 2px;
	border: none;
	margin: 0 auto 4px auto;
	background-color: #FFFFFF;
}
.icweb_calender_tbl {
	text-align: center;
	width: auto;
	height: auto;
	border-spacing: 0;	
	display: block;
	padding: 0;
	margin: 2px auto 2px auto;		
}
.icweb_calender_tbl_th {
	font-family:  hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-weight:500;
	width: 30px;
	height: auto;
	padding: 2px;
	background-color: #FFFFFF;	
}
.icweb_calender_tbl_td {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 18px;
	color: #666;
	text-align: center;	
	width: 30px;
	height: auto;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #DBDFEA;
}
.icweb_calender_tbl_td a:link, .icweb_calender_tbl_td a:visited {
	padding: 3px;
	color: #000000;
	text-decoration: none;	
}
.icweb_calender_tbl_td a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.icweb_calender_tbl_td:hover{
	border: 1px solid #000000;		
}
.icweb_calender_day{
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 18px;
	color: cornflowerblue;
	font-weight: 300;
	width: 100%;
	height: auto;
	display: inline-block;		
	background-color: #FFFFFF;
	transition: all 0.5s ease;
}
.icweb_calender_day:hover{
	color: white;
	cursor: pointer;
	background-color: cornflowerblue;
}

.icweb_calender_tbl_td_empty {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 18px;
	color: #666;
	text-align: center;	
	width: 30px;
	height: auto;
	padding: 2px;	
	background-color: #D7D7D7;
	border: 1px solid #DBDFEA;
}
.icweb_calender_tbl_td_weekend {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 18px;
	color: #666;
	text-align: center;	
	width: 30px;
	height: auto;
	padding: 2px;	
	border: 1px solid #DBDFEA;
}
.icweb_calender_tbl_td_weekend .icweb_calender_day {
	color: red;
	background-color: #F5F5F5;	
}
.icweb_calender_tbl_td_weekend .icweb_calender_day:hover {
	color: white;
	cursor: pointer;
	background-color: cornflowerblue;	
}
.icweb_calender_no_date {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 18px;
	color: cornflowerblue;
	text-align: center;		
	width: auto;
	height: auto;	
	display: block;	
	padding: 2px 0;
	border: 1px solid #CCCCCC;		
	margin: 4px auto 2px auto;

}
.icweb_calender_formfieldbold {
	font-family: hero-new, sans-serif, Helvetica, Helvetica Neue;
	font-size: 18px;
	color: #333333;	
	padding: 2px;
	border: 1px solid #DBDFEA;
	margin: 2px;
	background-color: #FFFFFF;
}
