﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html
{
    height: 100%;
}
body
{
    background-color: #000000;
    font-size: .75em;
    font-family: Arial, Verdana, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #FFFFFF; /* scrollbar-arrow-color: #88b7e0;     scrollbar-base-color: #88b7e0;     scrollbar-darkshadow-color: #0b0f14;     scrollbar-highlight-color: #88b7e0;     scrollbar-shadow-color: #0b0f14;     scrollbar-track-color: #000000;*/
    height: 100%;
}
tr
{
    vertical-align: top;
}
a:link, a:visited
{
    border: none;
    color: #ffffff;
    text-decoration: none;
}
a:hover
{
    border: none;
    color: orange;
    text-decoration: none;
}
a:active
{
    border: none;
    color: #88b7e0;
}
p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
ul
{
    margin-top: 0;
}
img
{
    border: none;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #ffffff;
    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: 1em;
}
h4, h5, h6
{
    font-size: 1em;
}
/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}
#header
{
    text-align: center;
    background-color: #2a4b70; /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00000), to(#2a4b70));
    background: -webkit-linear-gradient(top, #000000, #2a4b70);
    background: -moz-linear-gradient(top, #000000, #2a4b70);
    background: -ms-linear-gradient(top, #000000, #2a4b70); /* Opera 11.10+ */
    background: -o-linear-gradient(top, #000000, #2a4b70); /* fallback */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#2a4b70');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#2a4b70');";
    zoom: 1;
    border-bottom: 1px solid #2a4b70;
}

#header h1
{
    color: #fff;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#main
{
    background-color: #000000; /*margin-bottom: 30px;*/ /* _height: 1px; only IE6 applies CSS properties starting with an underscore */
}

#peopleSearchContent
{
    /*width: 80%;     margin: 0 auto;*/
    margin: 1em;
}
#People
{
    border: 1px solid #2a4b70;
}
#attendeesInfo
{
    float: left;
}
#addAttendeesSection
{
    float: left;
    background-color: #0D1621;
}
#existingAttendees
{
    float: left;
}
#addAttendeesContent
{
    border: 1px solid #2a4b70;
}
#addAttendeesSection table, #existingAttendees table
{
    border: none;
}
#addAttendeesSection tr, #existingAttendees tr
{
    vertical-align: middle;
}
.noAttendeePossibilities
{
    line-height: 4em;
    text-align: center;
    margin-bottom: 1em;
}
.attendeeListTable
{
    width: 100%;
}
#personDetails
{
    text-align: left;
    width: 100%;
    overflow: hidden;
}
#personTabs
{
    float: left;
}
.personInputFields
{
    margin: 5px 0;
}
.personActiveDirectoryLinkedFields
{
    text-align: left;
    margin-bottom: 1em;
}
.personIsActiveInputFields
{
    margin: 10px 0 0 0;
}
.personAccessibilityInputFields
{
    text-align: left;
    margin: 5px 0 10px 0;
}
.personOptionalFieldLabel
{
    min-width: 16em;
    display: block;
    float: left;
    width: 45%;
}
.personOptionalFieldSection
{
    clear: both;
    margin: 2px;
}
.optionalFieldExpanderSection
{
    height: 32em;
    overflow: auto; /* padding: 5px;*/
}
.personOptionalFieldContent
{
    padding: 0 0 0 1.5em;
}
.optionalFieldsGroupLeft
{
    float: left;
    width: 49%;
    min-width: 260px;
}
.optionalFieldsGroupRight
{
    float: right;
    width: 49%;
}
.optionalFieldsContent
{
    height: 16em;
    overflow: auto;
    padding: 5px;
    display: block;
}
.refreshRight
{
    float: right;
}
#credentialsGroupBox, #generalInfoSection, #optionalFieldsSection, #siteEnrollmentSection, #visitInformationSecton, #transactionsSection
{
    min-height: 35em;
    width: 100%;
}
#credentialsGrid
{
    padding: 5px;
    height: 32em;
}
.credentialDetailsSection
{
    float: left;
}
.credentialsSettingsDetails
{
    overflow: auto;
    padding: 5px;
    text-align: left;
}
.credentialsSettingsSiteLI
{
    padding: 0;
    line-height: 1em;
    color: #88b7e0 !important;
}
.activeGroup
{
    color: #FFFFFF !important;
}
.credentialNumberInput
{
    margin: 5px;
    float: left;
}
.credentialInformationSection
{
    padding: .5em;
}
.siteSettingsSection
{
    padding-bottom: 10px;
}
.limitedUses
{
    width: 6em !important;
}
#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}
.spacer
{
    clear: both;
}
tr.oddRow td
{
    background-color: transparent;
}
tr.evenRow td
{
    background-color: #18202b;
}
.credentialDetails
{
}
/* 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;
    color: #88b7e0;
}
.disabled
{
    color: #666;
}
.checkboxContainer
{
    display: inline-block;
    text-align: left;
}
input[type="text"], textarea, input[type="password"]
{
    font-family: Arial, Verdana, Sans-Serif !important;
    background-color: #0d1621;
    color: #E3E3E3;
    border: 1px solid #88b7e0;
}
input[type="text"]:focus, textarea:focus, input[type="password"]:focus
{
    font-family: Arial, Verdana, Sans-Serif !important;
    background-color: #000;
    border: 1px solid orange;
}
input[disabled~='disabled'], input[readonly~='readonly'], textarea[disabled~='disabled'], textarea[readonly~='readonly'], select[disabled]
{
    font-family: Arial, Verdana, Sans-Serif !important;
    color: #666 !important;
    background-color: #111;
    border: 1px solid #333;
}
input[disabled~='disabled']:focus, input[readonly~='readonly']:focus, textarea[disabled~='disabled']:focus, textarea[readonly~='readonly']:focus, select[disabled]:focus
{
    font-family: Arial, Verdana, Sans-Serif !important;
    color: #666 !important;
    background-color: #111;
    border: 1px solid #333;
}
input[type="checkbox"]
{
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    z-index: 1;
}
table
{
    background-color: #0d1621;
    border: solid 1px #2a4b70;
    border-collapse: collapse;
}
table td
{
    padding: 5px;
    border: solid 1px #2a4b70;
}
table th
{
    padding: 6px 5px;
    text-align: left; /*background-color: #88b7e0;*/
    border: none;
    font-weight: normal;
}
/* Person search results table
------------------------------------------------------------------------ */
.searchResults
{
    width: 100%;
}

/* Tool tip styles 
----------------------------------------------------------*/
.tooltip-inner
{
    max-width: 80em !important;
    padding: 0;
}
.tooltip-alert
{
    padding: 8px 10px;
    font-weight: bolder;
    color: #A94442;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}
.error
{
    color: #CC0000;
}
body .ui-tooltip
{
    border: 1px solid #88b7e0 !important;
    background-color: black !important;
}
#menucontainer
{
    clear: both;
    padding: 15px;
}
#logindisplay a:link, #logindisplay a:visited
{
    color: white;
    text-decoration: underline;
    border: 0 solid black;
}
#logindisplay a:hover
{
    color: white;
    text-decoration: none;
    border: 0 solid black;
}
#userToolsSection
{
    clear: both;
    display: inline-block;
    float: right;
    height: 1em;
    text-align: right;
    position: absolute;
    right: 0.7em;
}
#userToolsSection .dropdown
{
    position: static;
    display: inline;
}
.toggleViewStyle
{
    text-align: left;
    float: left;
    height: 1em;
    position: relative;
}
.headerControls
{
}
.selectionButton
{
    min-width: 2em;
    width: 2em;
    height: 2em;
}
.selectionImage
{
    width: 1em;
    height: 1em;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #CC0000;
    position: relative; /*this is the key*/
    z-index: 24;
}
.field-validation-error span
{
    background-color: #ffa;
    display: block;
    position: absolute;
    padding: .5em;
    padding-left: 3em;
    top: -3em;
    left: 35em;
    width: 30em;
    color: #933;
    border: 1px solid #ffad33;
    text-align: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 85%;
    border-radius: 4px;
}
.field-validation-valid
{
    display: none;
}
.input-validation-error
{
    border: 1px solid #CC0000 !important;
}
.validation-summary-errors
{
    font-weight: bold;
    color: #CC0000;
}
.validation-summary-valid
{
    display: none;
}

label.error, div.error
{
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
    display: none;
}
input.input-validation-error
{
    border: 1px solid red;
}
.ui-tooltip
{
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 80em !important;
    -webkit-box-shadow: 0 0 5px #ccc !important;
    box-shadow: 0 0 5px #ccc !important;
    border: 1px solid #88b7e0 !important;
    color: White;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.updatingMessage
{
    display: none;
    position: absolute;
    z-index: 5;
    text-align: center;
}
.updatingMessageContent
{
    color: Green;
    padding: 5em;
    display: inline;
    background: white;
}
.shieldGroupBox
{
    display: none;
    background-color: #000000;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    position: absolute;
    text-align: center;
    border-radius: 8px;
    z-index: 4;
}
.display-label, .editor-label, .display-field, .editor-field
{
    margin: 0.5em;
    float: left;
}
.tempOptions-editor-label
{
    margin: 3px;
    display: inline-block;
    width: 10em;
}
.tempOptionsInputGroup
{
    margin: 5px 0;
}
.tempSettingsOptionInner
{
    height: 22em;
    overflow: auto;
}
.inlineNoMarginInputGroup
{
    display: inline-block;
    margin: 0.2em;
}
.inlineInputGroup
{
    display: inline-block;
    margin: 0.5em;
}
.inputGroup
{
    margin: 0.2em;
}
.radioInputGroup
{
    display: block;
}
.displayLabelWithMinWidth
{
    float: none;
    display: inline-block;
    min-width: 3em;
}
.text-box-below
{
    width: 30em;
    clear: both;
}
.text-box.multi-line
{
    height: 6.5em;
}
.tri-state
{
    width: 6em;
}
.titleBarHeader
{
}
.searchDetails
{
    text-align: center;
}
.mobileSearchDetails
{
    text-align: center;
}
.minorGroupBoxHeader
{
    /* fallback */
    background-color: #2a4b70; /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#88b7e0), to(#2a4b70)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #88b7e0, #2a4b70); /* IE 10 */
    background: -moz-linear-gradient(top, #88b7e0, #2a4b70); /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #88b7e0, #2a4b70); /* Opera 11.10+ */
    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); /*IE 8*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#88b7e0', EndColorStr='#2a4b70');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#88b7e0', EndColorStr='#2a4b70');";
    zoom: 1;
    border-radius: 8px 8px 0 0;
    text-align: center;
    line-height: 1.5em;
    font-size: 1em;
}
.groupBoxHeader
{
    /* fallback */
    background-color: #2a4b70; /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#88b7e0), to(#2a4b70)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #88b7e0, #2a4b70); /* IE 10 */
    background: -moz-linear-gradient(top, #88b7e0, #2a4b70); /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #88b7e0, #2a4b70); /* Opera 11.10+ */
    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); /*IE 8*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#88b7e0', EndColorStr='#2a4b70');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#88b7e0', EndColorStr='#2a4b70');";
    zoom: 1;
    border-radius: 8px 8px 0 0;
    text-align: center;
    line-height: 2em;
}
.groupboxContainerBright
{
    border: 1px #88b7e0 solid;
    border-radius: 8px;
}
.groupboxContainer
{
    border: 1px #2a4b70 solid;
    border-radius: 8px;
}
.groupboxContent
{
    padding: 5px;
}
.siteOptionsContent
{
    height: 35em;
    overflow: auto;
}
.workingSiteOptionsContent
{
    min-height: 10em; /*max-height: 20em;     overflow: auto;*/
}
.filledGroupBoxContainer
{
    background-color: #0d1621;
    border: 1px #2a4b70 solid;
    border-radius: 8px;
}
.filledBlackGroupBoxContainer
{
    background-color: #000000;
    border: 1px #2a4b70 solid;
    border-radius: 8px;
}
.siteSelect
{
}
select
{
    background-color: #0d1621;
    color: #E3E3E3;
    border: 1px solid #88b7e0; /*border: 0 !important; Removes border*/
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    appearance: none;
    background: #0d1621 url('Images/selectArrowDown.png') no-repeat;
    background-position: right;
}
select::-ms-expand
{
    display: none;
}
select:focus
{
    border: 1px solid orange;
}
#UserPreferencesOptions
{
    display: block;
    margin: 0 auto;
    max-width: 80%;
}
#UserPreferencesOptions select
{
    width: 15.5em;
}
#UserPreferencesOptions input[type="text"]
{
    width: 15em;
}
.userPreferenceColumn
{
    float: left;
    min-width: 15.5em;
    max-width: 45em;
    margin: 2em;
}

option
{
    background-color: #0d1621;
    color: #E3E3E3;
    padding: 1px;
}

.ui-accordion-header
{
    border: 0 solid transparent !important;
    background-color: transparent !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
{
}
.ui-state-default
{
    color: #ffffff !important;
}
.ui-accordion-header-active
{
    color: Orange !important;
}
/*
.ui-accordion-header a:link{  
    color: #fff !important;
}  
.ui-accordion-header a:hover{  
    color: Orange !important;
} 
.ui-accordion-header a:visited{  
    color: #fff !important;
} 
.ui-accordion-header a:active{  
    color: Orange !important;
} */
.ui-state-hover
{
    color: Orange !important;
}

/*
Status Styles*/
.deviceStatus
{
    margin: .5em;
    float: left;
    width: 13.5em;
    text-align: center;
    border: 1px solid #88b7e0;
    background-color: #0d1621;
    padding: 1em;
    border-radius: 15px;
}

.overlay
{
    position: absolute;
    z-index: 10;
    text-align: center;
    background: #000;
    color: #FFF;
    border: 2px solid #2a4b70;
    top: 35%;
    width: 13.5em;
} 

.alarmStatus
{
    position: relative;
    width: 30%;
    float: left;
    margin-bottom: -4em;
    z-index: 0;
}
.cardReadStatus
{
    position: relative;
    width: 30%;
    float: right;
    margin-bottom: -4em;
    z-index: 0;
}
.signalStrengthStatus
{
    position: relative;
    width: 30%;
    float: right;
    margin-bottom: -4em;
    z-index: 0;
}
.batteryStatus
{
    width: 30%;
    float: left;
    position: relative;
    margin-top: -4em;
}
.deviceImage
{
    width: 100%;
}
.armedStatus
{
    width: 30%;
    float: right;
    position: relative;
    margin-top: -4em;
}
.armedStatusReason
{
    width: 25%;
    float: right;
    position: relative;
    margin-top: -3.3em;
    margin-right: -27%;
}
.top-line-separated
{
    border-top: 1px solid #2a4b70;
    margin-top: .5em;
    padding-top: .5em;
}
/*
Drop Down Menu Style*/
.menuanchor
{
    z-index: 0;
    cursor: pointer;
    border: none;
}
.submenutitle
{
    border-bottom: 1px solid #2a4b70;
    width: 100%;
    color: #88b7e0;
    padding-bottom: 2px;
    text-align: center;
}

.usermenu
{
    background: #000;
    position: absolute;
    top: 2.6em;
    left: -17em;
    z-index: 100;
    width: 18em;
    display: none;
    padding: 0.5em;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    border: 1px solid #2a4b70;
}

.user-menu-title
{
    width: 100%;
    color: #88b7e0;
    text-align: center;
}

.user-submenu
{
    padding: 0.8em !important;
    left: -16em !important;
    width: 14em !important;
}
.working-sites-sub-menu
{
    top: 3em !important;
}

.culture-sub-menu
{
    top: 8.5em !important;
}
.help-sub-menu
{
    top: 11.5em !important;
}

.working-sites-sub-menu-authenticated
{
    display: none;
}
.culture-sub-menu-not-authenticated
{
    top: 4.5em !important;
}
.help-sub-menu-not-authenticated
{
    top: 7em !important;
}

.submenu
{
    width: 12em;
    padding: 0.2em;
    background: #000;
    position: absolute;
    top: 1.5em;
    z-index: 100;
    display: none;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    border: 1px solid #2a4b70;
}
.submenu ul
{
    background-color: transparent;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.dropdown
{
    z-index: 1;
    color: #fff;
    position: absolute;
    text-align: left;
}
.dropdown li a
{
    color: #fff;
    display: block;
    width: 100%;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    cursor: pointer;
}
.dropdown li a:hover
{
    color: Orange;
    text-decoration: none;
}
.rootmenu
{
    background-color: transparent;
    list-style: none;
    margin: 0px;
    padding: 0px;
}



.ui-widget
{
    font-family: Arial,Verdana,sans-serif !important;
    font-size: inherit !important;
}
.eplexGatewayErrorMessage
{
    text-align: left;
    padding: 2px;
}
.printLabel
{
    display: none;
}

#VisitDetailsSection
{
    margin: 0 auto;
    overflow: auto;
}
