/* all styles for the site */
body {
    color: #787878;
    font-size: 8pt;
    font-family: Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif;
}

a, a:hover {
    text-decoration: none;
    cursor:pointer;
    /*padding-left:4px;*/
}

input[type=radio] + label {
    color:#787878;
    font-size:8pt !important;
    font-weight:normal;
    text-align:center !important;
}

.clear {
    clear: both;
    color: #508aaf;
}

.txt75 {
    width: 145px;
}

.header {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .header img {
        display: block;
        margin: 0px auto;
        text-align: center;
    }


    .header > div {
        margin-bottom: 0px;/*change 20px to 5px  NewDesign*/
    }

.loginForm div {  
    float: left;
    margin-left: 3px;
}

.btnOrange {
    background-color: #f46a08;
    padding: 4px 10px;
    color: #fff;
    border: 0px;
}

.btnOrangeB {
    background-color: #f46a08;
    padding: 8px 20px;
    color: #fff;
    border: 0px;
}

.content {
    padding: 5px;
  /* border: 1px solid #b7b7b7;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px 10px rgba(150, 150, 150, .75);
-moz-box-shadow: 0px 0px 25px 10px rgba(150, 150, 150, .75);
box-shadow: 0px 0px 25px 10px rgba(150, 150, 150, .75)       for NewDesign;*/ 
}

.content-body {
    /*background-color: #dedfe4;*/
    min-height: 400px;
    padding-bottom: 0px;
}

.home-banner {
    background-color: #3879b1;
    height: 270px;
    text-align: center;
    background-image: url('../images/home-banner-bg.gif');
    background-repeat: no-repeat;
    background-position: bottom center;
}

    .home-banner img {
        padding-top: 10px;
    }

    .home-banner h1 {
        color: #014162;
        margin: 0;
        padding: 0;
    }

.banner-bottom-bg {
    height: 10px;
    background-image: url('../images/banner-bg.gif');
    background-repeat: repeat-x;
    background-position: top;
}

.nav1 {
    margin: 0px auto !important;
}

.nav-sub {
    width: 500px;
    margin: 0px auto;
}

.nav1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0px auto;
    margin-top: 20px;
    width: 450px;
    display: block;
    position: relative;
}

    .nav1 ul li {
        float: left;
        margin: 0px;
        padding: 0px;
        border-right: 1px solid #4a4a4c;
        line-height: 5px;
    }

.noBorder {
    border: 0 !important;
}

.nav1 ul li a {
    display: block;
    padding: 5px 10px;
    color: #4a4a4c;
    font-weight: bold;
}

    .nav1 ul li a:hover, .nav1 ul li a.active {
        color: #f26d10;
        text-decoration: none;
    }

.frmDoctorSearch {
    padding: 10px;
    /*text-align: center;*/
    margin: 0px auto;
    margin-top: 15px;
    width: 800px;
}

    .frmDoctorSearch .txtField2 {
        width: 320px;
        float: left;       
        height: 33px;
        margin-right:15px;
    }

.txtField2 {
    padding: 4px;
}

.col {
    background-color: #fff;
    border: 1px solid #bdbec0;
    padding: 20px;
    margin-bottom: 20px;
}

    .col h3 {
        color: #333;
        padding: 0;
        margin: 0;
        font-size: 1.1em;
        padding: 0px 0px 10px;
    }

.col2 {
    padding-bottom: 10px;
}

    .col2 img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .col2 ul {
        list-style: none;
        margin: 0;
        padding: 0px 6px;
    }

        .col2 ul li {
            background-image: url('../images/bullet-icon1.jpg');
            background-position: left 15px;
            background-repeat: no-repeat;
            margin: 0;
            padding: 0;
            padding-left: 20px;
            border-bottom: 1px solid #e5e5e5;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .col2 ul li:last-child {
                border: 0;
            }

            .col2 ul li span {
                font-weight: bold;
                color: #333333;
            }

.row3 {
    margin-top: 20px;
}

.subHeading {
    background-image: url('../images/header-bg.gif');
    background-repeat: repeat-x;
    height: 30px;
    border-bottom: 1px solid #bdbec0;
    padding: 5px;
    font-weight: bold;
    margin: 0;
}
.subHeadingHelpLine {   
    
    border-bottom: 1px solid #bdbec0;   
    font-weight: bold;   
    background-color:#5bbdb0;
    color:#fff;
    font-size:12px;
    padding:5px; 
    text-align:center;
}

.subBlock {
    background-color: #fff;
    border: 1px solid #bdbec0;
    margin-bottom: 20px;
}

.map {
    text-align: center;
    padding: 20px;
    margin: 0px auto;
}

    .map img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

}

#advt {
    text-align: center;
    margin: 0px auto;
}

.home-advt {
    
    padding:5px;
    background-color:#fff;
}

.footer {
    padding: 10px 0px 40px 0px;
    margin-bottom: 20px;
}

    .footer .footerLeft {
        float: left;
        width: 50%;
    }

    .footer .footerRight {
        float: right;
        width: 50%;
    }

    .footer ul {
        margin: 0;
        padding: 0;
        float: right;
    }

        .footer ul li {
            list-style: none;
            float: left;
            padding: 0px 10px;
            border-right: 1px solid #ccc;
            line-height: 20px;
        }
        /* dashboard css starts */
.loginBlock div {
	float: right;
}

.txt1 {
	font-size: 12px;
	color: #000;
}

.loggedIn {
	/*margin-right: 20px;
	vertical-align: bottom;
	margin-top: 28px;*/
    text-align:center;
    min-height:40px;
    padding-top:15px;
    font-size:12px;
}

.main-banner {
	background-color: #5bbdb0;
	height: 120px;
	text-align: center;
	background-image: url('../images/header-logo-small2.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.main-banner img {
	padding-top: 10px;
}

.main-banner h1 {
	color: #fff;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	line-height: 120px;
}

.banner-bottom-bg {
	height: 10px;
	background-image: url('../images/banner-bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}

/* navigation after login */
.nav2 {
	float: right;
}

.nav2 .nav-sub {
	margin: 0px auto;
	width: auto;
}

.nav2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0px auto;
	margin-top: 0px;
	width: auto;
	display: block;
	position: relative;
	float: right;
}

.nav2 ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #4a4a4c;
	line-height: 5px;
}

.noBorder {
	border: 0 !important;
}

.nav2 ul li a {
	display: block;
	padding: 5px 10px;
	color: #787878;
	font-weight: bold;
}

    .nav2 ul li a:hover, .nav2 ul li a.active {
	color: #f26d10;
	text-decoration: none;
}

.rowNext {
	margin: 5px 0px;
}

/* navigation after login ends */
ol.orderList {
	list-style: none;
	margin: 0;
	padding: 0px 10px;
}

ol.orderList li {
	background-position: left 15px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 10px;
	padding-bottom: 10px;
}

ol.orderList li:last-child {
	border: 0;
}

ol li span {
	font-weight: bold;
	color: #333333;
}

ol.orderList a {
	color: #F4690A;
	text-decoration: none;
}

.colAppointments {
	background-color: #C6C9D2;
	border: 1px solid #C7C8CD;
	background-image: url('../images/appt-bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-right: 15px;
}

.colAppointments .col-md-4 {
	padding-right: 0px;
}

.apptDetail {
	background-color: #fff;
	/*height: 125px;  Change by Sujat*/  
	margin: 0px;
	border: 1px solid #B7BABF;
	float: left;
    border: 1px solid #bdbec0; /*red*/
	width: 100%;
    margin-bottom: 5px; /*10px*/
}

.apptDetail div {
	float: left;
}

.slotHeaderNotBook {
       width: 100%;
    padding: 5px;
    background-color: #ddedd5; /*b2dbb4*/
}
   
.slotHeaderBook {
    width: 100%;
    padding: 5px;
    background-color: #f0dddd; /*e39088*/
}

.apptDetail .bpatStatus0 {
	background-image: url('../images/status0.png');
	background-position: 1px -0px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.apptDetail .bpatStatus1 {
	background-image: url('../images/status1.png');
	background-position: 0px -5px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.apptDetail .bpatStatus2 {
	background-image: url('../images/status2.png');
	background-position: 0px -5px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.apptDetail .bpatStatus3 {
	background-image: url('../images/status3.png');
	background-position: 0px -5px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.apptDetail .bpatStatus4 {
	background-image: url('../images/status4.png');
	background-position: 0px -5px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.apptDetail .bpatStatus5 {
	background-image: url('../images/status5.png');
	background-position: 0px -5px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.ByWalkin {
	background-image: url('../images/walking-16.png');
	background-position: 0px -5px;
	background-repeat: no-repeat;	
}

.apptDetail .apptHeading {
	/*width: 150px;*/
	font-weight: bold;
}

.apptDetail .apptAction {
	float: right;
}

.apptBody {
	padding: 5px 2px 3px 2px;
    width: 100%;
}

.apptBody tr td {
	padding: 2px;
	vertical-align: top;	
}

.apptBodyWalkin tr td {
	padding: 2px;
	vertical-align: top;	
}

.rowBottom {
	text-align: right;
	font-weight: bold;	
	padding: 20px;
}

.rowTop {
	padding-bottom: 20px;
	color: #787878;
	font-weight: bold;
    margin-bottom: 10px;
}

.rowTop a {
	color: #787878;
	font-weight: bold;
}

.floatRight {
    float: right;
}
/* dashboard css ends */
/* register form */
.registerForm {
	padding-top:10px;
    /*border: 1px solid #5bbdb0;*/
    background-color: #fff;
    /*margin: 10px;*/
    min-height: 500px;
}

.registerForm h3 {	
        font-size: 12px;
        font-weight: bold;
        /*padding-top: 15px;*/
        padding-left: 15px;
}
	
    .registerForm p {
        color: #9D9D9D;
        padding-left: 15px;
}
/*.formBody {
	border:1px solid #ccc;
	padding:10px 0px;
}*/
.formCol {
    border: 1px solid #ccc;
    margin: 10px 0px;
}

.formBody h5 {
    background-color: #5C87B2;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-weight: bold;
}

.formBody .formRow {
    padding: 10px;
}

.formRow label {
    display: block;
    font-weight: normal;
}

.formRow input[type='text'] {
    width: 100%;
}

.formRow input[type='password'] {
    width: 100%;
}

.btnRow {
    text-align: right;
    padding: 10px;
}
	
.btn {
}

/* css for popup */
.popupRow {
	padding: 5px 10px;
}

.popupRow .col-md-4 {
        min-width: 200px;
}

.popupRow table tr td {
	padding: 5px;
	text-align: left;
	font-size: 8pt;
        color: #787878;
}

.popupRowDetail {
	border: 1px solid #DEDEDE;
	padding: 0;
	margin: 20px;
}

.tabTitle {
	background-color: #F0F1F3;
	height: 35px;
}

.tabTitle .heading {
        padding: 8px 30px;
        color: #333;
        font-weight: bold;
	/*background-image:url('../images/popup-list-icon.gif');
	background-repeat:no-repeat;
	background-position: 5px 10px;*/
}

 .headingAccordian {
    padding: 8px 30px !important;
    color: #333;
    font-weight: bold;
	/*background-image:url('../images/popup-list-icon.gif');
	background-repeat:no-repeat;
	background-position: 5px 10px;*/
}

.tabTitle ul {
	margin: 0;
	padding: 0;
	list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.tableNoBorder {
    border: none;
}

    .tableNoBorder tr td {
        border: 0px !important;
        padding-bottom: 10px !important;
        line-height: 0px !important;
}

.tabTitle ul li {
	float: left;
	padding: 0px !important;
    border: 0px !important;
}

.tabTitle ul li a {
	display: block;
        padding: 8px 20px;
        color: #333;
        font-weight: bold;
        padding: 8px 20px !important;
}

        .tabTitle ul li a:hover, .tabTitle ul li a.active {
	 /*background-color:#C9CCD5;*/
            background-image: url('../images/tab-bg.gif');
            background-repeat: repeat-x;
}

.tabContent {
    padding-bottom: 20px;
    clear: both;
}

.tabContent .contentHeading h3 {
        background-color: #5bbdb0;
        margin: 0;
        float: left;
        padding: 5px 10px;
        color: #fff;
        padding-right: 45px;
        background-image: url('../images/tab-right-corner.gif');
        background-repeat: no-repeat;
        background-position: bottom right;
        font-size: 1.1em;
        font-weight: bold;
	min-width: 250px;
        clear: both;
}

.contentTable {
    padding: 0;
    margin: 0;
}

.contentTable table {
        border-collapse: collapse;
        border: 1px solid #bce8f1;/*dedede*/
}

        .contentTable table tr td, .contentTable table tr th {
            padding: 3px 2px 3px 5px;
}

.contentTable table tr th {
            background-color: #d9edf7;/*#E2E3E7*/
            color: #787878;
            font-weight: bold;
            font-size: 8pt;
}

        .contentTable table tr td {
            border-left: 1px solid #bce8f1;
            border-bottom: 1px solid #bce8f1;
            color: #787878;
            font-size: 8pt;
}
        .contentTable a{color : #000000}
        .contentTable a:hover{color : #5bbdb0}
.popupTable table tr td, .popupTable table tr th {
            padding: 5px 10px 5px 10px;
}
.contentHeading {
    clear: both;
    height: 29px;
}

.padding20 {
    padding: 20px;
}
	
.bottomButton {
    padding: 0;
    margin: 0;
}

    .bottomButton .colLeft {
        float: left;
        width: 49%;
        margin: 0;
        padding: 0;
        text-align: right;
        padding-right: 10px;
}

    .bottomButton .colRight {
        float: left;
        margin: 0;
        padding: 0;
        text-align: left;
        padding-left: 10px;
    }

.btnGrey {
	background-color: #818181;
	padding: 5px 15px;
	color: #fff;
	border: 0px;
}

/*DocConnect Classes*/
.DisplayInlineBlock {
    display: inline-block;
    vertical-align: middle;
}

.DisplayNone {
    display: none;
}

.searchResult {
    margin-bottom: 10px;
    border: 1px solid #737373;   
    background-color: #FFF;
    padding: 5px 5px 5px 5px;    
}

.textfield {
	color: #787878;
	background-color: #ffffff;
	 /* width: 100%;
     height: 20px;*/
    border: 1px solid #dddddd;
    /*border-radius: 5px;*/
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
    font-size: 8pt !important;
}
.textfieldAuthentication {
	color: #787878;
	background-color: #ffffff;
	 /* width: 100%;
     height: 20px;*/
    border: 1px solid #dddddd;
    /*border-radius: 5px;*/
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
    font-size: 8pt !important;
    height:24px;
}
.textFieldPhone {
	color: #787878;
	background-color: #ffffff;
	width: 72%;
      /* height: 20px;*/
    border: 1px solid #dddddd;
    /*border-radius: 5px;*/
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
    font-size: 8pt !important;
}
.textFieldLandline {
	color: #787878;
	background-color: #ffffff;
	width: 50%;
      /* height: 20px;*/
    border: 1px solid #dddddd;
    /*border-radius: 5px;*/
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
    font-size: 8pt !important;
}
.textfieldReg {
	color: #787878;
	background-color: #ffffff;
	width: 100%;
   /* height: 20px;
        border-radius: 5px;*/
    border: 1px solid #dddddd;
   
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
    font-size: 8pt !important;
}
.textfield92 {
	color: #787878;
	background-color: #ffffff;
	width: 92%;
   /* height: 20px;
        border-radius: 5px;*/
    border: 1px solid #dddddd;
   
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
    font-size: 8pt !important;
}
.textfield86 {
	color: #787878;
	background-color: #ffffff;
	width: 86%;
   /* height: 20px;
        border-radius: 5px;*/
    border: 1px solid #dddddd;
   
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
    font-size: 8pt !important;
}
.textfield65 {
	color: #787878;
	background-color: #ffffff;
	width: 64%;
   /* height: 20px;
        border-radius: 5px;*/
    border: 1px solid #dddddd;
   
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
    font-size: 8pt !important;
}
.textfieldLogin {
	color: #787878;
	background-color: #ffffff;
	width: 100%;
    height: 21px;
       /* border-radius: 5px;*/
    border: 1px solid #dddddd;
   
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
    font-size: 8pt !important;
}
.textfieldHeight {
	color: #787878;
	background-color: #ffffff;
	width: 100%;
  height: 28px;
        /*  border-radius: 5px;*/
    border: 1px solid #dddddd;
   
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
    font-size: 8pt !important;
}

.textfieldArea {
    color: #787878;
	background-color: #ffffff;
	width: 100%;
    height: 150px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
    font-size: 8pt !important;
}

.textfieldDiagnosticTest {
    color: #787878;
	background-color: #ffffff;
	width: 100%;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
    font-size: 8pt !important;
}


.textfieldHalf {
	color: #545454;
	background-color: #ffffff;
	width: 75px;
    height: 20px;
    border: 1px solid #dddddd;
    /*border-radius: 5px;*/
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	font-weight: 300;
	margin-left: 0px;
	margin-bottom: 0px;
}
.textfieldSmall{
	color: #545454;
	background-color: #ffffff;
	width: 50px;
    /*height: 20px;*/
    border: 1px solid #dddddd;
    /*border-radius: 5px;*/
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	font-weight: 300;
	margin-left: 0px;
	margin-bottom: 0px;
}

.textfieldTime {
	color: #545454;
	background-color: #ffffff;
	width: 36px;
    height: 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 1px;
	padding-left: 4px;	
	font-weight: 300;
	margin-left: 0px;
	margin-bottom: 0px;
}
.textfieldDiagnoSmall {
	color: #545454;
	background-color: #ffffff;
	width: 70%;
    height: 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 1px;
	padding-left: 4px;	
	font-weight: 300;
	margin-left: 0px;
	margin-bottom: 0px;
}
.textfieldDiagnoBP {
	color: #545454;
	background-color: #ffffff;
	width: 30%;
    height: 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 1px;
	padding-left: 4px;	
	font-weight: 300;
	margin-left: 0px;
	margin-bottom: 0px;
}
.textfieldDate{
	color: #545454;
	background-color: #ffffff;
	width: 65px;
    height: 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 1px;
	padding-left: 4px;	
	font-weight: 300;
	margin-left: 0px;
	margin-bottom: 0px;
}

.textfieldNO {
	color: #545454;
	background-color: #ffffff;
	width: 25px;
    height: 20px;
    border: 1px solid #dddddd;
    /*border-radius: 5px;*/
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	font-weight: 300;
	margin-left: 0px;
	margin-bottom: 0px;
}

.textfieldcountrycode {
	color: #545454;
	background-color: #ffffff;
	width: 30px;    
    border: 1px solid #dddddd;
    /*border-radius: 5px;*/
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	font-weight: 300;
	margin-left: 0px;
	margin-bottom: 0px;
    background-color: #eee;
    color: #999;
}
.textfieldurl {
	color: #545454;
	background-color: #ffffff;
	width: 35px;    
    border: 1px solid #dddddd;
    /*border-radius: 5px;*/
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	font-weight: 300;
	margin-left: 0px;
	margin-bottom: 0px;
    background-color: #eee;
    color: #999;
}
 .headingHeight {
    height: 25px;
    vertical-align: middle;
}
 .headingHeight a{
     color:#5bbdb0 ;
 }

.smallfont {
    font-size: x-small;
}

.divPatientInfo {
    margin-top: 10px;
    margin-bottom: 10px;
       /*border:    1px solid  #737373;
       border-bottom:    1px solid  #737373;*/
    /*background-color: #E2E3E7;*/
   
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    /*color: #31708f;*/

    padding: 5px 5px 5px 5px;
    min-height: 60px;
}

.fixedwidth-label {
    white-space: nowrap;
   /*padding: 5px 5px 5px 5px;*/ 
    width: 100px;
}

.fixedlabel {
    white-space: nowrap;  
}
.fixedlabel label {
    margin: 0;
    font-weight: normal;
    font-size: 8pt;
    color: #787878;
}
.display-label, .editor-label, .display-field, .editor-field {
    white-space: nowrap;
    padding: 5px 5px 5px 5px;
}

.fixedwidth-label label {
    margin: 0;
    font-weight: normal;
    font-size: 8pt;
    color: #787878;
}

.editor-label label {
    margin: 0;
    font-weight: normal;
    font-size: 8pt;
}

#divVerifyCode {    
    border: 1px solid #CCC;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
   /*padding: 5px 0px 0px 10px;*/ 
}

    #divVerifyCode a {
        color: white;
    }

     /*#divVerifyCode a:hover {
        color: red;
    }*/

.divScheduleBackground {
    /*background-color: #ebeef0;*/
    border:1px solid #d7d7d7;
    padding-bottom:5px;
}

.divScheduleBackgroundMR {
    /*background-color: #dcdee3;*/
    border:1px solid #d7d7d7;
     padding-bottom:5px;
}

.validation-summary-errors {
    float: right;
    color: red;
}

#globalButton a {
    color: #ffffff;
}

.divScheduleName {
    padding: 5px 5px;
    background-image: url('../images/tab-bg.jpg');
    margin-left: 15px;
    text-align: center;
    color: #f26d10;
    background-repeat: repeat-x;
}

.divScheduleNameMR {
    padding: 5px 0px 5px 0px;
    background-image: url('../images/heading-bg.gif');
    margin-left: 15px;
    text-align: center;
    color: #f26d10;
}

.subBlockPatient {
    background-color: #fff;   
    margin-bottom: 5px;
    height: 300px;
   overflow-y: auto;
   padding-left:5px;
   padding-top:10px;
   padding-right:5px;
}
.RedBox {
    /*width:200px;
    height: 80px;*/
    background-color: #fff;
    border: 1px solid #B7BABF;
    float: left;
    width: auto;
    -moz-box-shadow: 8px 8px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 8px 8px 7px rgba(0,0,0,0.5);
    box-shadow: 8px 8px 7px rgba(0,0,0,0.5);
    /*margin-bottom: 5px;
    padding: 5px;
        border: 1px solid #bdbec0;*/
}

.subHeadingPatient {
    background-image: url('../images/tab-bg.jpg');
    background-repeat: repeat-x;
    height: 30px;
    border-bottom: 1px solid #bdbec0;
    padding: 5px;
    font-weight: bold;
    margin: 0;
}

.apptDetail .bred {
	background-image: url('../images/bullelt-red.gif');
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.loader {   
    vertical-align: middle;
    text-align: center;
    min-height: 150px;
}

.divBorder {
    border-collapse: collapse;
    border: 1px solid #dedede;
    padding: 5px 10px;
}

.appointmentCorner {
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.TextAlign {
    text-align: left;
}

.Schedule {
    text-align: left;
    color: #f26d10;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    text-align:center;
}
/*.dropdown-toggle{color:#f46a08;}*/
.dropdown_font {
    font-size: 1.1em !important;
}

.divHead {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0px 0px 10px 0px;
}

.BackgroundWhite {
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #bdbec0;
}

.ui-menu-item a {
    font-size: 8pt !important;
    color: #f46a08;
}

.ui-corner-all .ui-state-hover {
    background: #dedede!important;
    color: #000;
    border-radius: 0;
}

.headingAccordian .ui-accordion-header .ui-helper-reset .ui-state-default .ui-corner-all {
    background-image: url('../images/tab-bg.jpg') !important;
}

.textfieldDigno {
	color: #787878;
	background-color: #ffffff;
	width: 100%;
    /*height: 20px;border-radius:5px;-moz-border-radius:5px;*/
    border: 1px solid #dddddd;
    /*border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;*/
    height: 45px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
    font-size: 8pt !important;
}

#divpopupContainer {
    width: 97%;
    height: auto;
    float: left;
}

/* cooment - For  Left hand side bar on mouse over display prescription History
.A_hidden {
    display: none;
    width: 40%;
    height: auto;
    min-height:200px;
    float: right;
    opacity: 0.6;
    filter: Alpha(Opacity=30);
    background-color: #000000;
}

.A_hidden_hover {
    margin-top:45px;
    margin-left:18px;
    display: block;           
    position: absolute;
    width: 40%;
    height: auto;
    min-height:160px;
    top: 26px;
    left: 3px;
    opacity: 0.8;
    filter: Alpha(Opacity=50);
    background-color: #666666;
    padding:10px;
    overflow-y:auto;
}
.prescriptionHistorytbl
{
    text-align:left;
}
      
.prescriptionHistorytbl table tr td
{
    color:#ffffff;
}
.prescriptionHistorytbl table tr th
{   
    color:#787878;
}
.prescriptionHistorytbl table tr td a
{
    color:#ffffff;
}
.divLeftPrHistory
{
    float:left; 
    position:absolute; 
    width:10px; 
    background-color:#0094ff;
    display:none; 
    min-height:100px;
    z-index:999;
    margin-top:65px;
}
    */
.divPatientNameComment {
    padding: 5px 0px 5px 0px;
    background-image: url('../images/tab-bg.jpg');
    margin-left: 0px;
    text-align: center;
    margin-bottom: 5px;
}

.divPrHistory {
    background-color: #0094ff;
    padding: 0;
    padding-left: 10px;
    margin: 0;
    margin-left: -11px;
}

.ui-datepicker {
    width: 15em !important;   
}

    .ui-datepicker .ui-datepicker-title {
        color: #ffffff !important;
    }

        .ui-datepicker .ui-datepicker-title Select {
            color: #000000 !important;
        }

.wrap {
    white-space: nowrap;
    width: 9em; 
    overflow: hidden;
    text-overflow: ellipsis; 
    }

.wrapLong {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapList {
    white-space: nowrap;
    width: 7.5em; 
    overflow: hidden;
    text-overflow: ellipsis; 
    }

.divSearchReg {
    background-color: #DEDEDE;
    color: #f26d10;
    background-repeat: repeat;
    padding-bottom: 40px;
}

.badge {
    width: 30px !important;
}


/***Style for floating window - Prescription (Templates, History) ***/
.floatingDiv {
    background-color: #F0F1F3;
    border: 1px solid #BBBBBB;
    width: 200px;
    height: 100%;
    display: none;
    float: right;
    right: 20px;
    position: absolute;
}

.ie .verticalText {
    width: 20px;
    height: 33%;
    vertical-align: top;
    position: relative;
    right: 0px;
    z-index: 10;
    color: #333;
    border: 0px solid red;
    writing-mode: tb-rl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    white-space: nowrap;
    display: block;
    bottom: 0;
    font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 0px 0px 1px #333;
    left: -120px;
}

.win.gecko .verticalText {
    width: 20px;
    height: 33.33%;
    vertical-align: top;
    position: relative;
    right: 0px;
    z-index: 10;
    color: #333;
    writing-mode: tb-rl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    white-space: nowrap;
    display: block;
    bottom: 0;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    /*text-shadow: 0px 0px 1px #333;*/
    margin-top: 3px;
    margin-right: 5px;
}

.webkit .verticalText {
    width: 20px;
    height: 20px;
    vertical-align: top;
    position: relative;
    margin: 0 0 0 0;
    z-index: 10;
    color: #333;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    white-space: nowrap;
    display: block;
    bottom: 0;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    /*text-shadow: 0px 0px 1px #333;*/
    left: 0px;
    margin-top: 3px;
    margin-right: 5px;
}

.btnDiv {
    float: right;
    flex: 1;
    margin: 0 0 0 0;
}

.verticalDivDosecode {
    width: 20px;
    background-image: url('../images/dosecode.png');
    background-repeat:repeat;
    background-size:100% 100%;
    height:120px;
    /*background-color:#d9edf7;
      height: 33.33%;
      border: 1px solid #5bbdb0;
        */
}
.verticalDivTemplate {
    width: 20px;
    background-image: url('../images/template.png');
    background-repeat:repeat;
    background-size:100% 100%;
    height:120px;

}
.verticalDivHistory {
    width: 20px;
    background-image: url('../images/history.png');
    background-repeat: repeat;
    background-size: 100% 100%;
    height: 120px;
}
.verticalDivDiagnosticTest {
    width: 20px;
    background-image: url('../images/DiagnosticTest.png');
    background-repeat: repeat;
    background-size: 100% 100%;
    height: 120px;
}
.verticalDiv {    
    cursor:pointer;
}

.ui-dialog .ui-dialog-content {
    padding-right: 0 !important;
}

.icon {
    width: 16px;
    height: 14px;
}

.marginRight {
    margin-right:5px;
}

.enableControl {
    disabled:false !important;
}


div.contentTable {
    overflow: auto;
}
/*   DataTable CSS*/

.dataTables_wrapper .dataTables_filter {   
    float: left !important;
    text-align: left !important;
    padding: 5px !important;
    color:#787878 !important;
    width:100% !important;
    background-color:#bce8f1 !important;
    font-weight:bold;
}

.dataTables_wrapper .dataTables_filter input {
   
    color: #787878;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    /*border-radius: 5px;*/
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
    padding-right: 0px;
    padding-left: 5px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-size: 8pt !important;
}

#tblWalkListofPatients1_length{display:none;}
#tblListofPatients1_length {display:none;}
#tblWalkListofPatients1_info{display:none;}
#tblListofPatients1_info {display:none;}

.scratch{
    text-decoration: line-through;
    color: gray !important;
}
.scratch:hover{text-decoration:line-through !important;}


.badgeNotIn {
    display: inline-block;
    width: 30px;
    padding: 3px 7px;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color:#999;
    border-radius: 10px;
    height:16px;
}

/* 15-12-2014   for new Design*/
/* ======================================================================*/

.header-block { background-color:#fff; margin-top:0;padding-top:0px;padding-bottom:0; margin-bottom:10px; }
.header-block .container { padding-bottom:0;}
.header-block .txtGreen{
	border:1px solid #5bbdb0;
	font-size:14px;
	line-height:20px;
}
body { background-color:#E5E5E5; margin:0px; padding:0px;}
.topNav {
	background-color:#5bbdb0;
	margin:0px 5px;
}
.topNav a { color:#fff; font-size:14px;}
/*.topNav a:hover { background-color:#fff !important; color: #333;}*/
.topNav2 ul{
	padding:0px;
	margin:0px;
	list-style:none;
	min-height:40px;
	margin-right:20px;
}
.topNav2 ul li { float:right; }
.topNav2 ul li a {
		display:block;
		padding:10px;
		color:#fff;
		text-decoration:none;
		font-size:14px;
		font-weight:normal;
	}
.searchPanel {
	background-color:#5bbdb0;
	padding:10px;
	/*color:#fff; NewDesign*/
	font-size:8pt;
}
.searchPanel input[type="text"] {
	width:100%;
	/*border-radius:5px;*/
	padding:5px;
	border:0;
	color:#333;
}
.searchPanel span {float:left; width:20%;margin-top:5px; }
.btnGreen {
	background-color:#5bbdb0;
	color:#fff;
	border-radius:5px;
	border:2px solid #fff;
	font-size:16px; font-weight:bold;
    padding:3px;
}
.content-block {
	padding-top:20px;
	/*padding-bottom:20px;*/
}
.no-gutter {
    padding-left:0;
    padding-right:0;
    margin:0;
}
.no-gutter-topBottom{
padding-top:0;
padding-bottom:0;
margin-top:0;
margin-bottom:0;
}
.content-body { background-color:none;}
.searchPanel [class*="-3"],.searchPanel [class*="-2"] {
	margin-bottom:0px;/*10px NewDesign*/
	margin-top:0px;/*10px NewDesign*/
}
.search-icon {
	background-image: url('../images/search-iconNew.png');
	background-repeat:no-repeat;
	background-position:top right;
	min-height:30px;
}
.btn-green  { background-color:#5bbdb0; border:0;font-size:14px;padding:5px 10px;}
.btn-green :hover, .btn-green:active { background-color:#5bbdb0;color:#fff}
.nav li a { font-size:14px; font-weight:bold;}
.site-logo{/*margin-top:10px; NewDesign*/ text-align:left;}
.site-logo img { margin-left:10px; }

.navbar-nav > li > a {
     padding-top: 5px;
     padding-bottom: 5px;
}
#searchHead a:hover, a:focus{
    color:#2a6496;
}
.wrapdrName {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
#tblWalkListofPatients1_filter { background-color:#DEDEDE !important;}
#tblListofPatients1_filter{ background-color:#DEDEDE !important; }

.mainColor{color:#5bbdb0}
.innerColor{background-color:#d9edf7 !important;
           border:1px solid #5bbdb0 !important;
}
.divContactUS {
box-shadow: 2px 2px 2px #c2c2c2;
border: 1px solid #333;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration:none !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !important;
    box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125) !important;
    background-color:#5bbdb0 !important;
}
.nav > li > a:hover, .nav > li > a:focus{
    outline: 0;
}
.btn-greenOPD {
    color: #fff;
    background-color: #5bbdb0 !important;
    border-color: #5bbdbd !important;
    border-radius:0px;
    
}

.btn-greenOPD:hover,.btn-greenOPD:focus {
    color:#ffffff;
    text-decoration:none;
     outline:thin dotted !important;
}

.navbar-header { background-color:#5BBDB0; border:0;}
.navbar-toggle:hover { background-color:#94F7EA !important; border:1px solid green; }
.navbar-default .navbar-toggle:focus {background-color:#94F7EA; }
.panel-green{border-color:#5bbdbd;}

.zindex{ z-index:0 !important}
.ScheduleTableTH{ text-align:center;border-right:1px solid #55bdb0 ;}
.subBlock a{color:#787878}
.textcolor{color:#ffffff !important;}
/* media query starts */
@media (min-width:700px) {
    .nav li { float:left;}
    .nav { margin-right:0;}
}
@media (max-width:1024px) {
    .btn-green { padding:5px;}

}
/*--------------------------------------------------------------------------------
     media query ends */

/* jquery CSS*/
.ui-autocomplete{height:250px;overflow-y:auto;}

/* End jquery CSS*/

/** Clear Text */
.close-icon {
    float:right;
    cursor:pointer;
    position:relative;
    margin-right:2px;
    margin-top: -40px;
}

/*Multi Select Css*/
.multiselect {
    width: 100%;
    height: 53px;
}
div.Tokenize ul.TokensContainer li.Token, div.Tokenize ul.TokensContainer li.TokenSearch {
  margin: 5px 0 0 1px !important;
  
}
div.Tokenize ul.TokensContainer li.Token {
  
 padding: 0px !important; 
  
}

.admin-onboard-header
{
    background-color:white;
    padding-top:10px;
    padding-bottom:15px;
    border-bottom-width:1px;
    border-bottom-color:black;
    border-bottom-style:solid;
}

.btn-greenOPDAdmin {
    color: #fff;
    background-color: #5bbdb0 !important;
    border-color: #5bbdbd !important;
    border-radius:0px;
}

.btn-greenOPDAdmin:hover,.btn-greenOPDAdmin:focus {
    color:#ffffff;
    text-decoration:none;
     outline:thin dotted !important;
}
.textalign{
    text-align:center;
}
.Total th{
    background-color:white;
}
.Admintextfield {
	color: #787878;
	background-color: #ffffff;
    border: 1px solid #dddddd;
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
    margin-right:10px;
	margin-bottom: 0px;
    font-size: 8pt !important;
    height:22px;
}
.textfieldFreeMths {
	color: #787878;
	background-color: #ffffff;
	 width: 50px;
    border: 1px solid #dddddd;
    /*text-align:center;*/
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
    font-size: 8pt !important;
}
.textfieldAdminDoc {
	color: #787878;
	background-color: #ffffff;
	width: 15%;
   /* height: 20px;
        border-radius: 5px;*/
    border: 1px solid #dddddd;
   
    -moz-border-radius: 5px;
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
	padding-right: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
    font-size: 8pt !important;
}