﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/
body
{
    background-color: #5c87b2 !important;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

body.dashboard
{
    background-color: #5c87b2 !important;
    font-size: 1.2em !important;
    font-family: Verdana, Helvetica, Sans-Serif !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #696969 !important;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #034af3;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.5em;
}
h4
{
    font-size: 1.1em;
}
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;
}

/* 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;
    min-width: 1700px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111111;
}

#main
{
  min-height: 450px;
  height: auto !important;
  height: 450px;
  padding: 30px 30px 15px 30px;
  background-color: #fff;
  margin-bottom: 5px;
  _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: right;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.4em;
    background-color: rgba(255, 255, 255, 0.56);
    color: #034af3;
}

/* current page indicators */

body.dashboard ul#menu li.dashboard a
{
    background-color: #ffffff;
}

body.schedules ul#menu li.schedules a
{
    background-color: #ffffff;
}

body.users ul#menu li.users a
{
    background-color: #ffffff;
}

body.openings ul#menu li.openings a
{
    background-color: #ffffff;
}

body.audits ul#menu li.audits a
{
    background-color: #ffffff;
}

body.keys ul#menu li.keys a
{
    background-color: #ffffff;
}

body.cylinders ul#menu li.cylinders a
{
    background-color: #ffffff;
}

body.visualaudits ul#menu li.analytics a
{
    background-color: #ffffff;
}

/* end current page indicators */

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* ADMIN MENU
----------------------------------------------------------*/

ul.adminMenu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul.adminMenu li
{
    list-style: none;
    display: inline;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

legend.audit-legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 0px 4px;
}

input[type="text"] 
{
    min-width: 150px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    min-width: 150px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

table thead th 
{
  background-color: rgba(2, 2, 2, 0.09); 
  border: solid 0px #FFFFFF; 
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top: 60px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.audit-label
{
  padding-bottom: 2%;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


.full-width
{
  width:100% !important;
}


.color-green
{
  color: green;
}

.color-red
{
  color: red;
}

.inline-left
{
  display: inline; 
  float: left;
}

.adm-content
{
  width:80%;
}

.adm-menu
{
  width:150px;  
}

.inline-tree
{
  width:65%;
}

.left-margin
{
  margin-left: 50px;
}

/*
 * Security assignment fieldset in the user creation form
 */
fieldset.security-assignment
{
  height: 450px; 
  width: 210px;
}


/*
 * Usage monitoring fieldset in the opening creation form
 */
fieldset.usage-monitoring
{
  height: 200px;
  width: 750px;
}

.newline-clear
{
  display: block; 
  clear: both;
}


.tree-hover
{ 

  font-weight: bold;
  background: #E17009;
  color: white;
}


.unselectable 
{
  cursor: pointer;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -user-select: none;
}

.invalid-text
{
  color:Red;
}

.valid-text
{
  color:Green;
}

ul.no-bullets
{
  list-style: none;
}

img.trash-icon
{
  width: 16px;
  height: 16px;
}

.background-red
{
  background-color: #FF6666;
}

.dropbox-hover
{
  background-color: #DFEFFC;
}


.schedule-user-drop
{
  border: 2px solid #CCCCCC; 
  width:250px;
}

.schedule-user-drop ul
{
  padding: 0 0 0 10px;
  line-height: normal;
  margin-bottom: 5px;
}

.floating-drag
{
  font-weight: bold;
  background: #5C9CCC;
  color: white;
  width: 10em;
  height: 2em;
  text-align: center;
  vertical-align: middle;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  border-radius: 5px;
}

.bold
{
  font-weight: bold;
}

.full-span
{
  display: block;
}

.management-trashcan
{
  float: right; 
  width: 60px; 
  padding-left: 38px; 
}

div.dateRangeForm
{
  margin-bottom: 10px;
}

table.no-border, table.no-border tr, table.no-border th, table.no-border td
{
  border: none !important; 
  border-style: none !important;
}


div.clear
{
  clear: both;
}

.vmenu {border:1px solid #aaa;position:absolute;background:#fff;	display:none;font-size:0.75em;}
.vmenu .first_li span{width:100px;display:block;padding:5px 10px;cursor:pointer}
.vmenu .inner_li{display:none;margin-left:120px;position:absolute;border:1px solid #aaa; border-left:1px solid #ccc;margin-top:-28px;background:#fff;}
.vmenu .sep_li{border-top: 1px ridge #aaa;margin:5px 0}
.vmenu .fill_title{font-size:11px;font-weight:bold;/height:15px;/overflow:hidden;word-wrap:break-word;}

span.opening-shared
{
  font-style: italic;
}

span.opening-shared-owned
{
  font-weight: bold;
}

div.exportControl ul
{
  text-align: right;
}

div.exportControl ul li
{
  list-style: none;
  display: inline;
}

div.hoverText
{
  position: absolute;
  background-color: #F0F0F0;
  border: 1px solid #404040;
  padding: 5px;
}

button.disabled
{
  background: #E8EEF4;
  color: Gray;
}

button.btn.btn-table 
{
  white-space: nowrap;
}

div.schedule-user-list
{
  display: inline;
  float: left;
  width: 1000px;
}

span.scheduleTemplatesHeader
{
  font-weight: bold;
}

div.auditSizeEntry
{
  display: inline;
}

div.auditSizeEntry input
{
  min-width: 40px;
  width: 40px;
}

div.dropbox
{
  padding: 10px;
  border: 2px solid #CCCCCC;
  overflow: auto;
}

div.dropbox div
{
  overflow: auto;
}

div.schedulePlaceList
{
  width: 260px; 
  height: 285px;
}

div.blacklistKeyList
{
  width: 220px;
  height: 300px;
  margin-left: 20px;
}

div.submit-centered p
{
  text-align: center;
}

div.dropbox-remove
{
  padding: 8px;
  float: right;
}

div.dropbox-counter
{
  float: left;
}

.view-blacklist
{
  width: 150px;
}

.who-has-access
{
  font-size: 10pt;
  width: 150px;
}

.who-had-access
{
  font-size: 10pt;
  width: 150px;
}

.view-audits
{
  font-size: 10pt;
  width: 100px;
}

.current-access
{
  font-size: 10pt;
  width: 150px;
}

.force-disable
{
  width: 105px;
}

.schedule-create
{
  width: 120px;
}

.schedule-edit
{
  width: 120px;
}

input[type="text"].audit-size
{
  width: 40px; 
  min-width: 40px;
}

th.date
{
  min-width: 80px;
}

div.dashboard-links
{
  display: inline;
  float: left;
  padding: 10px;
  text-align: left;
}

div.dashboard-image
{
  display: inline;
  float: left;
  padding-top: 125px;
  padding-left: 240px;
  padding-right: 240px;
  vertical-align: middle;
}

div.dashboard-totals
{
  display: inline;
  float: left;
  padding: 10px;
  text-align: left;
}

table.noBorders
{
  border: solid 0px;
  border-collapse: collapse;
}

table.noBorders td 
{
  padding: 5px;
  padding-right: 12px;
  border: solid 0px;
}

table td.totalDisplay
{
  text-align: right;
}

div.centered
{
  text-align: center;
}

.tree-entity-display
{
  cursor: pointer;
}

.dashboard-container
{
  text-align: center;
  padding-top: 20px;
}

.dashboard-center
{
  display: inline-block;
}

.dashboard-display-option
{
  padding-top: 80px;
}

div#OperatorPermissions
{
  padding-top: 10px;
}

.float-right
{
  float: right;
}

.float-left
{
  float: left;
}

.filterButtons
{
  vertical-align: -35%;
}

div.TimeContainer
{
  padding-top: 15px;
}

body.audits div.dataTables_filter
{
  display: none;
}

body.operationlog div.dataTables_filter
{
  display: none;
}


#license-panel
{
  margin-top: 0px;
}

div.maintenance
{
  margin: 10px;
  width: 80%;
}

div.maintenance_header
{
  font-weight: bold;
  font-style: italic;
}

div.admins_notifications
{
  text-align: center;
}

div#SystemNotificationDisplay
{
  margin-top: 20px;
}

div#PinDisplay
{
  margin-top: 30px;
}

div#PinDisplay div.pin input
{
  min-width: 10px;
}

div#DaySelectionContainer
{
  margin-top: 10px;
}

div.KeyHolderMessageContainer
{
  margin-top: 20px;
}

div.invisible
{
  visibility: hidden;
}

form#RemoteProgrammerUploadForm fieldset
{
  border: 0px;
}

form#RemoteProgrammerUploadForm div.import-label
{
  font-weight: bold;
}

div.upload-container
{
  vertical-align: middle;
}

.upload-container-component
{
  display: inline;
  float: left;
}

.file-selection
{
  display: none;
}

thead span.filter_column
{
  padding: 0px !important;
}

.pending-request-1
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 20px
}

.pending-request-2
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 40px
}

table.display td
{
  height: 20px; 
}

button.view-restrictions
{
  width: 150px;
}

div.remote-programmer-codes span.code
{
  font-weight: bold;
}

div.remote-programmer-codes ul
{
  list-style: none;
}

span.key-type-selected
{
  color: #e17009;
}

span.key-type-not-selected
{
  color: #5c87b2;
}

.schedule-section 
{
  margin-left: 350px; 
  margin-top: 20px;
}

span.weekday-selected
{
  font-size: 0.7em;
  color: #FFFFFF;
  border: 1px solid #5c87b2;
  padding: 5px;
  background: #5c87b2;
  font-weight: bold;
  
  margin-left: 25px; 
  float: left; 
  list-style: none;
}

span.weekday-not-selected
{
  font-size: 0.7em;
  color: #5c87b2;
  border: 1px solid #5c87b2;
  padding: 5px;
  margin-left: 25px; 
  float: left; 
  list-style: none;
}

.schedule-direct span
{
  background: #2EBF57;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 5px;
}

.scheduled-canister
{
  background: #2EBF57;
  color: #FFFFFF !important;
}

.available-canister
{
  text-decoration: none;
  padding: 3px;
}
 

#ScheduleOpeningTreeContainer .tree-group-display a:link
{
  color: #004AB8;
}

#ScheduleOpeningTreeContainer .tree-entity-display a:link
{
  color: #CC5200;
}
 
#ScheduleOpeningTreeContainer .full-span a:link
{
  display: inline;
  padding: 5px;
  text-decoration: none;
}
 
#ScheduleOpeningTreeContainer li
{
  margin: 5px 0px 5px 0px;
  font-size: 13px;
}


.schedule-place-display
{
  font-size: 13px;
  padding: 4px;
}

.schedule-remove-link
{
  color: #ff2020;
  text-decoration: none;
  padding: 5px;
  cursor: pointer;
}

.schedule-remove-link:hover
{
  color: #ff2020;
  text-decoration: none;
  padding: 5px;
  cursor: pointer;
}

.remove-link
{
  color: #ff2020;
  text-decoration: none;
  padding: 5px;
  cursor: pointer;
}

.remove-link:hover
{
  color: #ff2020;
  text-decoration: none;
  padding: 5px;
  cursor: pointer;
}







/*
    Common 
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
  margin-right: 10px;
}

.wizard > .steps > ul > li
{
    width: 33%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    background: #9dc8e2;
    color: #FFFFFF;
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
}

.wizard > .steps a.hasError,
.wizard > .steps a:hover.hasError,
.wizard > .steps a:active.hasError
{
    background: #FD9F9F;
    color: #FFFFFF;
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #5c87b2;
    color: #fff;
    cursor: default;
}

.wizard > .steps .current a.hasError,
.wizard > .steps .current a:hover.hasError,
.wizard > .steps .current a:active.hasError
{
    background: #B80000;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a.hasError,
.wizard > .steps .done a:hover.hasError,
.wizard > .steps .done a:active.hasError
{
    background: #FD9F9F;
    color: #fff;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #9dc8e2;
    color: #fff;
}



.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    background: #FFFFFF;
    display: block;
    margin: 0.5em;
    min-height: 50em;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 98%;
    margin-top: 10px;
    margin-left: 20px;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #5c87b2;
    color: #fff;
    display: block;
    padding: 1em 2em;
    text-decoration: none;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow-y: auto;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}

.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}


.schedule-button, a.schedule-button 
{
    color: #FFFFFF;	   
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all 200ms ease-in-out 0s;
    white-space: nowrap;	
    font-weight: 500;	
    padding: 12px 23px 12px;
    border: 0px;
}

a.cancelButton 
{
    border-color: #718A99;
    background-color: #5c87b2;
    margin-left:10px;
    margin-right:10px;
}

.saveButton 
{
    border-color: #496683;
    background-color: #5c87b2;
    margin-left:10px;
    margin-right:10px;
}

div.schedule-submission 
{
  margin-top:10px;
  padding: 10px;  
  padding-top: 0px;  
  text-align: center;
  width:75%;
}

span.link 
{
  cursor: pointer;
}

.schedule_openings
{
  display: inline; 
  float: left; 
  overflow: auto; 
  min-height: 500px;
  height: 500px; 
  width: 400px;
}

.schedule-form-width
{
  width:75%;
}

.schedule-form-height
{
  height:658px
}

.small-left-margin
{
  margin-left: 6px;
}

.small-bottom-margin
{
  margin-bottom: 6px;
}

.small-top-margin
{
  margin-top: 6px;
}

.schedule-header-right
{
  margin-right:19px;
}

.float-right
{
  float:right; 
}

.schedule-tab-font
{
  font-size: 1.5em
}

.schedule-tab-format
{
  margin-left: 50px; 
  float: left; 
  list-style: none
}

.scheulde-tab-centered
{
  width: 75%;
  display: block;
  margin-left: auto; 
  margin-right: auto;
}

.full-width
{
  width: 100%;
}

.schedule-description
{
  width:100%;
  margin-top: 15px;
  text-align: center;
}

.schedule-key-panel
{
  width: 70%; 
  margin-left: 200px;
}

.schedule-fieldset
{
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

section.schedule-section
{
  overflow-y: auto;
}

.unauthorized-audits-only
{
  margin-bottom: 20px;
}

.key-holder-message
{
  margin-left: 25px; 
  margin-top: 10px;
}

.form-indent
{
  margin-left:10px 
}

.schedule-save-button
{
  float: left;
  display: inline;
  width: 50%;
  text-align: right;
}

.text-align-left
{
  text-align: left; 
}

.schedule-key-icons
{
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
}

.schedule-icons
{
  width: 890px;
  margin-left: auto;
  margin-right: auto;
  height:50px
}

.first-selection-icon
{
  float: left; 
  list-style: none;
}

li.selection-icon
{
  margin-left: 50px;
  float: left; 
  list-style: none
}

.medium-top-margin
{
  margin-top: 10px; 
}

.day-of-week
{
  text-decoration: none; 
  color: #5c87b2 ;
}

.operator-with-audit-options
{
  height: 90%;
  margin-top: 32px;
}

.operator-with-audit-options-key-activity
{
  margin-top: 20px;
}

#OperatorWithAuditAllOpeningsDisplay
{
  margin-top: 20px;
}

#OperatorWithAuditChangeInstruction
{
  margin-top: 20px;
  font-size: 11px;
  font-style: italic;
}

.memory-allocation-message
{
  margin-top: 20px;
  font-size: 11px;
  font-style: italic;
  color: Red;
}

.header-error
{
  margin-bottom:3px;
  width:190px;
}

span.selection-icon
{
  text-decoration: none;
  color: #5c87b2 
}

.display-none
{
  display:none; 
}



.large-tree .tree-group-display a:link
{
  color: #004AB8;
}

.large-tree .tree-entity-display a:link
{
  color: #CC5200;
}
 
.large-tree .full-span a:link
{
  display: inline;
  padding: 5px;
  text-decoration: none;
}
 
.large-tree li
{
  margin: 5px 0px 5px 0px;
  font-size: 15px;
}

.timeline-exception
{
  box-shadow: 0px 0px 10px #FF0000;
}

#userOverviewChartContainer
{
  text-align: center;
}

.jqplot-title
{
  font-size: 18px !important;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left !important;
}

.jqplot-xaxis-tick
{
  font-size: 11px;
}

.jqplot-yaxis-tick
{
  font-size: 11px;
}

.jqplot-point-label
{
  font-weight: bold;
  font-size: 11px !important;
}

.jqplot-target
{
  color: #000000 !important;
}

.tl-wrap
{
    border-color: #728286 !important;
    border-style: groove !important;
}

.b-a
{
  border: 1px groove #728286 !important;
}

.tree-container 
{
  width: 350px; 
  height: 673px;
  border: 1px solid #b8b8b8;
  padding: 10px;
}

.tree-container li
{
  font-size: 13px;
}

.tree-header 
{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.tree-divider
{
  display: block; 
  height: 1px;
  border: 0; 
  border-top: 1px solid #b8b8b8;
  margin: 1em 0; padding: 0; 
}

.tree-search-hit.tree-group-display 
{
  background: #636262 !important;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 5px;
}

.tree-search-hit.tree-user-entity-display 
{
  background: #447AAF !important;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 5px;
}

.tree-search-hit.tree-opening-entity-display 
{
  background: #588A4B !important;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 5px;
}

.tree-search-hit.tree-cylinder-entity-display 
{
  background: #A07783 !important;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 5px;
}

.tree-search-hit.tree-key-entity-display
{
  background: #728681;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 5px;
}

.tree-search-hit.tree-schedule-entity-display 
{
  background: #E0684B !important;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 5px;
}

.tree-user-entity-display
{
  color: #447AAF;
  cursor: pointer;
}

.tree-opening-entity-display
{
  color: #27A006;
  cursor: pointer;
}

.tree-cylinder-entity-display
{
  color: #A07783;
  cursor: pointer;
}

.tree-key-entity-display
{
  color: #677B77;
  cursor: pointer;
}

.tree-schedule-entity-display
{
  color: #E0684B;
  cursor: pointer;
}

.tree-group-display
{
  color: #000000;
  cursor: pointer;
}

body.audits div#exportControl
{
  display: inline;
  float: right;
}

.schedule-group-selection-display
{
  width: 100%;
  min-width: 100%;
  text-align: center;
}

.forgotten-password:visited 
{
  color: Black;
  font-size: smaller; 
  text-decoration: none;
}

.forgotten-password:link
{
  color: Black;
  font-size: smaller; 
  text-decoration: none;
}

.forgotten-password:hover 
{
  color: Black;
  font-size: smaller; 
  text-decoration: underline;
}

.no-close .ui-dialog-titlebar-close {display: none }


.loading-container {
    display:    none;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     70%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('images/ajax-loader_search.gif') 
                50% 50% 
                no-repeat;
}

body.dashboard.loading .loading-container
{
  height: 400px !important;
}

body.loading {
    overflow: hidden;   
}

body.loading .loading-container {
    display: block;
}

body.loading #Users {
    display: none;
}

a[disabled=disabled]
{
    color: gray; 
    text-decoration: none;
    cursor: default;
}

div.metric-tile
{
  text-align: left !important;
  width: 290px;
  color: #FFFFFF;
  display: inline;
  float: left;
  margin: 5px 30px 5px 30px;
}

div.metric-details
{
  font-size: 11px;
  margin-top: 0px !important;
  padding-top: 0px !important;
}

div.metric-details table
{
  border: 0px;
  width: 100%;
}

div.metric-details table td
{
  border: 0px;
  padding: 2px;
}

div.metric-details table td.metric-value
{
  text-align: right;
}

div.metric-tile.users
{
  background: #45637a;
}

div.metric-tile.users div.metric-header hr
{
  border-color: #2E4252;
}

div.metric-tile.users div.management-link
{
  background: #2E4252;
}

div.metric-chart.user-chart .progress .progress-bar
{
  background-color: #2E4252;
}

div.metric-tile.keys
{
  background: #A7B8B4;
}

div.metric-tile.keys div.metric-header hr
{
  border-color: #7C8A87;
}

div.metric-tile.keys div.management-link
{
  background: #7C8A87;
}

div.metric-chart.key-chart .progress .progress-bar
{
  background-color: #7C8A87;
}

div.metric-tile.openings
{
  background: #70927A;
}

div.metric-tile.openings div.metric-header hr
{
  border-color: #415547;
}

div.metric-tile.openings div.management-link
{
  background: #415547;
}

div.metric-chart.opening-chart .progress .progress-bar
{
  background-color: #415547;
}


div.metric-tile.cylinders
{
  background: #80686F;
}

div.metric-tile.cylinders div.metric-header hr
{
  border-color: #4C3D41;
}

div.metric-tile.cylinders div.management-link
{
  background: #4C3D41;
}

div.metric-chart.cylinder-chart .progress .progress-bar
{
  background-color: #4C3D41;
}

div.metric-tile.schedules
{
  background: #E0684B;
}

div.metric-tile.schedules div.metric-header hr
{
  border-color: #A74F3A;
}

div.metric-tile.schedules div.management-link
{
  background: #A74F3A;
}


div.metric-chart.schedule-chart .progress .progress-bar
{
  background-color: #A74F3A;
}

div.metric-tile.audits
{
  background: #983222;
}

div.metric-tile.audits div.metric-header hr
{
  border-color: #642217;
}

div.metric-tile.audits div.management-link
{
  background: #642217;
}

div.metric-chart.audit-chart .progress .progress-bar
{
  background-color: #642217;
}








div.metric-tile div.management-link
{
  height: 25px;
  text-align: center;
  padding-top: 2px;
}

div.metric-tile div.management-link a:link
{
    color: #FFFFFF;
    text-decoration: underline;
}

div.metric-tile div.management-link a:visited
{
    color: #FFFFFF;
    text-decoration: underline;
}

div.metric-tile-content
{
  padding: 10px 30px;
}

div.metric-header .accent
{
  font-weight: bold;
}

div.metric-header
{
  font-size: 16px;
}

div.metric-header h4
{
  margin: 0;
  font-size: 30px;
  color: #FFFFFF;
}

div.metric-header hr
{
  margin: 5px 0;
  display: block;
  height: 1px;
  padding: 0;
  color: #FFF;
}

div.metric-chart 
{
  margin-top: 10px;
}

div.metric-chart .progress
{
  height: 5px;
  margin-bottom: 5px;
}

div.metric-header div.total-display
{
  margin-bottom: 10px;
}

div.metric-header div.description-display
{
  margin-top: 10px;
}


.btn-primary
{
  background-color: rgb(95, 165, 234) !important;
  border: 1px solid #2A8EEC !important;
  border-color: #2A8EEC;
}

.btn-table
{
  background-color: rgba(158, 158, 158, 0.95) !important;
  border: 1px solid #A9ACAF !important;
  border-color: #A9ACAF !important;
  padding: 3px 8px 3px 8px !important;
}

.btn-danger
{
  background-color: #E26464;
  border: 1px solid #E26464 !important;
  border-color: #E26464;
}

.btn
{
  color: White;
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
  padding: 3px 5px 3px 5px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  min-width: 55px;
}

.tree-search-button
{
  width: 56px;
}

input[type=text].form-control
{
  padding: 4.5px;
}

select.form-control
{
  padding: 3.7px;
}

tr.odd 
{
	background-color: #F5F5F5 !important;
}

tr.even td.sorting_1 
{
	background-color: #F5F5F5 !important;
}

tr.odd td.sorting_1 
{
	background-color: #E8E8E8 !important;
}

div.dataTables_filter
{
  
}

div.dataTables_length
{
  margin-bottom: 10px;
}

a.btn
{
  color: #FFFFFF !important;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

a:link.btn
{
  color: #FFFFFF !important;
}

a:visited.btn
{
  color: #FFFFFF !important;
}

a:hover.btn
{
  color: #FFFFFF !important;
}

a:active.btn
{
  color: #FFFFFF !important;
}

div.table-export-controls
{
  width: 50%;
  float: right;
  text-align: right;
}

div.table-export-controls a
{
  margin: 1px 2px 0px 3px;
}

div.entity-table
{
  width: 1210px;
}

div.ui-dialog-buttonset button
{
  border: 0px !important;
}

div.ui-dialog-buttonset button span
{
  background-color: rgb(95, 165, 234) !important;
  border: 1px solid #2A8EEC !important;
  border-color: #2A8EEC;
  color: White;
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
  padding: 3px 5px 3px 5px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  min-width: 55px;
}

.placeholder
{
  color: #aaa;
}

.schedule-key-expires
{
  width: 130px !important;
}

body#mobile-downloads
{
  background-color: white !important;
  margin: 0px;
}

body#mobile-downloads div.mobile-client
{
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 45%;
}

body#mobile-downloads div.mobile-client a
{
  display: block;
  width: 100%;
  height: 100%;
}

body#mobile-downloads div.mobile-client span.header
{
  font-weight: bold;
  font-size: 20px;
}

body#mobile-downloads div.mobile-client 
{
  font-size: 22px;
}

body#mobile-downloads h3
{
  font-size: 45px;
}

body#mobile-downloads a
{
  text-decoration: none;
  color: Black;
}

body#mobile-downloads span.download-text
{
  font-weight: bold;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}

body#desktop-download
{
  background-color: white !important;
  margin: 0px;
}

p.desktop-download-steps
{
    margin-left: 17%;
    text-align: left;
    font-size: 18px;
}

body#desktop-download div.desktop-client
{
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 45%;
}

body#desktop-download div.desktop-client span.header
{
  font-weight: bold;
  font-size: 20px;
}

body#desktop-download div.desktop-client
{
  font-size: 22px;
}

body#desktop-download h3
{
  font-size: 45px;
}

body#desktop-download span.download-text
{
  font-weight: bold;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}

select.select_filter
{
  width: 100%;
}

div.analytics-loading
{
	background: url(images/ajax-loader_analytics.gif) 0 0 no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
}

div.analytics-no-content
{
  width: 100%;
  text-align: center;
  font-weight: bold; font-size: 14px;
  display: none;
}

div.analytics-graph-container
{
  width: 100%;
  text-align: center;
}

.content-block
{
  padding : 0px;  
}

.content-block-header
{
  background: #545454; 
  color: white; 
  padding: 10px;
}

.content-block-header-title
{
  display: inline; 
  float: left; 
  font-size: 10pt;
}

.content-block-header-info
{
  display: inline; 
  float: right; 
  font-size: 12pt;
}

.content-block-header-info .fa-question-circle,
.content-block-header-info .fa-heart-o,
.content-block-header-info .fa-heart,
.content-block-header-info .fa-times,
.fa-bullhorn
{
  cursor: pointer;
}

.content-block-body
{
  padding: 10px;
}

.analytics-date
{
  min-width: 95px !important; 
  width: 95px !important;
  padding: 8px;
  font-size: 12pt;
}

.analytics-date-delimiter
{
  font-size: 12pt;
  font-weight: bold;
}

body.visualaudits h2
{
  font-family: Verdana, Helvetica, Sans-Serif !important;
  color: #383838;
}

body.dashboard .analytics-container
{
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

body.dashboard .analytics-container .content-block
{
  display: inline-block;
}

body.dashboard fieldset 
{
  border: 1px solid #CCC !important;
}


body.dashboard .content-block-header
{
  background: #3D586D; 
  color: white; 
  padding: 5px;
  padding-left: 10px;
}

div ul li.heading
{
  margin-top: 10px;
}

.access-report-header
{
  font-size: 1.5em; 
  color: #000; 
  font-family: Arial, Helvetica, sans-serif;
  float: left; 
  display: inline; 
  padding: 0px !important; 
  margin: 0px !important;
}

.title-tooltip
{
  font-size: 0.75em !important;
}

.days-of-the-week-display
{
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.announcement {
    margin-top: 20px;
    margin-bottom: 30px;
    list-style-type: none;
}

a#BuildFeedbackButton:hover
{
    color: white;
    text-decoration: none;
}

a#BuildFeedbackButton
{
    color: white;
    text-decoration: underline;
}

button.disable
{
    width:105px   
}

.log-off
{
    text-align: right;
    font-size: 22;
    margin-top: 1%;
    margin-right: 5%;  
}


.selected-date
{
  background-color: rgb(157, 200, 226) !important;
}

.problem-with-day
{
  background-color: #FD9F9F !important;
}

.is-scheduled
{
  background-color: #fff0c3 !important;
}

.has-custom
{
  background-color: #fff0c3 !important;
}

.badge
{
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}

.day-error
{
  background-color: #ff000040;
}

div.zabuto_calendar .table tr td div.day-error {
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button 
{ 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; 
}

.ui-datepicker
{
  position: relative; 
  z-index:100 !important;
}

#ExceedRulesTableDiv .table-export-controls
{
    display: none;
}

#UnderRulesTableDiv .table-export-controls
{
    display: none;
}

body.usagemonitoring .ui-autocomplete 
{
    max-height: 80px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}  

.calendar-time-selection
{
    float:right; 
    width: 400px; 
    margin-top:30px;
}

div.daily-access-tree
{
    margin-top: 15px;
}

table.jqplot-table-legend
{
    margin: 10px !important;
    margin-top: 5px !important;
}

div.modal-error
{
    color: Red;
}

.sorting_disabled
{
    background-color: white;
}

.configurableColumns
{
    padding-inline-start: 10px;
    border: 1px dashed gray;
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    min-height: 40px;
    
}

.configurableColumns li
{
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1.2em;
    height: 18px;
    list-style: none;
}


.configurableColumns li span
{
    position: absolute;
    margin-left: -1.3em;
    white-space: pre-wrap;
}

.dataTables_scrollBody table.display {
    margin-left: -5px;
}

.fa.fa-cog
{
    cursor: pointer;
    color: Black;
}

input[type=number] {
  -moz-appearance: textfield;
}