﻿/********************** HTML elements */
body   
{
    background: #ddd;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000;
}

header, footer, nav, section {
    display: block;
}

h2 
{
    margin: 2px 0px;
}

a, a:active, a:link, a:visited
{
    cursor: pointer;
    color: #034af3;
}

a:hover,a.hover
{
    color: #1d60ff;
    text-decoration: none;
}

input[type=text], input[type=password], select, textarea
{
    width: 200px;
}

input[type=file]
{
    width: 500px;
}
input.narrow, select.narrow
{
    width: 80px;
}
img 
{
    border: 0;
}
label
{
    vertical-align: middle;
}


/********************** Main layout elements */
#page
{
    width: 1240px;
    margin: 0 auto;
    background: #fff;
    padding: 0;
}
#header
{
    background: #F89F1C;
    color: #FFF;
    padding: 1px 10px;
}
#school
{
    margin: 0;
    padding: 4px 10px 4px 35px;
    background: #FFF;
    background-image: url('/Images/education.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #2B4C7E;
    font-size: 9pt;
    font-weight: bold;
}
#title
{
    font-size: 2.0em;
    font-variant: small-caps;
}
#saved-confirmation
{
    position: absolute;
    left: 50%;
    top: 12px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    font-size: 8pt;
    color: #000000;
    padding: 7px;
    font-weight: bold;
    width: 150px;
    text-align: center;
    margin-left: -75px;
    font-variant: normal;
}
#login
{
    float: right;
}
#login a, #login a:hover
{
    color: #FFF;
    font-size: 80%;
}
#main
{
    padding: 0px 15px 15px 15px;
}
#main h2
{
    float: left;
}
#main .title-nav
{
    float: right;
    margin-bottom: 4px;
}
#main .title-nav a
{
    margin-left: 10px;
    font-weight: bold;
    font-size: 8pt;
}
table.checkboxlist-table
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
table.checkboxlist-table tr.checkboxlist-row
{
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}
table.checkboxlist-table tr.checkboxlist-row td.checkboxlist-cell
{
    padding: 0px;
    margin: 0px;
}
.notice
{
    margin: 0px 0px 10px 0px;
    padding: 6px;
    font-size: 8pt;
    border-radius: 3px;
}
.notice-yellow
{
    background-color: #FFD800;
    color: #000;
}
.notice-red
{
    background-color: #CC0000;
    color: #FFF;
}
.no-margin
{
    margin: 0 !important;
}
select#DocumentTypeCd
{
    width: 265px;
    font-size: 8pt;
}
#delete-button, #combine-button
{
    font-size: 10px;
    color: #FFFFFF;
}

/********************** Tab elements */
#tabs
{
    border-top: 1px solid #888;
}
#tabs ul
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    background: #AAAAAA;
    background: -moz-linear-gradient(#BABABA, #AAAAAA);
    background: -webkit-linear-gradient(#BABABA, #AAAAAA);
    background: linear-gradient(#BABABA, #AAAAAA);
    display: table;
    width: 100%;
    table-layout: fixed;
}
#tabs ul li
{
    list-style-type: none;
    display: table-cell;
    margin: 0px;
}
#tabs ul li a
{
    display:block;
    text-align:center;
    line-height:16px;
    font-size:10px;
    color:#000;
    text-decoration:none;
    /* text-shadow:0 1px 0 white; */
    border-right:1px solid #eee;
    border-right-color:rgba(0,0,0,0.04);
    border-left:1px solid #fcfcfc;
    border-left-color:rgba(255,255,255,0.7);
    border-bottom:2px solid #DADADA
}
#tabs ul li a:hover
{
    color:#4183c4;
    border-bottom:2px solid #CFDCE8;
    background:#dce6ef;
    background:-moz-linear-gradient(#fafbfd, #dce6ef);
    background:-webkit-linear-gradient(#fafbfd, #dce6ef);
    background:linear-gradient(#fafbfd, #dce6ef)
}


/********************** Commonly used elements */
.link
{
    text-decoration: underline;
}

.button, input[type=submit]
{
    color:#FFF !important;
    border: 1px solid #BDBDBD;
    text-decoration: none !important;
    display:inline-block;
    padding:0 9px;
    font-size:12px;
    min-width: 60px;
    font-weight:bold;
    line-height:24px;
    text-decoration:none;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-box-shadow:0 1px 2px #ddd;
    -webkit-box-shadow:0 1px 2px #ddd;
    box-shadow:0 1px 2px #ddd;
    text-shadow:none;
    text-align:center;
    cursor:pointer;
    white-space:nowrap;
    user-select:none;
    -webkit-background-clip:padding-box;
    margin: 8px 0 8px 0px;
    background-color: #F89F1C;
    background: linear-gradient(#F89F1C, #D87F00);

}

button.button-reim-False, button.button-reim-False:hover, div.gray-button, div.gray-button:hover
{
    background-color: #E0E0E0;
    background: linear-gradient(#E0E0E0, #E0E0E0);
}

.button:hover, input[type=submit]:hover
{
    color: #FFF !important;
    border-color: #A8A8A8;
    cursor: pointer;
    background-color: #D87F00;
    background: -moz-linear-gradient(#D87F00, #F89F1C);
    background: -webkit-linear-gradient(#D87F00, #F89F1C);
    background: linear-gradient(#D87F00, #F89F1C);
}

a.disabled, a.disabled:hover
{
    background-color: #EEEEEE;
    background: -moz-linear-gradient(#EEEEEE, #CCCCCC);
    background: -webkit-linear-gradient(#EEEEEE, #CCCCCC);
    background: linear-gradient(#EEEEEE, #CCCCCC);
    cursor: default;
}

.left
{
    float: left;
}
.right
{
    float: right;
}

.indent
{
    margin-left: 25px;
}

.small
{
    font-size: 8pt;
}

.really-small
{
    font-size: 0.8em;
}

.section-header
{
    background: #CCCCCC;
    color: #000000;
    padding: 8px;
    margin: 20px 0px 10px 0px;
}

.main-table
{
    margin: 0; 
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}

table.main-table tr.main-table-header
{
    background: #000;
    color: #FFF;
}
table.sub-table tr td
{
    background: #FFE6BF;
}
.main-table tr
{
    background: #F7D9AF;
}

.main-table tr:nth-child(odd) {
  background-color: #FFF9CF;
}

.main-table td
{
    padding: 1px 5px;
    vertical-align: middle;
}
.main-table a
{
    margin-right: 3px;
}
#LinkDocumentId
{
    background-color: #EEEEEE;
}

/********************** Validation */
.compress #error-section ul
{
    margin: 0;
}
.validation-summary-errors
{
    background-color: #FFA8B3;
    background-image: url("/Images/error-bg.png");
    background-position: left;
    background-repeat: no-repeat;
    padding: 10px 5px 10px 70px;
    margin: 5px;
    overflow: hidden;
    border-style: solid;
    border-width: 1px 1px 2px;
    border-color: #E9F1F4 #D8DEE2 #D8DEE2;
    border-radius: 5px;
    font-size: 11pt;
}

.validation-summary-info
{
    background-color: #FFFFFF;
    background-image: url("/Images/info-bg.png");
    background-position: left;
    background-repeat: no-repeat;
    padding: 20px 5px 20px 70px;
    margin: 5px;
    overflow: hidden;
    border-style: solid;
    border-width: 1px 1px 2px;
    border-color: #E9F1F4 #D8DEE2 #D8DEE2;
    border-radius: 5px;
    font-size: 11pt;
}

.missing-info-warning
{
    background-color: #FF0000;
    color: #FFFFFF;
    padding: 6px;
    margin: 5px;
    font-size: 10pt;
    border-radius: 5px;
}

#payment-warnings
{
    background-color: #FFD800;
    padding: 6px;
    margin: 5px;
    font-size: 10pt;
    border-radius: 5px;
}

/********************** Specific pages */

/* /Home/Index */
#home-container input, #home-container select
{
    width: 600px;
    font-size: 16pt;
}
#home-container input#do-submit
{
    padding: 10px;
}

.copy-to-panel a
{
    display: none;
}

.childpanel-child a
{
    margin-right: 10px;
}
#global-search
{
    text-decoration: none;
}

/* Child/Management */
#ActionNote
{
    width: 99%;
    height: 60px;
}
#action-shortcuts > div
{
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}
#action-shortcuts a 
{
    text-decoration: underline;
    line-height: 25px;
}

/* Report/Index */
#report-link-container
{
    vertical-align: bottom;
}
div#report-link-container select
{
    margin-top: 0px;
}
div#report-link-container a
{
    margin-top: 0px;
    height: 22px;
}
#ReportSelected {
    width: 500px;
    font-size: 16px;
}
#FromCreatedDate {
    width: 150px;
    font-size: 16px;
}

/* Account/Login */
#login-container .form-table {
    float: left;
}
#login-container .chrome
{
    float: right;
    height: 100px;
    width: 200px;
    background-image: url('/Images/chrome.png');
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 10pt;
    font-style: italic;
    padding-right: 10px;
    margin-right: 400px;
    text-align: center;
}
#login-container .chrome a
{
    margin-top: 90px;
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 14pt;
}


/* /Document/Upload */
#progress-container { display: none; }
#progress-container .progress { position:relative; width:99%; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
#progress-container .bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }
#progress-container .percent { position:absolute; display:inline-block; top:3px; left:48%; }
#progress-container #status 
{
    margin: 10px;
}

/* /Document/Attach */
#document-view-frame
{
    /* 1.28 is a good aspect ratio to show PDFs (500/640) */
    width: 760px;
    height: 972px;
}
#document-navigation-container
{
    width: 780px;
    float: left;
}
#child-container
{
    width: 430px;
    float:right;
}
#create-child-container, #link-child-container
{
    min-height: 610px;
}
#record-created
{
    font-style: italic;
}
#selected-sequence {
    width: 24px;
}

/* Account/Edit */
#account-edit-table-col-1
{
    width: 20%;
}
#account-edit-table-col-2
{
    width: 32%;
}
#account-edit-table-col-3
{
    width: 48%;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
}

/* Child/Followup */
table.followup-table tr td:first-child
{
    width: 300px;
}

/* Followup/Index */
.followup-done
{
    color: green !important;
}
.followup-again
{
    color: #CC0000 !important;
}
.followup-none
{
    color: red !important;
}

/* Child/Index */
.search-table-container
{
    background: #EEEEEE;
    padding: 5px;
}
.search-column
{
    float:left;
    margin: 7px 60px 7px 0px;
}
.childlist-table
{
    width: 100%;
}
.childlist-table tr td
{
    padding: 15px;
    width: 20%;
    vertical-align: top;
}
.childlist-table tr td:hover
{
    background-color: #eeeeee;
}
.childlist-table span.childlist-name
{
    font-weight: bold;
    font-size: 10pt;
    text-transform:uppercase;
}
.childlist-table a
{
    margin-right: 5px;
}
.childpanel-child
{
    margin-top: 20px;
}
.search-dropdown
{
    margin: 5px 0 10px 3px;
}
.search-dropdown select {
    width: 45px;
    font-size: 11px;
}

/* Document/List */
.document-index-container .main-container
{
    float: left;
    width: 440px;
}
.document-index-container .main-container .main-table
{
    width: 100%;
}
.document-view-container
{
    float: right;
}
.document-index-container .main-table-name-column
{
    width: 50%;
}
.document-index-container .main-table-uploaded-column
{
    width: 20%;
}
.document-index-container .main-table-options-column
{
    width: 10%
}
.document-index-container .main-table-deleted-column
{
    width: 20%;
    text-align: center;
}
.document-index-container .main-table a
{
    display:inline-block;
    margin-bottom: 8px;
}

/* Override button definition */
#delete-button, #combine-button
{
    min-width: 50px;
    width: 50px;
    line-height: 14px;
    margin: 0;
}

/* Referral/Search */
.table-6-equal-columns td
{
    width: 16%;
}

/* Child/Demographic */
#Medications
{
    /*width: 500px;*/
    height: 90px;
}
.demographic-split-cell .checkboxlist-cell
{
    width: 50%;
}

/* Child/Exam */
.check-all
{
    cursor: pointer;
}
.chart-container-False
{
    /* display: none; */
}
.chart-container-saved-True {
    background-color: #C9E7C0;
}
#exam-bottom-container
{
    margin-top: 20px;
}
#exam-bottom-container #do-submit
{
    width: 200px;
}
#ExamNotes
{
    height: 120px;
    width: 250px;
    font-size: 9pt;
}
#HygienistNotes, #TreatmentPlan
{
    height: 68px;
    width: 250px;
    font-size: 9pt;
}
#OralHealthScore
{
    width: 250px;
}
#macro-container
{
    float:right;
}
#reset-container
{
    float:right;
    margin-right: 30px;
}
#xray-link
{
    font-size: 11px;
    font-weight: bold;
    margin: 0px 10px 0px 5px;
    float: right;
}
#xray-container
{
    padding: 5px;
    height: 30px;
    float: right;
    margin-right: 20px;
}
#xray-container a
{
    margin: 0px 5px;
}
#xray-container img
{
    cursor: pointer;
}
#exam-top-container
{
    /* This is used to make the xray big images show up in center of chart*/
    position: relative;
}
#xray-big-container
{
    display:none;
    display:none;
    position:absolute;
    left:329px;
    top:80px;
    z-index: 999998;
}
#xray-delete-dialog
{
}
.xray-info
{
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 2px;
    font-size: 10px;
}
.xray-info button
{
    font-size: 10px;
    cursor: pointer;
}
#macro-container a
{
    margin-right: 10px;    
}
#top-form-container, #bottom-form-container
{
    float:left;
    margin-bottom: 0px;
}
#top-form-container div, #bottom-form-container div
{
    float: left;
    margin-left: 10px;
}
.legend
{
    text-align:center;
    background-color: #E0E0E0;
    padding: 2px;
    margin: 3px 0px;
    font-size: 6pt;
    font-weight: bold;
    text-transform: uppercase;
}
.legend-top
{
    border-top: 1px solid #000;
}
.legend-bottom
{
    border-bottom: 1px solid #000;
}
div#exam-medical-notes
{
    font-size: 8pt;
    color: #FF0000;
    margin-left: 0px;
    margin-top: 5px;
}
div#exam-medical-notes-none
{
    font-size: 8pt;
    margin-left: 0px;
    margin-top: 5px;
}


.reim-False
{
    /* THIS IS LOUISIANA ONLY */
    /*
    color: #FF0000;
    background-color: yellow;
    text-decoration:line-through;
    */
}

/* CSS FOR TOOTH GRID */

.tooth-table
{
    border: 1px solid #000;
    border-spacing:0px;
    border-collapse:collapse;
    float: left;
    margin-left: 3px;
}

.tooth-table-container
{
    width: 1160px;
    margin: 0 auto;
}

.tooth-table tbody { display:block; margin: 0; }

table.tooth-table tr.tooth-phase td
,table.tooth-table tr.tooth-id td
{
    padding: 0px 2px;
    /* Add a height if they don't like the staggered look */
    /*height: 25px;*/
    line-height: 11px;
}
table.tooth-table tr.tooth-header td
{
    border-top: 1px solid #000;
    font-size: 6pt;
    padding: 0px 1px;
}
table.tooth-table tr.tooth-grid td
{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-size: 6pt;
    padding: 1px 2px;
}
.tooth-table .large
{
    font-size: 9pt;
    font-weight: bold;
}
.tooth-table td
{
    font-size: 8pt;
    padding: 1px;
    text-align: center;
    /*
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    */
}
.tooth-macro
{
    cursor: pointer;
    text-decoration: underline;
    margin-right: 20px;
    color: #0000FF;
}


/* Tooth circles for Caries & existing restoration */
.tooth-circle input[type=checkbox]
{
    visibility: hidden;
}

.tooth-circle {
	width: 12px;
	height: 12px;
	background: #000;
	margin: 0px auto;

	border-radius: 10px;
	position: relative;
}

.tooth-circle label {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100px;

	cursor: pointer;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 1;

	background: #fff;
}

.tooth-circle input[type=checkbox]:checked + label {
	background: #FF0000;
}

tr.fillings .tooth-circle input[type=checkbox]:checked + label
{
	background: #0000FF;
}

.tooth-circle input[type=checkbox]:disabled + label {
	background: #888888 !important;
}

/* Image boxes for the tooth presence */
.tooth-presence input[type=radio]
{
    visibility: hidden;
    margin:1px;
    padding:0;
}
.tooth-presence-container 
{
    margin: 0px auto;
}
.tooth-presence {
    width: 16px;
    height: 16px;
    margin: 3px 2px;
    float: left;
	position: relative;
}

.tooth-presence label 
{
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.tooth-presence-present
{
	background-image: url('/Images/tooth-present-off.png');
	background-repeat: no-repeat;
}

.tooth-presence-present input[type=radio]:checked + label {
	background-image: url('/Images/tooth-present.png');
	background-repeat: no-repeat;
}

.tooth-presence-partial
{
	background-image: url('/Images/tooth-partial-off.png');
	background-repeat: no-repeat;
}

.tooth-presence-partial input[type=radio]:checked + label {
	background-image: url('/Images/tooth-partial.png');
	background-repeat: no-repeat;
}

.tooth-presence-missing
{
	background-image: url('/Images/tooth-missing-off.png');
	background-repeat: no-repeat;
}

.tooth-presence-missing input[type=radio]:checked + label {
	background-image: url('/Images/tooth-missing.png');
	background-repeat: no-repeat;
}

.tooth-presence-missing input[type=radio]:checked + label {
	background-image: url('/Images/tooth-missing.png');
	background-repeat: no-repeat;
}

.sealants-applied-cell
{
    height: 32px;
}
input[type="checkbox"]
{
    margin: 1px 3px;
    vertical-align: middle;
}
input[type="checkbox"].checkbox-dark
{
    display: none;
}
img.checkbox-dark-image
{
    margin: 3px;
    vertical-align: middle;
}
