﻿
body
{
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 0.75em;
    margin: 0;
    padding: 0;
    overflow: visible;
}
table
{
    page-break-inside: auto;
}
div
{
    /*page-break-inside:avoid;     page-break-after:auto;     page-break-before:auto;*/
}

thead
{
    display: table-header-group;
}
tfoot
{
    display: table-footer-group;
}

#header
{
    display: none;
}

#bubblebar_container
{
    display: none;
}
#footer
{
    display: none;
}
/*
#generalInfoSection, #credentialsGroupBox, #optionalFieldsSection, #siteEnrollmentSection, #transactionsSection, #visitInformationSecton, */
#optional-fields-tab, #credential-tab, #general-info-tab, #site-enrollment-tab, #transactions-tab, #visit-tab
{
    page-break-before: always; /* page-break-after: always;*/
    float: none !important;
}

tr
{
    vertical-align: top;
}
a:link
{
    border: none;
    color: #000000;
    text-decoration: none;
}
a:visited
{
    border: none;
    color: #000000;
}


p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
ul
{
    margin-top: 0;
}

img
{
    border: none;
}
ul.listWithoutBullets
{
    padding: 0;
}
ul.listWithoutBullets li
{
    border: none;
    list-style: none;
    text-align: left;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    padding: 0px 25px !important;
    font-size: 1.2em;
}

h4, h5, h6
{
    font-size: 1em;
}
.spacer
{
    display: none;
}

#main, #peopleSearchContent, #People
{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #ffffff;
    overflow: visible;
    border: 0 solid #ffffff;
}
.submenu
{
    display: none !important;
}

#credentialsGroupBox
{
}
#credentialsGroupBox th div
{
    display: none !important;
}
#credentialsGroupBox, #generalInfoSection, #optionalFieldsSection, .personOptionalFieldSection, #siteEnrollmentSection
{
    display: block !important;
    height: auto;
    width: auto;
    overflow: visible;
}
.personEditSection, #renderedContent .personEditSection
{
    clear: both !important;
    float: none !important;
    display: inline !important;
}
.personEditSubSection
{
    clear: both !important;
    float: none !important;
}
.personInputFields
{
    text-align: left !important;
    margin: 5px 0 0 0;
    font-weight: bold;
    float: none;
}
.personInputFields label:after
{
    content: ':';
}
.credentialsSettingsGroup
{
    width: 100%;
    margin: 0;
    background: white;
}
.credentialsSettingsDetails
{
    height: auto !important;
    overflow: auto;
    padding: 5px;
    text-align: left;
}

#peopleSearchContent table, #People table
{
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #ffffff;
    overflow: visible;
    border: 0 solid #ffffff;
}
#personDetails
{
    text-align: left;
}
#personTabs
{
    float: none;
}
.personImage
{
    width: auto;
    margin:.5em;
}
.personOptionalFieldLabel
{
    color: Black;
    width: 100%;
    display: block;
    float: none;
    font-weight: bold;
}
.personOptionalFieldLabel span:after
{
    content: ':';
}
.personOptionalFieldSection
{
    height: auto !important;
    display: block !important;
    width: 99% !important;
    float: none;
}
.personOptionalFieldInput
{
    height: auto !important;
    display: block !important;
    width: 100%;
    float: none;
    overflow: visible;
}
.optionalFieldExpanderSection
{
    height: auto !important;
    overflow: visible;
    padding: 5px;
}
.personOptionalFieldContent
{
    padding: 0 0 0 1.5em;
}
.optionalFieldsGroupLeft
{
    float: none;
    width: 100%;
}
.optionalFieldsGroupRight
{
    float: none;
    width: 100%;
}
#credentialsGrid
{
    padding: 5px;
    height: auto;
    overflow: visible;
}
#credentialsGroupBox
{
    height: auto;
    overflow: visible;
}
#add-credential-menu-options
{
    display: none !important;
}

tr.oddRow td
{
    border: 0 solid #ffffff;
    background-color: #ffffff;
}

tr.evenRow td
{
    border: 0 solid #ffffff;
    background-color: #ffffff;
}


/* Status Menu   
----------------------------------------------------------*/

ul#statusOptions
{
    padding: 0;
    margin: 0;
}
ul#statusOptions li
{
    border: none;
    list-style: none;
    text-align: center;
}
ul#statusOptions li img
{
    height: 4em;
    width: 4em;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #88b7e0;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}


input[disabled~='disabled'], input[readonly~='readonly'], textarea[disabled~='disabled'], textarea[readonly~='readonly'], input[type="text"], textarea
{
    width: 100%;
    height: auto !important;
    display: block;
    overflow: visible;
    padding: 2px;
    background-color: #ffffff;
    color: #000000;
    border: none;
}
input[type="password"]
{
    display: none;
}

.checkBoxSection input[type=checkbox]
{
    visibility: visible !important;
    display: inherit;
    background-color: #ffffff;
    color: #000000; /*     visibility: hidden;     opacity: 0;     filter: alpha(opacity=0); */
}
.checkBoxSection
{
    width: 8px;
    height: 8px;
    background: #ffffff;
    color: #000000;
    position: relative;
}
.checkBoxSection label
{
    /*     display: block;     width: 13px;     height: 13px;     cursor: pointer;     position: absolute;     top: 0;     left: 0;     background-color: #ffffff;     color: #000000;     border: 1px solid #2a4b70;*/
    color: #000000;
}
.checkBoxSection input[type=checkbox]:checked ~ label:after
{
    visibility: visible !important;
    display: inherit;
    color: #000000; /*content: '';     position: absolute;     width: 9px;     height: 5px;     background: transparent;     top: 2px;     left: 1px;     border: 2px solid #ffffff;     border-top: none;     border-right: none;     -webkit-transform: rotate(-45deg);     -moz-transform: rotate(-45deg);     -o-transform: rotate(-45deg);     -ms-transform: rotate(-45deg);     transform: rotate(-45deg);*/
}

input[type=checkbox].activeCheckBox
{
    visibility: visible !important;
    display: inherit;
    background-color: #ffffff;
    color: #000000; /*     opacity: 0;     filter: alpha(opacity=0);      position: absolute;*/
}

/* Default State 
----------------------------------------------------------*/
label.activeCheckBoxLabel
{
    visibility: visible !important;
    display: inherit;
    background-color: #ffffff;
    color: #000000; /*     background: #800000;     width: 143px;     line-height: 1em;     color: white;     text-align: center;     border: 1px solid #ffffff;     display: block;*/
}

/* Toggled State 
----------------------------------------------------------*/
input[type=checkbox].activeCheckBox:checked ~ label.activeCheckBoxLabel
{
    visibility: visible !important;
    display: inherit; /*     background: #002000;     content: '';*/
}
input[type=checkbox].activeCheckBox:checked ~ label:after
{
    visibility: visible !important;
    display: inherit;
    content: 'Active';
}
input[type=checkbox].activeCheckBox ~ label:after
{
    visibility: visible;
    display: inherit;
    content: 'Inactive';
}

.linkButtonShellContent
{
    display: none !important;
    visibility: collapse;
}
.linkButtonShell
{
    display: none !important;
    visibility: collapse;
}
button, input[type="button"], input[type="submit"]
{
    display: none !important;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover
{
    color: orange;
}


/* TABLE
----------------------------------------------------------*/

table
{
    background-color: #ffffff;
    border: solid 1px #2a4b70;
    border-collapse: collapse;
    color: #000000;
}

table td
{
    padding: 5px;
    border: solid 1px #2a4b70;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    border: solid 1px #2a4b70;
}

#transactionReport
{
    margin: 0;
    padding: 2em;
    background-color: White;
    text-align: center;
}
#transactionReport h1
{
    text-align: center;
    color: Orange;
}
#transactionReport table
{
    text-align: left;
    background-color: white;
    border-collapse: collapse;
    color: Black;
    border: solid 0px #2a4b70;
    margin-left: auto;
    margin-right: auto;
}
#transactionReport td
{
    padding: 5px;
    border: solid 0px #2a4b70;
}

#transactionReport th
{
    padding: 6px 5px;
    text-align: left;
    border: none;
    border-bottom: solid 3px #88b7e0;
}
/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    display: none !important;
}

#menucontainer
{
    display: none;
}


#logindisplay a:link
{
    display: none;
}

#logindisplay a:visited
{
    display: none;
}

#logindisplay a:hover
{
    display: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    display: none !important;
}

.field-validation-valid
{
    display: none !important;
}

.input-validation-error
{
    border: none !important;
}

.validation-summary-errors
{
    display: none !important;
}

.validation-summary-valid
{
    display: none !important;
}
#validationSummaryArea
{
    display: none !important;
}
/* Styles for editor and display helpers
----------------------------------------------------------*/
.updatingMessage
{
    display: none;
}
.updatingMessageContent
{
    display: none;
}
.shieldGroupBox
{
    display: none;
}
.display-label, .editor-label, .display-field, .editor-field
{
    margin: 0.5em;
}
.visitor-editor-label
{
    width: 15em;
}
.temporary-display-label
{
    color: #88b7e0 !important;
    margin: 2px 0 !important;
}

.text-box
{
    width: 30em;
}


.text-box-below
{
    width: 30em;
    clear: both;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.titleBarHeader
{
}

.groupBoxHeader
{
    background-color: #ffffff;
    color: Black;
    border-radius: 8px 8px 0 0;
}
.groupboxContainerBright
{
    border: 1px #88b7e0 solid;
    border-radius: 8px;
}
.groupboxContainer
{
    border: 1px #2a4b70 solid;
    border-radius: 8px;
}
.filledGroupBoxContainer
{
    background-color: #ffffff;
    border: 1px #2a4b70 solid;
    border-radius: 8px;
}
.filledBlackGroupBoxContainer
{
    background-color: #ffffff;
    border: 1px #2a4b70 solid;
    border-radius: 8px;
}
select
{
    background-color: #ffffff;
    color: #000000;
    border: none;
    width: auto !important;
    background-image: none;
}
select:focus
{
    border: 1px solid orange;
}

option
{
    background-color: #ffffff;
    color: #000000;
}
/* Accordion Styles */
.ui-accordion-header
{
    border: 0 solid transparent !important;
    padding: 0 10 !important;
    background-color: #fff !important;
    background-image: none !important; /* background-image: -moz-linear-gradient(top,  #fa9300 0%, #dc621e 100%) !important;  FF3.6+ */ /*background-image: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%,#fa9300), color-stop(100%,#dc621e)) !important;  Chrome,Safari4+ */ /* background-image: -webkit-linear-gradient(top,  #fa9300 0%,#dc621e 100%) !important;Chrome10+,Safari5.1+ */ /* background-image: -o-linear-gradient(top,  #fa9300 0%,#dc621e 100%) !important; Opera 11.10+ */ /* background-image: -ms-linear-gradient(top,  #fa9300 0%,#dc621e 100%) !important;  IE10+ */ /*background-image: linear-gradient(to bottombottom,  #fa9300 0%,#dc621e 100%) !important;   W3C */ /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9300', endColorstr='#dc621e',GradientType=0 ) !important;    IE6-9 */
}
.ui-helper-reset
{
    line-height: 1 !important;
}
.ui-state-default
{
    color: black !important;
}

.ui-accordion-header-active
{
    color: black !important;
}

.ui-state-hover
{
    color: black !important;
}


.ui-accordion, .ui-accordion-content
{
    border-top: 0 none !important;
    overflow: auto !important;
    padding-right: 0 !important;
    padding-left: 0 25px !important;
}
.ui-accordion-header-icon, .ui-icon, .ui-icon-triangle-1-s
{
    display: none !important;
}

.ui-accordion-content
{
}
.ui-helper-reset
{
}
.ui-widget-content
{
    background-color: #FFF !important;
    color: #000 !important;
}
.ui-corner-bottom
{
}
.ui-accordion-content-active
{
}

/*ui-corner-top ui-accordion-icons*/

/* Tab Styles */

.ui-tabs .ui-tabs-nav
{
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    color: #000000 !important;
    margin-bottom: -1px !important;
    padding: 0px !important;
    border: 0px solid #88b7e0 !important;
    border-bottom: 0px solid black !important;
    background-color: #fff;
}
.ui-tabs .ui-tabs-nav li a
{
    background: white !important;
    color: black !important;
    margin: 0 !important;
    padding: 10 !important;
}
.ui-widget-header
{
    background: #fff !important;
    border: none !important;
}
.ui-widget
{
    border: none !important;
}
.outter-tab
{
    float: none !important;
    clear: both;
    page-break-before: always;
    border: 0px #88b7e0 solid;
}
#personTabs, #renderedContent #personTabs
{
    float: none !important;
    clear: both;
}

.personInput
{
    width: 100%;
}

#transactionTypesSection
{
    background-color: #ffffff;
    margin: 1em;
}
#transactionTypesContent
{
    max-height: 100%;
    overflow: auto;
    margin: 5px;
}
#transactionReportDateTimeSettings
{
    margin: 1em;
    margin-bottom: 0;
}

#leftColumn
{
    width: 40%;
    float: left;
}
#reportOptionsSection
{
    width: 55%;
    height: 100%;
    display: block;
    float: left;
    margin: 1em;
    margin-left: 0;
}
#filterTabsOutterContainer
{
    height: 100%;
    overflow: auto;
    background-color: #ffffff;
}
.deviceFilter
{
    margin: 1em;
    margin-left: 0;
}
.deviceFilterContent
{
    background-color: #ffffff;
}

#dateSettingsSection
{
    background-color: #ffffff;
    margin-bottom: 1em;
}
#dateSettingsContent, #transactionDateSettingsContent
{
    margin: 5px;
}
#lastNumDaysSection
{
    margin-top: 0;
}
#transactionDateSettingsSection
{
    margin: 1em;
}
#timeSettingsOptions
{
    min-height: 7.6em;
    padding: 5px;
}
#dateSettingsOptions
{
    padding-bottom: 3.5em;
}
#selectSiteMessage
{
    line-height: 40em;
    width: 100%;
    text-align: center;
}
#transactionReportGroupBox
{
    position: relative;
    padding-bottom: 1.8em;
}
.deviceGridSection
{
    width: 98%;
    padding: 5px;
}
.deviceGridHeader
{
    background-color: #ffffff;
}

.checkalltransactions
{
    float: left;
    margin-left: .6em;
}
#generatedReportOptions
{
    display: none;
}
#generatedTransactionReportGroupBox
{
    border: none;
}
.fileUpload
{
    display: none;
}
.fileUpload input.upload
{
    display: none;
}
.fileUploadPlaceholder
{
    display: none;
}

.editIcon
{
    display: none !important;
}
#validationSummaryArea, #validationSummaryArea span, #validationSummaryArea ul, #validationSummaryArea div, #validationSummaryArea ol
{
    display: none !important;
}
#renderedContent .additionalPersonPhotos, .additionalPersonPhotos img, .additionalPersonPhotos a, .additionalPersonPhotos div, .additionalPersonPhotos span, .additionalPersonPhotos label
{
    display: none !important;
    height: 0px;
    overflow: auto; /**/
    overflow-y: hidden;
    overflow: auto;
    white-space: nowrap;
    border: 0px solid #2a4b70;
    background-color: #0d1621;
}
#renderedContent #addAttendeesSection
{
    display: none !important;
}
.additionalPersonPhotosInner
{
    display: none !important;
    white-space: nowrap;
    margin: 2px;
}
.linkButtonShell
{
    display: none;
}
.selectFileCover
{
    display: none;
}
#photoManagementSection, #addPersonPhotoControls, #photoManagementSection div
{
    display: none !important;
}
input[type="file"]
{
    display: none;
}
#uploadFile
{
    display: none;
}
.editIconLink, .editIcon, .deleteIcon, .deleteLinkRight, .mailLink 
{
    display: none;
}
.credentialsSettingsSiteLI, .credentialsSettingsSiteLI span
{
    margin: 0 0 0 12px;
    padding: 0;
    line-height: 1em;
    color: #000 !important;
}
.activeGroup
{
    color: #000 !important;
}
#bubblebar_container ul
{
    display: none;
}
#tzBaseGrid td
{
    border-left: 1px dotted #CCC;
    border-bottom: 1px solid #CCC;
    border-right: 1px dotted #CCC;
    border-top: 1px solid #CCC;
}
#tzBaseGrid
{
    background-color: #fff;
    color: #000;
    border: 1px solid #CCC;
}
#renderedContent .editableTimeBlock, #renderedContent .timeBlock
{
    overflow: visible;
    height: 3em;
    line-height: 1em;
    background: #fff;
    color: #000;
    font-size: 0.8em;
}

#renderedContent .editableHolidayTimeBlock, #renderedContent .holidayTimeBlock
{
    overflow: visible;
    height: 3em;
    line-height: 1em;
    background: #fff;
    color: #000;
    font-size: 0.8em;
    border: 1px solid #3a762c;
}
#renderedContent .defaultOffTimeInfo, #renderedContent .offTimePeriod
{
    background-color: #fff;
    color: #000;
}
.deleteLink, .addIcon, #renderedContent .deleteLink, #renderedContent .addIcon
{
    display: none !important;
}
#renderedContent .defaultOffTimesControlsCotnainer, #tzDisplayGridShield
{
    display: none !important;
}
#renderedContent .submenu, #renderedContent .schedule-sub-menu, #renderedContent .dropdown
{
    display: none !important;
}
.printLabel
{
    font-weight: bold;
    display: block;
    color: #000;
    background-color: #fff;
}

#tzBaseGrid .holidayTH
{
    background-color: #fff;
    color: #000;
    border: 1px solid #2b5821; /*font-size: 0.9em;*/
}
#tzBaseGrid .holidayTD
{
    border-left: 1px dotted #CCC;
    border-bottom: 1px solid #CCC;
    border-right: 1px dotted #CCC;
    border-top: 1px solid #CCC;
}



#renderedContent div
{
    display: block !important;
    height: auto;
    width: auto;
    overflow: visible;
}
#renderedContent #editTP
{
    display: none !important;
}
.deleteIcon, #renderedContent .viewItem
{
    display: none;
}
.outter-tab
{
    border: 1px #fff solid;
    background-color: #fff;
}
.tempSettingsOptionsGroup
{
    background-color: #fff;
    color: #000;
}
#renderedContent .checkboxContainer
{
    width: auto;
    display:inline-block !important;
}
.credentialDetailsSection, .personDetailsSection, #scheduleTabs
{   clear:both;
    float:none;
    page-break-before:always;
    margin:0.5em 0;
}
.personDetailsSection {
    text-align:left;
    width: auto;
    float: none;
    
}
input[type="checkbox"]
{
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline;
    z-index: 1;
}
input[type="checkbox"]:checked ~ label span {
    background: none;
    display:none !important;
}
input[type="checkbox"] ~ label span {
    display:none !important;
    width: 14px;
    height: 15px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: none;
    cursor: pointer;
}
