.errorMessage {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  color: white;
  background-color: red;
  height: 40px;
  padding: 10px 10px 10px 10px;
  box-shadow: 1px 1px 1px lightgrey;
  display: none;
}
.successMessage {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  background-color: lightgreen;
  height: 40px;
  padding: 10px 10px 10px 10px;
  box-shadow: 1px 1px 1px lightgrey;
  color: white;
  display: none;
}
.login-news {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #696969;
  list-style-type: none;
}
.login-news a {
  color: #ff3700;
}
.ticker ul {
  padding: 0;
}
.newsArea {
  min-height: 377px;
}
#saveConfigEditorDescription {
  margin-bottom: 30px;
  margin-top: -10px;
}
#datatablesWrapper .print {
  float: left;
}
#datatablesWrapper .zip {
  float: left;
}
@media (min-width: 1024px) {
  .navigation--bottom .nav__links--primary .sub__navigation {
    z-index: 12000;
  }
}
/********************************************************************/
.display-table {
  display: table;
  width: 100%;
}
.display-table-row {
  display: table-row;
}
.display-table-cell {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 20px;
}
.mss--page {
  padding: 0 160px 72px 160px;
}
.mss--page-header h1 {
  color: var(--unnamed-color-151515);
  text-align: left;
  font: normal normal normal 28px/20px Gilroy-SemiBold;
  letter-spacing: 0px;
  color: #151515;
  opacity: 1;
  margin-top : 32px;
}
.mss--page-header p {
  color: var(--unnamed-color-151515);
  text-align: left;
  font: normal normal normal 16px/20px Gilroy-Regular !important;
  letter-spacing: 0px;
  color: #151515;
  margin-bottom : 24px;
  margin-top : 40px;
}
.mss--page-header h3 {
  text-align: left;
  font: normal normal normal 16px/20px Gilroy-Regular;
  letter-spacing: 0px;
  color: #FF3700;
  margin-bottom : 40px;
}
.mss--page-filters__filter {
  float: left;
  width : 100%;
}
.mss--page-filters__filter label {
  color: var(--unnamed-color-151515);
  text-align: left;
  font: normal normal normal 14px/20px Gilroy-SemiBold;
  letter-spacing: 0px;
  color: #151515;
  opacity: 1;
  text-transform : capitalize;
  margin-bottom : 24px;
}
.mss--page-filters__filter > div {
  width: 100%;
  float: left;
  margin-bottom : 15px;
}
.mss--page-filters__filter .quickSearch {
  margin: 5px 0 0;
}
.mss--page-filters__clean {
  cursor: pointer;
  color: #696969;
  margin-left: 10px;
}
.mss--calendar__empty {
  border-top: 1px #cecece solid;
  margin-top: 20px;
  text-align: center;
  padding-top: 40px;
  font-size: 15px;
}
.mss--calendar__top {
  text-align: center;
  margin-left : auto;
  margin-right: 2.77%;
}
.mss--calendar__top-editModeActive {
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.mss--calendar__top-searchDate {
  color: #7d7d7d;
  width : 100%;
  margin-bottom : 0;
  color: var(--unnamed-color-151515);
  text-align: left;
  font: normal normal normal 14px/20px Gilroy-Regular;
  letter-spacing: 0px;
  color: #151515;
  opacity: 1;
}
.mss--calendar__icons {
  float: right;
}
.mss--calendar__icons {
    display: flex;
    align-items: center; /* Adjust as needed */
}
.millSandStillsHeader .editMode {
    margin-right : 32px;
}
img.mss--calendar__icons-editMode,
.mss--calendar__icons-excelExport {
  width: 14px;
  height: 14px;
  background-size: cover;
  border: none;
  outline: none;
  vertical-align : text-top;  
}
.mss--calendar__icons-editMode {
  margin-right: 6px;
  cursor: pointer;
}
.mss--calendar__icons-edit,
.mss--calendar__icons-delete {
  position: relative;
  float: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin-left: 0 !important;
  bottom: -3px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background-size: cover;
  border: none;
  outline: none;
}
.mss--calendar__icons-edit {
  background-image: url('../images/edit.png');
  margin-right: 5px !important;
}
.mss--calendar__icons-delete {
  background-image: url('../images/delete.png');
}
.mss--calendar__content {
  overflow-x: auto;
}
.mss--calendar__col-mills.firstRow {
  padding-top: 34px;
}
.mss--calendar__col-months {
  /*min-width: 1400px;*/
}
.mss--calendar__mills th,
.mss--calendar__month th,
.mss--calendar__mills td,
.mss--calendar__month td {
  padding: 0;
  font-size: 11px;
  vertical-align: middle;
  border: 1px #A0A0A0 solid;
  color: #000;
}
.mss--calendar__mills th._we,
.mss--calendar__month th._we,
.mss--calendar__mills td._we,
.mss--calendar__month td._we {
  background-color: #ddd;
}
.mss--calendar__mills {
  width: 100%;
  border-top: 4px #fff solid;
}
.mss--calendar__mills td {
  border-color: #fff;
  font-weight: bold;
  padding: 0 0 0 0;
}
.mss--calendar__month {
  width: 48.57%;
  float: left;
  margin-right: 2.85%;
  border: 2px #444 solid;
  border-collapse: collapse;
}
.mss--calendar__month:last-child {
  margin-right: 0;
}
.mss--calendar__month th {
  font-weight: bold;
  text-align: center !important;
  border-top: 2px #444 solid;
  border-bottom: 2px #444 solid;
  text-transform: capitalize;
}
.mss--calendar__month td {
  cursor: default;
}
.mss--calendar__month td.editMode:hover {
  cursor: pointer;
  background-color: #ccc;
}
.mss--calendar__month td.mill-closure {
  cursor: pointer;
}
.mss--calendar__month td.mill-closure-internal {
  border-top: 3px #000 solid;
  border-bottom: 3px #000 solid;
}
.mss--calendar__month td.mill-closure-internal + td:not(.mill-closure-internal) {
  border-left: 3px #000 solid;
}
.mss--calendar__month td:not(.mill-closure-internal) + td.mill-closure-internal {
  border-left: 3px #000 solid;
}
.mss--calendar__month td._prod {
  background-color: #538DD5 !important;
}
.mss--calendar__month td._disp {
  background-color: #F79646 !important;
}
.mss--calendar__month td._total {
  background-color: #FF0000 !important;
}
.mss--calendar__month td._prod._disp {
  background-color: #FF0000 !important;
}
.mss--calendar__month td._steelplant {
  background-color: #808080 !important;
}
.mss--calendar__month-days-cells td {
  width: 3%;
}
.mss--closureTypes {
  max-width: 700px;
}
.millSandStillsHeader {
    display: flex;
   align-items: center; /* Align items vertically in the center */
    justify-content: space-between; /* This will separate items between left and right */
}
.mss--closureTypes span {
  float: left;
  text-align: center;
  font-weight: bold;
  width: 120px;
  font-size: 12px;
  line-height: 18px;
  height : 32px;
  padding-top : 5px;
}
.mss--closureTypes__ic {
  width: 84px;
  font-weight: normal !important;
  font-size: 12px;
  color: #000;
  border: 3px #000 solid;
  height: 20px;
}
.mss--closureTypes__prod {
  background-color: #538DD5;
  color: #fff;
}
.mss--closureTypes__disp {
  background-color: #F79646;
  color: #fff;
}
.mss--closureTypes__total {
  background-color: #FF0000;
  color: #fff;
}
.mss--closureTypes__steel_plant {
  background-color: #808080;
  color: #fff;
  }
.mss--modalContent {
  margin: 30px auto 0;
  width: 90%;
}
.mss--modalContent * {
  outline: none;
}
.mss--modalContent .row {
  padding: 3px 0;
}
.mss--modalContent label,
.mss--modalContent input,
.mss--modalContent select,
.mss--modalContent textarea {
  margin: 0;
  height: 26px;
}
.mss--modalContent input,
.mss--modalContent select,
.mss--modalContent textarea {
  border: 1px darkgrey solid;
}
.mss--modalContent label {
  text-transform: none;
  line-height: 26px;
}
.mss--modalContent input[type=text] {
  width: 104px;
}
.mss--modalContent input[type=time] {
  width: 72px;
}
.mss--modalContent input[type=checkbox] {
  height: 14px;
  margin-top: 7px;
}
.mss--modalContent select {
  width: 180px;
}
.mss--modalContent textarea {
  width: 100%;
  min-height: 70px;
}
.mss--modalContent button {
  float: right;
  background-color: #ff3700;
  padding: 8px 16px;
  border: none;
  color: #fff;
  outline: none;
  margin-left: 12px;
}
.mss--modalContent button#mssModal_cancel {
  position: relative;
  z-index: 1;
}
.mss--modalForm {
  position: relative;
}
.mss--modalForm.disabled:before {
  content: "";
  display: block;
  width: 104%;
  height: 106%;
  background: rgba(150, 150, 150, 0.25);
  position: absolute;
  left: -15px;
  top: -10px;
  z-index: 1;
}
.mss--closureTable {
  width: 100%;
}
.mss--closureTableContainer {
  margin: 0 -30px 25px;
}
.mss--closureTable tr {
  padding: 0;
}
.mss--closureTable tr th,
.mss--closureTable tr td {
  padding: 0;
  border: 1px #696969 solid;
}
.mss--closureTable tr th {
  background: #aaa;
  color: #fff;
  text-align: center;
  line-height: 14px;
  padding: 5px 10px;
}
.mss--closureTable tr td {
  padding: 5px;
}
.mss--languagesSelector {
  display: block;
  padding: 0;
  margin: 0 0 5px 0;
  list-style: none;
}
.mss--languagesSelector li {
  float: left;
}
.mss--languagesSelector li input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
}
.mss--languagesSelector li input[type=radio]:checked + label {
  background: #9e9e9e;
  color: #fff;
  border-color: dimgrey;
}
.mss--languagesSelector li input[type=radio]:disabled + label {
  opacity: 0.6;
  cursor: default;
}
.mss--languagesSelector li label {
  display: block;
  text-align: center;
  border: 1px darkgrey solid;
  padding: 0;
  text-transform: uppercase;
  background: #f1f1f1;
  height: 26px;
  line-height: 26px;
  width: 33px;
  font-size: 14px;
  margin-right: 3px;
  cursor: pointer;
}
.mss--actionCol {
  text-align: center;
}
.mss--error {
  border-color: red !important;
}
.jBox-container {
  background-color: #FFFF00;
  color: #000;
  border: 1px solid #000;
  font-size: 12px;
}
.jBox-container span {
  text-decoration: underline;
}
.jBox-container span ~ span,
.jBox-container span ~ span + br {
  display: none;
}
.jBox-container i {
  font-style: normal;
}
.jBox-content {
  padding: 5px 6px;
}
.jBox-pointer:after {
  background-color: #FFFF00;
  border: 1px solid #000;
}
/********************************************************************/
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
}
.popup-header {
  width: 100%;
  height: 20%;
  Background-Color: #808080;
  color: white;
  position: relative;
  top: -20px;
  border: 1px solid black;
  padding-left: 15px;
}
.checkBoxLabel {
  position: relative;
  bottom: -18px;
  left: 14px;
  text-transform: none;
}
.News-popup-confirmation {
  height: 80px;
  padding-top: 30px;
  position: relative;
}
.close-modal {
  position: absolute;
  bottom: 0;
  right: 5px;
  background: #ff3700;
  color: #fff;
  font-weight: bold;
  padding: 14px 20px;
  border: none;
  font-size: 16px;
  outline: none;
}
#newsMessage {
  padding-left: 15px;
  position: relative;
  height: auto;
  top: 20px;
}
#header {
  margin-bottom: 40px;
  position: relative;
  top: -100%;
}
.newsHeader {
  color: white;
}
.newsLink {
  color: white;
}
.segment {
    text-transform: none;
}
