﻿/*--- Non-screen size styles --*/
/**** Elements            ******/
body {
  overflow-y: scroll !important;
}
/**********************
  This overrides the non-WCAG bootstrap configurations
  ****/
a:link,
a:visited {
  color: #3030FF;
}


hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

/**** Classes             ******/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/* Color                       */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.black {
  color: black;
  font-weight: bolder;
}

.blue {
  color: cornflowerblue;
}

.gray {
  color: gray;
  font-weight: bolder;
}

.green {
  color: green;
  font-weight: bolder;
}

.gold {
  color: goldenrod;
  font-weight: bold;
}

.red {
  color: red;
  font-weight: bolder;
}

.white {
  color: white;
}

.yellow {
  color: yellow;
  font-weight: bold;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/* CSS to support SSRUMenu.js  */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.reportMenuBarUpper {
  background-color: #82c9d8;
  font-size: larger;
  font-weight: bolder;
  font-family: Arial;
  color: white;
}

.reportMenuBarLower {
  position: fixed;
  bottom: 2em;
  right: 2em;
  background-color: #82c9d8;
  font-size: larger;
  font-weight: bolder;
  font-family: Arial;
  color: white;
}

.reportMenuBar input {
  background-color: #82c9d8;
  font-size: larger;
  font-weight: bolder;
  font-family: Arial;
  color: black;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/*General                      */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.btnToLink {
  background: none !important;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
}

.ccItem {
  border-bottom: solid;
  border-top: solid;
  border-color: #314d5d;
  border-radius: 15px;
  background-color: #d0e5f1;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 15px;
  text-align: center;
}

.checkboxlist {
  padding-top: 9px;
}

  .checkboxlist label {
    font-weight: normal !important;
    padding-left: 3px;
  }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px !important;
  margin-left: 0px !important;
}

.dcnr-body {
  display: flex;
  flex-direction: column;
}

.dcnr-footer {
  background-image: url('../Content/Images/footer.png');
  color: white;
}

.dcnrInfoBadge {
  border-bottom: solid;
  border-top: solid;
  border-color: #314d5d;
  border-radius: 15px;
  background-color: #d9e9f1;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  text-align: left;
}

.divBorder {
  border: solid 1px black;
}

.dropdown-submenu {
  position: relative;
}

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu > a:after {
    display: block;
    content: "  ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
  }

  .dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
  }

  .dropdown-submenu.pull-left {
    float: none;
  }

    .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px;
      -webkit-border-radius: 6px 0 6px 6px;
      -moz-border-radius: 6px 0 6px 6px;
      border-radius: 6px 0 6px 6px;
    }


.ErrMsg {
  background-color: white;
  color: red;
  border: 3px groove Black;
}

.expand-caret {
  color: white !important;
}

/**********************
  This overrides the non-WCAG bootstrap configurations
  ****/
.footerLinks > a {
  color: #ddddff;
  text-decoration: underline
}

.form-padding{
    padding: 0 2em;
}

.greeting {
  color: #fff;
  font-weight: bold;
}

.heritageList {
  list-style-type: circle;
}

.highlight {
  color: #fff;
  background: #1976b1;
  font-weight: bold;
}

.highlightGreen {
  color: indianred;
  background: #4fb400 !important;
  font-weight: bold;
}

.highlight2 {
  color: red;
  font-weight: bold;
  background: #d9e9f1;
  font-size: larger;
}

.InfoMsg {
  border: 3px groove gray;
}

.inventoryItem {
  margin: 15px;
  border-bottom: solid;
  border-top: solid;
  border-color: #314d5d;
  border-radius: 15px;
  background-color: #d0e5f1;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

  .inventoryItem:hover {
    border-color: black;
    background-color: white;
  }

.itemHover {
  background-color: #1976b1;
  color: white;
}

.itemHover:hover {
  background-color: #d9e9f1;
  color: #ffffff;
  font-weight: bold;
}

.label.large {
  font-size: larger;
  font-weight: bold;
  color: forestgreen;
}

.labelfor {
  display: inline;
  font-weight: normal;
}

.main-footer-link {
  font-size: 1.5rem;
}

.navbar {
  margin-bottom: 0px !important;
}

  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }

.navbar-toggle {
  background-color: #1F3242 !important;
}

  .navbar-toggle .icon-bar {
    background-color: whitesmoke;
  }

.NoMessage {
  display: none;
}

.noteItem {
  border-bottom: solid;
  border-top: solid;
  border-color: #314d5d;
  border-radius: 15px;
  background-color: #d0e5f1;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

  .noteItem:hover {
    border-color: black;
    background-color: white;
  }

  .noteItem > a {
  }

.mid-navigation-bar {
  background-image: url('../Content/Images/topo-bg.png');
  padding: 4px 0;
  color: white;
  text-align: center;
  font-family: 'Slabo 27px', serif;
  font-size: 20px;
  height: 35px;
  width: 100%;
}

.officalFooter {
  position: fixed;
  bottom: 5px;
  right: 5px;
  opacity: .95;
  z-index: 99;
  color: white;
  background-color: cornflowerblue;
}

.peasePallette {
  color: #1976b1;
  color: #dde9ed;
  color: #314d5d;
  color: #d9e9f1;
  color: #d0e5f1;
}

.report {
}

  .report table {
    width: 100%;
  }

    .report table > tr > th,
    .report table > thead > tr > th,
    .report table > tr > td,
    .report table > tbody > tr > td {
      line-height: 1 !important;
      margin: 0px !important;
      padding: 1px !important;
    }

.reportBody {
}

  .reportBody table {
    width: 100%;
  }

    .reportBody table > tr > td,
    .reportBody table > tbody > tr > td {
      line-height: 1 !important;
      margin: 0px !important;
      padding: 1px !important;
    }

    .report table > tr > th,
    .report table > thead > tr > th,
    .reportBody table > tr > th,
    .reportBody table > thead > tr > th {
      text-align: center !important;
    }

.roundContain {
  border-style: solid;
  border-color: black;
  border-radius: 25px;
  margin: 5px;
  padding: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.roundDashItem {
  border-style: solid;
  border-color: #314d5d;
  background-color: #1976b1;
  border-radius: 25px;
}

  .roundDashItem > h4 {
    color: white;
  }

.roundDashSubItem {
  border-style: solid;
  border-color: #dde9ed;
  background-color: #d9e9f1;
  border-radius: 25px;
  margin: 5px;
  padding-top: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.row-condensed {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

  .row-condensed > .table > thead > tr > th,
  .row-condensed > tbody > tr > th,
  .row-condensed > .table > tfoot > tr > th,
  .row-condensed > .table > thead > tr > td,
  .row-condensed > tbody > tr > td,
  .row-condensed > .table > tfoot > tr > td {
    padding-left: 1px !important;
    padding-right: 1px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }

.row-scroll {
  margin-right: 0px !important;
  /*margin-left: 0px !important;*/
}

.row-spacing{
    margin-top: 1.5em;
}

.statusFalse {
  color: lightgray;
}

.statusTrue {
  color: black;
}

.scrollIt {
  overflow-y: scroll;
}

.text-bold {
  font-weight: bold;
}

.text-centerLeft {
  text-align: left;
}

.text-centerRight {
  text-align: right;
}

.text-leftCenter {
  text-align: center;
}

.text-rightCenter {
  text-align: center;
}

.toast-top-center {
  top: 25%;
  left: 50%;
  margin-left: -150px;
}

.top5 {
  margin-top: 5px;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 50px;
}

.top75 {
  margin-top: 75px;
}

.top100 {
  margin-top: 100px;
}

.top-enterprise {
  display: none;
}

.top-navigation-bar {
  background: #1F3242;
  color: white;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  padding-top: 10px;
  height: 45px;
}

.underline {
  text-decoration: underline;
}

.underline-center {
  border-bottom: solid 1px black !important;
  text-align: center !important;
}

.underline-col {
  border-bottom: solid 1px black !important;
  text-align: left !important;
}

.wht-lnk {
  color: white;
  text-decoration: underline;
}

  .wht-lnk:hover {
    color: white;
    text-decoration: none;
  }

  .wht-lnk:active {
    color: white;
    text-decoration: underline;
  }

  .wht-lnk:visited {
    color: white;
    text-decoration: underline;
  }

/**** ID of Elements      ******/
/**** Classes             ******/
#expand-footer {
  cursor: pointer;
}

/* Navbar */
#rmMainMenu ul > li {
  text-align: left;
}

#rmMainMenu a {
  text-align: left !important;
  color: gray;
}


/*----- Screen size styles ----*/
/* MEDIA QUERIES: xs Landscape */
@media (max-width: 480px) and (orientation: landscape) {
  .top-navigation-bar {
    padding-bottom: 70px !important;
  }
}

/* MEDIA QUERIES: xs           */
@media (max-width: 767.98px) {
  .align1 {
    text-align: left !important;
  }

  .align2 {
    text-align: right !important;
  }

  .img-dcnr {
    background-image: url('../Content/Images/DCNRseal.png');
    height: 58px;
    width: 54px;
    z-index: 100;
    position: absolute;
    margin-top: 5px !important;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position-y: 2px;
    background-position-x: 1px;
    background-repeat: no-repeat;
  }

  .navbar-dcnr {
    background-color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin-top: 5px !important;
    margin-left: -35px;
  }

  .top-navigation-bar {
    font-size: 12px !important;
    position: relative !important;
    padding-bottom: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #expand-footer {
    font-size: 0.7em !important;
  }

}

/* MEDIA QUERIES: xs,sm        */
@media (min-width : 992px) {
  .align1 {
    text-align: center; 
  }
}

/* MEDIA QUERIES: sm,md,lg     */
@media (min-width: 768px) {
  .col-sm-2_4 {
    width: 20%;
    float: left;
  }

  .img-dcnr {
    background-image: url('../Content/Images/DCNRseal.png');
    height: 145px;
    width: 100px;
    z-index: 100;
    position: absolute;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position-y: 30px;
    background-position-x: 0px;
    background-repeat: no-repeat;
  }

  .label-center .control-label {
    text-align: center !important;
  }

  .modal-xl {
    width: 1200px;
    max-width: 1200px;
  }

  .navbar-dcnr {
    background-color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin-top: 65px;
  }

  .navbar-nav > li {
    margin-right: 1px !important;
  }

    .navbar-nav > li > a {
      padding: 5px 10px !important;
    }

  .text-leftCenter {
    text-align: left;
  }

  .text-centerLeft {
    text-align: center;
  }

  .text-centerRight {
    text-align: center;
  }

  .text-rightCenter {
    text-align: right;
  }

  .top-enterprise {
    position: fixed;
    top: 0;
    z-index: 100;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    background-color: whitesmoke;
    display: inline;
  }
}

/* MEDIA QUERIES: md,lg        */
@media (max-width: 992px) {
  .top-navigation-bar {
    padding-bottom: 50px !important;
  }
  .align1 {
    text-align: right;
  }
}

/*TABLET PORTRAIT*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .top-navigation-bar {
    position: relative !important;
  }
}

/*TABLET LANDSCAPE*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .top-navigation-bar {
    position: relative !important;
  }
}

/*RETINA IPAD PORTRAIT*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .top-navigation-bar {
    position: relative !important;
  }
}

/*RETINA IPAD LANDSCAPE*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .top-navigation-bar {
    position: relative !important;
  }
}

/*IPAD PRO PROTRAIT*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .top-navigation-bar {
    position: relative !important;
  }
}

/*IPAD PRO LANDSCAPE*/
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .top-navigation-bar {
    position: relative !important;
  }
}

/*NEXUS 7 PORTRAIT*/
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: portrait) {
  .top-navigation-bar {
    position: relative !important;
  }
}

/* NEXUS 7 LANDSCAPE */
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: landscape) {
  .top-navigation-bar {
    position: relative !important;
  }
}

/*NEXUS 9 PORTRAIT*/
@media screen and (device-width: 1536px) and (device-height: 2048px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: portrait) {
  .top-navigation-bar {
    position: relative !important;
  }
}

/* NEXUS 9 LANDSCAPE */
@media screen and (device-width: 1536px) and (device-height: 2048px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: landscape) {
  .top-navigation-bar {
    position: relative !important;
  }
}
