/*
 * this style is used for the Giva documentation only
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}

h1, h2, h3 {
	color: #000099;
}

h4, h5, h6 {
	color: #08084d;
}

h3 {
	border-bottom: 1px solid #66cc33;
	margin-bottom: 0;
}

h5 {
	font-size: 1.0em;
	font-style: italic;
	color: #a64311;
}

h1.secttl {
	margin: 0;
}

h2.sectag {
	margin-top: 0;
	font-size: 1.2em;
	font-style: italic;
}

code, .code, samp, dl.methods dt {
	font-size: 1.2em;
	color: #a64311;
	font-family: monospace;
}

samp {
	color: #808080;
}

dl {
	margin-left: 10px;
}

dl dt {
	font-style: italic;
	margin: 0;
}

dl dd {
	margin: 0;
}

dl dd p, dl dd ul {
	margin-top: 0;
	margin-bottom: 13px;
}


dl.revisions dt {
	color: #08084d;
	margin-top: 10px;
	font-style: normal;
	font-weight: bold;
}

blockquote, .codeblock {
	border: 1px solid #08084d;
	background-color: #f2f2ff;
	margin: 20px;
	padding: 10px;
}

blockquote strong {
	color: #08084d;
}

.codeblock h4 {
	margin: 0;
}

/* 
	styles for the psuedo-select box 
*/
div.mcdropdown {
	position: absolute;
	border: 1px solid #8e9daa;
	padding: 1px;
	display: -moz-inline-block;
	/*display: inline-block;*/ /* Css commented by jagdeep to make browser generic*/
	width: 175px;
	height: 17px;
	padding: 1px;
}

/* style either the input or div where the plug-in is attached to */
div.mcdropdown input, 
div.mcdropdown div {
	position: absolute;
	background-color: #ffffff;
	left: 0;
	top: 0;
	width: 98%;
	border: 0;
	padding: 2px 0 0 3px;
	font: 12px Arial, Helvetica, sans-serif;
}

div.mcdropdown a {
	position: absolute;
	right: 1px;
	top: 1px;
	background: transparent url(/SCMHSmartcareProd/App_Themes/Includes/Images/mcdd_select_button_sprite.gif) no-repeat top right;
	display: -moz-inline-block;
	display: inline-block;
	height: 17px;
	width: 17px;
	text-decoration: none;
	font-size: 0pt;
	z-index: 2;
	outline: 0;
}

div.mcdropdown a:hover, div.mcdropdown a:focus {
	/*background-position: 0% -18px;*/
}

div.mcdropdown a:active {
	/*background-position: 0% -36px;*/
	outline: none; /* hide dotted outline in Firefox */
}

div.mcdropdownDisabled {
	background-color: #e1e0e0;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
}

div.mcdropdownDisabled input {
	cursor: default;
}

div.mcdropdownDisabled a:hover, div.mcdropdownDisabled a:focus {
	background-position: 0 0;
	cursor: default;
}

/* 
	styles for the dropdown menu 
*/
ul.mcdropdown_menu {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/* float so we can calculate the size of the columns */
	float: left;
	clear: both;
	z-index: 10000;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-moz-user-focus: ignore; 
	-moz-user-input: disabled; 
	border-bottom:solid 1px #a8bac3;
	border-left:solid 1px #a8bac3;
	border-right:solid 1px #a8bac3;
}

ul.mcdropdown_menu ul {
	display: none;
	font: 11px Arial, Helvetica, sans-serif;
	/* float so we can calculate the size of the columns */
/*
	float: left;
*/
}

/* -- Sub-Menus -- */
ul.mcdropdown_menu ul {
	position: absolute;
	list-style-type: none;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	z-index: 10000;
}
ul.mcdropdown_menu ul li {
	margin: 0px;
	min-width: 150px;
	_width: 150px; /* ie6 min-width hack */
}


/* color schema */
ul.mcdropdown_menu {
	background-color: #fff;
	padding: 5px 5px;
	/* define font here for IE6 */
	font: 11px Arial, Helvetica, sans-serif;
}

ul.mcdropdown_menu li {
	padding: 2px 20px 2px 6px;
}

/* we don't use "ul.mcdropdown_menu > li" here so that IE6 knows how to style the root level */
ul.mcdropdown_menu li.mc_root {
	cursor: pointer;
	color: #14426B;
	border-top: 1px solid #CFDAE3;
	padding: 2px 20px 2px 6px;
	margin: 0 10px;
    width: 285px!important;
	
}

ul.mcdropdown_menu > li.mc_endcol {
	border-bottom: 1px solid #CFDAE3;
}

/* this is for IE6 only */
ul.mcdropdown_menu li.mc_hover 
{
	color: #fff !important;
	background-color: #1d5b94 !important;
	
}
ul.mcdropdown_menu li.mc_hover a:hover
{
	color: #fff !important;
	background-color: #1d5b94 !important;
	
}

ul.mcdropdown_menu > li:hover {
	border-top: 1px solid #999;
	background-color: #1d5b94 !important;
	color: #fff;
}

ul.mcdropdown_menu > li:hover.mc_endcol {
	border-bottom: 1px solid #999;
}

ul.mcdropdown_menu > li:hover + li:not(.mc_firstrow) {
	border-top: 1px solid #999;
}

ul.mcdropdown_menu li.mc_parent {
	padding-right: 20px !important;
	background: url(/SCMHSmartcareProd/App_Themes/Includes/Images/mcdd_icon_normal.gif) no-repeat 100% 50%;
}

ul.mcdropdown_menu li:hover.mc_parent {
	background: #1d5b94 url(/SCMHSmartcareProd/App_Themes/Includes/Images/mcdd_icon_hover.gif) no-repeat 100% 50% !important;
	color: #fff !important;
}

ul.mcdropdown_menu ul {
	background: #fff;
	/* add a slight border for better visualization of deep menus */
	border: 1px solid #d0d0d0;
	padding-bottom: 10px;
	/* IE 6/7 will bleed through the background color if we don't set the visibility to hidden */
	visibility: hidden;
    left: unset!important;
}

ul.mcdropdown_menu ul li {
	background: #fff;
	padding-left: 16px !important;
	border-top: 1px solid #CFDAE3;
	color: #14426B;
	white-space: normal;
    width:250px!important;
    word-break: break-word;
}

ul.mcdropdown_menu ul li.mc_firstrow {
	border-top: 1px solid #f0f0f0;
}

ul.mcdropdown_menu ul li.mc_endcol {
	border-bottom: 1px solid #fff;
}

ul.mcdropdown_menu ul li:hover {
	background-color: #d6d6d6;
	border-top: 1px solid #dedede;
	color: #666;
}

ul.mcdropdown_menu ul li.mc_endcol:hover {
	border-bottom: 1px solid #dedede;
}

ul.mcdropdown_menu ul li:hover + li:not(.mc_firstrow) {
	border-top: 1px solid #dedede;
}

/*
 * drop down shadows
 */
div.mcdropdown_shadow {
	display: none;
	position: absolute;
	margin: 3px 0 0 3px;
	/* for IE6, we use just a square transparent image */
	background: #000;
	filter :alpha(opacity=33);
}

/* ie6 ignores this selector */
html>body div.mcdropdown_shadow {
	/* let's use a transparent PNG */
	margin: 5px 0 0 5px;
	padding: 5px 0 0 5px;
    /*background: transparent url(/SCMHSmartcareProd/App_Themes/Includes/Images/shadow.png) right bottom no-repeat !important;*/
    background:none;
	/* remove the filter for IE7 */
	filter: none;
}

/* 
 * styles for the dropdown menu 
 */
/* autocomplete styles */
ul.mcdropdown_autocomplete {
	display: block;
  position: absolute;
	height: auto;
	max-height: 210px;
  overflow-x: hidden;
	overflow-y: auto;
  clear: both;
	padding: 5px 10px;
	background-color: #e1e0e0;
	z-index: 10000;

	margin: 0px;
	list-style-type: none;
	width: 200px;
	font: 11px Arial, Helvetica, sans-serif;
}

ul.mcdropdown_autocomplete ul {
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.mcdropdown_autocomplete ul li {
	margin: 0px;
}

ul.mcdropdown_autocomplete li {
  display: block;
	font: 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	white-space: nowrap;
	color: #666;
	border-top: 1px solid #fff;
	padding: 2px 26px 2px 6px;
}

ul.mcdropdown_autocomplete li.mc_endcol {
	border-bottom: 1px solid #fff;
}

ul.mcdropdown_autocomplete li.mc_parent {
	padding-right: 20px !important;
	background: url(/SCMHSmartcareProd/App_Themes/Includes/Images/mcdd_icon_normal.gif) no-repeat 100% 50%;
}

ul.mcdropdown_autocomplete li.mc_hover {
	border-top: 1px solid #999;
	background-color: #999 !important;
	color: #fff;
}

ul.mcdropdown_autocomplete li.mc_hover_parent {
	background: #999 url(/SCMHSmartcareProd/App_Themes/Includes/Images/mcdd_icon_hover.gif) no-repeat 100% 50% !important;
	color: #fff !important;
}

.odd
{
	 background:#fff; 
	  color:#000; 
	  display:block; 
	  text-decoration:none;
	  }
.even
{
	  background:#FAFCFD; 
	  color:#000; 
	  display:block; 
	  text-decoration:none;
}
.shs-hoveredmcdropdown_menu_width {
    overflow: auto;
    width: 280px;
}








/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #206A9B;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #F1F8FC;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #007ED1 url(/SCMHSmartcareProd/App_Themes/Styles/menuarrow2.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #000;
  color: #fff;
  padding: 2px;
}

.calendar thead tr { /* Row <TR> containing navigation buttons */
  background: #007ED1;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #C7E1F3;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #206A9B;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: none;
  color: #000;
  border: none;
  padding: 0px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: transparent;
  border: none;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

/*.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #C7E1F3;
}*/
 .calendar tbody .wn {
     
      border-right: 1px solid #d6d6d6!important;
      background: #fff!important;
      border-top: none !important;
      border-bottom: none !important;
    }

.calendar tbody .rowhilite td {
  background: none;
}

.calendar tbody .rowhilite td.wn {
  background: #F1F8FC;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: none;
  padding: 1px 3px 1px 1px;
  border: 1px solid #8FC4E8;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #D50000;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #206A9B;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #000;
  color: #fff;
  border-top: 1px solid #206A9B;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #B8DAF0;
  border: 1px solid #178AEB;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #006AA9;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #34ABFA;
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  font-weight: bold;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #F1F8FC;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #E3F0F9;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #F1F8FC;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #267DB7;
  color: #fff;
}

.calendar td.time span.active {
  border-color: red;
  background-color: #000;
  color: #A5FF00;
}
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}
/*Calendar*/
    .calendar thead tr {
      background: #254a67!important;
      color: #fff!important;
      text-align: center!important;
    }
.calendar thead tr .fa:hover {
    color:#fff;
cursor:pointer;
outline:none;
}
    .calendar .nav {
      background: none!important;
    }

    .calendar thead .title {
      font-family: 'IBM-Plex-Sans-Bold';
      text-align: center!important;
      background: none!important;
      color: #fff!important;
      padding: 2px!important;
    }

   

    .calendar thead .daynames {
      background: #ecf4fa!important;
    }

    .calendar,
    .calendar table {
      border: 1px solid #d6d6d6!important;
      font-size: 11px!important;
      color: #000!important;
      cursor: default!important;
      background: #fff!important;
      border-collapse: collapse!important;
      font-family: 'IMB-Plex-Sans-Regular', 'sans-serif' !important;
    }

    .calendar tfoot .ttip {
      background: #254a67!important;
      color: #fff!important;
      border-top: 1px solid #d6d6d6!important;
      padding: 2px!important;
      text-align: center!important;
    }

    .calendar thead .name {
      border-bottom: 1px solid #d6d6d6!important;
      padding: 2px!important;
      text-align: center!important;
      color: #000!important;
    }

    .calendar tbody td.today {
      font-weight: bold!important;
    }

    .calendar tbody .day {
      width: 2em!important;
      color: #456!important;
      text-align: right!important;
      padding: 5px!important;
      border: 1px solid #d6d6d6!important;
      cursor:pointer;
      text-decoration: underline;
    }
    .calendar tbody .wn {
  
    text-decoration: none;
}
    .calendar tbody td.selected {
      background: #254a67!important;
      color: #fff!important;
    }
     .calendar tbody td.selected:hover {
      background: #254a67!important;
      color: #fff!important;
    }
    tr.daysrow:nth-child(even) {
      background-color: #f7f7f7!important;
      
    }
    .calendar tbody tr.daysrow{
  
    border-bottom: none!important;
}
.calendar tbody td.weekend {
    color: #000 !important;
    background: #f2f2f2 !important;
    border: 1px solid #e6e3e3 !important;
}
.calendar tbody .day:hover {
   
    background: #E8F5FE!important;
   
}
td.fa.button.nav , td.fa.button {
    display: table-cell!important;
}
.calendar table tr:nth-child(7){
background:#254a67!important;
}
.calendar table tr:nth-child(8) td{
padding: 2px 5px!important;
}
.calendar table tr:nth-child(8) td table{
border:none!important;
}
.headrow td:nth-child(3) {
font-family:'IBM-Plex-Sans-Regular', sans-serif;
}

