﻿@media print {
    .no-print {
        display:none;
    }
    body {
     font-size: 8pt;
     line-height: 150%;
     margin: 0px;
     width: 100%;
     padding:0;
     max-height: 11in;
   }
}

/* generic */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%; /* pushes content to max height */
}
h1 {
	margin: .5em 0;
}
h1 a, h1 form, h2 a, h2 form, h3 a, h3 form, h4 a, h4 form {
	float: right;
	padding-left: 1em;
	font-size: .8em;
}
h3 {
	padding-bottom: .5em;
}
a img {
	border: 0;
}
body {
	background: white url(images/bg-body.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 12px;
	font-family: Sans-Serif;
	color: black; /*#5E6E66;*/
}
p {
	padding: .5em 0;
}
dl {
	font-weight: bold;
}
dl dt, dl dd {
	padding-bottom: .5em;
}
dl dt {
	float: left;
	display: block;
	clear: left;
	min-height: 1.5em;
	padding-right: .5em;
	text-align: right;
	white-space: nowrap;
	width: 12em;
}
dl dt:after {
	content: ':';
}

dl dd {
	display: block;
	min-height: 1.5em; /* padding-left: 9.5em; */
}
dl dd input {
	width: 15em;
	padding-left: .4em;
}
dl dd select {
	width: 15.7em;
	border-width: 2px;
	border-style: solid;
	border-color: #000;
}
fieldset {
	padding: 0 1em;
	margin: 1em 0;
}
fieldset legend {
	padding: 0 1em;
	margin: 0 1em;
}
input[type=button], input[type=submit], input[type=reset], input[type=file] {
	padding: 1px 6px;
}

input[type=text], input[type=password], input[type=file] {
	border: solid 2px black;
	background-color: White;
}
/*added for .net core*/
input[type=email], input[type=number], input[type=date], input[type=tel] {
	border: solid 2px black;
	background-color: White;
}

/*SMC: Added to handle clearing radio buttons*/
.radioClear, .radioClear:hover, .repOrderNum, .repOrderNum:hover {
     cursor:pointer;
     color:blue;
     text-decoration:none;
}

#replacement span, #replacement input
{
    float: left;
    padding-left: 5px;
}

table {
	border-collapse: collapse;
	margin: 1em 0;
	width: 100%;
	/*display: block;*/
	overflow-x: auto;
}
table td, table th {
	border: solid 1px #CCC;
	padding: .3em;
	overflow: hidden;
	white-space: normal;
}
table thead th {
	font-weight: normal;
	background-color: #B2E0F8;
	text-align: left;
}
table tbody tr {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
table tbody tr:nth-child(odd) {
	background-color: #FFF;
}
table tbody tr:nth-child(even) {
	background-color: #EEE;
}
/*SMC Added: table ItemDetails*/
table.itemDetails td.itemDetails {
	border: none;
	padding: 0;
	overflow: hidden;
	white-space: normal;
}
table.itemDetails tbody tr:nth-child(odd) {
	background-color: transparent;
}
table.itemDetails tbody tr:nth-child(even) {
	background-color: transparent;
}
th.lineNumber,td.lineNumber
{
    width:5%;
}
td.itemDesc
{
    width:40%;
}
th.itemDesc
{
    width:30%;
}
td.itemSide
{
    width:20%;
}
th.itemSide
{
    width:15%;
}
td.itemSKU
{
    width:28%;
}
th.itemSKU
{
    width:21%;
}
td.itemQty
{
    width:12%;
}
th.itemQty
{
    width:9%;
}
th.lineActions,td.lineActions
{
    width:20%;
}

/* generic classes */
.clear {
	clear: both;
}
.deleted, .disabled {
	text-decoration: line-through;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
}
.tooltip-trigger {
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dashed blue;
}
a.tooltip-trigger[href] {
	text-decoration: underline;
	border-bottom-width: 0;
}
.tooltip-content {
	display: none;
}
.tooltip-content a, .tooltip-content a:link, .tooltip-content a:visited, .tooltip-content .tooltip-trigger {
	text-decoration: none;
	border-bottom: 0;
}
#tooltip dl dt {
	width: 6.5em;
}
#tooltip dl dd {
	/* padding-left: 7em; */
}
#tooltip h3, #tooltip div {
	margin: 0;
}

.dataTables_length {
	float: left;
}
.dataTables_filter {
	float: right;
}
.dataTables_wrapper {
	padding-bottom: 1em;
}
.dataTables_wrapper table {
	clear: both;
}
.dataTables_wrapper thead th.sorting, .dataTables_wrapper thead th.sorting_asc, .dataTables_wrapper thead th.sorting_desc {
	cursor: pointer;
	padding-right: 2em;
}
.dataTables_wrapper thead th {
	background-repeat: no-repeat;
	background-position: right center;
}
.dataTables_wrapper thead th.sorting {
	background-image: url(images/sort_both.png);
}
.dataTables_wrapper thead th.sorting_asc {
	background-image: url(images/sort_asc.png);
}
.dataTables_wrapper thead th.sorting_desc {
	background-image: url(images/sort_desc.png);
}
.dataTables_wrapper .dataTables_info {
	float: left;
}
.dataTables_wrapper .dataTables_paginate {
	text-align: right;
}
.paging_full_numbers {
}

.paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #B2E0F8;
}
.box {
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	padding: 1em;
}
.curvy, .ui-corner-all {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em !important;
	padding: 1em;
	background-color: #F0F0F0;
}
.curvy .curvy, .box .curvy {
	border: solid 1px #CCC;
	background-color: #E6E6E6;
}
/* autocomplete list items */
.ui-autocomplete {
	border: solid thin #CCC;
	float: left;
	background-color: White;
	margin: .5em;
	padding: .5em;
}
.ui-autocomplete li {
	cursor: pointer;
	list-style-type: none;
}
.ui-autocomplete .ui-state-hover {
	background-color: blue;
	color: White;
}

/* validation messages */
.validation-summary-valid {
	display: none;
}
*[data-val-required] {
	/* background: url(images/required.png) no-repeat right center white;
	padding-right: 1.5em; */
}
span.required {
	color: Red;
	font-weight: bold;
	padding-right: .3em;
	font-size: 1.3em;
	vertical-align: top;
}
.div-validation-error
{
 border-color: Red;
 border-width: 0.2em;
 border-style: solid;   
}
.valid {
	border-color: Green !important;
}
.input-validation-error {
	border-color: Red !important;
}
.validation-summary-errors {
	color: Red;
	padding-bottom: 1em;
}
.validation-summary-errors li {
	list-style-type: circle;
	margin-left: 2em;
	margin-bottom: .3em;
}
.required-legend {
	float: right;
}

/* layout */
#page {
	min-height: 100%; /* pushes content to max height */
	width: 85em;
	margin: 0 auto; /*	margin: 1em 5em; */
	background-color: white;
}
#header {
	background-image: url(images/bg-hd.png);
	background-repeat: no-repeat;
}
#account-name {
	font-size: 2em;
	padding: 1.1em 1em;
}
#display-today {
	font-size: 16px;
	padding: 1.1em 1em;
}
#logo img {
	margin: 1em;
}
#main {
	clear: both;
}
#content {
	padding: 1em;
}
#nav li.search {
	float: right;
	padding-right: 1em;
	border-left: 0;
	cursor: default;
}
#nav li.search:hover {
	background: inherit;
}

/* menu *//*
#menucontainer {
	background: #C7E7DD url(images/bg-nav.png) repeat-x;
	font-family: Tahoma;
	font-weight: bold;
	margin-bottom: 1em;
}
#menucontainer, 
#menucontainer ul ul {
	background: #C7E7DD url(images/bg-nav.png) repeat-x;
}
#menucontainer ul {
	display: inline;
}
#menucontainer ul li {
	border-left: 1px solid white;
	display: inline;
	line-height: 2.3em;
	list-style-type: none;
	margin: 0;
	padding: 0.5em 1em;
	position: relative;
	white-space: nowrap;
	overflow: visible;
	z-index: auto !important;
}
#menucontainer ul li a {
	text-decoration: none;
}
#menucontainer ul li a img {
	padding-left: .5em;
}
#menucontainer ul li a:link, #menucontainer ul li a:visited {
	color: #4B5457;
}
#menucontainer ul ul {
	position: absolute;
}
#menucontainer ul ul li {
	display: block;
}
#menucontainer .account {
	display: inline;
	float: right;
	line-height: 2.3em;
} */
/* dashboard */
.youtube-player {
	float: right;
}
.news-item {
	min-height: 200px;
}
.orders {
	border: 1px solid #CCC;
	margin: 2em 0;
	padding: 1em;
	background-color: #F9F9F9;
}
.orders table thead th[colspan] {
	text-align: center;
}

.orders.complete .dataTables_paginate, .orders.complete .dataTables_info {
	display: none;
}
.orders h2 {
	font-size: 1em;
}

/* news */
.news-wrapper {
	background-color: #F0F0F0;
}
.news-wrapper .news-item {
	border: solid 1px #E0E0E0;
	background-color: #F9F9F9;
}

/* auth controller */
#login-form {
	margin: 0 auto;
	width: 30em;
	background-color: #EEE;
}
#login-form dl dd {
	/* padding-left: 7em; */
}
#activate-user dt {
	width: 11em;
}
#reset-password dt {
	width: 11em;
}
#login-form p {
	clear: both;
}
#login-form input[type=submit],
#login-form a {
	float: right;
}

/* registration */
.register {
	width: 30em;
	margin: 0 auto;
}

/* users */
#user-edit dd {
	/* padding-left: 7em; */
}

/* accounts */
.accounts tr.inactive {
	background-color: Yellow;
}
.accounts tr.disabled {
	color: Gray;
}
.account-header {
	border: 0;
}
.account-header th, .account-header td {
	border: 0;
	vertical-align: top;
	font-weight: bold;
}
.account-header th {
	text-align: right;
	padding-right: .5em;
	background-color: transparent;
}
.account-header th *:after {
	content: ':';
}
.account-details table a {
	padding-right: .5em;
}
.account-details h3 a {
	float: none;
}
.doctors table {
	width: 100%;
}
.locations table {
	width: 100%;
}
#create-account dl dd {
	/* padding-left: 7em; */
}

/* new order */
.compliancy-type {
	width: 30em;
	margin-left: 2em;
	float: left;
}
.compliancy-type hr {
	margin: .5em 0;
}
.compliancy-type .help {
	min-height: 5em;
}
.compliancy-type .patient-selector {
	margin: .5em 0;
}
.compliancy-type .shoes, .compliancy-type .supply {
	display: none;
}
.compliancy-type.shoes .shoes, .compliancy-type.supply .supply {
	display: block;
}
.compliancy-type .prefab-inserts {
	float: left;
}
.compliancy-type .custom-inserts {
	float: right;
}

/* breadcrumbs */
#breadcrumbs {
	border: 1px solid #DEDEDE;
	height: 2.3em;
	margin-bottom: 1em;
}
#breadcrumbs li {
	display: inline;
	line-height: 2.3em;
	padding-left: .75em;
	color: #777;
	margin: 0;
}
#breadcrumbs li a {
	padding: .50em;
	padding-right: 2em;
	background: url(images/crumbs.gif) no-repeat right center;
}
#breadcrumbs li a:link, #breadcrumbs li a:visited {
	text-decoration: none;
	color: #777;
}
#breadcrumbs li.current {
	font-weight: bold;
}
#patient-type li {
	display: inline;
	padding-right: 2em;
}
#patient-type li input[type=radio] {
	vertical-align: middle;
}
.patient-box {
	background-color: #F9F9F9;
	border: 1px solid #CCC;
	padding: 1em;
	width: 37em;
	margin-bottom: 1em;
	float: left;
}
#impInfo
{
    width: 97%;
}
.patient-box .needs-account, .patient-box .needs-selection {
	display: none;
}
.has-selection .needs-selection, .account-selected .needs-account {
	display: inline;
}
.patient-box dt {
	font-weight: normal;
	text-align: right;
	width: 10.5em;
}
.patient-box dd {
}
.patient-box dd select {
	width: 17em;
}
#patient-data.account-selected select {
	margin-right: .5em;
}
.patient-box dd input[type=text] {
	width: 17.3em;
}
#diagnosis {
	float: right;
	width: 37em;
}
#patient-data #FirstName, #patient-data #LastName {
	width: 10em;
}
.checking-name, .check-fail, .check-success {
	display: none;
}
.check-fail {
	color: Red;
}
.check-success {
	color: Green;
}
#compliance-data {
	clear: left;
}
#compliance-data #City {
	width: 10em;
}
#compliance-data #State {
	width: 2.5em;
}
#compliance-data #ZipCode {
	width: 2.9em;
}

#patient-orders {
	clear: both;
	width: auto;
}

.diagnoses-list .icd9-label {
	padding-left: 2em;
}
.diagnoses-list input.icd9, .diagnosis input.icd9 {
	width: 4em;
}
.diagnosis {
	list-style-type: none;
}
.diagnosis-category a {
	display: none;
}
.diagnosis-category.show-popup a {
	display: inline;
}
.diagnosis a.details-link, .diagnosis-details a.details-link {
	display: none;
}
.show-popup a.details-link {
	display: inline;
}
ul.diagnoses-list li, ul.diagnosis-notrequired li {
	list-style-type: none;
	margin: 0;
}

.hide-this
{
    display:none;
}

.diagSel
{
padding-bottom:5px;
font-style:italic;
display: inline;
}

#create-podiatrist p {
	display: none;
}

/* order details */
#order-header dl dt {
	width: 12.5em;
	text-align: right;
}

#order-header dl dd {
	/* padding-left: 11em; */
}
#order-header .order-location {
	float: right;
	width: 35em;
}
#order-details input[type=text] {
	width: 36em;
}
#order-details input[type=file] {
	width: 35.1em;
}
#order-edit dl dt {
	width: 14em;
}
#order-edit dl dd {
	/* padding-left: 14em; */
}
#audit-log td label {
	padding-left: 2em;
}
.order-box {
	margin-bottom: 1em;
}
#order-review dl dt {
	width: 13em;
}
#product-selector h2 .filters {
	float: right;
}
#product-selector .product a {
	text-decoration: none !important;
}
#product-selector .product {
	display: inline-block;
	margin-right: 1em;
	text-align: center;
	width: 6em;
	padding-bottom: 1em; 
	
	/* hacks for ie7 */
	zoom: 1;
	*display: inline;
}
#product-selector .product img {
	border: solid thin #CCC;
	display: block;
}
#product-selector p.actions {
	clear: both;
}
#product-selector {
}
#product-selector .ui-tabs-nav {
	padding: .2em .1em .2em .2em;
	margin-right: 1em;
	float: left;
	width: 12em;
}
#product-selector .ui-tabs-nav li {
	clear: left;
	width: 100%;
	border-bottom-width: 1px !important;
	border-right-width: 0 !important;
	margin: 0 -1px .2em 0;
}
#product-selector .ui-tabs-nav li a {
	display: block;
}
#product-selector .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 0;
	padding-right: .1em;
	border-right-width: 1px;
	border-right-width: 1px;
}
#product-selector .ui-tabs-panel {
	padding: 1em;
	padding-left: 15em;
}

.product-configurator {
}
.product-configurator p {
}
.product-configurator h2 .price {
	float: right;
}
.product-configurator p.actions {
	text-align: right;
	clear:both;
}
.product-configurator .accomodations {
	margin: 0 auto;
	width: auto;
}
.product-configurator img {
	max-width: 22em;
	float: right;
	margin-right: 2em;
}
.product-configurator .options {
	float: left;
	margin-left: 2em;
}
.product-configurator .options h5 {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0;
}
.product-configurator .options dl {
	width: 24em;
}
.product-configurator .options dl dt {
	width: 5em;
	padding-bottom: .2em;
}
.product-configurator .options dl dd {
	/* padding-left: 5.5em; */
	padding-bottom: .3em;
}
.product-configurator .options .mixed, .product-configurator .options .matched,.product-configurator .mixedCustom {
	visibility: hidden;
}
.product-configurator .options h4.mixed, .product-configurator .options h4.matched {
	display: none;
}
.product-configurator .options.mixed-pair .mixed, .product-configurator .options.mixed-custom .mixedCustom {
	visibility: visible;
}
.product-configurator .options.matched-pair .matched {
	visibility: visible;
}
.product-configurator .options.mixed-pair h4.mixed{
	display: block;
}
.product-configurator .options.matched-pair h4.matched {
	display: block;
}
ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}

ul li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 50px;
	margin-bottom: 15px;
}

h5 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

h6 {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: .5em;
}

.normal {
	margin-left: 50px;
	margin-bottom: 1em;
}

.instructions
{
    font-weight:normal;
    font-size: 1em;
    padding:5px;
}

#location-editor #City {
	width: 8.3em;
}
#location-editor #State {
	width: 2em;
}
#location-editor #ZipCode {
	width: 3em;
}
.crush-details .brand span {
	font-weight: bold;
}
.crush-details h4 {
	padding-top: .5em;
	clear: both;
}
.crush-details .patient-info {
	float: right;
	margin-bottom: 2em;
	width: 25em;
}
.crush-details textarea {
	width: 100%;
	border: solid 3px black;
}
.crush-details .foot {
	width: 45%;
	float: left;
	padding-top: 1em;
	margin-right: 3em;
}
.crush-details .foot h3 .quantity {
	float: right;
	font-size: .8em;
}
.crush-details input[type=text] {
	width: 15.5em;
	border: 0;
	background-color: transparent;
	border-bottom: 3px solid black;
}
.crush-details .brand input[type=text] {
	width: 25em;
}
.crush-details .foot .quantity input {
	width: 6em;
	text-align: center;
}
.crush-details .foot ul li {
	list-style-type: none;
	margin-left: 1em;
	margin-bottom: 0;
}
.crush-details .foot ul ul {
	padding-top: 1em;
}
.crush-details .foot ul li input {
	margin-right: .5em;
}
.crush-details .foot .current li {
	margin-bottom: 0;
	margin-right: 2em;
}
.crush-details .foot .current .fit {
	margin-bottom: 1em;
	float: left;
}
.crush-details .foot .current .sizes {
	float: left;
}
.crush-details .foot .current .sizes li {
	padding-bottom: 1em;
}
.crush-details .foot .accomodations .toe-fill, .repOrderNum, .repValidation {
	display: none;
}
.crush-details .foot .accomodations .show-toe-fill, .showrepOrderNum{
	display: block !important;
}

.orderComments textarea {
    width : 400px;
    height : 100px;
}

.diabetesHeader
{
    font-weight:bold;   
}


@media print {
	body {
		background: transparent;
	}

	#account-name {
		padding: 0 1em;
		line-height:100%;
	}

	#nav {
		display: none;
	}

	#document-content {
		margin: 0 !important;
		font-size: 1.4em !important;
	}
	h1 a, h2 a, h3 a {
		display: none;
	}
	input[type=submit], input[type=button] {
		display: none;
	}
}

table.log {
	display: table;
	width: 100%;
}
table.log ul li {
	list-style-type: none;
	margin: 0;
}
table.log dl {
	font-weight: normal;
}
table.log dl dd, table.log dl dt {
	padding-bottom: 0;
}
table.log dl dt {
	width: 11em;
}

#ordersOld table
{
 width:100% !important;   
}

#document-content {
	font-size: 1.3em;
	margin: 0 5em;
}
#document-content .header {
	font-weight: bold;
}
#document-content .header .OrderNumber {
	padding-left: 1em;
}
#document-content .header .date-of-birth {
	padding-left: 1em;
}
#document-content .header .EvaluationDate {
	padding-left: 1em;
}
#document-content p {
	padding-bottom: 1em;
}
#document-content .signature-box {
}
#document-content h6 {
	font-size: 1.5em;
}
#document-content ol > li {
	clear: both;
}
#document-content .diagnoses input {
	margin-right: 1em;
}

.disclaimer {
	clear: both;
}

.search-container input[type=submit] {
	float: right;
}
.search-container dl dt {
	width: 10em;
}

#uxSearchLoading
{
    font-weight: bold;
    font-size: 1.5em;
    margin-top:25px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

/*FAQS*/
.faq_question {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
    font-size:medium;
}

.faq_answer_container {
	height: 0px;
	overflow: hidden;
	padding: 0px;
    font-size:small;
}

a.link-activate-red {
	font-weight: bold;
	color: red !important;
}

a.link-activate-green {
	font-weight: bold;
	color: green !important;
}