* App Navigation Styling **/
.headerLogin {
	width: 100%;
	background-color: #000;
	height: 5%;
	position: relative;
}

.home_container {
	width: 100%;
	background-color: #FFF;
	height: 90%;
	position: relative;
}

.footer {
	color: #fff;
	padding: 10px 10px;
	/*width: 100%;*/
	/*height: auto;*/
	/*position: fixed;*/
	/*left: 0;*/
	/*bottom: 0;*/
	background: #000;
	z-index: 1;
}
/** App Icons Styling here **/
.body_image {
	background-image: url("../img/jpg/bg.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-left: 1%;
	margin-right: 1%;
}
/** App - Holders Styling here **/
/* 4/23/15 */
.login-text-color {
	color: #fff;
}

.box {
	color: #fff;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 0%;
	margin-bottom: 0%;
	padding: 3% 10% 15%;
	position: relative;
	background-color: rgba(0, 0, 0, 0.4);
	width: auto;
	height: auto;
	font-family: "noble-bold", Helvetica, Arial, sans-serif;
}

::-webkit-input-placeholder {
	text-align: center;
	color: #000;
}

:-moz-placeholder {
	/* Firefox 18- */
	text-align: center;
}

::-moz-placeholder {
	/* Firefox 19+ */
	text-align: center;
}

:-ms-input-placeholder {
	text-align: center;
}

.form-align {
	margin-left: -10%;
}

#success_msg {
	text-align: center;
	background-color: #fff;
	color: #000;
	padding: 2% 2%;
	margin-top: 4%;
	width: 90%;
	margin-left: 0%;
}

.login-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 600px;
    margin-top: -300px;
    margin-left: -500px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.login-header {
    background: #000;
    height: 150px;
    width: 100%;
    border-radius: 50% / 80%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 5px;
}
.login-header img {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}
.login-box .error {
    padding: 7px 10px 10px 10px !important;
    margin: 0 5px 0 5px !important;
    height: 40px;
}
.login-content {
    width: 100%;
}
.login-content form {
     margin-top: 50px;
     width: 300px;
}
.login-content input {
    border-radius: 0px;
}
.login-btn {
	background-color: #000 !important;
	color: 	#F28120 !important;
	/*#FFD700*/
  border-radius: 0px;
	font-weight: bold;
}
.login-btn:hover {
	background-color: #ddd ! important;
	color: #000 !important;
}
.login-footer {
     background: #F28120;
		 /*#FFC90D*/
     height: 40px;
     width:100%;
}

#largeButton {
	width: 230px;
	border-radius: 0px;
}

#mediumButton {
	width: 250px;
	border-radius: 0px;
}

#smallButton {
	width: 130px;
	border-radius: 0px;
}

hr {
	display: block;
	height: 0px;
	width: 100%;
	border: 0;
	border-top: 2px dotted rgba(145, 145, 145, 0.8);
	margin: 1em 0;
	padding: 0;
}

#body_content {
	margin-left: 1%;
	margin-right: 1%;
	height: auto;
	background-color: #fff;
}

[placeholder]:focus::-webkit-input-placeholder {
	transition: opacity 0.15s 0.15s ease;
	opacity: 0;
}

#summary_gradient {
	width: auto;
	height: 227px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-repeat: no-repeat;
	margin-top: 0%;
	margin-left: 0%;
	background-image: url("../img/header.png");
	padding: 5% 2% 8% 5%;
}

.customer-form .help-block {
	display: none;
}

.customer-form.has-error .help-block {
	display: block;
}
/* Fix for Bootstrap 3 with Angular UI Bootstrap */
/* Custom dialog/modal headers */
.dialog-header-error {
	background-color: #d2322d;
}

.dialog-header-wait {
	background-color: #428bca;
}

.dialog-header-notify {
	background-color: #eeeeee;
}

.dialog-header-confirm {
	background-color: #333333;
}

.dialog-header-error span, .dialog-header-error h4, .dialog-header-wait span,
	.dialog-header-wait h4, .dialog-header-confirm span,
	.dialog-header-confirm h4 {
	color: #ffffff;
}
/* Ease Display */
.summary-content {
	border: 1px solid #000;
	padding: 0px 0px 0px 0px;
	width: 75%;
	font-size: 15px;
}

#background-grey {
	background-color: #eee;
	color: grey;
	!
	important
}

.container-grey {
	width: 85%;
	background-color: #eee;
	color: #000;
	!
	important
}

#container-white {
	width: 90%;
	background-color: #fff ! important;
	color: #000 ! important;
}

#container-white-wp {
	background-color: #fff ! important;
	color: #000!;
	padding-left: 10% ! important;
	padding-right: 10% ! important;
}

.borderServices {
	border: 1px solid #eee;
}

.notSelected {
	color: #fff;
	font-size: 14px;
	background-color: #000;
}

.notSelected_box {
	position: relative;
	background: #000;
	color: #fff;
	border: 4px solid #000;
	display: block;
}

.notSelected_box:after, .notSelected_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.notSelected_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #000;
	border-width: 20px;
	margin-left: -30px;
}

.notSelected_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #000;
	border-width: 23px;
	margin-left: -30px;
}

#logoutStyling {
	color: #fff;
	padding: 30px;
	font-weight: bold;
	font-size: 15px;
}

.logoutBlack {
	width: 100%;
	background-color: #000;
	color: #fff ! important;
	vertical-align: center;
	font-size: 11px;
	padding: 0px ! important;
	width: auto;
}

#create_rightpane {
	background-image: url("../img/create_rightpane.png");
	height: auto;
	width: auto;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
}

.logoutButton {
	background-color: #000;
	border: 0px;
	margin-top: 10px;
	border-radius: 0px;
}

#whiteButton {
	border-color: #fff ! important;
	color: #fff ! important;
	width: 170px;
	border-radius: 0px;
	padding: 12px 25px 12px 25px;
}

#customDropdown {
	color: #fff;
	background-color: #000;
	width: 10px ! important;
	height: 10px ! important;
	padding-top: 20px ! important;
	text-transform: none ! important;
}

.act {
	background: gray;
}

.saftytab{
	height: 150px;
}

:focus {
    outline-color: none ! important;
}




#####Button

/* arrow buttons */
.buttonRight {display:table;margin:0 auto;font-size:1em;text-decoration:none;color:#fff;}
.buttonRight:before, .buttonRight:after {display:table-cell;content:'';border-top:1.5em solid;border-bottom:1.5em solid;border-left:1.5em solid;}
.buttonRight:before {border-top-color:#de3614;border-bottom-color:#de3614;border-left-color:transparent;}
.buttonRight:after {border-top-color:transparent;border-bottom-color:transparent;border-left-color:#de3614;}
right {display:table-cell;vertical-align:middle;background-color:#de3614;padding:0 .5em 0 1em;}


/* hover */
.buttonRight:hover right {background-color:#333;}
.buttonRight:hover:before {border-top-color:#333;border-bottom-color:#333;}
.buttonRight:hover:after {border-left-color:#333;}

.buttonLeft:before, .buttonLeft:after {display:table-cell;content:'';border-top:1.5em solid;border-bottom:1.5em solid;border-left:1.5em solid;}
.buttonLeft:before {border-top-color:#eee;border-bottom-color:#eee;border-left-color:transparent;}
.buttonLeft:after {border-top-color:transparent;border-bottom-color:transparent;border-left-color:#eee;}
left {display:table-cell;vertical-align:middle;background-color:#eee;padding:0 .5em 0 1em;}





/* define a fixed width for the entire menu */
.navigation {
  width: auto;
}

/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  background-color: #000;
  text-decoration: none;
  padding: 5px;
  color: #000;
}

/* add hover behaviour */
.mainmenu a:hover {
    background-color: rgba(105, 100, 100, 0.62);
}


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
  display: block;
  max-height: 200px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
  background-color: rgba(0, 0, 0, 0.44);
}

/* hover behaviour for links inside .submenu */
.submenu a:hover {
  background-color: #666;
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}



.progress {
	overflow: hidden;
	height: 17px ! important;
	width: 100% ! important;
	background-color: #de3614;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
		margin-bottom: 20px;
}
.progress-bar {
	height: 100%;
	color: #fff;
	text-align: center;
	background-color: #de3614;



}
.progress-striped .progress-bar {
			background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
			background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
			background-size: 40px 40px;
}
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
}

.md-table {
	min-width: 100%;
	border: 2px;
}

.md-table tbody tr:hover, .md-table tbody tr:focus {
	cursor: pointer;
	background-color: rgba(63, 81, 181, 0.2);
}

.colorPalette{
  border-radius: 0%;
  behavior: url(PIE.htc);
  width: 25px;
  height: 25px;
  padding-top: 4px ! important;
  color: #000;
  font: 15px Arial, sans-serif;
  display: inline-block;
}

md-dialog {
  min-width: 500px ! important;
	box-shadow: 0px 8px 10px -5px rgba(171, 100, 100, 0.74), 0px 16px 24px 2px rgba(130, 103, 103, 0.81), 0px 6px 30px 5px rgba(78, 15, 15, 0.9) ! important;
}

.textAlignRight {
	text-align: right;
}

md-input-container {
	padding: 2px 2px 10px;
}

/*.tooth {
    margin: 4px;
    background-color: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    padding-bottom: 10px;
}
.tooth-on {
    background-image: url("../img/png/tooth-on.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    color: #FFF;
}
.tooth-off {
    background-image: url("../img/png/tooth-off.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    color: #000;
}*/

.bold-text {
	font-weight: bold;
}
.font-red {
	color: red;
}
.strike {
	text-decoration: line-through;
	color: red;
}
.right-align {
	text-align: right !important;
}
.center-align {
	text-align: center !important;
}
.left-align {
	text-align: left !important;
}
.popover {
	max-width: 600px;
}
.myWhite {
	color: rgb(63,81,181) !important;
	background-color: rgba(158, 158, 158, 0.2) !important;
}

.teeth-state-on {
	/*background-color: black;*/
	color: rgb(63,81,181); /*#ffd700(golden-yellow);#CFAD6D(brown)*/
	fill: rgb(63,81,181);
}
.teeth-state-off {
	color: gray;
	/*fill: currentColor;*/
}
.teeth-51, .teeth-61, .teeth-71, .teeth-81, .teeth-11, .teeth-21, .teeth-31, .teeth-41 {
	height: 77px !important; /* Original height: 310px; Now: 25%; */
	width: 25px !important; /* Original width: 100px; Now: 25%; */
}
.teeth-52, .teeth-62, .teeth-72, .teeth-82, .teeth-12, .teeth-22, .teeth-32, .teeth-42 {
	height: 77px !important; /* Original height: 310px; Now: 25%; */
	width: 23px !important; /* Original width: 98px; Now: 25%; */
}
.teeth-53, .teeth-63, .teeth-73, .teeth-83, .teeth-13, .teeth-23, .teeth-33, .teeth-43 {
	height: 77px !important; /* Original height: 310px; Now: 25%; */
	width: 30px !important; /* Original width: 118px; Now: 25%; */
}
.teeth-54, .teeth-64, .teeth-74, .teeth-84, .teeth-14, .teeth-24, .teeth-34, .teeth-44 {
	height: 77px !important; /* Original height: 310px; Now: 25%; */
	width: 26px !important; /* Original width: 108px; Now: 25%; */
}
.teeth-55, .teeth-65, .teeth-75, .teeth-85, .teeth-15, .teeth-25, .teeth-35, .teeth-45 {
	height: 77px !important; /* Original height: 310px; Now: 25%; */
	width: 25px !important; /* Original width: 103px; Now: 25%; */
}
.teeth-16, .teeth-26, .teeth-36, .teeth-46 {
	height: 77px !important; /* Original height: 235px; Now: 33%; */
	width: 33px !important; /* Original width: 108px; Now: 33%; */
}
.teeth-17, .teeth-27, .teeth-37, .teeth-47 {
	height: 77px !important; /* Original height: 235px; Now: 33%; */
	width: 37px !important; /* Original width: 113px; Now: 33%; */
}
.teeth-18, .teeth-28, .teeth-38, .teeth-48 {
	height: 77px !important; /* Original height: 235px; Now: 33%; */
	width: 33px !important; /* Original width: 108px; Now: 33%; */
}

.treatment_button {
	line-height: inherit !important;
	min-width: 0px !important;
	min-height: 0px !important;
}

.close_button {
	opacity: 1;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 2px;
	right: 8px;
	z-index: 1000;
	background: url(../img/png/close_icon.png) no-repeat center center;
	/*background-color: white;*/
}

pre {
	white-space: pre-wrap;       /* Since CSS 2.1 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
