﻿body
{
    font-size: .75em;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    /*width: 90%;*/
    margin-left: auto;
    margin-right: auto;
}
#header
{
    min-height: 2em;
    margin-bottom: 0px;
    padding: 3px 15px;
}
#header h1
{
    font-weight: normal;
    font-size: 1.5em;
    max-width: 60%;
}
#main
{
    padding: 1em;
}
#attendeesInfo
{
    margin: 0 1em;
}
#addAttendeesSection
{
    /*margin: 0 0.5em;*/
    width:22em;
}
#existingAttendees
{
    width: 22em;
}
#attendeesIDsSection
{
    min-width: 15em;
}
.attendeeListTable
{
    min-height: 50px;
}
#personDetails
{
    width: 20em;
}
.personEditSection
{
    text-align: left;
    width: 20em;
    float: left;
}
.personDetailsSection
{
    text-align: center;
    width: 21em;
    float: left;
}
#personTabs
{
    width: 95%;
    margin-left: 1em;
}
.personImage
{
    width: 20em;
}
.personInputFields
{
    text-align: center;
}


.personOptionalFieldSection input
{
    width: 200px;
}
.personOptionalFieldInput
{
    width: 45%;
}
.optionalFieldsGroupLeft
{
    min-width: 260px;
}
.optionalFieldsGroupRight
{
    float: right;
    width: 49%;
    min-width: 260px;
}
.optionalFieldsContent
{
    height: 32em;
}
.refreshRight
{
    margin-bottom: auto;
    width: auto;
    padding: 3px 5px 3px 5px !important;
    min-width: 10px !important;
}
#credentialsGrid
{
    overflow: auto;
}
.credentialDetailsSection
{
    width: 75%;
    margin-left: 1em;
}
.credentialsSettingsGroup
{
    width: 45%;
    float: left;
    margin: 2px;
    background: black;
}
.credentialsSettingsDetails
{
    height: 16em !important;
}
.credentialsSettingsSiteLI
{
    margin: 0 0 0 12px;
}


/* BubbleBar Menu   
----------------------------------------------------------*/
#bubblebar_container
{
    width: 320px;
    margin: 5px auto;
}
#bubblebar_container ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.5em;
}
.bubblebarmenuitem
{
    float: left;
    position: relative;
}
.bubblebarmenuanchor
{
    z-index: 0;
    cursor: pointer;
    border: none;
}
.bubblebardropdown
{
    z-index: 1;
    color: #fff;
    text-align: left;
    width: 80px;
    font-size: 1em;
}
.bubblebarsubmenu
{
    background: #000;
    position: absolute;
    top: -12.8em;
    min-height: 12em;
    left: 0em;
    z-index: 100;
    width: 15em;
    display: none;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    border: 1px solid #2a4b70;
}
.bubblebardropdown img
{
    width: 80px;
}
.bubblebardropdown li a
{
    color: #fff;
    display: block;
    width: 100%;
    font-family: Arial, Verdana, Sans-Serif;
    cursor: pointer;
    padding: 0.2em;
    font-weight: bold;
}
.bubblebardropdown li a:hover
{
    color: Orange;
    text-decoration: none;
}
.bubblebarrootmenu
{
    background-color: transparent;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.bubblebarrootmenu li
{
    float: none;
    position: static;
}
.bubblebarsubmenutitle
{
    border-bottom: 1px solid #2a4b70;
    width: 100%;
    color: #88b7e0;
    padding-bottom: 2px;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.5em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
input[type="text"], textarea, input[type="password"]
{
    padding: .2em;
}

input[type="checkbox"] ~ label span
{
    display: inline-block;
    width: 14px;
    height: 15px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(Images/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
}
input[type="checkbox"]:checked ~ label span
{
    background: url(Images/check_radio_sheet.png) -15px top no-repeat;
}
input[type="checkbox"][disabled~='disabled'] ~ label span
{
    display: inline-block;
    width: 14px;
    height: 15px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(Images/disabled_check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
}
input[type="checkbox"][disabled~='disabled']:checked ~ label span
{
    background: url(Images/disabled_check_radio_sheet.png) -15px top no-repeat;
}
input[type="checkbox"][disabled~='disabled']:focus ~ label span
{
    background-image: url(Images/disabled_check_radio_sheet_highlight.png);
}
input[type="checkbox"]:focus ~ label span
{
    background-image: url(Images/check_radio_sheet_highlight.png);
}
input[type="radio"]
{
    position: absolute;
    left: -99em;
}
input[type="radio"] ~ label span
{
    display: inline-block;
    width: 14px;
    height: 15px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(Images/check_radio_sheet.png) -30px top no-repeat;
    cursor: pointer;
}
input[type="radio"]:checked ~ label span
{
    background: url(Images/check_radio_sheet.png) -45px top no-repeat;
}
input[type="radio"][disabled~='disabled'] ~ label span
{
    display: inline-block;
    width: 14px;
    height: 15px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(Images/disabled_check_radio_sheet.png) -30px top no-repeat;
    cursor: pointer;
}
input[type="radio"][disabled~='disabled']:checked ~ label span
{
    background: url(Images/disabled_check_radio_sheet.png) -45px top no-repeat;
}
input[type="radio"][disabled~='disabled']:focus ~ label span
{
    background-image: url(Images/disabled_check_radio_sheet_highlight.png);
}
input[type="radio"]:focus ~ label span
{
    background-image: url(Images/check_radio_sheet_highlight.png);
}
.checkBoxSection input[type=checkbox]
{
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}
.checkBoxSection
{
    width: 8px;
    height: 8px;
    background: #2a4b70;
    color: #ffffff;
    position: relative;
}
.checkBoxSection label
{
    display: block;
    width: 13px;
    height: 13px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2a4b70;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a4b70), to(#000000));
    background: -webkit-linear-gradient(top, #2a4b70, #000000);
    background: -moz-linear-gradient(top, #2a4b70, #000000);
    background: -ms-linear-gradient(top, #2a4b70, #000000);
    background: -o-linear-gradient(top, #2a4b70, #000000); /* fallback */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#88b7e0), to(#000000));
    background-image: -webkit-linear-gradient(top, #88b7e0, #000000);
    background-image: -moz-linear-gradient(top, #88b7e0, #000000);
    background-image: -o-linear-gradient(top, #88b7e0, #000000);
    background-image: linear-gradient(to bottom, #88b7e0, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#88b7e0', EndColorStr='#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#88b7e0', EndColorStr='#000000');";
    zoom: 1;
    color: #ffffff;
    border: 1px solid #2a4b70;
}
.checkBoxSection input[type=checkbox]:checked ~ label:after
{
    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
{
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    position: absolute;
}
.credentialIsActiveSection
{
    text-align: left;
    margin: 5px;
    width: 200px;
    float: right;
    clear: both;
}
/* Default State 
----------------------------------------------------------*/
label.activeCheckBoxLabel
{
    background: #800000;
    width: 98%;
    max-width: 20em;
    line-height: 1em;
    color: white;
    text-align: center;
    border: 1px solid #999;
    display: block;
    padding: 2px;
}
/* Toggled State 
----------------------------------------------------------*/
input[type=checkbox].activeCheckBox:checked ~ label.activeCheckBoxLabel
{
    width: 98%;
    max-width: 20em;
    background: #002000; /*content: '';*/
}
/*input[type=checkbox].activeCheckBox:checked ~ label:after
{
    content: 'Active';
}
input[type=checkbox].activeCheckBox ~ label:after
{
    content: 'Inactive';
}*/
button, input[type="button"], input[type="submit"], .linkButtonShell
{
    background-color: #2a4b70; /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a4b70), to(#000000)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #2a4b70, #000000); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #2a4b70, #000000); /* IE 10 */
    background: -ms-linear-gradient(top, #2a4b70, #000000); /* Opera 11.10+ */
    background: -o-linear-gradient(top, #2a4b70, #000000); /* fallback */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a4b70), to(#000000));
    background-image: -webkit-linear-gradient(top, #2a4b70, #000000);
    background-image: -moz-linear-gradient(top, #2a4b70, #000000);
    background-image: -o-linear-gradient(top, #2a4b70, #000000);
    background-image: linear-gradient(to bottom, #2a4b70, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2a4b70', EndColorStr='#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2a4b70', EndColorStr='#000000');";
    zoom: 1;
    color: #E3E3E3;
    border: 1px solid #2a4b70; /*width: 200px;*/
    min-width: 143px;
    margin: 1px;
    border-radius: 5px;
    padding: 2px;
    text-align: center;
    cursor: pointer;
}
.linkButtonShell
{
    display: inline-block;
    min-width: 143px;
    line-height: 18px;
}
.linkButtonShellContent
{
    line-height: 16px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover
{
    color: orange;
}
/*input[type="checkbox"] {

  background-color: #0d1621; 
  color:#E3E3E3;
  border:1px solid  #88b7e0;
}*/


/* Styles for editor and display helpers
----------------------------------------------------------*/
.mainLogo
{
    margin: 3em auto 5em auto;
    display: block;
    width: 50%;
}
.mainLogoEnterpriseBranded
{
    margin: 3em auto .2em auto;
    display: block;
    width: 35%;
}
.enterpriseBrandedLogo
{
    margin: .5em auto;
    display: block;
    width: 20%;
}
.logonSection
{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.logon-inputs
{
    display: inline-block;
    max-width: 800px;
    margin: auto;
}

.tempSettingsOptionsGroup
{
    /*width: 45%; margin: .5em; float: left; background: black;*/
    width: 45%;
    margin: .5em .5em .5em 1em;
    float: left;
    background: black;
}

.visitor-editor-label
{
    margin-right: 0.5em;
    float: left;
}
.visit-info-section
{
    margin-bottom: 5px;
}
.visitCommentField
{
    height: 15em;
    width: 200px;
    font-size: 1em;
}
.advancedFilterInputGroup
{
    display: inline-block;
    margin: 0.5em;
    min-width: 315px;
}

.displayLabelWithMinWidth
{
    min-width: 6em !important;
}
.login-display-group
{
    float: none;
    display: inline-block;
    min-width: 16em;
    margin: 0.5em;
    text-align: left;
}
.login-display-group label
{
    margin: auto 0.2em auto 0;
    display: inline-block;
    text-align: right;
}
.temporary-display-label
{
    color: #88b7e0 !important;
    margin: 2px 0 !important;
}
.text-box
{
    width: 30em;
}

.mobileSearchDetails
{
    display: none;
}
.siteSelect
{
    width: 12em;
}
select
{
    padding: 2px 10px 0px 0px;
}

/* Accordion Styles */
.ui-accordion-header
{
    padding: 0 10 !important;
}
.ui-helper-reset
{
    line-height: 1 !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-content
{
}
.ui-helper-reset
{
}
.ui-widget-content
{
}
.ui-corner-bottom
{
}
.ui-accordion-content-active
{
}
/*ui-corner-top ui-accordion-icons*/
/* Tab Styles */
.ui-tabs .ui-tabs-nav
{
    margin: 0 !important;
    padding: 0 !important;
}
.ui-tabs .ui-tabs-nav li
{
    border: 1px solid #88b7e0 !important;
    border-bottom: 0px solid #88b7e0 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active
{
    border: 0px solid #88b7e0 !important;
    border-bottom: 0px solid #88b7e0 !important;
    margin-bottom: -1px !important;
    border: 1px solid #88b7e0 !important;
    border-top: 1px solid orange !important;
    border-bottom: 1px solid black !important;
    background-color: black !important;
    background-image: -webkit-gradient(linear,from(orange), to(#000 15%));
    background-image: -webkit-linear-gradient(orange, #000 15%);
    background-image: -moz-linear-gradient(orange, #000 15%);
    background-image: -o-linear-gradient(orange, #000 15%);
    background-image: linear-gradient(orange, #000 15%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=orange, endColorstr=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=orange, endColorstr=#000000)";
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a
{
    color: White !important;
}
.ui-tabs .ui-tabs-nav li
{
    margin-right: 1px;
    background-color: black !important;
    background-image: -webkit-gradient(linear,from(#88b7e0), to(#000));
    background-image: -webkit-linear-gradient(#88b7e0, #000);
    background-image: -moz-linear-gradient(#88b7e0, #000);
    background-image: -o-linear-gradient(#88b7e0, #000);
    background-image: linear-gradient(#88b7e0, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#88b7e0, endColorstr=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#88b7e0, endColorstr=#000000)";
    zoom: 1;
    outline: none !important;
}
.ui-tabs .ui-tabs-nav li a
{
    color: White !important;
    padding: 10 !important;
}
.ui-widget-header
{
    background: none !important;
    border: none !important;
}
. .ui-widget
{
    border: none !important;
}
.ui-widget-content
{
    background: none !important;
    border: none !important;
    color: #fff !important;
}
.outter-tab
{
    border: 1px #88b7e0 solid;
    background-color: Black;
}
.ui-tabs-panel
{
}
/*drop down menu style*/
.usermenu
{
    font-size: 0.95em;
}
.user-menu-title
{
    font-size: 1.2em;     
    line-height: 1.5em;
}
.dropdown
{
    width: 145px;
}
.dropdown li a
{
    padding: 5px;
}
.rootmenu
{
    /*font-size: 11px;     font-size:1em;*/
}
/* date and time picker styles */
.ui-datepicker
{
    width: 18.2em !important;
    height: auto !important;
    margin: 5px auto 0 !important;
    font: 9pt Arial, sans-serif !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5) !important;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5) !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5) !important;
}
.ui-datepicker a
{
    text-decoration: none !important;
}
.ui-datepicker table
{
    width: 18.2em !important;
}
.ui-datepicker-header
{
    width: 18.2em !important;
    border-radius: 0px !important;
    background: #2a4b70 !important;
    color: #fff !important;
    font-weight: bold !important;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2) !important;
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2) !important;
    box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2) !important;
    text-shadow: 1px -1px 0px #000 !important;
    filter: dropshadow(color=#000, offx=1, offy=-1) !important;
    line-height: 2.2em !important;
    border-width: 1px 0 0 0 !important;
    border-style: solid !important;
    border-color: #111 !important;
}
.ui-datepicker-title
{
    text-align: center !important;
}
.ui-datepicker-prev, .ui-datepicker-next
{
    display: inline-block !important;
    width: 2.2em !important;
    height: 2.2em !important;
    text-align: center !important;
    cursor: pointer !important;
    background-repeat: no-repeat !important;
    line-height: 600% !important;
    overflow: hidden !important;
}
.ui-datepicker-prev
{
    float: left !important;
    background-position: center -2.2em !important;
}
.ui-datepicker-next
{
    float: right !important;
    background-position: center 0px !important;
}
.ui-datepicker thead
{
    background: #2a4b70 !important; /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#88b7e0), to(#000)) !important;     background: -webkit-linear-gradient(top, #88b7e0, #000) !important;     background: -moz-linear-gradient(top, #88b7e0, #000) !important;     background: -ms-linear-gradient(top, #88b7e0, #000) !important;     background: -o-linear-gradient(top, #88b7e0, #000) !important;     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b7e0', endColorstr='#000',GradientType=0 ) !important;*/
    border-bottom: 1px solid #88b7e0 !important;
    color: #fff !important;
}
.ui-datepicker th
{
    text-transform: uppercase !important;
    font-size: 7pt !important;
    padding: 5px 0 !important;
    color: #fff !important;
}
.ui-datepicker tbody td
{
    padding: 0 !important;
    border-right: 1px solid #88b7e0 !important;
}
.ui-datepicker tbody td:last-child
{
    border-right: 0px;
}
.ui-datepicker tbody tr
{
    border-bottom: 1px solid #88b7e0 !important;
}
.ui-datepicker tbody tr:last-child
{
    border-bottom: 0px !important;
}
.ui-datepicker td span, .ui-datepicker td a
{
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    width: 2.2em !important;
    height: 2.2em !important;
    line-height: 2.2em !important;
    background: transparent !important;
}
.ui-datepicker-calendar .ui-state-default
{
    background: #000 !important;
    text-align: center !important;
    border: 1px solid #2a4b70 !important;
}
.ui-datepicker-unselectable .ui-state-default
{
    background: #2a4b70 !important;
    color: #b4b3b3 !important;
}
.ui-datepicker-calendar td:first-child .ui-state-active
{
    color: orange !important;
    margin-left: 0 !important;
    border: 1px solid orange !important;
    background-color: transparent !important;
}
.ui-datepicker-calendar td:last-child .ui-state-active
{
    color: orange !important;
    margin-left: 0 !important;
    border: 1px solid orange !important;
    background-color: transparent !important;
}
.ui-datepicker-calendar .ui-state-active
{
    color: orange !important;
    margin-left: 0 !important;
    border: 1px solid orange !important;
    background-color: transparent !important;
}
.ui-datepicker-calendar .ui-state-highlight
{
    background: #0A1907 !important;
}
.date
{
    width: 6em !important;
    margin-right: 3px;
}
.time
{
    width: 6em !important;
}
.personInput
{
    width: 98%;
}
#transactionTypesSection
{
    background-color: #000000;
    margin: 1em;
}
#transactionTypesContent
{
    max-height: 25.9em;
    overflow: auto;
    margin: 5px;
}
#transactionReportDateTimeSettings
{
    margin: 1em;
    margin-bottom: 0;
}
#leftColumn
{
    width: 35%;
    display: inline-block;
    float: left;
}
#reportOptionsSection
{
    width: 63%;
    height: 100%;
    display: inline-block;
    margin: 1em;
    margin-left: 0;
}
#filterTabsOutterContainer
{
    height: 38em;
    overflow: auto;
    background-color: #000000;
}
.deviceFilter
{
    margin: 1em;
    margin-left: 0; /* margin-top: 0;    float: left;*/
}
.deviceFilterContent
{
    background-color: #0d1621; /*height: 15em;     width: 30em;     overflow: auto;*/
}
#dateSettingsSection
{
    background-color: #000000;
    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: 30em;
    width: 100%;
    text-align: center;
}
#transactionReportGroupBox
{
    position: relative;
    padding-bottom: 1.8em;
}
.deviceGridSection
{
    width: 100%;
    padding: 5px;
}
.deviceGridHeader
{
    /*padding-right:17px;*/
    background-color: #2a4b70;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#88b7e0), to(#2a4b70));
    background: -webkit-linear-gradient(top, #88b7e0, #2a4b70);
    background: -moz-linear-gradient(top, #88b7e0, #2a4b70);
    background: -ms-linear-gradient(top, #88b7e0, #2a4b70);
    background: -o-linear-gradient(top, #88b7e0, #2a4b70);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#88b7e0), to(#2a4b70));
    background-image: -webkit-linear-gradient(top, #88b7e0, #2a4b70);
    background-image: -moz-linear-gradient(top, #88b7e0, #2a4b70);
    background-image: -o-linear-gradient(top, #88b7e0, #2a4b70);
    background-image: linear-gradient(to bottom, #88b7e0, #2a4b70);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#88b7e0', EndColorStr='#2a4b70');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#88b7e0', EndColorStr='#2a4b70');";
}
.deviceGridBody
{
}
.checkalltransactions
{
    float: left;
    margin-left: .6em;
}
#generatedTransactionReportOptions
{
}
#generatedTransactionReportGroupBox
{
}
.reportLogo
{
    height: 4em;
    float: left;
}

#transactionReport
{
    margin: 1em;
    padding: 2em;
    background-color: White;
    text-align: center;
}
#transactionReport h1
{
    text-align: center;
    color: Orange;
    width: 50%;
    margin: auto;
}
#transactionReport table
{
    clear: both;
    text-align: left;
    background-color: white;
    border-collapse: collapse;
    color: Black;
    border: solid 0px #2a4b70;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#transactionReport td
{
    padding: 5px;
    border: solid 0px #2a4b70;
}

#transactionReport th
{
    padding: 6px 5px;
    text-align: left; /*background-color: #88b7e0;*/
    border: none;
    border-bottom: solid 3px #88b7e0;
}
#transactionReport tfoot
{
    padding: 6px 5px;
    text-align: left;
    border: none; /* border-top: solid 3px #88b7e0;*/
    border-top: solid 1px #000;
}

#AdvancedFilterOptions input[type="text"]
{
    width: 200px;
}
#AdvancedFilterOptions select
{
    width: 207px;
}

.advancedFilter-display-label
{
    width: 130px;
    display: inline-block;
}
.naTimeZone
{
    color: red;
}
.allDayTimeZone
{
    color: green;
}
.userTimeZone
{
    color: #88b7e0;
}
.timeZoneGridContainer
{
    margin: 1em;
}
.reportButtons
{
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
}
.saveExitButtonsSection
{
    float: right;
    margin: 5px 0 0 0;
}
.saveExitButtonsSection input
{
    display: block;
}
.refreshTime
{
    clear: both;
    margin: 5px 0 0 0;
}
.refreshButtonSection
{
    clear: both;
    float: left;
    margin: 5px 0 0 0;
}

.activeItem
{
    width: 100%;
}
.inactiveItem
{
    width: 100%;
    color: #CC0000 !important;
}
.inactive
{
    color: #CC0000 !important;
}
.active
{
    color: inherit;
}
a.viewItem
{
    background: url(Images/Info17.png) no-repeat top left;
    display: inline-block;
    height: 17px;
    width: 17px;
}
.additionalPersonPhotos
{
    height: 107px;
    overflow: auto; /**/
    overflow-y: hidden;
    overflow: auto;
    white-space: nowrap;
    border: 1px solid #2a4b70;
    background-color: #0d1621;
    margin: 2px 0;
}

.additionalPersonPhotosInner
{
    white-space: nowrap;
    margin: 2px;
}
.notDefaultIcon, .defaultPhoto, .undeletePhoto, .deletePhoto
{
    height: 16px;
}
.defaultPhotoSection
{
    text-align: left;
}
.undeletePhoto, .deletePhoto
{
    float: right;
}
.undeletePhoto
{
    display: none;
}
.personPhotEditControls
{
    margin: 1px;
    text-align: left;
}
.additionalPersonPhoto
{
    /* display: inline-block;*/
    float: left;
    border: 1px solid #333;
    width: 50px;
    height: 98px;
    text-align: center;
    padding: 1px;
    margin: 1px;
}
.mainPersonImageSection
{
    min-height: 325px;
    min-width: 20em;
}
.applyGroupAccessLevels
{
    margin: .2em .5em .5em .5em;
    float: left;
}
.selectGroupAccessLevelFiltersSection
{
    width: 100%;
    height: 40em;
    min-height: 40em;
    text-align: center;
}
.fitContentSelect
{
    width: auto;
}
.timeSpanBlock
{
    display: inline-block;
}
.fileUpload
{
    width: 96%;
    position: relative;
    overflow: hidden;
    float: left; /*margin: 10px;width: 13em;*/
}
.fileUpload input.upload
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.fileUploadPlaceholder
{
    width: 6.5em;
    margin: 3px 1px;
}
.editIcon, .deleteIcon, .deleteLinkRight
{
    height: 1.5em;
}
.addIcon
{
    height: 1.8em;
}
.deleteLinkRight
{
    float: right;
    margin-right: 3px;
    margin-top: 3px;
}
.selectFileCover
{
    padding: 2px;
}
#validationSummaryArea
{
    display: none;
}
.groupAccessLevelsContainer
{
    background-color: #0d1621;
    width: 100%;
    min-height: 40em;
    min-width: 20em;
}
.groupboxHeaderRefresh
{
    display: inline-block;
    width: auto;
    position: absolute;
    right: 15px;
}
.login-button
{
    width: auto !important;
    margin: 0.5em !important;
}
/* Scroll Area */
#scrollArea
{
    max-height: 487px;
    overflow: auto;
}
/* Visits Table Styles */
table.visitsTable
{
    overflow: scroll;
    width: 100%;
}
table.visitsTable th:nth-child(1)
{
    width: auto;
}
table.visitsTable th:nth-child(2)
{
    width: 12%;
}
table.visitsTable th:nth-child(3)
{
    width: 20%;
}
table.visitsTable th:nth-child(4)
{
    width: 20%;
}
table.visitsTable th:nth-child(5)
{
    width: 13%;
}
table.visitsTable th:nth-child(6)
{
    width: 35%;
}
table.visitsTable td:nth-child(1)
{
    width: auto;
}
table.visitsTable td:nth-child(2)
{
    width: 12%;
}
table.visitsTable td:nth-child(3)
{
    width: 20%;
}
table.visitsTable td:nth-child(4)
{
    width: 20%;
}
table.visitsTable td:nth-child(5)
{
    width: 13%;
}
table.visitsTable td:nth-child(6)
{
    width: 35%;
}
.addAttendeeButton
{
    width: auto;
    height: auto;
}
#personSearchResultsSites
{
    border: none;
}
#personSearchResultsCredentials
{
    border: none;
}
#visitContents
{
    padding: 1em;
}
.mobileButton
{
    float: left;
    position: absolute;
    left: 1em;
}
@media screen and (min-width:600px)
{
    #personTabs
    {
        width: 95%;
        min-width: 590px;
    }
}
@media screen and (min-width:900px)
{
    #personTabs
    {
        width: 69%;
        min-width: 590px;
    }
}

.transactionsLastRefresh
{
    float: left;
    display: inline-block;
}

.syncRequiredMessage
{
    color: #CC0000;
    clear: both;
    display: block;
    height: 1em;
}

#VisitDetailsSection
{
    width:55em;
}