﻿
.body
{
    
    background-color:White;
}
.page
{
    width: 1366px;
    margin:auto auto 0px auto;
}
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}
.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    margin-left: 20px;
    margin-bottom: 10px;
}
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 5px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.autocomplete_completionListElement 
{  
    z-index:10000;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	font-family: Verdana;
	font-size: small;
	font-weight:bold;
	font-variant: normal;
	color: #0019A0;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	padding : 1px;
	font-family: Verdana;
	font-size: small;
	font-weight:normal;
	font-variant: normal;
	color: #0019A0;
}

.loginDisplay a:hover
{
    color: white;
}
.main
{
    height: auto;
}
.clear
{
    clear: both;
}
.blank
{
    height: 150px;
}

/* for Headings------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 2.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 2px;
    
}


h1
{
    font-size: 2.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
   /* background-color: #CCCCFF;*/
	font-family: Arial;
	font-size: smaller;
	font-weight:bold;
	font-variant:normal;
	color: #446099;
	text-align:left;
	/*background-color:#3a4f63;*/
    width:100%;
    background-color: #CCCCFF;
    
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    
    z-index:100;
}

div.menu ul li a, div.menu ul li a:visited
{
  /* background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
  /*  background-color:#CCCCFF;
    color:Blue;*/
    background-color: #CCCCFF;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
/* CSS for Lable Control */
.lbl
{
    font-family: Verdana;
  
    color: #00008B;
    /*float: right;*/
    font-size: 16px;
    line-height: 17px;
    padding-right: 5px;
    
    width: auto;
    text-align: right;
}
.lbl1
{
    font-family: Verdana;
  
    color: #00008B;
    /*float: right;*/
    font-size: 16px;
    font-weight:bold;
    line-height: 17px;
    padding-right: 5px;
    
    width: auto;
    text-align: right;
}

/* CSS for Txtbox Control */

.txtbox
{
         padding: 0;
    height: 21px;
    position: relative;
    left: 0px;
    outline: none;
    border: 1px solid #cccccc;
    background-color: white;
    font-size: 16px;
    font-family: Verdana;  
    color: black;
	top: 0px;
	width: 180px;
}
.txtboxsmall
{
         padding: 0;
    height: 21px;
    position: relative;
    left: 0px;
    outline: none;
    border: 1px solid #cccccc;
    background-color: white;
    font-size: 16px;
    font-family: Verdana;  
    color: black;
	top: 0px;
	width: 50px;
}
.txtboxfull
{
    background: white;
    border: 1px outset #C5C0C0;
    box-shadow: 0 0 5px #DDD inset;
    color: #666;
    float: left;
    padding: 5px 2px;    
    outline: none;
    height: 30px;
    font-size: 13px;
    width:100%;
}

/* CSS for DropDown List Control */
.dropdown
    {
       border: 0.5px solid #cccccc;
    background-color: white;
    border-width: 0.5px
    position: relative; /* Enable absolute positioning for children and pseudo elements */
    width: 160px;
    height:25px;
    padding: 0px;
    margin: 0 auto; /* Styles */
    background: white;
    color: black;
    outline: none;
    cursor: pointer;
    /* Font settings */
    font-weight:normal;
    top: 0px;
    left: 0px;
    font-family:Verdana;
    font-size:16px;
}

.container
{
    background-color: #FFFFFF;
    width: 995px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.gridcontainer
{
    background-color: #FFFFFF;
    
    margin: 0 auto;
    height: 350px;
}
.commongridview
{
    background-color: #FFFFFF;
   
    margin: 0 auto;
    height: auto;
}
.biggridview
{
    background-color: #FFFFFF;
    width: 950px;
    margin: 0 auto;
    height: 550px;
}
.headingcontent
{
    width: 950px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    height: 31px;
}
.table
{
    padding: 5px;
}
.tr
{
    width:100%;
}
.td1
{
    width: 20%;
    height: 50px;
    
}
.td2
{
    width: 80%;
    height: 50px;
    text-align: left;
}
/*   button style   */
.btn
{
    border: thin solid #cccccc;
	background-color: #446099;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	font-variant: normal;
	color: white;
	text-align: center;
	width:100px;
	height:35px;
	
	
}
.btn:hover
{
    color:White;
    background-color:Blue;
    }
    .btnoption
    {
     background-color: black;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    border-radius: 7px;
    font-size:17px; 
    text-align:left;    
    }
.btnoption:hover
{
    color:White;
    background-color:Green;
    }
   /*GridViewCSS Soft Grey Style*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    table-layout: auto;
    border-collapse: collapse;
    border: #91a7b4 1px solid;
    text-align: center;    
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url("~/images/Grid/YahooSprite.gif");
    background-position: top;
    background-repeat: repeat-x;
    background-color: #d1dbe0;
    font-family: Arial,Helvetica;
    font-size: 13px;    
}
.GridViewStyle th
{
    background-color:#084A77;
    padding: 5px;
    color: white;
}
.GridViewStyle tr:nth-child(even)
    {
        background-color:#f0f8ff;
        padding: 5px;
}
.GridViewStyle tr:nth-child(odd)
    {
        background-color:white;
        padding: 5px;
    }
.HeaderStyle a
{
    text-decoration: none;
    color: #16387c;
    display: block;
    text-align: left;
    font-weight: normal;
}
.HeaderStyle a:hover
{
    background-image: url("~image/Grid/hdr.JPG");
    background-position: top;
    background-repeat: repeat-x;
}
.PagerStyle table
{
    text-align: center;
    margin: auto;
}
.PagerStyle table td
{
    border: 0px;
    padding: 5px;
}
.PagerStyle td
{
    border-top: #91a7b4 1px solid;
}

.PagerStyle a
{
    color: #16387c;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #91a7b4;
    border-bottom: solid 1px #91a7b4;
    border-left: solid 1px #fff;
}
.PagerStyle span
{
    font-weight: bold;
    color: #16387c;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}

/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #91a7b4;
    font-family: Arial,Helvetica;
    font-size: 11px;
}

.RowStyle td
{
    background-color: #f1f5f6;
}

.AltRowStyle td
{
    background-color: blue;
    background-image: url("~image/Grid/YahooSprite.gif");
    background-position: 0 -80px;
    background-repeat: repeat-x;
}

.SelectedRowStyle td
{
    background-color: #fff380;
    background-image: url("~image/Grid/YahooSprite.gif");
    background-position: center;
    background-repeat: repeat-x;
}


/* dropdown list style*/
.sidebar
{
    padding: 0px 0px 0px 0px;
    color: #FFFFFF;
    border-color: Black;
    width: 142px;
    margin-left: -168px;
    position: fixed;
    background: #3C6BA7;
    padding: 8px;
    top: 0px;
    margin-top: 260px;
    border-radius: 7px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0px;
}
.sidebar:hover
{
    background: #1A4172;
}
.space
{
    height:350px;
}
.radiobtn
{
      
    font-family: Verdana;
    font-size: 15px;
    color: #000000;
}
.masterheight
{
    height:100%;
    width:100%;
    background-color:white;
}
.divfull
{
    width:100%;
}
.radio
{ 
    width: 40em; height: 40em; 
    
    }
.linkbutton
{
color:White;    
    
}
.chkbox
{
    font-family: Verdana;
    font-size: 10;
    color: #000000;
    /*float: right;*/
    font-size: 15px;
    line-height: 17px;
    padding-right: 5px;
    
    width: auto;
    text-align: right; 
    
    }
  

.trSub
{
	background-color: #CCCCFF;
	font-family: Verdana;
	font-size: small;
	font-weight:bold;
	font-variant:normal;
	font-style:italic;
	color: #446099;
	text-align:left;
	border-bottom: thin solid #446099
}

.trSub2
{
	background-color: #CCCCFF;
	font-family: Verdana;
	font-size: smaller;
	font-weight:bold;
	font-variant:normal;
	color: #446099;
	text-align:left;
}

.trLink
{
	background-color: #ECF0EF;
	font-family: Verdana;
	font-size: small;
	font-weight:bold;
	font-variant: normal;
	color: #0019A0;
	text-align:center
}

.Link
{
	background-color:Transparent;
	font-family: Verdana;
	font-size: small;
	font-weight:bold;
	font-variant: normal;
	color: #0019A0
}

.trClinicName
{
	background-color: #0019A0;
	font-family: Verdana;
	font-size:medium;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align:center
}
.trTextLeft
{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 16px;
	font-weight:normal;
	font-variant: normal;
	color: Navy;
	text-align:left;
	padding-left:10px;
    margin-left: 200px;
    vertical-align:top;
}

.trTextMid
{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: small;
	font-weight:normal;
	font-variant: normal;
	color: Navy;
	text-align:center;
	padding-left:0px;
    margin-left: 150px;
    vertical-align:top;
}

.trTextMid2
{
	background-color: #CCCCFF;
	font-family: Verdana;
	font-size:medium;
	font-weight:normal;
	font-variant:normal;
	color: Navy;
	text-align:center;
    vertical-align:top;
}
.trTextMid3
{
	background-color: #CCCCFF;
	font-family: Verdana;
	font-size:medium;
	font-weight:normal;
	font-variant:normal;
	color: Navy;
	text-align:center;
    vertical-align:top;
    
}
.trTextRight
{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 16px;
	font-weight:normal;
	font-variant: normal;
	color: navy;
	text-align:right;
	padding-right:10px;
    margin-left: 40px;
    vertical-align:top;
}
.trTextCenter
{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 16px;
	font-weight:normal;
	font-variant: normal;
	color: navy;
	text-align:center;
	padding-right:10px;
    margin-left: 40px;
    vertical-align:top;
}
.trTextError
{
	background-color: #ECF0EF;
	font-family: Verdana;
	font-size: small;
	font-weight:bold;
	font-variant: normal;
	color:Maroon;
	text-align:center
}

.trTextError2
{
	font-family: Verdana;
	font-size: small;
	font-weight:bold;
	font-variant: normal;
	color:Maroon;
	text-align:center
}

.btnmenu
{
    border: thin solid #cccccc;
		font-family: Verdana;
	
	font-size:medium;
	
	font-variant: normal;
	color: blue;
	text-align: center;
	width:157px;
	height:50px;
	
	
}
.btnmenu:hover
{
    color:White;
    background-color:Blue;
    }
    .btnmenuoption
    {
     background-color: black;
    color: white;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    border-radius: 7px;
    font-size:17px; 
    text-align:left;    
    }
.btnmenuoption:hover
{
    color:White;
    background-color:Green;
    }