

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.msl-container {
  display: grid;
  height: 100vh;
  width: 100vw;

  grid-template-rows: 100px 1fr;
}

.header{
  background: #fff;
}

.toolbar {
 
}

.custom-popup .dx-popup-content {
  padding: 0;
}

.custom-popup-error {
  background-color: #f88e86;
  white-space: normal;
  word-wrap: break-word;
  color: #fff;
  margin-bottom: 20px;
}

#pwchangeform {
  padding: 20px;
}

#pinchangeform {
  padding: 20px;
}

#bookin {
  padding: 20px;
}

#testForm {
  padding: 20px;
}

#singleApprovalForm {
  padding: 20px;
}

#multiApprovalForm {
  padding: 20px;
}

#changeUserForm {
  padding: 20px;
}

#saveStateForm {
  padding: 20px;
}

#selectLayoutForm {
  padding: 20px;
}

#promoteReportForm {
  padding: 20px;
}
#enterInvoiceForm{
  padding: 20px;
}

.contentArea {
  background: #fff;
  height: 100%;
  padding: 0;
  margin: 0;
  max-width: 100vw;

}

.contentBody {
  width: 100%;
height:100%;
  padding-left: 20px;
  padding-right: 20px;
}

.loginContainer {
  height: 100vh;
  width: 100vw;
  display: flex;
 
  justify-content: center;
  font-family: Roboto,RobotoFallback,Helvetica,Arial,sans-serif;
  background: rgb(235,233,228);
  background: linear-gradient(173deg, rgba(235,233,228,1) 8%, rgba(28,110,164,1) 77%);
}

.loginContent {
  margin-top: 10rem;
  width: 400px;
  padding: 40px;
  height: 340px;
  border: 2px solid #1C6EA4;
  border-radius: 20px;
  -webkit-box-shadow: 5px 14px 15px 5px rgba(0,0,0,0.27);
  box-shadow: 5px 14px 15px 5px rgba(0,0,0,0.27);
  background: white;
}

.loginContent h2 {
  color:rgba(0, 0, 0, 0.87);
  margin-bottom: 20px;
  
}

#tabpanel-container .dx-tabs-wrapper {
  display: inline-table;
  width: 100%;
}

#tabpanel-container .dx-tab {
  width: 25%;  /*100 ÷ number of tabs*/
}

.msl-tab-template {
  padding-right: 30px;
  padding-left: 30px;
}

.msl-bigButton {
  display: flex;
justify-content: center;
  align-items: center;
  height: 150px;
  width: 60%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: gray;
  color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.24);
  box-shadow: 0 1px 3px rgba(0,0,0,.24);

}

.msl-bigButton:hover {
  filter: brightness(85%);
  cursor:pointer;
}

.msl-tab-template h3 {
  text-align: center;
}

.dx-tabs { visibility:hidden; }

.msl-action {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.msl-summaryButton {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 60%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: gray;
  color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.24);
  box-shadow: 0 1px 3px rgba(0,0,0,.24);

}

.msl-accordion-title {
  display: flex;
 justify-content: space-between;
}

.dx-accordion-item-title {
  height: auto;
}

.dx-accordion-item.dx-state-hover > .dx-accordion-item-title {
  background-color: #fff;
}

.dx-accordion-item.dx-state-active > .dx-accordion-item-title, .dx-accordion-item.dx-state-focused > .dx-accordion-item-title {
  background-color: #fff;
}

.toolbar-custom {
  padding: 10px;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
}

#accordion {
  position: relative;
}

#accordion-inner {
  position: absolute;
  top: 0;
  left : 0;
  z-index: 10;
  width: 100%;
}

.wsGrid {
  padding-top: 90px;
}

.msl-popup {
  padding: 10px;
}

.text-danger {
  color: #ff193d;
}

.master-detail-caption {
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.invoiceSummary {
  padding: 20px;
}

table.summary {
  width:100%;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
}

table.summary th, table.summary td {
  border: 1px solid #ddd;
  padding: 8px;
  
}

table.summary th {

  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #e6dbb9;
  color: black;

}




.summary td {
 
  padding: 5px;
  text-align: center;
}

.summary thead td {
  text-align: center;
}
table.summary tr:nth-child(even) {
  background-color: #dddddd;
}

td.legend {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #e6dbb9;
  color: black;
  font-weight: bold;
}

.sized {
  width: 50%;
}

.sale-line {
  background-color: yellow;
  color: #0c4128;
}

.mslform {
  padding: 10px 0 10px 0;
}
