@media print {
  .outage {
    width: auto;
    /*table.outage {
        border-collapse: collapse;
    }*/
  }
  .outage span.detailcells {
    display: block !important;
    overflow-x: hidden;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-weight: bold;
  }
  .outage th.w-300 {
    width: 260px;
  }
  .outage th.w-150 {
    width: 150px;
  }
  .outage th.w-100p {
    width: 100px;
  }
  .outage th.w-80p {
    width: 60px;
  }
  .outage tr.h-92p {
    height: 92px;
  }
  .outage tr.h-33p {
    height: auto;
  }
  .outage select.print-hidden {
    display: none;
    visibility: hidden;
  }
  .outage a.print-hidden {
    display: none;
    visibility: hidden;
  }
  .outage button.print-hidden {
    display: none;
    visibility: hidden;
  }
  .outage td.print-hidden {
    display: none;
    visibility: hidden;
  }
  .outage th.print-hidden {
    display: none;
    visibility: hidden;
  }
  .outage div.print-hidden {
    display: none;
    visibility: hidden;
  }
  .outage td {
    border: 4px solid red;
  }
  .outage div.responsive-table {
    /* Hide horizontal scroll bar on print */
    overflow-x: hidden;
    width: 100%;
  }
  .outage .table-outagecondensed > thead > tr > th,
  .outage .table-outagecondensed > tbody > tr > th,
  .outage .table-outagecondensed > tfoot > tr > th,
  .outage .table-outagecondensed > thead > tr > td,
  .outage .table-outagecondensed > tbody > tr > td,
  .outage .table-outagecondensed > tfoot > tr > td {
    padding: 5px;
  }
  .outage .table-outagebordered {
    border: 1px solid #ddd;
  }
  .outage .table-outagebordered > thead > tr > th,
  .outage .table-outagebordered > tbody > tr > th,
  .outage .table-outagebordered > tfoot > tr > th,
  .outage .table-outagebordered > thead > tr > td {
    border: 1px solid #ddd;
  }
  .outage .table-outagebordered > tbody > tr > td,
  .outage .table-outagebordered > tfoot > tr > td {
    border: 2px solid #ddd;
  }
  .outage .table-outagebordered > thead > tr > th,
  .outage .table-outagebordered > thead > tr > td {
    border-bottom-width: 2px;
  }
}
@media screen {
  .outage {
    display: initial;
  }
  .outage th.w-300p {
    width: 300px;
  }
  .outage th.w-150p {
    width: 150px;
  }
  .outage th.w-100p {
    width: 100px;
  }
  .outage th.w-80p {
    width: 80px;
  }
  .outage tr.h-92p {
    height: 92px;
  }
  .outage tr.h-33p {
    height: 33px;
  }
  .outage select.print-hidden {
    width: 120px;
  }
  .outage td.screen-hidden {
    display: none;
    visibility: hidden;
  }
  .outage th.screen-hidden {
    display: none;
    visibility: hidden;
  }
  .outage th.normal-weight {
    font-weight: normal;
    color: gray;
  }
  .outage td {
    border: 4px solid red;
  }
  .outage table.outage {
    border-collapse: collapse;
    background-color: #fff;
  }
  .outage div.responsive-table {
    width: 95%;
  }
  .outage .table-outagecondensed > thead > tr > th,
  .outage .table-outagecondensed > tbody > tr > th,
  .outage .table-outagecondensed > tfoot > tr > th,
  .outage .table-outagecondensed > thead > tr > td,
  .outage .table-outagecondensed > tbody > tr > td,
  .outage .table-outagecondensed > tfoot > tr > td {
    padding: 5px;
  }
  .outage .table-outagebordered {
    border: 1px solid #ddd;
  }
  .outage .table-outagebordered > thead > tr > th,
  .outage .table-outagebordered > tbody > tr > th,
  .outage .table-outagebordered > tfoot > tr > th,
  .outage .table-outagebordered > thead > tr > td,
  .outage .table-outagebordered > tbody > tr > td,
  .outage .table-outagebordered > tfoot > tr > td {
    border: 1px solid #ddd;
  }
  .outage .table-outagebordered > thead > tr > th,
  .outage .table-outagebordered > thead > tr > td {
    border-bottom-width: 2px;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.flex-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.flex {
  display: flex;
}
.flex-item {
  flex: 1;
  min-width: 100px;
}
.flex-top {
  align-items: flex-start;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-stretch {
  align-items: stretch;
}
.flex-left {
  justify-content: flex-start;
}
.flex-right {
  justify-content: flex-end;
}
.flex-center {
  justify-content: center;
}
.flex-space {
  justify-content: space-between;
}
.flex-space-evenly {
  justify-content: space-evenly;
}
.flex-grow {
  flex-grow: 1;
}
.flex-nogrow {
  flex-grow: 0;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.row.is-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.row.is-flex > [class*='col-'] .block-full-height {
  height: 100%;
}
.flex-align-self-center {
  align-self: center;
}
.flex-align-rotated-top {
  text-align: left !important;
}
.loading-overlay {
  position: relative;
  opacity: 0.15;
}
.loading-overlay:before {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: " ";
}
.loading-overlay:after {
  position: absolute;
  top: 45%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-family: FontAwesome;
  font-size: 47px;
  text-align: center;
  z-index: 2;
  content: "\f021";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.notActionedIconColor {
  color: black !important;
}
.inProgressIconColor {
  color: #a94442 !important;
}
.completeIconColor {
  color: #49bf67 !important;
}
.byOthersIconColor {
  color: #f8a326 !important;
}
.expiredIconColor {
  color: #9564e2 !important;
}
.inhibitedIconColor {
  color: #bfbfbf !important;
}
.splash {
  height: 100%;
  padding-top: 10%;
  background: white;
}
.splash img {
  margin-bottom: 2em;
}
.navbar-brand {
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
}
.navbar-brand i,
.navbar-brand span {
  margin-right: 0.2em;
  color: lightslategray;
}
.navbar-brand span {
  color: gainsboro;
}
header .navbar ul.nav > li > a.auto-refresh-active {
  color: #00ff00;
}
.contrast-sea-blue .dropdown-menu li a:hover {
  color: white;
}
.highRisk {
  background-color: yellow;
}
.hiddenWorkOrder {
  text-decoration: line-through;
}
.dash-pos-abs {
  position: absolute;
}
.offline-background {
  background-color: #E5F6FD;
}
.offline-background-dim {
  background-color: #B2E6F9;
}
.online-background {
  background-color: #F4EFFC;
}
.online-background-dim {
  background-color: #DFD0F6;
}
.scd-background {
  background-color: #EEEEEE;
}
.scd-background-dim {
  background-color: #E5E5E5;
}
.scd-box {
  background-color: #AAAAAA;
}
@media print {
  a[href]:after {
    content: none !important;
  }
  td.staytogether {
    /* todo: Intended to add to a TD in table to not page break in middle of tr
      not needed in IE
      Does not work in chrome */
    display: block;
    page-break-inside: avoid;
    page-break-before: auto;
  }
  .responsive-table .scrollable-area {
    /* Hide horizontal scroll bar on print */
    overflow-x: hidden;
  }
}
.responsive-table .scrollable-area.scrollable-area-page-height {
  height: 76vh;
  overflow-y: scroll;
}
.table-summary {
  margin-bottom: 0;
}
.table-summary > tbody > tr > td {
  padding: 2px 4px;
}
.table-summary,
.table-summary > thead > tr > th,
.table-summary > tbody > tr > th,
.table-summary > tbody > tr > td {
  border: 1px solid #b0b0b0;
}
.table-permit-row {
  background-color: #f1f1f1;
}
.btn-sm-wip {
  padding: 4px 9px;
  font-size: 12px;
}
.btn-sm-filter {
  padding: 1px 1px;
  font-size: 10px;
  line-height: 1;
}
.btn-sm-isol {
  padding: 2px 2px;
  font-size: 14px;
  line-height: 1;
  width: 25px;
  height: 25px;
}
.btn-sm-edit {
  padding: 2px 2px;
  font-size: 12px;
  line-height: 1;
}
.btn-sm-permit {
  padding: 10px;
  font-size: 12px;
  line-height: 1;
}
.page-header-smaller {
  margin-bottom: 0;
}
.bigCheckbox {
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
}
.fa-130Percent {
  font-size: 1.3em;
}
.fa-120Percent {
  font-size: 1.2em;
}
.permit-table {
  margin-bottom: 0;
  width: 100%;
  border-style: hidden;
  border-width: 0;
}
td.required-icon,
th.required-icon {
  width: 3em;
}
td.required-icon,
th.required-icon,
td.ptwlist-icon,
th.ptwlist-icon {
  text-align: center;
  vertical-align: middle;
}
td.required-verdate,
th.required-verdate {
  width: 11em;
}
.required-notset {
  color: #f8a326 !important;
  text-align: center;
  vertical-align: middle;
}
.btn-ptw {
  padding: 3px 12px;
}
.no-pad {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.col-ptw {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.col-ptw-label {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
  text-align: right;
  padding-left: 5px;
}
.col-ptw-value {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 1.3em;
}
.col-ptw-label1value1 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
  padding-right: 0;
  padding-left: 0;
  width: 390px;
}
.col-ptw-label1value2 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
  padding-right: 0;
  padding-left: 0;
  width: 780px;
}
@media (max-width: 780px) {
  .col-ptw-label1value2 {
    width: 100%;
  }
}
.col-ptw-label1value3 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
  padding-right: 0;
  padding-left: 0;
  width: 1170px;
}
@media (max-width: 1020px) {
  .col-ptw-label1value3 {
    width: 100%;
  }
}
.col-ptw-label1 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
  text-align: right;
  padding-left: 5px;
  width: 155px;
}
.col-ptw-value1 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 1.3em;
  width: 235px;
}
.col-ptw-value2 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 1.3em;
  width: 625px;
}
@media (max-width: 780px) {
  .col-ptw-value2 {
    width: 100%;
  }
}
.col-ptw-value3 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 1.3em;
  width: 1015px;
}
@media (max-width: 1000px) {
  .col-ptw-value3 {
    width: 100%;
  }
}
.divide-fullwidth-5 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
  width: 100%;
  height: 5px;
}
.divide-less-lg {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
  width: 100%;
  height: 5px;
}
@media (min-width: 1640px) {
  .divide-less-lg {
    display: none !important;
  }
}
.divide-less-md {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
  width: 100%;
  height: 5px;
}
@media (min-width: 992px) {
  .divide-less-md {
    display: none !important;
  }
}
.wip-value-click:hover {
  text-decoration: underline;
}
.ptw-value-date {
  width: 6em;
  border: 0 red;
}
.ptw-value-date:hover {
  text-decoration: underline;
}
.table-ptw,
.table-ptw > tbody > tr > td {
  padding-left: 5px;
  padding-bottom: 2px;
}
.link-underline-h1 {
  border-bottom: 1px dotted black;
}
.link-underline,
.wip-value-click {
  border-bottom: 1px dotted lightslategray;
}
@media print {
  .link-underline-h1 {
    border-bottom: 0 dotted lightslategray;
  }
  .link-underline,
  .wip-value-click {
    border-bottom: 0 dotted lightslategray;
  }
}
.ptw-doc-td {
  width: 24em;
}
@media (max-width: 992px) {
  .ptw-doc-td {
    white-space: normal;
    width: 12em;
  }
}
#main-nav .navigation > .nav > li > a:after {
  z-index: inherit;
}
.select2-container {
  z-index: 1200;
}
.uppercase {
  text-transform: uppercase;
}
.myProgress-small {
  margin: 0;
  height: 5px;
  padding: 0px;
}
.myProgressBar-small {
  font-size: 5px;
  line-height: 5px;
  padding: 0px;
}
/* Dragula.css edited to remove target style on hover
    .gu-transit { display:none }
*/
.scdDay-small {
  padding: 0px;
}
.scdTable {
  margin: 0;
  padding: 0px;
  /*width     : 100%;*/
  border-style: hidden;
  border-width: 0;
  font-size: 10px;
  margin-right: 10px;
}
.scdDragItem {
  margin: 0px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #cdd2d2;
  display: block;
}
.scdDragItemSmall {
  margin: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #cdd2d2;
  display: block;
}
.scdDragTarget {
  margin: -2px;
  padding: 2px;
  height: 100%;
  text-align: center;
  border-style: dashed;
  border-width: 1px;
  border-color: #cdd2d2;
  display: block;
}
.scdDragOver {
  border-color: black;
  background-color: lightgray !important;
}
.scdNumInput {
  -webkit-appearance: none;
}
.scdNumberCircle,
.scdNumberCircle:link,
.scdNumberCircle:visited,
.scdNumberCircle:hover,
.scdNumberCircle:active {
  text-decoration: none;
  border-radius: 30%;
  padding: 1px 4px;
  color: #FFFFFF;
  text-align: center;
}
.table-fixed td {
  padding: 0;
  vertical-align: central;
  align-content: center;
}
.table-fixed th:nth-child(1),
.table-fixed td:nth-child(1) {
  min-width: 25px !important;
  max-width: 25px !important;
}
.table-fixed th:nth-child(2),
.table-fixed td:nth-child(2) {
  min-width: 105px !important;
  max-width: 105px !important;
}
.table-fixed th:nth-child(3),
.table-fixed td:nth-child(3) {
  min-width: 60px !important;
  max-width: 60px !important;
}
.table-fixed th:nth-child(4),
.table-fixed td:nth-child(4) {
  min-width: 95px !important;
  max-width: 95px !important;
}
.table-fixed th:nth-child(5),
.table-fixed td:nth-child(5) {
  min-width: 95px !important;
  max-width: 95px !important;
}
.table-fixed th:nth-child(6),
.table-fixed td:nth-child(6) {
  min-width: 85px !important;
  max-width: 85px !important;
}
.table-fixed th:nth-child(7),
.table-fixed td:nth-child(7) {
  width: 90% !important;
  max-width: 250px !important;
}
.table-fixed th:nth-child(8),
.table-fixed td:nth-child(8) {
  min-width: 60px !important;
  max-width: 60px !important;
}
.table-fixed th:nth-child(9),
.table-fixed td:nth-child(9) {
  min-width: 60px !important;
  max-width: 60px !important;
}
.table-fixed th:nth-child(10),
.table-fixed td:nth-child(10) {
  min-width: 60px !important;
  max-width: 60px !important;
}
.table-fixed th:nth-child(11),
.table-fixed td:nth-child(11) {
  min-width: 60px !important;
  max-width: 60px !important;
}
.table-fixed th:nth-child(12),
.table-fixed td:nth-child(12) {
  min-width: 30px !important;
  max-width: 30px !important;
}
.table-fixed th:nth-child(13),
.table-fixed td:nth-child(13) {
  min-width: 30px !important;
  max-width: 30px !important;
}
.table-fixed th:nth-child(14),
.table-fixed td:nth-child(14) {
  min-width: 30px !important;
  max-width: 30px !important;
}
.table-fixed th:nth-child(15),
.table-fixed td:nth-child(15) {
  min-width: 30px !important;
  max-width: 30px !important;
}
.table-fixed th:nth-child(16),
.table-fixed td:nth-child(16) {
  min-width: 30px !important;
  max-width: 30px !important;
}
.table-fixed th:nth-child(17),
.table-fixed td:nth-child(17) {
  min-width: 30px !important;
  max-width: 30px !important;
}
.table-fixed th:nth-child(18),
.table-fixed td:nth-child(18) {
  min-width: 30px !important;
  max-width: 30px !important;
}
.table-fixed th:nth-child(19),
.table-fixed td:nth-child(19) {
  min-width: 30px !important;
  max-width: 30px !important;
}
.table-fixed th:nth-child(20),
.table-fixed td:nth-child(20) {
  min-width: 30px !important;
  max-width: 30px !important;
}
.table-fixed th:nth-child(21),
.table-fixed td:nth-child(21) {
  min-width: 30px !important;
  max-width: 30px !important;
}
.table-fixed th:nth-child(22),
.table-fixed td:nth-child(22) {
  min-width: 30px !important;
  max-width: 30px !important;
}
.table-fixed th:nth-child(23),
.table-fixed td:nth-child(23) {
  min-width: 30px !important;
  max-width: 30px !important;
}
.table-fixed th:nth-child(24),
.table-fixed td:nth-child(24) {
  min-width: 30px !important;
  max-width: 30px !important;
}
.table-inner th:nth-child(1),
.table-inner td:nth-child(1) {
  min-width: 3em !important;
  max-width: 3em !important;
}
.table-inner th:nth-child(2),
.table-inner td:nth-child(2) {
  width: 90% !important;
}
.table-inner th:nth-child(3),
.table-inner td:nth-child(3) {
  min-width: 12em !important;
  max-width: 12em !important;
}
.table-inner th:nth-child(4),
.table-inner td:nth-child(4) {
  min-width: 3em !important;
  max-width: 3em !important;
}
.table-inner th:nth-child(5),
.table-inner td:nth-child(5) {
  min-width: 3em !important;
  max-width: 3em !important;
}
.table-inner th:nth-child(6),
.table-inner td:nth-child(6) {
  min-width: 3em !important;
  max-width: 3em !important;
}
.table-inner th:nth-child(7),
.table-inner td:nth-child(7) {
  min-width: 3em !important;
  max-width: 3em !important;
  width: 3em !important;
}
.table-inner th:nth-child(8),
.table-inner td:nth-child(8) {
  min-width: 3em !important;
  max-width: 3em !important;
}
.table-inner th:nth-child(9),
.table-inner td:nth-child(9) {
  min-width: 3em !important;
  max-width: 3em !important;
}
.table-inner th:nth-child(10),
.table-inner td:nth-child(10) {
  min-width: 3em !important;
  max-width: 3em !important;
}
.table-inner th:nth-child(11),
.table-inner td:nth-child(11) {
  min-width: 5em !important;
  max-width: 5em !important;
}
.scdTable td:nth-child(1) {
  min-width: 2em !important;
  max-width: 2em !important;
}
.scdTable td:nth-child(2) {
  min-width: 5em !important;
  max-width: 5em !important;
}
.input-group-addon {
  padding: 0px 8px;
}
.weeksummary-div {
  background-color: #ffffff;
}
.weeksummary-title-text {
  color: #0163ac !important;
}
.weeksummary-msg {
  color: #000000;
}
.font-weight-bold {
  font-weight: bold;
}
.header-filter {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
.header-filter .filter-item {
  margin-right: 30px;
}
