@charset "utf-8";
/* CSS Document */
/* Margin and padding reset */
* {
	margin:0;
	padding:0;
  }

body 
{
	background:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:72.5%;
	position:relative;
	text-align:left;
}

.pagebackground
{
	background:url('/ncfecm/images/background.png') 0 0 repeat-x	;
}

img{
	border:none;
	text-align: center;
}

.date
{
	font-size:9px;
	color:#333;
	font-style:italic;
}

.logo
{
	background:url('/ncfecm/images/logo.jpg') no-repeat;
	height:130px;
}

/*For Login page*/
#container {
	min-width:960px;
	max-width:1600px;
	margin:0 auto;
}
.box {
	clear:both;
	float:left;
	width:90%;
}
#main {
	margin-left:320px;
	margin-right:30px;
	padding-top:30px;
	position:relative;
}
.format_msg{font-size:12px;margin-bottom: 15px;display: inline-block;}
@font-face {
	font-family: Verdana, Geneva, sans-serif;
}
/* modal design start */
.modalDialog{
position:fixed;font-family:Arial,Helvetica,sans-serif;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.8);
z-index:99999;opacity:0;-webkit-transition:opacity .4s ease-in;-moz-transition:opacity .4s ease-in;
transition:opacity .4s ease-in;pointer-events:none}.modalDialog:target{opacity:1;pointer-events:auto;}
.modalDialog .modal_main_div{width:85%;position:relative;margin:10% auto;padding:0px;border-radius:10px;background:#fff;
background:-moz-linear-gradient(#fff,#999);background:-webkit-linear-gradient(#fff,#999);
background:-o-linear-gradient(#fff,#999)}
.close{color:#000;line-height:25px;position:absolute;
right:-10px;text-align:center;top:8px;text-decoration:none;font-weight:700;}
.modal_heading{border-bottom: 1px solid #ccc;padding: 10px 15px 0px 15px;float: left;width: 100%;  background-color: #fff;}
.modal_working_area{float: left;width: 100%;padding: 15px;  background-color: #fff;}

.table-scrollable{width: 100%;overflow-x: auto;overflow-y: hidden;border: 1px solid #e7ecf1;margin: 10px 0 !important;}
.table-scrollable > .table {width: 100% !important;margin: 0 !important;background-color: #fff;}
.DTS .table-scrollable, .table-scrollable.table-scrollable-borderless, .table-scrollable > .table-bordered {border: 0;}
.img-responsive, .img-thumbnail, .table, label {max-width: 100%;}
.table-advance thead {color: #3f444a;}
.table-scrollable .table {border-collapse: collapse;border-spacing: 0;}
.table-scrollable > .table > tbody > tr > th, .table-scrollable > .table > tfoot > tr > td, .table-scrollable > .table > tfoot > tr > th, .table-scrollable > .table > thead > tr > th {
  white-space: nowrap;}
.table-advance thead tr th {background-color: #f1f4f7;font-size: 12px;font-weight:bold;color: #282828;}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;line-height: 1.42857;vertical-align: top;border-top: 1px solid #e7ecf1;}
.table td, .table th{font-size: 12px;}
.table_ver_scroll{min-height: 100px;max-height:300px;overflow-x: auto;overflow-y: auto;}
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #cccccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(231, 236, 241);
}

.request_no_label{width:50px;display:inline-block;}
.date_time_label{width:90px;display:inline-block;}
.target_group_label{width:150px;display:inline-block;}
.state_label{width:100px;display:inline-block;}
.district_label{width:100px;display:inline-block;}
.name_label{width:130px;display:inline-block;}
.email_label{width:280px;display:inline-block;}
.elms_label{width:110px;display:inline-block;}
/* modal design end */

.message {
 color:#ff0000;
}

.asteric {
	color:#ff0000;
	font-weight: normal;
}

.normaltext{
 color:#008bbe;
 font-weight:bold;
}

.meta p a {
 color:#bbb;
}

.meta ul li a {
 background:url('../assets/glass.png') 50% 50% repeat-x;
 border:1px solid #333;
 padding:3px 10px 3px 5px;
 color:#333;
}

/*easy tooltip*/
#easyTooltip{
	padding:5px;
	border:3px solid #f0f0f0;
	background:#fff;
	font-size:11px;
	color:#333;
}
/*End easy tooltip*/

/*Header*/
.pageheader
{
	background-color:#cfdef7;
	height:15px;
	color:#000;
	padding:7px;
	border-bottom:1px solid #000066;
}

.pageheader2
{
	background-color:#cfdef7;
	
	color:#000;
	padding:7px;
	border-bottom:1px solid #000066;
}

/*End Header*/


/*Paging*/
.paging{
	font-size:12px;
	color:#555;
	padding:3px;
}

.paging:hover{
	font-size:12px;
	color:#fff;
	background:#4f7ec9;
}

.pagingSelected { margin-right:0px; color:#000; padding:3px;}
/*End Paging*/

fieldset, input, textarea, select, .meta ul li a, ul.nav li li a:hover, p.main input, input.login, table, .message, #easyTooltip, div.wysiwyg,.comboboxContainer {
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	
}

/*navigation button*/
#header #navbar {
	float:left;
	display:block;
}

#navbar ul.nav {
	display:inline-block;
	height:30px;
	position:relative;
	float:left;
	z-index:100!important;
	
}

ul.nav li {
	float:left;
	position:relative;
	height:30px;
	display:block;
}

ul.nav li a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
	padding:7px 20px 12px;
	display:block;
}

ul.nav ul {
	position:absolute;
	top:-999em;
	width:200px; 
}

ul.nav ul li {
	border:0;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	width:138px;
	z-index:9999!important;
	height:auto;
}

ul.nav li:hover ul,
ul.nav li.sfHover ul {
	left:			0;
	top:			2.9em; /* match top ul list item height */
	z-index:		9999!important;
}

ul.nav li:hover li ul,
ul.nav li.sfHover li ul {
	top:			-999em;
}

ul.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:			12.1em; /* match ul width */
	top:			0;
}

ul.nav li li:hover li ul,
ul.nav li li.sfHover li ul {
	top:			-999em;
}

ul.nav li li li:hover ul,
ul.nav li li li.sfHover ul {
	left:			12.0em; /* match ul width */
	top:			0;
}


ul.nav li li {
	position:relative;
	z-index:9999!important;

}

ul.nav li li a {
	display:block;
	width:100%;
	font-size:12px;
	padding:5px 5px;

}

ul.nav li a {
	text-shadow:-0px 0px #000;
	font-size:14px;
	font-weight:600;
}

ul.nav li a:hover {
	text-shadow:none!important;
}

ul.nav li li a {
	text-shadow:none;
}

ul.nav li a:hover {
 color:#fff;
}

ul.nav ul li {
	 border-left:2px solid #000066;
}

ul.nav li li {
		width:100%;float:left;background:	#4f7ec9;	/*backgroundcolor*/
}

ul.nav li li a {
	 color:#fff;
}

ul.nav li li a:hover {
 color:#000066;
 background:#cfdef7;	/*background hover color*/
}

/*If ie
#navbar ul.nav {
	margin-top:0;
	top:-2px;
}

#header #search {
	margin-top:2px;
}

ul.dash li a {
 background:url('/ncfecm/images/largebut_ie6.png') 0 0 no-repeat;
}


ul.dash li a:hover {
 background:url('/ncfecm/images/largebut_ie6_hover.png') 0 0 no-repeat;
}

ul.nav li a:hover {
	background:none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

End if ie*/

/*End navigation button*/

h1 {
	font-size:28px;
	margin-bottom:15px;
}

h2 {
	font-size:18px;
	margin-bottom:10px;
}

h3 {
	font-family: Tahoma, Arial, sans-serif;
}

/*Accodrion*/
h1, h2, h3, h4, h5, h6 {
	clear:both;
	font-family:"Modata", Tahoma, Arial, sans-serif;
	font-weight:normal;
}
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; width:90%;}
.ui-accordion .ui-accordion-li-fix { display: inline;}
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 12px; padding: .5em .5em .5em 2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content {  width:80%; padding: 10px; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; line-height:20px; font-size:13px; color:#666; }
.ui-accordion .ui-accordion-content-active { display: block; }

.ui-state-default, .ui-widget-content .ui-state-default { 
	border: 1px solid #f0f0f0; background:#ffffff url('/ncfecm/images/input.png') 0 0 repeat-x;
	font-weight: normal;
	color: #555;
	outline: none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #000; background: #202020; font-weight: normal; color: #fff; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #fff; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #000; background:url(file:///D|/Nishit/Project%20Work/Webement/backoffice/images/rep1_a.png) 0 0 repeat-x; font-weight: normal; color: #fff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #fff; outline: none; text-decoration: none; }
/*End Accodrion*/

/*footer*/
.mid {
	background-color:#4f7ec9;
	text-align:center;
	margin-top:20px;
	color:#FFF;	
	height:50px;
}

.mid a {
	padding:0 10px;
	color:#FFF;
	text-decoration:none;
}
/*End Footer*/

/*From Fields*/
fieldset {
	border:1px solid #d0d0d0;/*e9e9e9*/
  	background:#fefefe;
	padding:20px;
	margin-bottom:15px;
	width:90%;
	text-align:left;
}


fieldset legend {
	font-size:13px;
	padding:5px 5px 0;
	color:#000066;
	font-weight:bold;
	text-align:left;
}

/*Input, text area*/
label
{
	font-size:13px;
	font-weight:normal;
	line-height:18px;
	color:#666;
	font-weight:800;
}

input,select,textarea,.comboboxContainer {
	margin-right:10px;
	background:url('/ncfecm/images/input.png') 0 0 repeat-x;
 	border:1px solid #ccc;
 	color:#555;
	font-family:"PT Sans",Arial,sans-serif;
	font-size:13px;
	font-weight:normal;	
}

.searchinput{background:url(/ncfecm/images/search.png) no-repeat;}

.date
{
	font-size:9px;
	color:#333;
	font-style:italic;	
}

.labeltextbold{
	font-size:12px;
	color:#282828;
	font-weight:bold;
}

.labeltext{
	font-size:12px;
	color:#282828;
}

.editpage
{
	background-color:#ea9d9d;
	height:25px;
}

select,textarea,input,.comboboxContainer
{
	display:inline-block;
	padding:4px;
	font-size:13px;
	color:#555;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}

select,textarea,input,.comboboxContainer
{
	background-color:#eee;
	border:1px solid #ccc;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition:border linear .2s,box-shadow linear .2s;
	-moz-transition:border linear .2s,box-shadow linear .2s;
	-o-transition:border linear .2s,box-shadow linear .2s;
	transition:border linear .2s,box-shadow linear .2
}

select:focus,textarea:focus,input:focus,.comboboxContainer:focus
{
	border-color:rgba(82,168,236,0.8);
	outline:0;outline:thin dotted \9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)
}


/*End Form Fields*/

/*Button
a.button 
{
	font-size:12px;
	color:#000;
	text-decoration:none;
	width:auto;
	padding:6px;
	border:1px solid #DDD;
	text-align:center;
	font-weight:bold;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	
	background:#FFFFFF;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEE));
	background:-moz-linear-gradient(0% 90% 90deg, #EEE, #FFF);
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

a.button:hover {
	
	font-size:12px;
	text-decoration:none;
	width:auto;
	padding:6px;
	text-align:center;
	
	color:#4f7ec9;
	border-color:#3278BE;
	border:1px solid #666;
	font-weight:bold;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	
	background:#FFFFFF;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEE));
	background:-moz-linear-gradient(0% 90% 90deg, #EEE, #FFF);
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

/*a.button {
	position:relative;
	padding:5px 12px 5px 0px;
	text-decoration:none;
 	width:auto;
 	display:inline-block;
 	margin-right:10px;
	text-align:center;
}


a.button {
	background:url('/ncfecm/images/button.png') 0 0 repeat-x;
	border:1px solid #4f7ec9;
	color:#fff!important;
	background-color:#4f7ec9;
}

a:hover.button{
	color:#fff!important;
	border:1px solid #000066!important;
	background-color:#000066;
}*/

/*INPUT[type="checkbox"], INPUT[type="radio"] {
	margin:1px 6px 0 10px;
	padding: 0;
}*/

.list {color: #fdb713;}
.listing:link {color: #ca2600; text-decoration:none;}
.listing:active {color: #ca2600;}
.listing:visited {color: #ca2600; text-decoration:none;}
.listing:hover {color: #008000; text-decoration: none; }
.act_span{ color:#777;}
.act_link{ padding-left:3px; padding-right:3px; color:#005887; font-size:10px; text-decoration:none;}
/*a.listing:link {color:#fdb713; text-decoration:none;}
a.listing:visited {color:#00a54f; text-decoration:underline;}
a.listing:hover {color:#ff0000;}
a.listing:active {color:#000; text-decoration:underline;}*/

.popup
{
	position: absolute; 
	padding-left: 140px; 
	padding-top: 5px; 
	width: 900px;  
	visibility: hidden; 
	z-index:1000;
	height:580px;
	overflow:auto;	
}

.line
{
	 border-top: #e4e4e4 dotted 1px;	
}
.green{color:#04b329; font-weight:bold;}

.upper
{
	text-transform:uppercase;
}
/*
text from top to bottom	
.vertical 
{
	writing-mode: tb-rl;
	-webkit-transform: rotate(-90deg);	
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
*/
/*End Button*/

/*Tabs*/
.tabs1
{
	text-decoration: none;
	color:#000;
	display: block;
	font-size: 12px;
	background:#e6e6e6;
	border:1px solid #d3d3d3;
    font-weight:bold;
	height:25px;
	padding-top:10px;
}

.tabs1:hover
{
	font-weight:bold;
	background:#fff;
}

.tabs_active1
{
	background: #fff;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	height:25px;
	font-size: 12px;
}
/*END Tabs*/

/*Calendar*/
.td_sel
{
	background-color:#98abd2;
	font-family:Arial;
	font-size:12px;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
}
.td_h_sel
{
	background-color:#ed8181;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.td_sel11
{
	background-color:#00cc00;
	font-family:Arial;
	font-size:12px;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
}
.td_com_sel
{
	cursor:pointer;
}
/*End Calendar*/

/*Box*/
.stylish
{
	width:100px;
	/*border-radius:66px;
	-moz-border-radius:66px;
	-webkit-border-radius:66px;
	-khtml-border-radius:66px;*/
	padding:20px;
	border:#fff 4px double;
	font-size:12px;
	font-weight:bold;
	color:#aaa;
	text-shadow:0 1px 0 #fff;
	text-decoration:none;
	text-align:center;
	background:#ddd;
}

.stylish:hover{
	border:#bbb 4p
	x double;
	color:#333;
	text-decoration:none;
	background:#e6e6e6;
}
/*END Box*/

/*Grid*/
.grid1
{
	background: #fff;
	height:25px;
}

.grid2
{
	background: #f9f9f9;
	height:25px;
}

.grid_status
{
	background: #ffe5e5;
	color:#333;
	height:25px;
}

.grid_terminatetemp
{
	background: #B1C3D9;
	color:#333;
	height:25px;
}

.grid_terminateperm
{
	background: #c8ddf7;
	color:#333;
	height:25px;
}


.atr
{
	height:25px;
}

.atr:hover
{
	height:25px;
	background-color:#cfdef7;
}
/*END Grid*/

/*Loader*/
.preloader
{
    background-image:url(/ncfecm/images/preloader_bg.gif);
    background-repeat:no-repeat; 
    width:217px; 
    height:43px; 
    padding-left:10px; 
    padding-right:10px; 
    padding-top:10px; 
    font-family:Arial; 
    font-size:12px; 
    color:#000000; 
    left: 400px;
    top: 150px;
    position: absolute;
    font-weight:bold;
    vertical-align:middle;
 }
.preloader img
{
    padding-right:5px;
}
/*END Loader*/

.heading
{
	background-color:#f0f6ff;
	color:#000066;
	padding-left:10px;
	height:30px;
	text-align:left;
	border-bottom:1px solid #d0d0d0;
}

.viewpageunderline
{
	border-bottom:1px solid #e9e9e9;
}


/*Workshop Css*/
.workhead
{
	border:1px solid #d0d0d0;
	height:25px;
	background-color:#eee;
	color:#000066;
	font-weight:bold;
	font-size:13px;
	padding-left:10px;
}

.labelbackground
{
	background-color:#e8f1ff;
	font-weight:bold;
	border-bottom:0px solid #d0d0d0;
	padding-left:5px;
}

.engtable
{
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
}

.hinditext
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

.left
{
	background-color:#e8f1ff; /*cfdef7*/
	padding-left:5px;
	font-weight:bold;
	height:35px;
	border-bottom:1px solid #d0d0d0;
}

.colon
{
	background-color:#e8f1ff; /*cfdef7*/
	text-align:center;
	font-weight:bold;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}

.right
{
	border-right:1px solid #d0d0d0;
}


/*END Workshop Css*/

/*Search Accordion*/
.glossymenu
{
	margin: 0;
	padding: 0;
	width: 100%; /*width of menu*/
	border: 0px solid #9A9A9A;
	border-bottom-width: 0;
	height:auto;
}

.glossymenu a.menuitem
{	
	font: bold 13px Verdana, Helvetica, sans-serif;
	color: black;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active
{
	color: black;
}

.glossymenu a.menuitem .statusicon	/*CSS for icon image that gets dynamically added to headers*/
{ 
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover
{
	background-image: url(images/glossyback2.gif);
}

.glossymenu div.submenu	/*DIV that contains each sub menu*/
{ 
	background: white;
}

.glossymenu div.submenu ul	/*UL of each sub menu*/
{ 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li
{
	border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a
{
	display: block;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover
{
	background: #DFDCCB;
	colorz: white;
}
/*End Search Accordion*/


/*Status CSS*/
.red_bg
{
	background-color:#ffc7ce;
	color:#9c0006;
}

.yellow_bg
{
	background-color:#ffeb9c;
	color:#9c6500;
}

.green_bg
{
	background-color:#c6efce;
	color:#006100;
}

.nav_l
{
	background-color:#5177ff;
	padding:3px 6px;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
	-moz-border-radius: 5px;
    text-decoration: none;
}
.nav_l:hover
{
	background-color:#2a376c;
	padding:3px 6px;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
	-moz-border-radius: 5px;
}

.navl_sel
{
	background-color:#2a376c;
	padding:3px 6px;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
	-moz-border-radius: 5px;
    text-decoration: none;
}

.aligntd td
{
	text-align:left;
}

.loginfont
{
	font-family: "NewsGoth Lt BT", verdana, helvetica, sans-serif;
	font-size:22px;
	padding-top:20px;
}

.logintext
{
	font-family: verdana, helvetica, sans-serif;
	font-size:14px;
}

.loginforgotpassword
{
	background-color:#4f7ec9;
	padding:5px;
	color:#fff;
	text-decoration:none;
}

.loginforgotpassword:hover
{text-decoration:underline;}

.registerhere
{
	color:#00428d;
}

.loginbutton
{
	background-color:#000;
	padding:5px;
	color:#fff;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	font-weight:700;
    line-height:27px;
    width:72px;
	text-decoration:none;
}

.loginbutton:hover
{
	background-color:#4f7ec9;
}

.heading3
{
background-color:#f0f6ff;
	color:#000066;
	padding-left:10px;
	height:30px;
	text-align:center;
}

.textunderline2
{
	border-bottom:1px dotted #f3f3f3;
}

input.button
{
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    padding: 0 12px 4px;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=2);
    cursor: pointer;
    position: relative;
}

.button
{
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    padding: 0 12px 0px 12px;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=2);
    cursor: pointer;
    position: relative;

}

.button{ background-position: 0 -80px; font-size: 12px; height: 28px; line-height: 28px; }

*+html .button, *+html .button-icon { border-color: none; border: 1px solid transparent; }

.button{  background-image:url(/ncfecm/images/bg-lite.png); background-color: #0295cc; border-color: #0295cc; }
.button:hover{ background-color: #00AEEF; }

.button-state { background-color: #0295cc; border-color: #0295cc; }
.button-state:hover { background-color: #00AEEF; }

.button-action { background-image:url(/ncfecm/images/bg-lite.png) !important; }

.button-state {background-image:url(/ncfecm/images/bg-lite.png) !important; }

.button-action { background-color: #ae085c; border-color: #ae085c; }
.button-action:hover { background-color: #7a0440; }
.button-back { background-color: #ab0105; border-color: #a90206; }
.button-back:hover { background-color: #7a0306; }
/*END Status*/

.caretup {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px solid #007e3d;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 0 dotted;
  }

  .caret {
    border-color: #007e3d transparent -moz-use-text-color;
    border-style: solid solid dotted;
    border-width: 4px 4px 0;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}
.tabdatacontainer
{
    padding:10px;
    height:auto;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}
.selected
{
    background-color:#f0f6ff;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    font-weight:bold;
    color:#333;
    text-decoration:none;
    font-size:13px;
}
.technology{ /*header of 2nd demo*/
    cursor: hand;
    cursor	: pointer;
    font: bold 13px Verdana, Geneva, sans-serif;
    margin:0;
    padding:5px;
    background-color:#eee; /*fffadb - yello color*/
    border:1px solid #d0d0d0;
    text-align:left;
}
.openlanguage{ /*class added to contents of 2nd demo when they are open*/
    color: #ff0000;
    background-color:#fffadb;
}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
    color: #000;
}
.thelanguage{
    font: normal 12px Verdana, Geneva, sans-serif;
}
.tip {
    color: #333;
    background:#faae54;/*/#1d1d1d;#D5852B/*/
    display:none; /*--Hides by default--*/
    padding:3px;
    text-decoration:none;
    text-align:left;
    position:absolute;	z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.notselected
{
    background-color:#fff;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    color:#333;
    font-size:13px;
    text-decoration:none;
}
.multiselect {width: 200px;}
.selectBox{position:relative}
.selectBox select{width:100%;font-weight:700}
.overSelect{position:absolute;left:0;right:0;top:0;bottom:0}
#checkboxes{display:none;border:1px solid #dadada;min-height: 50px;max-height: 50px;overflow: auto;padding: 5px;position: relative;}
#checkboxes label{display:block;padding-left: 20px;font-weight:normal;}
#checkboxes label:hover{background-color:#1e90ff}
#checkboxes label input{position: absolute;left: 5px;margin-top: 2px;}
/* Total Records Section Start */
.total_records{border:1px solid #ccc;float: left;width:98%;padding: 15px;margin:1% 1% 1% 1%;border-radius: 5px;}
.working_area .prog_section{padding:15px;}
.full_width{float:left;width:100%;}
.records_count label{font-size: 16px;color: #000066;}
.records_count span{background-color: #659be0;padding: 2px 5px;color: #fff;border-radius: 3px;font-size: 16px;}
.rocords_msg p{margin-top:10px;}
.rocords_msg p span.not_corr_msg{color: #ea1b45;font-weight: bold;}
.rocords_msg p span.corr_msg{color: #000066;font-weight: bold;}
.record_table table{border-collapse: collapse;margin-bottom:10px;}
.record_table table thead{background-color: #eee;font-size:12px;}
.record_table table thead tr th, .record_table table tbody tr td{border:1px solid #d0d0d0;padding: 6px 6px;}
.records_count .back_index{  margin: 15px 15px 0px 0px;text-decoration: none;background-color: #000066;color: #fff;padding: 7px 10px;border-radius: 50px;float: right;}
.reg_btn{background-color: #4f7ec9;padding: 5px;text-decoration: none;border-radius: 5px;color: #fff;font-weight: bold;}
.text-center{text-align:center;}
/* Total Records Section End */
/* Work Float Section Start */
.media_table{margin-top:15px;}
.media_table table thead tr th, .media_table table tbody tr td{text-align:left;vertical-align:top;}
.media_column{position: relative;margin: 0px auto;text-align: center;}
.media_column a{display:inline-block;width: 100%;}
.img_video{width:48px;}
.modal{display:none;position:fixed;z-index:101;padding-top:30px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.4)}
.modal-content{background-color:#fefefe;margin:auto;padding:20px;border:1px solid #888;width:480px}
.modal_header h1{float: left;}

.modal-content .close_1{color:#aaa;float:right;font-size:28px;font-weight:700;position: inherit;}
.modal-content .close_1:hover,
.modal-content .close_1:focus {color: #000;text-decoration: none;cursor: pointer;}

.modal-content .close_2{color:#aaa;float:right;font-size:28px;font-weight:700;position: inherit;}
.modal-content .close_2:hover,
.modal-content .close_2:focus {color: #000;text-decoration: none;cursor: pointer;}

.modal_img{width: 100%;border-radius: 11px;transform: rotate(-90deg);display: inline-block;height: 100%;object-fit: contain;max-width: calc(100% - 0px);max-height:450px;min-height: 450px;margin-top: 15px;}
.text_center{text-align:center !important;}
.modal .modal_header{display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px;}
.modal .modal_body #rotateBtn{padding: 7px 15px;color: #fff;background: #2970c9;border-radius: 4px;text-decoration: none;font-size: 16px;}
.modal .modal_body #rotateBtn:hover{background: #1e5dab;}

/* Work Float Section End */
@media screen and (max-width:640px){
    .modalDialog .modal_main_div{width:94%;margin: 3%;}
    
}
