.centered {
  display: block;
  float: left;
  margin: auto;
  padding: 0px;
  width: 100%;
  text-align: center;
  height: 50px;
}

  .centered img {
    height: 34px;
    margin-top: 26px;
    float: left;
  }

.reportTypeIcon {
  width: 30px !important;
  height: 30px !important;
  top: 150px;
}

.centered span {
  float: left;
  font-weight: bold;
  padding-top: 34px;
  margin-left: 10px;
}

/* --- END PAGE LAYOUT --- */

.icon-red {
  color: #e74c3c;
}

.icon-green {
  color: #2ecc71;
}

.green {
  color: #2ecc71;
}

.amber {
  color: #f39c12;
}

.red {
  color: #e74c3c;
}

.icon-badge[data-count]:after {
  position: absolute;
  right: 0%;
  bottom: 58%;
  content: attr(data-count);
  font-size: 10px;
  padding: .6em;
  border-radius: 999px;
  line-height: 0.75em;
  color: white;
  background: rgba(255,0,0,.85);
  text-align: center;
  min-width: 2em;
  font-weight: bold;
}

.icon-padding {
  padding: 0px 10px 0px 10px;
}

.titleImageRight {
  float: left;
  margin-top: 5px;
}

.icon-size {
  font-size: 25px;
  font-weight: 100 !important;
}

.icon-red {
  color: #e74c3c;
}

.icon-green {
  color: #2ecc71;
}

.center-me {
  margin: 0px auto;
}

.med-height {
  height: 440px;
}

.arrow-tab {
  width: 100px;
  color: Black !important;
  outline: none;
  font-size: 16px !important;
}

  .arrow-tab > span {
    background: white;
    padding: 5px;
    border: 1px solid white;
    border-radius: 8px;
  }

  .arrow-tab .r-image {
    width: 20px;
    margin-left: 10px;
    position: relative;
    top: 4px;
  }

.black-bottom {
  border-bottom: 2px solid Black;
}

.fixed-height {
  height: 37px;
}

#tabs > div {
  padding: 4px;
}

.PhaseSelection li {
  list-style: none;
  margin-left: -20px;
}

.PhaseSelection span {
  position: absolute;
  margin-left: 10px;
}

/* PROGRESS BAR */

.progress-bar.green {
  background: Green;
  border: 1px solid Green;
}

.progress-bar.amber {
  background: Orange;
  border: 1px solid Orange;
}

.progress-bar.red {
  background: Red;
  border: 1px solid Red;
}

/* END PROGRESS BAR */

.ui-widget-header {
  border: none;
  background: #003366 url("/") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}

.RoundedDiv {
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  padding: 5px;
  margin: 5px;
  margin-top: 0px;
}



/* jquery tabs override */

.customTabs .ui-widget-header {
  border: none !important;
  background: none !important;
}

.customTabs ul li a {
  padding: 12px !important;
  /*font-weight: bold !important;*/
  padding-left: 18px !important;
  padding-right: 18px !important;
  font-size: 14px;
  letter-spacing: 1.4px;
}

.SubjectContent p, .ActivityContent p, .ActivityContent h1, .ActivityContent h3, .ActivityContent table {
  color: #003366;
}

/* Hierarchy */
.HierarchyContainer {
  background: #d3d3d3;
  padding: 15px;
  border: 1px solid black;
  border-radius: 4px;
}

  .HierarchyContainer ul {
    list-style-type: none;
    margin: 0;
  }

.HierarchyTop {
  padding: 0;
}

.InitiallyHidden {
  display: none;
}

.Bar {
  border: 1px solid #000000;
  margin-bottom: 3px;
  background-color: #B5B5B5;
  display: inline-block;
  width: 100%;
  min-height: 40px;
  border-radius: 4px;
}

.BarText {
  float: left;
  line-height: 40px;
  padding-left: 8px;
}

.BarDescription {
  margin-left: 5px;
  padding: 5px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 100%;
}

.BarText img {
  vertical-align: middle;
}

.BarControls {
  float: right;
  padding-top: 8px;
  padding-right: 8px;
  margin-top: 4px;
}

  .BarControls img {
    margin-left: 5px;
  }

/*DIGITAL CLOCK */
div.clock span {
  font-size: 28px;
}

.clock {
  padding: 10px;
  border: 1px solid black;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  right: 10px;
  background: white;
}

.CheckoutItem td {
  padding: 5px;
}

.product-order-table {
  width: 43%;
  margin-left: 20px;
  float: left;
  border: 1px solid rgb(206, 206, 206);
  padding: 44px;
  border-radius: 5px;
  background: white !important;
}

.product-order-table-right {
  width: 26%;
  margin-right: 20px;
  float: right;
  border: 1px solid rgb(206, 206, 206);
  padding: 44px;
  border-radius: 5px;
  background: white !important;
}

.order-background {
  width: 80%;
  background: rgb(232, 234, 255);
  margin: 0px auto;
  min-height: 490px;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid grey;
}

.TableTextBox input[type=text], .TableTextBox, .TableTextBox input[type=password] {
  width: 100%;
}

  .TableTextBox input[type=text], .TableTextBox input[type=password] {
    padding-right: 1px;
    padding-left: 1px;
  }

.PhaseOpaque {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* JQPLOT OVERRIDES */
.jqplot-point-label {
  color: Black;
}

.button-link {
  outline: 0;
  margin: 0px 0px 0 0;
  padding: 3px 1em;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  text-align: center;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background: rgb(137, 137, 137);
  border: 1px solid rgb(168, 168, 168);
  font-weight: bold;
  top: 5px;
  color: White !important;
  font-size: 12px !important;
}

  .button-link:hover {
    background: rgb(203, 203, 203);
  }

.zero-pad td {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.Widget, .WidgetLow {
  text-align: center;
  height: 320px;
  margin-bottom: 5px;
  display: inline-block;
  clear: none;
}

  .Widget > div, .WidgetLow > div {
    margin: 5px;
    /* height: 300px;*/
    padding: 5px;
  }

.WidgetLow {
  height: 140px;
}

  .WidgetLow > div {
    height: 120px;
  }


.TabOverview {
  margin-top: 20px;
}

.activity-summary {
  min-width: 100%;
  font-weight: bold;
  font-size: 14px;
  background-color: rgb(161, 161, 167);
  table-layout: fixed;
}

  .activity-summary td {
    padding: 2px;
  }

    .activity-summary td.category {
      background-color: #cbe7f0;
      font-size: 14px;
      text-align: right;
      width: 18%;
      padding-right: 10px;
    }

    .activity-summary td.number {
      font-size: 14px;
      text-align: center;
      text-shadow: 1px 1px black;
      color: White;
    }

    .activity-summary td.title-a {
      background-color: #C3D7E8;
      font-size: 13px;
    }

    .activity-summary td.title-b {
      background-color: #E0E6CD;
      font-size: 13px;
    }

  .activity-summary .legend-key {
    min-width: 175px;
    height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    text-shadow: 1px 1px black;
    color: White;
  }

  .activity-summary .legend-holder {
    background-color: rgb(238, 238, 238);
  }

.logged-in-text {
  text-align: right;
  height: 40px;
  line-height: 40px;
}

  .logged-in-text .button-link {
    top: 0px;
  }

.legend-holder > div {
  line-height: 36px;
  text-align: center;
}

  .legend-holder > div > span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 10px;
  }

.WidgetSmall {
  height: 165px !important;
}

.dimmed {
  background-color: white;
  filter: alpha(opacity=50); /* IE */
  opacity: 0.5; /* Safari, Opera */
  -moz-opacity: 0.50; /* FireFox */
  z-index: 20;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

  .dimmed:hover {
    filter: alpha(opacity=70); /* IE */
    opacity: 0.7; /* Safari, Opera */
    -moz-opacity: 0.70; /* FireFox */
  }

.dimmed-overlay, .dimmed-overlay-loading, .dimmed-overlay-a, .dimmed-overlay-loading-a {
  height: auto;
  position: absolute;
  z-index: 1;
  margin: 250px auto !important;
  width: 1125px;
  cursor: pointer;
}

.dimmed-overlay-a, .dimmed-overlay-loading-a {
  margin: 0px auto !important;
}

.loading-bar {
  width: 50%;
  height: 30px;
  margin: 0px auto;
  border: 1px solid;
}

  .loading-bar div {
    background-color: rgb(255, 71, 71);
    height: 100%;
  }

.refresh-text {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.download-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

  .download-text .button-link {
    padding: 13px 4em;
  }

.ActivitySummaryWrapper.Widget, .ActivitySummaryV2Wrapper.Widget, .ActivitySummaryPhaseHolder.Widget {
  height: 870px !important;
  text-align: center;
  margin-bottom: 5px;
  display: inline-block;
  clear: none;
}

  .ActivitySummaryWrapper.Widget > div, .ActivitySummaryV2Wrapper.Widget > div, .ActivitySummaryPhaseHolder.Widget > div {
    height: 100% !important;
  }

.ActivitySummaryWrapperLite.Widget, .ActivitySummaryV2WrapperLite.Widget, .ActivitySummaryPhaseV2Holder.Widget {
  height: 190px !important;
  text-align: center;
  margin-bottom: 5px;
  display: inline-block;
  clear: none;
}

  .ActivitySummaryWrapperLite.Widget > div, .ActivitySummaryV2WrapperLite.Widget > div, .ActivitySummaryPhaseV2Holder.Widget > div {
    height: 100% !important;
  }

.custom-text p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.custom-text, .custom-text span {
  margin-top: 0px !important;
}

  .custom-text span strong {
    font-size: inherit !important;
  }

/* AUDIT SPECIFIC */

.ProgressBoxWrapper {
  width: 100%;
  text-align: right;
  height: 100px;
}

#ProgressBox {
  border: 1px solid #CCCCCC;
  text-align: center;
  float: right;
  width: 200px;
  border-collapse: collapse;
}

  #ProgressBox .ProgressScale {
    background-color: #80DAEF;
  }

.RamGrid {
  border-collapse: collapse;
  text-align: center;
}

  .RamGrid tr td, .RamGrid input {
    font-size: 10px;
  }

  .RamGrid input {
    padding: 0px;
  }

.low {
  background-color: #E6FDE9 !important;
}

.medium {
  background-color: #FDFF8C !important;
}

.high {
  background-color: #FFC51F !important;
}

.serious {
  background-color: #FF0000 !important;
}

.GOOD {
  background-color: #0EFF2E !important;
}

.FAIR {
  background-color: #0EFF2E !important;
}

.UNSATISFACTORY {
  background-color: #FFC51F !important;
  color: black;
  font-weight: bold;
}

.UNACCEPTABLE {
  background-color: #FF0000 !important;
  font-weight: bold;
  color: white;
}

.rotate {
  height: 100px;
}

  .rotate span {
    -webkit-transform: rotate(-90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.93969262, M12=0.34202014, M21=-0.34202014, M22=0.93969262,sizingMethod='auto expand')"; /* IE6-8 */
    -ms-transform: rotate(-90deg); /* IE9+ */
    -moz-transform: rotate(-90deg); /* Firefox */
    -o-transform: rotate(-90deg); /* Opera */
    transform: rotate(-90deg);
    display: block;
    margin: 0 10px 0 0;
  }

.HighlightRisk {
  font-weight: bold;
  color: #FFFFFF;
  background: repeating-linear-gradient( 45deg, green, green 10px, grey 10px, grey 20px );
}

/* END AUDIT SPECIFIC */

.ui-autocomplete {
  position: absolute;
  cursor: default;
  z-index: 30000 !important;
}

.left-div {
  width: 35%;
  float: left;
  padding: 40px;
}

  .left-div .jqplot-table-legend {
    margin-left: 27%;
  }

.right-div {
  width: 30%;
  float: right;
  padding: 40px;
  margin-right: 100px;
}

.rotate-wave {
  height: 55px;
}

  .rotate-wave div {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -ms-transform: rotate(-90.0deg); /* IE9+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Safari 3.1+, Chrome */
    transform: rotate(-90.0deg); /* Standard */
  }

.FindingTableExplanation {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000000;
}

  .FindingTableExplanation tr th {
    background-color: #cccccc;
    font-weight: bold;
    text-align: center;
  }

  .FindingTableExplanation tr td {
    border: 1px solid #000000;
    text-align: center;
  }

.Header {
  text-align: right;
}

  .Header span {
    font-size: 54px;
    font-weight: bold;
  }

.import-data textarea, .import-data input[type=text], .import-data select {
  width: 100%;
}

.tblReview td {
  padding: 5px;
}

.ModalFilterSelect, .LessonFilterSelect {
  width: 250px;
}

.GraphTitle {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 35px;
}

/* FIRST TOOL */

.EvaluationGrid {
  background-color: #0e2085;
  font-weight: bold;
  color: #FFFFFF;
  margin: auto;
}

.EvaluationGridCoordinates {
  background-color: #cccccc;
  height: 40px;
  text-align: center;
  border: 2px solid #FFFFFF;
  color: #000000;
}

.EvaluationGridBlock {
  height: 60px;
  text-align: center;
  border: 2px solid #FFFFFF;
  cursor: pointer;
  color: #000000;
}

.EvaluationGridNone {
  background-color: #8dec8d;
}

.EvaluationGridLow {
  background-color: #9dd9f4;
}

.EvaluationGridMedium {
  background-color: orange;
}

.EvaluationGridHigh {
  background-color: #ff0000;
  color: #FFFFFF;
}

/* TODO - had to do this to get the validation messages to show */
.ui-dialog .ui-dialog-content {
  overflow: visible !important;
}

.FlawlessFlaws {
  border: 2px solid #CCCCCC;
}

  .FlawlessFlaws thead tr th {
    background-color: #003366;
    height: 30px;
    padding: 5px;
    color: #FFFFFF;
  }

  .FlawlessFlaws thead tr td {
    background-color: #003366;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
  }

.EvaluationGridSelect {
  background-color: #CCCCCC;
  background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0) 5px, rgba(0,0,0,0.3) 5px, rgba(0,0,0,0.3) 6px), repeating-linear-gradient(-45deg, rgba(0,0,0,0), rgba(0,0,0,0) 5px, rgba(0,0,0,0.3) 5px, rgba(0,0,0,0.3) 6px);
  background-size: 8px 8px, 8px 8px;
}

.FlawOverdueTab {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}

  .FlawOverdueTab a {
    color: #FFFFFF !important;
  }

.HealthcheckOverdueTab {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}

  .HealthcheckOverdueTab a {
    color: #FFFFFF !important;
  }

.FlawsExceeded {
  background-color: #FF0000 !important;
  color: #FFFFFF !important;
}

/* END FIRST TOOL */


/* JQUERY UI overrides*/

.BootstrapDialog > .ui-dialog-buttonpane > .ui-dialog-buttonset > button {
  color: #594a4a !important;
  background-color: #e8e8e8 !important;
  border-color: #868686 !important;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 1px !important;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

/* JQUERY UI overrides*/

/* JQ PLOT Overrides */

td.jqplot-table-legend {
  font-size: medium;
}

.wider-bootstrap-select .bootstrap-select {
  width: 500px !important;
}

.Widget-800h {
  height: 800px !important;
}

.ui-multiselect-optgroup {
  border: 2px solid #003366 !important;
}

.ui-multiselect-grouplabel {
  margin: 0px !important;
}

.rotate .title-chararacter {
  font-size: large;
  position: relative;
  margin-left: 36px;
  top: 8px;
  text-shadow: 0 0 4px #fff;
}

.rotate .title {
  padding-left: 24px;
}
