@charset "utf-8";
/* CSS Document */

* {
	/* transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s; */
}

body {
	overflow-y: scroll;
}

@font-face {
	font-family: OpenSansSemiBold;
	src: url(fonts/OpenSans-Semibold.ttf);
}

@font-face {
	font-family: OpenSansBold;
	src: url(fonts/OpenSans-Bold.ttf);
}

@font-face {
	font-family: OpenSansLight;
	src: url(fonts/OpenSans-Light.ttf);
}

@font-face {
	font-family: OpenSans;
	src: url(fonts/OpenSans-Regular.ttf);
}

/* Sticky footer styles
  -------------------------------------------------- */

html, body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */

#wrapper {
	min-height: calc(100vh - 80px);
	height: auto;
	/* Negative indent footer by it's height */
	/* margin: 0 auto -140px; */
}

/* Set the fixed height of the footer here */

#push, #footer {
	/* min-height: 140px; */
}

#footer {
	background-color: #f5f5f5;
}

textarea {
	resize: none;
}

.select {
	font-size: 16px;
}

/*input[type="text"]
{
font-size:16px;
}*/

/*input[type="select"]
{
font-size:16px;
}*/

ul.cssMenu, ul.cssMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

/*Style for 1st level menu header*/

ul.cssMenu li {
	position: relative;
	float: left;
	zoom: 1;
	/*Needed for IE*/
	background: #DDDDDD;
	/*background color of menu header (1st level)*/
}

ul.cssMenu li:hover {
	background: #d3e8ef;
	/*background color of menu header (1st level) on hover*/
	;
}

ul.cssMenu li a {
	/*Menu link styles*/
	display: block;
	font-family: Arial, Times New Roman, Tahoma;
	font-size: 12px;
}

/* Building menu items - for 2nd and more level menu items*/

ul.cssMenu ul {
	display: none;
	/*initially menu item is hidden*/
	position: absolute;
	/*absolute positioning is important for menu to float*/
	/*Formating of menu items*/
	border: 1px solid #AAAAAA;
	padding: 1px;
	background: #FFFFFF;
	opacity: 0.6;
	/*optional - to change position of 2nd level menu item*/
	top: 100%;
	left: 0;
}

ul.cssMenu ul li {
	background: #FFF;
	color: #000;
	border-bottom: 1px solid #DDDDDD;
	float: none;
}

ul.cssMenu ul li a {
	display: block;
	color: #000000;
}

/* Menu item position for 3rd level and more */

ul.cssMenu ul ul {
	left: 100%;
	top: 0;
}

/* Hover effect for menu*/

ul.cssMenu li:hover>ul {
	display: block;
}

.link_map {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.landing_box {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.curved {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.navside a {
	display: block;
	width: 205px;
	height: 38px;
	/*background-color:#e5eef7;
*/
}

.navside a:hover {
	background-color: #e5eef7;
	width: 202px;
	height: 38px;
}

.navside2 a {
	display: block;
	width: 187px;
	height: 38px;
	/*background-color:#e5eef7;
*/
}

.navside2 a:hover {
	background-color: #e5eef7;
	width: 184px;
	height: 38px;
}

.navside3 a {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	display: block;
	width: 187px;
	height: 38px;
	/*background-color:#e5eef7;
*/
}

.navside3 a:hover {
	background-color: #e5eef7;
	width: 184px;
	height: 38px;
}

/*
.submit
{

background-image:url(../img/buttonbak.png);


-webkit-border-radius: 5px;


-khtml-border-radius: 5px;


-moz-border-radius: 5px;


border-radius: 5px;

overflow:hidden;


 border:none;
 width:90px;
 height:28px;
 text-align:center;
 color:#cfdbde;
 font-size:12px;
 font-family:Arial, Helvetica, sans-serif;
 cursor:pointer;

}

.submit:hover
{
background-image:url(../img/buttonbak2.png);



 -webkit-border-radius: 5px;


-khtml-border-radius: 5px;


-moz-border-radius: 5px;


border-radius: 5px;

overflow:hidden;

 border:none;
  width:90px;
 height:28px;
 text-align:center;
 color:#cfdbde;
 font-size:12px;
 font-family:Arial, Helvetica, sans-serif;

}
*/

.button_like {
	background-image: url(../img/buttonbak.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	width: 90px;
	height: 28px;
	text-align: center;
	color: #cfdbde;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.button_like:hover {
	background-image: url(../img/buttonbak2.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	width: 90px;
	height: 28px;
	text-align: center;
	color: #cfdbde;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.submit2 {
	background-image: url(../img/nav_black_bak.png);
	/* -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;

 */
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(../border-radius.htc); */
	overflow: hidden;
	border: none;
	padding: 7px 15px 7px 15px;
	color: #cfdbde;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.submit2:hover {
	background-image: url(../img/nav_black_bak2.png);
	/* -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 */
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(../border-radius.htc);*/
	overflow: hidden;
	border: none;
	padding: 7px 15px 7px 15px;
	color: #cfdbde;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.sitemap {
	font-weight: lighter;
	text-decoration: none;
	color: #98e4fe;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.sitemap:hover {
	text-decoration: none;
	font-weight: lighter;
	color: #fdf134;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.submit4 {
	background-color: #282d30;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	padding: 2px 10px 2px 10px;
	color: #cfdbde;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.submit3 {
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	padding: 2px 10px 2px 10px;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#blanket {
	background-color: #111;
	opacity: 0.9;
	filter: alpha(opacity=90);
	position: fixed;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
}

#popUpDiv {
	position: fixed;
	background-color: #0285b0;
	width: 450px;
	height: 500px;
	margin-top: -450px;
	margin-left: -80px;
	z-index: 9002;
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#container {
	background-color: #FFF;
	width: 430px;
	height: 400px;
	margin-left: 8px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#contact_list {
	overflow: auto;
	background-color: #FFF;
	width: 400px;
	height: 360px;
	margin-left: 13px;
	margin-top: 15px;
	border: 1px solid #CCC;
}

.todo {}

.tablink {
	text-decoration: none;
	color: #333;
	font-size: 13px;
	font-weight: 500;
}

#footer_not_underline {
	text-decoration: none;
	color: #FFF;
}

#footer_not_underline:hover {
	text-decoration: underline;
	color: #FFF;
}

/* noel CSS revisions */

.sidebar_message>div {
	border: 1px solid #CCD3DA;
	float: left;
	height: 38px;
	width: 90%;
}

.sidebar_message>div.active {
	background-color: #d8e0e8;
}

.sidebar_message>div {
	background-color: #FFFFFF;
	border: 1px solid #CCD3DA;
	float: left;
	height: 38px;
	width: 90%;
}

.sidebar_message>div:hover {
	background-color: #e5eef7;
}

.sidebar_message>div:first-child {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.sidebar_message>div:last-child, .navside3 {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.sidebar_message>div a {
	color: #333333;
	text-decoration: none;
}

.sidebar_message>div.active a {
	color: #1484b0;
}

.sidebar_message a>span {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 20px;
	margin-top: 8px;
}

/* .top_menu > li { */

/*     background-color: #FFFFFF; */

/* } */

/* .top_menu > .active { */

/* 	background-color: #d8e0e8; */

/* } */

/* .top_menu > .active a { */

/*     background-color: #D8E0E8; */

/*     color: #1484B0; */

/* } */

/* .top_menu > .active a:hover { */

/* 	background-color: #E5EEF7; */

/* } */

/* .top_menu > li:hover, .top_menu > li:hover a { */

/* 	/* background-color: #e5eef7; */

*/
/* } */

/* .top_menu > li a { */

/*     color: #333333; */

/*     text-decoration: none; */

/* } */

/* .top_menu > li a:hover { */

/*     color: #333333; */

/*     text-decoration: none; */

/* } */

/* .top_menu a > span { */

/*     font-family: Arial,Helvetica,sans-serif; */

/*     font-size: 16px; */

/* } */

.landing_center_blue {
	background-image: url("../img/landing_center_blue.png");
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	padding: 9px 20px;
}

.header span {
	color: #FFFFFF;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.notification_alert {
	width: 50%;
	float: left;
}

.notification_alert table td {
	border-bottom: 1px dotted #333333;
	text-align: right;
}

.notification_alert table td:first-child {
	width: 215px;
}

.input_txt_design {
	border: medium none;
	border-radius: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 15px;
	width: 213px;
}

.addpatient a {
	text-decoration: none;
}

/* for charting */

.tooth {
	cursor: pointer;
}

.tooth_legend {
	border: 1px solid #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
}

div[id^=ptc] {
	display: inline-block;
	vertical-align: top;
	width: 28px;
}

.profile_pic_container {
	border: 4px solid #cccccc;
	border-radius: 50%;
	height: 11em;
	width: 11em;
	overflow: hidden;
	position: relative;
}

.profile_pic {
	/* 	width: 100%; */
	/* 	height: 100%; */
}

.hidden_image_input {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

#chart_name.edit_chart_name:hover {
	box-shadow: 0 0 1px;
}

/* treatment record */

.colorpicker {
	z-index: 1040;
}

.ui-datepicker-trigger {
	background-color: unset;
	padding: 0 6px;
}

/* clinic manangement */

#modalEditClinic .modal-dialog {
	/* width: 500px;*/
}

/* patient records */

.item_row_img_container {
	overflow: hidden;
	width: 4rem;
	height: 4rem;
}

.elapsed_time {
	font-size: 0.8rem;
}

/********************************
  Foundation Framework Styles
********************************/

/* full screen width */

.row.fullWidth {
	max-width: none;
}

.panel {
	border-radius: 10px;
}

/* topbar */

#menu {
	min-height: 80px;
}

#menu .top-bar-section {
	margin-top: 35px;
}

#menu.top-bar, #menu.top-bar.expanded .title-area {
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url("../img/header_bg.png");
}

#menu.top-bar {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
}

#menu.top-bar .toggle-topbar.menu-icon a {
	color: #428BCA;
}

#menu .top-bar-section ul li {
	background-color: transparent;
}

#menu .top-bar-section ul li>a {
	color: #4c4c4c;
	background-color: transparent;
}

#menu .top-bar-section li.active:not(.has-form) a:not(.button) {
	background-color: transparent;
	color: #00aeef;
}

#menu .top-bar-section li:not(.has-form) a:not(.button) {
	background-color: transparent;
}

#menu .top-bar-section ul li:hover:not(.has-form)>a {
	color: #00aeef;
}

/* #dentist_dashboard_header.top-bar .toggle-topbar.menu-icon a { */

/* 	color: #4C4C4C; */

/* } */

/* #dentist_dashboard_header .top-bar-section ul li { */

/* 	background-color: transparent; */

/* } */

/* #dentist_dashboard_header .top-bar-section li.active:not(.has-form) a:not(.button) { */

/* 	color: #428BCA; */

/* } */

/* #dentist_dashboard_header .top-bar-section li:not(.has-form) a:not(.button) { */

/* 	background-color: transparent; */

/* } */

/* #dentist_dashboard_header .top-bar-section ul li > a { */

/* 	color: #4C4C4C; */

/* } */

.orbit-caption {
	background-color: rgba(51, 51, 51, 0.8);
	bottom: 0;
	position: absolute;
	width: 100%;
}

/* for radio checked image styles */

label.changeMySrc>input {
	/* HIDE RADIO */
	display: none;
}

label.changeMySrc>input+img {
	/* IMAGE STYLES */
	cursor: pointer;
	border: 2px solid transparent;
}

label.changeMySrc>input:checked+img {
	/* (RADIO CHECKED) IMAGE STYLES */
	border: 2px solid #f00;
}

/* treatment record input box styles */

input[name^="amount_charged"], input[name^="input_discount"], input[name^="amount_paid"], input.enterpdp {
	height: initial;
	margin: initial;
	padding: initial;
	text-align: right;
}

/* calendar table style reset */

#calendar table table {
	background-color: transparent;
	border: medium none;
	margin-bottom: initial;
}

#calendar table table thead {
	background-color: transparent;
}

/* homepage - 2019-10-01 version */

img.desaturate {
	filter: grayscale(100%) contrast(40%);
}

.homepage .top-bar-section ul li {
	background-color: rgba(255, 255, 255, 0.7);
}

.homepage .top-bar-section ul li>a {
	color: #aaaaab;
}
.homepage .top-bar-section ul li>a.signup {
	color: #ffffff;
}

.homepage .top-bar-section ul li>a.button.login {
	background-color: transparent;
	color: #2196F3;
	outline: 1px solid;
}

@media only screen and (min-width: 40.0625em) {
	.homepage .top-bar-section .has-form {
		background-color: transparent;
	}
	.homepage .top-bar-section li:not(.has-form) a:not(.button) {
		background-color: transparent;
	}
	.homepage .top-bar-section li:not(.has-form) a:not(.button):hover {
		background-color: #2196F3;
	}
}