@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Arial");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
html {
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  height: 100%;
}
html * {
  font-size: 13px;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
}

#form1,
body,
html {
  margin: 0;
  height: 100%;
  min-height: 100%;
  padding: 0;
  color: #033243 !important;
  font-weight: normal;
  font-style: normal;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-weight: normal;
  font-style: normal;
  overflow: hidden;
}

.failureNotification {
  font-size: 18px;
  font-weight: 700;
  color: Red;
}

.ImageButton {
  height: 15px;
  vertical-align: middle;
  overflow: hidden;
  float: right;
}

.rgCaption {
  color: #ffffff;
  background-color: #033243 !important;
  font-size: 16px !important;
  font-weight: bold;
  padding: 6px;
}

.AddToBasketBtn {
  display: inline-block;
  box-sizing: border-box;
  height: 25px;
  width: 25px;
  margin: 1px;
  vertical-align: middle;
}

.mpopup {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 180px;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
.mpopup .mpopup-content {
  position: fixed;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  left: 40%;
  width: 30%;
  background-color: #EDEDED;
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mpopup .mpopup-content35 {
  position: fixed;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  left: 40%;
  width: 35%;
  background-color: #EDEDED;
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mpopup .mpopup-content_large {
  position: fixed;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  left: 30%;
  width: 50%;
  background-color: #EDEDED;
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mpopup .mpopup-head {
  padding: 10px;
  height: 25px;
  text-align: left;
  background-color: #033243;
  color: white;
  border-bottom: 1px solid #e5e5e5;
}
.mpopup .mpopup-main {
  padding: 10px 16px 10px 10px;
}
.mpopup .mpopup-main label {
  width: 118px;
  padding: 5px;
}
.mpopup .mpopup-foot {
  padding: 2px 16px;
  background-color: #E3E3E3;
  color: black;
  height: auto;
}

.textboxlegalholdinfo {
  border-style: none;
  background-color: transparent;
  font-size: 13px !important;
  font-family: Arial;
  font-weight: bold;
  color: Red;
  vertical-align: middle;
  height: 24px;
}

html body .RadInput_Default .riDisabled {
  color: #6d6d6d !important;
}

.rddlPopup_Metro .rddlItem.rddlItemSelected {
  background-color: #e7e7e7;
  color: #000000;
}

.aspCheckBox {
  display: table-cell;
  height: 24px;
  vertical-align: middle;
  margin: 1px !important;
}

.RadInput.riContSpinButtons .riSelect {
  position: absolute;
  right: -1px;
  top: 3px;
  bottom: 3px;
}

.Mandatory::after {
  content: "*";
  display: inline-block;
  color: red;
  width: 0;
  height: 0;
  position: relative;
  overflow: initial;
  left: 5px;
  top: -18px;
}

.Mandatory {
  text-align: right !important;
}

.close {
  color: grey;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: grey;
  text-decoration: none;
  cursor: pointer;
}

.fillScreen {
  height: 100%;
}
.fillScreen .RadAjaxPanel {
  height: 100%;
}

.GreenButton {
  color: black;
  background-color: #95C11F;
  padding: 6px 14px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border: rgb(94, 94, 94) 1px solid;
}
.GreenButton:hover {
  color: white;
  background-color: #678516;
}

#ctl00_ctl00_MainContent_boxdisplay_leftPanel {
  display: inline-block !important;
}

.MessageClearButton {
  position: relative;
  left: 3px;
  top: 1px;
  height: 15px;
  cursor: pointer;
}

.noBorder {
  border: none !important;
  width: 100%;
}

.filterIcon::before {
  content: "\e129";
  font: 16px/1 "WebComponentsIcons";
}

.clearFilterIcon::before {
  content: "\e12a";
  font: 16px/1 "WebComponentsIcons";
}

.bellIcon::before {
  content: "\e400";
  font: 21px/1 "WebComponentsIcons";
}

.InfoIcon::before {
  content: "\e401";
  font: 30px/1 "WebComponentsIcons";
  color: black;
}

.ErrorIcon::before {
  content: "\e403";
  font: 30px/1 "WebComponentsIcons";
  color: darkred;
}

.divider {
  box-sizing: border-box;
  margin: 1%;
  width: 98%;
  border: solid #000000 0.5px;
}/*# sourceMappingURL=MasterPageStyling.css.map */