* {
    padding: 0;
    margin: 0;
}

body {
    text-align: center;
    /* background: url(../images/extra-light-gray-bg.png); */
    background-color: #f9f9fa;
    /* background-position: center top;
background-repeat: repeat-x;
background-image: url(../images/header-bg-black.png); */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a:link, a:visited, a:active, a:hover {
    text-decoration: underline;
    color: #2A69AD;
}

.tableBlockersMain #anchorMenu a, .tableBlockersMain #anchorMenu a:link {
    text-decoration: none;
    color: gray;
}

a.anchorMenu, a.anchorMenu:link, a.anchorMenu:visited, a.anchorMenu:active, a.anchorMenu:hover {
    text-decoration: none;
    color: #2A69AD;
}

#page-wrapper, .page-wrapper:not(.noCrumbsBg) {
    background: url(../images/breadcrumb-bg-black.jpg) repeat-x 0 0;
}

#page, #page1 {
    display: block;
    text-align: left;
}

#page1, #pageSmall {
    position: relative;
}

#pageSmall, #pageSmall2 {
    margin: 0 auto 0 auto;
    display: block;
    /*width: 955px;*/
    text-align: left;
}

#pageBig, #pageBig2 {
    margin: 0 auto 0 auto;
    display: block;
    width: 100%;
    text-align: left;
}

#header {
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 57px;
    background: #2a2a2a;
    border-bottom: 1px solid #297992;
}

#printheader {
    font-size: 0%;
    line-height: 0;
}

#header .dpa-logo, #header .dpa-version, #header .switch-container {
    display: inline-block;
    float: left;
}

#header img.logo {
    padding: 6px 0 3px 0;
    border: none;
}

#header img.logo.dpa {
    height: 43px;
}

#header img.logo.swi {
    display: none;
    height: 38px;
}

#header img.logo.print {
    display: none;
}

#header .dpa-version {
    margin: 37px 0 0 10px;
    color: #e1e1e1;
    font-size: 10px;
}

#header .dpa-version span:not(.version-title) {
    display: inline-block;
}

#header span.version-title {
    display: none;
}

#header .switch-container {
    overflow: hidden;
    margin: 28px 0 0 25px;
}

#header .switch-container a.switch-mode-btn {
    float: left;
    color: #989898;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    padding: 8px 11px 6px;
    border: 1px solid #297992;
    -moz-transition: color 150ms ease;
    -ms-transition: color 150ms ease;
    -o-transition: color 150ms ease;
    transition: color 150ms ease;
}

#header .switch-container a.switch-mode-btn:hover {
    color: #d3d3d3;
}

#header .switch-container a.switch-mode-btn.selected {
    background: #297992;
    color: #fff;
    font-weight: bold;
    cursor: default;
}

#header #hlinks {
    float: right;
    margin: 22px 0 0 0;
}

#header #hlinks li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    position: relative;
}

#header #hlinks a:not(.close) {
    transition: all 50ms ease-in-out;
    -webkit-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
}

#header #hlinks a:not(.close), #header #hlinks a:visited,
#header_free #hlinks a:not(.close), #header_free #hlinks a:visited {
    padding: 10px 7px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header #hlinks a:hover, #header #hlinks a.active {
    color: #F99D1C;
}

#header #hlinks li .menu-help {
    padding-right: 18px;
    margin-right: 10px;
    background: transparent url(../images/svg/help.svg) no-repeat right center;
    background-size: 14px 14px;
}

/*global size updates*/
#chartTab {
    width: 1130px !important;
    margin: 0 auto;
}

#chartTabBig, #menuDiv {
    width: 1155px !important;
}

#chartTabBig.central-content-container {
    width: 100%!important;
}

#page, #pageSmall, #page1, #pageSmall2 {
    width: calc(100% - 30px) !important;
    margin: 0 auto;
    transition: width 150ms ease-in-out;
    -webkit-transition: width 150ms ease-in-out;
    -o-transition: width 150ms ease-in-out;
    -moz-transition: width 150ms ease-in-out;
}

#central-content {
    width: calc(100% - 20px);
    float: left;
    min-height: 700px;
    transition: width 150ms ease-in-out;
    -webkit-transition: width 150ms ease-in-out;
    -o-transition: width 150ms ease-in-out;
    -moz-transition: width 150ms ease-in-out;
}

.content-wrapper {
    width: 1155px;
    margin: 0 auto;
}

.centralManagePortTh, .centralManageSecurityTh {
    width: 5%
}

#signin {
    margin-top: 110px !important;
}

#interval {
    color: #FFFFFF;
    display: block;
    max-width: 1155px;
    margin: 0 auto;
    text-align: left;
    background: #393939;
    /*border-bottom: 1px solid #1B5E8D; */
    /* border-top: 1px solid #216CA0; */
    height: 35px;
}

.yui-content #interval {
    background: none
}

#interval td {
    color: #FFFFFF;
}

.ipad {
    /* padding: 8px; */
    min-height: 23px;
}

#interval .ipad table {
    border-spacing: 0px
}

#crumbs h1 {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 22px;
}

.ipad a, .ipad a:link, .ipad a:visited, .ipad a:active, .ipad a:hover {
    color: #FFFFFF;
}

.copyright {
    color: #9EAAB9;
    font: normal 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 13px;
    text-align: right;
    margin: 13px auto;
}

#manageRepo {
    height: 21px;
    padding: 0px 4px 2px 4px;
    font-size: 11px;
    color: #FFFFFF;
    background: #333;
    border: 0;
}

#submitb_space {
    float: left;
}

#submitAddLicense {
    width: 50px;
}

#submitLogAdvbox {
    width: 50px;
}

#submitAdvRpt {
    border: 1px;
    width: 100px;
}

#submitTDbox {
    width: 350px;
}

#submitbox {

    width: 350px;
    margin-left: 450px;
    margin-top: -21px;
}

#buttonwrapwhite-registration, .buttonwrapwhite-registration {
    background: #333;
    float: left;
}

#registrationButton, #advButton, #backButton {
    height: 21px;
    padding: 0px 4px 2px 4px;
    font-size: 11px;
    color: #FFFFFF;
    background: #333;
    border: 0;
    text-align: center;
}

#cancelButton, #advButton, #submitBt {
    height: 21px;
    padding: 0px 4px 2px 4px;
    font-size: 11px;
    color: #FFFFFF;
    background: #333;
    border: 0;
    text-align: center;
}

#crumbs-wrapper {
    width: 100%;
    background: #393939;
}

#crumbs {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
    _height: 34px;
    min-height: 34px;
    font-size: 12px;
    color: #fff;
    background: #393939;
    text-align: left;
}

#crumbs .crumbs-icon-wrapper, #crumbs .crumbs-body-wrapper {
    display: table-cell;
    padding: 6px 6px 6px 0px;
}

#crumbs a:not(:first-child):not(#bcDatabaseLink):not(.subheader-dark-btn) {
    margin-right: 10px;
}

#crumbs a, #crumbs a:visited, #crumbs #crumbs2 table {
    color: #fff;
}

#crumbs #crumbsl {
    width: 90%;
    padding: 6px 6px 6px 0px;
    display: block;
}

#crumbs table {
    padding-top: 2px;
}

#crumbs table.subheader-buttons-table {
    padding-top: 4px
}

.header-help,
.header-repo-name {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none !important;
}

.subheader-light-btn,
.subheader-dark-btn {
    line-height: 24px;
    padding: 0 12px;
    text-align: center;
    color: #FFF !important;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none !important;
    display: inline-block;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .55);
    -webkit-transition: background 0.15s ease-out;
    -moz-transition: background 0.15s ease-out;
    -o-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
    background-size: 1px 40px;
    border: 1px solid #1c1c1c;
}

.subheader-light-btn {
    background-color: #454545;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

.subheader-light-btn:hover,
.subheader-dark-btn:hover {
    color: #f8f8f8 !important;
    background-color: #575757;
}

.subheader-dark-btn {
    background-color: #494949;
}

.subheader-input {
    border: 1px solid #131C27;
    font-size: 12px;
    padding: 4px 10px;
    margin-left: 10px;
    color: #555;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #FFF; /* layer fill content */
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.25) /* drop shadow */,
    inset 0 1px 8px rgba(0, 0, 0, .22) /* inner shadow */;
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.25) /* drop shadow */,
    inset 0 1px 8px rgba(0, 0, 0, .22) /* inner shadow */;
    box-shadow: 0 1px 0px rgba(255, 255, 255, 0.25) /* drop shadow */,
    inset 0 1px 8px rgba(0, 0, 0, .22) /* inner shadow */;

}

.subheader-input:focus {
    outline: 0 none;
}

.alert-box {
    margin-bottom: 15px;
    font-size: 13px;
    padding: 12px 12px 12px 33px;
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 8px 7px;
}

.alert-box-warning {
    color: #C76741;
    border-color: #E2977A;
    background: #FEFFE5 url(../images/svg/severity_warning.svg) no-repeat 10px 10px;
    background-size: 16px 16px;
}

.alert-box-error {
    color: #B94A48;
    border-color: #B94A48;
    background: #F2DEDE url(../images/svg/severity_error.svg) no-repeat 10px 10px;
    background-size: 16px 16px;
}

.alert-box-success {
    color: #468847;
    border-color: #80A381;
    background: #DFF0D8 url(../images/svg/severity_ok.svg) no-repeat 10px 10px;
    background-size: 16px 16px;
}

.alert-box-info {
    color: #3A87AD;
    border-color: #739AAD;
    background: #D9EDF7 url(../images/svg/severity_info.svg) no-repeat 10px 10px;
    background-size: 16px 16px;
}

.notification-banner {
    width: 100%;
    min-height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

.notification-msg {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 8px 6px;
    padding-left: 33px;
}

.notification-msg a {
    font-weight: bold;
}

#notification-dismiss {
    width: 64px;
    height: 19px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 19px;
    text-decoration: none;
    margin-left: 12px;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.notification-LOW {
    background-color: #79d1ff;
    color: #235671;
}

.notification-LOW .notification-msg {
    background-image: url(../images/svg/severity_info.svg);
    background-size: 16px;
}

.notification-LOW #notification-dismiss {
    border-color: #235571;
    color: #235571;
}

.notification-LOW #notification-dismiss:hover {
    border-color: #3581a9;
    color: #3581a9;
}

.notification-LOW a {
    color: #235671;
}

.notification-LOW a:hover {
    color: #3581a9;
}

.notification-MEDIUM {
    background-color: #ffd200;
    color: #7a6504;
}

.notification-MEDIUM .notification-msg {
    padding-left: 0;
}

/*::before required because notification-MEDIUM has ORANGE background and severity_warning.svg is ORANGE icon.
 To prevent creating new svg icon with white border, we just add border to it by css thanx to ::before pseudo-class*/
.notification-MEDIUM .notification-msg::before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 10px -4px 0px;
    background: url(../images/svg/severity_warning.svg) no-repeat 0 -1px;
    background-size: 16px;
    border-radius: 10px;
    border: 1px solid #7a6504;
}

.notification-MEDIUM #notification-dismiss {
    border-color: #7a6504;
    color: #7a6504;
}

.notification-MEDIUM a {
    color: #7a6504;
}

.notification-MEDIUM #notification-dismiss:hover {
    border-color: #b39502;
    color: #b39502;
}

.notification-MEDIUM a:hover {
    color: #b39502;
}

.notification-HIGH {
    background-color: #df5152;
    color: #f7dada;
}

.notification-HIGH .notification-msg {
    padding-left: 0;
}

/*::before required because notification-HIGH has RED background and severity_critical.svg is RED icon.
 To prevent creating new svg icon with white border, we just add border to it by css thanx to ::before pseudo-class*/
.notification-HIGH .notification-msg::before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 10px -4px 0px;
    background: url(../images/svg/severity_critical.svg) no-repeat 0 0;
    background-size: 16px;
    border-radius: 10px;
    border: 1px solid #f7dada;
}

.notification-HIGH #notification-dismiss {
    border-color: #f9e7e8;
    color: #f9e7e8;
}

.notification-HIGH #notification-dismiss:hover {
    border-color: #FFF;
    color: #FFF;
}

.notification-HIGH a {
    color: #f9e7e8;
}

.notification-HIGH a:hover {
    color: #FFF
}

/* banner - custom class which overwrite severity color by our desired colors.
 * This give us option to change colors without affecting the severity of the banner.
 * customStyleGreen will make green banner ; use similar wording for other css definition in future (ex. customStyleGrey, customStyleYellow, etc)
 */
.notification-banner.customStyleGreen {
    background: #00CF00;
    color: #fff;
    padding: 0;
}

.notification-banner.customStyleGreen a {
    color: #FFF;
    text-decoration: none;
}

.notification-banner.customStyleGreen a:hover {
    color: #FFF;
    text-decoration: underline;
}

/* banner - specific style for SWIP banner*/
.notification-msg .notification-swip .btn-swip-submit {
    padding: 4px 20px 3px;
    margin: 0 10px 3px 50px;
    background: #009C00;
    border-radius: 0;
    border: 0;
}

.notification-msg .notification-swip {
    display: inline-block;
    padding-left: 33px;
    margin-left: -33px;
    font-weight: bold;
    background: #00cf00;
}

/* banner - common popup window */
.simplePopupBox {
    padding-top: 5px;
    font-size: 14px;
    color: #555;
    word-wrap: break-word;
}

.simplePopupBox:not(.padd) {
    display: none;
}

.simplePopupBox .buttons {
    margin: 15px 0 0 0;
    text-align: right;
}

/* banner - specific style for SWIP popup window */
.simplePopupBox.swip .buttons {
    font-weight: bold;
}

.simplePopupBox.swip .buttons .btn-blank {
    background: none;
    border: 0;
    box-shadow: none;
}

.simplePopupBox.swip .buttons .btn-success {
    background: #00CF00;
}

/** SWITCH **/
.auto-refresh-container {
    float: right;
    margin-bottom: 10px;
}

.auto-refresh-container span {
    float: right;
    line-height: 20px;
    padding-right: 6px;
}

.switch {
    width: 48px;
    height: 21px;
    margin: 0 4px;
    display: block;
    position: relative;
}

.switch:hover {
    text-decoration: none;
}

.switch em {
    width: 25px;
    height: 25px;
    top: -2px;
    position: absolute;
    display: block;
    background: transparent url(../images/switch-handle.png) 0 0 no-repeat;
}

.switch.on {
    background: transparent url(../images/switch-bg.png) 0 0 no-repeat;
}

.switch.load {
    background: transparent url(../images/switch-load-bg.gif) 0 0 no-repeat;
}

.switch.off {
    background: transparent url(../images/switch-bg.png) 0 -21px no-repeat;
}

.switch.on em {
    left: -6px;
}

.switch.load em {
    left: 12px;
}

.switch.off em {
    left: 29px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 5px 0px 0 10px;
    border-color: transparent;
    border-left-color: #fff;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: " ";
}

#crumbs .caret {
    margin: 5px 10px 0 0;
}

.caret-down {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 4px 0 0 2px;
    vertical-align: top;
    border-top: 5px solid #2A69AD;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.yui-nav .caret-down {
    border-top: 6px solid #ababab;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
}

#perf-tab-toggle-r .caret-down {
    margin-top: 12px;
}

#perf-tab-toggle-w .caret-down {
    margin-top: 12px;
}

.perf-tab-type,
.perf-tab-menu em {
    font-weight: normal;
    color: #818181;
}

.perf-tab-menu {
    padding-top: 4px;
    padding-bottom: 8px;
    border: 1px solid #C4C4C4;
    border-radius: 0 0 4px 4px;
    border-top-color: #E9E9E9;
    display: block;
    background-color: #FFF;
    position: absolute;
    left: -11px;
    width: 124px;
    text-align: right;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
}

.perf-tab-menu em {
    padding-right: 26px;
}

.perf-tab-menu em:hover {
    background-color: #e8e8e8;
}

#crumbs .caret-down {
    margin: 8px 6px 0;
    border-top-width: 6px;
    border-top-color: #FFF;
}

/**** CUSTOM SELECT BOX ****/
select {
    margin: 0;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;

    background: #fff url(../images/svg/triangle_down.svg) no-repeat;
    background-position: right 2px center;
}

select::-ms-expand { /* IE10+*/
    display: none !important;
}

select[multiple], select[size="10"], select[size="7"] {
    background: #fff;
}

:root select.styled-text {
    padding-right: 4px \0/ IE9;
}

/* IE9 */

.custom-multi-select {
    width: 450px;
    height: 180px;
    background-color: #FFF;
    overflow: scroll;
    transform: rotateZ(360deg);
}

.custom-multi-select ul {
    list-style-type: none;
}

.custom-multi-select li {
    float: left;
    width: 100%;
    cursor: pointer;
    padding: 2px 0;
    color: #333;
    border-bottom: 1px solid #EEE;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-multi-select li:hover {
    background-color: #F5F5F5;
}

.custom-multi-select li.selected {
    background-color: #3284cf;
}

.custom-multi-select li.selected h4 {
    color: #FFF;
}

.custom-multi-select li.selected .alert-db-types {
    color: #d4e6f5;
}

.custom-multi-select h4 {
    font-weight: 500;
    color: #333;
    font-size: 13px;
    line-height: 14px;
    padding: 2px 0 0 0;
    margin: 0;
}

.alert-info {
    float: left;
    padding-left: 8px;
}

.alert-status-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 8px 0 0 5px;
    float: left;
    background-repeat: no-repeat;
}

.alert-status-icon.disabled {
    background: transparent url(../images/svg/severity_unknown.svg) no-repeat 0 0;
    background-size: 16px 16px;
}

.alert-status-icon.enabled {
    background: transparent url(../images/svg/severity_ok.svg) no-repeat 0 0;
    background-size: 16px 16px;
}

.alert-db-types {
    font-size: 11px;
    color: #AAA;
}

.custom-select-btn {
    width: 65px;
    margin: 10px;
    cursor: pointer;
}

.custom-select-btn.add:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: 0;
    border-color: transparent;
    border-left-color: #FFF;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    content: " ";
}

.custom-select-btn.remove:after {
    display: block;
    float: left;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: 0;
    border-color: transparent;
    border-right-color: #FFF;
    border-style: solid;
    border-width: 3px 4px 3px 0;
    content: " ";
}

.alerts-header {
    float: left;
    font-size: 14px;
    margin-bottom: 5px;
}

.alert-dbtype-filter {
    float: right;
}

/**** POPOVER ****/
.popover:not(.xui-popover) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 236px;
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes popover {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10px);
    }

    80% {
        -webkit-transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes popover {
    0% {
        opacity: 0;
        -moz-transform: translateX(-60px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(10px);
    }

    80% {
        -moz-transform: translateX(-10px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes popover {
    0% {
        opacity: 0;
        -o-transform: translateX(-60px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(10px);
    }

    80% {
        -o-transform: translateX(-10px);
    }

    100% {
        -o-transform: translateX(0);
    }
}

@keyframes popover {
    0% {
        opacity: 0;
        transform: translateX(-60px);
    }

    60% {
        opacity: 1;
        transform: translateX(10px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

.popover:not(.xui-popover) {
    -webkit-animation-name: popover;
    -moz-animation-name: popover;
    -o-animation-name: popover;
    animation-name: popover;
}

.popover:not(.xui-popover).top {
    margin-top: -10px;
}

.popover:not(.xui-popover).right {
    margin-left: 10px;
}

.popover:not(.xui-popover).bottom {
    margin-top: 10px;
}

.popover:not(.xui-popover).left {
    margin-left: -10px;
}

.popover-title {
    padding: 4px 14px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #555;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
    margin-bottom: 0;
}

.popover:not(.xui-popover) .arrow,
.popover:not(.xui-popover) .arrow:after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover:not(.xui-popover) .arrow:after {
    z-index: -1;
    content: "";
}

.popover:not(.xui-popover).top .arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-width: 10px 10px 0;
}

.popover:not(.xui-popover).top .arrow:after {
    bottom: -1px;
    left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-width: 11px 11px 0;
}

.popover:not(.xui-popover).right .arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-right-color: #ffffff;
    border-width: 10px 10px 10px 0;
}

.popover:not(.xui-popover).right .arrow:after {
    bottom: -11px;
    left: -1px;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-width: 11px 11px 11px 0;
}

.popover:not(.xui-popover).bottom .arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-width: 0 10px 10px;
}

.popover:not(.xui-popover).bottom .arrow:after {
    top: -1px;
    left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-width: 0 11px 11px;
}

.popover:not(.xui-popover).left .arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-left-color: #ffffff;
    border-width: 10px 0 10px 10px;
}

.popover:not(.xui-popover).left .arrow:after {
    right: -1px;
    bottom: -11px;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-width: 11px 0 11px 11px;
}

.popover-highlight {
    padding: 2px;
    display: inline-block;
    color: #015188;
    font-weight: bold;
    background-color: #a7d3f1;
    border-radius: 4px;
    border: 1px solid #015188;
}

.yui-navset {
    border: 0px;
}

#igniteTips {
    /* float: left; */
    position: relative;
    margin: 10px auto 15px auto;
    margin-bottom: 15px;
    width: 762px;
    height: auto;
}

#igniteTips div {
    height: auto;
}

#igniteTips div h3 {
    margin-bottom: 10px;
    font-size: 14px;
}

#igniteTips b {
    display: block;
    margin-top: 10px;
}

#igniteTips div ul {
    padding-left: 25px;
    padding-top: 8px;
}

#igniteTips span {
    padding-left: 0 !important;
    margin: -30px 0 0 0;
    float: right;
}

#menuDiv {
    /*width:52em;*/
    width: 955px;
    padding: 12px 0 0 0;
}

#reps-label {
    cursor: pointer;
}

#chartTab {
    /*width:52em;*/
    width: 100% !important;
    padding: 1em 0 0 0;
    margin: 0 auto;
}

#chartTabBig {
    /*width:52em;*/
    width: 1155px;
    padding: 1em 0 0 0;
    margin: 0 auto;
}

#chartTabBig #chartTabBig {
    width: auto;
}

.loadingOption {
    padding-left: 20px;
    background: url(../images/loading.gif) no-repeat 5px 0px;
}

.tableLoading {
    display: inline;
    line-height: 50px;
    padding-left: 20px;
    background: url(../images/loading.gif) no-repeat 5px 0px;
}

#chartTab .yui-nav, #menuDiv .yui-nav {
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding-top: 8px;
}

#chartTab .yui-nav li, #menuDiv .yui-nav li {
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    margin: 0 3px 0 0;
    padding: 0 8px;
    background-color: #EBEBEB;
    background-repeat: repeat-x;
    background-position: 0 28px;
    background-image: url(../images/med-shadow-btm.png);
    border-style: solid;
    border-color: #C7C7C7;
    border-width: 1px 1px 0 1px;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#chartTab .yui-nav li.selected,
#chartTab .yui-nav li.ui-tabs-selected,
#chartTab .yui-nav li.ui-tabs-active,
#menuDiv .yui-nav li.selected {
    position: relative;
    z-index: 1;
    height: 31px;
    margin-top: -1px;
    bottom: -1px;
    background-color: #fff;
    background-image: none;
}

#chartTab .yui-nav li a,
#menuDiv .yui-nav li a,
#chartTab .yui-nav li.selected a,
#chartTab .yui-nav li.ui-tabs-selected a,
#chartTab .yui-nav li.ui-tabs-active a,
#menuDiv .yui-nav li.selected a {
    display: inline-block;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}

#chartTab .yui-nav li.selected a,
#chartTab .yui-nav li.ui-tabs-selected a,
#chartTab .yui-nav li.ui-tabs-active a,
#menuDiv .yui-nav li.selected a {
    font-weight: bold;
}

.trendChartsTutorial {
    height: 375px;
    padding: 15px 0 25px;
    text-align: center;
}

.trendChartsTutorial p {
    margin: 25px 0 0 150px;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}

.trendChartsTutorial .tutorialVideoDiv {
    display: inline-block;
    margin: 50px 20px;
    font-weight: 900;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    text-align: center;
    *float: left;
    *margin-left: 100px;
}

.dropdown-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #07aee3;
    margin-right: 5px;
    position: relative;
    top: 1px;
    border-radius: 5px;
}

/* #chartTab .yui-content,
#chartTabBig .yui-content,
#menuDiv .yui-content { */
.yui-content {
    margin-top: -1px;
    background: #FFFFFF;
    display: block;
    clear: both;
    border: 1px solid #CFCFCF;
    padding: .5em;
}

.yui-content.main {
    margin-bottom: 25px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

#chartTab .loading {
    background-image: url(../images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

#chartTab .loading * {
    display: none;
}

/*
	Chart tool tip when using overlib
*/
.overlibtt {
    max-width: 500px;
    padding: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #FFFFFF;
    color: #555;
    text-align: left;
    word-wrap: break-word;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}

/* Chart Image */
.chartImageWrapper {
    width: 1125px;
    overflow: auto;
}

.chartImage {
    border: 0px solid #000000;
    display: block;
    /*margin: 0 auto;*/
    color: #000;
}

#signinPi #login {
    border-width: 0;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .75);
    width: 110px;
    height: 32px;
    margin-top: 16px;
    font-family: "Helvetica";
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #553213;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f79f4d;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .15) 0.51%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .15) 0.51%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .15) 0.51%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .15) 0.51%, rgba(0, 0, 0, 0) 100%);
}

#signinPi .btnSaml{
    width: 100%;
    outline: 0;
}

.login-dropdown {
    width: 129px;
    margin-top: 14px;
    margin-left: 9px;
}

.login_warning {
    text-align: center;
    white-space: nowrap;
    border: 0px;
    font-size: .9em;
    font-weight: 700;
    color: red;
}

.login_msg_txt {
    text-align: left;
    font-size: .8em;
    font-weight: normal;
}

#login_new_user_msg {
    width: 501px;
    height: 150px;
    margin: 0 auto 0 auto;
    font-size: .9em;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.sqlDisplayLoading {
    border: 1px black solid;
    width: 930px;
    height: 80px;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.sqlDisplay {
    border: none;
    width: 100%;
}

.sqlDisplayError {
    border: 1px black solid;
    width: 930px;
    padding: 10px 0;
    margin: 10px 0;
    text-align: center;
    /*height: 80px;*/
}

/** SUB-HEADER TABS **/
.sub-header-tabs {
    float: right;
    list-style-type: none;
}

.sub-header-tabs li {
    height: 39px;
    line-height: 30px;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #e4e4e4;
    border: 1px solid #acacac;
}

.sub-header-tabs li:hover {
    background-color: #d5d5d5;
}

.sub-header-tabs li a {
    display: inline-block;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
}

.sub-header-tabs li.selected {
    background: #333;
    border-color: #333;
    cursor: default;
}

.sub-header-tabs li.selected a,
.sub-header-tabs li.selected span:not(.statusLevel) {
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
    font-weight: bold;
}

.statusLevel {
    display: block;
    position: relative;
    height: 8px;
    margin: -8px -1px 0 -1px;
    background: transparent;
}

.statusLevel.critical {
    background: #c31c22;
}

.statusLevel.warning {
    background: #eab03a;
}

.sub-header-left {
    float: left;
    font-weight: 500;
    color: #777;
    line-height: 25px;
    font-size: 13px;
}

div.sub-header-left {
    max-width: 470px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub-header-left strong {
    color: #555;
}

.page-section-header {
    font-size: 20px;
    padding: 8px;
    font-weight: 500;
}

.section-help {
    float: left;
    position: relative;
}

.section-help span {
    top: 8px !important;
    right: -8px !important;
}

.sessions-boxes {
    float: left;
    padding: 10px 0 0 10px;
}

.sessions-boxes .stats-box {
    width: 430px;
    height: 65px;
    margin: 10px 25px 20px 20px;
}

.stats-box {
    float: left;
    border: 1px solid #e3e3e5;
    background-color: #f3f3f3;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

.stats-box.stats-right {
    margin-left: 14px !important;
}

.stats-box .stats-info {
    width: 330px;
    margin: 8px 0 0 10px;
    float: left;
}

.icon-box {
    width: 52px;
    height: 53px;
    margin: 6px;
    float: left;
    background-repeat: no-repeat;
}

.icon-box.active {
    background-image: url(../images/sessions-active.png);
}

.icon-box.blocked {
    background-image: url(../images/sessions-blocked.png);
}

.icon-box.info {
    background-image: url(../images/advice-info.png);
}

.stats-box .stats-info h1 {
    margin: 0;
    padding: 0 0 3px 0;
    color: #979797;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

.stats-box .stats-info h2 {
    margin: 0;
    padding: 0;
    color: #555361;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
}

.stats-box .stats-info h2 span {
    float: left;
}

.stats-box .stats-info h2 a {
    float: right;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    line-height: 40px;
    color: #3F74A0;
}

.multi-line-chart-title {
    display: block;
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    line-height: 16px;
}

.watch-video {
    margin: 20px 0 40px 0;
    text-align: center;
}

.alert-banner {
    width: 100%;
    height: 50px;
    background: #ffe65a;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    color: #5f5306;
    font-size: 26px;
}

/** BUTTONS **/
.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 14px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    color: #535353;
    text-decoration: none !important;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-color: #e0e0e0 \9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    *border: 0;
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.23) rgba(0, 0, 0, 0.31);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*   filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false); */
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
}

a.btn {
    color: #535353;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
    background-color: #cccccc \9;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    /* Buttons in IE7 don't get borders, so darken on hover */

    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-large {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-large [class^="icon-"] {
    margin-top: 2px;
}

.btn-small {
    padding: 3px 9px;
    font-size: 12px;
    line-height: 18px;
}

.btn-small [class^="icon-"] {
    margin-top: 0;
}

.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 16px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-flat {
    border-radius: 0;
    background-image: none;
    background-color: #ebebeb;
    box-shadow: 0 0 0 #000;
}

.btn-flat:hover {
    background: #f5f5f5;
}

.btn-flat.active {
    background: white;
    font-weight: bold;
    box-shadow: 0 0 0 #000;
}

.btn-narrow {
    padding: 0 14px;
    margin-right: -4px
}

/*-4px because of display-inline default space*/

.btn-primary {
    /* 	background-color: #0a5589; */
    background-color: #444;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .14), inset 0 1px 0 rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .14), inset 0 1px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .14), inset 0 1px 0 rgba(255, 255, 255, .3);
    /* 	background-image: -moz-linear-gradient(bottom, #014d81 -7.27%, #3276a6 92.73%);
	background-image: -o-linear-gradient(bottom, #014d81 -7.27%, #3276a6 92.73%);
	background-image: -webkit-linear-gradient(bottom, #014d81 -7.27%, #3276a6 92.73%);
	background-image: -ms-linear-gradient(bottom, #014d81 -7.27%, #3276a6 92.73%);
	background-image: linear-gradient(bottom, #014d81 -7.27%, #3276a6 92.73%); */
    background-image: -moz-linear-gradient(bottom, rgba(56, 56, 56, .18) 0%, rgba(255, 255, 255, .18) 100%);
    background-image: -o-linear-gradient(bottom, rgba(56, 56, 56, .18) 0%, rgba(255, 255, 255, .18) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(56, 56, 56, .18) 0%, rgba(255, 255, 255, .18) 100%);
    background-image: linear-gradient(to bottom, #636363 0%, #424242 100%);
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-repeat: repeat-x;

}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    /*   background-color: #0a5589;
  *background-color: #0a5589; */
    background-color: #464646;
    *background-color: #464646;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #003399 \9;
}

.btn-warning {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#fffbb450", endColorstr="#fff89406", GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning.dark {
    color: #535353 !important;
    text-shadow: 0 0 0;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9;
}

.btn-danger {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffee5f5b", endColorstr="#ffbd362f", GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}

.btn-success {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ff62c462", endColorstr="#ff51a351", GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
    background-color: #408140 \9;
}

.btn-info {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff2f96b4", GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}

.btn-inverse {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ff444444", endColorstr="#ff222222", GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9;
}

.xui-primary, .xui-secondary, .xui-tertiary {
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    line-height: 1.66666667;
    cursor: pointer;
    text-shadow: none;
}

.xui-primary, a.xui-primary {
    color: #fff;
    border-color: #297994;
    background: #297994;
}

.btn.xui-primary:hover {
    color: #FFFFFF;
    background-color: #23677e;
    border-color: #23677e;
}

.xui-secondary, a.xui-secondary, .xui-tertiary, a.xui-tertiary {
    color: #297994;
    border: 2px solid #297994;
    background: #fff;
}

.btn.xui-secondary:hover, .btn.xui-tertiary:hover {
    background-color: #f6f6f6;
    border-color: #19394c;
    color: #19394c;
}

.xui-tertiary, a.xui-tertiary {
    border: 0;
}

button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

.btn-calendar {
    width: 18px;
    height: 19px;
    margin: -2px 6px 0 6px;
}

.btn-calendar span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 1px;
    background-image: url(../images/svg/calendar.svg);
    background-size: contain;
}

.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *margin-left: .3em;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    *zoom: 1;
}

.btn-group:first-child {
    *margin-left: 0;
}

.btn-group + .btn-group {
    margin-left: 5px;
}

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
}

.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group > .btn + .btn {
    margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
    font-size: 14px;
}

.btn-group > .btn-mini {
    font-size: 11px;
}

.btn-group > .btn-small {
    font-size: 12px;
}

.btn-group > .btn-large {
    font-size: 16px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    *padding-top: 5px;
    padding-right: 8px;
    *padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
    *padding-top: 2px;
    padding-right: 5px;
    *padding-bottom: 2px;
    padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
    *padding-top: 7px;
    padding-right: 12px;
    *padding-bottom: 7px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}

.live-plan-buttons {
    margin: 15px 0 40px 37px;
}

.live-plan-buttons a {
    margin: 2px 3px;
}

.pagination {
    margin: 20px 0;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
    display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999999;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}

.pager {
    margin: 20px 0;
    text-align: center;
    list-style: none;
    *zoom: 1;
}

.pager:before,
.pager:after {
    display: table;
    line-height: 0;
    content: "";
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    cursor: default;
    background-color: #fff;
}

/** DROPDOWN **/
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

/** PILLS **/
#dashboard-chart-tabs ul {
    float: right;
    margin-right: 18px;
}

.nav {
    margin-left: 0;
    list-style: none;
}

.nav > li > a {
    display: block;
    text-decoration: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #dddddd;
}

.nav > li > a > img {
    max-width: none;
}

.nav > .pull-right {
    float: right;
}

.nav-pills {
    *zoom: 1;
}

.nav-pills:before,
.nav-pills:after {
    display: table;
    line-height: 0;
    content: "";
}

.nav-pills:after {
    clear: both;
}

.nav-pills > li {
    float: left;
    margin-right: 6px;
}

.nav-pills > li > a {
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 2px;
    line-height: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .ui-tabs-selected > a,
.nav-pills > .ui-tabs-active > a,
.nav-pills > .active > a:hover,
.nav-pills > .ui-tabs-selected > a:hover,
.nav-pills > .ui-tabs-active > a:hover,
.nav-pills > .active > a:focus,
.nav-pills > .ui-tabs-selected > a:focus,
.nav-pills > .ui-tabs-active > a:focus {
    color: #ffffff;
    background-color: #777777;
}

#fileDetailCompTabs a {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    text-decoration: underline;
}

#fileDetailCompTabs > .active > a {
    background-color: #AFAFAF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
    text-decoration: none;
}

#fileDetailMainView {
    margin-top: -2px;
}

#fileDetailMainView input {
    display: none;
}

#fileDetailMainView a {
    padding: 6px 12px 6px 8px;
    text-decoration: underline;
}

#fileDetailMainView > .active > a {
    background-color: #555555;
    padding: 6px 12px 6px 8px;
    text-decoration: none;
}

.label,
.badge {
    display: inline-block;
    padding: 2px 4px !important;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.badge {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label:empty,
.badge:empty {
    display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label-important,
.badge-important {
    background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
    background-color: #953b39;
}

.label-warning,
.badge-warning {
    background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

.label-success,
.badge-success {
    background-color: #6CA834;
}

.label-success[href],
.badge-success[href] {
    background-color: #356635;
}

.label-info,
.badge-info {
    background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
    background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
    background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
    background-color: #1a1a1a;
}

.label-status-active,
.label-status-inactive {
    padding: 3px 6px 3px 22px !important;
    background-repeat: no-repeat;
    background-position: 3px center;
}

.label-status-active {
    background-image: url(../images/svg/severity_ok_white.svg);
    background-size: 14px;
}

.label-status-inactive {
    background-image: url(../images/svg/status_inactive_white.svg);
    background-size: 14px;
}

.alert-disabled, .alert-enabled {
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 10px 0 0;
    background-repeat: no-repeat;
}

.alert-disabled {
    background-image: url(../images/svg/status_inactive.svg);
    background-size: 16px;
}

.alert-enabled {
    background: transparent url(../images/svg/severity_ok.svg) no-repeat 0 0;
    background-size: 16px 16px;
}

.alert-group-filter {
    margin: 10px 0 0 155px;
    padding: 5px 20px;
}

.ignite-header {
    float: left;
    font-size: 20px;
    color: white;
    font-weight: 500;
    padding: 0 10px;
}

/* STYLED TABLES */
.styledTable th, .tableMain th, .page-form-section, .tableBlockers th {
    border-left: 1px solid #bfbfbf;
    border-bottom: 0;
    border-right: 0;
    padding: 0px;
    vertical-align: middle;
    height: 41px;
    font-weight: 500 !important;
    color: #6a6a6a;
    font-size: 14px;
    text-align: center;
    outline: none;
    background-color: transparent;
    background-repeat: repeat-x;
    background-image: url(../images/table-th-bg-gray.png);
    text-shadow: none;
}

.page-form-section {
    line-height: 41px;
    font-size: 16px;
    height: 41px;
    text-align: left;
    padding-left: 14px;
    border-left: 0;
    margin: 10px 0;
}

.styledTable th a, .tableMain th a {
    color: #6a6a6a !important;
}

.styledTable td, .tableMain td, .tableBlockers td {
    background-color: #FFF;
    padding: 6px 10px 4px 10px;
    color: #555;
    font-size: 14px;
    border-left: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0
}

.tableBlockers td {
    font-size: 12px !important;
}

.styledTableDefault td {
    font-size: 12px;
}

.styledTable .odd td {
    background-color: #F7F7F7;
}

.styledTable:not(.dashboardTable) td:first-child,
.styledTable:not(.dashboardTable) th:first-child {
    border-left: 0px !important;
}

.styledTable td .btn-mini {
    margin-Bottom: 3px;
}

.styledTable tr:last-child td {
    border-bottom: 0 !important;
}

.styledTable .totals td {
    font-size: 16px;
    background-color: #E9E9E9;
}

.stacked-table-header th {
    height: 40px !important;
}

.styledTableLight {
    padding: 0 20px;
    border: 0;
    border-width: 0;
}

.styledTable.styledTableLight {
    border-width: 0;
}

.styledTableLight .odd td {
    background-color: #fff;
}

.styledTableLight .even td {
    background-color: #F7F7F7;
}

.styledTableLight th {
    text-align: left;
    background: none;
}

.styledTableLight th a {
    font-weight: bold;
}

.styledTableLight td {
    border: 0;
}

.bluefooter {
    margin: 0;
    position: relative;
    height: 38px;
    border-bottom: 1px solid #B7B7BF;
    border-left: 1px solid #B7B7BF;
    border-right: 1px solid #B7B7BF;
    background: url(../images/table-header.png) repeat-x 0 0;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.blueheader {
    margin: 0;
    position: relative;
    height: 38px;
    border-top: 1px solid #B7B7BF;
    border-left: 1px solid #B7B7BF;
    border-right: 1px solid #B7B7BF;
    background: url(../images/table-header.png) repeat-x 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.blueheader.flatStyle {
    border-radius: 0;
    background: #fff;
}

.blueheader h3 {
    padding: 0 10px;
    line-height: 37px;
    font-family: "Arial";
    font-weight: normal;
    color: #585858;
    font-size: 18px;
    text-shadow: rgba(255, 255, 255, 0.4) 0 1px 0;
    background: none;
}

.blackoutBlueheader {
    height: 38px;
}

.blackoutBlueheader h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 700px;
}

.blackoutBlueheader .blackout-period-name {
    padding-left: 5px;
    font-size: 14px;
    font-style: italic;
}

.reportGroupBlueheader {
    margin: 10px 0 -11px 0;
    padding: 5px 0px 0 10px;
    height: 33px;
}

.reportGroupBlueheader .email-chart {
    height: 28px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.styledTable {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #C5C5C5;
}

.styledTableSmText td {
    font-size: 11px;
}

.styledTableSmText.wrappedTable td:first-child {
    word-break: break-all;
}

.styledTable a:not(.btn) {
    color: #2A69AD;
    text-decoration: none;
}

.dataTables_info {
    float: left;
    margin-top: 14px;
    margin-left: 5px;
    font-size: 14px;
    color: #555;
}

.dataTables_paginate {
    float: right;
    margin-top: 8px;
}

.dataResponse td {
    border: 0;
    padding: 0;
    color: #000
}

.dataResponse td a {
    text-decoration: underline
}

.no-change-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-image: url(../images/svg/severity_warning.svg);
    background-size: 14px;
}

.overrides-icon {
    width: 16px;
    height: 16px;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block;
    background-repeat: no-repeat;
}

.override-icon {
    background-image: url(../images/overrides.png);
}

.email-chart {
    width: 32px;
    height: 32px;
    display: block;
    float: right;
    margin-right: 8px;
    opacity: 0.7;
    background-position: center center;
    background-repeat: no-repeat;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.email-chart {
    background-image: url(../images/svg/email.svg);
}

.email-chart:hover {
    opacity: 1;
}

.ui-datepicker {
    /* CJA - This was 'z-index: 4 !important;' but it would prevent the picker from being put on top
	   I'm not sure why it is overridden, but it needs to be higher than 4 */
    z-index: 999 !important;
}

.help-box h1 {
    font-size: 22px;
    font-weight: 500;
    color: #555;
    padding: 10px 0;
}

.help-box h2 {
    text-align: left;
    padding: 10px 20px;
    color: #333;
    font-weight: 500;
}

.help-box p {
    text-align: left;
    margin: 0 10px 10px 10px;
    padding: 8px 35px 8px 14px;
    color: #555;
    /* 	color: #7E7E7E;
	background-color: #F1F1F1;
	border: 1px solid #D8D8D8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; */
}

.help-box ol,
.help-box ul {
    text-align: left;
    color: #666;
}

.help-box ol {
    padding-left: 40px;
}

.help-box ul {
    padding: 0 0 30px 65px;
}

.help-box li {
    padding: 2px 0;
}

.help-box:not(.superTabHelpBox) .btn {
    margin: 15px 0;
}

#metric-baseline-help-box,
.superTabHelpBox {
    text-align: left;
    padding: 15px;
}

.superTabHelpBox .popupFooter {
    text-align: right;
    margin-top: 10px;
}

.baseLineHelp {
    text-align: left;
    padding: 10px;
}

.baseLineHelp .popupFooter {
    text-align: right;
    margin-top: 10px;
}

.baseLineHelp .p {
    margin: 0;
    margin: 5px 0px 5px 0px;
}

.baseLineHelp h1 {
    font-size: 22px;
    font-weight: 500;
    padding: 5px 0 5px 0;
}

.baseLineHelp h3 {
    padding: 10px 0 5px 0;
}

.baseLineHelp ul {
    padding: 5px 0 5px 25px;
}

.baseLineHelp li {
    padding: 2px 0;
}

#perf-help-tabs .ui-tabs-nav,
#lic-help-tabs .ui-tabs-nav {
    padding: 0;
}

#perf-help-tabs .ui-tabs-nav em,
#lic-help-tabs .ui-tabs-nav em {
    padding: 0 10px;
    font-style: normal;
}

#lic-tabs-help-box {
    text-align: left;
    width: 550px;
    padding: 15px;
    height: 330px !important;
}

.blockStructure {
    margin: 10px -6px 0;
}

.blockStructure .yui-content {
    margin-bottom: 5px;
    border-width: 1px 0 0 0;
}

.blockStructure .structureInner {
    background-color: #EBEBEB;
    padding: 5px;
}

.blockStructure .structureInner .yui-content {
    border: 1px solid #CFCFCF !important;
}

.blockStructure .yui-nav {
    margin-left: 5px;
}

.blockStructure .yui-nav em {
    font-style: normal;
}

.blockStructure ul li {
    list-style-type: none;
}

.blockStructure ul.example-header {
    margin-bottom: 5px;
}

.blockStructure ul.example-header li {
    display: inline-block;
    vertical-align: middle;
}

.blockStructure ul.example-header li.li-text-title {
    margin-top: 3px;
}

.blockStructure ul.example-header .li-btn {
    float: right;
    margin: -3px 3px 2px 0;
}

.blockStructure .yui-radios {
    max-height: 120px;
    margin-bottom: 3px;
    overflow-y: auto;
}

.blockStructure .yui-radios li {
    margin: 5px 0 0 5px;
}

.blockStructure .yui-radios li input, .blockStructure .yui-radios li label {
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.blockStructure .blutitle {
    margin-top: 4px
}

.blockStructure .blutitle h3 {
    display: inline-block;
    padding: 0px 0 4px 8px;
}

.blockStructure .live-plan-help-link {
    float: right;
    margin: 5px 8px 0 0;
    font-weight: normal;
    color: #fff;
}

.blockStructure .live-plan-info {
    margin: 5px 0;
    font-style: italic;
}

.blockStructure textarea {
    width: 99%;
    clear: both;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    white-space: pre-wrap;
}

.blockStructure .live-plan-warnings {
    margin: 10px 0 0
}

.blockStructure .live-plan-warnings li {
    margin: 5px 0;
    overflow-wrap: break-word
}

.blockStructure .wrappedTable th, .blockStructure .wrappedTable td {
    max-width: 300px !important;
    cursor: default;
}

.blockStructure .live-plan-table-block .dataTables_scrollHeadInner {
    overflow-y: auto !important;
}

.mysql-live-plan-options .hdr {
    background: #424242;
    height: 30px;
}

.mysql-live-plan-options .hdr h3 {
    color: #fff;
    padding: 5px 0 0 10px;
}

.mysql-live-plan-options .bdy {
    padding: 10px;
}

.mysql-live-plan-options .select-block {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.mysql-live-plan-options .select-block p {
    margin: 5px 0 0;
}

.mysql-live-plan-options .input-group input.userGroupInput {
    margin: 5px 0 0 16px;
}

.mysql-live-plan-options .input-group input:first-child + input {
    margin: 0;
}

.mysql-live-plan-options select {
    width: 230px;
}

.mysql-live-plan-options input[disabled], .mysql-live-plan-options select[disabled] {
    background: #ebebe4;
    color: #a9a9a9;
}

.mysql-live-plan-options input[type="radio"][disabled], .mysql-live-plan-options input[type="radio"][disabled] + label {
    color: #a9a9a9;
    cursor: default;
}

.mysql-live-plan-options input[type="radio"], .mysql-live-plan-options input[type="checkbox"], .mysql-live-plan-options label {
    vertical-align: middle;
    cursor: pointer
}

.mysql-live-plan-options #database-help {
    margin-left: 8px;
    line-height: 14px;
}

.mysql-live-plan-options #explainRunBySchema {
    margin-top: 5px;
}

.mysql-live-plan-options .generate-plan-buttons {
    margin-top: 20px;
    text-align: right;
}

.mysql-live-plan-options .generate-plan-buttons .live-plan-info {
    text-align: left;
    font-style: italic;
}

.mysql-live-plan-options .generate-plan-buttons a {
    margin: 2px
}

.mysql-live-plan-options #plan-as-user-help:focus {
    outline: 0;
}

.text-live-plan-container {
    padding: 4px;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.baselineControllers {
    position: absolute;
    top: 0;
    right: 0;
}

.baselineControllers span {
    margin: 0;
    padding: 0
}

.baselineControllers a.help-popup {
    margin: 0 10px 0 8px;
    font-size: 12px;
    color: #2A69AD !important;
}

.initialSetupWrapper {
    width: 80%;
    margin: 30px auto 40px;
}

.initialSetup {
    padding: 15px;
    border: 1px solid #C5C5C5;
    color: #666;
    text-align: center;
}

.initialSetup p.first-message {
    margin: 0 0 15px;
    text-align: left;
}

.initialSetup .alert-box {
    text-align: left;
}

.initialSetup form {
    display: inline-block;
    margin: 0 auto 10px;
}

.initialSetup form tr td:first-child {
    width: 110px;
    text-align: right;
}

.initialSetup fieldset {
    border: 0;
    margin: 20px 0;
}

.initialSetup label {
    cursor: pointer;
}

.initialSetup select#timezoneId {
    width: 600px
}

.innoDB-info {
    padding: 6px 2px 10px;
    font-style: italic;
}

.manage-popover.error {
    border: 1px solid #da3838 !important;
}

.manage-popover.error:focus {
    outline-color: #da3838
}

.popover:not(.xui-popover).error {
    padding: 0;
    border-color: #da3838;
}

.popover:not(.xui-popover).error .popover-title {
    background: rgba(251, 216, 206, 1);
    color: #000;
}

.popover:not(.xui-popover).right.error .arrow:after {
    border-right-color: rgba(216, 0, 12, 1);
}

.popover-content {
    min-height: 22px
}

.massReg .form_inner {
    padding: 12px 10px 5px;
    overflow: hidden;
    border: 1px solid #C5C5C5;
}

.massReg .action_panel {
    width: 510px;
    display: inline-block;
    vertical-align: top;
}

.massReg .panel_line {
    min-width: 510px;
    margin: 0 0 15px;
    border: 1px solid #C5C5C5;
}

.massReg .action_panel .panel_line td {
    padding: 20px;
    border: 0;
    border-top: 1px solid #C5C5C5;
}

.massReg .action_panel .panel_line:first-child td {
    padding: 10px 20px;
}

.massReg .action_panel .panel_line td:first-child {
    width: 200px
}

.massReg .action_panel .panel_line tr:first-child td {
    width: 160px;
    border: 0;
}

.massReg .info_panel {
    width: 590px;
    float: right;
    display: inline-block;
    vertical-align: top;
}

.massReg .info_panel .panel_line {
    padding: 10px;
    margin-bottom: 15px
}

.massReg .info_panel .info_message {
    margin-bottom: 15px;
    border: 1px solid #C5C5C5;
    padding: 16px 12px 16px 15px;
    font-style: italic;
}

.massReg .info_panel ul {
    list-style-type: decimal;
    padding-left: 20px
}

.massReg .info_panel ul li {
    padding: 0 0 10px;
    line-height: 16px
}

.massReg .info_panel a {
    text-decoration: underline;
}

.massReg label {
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle
}

.massReg input[type="radio"] {
    vertical-align: middle
}

.massReg input[type="radio"][disabled="disabled"] + label,
.massReg input[type="radio"][disabled] + label {
    cursor: default;
    color: #C5C5C5;
}

.massReg input[type="file"] {
    width: 250px
}

.preRegResultsTable .massRegLabelTh {
    width: 7%;
}

.preRegResultsTable .massRegStatusTh {
    width: 47%;
}

.licenseManager h2 {
    display: inline-block;
    padding: 0 0 10px 10px;
    font-size: 20px;
}

.licenseManager .licenses-btns {
    margin-right: 30px
}

.licenseManager .help-popup {
    margin-right: 10px;
}

#chartTab.licenseManager .yui-nav {
    overflow: hidden;
    display: none;
}

.licenseManager .yui-tab {
    min-height: 500px;
    margin-top: 20px;
}

.licenseManager #tab02.yui-tab {
    display: none;
}

.licenseManager .yui-tab .dataTables_scroll {
    max-height: 470px;
    overflow-y: auto;
}

.licenseManager .innerContent {
    padding: 0 30px;
}

.licenseManager .alert-box-error {
    margin-top: 10px;
}

.licenseManager .alert-box-info {
    vertical-align: middle;
    padding: 8px 0px 8px 33px;
}

.licenseManager #historyPageInfo {
    padding: 12px 12px 12px 33px;
}

.licenseManager .receipt-note {
    margin: 0 10px 20px;
}

.licenseManager .receipt-note ul {
    margin: 0 0 0 20px;
}

.licenseManager #receiptTable {
    width: 100%
}

.licenseManager #receiptTable td {
    text-align: center
}

.licenseManager .title td, .licenseManager .title th {
    width: 325px;
    font-weight: bold;
    border-bottom: 1px solid #D1D1D1 !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.licenseManager .title td + td {
    width: 400px;
}

.licenseManager .title td + td + td {
    min-width: 150px;
}

.licenseManager .detail td {
    border-bottom: 1px solid #F8F8F8 !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.licenseManager .none td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.licenseManager .total td {
    border-top: 1px solid #D1D1D1 !important;
    border-bottom: 1px solid #D1D1D1 !important;
    padding-top: 1px;
    padding-bottom: 1px;
}

.licenseManager .indent {
    padding-left: 10px;
}

.licenseManager .expired {
    padding-left: 5px;
    color: red;
    font-style: italic;
}

.popup-first-part, .licenseManager .popup-display {
    display: none;
}

.popup-first-part, .popup-second-part {
    font-weight: normal
}

.popup-handler {
    margin-top: 40px;
}

.popup-handler input {
    vertical-align: bottom
}

.popup-handler label {
    cursor: pointer;
}

.showHideController {
    display: inline-block;
    cursor: pointer;
}

.block_visible {
    display: block;
}

.block_hidden:not("img") {
    display: none;
    visibility: hidden;
}

.showHideIcon {
    display: inline-block;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ieBlockAlignment {
    display: block !important;
}

.showHideIcon.block_hidden {
    transform: rotate(-90deg);
}

.showHideBody {
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.showHideBody.block_hidden {
    display: none;
}

/* Advanced Help*/
#advancedHelp:hover, .advancedHelpPopupContent .underline {
    text-decoration: underline;
}

#advancedHelp.blockingHelp span {
    font-size: 12px;
    color: #2A69AD
}

.advancedHelpInner .advancedHelpPopupContent {
    margin-bottom: 10px;
}

.advancedHelpInner .advancedHelpPopupContent ul {
    display: block;
}

.advancedHelpInner .advancedHelpPopupContent .advancedHelpInner {
    padding: 0px 10px 10px 10px;
    text-align: left;
}

.advancedHelpPopupContent #chartTab .yui-content {
    height: 400px;
    overflow-y: auto;
    padding: 20px;
    border: 1px solid #CFCFCF;
}

.advancedHelpPopupContent #chartTab .yui-content.help-box ul {
    margin: 10px 0 20px 40px;
    padding: 0;
}

.hiddenTd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.annotationTable td {
    padding-left: 5px;
}

.annotationTable .antTitle {
    background: #f79f4d;
    color: #FFF;
    font-size: larger;
}

#fileDriveTable .antBody {
    width: 100%;
}

.annotationTable .antLine:nth-child(even) {
    background: #F7F7F7;
}

.annotationTable .antDay {
    background: #ebebeb;
}

.annotationTable .antDescription {
    min-width: 150px;
}

.annotationTable .antDescription div {
    max-width: 390px;
}

.annotationTable .antFooter {
    font-style: italic;
}

#db-opts-rec-tabs {
    margin: 8px 10px 0 25px;
}

#rec-tab-2 {
    display: none;
    text-align: center;
    border: 1px solid #CFCFCF;
}

.options-alert-box-wrapper {
    border: 1px solid #CFCFCF;
    padding-top: 1px;
}

.cell-align {
    vertical-align: bottom;
    padding-bottom: 7px;
}

.custom-time-container {
    padding-top: 5px;
}

.custom-time-container span {
    display: inline-block;
    width: 35px;
}

.custom-time-container a {
    margin-left: 10px;
}

#daysFilterWrapper, #timeFilterWrapper {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}

#daysFilterWrapper ul {
    list-style-type: none;
}

#daysFilter {
    width: 115px;
    min-height: 17px;
    background: #fff url(../images/svg/triangle_down.svg) no-repeat;
    background-position: right 2px center;
}

#daysFilter.disabled {
    color: #808080;
}

#daysFilter #selectedDay {
    display: block;
    margin-right: 12px;
    white-space: nowrap;
    overflow: hidden;
}

#daysFilterList {
    position: absolute;
    top: 23px;
    left: 0px;
    width: 123px;
    max-height: 340px;
    padding-bottom: 5px;
    overflow-y: auto;
    border: 1px solid silver;
    background: white;
    z-index: 99;
}

#daysFilterList ul, .sinet li {
    margin: 0;
    padding: 0;
}

#daysFilterList li {
    padding: 1px 7px;
    font-size: 13px;
    cursor: pointer;
}

#daysFilterList li:hover, #daysFilterList li.selected {
    background: #1e8cff;
    color: #fff;
}

#daysFilterList .allDays {
    margin-top: 10px;
}

#daysFilterList .labl {
    display: block;
    margin: 15px 5px 5px;
    padding-top: 5px;
    color: gray;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-top: 1px solid silver;
}

#availableDBs, #selectedDb {
    width: 400px;
}

.chartOverlay {
    position: absolute;
    top: 35%;
    width: 320px;
    margin: 0 20%;
    padding: 8px 10px;
    color: #555;
    font-size: 14px;
    background: #fff;
    opacity: 0.85;
    border: 4px solid #666;
    border-radius: 10px;
}

.customMetricDeleteTh {
    width: 7%
}

.svgIcon {
    display: inline-block;
    width: 16px;
    height: 16px; /*default size, redefine by css if needed*/
    vertical-align: text-bottom;
    overflow: visible;
}

.svgIcon.size_normal {
    width: 20px;
    height: 20px;
}

.svgIcon.severity_ok {
    background: url(../../pages/images/svg/severity_ok.svg) no-repeat center;
    background-size: 100%;
}

.svgIcon.severity_critical {
    /*data:image due to IE-edge which displayed *.svg smaller than it should be*/
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczphPSJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlU1ZHVmlld2VyRXh0ZW5zaW9ucy8zLjAvIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Y2lyY2xlIGZpbGw9IiNENTAwMDAiIGN4PSIxMCIgY3k9IjEwIiByPSIxMCI+PC9jaXJjbGU+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTksMTNoMnYySDlWMTN6IE05LDVoMnY2SDlWNXoiPjwvcGF0aD48L3N2Zz4=);
    background-size: 100%;
}

.svgIcon.severity_warning {
    /*data:image due to IE-edge which displayed *.svg smaller than it should be*/
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJ3YXJuaW5nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczphPSJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlU1ZHVmlld2VyRXh0ZW5zaW9ucy8zLjAvIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRjlDNzAwIiBwb2ludHM9IjIwLDIwIDAsMjAgMTAsMCAiPjwvcG9seWdvbj48cGF0aCBmaWxsPSIjNzI1OTA0IiBkPSJNMTEsMTdIOXYtMmgyVjE3eiBNMTEsN0g5djZoMlY3eiI+PC9wYXRoPjwvc3ZnPg==);
    background-size: 100%;
}

.svgIcon.severity_unknown {
    background: url(../../pages/images/svg/severity_unknown.svg) no-repeat center;
    background-size: 100%;
}

.svgIcon.severity_info {
    background: url(../../pages/images/svg/severity_info.svg) no-repeat center;
    background-size: 100%;
}

.svgIcon.status_inactive {
    background: url(../../pages/images/svg/status_inactive.svg) no-repeat center;
    background-size: 100%;
}

/** NOTE: this .xui definition bellow can be removed once we have apollo xui integrated**/
.xui .xui-message {
    padding: 10px;
    border-radius: 0px;
    border: solid 1px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.xui .xui-message-info {
    border-color: #abd5e3;
    background-color: #e6eff3;
    color: #333333;
}

.xui .xui-message .xui-icon {
    float: left;
    margin-top: 0;
}

.xui-icon-learn-more {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48dGl0bGU+TGVhcm48L3RpdGxlPjxlbGxpcHNlIGN4PSIxNiIgY3k9IjIxIiByeD0iMTAiIHJ5PSI1IiBzdHlsZT0iZmlsbDojMzY0ODUwIi8+PHJlY3QgeD0iNiIgeT0iMTIiIHdpZHRoPSIyMCIgaGVpZ2h0PSI5IiBzdHlsZT0iZmlsbDojMzY0ODUwIi8+PHBvbHlnb24gcG9pbnRzPSIwIDEyIDE2IDIwIDMyIDEyIDE2IDUgMCAxMiIgc3R5bGU9ImZpbGw6Izc4OTE5ZSIvPjxwb2x5bGluZSBwb2ludHM9IjE2IDEyIDI4LjUgMTQgMjguNSAyNCIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzM2NDg1MDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMCIvPjxwb2x5bGluZSBwb2ludHM9IjI2LjUgMjMuNSAyOC41IDIwLjUgMzAuNSAyMy41IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMzY0ODUwO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwIi8+PC9zdmc+DQo=");
}

.xui-icon-name-close {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7c3Ryb2tlOiM3Njc2NzY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojMjk3OTk0O3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjEwIiBjeT0iMTAiIHI9IjkuNSIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTYsNmw4LDggTTE0LDZsLTgsOCIvPg0KPC9zdmc+DQo=");
}

.xui .xui-message-allow-dismiss .xui-message-content {
    margin-right: 35px;
}

.xui .xui-message-content {
    margin-left: 30px;
}

.xui .xui-button {
    padding: 3px 8px;
    position: relative;
    overflow: hidden;
}

.xui .xui-message-dismiss-button {
    display: none;
    float: right;
    border: none !important;
    width: 21px;
    height: 21px;
    background: transparent;
}

.xui .xui-message-allow-dismiss .xui-message-dismiss-button {
    display: block;
    line-height: 1.666667;
    cursor: pointer;
    padding: 0;
}

/*** CSS3 keyframes ***/
@keyframes shakeVert {
    10%, 90% {
        transform: translate3d(0, -1px, 0);
    }
    20%, 80% {
        transform: translate3d(0, 2px, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(0, -4px, 0);
    }
    40%, 60% {
        transform: translate3d(0, 4px, 0);
    }
}

@keyframes readMoreBounce {
    25% {
        background-position-y: 95%;
    }
    50% {
        background-position-y: 85%;
    }
    75% {
        background-position-y: 95%;
    }
    100% {
        background-position-y: 85%;
    }
}

.learn-more:not(.message-block):not(.btn) {
    position: relative;
    height: 32px;
}

.learn-more.shakeVert {
    animation: shakeVert 500ms cubic-bezier(.36, .07, .19, .97) both;
}

.learn-more .btn .caret-down {
    margin-top: 8px;
}

.learn-more .btn.showHideController {
    margin-top: 2px
}

.learn-more .sublinks-wrapper {
    position: absolute;
    top: 28px;
    right: 0;
    width: 150px;
    border: 1px solid #297992;
    background: #fff;
    padding: 10px;
    text-align: left;
    z-index: 3;
}

.learn-more .sublinks-wrapper .labl {
    display: block;
    text-transform: uppercase;
    color: gray;
    margin-left: 5px;
}

.learn-more .sublinks-wrapper ul {
    list-style-type: none;
}

.learn-more .sublinks-wrapper ul + .labl {
    margin-top: 10px;
}

.learn-more .sublinks-wrapper a {
    display: block;
    padding: 5px;
    color: #297992;
    text-decoration: none;
}

.learn-more .sublinks-wrapper a:hover {
    text-decoration: underline;
}

.learn-more-popup .steps-wrapper {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.learn-more-popup .steps-wrapper.responseTimeAnalysis {
    height: 450px;
}

.learn-more-popup .steps-wrapper .overview {
    list-style: none;
    position: absolute;
    width: 1820px;
    left: 0;
    top: 0;
}

.learn-more-popup .steps-wrapper .overview li.stepBody {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    min-height: 300px;
    width: 765px;
}

.learn-more-popup .step:not(.active) {
    display: none;
}

.learn-more-popup h4 {
    font-size: 18px;
    margin-bottom: 18px;
}

.learn-more-popup h5 {
    font-size: 14px;
    margin-bottom: 10px;
}

.learn-more-popup .step-image {
    width: 640px;
    height: 240px;
    display: table-cell;
    vertical-align: middle;
}

.learn-more-popup .step-image img {
    max-height: 240px;
    _height: 240px;
}

.learn-more-popup .msg {
    height: 55px;
}

.btn.readMore {
    position: relative;
    z-index: 3;
    padding: 10px 20px 30px;
    color: #039acd;
    background: #fff url("../images/arrow-down-thin-blue.png") no-repeat 48% 85%;
    border: 0;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
}

.btn.readMore:hover {
    animation: readMoreBounce 0.50s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 5px);
}

.learn-more-popup .fadeout {
    position: relative;
    bottom: 4em;
    height: 4em;
    background: -webkit-linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background-image: -moz-linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background-image: -o-linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background-image: -ms-linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
}

.learn-more-popup .description {
    padding: 10px;
    font-size: 14px;
}

.learn-more-popup .description ul, .learn-more-popup .description ol {
    margin: 10px 0 20px 20px;
}

.learn-more-popup .description ul li {
    list-style-type: disc;
}

.learn-more-popup .description.short {
    text-align: center;
    margin: 0 50px;
}

.learn-more-popup .description.short p {
    font-size: 16px;
}

.learn-more-popup .description.detailed {
    overflow: auto;
    max-height: 420px;
    _height: 420px;
}

.learn-more-popup .detailed-heading {
    margin-bottom: 20px;
    width: 80%;
    font-size: 14px;
}

.learn-more-popup .detailed-heading .heading-img {
    width: 80px;
    height: 65px;
    overflow: hidden;
}

.learn-more-popup .detailed-heading img {
    max-height: 65px;
}

.learn-more-popup .expander {
    margin: 10px 0;
}

.learn-more-popup .expander-heading {
    text-transform: uppercase;
    font-weight: bold;
    color: #297994;
}

.learn-more-popup .expander .showHideBody {
    padding: 10px 10px 0;
    margin: 0 0 0 5px;
    border-left: 1px dashed #aeaeae;
}

.learn-more-popup .steps-footer {
    padding: 10px;
    background: rgba(242, 242, 242, 1);
    overflow: hidden;
}

.learn-more-popup .steps-footer .bullets li {
    display: inline-block;
    margin: 10px 4px 0 0;
}

.learn-more-popup .steps-footer .bullets li a {
    display: block;
    width: 10px;
    height: 10px;
    background: #bcbcbc;
    border-radius: 5px;
    border: 1px solid #797979;
    text-decoration: none;
}

.learn-more-popup .steps-footer .bullets li a {
    display: inline-block
}

.learn-more-popup .steps-footer .bullets li a.active {
    background: #fff;
}

.learn-more-popup .btn.finish, .learn-more-popup .btn.prev.disable, .learn-more-popup .btn.next.disable {
    display: none;
}

.learn-more-popup #learnMoreDisableCbx {
    display: none;
}

.learn-more-popup #learnMoreDisableCbx input, .learn-more-popup #learnMoreDisableCbx label {
    vertical-align: middle
}

.learn-more-popup #learnMoreDisableCbx i {
    font-size: 11px;
}

.learn-more-popup #lastStep .active + #learnMoreDisableCbx {
    display: inline-block;
    float: right;
    margin: -9px 0 0 15px;
}

.learn-more-popup .btn.next.disable + .btn.finish {
    display: inline-block;
}

.learn-more-messaage-wrapper {
    overflow: hidden;
    position: relative;
    display: none;
}

.xui-message-info.learn-more-message-block {
    margin-bottom: 0
}

.learn-more-message-block.block_hidden {
    display: none
}

.learn-more-message-block .buttons {
    margin: 15px 0 0px;
}

.learn-more-message-block p {
    margin-bottom: 10px;
}

#overDiv table tr td {
    max-width: 500px
}

.column-block {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

.deadlockDetails .column-block {
    width: 48.5%;
}

.cursor-link {
    cursor: pointer;
}

.d-flex {
    display: flex;
}

.d-flex.justify-between {
    justify-content: space-between;
}

.d-flex.align-center {
    align-items: center;
}

.d-flex .basis-100 {
    flex-basis: 100px;
}

.dpa-margin-tnr {
    margin-right: 3px;
}

.dpa-margin-tnl {
    margin-left: 3px;
}

.dpa-margin-smh {
    margin-left: 5px;
    margin-right: 5px;
}

.dpa-margin-sm {
    margin: 5px;
}

.dpa-margin-mdr {
    margin-right: 10px;
}

.dpa-margin-mdb {
    margin-bottom: 10px;
}

.dpa-margin-mdh {
    margin-left: 10px;
    margin-right: 10px;
}

.dpa-padding-lgh {
    padding-left: 15px;
    padding-right: 15px;
}

.separator-vertical {
    height: 24px;
    width: 0px;
    font-size: 0px;
    border-right: 1px solid #acacac;
}

.text-right {
    text-align: right;
}

.svg-icon {
    width: 16px;
    height: 16px;
}

/***************** @media queries ***********************/

@media screen and (min-width: 1101px) {
    .dbInstanceName {
        max-width: 390px
    }

    .dbInstanceNameVi {
        max-width: 260px
    }
}

/** Small devices (small desktops, 1100px and below) **/
@media screen and (max-width: 1100px), screen and (max-height: 690px) {
    #header {
        height: 44px;
    }

    #header img.logo.dpa {
        display: none;
    }

    #header img.logo.swi {
        display: block;
        padding: 0 0 3px 0;
    }

    #header .dpa-version {
        margin: 23px 0 0 0;
        font-size: 14px;
    }

    #header span.version-title {
        display: inline-block;
    }

    #header .switch-container {
        margin-top: 15px;
    }

    #header #hlinks {
        margin-top: 16px;
    }

    /** global size updates **/
    #page, #pageSmall, #page1, #pageSmall2, #chartTabBig:not(.error-block), #menuDiv, #central-content, #crumbs {
        width: 955px !important;
    }

    .content-wrapper{
        width: 955px !important;
    }

    #chartTabBig.error-block {
        width: 927px !important;
    }

    #signin {
        margin-top: 10px !important;
    }

    #daysFilter {
        width: 109px;
    }

    #daysFilterList {
        width: 117px;
    }

    #times {
        width: 136px;
    }

    .chartImageWrapper {
        width: 920px;
    }

    /* main page*/
    .chart {
        width: 450px;
    }

    #dashboard-chart-container {
        padding-bottom: 40px;
    }

    .chartOverlay {
        margin: 0 15%
    }

    #dashboard-boxes .box {
        width: 90px;
    }

    #dashboard-boxes .box .box-title {
        padding: 4px 3px
    }

    /* 3x !important; required due to width attribute added from <c:out> directly in .jsp file*/
    .actionMenuTh {
        width: 7.5% !important;
    }

    .viActionMenuTh, .viHostTh {
        width: 9% !important;
    }

    .dashboardTable .sortLink {
        line-height: 12px;
    }

    .queriesTh {
        width: 7% !important;
    }

    .betaFeedbackWord {
        display: none;
    }

    .dbInstanceName {
        max-width: 270px
    }

    .dbInstanceNameVi {
        max-width: 140px
    }

    /* current */
    .sessions-boxes .stats-box {
        width: 405px;
    }

    #show-active-sessions, #show-blocked-sessions {
        margin-right: 10px;
    }

    div.sub-header-left {
        max-width: 270px;
    }

    /* alerts / reports */
    .custom-multi-select {
        width: 378px;
    }

    #availableDBs, #selectedDb {
        width: 370px;
    }

    #alertStatusTable th:first-child, #alertStatusTable th + th + th + th + th, #alertStatusTable th + th + th + th + th + th {
        width: 110px;
    }

    #reportTable th:first-child, #reportGroupTable th:first-child {
        width: 7% !important
    }

    .blackoutBlueheader h3 {
        max-width: 500px;
    }

    .scheduleTable {
        width: 850px !important;
    }

    .scheduleTable td:not(.HIGH,.MEDIUM,.LOW,.INFO,.NORMAL,.BROKEN) {
        padding: 4px 4px 4px 0 !important;
    }

    .scheduleBlock .scheduleBlockLabel {
        width: 130px!important;
    }
    .scheduleBlock .scheduleBlockBody {
        width: 480px!important;
    }

    /*central*/
    .centralManagePortTh, .centralManageSecurityTh {
        width: 6%
    }

    #detailsTable.dashboardTable td .mainPageDBInstanceName, #searchTable.dashboardTable td .mainPageDBInstanceName {
        max-width: 210px !important;
    }

    #detailsTable.dashboardTable td .mainPageDBInstanceName.withAgCluster, #searchTable.dashboardTable td .mainPageDBInstanceName.withAgCluster {
        max-width: 170px !important;
    }

    /*mass registration*/
    .preRegResultsTable .massRegLabelTh {
        width: 8%;
    }

    .preRegResultsTable .massRegStatusTh {
        width: 46%;
    }

    .massReg .action_panel {
        width: 450px;
    }

    .massReg .action_panel .panel_line {
        min-width: 450px;
    }

    .massReg .info_panel {
        width: 460px;
    }

    .massReg .info_panel .panel_line {
        min-width: 430px;
    }

    .massRegStickyBar.fixed {
        width: 931px !important;
    }

    /*custom metrics*/
    .customMetricDeleteTh {
        width: 8%
    }

    /*blocking & deadlocks*/
    .deadlockDetails .column-block {
        width: 47.5%;
    }

    #license-products .box {
        width: 210px
    }

    #license-products .subbox {
        width: 188px
    }
}

/***************** end of media *********************/
/* Keep @media the last in this file */
