/* 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*/
    }

.forgotForm 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: 45px;
        margin-right:15px;
        font-size:15px;
    }

.txtField2 {
    padding: 4px;
    margin-top:10px;
}

.col {
    background-color: #fff;
    border: 1px solid #bdbec0;
    padding: 20px;
    margin-bottom: 5px;
}

    .col h3 {
        color: #333;
        padding: 0;
        margin: 0;
        font-size: 1.1em;
        padding: 0px 0px 10px;
    }

.col2 {
    padding-bottom: 0px;
}

    .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 10px;
            background-repeat: no-repeat;
            margin: 0;
            padding: 0;
            padding-left: 20px;
            border-bottom: 1px solid #e5e5e5;
            padding-top: 9px;
            padding-bottom: 9px;
        }

            .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: 10px;
}

.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: 0px;   
}

    .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: 10px;
        }
        /* 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 #bdbec0;
	/*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;
	
	margin: 0px;	
	float: left;
    border: 1px solid #bdbec0;
	width: 100%;
    margin-bottom: 5px;
}

.apptDetail div {
	float: left;
    color:#595959
}

.slotHeaderNotBook {
    width: 100%;
    padding: 5px;
    background-color: #c9ffff; /*b2dbb4 ddedd5*/
}
   
.slotHeaderBook {
    width: 100%;
    padding: 5px;
    background-color: #faa082; /*e39088 f0dddd*/
}

.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 #bdbec0;   
    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: 80%;
    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;
}
.textfieldDiag50 {
	color: #545454;
	background-color: #ffffff;
	width: 49%;
    height: 20px;
    border: 1px solid #dddddd;   
	padding-right: 1px;
	padding-left: 4px;	
	font-weight: 300;
	margin-left: 0px;
	margin-bottom: 0px;
}
.textfieldDiag100 {
	color: #545454;
	background-color: #ffffff;
	width: 100%;
    height: 20px;
    border: 1px solid #dddddd;   
	padding-right: 1px;
	padding-left: 4px;	
	font-weight: 300;
	margin-left: 0px;
	margin-bottom: 0px;
}
.textfieldDiagnoBP {
	color: #545454;
	background-color: #ffffff;
	width: 32%;
    height: 20px;
    border: 1px solid #dddddd;    
	padding-right: 1px;
	padding-left: 4px;	
	font-weight: 300;
	margin-left: 0px;
	margin-bottom: 0px;
}
.textfield25 {
	color: #545454;
	background-color: #ffffff;
	width: 25%;
    height: 20px;
    border: 1px solid #dddddd;    
	padding-right: 1px;
	padding-left: 4px;	
	font-weight: 300;
	margin-left: 0px;
	margin-bottom: 0px;
}
.textfieldAge {
	color: #545454;
	background-color: #ffffff;
	width: 25%;  
    border: 1px solid #dddddd;    
	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;
}

.textfieldDignoH50 {
	color: #787878;
	background-color: #ffffff;
	width: 100%;    
    border: 1px solid #dddddd;    
    height: 50px;
    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 {
    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:5px; }
.header-block .container { padding-bottom:0;}
.header-block .txtGreen{
	border:1px solid #5bbdb0;
	font-size:14px;
	line-height:20px;
}
body {  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 {
    margin-top:15px;
	background-color:#5bbdb0;
	
	/*color:#fff; NewDesign padding:10px; */
	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;
    margin-top:10px;
}
.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;margin-bottom:3px;}
#tblListofPatients1_filter{ background-color:#DEDEDE !important;margin-bottom:3px; }

.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;}
.andor{font-size:15px;height:45px;text-align:center;color:white;padding:10px}
hr{margin-bottom:8px !important;margin-top:8px !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;
}
/*Multi Select Css*/
.multiselectWithNewElement {
    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; 
  
}
.divBorder{ border: 1px solid #dddddd;min-height:63px;width:99% ;padding:0;margin:0 0 5px 0;}
.divBorderGreen{ min-height:63px;width:100% ;padding:10px;margin:0 0 5px 0;background-color:#dff0d8;border-color:#d6e9c6}
/* in Metro css*/
.tile-strip, .live-tile, .list-tile, .copy-tile, .slide{float:none !important;}

/* boostrap
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{max-width:none}*/
.imgthumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width:none;
}

/* New Home Page*/

.clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .panel-body::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .modal-footer::after, .ui-tabs .ui-tabs-nav::after, .action-profile.controller-member .member-info-container::after {
    clear: both;
}
.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .panel-body::before, .panel-body::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .modal-footer::before, .modal-footer::after, .ui-tabs .ui-tabs-nav::before, .ui-tabs .ui-tabs-nav::after, .action-profile.controller-member .member-info-container::before, .action-profile.controller-member .member-info-container::after {
    content: " ";
    display: table;
}
#site-wrapper, .home-container, .section-carousel, .section-carousel .carousel, .section-carousel .carousel-inner, .section-carousel .item, .section-carousel .active.item {
    height: 100%;
}
.tblSeparatorMain 
{
    
	width: 100%;
	background-color: #787878;
	height: 1px;
	border-radius: 2px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #f5f5f5;
	margin-right: 0px;
	margin-left: 0px;	
}
.gutter_5px {
    padding-left:5px;
    padding-right:5px;
    margin:0;
}
.searchdiv {
    top: 80%;
    left: 0px;
    right: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 15;
}
.txtFieldSearch{
        width: 40%;           
        height: 30px;
        margin-right:5px;
        font-size:12px;
        color:black;
}
.NoRecordFound {
    text-align:center;padding:5px;margin-bottom:10px;font-size:13px;
}

.HomePageCarouselText h1
{
    font-size: 20px;
    font-family:Georgia, serif

}

.hide {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

.this-will-not-be-read {
   display: none !important;
}

.top_callnumbersbox {
  
  text-transform: uppercase;
  color: hsl(210, 1%, 69%);
  text-align:center;
  margin-top:20px;
  font-size:13px; 
}
.top_callnumbersbox span {
  font-family: 'Oxygen'; 
  font-weight: normal;
  color: #5bbdb0;
}
/*------------------ --------------------------------------------------------------------------------------*/
/* in line StyleSheet*/

.advtImage{
    width: 100%; height: 70px; padding: 0px 1px 5px 0px;
}
.advtImage1{width: 100%; height: 70px; padding: 0px 0px 5px 1px;}
/*------------------ --------------------------------------------------------------------------------------*/
/* Forgot Password*/

/*.active#loginButton {
    border-radius: 10px 10px 0 0;
}*/
.active#loginButton span {
    background-position: 53px -76px;
}

#forgotButton {
    display: inline-block;
    float: right;    
    position: relative;
    z-index: 30;
    cursor: pointer;   
    text-decoration:none;
    color:#787878;
    font-weight: normal;
    padding: 4px 4px 4px 16px;
    display: block;
    text-align: left;
    font-size: 16px;
}

fieldset#body {
    background: #fff;    
    padding: 10px 13px !important;
    margin: 0;   
    border: 1px solid #bdbec0  !important;    
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0px 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;


}
#forgotForm fieldset {
    margin: 0 0 6px 0;
    display: block;
    border: 0;
    padding: 0;
}
#forgotButton span {    
    font-weight: bold;
    padding: 4px;
    display: block;
    text-align: center;
}

#forgotForm input {
    width: 92%;
    border: 1px solid #5bbdb0;   
    box-shadow: inset 0px 1px 3px #dddddd;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
    color: #3a454d;   
    padding: 3px 8px;
  
}


#forgotBox {
    position: absolute;
    /*top: 34px;*/
    right: 0px;
    display: none;
    z-index: 29;
    padding-right: 15px;
    padding-left:25px;
    width:100%;
}
/*------------------ --------------------------------------------------------------------------------------*/


/* for Testimonail */
.cd_author img {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd_author  {
  text-align: left;
  line-height: 1.2;
}
.cd_author li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd_author li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6b6b70;
}

@media only screen and (min-width: 768px) {
  .cd_author img {
    width: 50px;
    height: 50px;
  }
  .cd_author {
    line-height: 1.4;
  }
  .cd_author li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd_author li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.testimonial-wrapper .cd_author {
  text-align: left;
  margin-left: 1.5em;
}
.testimonial-wrapper .cd_author img {
  box-shadow: 0 0 0 transparent;
}
.testimonial-wrapper p {
  position: relative;
  background: #5BBDB0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin-bottom: 1em;
}
.testimonial-wrapper p::after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #5BBDB0;
}
.tblSeparatorPatient {
    width: 100%;
	background-color: #787878;
	height: 1px;
	border-radius: 2px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #f5f5f5;
	margin-right: 0px;
	margin-left: 0px;	
    margin-top:-10px;
}

.pricing-plan-heading{
    text-align: center;
    font-size: 30px;
    color: #5bbdb0;
    margin-top: 20px;
    font-weight:bold;
}
.pricing-plan span{
    font-size:14px;
    padding:5px;
}
.ddlPricingPlan{

    width:200px;
    font-size:12px;
    height:30px;
    padding:2px;
}
.sms-plan-heading
{
    font-size:14px;
    text-align:center;
    margin-top:10px;
}

.btn-Pricing {
    color: #fff;
    background-color: #f7552d !important;
    border-color: #e6421e !important;
    border-radius:0px;
    
}
.bob-option{font-size:14px;color:#f7552d}

.bob-details {
    padding-left:15px;
       
}

.bob-details table tr td, .contentTable table tr th {
    padding: 3px 2px 3px 5px;
}


.bob-details table tr td {            
    color: #787878;
    font-size: 12px;
}
.wrapListDepartment {
    white-space: nowrap;
    width: 6.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    text-align: center;
}

.add-tabclass
{
    padding:3px 5px;
    border-color:#d7d7d7 !important;
    color:#787878 !important;   
    background-color: #dff0d8 !important;    
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-width:0px !important;
    outline:none !important;
}
.remove-tabclass
{
    padding:3px 5px;
    background-color:#d6e9c6 !important;
    border-color:#d7d7d7 !important;
    color:#787878 !important;   
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    outline:none !important;

}
.dept-list{
    margin-bottom: 5px;
    font-size: 14px;
    width: 6.9em;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}
.add-depttabclass
{
    padding:3px 5px;
    border-color:#bdbec0 !important;
    color:#787878 !important;   
    background-color: #ffffff !important;    
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-width:0px !important;
    outline:none !important;
}
.searchBox{
    margin-left: 110px;
    color: #fff;
    font-size: 14px;
}
.badgePatientNotIn
{
 float:left;background-color:#d9d9d9
}
.badgePatientIn
{
float:left;background-color:#fcbd00
}
.badgeCheckIn
{
float:left;background-color:black
}
.badgeCheckOut
{
    float:left;background-color:#f23353
}
.badgeNoShows
{
float:left;background-color:#68d3f7
}

 input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
}
 .DivPricingBackground{ min-height:63px;width:100% ;padding:10px;margin:0 0 5px 0;background-color:#a0f2e6;border-color:#a0f2e6}
  

   .table-Pricing {
    padding: 0;
    margin: 0;
    color:#000;
}

.table-Pricing table {
        border-collapse: collapse;       
}
 .table-Pricing table tr td {
            border-right: 3px solid #fff;
            border-bottom: 3px solid #fff;
            color: #000;
            font-size: 12px;
}

 .pricing-divheader
 {
    font-size:16px;font-weight:bold;margin:auto;text-align:right;padding:5px 10px 0px 0px;
 }
 .pricing-divsubheader
 {
     font-size:10px;text-align:right;padding-right:10px;
 }

 /*  start typeahead CSS    */
 .typeahead,
.tt-query,
.tt-hint {
  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;
}

.typeahead {
  background-color: #ffffff;
}

/*.typeahead:focus {
  border: 2px solid #0097cf;
}*/

.tt-query {
  -webkit-box-shadow: inset 0px 1px 3px #bbb;
     -moz-box-shadow: inset 0px 1px 3px #bbb;
          box-shadow: inset 0px 1px 3px #dddddd;
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 130px;
  height:100px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
 
}

.tt-suggestion {
  font-size: 13px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

/* End typeahead CSS*/

.advt{

    font-size:14px;   
   font-weight:bold;
    margin-top:5px;
}
.advt a{
     color:#FF8F6A !important;
}

.btn-campOPD {
    color: #fff;
    background-color: #FF8F6A !important;
    border-color: #FF8F6A !important;
    border-radius:0px;
    
}
.header-block .txtOrange{
	border:1px solid #FF8F6A;
	font-size:14px;
	line-height:20px;
}
.camp-textFieldPhone {
	color: #787878;
	background-color: #ffffff;
	width: 90%;
      /* 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;
   
}
.camp-textFieldAccount {
	color: #787878;
	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: 0px;
	padding-left: 5px;	
	margin-left: 0px;
	margin-bottom: 0px;
   
}
.camp-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: 60px;
    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;
    
}
.camp-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;
    
}
.camp-pagetitle{
    padding:0px 0px 5px 15px;font-size:16px;font-weight:bold;text-align:center;color:#FF8F6A
}
.camp-marginTop20{
    margin-top:-20px;
}
.ddlDepartment{
    width: 100px;
    padding: 2px;
    text-align: center;
    border: 1px solid #dedede;
}
.no-TopBorder{
      border-top:none !important;
}
/* For Seo Need*/

.footerText h2{
    font-size: 3pt;
    Margin:0px;
    color:white
       
}
.fixed {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 102%;
}