﻿/* DEFAULTS
----------------------------------------------------------*/
body
{
    background-color: rgba(16, 70, 136, 0.03);
    color: #000000;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, 'Open Sans' , sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.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;
}

h7
{
    font-size: 1em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.pageHeader
{
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #A6A6FF;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(7, 91, 195, 0.88);
    height: 25px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
}



.dvScroll
{
    max-height: 450px;
    width: 100%;
    overflow-y: auto;
}

.dvScroll2
{
    max-height: 300px;
    width: 100%;
    overflow-y: auto;
}

.clsRowHeaderElement
{
    font-weight: normal;
    font-size: 13px;
    color: #3e3d3c;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    text-decoration: none;
}

.EndRow
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    background-color: rgba(7, 91, 195, 0.88);
    padding: 3px;
    margin-top: 5px;
    height: 22px;
}
.btnSave
{
    font-family: Helvetica, Arial;
    color: #14396A !important;
    font-size: 14px;
    text-shadow: 1px 1px 0px #7CACDE;
    box-shadow: 1px 1px 1px #BEE2F9;
    padding: 3px 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #3866A3;
    background: #63B8EE;
    cursor: pointer;
}
.btnSave:hover {
  color: #FFFFFF !important;
  background: #468CCF;
}

.btnAddNew
{
    font-family: Helvetica, Arial;
    font-weight:600;
	display: inline-block;
	color: #666;
	background-color: #eee;
	/*text-transform: uppercase;*/
	padding: 8px 0px;
	letter-spacing: 2px;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #00AFEA;
	border-bottom-width: 3px;
	cursor:pointer;
	text-decoration:none;
}
.btnAddNew:hover
{
	-moz-box-shadow: 0px 0px 7px 0px #057fd0;
	-webkit-box-shadow: 0px 0px 7px 0px #057fd0;
	box-shadow: 0px 0px 7px 0px #057fd0;
	color: #000000;
}
.btnAddNew:active {
	background-color: #CCC;
	border-color: rgba(0,0,0,0.9);
}

input[type=text], textarea, select
{
    border: 1px solid #999999;
}
input[type=text]:focus, textarea:focus
{
    border: 1px solid #2047ec;
}  
        
input[type=text]
{
    height: 15px;
    font-size: 12px; 
    padding-left:2px;  
}  
select
{
    height: 18px;
    font-size: 12px; 
    padding-left:5px;  
}  
        
.legend
{
    font-size:12px; 
    font-family: Tahoma; 
    font-weight: 600;
    padding: 0px 0px 2px 4px;
    text-align: left;
}
         
.completionList {
    border:solid 1px Gray;
    margin:0px;
    padding:3px;
    height: 120px;
    overflow:auto;
    background-color: #FFFFFF;     
} 
.listItem {
    color: #191919;
} 
.itemHighlighted {
    background-color: #ADD6FF;       
}


.myButton {
	-moz-box-shadow: 2px 2px 4px 0px #98A0AD;
	-webkit-box-shadow: 2px 2px 4px 0px #98A0AD;
	box-shadow: 2px 2px 4px 0px #98A0AD;
	background-color:#63B8EE;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 2px 0px #2f6627;
}
.myButton:hover {
	background-color:transparent;
}
.myButton:active {
	position:relative;
	top:1px;
}

.Backlink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #3737FF;
    text-decoration: underline;
}
Backlink:hover
{
    color: #0000FF;
}

.PackageName
{
    font-size: 1.3em; 
    text-align : left;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bold;
    
}
.branch
{
    display: block;
    text-align: center;
    width: auto;
    height: 15px;
    
}
.address
{
    font-size: 1.1em;
    display: block;
    text-align: center;
    color: White;
}
.MainInnerPage
{
    padding: 5px;
}
.pageHeader {
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #7ED37E;
    font-family: Arial, Helvetica, sans-serif;
    color: #003300;
    font-size: 14px;
    font-weight: bold;
    background-color: #cdf7f4cc;
    height: 25px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
}

.pageHeader2 {
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #7ED37E;
    font-family: Arial, Helvetica, sans-serif;
    color: #003300;
    font-size: 14px;
    font-weight: bold;
    background-color: #d1cdf7cc;
    height: 25px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
}

.loginInner {
    font-size: 9pt;
    font-weight: bold;
    color: #0054b3;
    padding: 5px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}

.btnLogin
{
    font-family: Helvetica, Arial;
    font-weight:600;
	display: inline-block;
	color: #666;
	background-color: #eee;
	/*text-transform: uppercase;*/
	padding: 4px;
	letter-spacing: 2px;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #00AFEA;
	border-bottom-width: 3px;
	cursor:pointer;
	text-decoration:none;
}
.btnLogin:hover
{
	-moz-box-shadow: 0px 0px 7px 0px #057fd0;
	-webkit-box-shadow: 0px 0px 7px 0px #057fd0;
	box-shadow: 0px 0px 7px 0px #057fd0;
	color: #000000;
}
.btnLogin:active {
	background-color: #CCC;
	border-color: rgba(0,0,0,0.9);
}
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: White;
}
.hiddencol { display: none; }

.LblStyle
{
    font-weight: normal;
    font-size: 13px;
    color: #3e3d3c;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    text-decoration: none;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup
{
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    
}

.btnPopup
{
    font-family: Helvetica, Arial;
    font-weight:600;
	display: inline-block;
	color: #666;
	background-color: #eee;
	/*text-transform: uppercase;*/
	padding: 3px 0px;
	letter-spacing: 2px;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #00AFEA;
	border-bottom-width: 3px;
	cursor:pointer;
	text-decoration:none;
}
.btnPopup:hover
{
    
	-moz-box-shadow: 0px 0px 7px 0px #057fd0;
	-webkit-box-shadow: 0px 0px 7px 0px #057fd0;
	box-shadow: 0px 0px 7px 0px #057fd0;
	color: #000000;
}
.btnPopup:active {
	background-color: #CCC;
	border-color: rgba(0,0,0,0.9);
}

.MainImage
{
    max-width : 900px;
    width : 100%;
    height : 500px;
     
    
}

.MainDiv
{
    margin: 0 auto;
    width:1200px;
    min-height:562px;
    padding:0px;
    position:relative;
    margin-top: 10px;
}
.LeftDiv
{
    background:#e7f2ff;
    width:347px;
    height:82px;
    padding: 5px 10px 15px;
    float:left;
    border: 1px solid #1e79f099;
    border-radius: 10px;
    margin-right: 10px; 
    
}

.SideDiv
{
    width:50%;
    height:auto;
    padding:0px;
    float:left;
    margin-right: 10px;
}

.RightDiv
{
    width:415px;
    height:auto;
    padding:0px;
    float:left;
    
}
.blankDiv
{
    width:20px;
    height:auto;
    float:none;
}
.VerticalblankDiv
{
    width:auto;
    height:5px;
    float:none;
}

.TopDiv
{
    width:67%;
    margin-top:-36px;
    position:absolute;   

}

.wrapper
{
    width:750px;
    height:auto;
    margin:0 auto;
    position:relative;
    margin-top:0px;
    background-image: url(~/Images/drapt.png");
}
.wrapp
{
    width:900px;
    height:auto;
    margin:0 auto;
    position:relative;
    margin-top:0px;
    background-image: url(~/Images/drapt.png");
}

.wrap
{
    width:auto;
    height:auto;
    position:relative;
    margin-top:0px;
    background-image: url(~/Images/drapt.png");
}
#VerticalDiv
{
    background:#e7f2ff;
    margin:0 auto;
    width:1000px;
    height:170px;
    padding:20px;
    float:none;
    border: 1px solid #1e79f099;
    border-radius: 10px;
}
#BottomDiv
{
    background:#e7f2ff;
    margin:0 auto;
    width:1000px;
    height:30px;
    padding:20px;
    float:none;
    border: 1px solid #1e79f099;
    border-radius: 10px;
}

.HeadingDiv
{
    background:#e7f2ff;
    margin:0 auto;
    height:30px;
    padding:5px;
    float:none;
    border: 1px solid #1e79f099;
}

#panel {
    padding: 5px;
    text-align:left;
    background-color: #def0ff;
    border: solid 1px #1e79f099;
}

#flip {
    padding: 5px;
    text-align:left;
    background-color: #164174;
    border: solid 1px #1e79f099;
}

#panel {
    height:200px;
    display:none;
    
}
.Divflip 
{
    padding: 5px;
    text-align:left;
    background-color: #164174;
    border: solid 1px #1e79f099;
}

.Divpanel
{
    padding: 5px;
    text-align:left;
    border: solid 1px #1e79f099;
    max-height: 500px;
    overflow: auto;
}

.Divpanelhead
{
    padding: 0px;
    text-align:left;
}
.DivpanelTop
{
    padding: 0px;
    text-align:right;
}

.Divpanel
{
    height:auto;
    padding: 5px;
}


.spanArrow
{
    float:right;
    color:Green;
}

.spanheader
{
  color:#fff;
  font-style:oblique;
  font-size:20px;
  margin-left:20px;
  font-family: "Times New Roman", Times, serif;
}
.spanspace
{
    margin-left:50px; 
    padding:0px;
    color: #141189;
}
.spanContent
{
    float:right;
    padding:0px;
    
}


.Containt
{
    width:730px;
    height:auto;
    margin-top:0px;
}
.Containt2
{
    width:890px;
    height:auto;
    margin-top:0px;
}
.Divpanel .Containt
{
    position:relative;
    overflow:hidden;
}
.Divpanel .Containt2
{
    position:relative;
    overflow:hidden;
}
.CointentLeftDiv
{
    width: 347px;
    padding: 1px;
    float: left;
    
}
.CointentLeftDiv2
{
    width: 362px;
    padding: 15px;
    float: left;
    height:290px;
    background: #c7deff;
}
.CointentSideDiv
{
    width: 175px;
    padding: 1px;
    float: left;    
}
.CointentSideDiv2
{
    width: 300px;
    padding-left: 12px;
    float: left;   
}
.CointentblankDiv
{
    width:20px;
    height:auto;
    float:none;
}

.DoctorBookingLeft
{
    width:350px;
    height:auto;
    float:left;
}
.DoctorBookingContain
{
    width:580px;
    height:auto;
    float:left;
    margin-left: 5px;
}

.PatientResult
{
    width:300px;
    height:300px;
    float:left;
    background:#ccc;
    margin-left: 5px;
}

fieldset {
    padding: 1px;
    border: 1px solid #a8a8a8;
}

.autocomplete {
    border:solid 1px Gray;
    margin:0px;
    padding:3px;
    height: 120px;
    overflow:auto;
    background-color: #FFFFFF;     
} 
.AutoComplete_ListItemHiliteText
{
    color: #ce0000;  font-weight:bold;
} 

.LblCls 
{
    font-size: 12px;
    color: #3e3d3c;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, 'Open Sans' , sans-serif;
    text-decoration: none;
    font-weight: 500;

}

.btn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.btn:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.btn2
{
    font-family: Helvetica, Arial;
    font-weight:600;
	display: inline-block;
	color: #666;
	background-color: #eee;
	/*text-transform: uppercase;*/
	padding: 8px 0px;
	letter-spacing: 2px;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #00AFEA;
	border-bottom-width: 3px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}
.btn2:hover
{
	-moz-box-shadow: 0px 0px 7px 0px #057fd0;
	-webkit-box-shadow: 0px 0px 7px 0px #057fd0;
	box-shadow: 0px 0px 7px 0px #057fd0;
	color: #000000;
}
.btn2:active {
	background-color: #CCC;
	border-color: rgba(0,0,0,0.9);
}

.btn3
{
    font-family: Helvetica, Arial;
    font-weight:600;
	display: inline-block;
	color: #666;
	background-color: #eee;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #00AFEA;
	border-bottom-width: 3px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	height:22px;
}
.btn3:hover
{
	-moz-box-shadow: 0px 0px 7px 0px #057fd0;
	-webkit-box-shadow: 0px 0px 7px 0px #057fd0;
	box-shadow: 0px 0px 7px 0px #057fd0;
	color: #000000;
}
.btn3:active {
	background-color: #CCC;
	border-color: rgba(0,0,0,0.9);
}

.loader
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.loader_center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.loader_center img
{
    height: 128px;
    width: 128px;
}

.MainDivLeft {
    display: flex;
}
.TestHead
{
    width : 55%;
}

.TestDtls
{
    width : 45%;
}

.HomeMainDivLeft
{
    float: left;
    width: 50%;
}

.HomeMainDivRight
{
    float: right;
    width: 50%;
}
.DispatchDiv
{
    max-height:300px; 
    overflow:auto; 
    width:70%;
}

.FlexDiv {
    display: flex;
    font-size: 14px;
}

.FlexDiv > div {
    flex: 1;
}

.FlexDiv1
{
    width:20%;
}
.FlexDiv2
{
    width:20%;
}
.FlexDiv3
{
    width:30%;
}
.FlexDiv4
{
    width:20%;
}
.FlexDiv5
{
    width:1%;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
