/* START UI Rebranding */

.masthead {
    background-color: #0F0F59;
}

.masthead-handle {
    height: 50px;
    width: 50px;
    background-color: #38474E;
    float: left;
}

.masthead-inner {
    padding: 10px;
}

.masthead-inner-padding {
    height: 30px;
}

.chc-logo {
    height: 30px;
    margin: 0 15px 0 20px;
    display: inline-block;
    vertical-align: top;
}

.app-identity {
    display: inline-block;
    vertical-align: top;
    border-left: solid 1px #FFFFFF;
    height: 30px;
    padding: 0 0 0 10px;
    color: #FFFFFF;
    font: 12pt Helvetica, Sans-Serif;
    line-height: 24pt;
}

.app-name {
    display: inline-block;
    color: #FFFFFF;
    font: 12pt Helvetica, Sans-Serif;
    vertical-align: top;
}

.user-identity {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    padding: 0 10px 0 0;
    float: right;
}

.user-identity.userMenu {
    height: 30px;
    padding: 0 20px 0 0;
    position: unset;
}

.user-identity.userMenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.user-identity.userMenu ul li {
    display: inline-block;
    border-left: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-size: 10pt;
    line-height: 24pt;
    padding: 0 10px;
}

.user-identity.userMenu ul li:first-child {
    border-left: none 0;
}

.user-identity.userMenu ul, .user-identity.userMenu ul li {
    height: 30px;
}

.user-identity.userMenu ul li.last {
    padding-right: 0;
}

.appContainer > .navbar {
    background-color: #E7EDEA;
    font: bold 10pt Helvetica, Arial, Sans-Serif;
    color: #0F0F59;
}

.appContainer > .navbar > .navbar-inner {
    background: transparent;
}

.navbar-inner > .container > ul.nav {
    padding: 0;
    margin: 0;
    background-color: #E7EDEA;
}

.navbar-inner > .container > ul.nav > li {
    cursor: pointer;
    padding: 5px 0;
    white-space: nowrap;
}

.navbar-inner > .container > ul.nav > li > a {
    color: #0F0F59;
    display: block;
    padding: 3px 10px;
    text-decoration: none;
}

ul.navmenu > li:hover {
    background-color: #FFFFFF;
}

ul.navmenu > li > span:before {
    display: inline-block;
    content: "›";
    margin-right: 5px;
    vertical-align: top;
}

.navmenu.master > li.current {
    background-color: #FFFFFF;
}

.navmenu.master > li > a {
    /*border-left: solid 1px #000000;*/
}

.navmenu.master > li:first-child > a {
    /*border-left: none 0;*/
}

.navmenu > li > .link-submenu {
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url(../images/core/superfish/arrows-blue.png) no-repeat -10px -100px;
}

ul.navmenu.master {

}

ul.navmenu.master > li {
    display: block;
    float: left;
    padding: 5px 0;
}

ul.navmenu.slave {
    padding: 10px;
    border: solid 1px #686BA0;
    border-radius: 3px;
    display: none;
    position: absolute;
    z-index: 99;
}

ul.navmenu.slave > li:first-child {

}

ul.navmenu.slave > li {
    display: block;
    padding: 5px 0;
}

ul.navmenu > li:hover > ul.navmenu.slave {
    display: block;
}

div.footer {
    font: 10pt Helvetica, Arial, Sans-Serif;
    display: block;
    text-align: center;
    background-color: #E1E2E3;
    padding: 10px;
    min-height: unset;
}

div.footer > .copyright {
    color: #000000;
}

/****/

.app-identity > span > a,
.app-identity > span > a:hover {
    color: #FFFFFF;
}

.navbar .container .nav .dropdown-toggle .caret,
.navbar .container .nav .open.dropdown .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.chc-logo {
    height: 30px;
}

/* Start Login Rebranding */

.container.login-container {
    width: 500px;
    margin-top: 75px;
    padding: 2em;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}

.login-container h2 {
    font-size: 1.75em;
    color: #777;
}

.login-container .login-logo {
    width: 300px;
}

.login-container > p.copyright {
    font-size: .75em;
    color: #999;
    margin-top: 3em;
}

.login-container form {
    margin: 30px 0;
    display: block;
}

.login-container form label {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12pt;
    font-weight: bold;
    line-height: 18pt;
}

.login-container form input {
    display: block;
    width: 300px;
    margin: 0 auto 20px auto;
    padding: 5px;
    border-radius: 5px;
}

.login-container form::after {
    content: "";
    display: block;
    clear: both;
}

@media (min-width: 420px) {
    .logo {
        width: 50%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .logo {
        width: 300px;
        height: 104px;
    }
}

/** End Login Rebranding **/

/* END UI REBRANDING */

/**
 * ADDITIONS FROM BOOTSTRAP V2.3.2
 */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
background-color: transparent;
background-image: none;
-webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
}

.btn-link {
color: #0088cc;
cursor: pointer;
border-color: transparent;
-webkit-border-radius: 0;
  -moz-border-radius: 0;
       border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
color: #005580;
text-decoration: underline;
background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
color: #333333;
text-decoration: none;
}

.gridCont 
{
    width: 965px;
}

body {
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
    /*background: #8E8A84 url(/Images/ghs/core/bg.jpg) left 40px repeat-x;*/
    background: #70A0BF url(/Images/ghs/core/app-bg.jpg) no-repeat 0 40px;
}
.container, .navbar-fixed-top .container {
	width: 1200px;
}

.popover 
{
    /*font-size: 8px; */
    width: auto;
    font-size: 8px;
}

/** ------------------------------
    UTILITY CLASSES
    ------------------------------ */
 
.rowError 
{
   border: 2px solid red;  
   color: red;
}
    
.checkErrors 
{
    font-size: 10px;
}    

.upperMargin 
{
    margin-top: 3.2em;   
}
    
.errors
{
    font-weight: bold;
    color: red;  
    margin-bottom: .5em; 
}

.center 
{
    text-align: center;   
}
    
.lessUpper 
{
    
    margin-top: -15px;
}
div.dataTables_processing 
{
    margin-top: 75px;
    
}
    
div.psuedoLink 
{
    cursor:pointer;
    color: #00568A;       
}

.allocationInfo 
{
    font-weight: bold;
    margin-bottom: 2px;
    background-color: White;
    padding: 2px;
}
   
.navbar-custom {
    background-color:#f5f5f5;
    color:#f5f5f5;
    border-radius:0;
}

.reportViewerLeft 
{
    margin-left: -30px;
    padding-right: 0px;
}


.adjButtons
{
    padding-left: 1.5em;   
}

.formLeft 
{
    margin-left: -45px;
   
}

.jCodeBar 
{
    margin-top:-30px;
    margin-bottom: -10px;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-bottom: -20px;
}

.upperPadding 
{
    padding-top:1.5em;
}

.upperPaddingSmall 
{
    padding-top:.5em;
}

.upperPaddingMedium 
{
    padding-top: .75em;
}

.lowerMargin 
{
    margin-bottom:1em;
}

.screenReaderContent {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.noPadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.lessPadding 
{
    padding-bottom: 0px;   
}

.lesserPadding 
{
    padding-bottom: 0px;  
    margin-bottom: -20px;
}

input[type='checkbox'] 
{
    margin-right: .5em;
}

.bold 
{
    font-weight: bold;
}

.journal 
{
    width: 99%;
}

.dispute_modal
{
    width: 53%;
}
.ndcsearch_modal
{
    width: 60%;
   
   }

.header 
{
    white-space: nowrap;    
}

.error
{
    color: red;
    padding-left: 10px;
    display: none;
}

.right 
{
    text-align:right;
}


.unauthorized 
{   
    text-align: center;
}

.unauthorized h2
{
    color:red;
}
    
.manerror
{
    color: red;
    padding-left: 10px;
    display: none;
}
    
.typeerror
{
    color: red;
    padding-left: 10px;
    display: none;
}

textarea,
input,
.uneditable-input,
select {
 
  padding: 2px 3px;
  font-size: 12px;
  
}

select 
{
    height: 24px;   
}

.sudoLabel 
{
    font-weight: bold;
	color: #444;		
	font-size: 11px;
}

.chkBorders 
{
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: .1em;
    width: 20%;   
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #CFDBE2;    
}

.chkBordersWizard 
{
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: .1em;
    margin-left: -24px;
    margin-top:-10px;
    margin-bottom:10px;
    width: 100%;   
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #CFDBE2;    
}

.chkBordersCheckEntry 
{
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: .1em;
    margin-left: -24px;
    margin-top:-10px;
    margin-bottom:10px;
    width: 100%;   
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #CFDBE2;    
}

.adjChkBorders 
{
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: .1em;
    width: 50%;   
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #CFDBE2;    
}

.row-fluid > .span-auto {
    float: left;
    width: auto;
}

.span-auto-adjQuantities 
{
    float: left;
    width: auto;
    background-color: #E3E9ED;
    margin-left: 0;
    padding: 2px 2px 2px 2px;
}

/** ------------------------------
    NAVBAR
    ------------------------------ */
.navbar .brand 
{
    /* original image before the change to the Emdeon logo */ 
	/* background: transparent url(/Images/ghs/core/ghs.png) 20px center no-repeat; */
	/* Emdeon logo before the change to the Change Healthcare logo */ 
	/* background: transparent url(/Images/ghs/core/GHS-Emdeon-White-81x40.png) 20px center no-repeat; */
	
	background: transparent url(/Images/ghs/core/ChangeHealthcare-AppBarLogo.png) 20px center no-repeat;
    background-size: 81px auto;
    height: 20px;
	/*padding-left: 111px;*/
}
.navbar .divider-vertical {
	border-right-color: #444;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.tab-content 
{
    display:block;
}

/** ------------------------------
    APP CONTAINER
    ------------------------------ */
.app {
	/*background: transparent url(/Images/ghs/app/app-bg.jpg) left top no-repeat*/
}
.appContainer {
	/*background: transparent url(/Images/ghs/core/content-bg.png) left top;*/
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 4em;

}

/** ------------------------------
    APP NAV
    ------------------------------ */
    
.navbar-inner-custom 
{
    padding: 4px 0px 4px 0px;
    background: #E3E9ED;    
}

.reportName 
{
   font-weight: bold;
   padding: 8px 0px 0px 7px; 
   color: #555;
}
.appContainer .navbar {
	margin-bottom: 0;
}
/*  mwf changed #444 to #2B2B44  for the new CH color scheme */
.appContainer .navbar-inner {
	background: #2B2B44 url("/Images/ghs/core/grid-right.png") repeat-y right top;
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0;
}
.appContainer .navbar .nav > li > a {
	color: #FFF;
    line-height: 19px;
    padding: 5px 10px 6px;
	text-shadow: none;
}
.appContainer .navbar .nav > li > a:hover {
    background-color: #006CB5;
    color: #FFFFFF;
    text-decoration: none;
}
.appContainer .navbar .nav .active > a, .appContainer .navbar .nav .active > a:hover {
    background-color: #0086E4;
	color: #FFF;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background-color: #006CB5;
}

/** ------------------------------
    BREADCRUMB
    ------------------------------ */
.breadcrumb {
	border: 0;
	padding: 0;
	margin-bottom: 4px;
	background-color: transparent;
	background-image: none;
}



/** ------------------------------
    CONTENT
    ------------------------------ */
label.checkedlist 
{
    color: #444;
    margin-top: -20px;
    padding: 3px;
    font-size: 12px;
    margin-left: 30px;
}
    
.content {
	background-color: rgba(255,255,255,.75);
	min-height: 400px;
	padding: 10px 20px 30px 20px;
}

.content h2 {
	color: #555;	
}

/** Add New Links inside the H2 content title   **/
.content h2 a {
    color: #0088cc;
    cursor: auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding-left:10px;
    
}

/** Add New Links inside the H2 content title   **/
.content h2 span.divider 
{
    color: #999999;
    line-height: 18px;
    font-size: 13px;
    padding:0 0 0 10px;
    font-weight: normal;
    text-shadow: 0 1px 0 #ffffff;
    
}
/** Add New Links inside the H4 content title **/
.content h4 a {
    color: #0088cc;
    cursor: auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding-left:10px;
    
}

/** Add New Links inside the H4 content title   **/
.content h4 span.divider 
{
    color: #999999;
    line-height: 18px;
    font-size: 13px;
    padding:0 0 0 10px;
    font-weight: normal;
    text-shadow: 0 1px 0 #ffffff;
    
}

.loginContent {
	/*background: transparent url(/Images/ghs/app/entry-bg.png) top left no-repeat;*/
	text-align: center;
	padding-top: 16em;
}

.alert {
	margin-bottom: 1em;
}

.pageTitle {
	margin: 0 0 .5em 0;
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
}
.loginContent .pageTitle {
	display: none;
}

/** ------------------------------
    PAGE TITLE ICONS
    ------------------------------ */
.adminTitle, .invoiceTitle {
	background-image: url(/Images/iconic/gray_dark/list_24x21.png);
}
.invoiceTitle {
	background-image: url(/Images/iconic/gray_dark/list_nested_24x21.png);
}
.userTitle {
	background-position: 6px center;
	background-image: url(/Images/iconic/gray_dark/user_18x24.png);
}
.stateTitle {
	background-position: 9px center;
	background-image: url(/Images/iconic/gray_dark/map_pin_fill_15x24.png);
}
.applicationTitle {
	background-image: url(/Images/iconic/gray_dark/at_24x24.png);
}

/** ------------------------------
    HELP PAGE
    ------------------------------ */
.aboutApp {
	background: transparent url(/Images/ghs/app/app-icon.png) top left no-repeat;
	min-height: 400px;
	padding-left: 320px;
}
.aboutApp h3 {
	font-size: 3em;
	color: #006CB5;
}
.version {
	color: #555;
	font-size: .85em;
	margin-top: .5em;
}
.icon-workflow {
	background: transparent url(/Images/ghs/core/workflow.png) left top no-repeat;
}
.meta {
	margin: 0;
}
.meta li {
	list-style: none;
}
.meta i {
	vertical-align: middle;
	margin-right: 3px;
}

/** ------------------------------
    FOOTER  
    ------------------------------ */
.footer {
	font-size: .9em;
	color: #CCC;
    background: #444 url("/Images/ghs/core/grid-left.png") left top repeat-y;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    padding: 12px;
    text-align: right;
	min-height: 50px;
}

/** ------------------------------
    FORMS
    ------------------------------ */
.loginForm {
	text-align: center;
	margin: 0 0 6em 0;
	background-color: transparent;
	display: inline-block;
	/*IE7*/
	zoom: 1;
	display: inline;
}
.loginForm input {
	font-size: 18px;
	height: 28px !important;
	line-height: 28px !important;
}
.loginForm .btn {
	font-size: 18px;
	line-height: 25px !important;
	vertical-align: top;
}
.loginPanelActions {
	text-align:left;
	margin-top:.5em;
	color: #555;
}
.loginPanelActions a:hover {
	color: #FFF;
}


select {
	width: auto;
}
.well {
	background-color: #E3E9ED;
	overflow: hidden;
}
.report-well {
	padding: 6px 0;
}
.loginContent .well {
	background-color: transparent;
	background-image: none;
	border: 0;
	box-shadow: none;
}
.inlineControlGroup, .inlineControlGroup .controls, .formOr, .inlineFormActions {
	display: inline-block;
	/*IE7*/
	zoom: 1;
	display: inline;
}
.inlineControlGroup {
	margin-bottom: 0;
}
.inlineControlGroup .control-label, .formOr {
	vertical-align: top;
	line-height: 28px;
}
.formOr {
	margin: 0 .5em 0 -5px;
	font-style: oblique;
	background-color: #AFBBC5;
	color: #FFF;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	padding: 0 1em;
}
.inlineFormActions, .inlineFormActions button {
	vertical-align: top;
}



label 
{
    margin-top: -15px;
	font-weight: bold;
	color: #444;	
	margin-bottom: -7px;
	font-size: 11px;
}

h4 
{
    margin-bottom: .5em;
}

.help-block {
	font-size: .85em;
}
.noPadding .form-actions {
	margin-bottom: 0;
}
.well .form-actions {
	background-color: #CFDBE2;
	border-top: 0;
	margin-left: -19px;
	margin-right: -19px;
	margin-bottom: 0;
}

.adjsFormActions 
{
    margin-top:-12px;
    padding: 6px 0px 1px 15px;  
    margin-bottom: 8px; 
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.form-well {
    padding-bottom: 0;
}
.form-well form {
	margin-bottom: 0;
}
.form-info-panel {
	background-color: #E9F0F5;
	border-radius: 4px;
	padding: 12px;
	border: 1px solid #CFDBE2;
	margin-bottom: 1em;
}

.form-info-footer-panel {
	background-color: #E9F0F5;
	border-radius: 4px;
	padding: 4px 8px 4px 8px;
	border: 1px solid #CFDBE2;
	margin: 4px 0;
}

.h4Footer 
{
    text-align: left;
    margin-bottom: 0;
}



/** ------------------------------
    DATA GRID

    ------------------------------ */    

tr.committedRow 
{
    background-color: #F78181;
}

tr.savedRow 
{
    background-color: #BCF5A9;
}

.savedCaption
{
    background-color: #BCF5A9;
    text-align: center;
    padding-top:.25em;
    padding-bottom:.25em;
}

.committedCaption
{
    background-color: #F78181;
    text-align: center;
    padding-top:.25em;
    padding-bottom:.25em;
}

.stagedCaption
{
    background-color: #FFCC66;
    text-align: center;
    padding-top:.25em;
    padding-bottom:.25em;
}


/* Custom search bar */
.colSearch 
{
    background-color: #cccccc;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    padding-top: 4px;
    padding-left: 1em; 
     
    
}

/* Addition to search bar styles that removes the bottom round corners. For use in the case where a search bar should sit seamlessly above a table without a margin. */
.colSearch-round-top {
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

/* Addition to dataTables_wrapper that removes the top round corners. To be used in conjunction with "colSearch-round-top" to make the search bar and table feel more integrated together */
.dataTables_wrapper-round-bottom .ui-corner-tl {
	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
}
.dataTables_wrapper-round-bottom .ui-corner-tr {
	border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
}

.dataTables_wrapper 
{
    margin-bottom: 1em;
}

.dataTables_wrapper .ui-corner-tl{
	
	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
		
}

.dataTables_wrapper .ui-corner-tr 
{
    border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
}

.dataTables_scroll {
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.columnSearch {  
    padding-left:1em;
    width: 12em;          
} 
.dataGrid {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
}

.dataGrid a.cellaction {
    color: #000000;
}
.dataGrid a.cellaction:hover {
    color: #000000;
    text-decoration:underline;
}

.dataGrid a{
	color: #FFFFFF;
}

.dataGrid a:hover{
    color:#87CEFA;
    text-decoration:none;
}

.dataGrid tr.odd {
	background-color: #E3E9ED;	
}
.dataGridModal tr.odd {
	background-color: #E3E9ED;	
}

tr.odd td.sorting_1 {
	background-color: #CFDBE2;
}
tr.even td.sorting_1 {
	background-color: #E3E9ED;
}
tr.selectedRow td, tr.selectedRow td.sorting_1 {
	background-color: #0074CC;
	color: #FFF;
}
tr.stagedRow td, tr.stagedRow td.sorting_1 {
	background-color: #FFCC66;
	color: #FFF;
}
tr.selectedRow td.sorting_1 [class^="icon-"], tr.selectedRow td.sorting_1 [class*=" icon-"] {
	background-image: url("bootstrap/img/glyphicons-halflings-white.png");
}

tr.selectedNDC td  {	
	 background-color: #EEE8AA;
}



.dataTables_wrapper select, .dataTables_wrapper input {
	width: auto;
	display: inline-block;
	zoom: 1;
	display: inline;
	margin-bottom: 0;	
	
}

.dataTables_wrapper label {
	margin-bottom: 0;
}

table.dataGrid {
	width: 100%;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-top: 1px solid #BBB;
	border-bottom:1px solid #BBB		
}

table.dataGridModal {
	width: 100%;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-top: 1px solid #BBB;
	border-bottom:1px solid #BBB		
}


table.dataGrid th, table.dataGrid td{
	text-align: center !important;	
	white-space: nowrap;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
		
}
table.dataGridMModal th, table.dataGridModal td{
	text-align: center !important;	
	white-space: nowrap;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
		
}

table.dataGrid th
{
    background-color:#333333;
}

table.dataGridModal th
{
    background-color:#333333;
    color: #FFFFFF;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
}


table.dataGrid tr:hover
{
    background-color: #EEE8AA;
}

table.dataGrid thead th div.DataTables_sort_wrapper {
	position:relative;
	padding-right: 12px;
	padding-left: 0px;
	font-weight: bold;	
}
table.dataGridModal thead th div.DataTables_sort_wrapper {
	position:relative;
	padding-right: 12px;
	padding-left: 0px;
	font-weight: bold;	
}

table.dataGrid thead th div.DataTables_sort_wrapper span {
	position: absolute !important;
	top: 50% !important;
	margin-top: -8px !important;
	right: 0 !important;
}
table.dataGridModal thead th div.DataTables_sort_wrapper span {
	position: absolute !important;
	top: 50% !important;
	margin-top: -8px !important;
	right: 0 !important;
}

table.dataGrid td {
   padding: 2px 2px 2px 2px;
   border-right: 1px solid #BBB;
}
table.dataGridModal td {
   padding: 2px 2px 2px 2px;
   border-right: 1px solid #BBB;
}

table.dataGrid td input[type="checkbox"] {
	margin: 3px 0;
}
table.dataGridModal td input[type="checkbox"] {
	margin: 3px 0;
}





table.dataGrid tr.odd.gradeA {
	background-color: #ddffdd;
	
}
table.dataGridModal tr.odd.gradeA {
	background-color: #ddffdd;
}

table.dataGrid tr.even.gradeA {
	background-color: #eeffee;
	
}
table.dataGridModal tr.even.gradeA {
	background-color: #eeffee;
	
}


table.dataGrid .btn {
	padding: 0 .5em;
	text-transform: capitalize;
}
.gridActions {
	margin: 0;
}
.gridActions li {
	line-height: 18px;
	list-style: none;
	display: inline-block;

	zoom: 1;
	display: inline;
}
.gridActions li a {
	text-align: center;
	display: inline-block;

	zoom: 1;
	display: inline;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	background-color: #444;
}
.gridActions li a:hover {
	background-color: #666;
}
.gridActions li span {
	display: none;
}
.gridActions li a.view, .gridActions li a.edit {
	background-color: #0073DC;
}
.gridActions li a.approve {
	background-color: #008000;
}
.gridActions li a.decline, .gridActions li a.delete {
	background-color: #800000;
}
.icon-ok span {
	display: none;
}
.grid-actions {
	white-space: nowrap;
}

/** ------------------------------
 Please Wait spinner
 ------------------------------ */
#pleaseWait {
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    background-image: url('/Images/ghs/app/icons/spinner2.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

#pleaseWait img {
    vertical-align: middle;
}

.iebug {
    position:relative;
}

/**
 * UI-DATEPICKER-DIV
 */
#ui-datepicker-div {
	display: none;
}

/**
 * TABLETOOLS
 */
.TableTools {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 3px;
}





/*
 * Namespace: DTS (DataTables Scroller)
 */

div.DTS tbody th,
div.DTS tbody td {
	white-space: nowrap;
}

div.DTS tbody tr.even {
	background-color: white;
}

div.DTS div.DTS_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 20px;
	margin-top: -20px;
	margin-left: -100px;
	z-index: 1;

	border: 1px solid #999;
	padding: 20px 0;
	text-align: center;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.5);
}

div.DTS div.dataTables_scrollHead {
	background-color: white;
}

div.DTS div.dataTables_scrollBody {
	z-index: 2;
}

div.DTS div.dataTables_scroll {
	/*background: url('../images/loading-background.png') repeat 0 0;*/
}

/*
 * Screenreader only text
 */
 
 .hidden {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}