@import "d3.css";

.resultsColumn {
  width: 40%;
}

#restoreWizardContainer .field-content {
  width: 10%;
}

.contentSelectHeader {
  border-left: 5px #efefef solid;
  padding-left: 10px;
  height: 38px;
}

#restoreWizardContainer .field-status, #restoreWizardContainer .field-ScanType {
  width: 7%;
}

#restoreWizardContainer .field-finishTime {
  width: 12%;
}

.field-errors, .field-success, .field-status {
  width: 8%;
  text-align: center !important;
}


#backupStatusReportWide .field-errors, #backupStatusReportWide .field-success, #backupStatusReportWide .field-status {
  width: 50%;
  /* text-align: center !important; */
}

#backupRetryStatusReportWide .field-errors, #backupRetryStatusReportWide .field-success, #backupRetryStatusReportWide .field-status {
  width: 50%;
  /* text-align: center !important; */
}

#restoreStatusReportWide .field-errors, #restoreStatusReportWide .field-success, #restoreStatusReportWide .field-status {
  width: 50%;
  /* text-align: center !important; */
}

.visualizer-bulk-select-container {
  width: calc(100% - 5px);
  padding-bottom: 5px;
  padding-left: 5px;
}
.visualizer-bulk-select-container .d3-visualizer-controls-bulk-select {
  display: inline-block;
  width: calc(100% - 110px);
}

.visualizer-bulk-select-container .visualizer-controls-bulk-apply-btn {
  display: inline-block;
  width: 100px !important;
}


#HistoryGrid .field-status {
  width: 10%;
}

.field-View-Results {
  width: 20%;
}

table.backupReport td {
  padding: 0.25rem;
}

.percentageCard {
  background:#828282;
  color: white;
}

.percentageCardComplete {
  background: #81c081;
  color:white;
}

.percentageCardCancel {
  background: red;
  color: white;
}

.success {
  color:green;
}
.failure {
  color: red;
}
.processing {
  color: blue;
}

#backupStatusReport {
  overflow: scroll;
  overflow-y: auto;
  overflow-x: auto;
}

.field-content, .field-Details {
  width: 65px;
  text-align: center !important;
}

#prescanResultsUserGrid .field-content {
  width: 70px;
  text-align: center !important;
}

#prescanResultsMissingItemGrid .field-destinationItem {
  width: 590px;
}

#postProcessingStatusGrid .field-content {
  width: 80px;
}

#postProcessingStatusGrid .field-processingStatusHistory {
  width: 65px;
}

.filtercontainer {
  float: left;
  margin-bottom: 2px;
  margin-left: 5px;
}

.dijitCalendarArrow  {
  display: none;
}

.singleline {
  display: inline;
}

.clickable {
  cursor: pointer;
}

.center {
  text-align: center;
}

.itemtype {
  background-color: #666 !important;
  color: #fff;
  font-weight: bold;
}

.cancelFilter {
  background: red;
  color: white;
  border: none;
  height: 23px;
  cursor: pointer;
}
.licensedto {
  font-weight: 700;
}

.allowlist-panel {
  border-bottom:solid #ccc 1px;
  padding: 5px 0px;
}

.horizontal-run {
  position: relative;
  display: inline-block;
}

.dijitValidationTextBoxError .dijitValidationContainer {
  margin-top: 4px;
}

.dgrid-row-table tr, td.dgrid-cell {
  padding: 8px;
}

.panel-red {
  background-color: #f3ded7 !important;
}

.panel-orange {
  background-color: #fff0dc !important;
}

.icon-sized {
  font-size: 12px;
}

#scanResultsGrid .field-Status, #scanResultsGrid .field-Details {
  width: 7%;
  text-align: center;
}

.settingsColumnLeft, .settingsColumnRight {
  float: left; width: 50%;
}

@media only screen and (max-width: 860px) {
  .settingsColumnLeft, .settingsColumnRight {
    width: 100%;
  }
}

#tokenNotice, #tokenWarning, #netWarning {
  max-width: 500px;
  margin: auto;
}

.ui-state-active .text-yellow {
  color: #efe397;
}

select.input-error, select.input-success  {
  background-size: 1.5rem;
}

.backupButton {
  display: inline-block;
  width: 90%;
  /* height: 600px; */
  height: 70vh;
  background: #f8f8f8;
  padding: 20px;
  border: 1px solid #efefef;
  text-align: center;
}

.restoreButton {
  display: inline-block;
  width: 90%;
  /* height: 600px; */
  height: 30vh;
  background: #f8f8f8;
  padding: 20px;
  border: 1px solid #efefef;
  text-align: center;
}

.homepageNavButton {
  display: inline-block;
  width: 270px;
  background: #f8f8f8;
  padding: 20px;
  border: 1px solid #efefef;
  text-align: center;
}

.backupButtonHelp {
  cursor: pointer;
  color: black !important;
}

.homepageNavButton:hover, .backupButton:hover, .restoreButton:hover {
  cursor: pointer;
  background: #0079c1 !important;
  color: #fff;
}

.sidenavButton:hover {
  cursor: pointer;
  background: #0079c1 !important;
  color: #fff;
}

.sidenavButton.is-active {
  background: #0079c1 !important;
  color: #fff;
}

.sidenavButton.is-active:hover {
  cursor: initial;
}

.inlineSelect {
  display: inherit;
  margin-top: -7px;
}

.flat select {
  padding-left: 10px;
  padding-right: 15px;
}

/* DGRID */
.dgrid-pagination .dgrid-status {
  margin-top: 5px;
}

.dgrid-header table {
  margin-bottom: 0px;
}

.dgrid-row-table {
  margin-bottom: 0px;
}

.dgrid-no-data {
  padding-top: 30px;
  padding-left: 10px;
}

.field-Authentication {
  width: 10%;
}

.field-StorageType {
  width: 10%;
}
.field-Edit {
  width: 15%;
}

.field-Type {
  width: 7%;
}

.field-Select input, th.field-Select, td.field-Select {
  width: 5%;
  text-align: center;
}

/* History */
.field-issuesFound, .field-ActionsTaken {
  width: 7%;
}
th.field-issuesFound, td.field-issuesFound, th.field-ActionsTaken, td.field-ActionsTaken {
  text-align: center;
}

.field-ScanType {
  width: 15%;
}

/* .field-status {
  width: 10%;
} */

/* Scheduled Scans */
.field-repeating {
  width: 10%;
  text-align: center !important;
}

.field-Frequency {
  width: 10%;
}


.dgrid-cell {
  padding: 0px;
  text-align: left;
  overflow: hidden;
  vertical-align: middle !important;
  border: 1px solid #ddd;
  border-top-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.dgrid-hider-menu-row label {
  position: relative;
  display: block;
  margin: 0;
}

/**** dgrid ***/
.dgrid-selector {
  height: 18.7rem !important;
}
 .dgrid {
  height: 15.75rem;
  border: none;
  background-color: #efefef;
  border-top: 1px solid #cccccc;
}
 .dgrid-hider-toggle {
 height: 2.25rem;
 background: url(images/plus-7-16.png) no-repeat center center;
}
 .dgrid label,
 .dgrid table {
  margin-bottom: -1px !important;
}
 .dgrid-header-row table tr th {
  background-color: #efefef;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: none;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.375;
  padding: 0.5rem 0.25rem;
}
 .dgrid-row-table tr td.dgrid-cell {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: none;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.375;
  /*padding: 0.5rem;*/
}
 .dgrid-resize-handle {
  height: 2.25rem;
  right: -0.8rem;
  top: -0.5rem;
  border-left: 10px solid transparent;
}
 .dgrid-row {
  min-height: 2.25rem !important;
}
 .dgrid-selected tr td.dgrid-cell, .dgrid-selected tr td.dgrid-cell a {
  background-color: #0079c1;
  color: #FFF;
}
 .dgrid-selected tr td.dgrid-cell span .dijitNumberTextBox.dijitSpinner,
 .dgrid-selected tr td.dgrid-cell span .dijitComboBox {
  color: #4c4c4c !important;
 }
 .dgrid-scroller {
  /*height: 11.25rem;*/
  background-color: #FFF;
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

#selectAllVisualize {
  color: #338033;
    border-color: #338033;
}

#selectAllVisualize:hover {
  color: white;
    background-color: #338033;
}
/* .dgrid-footer {
  height: 2.25rem;
  line-height: 1.375;
  font-size: 0.875rem;
  padding: 0.425rem 0.5rem 0rem 0.5rem;
  background-color: #efefef;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: none;
}
/* .dgrid-pagination select {
  height: 1.25rem;
  width: auto;
  margin: 3px 0px 0px 10px;
}*/

.pointer {
  cursor: pointer;
}

.dgrid-pagination .dgrid-status {
  padding-left: .25rem;
}


.dijitComboBox .dijitButtonNode {
  line-height: 28px !important;
}

#EULAmodal p {
  font-size: 12px;
}

@media (max-width: 545px) {
  .field-Edit {
    width: inherit;
  }
  .field-Select input, th.field-Select, td.field-Select {
    width: 7%;
    text-align: center;
  }

  #scanResultsGrid .field-Details {
    width: 9%;
    text-align: center;
  }
  .field-ContentName {
    width: 39%;
  }
  td.field-ContentName {
    font-size: 12px !important;
  }
  .field-Actions {
    width: 35%;
  }

  .field-Actions select {
    font-size: 12px;
    height: 31px;
  }

  .field-Details {
    width: 10%;
  }

  /* sched */
  .field-repeating {
    width: 22%;
  }
}