
/*********************************************************************
*  This file contains all the CSS attributes for the base.html file.
*  It also imports a defaults.css file that sets all browser defaults
*  in order to get rid of any browser default setting issues.
*********************************************************************/
#page-header
{
    position: fixed;
    z-index: 10000;
    width: 100%;
    font-size: 36px;
    color: #000000;
    padding-top: 6px;
    border-bottom: solid 2pt #00ADDC;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(top, #FFFFFF 0px, #CBCBCB 50px);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#CBCBCB));
    background-image: linear-gradient(to bottom, #FFFFFF, #CBCBCB);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CBCBCB');
}

#page-header span
{
    font-size: 12px;
    color: #666666;
    vertical-align: -10px;
    padding: 0;
}

span.nav-icon
{
    font-size: 14px;
    color: #FFFFFF;
}

div#appl-type
{
    color: #FFFFFF;
    background-color: #00ADDC;
    padding: 4px 8px;
    float: right;
    margin: -16px 0;
    border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
}

div#appl-type-padding
{
    height: 20px;
}

img.header-logo
{
    padding: 0;
}

div.header-foot
{
    margin-bottom: -16px;
}

div.footer-div
{
    background-color: #E8E8E8;
}

div.footer-logo
{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

div.footer-left
{
    float: left;
    padding: 10px;
    color: #666666;
}

div.footer-right
{
    float: right;
    padding: 10px;
    color: #666666;
}

div.page-menu
{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: default;
    margin-left: 6px;
    margin-right: 6px;
}

div.page-menu a
{
    color: #666666;
    text-decoration: none;
}

div.page-menu a:hover
{
    color: #00ADDC;
    text-decoration: underline;
}

/*#page-footer*/
/*{*/
    /*background-image: -moz-linear-gradient(top, #CCCCCC 0, #FFFFFF 45px);*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#FFFFFF));*/
    /*background-image: linear-gradient(to bottom, #CCCCCC, #FFFFFF);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#FFFFFF');*/
    /*border-top: solid 1pt #00ADDC;*/
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
    /*text-align: center;*/
    /*color: #333333;*/
    /*font-weight: bold;*/
    /*height: 15px;*/
/*}*/

div#content-container
{
    padding: 0 8px 0 8px;
}


div#content
{
    width: 100%;
    vertical-align: top;
}

#fixed-header
{
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 1000;
    background-color: #FFFFFF;
}

#fixed-header-content
{
    padding: 4px 8px 0 8px;
}

#fixed-footer
{
    position: fixed;
    bottom: 30px;
    width: 100%;
    z-index: 1000;
    background-color: #FFFFFF;
}

#fixed-footer-content
{
    padding: 0 8px 8px 8px;
}

.content-header
{
    font-size: 150%;
    background-color: #CBCBCB;
    padding: 4px 4px 4px 6px;
    margin: 4px 0;
    border-left: 5px solid #004463;
    cursor: default;
    background-image: -moz-linear-gradient(left, #CBCBCB 30px, #FFFFFF);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#CBCBCB), color-stop(100%,#FFFFFF));
    background-image: linear-gradient(to right, #CBCBCB, #FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CBCBCB', endColorstr='#FFFFFF', GradientType=1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.modal .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

a.print-link
{
    float: right;
}

span.service-version
{
    float: right;
    font-size: 67%;
    color: #AAAAAA;
}

.page-layout td
{
    vertical-align: top;
}

.center-form
{
    width: 350px;
    margin: 24px;
    margin-left: auto;
    margin-right: auto;
}

/* Views */

h2
{
    font-size: 150%;
}

h4
{
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

fieldset
{
    /*border: solid 1px #AAAAAA;*/
    position:relative;
    border: none;
    background-color: #E4E4E4;
    padding: 10px;
    padding-top: 30px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

fieldset legend
{
    font-size: 14px;
    font-weight: bold;
    color: #555555;

    position:absolute;
    top: 0;
    left: 0;
    border-bottom: solid 1px white;
    width: 100%;
    padding: 10px;
}

fieldset div.content
{
    padding-top: 15px;
}

div.subhead
{
    width: 100%;
    margin-top: 4px;
}

div.subhead h2
{
    background-repeat: no-repeat;
    background-size: 15px 15px, 100% 25px;
    background-position: 6px 3px, 21px 0;
    background-color: #BBBBBB;
    color: #333333;
    font-size: 120%;
    padding: 4px 26px;
    margin-bottom: 8px;
    cursor: default;
    /*border-bottom: solid 1px #00ADDC;*/
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
}

div.subhead h3
{
    background-image: url('../img/arrow_down.png'), linear-gradient(to right, #BBBBBB, #DDDDDD);
    background-image: url('../img/arrow_down.png'), -moz-linear-gradient(left, #BBBBBB 30px, #DDDDDD);
    background-image: url('../img/arrow_down.png'), -webkit-gradient(linear, left top, right top, color-stop(0%,#BBBBBB), color-stop(100%,#DDDDDD));
    background-repeat: no-repeat;
    background-size: 15px 15px, 100% 25px;
    background-position: 6px 3px, 21px 0;
    background-color: #BBBBBB;
    color: #333333;
    font-size: 120%;
    padding: 4px 26px;
    margin-bottom: 8px;
    cursor: default;
    /*border-bottom: solid 1px #00ADDC;*/
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
}

div.subhead h3:hover
{
    background-image: url('../img/arrow_down.png'), linear-gradient(to right, #CCCCCC, #DDDDDD);
    background-image: url('../img/arrow_down.png'), -moz-linear-gradient(left, #CCCCCC 30px, #DDDDDD);
    background-image: url('../img/arrow_down.png'), -webkit-gradient(linear, left top, right top, color-stop(0%,#CCCCCC), color-stop(100%,#DDDDDD));
    background-color: #CCCCCC;
}

div.subhead h3.closed
{
    background-image: url('../img/arrow_right.png'), linear-gradient(to right, #BBBBBB, #DDDDDD);
    background-image: url('../img/arrow_right.png'), -moz-linear-gradient(left, #BBBBBB 30px, #DDDDDD);
    background-image: url('../img/arrow_right.png'), -webkit-gradient(linear, left top, right top, color-stop(0%,#BBBBBB), color-stop(100%,#DDDDDD));
    background-repeat: no-repeat;
    background-size: 15px 15px, 100% 25px;
    background-position: 6px 3px, 21px 0;
}

div.subhead h3.closed:hover
{
    background-image: url('../img/arrow_right.png'), linear-gradient(to right, #CCCCCC, #DDDDDD);
    background-image: url('../img/arrow_right.png'), -moz-linear-gradient(left, #CCCCCC 30px, #DDDDDD);
    background-image: url('../img/arrow_right.png'), -webkit-gradient(linear, left top, right top, color-stop(0%,#CCCCCC), color-stop(100%,#DDDDDD));
    background-color: #CCCCCC;
}

td.small_subhead
{
    background-color: #d4d4d4;
}

div.subsection
{
    margin: 8px 8px 16px 8px;
}

div.subsection p
{
    margin: 12px 8px 8px 2px;
}

div.subsection span.title
{
    font-weight: bold;
    cursor: default;
}

table.rules div.rule
{
    padding-left: 20px;
}

table.rules th div.rule
{
    padding-top: 5px;
}

table.rules th div.rule img
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

table.rules td
{
    padding-top: 5px;
}

table.rules input.percent
{
    width: 30px;
}

table.rules span.rule
{
    padding-left: 20px;
}

table.details
{
    width: 100%;
    margin-left: 8px;
}

table.details th
{
    padding: 4px;
    border-bottom: thin solid #333333;
    font-weight: bold;
}

table.details td
{
    padding: 2px 4px;
}

table.details td:first-child
{
    width: 150px;
    white-space: nowrap;
}

table.details td:first-child.table
{
    width: auto;
}

table.details td.empty
{
    padding: 16px;
    text-align: center;
}

table.details-lists
{
    width: 100%;
    margin-left: 8px;
}

table.details-lists td
{
    padding: 4px;
    border-left: thin solid #333333;
    width: auto;
}

table.details-lists td p
{
    padding: 4px;
    border-bottom: thin solid #333333;
    font-weight: bold;
}

table.details-lists td li
{
    padding: 4px;
    margin-left: 16px;
}

table.details-lists td:first-child
{
    border-left-width: 0;
}

table.details-lists td:first-child.table
{
    width: auto;
}

table.details-lists td.empty
{
    padding: 16px;
    text-align: center;
}

table.licensing
{
    width: auto;
}

table.licensing td
{
    padding-right: 15px;
}

table.licensing th
{
    text-align: center;
}

div.reporting-info
{
    padding: 16px 35px;
    text-align: right;
}

table.reporting
{
    width: auto;
}

table.reporting td
{
    padding: 8px 4px 8px 4px;
    text-align: center;
    white-space: nowrap;
}

table.reporting th
{
    padding: 0 15px 0 2px;
    text-align: center;
    border-bottom: solid #999999 1px;
}

table.reporting th.date
{
    text-align: left;
    text-wrap: none;
}

table.reporting th.label
{
    text-align: left;
    border-right: solid #999999 1px;
}

table.reporting td.label
{
    text-align: left;
    border-right: solid #999999 1px;
}

table.reporting tr.backup_subheader td
{
    font-size: 85%;
    color: #666666;
    text-align: left;
    background-color: #F0EEFF;
    border-bottom: solid #CCCCCC 1px;
    border-top: solid #AAAAAA 1px;
    padding: 6px 4px 4px 4px;;
}

table.reporting td.backup_ok
{
    text-align: right;
    background-color: #77fd75;
}

table.reporting td.backup_warning
{
    text-align: right;
    background-color: #fffe91;
}

table.reporting td.backup_critical
{
    text-align: right;
    background-color: #ff7774;
}

table.reporting td.backup_empty
{
    text-align: center;
}

table.reporting tr:last-child
{
    border-bottom: 1px solid #999999;
}

table.rpt-settings th
{
    padding: 4px;
    border-bottom: thin solid #333333;
    font-weight: bold;
}

table.rpt-settings td
{
    padding: 2px 4px;
}

table.rpt-settings td:first-child.table
{
    width: auto;
}

table.details td.empty
{
    padding: 16px;
    text-align: center;
}

div.approval
{
    color: #990022;
    font-size: 14px;
    font-weight: bold;
    padding-left: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}

div.approval a:first-of-type
{
    margin-right: 5px;
}

div.approval span.note
{
    color: #666666;
    font-weight: normal;
    padding-left: 10px;
}

table.status_events td
{
    padding: 5px;
}

span.sev-info
{
    font-weight: bold;
    color: #5c99b8;
}

span.sev-warning
{
    font-weight: bold;
    color: #d2934a;
}

span.sev-critical
{
    font-weight: bold;
    color: #990000;
}

table.contacts th
{
    font-weight: bold;
    text-decoration: underline;
}

td.no-reports
{
    color: #aaaaaa;
    text-align: center;
}

/* Side Navigation Style */

div#side-navigation
{
    position: fixed;
    /*z-index: 10000;*/
    width: 180px;
    height: 100%;
    top: 50px;
    font-size: 90%;
    background-color: #f5f5f5;
    /*background-size: 100% 300px;*/
    /*background-repeat: no-repeat;*/
    border-right: 1px solid #dddddd;
    /*background-image: -moz-linear-gradient(top, #CBCBCB, #FFFFFF 300px, #FFFFFF);*/
    /*background-image: -webkit-linear-gradient(top, #CBCBCB, #FFFFFF);*/
    /*background-image: linear-gradient(to bottom, #CBCBCB, #FFFFFF);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CBCBCB', endColorstr='#FFFFFF', GradientType=0);*/
}

div#side-navigation div.menu-item
{
    padding: 15px 15px 0 15px;
}

div#side-navigation div.menu-item a
{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

div#side-navigation input.search-submit
{
    padding: 3px;
    margin-top: 5px;
}

div#side-navigation div.menu-item .menu-label
{
    font-weight: bold;
    color: #333333;
    cursor: default;
    padding-top: 5px;
    padding-bottom: 2px;
}

div#side-navigation div.menu-item .menu-label:first-child
{
    padding-top: 0;
}

div#side-navigation div.menu-item input[type=text]
{
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 120px;
}

div#side-navigation div.boxed-item
{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

div#side-navigation div.status-menu table
{
    width: 100%;
}

div#side-navigation div.status-menu td
{
    padding: 3px;
}

div#side-navigation div.status-menu td.count
{
    text-align: right;
}

div#side-navigation div.status-menu img
{
    padding-right: 3px;
}

div#side-navigation div.status-menu a
{
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

div#side-navigation div.status-menu a:hover
{
    color: #00ADDC;
    text-decoration: underline;
}

div#side-navigation div.status-menu a.total
{
    font-weight: bold;
}

div#side-navigation table.search-bar img.cancel
{
    margin-bottom: 8px;
}

div#side-navigation table.search-bar a
{
    font-size: 12px;
    color: #00ADDC;
    vertical-align: middle;
}

div#side-navigation img.adv-search-img
{
    padding-bottom: 3px;
}

div#side-navigation .adv-search-content
{
    padding-top: 5px;
}

div#side-navigation .filter-box
{
    padding-left: 10px;
}

div#side-navigation div.breadcrumb
{
    padding: 5px 15px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#side-navigation div.breadcrumb a
{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}

div#side-navigation div.bc1
{
    padding-left: 25px;
}

div#side-navigation div.bc2
{
    padding-left: 35px;
}

div#side-navigation div.bc3
{
    padding-left: 45px;
}

div#side-navigation div.bc4
{
    padding-left: 55px;
}

div#side-banner
{
    margin: 50px 5px 5px;
    width: 168px;
    height: 62px;
}

div#side-banner img
{
    width: 100%;
}

div.report-list
{
    margin: 20px;
}

div.report-list a
{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

a.button-icon-left span
{
    position: relative;
    float: left;
    margin-right: 3px;
    top: -1px;
    height: 14px;
}

div.subsettings
{
    border: solid 1px #00ADDC;
    margin: 4px 16px 20px 16px;
    padding: 4px 8px;
}

.page-summary
{
    margin: 16px 8px;
}

.section-help
{
    margin: 16px 8px 20px 0 !important;
}

.section-subhead
{
    margin: 16px 8px 12px 0 !important;
    font-weight: bold;
}

.section-warning
{
    margin: 2px 8px 12px 0;
    color: #c70000;
}

.table-help
{
    margin: 8px 0 4px;
}

div.frequency
{
    float: right;
    margin-top: -6px;
    margin-right: 14px;
}
/* Default Link Style */

a
{
    color: #00ADDC;
}

a.details-link
{
    margin-left: 15px;
}

td.actions a
{
    margin-right: 10px;
}

td.sub-label
{
    padding-left: 40px;
}

table.email
{
    margin: 10px;
}

table.branding td:first-child
{
    width: auto;
}

div.centered_loader
{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-top: 150px;
}

div.centered_loader img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.centered_loader p
{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

table.img_features, table.img_features th, table.img_features td
{
    border: 1px solid #AAAAAA;
}

table.img_features td.number
{
    text-align: right;
}

div#newsfeed
{
    height: 100px;
    margin: 20px 5px 5px;
    border: thin solid #dddddd;
    cursor: pointer;
    color: #333333;
    padding: 0;
}

div.newsitem
{
    width: 100%;
    height: 100%;
}

div.newsitem_text
{
    height: 30px;
    padding: 5px;
}

span.info
{
    color: #999999;
}

span.error
{
    color: #c70000;
}

div.error
{
    color: #c70000;
    padding: 5px;
}

table.policy_settings td
{
    padding: 5px 10px 5px 10px;
}

table.policy_settings td.label
{
    padding-right: 0;
    font-size: 14px;
}

table.policy_settings td.label div
{
    font-size: 14px;
}

table.policy_settings td.sub-label
{
    padding-left: 40px;
    padding-right: 0;
}

table.policy_settings td.divider
{
    padding: 0;
    border-left: solid 1px #CCCCCC;
}

div#tabs p.help
{
    padding: 10px;
}

div.alert button.close
{
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 14px;
}

div.dashboard-alerts div.alert
{
    padding: 10px;
    margin: 10px;
    font-size: 14px;
}

div.dashboard-alerts div.alert a
{
    font-size: 14px;
}

table.dashboard
{
    width: 99%;
}

table.dashboard td
{
    vertical-align: top;
    padding: 0 5px 10px 5px;
}

table.dashboard tr.dash-options span
{
    display: inline-block;
}

table.dashboard tr.dash-options h3
{
    vertical-align: middle;
}

table.dashboard tr.dash-options td
{
    font-weight: bold;
    padding: 10px;
}

table.dashboard tr.dash-options td.auto-refresh
{
    text-align: right;
}

table.dashboard fieldset
{
    /*width: 300px;*/
}

table.dashboard fieldset div.content table
{
    width: 100%;
}

table.dashboard fieldset div.content tr.status-header:hover
{
    text-decoration: underline;
    color: #FFFFFF;
    cursor: pointer;
}

table.dashboard fieldset div.content table tr.sev-critical
{
    background-color: #d95252;
}

table.dashboard fieldset div.content table tr.sev-warning
{
    background-color: #f0ad4f;
}

table.dashboard fieldset div.content table tr.sev-info
{
    background-color: #00ADDC;
}

table.dashboard fieldset div.content table tr.spacer td
{
    padding: 2px;
}

table.dashboard fieldset div.content table.status-list td
{
    font-weight: bold;
    padding: 7px;
    color: white;
}

table.dashboard fieldset div.content table.status-list td a
{
    color: white;
    display: block;
}

table.dashboard fieldset div.content table td.badge
{
    text-align: center;
    vertical-align: middle;
    border-left: solid 1px #e4e4e4;
}

table.dashboard fieldset div.content tr.status-header td:first-child {
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

table.dashboard fieldset div.content tr.status-header td:last-child {
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
}

table.dashboard fieldset div.content table tr.endpt td
{
    padding: 5px 5px 0 10px;
}

table.dashboard fieldset div.content table tr.endpt td:last-child
{
    border-left: solid 1px #BBBBBB;
    width: 50%;
}

table.dashboard fieldset div.content table tr.endpt td a
{
    color: #555555;
    display: inline;
}


table.dashboard fieldset div.content table tr.endpt td a:hover
{
    color: #00ADDC;
}

table.dashboard fieldset div.content table tr td.more-endpts
{
    text-align: center;
    padding-top: 15px;
}

table.dashboard fieldset div.content table tr td.more-endpts a
{
    color: #555555;
}


table.dashboard fieldset div.content table tr td.more-endpts a:hover
{
    color: #00ADDC;
}

table.dashboard fieldset div.content table td.empty
{
    text-align: center;
    color: #555555;
}

.noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    cursor: default;
}

table.overview-bar
{
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    height: 20px;
    font-family: sans-serif;
    margin-left: auto;
    margin-right: auto;
}

table.overview-bar td:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

table.overview-bar td:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

table.dashboard-log
{
    color: #555555;
    font-weight: normal;
    width: 100%;
    table-layout: fixed;
}

table.dashboard-log tr.log-row td
{
    padding: 2px;
    border: solid 1px #BBBBBB;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.dashboard-log tr.log-row td.date-col
{
    width: 75px;
}

table.dashboard-log tr.log-row td.name-col
{
    width: auto;
}

table.dashboard-log tr.log-row td.sev-critical
{
    color: #b64e4e;
}

table.dashboard-log tr.log-row td.sev-warning
{
    color: #cd8b4e;
}

table.dashboard-log tr.log-row td.sev-info
{
    color: #004463;
}

table.dashboard-log tr.log-row td a
{
    color: #555555;
}

table.dashboard-log tr.log-row td a:hover
{
    color: #00ADDC;
}

table.dashboard-log tr.log-row td:first-child
{
    border-left: none;
}

table.dashboard-log tr.log-row td:last-child
{
    border-right: none;
}

table.dashboard-log tr.log-row:first-child td
{
    border-top: none;
}

table.dashboard-log tr.log-row:last-child td
{
    border-bottom: none;
}

table.dashboard-log tr.view-all td
{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0;
}

table.dashboard-log tr.view-all td a
{
    color: #555555;
    font-weight: bold;
    display: block;
}

table.dashboard-log tr.view-all td a:hover
{
    color: #00ADDC;
}

table.precog-details
{
    margin: 0 3px;
}

table.precog-details th
{
    padding: 10px 10px 2px;
    font-size: 18px;
    border-bottom: solid 1px #666666;
}

table.precog-details td
{
    padding: 3px 3px 3px 15px;
}

div.change-debug-mode
{
    z-index: 999;
    position: absolute;
    top: 65px;
    right: 15px;
}

span.missing-info
{
    font-style: italic;
    color: #888888;
}

div.scroll-div
{
    border: 1px solid #d1cfd2;
    width: 250px;
    height: 300px;
    overflow-y: scroll;
}

form.discovery_form h2
{
    font-size: 14px;
    padding: 10px;
}

form.discovery_form h3
{
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 5px 10px;
}

form.discovery_form select
{
    min-width: 150px;
}

form.discovery_form table.settings th
{
    text-align: center;
}

form.discovery_form table.settings td.label
{
    padding-left: 20px;
    white-space: nowrap;
}

form.discovery_form table.settings td.sub-label
{
    padding-left: 40px;
    white-space: nowrap;
}

form.discovery_form table.settings td.fieldset
{
    padding-left: 20px;
}

form.discovery_form table.settings td.fieldset div.fieldset-content
{
    padding-top: 20px;
}

form.discovery_form table.settings td.icon
{
    vertical-align: middle;
}

form.discovery_form table.settings a
{
    color: #00ADDC;
}

form#user_form input#superadmin
{
    margin-bottom: 10px;
}

div.about-panel
{
    padding-top: 20px;
    width: 100%;
    text-align: center;
}

div.about-panel .panel
{
    display: inline-block;
}

div.about-panel td
{
    text-align: center;
    padding: 5px;
}

div.about-panel hr
{
    margin: 10px;
}

table.push_log_details
{
    margin: 20px 0 20px 0;
}

table.push_log_details td
{
    border: 1px solid #DDDDDD
}

table.push_log_details_sub
{
    margin: 10px;
}

table.push_log_details_sub th
{
    font-size: 18px;
    font-weight: bold;
    color: #AAAAAA;
    padding-bottom: 10px;
}

table.push_log_details_sub td
{
    padding: 3px;
    border: none;
}

table.push_log_details_sub td:first-child
{
    padding-right: 20px;
}

table.settings_menu td
{
    padding: 5px 40px 5px 5px;
    border-left: 5px solid #FFFFFF;
}

table.settings_menu td.selected
{
    border-left: 2px solid #00ADDC;
}

table.settings_menu a
{
    font-size: 14px;
    color: #999999;
    white-space: nowrap;
}

table.settings_menu td.selected a
{
    font-size: 14px;
    color: #333333;
}

table.settings_menu a:hover
{
    text-decoration: none;
    color: #666666;
}

div.settings-header
{
    font-size: 24px;
    color: #AAAAAA;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

div.sub-header
{
    font-size: 18px;
    color: #888888;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

div.backup-store-settings-help
{
    width: 400px;
    padding: 10px 5px 10px 5px;
}

div#fixed-side-menu
{
    position: fixed;
    z-index: 1000;
}

div#settings-content
{
    max-width: 1000px;
}

div.settings-form
{
    padding-left: 10px;
}

div#config-settings hr
{
    color: #DDDDDD;
    border-color: #DDDDDD;
    background-color: #DDDDDD;
}

td.table-loading
{
    text-align: center;
    padding-top: 20px;
    vertical-align: bottom;
    background-color: #FFFFFF;
}

div.help_steps
{
    padding-bottom: 2em;
}

div.help_steps h2
{
    padding-top: 1em;
    padding-bottom: 4px;
    font-size: 18px;
    color: #333333;
}

div.help_steps li
{
    padding: 6px 0;
}

div.help_steps .emphasized
{
    font-weight: bold;
    margin-left: 1em;
}

div.help_steps ol
{
    list-style: decimal inside;
}

div.help_steps ul
{
    list-style: none inside;
    margin-left: 16px;
}

div.help_steps span.inline_code
{
    font-family: "Courier New", courier, monospace;
    font-weight: bold;
}

div.help_steps pre
{
    font-family: "Courier New", courier, monospace;
    font-size: 9pt;
    font-weight: bold;
    border: 1px dotted #080808;
    background-color: #e1f1f8;
    padding: 1em;
}

div.help_steps p
{
    padding: 2px 1em;
}

table.divider
{
    text-align: center;
    width: 30%;
}

table.divider hr {
    width: 30%;
    text-align: right;
}

table.divider hr {
    width: 30%;
    text-align: left;
}

div#info-float
{
    background-color: #004463;
    color: #FFFFFF;
    position: fixed;
    bottom: 35px;
    right: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div#info-float p
{
    padding: 8px;
}

tr.push-install-row td
{
    vertical-align: middle;
}

span.active-installations
{
    vertical-align: top;
}

span.active-installations span
{
    vertical-align: top;
    padding-bottom: 5px;
}

table.license_pool td
{
    padding: 10px;
}

table.schedule_details td
{
    padding: 5px;
}

table.schedule_details td:first-child
{
    font-weight: bold;
}

ul.dropdown-menu a
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    cursor: default;
}

ul.dropdown-menu li.sub-item a
{
    padding-left: 30px;
}

li.dropdown-header
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    cursor: default;
}

.tw-bs .table th {
    font-weight: bold;
}

div.endpt-search-form
{
  width: 50%;
}
