/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: Arial; color: Black; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #064cb4;font-weight:bold; }
a:visited { color: #064cb4; }
a:hover { color: #064cb4; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }


.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* Styles for validation helpers
-----------------------------------------------------------
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

#bottom #title h2{
    color: #666666;
    font-size: 28pt;
    margin: 0 0 0 30px;
    text-shadow: 0.1em 0.1em 0.15em #747474;
}
*/


/* ===== Primary Styles ========================================================
   Author: enrique820503@gmail.com
   ========================================================================== */

body {
    background-color: #eceded;
}

#wrapper {
    width: 1200px;
    margin: 0 auto;
}

header {
    float: left;
    width: 1200px;
    margin: 30px 0px 45px 0px;
    font-size: 12px;
}

#main-content {
    clear: both;
    height: auto;
    background-color: #fff;
    -moz-box-shadow: 0 3px 10px #888888;
    -webkit-box-shadow: 0 3px 10px #888888;
    box-shadow: 0 3px 10px #888888;
	 position: relative;
     z-index: 90;
	 padding:20px;
	 float:left;
	 font-size:13px;
	 margin-bottom:30px;
	 margin-top:2px;
}
	#main-content h1{
	font-size:20px;
	color:#064cb4;
	padding:0px;
	margin:0px;
	}	
	
	.infoPat{
	/*width:1120px;
	margin:auto;
	padding:20px;
	border:#d9dadb solid 1px;
	color:#000000;	
	margin: auto auto 20px;*/
	background: none repeat scroll 0 0 #F2F8FF;
    color: #000000;
    margin: auto auto 20px;
    padding: 20px;
    width:1120px;
	}
	
	.infoPatEditCase{
	background: none repeat scroll 0 0 #F2F8FF;
    color: #000000;
    margin: auto auto 20px;
    padding: 20px;
    width:1120px;
	}
	
	.infoPatEditCase .text
	{
	    text-transform: uppercase !important;
	    }
	    .infoPatEditCase .text5
	{
	    text-transform: uppercase !important;
	    }
	.infoPatEditCase .textarea2
	{
	    text-transform: uppercase !important;
	    }
	.infoPatEditCase .validation-summary-errors span
	{
	    color:Red;
	    }
	    
	    .infoPatEditCase .validation-summary-errors ul
	{
	    color:Red;
	    }
	    .text3 {
    border: 1px solid #D9DADB;
    color: Black;
    font-size: 12px;
    height: 25px;
    width: 66px;
}
.text5 {
    border: 1px solid #D9DADB;
    color: Black;
    font-size: 12px;
    height: 25px;
    width: 100px;
}
.textarea2 {
    border: 1px solid #D9DADB;
    color: Black;
    font-size: 12px;
    height: 150px;
    width: 87%;
}
	    
	
	.infoPat h2{
	font-size:15px;
	color:#064cb4;
	padding:0px;
	margin:0px;
	}	
	
	.infoPat .text
	{
	width:175px;
	height:25px;
	font-size:12px;
	color:Black !important;
	border:solid 1px #d9dadb}
	
	.text
	{
	width:175px;
	height:25px;
	font-size:12px;
	color:Black;
	border:solid 1px #d9dadb}
	
	.infoPat .text2
	{
	width:33px;
	height:25px;
	font-size:18px;
	color:#666666;
	text-align:center;
	border:solid 1px #d9dadb;
	}
	
	.textarea
	{
	width:100%;
	height:150px;
	font-size:12px;
	color:Black;
	border:solid 1px #d9dadb;
	}
	
	.blue, .yellow{
	background: none repeat scroll 0 0 #F2F8FF;
    color: #000000;
    margin: auto auto 20px;
    padding: 20px;
    width: 960px;
	}
	
	.yellow{
	background: none repeat scroll 0 0 #fffbe5;
	}
	
	.showg {
    background:url(../Images/showg.png);
    border: 0 none;
    height: 28px;
    margin: 0;
    padding: 0;
    width: 153px;
    color: #FFF;
	font-weight:bold;
	margin-left:15px;
	}

	.showb {
    background:url(../Images/showb.png);
    border: 0 none;
    height: 28px;
    margin: 0;
    padding: 0;
    width: 195px;
    color: #FFF;
	font-weight:bold;
	}
	
	.search, .clear {
    background:url(../Images/boton.png);
    border: 0 none;
    height: 27px;
    margin: 0;
    padding: 0;
    width: 102px;
    color: #FFF;
	font-weight:bold;
	}
	
	.tdSearchStyle
	{
	    width:25%;
	    height:40px;
	    }
	    .tdSearchStyle1
	{
	    /*width:10%;*/
	    height:40px;
	    }
	    
	 .tdSearchStyle span.field-validation-error
	{
	    color:Red;
	}
	.tdSearchStyle1 span.field-validation-error
	{
	    color:Red;
	}
	
	 .tdEdit
	{
	    width:100%;
	    height:40px;
	    }
	    
	 .tdEdit span.field-validation-error
	{
	    color:Red;
	}
	
	
	.addmore {
    background: url("../Images/addmore.png") repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
    height: 27px;
    margin: 15px 0 0;
    padding: 0;
    width: 112px;
	}
	
	.btnY {
    background: url("../Images/btn.png") repeat scroll 0 0 transparent;
    border: 0 none;
    color: #3E3D40;
    height: 27px;
    margin: 0 0 0 10px;
    padding: 0;
    width: 54px;
}
.btnY2 {
    background: url("../Images/btn2.png") repeat scroll 0 0 transparent;
    border: 0 none;
    color: #3E3D40;
    height: 26px;
    margin: 5px 0 0 10px;
    padding: 0;
    width: 102px;
}
	
	
	
	


#logo {
    width: 201px;
    float: left;
}

#right_items {
    width: 465px;
    float: right;
    text-align: right;
    margin-top: 20px;
}

#right_items_top {
    
}

#right_items_top p {
    display: inline;
    margin-right: 10px;
}

#log_off_button {
    background-color: transparent;
    background-image: url("../Images/log_off_button.png");
    border: 0 none;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 86px;
    color: #FFF;
	font-weight:bold;
}

#right_items_bottom {
    margin-top: 15px;
}

#hospitals {
    width: 165px;
}

#top-nav {
    clear: both;
}

#top-nav ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#top-nav ul li {
    float: left;
    margin-right: 7px;
}
#top-nav ul li a:hover {
    background-color:#ECEDED;
}

#top-nav ul li a {
  height: 35px;
  display: block;
  border: 1px solid #c6c7c8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
   box-shadow: 2px 1px 1px -1px #888888;
  -moz-box-shadow: 2px 1px 1px -1px #888888;
  -webkit-box-shadow: 2px 1px 1px -1px #888888;
  background-color: #fff; 
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 0px;
  /*margin-left: -1px;
  padding: 10px 7px 0;*/
   margin-left: -4px;
  padding: 10px 4px 0;
  text-align: center;
} 

#top-nav ul li#current a { 
  box-shadow: 3px 0px 1px -1px #888888;
  -moz-box-shadow: 3px 0px 1px -1px #888888;
  -webkit-box-shadow: 3px 0px 1px -1px #888888; 
  position: relative;
    z-index: 99;
}

.td
{
background:#064cb4;
color:#fff;
font-size:13px;
font-weight:bold;
padding:0 5px;
border:solid 2px #FFFFFF;
}

.tdi
{
background:#eceded;
color:#3e3d40;
font-size:12px;
padding:0 5px;
border:solid 2px #FFFFFF;
}

.tdp
{
background:#fff;
color:#3e3d40;
font-size:12px;
padding:0 5px;
border:solid 2px #FFFFFF;
}



<!--#top-nav ul li a#home, #top-nav ul li a#report, #top-nav ul li a#audit { width: 60px; }#top-nav ul li a#hospitals-nav, #top-nav ul li a#recon { width: 70px; }-->

#top-nav ul li a span {

}


/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/*
    Styles for webgrid
*/

.webGrid
{
    margin: 4px;
    width: 100%;
    border-collapse: collapse;
}
.header
{
    font-weight: bold;
    background: url("../Content/themes/base/images/ui-bg_glass_75_d0e5f5_1x400.png") repeat-x scroll 50% 50%;
}

.webGridCase
{
    margin: 4px;
    width: 71%;
    border-collapse: collapse;
    font-size: 1.0em !important;
}
.headerCase
{
    font-weight: bold;
    background: url("../Content/themes/base/images/ui-bg_glass_75_d0e5f5_1x400.png") repeat-x scroll 50% 50%;
    font-size: 1.0em !important;
}

.headerCase a
{
    text-decoration: none;
    color: #FFFFFF;
}
.webGridCase th
{
    /*border: 1px solid #C0C0C0;
    padding: 8px;
    text-align: left;*/
    background: none repeat scroll 0 0 #FFD800;
    border: 2px solid #FFFFFF;
    color: #3E3D40;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 5px;
    height:30px;
}
.webGridCase td
{
    /*border: 1px solid #C0C0C0;*/
    background: none repeat scroll 0 0 #ECEDED;
    border: 2px solid #FFFFFF;
    color: #3E3D40;
    font-size: 12px;
    padding: 0 5px;
    height:30px;
}
.webGridCaseAlt
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #3E3D40;
    font-size: 12px;
    padding: 0 5px;
    height:30px;
}

.webGridCaseApplication
{
    margin: 4px;
    width: 71%;
    border-collapse: collapse;
    font-size: 1.0em !important;
}
.webGridCaseApplication th
{
    /*border: 1px solid #C0C0C0;
    padding: 8px;
    text-align: left;*/
    background: none repeat scroll 0 0 #FFD800;
    border: 2px solid #FFFFFF;
    color: #3E3D40;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 5px;
    height:30px;
}
.webGridCaseApplication td
{
    /*border: 1px solid #C0C0C0;*/
    background: none repeat scroll 0 0 #ECEDED;
    border: 2px solid #FFFFFF;
    color: #3E3D40;
    font-size: 12px;
    padding: 0 5px;
    height:30px;
}
.webGridCaseApplicationAlt
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #3E3D40;
    font-size: 12px;
    padding: 0 5px;
    height:30px;
}



.header a
{
    text-decoration: none;
    color: #FFFFFF;
}
.webGrid th
{
    /*border: 1px solid #C0C0C0*/
    /*padding: 8px;
    text-align: center;
    background: none repeat scroll 0 0 #064CB4;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 0 5px;
    height:50px;*/
    
    background: none repeat scroll 0 0 #9C9E9F;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 5px;
}
.webGrid td
{
    /*border: 1px solid #C0C0C0;*/
    background: none repeat scroll 0 0 #ECEDED;
    border: 2px solid #FFFFFF;
    color: Black;
    font-size: 12px;
    padding: 0 5px;
    height:50px;
}
.alt td
{
    /*background-color: #E8EEF4;
    color: #000;*/
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #3E3D40;
    font-size: 12px;
    padding: 0 5px;
    height:50px;
}
/* Style for Audit View*/
.audit-table
{
    border: 1px solid black !important;
}
.audit-table-tr
{
    border-bottom: 1px solid black !important;
}