/*****************Common css ****************/ 
body {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
   
/*CH DONE ON 27DEC2017 BY SABARI START*/
	/*overflow: hidden;*/
/*CH DONE ON 27DEC2017 BY SABARI END*/   
}
.row {
	margin:0px!important;
}
.nopad {
	padding:0px!important;
}

.clearfix {
	clear:both;
	font-size:0px;
}
/************Common css end ****************/

/***********************Predefined Element start ********************/
/* CH ON 15MAR2018 DONE BY MAHENDRAN  START*/
/*table.tbl td {*/
table.tbl>tr>td,table.tbl>tbody>tr>td {
/* CH ON 15MAR2018 DONE BY MAHENDRAN  END*/


	border: 1px solid #ddd!important;
	padding: 8px!important;
	font-size: 9pt!important;
/*CH DONE ON 28DEC2017 BY SABARI START*/
	/*font-style:italic;*/
/*CH DONE ON 28DEC2017 BY SABARI END*/
    color: #666666;
	display: table-cell;
    vertical-align: inherit;
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd!important;
    border-left: 1px solid #ddd!important;
    border-right: 1px solid #ddd;    
}

table {
	width:100%;
	margin-top:8px;

}
table.tbl {
	border: 1px solid #ddd!important;
	margin-top:8px;
}
table.tbl td.grid a {
	font-size:9pt!important;
}
/* CH ON 15MAR2018 DONE BY MAHENDRAN  START*/
/*table.tbl th {*/
table.tbl>tr>th,table.tbl>thead>tr>th,table.tbl>tbody>tr>th {
/* CH ON 15MAR2018 DONE BY MAHENDRAN  END*/

    color: #666666;
    font-size: 9pt!important;
    display: table-cell;
    vertical-align: inherit;
    /*background-color: #cbcbcb;*/
    background-color: #dddddd;
    padding: 6px 5px!important;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    border-image: initial;
/*CH DONE ON 29DEC2017 BY SABARI START*/
	font-style:italic;	
/*CH DONE ON 29DEC2017 BY SABARI END*/
/*CH DONE ON 28DEC2017 BY SABARI END*/
}

table.tbl th:first-child{
	border-left: #dddddd!important;
}
table.tbl th:last-child{
	border-right: #dddddd!important;
}

/*CH DONE ON 29DEC2017 BY SABARI START*/
table.tbl th b {
    font-weight: 300!important;
}
/*CH DONE ON 29DEC2017 BY SABARI END*/

a {
    color: #39F;	
    font-weight: 300;	
	font-size: 9pt;
    text-decoration: none;
}
/*CH ON 19DEC2017 DONE BY SABARI FOR EZE360 START*/
button, input[type=reset], input[type=submit] {    
    cursor: pointer;
	border: 0px!important;
    /*height: 25px;*/
/*CH DONE ON 08JAN2018 BY SABARI START*/
    height: 22px;
/*CH DONE ON 08JAN2018 BY SABARI END*/
}
/*CH ON 19DEC2017 DONE BY SABARI FOR EZE360 END*/

/*********************Grid table start *****************/

.TableHeader td{
	border:1px solid #ddd;
	padding: 5px;
}
.R0 td{
	border:1px solid #ddd;
	padding: 2px 5px 2px 5px;
}
.R1 td{
	border:1px solid #ddd;
	padding: 2px 5px 2px 5px;
}

/*********************Grid table end *****************/

/***********************Predefined Element end ********************/


/***********************UserDefined Element start ********************/

/*****************Screen panel  start ***************/
.screen-panel {
	background: #FFF;
/*CH DONE ON 27DEC2017 BY SABARI START*/	
    /*padding: 12px;
	margin: 20px 0px 20px 10px;
	min-height:477px;*/
	padding: 8px;
	/*
    margin: 6px 0px 20px 6px;
	box-shadow: -5px 5px 5px #dddddd;
	*/
	margin-top:6px;
    /*height: 90%;*/
	overflow-y: auto;
/*CH DONE ON 27DEC2017 BY SABARI END*/	
   
}
.screen-inner-panel {
	border: 1px solid #dddddd;
    padding: 0px 10px 10px 10px;
    margin-right: 15px;
}
.screen-border {
	/*border: 1px solid #dddddd;*/
/*CH DONE ON 27DEC2017 BY SABARI START*/	
    /*padding: 15px 15px 15px 15px;
	min-height:477px;*/
	padding: 8px 8px 8px 8px;
    /*height: 100%;*/
   
/*CH DONE ON 27DEC2017 BY SABARI END*/
}
/*****************Screen panel  end ***************/
/*****************group panel  start ***************/
.group-panel {
	/*box-shadow: -5px 5px 5px #dddddd;*/
	padding: 15px !important;

/*CH ON 19DEC2017 DONE BY SABARI FOR EZE360 START*/
	/*margin-left:10px;*/
	margin-left:0px;
/*CH ON 19DEC2017 DONE BY SABARI FOR EZE360 END*/
	/*margin-bottom:10px;*/	
}
.group-panel-border {
	/*border:1px solid #ddd;*/
	/*padding:0px 8px 0px 8px!important;*/
}

.panel-one-space-filler {
	width: 4%!important;
}
/*****************group panel  end ***************/
/************************Lookup element start**********************/
.btn-lookup {
/*CH DONE ON 20DEC2017 BY SABARI START*/
    /*margin: 4px 4px 0px 1px;*/
   /* margin: -3px 4px 0px 1px;*/
/*CH DONE ON 20DEC2017 BY SABARI END*/
    background: none;
    border: none;
/*CH DONE ON 13FEB2018 BY SURYA START*/
	/*margin: 0px 4px 0px 1px;*/
	padding: 0px 5px 0px 5px!important;
/*CH DONE ON 13FEB2018 BY SURYA END*/
}
/**********************Lookup element end******************/

/********************Lookup window start ********************/

.lookup-element {
	padding:5px !important;
}
.lookup-table {
	width:100%;
	border:1px solid #ddd;
	
}

.lookup-form-element {
	margin:0px !important;
	/*CH Done on 29DEC2017 sabari START */
	padding:0px 5px!important;
	/*CH Done on 29DEC2017 sabari END */
}
.lookup-search-icon {
	font-size: 10pt!important;
	font-weight: bold!important;
	background: #01d3ec!important;
	border:0px !important;
	color: #fff;
	padding: 3px 6px!important;
}
	
.lookup-title {
	padding-left: 5px!important;
	font-weight: normal;
	text-align: center;
}
.lookup-btn-space {
	width:4%!important;	
}
/*********************Lookup window end ****************/

/*******************Grid table start *********************/
#detailsection table {
	width:100%;
	background-color:#FFF;
	border:0px solid rgb(77, 89, 107) !important;
	border-bottom:1px solid #dddddd !important;
	border-right:1px solid #dddddd !important;
	font-style:italic;
}

#detailsection input[type=text]{
	border-radius: 0px !important;
	border:0px !important;
	padding:0px 3px!important;
	width:100%;
	background:#FFF!important;
	font-style:normal!important;
	font-size:9pt!important;
}
#detailsection textarea{
	border-radius: 0px !important;
	border:0px !important;
	padding:0px 3px!important;	
	font-style:normal!important;
	font-size:9pt!important;
}
#detailsection select{
	border-radius: 0px !important;
	border:0px !important;
	font-style:normal!important;
	font-size:9pt!important;
}
#detailsection td{
	border:0px solid rgb(77, 89, 107) !important;
	padding:0px!important;
	border-left:1px solid #dddddd !important;
	border-top:1px solid #dddddd !important;
	border-right:1px solid #dddddd !important;
	font-style:normal!important;
	font-size:9pt!important;
}
#detailsection .TableHeader td{
	padding: 6px 5px 6px 5px!important;
}



tr.R0{
    background-color: #fff;
	padding: 8px;
    border: 1px solid #ddd;
}
tr.R1{
	padding: 8px;
    border: 1px solid #ddd;
} 
tr.TableHeader{
	/*background: #cbcbcb;*/
	background: #dddddd;
    color: #666666;
	font-size: 10pt;
    padding: 8px;
    border: 1px solid #ddd;
}
td.Column{
border: 0;
}
/*******************Grid table end *********************/


/************************popup window start************/
.popup-title-bar {
	background: #0a316d;
	color: #FFF;
	height: 30px;
	text-align: center;
	font-size: 12pt;
	line-height:30px;
}

.popup-panel {
	border:1px solid #ddd;
	padding:10px 0px;
}
/**********************popup window end ****************/
.highlight-panel {
	background: #ddd!important;
	padding:10px;
}
/***************************Model-body Bootstrap section start ********************/
.modal-body {
	padding: 0px;
	height: 70%;
}
.modal-title {
	/*text-align:center;
	height:34px;
	
	line-height:34px !important;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
	text-align:center;
	/*******************************CH Done on 23Jan2018 sabari start *****************/
	/*height:34px;*/
	/*******************************CH Done on 23Jan2018 sabari end *****************/
	/*CH ON 04DEC2017 DONE BY MAHENDRAN FOR  START*/
	/*******************************CH Done on 23Jan2018 sabari start *****************/
	/*line-height:34px !important;*/
	/*******************************CH Done on 23Jan2018 sabari end *****************/
	/*CH ON 04DEC2017 DONE BY MAHENDRAN FOR  END*/
/*CH ON 02FEB2018 DONE BY MAHENDRAN   START*/
/*
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
*/	
/*CH ON 02FEB2018 DONE BY MAHENDRAN   END*/
	height:30px!important;
	line-height: 28px!important;
    font-size: 13pt!important;
}
.modal-footer {
	padding: 5px !important;
	margin-top: 0px !important; 
	text-align: center !important;
	height: 40px !important;
	/*CH ON 04DEC2017 DONE BY MAHENDRAN FOR  START*/
	border-top: 0px solid #e5e5e5 !important;
	/*CH ON 04DEC2017 DONE BY MAHENDRAN FOR  END*/
}
/*CH ON 02FEB2018 DONE BY MAHENDRAN   START*/
.modal-content{
	border-radius: 0px !important;
}
/*CH ON 02FEB2018 DONE BY MAHENDRAN   END*/
/***************************Model-body Bootstrap section end ********************/
/********************Form element start **************************/

/************************Form element End ****************/
/****************Line space start ********************/
.quarter-line {
	height:6px!important;
}
.half-line {
	height:13px!important;
}
.one-line {
	height:26px!important;
}
.two-line {
	height:52px!important;
}
.five-line {
	height:65px!important;
}
.ten-line {
	height:130px!important;
}
/*******************Line space end ****************/
/******************Vertical Space start *******************/
.row-space {
/*CH DONE ON 13FEB2018 BY SURYA START*/
	/*padding:6px 5px 0px 0px!important;*/
	padding:6px 0px 0px 0px!important;
/*CH DONE ON 13FEB2018 BY SURYA END*/
}
.half-space {
	width:5px!important;
}
.one-space {
	width:10px!important;
}
.two-space {
	width:20px!important;
}
.three-space {
	width:30px!important;
}
.five-space {
	width:50px!important;
}
.ten-space {
	width:100px!important;
}
/********************* Vertical space end ***************/
/*****************Form Elements Start ************************/


.btn-action-bar {
	padding-left: 0px!important;
    padding-right: 5px!important;
}

/*CH ON 28FEB2018 DONE BY MAHENDRAN   END*/

/*CH ON 28FEB2018 DONE BY MAHENDRAN   START*/


.radio-medium-padding {
	
}
.radio-small-padding {
	
}
a.anchor-vertical-center {
    text-decoration: none!important;
    color: #2a6496;
	padding-top: 7px;
	font-size:9pt;
    font-weight: bold;
 }
.grid-btn {
	height: 29px;
	line-height: 20px;
	background: #00d4ec!important;
	color: #FFF!important;
	text-align: center;
	border: none;
	font-size: 11pt;
	text-shadow: none!important;
	font-weight:normal!important;
}
.radio-large-padding {
    margin: -2px 0 0!important;
    margin-top: 1px \9;
    line-height: normal;
}


/********************Form Element end ********************/
/*****************POPup New window start**********/
/*****************POPup New window end**********/


/********************Mandatory section start ******************/




/******************Mandatory section end ******************/
/***********************UserDefined Element end ********************/

/*CH ON 19DEC2017 DONE BY SABARI FOR EZE360 START*/
.btn-action-left-align {
    min-height: 34px!important;
    line-height: 24px!important;
    margin: 0px 10px 0px 0px!important;
    background: #00d4ec!important;
    color: #FFF!important;
    text-align: left!important;
    border: none!important;
    font-size: 11pt!important;
    text-shadow: none!important;
    font-weight: normal!important;
    padding-left: 8px!important;
}
/*CH ON 19DEC2017 DONE BY SABARI FOR EZE360 END*/

/*CH DONE ON 20DEC2017 BY MAHENDARAN START*/

		.popup-close-icon {
			margin-top: 3px;
			margin-right: 10px;
			-webkit-appearance: none;
			padding: 0;
			cursor: pointer;
			background: transparent;
			border: 0;
			text-shadow: 0 1px 0 #fff;
			opacity: .9;
			float: right;
			font-size: 21px;
			font-weight: bold;
			line-height: 1;
			color: #fff !important;
		}
		.transparent-layer{
			left:0px;
			top:0px;
			width:100%;
			height:100%;
			position:fixed;
			z-index:10;
			background-color:#000;
			opacity:0.5;
			overflow:hidden;
	
		}
		
		.img-label{
			
			background: #00d4ec!important;
			color: #FFF!important;
			text-align: center!important;
			overflow: hidden;
		}	

		.layer-display-area{
		left:0px;
		top:0px;
		width:50%;
		height:50%;
		position:fixed;
		z-index:2000;
		background-color:white;
		display:block;
		}

/*CH DONE ON 20DEC2017 BY MAHENDARAN END*/			

	
/*CH DONE ON 29DEC2017 BY MAHENDARAN START*/
.list-table-header.lookup-element {
	padding: 0px 5px!important;
}
table.lookup-table.header-table{
	margin-top:0px !important;
}
.right-no-pad{
	padding-right:0px !important;
}


.modal-header {
	border-bottom:none!important;
}
.group-space{
	padding-left:25px!important;
}
/*CH DONE ON 2JAN2017 BY SABARI END*/	

@media screen and (min-width: 0px) and (max-width: 480px) {
	body{
		overflow: scroll!important;
	}
}
@media screen and (min-width: 481px) and (max-width: 1366px) {
	body{
		overflow: scroll!important;
	}
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
	body{
		overflow: hidden!important;
	}
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {

	body{
		overflow: hidden!important;
	}

}
@media screen and (min-width: 1601px) and (max-width: 1920px) {

	body{
		overflow: hidden!important;
	}

}

@media screen and (min-width: 1921px) and (max-width: 2560px) {

	body{
		overflow: hidden!important;
	}

}

/*CH DONE ON 05JAN2017 BY SABARI START*/	
	.report-name {
		margin-top: -19px; 
		margin-left: 24px;
		font-size: 9pt;
	 }
	 
	.group-leftspace{
	padding-left:12px!important;
	}
	
	.group-rightspace{
	padding-right:12px!important;
	}
	
	
/*CH DONE ON 05JAN2017 BY SABARI END*/
/*CH DONE ON 08JAN2018 BY MAHENDRAN START*/
.modal{
	    overflow: hidden!important;
}
/*CH DONE ON 08JAN2018 BY MAHENDARAN END*/


/************************CH Done on 10JAN2018 sabari start *********************/

ul.ui-tabs-nav {
	background:#ffffff!important;
	height:24px!important;
}
.ui-tabs .ui-tabs-nav {
	padding:0em .2em 0em!important;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: .2em 1em!important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	background:#a3b0d2!important;
	/*border-radius:5px!important;*/
	border-radius:3px!important;
	font-size:10pt!important;
	font-weight:bold!important;
	color:#FFF!important;
	/*border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;*/
	border-top-left-radius: 3px!important;
    border-top-right-radius: 3px!important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	background:#f1f1f1!important;
	font-size:10pt!important;
	
	color:#666666!important;
}
.ui-widget-header {
	border:1px solid #ddd!important;
}
.ui-widget-content {
	border-left:1px solid #ddd!important;
	border-right:1px solid #ddd!important;
	border-bottom:1px solid #ddd!important;
	border-top:0px solid #ddd!important;
}
.ui-tabs .ui-tabs-nav li {
	margin:0px .2em 0 0px!important;
	font-weight:normal!important;
	font-family:Arial!important;
	font-weight:normal!important;
}
.ui-widget {
	font-family:Arial!important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family:Arial!important;
}
.ui-widget-header {
	border-top: 0px!important;
    border-left: 0px !important;
	border-right:0px!important;
}
.ui-tabs .ui-tabs-nav {
	padding:0px!important;
}
/***********************CH done on 10JAN2018 sabari end **********************/
/***********************CH done on 22JAN2018 sabari Start **********************/
ui-tabs .ui-tabs-nav li.ui-tabs-active{
	padding-bottom:0px!important;
}
ui-state-default .ui-corner-top .ui-tabs-active .ui-state-active{
	top:0px!important;
	margin:0px!important;
	padding:0px!important;

}
/***********************CH done on 22JAN2018 sabari End **********************/

/*CH ON 12FEB2018 DONE BY MAHENDRAN   START*/
.btn-lookup-action {
 	width:80px !important;
	margin: 0px !important; 
}
/*Date & Time Picker*/
	
	.datepicker  td.active
	,.datepicker-months .active
	 ,.datepicker-years .active
	 ,.decade .active{
		background: #dddddd !important;
		color:black !important;
		font-family: Arial !important;
		font-size: 14px !important;

	 }
	
	 .timepicker-hour:hover
	 ,.timepicker-minute:hover
	 ,.timepicker-second:hover
	 ,.hour:hover,.minute:hover
	 ,.second:hover
	 
	 ,.datepicker  td.day:hover
	 ,.datepicker-months .month:hover
	 
	 ,.datepicker-years .year:hover

	 ,.decade:hover
	 {
		background: #ff7d1f !important;
		color:#fff !important;
		font-family: Arial !important;
		font-size: 14px !important;
	}
	.glyphicon-time:hover,.glyphicon-calendar:hover{
		background: #ff7d1f !important;
		color:#fff !important;
	}
	.glyphicon-time,.glyphicon-calendar{
		/*color:#0a316d !important;*/
		color:#bcbbbb !important;
		font-size: 20px !important;
		line-height: 1.5 !important;
		height: 1.5em !important;
		width: 100% !important;
	}
	.timepicker-picker .btn-primary {
		height: 32px !important;
		padding:6px !important;
		background: #ff7d1f !important;
		color:#fff !important;
		font-family: Arial !important;
		font-size: 14px !important;
	}	

	.timepicker-picker *:not(span){
		font-family: Arial !important;
		font-size: 14px !important;
	}
	.datepicker *:not(span){
		font-family: Arial !important;
		font-size: 14px !important;
	}
	.timepicker-picker .glyphicon-chevron-up,.timepicker-picker .glyphicon-chevron-down,.datepicker .prev,.datepicker .next {
		background: #00d4ec!important;
		color:#fff!important;
	}
	 
	 .datepicker .prev,.datepicker .next{
		border-left: 4px solid #fff;
		border-right: 4px solid #fff;
	}

	.datepicker .picker-switch {
		background: #0a316d;
		color:#fff!important;
		font-weight:200;
	}
	.datepicker .picker-switch:hover {
		background: #0a316d !important;
		color:#fff !important;
	}
	.datepicker-decades span:empty:hover {
		background: #fff !important;
	}
	.datepicker-decades .decade {
		text-align: left;
	}
	.timepicker-picker table td span,.glyphicon-calendar,.glyphicon-time {
		width: 30px !important;
		height: 30px !important;
		line-height: 30px !important;
	}
/*CH ON 12FEB2018 DONE BY MAHENDRAN   END*/


/*CH ON 15FEB2018 DONE BY MAHENDRAN   START*/
/*For alert and confirm box start*/

#confirmBox{
	z-index:1000;
	background:#fff;
	position:fixed;
	border: 1px solid rgba(33, 33, 33, 0.6);
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#confirmBox p{
	font-weight: normal!important;
    font-family: Arial!important;
    font-size: 11pt!important;
    font-style: italic;
    color: #666666;
	padding: 18px 25px;
}

#confirmButtons{
	padding:0px 0 10px;
	text-align:center;
	width:100%;
}
#confirmButtons span{
	padding:0px 5px 0px 5px;
	
}


/*For alert and confirm box end*/

/*CH ON 15FEB2018 DONE BY MAHENDRAN   END*/
/*CH ON 04APR2018 DONE BY MAHENDRAN   START*/
	.multi-lookup-row{
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
		border-bottom:1px solid #ddd;
	}
	.multi-lookup-cell{
		text-align:left;
		padding: 4px !important;
		font-size: 9pt!important;
	}
	.multi-lookup-cell input[type="checkbox"]{
		margin-top:2px !important;
		
	}
/*CH ON 04APR2018 DONE BY MAHENDRAN   END*/

#imgFirst{
	margin-top: -10px;
}
#imgPrevious{
	margin-top: -5px;
}
#imgNext{
	margin-top: -5px;
}
#imgLast{
	margin-top: -10px;
}

/*For Case Sheet 20AUG2018 Start*/
		.table-content{
				width:90%;
		}
		.right-label{
			text-align:right;
		}
		.quarter-indent{
			padding-left:20px !important;
		}
		.panel-heading {
			padding: 2px 15px;
			border-bottom: 1px solid transparent;
			border-top-left-radius: 0px !important;
			border-top-right-radius: 0px !important;
		}
		.panel-title .glyphicon{
			top: 3px;
		}
		.panel-default{
			border-radius: 0px !important;

			
		}
		.panel-title a:hover, .panel-title a:active, .panel-title a:focus {
			text-decoration: none;
		}
		.panel-title a p{
			margin-top: -11px;
			margin-left: 16px;
			margin-bottom: 0px;
		}
		.free-text textarea{
			height: 70px !important;
		}
/*For Case Sheet 20AUG2018  End*/
/*For suggestionList 23AUG2018 start */
		.suggestionList select,.suggestionsList select{

			background-color:#f4f4f5;
			
			outline-color: #dddddd;
			
		}		
		.suggestionList select option{

			
			
		}		
		.suggestion-header{

			background-color:#0a316d;
			color: #FFF;
			
		}	
		

		#detailsection .TableHeader td b{
			font-weight:600 !important;
		}	
/*For suggestionList end*/		

/*Grid File Date Picker Change Start*/
#detailsection .datepicker-days td,#detailsection .timepicker-picker td,#detailsection .timepicker-hours td,#detailsection .timepicker-minutes td,#detailsection .picker-switch td{
	border:0px solid rgb(77, 89, 107) !important;
	padding:0px!important;
	border-left:0px solid #dddddd !important;
	border-top:0px solid #dddddd !important;
	border-right:0px solid #dddddd !important;
	font-style:normal!important;
	font-size:10pt!important;
}
#detailsection .datepicker-days table,#detailsection .timepicker-picker table,#detailsection .timepicker-hours table,#detailsection .timepicker-minutes table,#detailsection .picker-switch table{
	width: 100%;
    background-color: #FFF;
    border: 0px solid rgb(77, 89, 107) !important;
    border-bottom: 0px solid #dddddd !important;
    border-right: 0px solid #dddddd !important;
    font-style: normal!important;
}
/*Grid File Date Picker Change End*/

.background-layer{
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;

}


/*Case Sheet start*/
		.textarea-row-3{
			height:75px !important;
		}
		.textarea-row-2{
			height:50px !important;
		}
		.group-header-title .left-label{
			margin-top: 0px!important; 
			font-weight:600!important;
			float:left;
		}
		#TollTip {
			
			position: absolute;
			top: 100%;
			left: -200;
			z-index: 1000;
			float: left;
			min-width: 160px;
			padding: 5px ;
			margin: 2px 0 0;
			list-style: none;
			font-size: 14px;
			background-color: #fff;
			border: 1px solid #ccc;
			border: 1px solid rgba(0,0,0,.15);
			border-radius: 4px;
			-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
			box-shadow: 0 6px 12px rgba(0,0,0,.175);
			background-clip: padding-box;			
		}
		.left-label-bold{
			font-weight:600 !important;
		}
		.left-label-bold .left-label{
			font-weight:600 !important;
		}
		.case-sheet-header	{
			text-align:left !important;
			padding-left:8px !important;
		}
		
		.selected-row{
			background-color:#dddddd;
		}		
/*Case Sheet end*/
/* OP Regular List Screen*/
		.pink-color{
			background-color:#d12229 !important;
			color:#FFF !important;
		}
/* OP Regular List Screen*/

.RegionalField{

	font-family: Bamini !important;
	font-size: 12pt;
color: black ;
	font-weight:normal;
	width : 120;

}


.RegionalLabel{

	font-family: new Kannan Text,MylaiPlain,Latha,Sathiy Normal;
	font-size: 12pt;

}
#moduleTitle{
	float: left;
    width: 100%;
    font-size: 55px;
    font-weight: 500;
    padding: 100px 0px;
    word-spacing: 1px;
    letter-spacing: -1px;
    padding-left: 12px;
	text-align:center;
}

select:focus{
cursor:pointer;
background-color:lightblue;

}
.audittrail {
   width:30px; 
   height:30px;   
   margin:0; 
   padding:0;
   position:absolute;
   right:5px
}
