/* Copyright 2012-2023 NXGN Management, LLC. All Rights Reserved. */
body {
   margin: 0;
   font-family:arial,verdana,tahoma,sans;
   font-size: 10pt;
   background-color: transparent;
}

/* IE PNG Transparency fix
   reference : http://bjorkoy.com/past/2007/4/8/the_easiest_way_to_png/
-------------------------------------------*/
img.pngfix, a.pngfix, span.pngfix {
    behavior: url(/admin/generator/display/iepngfix.htc);   
}

img {
    border: 0;
}

td {
   font-size: 10pt;	
}

table{}

.formbg {
	background:#D2D2D2;
}

.formbg {
	background:#D2D2D2;
	font-family:verdana;
	font-weight:bold;
	padding-left:0.1cm;
	padding-right:0.1cm;
	padding-top:0.1cm;
	padding-bottom:0.1cm;
	border-style:outset;
	border-width:thin
}

.tabbtm {
	border-style:none;
	border-width:thin;
	background:#5151FF
}

.tabsearch {
	border-style:none;
	border-width:thin;
	background:#D2D2D2;
	border-style:none;
    border-width:thin;
}

.searchinput {
	border-style:solid;
    border-width:thin;
    border-color:#000000;
    cellspacing:20px;
}

.frmtitle {
	background:#D2D2D2;
	font-size:12pt;
	font-weight:bold
}

.sg_td {

}
	
.tabletitle {
	background:#EBEBEB;
	font-weight:bold
}

.tab {
	background-color:#DADADA;
	font-weight:bold;
	color:#5151FF;
	border-left-style:solid;
	border-right-style:solid;
	border-color:#D2D2D2;
	border-right-width:0.001cm;
	border-left-width:0.001cm
}

.selectab {
	background:#5151FF;
	font-weight:bold;
	border-left-style:solid;
	border-right-style:solid;
	border-color:#D2D2D2;
	border-right-width:0.001cm;
	border-left-width:0.001cm
}
	
.wrong1 {
	color:red;
	font-weight:bold
}

td.flash {
   margin: 0 auto;
   text-align: center;
   width: 450px;
   border: 1px solid #FFE900;
   padding: 5px;
   font-weight: bold;
   background-color: #ffc;	
}
	
.warning {
   margin: 0 auto;
   text-align: center;
   width: 450px;
   border: 1px solid #C00;
   padding: 5px;
   font-weight: bold;
   background-color: #F00;
}
	
a{}
	
.frmlink {
	color:black;
}

.small {
	color:black;
	font-size:5.5pt
}

.atab {
	color:black;
	text-decoration:none;
	color:#5151FF
}

.aselectab {
	color:black;
	text-decoration:none;
	color:white
}
	
.sg_page_header {
	font-size:19px;
	font-weight:bold;
	color:#000000;
}

.sg_sub_header {
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.sg_table_header {
	font-size: .9em;
	font-weight:bold;
	color:#000;
	background: #D2D2FF;
	padding: 3px;
}

.sg_alt_row1 {
	background:#ECECFF;
}

.sg_alt_row2 {
	background:#DADADA;
}

.sg_err_text {
	font-size:12px;
	font-weight:bold; 
	color: red
}

.sg_formfield {
	font-weight:bold;
}

.sg_page_content {
	font-family: Helvetica, Arial, Sans Serif; 
	font-size:12px;
	color:#000000;
}

.sg_content {
    margin: 0 auto;
    width: 700px;
    border: 0;
    border-collapse: collapse;
    text-align: left;
 }
 
 .sg_content td {
    padding: 4px;
 }

.sg_login_table {
	border-style:solid;
	border-width:0;
	border-color:#000000;
	width:30%;
}

.sg_admin_table {
	border-style:solid;
	border-width:0;
	border-color:#000000;
	width:80%;
}

.sg_table {
	border-style:solid;
	border-width:0;
	border-color:#000000;
	width:80%;
}

.sg_table_full {
    border-collapse: collapse;
    width:100%;
}

/* Staff CSV  and CSV Failures
************************************/
.csv {
  border: 1px solid #000;
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0 10px 0;
  background: #fff;
  color: #000;
}

.csv th, .csv td {
  padding: 5px;
  border: 1px solid #000;
}

.csv th {
  font-size: .8em;	
}

.csv ul {
    margin: 0 0 0 15px;
    padding: 0;
}

/* End CSV Failures
************************************/

.sg_staff_menu {
	border-style:solid;
	border-width:0;
	border-color:#000000;
	width:80%;
}

.sg_tr_menu {
	background:#D2D2FF;
}

.sg_alert_text {
	font-size:13px;
	font-weight:bold;
	color: #000000;
	line-height:16px;
}

.alternateRow1 {
	background:#efefef;
}

.alternateRow2 {
	background:#ffffff;
}

.dragged {
    background: #eeeeee;
}

.clear {
	clear:both;
}

.sg_nav_link {
    padding: 3px 3px;
	margin: 3px 0px;
	text-align: right;
}

H2 {
	margin: 0;
	padding: 0;
	font-size:17px;
	font-weight:bold;
	color:#172775;
}

legend.permtitle {
	font-weight: bold; 
	font-size:24px;
	color:#000000
}
	
H3 {
	margin: 0;
	padding: 0;
	font-size:19px;
	font-weight:bold;
	color:#000044;
}

.box {
	border: 1px #000033 Solid; 
	padding:8pt;
}

.padtop {
	padding-top: 5px;	
}

/* button classes with hover */ /* scriptaculous inplaceeditor button */
.sg_submit, form.inplaceeditor-form input[type="submit"] {
	Color: #000033;
	cursor: pointer; 
}

/* button classes with hover */ /* scriptaculous inplaceeditor button */
input[disabled].sg_submit {
    Color: #808080;
    cursor: pointer; 
}

/* link to cancel inplaceeditor */
form.inplaceeditor-form a { /* The cancel link */  
	margin-left:1em;
}

SELECT {
	Color: #000033;
}

/* Added for Orion JSP inclusion */

#ac2update ul {
	list-style:none;
    margin:0px;
    padding:0px;
	text-transform: capitalize;
}
#ac2update ul li.selected { 
	background-color: #ffb;
	cursor: pointer;
}

#ac2update ul li {
    list-style:none;
    display:block;
    margin:0;
    padding:6px;
    cursor:pointer;
    text-transform:capitalize;
    white-space: unset;
    max-width: 98%;
}

/* width utilities */

#permtable th.width75,#permtable td.width75 {
	width: 75px;
}

.width200 {
	 width: 200px;
}

.width300 {
   width: 300px;   
}

.width400 {
   width: 400px;   
}

.width500 {
   width: 500px;
}

.width600 {
   width: 600px;   
}

.width700 {
	width: 700px;
}

.width750 {
	width: 750px;
}

.width800 {
   width: 800px;   
}

.widthfull {
   width: 100%;   
}

/* Solutionview stuff for referral invitation */
.solutionview {
    border: 1px solid #999;
    padding: 5px 5px 25px 5px;
    background: #fff url(images/dashboard_bg.jpg) bottom left repeat-x;
    margin-left: 20px;
    margin-bottom: 30px;
    margin-right: 20px;
}

.solutionview h2 {
    padding: 8px 5px;
    margin: 0px;
    line-height: 18px;
    font-size: 16px;
    background-color: #C0C7EC;
    color: #000033;
    font-weight: bold;
}

.solutionview h2.title {
    padding-left: 20px; 
}

.solutionview fieldset legend {
    font-weight: bold;   
}

.solutionview table.details {
    margin-top: 5px;
    border-collapse: collapse;
    padding: 2px;
    cellspacing: 2px;
}

.solutionview table.details td {
    padding: 2px;   
}

.solutionview table.details td.labels {
    width: 150px;  
}

.subnav {
    font-size: 12px;
    padding: 0;
    margin: 0 0 3px 0;
}

.subnav .inner {
    background-color: #e1e1e1;
    margin: 5px;
    padding: 5px;
}

table.searchForm {
    border-collapse: collapse;
}

table.searchForm td {
    padding: 4px;
}

table.searchForm label {
    font-weight: bold;
    padding: 0 3px 0 0;   
}

table.searchForm .searchFormSubmit {
    margin: 15px 0 0 0;   
}

/* Classes for permissions grid */
#permtable {
	padding: 0;
	margin: 5px;
}

#permtable th {
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-top: 1px solid #777;
}

#permtable th.nobg {
	border-top: 0;
	border-left: 0;
	border-top: 0;
	border-right: 1px solid #777;
	background: none;
}

#permtable td {
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	background: #fff;
	padding: 6px;
}


#permtable td.alt {
	background: #EFEFEF;
}

#permtable .spec {
	border-left: 1px solid #777;
	border-top: 0;
	background: #fff;
}

#permtable .specalt {
	border-left: 1px solid #777;
	border-top: 0;
	background: #EFEFEF;
}

.headerrow {
	font-weight: bold;
}

/* Table - Use this for Data Tables
******************************************************/

table.sg {
    border: 1px solid #000;
    border-collapse: collapse;
    margin: 5px 0;
    width: 100%;
}

table.sg th {
    padding: 3px 5px;
    border: 1px solid #777;
    background: #B4B3DB;
    font-weight: bold;
    text-align: left;
    color: #000;
}

table.sg td {
    padding: 3px 5px;
    border: 1px solid #777;
}

table.sg .alt td {
    background: #eaeaea;
}

/* AjaxFallbackTable
******************************************************/
table.dataview {
    font-size: 10pt;
    font-family: arial;
    width:100%;
    border-collapse: collapse;
}

table.dataview thead { font-weight: bold;}
table.dataview thead th { border: 1px solid threedshadow; cursor: default; padding: 0.5em; text-align: left; background-color: #C5C5C5;}
table.dataview caption { text-align: left; }
table.dataview tr { padding-top: 2px; padding-bottom: 2px; }
table.dataview tr.even { background-color: #ffffff; padding: 3px 5px; border: 1px solid #777; }
table.dataview tr.odd { background-color: #eaeaea; }
table.dataview tr td { padding: 3px 5px; border: 1px solid #777; }
table.dataview tr th { padding: 3px 5px;  border: 1px solid #777; font-weight: bold; text-align: left; color: #000;}
table.dataview tr td.heading { font-weight: bold; }

table.dataview tr th { background-position: right; background-repeat:no-repeat; }
table.dataview tr th.wicket_orderDown {
    background-color: #B4B3DB; background-image: url(/sg/images/arrow_down.png); }
table.dataview tr th.wicket_orderUp {
    background-color: #B4B3DB; background-image: url(/sg/images/arrow_up.png); }
table.dataview tr th.wicket_orderNone {
    background-image: url(/sg/images/arrow_off.png);
}
table.dataview tr th a { font-weight: normal; }
table.dataview #message { padding-left: 3px; }
table.dataview caption { padding-bottom: 2px; }
table.dataview tr.hover { cursor:pointer; background-color: #FFFFCC;}

fieldset.section, .section { background-color: #FFFFFF; padding: 12px 8px 0 8px;}
.section div.instructions { background-color: #E5E3EE; padding: 4px 4px 4px 4px; font-size: 9pt; }
.section { text-align: left; }
div.section { margin: 1em; }

legend { font-weight: bold; }
legend.title { font-size: 125%; }

/* IE fix for fieldset rendering of background colors */
* html fieldset{position: relative;}
* html legend{position:absolute;top: -.5em;left: .5em;color:#000000;}
* html fieldset{position: relative;margin-top:1em;padding-top:.75em;}
/* End IE fix for fieldset background colors */



/* Medfusion Feedback Panel
******************************************************/

.feedbackContainer {
   min-height: 28px;
   height: auto !important;
   height: 28px; 
   text-align: center;  
   clear: both;
}

.feedback {
   width: 600px;
   text-align: center;
   margin: 0 auto;
}

.feedback small a {
   float: right;
   font-size: 90%;
   font-weight: bold;
   text-decoration: none;
   color: blue;
   margin: 0;
   padding: 0;
}

.feedback .info {
   margin: 0 auto;
   text-align: center;		   
   padding: 1px;
   font-weight: bold; 
   border: 1px solid #FFE900;
   background-color: #ffc;
}

.feedback .info ul {
   list-style: none;
   text-align: center;
   margin: 0 20px;
   padding: 3px;
   width: 550px;
}

.feedback div.warn  {
   margin: 0 auto;
   text-align: center;		   
   padding: 1px;
   font-weight: bold;
   border: 1px solid #c00;
   background-color: #f00;	   
}

.feedback div.warn ul {
   clear: both;
   list-style: none;
   text-align: center;
   margin: 0 15px;
   padding: 3px;
   width: 550px;   
}

/* Classes for user grid menus 
********************************************/
#usergridnav {
	background-color: #ffffff;	
}

#usergridnav table {
	background-color: #ffffff;
}

#usergridnav td {
	vertical-align: top;
	text-align: left;
	padding: 5px 6px;		
	background: url(/secure/groupadmin/ops/display/images/nav_tab.gif) top right no-repeat #dddddd;
	border-right: 1px #fff solid;
	border-top: 2px #fff solid;
}

#usergridnav td.selected {
	vertical-align: top;
	text-align: left;
	padding: 5px 6px;	
	background: url(/secure/groupadmin/ops/display/images/nav_tab_selected.gif) top right no-repeat #C0C7EC;
}

#usergridnav a, #usergridnav a:visited {
	font-size: 8pt;
	color: #777777;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 100%;
	line-height: 9pt;
	padding-bottom: 0px;
}

#usergridnav a:hover {
	color: #000033;
	text-decoration: underline;
}

#usergridnav td.selected a, #usergridnav td.selected a:visited, #usergridnav td.selected a:hover {
	color: #000033;
}

.tabbedsubmenu {
	border-bottom: 1px solid #777;
	margin-bottom:5px;
	margin-top:5px;	
	width: 100%;
}

/* Tooltip
******************************************************/
#theToolTip{
	position: absolute;
	left: -300px;
	width: 200px;
	border: 2px solid #C0C09F;
	padding: 6px 0px 0px 10px;
	background-color: #FFFFCC;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#theToolTip p, #theToolTip .content{
	font-size: 12px;
	color: #000000;
	line-height:1.4em;
	margin-right:10px;
	margin-top:0;
}

#ToolTipTextWrap {
	font-weight:bold;
	font-size: 1.2em;
	color: #592C16;
	margin-right:10px;
}

.header {
    margin: 0 auto;
}
.medfusionheader {
    background-repeat: no-repeat;
    height: 65px;
    padding-top: 13px;
    text-align: left;
    border-bottom: 1px solid #d1cfcf;
}

.medfusionheader a span {
   position: absolute;
   top: 20px;
   font-weight: bold;
   font-size: 110%;
}
.medfusionheader a {
    color: #0A105A;
    display:block;
    float: left;
    text-decoration:none;
    width: 21px;
    height: 18px;
}
.medfusionheader a:visited {
    color: #0A105A;
}
.medfusionheader a:hover {
    color: #A00;
}
.medfusionheader a.homelink {
    position: relative;
    float: right;
}
.medfusionheader a.helplink {
    position: relative;
    float: right;
}
.medfusionheader a.logoutlink {
    position: relative;
    float: right;
    margin-right: 10px;
}
.sitegen {
    height: 22px;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #666666;
    position: relative;
    top: 15px;
    float: left;
    margin-left: 10px;
}
.separatorLine {
    width: 1px;
    height: 52px;
    border-left: 1px solid #d1cfcf;
    float: left;
    margin-left: 10px;
    position: relative;
}

.logo {
    width:109px;
    height:50px;
    position: relative;
    float: left;
    margin-left: 10px;
}

td.pdfformfieldname {
    font-size: 8pt;
    color: gray;
    text-align: right;
    padding-top: 0px;
    padding-bottom: 3px;
}

/****** Appointment Request - Providers Hours Settings  *****/
.wideCaption{
    background:none repeat scroll 0 0 #EFEFEF;
    font-weight: bold;
    font-size: 12pt;
}

.wideCaption td{
    font-size: 14px;
    
}

.ruleTableHeader{
  background: none repeat scroll 0 0 #B4B3DB;
}

.addRuleLink{
      margin-left:50px;
}

table.ruleTable{
      font-family: arial,verdana,tahoma,sans;
      font-size: 10pt;
      font-weight: bold;
      margin-left: 50px;
      margin-top: 10px;
      border: 1px solid #777777;
      border-collapse: collapse;
}

table.ruleTable td{
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 30px;
}

.ruleTableTh{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 13pt;
}

.ruleTableTd{
      
}

/****** Appointment Request - Providers Hours Settings - Add/Edit Modal Window  *****/
#locationProviderChoice {
    margin-left: 20px;
    margin-bottom:20px;
}

#locationProviderChoice .inputLabel{
    width:80px;
    padding-top:10px;
}

#locationProviderChoice .inputContent{
    width:150px;
    padding-top:10px;
}

#locationProviderChoice .inputContent .choice{
    min-width:200px;
}

#addRuleModalPageButtons{
	width:100%;
	text-align:center;
}

.alphabet {
    padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	
}

.alphabet a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 2px;
	
}

/************ US7210 the status of a practice on the Index page ****************/
.practice {
	list-style: none;
	padding: 0px 5px;
}

.practice a {
	text-decoration: none;
}

.tag {
	font-family: sans-serif, helvetica;
	border-radius: 5px;
	padding: 3px;
	color: white;
	font-size: .8em;
	font-weight: bold;
	margin-left: 5px;
}

.tag small {
	margin: 5px;
}

.tag-new {
	background: blue;
}

.tag-active {
	background: green;
}

.tag-academic {
	background: purple;
}

.tag-terminated {
	background: black;
}

.tag-deleted {
	background: red;
}

.tag-template {
	background: orange;
}

.results {
	font-family: sans-serif, helvetica;
	font-size: 1em;
	font-weight: bold;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

.results a, a:visited {
	text-decoration: none;
}

.results a:hover {
	text-decoration: underline;
}

.results td {
	text-align: left;
	padding: 5px 5px 15px 5px;
}

img.locationErrorIcon {
	width: 22px;
	height: 22px;
	margin-bottom: -6px;
}
.activatePhysician {
	width: 11em;
	float: right;
	margin-right: 6%;
	margin-top: 0.5em;
}
.activatePhysicianBtnFloat {
	float: left;
}
