/* general page css */
body{
	width:100%;
	margin:0;
   	padding:0;
   	height:100%;
}

body { color: #000000; ;  background-color: #ffffff; font-size: 10px; font-family: verdana,arial,helvetica,sans-serif; }
td { font-size: 10px; font-family: verdana,arial,helvetica,sans-serif; }




#wrap { width: 95%; margin: 10px; }
#header { padding-bottom: 1em; }
#main { }
#footer { clear: both; padding-top: 1em; color: #023264; }

/* main page css */
#headerNav { float: right; padding-bottom: 1em; text-align: right; }
#helpNav { float: right; padding-bottom: 1em; text-align: left; }
#main-content-view { clear: both; }
#nav { float: left; padding-right: 1em; }
#content { float: right; width: 84%; }
#branding {
	max-width: 1400px;
	margin: 10px auto;
	padding: 12px 60px;
	list-style-type: none;
	display: flex;
	flex-wrap: nowrap;
}

#branding li {
	flex: 1;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}


/* tables */
.tableTitle { font-size: 12px; font-weight: bold; text-decoration: none; text-align: left; background-color: #c0c0c0;}
.tableSubTitle { font-size: 10px; font-weight: bold; text-decoration: none; background-color: #e0e0e0; }
.tableFooter { background-color: #e0e0e0; height: 3px; }
.rowOneBgcolor { background-color: #ededed; }
.rowTwoBgcolor { background-color: #ffffff; }


/* tabs */
.selectedTab { background-color:#c0c0c0; font-size: 12px; font-family: verdana,arial,helvetica,sans-serif; text-decoration: none; font-weight: bold; }
.unSelectedTab { background-color:#e0e0e0; font-size: 12px; font-family: verdana,arial,helvetica,sans-serif; text-decoration: none; font-weight: bold; }


/* links */
.navTitle { font-size: 12px; font-weight: bold; text-decoration: none; text-align: center; background-color: #c0c0c0; width: 127px;}
.navItem { font-weight: bold; background-color: #e0e0e0;}
a.navilinks { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; text-decoration: none; color: #003399; }
a.navilinks:hover { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; text-decoration: underline; color: #ff0000; }


/* custom delete buttons */
.formbutton-delete { height: 24; width: 24; background: url("../images/icons/Application Icons/24x24/plain/document_delete.gif") no-repeat; border: 0px; cursor: pointer; font-size: 0px; }
.formbutton-delete_round { height: 24; width: 24; vertical-align: top; background: url("../images/Buttons/deleteButton.png") no-repeat; border: 0px; cursor: pointer; font-size: 0px; }
.formbutton-refresh { height: 24; width: 24; background: url("../images/icons/Application Icons/24x24/plain/refresh.gif") no-repeat; border: 0px; cursor: pointer; font-size: 0px; }
.formbutton-approve { height: 24; width: 24; background: url("../images/icons/Application Icons/24x24/plain/checks.gif") no-repeat; border: 0px; cursor: pointer; font-size: 0px; }
.formbutton-unapprove { height: 24; width: 24; background: url("../images/icons/Application Icons/24x24/plain/undo.gif") no-repeat; border: 0px; cursor: pointer; font-size: 0px; }
.formbutton-upload { height: 24; width: 24; background: url("../images/icons/Application Icons/24x24/plain/nav_up_green.gif") no-repeat; border: 0px; cursor: pointer; font-size: 0px; }
.formbutton-edit { height: 24; width: 24; background: url("../images/icons/Application Icons/24x24/plain/form_green_edit.gif") no-repeat; border: 0px; cursor: pointer; font-size: 0px; }
.formbutton-cancel { height: 24; width: 24; background: url("../images/icons/Application Icons/24x24/plain/nav_undo_yellow.gif") no-repeat; border: 0px; cursor: pointer; font-size: 0px; }
.link-button {border: 0; padding: 0; background: inherit; cursor: pointer; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; overflow: visible;}
.formbutton-ftp { height: 24; width: 24; background: url("../images/icons/Network and Security/24x24/plain/ftp.png") no-repeat; border: 0px; cursor: pointer; font-size: 0px; }
.formbutton-delete_validation { height: 24; width: 64; vertical-align: top; background: url("./images/Buttons/deleteValidationButton.png") no-repeat; border: 0px; cursor: pointer; font-size: 0px; }

.dropDown{text-overflow: ellipsis; width: 400px; white-space: nowrap; overflow:hidden;}


/* text */
.normalBlack {font-size: 12px; font-family: verdana,arial,helvetica,sans-serif; }
.normalBoldBlack {font-size: 12px; font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; }

.smallBlack {font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; }
.smallBoldBlack {font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold; }

span.collectionClosed{font-style: italic; font-size: 11px; color: #ff0000; font-family: arial;}
span.error {font-size: 11px; color: #ff0000; font-family: arial; font-weight: bold; }
span.labelRequired { font-size: 10px; font-family: verdana,arial,helvetica,"sans-serif"; text-decoration: none; color: #ff0000; }
.escolor {color: #62288f; }


/* file manager classes */
.rowOneClosedDCBgcolorItalic { background-color: #ededed; font-style: italic; color: #CC3333; }
.rowTwoClosedDCBgcolorItalic { background-color: #ffffff; font-style: italic; color: #CC3333; }

/* file manager text hovers */
a.info{
    color:#000;
    text-decoration:none;
    position:absolute;
    }

a.info span.moreinfo{
	display: none;
	position:absolute;
	text-decoration:none;
	top:2em; left:2em; 
	width:30em;
	background-color:#FFFF99;
	z-index:200;
	padding:0 2px;
	border:1px solid #000;
	font-weight:normal;
	font-size:.85em;
	}
	
a.info:hover{
	z-index:25; 
	}

a.info:hover span.moreinfo{ /*the span will display just on :hover state*/
	display: block;
	}
	
a.infoerr{
    position:absolute; /*this is the key*/
    z-index:24; background-color:#fff;
    color:#F00;
    text-decoration:none;
    }
    
a.infoerr:hover{z-index:25;}

a.infoerr span{display: none;}

a.infoerr:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:static;
    top:350px; left:0; 
    width:30em;    
    border:1px solid #000;
    background-color:#FFFF99; color:#000;
    text-align: left;
    }
 
 a.infoClosedDC{
    color:#CC3333;
    text-decoration:none;
    position:absolute;
    }

a.infoClosedDC span.moreinfo{
	display: none;
	position:relative;
	text-decoration:none;
	top:2em; left:2em; 
	width:30em;
	background-color:#FFFF99;
	z-index:200;
	padding:0 2px;
	border:1px solid #000;
	font-weight:normal;
	font-size:.85em;
	}
	
a.infoClosedDC:hover{
	z-index:25; 
	}

a.infoClosedDC:hover span.moreinfo{ /*the span will display just on :hover state*/
	display: block;
	}   

/* file manager error file details classes */
#errorStyle
{ overflow: auto; }
#errorStyle .warn
{ font-style: italic; font-weight: bold; background: #ffff00; }
#errorStyle .error
{ font-style:italic; font-weight: bold; background: #ff0000; }

/*new style*/
body {
    font-variant: inherit;
    height: 100%;
    min-width: 1080px;
    width: 100%;
	margin:0;
	padding:0;
}
body, a, td,.smallBlack{
	font-family: arial;
	font-size:12px;
}
.container{
    margin: auto;
    max-width: 1400px;
    padding: 0 60px;
    position: relative;
}

a, a.navilinks, a.navilinks:hover {
    color: #5953a4;
    text-decoration: none;
	vertical-align:center;
}
a.navilinks{
	padding-left:10px;	
}
a.tableSubTitle {
	background:none;	
}
a img{
	display:inline-block;
	vertical-align:middle;
}
.pull-right {
    float: right;
    margin-right: 0;
}
.bottom20{
	margin-bottom:20px;
}
.top20{
	margin-top:20px;
}
.center{
	text-align:center;
	margin:auto;	
}
.text-left{
	text-align:left;
}
.hr-light {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
	border: 0; height: 0; 
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);

    height: 0;
}
#wrap{
	width:100%;
	margin:0;
}
#header hr.escolor{
	display:none;
}
#header,#content{
	margin: 0 auto;
    max-width: 1400px;
    padding: 0 60px;
    position: relative;
	margin:auto;
}
#content {
    float: none;
    width: auto;
	clear:both;
}
#main{
	width:100%;
	position:relative;
}
#main-content-view{
	width:100%;
	position:relative;
	clear:both;
	margin-bottom:20px;
}
/*navigation bar*/
.menuTag{
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
	padding-right:20px;
}
.navTitle {
    background-color: transparent;
    font-size: 12px;
    font-weight:700;
    text-align: center;
    text-decoration: none;
    width: auto;
	color:#ccc;
	display:inline-block;
	padding:0 20px;
	text-transform:uppercase;
	cursor:pointer;
	z-index:100;
	height:25px;
	margin-bottom:3px;
}
.navTitle:after {
	content: "";
    display: inline-block;
    background: url("../images/nav_arrow.PNG") no-repeat top right;
	background-position: 0% 30%; 
    width: 14px;
    height: 12px;
}

.navTitle:hover:after {
	content: "";
    display: inline-block;
    background: url("../images/nav_arrow_hover.png") no-repeat top right;
	background-position: 0% 30%; 
    width: 14px;
    height: 12px;
}
.navTitle_noChild:after, .navTitle_noChild:hover:after {
    background: none;
}
.navTitle:hover{
	color:#fff;
}

.drop_container{
	background-image: url("../images/bg_nav.PNG");
    background-repeat: repeat-x;
    clear: both;
    padding-top: 8px;
    position: relative;
    top: 0;
    width: 100%;
}
.drop{
    height: 34px;
    margin: auto;
    max-width: 1400px;
    padding: 0 60px;
    position: relative;
    z-index: 100;
}
.drop_menu {
	padding:0;
	margin:0;
	list-style-type:none;
	height:30px;
	position:relative;
}
.drop_menu li { float:left; }
.drop_menu li a {
	padding:6px 15px 0px 15px;
	display:block;
	color:#e0e0e0;
	text-decoration:none;
	font:12px arial, verdana, sans-serif;
	font-weight:bold;
}

/* Submenu */
.drop_menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
}
.drop_menu li ul li:first-child{
	padding-top: 7px;
}
.drop_menu li ul li:last-child{
	padding-bottom: 7px;
}
.drop_menu li:hover { position:relative;  }
.drop_menu li:hover ul {
	left:0px;
	top:34px;
	background:#e0e0e0;
	padding:0px;
}

.drop_menu li:hover ul li a {
	padding:5px;
	display:block;
	width:135px;
	background-color:#e0e0e0;
	color:#5953A4;
	font-size: 13px;
	padding:7px 5px;
	margin:0 7px;
	display:block;
	font-weight:bold;
}
.drop_menu li:hover ul li a:hover { 
	background:#5953A4; 
	color:#e0e0e0;
	
}
.user-details, .user-details:hover{
	position:absolute;
	right:0;
	color:#ffffff;	
	font-size:11px;
	font-weight:bold;
	text-align:right;
	float:none;
	
}
/*page title*/
#headerTitle{
	clear:both;
	background: none repeat scroll 0 0 #eee;
    box-shadow: none;
    height: 30px;
    line-height: 28px;
    margin: 0;
    width: 100%;	
}

.page_title{
	font-size: 16px;
	color: #222222;
    display: inline-block;	
}
.subpage-name {
    color: #222222;
    display: inline-block;
    font-weight: bold;
}
#headerNav{
	padding-right:10px;	
	padding-bottom:0;
}
#helpNav{
	display:inline-block;
	float:right;
	padding-bottom:0;
	line-height:0;
	margin-top:3px;
}

/*warning section*/
.batchPassed {
    border: 3px solid #00cc00;
    color: #000000;
    font-size: 12px;
    height: auto;
    line-height: 18px;
    margin:16px;
    padding: 5px 0;
}


/*warning section*/
.warning {
    background: none repeat scroll 0 0 #fff5d6;
    border-top: 2px solid #ffc926;
    color: #ef3b3b;
    font-size: 12px;
    height: auto;
    line-height: 18px;
    margin: 0 auto;
    padding: 5px 0;
}
.message_title {
    font-size: 12px;
    font-weight: bold;
}
.message_details{
	font-weight:normal;	
}
/*section heading message*/

.section-heading {
    color: #222222;
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
}
.section-heading .heading {
    font-weight: bold;
}
.section-heading .sub-heading {
    font-style: italic;
}
/*heading info*/
.header_table{
	text-align:center;
	margin-top:20px;
}
.header_label {
    font-weight: normal;
}
.header_label, .header_info, .header_info_red {
    color: #222222;
    font-size: 16px;
}

.header_info, .header_info_red {
    font-weight: bold;
}
/*data grid*/

table, #edmNavSection table,
#edmNavLinksSection table{
	border-spacing: 0px;
	width:100%;
}
tbody td, tbody th{
	font-size: 12px;
	color: #444;
	height: 35px;
}
.tableSubTitle td, 
.rowTwoBgcolor td,
.rowOneBgcolor td,
.rowTwoBgcolor th.generic,
.rowOneBgcolor th.generic,
.tableSubTitle th,  td, th{
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
	padding-left: 7px;
    padding-right: 7px;
	font-family: arial;
}
.tableSubTitle td,
.tableSubTitle th, th{  
    background: none repeat scroll 0 0 #f3f3f3;
    color: #222222;
    font-weight: bold;
    border-bottom: medium none;
    border-top: medium none;
    font-size: 10px;
    height: 35px;
    text-transform: uppercase;
}
.rowTwoBgcolor th.generic,
.rowOneBgcolor th.generic,
.rowTwoBgcolor td,
.rowOneBgcolor td, td {
    height: 40px;
    color: #444;
    font-size: 12px;
}
.rowTwoBgcolor th.generic div,
.rowOneBgcolor th.generic div,
.rowTwoBgcolor td div,
.rowOneBgcolor td div{
	text-align:left;
	color: #222222;
    font-size: 12px;
}
.rowOneBgcolor, .rowOneBgcolor .generic{
    background-color: #fafaf9;
}
.rowTwoBgcolor .actions_icon,
.rowOneBgcolor .actions_icon{
	text-align:right;
	padding-right:20px;
}
.rowTwoBgcolor .actions_icon a,
.rowOneBgcolor .actions_icon a{
	padding-left:5px;
}
.table-alt-bg tbody tr.odd{
	background-color: #fff;
}
.table-alt-bg tbody tr.even{
	background-color: #fafaf9;
}
.tableTitle {
    background: none repeat scroll 0 0 #fff;
	text-align:center;
    padding: 2px 0px;
    position: relative;
	color: #222222;
    font-weight: bold;
	text-transform:uppercase;
	font-size:10px;
	height:45px;
	line-height:45px;
	clear:both;
	
}
.tableTitle img{
	display:inline-block;
	vertical-align:middle;	
}
.titleWrap{
	background:#fff;
	display:inline-block;
	padding:1px 5px;
	color:#222222 !important;
}
.tableTitle hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    height: 0;
	border-color: rgba(0, 0, 0, 0.1) -moz-use-text-color rgba(255, 255, 255, 0.3);	
	margin-top:-23px;
}
/*table footer*/
.dash-footer {
    background: url("../images/dash_tfoot.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 2px;
    margin-bottom: 0;
    margin-top: -1px;
    padding-top: 0;
}
.page-menu{
	font-family:Arial, sans-serif;
	text-transform:uppercase;	
	
}
.page-menu span {
    padding-right: 20px;
	font-weight:bold;
}
.page-display {
    left: 0;
    margin-left: 60px;
    position: absolute;
	text-transform:none;
	font-weight:bold;
}
.page-menu .display_from,.page-menu span:last-child {
    padding-right: 0;
}
tfoot td {
    line-height: 28px;
    color: #222222;
    font-size: 10px;
    font-weight: bold;
	border-bottom:1px solid #ccc;
}
/*actions section*/
.tableFooter td{
    background-color: #eee;
    height: 1px;
	line-height:1px;
}

.tableFooter input{
	float:right;
}
.tableFooter .btn_actions,.page_action .btn_actions{
	background-image:url(../images/bg_tfoot.PNG);
	background-repeat: repeat-x; 
	background-position: 0% 100%;
	height:74px;
	background-color:#fff;
	border-top:20px solid #fff;
	
}
.page_action{
	position:relative;
	margin-top:20px;
}
.page_action .btn_actions{
	border-top:0px;
	height:54px;
}
.page_action .btn_actions input{
	float:right;
	display:inline-block;
	vertical-align:middle;
	margin-top:12px;
}
.legend_required{
	font-style:italic;
	color:#222222;
	float:left;
	font-size:10px;
	margin-top:20px;
}
.tableFooter .btn_actions .smallBoldBlack{
	color: #222222;
    font-size: 10px;
    font-weight: bold;
	display:inline-block;
	margin-bottom:-17px;
}

/*note*/
td.tableSubTitle {
    color: #222222;
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
	background:#fff;
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;
}
/*form*/
.inline{
	display:inline-block;
	vertical-align:middle;
}	
input, select{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.table_form, .table850px{
	border-spacing: 0px;
	width:850px;
	margin:auto;
	clear:both;
}
.table_form td, .table_form th{
	border:none;
	background:#fff;
	position:relative;
}
.table_form  td:first-child,
.table_form  th:first-child,
.control-group label{
    color: #222222;
    font-size: 12px;
    font-weight: normal;
    min-width: 140px;
	position:relative;
	width:200px;
	text-align:right;
}
.table_form  td:last-child div{
	color:#000;
}
.table_form.widthAuto td:first-child,
.table_form.widthAuto  th:first-child,
.control-group.widthAuto label{
	width:auto;
}
.table_form.label-left td:first-child{
	text-align:left;
}

.contentDiv    {width: 249px;
	height: 299px;
	background-color:Gray;
	overflow-y: auto;
	max-width:230px;
	max-height:100px;
	}

input[type=text], textarea, select {
   background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #444444; /* Contrast ratio ~12.6:1 against white */
	background: #fff;
	height: 30px;
	font-size: 11px;
    margin-top: 3px;
    padding: 3px 2px 2px 5px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
}




.table_form input[type=text],.table_form textarea,.table_form select,.table_form input[type=password] {
	width:100%
}
.table_form textarea {
	height:50px;
	padding:5px;
	width:450px;
 }
.table_form select {
	width:auto;	
	min-width:70px;
	height:12em;
}

.table_form select2 {
	width:auto;	
	min-width:70px;
}


.changeDistrict_form select {
	font-size: 14px;
	width:auto;
	height:12em;
}



.control-group{
    margin-bottom: 10px;
}
.calendar{
	position:relative;
}	
.calendar::after{
	clear:both;
}
.control-group input[type=text]{
	width:600px;
	margin-bottom:0;
}
.control-group input[type=text].widthAuto{
	width:auto;
}
.control-group input[type=text].small,
.control input[type=text].small,
table input[type=text].small{
	width:100px;
}
.control-group label{
	text-align:right;
	vertical-align:middle;
	padding: 3px 20px 2px 5px;
}
.table_form .control-group:last-child{
    margin-bottom: 0px;
}
label .sub-label, .sub-label{
	color:#222222;
	font-size:10px;
}
label.checkbox{
	color:#000;	
}
 .radio-label, .checkbox-label {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 3px;
    padding-left: 15px;
    padding-right: 30px;
    text-indent: -15px;
    width: auto;
}
/*filter*/
.filter_fields{
	
}
.filter_fields td,
.filter_fields th.generic{
	border-bottom:20px solid #fff;
	padding-top:7px;
	text-align:left !important;
}
.filter_fields select{
	display:block;	
	min-width:100px;
	float:right;
	margin-top:5px;
	height: 30px;
	margin-bottom:10px;
}
.filter_fields .width_50{
	width:50%;	
}
.filter_form {
    position: relative;
	clear:both;
}
.section_gray {
    margin-bottom: 20px;
    margin-top: 20px;
	clear:both;
}
.section_gray, .section_white {
    background: none repeat scroll 0 0 #eee;
    padding: 0 10px;
    position: relative;
	clear:both;
}
.filter_form select, .filter_form input[type="text"], .filter_form input[type="password"], .filter_form .btn1 {
    border: 1px solid #444444;
    font-size: 11px;
    margin-top: 3px;
    padding: 3px 2px 2px 5px;
    width: 100%;
}
.filter_form label {
    line-height: 15px;
    color: #222222;
    font-weight: bold;
	font-size:10px;
	text-transform:uppercase;
}

.filter_form select {
    line-height: 24px;
}
.filter_form .btn1, .filter_form select {
    height: 30px;
    min-width: 0;
}
.filter_form input[type=submit]{
	min-width:0;
	margin-top:18px;
}
.btn1_icon input[type=submit]{
	width:80%;
	
}
.filter_form  input[type=submit].formbutton-refresh{
	margin-top:20px;
	position:absolute;
	margin-left:5px;
	width:24px;
}
.calendar{
	position:relative;
	display:inline-block;
}
.calendar img{
	position:absolute;
	margin-top:10px;
	margin-right:8px;
	right:0;
	top:14px;
	z-index:100;
 }
 .control.calendar{
		position:relative; 
 }
.control.calendar img{
	top:-22px;
}
/*collapse bar*/
.collapse-bar {
    padding: 10px 0;
    position: relative;
    width: 100%;
}
.label-collapse-eeeBg {
    background: none repeat scroll 0 0 #eee;
}
.label-collapse {
    color: #222222;
    font-weight: bold;
    left: 48%;
    padding: 0 0.5%;
    position: absolute;
    top: 25%;
	font-size:10px;
}
.collapes_icon {
    background: none repeat scroll 0 0 #eee;
    cursor: pointer;
    display: inline-block;
    margin-top: -19px;
    padding: 11px 10px;
    text-align: right;
    width: auto;
}
.arrow-down {
    border-bottom: 5px solid #222222;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    height: 0;
    width: 0;
}
.arrow-up {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #222222;
    display: inline-block;
    height: 0;
    width: 0;
}
/*12 layout grid*/

/*------------grid---------------*/
.span6{
	width:49%;
	float:left;
}
.span5{
	width:48.8%;
	float:left;
}
.span4{
	width:33.3%;
	float:left;
}
.span3{
	width:24.3%;
	float:left;
}
.span2{
	width:15.5%;
	float:left;
}
.span1{
	width:7.8%;
	float:left;
}
.span2.pull-right,
.span5.pull-right,
.span6.pull-right{
	float:right;
}
.spanFix{
	width:25.6%;
	float:left;
}




.row-fluid {
width: 100%;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
line-height: 0;
content: "";
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"],
.row-fluid .col-5 {
display: block;
float: left;
width: 100%;
min-height: 30px;
margin-left: 2.127659574468085%;
*margin-left: 2.074468085106383%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child,
.row-fluid .col-5:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
width: 100%;
*width: 99.94680851063829%;
}
.row-fluid .span11 {
width: 91.48936170212765%;
*width: 91.43617021276594%;
}
.row-fluid .span10 {
width: 82.97872340425532%;
*width: 82.92553191489361%;
}
.row-fluid .span9 {
width: 74.46808510638297%;
*width: 74.41489361702126%;
}
.row-fluid .span8 {
width: 65.95744680851064%;
*width: 65.90425531914893%;
}
.row-fluid .span7 {
width: 57.44680851063829%;
*width: 57.39361702127659%;
}
.row-fluid .span6 {
width: 48.93617021276595%;
*width: 48.88297872340425%;
}
.row-fluid .span5 {
width: 40.42553191489362%;
*width: 40.37234042553192%;
}
.row-fluid .span4 {
width: 31.914893617021278%;
*width: 31.861702127659576%;
}
.row-fluid .span3 {
width: 23.404255319148934%;
*width: 23.351063829787233%;
}
.row-fluid .span2 {
width: 14.893617021276595%;
*width: 14.840425531914894%;
}
.row-fluid .span1 {
width: 6.382978723404255%;
*width: 6.329787234042553%;
}
.row-fluid .col-5{
    float: left;
    width: 19.7%;
}
.row-fluid .col-5-5{
    float: left;
    width: 18.27%;
}
.row-fluid .col-5-3{
    float: left;
    width: 51%;
}
.row-fluid .col-5-2{
    float: left;
    width: 38.7%;
}
.row-fluid .col-5-actionBtn {
    float: left;
    width: 19.1%;
}
/*form table style2*/

.table_form2{
	border-spacing: 0px;
	width:850px;
	margin:auto;
}
/*.table_form2 .rowOneBgcolor{
	background:#fff;
}
*/
.table_form2 .rowOneBgcolor th.generic:first-child,
.table_form2 .rowTwoBgcolor th.generic:first-child, 
.table_form2 th.generic:first-child,
.table_form2 .rowOneBgcolor td:first-child,
.table_form2 .rowTwoBgcolor td:first-child, .table_form2 td:first-child{
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 10px;
    font-weight: normal;
    height: 30px;
	width:30%;
    line-height: 15px;
	color: #222222;
	text-transform:uppercase;
	background:#F3F3F3;
	vertical-align:middle;
}
.table_form2 .rowOneBgcolor td:last-child,
.table_form2 .rowTwoBgcolor td:last-child,
.table_form2 td:last-child{
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 10px;
    font-weight: normal;
    height: 30px;
    line-height: 15px;
	color: #222222;
    border-right: 1px solid #ccc;
    padding: 0 7px;
	color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
	position:relative;
	background:#fff;
	width:70%;
	
}
.table_form2 input[type=text], .table_form2 textarea, .table_form2 select {
    border: medium none;
    color: #000;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    margin: 0;
    text-align: left;
	width:100%;
}
.table_form2 select {
	width:auto;	
	min-width:70px;
}
.table_form2 textarea{
	height:80px;
 }
.calendar_icon{
	position:absolute;
	right:5;
	z-index:100; 
 }
.table_form .calendar_icon{
	top:-12px;
	right:8px; 
 }
.table_form2_inactive td:last-child,
.table_form2_inactive .rowOneBgcolor td:last-child,
.table_form2_inactive .rowTwoBgcolor td:last-child{
	background:#F3F3F3;
	border-right:none;
}
.table_form2_inactive .field td:last-child,
.table_form2_inactive .rowOneBgcolor.field td:last-child,
.table_form2_inactive .rowTwoBgcolor.field td:last-child{
	background:#fff;
	border-right:1px solid #ccc;
}
.table_form2 .border-top td,
.table_form2 .border-top th.generic{
	border-top:1px solid #ccc;	
}
 /*tab*/
 .tab{
	margin-bottom:20px; 
 }
 
.center-tab {
   float:left;
   width:100%;
   background:#fff;
   position:relative;
   border-bottom:1px solid #ccc;
   margin-top:20px;
   margin-bottom:20px;
}
.center-tab.margin-bototm-zero{
	margin-bottom:0;
}
.center-tab ul {
   clear:left;
   float:right;
   position:relative;
   right:50%;
   margin:0;
   position:relative;
   text-align:center;
  
}
.center-tab ul li {
   display:block;
   float:left;
   position:relative;
   margin:0;
   padding:0;
   left:50%;
}

#tabs.tab {
    height: 30px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 2px;
}
#tabs {

   height:33px; 
   padding-right: 2px;
   margin-top: 30px;
   margin-bottom:0;
   padding-left:0;
   text-align:center;
   margin-left: auto;
   margin-right:auto;
   

}
#tabs.tab li:first-child {
    border-right: medium none;
    width: auto;
}
#tabs.tab li {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    float: left;
    margin-left: 0;
    outline: medium none;
    position: relative;
    text-align: center;
    z-index: 1;
}
#tabs li {
    list-style: outside none none;
}

.selectedTab a, .unSelectedTab a{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    cursor: default;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    margin-left: 5px;
    margin-right: 5px;
    outline: medium none;
    padding: 7px 10px 5px;
    text-align: center;
    text-decoration: none;
	font-weight:normal;
	text-transform:uppercase;
}
.selectedTab a{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #ccc #ccc -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #000;
    cursor: default;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: -3px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
	font-weight:normal;
}
.selectedTab{
	 background: none repeat scroll 0 0 #fff;
}
.unSelectedTab{
	 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #5953a4;
    cursor: pointer;
    font-weight: normal;
    opacity: 1;
    outline: medium none;
	font-size:16px;
}
.unSelectedTab a{
	width:auto;
}
.unSelectedTab a:hover{
	border-bottom:1px solid #5953a4;
	margin-bottom:-1px;
	cursor:pointer;
	font-weight:600;
}


/*button*/
input.upload{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
}


input[type=submit],.btn1{
	color: #fff;
    margin-top: 0;
	background: none repeat scroll 0 0 #5953a4;
    border: medium none;
    box-shadow: 0 -3px 0 #46008c inset;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    min-width: 15em;
    padding: 0 10px;
    text-transform: uppercase;
	margin-left:10px;
}

input[type=button].btn2{
	 background: none repeat scroll 0 0 #fff;
    color: #5953a4;
	border: 1px solid #5953a4;
    box-shadow: none;
    height: 30px;
    line-height: 20px;
	margin-right:10px;
	cursor: pointer;
}

input[type=button].btnCancel{
	 background: none repeat scroll 0 0 #fff;
    color: #5953a4;
	border: 1px solid #5953a4;
    box-shadow: none;
    height: 30px;
	width: 120px;
    line-height: 20px;
	margin-right:10px;
	cursor: pointer;
}


input[type=submit].btn_secondary, .btn_secondary{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #5953a4;
    box-shadow: none;
    color: #5953a4;
    line-height: 20px;
	margin-right:10px;
}

input[type=button].btn_secondary {
 	background: none repeat scroll 0 0 #fff;
    border: 1px solid #5953a4;
    box-shadow: none;
    color: #5953a4;
    line-height: 20px;
	margin-right:10px;
	cursor: pointer;
	font-weight: bold;
	height: 30px;
    min-width: 15em;
    padding: 0 10px;
    text-transform: uppercase;
}

input[type=button]:hover,
input[type=submit]:hover{
    background:#6562B7;
	-moz-box-shadow:    inset 0px -3px 0px #471975;
   -webkit-box-shadow: inset 0px -3px 0px #471975;
   box-shadow:         inset 0px -3px 0px #471975;
}
input[type=button].btn_secondary:hover,
input[type=submit].btn_secondary:hover, .btn_secondary:hover{
	background:#DEDDF3;
	-moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}
.tableSubTitle  input[type=submit]{
	margin-top:10px;
	margin-bottom:10px;
}
input[type=submit].formbutton-delete_round, input[type=submit].formbutton-edit, input[type=submit].formbutton-refresh ,
.page-menu input[type=submit],
input[type=submit].formbutton-delete,
input[type=submit].link-button, input[type=submit].formbutton-upload {
    background: none;
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    margin-left: 0;
    margin-top: 0;
    min-width: 24px;
    padding: 0;
    text-transform: uppercase;
    border: 0 none;
    cursor: pointer;
	text-transform:none;
	color:transparent;
}
input[type=submit].link-button{
	color:	#5953a4;
}
.page-menu input[type=submit]{
	color: #5953a4;
	width:auto;
	font-size:10px;
	text-transform:uppercase;
	
}
.page-menu  input[type=submit].inactive {
    color: #cc99ff;
    opacity: 1;
	cursor:default;
}
input[type=submit].formbutton-delete_round {
    background: url("../images/icons/Application Icons/24x24/plain/delete.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
input[type=submit].formbutton-edit {
    background: url("../images/icons/Application Icons/24x24/plain/document_edit.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
input[type=submit].formbutton-refresh {
    background: url("../images/icons/Application Icons/24x24/plain/refresh.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
input[type=submit].formbutton-delete {
    background: url("../images/icons/Application Icons/24x24/plain/document_delete.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
input[type=submit].formbutton-upload{
    background: url("../images/icons/Application Icons/24x24/plain/nav_up_green.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
input[type=submit].link-button{
	background:none;	
}
input[type="text"], textarea, select, input[type="password"] {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #444444;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 3px;
    padding: 3px 2px 2px 5px;
}
table, #edmNavSection table, #edmNavLinksSection table {
    border-spacing: 0;
}
/*file upload btn*/
.fileUpload span {
    line-height: 30px;
	
}
.fileUpload {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin: 2px 5px 0 10px;
    min-width: 70px;
    overflow: hidden;
    padding: 0 5px;
    position: absolute;
    width: 70px;
	text-align:center;
}
.fileUpload input.upload {
    cursor: pointer;
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
	width:70px;
}

input[type="text"].uploadFile{
	width: 300px;
	cursor:pointer;	
}

/*footer*/
#footer{
	clear:both;
	padding-bottom:10px;
	padding-top:0px;
	
}
#version{
	margin-right:6.5%;	
}
#copyright,#version{
	padding:12px 0 12px 44px;	
}
/*width*/
.width100{
	width:100px;
}
.spacer20{
	height:20px;	
}
/*action control*/
.action_control{
	padding-right:10px;	
}


a.info {
    color: #000;
    position: relative;
    text-decoration: none;
	display:inline-block;
	vertical-align:middle;
}
span.labelRequired {
    color: #222222;
}
td img{
	display:inline-block;
	vertical-align:middle;	
}
.table_form a,
.table_form2 a{
	position:relative;
}
.clearfix {
  overflow: auto;
  zoom: 1;
  clear:both;
}
.align-right, a.align-right{
	display:inline-block;
	position:absolute;
	right:0;
	top:2;
	margin: auto 7px;
	vertical-align:middle;
}
 a.align-right{
		top:7; 
 }
.action-col-one_button{
    width: 170px;
}
#filterForm input[type="submit"]:first-child, .btn1:first-child,
table input[type="submit"]:first-child{
	margin-left:0;
}
.margin-top_zero{
	margin-top:0;	
}
.btn1_icon input[type="submit"].width100 {
    width: 100%;
}
label.checkbox input[type=checkbox]{
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}
.hide{
	display:none;	
}

.springErrorBlock{
	color: #000;
	background-color: #ffEEEE;
	border: 3px solid #ff0000;
	padding:8px;
	margin:16px;
}



/*on click dropdown*/
.action-menu {
    position: relative;
    display: inline-block;
	line-height:0;
	text-align:right !important;
	float:right;
	padding:6px 4px;
}
.action-menu:before {
    content: url("../images/icons/action-icon.png");
}
.action-menu:focus {
    /* clicking on label should toggle the menu */
    pointer-events: none;
}
.action-menu:focus .action-menu-content {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    visibility: visible;

    /* don't let pointer-events affect descendant elements */
    pointer-events: auto;
}
.action-menu-content {
    position: absolute;
    z-index: 1;
    /* use opacity to fake immediate toggle */
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
	margin-top:5px;
	padding:0;
	margin-left:-122px;
	border:1px solid #222222;
}
.action-menu-content li {
	background-color: #E0E0E0;
    color: #e0e0e0;
    list-style-type: none;
    white-space: nowrap;
}
.action-menu-content li a{
	text-decoration:none;
	font:12px arial, verdana, sans-serif;
	font-weight:bold;
	padding:7px 5px;
	display:block;
	margin:0 7px;
}
.action-menu-content a:hover { 
	background:#5953A4; 
	color:#e0e0e0;
}
.action-menu-content li:first-child{
	padding-top: 7px;
}
.action-menu-content li:last-child{
	padding-bottom: 7px;
}

.rowOneBgcolorOverride { background-color: #fafaf9; }


/*form table_form_validValues style2*/
.table_form_validValues{
	border-spacing: 0px;
	width:850px;
	margin:auto;
}
.table_form_validValues .rowOneBgcolor th.generic:first-child,
.table_form_validValues .rowTwoBgcolor th.generic:first-child, 
.table_form_validValues th.generic:first-child,
.table_form_validValues .rowOneBgcolor td:first-child,
.table_form_validValues .rowTwoBgcolor td:first-child, .table_form_validValues td:first-child{
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
    font-size: 10px;
    font-weight: normal;
    height: 30px;
	width:30%;
    line-height: 15px;
	color: #222222;
	text-transform:uppercase;
	background:#FFFFFF;
	vertical-align:middle;
}
.table_form_validValues .rowOneBgcolor th.generic:last-child,
.table_form_validValues .rowTwoBgcolor th.generic:last-child,
.table_form_validValues th.generic:last-child,
.table_form_validValues .rowOneBgcolor td:last-child,
.table_form_validValues .rowTwoBgcolor td:last-child,
.table_form_validValues td:last-child{
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;	
    font-size: 10px;
    font-weight: normal;
    height: 30px;
    line-height: 15px;
	color: #222222;
    border-right: 1px solid #ccc;
    padding: 0 7px;
	color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
	position:relative;
	background:#fff;
	width:70%;
	
}
.table_form_validValues input[type=text], .table_form_validValues textarea, .table_form_validValues select {
    border: medium none;
    color: #000;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    margin: 0;
    text-align: left;
	width:100%;
}
.table_form_validValues select {
	width:auto;	
	min-width:70px;
}
.table_form_validValues textarea{
	height:80px;
 }
.table_form_validValues .border-top th.generic,
.table_form_validValues .border-top td{
	border-top:1px solid #ccc;	
}
th.generic{
	text-transform:none;
	background:#fff;
	font-weight:normal;	
}
.tableTitle .generic{
	text-transform:uppercase;
	font-weight:bold;
}
.generic.th-border{
	border-top: thin solid black;
	border-bottom: thin solid #ccc;
}
div#batchTemplateSearch table th {
	width: 135px;
}
div#batchTemplateSearch table td select {
	width: 400px;	
}
.checkboxColumn label {
	margin-right: 10px;
}
	