.toggleText {
  color: grey;
}
.toggleText.active {
  color: #33ccff;
}
.btn[disabled] {
  opacity: 0.35;
}
.btn.btn-toggle {
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  background: none;
  border: 0.09rem solid #b3b3b3;
}
.btn.btn-toggle > .handle {
  position: absolute;
  top: 0.1rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #b3b3b3;
  transition: left 0.25s;
}
.btn.btn-toggle.active {
  transition: background-color 0.25s;
  border: 0.09rem solid #33ccff;
}
.btn.btn-toggle.active > .handle {
  left: 1.55rem;
  transition: left 0.25s;
  background: #33ccff;
}

.networkDetailsValuesText {
  font-size: smaller;
}
.networkLocationValue {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-layout {
  min-width: 1000px;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}
.col-layout .content .col {
  float: left;
  display: inline-block;
}
.col-layout .content .col .col-content {
  padding: 0 10px;
}
/*#region 3 column layout */
.three-col-layout .content .col-side {
  min-width: 300px;
}

.two-col-layout {
  min-width: 1000px;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}
.two-col-layout .content .col-side {
  min-width: 250px;
}
.two-col-layout .content .col {
  float: left;
  display: inline-block;
}
.two-col-layout .content .col .col-content {
  padding: 0px 5px 15px 0px;
}
.two-col-layout .content .header-content {
  padding: 15px 5px 35px 0px;
}
.two-col-layout .content .page-header-title {
  font-weight: bold;
  display: block;
  font-size: 19px;
  padding-bottom: 7px;
}
.two-col-layout .content .page-header-description {
  font-size: 16px;
  font-weight: normal;
}
.two-col-layout .content .col-main {
  min-height: 1px;
}
.two-col-layout .content .clear {
  width: 0;
  height: 0;
}

/* 
	All styles for the portal.

	This includes styles and tweaks for specific pages.
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-family: "Open Sans", Verdana, Tahoma, Helvetica, sans-serif;
  font-weight: 300;
}
body.public-simple-layout {
  background-color: #ececec;
}
body .carbonite-ui {
  background-color: white;
  font-size: 15px;
  color: black;
}
body .carbonite-ui a {
  color: #7e7e7e;
  text-decoration: underline;
}
body .carbonite-ui a.btn {
  text-decoration: none;
}
body.public-simple-layout .footer,
body.public-headered-simple-layout .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  background: none repeat scroll 0 0 #333;
  color: whitesmoke;
  text-align: center;
}
ol,
ul {
  list-style: none outside none;
}
div#mainPageContainer {
  padding-top: 120px;
}
.narrow-body {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
}
.bottom-spaced {
  margin-bottom: 20px !important;
}
.bottom-spaced.half-bottom-spaced {
  margin-bottom: 10px !important;
}
.bottom-spaced.quarter-bottom-spaced {
  margin-bottom: 5px !important;
}
.bottom-spaced.no-bottom-spaced {
  margin-bottom: 0px !important;
}
.top-spaced {
  margin-top: 20px !important;
}
.top-spaced.half-top-spaced {
  margin-top: 10px !important;
}
.top-spaced.quarter-top-spaced {
  margin-top: 5px !important;
}
.top-spaced.no-top-spaced {
  margin-top: 0px !important;
}
.carbonite-ui .top-spaced {
  margin-top: 30px !important;
}
.carbonite-ui .top-spaced.half-top-spaced {
  margin-top: 15px !important;
}
.carbonite-ui .top-spaced.quarter-top-spaced {
  margin-top: 8px !important;
}
.carbonite-ui .top-spaced.no-top-spaced {
  margin-top: 0px !important;
}
.text-right {
  text-align: right !important;
}
.text-centered {
  text-align: center !important;
}
.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hidden {
  display: none;
}
.control-group .controls select + span.loading-data,
.control-group .controls input + span.loading-data {
  display: block;
  visibility: hidden;
  position: relative;
  top: -24px;
  left: 10px;
  margin-bottom: -24px;
  padding-left: 25px;
  background: transparent url(/assets/images/ajax-loader.gif) no-repeat left top;
  overflow: hidden;
}
.control-group .controls span.sub-label {
  font-size: 0.9em;
  display: block;
}
.tab-content .control-group .controls span.sub-label {
  /* outside popups */
  margin-top: -13px;
}
a > [class^="fa fa-"],
a > [class*="fa fa-"] {
  margin-right: 5px;
}
a.icon-only > [class^="fa fa-"],
a.icon-only > [class*="fa fa-"] {
  margin-right: 0;
}
/*#region Main Tabbed Container */
/* The container used on the reports page and monitor page */
.main-tabbed-container .title {
  font-size: 1.5em;
  line-height: 2em;
}
.main-tabbed-container .nav-holder {
  border: 1px solid #CCC;
  padding: 8px 4px 8px 20px;
  background-color: whitesmoke;
  margin-top: 20px;
  background-color: #f5f5f5;
}
.main-tabbed-container .nav-holder .nav-desc {
  padding: 2px 20px 0 0;
}
.main-tabbed-container .main-tabs {
  border: 1px solid #CCC;
  padding: 0 20px 20px 20px;
  margin-top: 1px;
}
.main-tabbed-container .main-tabs.top-padded {
  padding-top: 20px;
}
/*#endregion*/
/*#region Sites page */
.virtual-machines-tab .loading-indicator,
.virtual-machines-tab .no-data-indicator {
  z-index: 0;
}
/*#endregion*/
/*#region Sites page */
.companies .loading-indicator,
.companies .no-data-indicator {
  position: static;
}
.companies .loading-indicator label,
.companies .no-data-indicator label {
  text-align: center;
}
.companies .companies-grid .tab-content {
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.companies .companies-grid .tab-content.child-companies-tab,
.companies .companies-grid .tab-content.users-tab {
  height: 550px;
  overflow-y: scroll;
}
.companies .companies-grid .tab-content.child-companies-tab {
  font-size: 1em;
}
.companies .companies-grid .sub-companies-grid .tab-content {
  height: 410px;
  overflow-x: hidden;
  overflow-y: auto;
}
.companies .companies-grid .tab-content.vault-profiles-tab .loading-indicator,
.companies .companies-grid .tab-content.short-names-tab .loading-indicator,
.companies .companies-grid .tab-content.visual-customizations-tab .loading-indicator {
  display: block;
}
.company-short-names-wrapper .control-group {
  padding-top: 5px;
}
.company-short-names-wrapper .action-item {
  float: right;
  background: #fff;
  width: 20%;
  margin-top: 4px;
}
.company-short-names-container {
  height: 150px;
  overflow-y: scroll;
  background-color: white;
  border: 1px solid #cccccc;
}
.company-short-names {
  list-style-type: none;
  margin: 0;
  padding: 3px;
}
.company-short-names .ui-selecting {
  background: #ADD7FF;
}
.company-short-names .ui-selected {
  background: #3399FF !important;
  color: white;
}
.company-short-names li {
  padding: 0 0.4em;
}
.company-short-names .short-name-new {
  background: #BEE8FF;
}
.company-short-names-wrapper .short-names-messages {
  color: red;
  min-height: 20px;
  margin-top: 0;
}
.company-short-names-wrapper .short-names-messages span {
  display: none;
}
.company-short-names-wrapper .child {
  margin-top: 30px;
}
.company-short-names-wrapper .company-short-names-container-child {
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #cccccc;
  color: #666666;
}
.clear {
  clear: both;
}
/*#endregion*/
/*#region User manager page */
.users-grid .loading-indicator,
.users-grid .no-data-indicator {
  position: static;
}
.users-grid .loading-indicator label,
.users-grid .no-data-indicator label {
  text-align: center;
}
.users-grid .tab-content,
.companies .companies-grid .tab-content.users-tab .users-grid .tab-content {
  height: 378px;
  overflow-y: auto !important;
}
.users-grid .available-agents .agent-offline,
.users-grid .assigned-agents .agent-offline {
  color: lightgray;
}
/*#endregion*/
/*#region Custom Status Feeds page */
.custom-feeds-grid .loading-indicator,
.custom-feeds-grid .no-data-indicator {
  position: static;
}
.custom-feeds-grid .loading-indicator label,
.custom-feeds-grid .no-data-indicator label {
  text-align: center;
}
/*#endregion*/
/*#region Policies page */
.policies-grid .col-description {
  height: 25px;
}
.policies-grid .loading-indicator,
.policies-grid .no-data-indicator {
  position: static;
}
.policies-grid .loading-indicator label,
.policies-grid .no-data-indicator label {
  text-align: center;
}
.policies-grid .tab-content {
  height: 300px;
  overflow-y: auto !important;
}
.manage-policy-form .field-validation-error {
  display: inline-block;
}
.manage-policy-form .policy-details-error-summary {
  height: 30px;
  overflow: auto;
}
.manage-policy-form .performance-tab {
  cursor: default;
}
.manage-policy-form .performance-tab div.panel {
  margin-left: 0;
  margin-right: 20px;
}
.manage-policy-form .performance-tab .option-group {
  clear: both;
  overflow: hidden;
  margin-top: 10px;
}
.manage-policy-form .performance-tab .option-group:first-child {
  margin-top: 0;
}
.manage-policy-form .performance-tab .performance-tab-start-time {
  float: left;
  width: 215px;
}
.manage-policy-form .performance-tab .performance-tab-end-time {
  float: left;
  width: 215px;
}
.manage-policy-form .performance-tab .performance-tab-time-text {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.manage-policy-form .performance-tab input {
  margin-bottom: 10px;
}
.agent-details .days-selector,
.agent-details .priority-selector,
.manage-policy-form .days-selector,
.manage-policy-form .priority-selector {
  display: none;
}
.agent-details .performance-slider,
.manage-policy-form .performance-slider {
  margin: -20px 8px 0 0;
  border: 0;
  background: url(/assets/images/slider-bg-sm.png);
  font-size: 14px;
}
.agent-details .performance-slider .ui-slider-handle,
.manage-policy-form .performance-slider .ui-slider-handle {
  border: 0;
  background: url(/assets/images/slider.png) no-repeat center top !important;
}
.agent-details .performance-tab .ticks li,
.manage-policy-form .performance-tab .ticks li {
  float: left;
  margin-left: 99px;
}
.agent-details .performance-tab .ticks li:first-child,
.manage-policy-form .performance-tab .ticks li:first-child {
  margin-left: 0;
}
.agent-details .performance-tab .ticks li:last-child,
.manage-policy-form .performance-tab .ticks li:last-child {
  margin-left: 0px;
  float: right;
}
.agent-details .performance-tab div.panel.performance-tab-execution-priority,
.manage-policy-form .performance-tab div.panel.performance-tab-execution-priority {
  width: 300px;
  padding-bottom: 60px;
}
.agent-details .performance-tab .ticks,
.manage-policy-form .performance-tab .ticks {
  background: url(/assets/images/slider-tick.gif) left top repeat-x;
  position: relative;
  top: 40px;
  overflow: hidden;
  line-height: 40px;
  padding: 0px;
}
.agent-details .days-ui,
.manage-policy-form .days-ui {
  display: block;
  float: left;
  /*border: solid 1px #838383;
    outline: solid 1px #7F9DB9;*/
  margin: 5px 0px;
  padding: 0;
}
.agent-details .days-ui li,
.manage-policy-form .days-ui li {
  display: block;
  float: left;
  width: 34px;
  height: 18px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background: url(/assets/images/day-picker-bg.png) 0 0;
  text-align: center;
  line-height: 1.6;
  cursor: pointer;
}
.agent-details .days-ui li:first-child,
.manage-policy-form .days-ui li:first-child {
  border-left: 1px solid #dcdcdc;
}
.agent-details .days-ui li.selected,
.manage-policy-form .days-ui li.selected {
  background-position: 0 -100%;
}
.manage-policy-form .policy-inclusions-exclusions-details .alert {
  margin-top: 10px;
}
.manage-policy-form .tab-content.vaults-tab .sortable-vault-profiles-header {
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-top: 1px solid silver;
  margin: 0;
  padding: 0;
}
.manage-policy-form .tab-content.vaults-tab .sortable-vault-profiles-header div {
  padding-left: 5px;
}
.manage-policy-form .tab-content.vaults-tab .sortable {
  border: 1px solid silver;
  height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
}
.manage-policy-form .tab-content.vaults-tab .sortable li div {
  padding-left: 5px;
}
.manage-policy-form .tab-content.vaults-tab .sortable li {
  border: 1px solid transparent;
}
.manage-policy-form .tab-content.vaults-tab .sortable li:hover {
  background: #eee;
  border: 1px #000 solid;
  list-style-type: none;
}
.manage-policy-form .notifications-tab .notification-events label.checkbox {
  display: inline-block;
  margin-right: 15px;
}
.manage-policy-form .notifications-tab .notification-events > label {
  display: inline-block;
  margin-right: 20px;
  white-space: nowrap;
}
/*#endregion*/
/*#region Tickets page */
.tickets-grid .col-description,
.tickets-grid .col-ticket-subject {
  height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*#endregion*/
/*#region Add Computer - computers page */
.agent-downloader-popup a.ui-selectmenu {
  font-size: 0.9em;
}
#divAgentInfo h5 {
  margin: 0;
}
#divAgentInfo ul {
  margin-bottom: 5px;
}
#divAgentInfo li {
  word-wrap: break-word;
}
.wizard-step {
  padding: 0 0 0 20px;
}
.wizard-step .well .description {
  font-size: 0.8em;
  line-height: 10px;
  height: 142px;
  overflow-x: auto;
}
.wizard-step .well .description ul {
  list-style: disc inside;
  font-style: italic;
  padding: 5px 0 5px 10px;
}
.popup-window .wizard-step .step-header {
  min-height: 60px;
}
.wizard-step > .step-header {
  border-bottom: 1px inset silver;
  margin-bottom: 20px;
  padding-bottom: 10px;
  min-height: 30px;
}
.popup-window .wizard-step .step-number {
  padding-top: 15px;
}
.wizard-step .step-number {
  display: inline-block;
  vertical-align: middle;
  color: silver;
  font-size: 4em;
  font-weight: bold;
}
.wizard-step .sub-step-number {
  color: silver;
  font-size: 2em;
}
.wizard-step .step-desc {
  display: inline-block;
}
.wizard-step > .step-body {
  margin-bottom: 10px;
}
.wizard-step .ui-selectmenu-status {
  font-size: 0.9em;
}
.agent-download-icons {
  background-repeat: no-repeat !important;
  height: 20px;
  width: 20px;
}
.windows-icon .ui-selectmenu-item-icon {
  background-image: url(/assets/images/os-icon-windows.png) !important;
  background-repeat: no-repeat !important;
  height: 20px;
  width: 20px;
}
.linux-icon .ui-selectmenu-item-icon {
  background-image: url(/assets/images/os-icon-linux.png) !important;
  background-repeat: no-repeat !important;
  height: 20px;
  width: 20px;
}
.hyperv-icon .ui-selectmenu-item-icon {
  background-image: url(/assets/images/os-icon-hyperv.png) !important;
  background-repeat: no-repeat !important;
  height: 20px;
  width: 20px;
}
.vra-icon .ui-selectmenu-item-icon {
  background-image: url(/assets/images/os-icon-vra.png) !important;
  background-repeat: no-repeat !important;
  height: 20px;
  width: 20px;
}
/*#endregion*/
/*#region Jobs tab - computers page */
.jobs-tab .jobs-full-backup-size {
  margin: 0;
}
.jobs-tab .jobs-full-backup-size-note {
  font-size: 0.9em;
  display: inline-block;
  line-height: 1.1;
}
/*#endregion*/
/*#region Monitors Page - Appliances*/
.heartbeat-card {
  padding: 10px;
  margin: 10px;
}
/*#endregion*/
/*#region Companies Page - Company Details*/
.company-details-form .img-polaroid {
  vertical-align: top;
  background-color: transparent;
  max-width: 140px;
}
.company-details-form .visual-customizations-error-summary {
  max-height: 30px;
  overflow: auto;
}
.company-details-form .logo-controls .btn {
  vertical-align: top;
}
.company-details-form .fine-uploader-placeholder .qq-upload-cancel,
.company-details-form .fine-uploader-placeholder .qq-upload-retry {
  padding-left: 10px;
}
.company-details-form .logo-settings-box {
  max-width: 400px;
}
.company-details-form .style-setting-input {
  clear: both;
  font-size: inherit;
  display: block;
}
/*#endregion*/
/*#region Login Box */
.login-box {
  margin: 50px auto 0 auto;
  width: 380px;
  background-color: #ffffff;
  padding: 40px;
  position: relative;
}
.login-box .cultures {
  position: absolute;
  top: 20px;
  right: 20px;
}
.login-box .logo {
  text-align: center;
}
.login-box .headline {
  font-size: 20px;
  font-variant: small-caps;
  font-weight: 500;
  letter-spacing: 1.1px;
  margin: 0 0 20px;
  text-align: center;
}
.login-box .control-group {
  margin-bottom: 5px;
}
.login-box .control-group input {
  margin-bottom: 0px;
}
.login-box .btn {
  border-radius: 0 !important;
}
.login-box .alert {
  padding-right: 5px;
}
.login-box form {
  margin: 0;
}
.login-box .box-footer .alert {
  margin: 10px 0 0 0;
}
.carbonite-ui .login-box {
  margin: 100px auto 10px auto;
  background-color: #efefef;
  border-radius: 4px;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.26);
  width: 280px;
  padding: 30px 60px 60px 60px;
}
.carbonite-ui .login-box .alert {
  padding: 27px;
}
.carbonite-ui form label,
.carbonite-ui form input,
.carbonite-ui form button,
.carbonite-ui form select,
.carbonite-ui form textarea {
  font-size: 13px;
  font-weight: 600;
}
.carbonite-ui form .btn {
  font-size: 16px;
}
.carbonite-ui form input,
.carbonite-ui form select,
.carbonite-ui form textarea {
  font-weight: normal;
}
.display-flex {
  display: flex;
}
.login-container {
  width: 100%;
  min-height: 590px;
  margin: 0;
}
.login-container .container-left {
  width: 50%;
}
.login-container .container-left .login-box {
  width: 380px;
  height: 350px;
  margin-top: 80px;
}
.login-container .container-left .login-box form input {
  width: 100%;
}
.login-container .container-left .login-box form .control-group {
  padding-bottom: 15px;
}
.login-container .container-right {
  display: flex;
  margin: 0;
  float: left;
  width: 50%;
  min-height: 670px;
  padding-top: 60px;
}
@media (max-width: 1023px) {
  .login-container {
    display: block;
    min-height: 700px;
  }
  .login-container .container-left {
    margin: 0;
    clear: both;
    width: 100%;
  }
  .login-container .container-left .carbonite-ui {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 80px;
  }
  .login-container .container-left .carbonite-ui .login-box {
    width: auto;
    max-width: 380px;
    padding: 0;
    margin: 0 auto;
    padding-top: 10px;
  }
  .login-container .container-left .carbonite-ui .login-box input {
    width: 90%;
  }
  .login-container .container-left .carbonite-ui .login-box .controls {
    padding-left: 10%;
  }
  .login-container .container-right {
    position: relative;
    clear: both;
    width: 100%;
    background-size: 100% 100%;
    padding: 0;
    max-width: 100%;
    min-height: 1000px;
  }
}
@media (min-width: 1024px) and (min-height: 768px) and (max-height: 960px) {
  .login-container .container-right {
    min-height: 840px;
  }
}
@media (min-width: 1024px) and (min-height: 961px) and (max-height: 1200px) {
  .login-container .container-right {
    min-height: 1100px;
  }
}
@media (min-width: 1024px) and (min-height: 1201px) and (max-height: 1536px) {
  .login-container .container-right {
    min-height: 1440px;
  }
}
@media (min-width: 1024px) and (min-height: 1537px) {
  .login-container .container-right {
    min-height: 2100px;
  }
}
/*#endregion*/
/*#region Setup Multi Factor Authentication*/
.carbonite-ui.setup-multi-factor-auth-box {
  margin: 100px auto 10px auto;
  background-color: #efefef;
  border-radius: 4px;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.26);
  padding: 30px 60px 60px 60px;
  width: 434px;
}
.carbonite-ui.setup-multi-factor-auth-box .headline {
  font-size: 20px;
  font-variant: small-caps;
  font-weight: 500;
  letter-spacing: 1.1px;
  margin: 0 0 20px;
  text-align: center;
}
.carbonite-ui .setup-multi-factor-auth-box {
  margin: 100px auto 10px auto;
  background-color: #efefef;
  border-radius: 4px;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.26);
  padding: 30px 60px 60px 60px;
  width: 654px;
  color: #7e7e7e;
}
.carbonite-ui .setup-multi-factor-auth-box .headline {
  font-size: 20px;
  font-variant: small-caps;
  font-weight: 500;
  letter-spacing: 1.1px;
  margin: 0 0 20px;
  text-align: center;
}
.carbonite-ui .setup-multi-factor-auth-box .btn.btn-link {
  color: #7e7e7e;
  text-decoration: underline;
  font-size: inherit;
  padding-top: 0px;
}
/*#endregion*/
/*#region Password Reset*/
.carbonite-ui .password-reset-box {
  margin: 100px auto 10px auto;
  background-color: #efefef;
  border-radius: 4px;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.26);
  padding: 30px 60px 60px 60px;
  width: 400px;
  color: #7e7e7e;
}
.carbonite-ui .password-reset-box.with-requirements {
  width: 890px;
}
.carbonite-ui .password-reset-box .alert {
  padding: 27px;
}
.carbonite-ui .password-reset-box .headline {
  font-size: 20px;
  font-variant: small-caps;
  font-weight: 500;
  letter-spacing: 1.1px;
  margin: 0 0 20px;
  text-align: center;
}
.carbonite-ui .return-to-sign-in {
  font-size: 12px;
  color: #666666;
}
/*#endregion*/
/*#region Country of Residency box*/
.carbonite-ui .country-residency-box {
  margin: 100px auto 10px auto;
  background-color: #efefef;
  border-radius: 4px;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.26);
  padding: 30px 60px 30px 60px;
  width: 600px;
  color: #7e7e7e;
}
.carbonite-ui .country-residency-box.with-requirements {
  width: 890px;
}
.carbonite-ui .country-residency-box .headline {
  font-size: 20px;
  font-variant: small-caps;
  font-weight: 500;
  letter-spacing: 1.1px;
  margin: 0 0 20px;
  text-align: center;
}
/*#endregion*/
/*#region Language menu*/
.language-menu a span {
  display: inline-block;
}
.language-menu.dropdown-menu li {
  padding: 0 5px;
}
.language-menu a span.chbox {
  width: 10px;
}
.language-menu a span.flag {
  width: 10px;
}
.language-menu a span.lang {
  width: 50px;
  text-align: left;
}
.language-menu a span.bar {
  width: 5px;
  margin: 0 5px 0 0;
  text-align: center;
}
.language-menu a span.code {
  width: 10px;
  text-align: right;
}
/*#endregion*/
/*#region Content Box (like the ones used on the Company Settings page), identical styling to "module", only allows for any content not just lists */
.content-box .box-title {
  background: none;
  background-color: whitesmoke;
  border: none;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 0 5px 0 8px;
  min-height: 40px;
  line-height: 40px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
}
.content-box .box-content {
  border: 1px solid #dcdcdc;
  border-top: 1px dashed #dcdcdc;
  padding: 20px;
}
.content-box .box-content .inline-point {
  display: inline-block;
  margin-right: 5px;
}
.content-box .box-content .inline-point:last-of-type {
  margin-right: 0;
}
.content-box .inline-point [class^="icon-"],
.content-box .inline-point [class*=" icon-"] {
  vertical-align: text-bottom;
  margin-right: 3px;
}
.content-box .box-footer {
  border: 1px solid silver;
  border-top: none;
  padding: 0 10px;
  line-height: 30px;
}
.content-box .box-content .tabs > ul {
  /* Tabs in a content box */
  padding: 2px 10px 0;
}
.content-box .well {
  padding: 5px 10px;
  background-color: white;
}
.content-box .well .title {
  margin: 5px 0 10px 0;
}
.content-box hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(209, 209, 209, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(209, 209, 209, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(209, 209, 209, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(209, 209, 209, 0.75), rgba(0, 0, 0, 0));
  margin: 8px 0;
}
/*Internal box is typically used inside grids or other parent elements and has smaller header and more subtle borders. Ex - Monitor/Appliances*/
.content-box.internal-box {
  display: inline-block;
}
.content-box.internal-box.no-left-margin {
  margin-left: 0;
}
.content-box .box-content table.table th,
.content-box .box-content table.table td {
  padding: 3px;
}
.content-box.internal-box .box-title {
  font-size: 1em;
  line-height: 20px;
  background: none;
  background-color: #e4e4e4;
}
.content-box.internal-box .box-title .right-align {
  float: right;
}
.content-box.internal-box .box-content {
  padding: 10px;
  border-style: dashed;
}
/*#endregion*/
/*#region VDA selection container*/
.vm-selection-container .content-box .box-title {
  border-style: solid;
  border-bottom: 0px none;
  min-height: 30px;
  line-height: 30px;
  background-color: #929292;
  color: #fdfdfd;
  font-size: 1.1em;
  font-weight: normal;
}
.vm-selection-container .content-box .box-content {
  border-style: solid;
}
/*#endregion*/
/*#region Appliances on Monitor Page */
.content-box.internal-box .appliance-summary {
  margin: 5px 0px;
  padding: 10px 0 0 0;
}
.content-box.internal-box .appliance-summary .btn.btn-mini {
  min-width: 70px;
}
.content-box.internal-box .appliance-details-table-container {
  max-height: 200px;
  overflow-y: auto;
}
.content-box.internal-box.appliance-ok .appliance-summary {
  margin: 5px 0px;
  border-top: 1px solid #bbdba1;
}
.content-box.internal-box.appliance-ok .box-title {
  background-color: #dff0d8;
  border-color: #bbdba1;
  color: #468847;
}
.content-box.internal-box.appliance-ok .box-content {
  border-color: #bbdba1;
}
.content-box.internal-box.appliance-ok .box-content table.table th,
.content-box.internal-box.appliance-ok .box-content table.table td {
  border-color: #bbdba1;
}
.content-box.internal-box.appliance-ok .box-content table.table-hover tbody tr:hover td,
.content-box.internal-box.appliance-ok .box-content table.table-hover tbody tr:hover th {
  background-color: #dff0d8;
}
.content-box.internal-box.appliance-ok hr {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #bbdba1, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #bbdba1, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), #bbdba1, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), #bbdba1, rgba(0, 0, 0, 0));
}
content-box.internal-box.appliance-error .appliance-summary {
  margin: 5px 0px;
  border-top: 1px solid #dfaeb7;
}
.content-box.internal-box.appliance-error .box-title {
  background-color: #f2dede;
  border-color: #dfaeb7;
  color: #e51400;
}
.content-box.internal-box.appliance-error .box-content {
  border-color: #dfaeb7;
}
.content-box.internal-box.appliance-error .box-content table.table th,
.content-box.internal-box.appliance-error .box-content table.table td {
  border-color: #dfaeb7;
}
.content-box.internal-box.appliance-error .box-content table.table-hover tbody tr:hover td,
.content-box.internal-box.appliance-error .box-content table.table-hover tbody tr:hover th {
  background-color: #f2dede;
}
.content-box.internal-box.appliance-error hr {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #dfaeb7, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #dfaeb7, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), #dfaeb7, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), #dfaeb7, rgba(0, 0, 0, 0));
}
/*#endregion*/
/*#region Icons */
div .evault-icon {
  display: inline;
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
}
div .evault-icon.agent-desktop {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2QkE3OEM4Qzc1NkJFNTExQjg0REQ2M0JENjA3NkMyQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRkRDREJFNTZCNzgxMUU1OEE1MEQ1NUVBOEFEMkRBOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRkRDREJFNDZCNzgxMUU1OEE1MEQ1NUVBOEFEMkRBOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZDQTc4QzhDNzU2QkU1MTFCODRERDYzQkQ2MDc2QzJCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZCQTc4QzhDNzU2QkU1MTFCODRERDYzQkQ2MDc2QzJCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PJBnGQAAAUJJREFUeNpi+v//PwOtMRMDHQALjAGy8eXLlwx///4VRxYnA/xlYmJ6ISYmxsDMzIxqyffv3xns7e0znz171g7k8lNgyRdubu6e8+fPN0pKSmL65NOnT7pfvnzhA3LrgPgXmZZU//nzx+jfv3+YwQUCQO+BZL4BcTMFPklnYWH5hyyAHvH/oTQPBZYwIZmD1RKagFFLRi0BA0ZYrqXAzP9I5mBmRihgA+IUIP5BpiV8OAtIKHgGxKxAPJvCEHqMz5JeIF5GoQWgoHqFz5KfQCwPxBFQH5EK/gDxeiC+j88SJyDeS6FP0oHYH4g34UpdyVRKtdm4kjA7sA5woIYNQHOsgJQgtuD6A6w29wHpAPR0TmKkswLNOYmcBRhBNSLUdoZbt24x/P79W4oCS0AhwwG05IG6uvpvYOWFasmQL7sAAgwAdPKjn0b4W9UAAAAASUVORK5CYII=);
}
div .evault-icon.agent-server {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNzBDQzM2QjcwNkJFNTExQjg0REQ2M0JENjA3NkMyQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOEI2M0Y1ODZCN0IxMUU1QkZGOUQ2QTlBOUU0OTE4NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOEI2M0Y1NzZCN0IxMUU1QkZGOUQ2QTlBOUU0OTE4NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcyQTc4QzhDNzU2QkU1MTFCODRERDYzQkQ2MDc2QzJCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE3MENDMzZCNzA2QkU1MTFCODRERDYzQkQ2MDc2QzJCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+3eIPOAAAAdRJREFUeNrslT1Lw1AUhpuQD+zXYCldSmMKDhLr5FCooODWwc1BBAd/SAehP6NDR8cOHVwqnergEHATxKYtQnCwoUJN0iSeK0dI2qZJoUqHXnjJyU3ueW7Om5NQjuNE/nrQkX8YG8j6QRj3SavVOqlWqxUIKZxyUL4D3k7aNE2GoigIHYplWaNWq12LoqjMhQwGg10AHUJ4j6B9kLgIQpILgqAAiGUYZqIoiqBp2jZcmg+BBeRggEYI+QoqBcdxZiKRGBmGwcFTmJjD8S1XJpN5LZVKzxDu4NQHqLMIYts2TQA8z5tkY8Vi8QGgmi8kGo3KuVyuArthccpCRQJ8+akCfj1sKJs6c8Ov6vX6FUxNiD2oT5f5oSXL8oE7r+dJYAcsGnaLnhyhfAeU+B1K1BmPx1tQMr3dbh9Pt4YHYlmWDYc86AIh6aBSqaqabjQaZ9MV9IVks9m7crl87vJkEuQJ+kC534VkMvniC4HkedDl1KLQzUjWQckNiB/Rz1lIr9fbazabp8s0I03TnmbsdrvCcDi8gUv9lTUjacB4PB6+GVOpVL9QKLxBKOEUabCnoGbUdZ0nyQlIkqSnWCw28mze5/cb2pOlv8KrTLz5M6435FuAAQDxCtNeg59ggQAAAABJRU5ErkJggg==);
}
div .evault-icon.agent-virtualserver {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTBDQzM2QjcwNkJFNTExQjg0REQ2M0JENjA3NkMyQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBQjFBMzk1NDZCNzgxMUU1OUZDMjg0NTBBQjBDQzZCMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBQjFBMzk1MzZCNzgxMUU1OUZDMjg0NTBBQjBDQzZCMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkE1MENDMzZCNzA2QkU1MTFCODRERDYzQkQ2MDc2QzJCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE1MENDMzZCNzA2QkU1MTFCODRERDYzQkQ2MDc2QzJCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+LDy2FwAAAvpJREFUeNqclV1IFFEUx+/Mzuou68dqScSmFb2IZbpFVCTCtlRi1EO99FhgVA9RIPhU0Hs9FhEU9BBFRVlhDyXmlogW9qEPRVFWSEUlmGk1+zFO/yNn4Had2XE78GPvnbl3/veer9XM7Ix4/90SM7bwswpQCdLgE/DfAQvomjBIIHFyQvxK2wJzN9sN9oLVIAoy4CPoAufAFy8BOnhFRBcGDUhgeq5IObjAIqotBGtBGzgA7nqJFBm2MGhCH3dgC4FOkOD5KLgJ3rB4ErSAGK/bDrrdhOibhsdNj0kCF8FRMCm9PwV28btScB6sBNOuQi7PFoHDPL4P9ikCjtHN9vO4BhwHG0D1fESaQRm5FJzwSZ6r4DGPO8AAeAluc6J4itTw7zcwMo8sfaTMS8BO0Ae20AM1JjvAHh7n5lkLPZzWPXz7Vo4heeMyWOeIUF6dAYekzUvAUvDKR+Qe49hDMAiucap3OCIHJYG3IMW30MX/WSfHhWqs1QiFDd0Olh6xUTm2NuvfJLvK0ywrJwLWH6FpeYX6WSRqDA+kWuqnRyezlhjBpiHO/7w3CEUXjz1Nr+8309l8QuXOmbTk5kSq90FvLSYTIAiW+4k0bEx2f266s3V8Ysqr3xWB53BOXWVEHzSKQ+EAUuIFHg5zh6X0a1A2vePkoDiV5LRQxrY9E28BOA3qeH6WAp8Fa8AyuppUJ7KtUOZV3Foi0jONu3QT9zSy6+CSwVU7xjVDC5/4BR6X+GnmRLuVteFwz2VXcO82Mytm6MPbuOf8ZndQwMLqf4+sUWxozxpieupHWbBMiQl54jUfvItafXlYnz19FfebEa5caturFJEPnAxU0SWxCn3qVnu4de5Z3M1xUS3fIOfWRTle/9zMp0bmiNwAm9glGsfHUtbJn7S5bRQkQq6pl4Jd5NI4A4rIZKEi5KpxjkuG27Pqnq9SnYRd3ucXyWQyNnfLaq6ZUpd1UUkkiD1aQSLxeLzPNM1mqdeMcidW3WU7Qo2NjUOFiPwVYAAj+9uC+f5kwgAAAABJRU5ErkJggg==);
}
div .evault-icon.agent-vsphereappliance {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNjBDQzM2QjcwNkJFNTExQjg0REQ2M0JENjA3NkMyQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFQUJCQkM0MjZCNzkxMUU1QTAwNzg5MzQyNjRCRDBFNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFQUJCQkM0MTZCNzkxMUU1QTAwNzg5MzQyNjRCRDBFNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkE2MENDMzZCNzA2QkU1MTFCODRERDYzQkQ2MDc2QzJCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE2MENDMzZCNzA2QkU1MTFCODRERDYzQkQ2MDc2QzJCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+EHJ9SAAABNdJREFUeNqUVl1sFFUU/u69M/szs7W027K0bBswEDCF2ChJ/Y+KCRp/wJj4YPoA0Qdi9MVEYnjyRfHFhATRkIDKky/GRF+VKAk0RJEILcoaYlMqf91S2t1tZ2d25l7PvTuthXYInPY0O9N7z3fO+b5zWqaUwnJ28PABHPn6EHK5nHlWUkE4Np56adXg+j5nUAg49IpuM+ifOsqiUMwL1MTpX27sr15yTlhIsKsT13D+n/NwHJcAgMCXeGZ74e3eh6yDs5KB001GX9IEN2gLQGEkITMKqwfqW4dv2i8ngjBhodDbis5CG2amA1g2z259tfgBmA2qAuXLPry5sFllXAkUgdLnXD4Ft9XCfW2ZFY88X9ibCDLfIivNkOvIwrYJJy1arDTHH8encGjPWdRrjaWXOENnj4t3v3gQmTaOVNZadUeQRqCQSfN8oZDpSaWRp+5wLjjG/poxAD2rHQxsaQOLNDMKtWqAH09MoTxWw9QVD90dLYgiRIkgYSDRt8Xd9dqu4kdWSnSB6VaALlFAwcyZj/duwOCuduDGrCaNsqrjuUEPx07Pmd9LqVkDEkHu3+hs7nyy+7CdtbmwOITNTe/TOQGbWqYtaxPtUzXyWSjfB1MBnFRTYtLU1hRCIsiaDe6zJc/mjOJdODONM8cmqAoJK8UxOjxjzkQBER8EUNr9wIBI2QRRphKi6E4gnCNtAkXAN59cwL+lylIF6ig2BRcN8gC6pVA8Fg2BGLWxZJBY+ggbCnUvQs61cWBfH7pXCso6pCwjFFdIHD1SNs8asDrL8VspaFZJfBB94HfiBLHu6ZuGS6GnK4Odb+Tpdh3wfNP108er2PnhxNIKydOuMF2wlZnbRARIRhkiRBhqp7RqBOAT0R7Nh+5/0JyTdkpg4JUuE1TPVmFtDq1Fl+iSWmGhtQj8/+hkKaul6lqFyxwOisVeFEhRMmoHlxmS6vU8wnpGRM2JzxezeOGd9ajXleGgQQn5c6QvmqnxkZlvrd27d38+NDT0eBxcu2j2tEECDQOSLavPNvgYkbr5xWGIVEvl+31d5bUrr/XfjLUgqZ2zlQh1X6HRUFqEEVVQPT90/ej13+39VqlUenh4eFg3eVQPOfkOcndRh1U+3z4VRZG4SXXMeZPt738mxspXZ3DxUjwToTKDymieRn4u77n46+QPTt6uXButTnQ4q0n2qZQ+p+XqaDGhKYhb2Pc8z5FScjLJEfGRsZCX/oyMbDKOwPot7XSKmbmgqq6QX/S9UC9VMN6U8E/kj5G3xFFP6cjr1q1Db2+vKYWq4IwxnTbLpt3K02925m8I4ia0zUJ0OjLwPEkyEiiPz13Vn5XQG0KagFbcGmee8FgEzKc1UavV5p8Xqgt9JUVLPue2Uk0NkinFmQvr5sjfJ6e+K526fFLfqJSp940AK9YUDMijcaDRuF3byXPj4+PQHtt0LAidmrtj+r2vOpyBc1Fo9hPtZhbOTPqncuXJL7c9sTHUu665LUJ0dxUXhjEdVxTOq+s2S8fVaBBrW99bn27a9EBpyQS+vvzEJXJy23Uev2MmEUZjz3DXlsjJMiALtNDsCODeQJbl5LZzizlpXVT13YEEesHQ35/kOTFmL+IESf9GJYL09/cPkVw1Jyvjd2eXWaq3tMt13cq9gPwnwAD/6T0xMEmSxAAAAABJRU5ErkJggg==);
}
div .evault-icon.agent-clusterhost {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNzBDQzM2QjcwNkJFNTExQjg0REQ2M0JENjA3NkMyQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MTFCRjg4NzZCN0QxMUU1OTBFQUIzNDc5QkM1OTkwRSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MTFCRjg4NjZCN0QxMUU1OTBFQUIzNDc5QkM1OTkwRSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjczQTc4QzhDNzU2QkU1MTFCODRERDYzQkQ2MDc2QzJCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE3MENDMzZCNzA2QkU1MTFCODRERDYzQkQ2MDc2QzJCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+KpH3vAAAA/dJREFUeNq8Vl1o21UUP/fe/0e+lrg0TTFlLTOt6zqIrWU6mg5K+yJUfHCIyPawB0G3IYIPPhTFR1/EgQpCUPDJMh8qPihiH4oP4rC1wrqBbIa52axL89FlS5b+v+713H/+C0nRpRHcgRPu/d97z+98/M4hVAgB/7dSeATySEAU+fNJyTmWKTkf+Ckwjt8QefnLAe3tpLZ3Q3UB8NIN6/QtS5xTCdh1DmI6RDIfJdQvXJCcJZ5av8/TVKU73K+VEMRPte689ROAdaaymw70UdOJcMMKJ1R6FY8aIAqBMugq6Lnr75rn33kW78ff2Me+ijBA/8DuYJ9YlqU4QGDrrsOBsEvaqTPf7Bw9/qlGnHIzXShVYGixUo44312Yxv36t42zGOrhTlFEo9Ey55z1aYpV3ipG6+nZNZicRgedu60gjvRZECI9r6NmUZm37ggyPDx8DaNRdV03aoY5UsWoUKQtqxWEIqHB7/dvJ0dHi4SQY9535gH+q8g+KBaL/fgGl4LEHk/cIb29mwUHDxTQWkE04FyCZKemps7gA7/nSdObbuTHnp57BYcraF1tBVFBYVAqlQ5mMpnPcW80wTHle7DLWtacDhx9CyaO17AKuyJBnyl1e1MW62vv4QDqiw+zjnWwZ2dnvzdNU/P5fDvrv64+vSGEivYk4fR2EOLmV9K1H/V5SU3UcKcQDMNQlpaWnpO1wTQDEgAYIUhll/ptIDo4AgKBwNWJycmzeDnwIPROfeINQerVD58Sfr2v75dNm7+HRdgFgpc1TVcGBwdTLSDCpXcHENu2FRmFZBdjzC6EQr8DF8buSDQ5sba3y70LCwuv4n7VG557asZYLOY2owQoFgo94sjMOjwzXf3HwqM3kq73UK9104zJZLLZjMI0jpQwxaKR5t0gAnya9tcTB/pzWLSJqgP7eAMo12qwUqkEkEUGGnS8dJFsNjskeROkUIuGgpuw/7E/ilwgA9pBGJgm6AeffD21dPlSUiNbb8bY+SAl9726NGV+fv7E3NzcxXQ63QbOkVyfle3Tq3UxdtFWXy7WjAEI09tNEIxrU0ayxenJC1bQ7fFTB9SP44qbuvauY6wSDAbvoFbbqIz6/i37XMEUh1xSoj1TwI0myNm4knkhpvxESWN0y1ocou1peiBDQ0OJcDgcwmW+rSlRfxhWZnY4xJFoDkbGotStbQOE3fwz5NvYqLTQlv4sxAgX7QDYRzOLi4sf4kBcwyZ8rV6vN+ea9MxPiYlgZW8reDAYgrHxmgvy2+Ur+5eXl1OdWJRKpcZXVlb0eDw+isN0JJ/PGw+7n0gkcofHxvNyPnf1n6BQKLyiadqVSCSyttdH3YL8J/lbgAEAiMvlKAE0rNgAAAAASUVORK5CYII=);
}
div .evault-icon.agent-hyperv {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MDY2MzY4RjA3MjA2ODExODIyQUVGRkY0OEU5REM4QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NkNGRkNENTZCNzgxMUU1OTMwQkU5RkJGREMyMkRCNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NkNGRkNENDZCNzgxMUU1OTMwQkU5RkJGREMyMkRCNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcwQTc4QzhDNzU2QkU1MTFCODRERDYzQkQ2MDc2QzJCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgwNjYzNjhGMDcyMDY4MTE4MjJBRUZGRjQ4RTlEQzhDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+P6RXdAAAAu5JREFUeNq8VktPE1EUPvfOdKbDQEVQEsTiA1jII2nEGIWNiUsXEveuZefOn+BPcMNS18atiQkbbRSMiSAhDWBNIz6iPAZa2jvTucdz6zS0pTO2hHiS0zu5j/P6zqMMEeGkyEdgvwSezR1gcm1fjqw4ctQH5PpxhDkedsU1Jt5t+ddX9uToel4Or+dxOHcgL3wvYf+2i72eDwb4AGO9fClUiYcQyxXwPD1Mfi7g5bW8HFHCsvT9U2Dfi+n4zP1F8TS3Iy8CpwcsYF6zEpkcRKiShW05eXu+OC8kxpVFFaoK0hlQlLmlQQlihwLDKNwTiYbwSYF2VAjp8GjBgP9JoTYwJYCdTEJw+A8UGi5UzoQEpExJoc7VGhk0rNzVQ5VQipaSNs8d8ZUe6hw8kzORtFjOLXMjNB4SYMBiX1lYMVKudy9syWvNcGEM5I0e7f2S448VPLBDsSPRCQOcUE8+OXL8zuviy2ZW6py5b25ZUw8+iLmMI69EeXK1hy+GY8I5k/TTLN6eBENhQm1Ek1QvUZj4NZiw+iOqVEB3wILNZlY6ZUjQJc5aqBO6I/XZ2dkn6XR6uqa4tKDZaaYPbn2TALB0tt//6Nmmp0203Pf0TCYzuby8LOg7qyJBPENsN3i2HSiXBsCZMVHMMA4tt2/dMIy/0QHoUCXQpEBZcKb2ZUxnMQ+YSUnJsMViVi6/Ip4i7gr23jaUVzVcak8Jzg9azLE4uKQIK2axhpusHmU9CE1HjeCGK/WYHJSx4/GE+XDChi/Pp+L3NvZxaKMgh9QYoJEwRKNh8AfNlB0PT5MBLF+GTqXkZiAoG4TrLnFng8e7VUyIT1EXtkmrP57gq+MJWA1ypTod+ZaLPd+KeC5bkJdKNLyqGWIGHpWh9sUhmVVMKjUW0Z816gZ9JvutONXNl46FSWDIbrtduC1MIryNVNI2JjVet6bEdV310IqoE0WxWkza/Rulp1KptBBCYdIX7H1sUox14bJte68dJX8EGAASQj7fdvMABAAAAABJRU5ErkJggg==);
}
div .evault-icon.agent-vda {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNjBDQzM2QjcwNkJFNTExQjg0REQ2M0JENjA3NkMyQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0M0VFMzdFQTZCN0QxMUU1OTE4MDk5RTkwMTEzNEJGNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0M0VFMzdFOTZCN0QxMUU1OTE4MDk5RTkwMTEzNEJGNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZFQTc4QzhDNzU2QkU1MTFCODRERDYzQkQ2MDc2QzJCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE2MENDMzZCNzA2QkU1MTFCODRERDYzQkQ2MDc2QzJCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+j0T29wAABQdJREFUeNqUVl1sFFUU/u6dv93ZbbftUlsKlJ9UwRSwEX8xooEHTFAxajQxGCExhvhoiCEaH3gwvmiCMSXRgALKk0YTHvRBTUzU2hhNhFpNGxBkSymltLDb7s7fvddzZ4dSmw6Bm5xuZ3bu951zvvPdWVMphYVW78EPcOjwh8jn8/G1kgqGa2HT4+07bu92dxgGXLpFuxn0X40yB4rVAjX+2w+X91fOuT+ZSFkXxscweGYQbjYH+AECX+DRZ5e92nm32TsjAS5DJPjQFDJh0B8ROGTWxJL7a1sGpqwnUkmYYaJtaQGt7c2YdDtgOWZ2y9PYC2YRQYQJ1gmPZ3WJUEklmlUohrycRC6aRGNzpumBx9reSCWpt0jCtBkm3zyMfME2rbM7G8yoihP2Rny2+C343EaAaxAMjCk4VEeLdx4vjeyBG47BzprtNyQJA4VMlhdXTJ9YloNVZAycEfGovRJlpxFdfgkbor9A2BQCFZXFj+49mHBX4IrZDjcYhRAQqSRRINF9b37XM7uWvm2r9xerCrXCsfUm6ngE+hp7a0fxojxGmnEKD6jOYFvbMXzfvBmgZCS1jmRDKsmqNe661oc7DlquxVlIbSOhDRHBEdMwZBA/48oqlcuuhxchK6ogbEiCp+kDVzcgWbE6t3moZnGEPoatu/BHbhNtozFWAUYya2DSZiGonCCACjgUTSAPQiqgnn08dbL+mUrCOWlITwll4HjLKzjVtA6RQL38eEwRtwTeBJnCAPOoXToSrygqp14NSydRqu6tiEgCZmJRWME71V50qDGoiBFhhCW1ERwxX4DKUvZWiEq+AScL62GrKCbQhfIbaVJnYrHRBAwsi8awU35F2XuxOeFdwa/RBuxa1QtOKILFUwyHMstFPmzSRnvGUvHXqQyUjaB91BjO4v5B0eMhoYT0f2BQphIuQrRWR7B+8ltIRvco71bvHxS8s+QhW2sUXXfSXHRattlQyVlt5xlyVDLprzhGwmbwyEFLMF7MeLWMAY+ALTJfCZsvHqArJ+5xKDnl4OrDAaXBq1+Yu3fvPtDX1/dQAq7D0CRChpYkt2gFL0TbeInS6KZWKbux/Om+4qXtDX/3TFkFCK7HlaNKyfjMIQImaHSF8FEZ7Lt45OLv1n5zaGhow8DAgE+4Z7TJKZ6iyM05xZRVaJyMhDDKnHjL51r2uUf//WjNPpzmy2FoEkpZTxEXHvrzz78+vOrJ422H9pTHv+kfLzZ30dFk2xrJ0d5CfTL5fPXDIHCpNOqanhfFh9w7+OnifTDI4W5QRWd1MB4QSIEZe9Ho5aaVpwoqA5PEYLw+wt9RbKRoSFD7NXJXVxc6OzvreknJk1Yyy3LLG4PPizN/vkujbMZeccPxWA/DyUIc6b3QfPkgwplRSDsTA5pJa1zM2igeAub7Pqanp69dz1bnGEo2+KN55Q1DRnbshZqG4QYGf5n68tTXwz8zehXULBshHXRNy8OY5MEE6EzSru0U+VKpBB3JupIMhNRJbZ9+7ZPWxuJJQccyeZX2sujqhN+fvzTx8dZHVkeGWc9JkGE7Fi+dNaOTVBRdm655y0mq0STm1u6X31u79s6h/7/lKJ5b2HGpmszbPqtJnAijMWK46ZWqyQIks68aet0awK2RLKjJvOfmalKYU/XNkQSBfschm+6TeFlzNEHaz6hUkp6enj4aV63Jbcm9E/N/uMxvVy6XK98KyX8CDADSikWEtH4FigAAAABJRU5ErkJggg==);
}
div .evault-icon.agent-server-restricted {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAAXNSR0IArs4c6QAAATpJREFUSA1jYKADYCTXjoag2TI///zqYmBgdICY8f8AOwtbWcO61CfoZpJlCdiC378v/mf4L4RsICMD4zt2VlZ9dIuYkBURywb5AGIB43YOVjZZEAb6aDtIDOI7VJPIsgQWRBysrGkgV4MwiA0xGhZ8CIvIsuT///+SICOQgwXGhskhrGBgIMsSZAOIYdPFEpJSV4Xv1P/EuBympmNzNth8uvhk+FjCAgu/oKAgguF9i2EvTDmD2m9nOJsQAyW41q5dS0g9WfIolgQHB5NlCCFN8OCaMmUKIbUo8pPS16Pw8XHgluTk5OBThyGnxkB8nMAtAZkCihOig4yRcR+GzTgE4DmemNSFbMa6devgepHFsbHhCp89e0YwCSMbICUlBdeLLI6NDQ8uUuMEm2G4xFCS8JDOJ7h8OPTEAcbqVJP1eRkZAAAAAElFTkSuQmCC);
}
.vsphere-icons {
  display: inline-block;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
.vsphere-icons.vsphere-vcenter {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAACX0lEQVR42pXT3UvTURjA8f0F3XahW6YVQhGWTecWKhSRdVNprxJFF2US0RskSWZpEUvnS2bmRaZUMrFkSk3NhnObypy6dJtTb0o030CbztzW8tuPn1Es8KIDz805fM45z3meI5H8x/AyvX7NxSKzkmJzIhqzCrVRSX5rPDlNsdysj+Hq6+1crIqmVH+eEOSYbuRx514qrYd4785D58jlTX8O2p5sXnVlU96WwZXqeM6UR4XCgckmNCYlY996WWuU6M9yuixyFbpmGnFM6WgZyRNgIuMeNwRnWbIrWOzZh9+4jeWeUyKs+HCJ9JIIJJXWA5Ra9gg57abYkkx+m5zP8w5YduKxJeO3xOHv2Ml3o0qE5a2ZnCwWoMak4mn3QZzTetwz7dgnmvEGfKwsj7LQpSJoicFnkrNkTBThk5ZMjmlkSAo6EnjnzvmbxM854ZpzBDwWfAYpP9oj8H2MZMkgF5fLmjNJK5AK0KSgaeiOOBkYlBOwR+PtU7BgimFlUgveYSGGhM0W/8Ajj8KRqI0KGgZvr0KHCr8jCY89FX/7JhF4g0E+jXXiHLcy+MXAhWe7OKwOQ3K/LY76/uzfMAHvQAqL1v0EDBsE6ML1tZvjRVLhQaLEk44WbuRGTQqSXH0sWtstEfpcKcx3K4ScpPia1wk7zTI61SuiWrMa94SN4Ym+1Rpm63ZQZb68ZsFHJrtIK5RhdDaEdsv1uq1k1Sl50ZFFrSWfl6a71BhzhbiHtvMB16qTOFG0GdOQLhS+tT0k4/kWzlVECa0UQXqpTLiaTKhVOKkFYWJeGZUJ/PsZfgHG/AxaTsJppwAAAABJRU5ErkJggg==);
}
.vsphere-icons.vsphere-datacenter {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAABCElEQVR4nGL8//8/w6xZs/4zEABpaWmM2MQBAogBZABQ8j8+AJVnwIYBAogFZtDZs2dBLmHQ0spHscDG5jtelwEEEAsyx9+/lkFVlY/h9u1PcJqBAb8BAAGEYsDGjc1wF0A0MzCIi+PVzwAQQCgGgDR7eckwbNv2BE6DgLGxMdaABgUsQAChGIDufBAN8gJQIYbN6enpYBoggHB6AQZAXgApRhZHDliAAGLC5gUQgNHI4hAXoQKAACLKCyAbP326DXYNeqACBBBRXkBPH8heAAggir0AEEAoLoA51caGAU4ji2PzAkAAoRiAKynj8wJAAGF4AeRMdOfi8wJAADECUxnBrIwPAAQYANRsoB3n6nzIAAAAAElFTkSuQmCC);
}
.vsphere-icons.vsphere-host {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAAApUlEQVR4nGL8//8/AyUAIIBYkDlOTk4ETdu3bx8jMh8ggBhALoBhR0fH/7jAtm3bQIb/R1YPwgABxITNFkZGRgyMCwAEEAs2QaBthHwCBwABhNUFpACAAKLYAIAAotgAgACi2ACAAKLYAIAAwoiF7du3Mxw6dIhoAwACCMMAT09PnIo7OjowxAACiGIXAAQQxS4ACCAMA/AlW2wAIIAYKc3OAAEGADHgTMq7KAMwAAAAAElFTkSuQmCC);
}
.vsphere-icons.vsphere-cluster {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAAA1UlEQVR4nGL8//8/AyUAIIBYsAmmp6djNXXmzJmM6GIAAYTVAKhiFL6JiQlWdQABxITLgLNnz4I1AV0DZuMCAAEEdgE2J8+aNQvDFdgAQADBvUCMk9EtAoUJQADBDQA5E+RcY2NjhrS0NKy2IVsCswAggFhwKcAGQJrQLQAIIJyxAHMVIQsAAgivASDbCAGAACLJBdgAQAChBCI6AEUlIQAQQHADsDn3zJkz4KQLij6QPDZLAAIIrwuQAa7wAAgguAGEnIvLAoAAAhuALZehA1wWAAQYAKQrRtvCwR1PAAAAAElFTkSuQmCC);
}
.vsphere-icons.vsphere-folder {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAABqUlEQVR4nGL8//8/AyGgFL0ZrOjeUl9GdDmAAGLBpxDGr2jwhcjXXYHIN+nADQIIIBasCtH4HYuvgOmLDToM+g1XUFwAEEAsIMUwhTCATeObz7+xeg8ggMAu+PMPygOFByMjQ89ShEYQePeXgeHSyx8MTrysQMV/UAwACCCIAb8hJkxYdQ1MX4BqfI2k9t/f/wz/IYpRDAAIILABv/78Z5i27jrD9kodBnGgJc9/QiSRg/zv338M/0D2/ER1AUAAMYENgLpg5fE3DE9+MDD8BjoZJPQLCf8GuuAfyAl/fqIYABBAYBf8/P0f7Le/wMD49RdJFskJf4Cu/PsfbBuKAQABBPHCr/9gv4GcCbIN7Fm0JAN3wS9ULwAEEAvcCz/RXABNoDfuvAXTGirCDH//MWDEAkAAQb3wD+y3P3/+gg0AWX4TqBFkhoayMJhOKNgM1oCenAECCB4LIL/9Bxpw/fZbcHJQA9oIAqnF2DXCAEAAgQ0AOR3oDIbXr78wuNoogCUyS/BrhAGAAAIb8PblB1BEM4gKchKtEQYAAogRlJ1hmYcUjTAAEGAAhl7fTf25aCkAAAAASUVORK5CYII=);
}
.vsphere-icons.vsphere-resource-pool {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAAB5UlEQVR4nGL8//8/AyUAIIBYsAkaBG3BMPXCOh9GbGoBAgjFAJjGWZU+OA1FNwgggBhhXtDz3/B/Tk0AmH3p8k+IJANI7X8gZGTQ02UDiyW3bmC4vCEAbghAAJ7n2AYAEIaBoMX+c2QamIUCGjsJQiBBd/ruy0Oko/dAawNOwSVIBI/J22udWCmY2V/cAgjsAjXPJf/bU4MYHj36imQvVAGU9Z+BEcpnYJi2cwfDre0xYAGAAGKC2P6T4eOH7ww/fwBt/PGd4fsPEPsHww8U/B2Kf4DVw1wBEEDgQPz9+wfDy5efGH78/AO06j/UHgaGU/duYgt4oPrvQJITzAYIILABf4AC7z98QnH+8lOHGJYuz8FqQFhoL5wNEEAQF/wBOvH7TwZGRoh/1106Ddbc8vwf3DXQAGP4z8gIthAGAAIIHAZvTtQwLjy2Cei/n3DNZXf+MHz6+h+I/wLxPzD98ds/hpOptQyT8pTgBgAEEDwh/f7zk2HbrUsMmn1ZDGkXfkFDHBYH/+Bx8ucPJI1ERUWBnQYQQIzIeYFdJx/kSAbhxm54EgIrAjr7bX0pUICRYX6VOYoBAAHEiJ6ZQNET23wYIQANgsU1tnAhmGYQAAggDAOQDUIXQ9YIAwABhNMAYgFAgAEALpH39TsyEeYAAAAASUVORK5CYII=);
}
.vsphere-icons.vsphere-vapp {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAZ0lEQVR42mNQrD73HxtmgAK88iDGte//UTBIbOnSpf8JylNN87lzEAwSa2l5DsYgNkyc+pqxYWTN2DDMW3AA04ALgzQgY5I0M6ADcp2NEc/0D21ciQCEaZvC8MUjwXhGjz/0eMQlDwBD1WBnG0LfFgAAAABJRU5ErkJggg==);
}
.vsphere-icons.vsphere-vm {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAABgUlEQVR4nGL8//8/AyUAIIBYkDlK9XfwmnavUYURXQwggBhALoBhxcrz/x/8+o8Vg+QWLljwH1k9CAMEEIoLGP78Zvj1D4f1QDlsACCAGJHDQCn/+P9N7ZZgtl/nHdx++f+D4V6TDtg7AAGE6oWs/f+PvP0Pxop1t1G8kL76KVbvAAQQ2AtKdVf+MzByMDCIyDDETkTY7NhyB2zbzmodMB/uPSTvAAQQJAz+/GHY36jCsPbGN4ZgDS4GJlYGhlVXfzKEabMz2FddYPj5B6IYRiMYDAwAAcSCHnggQ/4zMYPZIENAclO2PUPV9+cn3ACAAGKByfwCSrorccEldjz4yeChws4wFSgXbCcFFnv3Ayr5C+EFgABigZn4HeEqMGD895fh+w+I3C80OWQBgABigZn48y8DBjj06BtYLrdsM6YkFAAEEAvMxO+/UCX0RLngtjW4vcNpAEAAwWMhrRi3LSAQFx+PmQ+AACCAwAbcW+rLuGjhQrKyJUAAMVKanQECDAA2x+rK+zd89wAAAABJRU5ErkJggg==);
}
.vsphere-icons.vsphere-template {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAACBklEQVR4nGL8//8/Q/rss/8ZoODvzz8M/77/ZPjz9QfDny8/Gf5++Q5m//3+i+EfUG7T5gxGBiQAEEAsMEZ9hDEDKzMDAxsQ//3HgAL42IFiQCsiYxYwoAOAAGICEf9+/2VgBxrFjkUzCPwBiv36C2HrWkX+j8heA3cxQACBDfj/8zdY8x8smjlYIJqBrgd7JaqwhOHPt19weYAAAnvhz49fcBuQATtUM9CBYPrP5x8YagACCGzAv++/MCRAYfELaOvvfxDbfwHpP18gBvx6/RGuDiCAwAb8/fYT1VRmiKbfUL+DvfAX4gWwi5HUAwQQxAtIfmJmhGpG0gg25A/IIoi6v18RBgAEENQLEAFGRiQNf1FthxgAUff3O8IAgACCeOHHbzAH7FdooMEMqsiKhSv++0MAwwsAAQSORlDq+wnV9AOIvwMN+gHFIJDTsZjh/TZuBv1iXQaIi3/DDQAIIEg6+P2HAeQIkAaQK0CGgNjfoQY06aQzGFYaMchrGTOo6RgDXYIIM4AAggQiMHoyPDrBToMHFNCf/4Cm/vvJx2BUrQ/WrAzEoLAA5QkYAAggsAHb9heAM4i6us//hI5GBmwApBkUraDU+vcXwgsAAcQIyo0w4O0y6f+v918g/gQ6ExS4f4HJ/D8ohwKt/vcbRP9l+P/3L8Pp/3PAlgIEEIoB5ACAAAMA7Ecl9Fr15CYAAAAASUVORK5CYII=);
}
.vsphere-icons.inactive-container {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQUlEQVR42pWT3cqCQBCGu7UQwYOiA8PCy4juIAKlQAw7UUSkwAgEj1OEIkkEf6juZ75vBhRri2rhYWdn533ZWXY7nS9Gt9sF5OfCeu37PjEej0GWZXgrrAtfCZH7/c4atAufaQsvl8t7g/1+/0BbiBRFAUEQUDwajVgDz/OIWni73Yg8zxvwRJgbDoeswWazIWGWZXC9Xml+Bk+Ge4PBgDVwHIcMDMOgXpE0TR/Y7XZQVRX0+33WwDRNkCQJVqsVnM/nhiRJGrbbLZRlCYIgsAbr9RpEUQRN0+B0OsHxeKS5jeu6dJk8z7MGuq5Tb4vFAuI4fgDbQzDGy2ReJCaWyyX0ej1QFAWiKCJs2ybCMCTePmdMqqpKvc3nc7AsizgcDsTHf4CbKOQ4DqbT6ffCtsFkMqHi2Wz2vfDVZ/pZ+D/+ANRrtMYV8ar5AAAAAElFTkSuQmCC);
}
/*#endregion */
/*#region Windows 8 White Spinner */
.windows-8-spinner {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: -20px;
}
.windows-8-spinner .wBall {
  position: absolute;
  width: 19px;
  height: 19px;
  opacity: 0;
  -moz-transform: rotate(225deg);
  -moz-animation: orbit 5.5s infinite;
  -webkit-transform: rotate(225deg);
  -webkit-animation: orbit 5.5s infinite;
  -ms-transform: rotate(225deg);
  -ms-animation: orbit 5.5s infinite;
  -o-transform: rotate(225deg);
  -o-animation: orbit 5.5s infinite;
  transform: rotate(225deg);
  animation: orbit 5.5s infinite;
}
.windows-8-spinner .wBall .wInnerBall {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #FFFFFF;
  left: 0px;
  top: 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.windows-8-spinner #wBall_1 {
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.windows-8-spinner #wBall_2 {
  -moz-animation-delay: 0.24s;
  -webkit-animation-delay: 0.24s;
  -ms-animation-delay: 0.24s;
  -o-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.windows-8-spinner #wBall_3 {
  -moz-animation-delay: 0.48s;
  -webkit-animation-delay: 0.48s;
  -ms-animation-delay: 0.48s;
  -o-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.windows-8-spinner #wBall_4 {
  -moz-animation-delay: 0.72s;
  -webkit-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  -o-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.windows-8-spinner #wBall_5 {
  -moz-animation-delay: 0.96s;
  -webkit-animation-delay: 0.96s;
  -ms-animation-delay: 0.96s;
  -o-animation-delay: 0.96s;
  animation-delay: 0.96s;
}
@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
/*#endregion*/
/*#region Bootstrap in-button spinner*/
.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}
.has-spinner.active {
  cursor: progress;
}
.has-spinner.active .spinner {
  opacity: 1;
  width: auto;
  /* This doesn't work, just fix for unkown width elements */
}
.has-spinner.btn-mini.active .spinner {
  width: 10px;
  margin-left: 5px;
  margin-right: -3px;
}
.has-spinner.btn-small.active .spinner {
  width: 13px;
}
.has-spinner.btn.active .spinner {
  width: 16px;
}
.has-spinner.btn-large.active .spinner {
  width: 19px;
}
/*#endregion*/
/*#region Page header - Supported companies dropdown */
.supported-companies-list {
  height: auto;
  margin: 0 20px 0 0;
  padding: 2px;
}
/*#endregion*/
/*#region Hyper-V Manual Wizard */
.hyperv-manual-wizard-header {
  padding: 5px;
}
.hyperv-manual-wizard {
  padding: 0px 20px 10px 20px;
  margin-left: 0 !important;
}
/*#endregion*/
/*#region Footer */
footer {
  margin: 15px auto;
  min-width: 924px;
  padding: 0 32px;
}
.nav-sub {
  background: url(/assets/images/section-divider.gif) repeat-x left top;
  display: inline-block;
  padding-top: 15px;
  text-align: center;
  width: 100%;
}
/*#endregion*/
/*#region Draggable boxes */
.drag-box ul {
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid silver;
  height: 200px;
  background-color: #ffffff;
}
.drag-box ul li {
  cursor: move;
  border: 1px solid transparent;
}
.drag-box ul li:hover {
  background: #eee;
  border: 1px #000 solid;
  list-style-type: none;
}
.drag-box ul li > div {
  padding: 5px;
}
/*#endregion */
/*#region Support Bar */
.support-user-dashboard {
  margin-bottom: 20px;
}
.support-user-dashboard .last-update > span {
  font-size: 0.7em;
}
.support-user-dashboard .refresh-btn {
  display: inline-block;
  margin: 0 0 0 10px;
  color: inherit;
  vertical-align: middle;
}
.support-user-dashboard .refresh-btn:hover {
  cursor: pointer;
}
.support-user-dashboard .tool-container .tool-title {
  display: block;
  padding: 5px;
  min-height: 0;
  font-size: 1.1em;
  font-weight: normal;
  border-bottom-width: 0px;
  cursor: pointer;
  color: #666;
}
.support-user-dashboard td:first-of-type,
.support-user-dashboard th:first-of-type {
  text-align: left;
}
.support-user-dashboard td,
.support-user-dashboard th {
  text-align: center;
}
.support-user-dashboard td {
  height: 24px;
  overflow: hidden;
}
.support-user-dashboard .expand-btn a,
.support-user-dashboard .refresh-btn a {
  color: white;
}
.support-user-dashboard .tool-container {
  min-height: 0;
}
.support-user-dashboard .site-name {
  padding: 0 20px 0 10px;
  margin-bottom: 0;
  display: inline;
  font-weight: 400;
  cursor: default;
  vertical-align: middle;
}
.support-user-dashboard .site-name .close {
  font-size: 11px;
  right: 15px;
  top: 1px;
  visibility: hidden;
}
#supportGridContainer {
  overflow-x: hidden;
  overflow-y: scroll;
}
.support-user-dashboard .table-data tr > th {
  vertical-align: middle;
}
.support-user-dashboard .table-data tr > th:first-child,
.support-user-dashboard .table-data tr > td:first-child {
  border-right: 1px solid #DDDDDD;
}
.table-filter {
  margin: 0;
}
.table-filter input,
.table-filter .add-on {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.table-filter input {
  min-height: 20px;
  width: 75%;
  padding-left: 3px;
}
.table-filter .add-on {
  height: 18px;
  width: 18px;
  min-height: 18px;
  padding: 1px;
}
.table-filter.input-append .add-on {
  margin-left: -1px;
}
.table-btn-filter,
.table-btn-sort {
  height: 18px;
  font-size: 12px;
  width: 20px;
}
.table-btn-sort {
  margin-left: 7px;
  color: gray;
}
.block-navigation {
  position: absolute;
  /*background:#000;
    opacity: 0.5;*/
  top: 0;
  left: 0;
}
/*#endregion */
/*#region Loading Container*/
.loading-container-wrapper {
  text-align: center;
  position: relative;
}
.loading-container {
  display: inline-block;
  background-color: whitesmoke;
  padding: 30px 40px;
  text-align: center;
  border: 1px solid #dcdcdc;
  margin: 0 auto;
  color: #222222;
  font-size: 9px;
}
.loading-container .message {
  font-size: 1.4em;
  margin-left: 7px;
}
#status-list > li .loading-container-wrapper {
  margin: 10px 0 8px 0;
}
.loading-container-wrapper.skinny {
  font-size: 0.7em;
}
.loading-container-wrapper.skinny .loading-container {
  padding: 15px 20px;
}
/*#endregion*/
/*#region Sites page */
.hyper-v-vm-restore-monitor-row {
  background-color: #f8e8ca;
  height: 100%;
  overflow: hidden;
}
/*#endregion*/
/*#region list-move control*/
.list-move-control .controls {
  text-align: center;
  padding: 60px 32px;
}
.list-move-control .controls .btn {
  display: block;
  margin: 15px 0;
}
.list-move-control .filter {
  font-size: 11px;
  height: 22px;
  min-height: 0;
  padding: 0 3px;
  width: 217px;
}
.list-move-control .input-append input.filter ~ .add-on {
  padding: 0 5px 8px;
  height: 12px;
  vertical-align: top;
}
.multi-select {
  width: 100%;
  font-size: 0.9em;
  outline: 0 none;
}
.multi-select option {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*#endregion*/
/*#region Hyper-V DR*/
.control-group .controls .wide {
  width: 400px;
}
/*#endregion*/
/*#region Tabs */
.tabs {
  clear: both;
}
.tabs.grouped-tabs .legend {
  margin-bottom: 1px;
}
@media (min-width: 1300px) {
  .tabs.grouped-tabs .legend {
    position: absolute;
    right: 35px;
    text-align: inherit;
  }
}
.tabs.grouped-tabs .legend .legend-item {
  line-height: 16px;
  font-size: 9px;
}
.tabs.grouped-tabs .legend .legend-item .color-block {
  margin-right: 5px;
  height: 12px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.tabs.grouped-tabs .legend .legend-item .color-block.groupA {
  background-color: #094b8f;
}
.tabs.grouped-tabs .legend .legend-item .color-block.groupB {
  background-color: #4cd92e;
}
.tabs.grouped-tabs .legend .legend-item .description {
  display: inline-block;
}
.tabs.grouped-tabs .tab.groupA {
  background: #084381;
  border: 1px solid #07396d;
}
.tabs.grouped-tabs .tab.groupA:hover {
  background: #094b8f;
}
.tabs.grouped-tabs .tab.groupA > a {
  color: whitesmoke;
}
.tabs.grouped-tabs .tab.groupA.active {
  background: #0c64bf;
  border-bottom: none;
}
.tabs.grouped-tabs .tab.groupA.active > a {
  color: whitesmoke;
}
.tabs.grouped-tabs .tab.groupB {
  background: #44d226;
  border: 1px solid #3fc023;
}
.tabs.grouped-tabs .tab.groupB:hover {
  background: #4cd92e;
}
.tabs.grouped-tabs .tab.groupB > a {
  color: whitesmoke;
}
.tabs.grouped-tabs .tab.groupB.active {
  background: #71e159;
  border-bottom: none;
}
.tabs.grouped-tabs .tab.groupB.active > a {
  color: whitesmoke;
}
.tabs.grouped-tabs .tab.groupC {
  background: #ccc300;
  border: 1px solid #b7b000;
}
.tabs.grouped-tabs .tab.groupC:hover {
  background: #dbd200;
}
.tabs.grouped-tabs .tab.groupC > a {
  color: whitesmoke;
}
.tabs.grouped-tabs .tab.groupC.active {
  background: #fff50f;
  border-bottom: none;
}
.tabs.grouped-tabs .tab.groupC.active > a {
  color: #333333;
}
.tabs.grouped-tabs .tab.groupD {
  background: #cc2000;
  border: 1px solid #b71c00;
}
.tabs.grouped-tabs .tab.groupD:hover {
  background: #db2200;
}
.tabs.grouped-tabs .tab.groupD > a {
  color: whitesmoke;
}
.tabs.grouped-tabs .tab.groupD.active {
  background: #ff340f;
  border-bottom: none;
}
.tabs.grouped-tabs .tab.groupD.active > a {
  color: whitesmoke;
}
.tabs.grouped-tabs .tab-content.groupA {
  border: 1px solid #07396d;
}
.tabs.grouped-tabs .tab-content.groupB {
  border: 1px solid #3fc023;
}
.tabs.grouped-tabs .tab-content.groupC {
  border: 1px solid #b7b000;
}
.tabs.grouped-tabs .tab-content.groupD {
  border: 1px solid #b71c00;
}
.tabs .tab {
  background: #d8d8d8;
  border: 1px solid #c9c9c9;
  border-bottom: 1px solid #d8d8d8;
  padding: 4px 0;
  margin: 0 0 -1px;
  color: black;
  display: inline-block;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  font-size: 13px;
}
.tabs .tab:hover {
  background: #e4e3e3;
  border-bottom: 1px solid #e4e3e3;
}
.tabs .tab.active {
  background: #ffffff;
  border-bottom: none;
  padding: 6px 0;
}
.tabs .tab.active a {
  text-decoration: none;
  cursor: default;
}
.tabs .tab.disabled a {
  text-decoration: none;
  cursor: default;
  color: gray !important;
}
.tabs .tab a {
  padding: 0 15px;
  color: #666;
}
.tabs .tab a:hover {
  text-decoration: none;
}
.tabs .tab-content {
  display: none;
  padding: 20px;
  background: #fff;
  border: 1px solid #c9c9c9;
  margin-bottom: 10px;
  clear: both;
  min-height: 150px;
  -webkit-border-radius: 0 2px 2px 2px;
  -moz-border-radius: 0 2px 2px 2px;
  border-radius: 0 2px 2px 2px;
}
.tabs .tab-content.active {
  display: block;
}
.tabs .tab-content > .loading {
  width: 100%;
}
.tabs .tab-content > .loading p {
  background: url(/assets/images/ajax-loader.gif) no-repeat 0 0;
  text-indent: 20px;
  margin: 100px 0 0 40%;
}
.tabs .tab-content .ui-selectmenu-status {
  display: inherit;
}
.tabs .tabs .tab {
  font-size: 1.1em;
  padding: 2px 0;
}
.tabs .tabs .tab.active {
  padding: 4px 0;
}
/*#endregion*/
/*#region Schedule widgets */
.schedule-day-of-week,
.schedule-day-of-month {
  display: block;
  float: left;
  width: 34px;
  height: 18px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background: url(/assets/images/day-picker-bg.png) top right;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  font-family: inherit;
}
.schedule-day-of-month.fourX {
  width: 145px;
  background: url(/assets/images/day-picker-bg-4x.png) 0 0;
}
.schedule-day-of-month.sizeX7 {
  width: 256px;
  background: url(/assets/images/day-picker-bg-7x.png) 0 0;
}
.schedule-day-of-week.scheduled,
.schedule-day-of-month.scheduled {
  background-position: 0 -100%;
}
/*#endregion*/
/*#region Loading Element */
.loading-element {
  position: absolute;
  padding: 0 !important;
  font-size: 1.25em;
}
/*#endregion*/
/*#region Safesets Calendar */
.safesets-calendar {
  z-index: 1;
  background: white;
  position: fixed;
  overflow: hidden;
  border: 1px solid #c2c2c2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: none;
  margin-top: 5px;
}
.safesets-calendar .ui-widget-header {
  padding: 3px;
  font-weight: 400;
  background: none;
  background-color: whitesmoke;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.safesets-calendar .ui-widget-header > p {
  margin: 0;
  line-height: 1.8em;
  text-align: center;
}
.safesets-calendar a.ui-datepicker-next,
.safesets-calendar a.ui-datepicker-prev {
  top: 2px;
}
.safesets-calendar a.ui-datepicker-next.ui-state-hover,
.safesets-calendar a.ui-datepicker-prev.ui-state-hover {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  top: 2px;
}
.safesets-calendar .datepicker {
  float: left;
}
.safesets-calendar .datepicker th {
  font-weight: 400;
}
.safesets-calendar .safesets-holder {
  float: left;
  padding: .2em .2em 0;
  width: 610px;
}
.safesets-calendar .safesets-holder ul {
  height: 175px;
  margin-top: 4px;
  border: 1px solid #dcdcdc;
}
.safesets-calendar .safeset {
  padding: .5em .2em;
  cursor: pointer;
  border: 0;
}
.safesets-calendar .safeset:hover {
  color: #0099CC;
}
.safesets-calendar .ui-widget-content .ui-state-default {
  background: white;
}
.safesets-calendar .safeset.ui-state-active,
.safesets-calendar .ui-datepicker-calendar td.has-safesets a.ui-state-active {
  color: white;
  background: #09c;
}
.safesets-calendar .ui-datepicker-calendar td.has-safesets a {
  color: #09c;
}
.safesets-calendar .ui-datepicker {
  border: 0;
}
/*#endregion*/
/*#region Usage Metrics Page */
.usage-metrics .well {
  background-color: #ffffff;
  padding: 10px;
}
.usage-metrics .well:last-of-type {
  margin-bottom: 0;
}
.usage-metrics table {
  background-color: #ffffff;
}
.usage-metrics .table-summary {
  padding: 10px;
  background-color: whitesmoke;
  border: 1px solid #dcdcdc;
}
.usage-metrics .table-summary .title {
  font-weight: 500;
}
.usage-metrics tr.offline {
  opacity: 0.5;
}
/*#endregion*/
/*#region Portal Table */
table.portal-table {
  font-size: 14px;
}
table.portal-table > thead > tr > th.header {
  background: none repeat scroll 0 0 #929292;
  color: whitesmoke;
  font-weight: 400;
  padding: 4px 6px;
  line-height: 20px;
  font-size: 13px;
  border-radius: 0 !important;
}
table.portal-table > thead > tr > th.header .btn {
  max-height: 20px;
  border: none;
}
table.portal-table > thead > tr > th.filter .input-filter {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  color: #cccccc;
  -webkit-transition: border 0.2s linear 0s;
  -moz-transition: border 0.2s linear 0s;
  -o-transition: border 0.2s linear 0s;
  transition: border 0.2s linear 0s;
  padding: 4px 6px;
  font-size: 13px;
  font-weight: 500;
  padding: 0 0 0 5px;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  min-height: 20px;
}
table.portal-table > thead > tr > th.filter .input-filter:focus {
  border: 1px solid #919191;
  box-shadow: none;
  color: #333333;
}
table.portal-table > thead > tr > th.sortable div:after,
table.portal-table > thead > tr > th.sortable div:before {
  border-color: whitesmoke rgba(0, 0, 0, 0);
  opacity: 0.75;
}
table.portal-table > thead > tr > th.sortable.sort-desc,
table.portal-table > thead > tr > th.sortable.sort-asc {
  background-color: #858585;
  text-shadow: none;
}
table.portal-table > thead > tr > th.sortable.sort-asc div:hover,
table.portal-table > thead > tr > th.sortable.sort-asc div:hover:after {
  opacity: 1;
}
table.portal-table > tbody > tr {
  color: #222222;
}
table.portal-table > tbody > tr > td {
  font-size: 0.8em;
  padding: 4px 7px;
  height: 25px !important;
  line-height: 25px !important;
}
table.portal-table > tbody > tr > td.expanded-row-td,
table.portal-table > tbody > tr > td .expanded-row-td:hover {
  background-color: #ededed !important;
  padding: 0;
}
table.portal-table > tbody > tr > td input,
table.portal-table > tbody > tr > td select {
  height: 25px !important;
}
table.portal-table.table-bordered {
  border-left: none;
  border-right: none;
  border-top-color: #dddddd;
  border-bottom-color: #dddddd;
}
table.portal-table.table-bordered > thead > tr > th,
table.portal-table.table-bordered > thead > tr td {
  border: none;
  border-right: 1px solid #dddddd;
}
table.portal-table.table-bordered > thead > tr > th:first-of-type,
table.portal-table.table-bordered > thead > tr td:first-of-type {
  border-left: 1px solid #dddddd;
}
table.portal-table.table-bordered > tbody > tr > td {
  border-left: none;
  border-right: none;
  border-top-color: #dddddd;
  border-bottom-color: #dddddd;
  font-size: 11px;
}
table.portal-table.table-bordered > tbody > tr > td.expanded-row-td,
table.portal-table.table-bordered > tbody > tr td.expanded-row-td:hover {
  border-left: 1px solid #dcdcdc !important;
  border-right: 1px solid #dcdcdc !important;
}
table.portal-table.table-bordered > tbody > tr > td.expanded-row-td {
  padding: 10px;
}
table.portal-table.table-bordered > tbody > tr > td.expanded-row-td .row-content {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 10px;
}
table.portal-table.table-bordered > tbody > tr > td.expanded-row-td .row-content form {
  margin-bottom: 0;
}
table.portal-table.table-striped > tbody > tr.odd > td {
  background-color: whitesmoke;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
}
table.portal-table.table-striped > tbody tr.odd:hover > td {
  background-color: #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
table.portal-table.table-striped > tbody tr.even > td {
  background-color: #fdfdfd;
  border-left: 1px solid #fdfdfd;
  border-right: 1px solid #fdfdfd;
}
table.portal-table.table-striped > tbody tr.even:hover > td {
  background-color: #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
table.portal-table tr.highlighted > td {
  background-color: #0099cc;
  color: #ffffff;
}
/*#endregion*/
/*#region Job Schedule Calendar String Builder*/
.job-schedule-string-builder .btn-calendar-day {
  margin: 1% !important;
  width: 12%;
  border-radius: 0 !important;
}
.job-schedule-string-builder .btn-calendar-day-last {
  margin: 1% 0% 1% 0.25% !important;
  width: 54%;
  border-radius: 0 !important;
}
.job-schedule-string-builder .cron-description-alert .indent {
  margin-left: 15px;
}
.job-schedule-string-builder .cron-description-alert .emphasize {
  font-weight: 600;
}
/*#endregion*/
.daily-report-box {
  border: 1px solid #E3E3E3;
  padding: 2px 2px 2px 2px;
}
.login-custom-style-box {
  height: 200px;
  resize: none;
  font-size: 11px;
}
/*#region image app restore*/
.image-restore-sql-databases .expanded-container-icon {
  background-image: url("/assets/images/backup-node-icons.png");
  background-position: 0px -272px;
}
.image-restore-sql-databases .collapsed-container-icon {
  background-image: url("/assets/images/backup-node-icons.png");
  background-position: 0px -272px;
}
.image-restore-sql-databases .leaf-icon {
  background-image: url("/assets/images/backup-node-icons.png");
  background-position: 0px -288px;
}
/*#endregion*/
/*#region VDA VMs Tab */
.vda-vms-tab .vm-treeview-browser {
  height: 386px;
  /* To perfectly fill the height of an expanded row in the Computers grid*/
  overflow-y: auto;
  border: 1px solid #dcdcdc;
}
.vda-vms-tab .vm-treeview-browser .loading-message {
  padding: 5px;
}
.vda-vms-tab .vm-action-row {
  height: 30px;
}
.vda-vms-tab .vm-grid {
  width: 100%;
  max-height: 250px;
}
.vda-vms-tab .vm-grid .vm-grid-cell-hover {
  cursor: pointer;
}
.vda-vms-tab .vm-selection-container {
  margin-top: 4px;
}
.vda-vms-tab .vm-selection-list {
  height: 101px;
  overflow-y: auto;
  border: 1px solid #dcdcdc;
}
/*#endregion*/
/*#region Configure agent*/
.manual-agent-config .section-title {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 30px;
}
.manual-agent-config .section-sub-title {
  font-size: 1em;
  letter-spacing: 0.01em;
}
.manual-agent-config .section-message {
  color: #666666;
}
.manual-agent-config div > a {
  color: #87ad3a;
  text-decoration: underline;
}
/*#endregion*/
/*#region Automatic agent configuration */
.auto-agent-config padding,
.auto-agent-config label {
  font-weight: normal;
}
.auto-agent-config .section-title {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 30px;
}
.auto-agent-config .section-sub-title {
  font-size: 1em;
  letter-spacing: 0.01em;
}
.auto-agent-config .section-note-block {
  line-height: 1.25;
  padding-top: 5px;
  padding-bottom: 5px;
}
.auto-agent-config .section-encryption-note {
  color: #ad343e;
}
.auto-agent-config .stronger {
  font-weight: 600;
}
.auto-agent-config .btn {
  margin-top: 10px;
}
.auto-agent-config a {
  text-decoration: underline !important;
}
.auto-agent-config input {
  margin: 3px;
}
.auto-agent-config-progress .alert {
  margin-bottom: 10px;
}
/*#endregion*/
/*#region breadcrumb trail*/
.breadcrumb-trail {
  font-size: 14px;
}
.breadcrumb-trail li {
  display: inline;
}
.breadcrumb-trail li:last-child {
  font-weight: bold;
}
.breadcrumb-trail li i {
  padding: 0px 3px 0px 3px;
}
/*#endregion*/
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
.ui-grid {
  height: 910px;
}
.ng-cloak {
  display: none !important;
  visibility: hidden !important;
}
.word-wrap {
  word-wrap: break-word;
}
.user-name {
  word-wrap: break-word;
  padding-right: 40px;
}
/*#region User Profile settings */
.carbonite-ui.user-profile-settings {
  font-size: 13px;
}
.carbonite-ui.user-profile-settings hr {
  border-top: 1px solid black;
}
.carbonite-ui.user-profile-settings .no-padding-left {
  padding-left: 0;
}
.carbonite-ui.user-profile-settings .no-padding-right {
  padding-right: 0;
}
.carbonite-ui.user-profile-settings .checkbox > i {
  color: #049cdb;
}
.carbonite-ui.user-profile-settings .checkbox[disabled] > i {
  color: #999999;
}
.carbonite-ui.user-profile-settings .control-group label {
  font-weight: normal;
}
.carbonite-ui.user-profile-settings .btn.btn-default {
  width: 175px;
  font-size: 13px;
  margin: 6px 12px;
  padding: 6px 12px;
  white-space: normal;
}
.carbonite-ui.user-profile-settings .alert-container {
  min-height: 55px;
}
.carbonite-ui.user-profile-settings .alert-container .alert {
  margin-bottom: 0px;
}
/*#endregion*/
.user-password-restrictions {
  font-family: 'Arial';
  font-weight: bold;
  font-size: 12px;
  background-color: #efefef;
  color: #33a7d7;
  padding: 25px 25px 25px 25px;
}
.user-password-restrictions .password-requirements-list {
  margin-top: 10px;
}
.user-password-restrictions .password-requirements-list .valid li {
  list-style-type: none;
}
.user-password-restrictions .password-requirements-list .valid li i {
  display: inline-block;
  margin-left: -20px;
}
.user-password-restrictions .password-requirements-list li.valid {
  list-style-type: none;
}
.user-password-restrictions .password-requirements-list li.valid i {
  display: inline-block;
  margin-left: -18px;
  margin-right: 3px;
}
.user-password-restrictions .password-requirements-list li i {
  display: none;
  color: #468847;
}
.multi-select-container .show-items {
  position: absolute;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #ffffff;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
  width: 354px;
}
.multi-select-container .show-items .checkbox-image-container {
  float: left;
  width: 20px;
  height: 15px;
}
.select-container .action-item,
.multi-select-container .action-item {
  width: 100%;
  height: 30px;
  padding: 5px 5px !important;
  text-decoration: none;
}
.select-container .action-item a,
.multi-select-container .action-item a {
  text-decoration: none;
}
.select-container a > span,
.multi-select-container a > span {
  padding: 0 0 0 0.1em;
}
.select-container ul,
.multi-select-container ul {
  margin-bottom: 0;
}
.dropdown-container {
  font-size: 13px;
}
.dropdown-container .dropdown-display {
  float: left;
  width: 100%;
  height: 30px;
  background: #ffffff;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  padding-top: 3px;
  padding-left: 5px;
}
.dropdown-container .dropdown-display span {
  width: 100%;
}
.dropdown-container .dropdown-display i {
  float: right;
  margin-right: 5px;
  margin-top: 3px;
  color: #999999;
}
.dropdown-container .dropdown-list {
  float: left;
  position: relative;
  width: 360px;
}
.dropdown-container .dropdown-list .list-container {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background: #ffffff;
  border: solid 1px #cccccc;
  margin-top: -1px;
}
.dropdown-container .dropdown-list .list-container .group-name {
  font-weight: bold;
  padding-left: 10px;
}
.dropdown-container .dropdown-list .list-container .group-items {
  margin-left: 17px;
  width: 337px;
  border: 1px solid #ffffff;
}
.dropdown-container .dropdown-list .list-container .group-items:hover {
  border: 1px solid #79b7e7;
  background: #d0e5f5 url(/Content/themes/evault-ui/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
  color: #1d5987;
}
.dropdown-container .dropdown-list .list-container .group-items .item-name {
  padding-left: 15px;
}
.dropdown-container .dropdown-list .list-container .group-items .item-value {
  padding-left: 0px;
  color: #999999;
}
/*#region agent upgrade center */
.available-agent-kits {
  border-bottom: 1px solid lightgray;
  width: 40%;
  margin-top: 10px;
}
.kit-dialog-warning {
  width: 40%;
  margin-top: 0.5rem;
}
.agent-auto-center-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 5%;
}
.blue-icon {
  color: #0099cc;
  font-size: 10px;
}
.auto-icon {
  background-color: #dddddd;
  color: #858585;
  border-radius: 3px;
  margin-left: 22px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.page-header-title {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.agent-upgrade-center-menu.module .agent-upgrade-center-menu-content {
  color: #000000;
  cursor: pointer;
}
.agent-upgrade-center-menu.module .agent-upgrade-center-menu-content .agent-upgrade-kit {
  margin-left: 20px;
  margin-right: 7px;
  padding: 10px 30px;
  font-size: 14px;
  border-radius: 2px;
}
.agent-upgrade-center-menu.module .agent-upgrade-center-menu-content .active-menu-item {
  background-color: #58c1e9;
}
.agent-upgrade-center-menu.module .agent-upgrade-center-menu-content .panel-default {
  border-bottom: 1px solid #dcdcdc;
}
.agent-upgrade-center-menu.module .agent-upgrade-center-menu-content .panel-default .panel-body {
  padding-bottom: 5px;
}
.agent-upgrade-center-menu.module .agent-upgrade-center-menu-content .agent-upgrade-center-menu-item {
  font-size: 14px;
  font-weight: 600;
  padding: 17px 15px;
}
.agent-upgrade-center-menu.module .agent-upgrade-center-menu-content .boxed {
  display: flex;
  border-top: 1px dashed #dcdcdc;
  margin-bottom: 0 !important;
}
.agent-upgrade-center-menu.module .agent-upgrade-center-menu-content .agent-upgrade-center-menu-item.boxed > input {
  margin-right: 5px;
}
.agent-upgrade-center-menu.module .loading-container {
  display: block;
}
.agent-upgrade-center-menu.module .agent-upgrade-center-menu-content.items {
  border-bottom: none;
  border-top: none;
}
.agent-upgrade-center-menu.module .agent-upgrade-center-menu-header {
  font-weight: 600;
  font-size: 16px;
  padding: 5px 13px;
  text-transform: capitalize;
}
.agent-upgrade-center-menu.module .agent-upgrade-center-menu-header.module-headline {
  border-bottom: 1px dashed #dcdcdc;
}
.agent-upgrade-center-tabs .nav-tabs > li > a {
  background-color: #eeeeee;
  font-weight: bold;
  color: inherit;
}
.agent-upgrade-center-tabs .nav-tabs > .active > a,
.agent-upgrade-center-tabs .nav-tabs > .active > a:hover,
.agent-upgrade-center-tabs .nav-tabs > .active > a:focus {
  background-color: #ffffff;
}
.agent-details-grid-box-width {
  width: 90%;
}
.agent-kit-details .agent-upgrade-center-tabs .tab-content > .row {
  margin-left: 0px;
}
.agent-kit-details .agent-details-header {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.agent-kit-details #buttonShowUpgradeTypePopup {
  padding: 0.5rem 2.5rem;
}
.agent-kit-details .agent-details-header > p > span {
  font-weight: bold;
}
.agent-kit-details .agent-details-header > button {
  margin-top: 0 !important;
}
.agent-kit-details .agent-kit-os-title {
  font-weight: 500;
  font-size: 14px;
}
.agent-kit-details .uib-tab {
  min-width: 150px;
  text-align: center;
  margin-right: 3px;
}
.agent-kit-details .tab-content {
  padding: 0px;
  border: none;
  display: block;
}
.agent-kit-details .tab-content #buttonShowUpgradeTypePopup {
  margin-top: 40px;
}
.agent-kit-details .tab-content .sites-table tbody tr.disabled {
  color: #abafaf;
}
.agent-kit-details .tab-content .sites-table tbody tr.disabled .empty-check-box {
  border-color: #abafaf;
}
.agent-kit-details .tab-content .sites-table tbody .row-td,
.agent-kit-details .tab-content .sites-table thead .header {
  line-height: 32px;
}
.agent-kit-details .tab-content .sites-table tbody .row-td {
  font-weight: 500;
}
.agent-kit-details .tab-content .sites-table thead th .ng-table-header {
  font-weight: 600;
  text-align: left;
}
.agent-kit-details .tab-content .sites-table .check-box-display-items .fa {
  font-size: 16px;
  vertical-align: sub;
}
.agent-kit-details .tab-content .sites-table .empty-check-box {
  width: 11px;
  height: 11px;
  border: 1px solid #000000;
  border-radius: 2px;
  display: inline-block;
  vertical-align: sub;
}
.agent-kit-details .tab-content .sites-table .check-all input {
  display: none;
}
.agent-kit-details .tab-content .sites-table .check-box.row-td {
  padding-top: 5px;
}
.agent-kit-details .tab-content .sites-table .check-box {
  vertical-align: middle;
}
.agent-kit-details .tab-content .sites-table .check-box input {
  display: none;
}
.agent-kit-details .tab-content .sites-table .check-box input:checked + label .check-box-display-items .fa-check-square {
  display: inline-block;
}
.agent-kit-details .tab-content .sites-table .check-box input:checked + label .check-box-display-items .empty-check-box {
  display: none;
}
.agent-kit-details .tab-content .sites-table .check-box input + label .check-box-display-items .fa-minus-square {
  display: none;
}
.agent-kit-details .tab-content .sites-table .check-box input:indeterminate + label .check-box-display-items .fa-minus-square {
  display: inline-block;
}
.agent-kit-details .tab-content .sites-table .check-box input + label .check-box-display-items .fa-check-square {
  display: none;
}
.agent-kit-details .tab-content .sites-table .check-box input + label .check-box-display-items .empty-check-box {
  display: inline-block;
}
.agent-kit-details .tab-content .sites-table .check-box input:indeterminate + label .check-box-display-items .fa-check-square,
.agent-kit-details .tab-content .sites-table .check-box input:indeterminate + label .check-box-display-items .empty-check-box {
  display: none;
}
.agent-kit-details .tab-content .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px;
  border-radius: 4px;
  overflow: initial;
}
.agent-kit-details .tab-content .pagination li {
  width: auto;
  margin: 0;
}
.agent-kit-details .tab-content .pagination li:first-child > a {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.agent-kit-details .tab-content .pagination li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.agent-kit-details .tab-content .pagination li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #008db1;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
}
.agent-kit-details .tab-content .pagination .disabled > a {
  color: #abafaf;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dcdcdc;
}
.agent-kit-details .tab-content .pagination .active > a {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #008db1;
  border-color: #008db1;
}
/*#endregion*/
/*#region Angular Fade In/Out Animation */
.animate-show-hide.ng-hide {
  opacity: 0;
}
.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
}
/*#endregion*/
/*#region Appliance Status Feed Cards */
.appliance-setup-card {
  background-color: rgba(201, 235, 248, 0.15);
  width: 100%;
  font-family: "Open Sans", Verdana, Tahoma, Helvetica, sans-serif;
}
.appliance-setup-card .progress-bar {
  width: 100%;
  display: flex;
}
.appliance-setup-card .progress-bar .incomplete-bar {
  background-color: #c9ebf8;
  width: 25%;
  height: 7px;
  margin: 2px;
}
.appliance-setup-card .progress-bar .complete-bar {
  background-color: #008db1;
  width: 25%;
  height: 7px;
  margin: 2px;
}
.appliance-setup-card .step-bar {
  width: 100%;
}
.appliance-setup-card .step-bar p {
  color: #008db1;
  font-size: 10px;
  text-align: center;
  margin: 0px;
}
.appliance-setup-card .card-message {
  padding: 12.5px 25px 25px 30px;
  /* Allows the text to wrap within the height of the row, instead of forcing it onto the next row */
}
.appliance-setup-card .card-message .header h1 {
  color: #008db1;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  /* Override values from other stylesheets to ensure correctness */
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 13px;
}
.appliance-setup-card .card-message .header h2 {
  color: #262d2d;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  /* Override values from other stylesheets to ensure correctness */
  line-height: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.appliance-setup-card .card-message .body {
  padding-top: 30px;
}
.appliance-setup-card .card-message .body p {
  color: #262d2d;
  text-align: left;
  font-size: 13px;
}
.appliance-setup-card .card-message .body a:link {
  color: #262d2d;
  text-decoration: underline;
}
.appliance-setup-card .card-message .body a:hover {
  color: #262d2d;
  text-decoration: underline;
}
.appliance-setup-card .card-message .body a:visited {
  color: #262d2d;
  text-decoration: underline;
}
.appliance-setup-card .card-message .footer {
  padding-top: 30px;
}
.appliance-setup-card .card-message .footer a:link {
  color: #008db1;
  text-decoration: underline;
}
.appliance-setup-card .card-message .footer a:hover {
  color: #008db1;
  text-decoration: underline;
}
.appliance-setup-card .card-message .footer a:visited {
  color: #008db1;
  text-decoration: underline;
}
.appliance-setup-card .card-message .footer li {
  float: left;
  padding-right: 20px;
}
.appliance-setup-card .card-message .checkmark-icon-inner {
  color: #93b93a;
}
.appliance-setup-card .card-message .checkmark-icon-outer {
  color: #d3de85;
}
.appliance-setup-card .card-message .error-box {
  background-color: rgba(200, 76, 40, 0.1);
  color: #c84c28;
  border: 1px solid;
  border-color: #c84c28;
}
.appliance-setup-card .card-message .error-box p {
  color: #c84c28;
  padding: 10px 10px 10px 10px;
  margin: unset;
}
.appliance-setup-card .card-message .full-width-column {
  width: 100%;
}
.appliance-setup-card .card-message .row.wrapable {
  display: flex;
}
/*#endregion*/
.custom-feed-message {
  border: 1px solid #d9d9d9;
  padding: 9px;
}
.custom-feed-message .nav {
  margin-bottom: 0;
  height: 300px;
}
.custom-feed-message .nav.tabs-left {
  border-bottom: none;
  padding-top: 2px;
  border-right: 1px solid #d9d9d9;
}
.custom-feed-message .nav.tabs-left li {
  float: none;
  margin-bottom: 2px;
  margin-right: -1px;
}
.custom-feed-message .nav.tabs-left li a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.custom-feed-message .nav.tabs-left li.active > a,
.custom-feed-message .nav.tabs-left li.active > a:hover,
.custom-feed-message .nav.tabs-left li.active > a:focus {
  border-bottom-color: #d9d9d9;
  border-right-color: transparent;
}
.custom-feed-message .tab-content {
  display: block;
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
#appCsbApiSettingModule .radio {
  font-weight: normal;
  padding-left: 20px;
}
.cookie-warning.alert {
  position: absolute;
  width: 100%;
  bottom: 40px;
  background-color: #008db1;
  color: #fff;
  opacity: 0.95;
  margin-bottom: 0;
  left: 0;
  padding: 15px 0;
  border: 0;
}
.cookie-warning.alert .cookie-warning-text {
  font-size: 16px;
  line-height: 25px;
  width: 80%;
  display: inline-block;
  text-align: left;
}
.cookie-warning.alert .cookie-warning-text a {
  color: #93b93a;
}
.cookie-warning.alert .cookie-warning-close {
  display: inline-block;
  float: right;
}
.cookie-warning.alert .cookie-warning-close .p {
  font-size: 14px;
  margin-bottom: 0;
}
.circle {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0px;
  background: transparent;
  border-width: 4px;
  border-style: solid;
  border-color: #ffffff;
  border-image: initial;
  border-radius: 50%;
}
.circle::before {
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  transform: rotate(-45deg);
}
.circle::after {
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  position: absolute;
  transform: rotate(45deg);
}
.disclaimer-note {
  margin-top: 1.5%;
  text-align: center;
}
.agent-upgrade-settings .agent-upgrade-settings-box {
  border: 1px solid lightgray;
  margin-bottom: 15px;
  height: 212px;
}
.agent-upgrade-settings .agent-upgrade-settings-box .title {
  background-color: lightgray;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
}
.agent-upgrade-settings .agent-upgrade-settings-box .content {
  padding: 10px;
  border-top: 1px dashed lightgray;
  font-size: 14px;
}
.agent-upgrade-settings .agent-upgrade-settings-box .content .checkbox {
  margin-top: 10px;
}
.agent-upgrade-settings .agent-upgrade-settings-box .content .checkbox label {
  width: 70%;
  font-size: 12px;
}
.agent-upgrade-settings .agent-upgrade-settings-box .content btn-toggle {
  float: right;
}
/*#region Rapid Restore Spinner */
.icon-count-wrapper {
  display: inline-block;
  color: #0099cc;
}
.icon-count-wrapper .fa-stack {
  top: -1px;
  left: -5px;
}
.icon-count-wrapper .fa-spinner {
  font-size: 14px;
}
.icon-count-wrapper .fa-bolt {
  font-size: 8px;
}
.icon-count-wrapper.rvrm-proccess .counter-wrapper {
  margin-left: -11px;
}
.icon-count-wrapper.non-rvrm-proccess .counter-wrapper {
  margin-left: -3px;
}
/*#endregion*/
.color-carbonite-blue3 {
  color: #008db1;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*#region Grid Variables */
/*#endregion*/
/*#region Grid Actionbar */
.grid-actionbar {
  border: 0px;
  overflow: visible;
  margin-bottom: 5px;
  min-height: 20px;
}
.grid-actionbar button.btn {
  border-radius: 0px !important;
}
.grid-actionbar > .controls-holder {
  float: right;
}
.grid-actionbar > .extra-data-holder {
  float: left;
  margin-right: 5px;
}
.grid-actionbar ul.controls > li {
  float: left;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  position: relative;
  font-size: 11px;
  border-left: 1px solid #dcdcdc;
}
.grid-actionbar ul.controls > li:first-of-type {
  border-left: none;
}
.grid-actionbar > .extra-data-holder .control-group input,
.grid-actionbar > .extra-data-holder .control-group label {
  font-size: 11px;
  height: 12px;
}
.grid-actionbar > .controls-holder > ul.controls .view-select {
  width: 170px;
}
.grid-actionbar > .controls-holder > ul.controls .view-select.report-views .ui-selectmenu-group-label {
  background: url(/assets/images/report-icons.png) no-repeat 5px -14px;
  height: 20px;
  padding-left: 30px !important;
}
.grid-actionbar > .controls-holder > ul.controls .view-select .ui-selectmenu-group > ul a {
  padding: 2px;
  margin-left: 30px !important;
}
.grid-actionbar .ui-selectmenu-status {
  padding-left: 0;
  margin-left: 0;
  line-height: 18px;
}
.grid-actionbar > .controls-holder > ul.controls .custom-view-select {
  width: 170px;
}
.grid-actionbar > .controls-holder > ul.controls > li.disabledFilter {
  visibility: hidden;
}
.grid-actionbar > .controls-holder > ul.controls > li.views-container .save-view {
  width: 62px;
  padding: 0 5px;
  margin: 0;
  font-size: 11px;
  line-height: 1;
  height: 18px;
}
.grid-actionbar > .controls-holder > ul.controls > li.views-container .save-view:focus {
  color: #908F8F;
  background-position: 20px 0px;
}
.grid-actionbar > .controls-holder > ul.controls > li.views-container .save-view + span.save-info-icon {
  position: absolute;
  right: 6px;
  top: 0px;
  display: none;
}
.grid-actionbar > .controls-holder > ul.controls > li.views-container.disabledFilter {
  visibility: visible;
  position: absolute;
  left: 0;
}
.grid-actionbar > .controls-holder > ul.controls > li.columns-filter {
  position: relative;
}
.grid-actionbar > .controls-holder > ul.controls li.columns-filter a.toggle-columns-filter {
  background: url(/assets/images/drop-down-button-down.png) no-repeat scroll right center;
  width: 100px;
}
.grid-actionbar > .controls-holder > ul.controls .columns-filter .columns-filter-popup {
  padding: 20px 10px;
  overflow: auto;
  max-height: 300px;
  width: 250px;
  clear: both;
  border: 1px solid #dcdcdc;
  float: right;
  position: absolute;
  top: 0;
  right: -100px;
  margin-top: 20px;
  background-color: white;
  z-index: 1000;
  font-size: 12px;
}
.grid-actionbar > .controls-holder > ul.controls .columns-filter .columns-filter-popup span {
  font-weight: bold;
}
.grid-actionbar > .controls-holder > ul.controls .columns-filter .columns-filter-popup a {
  font-weight: bold;
  float: right;
}
.grid-actionbar > .controls-holder > ul.controls .columns-filter .columns-filter-popup-hidden {
  visibility: hidden;
}
.grid-actionbar > .controls-holder > ul.controls .export-print-select {
  width: 140px;
}
.grid-actionbar > .controls-holder > ul.controls .schedule-select {
  width: 207px;
}
.schedule-select .ui-selectmenu-group-label {
  background: url(/assets/images/send-report.png) no-repeat 0px 0px;
  padding-left: 30px !important;
}
.schedule-select .ui-selectmenu-group > ul a {
  padding: 2px;
  margin-left: 30px !important;
}
.schedule-select li.ui-selectmenu-group ul li div span:first-of-type {
  max-width: 192px;
  overflow: hidden;
  margin-right: 22px !important;
}
.grid-actionbar > .controls-holder .controls-error-wrapper {
  float: right;
}
.grid-actionbar > .controls-holder .error-holder {
  margin: 10px 10px 0 0;
  padding: 3px 6px;
  text-align: right;
}
.grid-actionbar > .controls-holder .error-holder .close {
  right: inherit;
  top: inherit;
  margin-left: 10px;
}
/* Defect 989 */
.view-select li.ui-selectmenu-group li.custom > a {
  word-wrap: break-word;
}
.action-item {
  height: 18px;
  text-decoration: none;
  padding: 0 5px !important;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 11px !important;
  font-style: normal;
  background: none repeat scroll 0 0 #FFFFFF !important;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.action-item.dropdown-toggle {
  border: 1px solid #aaaaaa;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.action-item + .dropdown-menu {
  min-width: 0;
  line-height: 1.4em;
  font-size: 12px !important;
  font-style: normal;
  border-radius: 0px !important;
  margin-top: -1px;
}
.action-item + .dropdown-menu > ul > li {
  margin: 0px;
}
.action-item + .dropdown-menu > li {
  line-height: 20px;
  padding: 3px 5px;
}
.action-item + .dropdown-menu > li > a {
  padding: 3px 5px;
  border: 1px solid transparent;
}
.action-item + .dropdown-menu > li > a:hover,
.action-item + .dropdown-menu > li a:focus {
  color: #1d5987;
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  background-image: none;
  background-repeat: no-repeat;
}
.action-item > [class^="fa fa-"] {
  margin-right: 5px;
}
.action-item.icon-only {
  width: 25px;
  text-align: center;
}
.action-item.icon-only > [class^="fa fa-"] {
  margin-right: 0;
}
.action-item select {
  line-height: 16px !important;
}
.action-item.right-aligned {
  float: right;
  margin-bottom: -100%;
}
.action-item:hover {
  border: 1px solid #999999 !important;
  color: #212121;
  text-decoration: none;
}
.action-item:hover a {
  color: #212121;
}
.action-item.disabled,
.action-item.disabled:hover {
  color: #D3D3D3;
  border-color: #D3D3D3;
  cursor: default;
  text-decoration: none;
}
a.action-item.disabled:hover i {
  opacity: 0.3;
}
a.action-item.disabled i {
  opacity: 0.5;
}
a.action-item > [class^="icon-"],
a.action-item > [class^="icon-"] {
  margin-right: 5px;
}
.action-item .disabled-action-item,
.action-item .disabled-action-item > a {
  background-color: white;
  border-color: white;
  color: #a6a6a6;
}
.action-item .disabled-action-item:hover,
.action-item .disabled-action-item:hover > a {
  background-color: #f2f2f2;
  border-color: #cccccc;
  color: #8c8c8c;
  cursor: default;
}
.date-range-filter .toggle-date-range-filter {
  width: 186px;
  padding-right: 30px !important;
  margin-bottom: 0;
}
.date-range-filter .date-range-filter-icon {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
}
/*#endregion*/
.grid-wrapper {
  width: 100%;
  display: inline-block;
}
.grid-wrapper .grid-wrapper {
  min-width: 900px;
}
.grid-wrapper p a {
  color: #0099cc;
}
.grid-wrapper a.backup-clear-filter {
  color: #0099cc;
  text-decoration: none;
  padding-left: 8px;
}
.grid-wrapper a.report-clear-filter {
  color: #0099cc;
  text-decoration: none;
  padding-left: 8px;
}
.tab-content .well {
  padding: 10px;
}
.tab-content .well .title {
  font-weight: 600;
  font-size: 1.2em;
  padding: 0;
  margin: 0 0 10px 0;
}
.tab-content .well .well .title {
  font-size: 1.0em;
}
.tab-content form {
  margin-bottom: 0;
}
/*#region Styles for grids for which row layout isn't explicitly defined - default Slick Grid layout' */
.slick-default {
  max-height: 600px;
  height: 100%;
  padding-bottom: 4px;
  border-bottom: 1px solid #dcdcdc;
}
.slick-default .slick-row .slick-cell {
  padding: 4px;
}
/*#endregion*/
/*#region Slick Grid - Header */
.slick-header,
.slick-expander-grid .slick-header {
  border: 1px solid transparent;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background: #929292;
  line-height: 1.6em;
  margin-bottom: 1px;
  padding: 3px 0px;
}
.slick-headerrow,
.slick-expander-grid .slick-headerrow {
  margin-bottom: 1px;
  background: none;
}
.slick-header-columns,
.slick-headerrow-columns,
.slick-expander-grid .slick-header-columns,
.slick-expander-grid .slick-headerrow-columns {
  position: relative;
  white-space: nowrap;
  cursor: default;
  overflow: hidden;
}
.slick-header-columns > div:last-of-type,
.slick-expander-grid .slick-header-columns > div:last-of-type {
  background: none;
}
.slick-header-column:last-of-type,
.slick-expander-grid .slick-header-column:last-of-type {
  border-right: none;
}
.slick-header-column,
.slick-expander-grid .slick-header-column {
  padding: 0 5px;
  border: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  background: none;
  vertical-align: middle;
  border-right: 1px solid #dcdcdc;
  margin: 0 0 0 -1px;
  color: #fdfdfd;
}
.slick-header-column.force-col-width,
.slick-expander-grid .slick-header-column.force-col-width {
  min-width: 80px !important;
  /* Force this, no matter what, do not shrink */
}
.slick-header-column.ui-state-hover,
.slick-expander-grid .slick-header-column.ui-state-hover {
  cursor: pointer;
}
.slick-header-column.ui-state-hover.slick-column-name,
.slick-expander-grid .slick-header-column.ui-state-hover.slick-column-name {
  text-decoration: underline;
}
.slick-headerrow-column,
.slick-expander-grid .slick-headerrow-column {
  position: absolute;
  border: 0;
  padding: 4px 10px 4px 5px;
  height: 100%;
  background: transparent;
}
.slick-headerrow-column .ui-selectmenu {
  max-width: 100%;
}
/*#endregion*/
.grid-canvas {
  position: relative;
  outline: 0;
  width: 100%;
}
/*#region Slick Grid - Row/Column definitions */
.slick-row {
  position: absolute;
  width: 100%;
  border: none;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background: none;
}
.slick-row .offline-agent div[class*="col-"]:not(.col-check):not(.col-expand),
.slick-row .scheduled-deletion-agent div[class*="col-"]:not(.col-check):not(.col-expand),
.slick-row .disabled-agent div[class*="col-"]:not(.col-check),
.slick-row .delete-pending-vm div[class*="col-"] {
  opacity: 0.67;
  font-weight: 500;
}
.slick-row.slick-col.error .control-label,
.slick-row.slick-col.error .help-block,
.slick-row.slick-col.error .help-inline {
  color: #e51400;
}
.slick-row.slick-col.error .checkbox,
.slick-row.slick-col.error .radio,
.slick-row.slick-col.error input,
.slick-row.slick-col.error select,
.slick-row.slick-col.error textarea {
  color: #e51400;
}
.slick-row.slick-col.error input,
.slick-row.slick-col.error select,
.slick-row.slick-col.error textarea {
  border-color: #e51400;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.slick-row.slick-col.error input:focus,
.slick-row.slick-col.error select:focus,
.slick-row.slick-col.error textarea:focus {
  border-color: #b21000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff5c4c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff5c4c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff5c4c;
}
.slick-row.slick-col.error .input-prepend .add-on,
.slick-row.slick-col.error .input-append .add-on {
  color: #e51400;
  background-color: #f2dede;
  border-color: #e51400;
}
.slick-row .slick-col a {
  color: #0099cc;
  text-decoration: none;
}
.slick-row .slick-col a.ui-selectmenu {
  color: inherit;
}
.slick-row.odd {
  background-color: whitesmoke;
}
.slick-row.odd:hover {
  background-color: #e8e8e8;
}
.slick-row.even {
  background-color: #fdfdfd;
}
.slick-row.even:hover {
  background-color: #ededed;
}
.slick-row.expanded,
.slick-grid-new-row {
  background-color: #e8e8e8;
}
.slick-row.expanded form,
.slick-grid-new-row form {
  margin-bottom: 0;
}
.slick-grid-new-row form label,
.slick-grid-new-row form input,
.slick-grid-new-row form button,
.slick-grid-new-row form select,
.slick-grid-new-row form textarea,
.slick-row.expanded form label,
.slick-row.expanded form input,
.slick-row.expanded form button,
.slick-row.expanded form select,
.slick-row.expanded form textarea {
  font-size: 1em;
}
.slick-grid-new-row .control-group,
.slick-row.expanded .control-group {
  margin-bottom: 0px;
}
.slick-grid-new-row .well,
.slick-row.expanded .well {
  padding: 5px 10px;
}
.slick-grid-new-row .well .title,
.slick-row.expanded .well .title {
  margin: 5px 0 10px 0;
}
.slick-grid-new-row .control-group.indent,
.slick-row.expanded .control-group.indent {
  padding-left: 5%;
}
.slick-row .slick-cell {
  position: absolute;
  overflow: hidden;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 0.8em;
  color: #000000;
  font-weight: 500;
}
.slick-row.expanded .slick-cell {
  cursor: default;
}
.slick-row .slick-cell:first-of-type {
  border-left: 1px solid #dcdcdc;
}
.slick-row .slick-cell:last-of-type {
  border-right: 1px solid #dcdcdc;
}
#report-placeholder .slick-row .slick-cell,
.slick-row .slick-cell .slick-col {
  /* Each div at this level represents a column, reports don't have '.slick-col', column there is a '.slick-cell' */
  float: left;
  display: inline-block;
  padding: 4px 5px;
  overflow: hidden;
  line-height: 1.4em;
  line-height: 25px;
}
.slick-row .slick-cell .slick-col.col-name,
.slick-row .slick-cell .slick-col.col-groups,
.slick-row .slick-cell .slick-col.col-os,
.slick-row .slick-cell .slick-col.col-desc,
.slick-row .slick-cell .slick-col.col-policyname,
.slick-row .slick-cell .slick-col.col-availability {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slick-row .slick-cell > div > div.slick-column-holder > div.slick-col:last-of-type {
  padding: 4px 0 4px 4px;
}
/*#endregion*/
/*#region Slick Grid - General Overrides */
.slick-sort-indicator {
  display: inline-block;
  width: 8px;
  height: 6px;
  margin-left: 4px;
  margin-right: 18px;
  background: url(/assets/images/reports-sort-indicator-light.png);
}
.slick-sort-indicator-desc {
  background-position: 0 -12px;
}
.slick-sort-indicator-asc {
  background-position: 0 -6px;
}
.slick-sortable-placeholder {
  background: silver;
}
.slick-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  cursor: col-resize;
  width: 4px;
  right: 0px;
  top: 0;
  height: 100%;
}
/*#endregion*/
.slick-group-toggle {
  display: inline-block;
}
.slick-header-columns .col-more,
.slick-header-columns .col-empty {
  background: transparent;
}
.slick-header-columns .col-more.ui-state-hover,
.slick-header-columns .col-empty.ui-state-hover {
  text-decoration: none;
  cursor: default;
}
/*#region Agent, Company, Users, Policies Grid Column Definitions */
.grid-row-button {
  /* Definition for the "more/less" buttons on the grid */
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 23px;
  width: 23px;
  display: block;
  text-indent: -99999px;
  cursor: pointer;
}
.slick-row .agent-row .col-expand .more,
.slick-row .company-row .col-expand .more,
.slick-row .user-row .col-expand .more,
.slick-row .feed-row .col-expand .more,
.slick-row .quick-link-row .col-expand .more,
.slick-row .policy-row .col-expand .more,
.slick-row .ticket-row .col-expand .more,
.slick-row .restore-hyper-v-vms-grid-row .col-expand .more,
.slick-row.expanded .slick-row .company-row .col-expand .more,
.slick-row.expanded .slick-row .user-row .col-expand .more,
.slick-row.expanded .slick-row .feed-row .col-expand .more .slick-row.expanded .slick-row .quick-link-row .col-expand .more {
  background: url(/assets/images/icon-status-btns.png) no-repeat -136px -3px;
  margin-left: 5px;
}
.slick-row .agent-row .col-expand .disabled-more,
.slick-row .company-row .col-expand .disabled-more,
.slick-row .user-row .col-expand .disabled-more,
.slick-row .user-row .col-expand .disabled-more,
.slick-row .policy-row .col-expand .disabled-more,
.slick-row .ticket-row .col-expand .disabled-more,
.slick-row .restore-hyper-v-vms-grid-row .col-expand .disabled-more,
.slick-row.expanded .slick-row .company-row .col-expand .disabled-more,
.slick-row.expanded .slick-row .user-row .col-expand .disabled-more,
.slick-row.expanded .slick-row .feed-row .col-expand .disabled-more {
  background: url(/assets/images/icon-status-btns.png) no-repeat -136px -99px;
}
.slick-row .agent-row .col-expand more:hover,
.slick-row .company-row .col-expand more:hover,
.slick-row .user-row .col-expand more:hover,
.slick-row .feed-row .col-expand more:hover,
.slick-row .policy-row .col-expand more:hover,
.slick-row .ticket-row .col-expand more:hover,
.slick-row .restore-hyper-v-vms-grid-row .col-expand more:hover,
.slick-row.expanded .slick-row .company-row .col-expand more:hover,
.slick-row.expanded .slick-row .user-row .col-expand more:hover,
.slick-row.expanded .slick-row .feed-row .col-expand more:hover {
  background: url(/assets/images/icon-status-btns.png) no-repeat -136px -35px;
}
.slick-row.expanded .agent-row .col-expand .more,
.slick-row.expanded .company-row .col-expand .more,
.slick-row.expanded .user-row .col-expand .more,
.slick-row.expanded .feed-row .col-expand .more,
.slick-row.expanded .quick-link-row .col-expand .more,
.slick-row.expanded .policy-row .col-expand .more,
.slick-row.expanded .ticket-row .col-expand .more,
.slick-row.expanded .restore-hyper-v-vms-grid-row .col-expand .more,
.slick-row.expanded .slick-row.expanded .company-row .col-expand .more,
.slick-row.expanded .slick-row.expanded .user-row .col-expand .more,
.slick-row.expanded .slick-row.expanded .feed-row .col-expand .more,
.slick-row.expanded .slick-row.expanded .quick-link-row .col-expand .more {
  background: url(/assets/images/icon-status-btns.png) no-repeat -105px -69px;
}
.slick-row .slick-cell > div > div.expand-agent {
  display: none;
}
.slick-row.expanded .slick-cell > div > div.expand-agent {
  display: block;
  clear: both;
}
.slick-row.expanded .expanded-row-wrapper {
  border: 1px solid silver;
  background-color: #ffffff;
  padding: 10px;
  min-height: 410px;
}
.slick-row .restore-hyper-v-vms-grid-row {
  overflow: hidden;
}
table .highlighted-grid-row,
.slick-row .highlighted-grid-row {
  background-color: #d9edf7;
}
.slick-row .col-version .agent-update-status {
  display: inline-block;
  width: 15px;
}
.slick-row .col-version .blue-icon {
  color: #0099cc;
  font-size: 10px;
}
.slick-row .col-version .agent-up-to-date {
  color: #DCDCDC;
  font-size: 10px;
}
/*#endregion*/
.ticket-details {
  padding: 10px;
  background: #fff;
  border: 1px solid #c9c9c9;
  clear: both;
  margin: 0px 10px 10px 10px;
}
.ui-selectmenu-menu .update-status-select .agent-pending-update,
.ui-selectmenu-menu .update-status-select .agent-updating,
.ui-selectmenu-menu .update-status-select .agent-updating-error,
.ui-selectmenu-menu .update-status-select .agent-upgrade-uptodate,
.ui-selectmenu-menu .update-status-select .agent-upgrade-available,
.ui-selectmenu-menu .update-status-select .agent-reboot-required,
.ui-selectmenu-menu .update-status-select .all-statuses {
  margin: 0;
  display: block;
  font-size: 13px;
}
.ui-selectmenu-menu .update-status-select li a {
  padding: 0;
}
/*#region Agent Details - whatever happens in computer row once expanded */
.agent-details,
.user-details,
.new-user-details {
  padding: 20px;
}
.new-user-details {
  font-size: 0.8em;
  /* To match slick-row slick-cell available to all other grids */
}
.agent-details,
.policy-details,
.new-policy-details,
.company-details,
.restore-hyper-v-vm-details,
.customfeed-details,
.quicklink-details {
  padding: 10px 20px 20px;
  font-size: 12px;
}
.agent-details a,
.user-details a,
.customfeed-details a,
.new-user-details a,
.policy-details a,
.new-policy-details a,
.company-details a,
.restore-hyper-v-vm-details a {
  color: #0088cc;
  text-decoration: none;
}
.agent-details .buttons,
.user-details .buttons,
.customfeed-details .buttons,
.new-user-details .buttons,
.policy-details .buttons,
.new-policy-details .buttons,
.restore-hyper-v-vm-details .buttons,
.agentupgradekitmanagement-tab .buttons {
  float: right;
  clear: both;
}
.agent-details .tabs .tab-content {
  padding: 20px;
  overflow: auto;
}
.agent-details .tabs .tab-content-height-full {
  height: 426px;
}
.agent-details .tabs .tab-content-height-partial {
  height: 368px;
}
.agent-details .tabs .tab a i {
  margin-left: 5px;
}
.agent-details .tabs .tabs .tab-content {
  padding: 10px 20px 0px 20px;
}
.agent-details .tabs .tab-content > div > table,
.vault-accounts table.vault-profiles,
.agent-log-files table.agent-logs,
.policy-details .tabs .tab-content > div > table,
.new-policy-details .tabs .tab-content > div > table {
  width: 100%;
}
.agent-details .tabs .tab-content > div > table th,
.vault-accounts table.vault-profiles th,
.policy-details .tabs .tab-content > div > table th,
.new-policy-details .tabs .tab-content > div > table th {
  border-bottom: 1px solid #dcdcdc;
  font-weight: 600;
  text-align: left;
}
.agent-log-files table.agent-logs th {
  font-weight: 600;
  text-align: left;
}
.agent-details .tab-content > div > table th.col-job-process {
  width: 30px;
}
.agent-details .tab-content table td.col-job-process.with-rvmr-process {
  width: 1%;
  white-space: nowrap;
}
.agent-details .tab-content > div > table th.col-job-name {
  min-width: 30px;
}
.agent-details .tab-content > div > table th.col-edit {
  width: 85px;
}
.agent-details .tab-content > div > table td,
.vault-accounts table.vault-profiles td,
.policy-details .tab-content > div > table td,
.new-policy-details .tab-content > div > table td {
  padding-top: 5px;
  vertical-align: middle;
  line-height: 19px;
  max-width: 300px;
  overflow: hidden;
}
.agent-details .tab-content > div > table td,
.vault-accounts table.vault-profiles td,
.policy-details .tab-content > div > table td,
.new-policy-details .tab-content > div > table td,
.agent-details .tab-content > div > table th,
.vault-accounts table.vault-profiles th,
.policy-details .tab-content > div > table th,
.new-policy-details .tab-content > div > table th {
  padding-left: 0px;
}
.agent-details .tab-content > div > table td.col-job-action,
.agent-details .tab-content > div > table td.colvault-action {
  vertical-align: middle;
  width: 220px;
}
.vault-accounts table.vault-profiles td.col-vault-action {
  vertical-align: middle;
  width: 150px;
}
.agent-details .tab-content .col-job-action a.ui-selectmenu,
.agent-details .tab-content .col-vault-action a.ui-selectmenu,
.vault-accounts .vault-profiles td.col-vault-action a.ui-selectmenu {
  height: 20px;
  text-decoration: none;
  padding: 0 0 0 5px;
}
.agent-details .tab-content > div > table td.col-job-action .ddl-action {
  min-width: 185px;
}
.vault-accounts table.vault-profiles td.col-vault-action .ddl-action {
  min-width: 120px;
}
.agent-details .tab-content > div > table td.col-job-status a {
  vertical-align: middle;
  padding-left: 2px;
}
.agent-details .tab-content > div > table td.col-job-replication-status .replication-status-container {
  font-size: 1.5em;
}
.agent-details .tab-content > div > table td.col-job-replication-status .replication-status-container .cloud-inactive {
  color: #d4d4d4;
}
.agent-details .tab-content > div > table td.col-job-replication-status .replication-status-container .cloud-active {
  color: #87ad3a;
}
.agent-details .tab-content > div > table .col-notifications-first {
  width: 200px;
}
.agent-details .tab-content > div > table .col-notifications-second {
  width: 70px;
}
.agent-details .tab-content > div > div.tab-toolbar,
.vault-accounts div.tab-toolbar,
.agent-log-files div.tab-toolbar,
.policy-details .tab-content > div > div.tab-toolbar,
.new-policy-details .tab-content > div > div.tab-toolbar,
.hyperv-cluster-credentials .tab-toolbar {
  float: right;
  margin-bottom: 10px;
}
.tab-toolbar .ddl-create-job {
  width: 150px;
}
.agent-details .tab-content > div > div.tab-toolbar a.action-item,
.vault-accounts > div.tab-toolbar a.action-item {
  line-height: 17px;
  color: #555555 !important;
  margin-left: 10px;
}
.agent-details .advanced-tab {
  padding: 7px;
}
.agent-details .advanced-tab .tabs .tab-content {
  height: 293px;
  background-color: #ffffff;
}
.agent-details.agent-unconfigured .progress-bar-holder {
  display: none;
}
.agent-details .notifications-tab div.row-horizontal > label {
  display: inline-block;
  margin-right: 20px;
  white-space: nowrap;
}
.agent-details .notifications-tab div.row-horizontal label.checkbox {
  display: inline-block;
  margin-right: 15px;
}
.agent-details .virtual-machines-tab {
  overflow-y: scroll !important;
}
.agent-details .edit-job.disabled,
.agent-details .job-logs.disabled {
  color: #000000;
  cursor: default;
}
.agent-details .disabled-job td[class^="col-"]:not(.col-job-action) {
  opacity: 0.67;
}
/*#endregion*/
.tab-content.preferences-tab .user-preferences-holder {
  max-width: 960px;
}
/*#region Other components used in grid */
.grid-actionbar .ui-selectmenu > span,
.grid-wrapper .ui-selectmenu > span,
.vault-accounts .ui-selectmenu > span {
  padding: 0;
}
.grid-status {
  margin-top: 10px;
  text-align: right;
}
/*#endregion*/
/*#region Pagination*/
#pagination .view {
  float: right;
}
.pagination {
  overflow: hidden;
  margin: 0 5px 0 0;
  float: left;
}
.pagination li {
  float: left;
  text-align: center;
  width: 20px;
  margin: 0 2px;
}
.pagination li i:before {
  cursor: pointer;
}
.pagination li.ui-state-active {
  border-color: #0086b3;
  background-color: #00ace6 !important;
  color: #ffffff;
}
.pagination li.ui-state-active {
  cursor: default !important;
}
#appAgentUpgradeKitManagementModule .ui-grid-pager-container .ui-grid-pager-control-input {
  margin-bottom: 0!important;
  height: 15px;
}
#appAgentUpgradeKitManagementModule .ui-grid-pager-container .ui-grid-pager-row-count-label {
  vertical-align: middle;
  padding-bottom: 11px;
  display: inline-block;
}
/*#endregion*/
/*#region Status Icons (for Agents, Jobs, etc) - to be used mostly in grids */
.status-icon-rvmr .fa-stack {
  top: 0;
}
.status-icon-rvmr .fa-spinner {
  font-size: 13px;
}
.status-icon-rvmr .fa-bolt {
  font-size: 8px;
}
.status-icon-rvmr .counter-wrapper {
  font-size: 12px;
  margin-left: -5px;
  vertical-align: middle;
}
.process-icon-w-count {
  margin-left: -5px;
}
.status-icon {
  font-size: 1.5em;
  vertical-align: middle;
}
.status-icon.attention {
  color: #c84c28;
}
.status-icon.attention i.fa:before {
  content: "\f06a";
}
.status-icon.unprotected {
  color: #e6e6e6;
}
.status-icon.unprotected i.fa:before {
  content: "\f09c";
}
.status-icon.warning {
  color: #f9e073;
}
.status-icon.warning i.fa:before {
  content: "\f06a";
}
.status-icon.ok {
  color: #d3de85;
}
.status-icon.ok i.fa:before {
  content: "\f058";
}
.status-icon.unconfigured {
  color: #e6e6e6;
}
.status-icon.unconfigured i.fa:before {
  content: "\f05e";
}
.status-icon.neverrun {
  color: #e6e6e6;
}
.status-icon.neverrun i.fa:before {
  content: "\f05e";
}
.status-icon.failed {
  color: #c84c28;
}
.status-icon.failed i.fa:before {
  content: "\f06a";
}
.status-icon.scheduledfordeletion i.fa:before {
  content: "\f014";
}
.status-icon.error {
  color: #c84c28;
}
.status-icon.error i.fa:before {
  content: "\f06a";
}
.status-icon.success {
  color: #d3de85;
}
.status-icon.success i.fa:before {
  content: "\f058";
}
.status-icon.cancel {
  color: #c84c28;
}
.status-icon.cancel i.fa:before {
  content: "\f06a";
}
.status-icon.inprogress {
  font-size: 1.2em;
  padding-left: 2px;
  white-space: nowrap;
}
.status-icon.inprogress i.fa:before {
  content: "\f021";
}
.status-icon > i.fa-offline:before {
  content: "\f0ac" !important;
  color: #e6e6e6 !important;
}
.status-icon > i.fa-online:before {
  content: "\f0ac" !important;
  color: #d3de85 !important;
}
.status-icon > i.fa-blank:before {
  content: "" !important;
}
/*#endregion*/
/*#region replication status Icons  */
.replication-status-icon {
  font-size: 12px;
  vertical-align: middle;
}
.replication-status-icon.local-only {
  color: #58c1e9;
}
.replication-status-icon.local-only i.fa:before {
  content: "\f017";
}
.replication-status-icon.in-progress {
  color: #58c1e9;
}
.replication-status-icon.in-progress i.fa:before {
  content: "\f021";
}
.replication-status-icon.replicated {
  color: #e6e6e6;
}
.replication-status-icon.replicated i.fa:before {
  content: "\f00c";
}
.replication-status-icon.cloud-only {
  color: #58c1e9;
}
.replication-status-icon.cloud-only i.fa:before {
  content: "\f0c2";
}
.replication-status-icon.error {
  color: #58c1e9;
}
.replication-status-icon.error i.fa:before {
  content: "\f071";
}
/*#endregion*/
/*#region Grid Loader Indicator */
.full-page-grid-loader {
  background-color: whitesmoke;
  border: 1px solid #D2D1D1;
  width: 100%;
  height: 300px;
  border-radius: 5px;
}
.full-page-grid-loader,
.grid-expander-loader {
  padding-top: 100px;
  text-align: center;
  color: #666666;
}
.full-page-grid-loader .message,
.grid-expander-loader .message {
  font-size: 1.4em;
  margin-left: 7px;
}
/*#endregion*/
/*#region Loader Slim */
.loader-slim {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #8f8f8f;
  margin-top: 30px;
  width: 100%;
}
/*#endregion*/
/*#region Ng Table customizations */
.ng-table-slick th a .fa,
.ng-table-slick td a .fa {
  color: #222222;
}
.ng-table-slick th input[type="checkbox"],
.ng-table-slick td input[type="checkbox"] {
  margin: auto;
}
/*#region Overrifes for Default Retentions Tab (Superuser->GeneralSettings) */
#appDefaultRetentionsModule .grid-actionbar .extra-data-holder .dropdown-toggle {
  min-width: 192px;
}
#appDefaultRetentionsModule .grid-actionbar .extra-data-holder .dropdown-toggle .caret {
  margin: -9px 0px 0px 5px;
}
#appDefaultRetentionsModule .grid-actionbar .controls-holder .dropdown-toggle {
  min-width: 50px;
}
#appDefaultRetentionsModule .grid-actionbar .controls-holder .dropdown-toggle .caret {
  margin: -9px 0px 0px 5px;
}
#appDefaultRetentionsModule .grid-actionbar .controls-holder .action-item + .dropdown-menu > li {
  min-width: 48px;
}
#appDefaultRetentionsModule .fa-circle {
  font-size: 0.4em;
  font-weight: 200;
  margin: auto 5px;
  vertical-align: super;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ReportPlot .Plot {
  height: 300px;
}
.ReportPlot .PlotSummary {
  border-top: 2px #666666 solid;
  border-bottom: 2px #666666 solid;
  line-height: 30px;
}
.ReportPlot .TimeSlider {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 2px;
  line-height: 1em;
}
.ToolTip {
  border: 1px solid #B8B8B8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px;
  background-color: #333333;
  color: whitesmoke;
  opacity: 0.90;
  max-width: 500px;
  font-size: 0.8em;
  z-index: 10000;
  max-height: 500px;
  overflow-x: auto;
}
.ToolTip p {
  padding-left: 20px;
}
.ToolTip .Header {
  text-align: right;
  font-weight: 600;
}
.ToolTip ul li {
  margin-top: 5px;
}
.ToolTip ul li div.Marker {
  width: 13px;
  height: 9px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid whitesmoke;
}
.ReportPlot .ui-widget,
.ui-multiselect-checkboxes span {
  font-size: 11px;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes > li > label > input[name='multiselect_selEvents'] {
  margin-left: 5px;
}
.ui-multiselect-header {
  background: none !important;
  background-color: #0088cc !important;
  font-weight: 600 !important;
}
.ui-multiselect-header a {
  font-size: 9px;
}
.ui-multiselect-header a > i {
  margin-right: 3px;
}
.ReportPlot .ui-multiselect-checkboxes .ui-corner-all.ui-state-hover {
  background: #FFFFFF;
  padding: 0px 0px 4px 4px;
}
.ReportPlot .ui-multiselect-checkboxes .ui-corner-all {
  background: #FFFFFF;
  padding: 0px 0px 4px 4px;
}
#plotFilterSlider {
  margin-right: 15px;
}
.ReportPlot .Filter {
  margin-right: 10px;
}
.ReportPlot .label-big {
  font-size: 16px;
  font-weight: 600;
  margin-right: 3px;
}
.ReportPlot .Legend {
  text-align: left;
}
/* Time Slider specific */
#resizable {
  height: 3.5em;
  width: 80%;
}
#timeslider .ui-slider-range {
  z-index: 1;
  background: none;
  background-color: #87ad3a;
  opacity: 0.6;
}
#timeslider .tick {
  color: #666666;
  z-index: 2;
  position: absolute;
  height: 100%;
  font-size: 0.85em;
  background: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
#timeslider .ui-slider-handle {
  z-index: 3;
  height: 22px;
  width: 8px;
  margin-left: -2px;
  top: 0;
  border: none;
  margin-top: -5px;
  cursor: e-resize;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: none;
  background-color: #0088cc;
}
#timeslider .ui-slider-handle.ui-state-hover {
  box-shadow: none;
  background-color: #0044CC;
}
.ui-slider-mousesliding,
.ui-slider-mousesliding .ui-slider-range,
.ui-slider-mousesliding .tick {
  cursor: e-resize;
}
.ui-slider-handle-lo {
  width: .5em !important;
  margin-left: 1px !important;
}
.ui-slider-handle-hi {
  width: .5em !important;
  margin-left: -0.5em !important;
}
#switcher {
  float: right;
}
/* End Time Slider specific */
/*---------------------------------------------------------------------------
Plot General Look
---------------------------------------------------------------------------*/
.legendColorBox,
.legendColorCircle {
  padding-right: 10px;
  padding-left: 10px;
}
.legendColorCircle > div,
.legendColorCircle > div > div {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*#region Status Header Bar General */
.top-status-bar {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  margin: 0;
  min-width: 800px;
  min-height: 100px;
  background-color: #454545;
  color: #666666;
}
.top-status-bar .btn-group .badge-notify {
  background: #9d261d;
  position: relative;
  top: -9px;
  left: -12px;
  z-index: 1000;
  margin-right: -20px;
}
.public-headered-simple-layout .narrow-body {
  min-height: 700px;
}
.public-headered-simple-layout .top-status-bar {
  background-color: #efefef;
  min-height: 60px;
}
.public-headered-simple-layout .top-status-bar .btn-group {
  margin: -2px 0 0 0;
}
.public-headered-simple-layout .top-status-bar .btn-group > .btn:first-child,
.public-headered-simple-layout .top-status-bar .btn-group > .dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
  color: #7e7e7e;
}
.public-headered-simple-layout .top-status-bar .btn-group > .btn:first-child:hover,
.public-headered-simple-layout .top-status-bar .btn-group > .dropdown-toggle:hover,
.public-headered-simple-layout .top-status-bar .btn-group > .btn:first-child:hover + .dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
}
.public-headered-simple-layout .top-status-bar .header-container .pull-right {
  margin-top: 5px;
}
.public-headered-simple-layout .top-status-bar .header-container #culturesList button i.fa-globe {
  display: none;
}
.public-headered-simple-layout .top-status-bar .header-container #culturesList.btn-group > .btn:first-child {
  padding-left: 8px;
  padding-right: 8px;
  min-width: 20px;
}
.public-headered-simple-layout .top-status-bar .logo {
  white-space: nowrap;
}
.top-status-bar .btn-group,
.top-status-bar .btn-logout {
  margin: 5px 0 0 10px;
}
.top-status-bar .btn-group > .btn:first-child,
.top-status-bar .btn-group > .dropdown-toggle {
  background-color: #282828;
  border-color: #282828;
  color: #cfcfcf;
}
.top-status-bar .btn-group > .btn:first-child:hover,
.top-status-bar .btn-group > .dropdown-toggle:hover,
.top-status-bar .btn-group > .btn:first-child:hover + .dropdown-toggle {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.top-status-bar .btn-group > .btn:first-child {
  overflow: hidden;
  text-align: left;
}
.top-status-bar #culturesList.btn-group > .btn:first-child {
  min-width: 50px;
}
.top-status-bar .fa-fw {
  width: 16px;
}
.top-status-bar .btn-group > .btn,
.top-status-bar .btn-group > .btn:first-child,
.top-status-bar .btn-group > .dropdown-toggle,
.top-status-bar .btn-group > .dropdown-menu,
.top-status-bar .input-append .search-query,
.top-status-bar .input-append .btn,
.top-status-bar .btn,
.top-status-bar input {
  font-size: 12px;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
}
.top-status-bar .btn-group.open > .dropdown-menu {
  margin: -1px -1px 0 0;
  background-color: #ffffff;
}
.top-status-bar .btn-group.open > .btn:first-child:hover + .dropdown-toggle {
  background-color: #ffffff;
}
.top-status-bar .btn-group.open .btn.dropdown-toggle,
.top-status-bar .btn-group.open > .btn:first-child {
  background-color: #ffffff;
  color: #222222;
  border-color: rgba(0, 0, 0, 0.15) !important;
  border-bottom: none;
}
.top-status-bar .dropdown-menu a > [class^="fa fa-"],
.top-status-bar .dropdown-menu a > [class*="fa fa-"] {
  margin-right: 5px;
}
.top-status-bar .header-container {
  padding: 10px;
  height: 40px;
}
.top-status-bar .logo {
  background-repeat: no-repeat;
  float: left;
  height: 40px;
  width: 300px;
}
.public-headered-simple-layout .top-status-bar .btn-group > .btn,
.public-headered-simple-layout .top-status-bar .btn-group > .btn:first-child,
.public-headered-simple-layout .top-status-bar .btn-group > .dropdown-toggle,
.public-headered-simple-layout .top-status-bar .btn-group > .dropdown-menu,
.public-headered-simple-layout .top-status-bar .input-append .search-query,
.public-headered-simple-layout .top-status-bar .input-append .btn,
.public-headered-simple-layout .top-status-bar .btn,
.public-headered-simple-layout .top-status-bar input {
  font-size: 14px;
}
.public-headered-simple-layout .top-status-bar {
  background-image: none;
  float: none;
}
.public-headered-simple-layout .top-status-bar a {
  text-decoration: none;
}
.public-headered-simple-layout .top-status-bar .logo {
  color: #7e7e7e;
}
.public-headered-simple-layout .top-status-bar .logo img {
  max-height: 100%;
}
.public-headered-simple-layout .top-status-bar .logo:hover {
  text-decoration: none;
  color: #7e7e7e;
}
.public-headered-simple-layout .top-status-bar .logo:visited {
  color: #7e7e7e;
}
/*#endregion*/
/*#region Search Form*/
.top-status-bar .header-search {
  float: right;
  margin: 6px 0;
}
.top-status-bar .header-search form {
  margin: 0;
}
.top-status-bar .header-search form .input-append .search-query {
  height: 14px;
  padding: 4px;
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #999999;
  width: 180px;
  vertical-align: top;
  font-size: 11px;
  line-height: 1;
}
.top-status-bar .header-search form .input-append .search-query:focus {
  background-color: #ffffff;
  color: #222222;
}
.top-status-bar .header-search form .input-append .btn {
  background: none repeat scroll 0 0 transparent;
  border-color: #cfcfcf;
  color: #cfcfcf;
}
.top-status-bar .header-search form .input-append .btn:hover {
  background: none repeat scroll 0 0 #3c3c3c;
  border-color: #3c3c3c;
}
/*#endregion*/
/*#region Help Box*/
.top-status-bar .btn-group.help-menu,
.top-status-bar .btn-group.help-menu ul {
  min-width: 200px;
}
/*#endregion*/
/*#region logoff button*/
.top-status-bar .btn-logout {
  background-color: #282828;
  border-color: #282828;
  color: #cfcfcf;
}
.top-status-bar .btn-logout:hover {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
/*#endregion*/
/*#region Navigation */
.main-navigation {
  background-color: #282828;
  line-height: 26px;
  font-size: 16px;
  padding: 0 10px;
}
.main-navigation .nav-item {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  color: #cfcfcf;
  padding: 0 10px;
  font-weight: 400;
  text-decoration: none;
}
.main-navigation .nav-item:hover {
  color: #ffffff;
  background-color: #343434;
  text-decoration: none;
}
.main-navigation .nav-item.active {
  color: #33ccff;
  background-color: #282828;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*#region Registration Box */
/*#region Captcha */
.reg-box .captcha-holder .captcha-image-holder {
  background-color: white;
  padding: 9px;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  width: 93%;
}
.reg-box .captcha-holder .captcha-context-buttons {
  margin: 9px 0px;
  padding-right: 5px;
}
.reg-box .captcha-holder label.recaptcha_only_if_audio,
.reg-box .captcha-holder label.recaptcha_only_if_image {
  line-height: 9px;
  padding-top: 8px !important;
}
#recaptcha_image br {
  display: none;
}
#recaptcha_image span {
  display: block;
  font-weight: bold;
}
/*#endregion*/
.reg-box {
  padding: 20px 20px 5px 20px;
  min-height: 460px;
  width: 344px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: -70px;
  z-index: 10;
}
.reg-box.one {
  background-image: url("/assets/images/bg-concrete-wall.png");
}
.reg-box.two {
  background-image: url("/assets/images/bg-light-wall.png");
}
.reg-box.three {
  background-image: url("/assets/images/bg-light-wall-2.png");
}
.reg-box.four {
  background-image: none;
  background-color: #C0C0C0;
}
.reg-box.five {
  background-color: #f8e8ca;
}
.reg-box form {
  margin-bottom: 0;
}
.reg-box .form-horizontal.form-narrow-labels .control-label {
  width: 100px;
}
.reg-box .form-horizontal.form-narrow-labels .controls {
  margin-left: 120px;
}
.reg-box .form-horizontal.form-narrow-labels.form-verification .controls.user-name {
  margin-left: 0;
}
.reg-box .form-horizontal.form-narrow-labels.form-verification .controls.user-name input[type=text] {
  width: 93%;
  font-size: 18px;
  height: 30px;
}
.reg-box input[type="text"],
.reg-box input[type="password"],
.reg-box select {
  padding: 0 6px;
  vertical-align: sub;
  font-size: 0.9em;
}
.reg-box select {
  height: 22px;
  padding: 3px 6px;
}
.reg-box .control-group {
  margin-bottom: 0px;
}
.reg-box form.form-horizontal label {
  font-size: 0.9em;
  font-weight: 500;
  width: 180px;
}
.reg-box form.form-horizontal label.full-width-label {
  width: auto;
}
.reg-box form.form-horizontal label.full-size-label {
  font-size: 1em;
}
.reg-box.one form.form-horizontal label {
  text-shadow: 0 1px 1px #111;
  color: #999;
}
.reg-box.two form.form-horizontal label,
.reg-box.three form.form-horizontal label,
.reg-box.four form.form-horizontal label,
.reg-box.five form.form-horizontal label {
  text-shadow: 0 1px 1px #EEE;
  color: #333;
}
.reg-box form.form-horizontal label.control-label {
  margin: 0 20px 0 0;
  padding-top: 5px;
}
.reg-box form.form-horizontal label.checkbox,
.reg-box form.form-horizontal label.checkbox label {
  margin-bottom: 0;
}
.reg-box form.form-horizontal label.checkbox-fine-print {
  font-size: 0.8em;
  line-height: 15px;
  margin-left: -20px;
  margin-top: 0;
  width: 220px;
}
.reg-box a.btn > [class^="icon-"],
.reg-box a.btn > [class*=" icon-"] {
  vertical-align: text-bottom;
}
.reg-box .reseller-name {
  display: none;
}
.reg-box .field-validation-error,
.reg-box .captcha-holder > span.field-validation-error {
  color: #cc0000;
  text-shadow: 0 1px 1px white;
}
.reg-box .val-sum {
  margin: 10px 0px !important;
}
.reg-box form .control-group .controls .help-inline {
  background-color: transparent;
  float: right;
}
.reg-box .separator.light {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(153, 153, 153, 0.1), rgba(153, 153, 153, 0.75), rgba(153, 153, 153, 0.1));
  background-image: -moz-linear-gradient(left, rgba(153, 153, 153, 0.1), rgba(153, 153, 153, 0.75), rgba(153, 153, 153, 0.1));
  background-image: -ms-linear-gradient(left, rgba(153, 153, 153, 0.1), rgba(153, 153, 153, 0.75), rgba(153, 153, 153, 0.1));
  background-image: -o-linear-gradient(left, rgba(153, 153, 153, 0.1), rgba(153, 153, 153, 0.75), rgba(153, 153, 153, 0.1));
  margin: 8px 0;
}
.reg-box .btn.disabled,
.reg-box .btn[disabled] {
  opacity: 1 !important;
}
.reg-box .alert.alert-highlight {
  border-color: #f6dca7;
}
#divNonUsNote {
  margin-bottom: 10px;
}
/*#endregion*/
/*#region Registration Content*/
.reg-content {
  color: #3C3C3C;
  text-shadow: 0 1px 0 white;
  padding-right: 20px;
  font-size: 1.2em;
}
.reg-content p {
  padding: 9px 0;
}
.reg-content ul {
  list-style: disc;
  margin: 0 0 10px 25px;
  padding: 9px 0;
  font-weight: bold;
}
.reg-content ul li {
  padding: 1px;
}
/*#endregion*/
.social-media {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px ;
  text-align: right;
  width: 364px;
}

.subscription .sub-box-placement {
  width: 900px;
  margin: auto;
  margin-top: 50px;
}
.subscription .sub-box-container {
  padding: 20px 0;
}
.subscription .sub-box {
  background-image: url("/assets/images/bg_tile.jpg");
  background-repeat: repeat;
  border: 1px solid #DCDCDC;
  box-shadow: 0 1px 0.1em #DADADA inset;
  padding: 20px;
}
.subscription .sub-box .sub-footer {
  margin-top: 4px;
  margin-bottom: 10px;
}
.subscription .sub-form label {
  color: #3C3C3C;
  display: inline-block;
  font-weight: 500;
  margin-right: 20px;
  text-shadow: 0 1px 0 white;
  width: 150px;
}
.subscription .sub-form .short {
  width: 126px;
}
.subscription .sub-form .drop-short {
  width: 80px;
}
.subscription .sub-form .drop-med {
  width: 140px;
}
.subscription .sub-form img {
  display: inline;
  margin-bottom: 7px;
}
.subscription .sub-form label.full-width {
  width: 100%;
}
.subscription .sub-form span.accent {
  font-weight: bold;
}
.subscription .sub-form label.full-width > label {
  width: inherit;
  max-width: 90%;
}
.subscription .sub-form .validation-error {
  margin-left: 175px;
  margin-top: -5px;
  margin-bottom: 10px;
}
.subscription .sub-form .validation-error.full-width {
  margin-left: 0px;
}
.subscription .sub-form a.btn > [class^="icon-"],
.subscription .sub-form a.btn > [class*=" icon-"] {
  vertical-align: text-bottom;
}
.subscription .sub-form label.checkbox {
  width: 100%;
}
.subscription .alert ul {
  margin: 0;
}

/* ---------------------------------------------------------------------
	Holds styles used in these sidebar modules:
	* System Snapshot
	* Community
------------------------------------------------------------------------ */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*#region Mixins*/
.module-button {
  font-weight: 300;
  padding: 4px;
  margin-bottom: 5px;
}
/*#endregion*/
/*#region Common Styles */
.module > .module-headline {
  background: none;
  background-color: whitesmoke;
  border: none;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 0 5px 0 8px;
  min-height: 40px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  line-height: 40px;
}
.module > .module-headline a.btn {
  font-weight: 300;
  padding: 4px;
  margin-bottom: 5px;
}
.module > .items {
  border: 1px solid #dcdcdc;
  border-top: 1px dashed #dcdcdc;
}
.module > .items > li > hr {
  background: none !important;
  height: auto !important;
}
.module.content-module > .content-container {
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-top: 1px dashed #dcdcdc;
}
.module.content-module .module-count {
  font-size: 1.3em;
  font-weight: 500;
}
.module > .module-footer {
  background: none;
  background-color: whitesmoke;
  border: 1px solid #dcdcdc;
  border-top-style: dashed;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin: -1px 0 0 0;
  padding: 0 5px 0 8px;
  min-height: 40px;
  line-height: 40px;
}
.module > .module-footer a.btn {
  font-weight: 300;
  padding: 4px;
  margin-bottom: 5px;
}
.sidebar .module {
  position: relative;
  margin-bottom: 20px;
}
.sidebar .module > ul.items > li {
  padding: 8px 12px 0px 12px;
  overflow: hidden;
}
.sidebar .module > ul.items > li:last-child {
  border-bottom: none;
  padding-bottom: 8px;
}
.sidebar .module > ul.items > li:last-child.module-footer {
  border-top: 1px dashed #dcdcdc;
  background-color: whitesmoke;
}
.sidebar .module > ul.items > li .status-link {
  float: right;
}
.sidebar .module > ul.items > li > div.module-item-message {
  display: inline;
  float: left;
  line-height: 23px;
  width: 80%;
}
.sidebar .module > ul.items > li > div.module-item-message .left {
  display: inline-block;
  float: left;
}
.sidebar .module > ul.items > li > div.module-item-message .highlighted {
  font-size: 15px;
  font-weight: 400;
}
.sidebar .module > ul.items > li > hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(209, 209, 209, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(209, 209, 209, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(209, 209, 209, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(209, 209, 209, 0.75), rgba(0, 0, 0, 0));
  margin: 8px 0 0 0;
}
.module .module-header-dropdown {
  position: absolute;
  padding: 10px;
  border: 1px solid #dcdcdc;
  right: 6px;
  background: #ffffff;
  display: none;
  z-index: 1;
}
/*#endregion*/
/*#region Notification Center */
/*#endregion*/
/*#region System Snapshot Module */
.module.system.bs3 .dropdown-menu > li > a {
  padding: 3px 3px;
}
.module.system.bs3 .dropdown-menu > li > a:hover,
.module.system.bs3 .dropdown-menu > li > a:focus {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
}
.module.system .module-headline .first a {
  font-weight: 600;
}
.module.system a {
  text-decoration: none;
  cursor: pointer;
}
.module.system .module-item-message .accent {
  font-weight: 400;
}
.module.system .module-item-message.danger {
  color: #ad343e;
}
.module.system .module-item-message.warning {
  color: #ff6600;
}
.module.system .snapshot-dropdown {
  margin-top: -3px;
}
.module.system .snapshot-dropdown .caret {
  margin-top: 0px;
}
.module.system .snapshot-dropdown li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module.system .snapshot-dropdown li:hover {
  background-color: #e1e1e1;
}
.module.system .snapshot-dropdown li a {
  font-size: 12px;
}
/*#endregion*/
/*#region Navigation Modules - Like Notifications Center and System Snapshot*/
.module.system ul.items,
.module.notification-center ul.items {
  padding: 8px 0;
}
.module.system ul.items li,
.module.notification-center ul.items li {
  padding: 5px 12px;
}
.module.system ul.items li:hover,
.module.notification-center ul.items li:hover {
  background-color: whitesmoke;
  cursor: pointer;
}
.module.system ul.items li.active,
.module.notification-center ul.items li.active {
  background-color: #33ccff;
  color: #ffffff;
  cursor: default;
}
.module.system ul.items li.active .status-link,
.module.notification-center ul.items li.active .status-link {
  display: inline;
}
.module.notification-center .module-item-message,
.module.notification-center .status-link {
  font-size: 13px;
  padding: 3px 0;
  line-height: 23px;
}
.module.notification-center .status-link {
  display: none;
}
.module.system .module-item-message,
.module.system .status-link {
  font-size: 13px;
  padding: 3px 0;
  line-height: 23px;
  color: #666666;
}
/*#endregion*/
/*#region Upgrade Notice Module */
.upgrade-notice ul.items ul {
  list-style-type: disc;
  margin: 0px 0px 10px 20px;
}
.upgrade-notice ul.items li.content {
  background-color: #FFFFEB;
}
/*#endregion*/
/*#region Status Feed */
#status-feed-filter {
  top: 38px;
  width: 220px;
}
#status-feed-filter form {
  margin: 0;
}
#status-feed-filter .status-feed-filter-item {
  cursor: pointer;
}
#status-feed-filter .status-feed-filter-item label {
  cursor: pointer;
  font-size: 1em;
  color: gray;
}
#status-feed-filter .status-feed-filter-item label:hover {
  color: #222222;
}
#status-feed-filter div.title {
  margin-bottom: 5px;
}
#status-feed-filter .checkbox-image-container {
  float: left;
  width: 20px;
  height: 15px;
  margin-left: 5px;
}
#status-feed-filter .status-feed-filter-checkbox {
  display: none;
}
#status-feed-filter .status-feed-filter-image-checked {
  height: 15px;
}
/*.module.status > .items {
    border-bottom: none;
}*/
.module.status > .module-headline .hide-items-message {
  font-size: 14px;
}
.module.status > .module-headline .show-hidden-items-toggle {
  min-width: 20px;
}
.module.status > .items > li:first-of-type {
  border-top: none;
}
.module.status > .items > li:last-of-type {
  border-bottom: none;
}
.module.status > .items .comment-form {
  padding: 20px 53px 0 54px;
}
.module.status > .items .user-post-input-form > .user-post-input {
  float: left;
  margin-top: 17px;
}
.module.status > .items .user-post-input-form > .user-post-input input {
  height: 30px;
  font-size: 16px;
  width: 100%;
}
.module.status > .items .user-post-input-form > .user-post-input input:active {
  height: 30px;
}
.module.status > .items li#userPostItem {
  height: 75px;
}
.module.status > .items .feed-custom-message {
  padding-left: 74px;
  padding-right: 20px;
  line-height: 17px;
}
.module.status > .items .feed-custom-message h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.module.status > .items .feed-custom-message h4 {
  font-size: 16px;
  font-weight: 500;
}
.module.status > .items .feed-custom-message p {
  margin-bottom: 5px;
}
.module.status > .items > li#itemLoadingMessage {
  min-height: 0;
}
.module.status > .items > li {
  border-top: 1px solid #dcdcdc;
  min-height: 59px;
  overflow: hidden;
}
.module.status > .items > li > div {
  min-height: 59px;
  overflow: hidden;
}
.module.status > .items > li.custom {
  height: auto;
}
.module.status > .items > li .status-details {
  padding-left: 80px;
  /* To match padding on .status-feed-icon */
}
.module.status > .items > li .status-details > li {
  float: left;
  font-size: 11px;
}
.module.status > .items > li .status-details > li:after {
  content: '';
  padding: 0 20px;
  font-size: 12px;
}
.module.status > .items > li .status-details > li.last:after {
  content: none;
}
.module.status > .items > li .status-details > li a.share.active {
  background: url(/assets/images/shared.png) no-repeat 0 0;
  padding-left: 12px;
}
.module.status > .items > li .status-details > li a.share.loading {
  background: url(/assets/images/ajax-loader.gif) no-repeat 0 0;
  padding-left: 16px;
}
.module.status > .items > li .status-details > li a.loading {
  background: url(/assets/images/ajax-loader.gif) no-repeat 0 0;
  padding-left: 16px;
}
.module.status > .items .feed-custom-message > div.button-holder {
  float: right;
  margin-bottom: 10px;
}
.module.status .expand-comments {
  display: none;
  padding: 0 20px 10px 20px;
}
.module.status .hidden-status.expand-comments.expanded {
  display: none;
}
.module.status .expand-comments.expanded,
.module.status .show-hidden-status .hidden-status.expand-comments.expanded {
  display: list-item;
}
.module.status .expand-comments .items {
  margin: 0 40px 0 60px;
}
.module.status .expand-comments .items .comment {
  border-bottom: 1px solid #dcdcdc;
}
.module.status .expand-comments .items .comment:first-child {
  border-top: 1px solid #dcdcdc;
}
.module.status .expand-comments .comment .comment-text {
  text-align: justify;
  clear: both;
}
.module.status .expand-comments .comment .comment-text.full-comment {
  display: none;
}
.module.status .expand-comments .comment .open-full-comment {
  font-style: italic;
}
.module.status .expand-comments .comment .hide-full-comment {
  font-style: italic;
}
.module.status .expand-comments .comment .comment-author {
  font-weight: 600;
  float: left;
  margin-right: 5px;
}
.module.status .expand-comments .comment .comment-date {
  font-size: 10px;
}
.module.status > .items .expand-comments {
  height: auto;
  border-top: 0;
}
.module.status > .items .expand-top {
  border-bottom: 0;
}
/* end status feed comment */
#btnToggleFeedFilter {
  width: 110px;
}
/*#endregion*/
/*#region Quick Links Module*/
.module.quick-links > .items > li .quick-link {
  font-size: 13px;
}
.module.quick-links > .items > li .quick-link + .link-desc {
  padding-left: 22px;
  display: block;
  font-size: 10px;
  line-height: 14px;
}
/*#endregion*/
/*#region Tools Module */
.module.tools .items {
  padding: 8px 0;
}
.module.tools ul.items li {
  cursor: pointer;
  padding: 4px 12px;
}
.module.tools .items li:hover {
  background-color: whitesmoke;
  cursor: pointer;
}
.module.tools .items li .tool-desc {
  font-size: 13px;
}
.module.tools .items li .tool-icon {
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px;
}
.module.tools .items li .tool-icon.feedback-icon {
  background-image: url(/assets/images/tools-module/feedback-icon-bw.png);
}
.module.tools .items li .tool-icon.add-computer-icon {
  background-image: url(/assets/images/tools-module/add-computer-icon-bw.png);
}
.module.tools .items li .tool-icon.add-appliance-icon {
  background-image: url(/assets/images/tools-module/add-appliance-icon-bw.png);
}
.module.tools .items li .tool-icon.download-recovery-media-icon {
  background-image: url(/assets/images/tools-module/download-recovery-media-icon-bw.png);
}
.module.tools .items li .tool-icon.support-tickets-icon {
  background-image: url(/assets/images/tools-module/support-tickets-icon-bw.png);
}
/*#endregion*/
/*#region Interactive Chart Filter Module */
.module.interactive-report-filter-module {
  margin-top: 8px;
}
.module.interactive-report-filter-module .module-headline .btn {
  min-width: 40px;
}
/*#endregion*/
/*#region Storage Data Module*/
.module.storage-data-module {
  max-height: 355px;
  overflow-y: auto;
}
.module.storage-data-module li:not(:first-child) {
  border-top: 1px solid #dcdcdc;
  margin-top: 5px;
}
.module.storage-data-module i {
  font-size: 1.7em;
  cursor: default;
}
.module.storage-data-module .under {
  color: #87ad3a;
}
.module.storage-data-module .over {
  color: #ad343e;
}
.module.storage-data-module .under-bg {
  background-color: #87ad3a;
}
.module.storage-data-module .over-bg {
  background-color: #ad343e;
}
.module.storage-data-module .disclaimer {
  font-family: inherit;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
.module.storage-data-module .transparent {
  color: transparent;
  margin-right: 0px;
}
.module.storage-data-module .progress {
  background-color: #FFF;
  background-image: none;
  border-radius: 0px;
  box-shadow: none;
  width: 50%;
  border: #dcdcdc 1px solid;
  margin-right: 5px;
  margin-bottom: 5px;
}

/*
	All custom styles for any popup window go in here. This includes position, size, etc...
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*#region Local Mixins */
.h5 {
  font-weight: bold !important;
  font-size: 12px !important;
}
.btn-no-padding {
  padding: 0px 0px !important;
}
/*#endregion */
/*#region General Popup Styles */
.popup-window {
  position: fixed;
  top: 0;
  display: none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid transparent;
  padding: 5px;
  background-color: #0099cc;
}
.popup-window > .popup-header {
  height: 37px;
  position: relative;
  border: none;
  border-radius: 0;
  background-color: #0099cc;
  border-bottom: 1px solid #DDDDDD;
}
.popup-window > .popup-header > .caption {
  padding-left: 10px;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 37px;
  text-shadow: none;
}
.popup-window > .popup-header > .controls {
  position: absolute;
  right: 0;
  text-align: right;
}
.popup-window > .popup-header > .jqmClose,
.popup-window > .popup-header > a.close-popup,
.popup-window > .popup-header > .close-inner {
  text-indent: -100000px;
  background: url(/assets/images/btn-close-modal.png) no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  margin: -16px -16px 0 0;
}
.popup-window > .popup-header .btn {
  border-radius: 0 !important;
}
.popup-footer {
  background-color: #F1F1F1;
  border-radius: 0;
  padding: 7px 10px 7px 15px;
}
.popup-window .popup-body-wrapper {
  border: 1px solid silver;
  background: none #ffffff;
  padding: 10px;
}
.popup-window .popup-body-wrapper label[class*="radio"] {
  padding-left: 20px;
  margin-left: 0px;
}
.popup-window .popup-body-wrapper .disabled-label {
  color: #a6a6a6;
}
.popup-window .popup-body-wrapper .loading-content {
  padding-top: 5px;
  text-align: center;
}
.popup-window .popup-body-wrapper i {
  margin-right: 10px;
}
.popup-window .popup-content label.disabled {
  cursor: default;
  color: #999999;
  background-color: transparent;
}
.popup-window > .popup-content {
  overflow: auto;
  padding: 10px;
  background-color: #ffffff;
  max-height: 80vh;
  word-break: break-word;
}
.popup-window > .popup-content .popup-toolbar {
  text-align: right;
}
.popup-window > .popup-content .popup-toolbar.row-fluid [class*="span"] {
  min-height: 0px;
}
.popup-window > .popup-content .panel {
  width: 380px;
  float: left;
  margin-top: 20px;
}
.popup-window > .popup-content .panel.wide {
  width: 780px;
}
.popup-window > .popup-content .box {
  padding: 0 0 10px 0;
}
.popup-window > .popup-content .box > .caption {
  font-weight: bold;
  color: #888;
  display: block;
  overflow: hidden;
}
.popup-window > .popup-content .window-box {
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  position: relative;
  background: white;
  clear: both;
}
.popup-window > .popup-content .window-box > .window-box-header {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  font-weight: 400;
  background-color: whitesmoke;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #dcdcdc;
}
.popup-window > .popup-content .window-box > .window-box-header > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.popup-window > .popup-content .window-box > .window-box-content {
  width: 100%;
  overflow: auto;
}
.popup-window > .popup-content .window-box > .window-box-content .info {
  margin: 10px;
  margin-top: 0;
}
.popup-window > .popup-content .options-group {
  margin: 5px 0;
}
.popup-window > .popup-content fieldset {
  line-height: 25px;
}
.popup-window > .popup-content .short-right {
  text-align: right;
}
.popup-window > .popup-content .short-right input {
  width: 50px;
}
.popup-window > .popup-content .note {
  font-size: 12px;
  margin-left: 5px;
}
.popup-window > .popup-content .buttons {
  clear: both;
  float: right;
}
.popup-window > .popup-content .buttons > .btn {
  display: inline-block;
}
.popup-window > .popup-content .buttons > .btn.hide {
  display: none;
}
.popup-window > .popup-validation-summary {
  padding: 0 10px 10px 10px;
  display: none;
  background-color: #ffffff;
}
.popup-window input,
.popup-window .btn {
  vertical-align: baseline;
}
.popup-window .control-group,
.popup-window .alert {
  margin-bottom: 5px;
}
.popup-window .control-group label {
  font-size: 12px;
  margin-bottom: 0;
}
.popup-window .control-group .controls {
  margin-top: 2px;
  clear: both;
}
.popup-window .val-error-non-standard,
.bs3 .control-group.error .help-inline,
.control-group.error .help-inline,
.popup-window td.error .help-inline {
  font-size: 9px;
  line-height: 14px;
  text-align: right;
  background-color: #f2dede;
  border-color: #eed3d7;
  border-width: 1px;
  border-style: solid;
  color: #e51400;
  margin: 2px 0px;
  padding-right: 5px;
  display: inline !important;
}
.bs3 .control-group.error .help-inline.ng-hide {
  display: none !important;
}
.popup-window td.error .help-inline {
  text-align: inherit;
  position: absolute;
  display: block;
  clear: both;
  margin: 2px 0 0;
}
.popup-window .val-error-non-standard {
  margin: 5px 0 2px 0;
  display: block;
  float: none;
}
.popup-window .popup-val-sum-holder {
  line-height: 14px;
  background-color: #f2dede;
  border-width: 1px solid #eed3d7;
  color: #e51400;
  margin: 2px 0px;
  font-size: 1em;
  padding: 5px;
  text-align: left;
  display: block;
}
.popup-window .control-group .controls input,
.popup-window .control-group .controls select,
.popup-window .control-group .controls label,
.popup-window .control-group .controls textarea {
  margin-bottom: 0px;
}
.popup-window .span3 .control-group .controls .input-button-group input {
  width: 172px;
}
.popup-window .span3 .control-group .controls .input-button-group input.input-short {
  width: 132px;
}
.popup-window .span3 .control-group .controls .input-button-group .btn {
  padding-left: 11px;
  padding-right: 10px;
}
.popup-window .span3 .control-group .controls .input-button-group .btn > .fa {
  margin-right: auto;
}
.popup-window form .control-group.span6:nth-child(odd) {
  margin-left: 0;
}
.popup-window .form-horizontal.form-narrow-labels .control-label {
  width: 100px;
}
.popup-window .form-horizontal.form-narrow-labels .controls {
  margin-left: 120px;
}
.popup-window .form-horizontal.form-wide-labels .control-label {
  width: 220px;
}
.popup-window .form-horizontal.form-wide-labels .controls {
  margin-left: 240px;
}
.popup-window form {
  margin: 0;
}
.popup-window li > label {
  margin-bottom: 0px;
}
.popup-window li > input,
.popup-window li > select,
.popup-window li > textarea {
  margin-bottom: 5px;
}
.popup-window .indent {
  padding-left: 5%;
}
.popup-window .action-item {
  height: 18px;
  line-height: 17px;
  background: none repeat scroll 0 0 white;
  color: #555555 !important;
}
.popup-window a.ui-selectmenu.action-item > span.ui-selectmenu-status {
  padding-top: 0.1em;
}
.popup-window .loading {
  width: 100%;
}
.popup-window .loading p {
  margin-left: 40%;
  margin-top: 100px;
  padding-left: 20px;
  background: url(/assets/images/ajax-loader.gif) no-repeat 0 0;
}
.jqmOverlay {
  background-color: #F5F5F5;
  z-index: 3001;
}
.popup-window .alert .emphasized {
  font-weight: 600;
}
.popup-window .alert p {
  margin: 0;
  padding: 0;
}
.popup-window .alert p.indented,
.popup-window .alert ul.indented {
  padding-left: 10px;
}
.popup-window .tabs .tab-content {
  padding: 10px 20px;
}
.popup-window > .popup-footer .btn {
  vertical-align: middle;
}
.popup-window .btn.btn-mini.btn-expand-popup-panel {
  margin: 4px 5px 4px 4px;
  padding: 0 6px;
  color: #0099cc;
}
.popup-content-box {
  border: 1px solid #c2c2c2;
  padding: 5px;
}
.popup-content-box .popup-content-box-header {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.bs3.popup-window > .popup-content {
  padding: 15px;
}
.bs3.popup-window > .popup-content legend {
  padding-bottom: 10px;
}
.bs3.popup-window > .popup-content .btn.pull-right {
  margin-left: 10px;
}
/*#endregion */
.restore-from-another-computer-popup {
  width: 330px;
}
.alert.alert-compact {
  line-height: 1.5em;
  font-size: 0.9em;
  margin-bottom: 0;
}
.bs3 .alert.alert-compact {
  padding: 5px;
  padding-right: 35px;
}
.alert.compact-note {
  line-height: 1.5em;
  font-size: 0.9em;
  margin-left: 2em;
  margin-bottom: 0em;
  margin-top: 1em;
  display: inline-block;
  padding-right: 14px;
}
/*#region Manage Job Popup */
.manage-job-popup {
  width: 1000px;
}
.manage-job-popup .manage-job-right-panel .window-box-content {
  height: 346px;
  position: relative;
}
.window-box[data-active="false"] {
  border-radius: 2px !important;
}
.window-box-header[data-active="false"] {
  cursor: pointer;
  border-radius: 2px !important;
}
.manage-job-popup .manage-job-right-panel .window-box .filters {
  border-bottom: 1px solid silver;
  margin: 0 0 5px -3px;
  padding: 0 10px;
}
.manage-job-popup .manage-job-reselect-message {
  clear: both;
  color: red;
  font-weight: bold;
}
.manage-job-popup .tree-view li.disabled > a {
  color: gray;
}
.manage-job-popup .tree-view li.disabled > a > .jstree-checkbox {
  background-image: url("/assets/images/jstree-disabled-checkbox.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.manage-job-popup .tree-view li.jstree-checked.disabled > a > .jstree-checkbox {
  background-position: 0px -16px;
}
.manage-job .backup-selection-items ul {
  margin: 10px;
  font-weight: bold;
  font-size: 0.9em;
}
.manage-job-popup #locked-icon {
  margin-right: 5px;
}
/*#endregion */
/*#region Manage Local System Job Popup*/
/* ---------------------------------------------------------------------
Manage local system job popup
------------------------------------------------------------------------ */
.manage-local-system-job-popup {
  width: 1000px;
}
.manage-local-system-job-popup .window-box-content {
  height: 430px;
}
.manage-local-system-job-popup .manage-local-system-job-reselect-message {
  clear: both;
  color: red;
  font-weight: bold;
}
.manage-local-system-job-popup .tree-view li.disabled > a {
  color: gray;
}
.manage-local-system-job-popup .tree-view li.disabled > a > .jstree-checkbox {
  background-image: url("/assets/images/jstree-disabled-checkbox.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.manage-local-system-job-popup .tree-view li.jstree-checked.disabled > a > .jstree-checkbox {
  background-position: 0px -16px;
}
.manage-local-system-job-popup .tree-view li.jstree-undetermined.disabled > a > .jstree-checkbox {
  background-position: 0px -32px;
}
.manage-local-system-job-popup .add-unc-share-show-popup:hover {
  border: 1px solid #555555;
  text-decoration: none;
}
.manage-local-system-job-popup .add-unc-share-show-popup .icon-plus-sign {
  margin-top: -1px;
}
.manage-local-system-job-popup .unc-share-adding {
  background: none repeat scroll 0 0 white;
  border: 1px solid #D3D3D3;
  color: #908F8F;
  display: none;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
  padding: 3px 5px;
  width: 120px;
}
.manage-local-system-job-popup .unc-share-adding img {
  display: block;
  float: left;
  height: 14px;
}
.manage-local-system-job-popup .unc-share-adding span {
  display: block;
  float: left;
  padding-left: 5px;
}
.manage-local-system-job-popup .unc-same-share-credentials-note-panel span {
  color: red;
  font-style: italic;
  display: block;
  float: left;
  width: 560px;
}
.manage-local-system-job-popup .unc-same-share-credentials-note-panel .buttons {
  clear: none;
  float: right;
  margin: 0;
}
#encryptionRequiredMsg {
  display: none;
}
/*#endregion */
/*#region Manage Generic Job Popup*/
/* ---------------------------------------------------------------------
Manage generic job popup
------------------------------------------------------------------------ */
.manage-generic-job-popup {
  width: 1000px;
}
.manage-generic-job-popup .window-box-content {
  height: 505px;
}
.manage-generic-job-popup .with-app-aware #applicationConsistentSettingsWindowBox .window-box-content {
  height: 165px;
}
.manage-generic-job-popup .with-app-aware #selectionItemsWindowBox .window-box-content {
  height: 287px;
}
.manage-generic-job-popup .job-selection-tree {
  height: 468px;
}
.manage-generic-job-popup .manage-generic-job-reselect-message {
  clear: both;
  color: red;
  font-weight: bold;
}
.manage-generic-job-popup .tree-view li.disabled > a {
  color: gray;
}
.manage-generic-job-popup .tree-view li.disabled > a > .jstree-checkbox {
  background-image: url("/assets/images/jstree-disabled-checkbox.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.manage-generic-job-popup .tree-view li.jstree-checked.disabled > a > .jstree-checkbox {
  background-position: 0px -16px;
}
.manage-generic-job-popup .tree-view li.jstree-undetermined.disabled > a > .jstree-checkbox {
  background-position: 0px -32px;
}
/*#endregion */
/*#region Selection items partial*/
/* ---------------------------------------------------------------------
Selection items partial
------------------------------------------------------------------------ */
.selection-items-panel .selection-items {
  padding: 0;
  flex: 1;
  width: 100%;
  overflow: auto;
}
.selection-items-panel .selection-items table {
  width: 100%;
}
.selection-items-panel .selection-items .job-selection-item {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid silver;
}
.selection-items-panel .selection-items .th-job-selection-items {
  font-weight: normal;
  text-align: left;
  padding-left: 5px;
  font-size: 0.9em;
}
.selection-items-panel .checkbox label {
  font-weight: normal;
  font-size: 0.9em;
}
.selection-items-panel .selection-items .td-job-selection-items {
  text-align: left;
  padding-left: 5px;
  padding-top: 5px;
}
.selection-items-panel .selection-items .td-job-selection-items.job-selection-item-td-with-checkbox {
  text-align: center;
}
.selection-items-panel .selection-items .td-job-selection-items.job-selection-item-td-with-checkbox input[type="checkbox"] {
  height: 18px;
  margin: 0;
  vertical-align: middle;
  width: 18px;
}
.selection-items-panel .selection-items .td-job-selection-items input[type="text"] {
  margin-bottom: 0;
  width: 92%;
}
.selection-items-panel .selection-items td.td-job-selection-items > span.help-inline {
  float: left;
  margin: 3px 0 0 !important;
  padding: 0 5px 0 0 !important;
  width: 96%;
}
.selection-items-panel .selection-items .selection-item-short-name {
  cursor: default;
  display: inline-block;
  height: 20px;
  vertical-align: bottom;
  width: 90px;
}
.selection-items-panel .selection-items .selection-item-medium-name {
  cursor: default;
  display: inline-block;
  height: 20px;
  vertical-align: bottom;
  width: 150px;
}
.selection-items-panel .selection-items .selection-item-short-name.selection-item-short-name-long-size {
  width: 90%;
}
.selection-items-panel .selection-items .selection-item-filter {
  cursor: default;
  display: inline-block;
  height: 20px;
  width: 85px;
}
.selection-items-panel .selection-items-applying-notification {
  overflow: hidden;
  padding: 3px 5px;
  line-height: 22px;
}
.selection-items-panel .window-box-content {
  display: flex;
  flex-direction: column;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .selection-items-panel .window-box-content {
    display: block;
  }
}
.backup-selection-changes-applying-preloader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: lightgray;
  opacity: 0.6;
  display: block;
  color: black;
  font-weight: bold;
}
.job-selection-tree {
  height: 393px;
  overflow: auto;
}
.job-selection-tree-buttons-panel-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
.job-selection-tree-buttons-panel-wrapper .job-selection-tree-buttons-panel {
  padding: 5px;
  float: right;
}
/*#endregion*/
/* #region Manage image job popup */
.manage-image-job-popup {
  width: 1000px;
}
/*#endregion*/
/* #region Manage image job popup */
.image-sql-app-aware-credentials {
  width: 330px;
}
/*#endregion*/
/*#region UNC Share Partial*/
.unc-share-connect-partial {
  width: 330px;
}
/*#endregion*/
/*#region Credentials Partial */
.credentials-popup {
  width: 330px;
}
/*#endregion*/
/*#region Run Backup Popup*/
/* ---------------------------------------------------------------------
Run Backup Popup
------------------------------------------------------------------------ */
#run-backup-popup {
  /*margin-left: -224px;
    margin-top: -200px;
	min-width: 448px;
	min-height: 356px;
    width: auto;
    height: auto;*/
  width: 330px;
}
#run-backup-popup strong {
  padding-bottom: 10px;
}
#run-backup-popup .backup-type-hidden {
  display: none;
}
#run-backup-popup input {
  vertical-align: bottom;
}
/*#endregion */
/*#region Restore Job Popup, Restore Local System Job Popup and Process Details Popup */
/* Restore Job Popup */
/* ---------------------------------------------------------------------
 Restore popup
------------------------------------------------------------------------ */
.restore-popup {
  width: 570px;
}
.restore-popup > .popup-content .chosen-title.disabled,
.restore-popup > .popup-content .chosen-value.disabled {
  color: #bbb;
}
.restore-popup > .popup-content .chosen-title.hidden,
.restore-popup > .popup-content .chosen-value.hidden {
  display: none;
  margin-top: 100px;
}
.restore-popup > .popup-content fieldset > .btn {
  margin-left: 20px;
}
.restore-popup > .popup-content .window-box-content {
  height: 320px;
}
.restore-popup .validation-summary-errors {
  color: red;
}
.restore-popup .tree-view li.disabled > a {
  color: gray;
}
.restore-popup .tree-view ul > li.disabled > a > .jstree-checkbox,
.restore-popup .tree-view ul > li.disabled.unchecked-disabled > a > .jstree-checkbox {
  background-image: url("/assets/images/jstree-disabled-checkbox.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.restore-popup .tree-view li.jstree-checked.disabled > a > .jstree-checkbox {
  background-position: 0px -16px;
}
#jobCatalogDownloadStatus {
  padding: 5px;
}
.restore-popup.restore-image {
  width: 1000px;
}
.restore-popup.restore-image .pull-bottom {
  position: relative;
  bottom: 0;
  margin-top: -35px;
}
.restore-popup.restore-image .target-volume {
  display: inline-block;
  margin-left: 25%;
}
.restore-popup.restore-image .jstree-leaf > a {
  width: 100%;
}
.restore-popup.restore-image .target-volume input {
  font-size: 0.8em;
  margin-right: 5px;
  vertical-align: top;
  height: 10px;
  margin-bottom: 0;
}
.restore-popup.restore-image .target-volume .ui-selectmenu-status {
  line-height: 1em;
  padding-top: .12em;
}
.select-volume-popup {
  width: 330px;
}
.select-volume-popup .ui-menu {
  min-width: 40%;
  max-height: 180px;
  overflow-y: scroll;
  font-size: 0.8em;
}
.select-volume-popup .ui-menu .ui-menu-item .selected {
  border: 1px solid #aaaaaa;
  background: silver;
  font-weight: normal;
  color: #212121;
  margin: -1px;
}
/* Restore Local System Job Popup */
.restore-popup.restore-local-system-job-popup {
  width: 1000px;
}
.restore-popup.restore-local-system-job-popup .job-selection-tree {
  height: 283px;
}
.restore-popup.restore-local-system-job-popup .restore-local-system-job-right-panel {
  position: relative;
}
.restore-popup.restore-local-system-job-popup .restore-local-system-job-right-panel .window-box-content {
  min-height: 288px;
}
.restore-popup.restore-local-system-job-popup .restore-local-system-job-right-panel .panel-open-search-restore-nodes {
  margin: 0px;
  padding-top: 5px;
}
.restore-popup.restore-local-system-job-popup .restore-local-system-job-right-panel .panel-open-search-restore-nodes input {
  font-size: 12px;
  width: 190px;
}
.restore-popup.restore-local-system-job-popup .restore-local-system-job-right-panel .panel-open-search-restore-nodes .open-search-restore-nodes-popup {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
.restore-popup.restore-local-system-job-popup .restore-local-system-job-right-panel .panel-open-search-restore-nodes .link-open-search-restore-nodes-popup {
  display: none;
}
/* Process Details Popup */
.restore-popup > .popup-content > .panel > .space-after {
  margin-bottom: 20px;
}
.restore-popup > .popup-content .process-info {
  width: 100%;
}
.restore-popup > .popup-content .process-info tr.last td {
  padding-bottom: 100px;
}
.restore-popup > .popup-content .process-info td.col-third {
  border-left: solid 1px #CCC;
  padding-left: 5px;
}
.restore-popup > .popup-content .file-info {
  width: 100%;
}
.restore-popup > .popup-content .file-info tr.last td {
  padding-bottom: 90px;
}
.restore-popup > .popup-content .file-info td.col-first,
.restore-popup > .popup-content .process-info td.col-first {
  width: 90px;
  padding-left: 10px;
}
.restore-popup > .popup-content .download-catalog-box {
  min-height: 30px;
}
#copyToClipboard {
  z-index: 4000;
  position: relative;
}
/*#endregion*/
/*#region Manage Vault Profile Popup */
.manage-vault-profile-popup {
  width: 570px;
}
.manage-vault-profiles-popup .vault-accounts-table-container {
  overflow: auto;
  max-height: 370px;
}
.manage-vault-profiles-popup {
  width: 570px;
}
/*#endregion */
/*#region Vault Profile Popup */
#vault-popup {
  width: 570px;
}
#vault-popup .reregister-vault-computer-names {
  margin-top: 5px;
}
/*#endregion*/
/*#region Hyper V Reregistration Popup */
.hyperv-recovery-popup {
  width: 330px;
}
/*#endregion*/
/*#region Retention Type Popup */
.retention-type-popup {
  width: 330px;
}
/*#region Restore VM Popup */
.restore-virtual-machines-popup-wizard {
  width: 570px;
}
.restore-virtual-machines-popup-destination {
  width: 330px;
}
.restore-virtual-machines-popup-computer-info {
  width: 330px;
}
.restore-virtual-machines-popup-contents {
  text-align: center !important;
  width: 30.93617021% !important;
}
/*#endregion*/
/*#region Email Once Popup */
#email-once-popup {
  width: 330px;
}
#email-once-popup span:first-child {
  text-overflow: ellipsis;
  width: 260px;
  white-space: nowrap;
  overflow: hidden;
}
/*#endregion*/
/*#region Report Schedule Popup */
#report-schedule-popup {
  width: 570px;
}
#report-schedule-popup .frequency-dropdown {
  margin-bottom: 5px;
}
#report-schedule-popup .recipients-textarea {
  resize: none;
}
/*#endregion*/
/*#region Agent Log Files Popup */
.agent-log-files-popup {
  width: 810px;
}
.agent-log-files-popup .agent-log-files-table-container {
  overflow: auto;
  max-height: 370px;
}
/*#endregion*/
/*#region Restore Job SQL server connect Popup */
.restore-job-sql-server-connect-popup {
  width: 570px;
}
/*#endregion*/
/*#region SQL server connect popup */
.sql-server-connect-popup {
  width: 330px;
}
/*#endregion*/
/*#region Oracle server connect popup*/
.oracle-server-connect-popup {
  width: 330px;
}
/*#endregion*/
/*#region Schedule job popup */
.schedule-job-popup {
  width: 1000px;
}
.schedule-job-popup .schedule-job-table {
  height: 250px;
}
.window-box-content .schedule-job-table {
  clear: both;
}
.schedule-job-table select,
.schedule-job-table input {
  vertical-align: middle;
  margin-bottom: 0;
}
.schedule-job-table.pre-scrollable {
  overflow-y: auto;
}
.schedule-job-table .schedule-job-editor-row .ui-state-default {
  height: 26px;
  background: none repeat scroll 0 0 white;
  font-size: inherit;
  font-family: inherit;
}
.ui-selectmenu-menu .schedule-job-editor-select {
  color: inherit;
  font-family: inherit;
}
.ui-selectmenu-menu .schedule-job-editor-select a {
  color: black;
}
.schedule-job-table .schedule-job-editor-row input[type=text] {
  height: 26px;
  padding: 0 3px 0 5px;
}
.schedule-job-popup .schedule-job-content-header {
  overflow: hidden;
  margin-bottom: 5px;
}
.schedule-job-popup .schedule-job-content-header .schedule-job-agent-job-names {
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
  float: left;
}
.schedule-job-popup .schedule-job-content-header .schedule-job-agent-job-names span {
  line-height: 25px;
}
.schedule-job-popup .schedule-add-new-schedule-div,
.embedded .schedule-add-new-schedule-div {
  float: right;
}
.schedule-job-popup .add-schedule-btn,
.embedded .add-schedule-btn {
  width: 160px;
}
.schedule-job-popup .schedule-add-new-schedule-div .add-new-schedule-loading-img,
.embedded .schedule-add-new-schedule-div .add-new-schedule-loading-img {
  height: 10px;
  display: block;
  float: left;
  margin: 4px 4px 0 0;
}
.embedded .schedule-add-new-schedule-div {
  margin-top: 5px;
  margin-right: 5px;
}
.schedule-job-table .schedule-job-editor-empty-row {
  height: 5px;
}
.schedule-job-table .open-schedule-view {
  display: inline-block;
  border: none;
  margin: 0 0 0 -24px;
  background-color: transparent;
  opacity: 0.45;
}
.schedule-job-table .schedule-string {
  width: 180px;
  cursor: pointer;
}
.schedule-job-table .schedule-job-deferring-time-textbox {
  width: 35px;
}
.schedule-job-table thead {
  border-bottom: 1px solid #DDDDDD;
}
.schedule-view-popup {
  width: 330px;
  margin-top: -320px;
  z-index: 3004;
}
.schedule-view-popup .ui-tabs .ui-tabs-panel {
  padding: 0;
}
.schedule-view-popup .schedule-view-views {
  border-style: none;
  background: transparent;
}
.schedule-view-popup .schedule-view-days-of-week .days-of-week-time,
.schedule-view-popup .schedule-view-days-of-month .days-of-month-time {
  margin-top: 20px;
  font-size: 12px;
}
.schedule-view-popup .schedule-view-custom {
  font-size: 1em;
  color: #666;
}
.schedule-job-popup .btn.remove-schedule {
  min-width: 15px;
}
.dropdown-content .app-settings-content {
  padding: 5px 10px;
  width: 153px;
}
/*#embeddedscheduling addition*/
div.btn-set-priority-up {
  background: url("/assets/images/column-arrow-up.gif");
  width: 13px;
  height: 6px;
  cursor: pointer;
  display: inline;
  float: left;
  margin: 0 2px;
}
div.btn-set-priority-down {
  background: url("/assets/images/column-arrow-down.gif");
  width: 13px;
  height: 6px;
  cursor: pointer;
  display: inline;
  float: left;
  margin: 0 2px;
}
div.btn-set-priority-up.disabled {
  background: url("/assets/images/column-arrow-grey-up.gif");
}
div.btn-set-priority-down.disabled {
  background: url("/assets/images/column-arrow-grey-down.gif");
}
/*#endregion*/
/*#endregion*/
/*#region Confirm job deletion popup*/
.delete-job-popup {
  height: auto;
  width: auto;
  min-height: 150px;
  min-width: 400px;
  margin-top: -75px;
  margin-left: -200px;
}
.delete-job-popup .options {
  text-align: center;
}
.delete-job-popup .options .btn {
  margin: 2px;
}
.delete-job-popup.popup-window > .popup-content .buttons {
  text-align: right;
  float: none;
  margin-top: 10px;
}
/*#endregion*/
/*#region MQ job deletion workflow popup*/
.job-data-deletion-popup,
.computer-data-deletion-popup {
  width: 400px;
}
.job-data-deletion-popup .ng-hide.ng-hide-animate,
.computer-data-deletion-popup .ng-hide.ng-hide-animate {
  display: none !important;
}
.computer-data-deletion-popup .scrollable-computer-names {
  overflow-y: auto;
  height: 100px;
}
.computer-data-deletion-popup .hide-image {
  visibility: hidden;
}
.computer-data-deletion-popup .legend {
  font-size: 10px;
}
/*#endregion*/
/*#region Confirm data deletion popup*/
.data-deletion-popup {
  min-height: 520px;
  height: auto;
  width: 480px;
  margin-top: -260px;
  margin-left: -240px;
}
.data-deletion-popup .options {
  text-align: center;
}
.data-deletion-popup .options .btn {
  margin: 2px;
}
.data-deletion-popup.popup-window > .popup-content .buttons {
  text-align: right;
  float: none;
  margin-top: 10px;
}
.data-deletion-popup p {
  margin: 5px 1px;
}
.data-deletion-popup .ToA {
  border: 1px solid gainsboro;
  box-shadow: 0 1px 0.1em #DADADA inset;
  padding: 5px;
  width: 98%;
  height: 235px;
  overflow-y: auto;
  overflow-x: hidden;
  line-height: 15px;
  margin: 10px 0px;
}
.data-deletion-popup #checkbox-accept {
  margin: 4px 4px;
}
/*#endregion*/
/*#region Data deletion receipt popup*/
.delete-receipt-popup {
  height: auto;
  min-height: 174px;
  width: 320px;
  margin-top: -87px;
  margin-left: -160px;
}
.delete-receipt-popup .options {
  text-align: center;
}
.delete-receipt-popup .options .btn {
  margin: 2px;
}
.delete-receipt-popup.popup-window > .popup-content .buttons {
  text-align: right;
  float: none;
  margin-top: 10px;
}
/*#endregion*/
/*#region Propagation Process Details */
.propagation-process-details {
  width: 500px;
  height: 300px;
  margin-left: -250px;
  margin-top: -150px;
}
/*#endregion*/
/*#region vCenter Tab Form*/
/* TODO: PULL OUT TO FORM OR TAB SPECIFIC FILE */
.vcenter-settings .form-horizontal .control-group {
  margin-bottom: 20px;
}
/*#endregion*/
/*#region No Safesets To Restore Popup */
.no-safeset-to-restore-popup {
  width: 330px;
}
/*#endregion */
/*#region VCenter Connect Popup */
.vcenter-connect-popup {
  width: 330px;
}
/*#endregion */
/*#region move agents to another company  Popup */
.move-agents-to-another-company-popup {
  width: 400px;
}
.move-agents-to-another-company-popup .popup-body-wrapper {
  border: none;
  min-height: 200px;
}
.move-agents-to-another-company-popup #companySelect {
  width: 100%;
}
.move-agents-to-another-company-popup label[for="companySelect"] {
  font-weight: normal;
  font-size: 13px;
}
.move-agents-to-another-company-popup form[name="moveAagentsForm"] .control-group:not(.error) select[required]:focus {
  border-color: #919191;
  box-shadow: none;
}
.move-agents-to-another-company-popup .alert.alert-info {
  margin-top: 30px;
}
.move-agents-to-another-company-popup .popup-footer .btn {
  min-width: 100px;
}
/*#endregion */
/*#region vSphere rapid recovery Popup */
.rapid-recovery-vra-popup.restore-type-popup {
  width: 680px;
}
.rapid-recovery-vra-popup .popup-body-wrapper {
  border: none;
}
.rapid-recovery-vra-popup .window-box-content {
  padding: 10px 20px;
  min-height: 300px;
}
.rapid-recovery-vra-popup .window-box-content .control-group select,
.rapid-recovery-vra-popup .window-box-content .control-group input:not([type="checkbox"]) {
  width: 100%;
}
.rapid-recovery-vra-popup .control-group select,
.rapid-recovery-vra-popup .control-group input:not([type="checkbox"]) {
  width: calc(100% - 45px);
}
.rapid-recovery-vra-popup .control-group label.checkbox {
  margin-top: 0;
}
.rapid-recovery-vra-popup .select-single-vm-restore {
  width: 100%;
}
.rapid-recovery-vra-popup .checkbox-control-group {
  padding-left: 20px;
}
.rapid-recovery-vra-popup .available-host {
  position: relative;
}
.rapid-recovery-vra-popup .loading-icon {
  display: none;
  width: calc(100% - 30px);
  position: absolute;
  top: 8px;
  left: 8px;
  line-height: 16px;
  padding-left: 22px;
  background: #ffffff url(/assets/images/ajax-loader.gif) no-repeat left top;
}
.rapid-recovery-vra-popup form[name="rapidVRARestoreForm"] input[required]:focus,
.rapid-recovery-vra-popup form[name="rapidVRARestoreForm"] select[required]:focus {
  border-color: #919191;
  box-shadow: none;
}
.rapid-recovery-vra-popup .loading-available-host {
  pointer-events: none;
}
.rapid-recovery-vra-popup .loading-available-host .loading-icon {
  display: inline-block;
}
.rapid-recovery-vra-popup.bs3 input:not([type="checkbox"]) {
  height: 31px;
}
.rapid-recovery-vra-popup.bs3 .btn.btn-icon {
  border: 1px solid #bbbbbb;
  background-color: #f5f5f5;
  margin-left: 4px;
}
.rapid-recovery-vra-popup.bs3 .btn.btn-icon:hover {
  background-color: #e6e6e6;
}
.rapid-recovery-vra-popup #jobCatalogDownloadStatus {
  position: absolute;
  bottom: 5px;
  left: 3px;
  background: #fff;
  font-size: 11px;
  z-index: 10;
  height: 20px;
  line-height: 0;
  width: 245px;
}
.rapid-recovery-vra-popup #jobCatalogDownloadStatus .fa-refresh {
  margin: 0;
}
.rapid-recovery-vra-popup .vm-to-restore {
  position: relative;
}
.rapid-recovery-vra-popup .vm-to-restore .loading-icon {
  top: 26px;
  height: 18px;
  width: 220px;
}
.rapid-recovery-vra-popup .vm-to-restore.loading-items {
  pointer-events: none;
}
.rapid-recovery-vra-popup .vm-to-restore.loading-items .loading-icon {
  display: block;
}
.rapid-recovery-vra-popup .safesets-wrapper {
  position: relative;
}
.rapid-recovery-vra-popup .safesets-wrapper .loading-icon {
  top: 23px;
  left: 1px;
  width: 252px;
  line-height: 29px;
  background: #ffffff url(/assets/images/ajax-loader.gif) no-repeat 8px center;
  padding-left: 30px;
}
.rapid-recovery-vra-popup .safesets-wrapper.changing-safeset .loading-icon {
  display: block;
}
/*#endregion */
/*#region _SearchJobNodesPopup */
.search-job-nodes-popup {
  width: 1000px;
  height: auto;
  margin-top: -300px;
}
.search-job-nodes-popup .cb-search-nodes-is-recursive {
  float: left;
  margin-right: 5px;
}
.search-job-nodes-popup .btn.start-restore-nodes-search {
  float: right;
}
.search-job-nodes-popup .search-job-nodes-grid-pagination {
  padding-bottom: 10px;
}
.search-job-nodes-popup .search-job-nodes-grid-pagination .view {
  float: left;
  padding-right: 10px;
}
.search-job-nodes-popup .search-job-nodes-grid-head {
  background-color: lightgray;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  font-weight: 400;
  font-size: 13px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-top: 3px;
}
.search-job-nodes-popup .grid-search-job-nodes {
  border: 1px solid lightgray;
  height: 300px;
}
.search-job-nodes-popup .grid-search-job-nodes .slick-header {
  border-radius: 0;
}
.search-job-nodes-popup .grid-search-job-nodes .slick-cell.selected {
  background-color: #8ACBE8;
}
.search-job-nodes-popup .grid-search-job-nodes .slick-viewport {
  overflow-x: hidden !important;
}
.search-job-nodes-popup .grid-search-job-nodes .slick-col.col-display-name,
.search-job-nodes-popup .grid-search-job-nodes .slick-col.col-display-path {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-job-nodes-popup .no-data-indicator,
.search-job-nodes-popup .loading-indicator {
  top: 250px;
}
/*#endregion */
/*#region Process Details Popup */
/* ---------------------------------------------------------------------
Process details popup
------------------------------------------------------------------------ */
.popup-window.process-details-popup > .popup-content .window-box > .window-box-content {
  width: auto;
}
.process-details-popup,
.rvmr-details-popup {
  width: 1000px;
}
.process-details-popup .process-list-table-wrapper,
.rvmr-details-popup .process-list-table-wrapper {
  max-height: 300px;
  overflow-y: auto;
}
.process-details-popup .process-list-table-wrapper > .process-list-table th > input,
.rvmr-details-popup .process-list-table-wrapper > .process-list-table th > input,
.process-details-popup .process-list-table-wrapper > .process-list-table th select,
.rvmr-details-popup .process-list-table-wrapper > .process-list-table th select {
  margin-bottom: 0;
  min-height: 22px;
}
.process-details-popup .process-list-table-wrapper > .process-list-table tr > td:last-of-type > i,
.rvmr-details-popup .process-list-table-wrapper > .process-list-table tr > td:last-of-type > i {
  visibility: hidden;
}
.process-details-popup .process-list-table-wrapper > .process-list-table tr.selected > td,
.rvmr-details-popup .process-list-table-wrapper > .process-list-table tr.selected > td {
  background-color: #0099cc;
  color: white;
  font-weight: 600;
}
.process-details-popup .process-list-table-wrapper > .process-list-table tr.selected > td:last-of-type > i,
.rvmr-details-popup .process-list-table-wrapper > .process-list-table tr.selected > td:last-of-type > i {
  visibility: visible;
}
.process-details-popup .process-list-table-wrapper > .process-list-table tr:hover > td > i,
.rvmr-details-popup .process-list-table-wrapper > .process-list-table tr:hover > td > i {
  visibility: visible;
}
.process-details-popup .module.content-module,
.rvmr-details-popup .module.content-module {
  margin-top: 30px;
}
.process-details-popup .module.content-module > .module-headline,
.rvmr-details-popup .module.content-module > .module-headline {
  line-height: 30px;
  min-height: 30px;
  color: white;
  background-color: #0099cc;
  font-weight: 400;
  font-size: 15px;
}
.process-details-popup .module.content-module > .content-container,
.rvmr-details-popup .module.content-module > .content-container {
  border: none;
  max-height: 300px;
  overflow-y: auto;
}
.process-details-popup .module.content-module > .content-container .highlight,
.rvmr-details-popup .module.content-module > .content-container .highlight {
  font-weight: 600;
}
.process-details-popup .module.content-module > .content-container .vm-process,
.rvmr-details-popup .module.content-module > .content-container .vm-process {
  margin-top: 10px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.process-details-popup .module.content-module > .content-container .vm-process:first-of-type,
.rvmr-details-popup .module.content-module > .content-container .vm-process:first-of-type {
  margin-top: -5px;
}
.process-details-popup .module.content-module > .content-container .vm-process:last-of-type,
.rvmr-details-popup .module.content-module > .content-container .vm-process:last-of-type {
  border-bottom: none;
}
.process-details-popup .progress,
.rvmr-details-popup .progress {
  margin: 0;
}
.rvmr-details-popup.popup-window .popup-body-wrapper {
  min-height: 250px;
}
.rvmr-details-popup.popup-window .popup-body-wrapper button.btn.withSpiner {
  background-color: #008db1;
  cursor: default;
}
.rvmr-details-popup.popup-window .popup-body-wrapper button.btn.withSpiner:hover {
  background-color: #008db1;
}
.rvmr-details-popup.popup-window .popup-body-wrapper button.btn i {
  font-size: 17px;
  margin: 0;
  color: white;
}
.rvmr-details-popup .module.content-module {
  margin-top: 28px;
}
.rvmr-details-popup .module.content-module button.btn {
  width: 210px;
  color: #008db1;
  border: 1px solid #008db1;
  background-color: #ffffff;
}
.rvmr-details-popup .module.content-module button.btn:hover {
  background-color: #eeeeee;
}
.rvmr-details-popup .process-list-table-wrapper > .process-list-table tbody tr:not(.selected) {
  cursor: pointer;
}
.rvmr-details-popup .process-vm-name {
  position: relative;
}
.rvmr-details-popup .process-vm-name .loading-icon {
  font-size: 13px;
}
.rvmr-migration-popup.popup-window .popup-body-wrapper {
  min-height: 210px;
  min-width: 280px;
  padding: 16px 12px 12px 12px;
}
.rvmr-migration-popup form[name="rvmrMigrationSettingsForm"] select[required]:focus {
  border-color: #919191;
  box-shadow: none;
}
/*#endregion */
/*#region Advanced Restore Options popup*/
.advanced-options-popup {
  width: 330px;
}
.advanced-options-popup > .popup-content {
  max-height: 370px;
}
.advanced-options-popup .well {
  padding: 5px 10px;
}
jqmOverlay.inner-popup-overlay {
  z-index: 3003;
}
.advanced-options-popup > .popup-content .nested {
  margin-left: 20px;
}
.advanced-options-popup > .popup-content > .panel {
  margin-top: 0;
  overflow: auto;
}
.advanced-options-popup > .popup-content > .panel > .box:first-child {
  border-top: 0;
}
.advanced-options-popup > .popup-content > .panel > .box {
  border-top: dotted 1px #999;
}
.advanced-options-popup > .popup-content .restore-options-active-directory-alternate-path {
  width: 75%;
}
.advanced-options-popup .disabled {
  color: gray;
}
/*#endregion*/
.restore-type-popup {
  width: 1000px;
}
.restore-type-popup .restore-type-popup-content form .panel {
  margin-top: auto;
  width: 100%;
  height: 300px;
}
.restore-type-popup .restore-type-popup-content form.source-configuration input,
.restore-type-popup .restore-type-popup-content form.source-configuration select {
  width: 85%;
}
.restore-type-popup .restore-type-popup-content .destination-configuration .action-item + a i {
  font-size: 10px;
  padding: 0 2px;
}
.restore-type-popup-content ul li p {
  padding: 10px 25px;
}
/*#endregion*/
/*#region Restore Hyper-V popup */
.restore-hyper-v-popup {
  width: 1000px;
  margin-top: -380px;
}
.restore-hyper-v-popup .slick-column-holder .col-vm-name {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.restore-hyper-v-popup .hyper-v-encryption-passwords .hyper-v-encryption-passwords-table-wrapper {
  height: 152px;
  overflow-y: scroll;
  border: 1px solid #DDDDDD;
  background-color: #fdfdfd;
}
.restore-hyper-v-popup .hyper-v-encryption-passwords .hyper-v-encryption-passwords-table-wrapper .input-small {
  margin: 0;
  padding-top: 0;
}
.restore-hyper-v-popup .restore-hyper-v-vms-grid {
  font-size: 1em !important;
  display: inherit;
}
.restore-hyper-v-popup .restore-hyper-v-vms-grid-parent-overflow {
  width: 100%;
  height: 273px;
  overflow-y: scroll;
  border: 1px solid #DDDDDD;
  padding: 1px;
}
.restore-hyper-v-popup .slick-header {
  border-radius: 0;
  border-right: none;
}
.restore-hyper-v-popup .slick-col > input[type="text"].vmidletime {
  width: 50px;
  font: inherit;
  height: 18px;
}
.restore-hyper-v-popup .slick-col > input,
.restore-hyper-v-popup .slick-col > select {
  width: 100%;
  padding: 1px;
  font: inherit;
  height: 18px;
}
.restore-hyper-v-popup .slick-col > select {
  width: 100%;
}
.restore-hyper-v-popup .slick-col > .more {
  margin-top: 2px;
}
.restore-hyper-v-popup .restore-hyper-v-vm-details {
  background: none repeat scroll 0 0 white;
  border: 1px solid #C9C9C9;
  clear: both;
  margin: 20px 10px;
}
.restore-hyper-v-popup .hyper-v-restore-encryption-panel .loading-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/images/ajax-loader.gif) no-repeat center center;
  vertical-align: middle;
  margin-right: 5px;
}
li.hyper-v-destination-sub-path {
  border-top: 1px solid #CCCCCC;
}
input.hyper-v-destination-sub-path {
  width: 250px;
}
.alert.hyper-v-encryption-password-hint {
  width: 210px;
}
.restore-hyper-v-popup .ui-selectmenu > span.ui-selectmenu-status {
  padding: 0.405em 2.1em 0.405em 1em;
  background-color: #FFFFFF;
}
ul.ddl-destination-volume .radio,
ul.ddl-backup-set .radio {
  font-size: 1em;
  margin: 0;
  min-height: 1em;
}
.restore-hyper-v-popup .grid-actionbar {
  margin-bottom: 5px;
}
/*#endregion*/
/*#region Restore Hyper-V GR popup */
.restore-hyper-v-gr-popup {
  width: 570px;
  margin-top: -380px;
}
.restore-hyper-v-gr-popup .slick-column-holder .col-vm-name {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.restore-hyper-v-gr-popup .hyper-v-encryption-passwords .hyper-v-encryption-passwords-table-wrapper {
  height: 152px;
  overflow-y: scroll;
  border: 1px solid #DDDDDD;
  background-color: #fdfdfd;
}
.restore-hyper-v-gr-popup .hyper-v-encryption-passwords .hyper-v-encryption-passwords-table-wrapper .input-small {
  margin: 0;
  padding-top: 0;
}
.restore-hyper-v-gr-popup .restore-hyper-v-vms-grid {
  font-size: 1em !important;
  display: inherit;
}
.restore-hyper-v-gr-popup .restore-hyper-v-vms-grid-parent-overflow {
  width: 100%;
  height: 273px;
  overflow-y: scroll;
  border: 1px solid #DDDDDD;
  padding: 1px;
}
.restore-hyper-v-gr-popup .slick-header {
  border-radius: 0;
  border-right: none;
}
.restore-hyper-v-gr-popup .slick-col > input[type="text"].vmidletime {
  width: 50px;
  font: inherit;
  height: 18px;
}
.restore-hyper-v-gr-popup .slick-col > input,
.restore-hyper-v-gr-popup .slick-col > select {
  width: 100%;
  padding: 1px;
  font: inherit;
  height: 18px;
}
.restore-hyper-v-gr-popup .slick-col > select {
  width: 100%;
}
.restore-hyper-v-gr-popup .slick-col > .more {
  margin-top: 2px;
}
.restore-hyper-v-gr-popup .restore-hyper-v-vm-details {
  background: none repeat scroll 0 0 white;
  border: 1px solid #C9C9C9;
  clear: both;
  margin: 20px 10px;
}
.restore-hyper-v-gr-popup .hyper-v-restore-encryption-panel .loading-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/images/ajax-loader.gif) no-repeat center center;
  vertical-align: middle;
  margin-right: 5px;
}
li.hyper-v-gr-destination-sub-path {
  border-top: 1px solid #CCCCCC;
}
input.hyper-v-gr-destination-sub-path {
  width: 250px;
}
.alert.hyper-v-gr-encryption-password-hint {
  width: 210px;
}
.restore-hyper-v-gr-popup .ui-selectmenu > span.ui-selectmenu-status {
  padding: 0.405em 2.1em 0.405em 1em;
  background-color: #FFFFFF;
}
ul.ddl-destination-volume .radio,
ul.ddl-backup-set .radio {
  font-size: 1em;
  margin: 0;
  min-height: 1em;
}
.restore-hyper-v-gr-popup .grid-actionbar {
  margin-bottom: 5px;
}
/*#endregion*/
/*#region Agent Downloader popup*/
.agent-downloader-popup {
  width: 1000px;
}
.agent-downloader-popup .wizard-step .notes {
  margin-top: 10px;
  display: none;
}
/*#endregion*/
/*#region Era Download Popup*/
.era-download-popup {
  width: 1000px;
}
/*#region*/
/*#region Feedback popup*/
.feedback-popup {
  width: 1000px;
}
/*#endregion*/
/*#region EVault Message Popup*/
.evault-message-popup {
  width: 600px !important;
  height: 200px !important;
  margin-left: -300px !important;
  margin-top: -100px !important;
}
.evault-message-popup .popup-content .text-info {
  height: 90px;
  text-align: center;
}
.evault-message-popup .buttons {
  margin-top: 10px;
}
/*#endregion*/
/*#region History / Logs Popup */
.history-log-popup {
  width: 1000px;
}
.history-log-popup td.caption {
  font-weight: 400;
  padding-right: 10px;
}
.history-log-popup .log-file-tab .log-viewer {
  height: 440px;
}
.history-log-popup .log-file-tab .log-file-box {
  overflow: hidden;
  display: none;
}
.history-log-popup .log-file-tab .log-file-box .log-file-text {
  height: 360px;
  overflow-y: scroll;
}
.history-log-popup .log-file-tab .log-file-box .log-file-text .log-line {
  font-family: "Courier New", Courier, monospace;
  display: block;
  padding: 0;
  margin: 0 0 3px 0;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.history-log-popup .log-file-tab .search-result-box {
  overflow: hidden;
  display: none;
}
.history-log-popup .log-file-tab .search-result-box .search-result-content {
  height: 360px;
  overflow-y: scroll;
}
.history-log-popup .log-file-tab .search-result-box .search-result-content .search-result {
  margin: 10px 0px;
  padding-bottom: 5px;
}
.history-log-popup .log-file-tab .search-result-box .search-result-content .search-result .search-result-icon {
  float: left;
  font-size: 9px;
}
.history-log-popup .log-file-tab .search-result-box .search-result-content .search-result .search-result-title,
.history-log-popup .log-file-tab .search-result-box .search-result-content .search-result .search-result-summary {
  margin-left: 25px;
  font-size: 12px;
  padding-bottom: 5px;
}
.history-log-popup .log-file-tab .kb-article-box {
  overflow: hidden;
  display: none;
}
.history-log-popup .log-file-tab .kb-article-box .kb-article-content {
  height: 160px;
  overflow-y: scroll;
}
/*#endregion*/
/*#region Change Password Popup */
#changeMyPasswordPopupPlaceholder {
  width: 810px;
}
.password-requirements-list {
  margin-left: 20px;
  list-style: disc;
}
.spec-chars {
  font-weight: 500;
  letter-spacing: 2px;
}
#changePasswordContent .form-horizontal {
  margin-bottom: 0;
}
/*#endregion*/
/*#region Change Password Confirmation Popup */
.password-change-confirmation {
  width: 330px;
}
/*#endregion*/
/*#region Change Preferences Popup */
#changePreferencesPopupPlaceholder {
  width: 330px;
}
/*#endregion*/
/*region Assign Policy popup*/
#assignPolicyPopup {
  width: 330px;
}
/*#endregion*/
/*region Enable/Disable Scheduled Jobs Popup */
.enable-disable-scheduled-popup {
  width: 330px;
}
/*#endregion*/
.auto-configure-popup {
  width: 810px;
}
/* ---------------------------------------------------------------------
Delete Status popup
------------------------------------------------------------------------ */
#delete-status-prompt-popup {
  width: 330px;
}
/*#region Manage Hyper-V Job Popup */
.manage-job-popup.manage-hyper-v-job-popup .manage-job-right-panel .window-box-content {
  height: 330px;
  padding: 10px;
  width: inherit;
}
.manage-hyper-v-job-popup .unprotected-virtual-machines,
.manage-hyper-v-job-popup .virtual-machines-to-protect {
  padding-top: 0px;
  margin-bottom: 0;
}
.manage-hyper-v-job-popup .multi-select {
  min-height: 230px;
}
.manage-hyper-v-job-popup .schedule-overlay-disabled {
  height: 370px;
  position: absolute;
  width: 467px;
  background: lightgrey;
  opacity: 0.5;
  z-index: 2;
  padding-top: 50px;
  font-size: 22em;
  padding-left: 260px;
}
.manage-hyper-v-job-popup input.schedule-job-deferring-time-textbox {
  padding: 0 10px !important;
}
.manage-hyper-v-job-popup .window-box-header-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
/*#endregion*/
/*#region*/
.generic-message-popup {
  width: 330px;
}
.generic-message-popup .popup-body-wrapper {
  border: none;
  padding: 0;
}
/*#endregion*/
/*#region*/
#changeMySettingsPopupPlaceholder {
  width: 810px;
}
#changeMySettingsPopupPlaceholder h5 {
  padding-left: 19px;
}
#changeMySettingsPopupPlaceholder .views-label {
  font-size: 12px;
  padding-left: 20px;
}
#changeMySettingsPopupPlaceholder .popup-content .loginbox {
  border: none;
  width: auto;
}
#changeMySettingsPopupPlaceholder .module {
  margin: 0;
}
.user-preferences-holder .progress {
  margin: 0;
  padding: 0;
}
.avatar-controls {
  padding-top: 57px;
}
.qq-upload-list {
  display: none;
}
/*#endregion*/
/*#region Loading Popup */
.loading-popup {
  width: 200px;
  height: auto;
  margin-left: -100px;
  margin-top: -50px;
  z-index: 3005;
}
.loading-popup .popup-content {
  padding-top: 40px;
  text-align: center;
  padding: 30px 0;
}
.loading-popup .popup-content .loading-text {
  font-weight: 300;
  margin-left: 10px;
}
/*#endregion*/
/*#region History Popup */
.history-popup {
  width: 330px;
}
.history-popup hr {
  margin: 0;
}
/*#endregion*/
/*#region File Browser Popup*/
.popup-window.file-browser-popup {
  width: 330px;
}
.file-browser-popup .file-browser {
  height: 290px;
  overflow: auto;
}
/*#endregion*/
/*#region Knowledge Base Article and Popup*/
.kb-article .SearchItemDetail .title {
  font-size: 1.75em;
  font-weight: bold;
  padding: 10px 5px 0px 5px;
}
.kb-article .SearchItemDetail .date-modified {
  margin-top: -3px;
  font-size: 9px;
  text-align: right;
  border-bottom: 1px solid #dcdcdc;
}
.kb-article .SearchItemDetail .content {
  margin-top: 10px;
  padding: 0 0 0 10px;
}
.kb-article-popup {
  width: 570px;
}
.kb-article-popup .SearchItemDetail .title {
  font-size: 1.75em;
  font-weight: bold;
  padding: 10px 5px 0px 5px;
}
.kb-article-popup .SearchItemDetail .date-modified {
  margin-top: -3px;
  font-size: 9px;
  text-align: right;
  border-bottom: 1px solid #dcdcdc;
}
.kb-article-popup .SearchItemDetail .content {
  margin-top: 10px;
  padding: 0 0 0 10px;
}
.kb-article-popup .SearchItemDetail {
  height: 400px;
}
/*#endregion*/
/*#region Groups Management Popup */
#manageGroupMembershipPopup {
  width: 350px;
  height: auto;
  margin-left: -175px;
  margin-top: -250px;
}
#manageGroupMembershipPopup .help-inline {
  font-size: 10px !important;
}
#manageGroupMembershipPopup .no-groups-mess {
  display: none;
  text-align: center;
  color: #777;
  padding-top: 45px;
}
.groups-list-container {
  padding: 7px 10px;
  border: 1px solid #ccc;
  background: #fff;
  height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.groups-list-container .search-group-inpt {
  width: 94%;
  height: 18px;
  padding: 0 8px;
  margin-bottom: 7px !important;
  font-size: 11px;
}
.groups-list .name-block {
  width: 232px;
}
.groups-list .name-block * {
  display: block;
  float: left;
}
.groups-list .group-item [type=checkbox] {
  margin-right: 8px;
}
.groups-list .group-item-buttons {
  padding-right: 8px;
}
.groups-list .btn-icon {
  display: none;
  font-size: 10px;
  background: #fff;
  border: 1px solid #777;
  color: #777;
  line-height: normal;
  padding: 1px 3px;
  margin-top: 1px;
  float: left;
  cursor: pointer;
}
.groups-list .btn-icon.disabled {
  color: #aaa;
  border-color: #aaa;
  cursor: default;
}
.groups-list .btn-cancel {
  margin-left: 2px;
}
.groups-list .new-group {
  background: #bee8ff;
}
.groups-list .group-item:hover {
  background: #eee;
}
.groups-list .group-item:hover .btn-edit {
  display: block;
}
.groups-list .group-item.editing .btn-edit,
.groups-list .group-item.editing .name {
  display: none;
}
.groups-list .group-item.editing .btn-save,
.groups-list .group-item.editing .btn-cancel,
.groups-list .group-item.editing .edit-name-inpt {
  display: block;
}
.groups-list .edit-name-inpt {
  display: none;
  width: 84%;
  height: 18px;
  padding: 0 4px;
  font-size: 11px;
}
.computer-new-group {
  position: relative;
}
.computer-new-group input[type=text] {
  padding-right: 45px;
}
.computer-new-group .btn {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
/*#endregion*/
/*#region About Popup */
.about-popup {
  width: 570px;
}
.about-popup table {
  border-radius: 0 !important;
}
.about-popup table > tbody > tr > td {
  padding: 4px;
  border-radius: 0 !important;
}
.about-popup .version-number {
  font-weight: 500;
}
.about-popup .copyright-info {
  border-top: 1px solid #dcdcdc;
  padding-top: 5px;
  margin-bottom: -15px;
  font-size: 0.9em;
}
/*#endregion*/
/*#region Add Existing Companies Popup */
.add-existing-companies-popup {
  width: 810px;
}
.add-existing-companies-popup .window-box-content {
  padding: 10px;
  width: inherit !important;
}
/*#region Operator request popup*/
.operator-request-popup {
  width: 570px;
}
/*#endregion*/
/*#region Custom Command Popup */
.custom-command-popup {
  width: 1000px;
}
/*#endregion*/
/*#region Multi UNC Restore Popup */
.multi-unc-restore-popup {
  width: 1000px;
}
.multi-unc-restore-popup .search-params div[class^='col-'] {
  -webkit-transition: width 0.2s linear 0s;
  -moz-transition: width 0.2s linear 0s;
  -o-transition: width 0.2s linear 0s;
  transition: width 0.2s linear 0s;
}
.multi-unc-restore-popup .search-params .search-param-descriptions {
  min-height: 35px;
}
.multi-unc-restore-popup .sub-text {
  margin-top: -5px;
  font-size: 10px;
}
.multi-unc-restore-popup .sub-text label {
  font-size: 10px;
}
.multi-unc-restore-popup .table-container {
  max-height: 300px;
  overflow-y: auto;
}
.multi-unc-restore-popup .table-container table tr a > [class^="fa fa-"],
.multi-unc-restore-popup .table-container table tr a > [class*="fa fa-"] {
  margin-right: 0px;
}
.multi-unc-restore-popup .table-container table tr td div {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}
.multi-unc-restore-popup .col-md-12 .table-container td div {
  max-width: 230px;
}
.multi-unc-restore-popup .col-md-9 .table-container td div {
  max-width: 180px;
}
.multi-unc-restore-popup table tr.included {
  background-color: #dff0d8 !important;
  color: #468847 !important;
}
.multi-unc-restore-popup table tr.included:hover > td {
  background-color: #dff0d8 !important;
  color: #468847 !important;
}
.multi-unc-restore-popup table tr .btn.expand {
  width: 100px;
}
.multi-unc-restore-popup .alert {
  padding: 5px;
}
/*#endregion*/
/*#region Retrieve Popup */
.retrieve-popup,
.safeset-password-popup {
  width: 570px;
}
.retrieve-popup .vertical-aligned,
.safeset-password-popup .vertical-aligned {
  vertical-align: middle;
  margin-top: 10px;
}
.retrieve-popup .emphasized,
.safeset-password-popup .emphasized {
  font-size: 1.4em;
  font-weight: normal;
  color: #0099cc;
  margin-left: 1em;
  margin-right: 1em;
}
.retrieve-popup .kb-message,
.safeset-password-popup .kb-message {
  font-style: italic;
}
.retrieve-popup .kb-message a,
.safeset-password-popup .kb-message a {
  margin-left: 0.4em;
}
/*#endregion*/
/*#region Auto Upgrade Events Popup */
.events-popup {
  z-index: 1;
  background: white;
  position: absolute;
  top: 33px;
  left: -366px;
  overflow: hidden;
  border: 1px solid #c2c2c2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  white-space: normal;
  width: 398px;
}
.events-popup .container {
  width: 100%;
}
.events-popup .container .text-overflow {
  max-height: 410px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
/*#endregion*/
/*#region Change password popup*/
.change-phone-number-popup {
  width: 425px;
}
.change-phone-number-popup .popup-body-wrapper {
  border: none;
  padding: 5px;
}
.change-phone-number-popup .change-phone-number-popup-content {
  height: 250px;
}
.change-phone-number-popup .change-phone-number-popup-content a {
  color: #7e7e7e;
  text-decoration: underline;
  font-size: inherit;
}
.change-phone-number-popup .change-phone-number-popup-content .verify-code-content input {
  height: 50px;
  font-size: medium;
  width: 100%;
}
/*#endregion*/
.popupDivider {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.edit-network-details-window-popup {
  width: 570px;
}
.edit-network-details-window-popup .form-horizontal .control-label {
  text-align: left;
}
.edit-network-details-window-popup .form-horizontal hr {
  margin-bottom: 20px;
}
.edit-network-details-window-popup .form-horizontal .form-group {
  margin-bottom: 10px;
  height: 40px;
}
.edit-network-details-window-popup .form-horizontal .form-group.has-error .error-text {
  margin-top: 1px;
}
.select-upgrade-type-window-popup {
  width: 570px;
}
.select-upgrade-type-window-popup .popup-body-wrapper {
  border: none;
}
.select-upgrade-type-window-popup .select-upgrade-type-note {
  padding: 8px 15px;
  margin-bottom: 0px;
}
.select-upgrade-type-window-popup label {
  margin-bottom: 0px;
}
.select-upgrade-type-window-popup .option-container p {
  padding-left: 0.5rem;
}
/*#region Edit Agent Upgrade Popup */
.edit-agent-upgrade-popup {
  width: 570px;
}
.edit-agent-upgrade-popup .popup-body-wrapper {
  border: 0px;
}
.edit-agent-upgrade-popup .well {
  margin-bottom: -1px;
  border-radius: 0px;
  border: 1px solid #dcdcdc;
}
.edit-agent-upgrade-popup .btn {
  border: 1px solid #aaaaaa;
}
.edit-agent-upgrade-popup label {
  font-weight: normal;
}
/*#endregion*/
/*#region application Consistent Settings panel */
#applicationConsistentSettingsWindowBox .toggle-control {
  font-size: 14px;
  float: right;
}
#applicationConsistentSettingsWindowBox .toggle-control .toggleText {
  font-size: 14px;
  padding-right: 5px;
}
#applicationConsistentSettingsWindowBox .toggle-control button {
  vertical-align: middle;
}
#applicationConsistentSettingsWindowBox .app-awareness-creds .control-group {
  margin-left: 0;
}
#applicationConsistentSettingsWindowBox .app-awareness-creds input {
  padding-right: 0;
  width: 180px;
}
#applicationConsistentSettingsWindowBox .app-awareness-creds .creds-username {
  margin-left: 0;
}
#applicationConsistentSettingsWindowBox .app-awareness-creds .app-awareness-creds-title {
  min-height: 100%;
  margin-bottom: 3px;
}
#applicationConsistentSettingsWindowBox .app-awareness-creds .app-awareness-creds-title h5 {
  margin-top: 0;
  margin-bottom: 0;
}
#applicationConsistentSettingsWindowBox .app-awareness-truncate-mode .app-awareness-truncate-mode-title {
  min-height: 100%;
}
#applicationConsistentSettingsWindowBox .app-awareness-truncate-mode .app-awareness-truncate-mode-title h5 {
  margin-bottom: 0;
}
#applicationConsistentSettingsWindowBox .app-awareness-tooltip {
  margin-left: 5px;
}
#hypervAppAwarenessSettingsBox .toggle-control {
  font-size: 12px;
  float: right;
  padding-right: 5px;
}
#hypervAppAwarenessSettingsBox .toggle-control .toggleText {
  font-size: 12px;
  padding-right: 5px;
}
#hypervAppAwarenessSettingsBox .toggle-control button {
  vertical-align: middle;
}
#hypervAppAwarenessSettingsBox .hyperv-app-awareness-tooltip {
  padding-left: 5px;
}
#hypervAppAwarenessSettingsBox .app-awareness-creds input {
  padding-right: 0;
  width: 180px;
  height: 16px;
  font-size: 12px;
}
#hypervAppAwarenessSettingsBox .app-awareness-creds .creds-username {
  margin-left: 0;
}
#hypervAppAwarenessSettingsBox .app-awareness-creds .app-awareness-creds-title {
  min-height: 100%;
  margin-bottom: 3px;
}
#hypervAppAwarenessSettingsBox .app-awareness-creds .app-awareness-creds-title h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}
#hypervAppAwarenessSettingsBox label {
  font-size: 12px;
}
/*#endregion*/
/*#region Application Awareness Per Vm Credentials*/
.application-awareness-per-vm .app-awareness-vm-creds input {
  padding-right: 0;
  width: 200px;
}
/*#endregion*/
/*Expandable back up set */
.expandable-backup-set-table tr:nth-child(even) td {
  border: none;
}
.expandable-backup-set-table .hidden-row {
  padding: 0;
}
.expandable-backup-set-table .expand-arrow {
  margin-left: 10px;
  color: #33ccff;
}
/*#endregion*/
/*#region 48 Hour Status History*/
#JobStatusHistory {
  width: 500px;
}
#JobStatusHistory table {
  margin-bottom: 0;
}
/*#endregion*/
/*#region Job Templates**/
.job-templates-popup {
  width: 1000px;
}
.job-templates-popup .include-exclude-btn-group {
  margin-top: 21px;
  margin-left: 5px;
}
.job-templates-popup .include-exclude-btn {
  margin-left: 5px;
}
.job-templates-popup .numberOfRetryLabel {
  margin-top: 10px;
}
.job-templates-popup .numberOfRetry {
  width: 30px;
  margin: 5px;
}
.job-templates-popup .window-box-content {
  min-height: 132px;
  max-height: 132px;
}
.job-templates-popup .selection-items-panel .selection-items .selection-item-short-name.selection-item-short-name-long-size {
  width: 475px;
}
.job-templates-popup .window-box-header-error {
  border-color: currentcolor currentcolor #b94a48;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  background-color: #f2dede !important;
  color: #b94a48;
}
.job-templates-popup .window-box-error {
  border: 1px solid #b94a48 !important;
  box-shadow: none;
}
/*#endregion Job Templates**/
.generic-confirmation-popup {
  width: 330px;
}
.customOverlay {
  position: fixed;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1030;
}
.customContent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.reactPopup {
  display: block;
  top: unset;
  position: relative;
}
.job-templates-schedule-table {
  border: 1px solid #d9d9d9;
  margin-top: 5px;
  max-height: 200px;
}
.job-templates-schedule-table-error {
  border: 1px solid #b94a48;
}
.react-schedule-view-popup {
  z-index: unset;
  margin-top: unset;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tools-outer .well {
  padding-top: 0;
}
.tools-outer.settings .well {
  padding-top: 19px;
}
.tools-nav .nav-list {
  padding: 0;
}
.tools-nav .nav-list > li > a,
.tools-nav .nav-list .nav-header {
  margin: 0 -19px;
}
.tools-nav .nav-list > li > a {
  cursor: pointer;
  color: #666666;
}
.tools-nav .nav-list > li.active > a {
  color: #FFFFFF;
}
.tools-nav .nav-list .nav-header {
  padding-left: 5px;
}
.tools-outer .tool-container {
  border: 1px solid #0099cc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tools-outer .tool-container.blank {
  border-color: #E3E3E3;
}
.tool-container .tool-inner-container {
  padding: 10px 20px;
  min-height: 50px;
}
.tool-container .tool-title {
  color: #0088CC;
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px 0 10px 20px;
  text-shadow: 1px 1px #FFF;
  background-color: rgba(0, 136, 204, 0.05);
  border-bottom: 1px dashed #0088CC;
  border-radius: 4px 4px 0 0;
}
.tool-container.blank .tool-title {
  border-bottom-color: #E3E3D3;
  background-color: #F5F5F5;
  color: #666;
}
/*#region Feedback Tool*/
.feedback-response {
  display: none;
  margin: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portal-tooltip {
  display: none;
  position: absolute;
  font-family: "Open Sans", Verdana, Tahoma, Helvetica, sans-serif;
  background-color: #282828;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
  color: #cfcfcf;
}
.tooltip-body {
  padding: 0px 5px;
  font-size: 12px;
}
.tooltip-body:hover button + span {
  text-decoration: underline;
}
.tooltip-body:hover i {
  font-weight: 500;
}
.tooltip-body > .btn-link {
  padding-left: 0;
  vertical-align: baseline;
  color: inherit;
}
.tooltip-body > .btn-link.active {
  box-shadow: none;
  background-color: inherit;
  font-weight: 500;
}
.tooltip-body .title {
  display: block;
  padding: 2px;
}
.tooltip-body .title.title-border-bottom {
  border-bottom: 1px solid #cfcfcf;
}

.filtered-select {
  min-width: 100px;
}
.filtered-select.filtered-select-btn {
  width: 100%;
  background-color: white;
  border: 1px solid #d9d9d9;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
  color: #999999;
  font-family: "Open Sans", Verdana, Tahoma, Helvetica, sans-serif;
}
.filtered-select.filtered-select-btn.state-focus {
  border: 1px solid #919191;
  box-shadow: none;
  color: #333333;
}
.filtered-select.filtered-select-btn span {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  float: left;
}
.filtered-select.filtered-select-dropdown {
  border: 1px solid lightgray;
  padding: 3px;
  position: absolute;
  z-index: inherit;
  text-align: left;
  min-width: 400px;
  overflow-y: hidden;
  display: none;
  background-color: white;
}
.filtered-select.filtered-select-dropdown .filtered-select-filter {
  width: 100%;
  padding: 0;
}
.filtered-select .selected-items {
  max-height: 100px;
  overflow-y: auto;
}
.filtered-select .filtered-select-item {
  padding: 0 3px;
}
.filtered-select .filtered-select-item input {
  margin-right: 3px;
}
.filtered-select .filtered-select-items {
  overflow-y: auto;
}
.filtered-select .filtered-select-apply {
  position: absolute;
  right: 10px;
  top: 400px;
}
.filtered-select .filtered-select-clear {
  position: absolute;
  right: 110px;
  top: 400px;
}

.dropdown-state-active {
  background: none;
  border: 1px solid #aaaaaa;
  font-weight: normal;
  color: #212121;
}
.ev-dropdown {
  font-size: 0.8em;
  font-family: inherit;
}
.dropdown-content label,
.dropdown-content input,
.dropdown-content textarea,
.dropdown-content select,
.dropdown-content button {
  font-size: 0.8em;
  font-family: inherit;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.input-append.bootstrap-timepicker {
  font-size: 13px;
}
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
  z-index: 100000;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

/*
	All styles that override or extend a framework (jQueryUI, Bootstrap) go in here.
	This file is loaded at the very end and will override any default styles.
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-widget {
  font-family: "Open Sans", Verdana, Tahoma, Helvetica, sans-serif;
}
/*#region Bootstrap Overrides */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  box-shadow: none;
  color: #999999;
  font-family: "Open Sans", Verdana, Tahoma, Helvetica, sans-serif;
}
.carbonite-ui select,
.carbonite-ui textarea,
.carbonite-ui input[type="text"],
.carbonite-ui input[type="password"],
.carbonite-ui input[type="datetime"],
.carbonite-ui input[type="datetime-local"],
.carbonite-ui input[type="date"],
.carbonite-ui input[type="month"],
.carbonite-ui input[type="time"],
.carbonite-ui input[type="week"],
.carbonite-ui input[type="number"],
.carbonite-ui input[type="email"],
.carbonite-ui input[type="url"],
.carbonite-ui input[type="search"],
.carbonite-ui input[type="tel"],
.carbonite-ui input[type="color"],
.carbonite-ui .uneditable-input {
  border: 1px solid #b3b3b3;
}
.carbonite-ui input:focus:invalid:focus,
.carbonite-ui textarea:focus:invalid:focus,
.carbonite-ui select:focus:invalid:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #b3b3b3;
}
.carbonite-ui button.btn.btn-large,
.carbonite-ui input[type="submit"].btn.btn-large,
.carbonite-ui a.btn.btn-large {
  padding-top: 10px;
  padding-bottom: 10px;
}
.carbonite-ui button.btn.btn-primary,
.carbonite-ui input[type="submit"].btn.btn-primary,
.carbonite-ui a.btn.btn-primary {
  color: #ffffff;
  background-color: #0099cc;
  border-color: #0099cc;
}
.carbonite-ui button.btn.btn-primary:hover,
.carbonite-ui input[type="submit"].btn.btn-primary:hover,
.carbonite-ui a.btn.btn-primary:hover,
.carbonite-ui button.btn.btn-primary:focus,
.carbonite-ui input[type="submit"].btn.btn-primary:focus,
.carbonite-ui a.btn.btn-primary:focus,
.carbonite-ui button.btn.btn-primary.focus,
.carbonite-ui input[type="submit"].btn.btn-primary.focus,
.carbonite-ui a.btn.btn-primary.focus,
.carbonite-ui button.btn.btn-primary:active,
.carbonite-ui input[type="submit"].btn.btn-primary:active,
.carbonite-ui a.btn.btn-primary:active,
.carbonite-ui button.btn.btn-primary.active,
.carbonite-ui input[type="submit"].btn.btn-primary.active,
.carbonite-ui a.btn.btn-primary.active {
  color: #ffffff;
  background-color: #286090;
  border-color: #286090;
}
.carbonite-ui input[disabled].btn {
  color: lightgrey !important;
}
.carbonite-ui input[disabled].btn.btn-primary:hover,
.carbonite-ui input[disabled].btn.btn-primary:focus,
.carbonite-ui input[disabled].btn.btn-primary.focus,
.carbonite-ui input[disabled].btn.btn-primary:active,
.carbonite-ui input[disabled].btn.btn-primary.active {
  background-color: #0099cc;
  border-color: #0099cc;
}
.carbonite-ui .alert {
  font-size: 13px;
}
.carbonite-ui .alert.extended-alert {
  margin: 0 -30px 0 -30px;
}
.carbonite-ui .alert.alert-success {
  background-color: #d5dec1;
  border-color: #87ad3a;
  color: #87ad3a;
  font-weight: 600;
}
.carbonite-ui .alert.alert-error {
  background-color: #e2c9cb;
  border: 1px solid #ad343e;
  color: #ad343e;
  padding: 15px 10px;
}
.carbonite-ui .btn-success {
  color: #eff4e6;
  background-color: #87ad3a;
  border-color: #87ad3a;
}
.carbonite-ui .btn-success:hover,
.carbonite-ui .btn-success:focus,
.carbonite-ui .btn-success.focus,
.carbonite-ui .btn-success:active,
.carbonite-ui .btn-success.active {
  color: #eff4e6;
  background-color: #5a7327;
  border-color: #5a7327;
}
.carbonite-ui.bs3 .form-group.has-error .error-text {
  font-size: 12px;
  padding: 5px;
}
.carbonite-ui.bs3 .form-group.has-error .left-aligned {
  text-align: left;
}
.carbonite-ui.bs3 .form-group label {
  font-size: 13px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.carbonite-ui.bs3 .input-group.has-error .error-text {
  font-size: 12px;
  padding: 5px;
}
.carbonite-ui.bs3 .action-item {
  font-size: inherit !important;
}
.carbonite-ui.bs3 .btn-default {
  background-color: #f5f5f5;
  border-color: #bbbbbb;
  padding: 6px 30px;
}
/*Added this to hide the 'x' button in IE which comes as a part of filtering text box (eg: textboxes under UserManager)
This way the Portal is consistant across browsers. Also this is fixed this way because, the 'x' button is specific to
 IE and its click events cannot be probably hooked up with the portal page refresh */
input[type="text"]::-ms-clear {
  display: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border: 1px solid #919191;
  box-shadow: none;
  color: #333333;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus,
.control-group.error .ui-selectmenu:focus {
  box-shadow: none;
}
.table thead th {
  font-weight: 600;
}
.well .well {
  background-color: #e8e8e8;
  border: 1px solid #cfcfcf;
}
.control-label.inline-label {
  display: inline;
}
div.main-content {
  margin-top: 120px;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
.dropdown-menu li {
  padding: 0 5px;
}
.dropdown-menu li > a {
  padding: 3px 20px 3px 10px;
  font-size: 0.9em;
  line-height: 2em;
}
button.btn.btn-danger + ul.dropdown-menu li > a:hover {
  background-color: #d05f59;
  background-image: -moz-linear-gradient(top, #dd7a75, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd7a75), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #dd7a75, #bd362f);
  background-image: -o-linear-gradient(top, #dd7a75, #bd362f);
  background-image: linear-gradient(to bottom, #dd7a75, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd7a75', endColorstr='#ffbd362f', GradientType=0);
}
button.btn.btn-info + ul.dropdown-menu li > a:hover {
  background-color: #61bad4;
  background-image: -moz-linear-gradient(top, #71c1d8, #49afcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#71c1d8), to(#49afcd));
  background-image: -webkit-linear-gradient(top, #71c1d8, #49afcd);
  background-image: -o-linear-gradient(top, #71c1d8, #49afcd);
  background-image: linear-gradient(to bottom, #71c1d8, #49afcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff71c1d8', endColorstr='#ff49afcd', GradientType=0);
}
.button.btn.btn-inverse + ul.dropdown-menu li > a:hover,
.button.btn.btn-inverse + ul.dropdown-menu li > a:focus {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(to bottom, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff222222', GradientType=0);
}
.dropdown .badge .caret {
  margin-top: 5px;
}
.form-actions {
  background-color: inherit;
  border: none;
  margin: 0;
  padding: 0;
}
.tab-content.info-tab ul {
  padding-left: 10px;
}
.tab-content legend {
  margin-bottom: 10px;
}
.tab-content legend + .control-group {
  margin-top: 0;
}
.row.row-bottom-spaced,
.row-fluid.row-bottom-spaced {
  margin-bottom: 20px;
}
.row.row-bottom-spaced.row-half-spaced,
.row-fluid.row-bottom-spaced.row-half-spaced {
  margin-bottom: 10px;
}
.row.row-bottom-spaced.row-quarter-spaced,
.row-fluid.row-bottom-spaced.row-quarter-spaced {
  margin-bottom: 5px;
}
.well.half-padded {
  padding: 10px;
}
.well.quarter-padded {
  padding: 5px;
}
.well.well-bottom-spaced {
  margin-bottom: 20px;
}
.well.well-bottom-half-spaced {
  margin-bottom: 10px;
}
.well.well-bottom-quarter-spaced {
  margin-bottom: 5px;
}
.well.well-bottom-zero-spaced {
  margin-bottom: 0;
}
.btn {
  box-shadow: none !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: none !important;
  background-image: none;
}
.btn.btn-info,
.btn.btn-primary,
.btn.btn-success,
.btn.btn-warning,
.btn.btn-danger,
.btn.btn-inverse {
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
  border-color: transparent;
}
.btn.btn-white-transparent {
  background: none !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.btn.btn-white-transparent:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.btn.btn-icon {
  width: 14px;
}
.btn-group > .btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-group > .btn:first-child {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.btn-group > .btn:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.btn-group > .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.btn-group .btn.btn-inverse + ul.dropdown-menu a:hover {
  background-image: none;
  background-color: #222222;
}
a.btn {
  color: #333333;
}
a.btn.btn-primary,
a.btn.btn-info,
a.btn.btn-success,
a.btn.btn-warning,
a.btn.btn-danger,
a.btn.btn-inverse {
  color: white;
}
select:focus,
.btn:focus {
  outline: 0;
}
.form-horizontal.form-wide-labels .control-label {
  width: 220px;
}
.form-horizontal.form-wide-labels .controls {
  margin-left: 240px;
}
/*#region Alerts*/
.alert {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.alert form {
  margin-bottom: 0;
}
.alert.alert-compact i:first-child {
  float: left;
  margin-right: 14px;
}
i.default {
  float: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
}
.alert.alert-single-line-message i:first-child {
  float: none;
  vertical-align: middle;
}
.alert.alert-single-line-message i:first-child + .alert-msg {
  margin-left: 10px;
  padding-left: 10px;
}
.alert.alert-single-line-message span {
  min-height: 0;
}
/*#endregion*/
label.checkbox + div.checkbox-desc,
label.radio + div.radio-desc {
  font-size: 0.9em;
  margin-left: 20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 0px;
}
[class*="span"].pull-left,
.row-fluid [class*="span"].pull-left {
  float: left;
}
td.error .control-label,
td.error .help-block,
td.error .help-inline {
  color: #e51400;
}
td.error .checkbox,
td.error .radio,
td.error input,
td.error select,
td.error textarea {
  color: #e51400;
}
td.error input,
td.error select,
td.error textarea {
  border-color: #e51400;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
td.error input:focus,
td.error select:focus,
td.error textarea:focus {
  border-color: #b21000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff5c4c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff5c4c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff5c4c;
}
td.error .input-prepend .add-on,
td.error .input-append .add-on {
  color: #e51400;
  background-color: #f2dede;
  border-color: #e51400;
}
.error input {
  border: 1px solid #e51400 !important;
}
.well {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.show {
  display: block !important;
}
/*#endregion*/
/*#region Plugin Overrides */
.ui-multiselect-menu {
  padding-bottom: 5px;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes > li {
  line-height: 1em;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes > li > label {
  margin-bottom: 0px;
}
.ui-multiselect-menu ul.ui-multiselect-checkboxes > li > label > input {
  vertical-align: text-bottom;
  margin-right: 5px;
}
.ui-multiselect-header .ui-multiselect-all .fa-check-square:before,
.ui-multiselect-header .ui-multiselect-none .fa-square:before {
  content: none !important;
}
/*#endregion*/
/*#region SelectMenu Overrides */
a.ui-selectmenu:hover {
  text-decoration: none;
  color: inherit;
}
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
  padding: 0.3em 0.5em 0;
}
/*#endregion*/
/*#region User Settings Page */
#changeUserPreferences-popup > .tabs .tab-content.agent-tab .sortable,
#changeUserPreferences-popup > .tabs .tab-content.vaultprofile-tab .sortable,
#changeUserPreferences-popup > .tabs .tab-content.childcompany-tab .sortable {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid silver;
}
#changeUserPreferences-popup > .tabs .tab-content.agent-tab li,
#changeUserPreferences-popup > .tabs .tab-content.vaultprofile-tab li,
#changeUserPreferences-popup > .tabs .tab-content.childcompany-tab li {
  padding: 5px;
}
#changeUserPreferences-popup > .tabs .tab-content.agent-tab li:hover,
li.dragged,
#changeUserPreferences-popup > .tabs .tab-content.vaultprofile-tab li:hover,
li.dragged,
#changeUserPreferences-popup > .tabs .tab-content.childcompany-tab li:hover,
li.dragged {
  background: #eee;
  border: 1px #000 solid;
  padding: 4px;
  list-style-type: none;
}
#changeUserPreferences-popup > .tabs .tab-content.agent-tab .sortable p {
  margin: 0;
}
#changeUserPreferences .tabs > ul {
  padding: 0 !important;
}
#changeUserPreferences .tabs .tab-content {
  padding: 20px 0 0 0;
  overflow: hidden;
}
#changeUserPreferences .tabs .tab-content > div {
  padding-left: 20px;
}
.tabs .tab-content legend {
  line-height: 30px;
}
.user-preferences-holder .avatar-controls .file-upload-error {
  margin-top: 10px;
}
.user-preferences-holder .avatar-controls .btn {
  vertical-align: top;
}
/*#endregion*/
/*#region DesinationConfiguration - Restoring SQL Database page */
.destination-configuration label {
  font-weight: normal;
}
.destination-configuration .inputcredentials {
  height: 200px;
  width: 100%;
  display: inline-block !important;
  margin: 0px;
  padding: 0px;
}
.destination-configuration table tbody tr td input {
  cursor: auto;
}
.destination-configuration table tbody tr td a.input-group-addon {
  width: 0px;
  padding: 1px;
}
/*#endregion */
/*#region Company Information*/
.table.vault-profiles th {
  padding: 0;
  border-bottom: inherit;
}
.vault-accounts {
  overflow: auto;
  position: relative;
}
.vault-accounts > table th.col-vault-name {
  min-width: 50px;
}
#VaultProfileSettings {
  max-height: 250px;
  overflow-y: auto;
}
/*#endregion*/
/*#region Misc */
.scroll-y {
  overflow-y: scroll;
}
.align-right {
  text-align: right;
}
.uneditable-input,
.uneditable-textarea,
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: auto;
}
i.spaced {
  margin-right: 3px;
}
i.vertically-centered {
  vertical-align: middle;
}
.fa-11x {
  font-size: 1.1em;
}
.pointer {
  cursor: pointer;
}
.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 500;
  text-shadow: none;
}
/*#endregion*/
/*#region Date Range Picker*/
.ui-daterangepicker .ranges.ui-widget-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: 1px solid transparent;
  border-left: 1px solid #aaaaaa;
}
/*#endregion*/
/*#region AutoComplete*/
.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
}
/*#endregion*/
/*#region Bootstrap 3 Specific*/
.bs3 {
  /*#region jquery-ui*/
  /*#endregion*/
}
.bs3 hr {
  margin: 0;
}
.bs3 .radio,
.bs3 .checkbox {
  padding-left: 0;
}
.bs3 .table .btn {
  border-radius: 0 !important;
}
.bs3 .btn {
  border-radius: 2px !important;
}
.bs3 .btn.btn-icon {
  width: 40px;
  line-height: 17px;
}
.bs3 .form-group,
.bs3 .input-group {
  margin-bottom: 5px;
}
.bs3 .form-group label,
.bs3 .input-group label {
  font-weight: normal;
  display: block;
  font-size: 12px;
  margin-bottom: 0;
}
.bs3 .form-group label.inline-label,
.bs3 .input-group label.inline-label {
  display: inline;
}
.bs3 .form-group input,
.bs3 .input-group input,
.bs3 .form-group select,
.bs3 .input-group select {
  height: 30px;
  width: 100%;
}
.bs3 .form-group .half,
.bs3 .input-group .half {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.bs3 .form-group a.dropdown-toggle:hover,
.bs3 .input-group a.dropdown-toggle:hover {
  text-decoration: none;
}
.bs3 .form-group.has-error .control-label,
.bs3 .input-group.has-error .control-label {
  color: #e51400;
  display: inline;
}
.bs3 .form-group.has-error .help-inline,
.bs3 .input-group.has-error .help-inline,
.bs3 .form-group.has-error .help-block,
.bs3 .input-group.has-error .help-block {
  font-size: 9px;
  line-height: 14px;
  text-align: right;
  background-color: #f2dede;
  border-color: #eed3d7;
  border-width: 1px;
  border-style: solid;
  color: #e51400;
  margin: 2px 0px;
  padding-right: 5px;
  display: inline;
}
.bs3 .form-group.has-error .help-inline.pull-right,
.bs3 .input-group.has-error .help-inline.pull-right,
.bs3 .form-group.has-error .help-block.pull-right,
.bs3 .input-group.has-error .help-block.pull-right {
  margin-right: 15px;
  margin-left: 15px;
}
.bs3 .form-group.has-error .error-text,
.bs3 .input-group.has-error .error-text {
  font-size: 9px;
  line-height: 14px;
  text-align: right;
  background-color: #f2dede;
  border-color: #eed3d7;
  border-width: 1px;
  border-style: solid;
  color: #e51400;
  margin: 2px 0px;
  padding-right: 5px;
  display: block;
  margin: -3px 0 2px 0;
  cursor: text;
}
.bs3 .form-group.has-error input,
.bs3 .input-group.has-error input,
.bs3 .form-group.has-error select,
.bs3 .input-group.has-error select {
  border-color: #e51400;
}
.bs3 .form-group.has-error .no-val,
.bs3 .input-group.has-error .no-val {
  border-color: #ccc;
}
.bs3 .form-group .form-control,
.bs3 .input-group .form-control {
  border-radius: 0 !important;
}
.bs3 .form-group .form-control:focus,
.bs3 .input-group .form-control:focus {
  border: 1px solid #919191;
  box-shadow: none;
  color: #333333;
}
.bs3 select:focus,
.bs3 textarea:focus,
.bs3 input:focus,
.bs3 .uneditable-input:focus {
  border: 1px solid #919191;
  box-shadow: none;
  color: #333333;
}
.bs3 .dropdown-menu {
  padding: 0;
}
.bs3 .alert a .fa {
  color: #ff5c4c;
  text-decoration: none;
}
.bs3 .ui-state-default,
.bs3 .ui-widget-content .ui-state-default,
.bs3 .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  color: #555;
}
.bs3 .ui-state-default:hover,
.bs3 .ui-widget-content .ui-state-default:hover,
.bs3 .ui-widget-header .ui-state-default:hover {
  text-decoration: none;
  color: #333;
}
.bs3 a.disabled:hover,
.bs3 a.disabled:focus {
  text-decoration: none;
}
/*#endregion*/
/*#region Angular DateTimePicker */
.datetimepicker {
  padding: 0;
  width: 230px;
  font-size: 11px;
}
.datetimepicker table.table {
  margin-bottom: 0;
}
.datetimepicker table.table > thead > tr th {
  padding: 5px;
}
.datetimepicker table.table tr td span {
  height: 30px;
  line-height: 30px;
}
.datetimepicker table.table-striped > tbody > tr:nth-child(odd) {
  background-color: white;
}
.datetimepicker table.table-striped > tbody > tr td {
  padding: 5px;
}
/*#endregion*/
/*#region Tree Control */
treecontrol {
  /* prevent user selection */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* default */
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #555;
  text-decoration: none;
}
treecontrol ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  border: none;
  overflow: hidden;
}
/* This is so the root element of the tree is not indented*/
treecontrol > ul {
  padding: 0;
}
treecontrol li {
  position: relative;
  padding: 2px 0px;
  line-height: 20px;
  background-position: -90px 0;
  background-repeat: repeat-y;
}
treecontrol li.tree-expanded i.tree-leaf-head,
treecontrol li.tree-collapsed i.tree-leaf-head {
  display: none;
}
treecontrol li.tree-expanded i.tree-branch-head,
treecontrol li.tree-collapsed i.tree-branch-head {
  display: inline;
}
treecontrol li.tree-leaf i.tree-branch-head {
  display: none;
}
treecontrol li.tree-leaf i.tree-leaf-head {
  display: inline;
}
treecontrol li i.tree-branch-head {
  cursor: pointer;
}
treecontrol li .tree-label {
  cursor: pointer;
  display: inline;
}
treecontrol li .tree-unselectable {
  cursor: not-allowed;
}
treecontrol.tree-classic i {
  background-repeat: no-repeat;
}
treecontrol.tree-classic li.tree-expanded i.tree-branch-head {
  padding: 0px 10px;
}
treecontrol.tree-classic li.tree-collapsed i.tree-branch-head {
  padding: 0px 10px;
}
treecontrol.tree-classic li.tree-leaf i.tree-leaf-head {
  padding: 0px 10px;
}
treecontrol.tree-classic li .tree-selected .tree-label {
  background-color: #c9dde1;
  font-weight: bold;
}
treecontrol.tree-classic li .tree-unselectable {
  color: #ddd;
}
/*#endregion*/
/* #region ui-grid styling */
.ui-grid-header-canvas {
  background-color: white;
  font-weight: normal;
  font-size: 1.1em;
}
.ui-grid-header-canvas {
  background-color: #929292;
  color: #fdfdfd;
}
.ui-grid-header-canvas .ui-grid-icon-plus-squared {
  display: none;
}
.ui-grid-header-canvas .ui-grid-row-selector-header {
  background-color: #fff;
  min-height: 30px;
}
.ui-grid-filter-container {
  background-color: #ffffff;
}
.ui-grid-cell {
  border: 0 !important;
  color: #000000;
  font-weight: normal;
}
.ui-grid-icon-plus-squared,
.ui-grid-icon-minus-squared {
  color: #000000;
}
div.ui-grid-cell input[type="checkbox"] {
  margin: 0px;
}
#upgrades-grid,
.ui-grid-header-cell-wrapper {
  border-radius: 2px;
}
.scrollFiller {
  border: none;
}
.ui-grid-sort-priority-number {
  display: none;
}
.ui-grid-row :nth-child(odd).ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #fdfdfd;
}
.ui-grid-row :nth-child(odd) .ui-grid-cell.ui-grid-row-header-cell {
  background-color: #fdfdfd;
}
.ui-grid-row :nth-child(even).ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #f3f3f3;
}
.ui-grid-row :nth-child(even) .ui-grid-cell.ui-grid-row-header-cell {
  background-color: #f3f3f3;
}
.ui-grid-row .greyed {
  color: #b1b1b1;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  border-right-color: #d4d4d4;
}
/* #endregion */
/*#region File Picker Button*/
input[type='file'].btn {
  padding: 0;
  background-color: transparent;
  border-width: 0px;
}
/*#endregion*/
/*#region Ng Table*/
.ng-table > thead > tr > th.header {
  background: none repeat scroll 0 0 #929292;
  color: whitesmoke;
  font-weight: 400;
  padding: 4px 6px;
  line-height: 20px;
  font-size: 13px;
  border-radius: 0 !important;
}
.ng-table > thead > tr > th.header .btn {
  max-height: 20px;
  border: none;
}
.ng-table > thead > tr > th.sortable .sort-indicator:after,
.ng-table > thead > tr > th.sortable .sort-indicator:before {
  border-color: whitesmoke transparent;
}
.ng-table > thead > tr > th.sortable .sort-indicator:before {
  border-top: 4px solid whitesmoke;
}
.ng-table > thead > tr > th.sortable.sort-desc .sort-indicator:after {
  border-top: 4px solid whitesmoke;
}
.ng-table > thead > tr > th.sortable div:after,
.ng-table > thead > tr > th.sortable div:before {
  border-color: whitesmoke rgba(0, 0, 0, 0);
  opacity: 0.75;
}
.ng-table > thead > tr > th.sortable.sort-desc,
.ng-table > thead > tr > th.sortable.sort-asc {
  background-color: #858585;
  text-shadow: none;
}
.ng-table > thead > tr > th.sortable.sort-asc div:hover,
.ng-table > thead > tr > th.sortable.sort-asc div:hover:after {
  opacity: 1;
}
.ng-table > thead > tr > th.filter .input-filter {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  color: #cccccc;
  -webkit-transition: border 0.2s linear 0s;
  -moz-transition: border 0.2s linear 0s;
  -o-transition: border 0.2s linear 0s;
  transition: border 0.2s linear 0s;
  padding: 4px 6px;
  font-size: 13px;
  font-weight: 500;
  padding: 0 0 0 5px;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  min-height: 20px;
}
.ng-table > thead > tr > th.filter .input-filter:focus {
  border: 1px solid #919191;
  box-shadow: none;
  color: #333333;
}
.ng-table.table-striped > tbody > tr.odd > td {
  background-color: whitesmoke;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.ng-table.table-striped > tbody tr.odd:hover > td {
  background-color: #e8e8e8;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.ng-table.table-striped > tbody tr.even > td {
  background-color: #fdfdfd;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.ng-table.table-striped > tbody tr.even:hover > td {
  background-color: #e8e8e8;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.module-content .ng-table-counts {
  display: none;
  visibility: hidden;
}
/*#endregion*/
/*#region bootstrap-timepicker*/
.popup-window .popup-body-wrapper .bootstrap-timepicker i {
  margin-right: 0px;
}
/*#endregion*/
/*#region adjustments for the radio inputs */
.control-group.error label.radio {
  color: #333333;
}
label.text input[type="radio"] {
  margin-top: 10px;
}
/*#endregion */
/*#region override some styles on api settings page */
form.api-settings-form-messaging div.well div.row label.control-label,
form.api-settings-form-monitoring div.well div.row label.control-label {
  font-weight: normal;
}
form.api-settings-form-messaging div.well div.row div.col-md-9,
form.api-settings-form-monitoring div.well div.row div.col-md-9 {
  padding-left: 0px;
}
/*#endregion */
/*#region override chosen plugin */
.chosen-container.chosen-container-single {
  width: calc(100% - 45px) !important;
}
.chosen-container .chosen-single {
  line-height: 29px;
  height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  text-decoration: none !important;
  background-image: none !important;
}
.chosen-container .chosen-single:hover {
  color: inherit;
}
.chosen-container .chosen-search-input {
  width: 100% !important;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #0099cc !important;
  background-image: none;
  color: #fff;
}
.chosen-container.chosen-with-drop .chosen-single div b {
  background-position: -18px 5px;
}
.chosen-container .chosen-single div b {
  background-position: -1px 4px;
}
